Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 98f26a0c7d805e442403424f4b6a62f5234911ca 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-ssh18299160539473332770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5295082110538619933.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh655906632033372159.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17796667814666722982.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-ssh18007995832067647040.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.20 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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-2436 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/462 [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/462 # 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 98f26a0c7d805e442403424f4b6a62f5234911ca (main) Commit message: "feat: Add env override capability for common configuration (#4449)" > 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 98f26a0c7d805e442403424f4b6a62f5234911ca # timeout=10 > git rev-list --no-walk fb374ba40cebf55d618012c5193e905184d8b0d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:27:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:27:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:27:13 ========================================================= 14:27:13 EdgeX Global Pipelines Version Info 14:27:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:27:13 ------------------- 14:27:13 stable info: 14:27:13 ------------------- 14:27:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:13 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 14:27:13 Message: update stable to v1.0.245 14:27:14 ------------------- 14:27:14 experimental info: 14:27:14 ------------------- 14:27:14 Commited By: **** collab-it+edgex@linuxfoundation.org 14:27:14 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 14:27:14 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98f26a0 [Pipeline] echo 14:27:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:27:14 provisioning config files... 14:27:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config375588679126001703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:27:15 ---> docker-login.sh 14:27:15 nexus3.edgexfoundry.org:10001 14:27:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:15 Configure a credential helper to remove this warning. See 14:27:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:15 14:27:15 Login Succeeded 14:27:15 nexus3.edgexfoundry.org:10002 14:27:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:15 Configure a credential helper to remove this warning. See 14:27:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:15 14:27:15 Login Succeeded 14:27:15 nexus3.edgexfoundry.org:10003 14:27:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:15 Configure a credential helper to remove this warning. See 14:27:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:15 14:27:15 Login Succeeded 14:27:15 nexus3.edgexfoundry.org:10004 14:27:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:16 Configure a credential helper to remove this warning. See 14:27:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:16 14:27:16 Login Succeeded 14:27:16 docker.io 14:27:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:27:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:27:16 Configure a credential helper to remove this warning. See 14:27:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:27:16 14:27:16 Login Succeeded 14:27:16 ---> docker-login.sh ends [Pipeline] } 14:27:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:27:16 + 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 14:27:16 + dirname cmd/core-command/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo core-command,cmd/core-command/Dockerfile 14:27:16 + dirname cmd/core-common-config-bootstrapper/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 14:27:16 + + dirname cmd/core-data/Dockerfile 14:27:16 cut -d/ -f2 14:27:16 + echo core-data,cmd/core-data/Dockerfile 14:27:16 + dirname cmd/core-metadata/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo core-metadata,cmd/core-metadata/Dockerfile 14:27:16 + dirname cmd/security-bootstrapper/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:27:16 + dirname cmd/security-proxy-auth/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 14:27:16 + dirname cmd/security-proxy-setup/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:27:16 + + dirname cmd/security-secretstore-setup/Dockerfile 14:27:16 cut -d/ -f2 14:27:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:27:16 + dirname cmd/security-spiffe-token-provider/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 14:27:16 + dirname cmd/security-spire-agent/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 14:27:16 + dirname cmd/security-spire-config/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-spire-config,cmd/security-spire-config/Dockerfile 14:27:16 + dirname cmd/security-spire-server/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo security-spire-server,cmd/security-spire-server/Dockerfile 14:27:16 + dirname cmd/support-notifications/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo support-notifications,cmd/support-notifications/Dockerfile 14:27:16 + dirname cmd/support-scheduler/Dockerfile 14:27:16 + cut -d/ -f2 14:27:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 14:27:16 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 14:27:16 + git rev-list -1 --merges 98f26a0c7d805e442403424f4b6a62f5234911ca~1..98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo 14:27:17 -----------> git rev-list -1 --merges 98f26a0c7d805e442403424f4b6a62f5234911ca~1..98f26a0c7d805e442403424f4b6a62f5234911ca 98f26a0c7d805e442403424f4b6a62f5234911ca [false] [Pipeline] sh 14:27:17 + git log --format=format:%s -1 98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo 14:27:17 ========================================================= 14:27:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:27:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 14:27:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:27:17 + grep -v github /etc/ssh/ssh_known_hosts 14:27:17 + [ -e /tmp/ssh_known_hosts ] 14:27:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:27:17 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 14:27:17 -a /etc/ssh/ssh_known_hosts 14:27:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:27:18 14:27:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:27:18 0.1.4: Pulling from edgex-devops/py-git-semver 14:27:18 b85a868b505f: Pulling fs layer 14:27:18 e2be974225ed: Pulling fs layer 14:27:18 339a4e72a1f5: Pulling fs layer 14:27:18 988bab9f4d93: Pulling fs layer 14:27:18 1469e6f7b9e6: Pulling fs layer 14:27:18 eaf3925da568: Pulling fs layer 14:27:18 bab4dde63d76: Pulling fs layer 14:27:18 bde34c3a00c8: Pulling fs layer 14:27:18 b352a97aabf1: Pulling fs layer 14:27:18 4872d77fe225: Pulling fs layer 14:27:18 5851b861e8e6: Pulling fs layer 14:27:18 988bab9f4d93: Waiting 14:27:18 1469e6f7b9e6: Waiting 14:27:18 eaf3925da568: Waiting 14:27:18 bab4dde63d76: Waiting 14:27:18 bde34c3a00c8: Waiting 14:27:18 4872d77fe225: Waiting 14:27:18 5851b861e8e6: Waiting 14:27:18 b352a97aabf1: Waiting 14:27:18 e2be974225ed: Verifying Checksum 14:27:18 e2be974225ed: Download complete 14:27:18 988bab9f4d93: Verifying Checksum 14:27:18 988bab9f4d93: Download complete 14:27:18 1469e6f7b9e6: Verifying Checksum 14:27:18 1469e6f7b9e6: Download complete 14:27:18 eaf3925da568: Download complete 14:27:18 339a4e72a1f5: Verifying Checksum 14:27:18 339a4e72a1f5: Download complete 14:27:18 bde34c3a00c8: Download complete 14:27:18 b352a97aabf1: Verifying Checksum 14:27:18 b352a97aabf1: Download complete 14:27:18 4872d77fe225: Download complete 14:27:18 b85a868b505f: Verifying Checksum 14:27:18 b85a868b505f: Download complete 14:27:18 5851b861e8e6: Verifying Checksum 14:27:18 5851b861e8e6: Download complete 14:27:19 bab4dde63d76: Verifying Checksum 14:27:19 bab4dde63d76: Download complete 14:27:20 b85a868b505f: Pull complete 14:27:20 e2be974225ed: Pull complete 14:27:20 339a4e72a1f5: Pull complete 14:27:20 988bab9f4d93: Pull complete 14:27:20 1469e6f7b9e6: Pull complete 14:27:20 eaf3925da568: Pull complete 14:27:22 bab4dde63d76: Pull complete 14:27:22 bde34c3a00c8: Pull complete 14:27:22 b352a97aabf1: Pull complete 14:27:22 4872d77fe225: Pull complete 14:27:22 5851b861e8e6: Pull complete 14:27:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:27:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:27:22 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:27:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:27:24 $ docker top 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e -eo pid,comm 14:27:24 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). 14:27:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:27:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:24 [ssh-agent] Looking for ssh-agent implementation... 14:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:24 $ docker exec 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent 14:27:24 SSH_AUTH_SOCK=/tmp/ssh-WdiCA5Vy1utD/agent.33 14:27:24 SSH_AGENT_PID=39 14:27:24 Running ssh-add (command line suppressed) 14:27:24 Identity added: /w/workspace/edgex-go/462@tmp/private_key_3735820078574750907.key (/w/workspace/edgex-go/462@tmp/private_key_3735820078574750907.key) 14:27:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:25 + git tag --points-at HEAD [Pipeline] } 14:27:25 $ docker exec --env ******** --env ******** 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent -k 14:27:25 unset SSH_AUTH_SOCK; 14:27:25 unset SSH_AGENT_PID; 14:27:25 echo Agent pid 39 killed; 14:27:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:27:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:27:25 [ssh-agent] Looking for ssh-agent implementation... 14:27:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:27:25 $ docker exec 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent 14:27:25 SSH_AUTH_SOCK=/tmp/ssh-UiIHSbAUD5Vb/agent.71 14:27:25 SSH_AGENT_PID=77 14:27:25 Running ssh-add (command line suppressed) 14:27:25 Identity added: /w/workspace/edgex-go/462@tmp/private_key_17502959713976563660.key (/w/workspace/edgex-go/462@tmp/private_key_17502959713976563660.key) 14:27:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:27:25 + git semver init 14:27:26 2023-03-16 14:27:26,073 [run_init] DEBUG init version:0.0.0 force:False 14:27:26 2023-03-16 14:27:26,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/462/.semver 14:27:26 2023-03-16 14:27:26,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/462/.semver 14:27:26 2023-03-16 14:27:26,075 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/462/.semver'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) 14:27:31 2023-03-16 14:27:31,224 [append_file] DEBUG append to file:/w/workspace/edgex-go/462/.git/info/exclude 14:27:31 2023-03-16 14:27:31,224 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/462/.semver/main with force:False 14:27:31 2023-03-16 14:27:31,224 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 14:27:31 2023-03-16 14:27:31,225 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 14:27:31 3.0.0-dev.100 [Pipeline] } 14:27:31 $ docker exec --env ******** --env ******** 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent -k 14:27:31 unset SSH_AUTH_SOCK; 14:27:31 unset SSH_AGENT_PID; 14:27:31 echo Agent pid 77 killed; 14:27:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:27:31 + git semver [Pipeline] } 14:27:32 $ docker stop --time=1 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e 14:27:33 $ docker rm -f --volumes 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e [Pipeline] // withDockerContainer [Pipeline] sh 14:27:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:27:33 Stashed 1 file(s) [Pipeline] echo 14:27:33 [edgeXSemver]: initialized semver on version 3.0.0-dev.100 [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 14:27:34 + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] echo 14:27:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:27:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:27:34 ========================================================= 14:27:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 14:27:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:27:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:27:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 14:27:34 63b65145d645: Pulling fs layer 14:27:34 a2d21d5440eb: Pulling fs layer 14:27:34 935e6c44a52c: Pulling fs layer 14:27:34 94cc34f8dd06: Pulling fs layer 14:27:34 30dea6a524f1: Pulling fs layer 14:27:34 a2aff8979fd8: Pulling fs layer 14:27:34 6808be2612f2: Pulling fs layer 14:27:34 f25807f1079a: Pulling fs layer 14:27:34 a2aff8979fd8: Waiting 14:27:34 6808be2612f2: Waiting 14:27:34 f25807f1079a: Waiting 14:27:34 94cc34f8dd06: Waiting 14:27:34 30dea6a524f1: Waiting 14:27:34 a2d21d5440eb: Download complete 14:27:34 94cc34f8dd06: Verifying Checksum 14:27:34 94cc34f8dd06: Download complete 14:27:34 30dea6a524f1: Download complete 14:27:34 63b65145d645: Verifying Checksum 14:27:34 63b65145d645: Download complete 14:27:34 a2aff8979fd8: Verifying Checksum 14:27:34 a2aff8979fd8: Download complete 14:27:34 63b65145d645: Pull complete 14:27:35 a2d21d5440eb: Pull complete 14:27:35 f25807f1079a: Verifying Checksum 14:27:35 f25807f1079a: Download complete 14:27:35 935e6c44a52c: Verifying Checksum 14:27:35 935e6c44a52c: Download complete 14:27:35 6808be2612f2: Verifying Checksum 14:27:35 6808be2612f2: Download complete 14:27:38 935e6c44a52c: Pull complete 14:27:38 94cc34f8dd06: Pull complete 14:27:38 30dea6a524f1: Pull complete 14:27:38 a2aff8979fd8: Pull complete 14:27:40 6808be2612f2: Pull complete 14:27:41 f25807f1079a: Pull complete 14:27:41 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 14:27:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:27:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 14:27:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:27:42 WORKDIR /edgex 14:27:42 COPY go.mod . 14:27:42 RUN go mod download 14:27:42 + docker build -t ci-base-image-x86_64 -f - . 14:27:42 Sending build context to Docker daemon 170.4MB 14:27:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 14:27:42 ---> 3b553350e43f 14:27:42 Step 2/4 : WORKDIR /edgex 14:27:44 ---> Running in b66063631b4e 14:27:44 Removing intermediate container b66063631b4e 14:27:44 ---> b6e3cb4d1ab6 14:27:44 Step 3/4 : COPY go.mod . 14:27:44 ---> 74a0aec3560d 14:27:44 Step 4/4 : RUN go mod download 14:27:44 ---> Running in 3c53835acbe2 14:27:49 Still waiting to schedule task 14:27:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:27:54 Removing intermediate container 3c53835acbe2 14:27:54 ---> 63a63cad2e00 14:27:54 Successfully built 63a63cad2e00 14:27:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:55 + docker inspect -f . ci-base-image-x86_64 14:27:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:27:55 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:27:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:27:55 $ docker top ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:27:55 + go version 14:27:55 go version go1.20.2 linux/amd64 [Pipeline] } 14:27:56 $ docker stop --time=1 ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 14:27:57 $ docker rm -f --volumes ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:27:57 + docker inspect -f . ci-base-image-x86_64 14:27:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:27:57 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:27:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:27:58 $ docker top 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 -eo pid,comm [Pipeline] { [Pipeline] echo 14:27:58 ========================================================= 14:27:58 [edgeXBuildGoParallel] Running Tests and Build... 14:27:58 ========================================================= [Pipeline] sh 14:27:58 + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] fileExists [Pipeline] sh 14:27:58 + make test 14:27:58 go test -race -coverprofile=coverage.out ./... 14:28:05 ? github.com/edgexfoundry/edgex-go [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:28:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 14:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:28:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:28:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.037s coverage: 28.7% of statements 14:28:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 98.5% of statements 14:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 14:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 14:28:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 14:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 14:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 14:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 14:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:28:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 14:28:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.092s coverage: 71.2% of statements 14:28:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 14:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.023s coverage: 88.5% of statements 14:28:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.073s coverage: 3.9% of statements 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 14:28:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.383s coverage: 95.6% of statements 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:28:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:28:29 ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements 14:28:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:28:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:28:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:28:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements 14:28:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 14:28:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 29.0% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 45.5% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 82.9% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 14:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 14:28:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:28:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 14:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 14:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 14:28:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 14:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:28:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 14:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 14:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 14:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 14:28:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 14:28:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 14:28:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:28:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:28:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 14:28:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 14:28:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 14:28:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 14:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 14:28:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 14:28:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.271s coverage: 79.9% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.071s coverage: 92.9% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 86.9% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.061s coverage: 87.2% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.2% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.094s coverage: 82.1% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 38.4% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 17.7% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.106s coverage: 92.3% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 61.5% of statements 14:28:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements 14:28:57 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 14:29:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2438 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 14:29:18 Running in /w/workspace/edgex-go/462 [Pipeline] { [Pipeline] checkout 14:29:18 The recommended git tool is: git 14:29:19 go vet ./... 14:29:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:29:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:29:20 ./bin/test-attribution-txt.sh [Pipeline] echo 14:29:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 14:29:21 + ls -al . 14:29:21 total 704 14:29:21 drwxrwxr-x 11 1001 1001 4096 Mar 16 14:27 . 14:29:21 drwxr-xr-x 4 root root 4096 Mar 16 14:27 .. 14:29:21 drwxrwxr-x 2 1001 1001 4096 Mar 16 14:27 .blubracket 14:29:21 -rw-rw-r-- 1 1001 1001 16 Mar 16 14:27 .dockerignore 14:29:21 drwxrwxr-x 8 1001 1001 4096 Mar 16 14:27 .git 14:29:21 drwxrwxr-x 3 1001 1001 4096 Mar 16 14:27 .github 14:29:21 -rw-rw-r-- 1 1001 1001 1133 Mar 16 14:27 .gitignore 14:29:21 -rw-rw-r-- 1 1001 1001 42 Mar 16 14:27 .golangci.yml 14:29:21 -rw-rw-r-- 1 1001 1001 87 Mar 16 14:27 .hadolint.yml 14:29:21 drwxr-xr-x 3 1001 1001 4096 Mar 16 14:27 .semver 14:29:21 -rw-rw-r-- 1 1001 1001 166 Mar 16 14:27 .sonarcloud.properties 14:29:21 -rw-rw-r-- 1 1001 1001 1171 Mar 16 14:27 ADOPTERS.md 14:29:21 -rw-rw-r-- 1 1001 1001 10825 Mar 16 14:27 Attribution.txt 14:29:21 -rw-rw-r-- 1 1001 1001 73765 Mar 16 14:27 CHANGELOG.md 14:29:21 -rw-rw-r-- 1 1001 1001 3804 Mar 16 14:27 CONTRIBUTING.md 14:29:21 -rw-rw-r-- 1 1001 1001 677 Mar 16 14:27 GOVERNANCE.md 14:29:21 -rw-rw-r-- 1 1001 1001 883 Mar 16 14:27 Jenkinsfile 14:29:21 -rw-rw-r-- 1 1001 1001 10775 Mar 16 14:27 LICENSE 14:29:21 -rw-rw-r-- 1 1001 1001 14266 Mar 16 14:27 Makefile 14:29:21 -rw-rw-r-- 1 1001 1001 582 Mar 16 14:27 OWNERS.md 14:29:21 -rw-rw-r-- 1 1001 1001 9403 Mar 16 14:27 README.md 14:29:21 -rw-rw-r-- 1 1001 1001 789 Mar 16 14:27 SECURITY.md 14:29:21 -rw-rw-r-- 1 1001 1001 13 Mar 16 14:27 VERSION 14:29:21 drwxrwxr-x 2 1001 1001 4096 Mar 16 14:27 bin 14:29:21 drwxrwxr-x 18 1001 1001 4096 Mar 16 14:27 cmd 14:29:21 -rw-r--r-- 1 root root 447486 Mar 16 14:28 coverage.out 14:29:21 -rw-rw-r-- 1 1001 1001 3232 Mar 16 14:27 go.mod 14:29:21 -rw-rw-r-- 1 1001 1001 31098 Mar 16 14:27 go.sum 14:29:21 drwxrwxr-x 7 1001 1001 4096 Mar 16 14:27 internal 14:29:21 drwxrwxr-x 3 1001 1001 4096 Mar 16 14:27 openapi 14:29:21 -rw-rw-r-- 1 1001 1001 594 Mar 16 14:27 security.txt 14:29:21 drwxrwxr-x 4 1001 1001 4096 Mar 16 14:27 snap 14:29:21 -rw-rw-r-- 1 1001 1001 204 Mar 16 14:27 version.go [Pipeline] sh 14:29:21 + '[' -e coverage.out ] 14:29:21 + chown 1001:1001 coverage.out [Pipeline] stash 14:29:21 Stashed 1 file(s) [Pipeline] sh 14:29:21 + make build 14:29:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:29:23 using credential edgex-jenkins-ssh 14:29:23 Cloning the remote Git repository 14:29:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:29:24 > git init /w/workspace/edgex-go/462 # timeout=10 14:29:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:29:24 > git --version # timeout=10 14:29:24 > git --version # 'git version 2.25.1' 14:29:24 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:29:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:29:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:29:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:29:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:29:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:29:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:42 Avoid second fetch 14:29:42 Checking out Revision 98f26a0c7d805e442403424f4b6a62f5234911ca (main) 14:29:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:29:43 Commit message: "feat: Add env override capability for common configuration (#4449)" 14:29:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:29:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:29:44 % Total % Received % Xferd Average Speed Time Time Time Current 14:29:44 Dload Upload Total Spent Left Speed 14:29:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 14:29:42 > git config core.sparsecheckout # timeout=10 14:29:42 > git checkout -f 98f26a0c7d805e442403424f4b6a62f5234911ca # timeout=10 14:29:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] sh 14:29:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:29:45 + sudo tee /etc/docker/daemon.new 14:29:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:29:45 { 14:29:45 "registry-mirrors": [ 14:29:45 "https://nexus3.edgexfoundry.org:10001" 14:29:45 ], 14:29:45 "bip": "10.250.0.254/24", 14:29:45 "hosts": [ 14:29:45 "tcp://0.0.0.0:5555", 14:29:45 "unix:///var/run/docker.sock" 14:29:45 ], 14:29:45 "mtu": 1458, 14:29:45 "selinux-enabled": true, 14:29:45 "seccomp-profile": "/etc/docker/seccomp.json" 14:29:45 } [Pipeline] sh 14:29:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:29:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:29:46 + sudo service docker restart 14:29:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:29:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 14:29:48 $ docker stop --time=1 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 14:29:51 $ docker rm -f --volumes 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:29:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:51 14:29:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:29:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:52 latest: Pulling from edgex-devops/edgex-compose 14:29:52 cbdbe7a5bc2a: Pulling fs layer 14:29:52 ca9280d653b3: Pulling fs layer 14:29:52 7e9c9ca2126c: Pulling fs layer 14:29:52 cbdbe7a5bc2a: Verifying Checksum 14:29:52 cbdbe7a5bc2a: Download complete 14:29:52 cbdbe7a5bc2a: Pull complete 14:29:52 ca9280d653b3: Download complete 14:29:52 7e9c9ca2126c: Download complete 14:29:52 ca9280d653b3: Pull complete 14:29:56 7e9c9ca2126c: Pull complete 14:29:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:29:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:29:56 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:29:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:29:57 $ docker top 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:57 + docker-compose build --help 14:29:57 + grep parallel 14:29:58 --parallel Build images in parallel. [Pipeline] } 14:29:58 $ docker stop --time=1 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba 14:29:59 $ docker rm -f --volumes 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:29:59 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:29:59 $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:30:00 $ docker top a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 -eo pid,comm [Pipeline] { [Pipeline] sh 14:30:00 + docker-compose -f ./docker-compose-build.yml build --parallel 14:30:01 Building core-command ... 14:30:01 Building core-common-config-bootstrapper ... 14:30:01 Building core-data ... 14:30:01 Building core-metadata ... 14:30:01 Building security-bootstrapper ... 14:30:01 Building security-proxy-auth ... 14:30:01 Building security-proxy-setup ... 14:30:01 Building security-secretstore-setup ... 14:30:01 Building security-spiffe-token-provider ... 14:30:01 Building security-spire-agent ... 14:30:01 Building security-spire-config ... 14:30:01 Building security-spire-server ... 14:30:01 Building support-notifications ... 14:30:01 Building support-scheduler ... 14:30:01 Building core-metadata 14:30:01 Building security-spire-agent 14:30:01 Building core-data 14:30:01 Building security-spire-config 14:30:01 Building security-spire-server [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:30:04 provisioning config files... 14:30:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config10608838095651479712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:30:04 ---> docker-login.sh 14:30:04 nexus3.edgexfoundry.org:10001 14:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:05 Configure a credential helper to remove this warning. See 14:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:05 14:30:05 Login Succeeded 14:30:05 nexus3.edgexfoundry.org:10002 14:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:05 Configure a credential helper to remove this warning. See 14:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:05 14:30:05 Login Succeeded 14:30:05 nexus3.edgexfoundry.org:10003 14:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:06 Configure a credential helper to remove this warning. See 14:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:06 14:30:06 Login Succeeded 14:30:06 nexus3.edgexfoundry.org:10004 14:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:06 Configure a credential helper to remove this warning. See 14:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:06 14:30:06 Login Succeeded 14:30:06 docker.io 14:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:07 Configure a credential helper to remove this warning. See 14:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:07 14:30:07 Login Succeeded 14:30:07 ---> docker-login.sh ends [Pipeline] } 14:30:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 14:30:08 + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] echo 14:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:30:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:30:08 ========================================================= 14:30:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 14:30:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:30:08 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:30:08 af6eaf76a39c: Pulling fs layer 14:30:08 55522c791124: Pulling fs layer 14:30:08 ce5c4a1c91eb: Pulling fs layer 14:30:08 169dfbe0d373: Pulling fs layer 14:30:08 e1ff8fa3b103: Pulling fs layer 14:30:08 52ebb69f0ebf: Pulling fs layer 14:30:08 5abe8eddf0d5: Pulling fs layer 14:30:08 e1ff8fa3b103: Waiting 14:30:08 52ebb69f0ebf: Waiting 14:30:08 5abe8eddf0d5: Waiting 14:30:08 169dfbe0d373: Waiting 14:30:08 55522c791124: Verifying Checksum 14:30:08 55522c791124: Download complete 14:30:08 169dfbe0d373: Download complete 14:30:08 e1ff8fa3b103: Verifying Checksum 14:30:08 e1ff8fa3b103: Download complete 14:30:08 af6eaf76a39c: Verifying Checksum 14:30:08 af6eaf76a39c: Download complete 14:30:09 af6eaf76a39c: Pull complete 14:30:09 5abe8eddf0d5: Verifying Checksum 14:30:09 5abe8eddf0d5: Download complete 14:30:10 55522c791124: Pull complete 14:30:11 52ebb69f0ebf: Download complete 14:30:11 ce5c4a1c91eb: Verifying Checksum 14:30:11 ce5c4a1c91eb: Download complete 14:30:13 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:30:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:30:13 ---> 63a63cad2e00 14:30:13 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:30:13 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:30:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:13 ---> 63a63cad2e00 14:30:13 Step 3/26 : WORKDIR /edgex-go 14:30:13 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:30:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:30:13 ---> 63a63cad2e00 14:30:13 Step 3/25 : ARG ADD_BUILD_TAGS="" 14:30:13 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:30:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:13 ---> 63a63cad2e00 14:30:13 Step 3/26 : WORKDIR /edgex-go 14:30:13 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:30:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:30:13 ---> 63a63cad2e00 14:30:13 Step 3/25 : WORKDIR /edgex-go 14:30:14 ---> Running in f69f45299dcd 14:30:14 ---> Running in 468c3b367adf 14:30:14 ---> Running in dd3d471a62d9 14:30:14 ---> Running in 6f02d02aa5cc 14:30:14 ---> Running in b5277c074a0b 14:30:15 Removing intermediate container f69f45299dcd 14:30:15 ---> 20f583d9eb95 14:30:15 Step 4/25 : WORKDIR /edgex-go 14:30:15 Removing intermediate container 468c3b367adf 14:30:15 ---> cd2a1b804bfc 14:30:15 Step 4/23 : WORKDIR /edgex-go 14:30:15 Removing intermediate container 6f02d02aa5cc 14:30:15 ---> 52cb1f68ce7e 14:30:15 Step 4/25 : RUN apk add --update --no-cache make git build-base curl 14:30:15 ---> Running in ec61f2b1d2ae 14:30:15 ---> Running in fbacb7910d67 14:30:15 Removing intermediate container dd3d471a62d9 14:30:15 ---> 6288bf246e51 14:30:15 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 14:30:15 Removing intermediate container b5277c074a0b 14:30:15 ---> 48d8ddec562e 14:30:15 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 14:30:15 ---> Running in d98bd146b8cf 14:30:15 ---> Running in e004cee2b7af 14:30:15 ---> Running in aaa21df7d081 14:30:15 Removing intermediate container ec61f2b1d2ae 14:30:15 ---> c6ceafc90208 14:30:15 Step 5/25 : RUN apk add --update --no-cache make git 14:30:15 Removing intermediate container fbacb7910d67 14:30:15 ---> 956a1a9ab38d 14:30:15 Step 5/23 : RUN apk add --update --no-cache make git 14:30:15 ---> Running in 52d5a414f225 14:30:15 ---> Running in 286554468df0 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:16 OK: 265 MiB in 53 packages 14:30:16 OK: 265 MiB in 53 packages 14:30:16 OK: 265 MiB in 53 packages 14:30:16 OK: 265 MiB in 53 packages 14:30:16 OK: 265 MiB in 53 packages 14:30:16 Removing intermediate container d98bd146b8cf 14:30:16 ---> 47d39da4fcd9 14:30:16 Step 5/25 : COPY go.mod vendor* ./ 14:30:16 Removing intermediate container e004cee2b7af 14:30:16 ---> 37bd035e3dfe 14:30:16 Step 5/26 : COPY go.mod vendor* ./ 14:30:16 ---> d20c36d83f82 14:30:16 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:16 ---> Running in fee78c96740f 14:30:16 ---> 554249c4a768 14:30:16 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:16 Removing intermediate container 286554468df0 14:30:16 ---> 09a0330f174c 14:30:16 Step 6/23 : COPY go.mod vendor* ./ 14:30:16 ---> Running in 2c09bdb24bd8 14:30:16 Removing intermediate container 52d5a414f225 14:30:16 ---> 9231642f66dd 14:30:16 Step 6/25 : COPY go.mod vendor* ./ 14:30:16 Removing intermediate container aaa21df7d081 14:30:16 ---> 0cfbcd716473 14:30:16 Step 5/26 : COPY go.mod vendor* ./ 14:30:16 ---> a166fcd917b8 14:30:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:17 ---> Running in 7d41019f997d 14:30:17 ---> bfb4fb83ff89 14:30:17 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:17 ---> Running in 31e785c6cbe1 14:30:17 ---> 17b75ebd727d 14:30:17 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:30:17 ---> Running in cca7731f0a1c 14:30:23 ce5c4a1c91eb: Pull complete 14:30:23 169dfbe0d373: Pull complete 14:30:23 e1ff8fa3b103: Pull complete 14:30:30 52ebb69f0ebf: Pull complete 14:30:31 5abe8eddf0d5: Pull complete 14:30:31 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 14:30:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:30:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 14:30:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:30:31 WORKDIR /edgex 14:30:31 COPY go.mod . 14:30:31 RUN go mod download 14:30:31 + docker build -t ci-base-image-arm64 -f - . 14:30:32 Sending build context to Docker daemon 2.932MB 14:30:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 14:30:32 ---> 6cb57ee374ae 14:30:32 Step 2/4 : WORKDIR /edgex 14:30:34 ---> Running in edb3a7137b1f 14:30:34 Removing intermediate container edb3a7137b1f 14:30:34 ---> 51625c6b9ae9 14:30:34 Step 3/4 : COPY go.mod . 14:30:35 ---> ee6072c3e71c 14:30:35 Step 4/4 : RUN go mod download 14:30:35 ---> Running in 9c21dd7ef9df 14:30:43 Removing intermediate container cca7731f0a1c 14:30:43 ---> cea1e1d7e08e 14:30:43 Step 7/26 : COPY . . 14:30:43 Removing intermediate container 31e785c6cbe1 14:30:43 ---> 314a48dc196b 14:30:43 Step 8/25 : COPY . . 14:30:43 Removing intermediate container 7d41019f997d 14:30:43 ---> af1683b98cab 14:30:43 Step 8/23 : COPY . . 14:30:43 Removing intermediate container fee78c96740f 14:30:43 ---> da380331fb89 14:30:43 Step 7/26 : COPY . . 14:30:43 Removing intermediate container 2c09bdb24bd8 14:30:43 ---> e9a3b359fe1e 14:30:43 Step 7/25 : COPY . . 14:30:51 ---> 0545580f0f46 14:30:51 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 14:30:51 ---> 56a37385c3d4 14:30:51 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 14:30:51 ---> Running in 8a0585fa8d0b 14:30:51 ---> Running in ffe7fe2405e0 14:30:51 ---> 32b6ce645d7d 14:30:51 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 14:30:51 ---> c6b108c0497d 14:30:51 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 14:30:51 ---> 6da49a3f1f29 14:30:51 Step 8/25 : ARG SPIRE_RELEASE=1.2.1 14:30:51 ---> Running in 6557e884f02f 14:30:51 ---> Running in 80ddd74bf940 14:30:51 ---> Running in 3abad5c8b100 14:30:51 Removing intermediate container 8a0585fa8d0b 14:30:51 ---> 9f4bb8bc3c7e 14:30:51 Step 9/26 : WORKDIR /edgex-go/spire-build 14:30:51 ---> Running in ebb5b845faec 14:30:51 Removing intermediate container 80ddd74bf940 14:30:51 ---> 64b1370bfd68 14:30:51 Step 9/25 : WORKDIR /edgex-go/spire-build 14:30:51 Removing intermediate container 3abad5c8b100 14:30:51 ---> 752736f5832e 14:30:51 Step 9/26 : WORKDIR /edgex-go/spire-build 14:30:51 ---> Running in 0c2080800ca3 14:30:51 ---> Running in 0d4e9b05e1b2 14:30:51 Removing intermediate container ebb5b845faec 14:30:51 ---> e31bee382b29 14:30:51 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:30:51 ---> Running in bee6705dc953 14:30:51 Removing intermediate container 0d4e9b05e1b2 14:30:51 ---> cc719087aa3e 14:30:51 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:30:51 Removing intermediate container 0c2080800ca3 14:30:51 ---> 338fb278fc46 14:30:51 Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:30:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:30:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:30:51 ---> Running in 17db2728ad0e 14:30:51 ---> Running in 89acd10dae71 14:30:51 Removing intermediate container bee6705dc953 14:30:51 ---> 34d6e383e93f 14:30:51 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:30:51 ---> Running in 728653d5b588 14:30:51 Removing intermediate container 17db2728ad0e 14:30:51 ---> e51c662141d8 14:30:51 Step 11/25 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:30:51 Removing intermediate container 89acd10dae71 14:30:51 ---> da61b20b8781 14:30:51 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:30:51 ---> Running in 1dbba5746201 14:30:51 ---> Running in 316edb481e5e 14:30:52 Removing intermediate container 728653d5b588 14:30:52 ---> 2fe3e363e1b6 14:30:52 Step 12/26 : WORKDIR /edgex-go 14:30:52 ---> Running in d58ece8486bb 14:30:52 Removing intermediate container d58ece8486bb 14:30:52 ---> 24e6c898d63e 14:30:52 14:30:52 Step 13/26 : FROM alpine:3.17 14:30:52 3.17: Pulling from library/alpine 14:30:52 Removing intermediate container 1dbba5746201 14:30:52 ---> 8b11800fbf64 14:30:52 Step 12/25 : WORKDIR /edgex-go 14:30:52 ---> Running in a49c5fd3dcb6 14:30:53 Removing intermediate container 316edb481e5e 14:30:53 ---> 9fac59b21840 14:30:53 Step 12/26 : WORKDIR /edgex-go 14:30:53 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 14:30:53 Status: Downloaded newer image for alpine:3.17 14:30:53 ---> b2aa39c304c2 14:30:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:30:53 ---> Running in 0664edc452bd 14:30:53 ---> Running in f748ebe928b2 14:30:53 Removing intermediate container a49c5fd3dcb6 14:30:53 ---> a13044eae7f7 14:30:53 14:30:53 Step 13/25 : FROM alpine:3.17 14:30:53 ---> b2aa39c304c2 14:30:53 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:30:53 ---> Using cache 14:30:53 ---> 4188c3c29393 14:30:53 Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:30:53 Removing intermediate container f748ebe928b2 14:30:53 ---> 4188c3c29393 14:30:53 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 14:30:53 ---> Running in ea9f8636f05c 14:30:53 ---> Running in 73295bf257cf 14:30:53 Removing intermediate container 0664edc452bd 14:30:53 ---> 875c9e24ba08 14:30:53 14:30:53 Step 13/26 : FROM alpine:3.17 14:30:53 ---> b2aa39c304c2 14:30:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:30:53 ---> Using cache 14:30:53 ---> 4188c3c29393 14:30:53 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:30:53 ---> Running in 5246f9051c13 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:54 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:30:54 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:30:54 OK: 17816 distinct packages available 14:30:54 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:30:54 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:30:54 OK: 17816 distinct packages available 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:54 (1/5) Installing dumb-init (1.2.5-r2) 14:30:54 (2/5) Installing musl-obstack (1.2.3-r0) 14:30:54 (3/5) Installing libucontext (1.2-r0) 14:30:54 (4/5) Installing gcompat (1.1.0-r0) 14:30:54 (5/5) Installing openssl (3.0.8-r0) 14:30:55 Executing busybox-1.35.0-r29.trigger 14:30:55 (1/4) Installing dumb-init (1.2.5-r2) 14:30:55 OK: 8 MiB in 20 packages 14:30:55 (2/4) Installing musl-obstack (1.2.3-r0) 14:30:55 (3/4) Installing libucontext (1.2-r0) 14:30:55 (4/4) Installing gcompat (1.1.0-r0) 14:30:55 Executing busybox-1.35.0-r29.trigger 14:30:55 OK: 7 MiB in 19 packages 14:30:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:55 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:30:55 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:30:55 OK: 17816 distinct packages available 14:30:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:30:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:30:55 (1/5) Installing dumb-init (1.2.5-r2) 14:30:55 (2/5) Installing musl-obstack (1.2.3-r0) 14:30:55 (3/5) Installing libucontext (1.2-r0) 14:30:55 (4/5) Installing gcompat (1.1.0-r0) 14:30:55 (5/5) Installing openssl (3.0.8-r0) 14:30:55 Executing busybox-1.35.0-r29.trigger 14:30:55 OK: 8 MiB in 20 packages 14:30:56 Removing intermediate container 5246f9051c13 14:30:56 ---> bdb1a0c96013 14:30:56 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 14:30:56 Removing intermediate container 73295bf257cf 14:30:56 ---> e35fddb97c11 14:30:56 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 14:30:56 ---> 67a71295231b 14:30:56 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:30:56 Removing intermediate container ea9f8636f05c 14:30:56 ---> b72677cdbb46 14:30:56 Step 16/25 : COPY --from=builder /edgex-go/security.txt / 14:30:56 ---> 635551bc83fb 14:30:56 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:30:57 ---> cf25cafde25d 14:30:57 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:31:00 ---> 9ae404aef034 14:31:00 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:31:00 ---> ef397a6e91b8 14:31:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 14:31:01 ---> d9211de00368 14:31:01 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 14:31:01 ---> f15f2ef71aad 14:31:01 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 14:31:01 ---> Running in 33acf0916358 14:31:01 Removing intermediate container 33acf0916358 14:31:01 ---> 832e6517df00 14:31:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 14:31:01 ---> 72a3d4811fc5 14:31:01 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 14:31:02 ---> d0ad949622a1 14:31:02 Step 21/26 : WORKDIR / 14:31:02 ---> Running in 922f6dee70e1 14:31:02 ---> 75653e66a03e 14:31:02 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 14:31:02 ---> 2ef0f221a606 14:31:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:31:02 Removing intermediate container 922f6dee70e1 14:31:02 ---> 71de7aeef066 14:31:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:31:02 ---> Running in 76798676d5f5 14:31:02 ---> bb751b00c66c 14:31:02 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:31:02 ---> Running in c57f9eb6c5ee 14:31:02 ---> 55e006ddd804 14:31:02 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:31:02 Removing intermediate container 76798676d5f5 14:31:02 ---> a109295187f1 14:31:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:31:02 ---> Running in 8683a1f9db29 14:31:02 Removing intermediate container c57f9eb6c5ee 14:31:02 ---> ed6dd980e5ee 14:31:02 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:31:02 ---> Running in e9b89ad87968 14:31:02 ---> 283ff5ba5e36 14:31:02 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 14:31:02 Removing intermediate container 8683a1f9db29 14:31:02 ---> 406999ae777c 14:31:02 Step 24/26 : LABEL arch=x86_64 14:31:02 ---> Running in 13e18e8d5b84 14:31:03 Removing intermediate container e9b89ad87968 14:31:03 ---> cb505ef2b311 14:31:03 Step 23/25 : LABEL arch=x86_64 14:31:03 ---> Running in 327b9e6b01b1 14:31:03 Removing intermediate container 13e18e8d5b84 14:31:03 ---> 6c7917105629 14:31:03 Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:03 ---> 7f6b3d9c99e8 14:31:03 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:31:03 ---> Running in 7116e8e63c1b 14:31:03 ---> Running in 2a1ad92cc608 14:31:03 Removing intermediate container 327b9e6b01b1 14:31:03 ---> 49d703e5037a 14:31:03 Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:03 ---> Running in 1e57b5397788 14:31:03 Removing intermediate container 7116e8e63c1b 14:31:03 ---> 8d6af2be4e0a 14:31:03 Step 26/26 : LABEL version=3.0.0-dev.100 14:31:03 ---> Running in 95eb18f5e57b 14:31:03 Removing intermediate container 1e57b5397788 14:31:03 ---> 616654381e2d 14:31:03 Step 25/25 : LABEL version=3.0.0-dev.100 14:31:03 Removing intermediate container 2a1ad92cc608 14:31:03 ---> 6dc299d303d8 14:31:03 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:31:03 ---> Running in 8f8729d7f8a1 14:31:03 ---> Running in 96dfb29e3ba6 14:31:03 Removing intermediate container 95eb18f5e57b 14:31:03 ---> b0a741be2982 14:31:03 14:31:03 Successfully built b0a741be2982 14:31:03 Successfully tagged security-spire-config:latest 14:31:03  Building security-spire-config ... done Building support-notifications 14:31:03 Removing intermediate container 8f8729d7f8a1 14:31:03 ---> 5a98d949c8f7 14:31:03 14:31:03 Successfully built 5a98d949c8f7 14:31:04 Successfully tagged security-spire-server:latest 14:31:04  Building security-spire-server ... done Building support-scheduler 14:31:04 Removing intermediate container 96dfb29e3ba6 14:31:04 ---> 2fa0c3d076d1 14:31:04 Step 24/26 : LABEL arch=x86_64 14:31:05 ---> Running in 030cd110e2ce 14:31:05 Removing intermediate container 030cd110e2ce 14:31:05 ---> c8899aba5d21 14:31:05 Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:05 ---> Running in 39944568704a 14:31:05 Removing intermediate container 39944568704a 14:31:05 ---> eda3c7bbb31d 14:31:05 Step 26/26 : LABEL version=3.0.0-dev.100 14:31:06 ---> Running in 2b8cf915494b 14:31:07 Removing intermediate container 2b8cf915494b 14:31:07 ---> 7be0498776dd 14:31:07 14:31:07 Successfully built 7be0498776dd 14:31:07 Successfully tagged security-spire-agent:latest 14:31:07 Building security-bootstrapper 14:31:07 Removing intermediate container 9c21dd7ef9df 14:31:07 ---> 962226d54998 14:31:07 Successfully built 962226d54998 14:31:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:31:08 + docker inspect -f . ci-base-image-arm64 14:31:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:31:08  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:08 ---> 63a63cad2e00 14:31:08 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:31:08 ---> Using cache 14:31:08 ---> cd2a1b804bfc 14:31:08 Step 4/23 : WORKDIR /edgex-go 14:31:08 ---> Using cache 14:31:08 ---> 956a1a9ab38d 14:31:08 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 14:31:08 prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container 14:31:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:31:09 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:09 ---> 63a63cad2e00 14:31:09 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:31:09 ---> Using cache 14:31:09 ---> cd2a1b804bfc 14:31:09 Step 4/23 : WORKDIR /edgex-go 14:31:09 ---> Using cache 14:31:09 ---> 956a1a9ab38d 14:31:09 Step 5/23 : RUN apk add --update --no-cache make git 14:31:09 ---> Using cache 14:31:09 ---> 09a0330f174c 14:31:09 Step 6/23 : COPY go.mod vendor* ./ 14:31:09 ---> Using cache 14:31:09 ---> a166fcd917b8 14:31:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:09 ---> Using cache 14:31:09 ---> af1683b98cab 14:31:09 Step 8/23 : COPY . . 14:31:09 ---> Using cache 14:31:09 ---> 32b6ce645d7d 14:31:09 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 14:31:09 $ docker top 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c -eo pid,comm [Pipeline] { [Pipeline] sh 14:31:10 + go version 14:31:10 go version go1.20.2 linux/arm64 [Pipeline] } 14:31:10 $ docker stop --time=1 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c 14:31:10 ---> Running in 796eff28f3b4 14:31:10 ---> Running in c25afc978d6a 14:31:10 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:10 Step 2/33 : FROM ${BUILDER_BASE} AS builder 14:31:10 ---> 63a63cad2e00 14:31:10 Step 3/33 : WORKDIR /edgex-go 14:31:10 ---> Using cache 14:31:10 ---> 6288bf246e51 14:31:10 Step 4/33 : RUN apk add --update --no-cache make git 14:31:10 ---> Running in 34035118ecda 14:31:10 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:11 OK: 265 MiB in 53 packages 14:31:11 OK: 265 MiB in 53 packages 14:31:12 $ docker rm -f --volumes 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c [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 14:31:12 Removing intermediate container 34035118ecda 14:31:12 ---> 22c11fbf597a 14:31:12 Step 5/33 : COPY go.mod vendor* ./ 14:31:12 Removing intermediate container ffe7fe2405e0 14:31:12 ---> a46b6e67f5b6 14:31:12 14:31:12 Step 10/25 : FROM alpine:3.17 14:31:12 ---> b2aa39c304c2 14:31:12 Step 11/25 : RUN apk add --update --no-cache dumb-init 14:31:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:31:12 14:31:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:31:13 Removing intermediate container 6557e884f02f 14:31:13 ---> e04a7e38f97e 14:31:13 14:31:13 Step 10/23 : FROM alpine:3.17 14:31:13 ---> b2aa39c304c2 14:31:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:31:13 Removing intermediate container c25afc978d6a 14:31:13 ---> 277b80698814 14:31:13 Step 6/23 : COPY go.mod vendor* ./ 14:31:13 ---> Running in a34f8fdf62ce 14:31:13 ---> Running in 31632cdeb8cb 14:31:13 Removing intermediate container a34f8fdf62ce 14:31:13 ---> 430ea4a53020 14:31:13 Step 12/23 : ENV APP_PORT=59880 14:31:13 ---> Running in 8862fa167681 14:31:13 ---> 8a9fa4dce5e7 14:31:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:13 ---> d83c7f055565 14:31:13 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:31:13 latest: Pulling from edgex-devops/edgex-compose-arm64 14:31:13 29e5d40040c1: Pulling fs layer 14:31:13 1ce36da41761: Pulling fs layer 14:31:13 25b303627fd3: Pulling fs layer 14:31:13 ---> Running in 4a1c0a4300e4 14:31:13 ---> Running in 675db5910ec0 14:31:13 Removing intermediate container 8862fa167681 14:31:13 ---> e626014b89bd 14:31:13 Step 13/23 : EXPOSE $APP_PORT 14:31:13 ---> Running in 422a68a7c413 14:31:13 29e5d40040c1: Verifying Checksum 14:31:13 29e5d40040c1: Download complete 14:31:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:13 Removing intermediate container 422a68a7c413 14:31:13 ---> 18d8e6bb0218 14:31:13 Step 14/23 : RUN apk add --update --no-cache dumb-init 14:31:13 ---> Running in 4cc0ac7c5d93 14:31:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:13 1ce36da41761: Verifying Checksum 14:31:13 1ce36da41761: Download complete 14:31:13 (1/1) Installing dumb-init (1.2.5-r2) 14:31:13 Executing busybox-1.35.0-r29.trigger 14:31:13 OK: 7 MiB in 16 packages 14:31:14 29e5d40040c1: Pull complete 14:31:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:14 Removing intermediate container 31632cdeb8cb 14:31:14 ---> 20b2031481f2 14:31:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:31:14 (1/1) Installing dumb-init (1.2.5-r2) 14:31:14 Executing busybox-1.35.0-r29.trigger 14:31:14 OK: 7 MiB in 16 packages 14:31:14 ---> Running in 5e250f4d54ca 14:31:14 Removing intermediate container 5e250f4d54ca 14:31:14 ---> 33348aa45cd4 14:31:14 Step 13/25 : ENV APP_PORT=59881 14:31:14 ---> Running in 33c0eb1e20f0 14:31:14 Removing intermediate container 4cc0ac7c5d93 14:31:14 ---> fc3484cb14dd 14:31:14 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:14 Removing intermediate container 33c0eb1e20f0 14:31:14 ---> 74adfa46eb2c 14:31:14 Step 14/25 : EXPOSE $APP_PORT 14:31:15 ---> Running in 3e71b4512b6c 14:31:15 ---> e1566c35cf08 14:31:15 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:31:15 Removing intermediate container 3e71b4512b6c 14:31:15 ---> 4cfae98b9a9b 14:31:15 Step 15/25 : WORKDIR / 14:31:15 25b303627fd3: Verifying Checksum 14:31:15 25b303627fd3: Download complete 14:31:15 1ce36da41761: Pull complete 14:31:15 ---> Running in 5eeaf73f5dbe 14:31:15 ---> 116ba57ebff9 14:31:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:31:16 Removing intermediate container 5eeaf73f5dbe 14:31:16 ---> 3ffac57d10ac 14:31:16 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:16 ---> 68ff10a7367e 14:31:16 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 14:31:16 ---> 3e2f362801df 14:31:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:31:16 ---> ae0d1f007876 14:31:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:31:16 ---> 8fb845041e46 14:31:16 Step 19/23 : ENTRYPOINT ["/core-data"] 14:31:16 ---> Running in 939dcef8825a 14:31:17 Removing intermediate container 939dcef8825a 14:31:17 ---> bee1a0f14b72 14:31:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:31:17 ---> 074896534086 14:31:17 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:31:17 ---> Running in cf1fe553bbb9 14:31:17 Removing intermediate container cf1fe553bbb9 14:31:17 ---> a3c6bee328b2 14:31:17 Step 21/23 : LABEL arch=x86_64 14:31:17 ---> 7f7cb3211465 14:31:17 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 14:31:17 ---> Running in f8091e6a05ba 14:31:17 Removing intermediate container f8091e6a05ba 14:31:17 ---> 10964a32a483 14:31:17 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:17 ---> Running in ec42dd2dfae6 14:31:17 ---> 978e21844883 14:31:17 Step 21/25 : ENTRYPOINT ["/core-metadata"] 14:31:18 ---> Running in f2abb7303eb8 14:31:18 Removing intermediate container ec42dd2dfae6 14:31:18 ---> 517bee2f8dad 14:31:18 Step 23/23 : LABEL version=3.0.0-dev.100 14:31:18 Removing intermediate container f2abb7303eb8 14:31:18 ---> 8acefece1b7c 14:31:18 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:31:18 ---> Running in 3ffcd64f7abc 14:31:19 ---> Running in e92f35c5c9f1 14:31:19 Removing intermediate container 3ffcd64f7abc 14:31:19 ---> f1be24b96f60 14:31:19 14:31:19 Successfully built f1be24b96f60 14:31:19 Successfully tagged core-data:latest 14:31:19 Building security-spiffe-token-provider 14:31:19  Building core-data ... done Removing intermediate container e92f35c5c9f1 14:31:19 ---> 95e16f6c0244 14:31:19 Step 23/25 : LABEL arch=x86_64 14:31:21 ---> Running in 3563569ca8aa 14:31:22 Removing intermediate container 3563569ca8aa 14:31:22 ---> c94e45432029 14:31:22 Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:22 ---> Running in b096b5d10107 14:31:22 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:31:22 ---> 63a63cad2e00 14:31:22 Step 3/20 : WORKDIR /edgex-go 14:31:22 ---> Using cache 14:31:22 ---> 6288bf246e51 14:31:22 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 14:31:22 ---> Running in 75adc2fa8f76 14:31:23 Removing intermediate container b096b5d10107 14:31:23 ---> e153c5de643f 14:31:23 Step 25/25 : LABEL version=3.0.0-dev.100 14:31:23 ---> Running in 32911ad7fa75 14:31:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:23 Removing intermediate container 32911ad7fa75 14:31:23 ---> fc3233d22cf9 14:31:23 14:31:23 Successfully built fc3233d22cf9 14:31:23 Successfully tagged core-metadata:latest 14:31:23  Building core-metadata ... done Building security-secretstore-setup 14:31:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:24 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:31:24 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:31:24 OK: 17816 distinct packages available 14:31:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:31:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:31:24 OK: 265 MiB in 53 packages 14:31:27 25b303627fd3: Pull complete 14:31:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:31:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 14:31:27 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:31:27 ---> 63a63cad2e00 14:31:27 Step 3/24 : WORKDIR /edgex-go 14:31:27 ---> Using cache 14:31:27 ---> 6288bf246e51 14:31:27 Step 4/24 : RUN apk add --update --no-cache make git 14:31:27 ---> Using cache 14:31:27 ---> 22c11fbf597a 14:31:27 Step 5/24 : COPY go.mod vendor* ./ 14:31:27 ---> Using cache 14:31:27 ---> d83c7f055565 14:31:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withDockerContainer 14:31:28 prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container 14:31:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:31:29 ---> Running in 8e0b71f9a103 14:31:29 Removing intermediate container 75adc2fa8f76 14:31:29 ---> 1f945f165373 14:31:29 Step 5/20 : COPY go.mod vendor* ./ 14:31:29 ---> c5ef6a8c0c5e 14:31:29 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:29 ---> Running in 40796784155e 14:31:30 Removing intermediate container 675db5910ec0 14:31:30 ---> 224cc6baca10 14:31:30 Step 8/23 : COPY . . 14:31:30 Removing intermediate container 4a1c0a4300e4 14:31:30 ---> 847d55af6f4b 14:31:30 Step 7/33 : COPY . . 14:31:30 $ docker top 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 -eo pid,comm [Pipeline] { [Pipeline] sh 14:31:31 + docker-compose build --help 14:31:31 + grep parallel 14:31:34 Removing intermediate container 796eff28f3b4 14:31:34 ---> 27ebfabfd7f3 14:31:34 14:31:34 Step 10/23 : FROM alpine:3.17 14:31:34 ---> b2aa39c304c2 14:31:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:31:34 ---> Using cache 14:31:34 ---> 20b2031481f2 14:31:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:31:34 ---> Using cache 14:31:34 ---> 33348aa45cd4 14:31:34 Step 13/23 : ENV APP_PORT=59861 14:31:34 ---> ca7e844e65de 14:31:34 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:31:34 ---> 04ceb48601fc 14:31:34 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:31:34 ---> Running in 1053bdcaca02 14:31:34 ---> Running in c34ae3f2aa62 14:31:34 ---> Running in 8f9d373afa36 14:31:34 Removing intermediate container 1053bdcaca02 14:31:34 ---> 5fac8d110565 14:31:34 Step 14/23 : EXPOSE $APP_PORT 14:31:34 ---> Running in a25abd681c87 14:31:34 Removing intermediate container a25abd681c87 14:31:34 ---> 2a25b0f56da4 14:31:34 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:34 ---> 182b49e70e85 14:31:34 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:31:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:31:34 ---> 56b365de783a 14:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:31:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:31:35 --parallel Build images in parallel. [Pipeline] } 14:31:35 $ docker stop --time=1 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 14:31:36 ---> 1831c178c499 14:31:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:31:36 $ docker rm -f --volumes 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:31:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:31:37 prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container 14:31:37 $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:31:38 ---> 4111540b42bc 14:31:38 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 14:31:38 ---> Running in 188774174b36 14:31:38 Removing intermediate container 188774174b36 14:31:38 ---> 1b5fe720d7d2 14:31:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:31:38 ---> Running in 4c59db643d59 14:31:38 Removing intermediate container 4c59db643d59 14:31:38 ---> 42227b8e2839 14:31:38 Step 21/23 : LABEL arch=x86_64 14:31:38 ---> Running in 55a375e70d5e 14:31:39 $ docker top ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e -eo pid,comm [Pipeline] { [Pipeline] sh 14:31:39 Removing intermediate container 55a375e70d5e 14:31:39 ---> 4bf58097c24d 14:31:39 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:31:39 ---> Running in 7dd67534bac8 14:31:39 + docker-compose -f ./docker-compose-build.yml build --parallel 14:31:40 Removing intermediate container 7dd67534bac8 14:31:40 ---> b5006d8f549f 14:31:40 Step 23/23 : LABEL version=3.0.0-dev.100 14:31:40 ---> Running in 085c76ebecfa 14:31:40 Removing intermediate container 085c76ebecfa 14:31:40 ---> 50e3940482c6 14:31:40 14:31:40 Successfully built 50e3940482c6 14:31:41 Successfully tagged support-scheduler:latest 14:31:41 Building security-proxy-setup 14:31:45 Building core-command ... 14:31:45 Building core-common-config-bootstrapper ... 14:31:45 Building core-data ... 14:31:45 Building core-metadata ... 14:31:45 Building security-bootstrapper ... 14:31:45 Building security-proxy-auth ... 14:31:45 Building security-proxy-setup ... 14:31:45 Building security-secretstore-setup ... 14:31:45 Building security-spiffe-token-provider ... 14:31:45 Building security-spire-agent ... 14:31:45 Building security-spire-config ... 14:31:45 Building security-spire-server ... 14:31:45 Building support-notifications ... 14:31:45 Building support-scheduler ... 14:31:45 Building security-spire-server 14:31:45 Building security-proxy-setup 14:31:45 Building security-bootstrapper 14:31:45 Building core-data 14:31:45 Building security-spiffe-token-provider 14:31:49  Building support-scheduler ... done Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:31:49 ---> 63a63cad2e00 14:31:49 Step 3/21 : WORKDIR /edgex-go 14:31:49 ---> Using cache 14:31:49 ---> 6288bf246e51 14:31:49 Step 4/21 : RUN apk add --update --no-cache make git 14:31:49 ---> Using cache 14:31:49 ---> 22c11fbf597a 14:31:49 Step 5/21 : COPY go.mod vendor* ./ 14:31:49 ---> Using cache 14:31:49 ---> d83c7f055565 14:31:49 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:49 ---> Using cache 14:31:49 ---> 847d55af6f4b 14:31:49 Step 7/21 : COPY . . 14:31:49 ---> Using cache 14:31:49 ---> 04ceb48601fc 14:31:49 Step 8/21 : RUN make cmd/secrets-config/secrets-config 14:31:49 ---> Running in 6858f344abc9 14:31:50 Removing intermediate container 8e0b71f9a103 14:31:50 ---> 2b222169e7ff 14:31:50 Step 7/24 : COPY . . 14:31:50 Removing intermediate container 40796784155e 14:31:50 ---> d4d89a7c1123 14:31:50 Step 7/20 : COPY . . 14:31:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:31:57 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:31:57 ---> 962226d54998 14:31:57 Step 3/20 : WORKDIR /edgex-go 14:31:57 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:57 Step 2/33 : FROM ${BUILDER_BASE} AS builder 14:31:57 ---> 962226d54998 14:31:57 Step 3/33 : WORKDIR /edgex-go 14:31:57 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:57 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:31:57 ---> 962226d54998 14:31:57 Step 3/25 : WORKDIR /edgex-go 14:31:57 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:57 ---> 962226d54998 14:31:57 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:31:57 ---> Running in ffbb059b103a 14:31:58 ---> Running in f4444e21f9f0 14:31:58 ---> Running in 6540851aa8de 14:31:58 Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:31:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:31:58 ---> 962226d54998 14:31:58 Step 3/21 : WORKDIR /edgex-go 14:31:58 ---> Running in b4b58e2d5a21 14:31:58 ---> Running in 61dc8bcedc51 14:31:58 Removing intermediate container ffbb059b103a 14:31:58 ---> 136e660b1451 14:31:58 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 14:31:58 ---> Running in ec8e8c159950 14:31:58 Removing intermediate container b4b58e2d5a21 14:31:58 ---> c7010bf97a6b 14:31:58 Step 4/23 : WORKDIR /edgex-go 14:31:59 ---> Running in 5bdb7e73cd4a 14:31:59 Removing intermediate container 6540851aa8de 14:31:59 ---> b9b29081da3c 14:31:59 Step 4/25 : RUN apk add --update --no-cache make git build-base curl 14:31:59 Removing intermediate container f4444e21f9f0 14:31:59 ---> 5a7f3bac2b4a 14:31:59 Step 4/33 : RUN apk add --update --no-cache make git 14:31:59 ---> 1ae95c8d8030 14:31:59 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:31:59 Removing intermediate container 61dc8bcedc51 14:31:59 ---> 3b393f98b223 14:31:59 Step 4/21 : RUN apk add --update --no-cache make git 14:31:59 ---> Running in ff4831b5c6e2 14:31:59 ---> Running in a39fdafa40b8 14:31:59 ---> Running in 086f29fee607 14:31:59 ---> Running in 99655ae990fb 14:31:59 ---> 9d433aecfd9e 14:31:59 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:31:59 ---> Running in 9e862d8469fe 14:32:00 Removing intermediate container 5bdb7e73cd4a 14:32:00 ---> 1760e4c51869 14:32:00 Step 5/23 : RUN apk add --update --no-cache make git 14:32:00 ---> Running in f0ecadbabe57 14:32:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:32:00 Removing intermediate container 8f9d373afa36 14:32:00 ---> edcbbc99669d 14:32:00 14:32:00 Step 9/33 : FROM alpine:3.17 14:32:00 ---> b2aa39c304c2 14:32:00 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:32:00 ---> Using cache 14:32:00 ---> 4188c3c29393 14:32:00 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 14:32:00 ---> Running in e4a9ffd7f4b2 14:32:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:32:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:01 (1/2) Installing dumb-init (1.2.5-r2) 14:32:01 (2/2) Installing su-exec (0.2-r2) 14:32:01 Executing busybox-1.35.0-r29.trigger 14:32:01 OK: 7 MiB in 17 packages 14:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:02 Removing intermediate container c34ae3f2aa62 14:32:02 ---> da93a41c5852 14:32:02 14:32:02 Step 10/23 : FROM alpine:3.17 14:32:02 ---> b2aa39c304c2 14:32:02 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 14:32:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:03 ---> Running in a8357db3b43c 14:32:03 Removing intermediate container e4a9ffd7f4b2 14:32:03 ---> a7ae014e926e 14:32:03 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 14:32:03 ---> Running in 11ec3953ff89 14:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:03 Removing intermediate container 11ec3953ff89 14:32:03 ---> ad6a5a5a1f4c 14:32:03 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 14:32:03 ---> Running in 9252ddb7bf68 14:32:03 Removing intermediate container 9252ddb7bf68 14:32:03 ---> ef80f5999355 14:32:03 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 14:32:03 ---> Running in 8a5a55ed1b38 14:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:03 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:32:03 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:32:03 OK: 17687 distinct packages available 14:32:03 OK: 263 MiB in 53 packages 14:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:03 Removing intermediate container 8a5a55ed1b38 14:32:03 ---> 790ed04b04b6 14:32:03 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 14:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:32:04 OK: 263 MiB in 53 packages 14:32:04 ---> Running in f4a95ff913a8 14:32:04 (1/2) Installing ca-certificates (20220614-r4) 14:32:04 (2/2) Installing dumb-init (1.2.5-r2) 14:32:04 Executing busybox-1.35.0-r29.trigger 14:32:04 Executing ca-certificates-20220614-r4.trigger 14:32:04 OK: 8 MiB in 17 packages 14:32:04 Removing intermediate container f4a95ff913a8 14:32:04 ---> 9411c7cfde41 14:32:04 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 14:32:04 ---> Running in 53d3395f4e3c 14:32:04 OK: 263 MiB in 53 packages 14:32:04 OK: 263 MiB in 53 packages 14:32:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:32:05 Removing intermediate container a8357db3b43c 14:32:05 ---> e37c50756ba1 14:32:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:32:05 ---> Running in 881ef3415df5 14:32:05 Removing intermediate container 881ef3415df5 14:32:05 ---> 826f5b9fd3e8 14:32:05 Step 13/23 : ENV APP_PORT=59860 14:32:05 ---> Running in b7017cc24c63 14:32:05 Removing intermediate container 53d3395f4e3c 14:32:05 ---> 50717e449574 14:32:05 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 14:32:05 Removing intermediate container ff4831b5c6e2 14:32:05 ---> d8886819374e 14:32:05 Step 5/25 : COPY go.mod vendor* ./ 14:32:06 ---> Running in 0173c58dcf96 14:32:06 Removing intermediate container b7017cc24c63 14:32:06 ---> 9dbffb9dd3e3 14:32:06 Step 14/23 : EXPOSE $APP_PORT 14:32:06 ---> Running in 2959332c3ac8 14:32:06 OK: 263 MiB in 53 packages 14:32:06 Removing intermediate container 2959332c3ac8 14:32:06 ---> 72d5ada5727a 14:32:06 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:06 Removing intermediate container a39fdafa40b8 14:32:06 ---> aadec32a6ded 14:32:06 Step 5/33 : COPY go.mod vendor* ./ 14:32:06 Removing intermediate container 0173c58dcf96 14:32:06 ---> adc1a1396a4e 14:32:06 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 14:32:06 Removing intermediate container 99655ae990fb 14:32:06 ---> 5540f8dc0533 14:32:06 Step 5/21 : COPY go.mod vendor* ./ 14:32:06 Removing intermediate container f0ecadbabe57 14:32:06 ---> 7cc2f25b5226 14:32:06 Step 6/23 : COPY go.mod vendor* ./ 14:32:07 ---> 62762c5d18fa 14:32:07 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:32:07 ---> be2a67864d36 14:32:07 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 14:32:07 ---> Running in f3c0bd809041 14:32:07 ---> 689434d8458a 14:32:07 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:07 ---> Running in 8c3c993209e2 14:32:07 ---> 65b724c9ee36 14:32:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:32:07 ---> 12e15436a7a3 14:32:07 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:07 ---> Running in 164c79d269f4 14:32:08 Removing intermediate container ec8e8c159950 14:32:08 ---> f46215fae5e3 14:32:08 Step 5/20 : COPY go.mod vendor* ./ 14:32:08 ---> 6d7a6076cb45 14:32:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 14f9717666c4 14:32:08 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:08 14:32:08 ---> Running in b50c601df79c 14:32:08 ---> Running in 149157d26411 14:32:09 Removing intermediate container f3c0bd809041 14:32:09 ---> 9b0ad451859a 14:32:09 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:09 ---> 809a32955531 14:32:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:32:09 ---> f56d7e6619c9 14:32:09 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 14:32:09 ---> ec938ade9d50 14:32:09 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:09 ---> Running in cadc819083da 14:32:10 ---> 7c149f69f195 14:32:10 Step 19/23 : ENTRYPOINT ["/support-notifications"] 14:32:10 ---> e22fbff27e30 14:32:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:32:10 ---> Running in e463b13d2124 14:32:11 Removing intermediate container e463b13d2124 14:32:11 ---> e8f6f26bdd5d 14:32:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:32:11 ---> Running in 009c46efb46a 14:32:11 ---> c989c50cede4 14:32:11 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:32:11 Removing intermediate container 009c46efb46a 14:32:11 ---> 022d521bdef4 14:32:11 Step 21/23 : LABEL arch=x86_64 14:32:11 ---> Running in a4154d3f4bea 14:32:11 ---> dec1c89e78dd 14:32:11 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:32:12 Removing intermediate container a4154d3f4bea 14:32:12 ---> e8306dece44a 14:32:12 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:12 ---> 58fff53de0a9 14:32:12 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 14:32:12 ---> Running in 5652fd425898 14:32:12 Removing intermediate container 5652fd425898 14:32:12 ---> 0dd6221e823b 14:32:12 Step 23/23 : LABEL version=3.0.0-dev.100 14:32:12 ---> 9de610100b8f 14:32:12 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 14:32:12 ---> Running in c97ed38d61c0 14:32:13 Removing intermediate container c97ed38d61c0 14:32:13 ---> 5c0b5b8dc1f0 14:32:13 14:32:13 ---> 2e869b66ef96 14:32:13 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:32:13 Removing intermediate container 6858f344abc9 14:32:13 ---> ca13370c1df4 14:32:13 14:32:13 Step 9/21 : FROM alpine:3.17 14:32:13 ---> b2aa39c304c2 14:32:13 Step 10/21 : RUN apk add --update --no-cache dumb-init openssl 14:32:13 ---> Running in 980a55633215 14:32:13 Successfully built 5c0b5b8dc1f0 14:32:13 Successfully tagged support-notifications:latest 14:32:13 Building security-proxy-auth 14:32:14  Building support-notifications ... done  ---> 3c7750b28f49 14:32:14 Step 28/33 : RUN chmod +x /entrypoint.sh 14:32:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:14 ---> Running in d827abc7aefe 14:32:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:14 (1/2) Installing dumb-init (1.2.5-r2) 14:32:14 (2/2) Installing openssl (3.0.8-r0) 14:32:14 Executing busybox-1.35.0-r29.trigger 14:32:14 OK: 8 MiB in 17 packages 14:32:16 Removing intermediate container 980a55633215 14:32:16 ---> 577b060445b0 14:32:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 14:32:16 Removing intermediate container d827abc7aefe 14:32:16 ---> 688449c5c4de 14:32:16 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 14:32:16 ---> Running in 25189e9255ac 14:32:16 ---> Running in 627535ba020b 14:32:16 Removing intermediate container 25189e9255ac 14:32:16 ---> 506d01f78e38 14:32:16 Step 12/21 : WORKDIR /edgex 14:32:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:32:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:32:16 ---> 63a63cad2e00 14:32:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:32:16 ---> Using cache 14:32:16 ---> cd2a1b804bfc 14:32:16 Step 4/23 : WORKDIR /edgex-go 14:32:16 ---> Using cache 14:32:16 ---> 956a1a9ab38d 14:32:16 Step 5/23 : RUN apk add --update --no-cache make git 14:32:16 ---> Using cache 14:32:16 ---> 09a0330f174c 14:32:16 Step 6/23 : COPY go.mod vendor* ./ 14:32:16 ---> Using cache 14:32:16 ---> a166fcd917b8 14:32:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:16 ---> Using cache 14:32:16 ---> af1683b98cab 14:32:16 Step 8/23 : COPY . . 14:32:16 ---> Using cache 14:32:16 ---> 32b6ce645d7d 14:32:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 14:32:16 ---> Running in da0c823c7c02 14:32:16 Removing intermediate container 627535ba020b 14:32:16 ---> 1f3d4699df62 14:32:16 Step 30/33 : CMD ["gate"] 14:32:16 ---> Running in 2f8f152208dc 14:32:16 ---> Running in 60c4a6eb813d 14:32:16 Removing intermediate container da0c823c7c02 14:32:16 ---> 238ba25f9d1a 14:32:16 Step 13/21 : COPY --from=builder /edgex-go/security.txt / 14:32:17 Removing intermediate container 60c4a6eb813d 14:32:17 ---> fe13958575b6 14:32:17 Step 31/33 : LABEL arch=x86_64 14:32:17 ---> Running in 07826fb58ebd 14:32:17 ---> 2b5ba7333f0e 14:32:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 14:32:17 Removing intermediate container 07826fb58ebd 14:32:17 ---> 3c5ccee7e24c 14:32:17 Step 32/33 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:32:17 ---> Running in d0640bf8f2e8 14:32:17 ---> 1e324167d2f5 14:32:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:32:18 Removing intermediate container d0640bf8f2e8 14:32:18 ---> 969adf6cdad7 14:32:18 Step 33/33 : LABEL version=3.0.0-dev.100 14:32:18 ---> c29c19adf2e8 14:32:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:32:18 ---> Running in c83b0526f9eb 14:32:18 Removing intermediate container c83b0526f9eb 14:32:18 ---> 616310cf8710 14:32:18 14:32:18 ---> 503dec67a63c 14:32:18 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:32:18 Successfully built 616310cf8710 14:32:18 Successfully tagged security-bootstrapper:latest 14:32:18  Building security-bootstrapper ... done Building core-command 14:32:18 ---> Running in 10be25410207 14:32:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:32:21 Removing intermediate container 10be25410207 14:32:21 ---> 4a31ac8dbbaf 14:32:21 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 14:32:21 ---> Running in d7e357b5282b 14:32:21 Removing intermediate container d7e357b5282b 14:32:21 ---> dde228c2ba07 14:32:21 Step 19/21 : LABEL arch=x86_64 14:32:21 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:32:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:32:21 ---> 63a63cad2e00 14:32:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 14:32:21 ---> Using cache 14:32:21 ---> cd2a1b804bfc 14:32:21 Step 4/24 : WORKDIR /edgex-go 14:32:21 ---> Using cache 14:32:21 ---> 956a1a9ab38d 14:32:21 Step 5/24 : RUN apk add --update --no-cache make git 14:32:21 ---> Using cache 14:32:21 ---> 09a0330f174c 14:32:21 Step 6/24 : COPY go.mod vendor* ./ 14:32:21 ---> Using cache 14:32:21 ---> a166fcd917b8 14:32:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:21 ---> Using cache 14:32:21 ---> af1683b98cab 14:32:21 Step 8/24 : COPY . . 14:32:21 ---> Using cache 14:32:21 ---> 32b6ce645d7d 14:32:21 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 14:32:21 ---> Running in 8652ff4c1604 14:32:21 ---> Running in 4ace736c9394 14:32:22 Removing intermediate container 8652ff4c1604 14:32:22 ---> 2bdce8a49731 14:32:22 Step 20/21 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:32:22 ---> Running in db0eaeaea36c 14:32:23 Removing intermediate container db0eaeaea36c 14:32:23 ---> 402af8af9fbd 14:32:23 Step 21/21 : LABEL version=3.0.0-dev.100 14:32:23 ---> Running in 64b809d36b2d 14:32:23 Removing intermediate container 64b809d36b2d 14:32:23 ---> d4abb0711903 14:32:23 14:32:23 Removing intermediate container 9e862d8469fe 14:32:23 ---> 74933578cf42 14:32:23 14:32:23 Step 9/24 : FROM alpine:3.17 14:32:23 ---> b2aa39c304c2 14:32:23 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 14:32:23 Successfully built d4abb0711903 14:32:23 Successfully tagged security-proxy-setup:latest 14:32:23 Building core-common-config-bootstrapper 14:32:23  Building security-proxy-setup ... done  ---> Running in cc73edefa1cb 14:32:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:25 (1/3) Installing ca-certificates (20220614-r4) 14:32:25 (2/3) Installing dumb-init (1.2.5-r2) 14:32:25 (3/3) Installing su-exec (0.2-r2) 14:32:25 Executing busybox-1.35.0-r29.trigger 14:32:25 Executing ca-certificates-20220614-r4.trigger 14:32:25 OK: 8 MiB in 18 packages 14:32:26 Removing intermediate container 086f29fee607 14:32:26 ---> e30ad7f8be90 14:32:26 14:32:26 Step 9/20 : FROM alpine:3.17 14:32:26 ---> b2aa39c304c2 14:32:26 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:32:26 ---> Using cache 14:32:26 ---> 4188c3c29393 14:32:26 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 14:32:26 ---> Running in 8bc739c98c8d 14:32:26 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:32:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:32:26 ---> 63a63cad2e00 14:32:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:32:26 ---> Using cache 14:32:26 ---> cd2a1b804bfc 14:32:26 Step 4/23 : WORKDIR /edgex-go 14:32:26 ---> Using cache 14:32:26 ---> 956a1a9ab38d 14:32:26 Step 5/23 : RUN apk add --update --no-cache make git 14:32:26 ---> Using cache 14:32:26 ---> 09a0330f174c 14:32:26 Step 6/23 : COPY go.mod vendor* ./ 14:32:26 ---> Using cache 14:32:26 ---> a166fcd917b8 14:32:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:32:26 ---> Using cache 14:32:26 ---> af1683b98cab 14:32:26 Step 8/23 : COPY . . 14:32:26 ---> Using cache 14:32:26 ---> 32b6ce645d7d 14:32:26 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 14:32:26 Removing intermediate container cc73edefa1cb 14:32:26 ---> a99f5d3aed05 14:32:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:26 ---> Running in 7ca708fb0bf0 14:32:26 ---> Running in add70bd745c0 14:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:27 Removing intermediate container add70bd745c0 14:32:27 ---> e224c1c5e511 14:32:27 Step 12/24 : WORKDIR / 14:32:27 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:32:27 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:32:27 OK: 17816 distinct packages available 14:32:27 ---> Running in 217acaf4ca7d 14:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:32:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:27 (1/9) Installing ca-certificates (20220614-r4) 14:32:27 (2/9) Installing brotli-libs (1.0.9-r9) 14:32:27 (3/9) Installing nghttp2-libs (1.51.0-r0) 14:32:27 (4/9) Installing libcurl (7.88.1-r0) 14:32:27 Removing intermediate container 217acaf4ca7d 14:32:27 ---> 48bd07f696fb 14:32:27 Step 13/24 : COPY --from=builder /edgex-go/security.txt / 14:32:27 (5/9) Installing curl (7.88.1-r0) 14:32:27 (6/9) Installing dumb-init (1.2.5-r2) 14:32:27 (7/9) Installing musl-obstack (1.2.3-r0) 14:32:27 (8/9) Installing libucontext (1.2-r0) 14:32:27 (9/9) Installing gcompat (1.1.0-r0) 14:32:27 Executing busybox-1.35.0-r29.trigger 14:32:27 Executing ca-certificates-20220614-r4.trigger 14:32:27 OK: 10 MiB in 24 packages 14:32:28 ---> 0be12bf4123e 14:32:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:32:28 Removing intermediate container 8bc739c98c8d 14:32:28 ---> 20435d26b538 14:32:28 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:28 ---> 8376329af579 14:32:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:32:28 ---> c792a19426fe 14:32:28 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 14:32:29 ---> 287484d0d9e2 14:32:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:32:29 ---> 6fe36f9534aa 14:32:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:32:29 ---> 8a49b8e0f80a 14:32:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:32:30 ---> 7d4bdf694ff6 14:32:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:32:30 ---> 1cfd5010b061 14:32:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 14:32:31 ---> 7fd68ae4eef9 14:32:31 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 14:32:31 ---> 834240e2c49d 14:32:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:32:31 ---> Running in a4f353d2aa92 14:32:31 Removing intermediate container a4f353d2aa92 14:32:31 ---> c1b04140f166 14:32:31 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:32:31 ---> 2e286d7f768c 14:32:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:32:31 ---> Running in 7d2f55953dec 14:32:31 ---> Running in f4cf14d5189f 14:32:32 Removing intermediate container 7d2f55953dec 14:32:32 ---> 900b91f3782c 14:32:32 Step 18/20 : LABEL arch=x86_64 14:32:32 ---> Running in 6ef79621a5ac 14:32:32 Removing intermediate container 6ef79621a5ac 14:32:32 ---> 83b84e4e2e20 14:32:32 Step 19/20 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:32 ---> Running in 67c21008b39c 14:32:32 Removing intermediate container 67c21008b39c 14:32:32 ---> 494df8379c5e 14:32:32 Step 20/20 : LABEL version=3.0.0-dev.100 14:32:32 ---> Running in 545049f583e5 14:32:33 Removing intermediate container 545049f583e5 14:32:33 ---> 4620d66f76c6 14:32:33 14:32:33 Successfully built 4620d66f76c6 14:32:33 Successfully tagged security-spiffe-token-provider:latest 14:32:33  Building security-spiffe-token-provider ... done Removing intermediate container f4cf14d5189f 14:32:33 ---> 47154e111d73 14:32:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:32:33 ---> Running in d69ca089f272 14:32:33 Removing intermediate container d69ca089f272 14:32:33 ---> 0e5a3fa1d33e 14:32:33 Step 22/24 : LABEL arch=x86_64 14:32:33 ---> Running in 046ad85e5ee2 14:32:33 Removing intermediate container 046ad85e5ee2 14:32:33 ---> f47ff17bc167 14:32:33 Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:33 ---> Running in 9aa458c3a1f2 14:32:34 Removing intermediate container 9aa458c3a1f2 14:32:34 ---> 3447bc693fb2 14:32:34 Step 24/24 : LABEL version=3.0.0-dev.100 14:32:34 ---> Running in c5558a0e343e 14:32:34 Removing intermediate container c5558a0e343e 14:32:34 ---> 92ce45f9405c 14:32:34 14:32:34 Successfully built 92ce45f9405c 14:32:34 Successfully tagged security-secretstore-setup:latest 14:32:37  Building security-secretstore-setup ... done Removing intermediate container 2f8f152208dc 14:32:37 ---> 05d958268734 14:32:37 14:32:37 Step 10/23 : FROM alpine:3.17 14:32:37 ---> b2aa39c304c2 14:32:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:32:37 ---> Running in 8bae59a82463 14:32:37 Removing intermediate container 8bae59a82463 14:32:37 ---> 21072218cb70 14:32:37 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:32:37 ---> Running in 7910ce3b7238 14:32:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 14:32:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 14:32:38 (1/1) Installing dumb-init (1.2.5-r2) 14:32:38 Executing busybox-1.35.0-r29.trigger 14:32:38 OK: 7 MiB in 16 packages 14:32:39 Removing intermediate container 7910ce3b7238 14:32:39 ---> c44ed152fdd4 14:32:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:39 ---> 7680eaf8b768 14:32:39 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:32:39 ---> 6da5ec095fe9 14:32:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 14:32:40 ---> 17e46dbd04ac 14:32:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 14:32:40 ---> 8e97142053a7 14:32:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 14:32:40 ---> dfbc575b7b64 14:32:40 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:32:40 ---> Running in f18827e888d8 14:32:41 Removing intermediate container f18827e888d8 14:32:41 ---> 20641176ed0c 14:32:41 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:32:41 ---> Running in 002336dd941b 14:32:41 Removing intermediate container 002336dd941b 14:32:41 ---> 962e1c3f63a9 14:32:41 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 14:32:41 ---> Running in 3580096e8132 14:32:42 Removing intermediate container 3580096e8132 14:32:42 ---> 65550c321ed0 14:32:42 Step 21/23 : LABEL arch=x86_64 14:32:42 ---> Running in 5a88bbf620a0 14:32:42 Removing intermediate container 5a88bbf620a0 14:32:42 ---> bd5024113cb7 14:32:42 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:42 ---> Running in ac9c15bfcee1 14:32:42 Removing intermediate container 4ace736c9394 14:32:42 ---> 3ec3403ad899 14:32:42 14:32:42 Step 10/24 : FROM alpine:3.17 14:32:42 ---> b2aa39c304c2 14:32:42 Step 11/24 : RUN apk add --update --no-cache dumb-init 14:32:42 ---> Using cache 14:32:42 ---> 20b2031481f2 14:32:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:32:42 ---> Using cache 14:32:42 ---> 33348aa45cd4 14:32:42 Step 13/24 : ENV APP_PORT=59882 14:32:43 ---> Running in d90b6be8cca9 14:32:43 Removing intermediate container ac9c15bfcee1 14:32:43 ---> 927989973273 14:32:43 Step 23/23 : LABEL version=3.0.0-dev.100 14:32:43 ---> Running in 2efe8515e2e0 14:32:43 Removing intermediate container d90b6be8cca9 14:32:43 ---> 493da82d8d72 14:32:43 Step 14/24 : EXPOSE $APP_PORT 14:32:43 ---> Running in c94565d47661 14:32:43 Removing intermediate container 2efe8515e2e0 14:32:43 ---> 66e1616e5310 14:32:43 14:32:43 Successfully built 66e1616e5310 14:32:43 Successfully tagged security-proxy-auth:latest 14:32:43  Building security-proxy-auth ... done Removing intermediate container c94565d47661 14:32:43 ---> 1234dd94aab7 14:32:43 Step 15/24 : WORKDIR / 14:32:43 ---> Running in f53014cff7fa 14:32:43 Removing intermediate container f53014cff7fa 14:32:43 ---> e58eab32472d 14:32:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:43 ---> b408712d3d07 14:32:43 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 14:32:43 ---> db0dced68f32 14:32:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:32:44 ---> c1a36ff01e34 14:32:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:32:44 ---> 9887eb0ba1d8 14:32:44 Step 20/24 : ENTRYPOINT ["/core-command"] 14:32:44 ---> Running in 75cecb76eb87 14:32:44 Removing intermediate container 75cecb76eb87 14:32:44 ---> 63e5a64ec1a0 14:32:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:32:44 ---> Running in db82593ee81c 14:32:44 Removing intermediate container db82593ee81c 14:32:44 ---> 79bf4d6fb793 14:32:44 Step 22/24 : LABEL arch=x86_64 14:32:44 ---> Running in d26177586808 14:32:44 Removing intermediate container d26177586808 14:32:44 ---> 99520d21558c 14:32:44 Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:44 ---> Running in 612fd78b6d5d 14:32:45 Removing intermediate container 612fd78b6d5d 14:32:45 ---> 8ea7a5600cfe 14:32:45 Step 24/24 : LABEL version=3.0.0-dev.100 14:32:45 ---> Running in 2f5dcebb8f03 14:32:45 Removing intermediate container 2f5dcebb8f03 14:32:45 ---> d6d9e783900b 14:32:45 14:32:45 Successfully built d6d9e783900b 14:32:45 Successfully tagged core-command:latest 14:32:46  Building core-command ... done Removing intermediate container 7ca708fb0bf0 14:32:46 ---> c6375c579a50 14:32:46 14:32:46 Step 10/23 : FROM alpine:3.17 14:32:46 ---> b2aa39c304c2 14:32:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:32:46 ---> Using cache 14:32:46 ---> 21072218cb70 14:32:46 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:32:46 ---> Using cache 14:32:46 ---> c44ed152fdd4 14:32:46 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:46 ---> Using cache 14:32:46 ---> 7680eaf8b768 14:32:46 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:32:46 ---> Using cache 14:32:46 ---> 6da5ec095fe9 14:32:46 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 14:32:46 ---> 2558a6ee6fc4 14:32:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 14:32:46 ---> 02707a3d7efa 14:32:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 14:32:46 ---> fc8a059795f1 14:32:46 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:32:46 ---> Running in 88584396f1d7 14:32:47 Removing intermediate container 88584396f1d7 14:32:47 ---> 557cc61a1f74 14:32:47 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:32:47 ---> Running in 69e5e62ea1a6 14:32:47 Removing intermediate container 69e5e62ea1a6 14:32:47 ---> 6ba2993e65a3 14:32:47 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 14:32:47 ---> Running in 5fbf40d37107 14:32:47 Removing intermediate container 5fbf40d37107 14:32:47 ---> 5548e2c2a840 14:32:47 Step 21/23 : LABEL arch=x86_64 14:32:47 ---> Running in d00b2598c192 14:32:48 Removing intermediate container d00b2598c192 14:32:48 ---> e450d737e489 14:32:48 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:48 ---> Running in 75476c25f523 14:32:48 Removing intermediate container 75476c25f523 14:32:48 ---> cc1c3433cb9b 14:32:48 Step 23/23 : LABEL version=3.0.0-dev.100 14:32:48 ---> Running in ae75d43c6cb8 14:32:48 Removing intermediate container ae75d43c6cb8 14:32:48 ---> 504f15634910 14:32:48 14:32:48 Successfully built 504f15634910 14:32:48 Successfully tagged core-common-config-bootstrapper:latest 14:32:48  Building core-common-config-bootstrapper ... done  [Pipeline] } 14:32:48 $ docker stop --time=1 a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 14:32:49 $ docker rm -f --volumes a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 [Pipeline] // withDockerContainer [Pipeline] sh 14:32:49 + docker images 14:32:49 REPOSITORY TAG IMAGE ID CREATED SIZE 14:32:49 core-common-config-bootstrapper latest 504f15634910 1 second ago 17.6MB 14:32:49 c6375c579a50 4 seconds ago 1.68GB 14:32:49 core-command latest d6d9e783900b 4 seconds ago 19.8MB 14:32:49 security-proxy-auth latest 66e1616e5310 7 seconds ago 18.3MB 14:32:49 3ec3403ad899 7 seconds ago 1.68GB 14:32:49 05d958268734 13 seconds ago 1.66GB 14:32:49 security-secretstore-setup latest 92ce45f9405c 15 seconds ago 32.6MB 14:32:49 security-spiffe-token-provider latest 4620d66f76c6 17 seconds ago 32.6MB 14:32:49 e30ad7f8be90 25 seconds ago 1.72GB 14:32:49 74933578cf42 26 seconds ago 1.68GB 14:32:49 security-proxy-setup latest d4abb0711903 26 seconds ago 18.7MB 14:32:49 security-bootstrapper latest 616310cf8710 31 seconds ago 22MB 14:32:49 ca13370c1df4 37 seconds ago 1.66GB 14:32:49 support-notifications latest 5c0b5b8dc1f0 37 seconds ago 33MB 14:32:49 da93a41c5852 47 seconds ago 1.75GB 14:32:49 edcbbc99669d 50 seconds ago 1.67GB 14:32:49 support-scheduler latest 50e3940482c6 About a minute ago 32.4MB 14:32:49 27ebfabfd7f3 About a minute ago 1.75GB 14:32:49 core-metadata latest fc3233d22cf9 About a minute ago 20.6MB 14:32:49 core-data latest f1be24b96f60 About a minute ago 20MB 14:32:49 a46b6e67f5b6 About a minute ago 1.69GB 14:32:49 e04a7e38f97e About a minute ago 1.69GB 14:32:49 security-spire-agent latest 7be0498776dd About a minute ago 129MB 14:32:49 security-spire-config latest b0a741be2982 About a minute ago 88.9MB 14:32:49 security-spire-server latest 5a98d949c8f7 About a minute ago 89.8MB 14:32:49 a13044eae7f7 About a minute ago 1.54GB 14:32:49 875c9e24ba08 About a minute ago 1.54GB 14:32:49 24e6c898d63e About a minute ago 1.54GB 14:32:49 ci-base-image-x86_64 latest 63a63cad2e00 4 minutes ago 883MB 14:32:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 5 days ago 664MB 14:32:49 alpine 3.17 b2aa39c304c2 4 weeks ago 7.05MB 14:32:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 14:32:49 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 14:32:50 provisioning config files... 14:32:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config10252859510786732881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:32:50 ---> docker-login.sh 14:32:50 nexus3.edgexfoundry.org:10001 14:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:50 Configure a credential helper to remove this warning. See 14:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:50 14:32:50 Login Succeeded 14:32:50 nexus3.edgexfoundry.org:10002 14:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:50 Configure a credential helper to remove this warning. See 14:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:50 14:32:50 Login Succeeded 14:32:50 nexus3.edgexfoundry.org:10003 14:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:50 Configure a credential helper to remove this warning. See 14:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:50 14:32:50 Login Succeeded 14:32:50 nexus3.edgexfoundry.org:10004 14:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:50 Configure a credential helper to remove this warning. See 14:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:50 14:32:50 Login Succeeded 14:32:50 docker.io 14:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:50 Configure a credential helper to remove this warning. See 14:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:50 14:32:50 Login Succeeded 14:32:50 ---> docker-login.sh ends [Pipeline] } 14:32:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:32:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:32:50 [edgeXDocker.push] Tagging docker image core-command with the following tags: 14:32:50 98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:50 latest 14:32:50 3.0.0-dev.100 14:32:50 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:32:50 main 14:32:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:51 + docker push nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:32:51 e258ad5270a2: Preparing 14:32:51 5fe399660184: Preparing 14:32:51 03c845ad9940: Preparing 14:32:51 3d9deae2e959: Preparing 14:32:51 fe98f0250f10: Preparing 14:32:51 7cd52847ad77: Preparing 14:32:51 7cd52847ad77: Waiting 14:32:51 3d9deae2e959: Pushed 14:32:51 fe98f0250f10: Pushed 14:32:51 03c845ad9940: Pushed 14:32:51 e258ad5270a2: Pushed 14:32:51 7cd52847ad77: Layer already exists 14:32:53 5fe399660184: Pushed 14:32:53 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:54 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 14:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:32:54 e258ad5270a2: Preparing 14:32:54 5fe399660184: Preparing 14:32:54 03c845ad9940: Preparing 14:32:54 3d9deae2e959: Preparing 14:32:54 fe98f0250f10: Preparing 14:32:54 7cd52847ad77: Preparing 14:32:54 7cd52847ad77: Waiting 14:32:54 e258ad5270a2: Layer already exists 14:32:54 03c845ad9940: Layer already exists 14:32:54 fe98f0250f10: Layer already exists 14:32:54 5fe399660184: Layer already exists 14:32:54 3d9deae2e959: Layer already exists 14:32:54 7cd52847ad77: Layer already exists 14:32:54 latest: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:54 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 14:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:32:54 e258ad5270a2: Preparing 14:32:54 5fe399660184: Preparing 14:32:54 03c845ad9940: Preparing 14:32:54 3d9deae2e959: Preparing 14:32:54 fe98f0250f10: Preparing 14:32:54 7cd52847ad77: Preparing 14:32:54 7cd52847ad77: Waiting 14:32:54 e258ad5270a2: Layer already exists 14:32:54 3d9deae2e959: Layer already exists 14:32:54 fe98f0250f10: Layer already exists 14:32:54 03c845ad9940: Layer already exists 14:32:54 5fe399660184: Layer already exists 14:32:54 7cd52847ad77: Layer already exists 14:32:54 3.0.0-dev.100: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:55 + docker push nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:32:55 e258ad5270a2: Preparing 14:32:55 5fe399660184: Preparing 14:32:55 03c845ad9940: Preparing 14:32:55 3d9deae2e959: Preparing 14:32:55 fe98f0250f10: Preparing 14:32:55 7cd52847ad77: Preparing 14:32:55 7cd52847ad77: Waiting 14:32:55 fe98f0250f10: Layer already exists 14:32:55 e258ad5270a2: Layer already exists 14:32:55 5fe399660184: Layer already exists 14:32:55 03c845ad9940: Layer already exists 14:32:55 3d9deae2e959: Layer already exists 14:32:55 7cd52847ad77: Layer already exists 14:32:55 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:56 + docker push nexus3.edgexfoundry.org:10004/core-command:main 14:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:32:56 e258ad5270a2: Preparing 14:32:56 5fe399660184: Preparing 14:32:56 03c845ad9940: Preparing 14:32:56 3d9deae2e959: Preparing 14:32:56 fe98f0250f10: Preparing 14:32:56 7cd52847ad77: Preparing 14:32:56 7cd52847ad77: Waiting 14:32:56 3d9deae2e959: Layer already exists 14:32:56 5fe399660184: Layer already exists 14:32:56 e258ad5270a2: Layer already exists 14:32:56 fe98f0250f10: Layer already exists 14:32:56 03c845ad9940: Layer already exists 14:32:56 7cd52847ad77: Layer already exists 14:32:56 main: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:32:56 ===================================================== [Pipeline] echo 14:32:56 taggedImages: 14:32:56 - nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:56 - nexus3.edgexfoundry.org:10004/core-command:latest 14:32:56 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 14:32:56 - nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:32:56 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 14:32:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 14:32:56 98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:56 latest 14:32:56 3.0.0-dev.100 14:32:56 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:32:56 main 14:32:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca 14:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 14:32:56 031c8a219b99: Preparing 14:32:56 58bb1d243f6d: Preparing 14:32:56 6deb49f2ec3f: Preparing 14:32:56 7c3f29d8a901: Preparing 14:32:56 03c845ad9940: Preparing 14:32:56 3d9deae2e959: Preparing 14:32:56 a011c02ed028: Preparing 14:32:56 7cd52847ad77: Preparing 14:32:56 3d9deae2e959: Waiting 14:32:56 7cd52847ad77: Waiting 14:32:56 a011c02ed028: Waiting 14:32:56 03c845ad9940: Layer already exists 14:32:56 3d9deae2e959: Layer already exists 14:32:56 58bb1d243f6d: Pushed 14:32:56 6deb49f2ec3f: Pushed 14:32:56 7cd52847ad77: Layer already exists 14:32:56 031c8a219b99: Pushed 14:32:56 a011c02ed028: Pushed 14:32:58 7c3f29d8a901: Pushed 14:32:58 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:58 + 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 14:32:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 14:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 14:32:58 031c8a219b99: Preparing 14:32:58 58bb1d243f6d: Preparing 14:32:58 6deb49f2ec3f: Preparing 14:32:58 7c3f29d8a901: Preparing 14:32:58 03c845ad9940: Preparing 14:32:58 3d9deae2e959: Preparing 14:32:58 a011c02ed028: Preparing 14:32:58 7cd52847ad77: Preparing 14:32:58 3d9deae2e959: Waiting 14:32:58 a011c02ed028: Waiting 14:32:58 7cd52847ad77: Waiting 14:32:58 6deb49f2ec3f: Layer already exists 14:32:58 03c845ad9940: Layer already exists 14:32:58 031c8a219b99: Layer already exists 14:32:58 7c3f29d8a901: Layer already exists 14:32:58 58bb1d243f6d: Layer already exists 14:32:58 3d9deae2e959: Layer already exists 14:32:58 a011c02ed028: Layer already exists 14:32:58 7cd52847ad77: Layer already exists 14:32:58 latest: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 14:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 14:32:59 031c8a219b99: Preparing 14:32:59 58bb1d243f6d: Preparing 14:32:59 6deb49f2ec3f: Preparing 14:32:59 7c3f29d8a901: Preparing 14:32:59 03c845ad9940: Preparing 14:32:59 3d9deae2e959: Preparing 14:32:59 a011c02ed028: Preparing 14:32:59 7cd52847ad77: Preparing 14:32:59 a011c02ed028: Waiting 14:32:59 7cd52847ad77: Waiting 14:32:59 3d9deae2e959: Waiting 14:32:59 6deb49f2ec3f: Layer already exists 14:32:59 58bb1d243f6d: Layer already exists 14:32:59 7c3f29d8a901: Layer already exists 14:32:59 031c8a219b99: Layer already exists 14:32:59 03c845ad9940: Layer already exists 14:32:59 7cd52847ad77: Layer already exists 14:32:59 3d9deae2e959: Layer already exists 14:32:59 a011c02ed028: Layer already exists 14:32:59 3.0.0-dev.100: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 14:32:59 031c8a219b99: Preparing 14:32:59 58bb1d243f6d: Preparing 14:32:59 6deb49f2ec3f: Preparing 14:32:59 7c3f29d8a901: Preparing 14:32:59 03c845ad9940: Preparing 14:32:59 3d9deae2e959: Preparing 14:32:59 a011c02ed028: Preparing 14:32:59 7cd52847ad77: Preparing 14:32:59 3d9deae2e959: Waiting 14:32:59 a011c02ed028: Waiting 14:32:59 7cd52847ad77: Waiting 14:32:59 7c3f29d8a901: Layer already exists 14:32:59 6deb49f2ec3f: Layer already exists 14:32:59 031c8a219b99: Layer already exists 14:32:59 03c845ad9940: Layer already exists 14:32:59 58bb1d243f6d: Layer already exists 14:32:59 3d9deae2e959: Layer already exists 14:32:59 7cd52847ad77: Layer already exists 14:32:59 a011c02ed028: Layer already exists 14:32:59 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:00 + 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 14:33:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 14:33:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 14:33:00 031c8a219b99: Preparing 14:33:00 58bb1d243f6d: Preparing 14:33:00 6deb49f2ec3f: Preparing 14:33:00 7c3f29d8a901: Preparing 14:33:00 03c845ad9940: Preparing 14:33:00 3d9deae2e959: Preparing 14:33:00 a011c02ed028: Preparing 14:33:00 7cd52847ad77: Preparing 14:33:00 a011c02ed028: Waiting 14:33:00 7cd52847ad77: Waiting 14:33:00 3d9deae2e959: Waiting 14:33:00 58bb1d243f6d: Layer already exists 14:33:00 03c845ad9940: Layer already exists 14:33:00 7c3f29d8a901: Layer already exists 14:33:00 6deb49f2ec3f: Layer already exists 14:33:00 031c8a219b99: Layer already exists 14:33:00 3d9deae2e959: Layer already exists 14:33:00 7cd52847ad77: Layer already exists 14:33:00 a011c02ed028: Layer already exists 14:33:00 main: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:00 ===================================================== [Pipeline] echo 14:33:00 taggedImages: 14:33:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 14:33:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 14:33:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 14:33:00 [edgeXDocker.push] Tagging docker image core-data with the following tags: 14:33:00 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:00 latest 14:33:00 3.0.0-dev.100 14:33:00 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:00 main 14:33:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:01 + docker push nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:33:01 d4718aa966b1: Preparing 14:33:01 bf88044a7dcc: Preparing 14:33:01 03c845ad9940: Preparing 14:33:01 3d9deae2e959: Preparing 14:33:01 532fa4cda661: Preparing 14:33:01 7cd52847ad77: Preparing 14:33:01 7cd52847ad77: Waiting 14:33:01 03c845ad9940: Layer already exists 14:33:01 3d9deae2e959: Layer already exists 14:33:01 7cd52847ad77: Layer already exists 14:33:01 d4718aa966b1: Pushed 14:33:01 532fa4cda661: Pushed 14:33:03 bf88044a7dcc: Pushed 14:33:03 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:03 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 14:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:33:03 d4718aa966b1: Preparing 14:33:03 bf88044a7dcc: Preparing 14:33:03 03c845ad9940: Preparing 14:33:03 3d9deae2e959: Preparing 14:33:03 532fa4cda661: Preparing 14:33:03 7cd52847ad77: Preparing 14:33:03 7cd52847ad77: Waiting 14:33:03 3d9deae2e959: Layer already exists 14:33:03 bf88044a7dcc: Layer already exists 14:33:03 03c845ad9940: Layer already exists 14:33:03 532fa4cda661: Layer already exists 14:33:03 d4718aa966b1: Layer already exists 14:33:03 7cd52847ad77: Layer already exists 14:33:03 latest: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:04 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 14:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:33:04 d4718aa966b1: Preparing 14:33:04 bf88044a7dcc: Preparing 14:33:04 03c845ad9940: Preparing 14:33:04 3d9deae2e959: Preparing 14:33:04 532fa4cda661: Preparing 14:33:04 7cd52847ad77: Preparing 14:33:04 7cd52847ad77: Waiting 14:33:04 03c845ad9940: Layer already exists 14:33:04 3d9deae2e959: Layer already exists 14:33:04 d4718aa966b1: Layer already exists 14:33:04 bf88044a7dcc: Layer already exists 14:33:04 532fa4cda661: Layer already exists 14:33:04 7cd52847ad77: Layer already exists 14:33:04 3.0.0-dev.100: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:05 + docker push nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:33:05 d4718aa966b1: Preparing 14:33:05 bf88044a7dcc: Preparing 14:33:05 03c845ad9940: Preparing 14:33:05 3d9deae2e959: Preparing 14:33:05 532fa4cda661: Preparing 14:33:05 7cd52847ad77: Preparing 14:33:05 7cd52847ad77: Waiting 14:33:05 03c845ad9940: Layer already exists 14:33:05 532fa4cda661: Layer already exists 14:33:05 3d9deae2e959: Layer already exists 14:33:05 d4718aa966b1: Layer already exists 14:33:05 bf88044a7dcc: Layer already exists 14:33:05 7cd52847ad77: Layer already exists 14:33:05 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:05 + docker push nexus3.edgexfoundry.org:10004/core-data:main 14:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:33:05 d4718aa966b1: Preparing 14:33:05 bf88044a7dcc: Preparing 14:33:05 03c845ad9940: Preparing 14:33:05 3d9deae2e959: Preparing 14:33:05 532fa4cda661: Preparing 14:33:05 7cd52847ad77: Preparing 14:33:05 7cd52847ad77: Waiting 14:33:05 d4718aa966b1: Layer already exists 14:33:05 532fa4cda661: Layer already exists 14:33:05 3d9deae2e959: Layer already exists 14:33:05 bf88044a7dcc: Layer already exists 14:33:05 03c845ad9940: Layer already exists 14:33:05 7cd52847ad77: Layer already exists 14:33:05 main: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:05 ===================================================== [Pipeline] echo 14:33:05 taggedImages: 14:33:05 - nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:05 - nexus3.edgexfoundry.org:10004/core-data:latest 14:33:05 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 14:33:05 - nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:05 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 14:33:05 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 14:33:05 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:05 latest 14:33:05 3.0.0-dev.100 14:33:05 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:05 main 14:33:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:33:06 445c706270a5: Preparing 14:33:06 cf71a20e65c2: Preparing 14:33:06 3c5f4a388f4c: Preparing 14:33:06 03c845ad9940: Preparing 14:33:06 3d9deae2e959: Preparing 14:33:06 fe98f0250f10: Preparing 14:33:06 7cd52847ad77: Preparing 14:33:06 7cd52847ad77: Waiting 14:33:06 fe98f0250f10: Waiting 14:33:06 3d9deae2e959: Layer already exists 14:33:06 03c845ad9940: Layer already exists 14:33:06 fe98f0250f10: Layer already exists 14:33:06 7cd52847ad77: Layer already exists 14:33:06 445c706270a5: Pushed 14:33:06 cf71a20e65c2: Pushed 14:33:08 3c5f4a388f4c: Pushed 14:33:08 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 14:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:33:08 445c706270a5: Preparing 14:33:08 cf71a20e65c2: Preparing 14:33:08 3c5f4a388f4c: Preparing 14:33:08 03c845ad9940: Preparing 14:33:08 3d9deae2e959: Preparing 14:33:08 fe98f0250f10: Preparing 14:33:08 7cd52847ad77: Preparing 14:33:08 7cd52847ad77: Waiting 14:33:08 fe98f0250f10: Waiting 14:33:08 03c845ad9940: Layer already exists 14:33:08 445c706270a5: Layer already exists 14:33:08 3d9deae2e959: Layer already exists 14:33:08 3c5f4a388f4c: Layer already exists 14:33:08 cf71a20e65c2: Layer already exists 14:33:08 fe98f0250f10: Layer already exists 14:33:08 7cd52847ad77: Layer already exists 14:33:08 latest: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 14:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:33:09 445c706270a5: Preparing 14:33:09 cf71a20e65c2: Preparing 14:33:09 3c5f4a388f4c: Preparing 14:33:09 03c845ad9940: Preparing 14:33:09 3d9deae2e959: Preparing 14:33:09 fe98f0250f10: Preparing 14:33:09 7cd52847ad77: Preparing 14:33:09 fe98f0250f10: Waiting 14:33:09 7cd52847ad77: Waiting 14:33:09 445c706270a5: Layer already exists 14:33:09 3c5f4a388f4c: Layer already exists 14:33:09 3d9deae2e959: Layer already exists 14:33:09 03c845ad9940: Layer already exists 14:33:09 cf71a20e65c2: Layer already exists 14:33:09 fe98f0250f10: Layer already exists 14:33:09 7cd52847ad77: Layer already exists 14:33:09 3.0.0-dev.100: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:33:10 445c706270a5: Preparing 14:33:10 cf71a20e65c2: Preparing 14:33:10 3c5f4a388f4c: Preparing 14:33:10 03c845ad9940: Preparing 14:33:10 3d9deae2e959: Preparing 14:33:10 fe98f0250f10: Preparing 14:33:10 7cd52847ad77: Preparing 14:33:10 fe98f0250f10: Waiting 14:33:10 7cd52847ad77: Waiting 14:33:10 cf71a20e65c2: Layer already exists 14:33:10 3c5f4a388f4c: Layer already exists 14:33:10 03c845ad9940: Layer already exists 14:33:10 445c706270a5: Layer already exists 14:33:10 3d9deae2e959: Layer already exists 14:33:10 fe98f0250f10: Layer already exists 14:33:10 7cd52847ad77: Layer already exists 14:33:10 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 14:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:33:10 445c706270a5: Preparing 14:33:10 cf71a20e65c2: Preparing 14:33:10 3c5f4a388f4c: Preparing 14:33:10 03c845ad9940: Preparing 14:33:10 3d9deae2e959: Preparing 14:33:10 fe98f0250f10: Preparing 14:33:10 7cd52847ad77: Preparing 14:33:10 fe98f0250f10: Waiting 14:33:10 3d9deae2e959: Layer already exists 14:33:10 3c5f4a388f4c: Layer already exists 14:33:10 03c845ad9940: Layer already exists 14:33:10 cf71a20e65c2: Layer already exists 14:33:10 445c706270a5: Layer already exists 14:33:10 fe98f0250f10: Layer already exists 14:33:10 7cd52847ad77: Layer already exists 14:33:10 main: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:10 ===================================================== [Pipeline] echo 14:33:10 taggedImages: 14:33:10 - nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 14:33:10 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 14:33:10 - nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 14:33:10 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 14:33:10 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:10 latest 14:33:10 3.0.0-dev.100 14:33:10 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:10 main 14:33:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:33:11 a77c4c7767a7: Preparing 14:33:11 a77c4c7767a7: Preparing 14:33:11 a91567753fdd: Preparing 14:33:11 522100a6f802: Preparing 14:33:11 65620bdfa533: Preparing 14:33:11 47994c7c5d86: Preparing 14:33:11 40f0eb7835e6: Preparing 14:33:11 03c845ad9940: Preparing 14:33:11 3d9deae2e959: Preparing 14:33:11 bb69f600efa9: Preparing 14:33:11 02bf37f4d745: Preparing 14:33:11 b43d730b251e: Preparing 14:33:11 c4e279a3bc02: Preparing 14:33:11 7cd52847ad77: Preparing 14:33:11 3d9deae2e959: Waiting 14:33:11 c4e279a3bc02: Waiting 14:33:11 bb69f600efa9: Waiting 14:33:11 02bf37f4d745: Waiting 14:33:11 7cd52847ad77: Waiting 14:33:11 b43d730b251e: Waiting 14:33:11 03c845ad9940: Waiting 14:33:11 40f0eb7835e6: Waiting 14:33:11 47994c7c5d86: Pushed 14:33:11 a77c4c7767a7: Pushed 14:33:11 a91567753fdd: Pushed 14:33:11 522100a6f802: Pushed 14:33:11 65620bdfa533: Pushed 14:33:11 03c845ad9940: Layer already exists 14:33:11 3d9deae2e959: Layer already exists 14:33:11 bb69f600efa9: Pushed 14:33:11 7cd52847ad77: Layer already exists 14:33:11 02bf37f4d745: Pushed 14:33:11 c4e279a3bc02: Pushed 14:33:11 b43d730b251e: Pushed 14:33:12 40f0eb7835e6: Pushed 14:33:13 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:33:13 a77c4c7767a7: Preparing 14:33:13 a77c4c7767a7: Preparing 14:33:13 a91567753fdd: Preparing 14:33:13 522100a6f802: Preparing 14:33:13 65620bdfa533: Preparing 14:33:13 47994c7c5d86: Preparing 14:33:13 40f0eb7835e6: Preparing 14:33:13 03c845ad9940: Preparing 14:33:13 3d9deae2e959: Preparing 14:33:13 bb69f600efa9: Preparing 14:33:13 02bf37f4d745: Preparing 14:33:13 b43d730b251e: Preparing 14:33:13 c4e279a3bc02: Preparing 14:33:13 7cd52847ad77: Preparing 14:33:13 03c845ad9940: Waiting 14:33:13 3d9deae2e959: Waiting 14:33:13 bb69f600efa9: Waiting 14:33:13 40f0eb7835e6: Waiting 14:33:13 02bf37f4d745: Waiting 14:33:13 b43d730b251e: Waiting 14:33:13 c4e279a3bc02: Waiting 14:33:13 7cd52847ad77: Waiting 14:33:13 a91567753fdd: Layer already exists 14:33:13 65620bdfa533: Layer already exists 14:33:13 522100a6f802: Layer already exists 14:33:13 47994c7c5d86: Layer already exists 14:33:13 a77c4c7767a7: Layer already exists 14:33:13 03c845ad9940: Layer already exists 14:33:13 3d9deae2e959: Layer already exists 14:33:13 40f0eb7835e6: Layer already exists 14:33:13 bb69f600efa9: Layer already exists 14:33:13 02bf37f4d745: Layer already exists 14:33:13 b43d730b251e: Layer already exists 14:33:13 7cd52847ad77: Layer already exists 14:33:13 c4e279a3bc02: Layer already exists 14:33:13 latest: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 14:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:33:14 a77c4c7767a7: Preparing 14:33:14 a77c4c7767a7: Preparing 14:33:14 a91567753fdd: Preparing 14:33:14 522100a6f802: Preparing 14:33:14 65620bdfa533: Preparing 14:33:14 47994c7c5d86: Preparing 14:33:14 40f0eb7835e6: Preparing 14:33:14 03c845ad9940: Preparing 14:33:14 3d9deae2e959: Preparing 14:33:14 bb69f600efa9: Preparing 14:33:14 02bf37f4d745: Preparing 14:33:14 b43d730b251e: Preparing 14:33:14 c4e279a3bc02: Preparing 14:33:14 7cd52847ad77: Preparing 14:33:14 3d9deae2e959: Waiting 14:33:14 bb69f600efa9: Waiting 14:33:14 02bf37f4d745: Waiting 14:33:14 b43d730b251e: Waiting 14:33:14 c4e279a3bc02: Waiting 14:33:14 40f0eb7835e6: Waiting 14:33:14 7cd52847ad77: Waiting 14:33:14 03c845ad9940: Waiting 14:33:14 47994c7c5d86: Layer already exists 14:33:14 a77c4c7767a7: Layer already exists 14:33:14 522100a6f802: Layer already exists 14:33:14 65620bdfa533: Layer already exists 14:33:14 a91567753fdd: Layer already exists 14:33:14 40f0eb7835e6: Layer already exists 14:33:14 bb69f600efa9: Layer already exists 14:33:14 3d9deae2e959: Layer already exists 14:33:14 03c845ad9940: Layer already exists 14:33:14 02bf37f4d745: Layer already exists 14:33:14 c4e279a3bc02: Layer already exists 14:33:14 b43d730b251e: Layer already exists 14:33:14 7cd52847ad77: Layer already exists 14:33:14 3.0.0-dev.100: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:33:15 a77c4c7767a7: Preparing 14:33:15 a77c4c7767a7: Preparing 14:33:15 a91567753fdd: Preparing 14:33:15 522100a6f802: Preparing 14:33:15 65620bdfa533: Preparing 14:33:15 47994c7c5d86: Preparing 14:33:15 40f0eb7835e6: Preparing 14:33:15 03c845ad9940: Preparing 14:33:15 3d9deae2e959: Preparing 14:33:15 bb69f600efa9: Preparing 14:33:15 02bf37f4d745: Preparing 14:33:15 b43d730b251e: Preparing 14:33:15 c4e279a3bc02: Preparing 14:33:15 7cd52847ad77: Preparing 14:33:15 3d9deae2e959: Waiting 14:33:15 bb69f600efa9: Waiting 14:33:15 b43d730b251e: Waiting 14:33:15 40f0eb7835e6: Waiting 14:33:15 03c845ad9940: Waiting 14:33:15 c4e279a3bc02: Waiting 14:33:15 7cd52847ad77: Waiting 14:33:15 02bf37f4d745: Waiting 14:33:15 a91567753fdd: Layer already exists 14:33:15 a77c4c7767a7: Layer already exists 14:33:15 65620bdfa533: Layer already exists 14:33:15 522100a6f802: Layer already exists 14:33:15 47994c7c5d86: Layer already exists 14:33:15 40f0eb7835e6: Layer already exists 14:33:15 02bf37f4d745: Layer already exists 14:33:15 03c845ad9940: Layer already exists 14:33:15 3d9deae2e959: Layer already exists 14:33:15 bb69f600efa9: Layer already exists 14:33:15 b43d730b251e: Layer already exists 14:33:15 c4e279a3bc02: Layer already exists 14:33:15 7cd52847ad77: Layer already exists 14:33:15 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 14:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:33:15 a77c4c7767a7: Preparing 14:33:15 a77c4c7767a7: Preparing 14:33:15 a91567753fdd: Preparing 14:33:15 522100a6f802: Preparing 14:33:15 65620bdfa533: Preparing 14:33:15 47994c7c5d86: Preparing 14:33:15 40f0eb7835e6: Preparing 14:33:15 03c845ad9940: Preparing 14:33:15 3d9deae2e959: Preparing 14:33:15 bb69f600efa9: Preparing 14:33:15 02bf37f4d745: Preparing 14:33:15 b43d730b251e: Preparing 14:33:15 c4e279a3bc02: Preparing 14:33:15 7cd52847ad77: Preparing 14:33:15 03c845ad9940: Waiting 14:33:15 02bf37f4d745: Waiting 14:33:15 3d9deae2e959: Waiting 14:33:15 b43d730b251e: Waiting 14:33:15 bb69f600efa9: Waiting 14:33:15 c4e279a3bc02: Waiting 14:33:15 7cd52847ad77: Waiting 14:33:15 40f0eb7835e6: Waiting 14:33:15 65620bdfa533: Layer already exists 14:33:15 a91567753fdd: Layer already exists 14:33:15 47994c7c5d86: Layer already exists 14:33:15 a77c4c7767a7: Layer already exists 14:33:15 522100a6f802: Layer already exists 14:33:15 40f0eb7835e6: Layer already exists 14:33:15 bb69f600efa9: Layer already exists 14:33:15 02bf37f4d745: Layer already exists 14:33:15 3d9deae2e959: Layer already exists 14:33:15 03c845ad9940: Layer already exists 14:33:15 b43d730b251e: Layer already exists 14:33:15 7cd52847ad77: Layer already exists 14:33:15 c4e279a3bc02: Layer already exists 14:33:15 main: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:15 ===================================================== [Pipeline] echo 14:33:15 taggedImages: 14:33:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:33:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 14:33:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 14:33:15 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 14:33:15 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:15 latest 14:33:15 3.0.0-dev.100 14:33:15 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:15 main 14:33:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:33:17 de60bf48483d: Preparing 14:33:17 cc4638b5186a: Preparing 14:33:17 41157686d8ed: Preparing 14:33:17 0d213a894662: Preparing 14:33:17 03c845ad9940: Preparing 14:33:17 3d9deae2e959: Preparing 14:33:17 a011c02ed028: Preparing 14:33:17 3d9deae2e959: Waiting 14:33:17 7cd52847ad77: Preparing 14:33:17 a011c02ed028: Waiting 14:33:17 03c845ad9940: Layer already exists 14:33:17 3d9deae2e959: Layer already exists 14:33:17 a011c02ed028: Layer already exists 14:33:17 7cd52847ad77: Layer already exists 14:33:17 cc4638b5186a: Pushed 14:33:17 41157686d8ed: Pushed 14:33:17 de60bf48483d: Pushed 14:33:18 0d213a894662: Pushed 14:33:18 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 14:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:33:19 de60bf48483d: Preparing 14:33:19 cc4638b5186a: Preparing 14:33:19 41157686d8ed: Preparing 14:33:19 0d213a894662: Preparing 14:33:19 03c845ad9940: Preparing 14:33:19 3d9deae2e959: Preparing 14:33:19 a011c02ed028: Preparing 14:33:19 7cd52847ad77: Preparing 14:33:19 7cd52847ad77: Waiting 14:33:19 3d9deae2e959: Waiting 14:33:19 a011c02ed028: Waiting 14:33:19 03c845ad9940: Layer already exists 14:33:19 0d213a894662: Layer already exists 14:33:19 41157686d8ed: Layer already exists 14:33:19 cc4638b5186a: Layer already exists 14:33:19 de60bf48483d: Layer already exists 14:33:19 3d9deae2e959: Layer already exists 14:33:19 a011c02ed028: Layer already exists 14:33:19 7cd52847ad77: Layer already exists 14:33:19 latest: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 14:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:33:19 de60bf48483d: Preparing 14:33:19 cc4638b5186a: Preparing 14:33:19 41157686d8ed: Preparing 14:33:19 0d213a894662: Preparing 14:33:19 03c845ad9940: Preparing 14:33:19 3d9deae2e959: Preparing 14:33:19 a011c02ed028: Preparing 14:33:19 7cd52847ad77: Preparing 14:33:19 3d9deae2e959: Waiting 14:33:19 a011c02ed028: Waiting 14:33:19 7cd52847ad77: Waiting 14:33:19 41157686d8ed: Layer already exists 14:33:19 03c845ad9940: Layer already exists 14:33:19 de60bf48483d: Layer already exists 14:33:19 0d213a894662: Layer already exists 14:33:19 cc4638b5186a: Layer already exists 14:33:19 a011c02ed028: Layer already exists 14:33:19 3d9deae2e959: Layer already exists 14:33:19 7cd52847ad77: Layer already exists 14:33:19 3.0.0-dev.100: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:33:20 de60bf48483d: Preparing 14:33:20 cc4638b5186a: Preparing 14:33:20 41157686d8ed: Preparing 14:33:20 0d213a894662: Preparing 14:33:20 03c845ad9940: Preparing 14:33:20 3d9deae2e959: Preparing 14:33:20 a011c02ed028: Preparing 14:33:20 7cd52847ad77: Preparing 14:33:20 3d9deae2e959: Waiting 14:33:20 a011c02ed028: Waiting 14:33:20 7cd52847ad77: Waiting 14:33:20 0d213a894662: Layer already exists 14:33:20 cc4638b5186a: Layer already exists 14:33:20 41157686d8ed: Layer already exists 14:33:20 03c845ad9940: Layer already exists 14:33:20 de60bf48483d: Layer already exists 14:33:20 3d9deae2e959: Layer already exists 14:33:20 a011c02ed028: Layer already exists 14:33:20 7cd52847ad77: Layer already exists 14:33:20 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 14:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 14:33:21 de60bf48483d: Preparing 14:33:21 cc4638b5186a: Preparing 14:33:21 41157686d8ed: Preparing 14:33:21 0d213a894662: Preparing 14:33:21 03c845ad9940: Preparing 14:33:21 3d9deae2e959: Preparing 14:33:21 a011c02ed028: Preparing 14:33:21 7cd52847ad77: Preparing 14:33:21 3d9deae2e959: Waiting 14:33:21 7cd52847ad77: Waiting 14:33:21 a011c02ed028: Waiting 14:33:21 41157686d8ed: Layer already exists 14:33:21 0d213a894662: Layer already exists 14:33:21 cc4638b5186a: Layer already exists 14:33:21 de60bf48483d: Layer already exists 14:33:21 03c845ad9940: Layer already exists 14:33:21 3d9deae2e959: Layer already exists 14:33:21 7cd52847ad77: Layer already exists 14:33:21 a011c02ed028: Layer already exists 14:33:21 main: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:21 ===================================================== [Pipeline] echo 14:33:21 taggedImages: 14:33:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 14:33:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 14:33:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 14:33:21 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 14:33:21 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:21 latest 14:33:21 3.0.0-dev.100 14:33:21 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:21 main 14:33:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:33:21 5565c1618713: Preparing 14:33:21 6e962521ab4b: Preparing 14:33:21 55cbd26abc2b: Preparing 14:33:21 9d3a32aba5ee: Preparing 14:33:21 03c845ad9940: Preparing 14:33:21 5568d0a1b177: Preparing 14:33:21 3cd9466180a3: Preparing 14:33:21 7cd52847ad77: Preparing 14:33:21 3cd9466180a3: Waiting 14:33:21 5568d0a1b177: Waiting 14:33:21 7cd52847ad77: Waiting 14:33:21 03c845ad9940: Layer already exists 14:33:21 5565c1618713: Pushed 14:33:21 6e962521ab4b: Pushed 14:33:21 9d3a32aba5ee: Pushed 14:33:21 5568d0a1b177: Pushed 14:33:21 7cd52847ad77: Layer already exists 14:33:22 3cd9466180a3: Pushed 14:33:23 55cbd26abc2b: Pushed 14:33:23 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:33:23 5565c1618713: Preparing 14:33:23 6e962521ab4b: Preparing 14:33:23 55cbd26abc2b: Preparing 14:33:23 9d3a32aba5ee: Preparing 14:33:23 03c845ad9940: Preparing 14:33:23 5568d0a1b177: Preparing 14:33:23 3cd9466180a3: Preparing 14:33:23 7cd52847ad77: Preparing 14:33:23 5568d0a1b177: Waiting 14:33:23 7cd52847ad77: Waiting 14:33:23 3cd9466180a3: Waiting 14:33:23 03c845ad9940: Layer already exists 14:33:23 55cbd26abc2b: Layer already exists 14:33:23 6e962521ab4b: Layer already exists 14:33:23 9d3a32aba5ee: Layer already exists 14:33:23 5565c1618713: Layer already exists 14:33:23 3cd9466180a3: Layer already exists 14:33:23 7cd52847ad77: Layer already exists 14:33:23 5568d0a1b177: Layer already exists 14:33:23 latest: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 14:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:33:24 5565c1618713: Preparing 14:33:24 6e962521ab4b: Preparing 14:33:24 55cbd26abc2b: Preparing 14:33:24 9d3a32aba5ee: Preparing 14:33:24 03c845ad9940: Preparing 14:33:24 5568d0a1b177: Preparing 14:33:24 3cd9466180a3: Preparing 14:33:24 7cd52847ad77: Preparing 14:33:24 5568d0a1b177: Waiting 14:33:24 3cd9466180a3: Waiting 14:33:24 7cd52847ad77: Waiting 14:33:24 03c845ad9940: Layer already exists 14:33:24 55cbd26abc2b: Layer already exists 14:33:24 9d3a32aba5ee: Layer already exists 14:33:24 5565c1618713: Layer already exists 14:33:24 6e962521ab4b: Layer already exists 14:33:24 5568d0a1b177: Layer already exists 14:33:24 7cd52847ad77: Layer already exists 14:33:24 3cd9466180a3: Layer already exists 14:33:24 3.0.0-dev.100: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:33:24 5565c1618713: Preparing 14:33:24 6e962521ab4b: Preparing 14:33:24 55cbd26abc2b: Preparing 14:33:24 9d3a32aba5ee: Preparing 14:33:24 03c845ad9940: Preparing 14:33:24 5568d0a1b177: Preparing 14:33:24 3cd9466180a3: Preparing 14:33:24 7cd52847ad77: Preparing 14:33:24 3cd9466180a3: Waiting 14:33:24 7cd52847ad77: Waiting 14:33:24 5568d0a1b177: Waiting 14:33:24 5565c1618713: Layer already exists 14:33:24 55cbd26abc2b: Layer already exists 14:33:24 6e962521ab4b: Layer already exists 14:33:24 9d3a32aba5ee: Layer already exists 14:33:24 03c845ad9940: Layer already exists 14:33:24 7cd52847ad77: Layer already exists 14:33:24 5568d0a1b177: Layer already exists 14:33:24 3cd9466180a3: Layer already exists 14:33:24 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 14:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:33:25 5565c1618713: Preparing 14:33:25 6e962521ab4b: Preparing 14:33:25 55cbd26abc2b: Preparing 14:33:25 9d3a32aba5ee: Preparing 14:33:25 03c845ad9940: Preparing 14:33:25 5568d0a1b177: Preparing 14:33:25 3cd9466180a3: Preparing 14:33:25 7cd52847ad77: Preparing 14:33:25 3cd9466180a3: Waiting 14:33:25 7cd52847ad77: Waiting 14:33:25 5568d0a1b177: Waiting 14:33:25 03c845ad9940: Layer already exists 14:33:25 5565c1618713: Layer already exists 14:33:25 6e962521ab4b: Layer already exists 14:33:25 55cbd26abc2b: Layer already exists 14:33:25 9d3a32aba5ee: Layer already exists 14:33:25 3cd9466180a3: Layer already exists 14:33:25 5568d0a1b177: Layer already exists 14:33:25 7cd52847ad77: Layer already exists 14:33:25 main: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:25 ===================================================== [Pipeline] echo 14:33:25 taggedImages: 14:33:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:33:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 14:33:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 14:33:25 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 14:33:25 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:25 latest 14:33:25 3.0.0-dev.100 14:33:25 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:25 main 14:33:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:33:26 7794410bc39b: Preparing 14:33:26 5f02f0902be2: Preparing 14:33:26 72e7504de32a: Preparing 14:33:26 734f5899c95e: Preparing 14:33:26 1425a9a6c3ba: Preparing 14:33:26 574bde26a61c: Preparing 14:33:26 4d4f76e57394: Preparing 14:33:26 03c845ad9940: Preparing 14:33:26 a3108dea17fe: Preparing 14:33:26 7cd52847ad77: Preparing 14:33:26 574bde26a61c: Waiting 14:33:26 4d4f76e57394: Waiting 14:33:26 03c845ad9940: Waiting 14:33:26 a3108dea17fe: Waiting 14:33:26 7cd52847ad77: Waiting 14:33:26 7794410bc39b: Pushed 14:33:26 1425a9a6c3ba: Pushed 14:33:26 5f02f0902be2: Pushed 14:33:26 03c845ad9940: Layer already exists 14:33:26 574bde26a61c: Pushed 14:33:26 4d4f76e57394: Pushed 14:33:26 7cd52847ad77: Layer already exists 14:33:26 a3108dea17fe: Pushed 14:33:28 734f5899c95e: Pushed 14:33:28 72e7504de32a: Pushed 14:33:28 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:33:29 7794410bc39b: Preparing 14:33:29 5f02f0902be2: Preparing 14:33:29 72e7504de32a: Preparing 14:33:29 734f5899c95e: Preparing 14:33:29 1425a9a6c3ba: Preparing 14:33:29 574bde26a61c: Preparing 14:33:29 4d4f76e57394: Preparing 14:33:29 03c845ad9940: Preparing 14:33:29 a3108dea17fe: Preparing 14:33:29 7cd52847ad77: Preparing 14:33:29 4d4f76e57394: Waiting 14:33:29 03c845ad9940: Waiting 14:33:29 574bde26a61c: Waiting 14:33:29 7cd52847ad77: Waiting 14:33:29 a3108dea17fe: Waiting 14:33:29 7794410bc39b: Layer already exists 14:33:29 1425a9a6c3ba: Layer already exists 14:33:29 72e7504de32a: Layer already exists 14:33:29 5f02f0902be2: Layer already exists 14:33:29 734f5899c95e: Layer already exists 14:33:29 574bde26a61c: Layer already exists 14:33:29 7cd52847ad77: Layer already exists 14:33:29 a3108dea17fe: Layer already exists 14:33:29 03c845ad9940: Layer already exists 14:33:29 4d4f76e57394: Layer already exists 14:33:29 latest: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 14:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:33:30 7794410bc39b: Preparing 14:33:30 5f02f0902be2: Preparing 14:33:30 72e7504de32a: Preparing 14:33:30 734f5899c95e: Preparing 14:33:30 1425a9a6c3ba: Preparing 14:33:30 574bde26a61c: Preparing 14:33:30 4d4f76e57394: Preparing 14:33:30 03c845ad9940: Preparing 14:33:30 a3108dea17fe: Preparing 14:33:30 7cd52847ad77: Preparing 14:33:30 574bde26a61c: Waiting 14:33:30 4d4f76e57394: Waiting 14:33:30 a3108dea17fe: Waiting 14:33:30 03c845ad9940: Waiting 14:33:30 7cd52847ad77: Waiting 14:33:30 5f02f0902be2: Layer already exists 14:33:30 1425a9a6c3ba: Layer already exists 14:33:30 72e7504de32a: Layer already exists 14:33:30 7794410bc39b: Layer already exists 14:33:30 734f5899c95e: Layer already exists 14:33:30 4d4f76e57394: Layer already exists 14:33:30 574bde26a61c: Layer already exists 14:33:30 03c845ad9940: Layer already exists 14:33:30 7cd52847ad77: Layer already exists 14:33:30 a3108dea17fe: Layer already exists 14:33:30 3.0.0-dev.100: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:33:30 7794410bc39b: Preparing 14:33:30 5f02f0902be2: Preparing 14:33:30 72e7504de32a: Preparing 14:33:30 734f5899c95e: Preparing 14:33:30 1425a9a6c3ba: Preparing 14:33:30 574bde26a61c: Preparing 14:33:30 4d4f76e57394: Preparing 14:33:30 03c845ad9940: Preparing 14:33:30 a3108dea17fe: Preparing 14:33:30 7cd52847ad77: Preparing 14:33:30 4d4f76e57394: Waiting 14:33:30 03c845ad9940: Waiting 14:33:30 a3108dea17fe: Waiting 14:33:30 7cd52847ad77: Waiting 14:33:30 574bde26a61c: Waiting 14:33:30 72e7504de32a: Layer already exists 14:33:30 734f5899c95e: Layer already exists 14:33:30 1425a9a6c3ba: Layer already exists 14:33:30 5f02f0902be2: Layer already exists 14:33:30 7794410bc39b: Layer already exists 14:33:30 574bde26a61c: Layer already exists 14:33:30 4d4f76e57394: Layer already exists 14:33:30 03c845ad9940: Layer already exists 14:33:30 a3108dea17fe: Layer already exists 14:33:30 7cd52847ad77: Layer already exists 14:33:30 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 14:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:33:31 7794410bc39b: Preparing 14:33:31 5f02f0902be2: Preparing 14:33:31 72e7504de32a: Preparing 14:33:31 734f5899c95e: Preparing 14:33:31 1425a9a6c3ba: Preparing 14:33:31 574bde26a61c: Preparing 14:33:31 4d4f76e57394: Preparing 14:33:31 03c845ad9940: Preparing 14:33:31 a3108dea17fe: Preparing 14:33:31 7cd52847ad77: Preparing 14:33:31 4d4f76e57394: Waiting 14:33:31 a3108dea17fe: Waiting 14:33:31 7cd52847ad77: Waiting 14:33:31 03c845ad9940: Waiting 14:33:31 574bde26a61c: Waiting 14:33:31 72e7504de32a: Layer already exists 14:33:31 734f5899c95e: Layer already exists 14:33:31 7794410bc39b: Layer already exists 14:33:31 5f02f0902be2: Layer already exists 14:33:31 1425a9a6c3ba: Layer already exists 14:33:31 4d4f76e57394: Layer already exists 14:33:31 574bde26a61c: Layer already exists 14:33:31 a3108dea17fe: Layer already exists 14:33:31 03c845ad9940: Layer already exists 14:33:31 7cd52847ad77: Layer already exists 14:33:31 main: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:31 ===================================================== [Pipeline] echo 14:33:31 taggedImages: 14:33:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:33:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 14:33:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 14:33:31 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 14:33:31 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:31 latest 14:33:31 3.0.0-dev.100 14:33:31 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:31 main 14:33:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:33:32 fbf29ee5a5f6: Preparing 14:33:32 fa98454f4e4c: Preparing 14:33:32 03c845ad9940: Preparing 14:33:32 3d9deae2e959: Preparing 14:33:32 b736c625d90c: Preparing 14:33:32 7cd52847ad77: Preparing 14:33:32 7cd52847ad77: Waiting 14:33:32 03c845ad9940: Layer already exists 14:33:32 3d9deae2e959: Layer already exists 14:33:32 7cd52847ad77: Layer already exists 14:33:32 fbf29ee5a5f6: Pushed 14:33:32 b736c625d90c: Pushed 14:33:34 fa98454f4e4c: Pushed 14:33:34 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:34 + 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 14:33:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:33:35 fbf29ee5a5f6: Preparing 14:33:35 fa98454f4e4c: Preparing 14:33:35 03c845ad9940: Preparing 14:33:35 3d9deae2e959: Preparing 14:33:35 b736c625d90c: Preparing 14:33:35 7cd52847ad77: Preparing 14:33:35 7cd52847ad77: Waiting 14:33:35 b736c625d90c: Layer already exists 14:33:35 03c845ad9940: Layer already exists 14:33:35 fa98454f4e4c: Layer already exists 14:33:35 fbf29ee5a5f6: Layer already exists 14:33:35 3d9deae2e959: Layer already exists 14:33:35 7cd52847ad77: Layer already exists 14:33:35 latest: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 14:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:33:35 fbf29ee5a5f6: Preparing 14:33:35 fa98454f4e4c: Preparing 14:33:35 03c845ad9940: Preparing 14:33:35 3d9deae2e959: Preparing 14:33:35 b736c625d90c: Preparing 14:33:35 7cd52847ad77: Preparing 14:33:35 7cd52847ad77: Waiting 14:33:35 03c845ad9940: Layer already exists 14:33:35 fa98454f4e4c: Layer already exists 14:33:35 b736c625d90c: Layer already exists 14:33:35 fbf29ee5a5f6: Layer already exists 14:33:35 3d9deae2e959: Layer already exists 14:33:35 7cd52847ad77: Layer already exists 14:33:35 3.0.0-dev.100: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:33:36 fbf29ee5a5f6: Preparing 14:33:36 fa98454f4e4c: Preparing 14:33:36 03c845ad9940: Preparing 14:33:36 3d9deae2e959: Preparing 14:33:36 b736c625d90c: Preparing 14:33:36 7cd52847ad77: Preparing 14:33:36 7cd52847ad77: Waiting 14:33:36 03c845ad9940: Layer already exists 14:33:36 3d9deae2e959: Layer already exists 14:33:36 b736c625d90c: Layer already exists 14:33:36 fbf29ee5a5f6: Layer already exists 14:33:36 fa98454f4e4c: Layer already exists 14:33:36 7cd52847ad77: Layer already exists 14:33:36 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:36 + 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 14:33:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 14:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:33:36 fbf29ee5a5f6: Preparing 14:33:36 fa98454f4e4c: Preparing 14:33:36 03c845ad9940: Preparing 14:33:36 3d9deae2e959: Preparing 14:33:36 b736c625d90c: Preparing 14:33:36 7cd52847ad77: Preparing 14:33:36 7cd52847ad77: Waiting 14:33:36 fa98454f4e4c: Layer already exists 14:33:36 b736c625d90c: Layer already exists 14:33:36 3d9deae2e959: Layer already exists 14:33:36 fbf29ee5a5f6: Layer already exists 14:33:36 03c845ad9940: Layer already exists 14:33:36 7cd52847ad77: Layer already exists 14:33:36 main: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:36 ===================================================== [Pipeline] echo 14:33:36 taggedImages: 14:33:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:33:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 14:33:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 14:33:36 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 14:33:36 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:36 latest 14:33:36 3.0.0-dev.100 14:33:36 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:36 main 14:33:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:33:37 72f3feef659d: Preparing 14:33:37 586093b9eec4: Preparing 14:33:37 ae04f357bf91: Preparing 14:33:37 6dbf5687ad85: Preparing 14:33:37 ca1be351caa7: Preparing 14:33:37 03c845ad9940: Preparing 14:33:37 a5e11ae85c33: Preparing 14:33:37 7cd52847ad77: Preparing 14:33:37 03c845ad9940: Waiting 14:33:37 a5e11ae85c33: Waiting 14:33:37 7cd52847ad77: Waiting 14:33:37 72f3feef659d: Pushed 14:33:37 ae04f357bf91: Pushed 14:33:37 586093b9eec4: Pushed 14:33:37 03c845ad9940: Layer already exists 14:33:37 7cd52847ad77: Layer already exists 14:33:38 a5e11ae85c33: Pushed 14:33:41 ca1be351caa7: Pushed 14:33:44 6dbf5687ad85: Pushed 14:33:44 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:33:45 72f3feef659d: Preparing 14:33:45 586093b9eec4: Preparing 14:33:45 ae04f357bf91: Preparing 14:33:45 6dbf5687ad85: Preparing 14:33:45 ca1be351caa7: Preparing 14:33:45 03c845ad9940: Preparing 14:33:45 a5e11ae85c33: Preparing 14:33:45 7cd52847ad77: Preparing 14:33:45 03c845ad9940: Waiting 14:33:45 a5e11ae85c33: Waiting 14:33:45 7cd52847ad77: Waiting 14:33:45 586093b9eec4: Layer already exists 14:33:45 6dbf5687ad85: Layer already exists 14:33:45 ae04f357bf91: Layer already exists 14:33:45 72f3feef659d: Layer already exists 14:33:45 ca1be351caa7: Layer already exists 14:33:45 7cd52847ad77: Layer already exists 14:33:45 a5e11ae85c33: Layer already exists 14:33:45 03c845ad9940: Layer already exists 14:33:45 latest: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 14:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:33:45 72f3feef659d: Preparing 14:33:45 586093b9eec4: Preparing 14:33:45 ae04f357bf91: Preparing 14:33:45 6dbf5687ad85: Preparing 14:33:45 ca1be351caa7: Preparing 14:33:45 03c845ad9940: Preparing 14:33:45 a5e11ae85c33: Preparing 14:33:45 7cd52847ad77: Preparing 14:33:45 03c845ad9940: Waiting 14:33:45 a5e11ae85c33: Waiting 14:33:45 7cd52847ad77: Waiting 14:33:45 6dbf5687ad85: Layer already exists 14:33:45 72f3feef659d: Layer already exists 14:33:45 586093b9eec4: Layer already exists 14:33:45 ca1be351caa7: Layer already exists 14:33:45 ae04f357bf91: Layer already exists 14:33:45 03c845ad9940: Layer already exists 14:33:45 a5e11ae85c33: Layer already exists 14:33:45 7cd52847ad77: Layer already exists 14:33:45 3.0.0-dev.100: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:33:46 72f3feef659d: Preparing 14:33:46 586093b9eec4: Preparing 14:33:46 ae04f357bf91: Preparing 14:33:46 6dbf5687ad85: Preparing 14:33:46 ca1be351caa7: Preparing 14:33:46 03c845ad9940: Preparing 14:33:46 a5e11ae85c33: Preparing 14:33:46 7cd52847ad77: Preparing 14:33:46 03c845ad9940: Waiting 14:33:46 a5e11ae85c33: Waiting 14:33:46 7cd52847ad77: Waiting 14:33:46 ca1be351caa7: Layer already exists 14:33:46 72f3feef659d: Layer already exists 14:33:46 6dbf5687ad85: Layer already exists 14:33:46 586093b9eec4: Layer already exists 14:33:46 ae04f357bf91: Layer already exists 14:33:46 03c845ad9940: Layer already exists 14:33:46 7cd52847ad77: Layer already exists 14:33:46 a5e11ae85c33: Layer already exists 14:33:46 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 14:33:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:33:47 72f3feef659d: Preparing 14:33:47 586093b9eec4: Preparing 14:33:47 ae04f357bf91: Preparing 14:33:47 6dbf5687ad85: Preparing 14:33:47 ca1be351caa7: Preparing 14:33:47 03c845ad9940: Preparing 14:33:47 a5e11ae85c33: Preparing 14:33:47 7cd52847ad77: Preparing 14:33:47 03c845ad9940: Waiting 14:33:47 a5e11ae85c33: Waiting 14:33:47 7cd52847ad77: Waiting 14:33:47 ae04f357bf91: Layer already exists 14:33:47 72f3feef659d: Layer already exists 14:33:47 6dbf5687ad85: Layer already exists 14:33:47 ca1be351caa7: Layer already exists 14:33:47 586093b9eec4: Layer already exists 14:33:47 03c845ad9940: Layer already exists 14:33:47 a5e11ae85c33: Layer already exists 14:33:47 7cd52847ad77: Layer already exists 14:33:47 main: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:47 ===================================================== [Pipeline] echo 14:33:47 taggedImages: 14:33:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:33:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 14:33:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 14:33:47 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 14:33:47 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:47 latest 14:33:47 3.0.0-dev.100 14:33:47 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:47 main 14:33:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:47 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:33:47 b1d8bdd5223d: Preparing 14:33:47 e40184bcc67e: Preparing 14:33:47 16dd9b11fb9d: Preparing 14:33:47 ccf5b247b5f7: Preparing 14:33:47 03c845ad9940: Preparing 14:33:47 7f99a73a51bf: Preparing 14:33:47 7cd52847ad77: Preparing 14:33:47 7f99a73a51bf: Waiting 14:33:47 7cd52847ad77: Waiting 14:33:47 03c845ad9940: Layer already exists 14:33:47 b1d8bdd5223d: Pushed 14:33:47 e40184bcc67e: Pushed 14:33:47 16dd9b11fb9d: Pushed 14:33:47 7cd52847ad77: Layer already exists 14:33:48 7f99a73a51bf: Pushed 14:33:54 ccf5b247b5f7: Pushed 14:33:54 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:33:55 b1d8bdd5223d: Preparing 14:33:55 e40184bcc67e: Preparing 14:33:55 16dd9b11fb9d: Preparing 14:33:55 ccf5b247b5f7: Preparing 14:33:55 03c845ad9940: Preparing 14:33:55 7f99a73a51bf: Preparing 14:33:55 7cd52847ad77: Preparing 14:33:55 7f99a73a51bf: Waiting 14:33:55 7cd52847ad77: Waiting 14:33:55 03c845ad9940: Layer already exists 14:33:55 b1d8bdd5223d: Layer already exists 14:33:55 ccf5b247b5f7: Layer already exists 14:33:55 16dd9b11fb9d: Layer already exists 14:33:55 e40184bcc67e: Layer already exists 14:33:55 7f99a73a51bf: Layer already exists 14:33:55 7cd52847ad77: Layer already exists 14:33:55 latest: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 14:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:33:56 b1d8bdd5223d: Preparing 14:33:56 e40184bcc67e: Preparing 14:33:56 16dd9b11fb9d: Preparing 14:33:56 ccf5b247b5f7: Preparing 14:33:56 03c845ad9940: Preparing 14:33:56 7f99a73a51bf: Preparing 14:33:56 7cd52847ad77: Preparing 14:33:56 7f99a73a51bf: Waiting 14:33:56 e40184bcc67e: Layer already exists 14:33:56 03c845ad9940: Layer already exists 14:33:56 b1d8bdd5223d: Layer already exists 14:33:56 ccf5b247b5f7: Layer already exists 14:33:56 16dd9b11fb9d: Layer already exists 14:33:56 7cd52847ad77: Layer already exists 14:33:56 7f99a73a51bf: Layer already exists 14:33:56 3.0.0-dev.100: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:33:56 b1d8bdd5223d: Preparing 14:33:56 e40184bcc67e: Preparing 14:33:56 16dd9b11fb9d: Preparing 14:33:56 ccf5b247b5f7: Preparing 14:33:56 03c845ad9940: Preparing 14:33:56 7f99a73a51bf: Preparing 14:33:56 7cd52847ad77: Preparing 14:33:56 7f99a73a51bf: Waiting 14:33:56 7cd52847ad77: Waiting 14:33:56 03c845ad9940: Layer already exists 14:33:56 16dd9b11fb9d: Layer already exists 14:33:56 e40184bcc67e: Layer already exists 14:33:56 b1d8bdd5223d: Layer already exists 14:33:56 ccf5b247b5f7: Layer already exists 14:33:56 7f99a73a51bf: Layer already exists 14:33:56 7cd52847ad77: Layer already exists 14:33:56 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 14:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:33:57 b1d8bdd5223d: Preparing 14:33:57 e40184bcc67e: Preparing 14:33:57 16dd9b11fb9d: Preparing 14:33:57 ccf5b247b5f7: Preparing 14:33:57 03c845ad9940: Preparing 14:33:57 7f99a73a51bf: Preparing 14:33:57 7cd52847ad77: Preparing 14:33:57 7f99a73a51bf: Waiting 14:33:57 b1d8bdd5223d: Layer already exists 14:33:57 03c845ad9940: Layer already exists 14:33:57 16dd9b11fb9d: Layer already exists 14:33:57 ccf5b247b5f7: Layer already exists 14:33:57 e40184bcc67e: Layer already exists 14:33:57 7f99a73a51bf: Layer already exists 14:33:57 7cd52847ad77: Layer already exists 14:33:57 main: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:33:57 ===================================================== [Pipeline] echo 14:33:57 taggedImages: 14:33:57 - nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:57 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:33:57 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 14:33:57 - nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:57 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 14:33:57 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 14:33:57 98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:57 latest 14:33:57 3.0.0-dev.100 14:33:57 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:33:57 main 14:33:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca 14:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:33:58 2ab60f1292b3: Preparing 14:33:58 20b942918a8e: Preparing 14:33:58 b60301df8bbd: Preparing 14:33:58 ccf5b247b5f7: Preparing 14:33:58 03c845ad9940: Preparing 14:33:58 f26ac15ab7f9: Preparing 14:33:58 7cd52847ad77: Preparing 14:33:58 f26ac15ab7f9: Waiting 14:33:58 7cd52847ad77: Waiting 14:33:58 03c845ad9940: Layer already exists 14:33:58 ccf5b247b5f7: Layer already exists 14:33:58 7cd52847ad77: Layer already exists 14:33:58 2ab60f1292b3: Pushed 14:33:58 20b942918a8e: Pushed 14:33:58 b60301df8bbd: Pushed 14:33:58 f26ac15ab7f9: Pushed 14:33:58 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:33:59 2ab60f1292b3: Preparing 14:33:59 20b942918a8e: Preparing 14:33:59 b60301df8bbd: Preparing 14:33:59 ccf5b247b5f7: Preparing 14:33:59 03c845ad9940: Preparing 14:33:59 f26ac15ab7f9: Preparing 14:33:59 7cd52847ad77: Preparing 14:33:59 7cd52847ad77: Waiting 14:33:59 2ab60f1292b3: Layer already exists 14:33:59 ccf5b247b5f7: Layer already exists 14:33:59 20b942918a8e: Layer already exists 14:33:59 03c845ad9940: Layer already exists 14:33:59 b60301df8bbd: Layer already exists 14:33:59 f26ac15ab7f9: Layer already exists 14:33:59 7cd52847ad77: Layer already exists 14:33:59 latest: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 14:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:33:59 2ab60f1292b3: Preparing 14:33:59 20b942918a8e: Preparing 14:33:59 b60301df8bbd: Preparing 14:33:59 ccf5b247b5f7: Preparing 14:33:59 03c845ad9940: Preparing 14:33:59 f26ac15ab7f9: Preparing 14:33:59 7cd52847ad77: Preparing 14:33:59 f26ac15ab7f9: Waiting 14:33:59 7cd52847ad77: Waiting 14:33:59 2ab60f1292b3: Layer already exists 14:33:59 20b942918a8e: Layer already exists 14:33:59 ccf5b247b5f7: Layer already exists 14:33:59 b60301df8bbd: Layer already exists 14:33:59 03c845ad9940: Layer already exists 14:33:59 f26ac15ab7f9: Layer already exists 14:33:59 7cd52847ad77: Layer already exists 14:33:59 3.0.0-dev.100: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:34:00 2ab60f1292b3: Preparing 14:34:00 20b942918a8e: Preparing 14:34:00 b60301df8bbd: Preparing 14:34:00 ccf5b247b5f7: Preparing 14:34:00 03c845ad9940: Preparing 14:34:00 f26ac15ab7f9: Preparing 14:34:00 7cd52847ad77: Preparing 14:34:00 f26ac15ab7f9: Waiting 14:34:00 7cd52847ad77: Waiting 14:34:00 ccf5b247b5f7: Layer already exists 14:34:00 20b942918a8e: Layer already exists 14:34:00 2ab60f1292b3: Layer already exists 14:34:00 b60301df8bbd: Layer already exists 14:34:00 03c845ad9940: Layer already exists 14:34:00 f26ac15ab7f9: Layer already exists 14:34:00 7cd52847ad77: Layer already exists 14:34:00 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 14:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:34:01 2ab60f1292b3: Preparing 14:34:01 20b942918a8e: Preparing 14:34:01 b60301df8bbd: Preparing 14:34:01 ccf5b247b5f7: Preparing 14:34:01 03c845ad9940: Preparing 14:34:01 f26ac15ab7f9: Preparing 14:34:01 7cd52847ad77: Preparing 14:34:01 f26ac15ab7f9: Waiting 14:34:01 7cd52847ad77: Waiting 14:34:01 03c845ad9940: Layer already exists 14:34:01 20b942918a8e: Layer already exists 14:34:01 2ab60f1292b3: Layer already exists 14:34:01 ccf5b247b5f7: Layer already exists 14:34:01 b60301df8bbd: Layer already exists 14:34:01 f26ac15ab7f9: Layer already exists 14:34:01 7cd52847ad77: Layer already exists 14:34:01 main: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:01 ===================================================== [Pipeline] echo 14:34:01 taggedImages: 14:34:01 - nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:01 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:34:01 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 14:34:01 - nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:01 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 14:34:01 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 14:34:01 98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:01 latest 14:34:01 3.0.0-dev.100 14:34:01 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:01 main 14:34:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:01 Removing intermediate container 149157d26411 14:34:01 ---> ca25f063a7af 14:34:01 Step 8/23 : COPY . . 14:34:01 Removing intermediate container cadc819083da 14:34:01 ---> b4eb7659354f 14:34:01 Step 7/20 : COPY . . 14:34:01 Removing intermediate container 164c79d269f4 14:34:01 ---> 466096ce15f2 14:34:01 Step 7/33 : COPY . . 14:34:01 Removing intermediate container b50c601df79c 14:34:01 ---> da0906843b1c 14:34:01 Step 7/21 : COPY . . 14:34:01 Removing intermediate container 8c3c993209e2 14:34:01 ---> 7da4e9633572 14:34:01 Step 7/25 : COPY . . 14:34:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:34:01 2889055345d5: Preparing 14:34:01 d04a40f15144: Preparing 14:34:01 03c845ad9940: Preparing 14:34:01 3d9deae2e959: Preparing 14:34:01 8887b0092c2c: Preparing 14:34:01 7cd52847ad77: Preparing 14:34:01 7cd52847ad77: Waiting 14:34:01 03c845ad9940: Layer already exists 14:34:01 3d9deae2e959: Layer already exists 14:34:01 7cd52847ad77: Layer already exists 14:34:01 2889055345d5: Pushed 14:34:01 8887b0092c2c: Pushed 14:34:04 d04a40f15144: Pushed 14:34:04 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 14:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:34:04 2889055345d5: Preparing 14:34:04 d04a40f15144: Preparing 14:34:04 03c845ad9940: Preparing 14:34:04 3d9deae2e959: Preparing 14:34:04 8887b0092c2c: Preparing 14:34:04 7cd52847ad77: Preparing 14:34:04 7cd52847ad77: Waiting 14:34:04 03c845ad9940: Layer already exists 14:34:04 3d9deae2e959: Layer already exists 14:34:04 2889055345d5: Layer already exists 14:34:04 8887b0092c2c: Layer already exists 14:34:04 d04a40f15144: Layer already exists 14:34:04 7cd52847ad77: Layer already exists 14:34:04 latest: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 14:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:34:05 2889055345d5: Preparing 14:34:05 d04a40f15144: Preparing 14:34:05 03c845ad9940: Preparing 14:34:05 3d9deae2e959: Preparing 14:34:05 8887b0092c2c: Preparing 14:34:05 7cd52847ad77: Preparing 14:34:05 7cd52847ad77: Waiting 14:34:05 3d9deae2e959: Layer already exists 14:34:05 d04a40f15144: Layer already exists 14:34:05 8887b0092c2c: Layer already exists 14:34:05 03c845ad9940: Layer already exists 14:34:05 2889055345d5: Layer already exists 14:34:05 7cd52847ad77: Layer already exists 14:34:05 3.0.0-dev.100: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:05 ---> 19e39b1d9706 14:34:05 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 14:34:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:05 ---> Running in b39c679518f1 14:34:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:34:06 2889055345d5: Preparing 14:34:06 d04a40f15144: Preparing 14:34:06 03c845ad9940: Preparing 14:34:06 3d9deae2e959: Preparing 14:34:06 8887b0092c2c: Preparing 14:34:06 7cd52847ad77: Preparing 14:34:06 7cd52847ad77: Waiting 14:34:06 3d9deae2e959: Layer already exists 14:34:06 8887b0092c2c: Layer already exists 14:34:06 03c845ad9940: Layer already exists 14:34:06 d04a40f15144: Layer already exists 14:34:06 2889055345d5: Layer already exists 14:34:06 7cd52847ad77: Layer already exists 14:34:06 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } 14:34:06 ---> 4d3315c6da34 14:34:06 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:34:06 ---> d41051715997 14:34:06 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:06 ---> Running in b21e4fcd65fa 14:34:06 ---> Running in b84d208e9977 14:34:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 14:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:34:06 2889055345d5: Preparing 14:34:06 d04a40f15144: Preparing 14:34:06 03c845ad9940: Preparing 14:34:06 3d9deae2e959: Preparing 14:34:06 8887b0092c2c: Preparing 14:34:06 7cd52847ad77: Preparing 14:34:06 7cd52847ad77: Waiting 14:34:06 03c845ad9940: Layer already exists 14:34:06 d04a40f15144: Layer already exists 14:34:06 2889055345d5: Layer already exists 14:34:06 8887b0092c2c: Layer already exists 14:34:06 3d9deae2e959: Layer already exists 14:34:06 7cd52847ad77: Layer already exists 14:34:06 main: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:06 ===================================================== [Pipeline] echo 14:34:06 taggedImages: 14:34:06 - nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:06 - nexus3.edgexfoundry.org:10004/support-notifications:latest 14:34:06 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 14:34:06 - nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:06 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 14:34:06 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 14:34:06 98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:06 latest 14:34:06 3.0.0-dev.100 14:34:06 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:06 main 14:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:07 ---> 8bcf2e3c2287 14:34:07 Step 8/21 : RUN make cmd/secrets-config/secrets-config 14:34:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:34:07 b6827379f165: Preparing 14:34:07 94f0550afb32: Preparing 14:34:07 03c845ad9940: Preparing 14:34:07 3d9deae2e959: Preparing 14:34:07 fe98f0250f10: Preparing 14:34:07 7cd52847ad77: Preparing 14:34:07 7cd52847ad77: Waiting 14:34:07 03c845ad9940: Layer already exists 14:34:07 3d9deae2e959: Layer already exists 14:34:07 fe98f0250f10: Layer already exists 14:34:07 7cd52847ad77: Layer already exists 14:34:07 b6827379f165: Pushed 14:34:07 ---> Running in d9dedb871bfc 14:34:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:34:08 ---> 1856eec62b89 14:34:08 Step 8/25 : ARG SPIRE_RELEASE=1.2.1 14:34:08 ---> Running in f6d236d1da61 14:34:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:34:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:34:09 Removing intermediate container f6d236d1da61 14:34:09 ---> 3e296f774d24 14:34:09 Step 9/25 : WORKDIR /edgex-go/spire-build 14:34:09 ---> Running in 6c31271b107c 14:34:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:34:10 Removing intermediate container 6c31271b107c 14:34:10 ---> 0398372c8933 14:34:10 Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:34:10 ---> Running in 23c569599b7d 14:34:10 94f0550afb32: Pushed 14:34:10 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } 14:34:11 Removing intermediate container 23c569599b7d 14:34:11 ---> 6382ef28b04e 14:34:11 Step 11/25 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:11 ---> Running in a1fee555221a 14:34:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:34:11 b6827379f165: Preparing 14:34:11 94f0550afb32: Preparing 14:34:11 03c845ad9940: Preparing 14:34:11 3d9deae2e959: Preparing 14:34:11 fe98f0250f10: Preparing 14:34:11 7cd52847ad77: Preparing 14:34:11 7cd52847ad77: Waiting 14:34:11 3d9deae2e959: Layer already exists 14:34:11 94f0550afb32: Layer already exists 14:34:11 03c845ad9940: Layer already exists 14:34:11 fe98f0250f10: Layer already exists 14:34:11 b6827379f165: Layer already exists 14:34:11 7cd52847ad77: Layer already exists 14:34:11 latest: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 14:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:34:12 b6827379f165: Preparing 14:34:12 94f0550afb32: Preparing 14:34:12 03c845ad9940: Preparing 14:34:12 3d9deae2e959: Preparing 14:34:12 fe98f0250f10: Preparing 14:34:12 7cd52847ad77: Preparing 14:34:12 7cd52847ad77: Waiting 14:34:12 fe98f0250f10: Layer already exists 14:34:12 94f0550afb32: Layer already exists 14:34:12 3d9deae2e959: Layer already exists 14:34:12 03c845ad9940: Layer already exists 14:34:12 b6827379f165: Layer already exists 14:34:12 7cd52847ad77: Layer already exists 14:34:12 3.0.0-dev.100: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:34:12 b6827379f165: Preparing 14:34:12 94f0550afb32: Preparing 14:34:12 03c845ad9940: Preparing 14:34:12 3d9deae2e959: Preparing 14:34:12 fe98f0250f10: Preparing 14:34:12 7cd52847ad77: Preparing 14:34:12 7cd52847ad77: Waiting 14:34:12 03c845ad9940: Layer already exists 14:34:12 fe98f0250f10: Layer already exists 14:34:12 3d9deae2e959: Layer already exists 14:34:12 b6827379f165: Layer already exists 14:34:12 94f0550afb32: Layer already exists 14:34:12 7cd52847ad77: Layer already exists 14:34:12 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:34:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 14:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:34:13 b6827379f165: Preparing 14:34:13 94f0550afb32: Preparing 14:34:13 03c845ad9940: Preparing 14:34:13 3d9deae2e959: Preparing 14:34:13 fe98f0250f10: Preparing 14:34:13 7cd52847ad77: Preparing 14:34:13 7cd52847ad77: Waiting 14:34:13 3d9deae2e959: Layer already exists 14:34:13 03c845ad9940: Layer already exists 14:34:13 94f0550afb32: Layer already exists 14:34:13 b6827379f165: Layer already exists 14:34:13 fe98f0250f10: Layer already exists 14:34:13 7cd52847ad77: Layer already exists 14:34:13 main: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:34:13 ===================================================== [Pipeline] echo 14:34:13 taggedImages: 14:34:13 - nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:13 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:34:13 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 14:34:13 - nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:34:13 - 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] } 14:34:16 Removing intermediate container a1fee555221a 14:34:16 ---> aebb0f99e254 14:34:16 Step 12/25 : WORKDIR /edgex-go 14:34:16 ---> Running in 0d7e763e80b3 14:34:17 Removing intermediate container 0d7e763e80b3 14:34:17 ---> 92191f7fb619 14:34:17 14:34:17 Step 13/25 : FROM alpine:3.17 14:34:17 3.17: Pulling from library/alpine 14:34:17 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 14:34:17 Status: Downloaded newer image for alpine:3.17 14:34:17 ---> d74e625d9115 14:34:17 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:34:17 ---> Running in d5a5a8c612ff 14:34:18 Removing intermediate container d5a5a8c612ff 14:34:18 ---> 6641158ba3c3 14:34:18 Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:34:18 ---> Running in 086802f4a66d 14:34:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:34:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:34:24 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:34:24 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:34:24 OK: 17687 distinct packages available 14:34:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:34:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:34:28 (1/5) Installing dumb-init (1.2.5-r2) 14:34:28 (2/5) Installing musl-obstack (1.2.3-r0) 14:34:28 (3/5) Installing libucontext (1.2-r0) 14:34:28 (4/5) Installing gcompat (1.1.0-r0) 14:34:28 (5/5) Installing openssl (3.0.8-r0) 14:34:28 Executing busybox-1.35.0-r29.trigger 14:34:28 OK: 9 MiB in 20 packages 14:34:31 Removing intermediate container 086802f4a66d 14:34:31 ---> 6fb174044022 14:34:31 Step 16/25 : COPY --from=builder /edgex-go/security.txt / 14:34:32 ---> 1988c8611333 14:34:32 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:34:42 ---> a88adb451691 14:34:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 14:34:43 ---> fa7940d53f74 14:34:43 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 14:34:44 ---> 0541411e6fb3 14:34:44 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 14:34:46 ---> 8d84ec18f965 14:34:46 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:34:46 ---> Running in 8e3ac5bd7f5e 14:34:46 Removing intermediate container 8e3ac5bd7f5e 14:34:46 ---> b89fdd37504b 14:34:46 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:34:46 ---> Running in 8987cea2c5c6 14:34:47 Removing intermediate container 8987cea2c5c6 14:34:47 ---> 451248f053c2 14:34:47 Step 23/25 : LABEL arch=arm64 14:34:47 ---> Running in 4a8976ce3225 14:34:48 Removing intermediate container 4a8976ce3225 14:34:48 ---> 5d186dcfd779 14:34:48 Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:34:48 ---> Running in 1f04089db6bd 14:34:49 Removing intermediate container 1f04089db6bd 14:34:49 ---> b618bef14dfa 14:34:49 Step 25/25 : LABEL version=3.0.0-dev.100 14:34:49 ---> Running in b1d496406031 14:34:49 Removing intermediate container b1d496406031 14:34:49 ---> 215f29ebb7a1 14:34:49 14:34:50 Successfully built 215f29ebb7a1 14:34:50 Successfully tagged security-spire-server-arm64:latest 14:34:50 Building security-secretstore-setup 14:34:56  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:34:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:34:56 ---> 962226d54998 14:34:56 Step 3/24 : WORKDIR /edgex-go 14:34:56 ---> Using cache 14:34:56 ---> 3b393f98b223 14:34:56 Step 4/24 : RUN apk add --update --no-cache make git 14:34:56 ---> Using cache 14:34:56 ---> 5540f8dc0533 14:34:56 Step 5/24 : COPY go.mod vendor* ./ 14:34:56 ---> Using cache 14:34:56 ---> 14f9717666c4 14:34:56 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:34:56 ---> Using cache 14:34:56 ---> da0906843b1c 14:34:56 Step 7/24 : COPY . . 14:34:56 ---> Using cache 14:34:56 ---> 8bcf2e3c2287 14:34:56 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:34:57 ---> Running in e27026fa0f2f 14:34:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:41:21 Removing intermediate container d9dedb871bfc 14:41:21 ---> 93bc80d53b03 14:41:21 14:41:21 Step 9/21 : FROM alpine:3.17 14:41:21 ---> d74e625d9115 14:41:21 Step 10/21 : RUN apk add --update --no-cache dumb-init openssl 14:41:21 ---> Running in 5c6830b48400 14:41:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:41:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:41:26 (1/2) Installing dumb-init (1.2.5-r2) 14:41:26 (2/2) Installing openssl (3.0.8-r0) 14:41:26 Executing busybox-1.35.0-r29.trigger 14:41:26 OK: 8 MiB in 17 packages 14:41:29 Removing intermediate container 5c6830b48400 14:41:29 ---> d479b99afb25 14:41:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 14:41:29 ---> Running in 46dcd4e0ce72 14:41:30 Removing intermediate container 46dcd4e0ce72 14:41:30 ---> f3cfbcdd13a8 14:41:30 Step 12/21 : WORKDIR /edgex 14:41:30 ---> Running in 5b95ddb1ecc7 14:41:31 Removing intermediate container 5b95ddb1ecc7 14:41:31 ---> 339f118bc375 14:41:31 Step 13/21 : COPY --from=builder /edgex-go/security.txt / 14:41:32 Removing intermediate container b21e4fcd65fa 14:41:32 ---> a6231aee1e6b 14:41:32 14:41:32 Step 9/33 : FROM alpine:3.17 14:41:32 ---> d74e625d9115 14:41:32 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' ---> e5e02fdc1124 14:41:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 14:41:32 14:41:32 ---> Using cache 14:41:32 ---> 6641158ba3c3 14:41:32 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 14:41:32 ---> Running in 81e38a2696d8 14:41:34 ---> 8b24b61914b0 14:41:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:41:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:41:36 ---> 7b0dbfa5c5a6 14:41:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:41:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:41:37 ---> 768597af350b 14:41:37 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:41:37 ---> Running in 55f87cc53e22 14:41:38 (1/2) Installing dumb-init (1.2.5-r2) 14:41:38 (2/2) Installing su-exec (0.2-r2) 14:41:38 Executing busybox-1.35.0-r29.trigger 14:41:38 OK: 8 MiB in 17 packages 14:41:41 Removing intermediate container 81e38a2696d8 14:41:41 ---> 925105833839 14:41:41 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 14:41:41 ---> Running in 452b02b98ef7 14:41:41 Removing intermediate container 55f87cc53e22 14:41:41 ---> 6e25b72e9730 14:41:41 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 14:41:41 ---> Running in 042f226f96e6 14:41:41 Removing intermediate container 452b02b98ef7 14:41:41 ---> 45c9e616cc8b 14:41:41 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 14:41:41 ---> Running in 6f7ab3119633 14:41:41 Removing intermediate container 042f226f96e6 14:41:41 ---> 0e154b6b8a76 14:41:41 Step 19/21 : LABEL arch=arm64 14:41:41 ---> Running in e648d9f9d2e9 14:41:42 Removing intermediate container 6f7ab3119633 14:41:42 ---> 22595f8f1951 14:41:42 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 14:41:42 ---> Running in f11f938931c9 14:41:42 Removing intermediate container e648d9f9d2e9 14:41:42 ---> 87d00f2f6d29 14:41:42 Step 20/21 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:41:42 ---> Running in 46085a93261c 14:41:43 Removing intermediate container f11f938931c9 14:41:43 ---> 52e14eca5d2d 14:41:43 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 14:41:43 ---> Running in 60fe1d635c07 14:41:43 Removing intermediate container 46085a93261c 14:41:43 ---> 6c6587d082d7 14:41:43 Step 21/21 : LABEL version=3.0.0-dev.100 14:41:43 ---> Running in b358e03a0da6 14:41:44 Removing intermediate container 60fe1d635c07 14:41:44 ---> 18d0572f2251 14:41:44 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 14:41:44 ---> Running in 9f9f8af78eef 14:41:44 Removing intermediate container b358e03a0da6 14:41:44 ---> 8489b50dc8c3 14:41:44 14:41:44 Successfully built 8489b50dc8c3 14:41:44 Successfully tagged security-proxy-setup-arm64:latest 14:41:44 Building core-command 14:41:48  Building security-proxy-setup ... done Removing intermediate container 9f9f8af78eef 14:41:48 ---> 0e8d696ed6c2 14:41:48 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 14:41:48 ---> Running in 484d060626ad 14:41:48 Removing intermediate container 484d060626ad 14:41:48 ---> 5d605264375b 14:41:48 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 14:41:49 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:41:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:41:49 ---> 962226d54998 14:41:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 14:41:49 ---> Using cache 14:41:49 ---> c7010bf97a6b 14:41:49 Step 4/24 : WORKDIR /edgex-go 14:41:49 ---> Using cache 14:41:49 ---> 1760e4c51869 14:41:49 Step 5/24 : RUN apk add --update --no-cache make git 14:41:49 ---> Using cache 14:41:49 ---> 7cc2f25b5226 14:41:49 Step 6/24 : COPY go.mod vendor* ./ 14:41:49 ---> Using cache 14:41:49 ---> 6d7a6076cb45 14:41:49 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:41:49 ---> Using cache 14:41:49 ---> ca25f063a7af 14:41:49 Step 8/24 : COPY . . 14:41:50 ---> Using cache 14:41:50 ---> 19e39b1d9706 14:41:50 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 14:41:50 ---> adbacac4479c 14:41:50 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 14:41:50 ---> Running in fa3a47e5cb3b 14:41:50 ---> Running in a90fa8eee50f 14:41:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:41:55 Removing intermediate container a90fa8eee50f 14:41:55 ---> 64e639f2a176 14:41:55 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 14:41:56 ---> 2b614d97de28 14:41:56 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 14:41:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:41:57 ---> a335a37bbb6b 14:41:57 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:41:59 ---> 72ffc90616af 14:41:59 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:42:00 ---> fb8b554e2b41 14:42:00 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:42:01 ---> 1df1b96ca833 14:42:01 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 14:42:02 ---> 317239443519 14:42:02 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 14:42:03 ---> 070c7affffe2 14:42:03 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:42:04 ---> 5cb180befa5b 14:42:04 Step 28/33 : RUN chmod +x /entrypoint.sh 14:42:04 ---> Running in f368c7915677 14:42:08 Removing intermediate container f368c7915677 14:42:08 ---> fafcda0891c7 14:42:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 14:42:08 ---> Running in af7c474ac046 14:42:09 Removing intermediate container af7c474ac046 14:42:09 ---> 2c0f6c3bad26 14:42:09 Step 30/33 : CMD ["gate"] 14:42:09 ---> Running in 41f6a6e8b8da 14:42:10 Removing intermediate container 41f6a6e8b8da 14:42:10 ---> cbc1b5b99d9a 14:42:10 Step 31/33 : LABEL arch=arm64 14:42:10 ---> Running in 54a5c2b2bac9 14:42:11 Removing intermediate container 54a5c2b2bac9 14:42:11 ---> 9d82e88ec18a 14:42:11 Step 32/33 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:42:11 ---> Running in f2611bddee0f 14:42:12 Removing intermediate container f2611bddee0f 14:42:12 ---> eef5cf64f235 14:42:12 Step 33/33 : LABEL version=3.0.0-dev.100 14:42:12 ---> Running in c133f4c59798 14:42:13 Removing intermediate container c133f4c59798 14:42:13 ---> 04c89ede41b7 14:42:13 14:42:13 Successfully built 04c89ede41b7 14:42:13 Successfully tagged security-bootstrapper-arm64:latest 14:42:13 Building core-metadata 14:42:19  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:42:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:42:19 ---> 962226d54998 14:42:19 Step 3/25 : ARG ADD_BUILD_TAGS="" 14:42:19 ---> Using cache 14:42:19 ---> c7010bf97a6b 14:42:19 Step 4/25 : WORKDIR /edgex-go 14:42:19 ---> Using cache 14:42:19 ---> 1760e4c51869 14:42:19 Step 5/25 : RUN apk add --update --no-cache make git 14:42:19 ---> Using cache 14:42:19 ---> 7cc2f25b5226 14:42:19 Step 6/25 : COPY go.mod vendor* ./ 14:42:19 ---> Using cache 14:42:19 ---> 6d7a6076cb45 14:42:19 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:42:19 ---> Using cache 14:42:19 ---> ca25f063a7af 14:42:19 Step 8/25 : COPY . . 14:42:19 ---> Using cache 14:42:19 ---> 19e39b1d9706 14:42:19 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 14:42:22 ---> Running in 87e6fcbdd3ce 14:42:23 Removing intermediate container e27026fa0f2f 14:42:23 ---> ef9af4616e7d 14:42:23 14:42:23 Step 9/24 : FROM alpine:3.17 14:42:23 ---> d74e625d9115 14:42:23 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 14:42:23 ---> Running in f5677d2d5bfc 14:42:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:42:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:42:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:42:29 (1/3) Installing ca-certificates (20220614-r4) 14:42:29 (2/3) Installing dumb-init (1.2.5-r2) 14:42:29 (3/3) Installing su-exec (0.2-r2) 14:42:29 Executing busybox-1.35.0-r29.trigger 14:42:29 Executing ca-certificates-20220614-r4.trigger 14:42:30 OK: 8 MiB in 18 packages 14:42:35 Removing intermediate container f5677d2d5bfc 14:42:35 ---> dc4f59eeae42 14:42:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:35 ---> Running in 20a9a74f536d 14:42:35 Removing intermediate container 20a9a74f536d 14:42:35 ---> 3f8bf03c434a 14:42:35 Step 12/24 : WORKDIR / 14:42:35 ---> Running in e1ebaa8d9ff4 14:42:36 Removing intermediate container b39c679518f1 14:42:36 ---> c9a55ceb1517 14:42:36 14:42:36 Step 10/23 : FROM alpine:3.17 14:42:36 ---> d74e625d9115 14:42:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:42:36 ---> Running in 948b0fc8cda5 14:42:36 Removing intermediate container e1ebaa8d9ff4 14:42:36 ---> b43bf41c25b5 14:42:36 Step 13/24 : COPY --from=builder /edgex-go/security.txt / 14:42:36 Removing intermediate container 948b0fc8cda5 14:42:36 ---> 3ca019fc2908 14:42:36 Step 12/23 : ENV APP_PORT=59880 14:42:37 ---> Running in 8d24daa32699 14:42:37 ---> 768529c78bc5 14:42:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:42:37 Removing intermediate container 8d24daa32699 14:42:37 ---> 99af32ce8664 14:42:37 Step 13/23 : EXPOSE $APP_PORT 14:42:37 ---> Running in 7f288d28012b 14:42:38 Removing intermediate container 7f288d28012b 14:42:38 ---> 480d01ecb808 14:42:38 Step 14/23 : RUN apk add --update --no-cache dumb-init 14:42:38 ---> Running in 9aea1c8e7dfa 14:42:39 ---> f05324e85829 14:42:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:42:40 ---> 1f3a0f7c22bd 14:42:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:42:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:42:41 ---> 6867523a1923 14:42:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:42:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:42:43 ---> a3073119936d 14:42:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:42:44 (1/1) Installing dumb-init (1.2.5-r2) 14:42:44 Executing busybox-1.35.0-r29.trigger 14:42:44 OK: 8 MiB in 16 packages 14:42:45 ---> 7df2d2ad9f60 14:42:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:42:46 Removing intermediate container 9aea1c8e7dfa 14:42:46 ---> a6baaab07cf9 14:42:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:42:47 ---> 9f165a87583f 14:42:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:42:47 ---> Running in e0f4451f32c2 14:42:48 ---> 45ece2b3a885 14:42:48 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:42:49 ---> 61e41435f6b2 14:42:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:42:52 Removing intermediate container e0f4451f32c2 14:42:52 ---> 4e205fca83f0 14:42:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:42:52 ---> Running in 0c20b1cbfb04 14:42:52 ---> 0c07f79b3b97 14:42:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:42:53 Removing intermediate container 0c20b1cbfb04 14:42:53 ---> d2dc387425c0 14:42:53 Step 22/24 : LABEL arch=arm64 14:42:53 ---> Running in 658e517594b7 14:42:53 ---> f31d8565b874 14:42:53 Step 19/23 : ENTRYPOINT ["/core-data"] 14:42:53 ---> Running in f17807c04957 14:42:53 Removing intermediate container 658e517594b7 14:42:53 ---> 168182ebed38 14:42:53 Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:42:53 ---> Running in a22370fe209a 14:42:53 Removing intermediate container f17807c04957 14:42:54 ---> 110398d9f66f 14:42:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:42:54 ---> Running in 3fe1f55b9300 14:42:54 Removing intermediate container a22370fe209a 14:42:54 ---> bcf3f6f1bddf 14:42:54 Step 24/24 : LABEL version=3.0.0-dev.100 14:42:54 Removing intermediate container 3fe1f55b9300 14:42:54 ---> bbe177aff3e2 14:42:54 Step 21/23 : LABEL arch=arm64 14:42:54 ---> Running in 8f4602ed1f90 14:42:55 ---> Running in 2c4c20f58e84 14:42:55 Removing intermediate container 2c4c20f58e84 14:42:55 ---> 0a6a9914a3bc 14:42:55 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:42:55 Removing intermediate container 8f4602ed1f90 14:42:55 ---> 443c34329f83 14:42:55 14:42:55 ---> Running in 80bd0dcdf395 14:42:55 Successfully built 443c34329f83 14:42:55 Successfully tagged security-secretstore-setup-arm64:latest 14:42:55  Building security-secretstore-setup ... done Building security-spire-agent 14:42:56 Removing intermediate container 80bd0dcdf395 14:42:56 ---> a1208ea841f7 14:42:56 Step 23/23 : LABEL version=3.0.0-dev.100 14:42:56 ---> Running in 2363e6712a9e 14:42:57 Removing intermediate container 2363e6712a9e 14:42:57 ---> 2f95b95df8cd 14:42:57 14:42:57 Successfully built 2f95b95df8cd 14:42:57 Successfully tagged core-data-arm64:latest 14:42:57  Building core-data ... done Building security-proxy-auth 14:43:01 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:43:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:43:01 ---> 962226d54998 14:43:01 Step 3/26 : WORKDIR /edgex-go 14:43:01 ---> Using cache 14:43:01 ---> 3b393f98b223 14:43:01 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 14:43:01 ---> Running in b9c0c08eeeb9 14:43:03 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:43:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:43:03 ---> 962226d54998 14:43:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:43:03 ---> Using cache 14:43:03 ---> c7010bf97a6b 14:43:03 Step 4/23 : WORKDIR /edgex-go 14:43:03 ---> Using cache 14:43:03 ---> 1760e4c51869 14:43:03 Step 5/23 : RUN apk add --update --no-cache make git 14:43:03 ---> Using cache 14:43:03 ---> 7cc2f25b5226 14:43:03 Step 6/23 : COPY go.mod vendor* ./ 14:43:03 ---> Using cache 14:43:03 ---> 6d7a6076cb45 14:43:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:43:03 ---> Using cache 14:43:03 ---> ca25f063a7af 14:43:03 Step 8/23 : COPY . . 14:43:03 ---> Using cache 14:43:03 ---> 19e39b1d9706 14:43:03 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 14:43:04 ---> Running in 136ad776007d 14:43:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:43:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:43:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 14:43:07 OK: 263 MiB in 53 packages 14:43:08 Removing intermediate container b9c0c08eeeb9 14:43:08 ---> 1ba3e05e2363 14:43:08 Step 5/26 : COPY go.mod vendor* ./ 14:43:09 ---> 7445dffc9ecc 14:43:09 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:43:09 ---> Running in 49385081de16 14:44:06 Removing intermediate container b84d208e9977 14:44:06 ---> 5ca097e17ca4 14:44:06 14:44:06 Step 9/20 : FROM alpine:3.17 14:44:06 ---> d74e625d9115 14:44:06 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:44:06 ---> Using cache 14:44:06 ---> 6641158ba3c3 14:44:06 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 14:44:06 ---> Running in 2915be5458d6 14:44:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:44:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:44:08 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:44:08 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:44:08 OK: 17687 distinct packages available 14:44:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:44:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:44:10 (1/9) Installing ca-certificates (20220614-r4) 14:44:11 (2/9) Installing brotli-libs (1.0.9-r9) 14:44:11 (3/9) Installing nghttp2-libs (1.51.0-r0) 14:44:11 (4/9) Installing libcurl (7.88.1-r0) 14:44:11 (5/9) Installing curl (7.88.1-r0) 14:44:11 (6/9) Installing dumb-init (1.2.5-r2) 14:44:11 (7/9) Installing musl-obstack (1.2.3-r0) 14:44:11 (8/9) Installing libucontext (1.2-r0) 14:44:11 (9/9) Installing gcompat (1.1.0-r0) 14:44:11 Executing busybox-1.35.0-r29.trigger 14:44:11 Executing ca-certificates-20220614-r4.trigger 14:44:12 OK: 11 MiB in 24 packages 14:44:15 Removing intermediate container 2915be5458d6 14:44:15 ---> 0b40c59e946f 14:44:15 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 14:44:20 ---> 642bc2495c80 14:44:20 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 14:44:21 ---> 3381a0bd144b 14:44:21 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:44:26 ---> a9eebb3482af 14:44:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 14:44:27 ---> 1d401f1cd9f2 14:44:27 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 14:44:27 ---> Running in 82823eb3558f 14:44:28 Removing intermediate container 82823eb3558f 14:44:28 ---> 73032f666e9a 14:44:28 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:44:28 ---> Running in c1587ac39f25 14:44:29 Removing intermediate container c1587ac39f25 14:44:29 ---> 717fb252aed6 14:44:29 Step 18/20 : LABEL arch=arm64 14:44:29 ---> Running in ac0ab5f749e4 14:44:30 Removing intermediate container ac0ab5f749e4 14:44:30 ---> 1e410458e4ba 14:44:30 Step 19/20 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:44:31 ---> Running in 7000355f53f7 14:44:32 Removing intermediate container 7000355f53f7 14:44:32 ---> 09372efa1a04 14:44:32 Step 20/20 : LABEL version=3.0.0-dev.100 14:44:32 ---> Running in 33a95b44acf1 14:44:33 Removing intermediate container 33a95b44acf1 14:44:33 ---> 53ea058c7500 14:44:33 14:44:33 Successfully built 53ea058c7500 14:44:33 Successfully tagged security-spiffe-token-provider-arm64:latest 14:44:33  Building security-spiffe-token-provider ... done Building support-scheduler 14:44:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:44:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:44:38 ---> 962226d54998 14:44:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:44:38 ---> Using cache 14:44:38 ---> c7010bf97a6b 14:44:38 Step 4/23 : WORKDIR /edgex-go 14:44:38 ---> Using cache 14:44:38 ---> 1760e4c51869 14:44:38 Step 5/23 : RUN apk add --update --no-cache make git 14:44:38 ---> Using cache 14:44:38 ---> 7cc2f25b5226 14:44:38 Step 6/23 : COPY go.mod vendor* ./ 14:44:38 ---> Using cache 14:44:38 ---> 6d7a6076cb45 14:44:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:44:38 ---> Using cache 14:44:38 ---> ca25f063a7af 14:44:38 Step 8/23 : COPY . . 14:44:38 ---> Using cache 14:44:38 ---> 19e39b1d9706 14:44:38 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 14:44:39 ---> Running in 2f2d3b0163cf 14:44:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:44:56 Removing intermediate container 49385081de16 14:44:56 ---> cc205a14ccc1 14:44:56 Step 7/26 : COPY . . 14:44:59 ---> 5da3dffa44ba 14:44:59 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 14:44:59 ---> Running in f1272e2b763d 14:45:00 Removing intermediate container f1272e2b763d 14:45:00 ---> 9dda965e9732 14:45:00 Step 9/26 : WORKDIR /edgex-go/spire-build 14:45:00 ---> Running in 610eb2742907 14:45:00 Removing intermediate container 610eb2742907 14:45:00 ---> 98e6ec03edec 14:45:00 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:45:00 ---> Running in 66444e38f516 14:45:01 Removing intermediate container 66444e38f516 14:45:01 ---> 952c01edc4e5 14:45:01 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:45:01 ---> Running in aa0522914fb4 14:45:04 Removing intermediate container aa0522914fb4 14:45:04 ---> 9fe923fd7a72 14:45:04 Step 12/26 : WORKDIR /edgex-go 14:45:04 ---> Running in 57e0b428a848 14:45:05 Removing intermediate container 57e0b428a848 14:45:05 ---> bc8cfcf55ead 14:45:05 14:45:05 Step 13/26 : FROM alpine:3.17 14:45:05 ---> d74e625d9115 14:45:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:45:05 ---> Using cache 14:45:05 ---> 6641158ba3c3 14:45:05 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:45:05 ---> Using cache 14:45:05 ---> 6fb174044022 14:45:05 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 14:45:05 ---> Using cache 14:45:05 ---> 1988c8611333 14:45:05 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:45:08 ---> 57ece41256da 14:45:08 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:45:14 ---> 57ca90198880 14:45:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:45:15 ---> 2d1f194e51a4 14:45:15 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:45:16 ---> 987f85d953e0 14:45:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 14:45:17 ---> 7e2f20505514 14:45:17 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:45:17 ---> Running in 758c2a93392b 14:45:17 Removing intermediate container 758c2a93392b 14:45:17 ---> fd5966c24538 14:45:17 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:45:17 ---> Running in 8d969555f8e8 14:45:18 Removing intermediate container 8d969555f8e8 14:45:18 ---> 353b5ce762d3 14:45:18 Step 24/26 : LABEL arch=arm64 14:45:18 ---> Running in b8635234cdcd 14:45:19 Removing intermediate container b8635234cdcd 14:45:19 ---> 9f12dce9fc5f 14:45:19 Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:45:19 ---> Running in 60ed9ff4261d 14:45:19 Removing intermediate container 60ed9ff4261d 14:45:19 ---> f2461a3fdcea 14:45:19 Step 26/26 : LABEL version=3.0.0-dev.100 14:45:19 ---> Running in 8b9e437c0c63 14:45:20 Removing intermediate container 8b9e437c0c63 14:45:20 ---> c2718ac9fe44 14:45:20 14:45:20 Successfully built c2718ac9fe44 14:45:20 Successfully tagged security-spire-agent-arm64:latest 14:45:20  Building security-spire-agent ... done Building support-notifications 14:45:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:45:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:45:23 ---> 962226d54998 14:45:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:45:23 ---> Using cache 14:45:23 ---> c7010bf97a6b 14:45:23 Step 4/23 : WORKDIR /edgex-go 14:45:23 ---> Using cache 14:45:23 ---> 1760e4c51869 14:45:23 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 14:45:27 ---> Running in aecad06a40e7 14:45:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:45:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:45:31 OK: 263 MiB in 53 packages 14:45:33 Removing intermediate container aecad06a40e7 14:45:33 ---> bd04f1a274f7 14:45:33 Step 6/23 : COPY go.mod vendor* ./ 14:45:33 ---> 343701c15932 14:45:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:45:33 ---> Running in 4c9ed903d40c 14:47:10 Removing intermediate container 4c9ed903d40c 14:47:10 ---> 64e7a128d1d1 14:47:10 Step 8/23 : COPY . . 14:47:13 ---> a9947ddbeb28 14:47:13 Step 9/23 : RUN make cmd/support-notifications/support-notifications 14:47:13 ---> Running in e23d1bd7d097 14:47:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:50:07 Removing intermediate container fa3a47e5cb3b 14:50:07 ---> 12f870cd3a37 14:50:07 14:50:07 Step 10/24 : FROM alpine:3.17 14:50:07 ---> d74e625d9115 14:50:07 Step 11/24 : RUN apk add --update --no-cache dumb-init 14:50:07 ---> Running in fd6f0a8060fa 14:50:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:50:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:50:07 (1/1) Installing dumb-init (1.2.5-r2) 14:50:07 Executing busybox-1.35.0-r29.trigger 14:50:07 OK: 8 MiB in 16 packages 14:50:07 Removing intermediate container fd6f0a8060fa 14:50:07 ---> 606ebb5e30f1 14:50:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:50:08 ---> Running in 0b768324ac3f 14:50:08 Removing intermediate container 0b768324ac3f 14:50:08 ---> 70a5437ac424 14:50:08 Step 13/24 : ENV APP_PORT=59882 14:50:08 ---> Running in 444c298117ed 14:50:09 Removing intermediate container 444c298117ed 14:50:09 ---> 418ec36bc0d8 14:50:09 Step 14/24 : EXPOSE $APP_PORT 14:50:09 ---> Running in d2162751f7d6 14:50:10 Removing intermediate container d2162751f7d6 14:50:10 ---> 18713dad9d57 14:50:10 Step 15/24 : WORKDIR / 14:50:10 ---> Running in 806601f2ec0e 14:50:10 Removing intermediate container 806601f2ec0e 14:50:10 ---> f72a472d9aa0 14:50:10 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 14:50:11 ---> f3f2530ed8b1 14:50:11 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 14:50:13 ---> ca0e7e9e9e01 14:50:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:50:14 ---> 5eec8a389a6a 14:50:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:50:15 ---> da6a8d235057 14:50:15 Step 20/24 : ENTRYPOINT ["/core-command"] 14:50:15 ---> Running in 1baf849f4dda 14:50:16 Removing intermediate container 1baf849f4dda 14:50:16 ---> ce3ffcfce679 14:50:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:50:16 ---> Running in fd73fdce1612 14:50:16 Removing intermediate container fd73fdce1612 14:50:16 ---> 25a5d2c0ce77 14:50:16 Step 22/24 : LABEL arch=arm64 14:50:16 ---> Running in c2792a23e9ee 14:50:17 Removing intermediate container c2792a23e9ee 14:50:17 ---> 8511f4b5ee9d 14:50:17 Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:50:17 ---> Running in b7b062f42d4c 14:50:17 Removing intermediate container b7b062f42d4c 14:50:17 ---> 40f26d5f4dbd 14:50:18 Step 24/24 : LABEL version=3.0.0-dev.100 14:50:18 ---> Running in b813d121f6a7 14:50:18 Removing intermediate container b813d121f6a7 14:50:18 ---> 9f481436e1d0 14:50:18 14:50:18 Successfully built 9f481436e1d0 14:50:18 Successfully tagged core-command-arm64:latest 14:50:18  Building core-command ... done Building core-common-config-bootstrapper 14:50:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:50:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:50:23 ---> 962226d54998 14:50:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:50:23 ---> Using cache 14:50:23 ---> c7010bf97a6b 14:50:23 Step 4/23 : WORKDIR /edgex-go 14:50:23 ---> Using cache 14:50:23 ---> 1760e4c51869 14:50:23 Step 5/23 : RUN apk add --update --no-cache make git 14:50:23 ---> Using cache 14:50:23 ---> 7cc2f25b5226 14:50:23 Step 6/23 : COPY go.mod vendor* ./ 14:50:23 ---> Using cache 14:50:23 ---> 6d7a6076cb45 14:50:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:50:23 ---> Using cache 14:50:23 ---> ca25f063a7af 14:50:23 Step 8/23 : COPY . . 14:50:23 ---> Using cache 14:50:23 ---> 19e39b1d9706 14:50:23 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 14:50:23 ---> Running in 37917453b6b1 14:50:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:50:31 Removing intermediate container 136ad776007d 14:50:31 ---> 6014603af1e7 14:50:31 14:50:31 Step 10/23 : FROM alpine:3.17 14:50:31 ---> d74e625d9115 14:50:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:50:31 ---> Running in ecfb34ef1d4b 14:50:32 Removing intermediate container ecfb34ef1d4b 14:50:32 ---> 2e27dadca633 14:50:32 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:50:32 ---> Running in 903b6b9cedd7 14:50:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:50:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:50:37 (1/1) Installing dumb-init (1.2.5-r2) 14:50:37 Executing busybox-1.35.0-r29.trigger 14:50:37 OK: 8 MiB in 16 packages 14:50:39 Removing intermediate container 903b6b9cedd7 14:50:39 ---> 63a884513f0e 14:50:39 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:50:40 ---> 31a0716fe44d 14:50:40 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:50:41 ---> 4a7addcfe355 14:50:41 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 14:50:43 ---> 77a82e6e5fbb 14:50:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 14:50:44 ---> ba15b04f4a82 14:50:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 14:50:45 ---> 24ca29a5aac0 14:50:45 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:50:45 ---> Running in 719b4dcdba35 14:50:48 Removing intermediate container 719b4dcdba35 14:50:48 ---> 964d65de287f 14:50:48 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:50:48 ---> Running in 4f250ed7391e 14:50:49 Removing intermediate container 4f250ed7391e 14:50:49 ---> 662691512d95 14:50:49 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 14:50:49 ---> Running in a6548972118b 14:50:49 Removing intermediate container a6548972118b 14:50:49 ---> 96bdc51be583 14:50:49 Step 21/23 : LABEL arch=arm64 14:50:49 ---> Running in 2a4a4e51ef73 14:50:50 Removing intermediate container 2a4a4e51ef73 14:50:50 ---> 3864f0de36b0 14:50:50 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:50:50 ---> Running in 6149f7e00360 14:50:51 Removing intermediate container 6149f7e00360 14:50:51 ---> 33a3691aa114 14:50:51 Step 23/23 : LABEL version=3.0.0-dev.100 14:50:51 ---> Running in 84dfabcef4dd 14:50:51 Removing intermediate container 84dfabcef4dd 14:50:51 ---> a16ae656cccf 14:50:51 14:50:51 Successfully built a16ae656cccf 14:50:51 Successfully tagged security-proxy-auth-arm64:latest 14:50:52  Building security-proxy-auth ... done Building security-spire-config 14:50:56 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 14:50:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:50:56 ---> 962226d54998 14:50:56 Step 3/26 : WORKDIR /edgex-go 14:50:56 ---> Using cache 14:50:56 ---> 3b393f98b223 14:50:56 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 14:50:56 ---> Using cache 14:50:56 ---> 1ba3e05e2363 14:50:56 Step 5/26 : COPY go.mod vendor* ./ 14:50:56 ---> Using cache 14:50:56 ---> 7445dffc9ecc 14:50:56 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:50:56 ---> Using cache 14:50:56 ---> cc205a14ccc1 14:50:56 Step 7/26 : COPY . . 14:50:56 ---> Using cache 14:50:56 ---> 5da3dffa44ba 14:50:56 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 14:50:56 ---> Using cache 14:50:56 ---> 9dda965e9732 14:50:56 Step 9/26 : WORKDIR /edgex-go/spire-build 14:50:56 ---> Using cache 14:50:56 ---> 98e6ec03edec 14:50:56 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 14:50:56 ---> Using cache 14:50:56 ---> 952c01edc4e5 14:50:56 Step 11/26 : 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..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:50:56 ---> Using cache 14:50:56 ---> 9fe923fd7a72 14:50:56 Step 12/26 : WORKDIR /edgex-go 14:50:56 ---> Using cache 14:50:56 ---> bc8cfcf55ead 14:50:56 14:50:56 Step 13/26 : FROM alpine:3.17 14:50:56 ---> d74e625d9115 14:50:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:50:56 ---> Using cache 14:50:56 ---> 6641158ba3c3 14:50:56 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 14:50:56 ---> Running in 6cc454db56be 14:50:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:50:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:51:01 v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 14:51:01 v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 14:51:01 OK: 17687 distinct packages available 14:51:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:51:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:51:05 (1/4) Installing dumb-init (1.2.5-r2) 14:51:05 (2/4) Installing musl-obstack (1.2.3-r0) 14:51:05 (3/4) Installing libucontext (1.2-r0) 14:51:05 (4/4) Installing gcompat (1.1.0-r0) 14:51:05 Executing busybox-1.35.0-r29.trigger 14:51:05 OK: 8 MiB in 19 packages 14:51:08 Removing intermediate container 6cc454db56be 14:51:08 ---> 800865458f72 14:51:08 Step 16/26 : COPY --from=builder /edgex-go/security.txt / 14:51:10 ---> 5b2752ff5122 14:51:10 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:51:11 Removing intermediate container 87e6fcbdd3ce 14:51:11 ---> 636bba14abe6 14:51:11 14:51:11 Step 10/25 : FROM alpine:3.17 14:51:11 ---> d74e625d9115 14:51:11 Step 11/25 : RUN apk add --update --no-cache dumb-init 14:51:11 ---> Using cache 14:51:11 ---> 606ebb5e30f1 14:51:11 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:51:11 ---> Using cache 14:51:11 ---> 70a5437ac424 14:51:11 Step 13/25 : ENV APP_PORT=59881 14:51:11 ---> Running in 0e3f46ddc015 14:51:12 Removing intermediate container 0e3f46ddc015 14:51:12 ---> 141e799e4a87 14:51:12 Step 14/25 : EXPOSE $APP_PORT 14:51:13 ---> Running in 68d63ca10f5c 14:51:13 Removing intermediate container 68d63ca10f5c 14:51:13 ---> 3bbda70fdc7c 14:51:13 Step 15/25 : WORKDIR / 14:51:13 ---> Running in dabd1e4157e5 14:51:14 Removing intermediate container dabd1e4157e5 14:51:14 ---> 6b5ba5aef181 14:51:14 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 14:51:16 ---> 3989aa8d34d6 14:51:16 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 14:51:18 ---> 23e35d88155a 14:51:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:51:18 ---> 173ffdd63cfb 14:51:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 14:51:20 ---> 1b0d7991d61f 14:51:20 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 14:51:20 ---> Running in 54419ff2e8e6 14:51:21 ---> dc843e3206ac 14:51:21 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:51:21 Removing intermediate container 54419ff2e8e6 14:51:21 ---> 7e7700fbda23 14:51:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 14:51:22 ---> 54377f55619f 14:51:22 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 14:51:22 ---> e1e5b19995a8 14:51:22 Step 21/26 : WORKDIR / 14:51:22 ---> Running in 21b0997b8173 14:51:23 Removing intermediate container 21b0997b8173 14:51:23 ---> 0a6106d640ce 14:51:23 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:51:23 ---> Running in b4dcecd3affd 14:51:24 ---> 944a0f778380 14:51:24 Step 21/25 : ENTRYPOINT ["/core-metadata"] 14:51:24 ---> Running in 230f6fdf6edc 14:51:24 Removing intermediate container b4dcecd3affd 14:51:24 ---> afc110bb955a 14:51:24 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:51:24 ---> Running in 1a335f94aad2 14:51:25 Removing intermediate container 230f6fdf6edc 14:51:25 ---> fbb9bbfb241e 14:51:25 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:51:25 ---> Running in 9cd608c74361 14:51:25 Removing intermediate container 1a335f94aad2 14:51:25 ---> 3f87144e29bd 14:51:25 Step 24/26 : LABEL arch=arm64 14:51:25 ---> Running in fcb979582376 14:51:25 Removing intermediate container 9cd608c74361 14:51:25 ---> 6e1f7d440612 14:51:25 Step 23/25 : LABEL arch=arm64 14:51:26 ---> Running in 619e50edeb3c 14:51:26 Removing intermediate container fcb979582376 14:51:26 ---> 39e4d84c3eeb 14:51:26 Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:51:26 ---> Running in c3450bb985aa 14:51:26 Removing intermediate container 619e50edeb3c 14:51:26 ---> d1e666688174 14:51:26 Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:51:27 ---> Running in 6f9d4b946bfa 14:51:27 Removing intermediate container c3450bb985aa 14:51:27 ---> aee1c58044c6 14:51:27 Step 26/26 : LABEL version=3.0.0-dev.100 14:51:27 ---> Running in 5ecb4b4fafea 14:51:27 Removing intermediate container 6f9d4b946bfa 14:51:27 ---> 1c2fd325e9de 14:51:27 Step 25/25 : LABEL version=3.0.0-dev.100 14:51:28 ---> Running in 79950fbb7ea8 14:51:28 Removing intermediate container 5ecb4b4fafea 14:51:28 ---> 6c64e9b031c9 14:51:28 14:51:28 Successfully built 6c64e9b031c9 14:51:28 Successfully tagged security-spire-config-arm64:latest 14:51:28  Building security-spire-config ... done Removing intermediate container 79950fbb7ea8 14:51:28 ---> e1be1dbf562c 14:51:28 14:51:28 Successfully built e1be1dbf562c 14:51:28 Successfully tagged core-metadata-arm64:latest 14:54:35  Building core-metadata ... done Removing intermediate container 2f2d3b0163cf 14:54:35 ---> cc7475276d09 14:54:35 14:54:35 Step 10/23 : FROM alpine:3.17 14:54:35 ---> d74e625d9115 14:54:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:54:35 ---> Using cache 14:54:35 ---> 606ebb5e30f1 14:54:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:54:35 ---> Using cache 14:54:35 ---> 70a5437ac424 14:54:35 Step 13/23 : ENV APP_PORT=59861 14:54:35 ---> Running in 2bb6a12f0715 14:54:36 Removing intermediate container 2bb6a12f0715 14:54:36 ---> 456ff8f0cd4c 14:54:36 Step 14/23 : EXPOSE $APP_PORT 14:54:36 ---> Running in 0cccab53d690 14:54:36 Removing intermediate container 0cccab53d690 14:54:36 ---> aeddd3c53a39 14:54:36 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:54:37 ---> a6e47846dbd1 14:54:37 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:54:38 ---> 359557b41c9e 14:54:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:54:41 ---> e07f2d19332b 14:54:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:54:42 ---> eef45a14a4c4 14:54:42 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 14:54:42 ---> Running in 1af22f8bc0d5 14:54:43 Removing intermediate container 1af22f8bc0d5 14:54:43 ---> dcb4c1850eb4 14:54:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:54:43 ---> Running in a7fac436e994 14:54:43 Removing intermediate container a7fac436e994 14:54:43 ---> 523595ebf612 14:54:43 Step 21/23 : LABEL arch=arm64 14:54:43 ---> Running in a9925d7b22cd 14:54:44 Removing intermediate container a9925d7b22cd 14:54:44 ---> ef6d4f7ed139 14:54:44 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:54:44 ---> Running in 12cc81e2c0e8 14:54:45 Removing intermediate container 12cc81e2c0e8 14:54:45 ---> 1c0a97ab3e20 14:54:45 Step 23/23 : LABEL version=3.0.0-dev.100 14:54:45 ---> Running in bff638f56ffe 14:54:45 Removing intermediate container bff638f56ffe 14:54:45 ---> aa708e508b2a 14:54:45 14:54:46 Successfully built aa708e508b2a 14:54:46 Successfully tagged support-scheduler-arm64:latest 14:55:25  Building support-scheduler ... done Removing intermediate container 37917453b6b1 14:55:25 ---> 6c1f6e0fecbd 14:55:25 14:55:25 Step 10/23 : FROM alpine:3.17 14:55:25 ---> d74e625d9115 14:55:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 14:55:25 ---> Using cache 14:55:25 ---> 2e27dadca633 14:55:25 Step 12/23 : RUN apk add --update --no-cache dumb-init 14:55:25 ---> Using cache 14:55:25 ---> 63a884513f0e 14:55:25 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:55:25 ---> Using cache 14:55:25 ---> 31a0716fe44d 14:55:25 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 14:55:25 ---> Using cache 14:55:25 ---> 4a7addcfe355 14:55:25 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 14:55:25 ---> e4b2b16e815d 14:55:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 14:55:25 ---> 628d86fe6b2a 14:55:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 14:55:25 ---> 3103bf39aabd 14:55:25 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:55:25 ---> Running in fe55825885ef 14:55:26 Removing intermediate container fe55825885ef 14:55:26 ---> 8316ed435e15 14:55:26 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 14:55:26 ---> Running in 9516c9cab51d 14:55:27 Removing intermediate container 9516c9cab51d 14:55:27 ---> be92ed96487a 14:55:27 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 14:55:27 ---> Running in 42292f38bf1b 14:55:27 Removing intermediate container 42292f38bf1b 14:55:27 ---> b8f587ce8cf7 14:55:27 Step 21/23 : LABEL arch=arm64 14:55:27 ---> Running in e5504be9438a 14:55:28 Removing intermediate container e5504be9438a 14:55:28 ---> a08024ea7ee1 14:55:28 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:55:28 ---> Running in f293efafbd64 14:55:28 Removing intermediate container f293efafbd64 14:55:28 ---> 6398ad887b5e 14:55:28 Step 23/23 : LABEL version=3.0.0-dev.100 14:55:29 ---> Running in 686431b80248 14:55:29 Removing intermediate container 686431b80248 14:55:29 ---> 6a13b47ca5ee 14:55:29 14:55:29 Successfully built 6a13b47ca5ee 14:55:29 Successfully tagged core-common-config-bootstrapper-arm64:latest 14:55:37  Building core-common-config-bootstrapper ... done Removing intermediate container e23d1bd7d097 14:55:37 ---> 8fb797c7221d 14:55:37 14:55:37 Step 10/23 : FROM alpine:3.17 14:55:37 ---> d74e625d9115 14:55:37 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 14:55:37 ---> Running in aadc9588b45b 14:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 14:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 14:55:39 (1/2) Installing ca-certificates (20220614-r4) 14:55:39 (2/2) Installing dumb-init (1.2.5-r2) 14:55:39 Executing busybox-1.35.0-r29.trigger 14:55:39 Executing ca-certificates-20220614-r4.trigger 14:55:40 OK: 8 MiB in 17 packages 14:55:42 Removing intermediate container aadc9588b45b 14:55:42 ---> 55d298c36e36 14:55:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:55:42 ---> Running in 5e270ecba329 14:55:42 Removing intermediate container 5e270ecba329 14:55:42 ---> 9df54dac6c23 14:55:42 Step 13/23 : ENV APP_PORT=59860 14:55:42 ---> Running in 1a6c318519a1 14:55:42 Removing intermediate container 1a6c318519a1 14:55:42 ---> 330aa66f8f10 14:55:42 Step 14/23 : EXPOSE $APP_PORT 14:55:43 ---> Running in 0c1ea42fb782 14:55:43 Removing intermediate container 0c1ea42fb782 14:55:43 ---> de5bd4b13cc8 14:55:43 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:55:44 ---> 3a737c57af89 14:55:44 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 14:55:44 ---> f53541898ec9 14:55:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:55:46 ---> 2f975679daef 14:55:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:55:46 ---> cfa6f3be40d4 14:55:46 Step 19/23 : ENTRYPOINT ["/support-notifications"] 14:55:46 ---> Running in b866deace4f9 14:55:46 Removing intermediate container b866deace4f9 14:55:46 ---> 4a40a0ae9cb7 14:55:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:55:46 ---> Running in 641eb2310fe5 14:55:47 Removing intermediate container 641eb2310fe5 14:55:47 ---> 0b58af0c2fec 14:55:47 Step 21/23 : LABEL arch=arm64 14:55:47 ---> Running in 76c4b4e7656f 14:55:47 Removing intermediate container 76c4b4e7656f 14:55:47 ---> 4875d566810d 14:55:47 Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca 14:55:47 ---> Running in 13caf92191f0 14:55:48 Removing intermediate container 13caf92191f0 14:55:48 ---> 62fb2a513459 14:55:48 Step 23/23 : LABEL version=3.0.0-dev.100 14:55:48 ---> Running in de61a14d0569 14:55:48 Removing intermediate container de61a14d0569 14:55:48 ---> 780a1b6da02d 14:55:48 14:55:48 Successfully built 780a1b6da02d 14:55:48 Successfully tagged support-notifications-arm64:latest 14:55:49  Building support-notifications ... done  [Pipeline] } 14:55:49 $ docker stop --time=1 ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e 14:55:50 $ docker rm -f --volumes ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e [Pipeline] // withDockerContainer [Pipeline] sh 14:55:51 + docker images 14:55:51 REPOSITORY TAG IMAGE ID CREATED SIZE 14:55:51 support-notifications-arm64 latest 780a1b6da02d 3 seconds ago 32.5MB 14:55:51 8fb797c7221d 17 seconds ago 1.38GB 14:55:51 core-common-config-bootstrapper-arm64 latest 6a13b47ca5ee 22 seconds ago 17.5MB 14:55:51 6c1f6e0fecbd 31 seconds ago 1.31GB 14:55:51 support-scheduler-arm64 latest aa708e508b2a About a minute ago 31.8MB 14:55:51 cc7475276d09 About a minute ago 1.38GB 14:55:51 security-spire-config-arm64 latest 6c64e9b031c9 4 minutes ago 86.2MB 14:55:51 core-metadata-arm64 latest e1be1dbf562c 4 minutes ago 20.4MB 14:55:51 636bba14abe6 4 minutes ago 1.32GB 14:55:51 security-proxy-auth-arm64 latest a16ae656cccf 5 minutes ago 18.2MB 14:55:51 6014603af1e7 5 minutes ago 1.29GB 14:55:51 core-command-arm64 latest 9f481436e1d0 5 minutes ago 19.7MB 14:55:51 12f870cd3a37 5 minutes ago 1.32GB 14:55:51 security-spire-agent-arm64 latest c2718ac9fe44 10 minutes ago 125MB 14:55:51 bc8cfcf55ead 10 minutes ago 1.18GB 14:55:51 security-spiffe-token-provider-arm64 latest 53ea058c7500 11 minutes ago 32.6MB 14:55:51 5ca097e17ca4 11 minutes ago 1.35GB 14:55:51 core-data-arm64 latest 2f95b95df8cd 12 minutes ago 19.9MB 14:55:51 security-secretstore-setup-arm64 latest 443c34329f83 12 minutes ago 32MB 14:55:51 c9a55ceb1517 13 minutes ago 1.32GB 14:55:51 ef9af4616e7d 13 minutes ago 1.31GB 14:55:51 security-bootstrapper-arm64 latest 04c89ede41b7 13 minutes ago 21.8MB 14:55:51 security-proxy-setup-arm64 latest 8489b50dc8c3 14 minutes ago 18.6MB 14:55:51 a6231aee1e6b 14 minutes ago 1.3GB 14:55:51 93bc80d53b03 14 minutes ago 1.29GB 14:55:51 security-spire-server-arm64 latest 215f29ebb7a1 21 minutes ago 87.1MB 14:55:51 92191f7fb619 21 minutes ago 1.18GB 14:55:51 ci-base-image-arm64 latest 962226d54998 24 minutes ago 868MB 14:55:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 5 days ago 648MB 14:55:51 alpine 3.17 d74e625d9115 4 weeks ago 7.46MB 14:55:51 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 14:55:51 provisioning config files... 14:55:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config13490140280210438120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:55:51 ---> docker-login.sh 14:55:51 nexus3.edgexfoundry.org:10001 14:55:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:52 Configure a credential helper to remove this warning. See 14:55:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:52 14:55:52 Login Succeeded 14:55:52 nexus3.edgexfoundry.org:10002 14:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:52 Configure a credential helper to remove this warning. See 14:55:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:52 14:55:52 Login Succeeded 14:55:52 nexus3.edgexfoundry.org:10003 14:55:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:53 Configure a credential helper to remove this warning. See 14:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:53 14:55:53 Login Succeeded 14:55:53 nexus3.edgexfoundry.org:10004 14:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:53 Configure a credential helper to remove this warning. See 14:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:53 14:55:53 Login Succeeded 14:55:53 docker.io 14:55:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:55:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:55:53 Configure a credential helper to remove this warning. See 14:55:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:55:53 14:55:53 Login Succeeded 14:55:53 ---> docker-login.sh ends [Pipeline] } 14:55:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:55:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:55:53 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 14:55:53 98f26a0c7d805e442403424f4b6a62f5234911ca 14:55:53 latest 14:55:53 3.0.0-dev.100 14:55:53 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:55:53 main 14:55:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:55:54 6d85ab1387dd: Preparing 14:55:54 32d1f1cca342: Preparing 14:55:54 02c83ae7a4f1: Preparing 14:55:54 a99ac82c22a1: Preparing 14:55:54 9c95ac14b0a4: Preparing 14:55:54 edf70074bd40: Preparing 14:55:54 edf70074bd40: Waiting 14:55:54 a99ac82c22a1: Pushed 14:55:54 edf70074bd40: Layer already exists 14:55:54 6d85ab1387dd: Pushed 14:55:54 9c95ac14b0a4: Pushed 14:55:54 02c83ae7a4f1: Pushed 14:55:57 32d1f1cca342: Pushed 14:55:57 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:55:58 6d85ab1387dd: Preparing 14:55:58 32d1f1cca342: Preparing 14:55:58 02c83ae7a4f1: Preparing 14:55:58 a99ac82c22a1: Preparing 14:55:58 9c95ac14b0a4: Preparing 14:55:58 edf70074bd40: Preparing 14:55:58 edf70074bd40: Waiting 14:55:58 6d85ab1387dd: Layer already exists 14:55:58 a99ac82c22a1: Layer already exists 14:55:58 02c83ae7a4f1: Layer already exists 14:55:58 9c95ac14b0a4: Layer already exists 14:55:58 32d1f1cca342: Layer already exists 14:55:58 edf70074bd40: Layer already exists 14:55:58 latest: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 14:55:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:55:59 6d85ab1387dd: Preparing 14:55:59 32d1f1cca342: Preparing 14:55:59 02c83ae7a4f1: Preparing 14:55:59 a99ac82c22a1: Preparing 14:55:59 9c95ac14b0a4: Preparing 14:55:59 edf70074bd40: Preparing 14:55:59 edf70074bd40: Waiting 14:55:59 a99ac82c22a1: Layer already exists 14:55:59 32d1f1cca342: Layer already exists 14:55:59 6d85ab1387dd: Layer already exists 14:55:59 02c83ae7a4f1: Layer already exists 14:55:59 9c95ac14b0a4: Layer already exists 14:55:59 edf70074bd40: Layer already exists 14:55:59 3.0.0-dev.100: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:00 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:56:00 6d85ab1387dd: Preparing 14:56:00 32d1f1cca342: Preparing 14:56:00 02c83ae7a4f1: Preparing 14:56:00 a99ac82c22a1: Preparing 14:56:00 9c95ac14b0a4: Preparing 14:56:00 edf70074bd40: Preparing 14:56:00 edf70074bd40: Waiting 14:56:00 02c83ae7a4f1: Layer already exists 14:56:00 a99ac82c22a1: Layer already exists 14:56:00 6d85ab1387dd: Layer already exists 14:56:00 9c95ac14b0a4: Layer already exists 14:56:00 32d1f1cca342: Layer already exists 14:56:00 edf70074bd40: Layer already exists 14:56:00 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:01 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 14:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:56:01 6d85ab1387dd: Preparing 14:56:01 32d1f1cca342: Preparing 14:56:01 02c83ae7a4f1: Preparing 14:56:01 a99ac82c22a1: Preparing 14:56:01 9c95ac14b0a4: Preparing 14:56:01 edf70074bd40: Preparing 14:56:01 edf70074bd40: Waiting 14:56:01 02c83ae7a4f1: Layer already exists 14:56:01 6d85ab1387dd: Layer already exists 14:56:01 a99ac82c22a1: Layer already exists 14:56:01 9c95ac14b0a4: Layer already exists 14:56:01 32d1f1cca342: Layer already exists 14:56:01 edf70074bd40: Layer already exists 14:56:01 main: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:01 ===================================================== [Pipeline] echo 14:56:01 taggedImages: 14:56:01 - nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:01 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:56:01 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 14:56:01 - nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:01 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 14:56:01 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 14:56:01 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:01 latest 14:56:01 3.0.0-dev.100 14:56:01 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:01 main 14:56:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:56:02 8b74b21bf11f: Preparing 14:56:02 6a3bd5ba0b14: Preparing 14:56:02 f1b54b835c0f: Preparing 14:56:02 31374f55164b: Preparing 14:56:02 02c83ae7a4f1: Preparing 14:56:02 a99ac82c22a1: Preparing 14:56:02 aa841500c2d7: Preparing 14:56:02 edf70074bd40: Preparing 14:56:02 a99ac82c22a1: Waiting 14:56:02 aa841500c2d7: Waiting 14:56:02 02c83ae7a4f1: Layer already exists 14:56:02 a99ac82c22a1: Layer already exists 14:56:02 8b74b21bf11f: Pushed 14:56:02 f1b54b835c0f: Pushed 14:56:02 6a3bd5ba0b14: Pushed 14:56:02 edf70074bd40: Layer already exists 14:56:02 aa841500c2d7: Pushed 14:56:05 31374f55164b: Pushed 14:56:05 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:05 + 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 14:56:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 14:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:56:05 8b74b21bf11f: Preparing 14:56:05 6a3bd5ba0b14: Preparing 14:56:05 f1b54b835c0f: Preparing 14:56:05 31374f55164b: Preparing 14:56:05 02c83ae7a4f1: Preparing 14:56:05 a99ac82c22a1: Preparing 14:56:05 aa841500c2d7: Preparing 14:56:05 edf70074bd40: Preparing 14:56:05 edf70074bd40: Waiting 14:56:05 a99ac82c22a1: Waiting 14:56:05 aa841500c2d7: Waiting 14:56:05 8b74b21bf11f: Layer already exists 14:56:05 31374f55164b: Layer already exists 14:56:05 02c83ae7a4f1: Layer already exists 14:56:05 6a3bd5ba0b14: Layer already exists 14:56:05 f1b54b835c0f: Layer already exists 14:56:05 edf70074bd40: Layer already exists 14:56:05 a99ac82c22a1: Layer already exists 14:56:05 aa841500c2d7: Layer already exists 14:56:06 latest: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:06 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 14:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:56:06 8b74b21bf11f: Preparing 14:56:06 6a3bd5ba0b14: Preparing 14:56:06 f1b54b835c0f: Preparing 14:56:06 31374f55164b: Preparing 14:56:06 02c83ae7a4f1: Preparing 14:56:06 a99ac82c22a1: Preparing 14:56:06 aa841500c2d7: Preparing 14:56:06 edf70074bd40: Preparing 14:56:06 a99ac82c22a1: Waiting 14:56:06 edf70074bd40: Waiting 14:56:06 02c83ae7a4f1: Layer already exists 14:56:06 6a3bd5ba0b14: Layer already exists 14:56:06 8b74b21bf11f: Layer already exists 14:56:06 f1b54b835c0f: Layer already exists 14:56:06 31374f55164b: Layer already exists 14:56:06 aa841500c2d7: Layer already exists 14:56:06 a99ac82c22a1: Layer already exists 14:56:06 edf70074bd40: Layer already exists 14:56:07 3.0.0-dev.100: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:56:07 8b74b21bf11f: Preparing 14:56:07 6a3bd5ba0b14: Preparing 14:56:07 f1b54b835c0f: Preparing 14:56:07 31374f55164b: Preparing 14:56:07 02c83ae7a4f1: Preparing 14:56:07 a99ac82c22a1: Preparing 14:56:07 aa841500c2d7: Preparing 14:56:07 edf70074bd40: Preparing 14:56:07 a99ac82c22a1: Waiting 14:56:07 aa841500c2d7: Waiting 14:56:07 edf70074bd40: Waiting 14:56:07 6a3bd5ba0b14: Layer already exists 14:56:07 f1b54b835c0f: Layer already exists 14:56:07 02c83ae7a4f1: Layer already exists 14:56:07 8b74b21bf11f: Layer already exists 14:56:07 31374f55164b: Layer already exists 14:56:07 edf70074bd40: Layer already exists 14:56:07 a99ac82c22a1: Layer already exists 14:56:07 aa841500c2d7: Layer already exists 14:56:08 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:08 + 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 14:56:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 14:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 14:56:08 8b74b21bf11f: Preparing 14:56:08 6a3bd5ba0b14: Preparing 14:56:08 f1b54b835c0f: Preparing 14:56:08 31374f55164b: Preparing 14:56:08 02c83ae7a4f1: Preparing 14:56:08 a99ac82c22a1: Preparing 14:56:08 aa841500c2d7: Preparing 14:56:08 edf70074bd40: Preparing 14:56:08 a99ac82c22a1: Waiting 14:56:08 aa841500c2d7: Waiting 14:56:08 edf70074bd40: Waiting 14:56:08 6a3bd5ba0b14: Layer already exists 14:56:08 8b74b21bf11f: Layer already exists 14:56:08 f1b54b835c0f: Layer already exists 14:56:08 02c83ae7a4f1: Layer already exists 14:56:08 31374f55164b: Layer already exists 14:56:08 edf70074bd40: Layer already exists 14:56:08 aa841500c2d7: Layer already exists 14:56:08 a99ac82c22a1: Layer already exists 14:56:08 main: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:09 ===================================================== [Pipeline] echo 14:56:09 taggedImages: 14:56:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 14:56:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 14:56:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 14:56:09 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 14:56:09 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:09 latest 14:56:09 3.0.0-dev.100 14:56:09 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:09 main 14:56:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:56:09 dfe96afefd76: Preparing 14:56:09 cbe367b105ea: Preparing 14:56:09 02c83ae7a4f1: Preparing 14:56:09 a99ac82c22a1: Preparing 14:56:09 509b5b50a642: Preparing 14:56:09 edf70074bd40: Preparing 14:56:09 edf70074bd40: Waiting 14:56:09 02c83ae7a4f1: Layer already exists 14:56:10 a99ac82c22a1: Layer already exists 14:56:10 edf70074bd40: Layer already exists 14:56:10 dfe96afefd76: Pushed 14:56:10 509b5b50a642: Pushed 14:56:13 cbe367b105ea: Pushed 14:56:13 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:56:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:56:14 dfe96afefd76: Preparing 14:56:14 cbe367b105ea: Preparing 14:56:14 02c83ae7a4f1: Preparing 14:56:14 a99ac82c22a1: Preparing 14:56:14 509b5b50a642: Preparing 14:56:14 edf70074bd40: Preparing 14:56:14 edf70074bd40: Waiting 14:56:14 a99ac82c22a1: Layer already exists 14:56:14 02c83ae7a4f1: Layer already exists 14:56:14 dfe96afefd76: Layer already exists 14:56:14 cbe367b105ea: Layer already exists 14:56:14 509b5b50a642: Layer already exists 14:56:14 edf70074bd40: Layer already exists 14:56:14 latest: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 14:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:56:15 dfe96afefd76: Preparing 14:56:15 cbe367b105ea: Preparing 14:56:15 02c83ae7a4f1: Preparing 14:56:15 a99ac82c22a1: Preparing 14:56:15 509b5b50a642: Preparing 14:56:15 edf70074bd40: Preparing 14:56:15 edf70074bd40: Waiting 14:56:15 dfe96afefd76: Layer already exists 14:56:15 cbe367b105ea: Layer already exists 14:56:15 509b5b50a642: Layer already exists 14:56:15 02c83ae7a4f1: Layer already exists 14:56:15 a99ac82c22a1: Layer already exists 14:56:15 edf70074bd40: Layer already exists 14:56:15 3.0.0-dev.100: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:56:16 dfe96afefd76: Preparing 14:56:16 cbe367b105ea: Preparing 14:56:16 02c83ae7a4f1: Preparing 14:56:16 a99ac82c22a1: Preparing 14:56:16 509b5b50a642: Preparing 14:56:16 edf70074bd40: Preparing 14:56:16 edf70074bd40: Waiting 14:56:16 dfe96afefd76: Layer already exists 14:56:16 cbe367b105ea: Layer already exists 14:56:16 509b5b50a642: Layer already exists 14:56:16 02c83ae7a4f1: Layer already exists 14:56:16 a99ac82c22a1: Layer already exists 14:56:16 edf70074bd40: Layer already exists 14:56:16 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 14:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:56:17 dfe96afefd76: Preparing 14:56:17 cbe367b105ea: Preparing 14:56:17 02c83ae7a4f1: Preparing 14:56:17 a99ac82c22a1: Preparing 14:56:17 509b5b50a642: Preparing 14:56:17 edf70074bd40: Preparing 14:56:17 edf70074bd40: Waiting 14:56:17 cbe367b105ea: Layer already exists 14:56:17 a99ac82c22a1: Layer already exists 14:56:17 02c83ae7a4f1: Layer already exists 14:56:17 509b5b50a642: Layer already exists 14:56:17 edf70074bd40: Layer already exists 14:56:17 dfe96afefd76: Layer already exists 14:56:17 main: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:17 ===================================================== [Pipeline] echo 14:56:17 taggedImages: 14:56:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:56:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 14:56:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 14:56:17 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 14:56:17 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:17 latest 14:56:17 3.0.0-dev.100 14:56:17 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:17 main 14:56:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:56:18 1e461961f76b: Preparing 14:56:18 749cbf98d802: Preparing 14:56:18 3dc4c11be44a: Preparing 14:56:18 02c83ae7a4f1: Preparing 14:56:18 a99ac82c22a1: Preparing 14:56:18 9c95ac14b0a4: Preparing 14:56:18 edf70074bd40: Preparing 14:56:18 9c95ac14b0a4: Waiting 14:56:18 edf70074bd40: Waiting 14:56:18 a99ac82c22a1: Layer already exists 14:56:18 02c83ae7a4f1: Layer already exists 14:56:18 9c95ac14b0a4: Layer already exists 14:56:18 edf70074bd40: Layer already exists 14:56:18 1e461961f76b: Pushed 14:56:18 749cbf98d802: Pushed 14:56:21 3dc4c11be44a: Pushed 14:56:21 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:56:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:56:22 1e461961f76b: Preparing 14:56:22 749cbf98d802: Preparing 14:56:22 3dc4c11be44a: Preparing 14:56:22 02c83ae7a4f1: Preparing 14:56:22 a99ac82c22a1: Preparing 14:56:22 9c95ac14b0a4: Preparing 14:56:22 edf70074bd40: Preparing 14:56:22 9c95ac14b0a4: Waiting 14:56:22 edf70074bd40: Waiting 14:56:22 02c83ae7a4f1: Layer already exists 14:56:22 1e461961f76b: Layer already exists 14:56:22 3dc4c11be44a: Layer already exists 14:56:22 749cbf98d802: Layer already exists 14:56:22 a99ac82c22a1: Layer already exists 14:56:22 9c95ac14b0a4: Layer already exists 14:56:22 edf70074bd40: Layer already exists 14:56:22 latest: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 14:56:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:56:23 1e461961f76b: Preparing 14:56:23 749cbf98d802: Preparing 14:56:23 3dc4c11be44a: Preparing 14:56:23 02c83ae7a4f1: Preparing 14:56:23 a99ac82c22a1: Preparing 14:56:23 9c95ac14b0a4: Preparing 14:56:23 edf70074bd40: Preparing 14:56:23 9c95ac14b0a4: Waiting 14:56:23 edf70074bd40: Waiting 14:56:23 3dc4c11be44a: Layer already exists 14:56:23 a99ac82c22a1: Layer already exists 14:56:23 1e461961f76b: Layer already exists 14:56:23 749cbf98d802: Layer already exists 14:56:23 02c83ae7a4f1: Layer already exists 14:56:23 9c95ac14b0a4: Layer already exists 14:56:23 edf70074bd40: Layer already exists 14:56:23 3.0.0-dev.100: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:56:24 1e461961f76b: Preparing 14:56:24 749cbf98d802: Preparing 14:56:24 3dc4c11be44a: Preparing 14:56:24 02c83ae7a4f1: Preparing 14:56:24 a99ac82c22a1: Preparing 14:56:24 9c95ac14b0a4: Preparing 14:56:24 edf70074bd40: Preparing 14:56:24 9c95ac14b0a4: Waiting 14:56:24 edf70074bd40: Waiting 14:56:24 749cbf98d802: Layer already exists 14:56:24 1e461961f76b: Layer already exists 14:56:24 02c83ae7a4f1: Layer already exists 14:56:24 a99ac82c22a1: Layer already exists 14:56:24 3dc4c11be44a: Layer already exists 14:56:24 9c95ac14b0a4: Layer already exists 14:56:24 edf70074bd40: Layer already exists 14:56:24 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:25 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 14:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:56:25 1e461961f76b: Preparing 14:56:25 749cbf98d802: Preparing 14:56:25 3dc4c11be44a: Preparing 14:56:25 02c83ae7a4f1: Preparing 14:56:25 a99ac82c22a1: Preparing 14:56:25 9c95ac14b0a4: Preparing 14:56:25 edf70074bd40: Preparing 14:56:25 9c95ac14b0a4: Waiting 14:56:25 edf70074bd40: Waiting 14:56:25 1e461961f76b: Layer already exists 14:56:25 a99ac82c22a1: Layer already exists 14:56:25 3dc4c11be44a: Layer already exists 14:56:25 02c83ae7a4f1: Layer already exists 14:56:25 749cbf98d802: Layer already exists 14:56:25 edf70074bd40: Layer already exists 14:56:25 9c95ac14b0a4: Layer already exists 14:56:25 main: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:25 ===================================================== [Pipeline] echo 14:56:25 taggedImages: 14:56:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:56:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 14:56:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 14:56:25 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 14:56:25 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:25 latest 14:56:25 3.0.0-dev.100 14:56:25 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:25 main 14:56:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:56:26 0a8c751a0c8d: Preparing 14:56:26 0a8c751a0c8d: Preparing 14:56:26 30a61f9e770e: Preparing 14:56:26 621630fa84d2: Preparing 14:56:26 f901abe57945: Preparing 14:56:26 00f09ea04de0: Preparing 14:56:26 d71565e4122a: Preparing 14:56:26 02c83ae7a4f1: Preparing 14:56:26 a99ac82c22a1: Preparing 14:56:26 11bdbc32e677: Preparing 14:56:26 9e821d3f673f: Preparing 14:56:26 59b3b36f0b2c: Preparing 14:56:26 c35fc628df96: Preparing 14:56:26 edf70074bd40: Preparing 14:56:26 d71565e4122a: Waiting 14:56:26 9e821d3f673f: Waiting 14:56:26 02c83ae7a4f1: Waiting 14:56:26 59b3b36f0b2c: Waiting 14:56:26 a99ac82c22a1: Waiting 14:56:26 c35fc628df96: Waiting 14:56:26 11bdbc32e677: Waiting 14:56:26 edf70074bd40: Waiting 14:56:26 30a61f9e770e: Pushed 14:56:26 f901abe57945: Pushed 14:56:26 00f09ea04de0: Pushed 14:56:26 621630fa84d2: Pushed 14:56:26 0a8c751a0c8d: Pushed 14:56:26 02c83ae7a4f1: Layer already exists 14:56:26 a99ac82c22a1: Layer already exists 14:56:27 11bdbc32e677: Pushed 14:56:27 9e821d3f673f: Pushed 14:56:27 59b3b36f0b2c: Pushed 14:56:27 edf70074bd40: Layer already exists 14:56:27 c35fc628df96: Pushed 14:56:31 d71565e4122a: Pushed 14:56:31 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:56:32 0a8c751a0c8d: Preparing 14:56:32 0a8c751a0c8d: Preparing 14:56:32 30a61f9e770e: Preparing 14:56:32 621630fa84d2: Preparing 14:56:32 f901abe57945: Preparing 14:56:32 00f09ea04de0: Preparing 14:56:32 d71565e4122a: Preparing 14:56:32 02c83ae7a4f1: Preparing 14:56:32 a99ac82c22a1: Preparing 14:56:32 11bdbc32e677: Preparing 14:56:32 9e821d3f673f: Preparing 14:56:32 59b3b36f0b2c: Preparing 14:56:32 c35fc628df96: Preparing 14:56:32 edf70074bd40: Preparing 14:56:32 d71565e4122a: Waiting 14:56:32 11bdbc32e677: Waiting 14:56:32 02c83ae7a4f1: Waiting 14:56:32 a99ac82c22a1: Waiting 14:56:32 59b3b36f0b2c: Waiting 14:56:32 c35fc628df96: Waiting 14:56:32 edf70074bd40: Waiting 14:56:32 9e821d3f673f: Waiting 14:56:32 30a61f9e770e: Layer already exists 14:56:32 f901abe57945: Layer already exists 14:56:32 0a8c751a0c8d: Layer already exists 14:56:32 621630fa84d2: Layer already exists 14:56:32 00f09ea04de0: Layer already exists 14:56:32 a99ac82c22a1: Layer already exists 14:56:32 02c83ae7a4f1: Layer already exists 14:56:32 11bdbc32e677: Layer already exists 14:56:32 d71565e4122a: Layer already exists 14:56:32 9e821d3f673f: Layer already exists 14:56:32 59b3b36f0b2c: Layer already exists 14:56:32 c35fc628df96: Layer already exists 14:56:32 edf70074bd40: Layer already exists 14:56:32 latest: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 14:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:56:32 0a8c751a0c8d: Preparing 14:56:32 0a8c751a0c8d: Preparing 14:56:32 30a61f9e770e: Preparing 14:56:32 621630fa84d2: Preparing 14:56:32 f901abe57945: Preparing 14:56:32 00f09ea04de0: Preparing 14:56:32 d71565e4122a: Preparing 14:56:32 02c83ae7a4f1: Preparing 14:56:32 a99ac82c22a1: Preparing 14:56:32 11bdbc32e677: Preparing 14:56:32 9e821d3f673f: Preparing 14:56:32 59b3b36f0b2c: Preparing 14:56:32 c35fc628df96: Preparing 14:56:32 edf70074bd40: Preparing 14:56:32 11bdbc32e677: Waiting 14:56:32 c35fc628df96: Waiting 14:56:32 edf70074bd40: Waiting 14:56:32 02c83ae7a4f1: Waiting 14:56:32 a99ac82c22a1: Waiting 14:56:32 9e821d3f673f: Waiting 14:56:32 59b3b36f0b2c: Waiting 14:56:32 d71565e4122a: Waiting 14:56:32 0a8c751a0c8d: Layer already exists 14:56:32 621630fa84d2: Layer already exists 14:56:32 30a61f9e770e: Layer already exists 14:56:32 00f09ea04de0: Layer already exists 14:56:32 f901abe57945: Layer already exists 14:56:32 d71565e4122a: Layer already exists 14:56:32 02c83ae7a4f1: Layer already exists 14:56:32 9e821d3f673f: Layer already exists 14:56:32 a99ac82c22a1: Layer already exists 14:56:32 11bdbc32e677: Layer already exists 14:56:32 59b3b36f0b2c: Layer already exists 14:56:32 c35fc628df96: Layer already exists 14:56:32 edf70074bd40: Layer already exists 14:56:33 3.0.0-dev.100: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:33 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:56:33 0a8c751a0c8d: Preparing 14:56:33 0a8c751a0c8d: Preparing 14:56:33 30a61f9e770e: Preparing 14:56:33 621630fa84d2: Preparing 14:56:33 f901abe57945: Preparing 14:56:33 00f09ea04de0: Preparing 14:56:33 d71565e4122a: Preparing 14:56:33 02c83ae7a4f1: Preparing 14:56:33 a99ac82c22a1: Preparing 14:56:33 11bdbc32e677: Preparing 14:56:33 9e821d3f673f: Preparing 14:56:33 59b3b36f0b2c: Preparing 14:56:33 c35fc628df96: Preparing 14:56:33 edf70074bd40: Preparing 14:56:33 a99ac82c22a1: Waiting 14:56:33 11bdbc32e677: Waiting 14:56:33 9e821d3f673f: Waiting 14:56:33 59b3b36f0b2c: Waiting 14:56:33 c35fc628df96: Waiting 14:56:33 edf70074bd40: Waiting 14:56:33 02c83ae7a4f1: Waiting 14:56:33 0a8c751a0c8d: Layer already exists 14:56:33 30a61f9e770e: Layer already exists 14:56:33 f901abe57945: Layer already exists 14:56:33 00f09ea04de0: Layer already exists 14:56:33 621630fa84d2: Layer already exists 14:56:33 d71565e4122a: Layer already exists 14:56:33 11bdbc32e677: Layer already exists 14:56:33 a99ac82c22a1: Layer already exists 14:56:33 02c83ae7a4f1: Layer already exists 14:56:33 9e821d3f673f: Layer already exists 14:56:34 edf70074bd40: Layer already exists 14:56:34 c35fc628df96: Layer already exists 14:56:34 59b3b36f0b2c: Layer already exists 14:56:34 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 14:56:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:56:34 0a8c751a0c8d: Preparing 14:56:34 0a8c751a0c8d: Preparing 14:56:34 30a61f9e770e: Preparing 14:56:34 621630fa84d2: Preparing 14:56:34 f901abe57945: Preparing 14:56:34 00f09ea04de0: Preparing 14:56:34 d71565e4122a: Preparing 14:56:34 02c83ae7a4f1: Preparing 14:56:34 a99ac82c22a1: Preparing 14:56:34 11bdbc32e677: Preparing 14:56:34 9e821d3f673f: Preparing 14:56:34 59b3b36f0b2c: Preparing 14:56:34 c35fc628df96: Preparing 14:56:34 edf70074bd40: Preparing 14:56:34 d71565e4122a: Waiting 14:56:34 02c83ae7a4f1: Waiting 14:56:34 a99ac82c22a1: Waiting 14:56:34 11bdbc32e677: Waiting 14:56:34 9e821d3f673f: Waiting 14:56:34 59b3b36f0b2c: Waiting 14:56:34 edf70074bd40: Waiting 14:56:34 c35fc628df96: Waiting 14:56:34 00f09ea04de0: Layer already exists 14:56:34 f901abe57945: Layer already exists 14:56:34 30a61f9e770e: Layer already exists 14:56:34 621630fa84d2: Layer already exists 14:56:34 0a8c751a0c8d: Layer already exists 14:56:34 02c83ae7a4f1: Layer already exists 14:56:34 d71565e4122a: Layer already exists 14:56:34 11bdbc32e677: Layer already exists 14:56:34 a99ac82c22a1: Layer already exists 14:56:34 9e821d3f673f: Layer already exists 14:56:34 59b3b36f0b2c: Layer already exists 14:56:34 edf70074bd40: Layer already exists 14:56:35 c35fc628df96: Layer already exists 14:56:35 main: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:35 ===================================================== [Pipeline] echo 14:56:35 taggedImages: 14:56:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:56:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 14:56:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 14:56:35 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 14:56:35 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:35 latest 14:56:35 3.0.0-dev.100 14:56:35 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:35 main 14:56:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:56:35 0e6e26bafa57: Preparing 14:56:35 de2156913fef: Preparing 14:56:35 2b1169ca3a1d: Preparing 14:56:35 1556af6f521b: Preparing 14:56:35 02c83ae7a4f1: Preparing 14:56:35 a99ac82c22a1: Preparing 14:56:35 aa841500c2d7: Preparing 14:56:35 edf70074bd40: Preparing 14:56:35 aa841500c2d7: Waiting 14:56:35 edf70074bd40: Waiting 14:56:35 a99ac82c22a1: Waiting 14:56:35 02c83ae7a4f1: Layer already exists 14:56:36 a99ac82c22a1: Layer already exists 14:56:36 aa841500c2d7: Layer already exists 14:56:36 edf70074bd40: Layer already exists 14:56:36 2b1169ca3a1d: Pushed 14:56:36 de2156913fef: Pushed 14:56:36 0e6e26bafa57: Pushed 14:56:38 1556af6f521b: Pushed 14:56:39 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:40 + 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 14:56:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 14:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:56:40 0e6e26bafa57: Preparing 14:56:40 de2156913fef: Preparing 14:56:40 2b1169ca3a1d: Preparing 14:56:40 1556af6f521b: Preparing 14:56:40 02c83ae7a4f1: Preparing 14:56:40 a99ac82c22a1: Preparing 14:56:40 aa841500c2d7: Preparing 14:56:40 edf70074bd40: Preparing 14:56:40 a99ac82c22a1: Waiting 14:56:40 aa841500c2d7: Waiting 14:56:40 edf70074bd40: Waiting 14:56:40 de2156913fef: Layer already exists 14:56:40 2b1169ca3a1d: Layer already exists 14:56:40 02c83ae7a4f1: Layer already exists 14:56:40 1556af6f521b: Layer already exists 14:56:40 0e6e26bafa57: Layer already exists 14:56:40 a99ac82c22a1: Layer already exists 14:56:40 aa841500c2d7: Layer already exists 14:56:40 edf70074bd40: Layer already exists 14:56:40 latest: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:41 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 14:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:56:41 0e6e26bafa57: Preparing 14:56:41 de2156913fef: Preparing 14:56:41 2b1169ca3a1d: Preparing 14:56:41 1556af6f521b: Preparing 14:56:41 02c83ae7a4f1: Preparing 14:56:41 a99ac82c22a1: Preparing 14:56:41 aa841500c2d7: Preparing 14:56:41 edf70074bd40: Preparing 14:56:41 a99ac82c22a1: Waiting 14:56:41 aa841500c2d7: Waiting 14:56:41 edf70074bd40: Waiting 14:56:41 02c83ae7a4f1: Layer already exists 14:56:41 2b1169ca3a1d: Layer already exists 14:56:41 1556af6f521b: Layer already exists 14:56:41 0e6e26bafa57: Layer already exists 14:56:41 de2156913fef: Layer already exists 14:56:41 a99ac82c22a1: Layer already exists 14:56:41 edf70074bd40: Layer already exists 14:56:41 aa841500c2d7: Layer already exists 14:56:41 3.0.0-dev.100: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:41 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:56:42 0e6e26bafa57: Preparing 14:56:42 de2156913fef: Preparing 14:56:42 2b1169ca3a1d: Preparing 14:56:42 1556af6f521b: Preparing 14:56:42 02c83ae7a4f1: Preparing 14:56:42 a99ac82c22a1: Preparing 14:56:42 aa841500c2d7: Preparing 14:56:42 edf70074bd40: Preparing 14:56:42 a99ac82c22a1: Waiting 14:56:42 aa841500c2d7: Waiting 14:56:42 edf70074bd40: Waiting 14:56:42 1556af6f521b: Layer already exists 14:56:42 2b1169ca3a1d: Layer already exists 14:56:42 02c83ae7a4f1: Layer already exists 14:56:42 de2156913fef: Layer already exists 14:56:42 0e6e26bafa57: Layer already exists 14:56:42 a99ac82c22a1: Layer already exists 14:56:42 edf70074bd40: Layer already exists 14:56:42 aa841500c2d7: Layer already exists 14:56:42 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:42 + 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 14:56:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 14:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 14:56:43 0e6e26bafa57: Preparing 14:56:43 de2156913fef: Preparing 14:56:43 2b1169ca3a1d: Preparing 14:56:43 1556af6f521b: Preparing 14:56:43 02c83ae7a4f1: Preparing 14:56:43 a99ac82c22a1: Preparing 14:56:43 aa841500c2d7: Preparing 14:56:43 edf70074bd40: Preparing 14:56:43 a99ac82c22a1: Waiting 14:56:43 edf70074bd40: Waiting 14:56:43 aa841500c2d7: Waiting 14:56:43 02c83ae7a4f1: Layer already exists 14:56:43 1556af6f521b: Layer already exists 14:56:43 de2156913fef: Layer already exists 14:56:43 2b1169ca3a1d: Layer already exists 14:56:43 0e6e26bafa57: Layer already exists 14:56:43 edf70074bd40: Layer already exists 14:56:43 a99ac82c22a1: Layer already exists 14:56:43 aa841500c2d7: Layer already exists 14:56:43 main: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:43 ===================================================== [Pipeline] echo 14:56:43 taggedImages: 14:56:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 14:56:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 14:56:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:43 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 14:56:43 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 14:56:43 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:43 latest 14:56:43 3.0.0-dev.100 14:56:43 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:43 main 14:56:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:56:44 e9d20aa48e23: Preparing 14:56:44 a614250d0a84: Preparing 14:56:44 5bc8be42d755: Preparing 14:56:44 7e309c451ccf: Preparing 14:56:44 02c83ae7a4f1: Preparing 14:56:44 3e5f207d4d84: Preparing 14:56:44 380f8b8a1c72: Preparing 14:56:44 edf70074bd40: Preparing 14:56:44 380f8b8a1c72: Waiting 14:56:44 3e5f207d4d84: Waiting 14:56:44 edf70074bd40: Waiting 14:56:44 02c83ae7a4f1: Layer already exists 14:56:44 a614250d0a84: Pushed 14:56:44 7e309c451ccf: Pushed 14:56:44 e9d20aa48e23: Pushed 14:56:44 3e5f207d4d84: Pushed 14:56:44 edf70074bd40: Layer already exists 14:56:45 380f8b8a1c72: Pushed 14:56:47 5bc8be42d755: Pushed 14:56:47 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:48 + 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 14:56:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:56:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:56:48 e9d20aa48e23: Preparing 14:56:48 a614250d0a84: Preparing 14:56:48 5bc8be42d755: Preparing 14:56:48 7e309c451ccf: Preparing 14:56:48 02c83ae7a4f1: Preparing 14:56:48 3e5f207d4d84: Preparing 14:56:48 380f8b8a1c72: Preparing 14:56:48 edf70074bd40: Preparing 14:56:48 3e5f207d4d84: Waiting 14:56:48 380f8b8a1c72: Waiting 14:56:48 edf70074bd40: Waiting 14:56:48 e9d20aa48e23: Layer already exists 14:56:48 5bc8be42d755: Layer already exists 14:56:48 a614250d0a84: Layer already exists 14:56:48 02c83ae7a4f1: Layer already exists 14:56:48 7e309c451ccf: Layer already exists 14:56:48 380f8b8a1c72: Layer already exists 14:56:48 3e5f207d4d84: Layer already exists 14:56:48 edf70074bd40: Layer already exists 14:56:48 latest: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 14:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:56:49 e9d20aa48e23: Preparing 14:56:49 a614250d0a84: Preparing 14:56:49 5bc8be42d755: Preparing 14:56:49 7e309c451ccf: Preparing 14:56:49 02c83ae7a4f1: Preparing 14:56:49 3e5f207d4d84: Preparing 14:56:49 380f8b8a1c72: Preparing 14:56:49 edf70074bd40: Preparing 14:56:49 3e5f207d4d84: Waiting 14:56:49 380f8b8a1c72: Waiting 14:56:49 edf70074bd40: Waiting 14:56:49 7e309c451ccf: Layer already exists 14:56:49 5bc8be42d755: Layer already exists 14:56:49 a614250d0a84: Layer already exists 14:56:49 02c83ae7a4f1: Layer already exists 14:56:49 e9d20aa48e23: Layer already exists 14:56:49 380f8b8a1c72: Layer already exists 14:56:49 3e5f207d4d84: Layer already exists 14:56:49 edf70074bd40: Layer already exists 14:56:49 3.0.0-dev.100: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:56:50 e9d20aa48e23: Preparing 14:56:50 a614250d0a84: Preparing 14:56:50 5bc8be42d755: Preparing 14:56:50 7e309c451ccf: Preparing 14:56:50 02c83ae7a4f1: Preparing 14:56:50 3e5f207d4d84: Preparing 14:56:50 380f8b8a1c72: Preparing 14:56:50 edf70074bd40: Preparing 14:56:50 3e5f207d4d84: Waiting 14:56:50 380f8b8a1c72: Waiting 14:56:50 edf70074bd40: Waiting 14:56:50 5bc8be42d755: Layer already exists 14:56:50 e9d20aa48e23: Layer already exists 14:56:50 a614250d0a84: Layer already exists 14:56:50 02c83ae7a4f1: Layer already exists 14:56:50 7e309c451ccf: Layer already exists 14:56:50 380f8b8a1c72: Layer already exists 14:56:50 3e5f207d4d84: Layer already exists 14:56:50 edf70074bd40: Layer already exists 14:56:50 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:50 + 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 14:56:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 14:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:56:51 e9d20aa48e23: Preparing 14:56:51 a614250d0a84: Preparing 14:56:51 5bc8be42d755: Preparing 14:56:51 7e309c451ccf: Preparing 14:56:51 02c83ae7a4f1: Preparing 14:56:51 3e5f207d4d84: Preparing 14:56:51 380f8b8a1c72: Preparing 14:56:51 edf70074bd40: Preparing 14:56:51 3e5f207d4d84: Waiting 14:56:51 380f8b8a1c72: Waiting 14:56:51 edf70074bd40: Waiting 14:56:51 7e309c451ccf: Layer already exists 14:56:51 e9d20aa48e23: Layer already exists 14:56:51 5bc8be42d755: Layer already exists 14:56:51 a614250d0a84: Layer already exists 14:56:51 02c83ae7a4f1: Layer already exists 14:56:51 3e5f207d4d84: Layer already exists 14:56:51 380f8b8a1c72: Layer already exists 14:56:51 edf70074bd40: Layer already exists 14:56:51 main: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:56:51 ===================================================== [Pipeline] echo 14:56:51 taggedImages: 14:56:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:56:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 14:56:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 14:56:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 14:56:51 98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:51 latest 14:56:51 3.0.0-dev.100 14:56:51 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:51 main 14:56:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:56:52 6829e84e3526: Preparing 14:56:52 a3cb2e8e95cd: Preparing 14:56:52 fc5364167b9e: Preparing 14:56:52 ed79ceb97ded: Preparing 14:56:52 fbd8a41fc49b: Preparing 14:56:52 48c9517455a5: Preparing 14:56:52 d61c79207390: Preparing 14:56:52 02c83ae7a4f1: Preparing 14:56:52 036d50deb4f9: Preparing 14:56:52 edf70074bd40: Preparing 14:56:52 48c9517455a5: Waiting 14:56:52 036d50deb4f9: Waiting 14:56:52 d61c79207390: Waiting 14:56:52 edf70074bd40: Waiting 14:56:52 02c83ae7a4f1: Waiting 14:56:52 a3cb2e8e95cd: Pushed 14:56:52 fbd8a41fc49b: Pushed 14:56:52 6829e84e3526: Pushed 14:56:52 02c83ae7a4f1: Layer already exists 14:56:52 48c9517455a5: Pushed 14:56:52 edf70074bd40: Layer already exists 14:56:52 d61c79207390: Pushed 14:56:53 036d50deb4f9: Pushed 14:56:55 ed79ceb97ded: Pushed 14:56:56 fc5364167b9e: Pushed 14:56:56 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:56 + 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 14:56:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:56:56 6829e84e3526: Preparing 14:56:56 a3cb2e8e95cd: Preparing 14:56:56 fc5364167b9e: Preparing 14:56:56 ed79ceb97ded: Preparing 14:56:56 fbd8a41fc49b: Preparing 14:56:56 48c9517455a5: Preparing 14:56:56 d61c79207390: Preparing 14:56:56 02c83ae7a4f1: Preparing 14:56:56 036d50deb4f9: Preparing 14:56:56 edf70074bd40: Preparing 14:56:56 02c83ae7a4f1: Waiting 14:56:56 48c9517455a5: Waiting 14:56:56 036d50deb4f9: Waiting 14:56:56 edf70074bd40: Waiting 14:56:56 d61c79207390: Waiting 14:56:56 fc5364167b9e: Layer already exists 14:56:56 a3cb2e8e95cd: Layer already exists 14:56:56 6829e84e3526: Layer already exists 14:56:56 ed79ceb97ded: Layer already exists 14:56:56 fbd8a41fc49b: Layer already exists 14:56:56 02c83ae7a4f1: Layer already exists 14:56:56 d61c79207390: Layer already exists 14:56:56 48c9517455a5: Layer already exists 14:56:56 edf70074bd40: Layer already exists 14:56:56 036d50deb4f9: Layer already exists 14:56:57 latest: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 14:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:56:57 6829e84e3526: Preparing 14:56:57 a3cb2e8e95cd: Preparing 14:56:57 fc5364167b9e: Preparing 14:56:57 ed79ceb97ded: Preparing 14:56:57 fbd8a41fc49b: Preparing 14:56:57 48c9517455a5: Preparing 14:56:57 d61c79207390: Preparing 14:56:57 02c83ae7a4f1: Preparing 14:56:57 036d50deb4f9: Preparing 14:56:57 edf70074bd40: Preparing 14:56:57 48c9517455a5: Waiting 14:56:57 02c83ae7a4f1: Waiting 14:56:57 036d50deb4f9: Waiting 14:56:57 edf70074bd40: Waiting 14:56:57 d61c79207390: Waiting 14:56:57 fc5364167b9e: Layer already exists 14:56:57 ed79ceb97ded: Layer already exists 14:56:57 fbd8a41fc49b: Layer already exists 14:56:57 6829e84e3526: Layer already exists 14:56:57 a3cb2e8e95cd: Layer already exists 14:56:57 d61c79207390: Layer already exists 14:56:57 02c83ae7a4f1: Layer already exists 14:56:57 48c9517455a5: Layer already exists 14:56:57 036d50deb4f9: Layer already exists 14:56:57 edf70074bd40: Layer already exists 14:56:58 3.0.0-dev.100: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:58 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:56:58 6829e84e3526: Preparing 14:56:58 a3cb2e8e95cd: Preparing 14:56:58 fc5364167b9e: Preparing 14:56:58 ed79ceb97ded: Preparing 14:56:58 fbd8a41fc49b: Preparing 14:56:58 48c9517455a5: Preparing 14:56:58 d61c79207390: Preparing 14:56:58 02c83ae7a4f1: Preparing 14:56:58 036d50deb4f9: Preparing 14:56:58 edf70074bd40: Preparing 14:56:58 02c83ae7a4f1: Waiting 14:56:58 48c9517455a5: Waiting 14:56:58 d61c79207390: Waiting 14:56:58 edf70074bd40: Waiting 14:56:58 036d50deb4f9: Waiting 14:56:58 fc5364167b9e: Layer already exists 14:56:58 6829e84e3526: Layer already exists 14:56:58 a3cb2e8e95cd: Layer already exists 14:56:58 fbd8a41fc49b: Layer already exists 14:56:58 ed79ceb97ded: Layer already exists 14:56:58 48c9517455a5: Layer already exists 14:56:58 02c83ae7a4f1: Layer already exists 14:56:58 edf70074bd40: Layer already exists 14:56:58 d61c79207390: Layer already exists 14:56:58 036d50deb4f9: Layer already exists 14:56:59 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:56:59 + 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 14:56:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 14:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:56:59 6829e84e3526: Preparing 14:56:59 a3cb2e8e95cd: Preparing 14:56:59 fc5364167b9e: Preparing 14:56:59 ed79ceb97ded: Preparing 14:56:59 fbd8a41fc49b: Preparing 14:56:59 48c9517455a5: Preparing 14:56:59 d61c79207390: Preparing 14:56:59 02c83ae7a4f1: Preparing 14:56:59 036d50deb4f9: Preparing 14:56:59 edf70074bd40: Preparing 14:56:59 02c83ae7a4f1: Waiting 14:56:59 48c9517455a5: Waiting 14:56:59 036d50deb4f9: Waiting 14:56:59 edf70074bd40: Waiting 14:56:59 d61c79207390: Waiting 14:56:59 ed79ceb97ded: Layer already exists 14:56:59 fc5364167b9e: Layer already exists 14:56:59 fbd8a41fc49b: Layer already exists 14:56:59 a3cb2e8e95cd: Layer already exists 14:56:59 6829e84e3526: Layer already exists 14:56:59 036d50deb4f9: Layer already exists 14:56:59 edf70074bd40: Layer already exists 14:56:59 02c83ae7a4f1: Layer already exists 14:56:59 d61c79207390: Layer already exists 14:56:59 48c9517455a5: Layer already exists 14:57:00 main: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:57:00 ===================================================== [Pipeline] echo 14:57:00 taggedImages: 14:57:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:57:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 14:57:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 14:57:00 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 14:57:00 98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:00 latest 14:57:00 3.0.0-dev.100 14:57:00 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:00 main 14:57:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:00 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:57:01 d42b5fd24794: Preparing 14:57:01 bb43ef9d75a9: Preparing 14:57:01 02c83ae7a4f1: Preparing 14:57:01 a99ac82c22a1: Preparing 14:57:01 b5eb61e63d61: Preparing 14:57:01 edf70074bd40: Preparing 14:57:01 edf70074bd40: Waiting 14:57:01 a99ac82c22a1: Layer already exists 14:57:01 02c83ae7a4f1: Layer already exists 14:57:01 edf70074bd40: Layer already exists 14:57:01 d42b5fd24794: Pushed 14:57:02 b5eb61e63d61: Pushed 14:57:07 bb43ef9d75a9: Pushed 14:57:07 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:07 + 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 14:57:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:57:07 d42b5fd24794: Preparing 14:57:07 bb43ef9d75a9: Preparing 14:57:07 02c83ae7a4f1: Preparing 14:57:07 a99ac82c22a1: Preparing 14:57:07 b5eb61e63d61: Preparing 14:57:07 edf70074bd40: Preparing 14:57:07 edf70074bd40: Waiting 14:57:07 d42b5fd24794: Layer already exists 14:57:07 bb43ef9d75a9: Layer already exists 14:57:07 02c83ae7a4f1: Layer already exists 14:57:07 a99ac82c22a1: Layer already exists 14:57:07 b5eb61e63d61: Layer already exists 14:57:07 edf70074bd40: Layer already exists 14:57:07 latest: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:08 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 14:57:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:57:08 d42b5fd24794: Preparing 14:57:08 bb43ef9d75a9: Preparing 14:57:08 02c83ae7a4f1: Preparing 14:57:08 a99ac82c22a1: Preparing 14:57:08 b5eb61e63d61: Preparing 14:57:08 edf70074bd40: Preparing 14:57:08 edf70074bd40: Waiting 14:57:08 02c83ae7a4f1: Layer already exists 14:57:08 a99ac82c22a1: Layer already exists 14:57:08 d42b5fd24794: Layer already exists 14:57:08 bb43ef9d75a9: Layer already exists 14:57:08 b5eb61e63d61: Layer already exists 14:57:08 edf70074bd40: Layer already exists 14:57:08 3.0.0-dev.100: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:57:09 d42b5fd24794: Preparing 14:57:09 bb43ef9d75a9: Preparing 14:57:09 02c83ae7a4f1: Preparing 14:57:09 a99ac82c22a1: Preparing 14:57:09 b5eb61e63d61: Preparing 14:57:09 edf70074bd40: Preparing 14:57:09 edf70074bd40: Waiting 14:57:09 d42b5fd24794: Layer already exists 14:57:09 02c83ae7a4f1: Layer already exists 14:57:09 b5eb61e63d61: Layer already exists 14:57:09 a99ac82c22a1: Layer already exists 14:57:09 bb43ef9d75a9: Layer already exists 14:57:09 edf70074bd40: Layer already exists 14:57:09 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:10 + 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 14:57:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 14:57:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:57:10 d42b5fd24794: Preparing 14:57:10 bb43ef9d75a9: Preparing 14:57:10 02c83ae7a4f1: Preparing 14:57:10 a99ac82c22a1: Preparing 14:57:10 b5eb61e63d61: Preparing 14:57:10 edf70074bd40: Preparing 14:57:10 edf70074bd40: Waiting 14:57:10 02c83ae7a4f1: Layer already exists 14:57:10 a99ac82c22a1: Layer already exists 14:57:10 b5eb61e63d61: Layer already exists 14:57:10 bb43ef9d75a9: Layer already exists 14:57:10 d42b5fd24794: Layer already exists 14:57:10 edf70074bd40: Layer already exists 14:57:10 main: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:57:10 ===================================================== [Pipeline] echo 14:57:10 taggedImages: 14:57:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:57:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 14:57:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 14:57:10 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 14:57:10 98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:10 latest 14:57:10 3.0.0-dev.100 14:57:10 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:10 main 14:57:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:57:11 3d6913d4bd28: Preparing 14:57:11 bbeb291db4b4: Preparing 14:57:11 542b12f5da26: Preparing 14:57:11 f2d767f98c16: Preparing 14:57:11 b7180942f0da: Preparing 14:57:11 02c83ae7a4f1: Preparing 14:57:11 8a4bd0603be0: Preparing 14:57:11 edf70074bd40: Preparing 14:57:11 02c83ae7a4f1: Waiting 14:57:11 8a4bd0603be0: Waiting 14:57:11 edf70074bd40: Waiting 14:57:11 3d6913d4bd28: Pushed 14:57:11 bbeb291db4b4: Pushed 14:57:11 542b12f5da26: Pushed 14:57:11 02c83ae7a4f1: Layer already exists 14:57:11 edf70074bd40: Layer already exists 14:57:12 8a4bd0603be0: Pushed 14:57:21 b7180942f0da: Pushed 14:57:29 f2d767f98c16: Pushed 14:57:29 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:29 + 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 14:57:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:57:30 3d6913d4bd28: Preparing 14:57:30 bbeb291db4b4: Preparing 14:57:30 542b12f5da26: Preparing 14:57:30 f2d767f98c16: Preparing 14:57:30 b7180942f0da: Preparing 14:57:30 02c83ae7a4f1: Preparing 14:57:30 8a4bd0603be0: Preparing 14:57:30 edf70074bd40: Preparing 14:57:30 8a4bd0603be0: Waiting 14:57:30 edf70074bd40: Waiting 14:57:30 02c83ae7a4f1: Waiting 14:57:30 b7180942f0da: Layer already exists 14:57:30 f2d767f98c16: Layer already exists 14:57:30 3d6913d4bd28: Layer already exists 14:57:30 542b12f5da26: Layer already exists 14:57:30 bbeb291db4b4: Layer already exists 14:57:30 edf70074bd40: Layer already exists 14:57:30 8a4bd0603be0: Layer already exists 14:57:30 02c83ae7a4f1: Layer already exists 14:57:30 latest: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 14:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:57:31 3d6913d4bd28: Preparing 14:57:31 bbeb291db4b4: Preparing 14:57:31 542b12f5da26: Preparing 14:57:31 f2d767f98c16: Preparing 14:57:31 b7180942f0da: Preparing 14:57:31 02c83ae7a4f1: Preparing 14:57:31 8a4bd0603be0: Preparing 14:57:31 edf70074bd40: Preparing 14:57:31 02c83ae7a4f1: Waiting 14:57:31 8a4bd0603be0: Waiting 14:57:31 edf70074bd40: Waiting 14:57:31 b7180942f0da: Layer already exists 14:57:31 f2d767f98c16: Layer already exists 14:57:31 542b12f5da26: Layer already exists 14:57:31 bbeb291db4b4: Layer already exists 14:57:31 3d6913d4bd28: Layer already exists 14:57:31 02c83ae7a4f1: Layer already exists 14:57:31 edf70074bd40: Layer already exists 14:57:31 8a4bd0603be0: Layer already exists 14:57:31 3.0.0-dev.100: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:57:32 3d6913d4bd28: Preparing 14:57:32 bbeb291db4b4: Preparing 14:57:32 542b12f5da26: Preparing 14:57:32 f2d767f98c16: Preparing 14:57:32 b7180942f0da: Preparing 14:57:32 02c83ae7a4f1: Preparing 14:57:32 8a4bd0603be0: Preparing 14:57:32 edf70074bd40: Preparing 14:57:32 8a4bd0603be0: Waiting 14:57:32 edf70074bd40: Waiting 14:57:32 02c83ae7a4f1: Waiting 14:57:32 bbeb291db4b4: Layer already exists 14:57:32 542b12f5da26: Layer already exists 14:57:32 3d6913d4bd28: Layer already exists 14:57:32 f2d767f98c16: Layer already exists 14:57:32 b7180942f0da: Layer already exists 14:57:32 8a4bd0603be0: Layer already exists 14:57:32 02c83ae7a4f1: Layer already exists 14:57:32 edf70074bd40: Layer already exists 14:57:32 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:32 + 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 14:57:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 14:57:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:57:33 3d6913d4bd28: Preparing 14:57:33 bbeb291db4b4: Preparing 14:57:33 542b12f5da26: Preparing 14:57:33 f2d767f98c16: Preparing 14:57:33 b7180942f0da: Preparing 14:57:33 02c83ae7a4f1: Preparing 14:57:33 8a4bd0603be0: Preparing 14:57:33 edf70074bd40: Preparing 14:57:33 02c83ae7a4f1: Waiting 14:57:33 8a4bd0603be0: Waiting 14:57:33 edf70074bd40: Waiting 14:57:33 bbeb291db4b4: Layer already exists 14:57:33 542b12f5da26: Layer already exists 14:57:33 b7180942f0da: Layer already exists 14:57:33 f2d767f98c16: Layer already exists 14:57:33 3d6913d4bd28: Layer already exists 14:57:33 8a4bd0603be0: Layer already exists 14:57:33 02c83ae7a4f1: Layer already exists 14:57:33 edf70074bd40: Layer already exists 14:57:33 main: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:57:33 ===================================================== [Pipeline] echo 14:57:33 taggedImages: 14:57:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:57:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 14:57:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:33 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 14:57:33 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 14:57:33 98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:33 latest 14:57:33 3.0.0-dev.100 14:57:33 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:33 main 14:57:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:57:34 2ac2afe6f623: Preparing 14:57:34 fbc25d874840: Preparing 14:57:34 0e1f5acd4ea3: Preparing 14:57:34 926297cf6db0: Preparing 14:57:34 02c83ae7a4f1: Preparing 14:57:34 33b5355a7a8f: Preparing 14:57:34 edf70074bd40: Preparing 14:57:34 33b5355a7a8f: Waiting 14:57:34 edf70074bd40: Waiting 14:57:34 02c83ae7a4f1: Layer already exists 14:57:34 0e1f5acd4ea3: Pushed 14:57:34 fbc25d874840: Pushed 14:57:34 2ac2afe6f623: Pushed 14:57:34 edf70074bd40: Layer already exists 14:57:34 33b5355a7a8f: Pushed 14:57:53 926297cf6db0: Pushed 14:57:53 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:53 + 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 14:57:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:57:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:57:53 2ac2afe6f623: Preparing 14:57:53 fbc25d874840: Preparing 14:57:53 0e1f5acd4ea3: Preparing 14:57:53 926297cf6db0: Preparing 14:57:53 02c83ae7a4f1: Preparing 14:57:53 33b5355a7a8f: Preparing 14:57:53 edf70074bd40: Preparing 14:57:53 33b5355a7a8f: Waiting 14:57:53 edf70074bd40: Waiting 14:57:53 fbc25d874840: Layer already exists 14:57:53 02c83ae7a4f1: Layer already exists 14:57:53 926297cf6db0: Layer already exists 14:57:53 0e1f5acd4ea3: Layer already exists 14:57:53 2ac2afe6f623: Layer already exists 14:57:53 edf70074bd40: Layer already exists 14:57:53 33b5355a7a8f: Layer already exists 14:57:53 latest: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:54 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 14:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:57:54 2ac2afe6f623: Preparing 14:57:54 fbc25d874840: Preparing 14:57:54 0e1f5acd4ea3: Preparing 14:57:54 926297cf6db0: Preparing 14:57:54 02c83ae7a4f1: Preparing 14:57:54 33b5355a7a8f: Preparing 14:57:54 edf70074bd40: Preparing 14:57:54 edf70074bd40: Waiting 14:57:54 33b5355a7a8f: Waiting 14:57:54 02c83ae7a4f1: Layer already exists 14:57:54 fbc25d874840: Layer already exists 14:57:54 2ac2afe6f623: Layer already exists 14:57:54 0e1f5acd4ea3: Layer already exists 14:57:54 926297cf6db0: Layer already exists 14:57:54 edf70074bd40: Layer already exists 14:57:54 33b5355a7a8f: Layer already exists 14:57:54 3.0.0-dev.100: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:57:55 2ac2afe6f623: Preparing 14:57:55 fbc25d874840: Preparing 14:57:55 0e1f5acd4ea3: Preparing 14:57:55 926297cf6db0: Preparing 14:57:55 02c83ae7a4f1: Preparing 14:57:55 33b5355a7a8f: Preparing 14:57:55 edf70074bd40: Preparing 14:57:55 33b5355a7a8f: Waiting 14:57:55 edf70074bd40: Waiting 14:57:55 02c83ae7a4f1: Layer already exists 14:57:55 2ac2afe6f623: Layer already exists 14:57:55 fbc25d874840: Layer already exists 14:57:55 926297cf6db0: Layer already exists 14:57:55 0e1f5acd4ea3: Layer already exists 14:57:55 edf70074bd40: Layer already exists 14:57:55 33b5355a7a8f: Layer already exists 14:57:55 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:56 + 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 14:57:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 14:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:57:56 2ac2afe6f623: Preparing 14:57:56 fbc25d874840: Preparing 14:57:56 0e1f5acd4ea3: Preparing 14:57:56 926297cf6db0: Preparing 14:57:56 02c83ae7a4f1: Preparing 14:57:56 33b5355a7a8f: Preparing 14:57:56 edf70074bd40: Preparing 14:57:56 33b5355a7a8f: Waiting 14:57:56 edf70074bd40: Waiting 14:57:56 fbc25d874840: Layer already exists 14:57:56 02c83ae7a4f1: Layer already exists 14:57:56 0e1f5acd4ea3: Layer already exists 14:57:56 926297cf6db0: Layer already exists 14:57:56 2ac2afe6f623: Layer already exists 14:57:56 33b5355a7a8f: Layer already exists 14:57:56 edf70074bd40: Layer already exists 14:57:56 main: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:57:56 ===================================================== [Pipeline] echo 14:57:56 taggedImages: 14:57:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:57:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 14:57:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 14:57:56 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 14:57:56 98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:56 latest 14:57:56 3.0.0-dev.100 14:57:56 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:57:56 main 14:57:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:57:57 a50a92a71ee1: Preparing 14:57:57 e2064d1ad849: Preparing 14:57:57 ff5999b44c36: Preparing 14:57:57 f1c279200560: Preparing 14:57:57 02c83ae7a4f1: Preparing 14:57:57 8a4bd0603be0: Preparing 14:57:57 edf70074bd40: Preparing 14:57:57 8a4bd0603be0: Waiting 14:57:57 edf70074bd40: Waiting 14:57:57 02c83ae7a4f1: Layer already exists 14:57:57 8a4bd0603be0: Layer already exists 14:57:57 ff5999b44c36: Pushed 14:57:57 edf70074bd40: Layer already exists 14:57:57 a50a92a71ee1: Pushed 14:57:57 e2064d1ad849: Pushed 14:58:15 f1c279200560: Pushed 14:58:15 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:16 + 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 14:58:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:58:16 a50a92a71ee1: Preparing 14:58:16 e2064d1ad849: Preparing 14:58:16 ff5999b44c36: Preparing 14:58:16 f1c279200560: Preparing 14:58:16 02c83ae7a4f1: Preparing 14:58:16 8a4bd0603be0: Preparing 14:58:16 edf70074bd40: Preparing 14:58:16 8a4bd0603be0: Waiting 14:58:16 edf70074bd40: Waiting 14:58:16 02c83ae7a4f1: Layer already exists 14:58:16 e2064d1ad849: Layer already exists 14:58:16 a50a92a71ee1: Layer already exists 14:58:16 ff5999b44c36: Layer already exists 14:58:16 f1c279200560: Layer already exists 14:58:16 8a4bd0603be0: Layer already exists 14:58:16 edf70074bd40: Layer already exists 14:58:16 latest: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 14:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:58:17 a50a92a71ee1: Preparing 14:58:17 e2064d1ad849: Preparing 14:58:17 ff5999b44c36: Preparing 14:58:17 f1c279200560: Preparing 14:58:17 02c83ae7a4f1: Preparing 14:58:17 8a4bd0603be0: Preparing 14:58:17 edf70074bd40: Preparing 14:58:17 8a4bd0603be0: Waiting 14:58:17 edf70074bd40: Waiting 14:58:17 a50a92a71ee1: Layer already exists 14:58:17 f1c279200560: Layer already exists 14:58:17 e2064d1ad849: Layer already exists 14:58:17 ff5999b44c36: Layer already exists 14:58:17 02c83ae7a4f1: Layer already exists 14:58:17 8a4bd0603be0: Layer already exists 14:58:17 edf70074bd40: Layer already exists 14:58:17 3.0.0-dev.100: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:18 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:58:18 a50a92a71ee1: Preparing 14:58:18 e2064d1ad849: Preparing 14:58:18 ff5999b44c36: Preparing 14:58:18 f1c279200560: Preparing 14:58:18 02c83ae7a4f1: Preparing 14:58:18 8a4bd0603be0: Preparing 14:58:18 edf70074bd40: Preparing 14:58:18 8a4bd0603be0: Waiting 14:58:18 edf70074bd40: Waiting 14:58:18 02c83ae7a4f1: Layer already exists 14:58:18 f1c279200560: Layer already exists 14:58:18 e2064d1ad849: Layer already exists 14:58:18 ff5999b44c36: Layer already exists 14:58:18 a50a92a71ee1: Layer already exists 14:58:18 edf70074bd40: Layer already exists 14:58:18 8a4bd0603be0: Layer already exists 14:58:18 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:19 + 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 14:58:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 14:58:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:58:19 a50a92a71ee1: Preparing 14:58:19 e2064d1ad849: Preparing 14:58:19 ff5999b44c36: Preparing 14:58:19 f1c279200560: Preparing 14:58:19 02c83ae7a4f1: Preparing 14:58:19 8a4bd0603be0: Preparing 14:58:19 edf70074bd40: Preparing 14:58:19 8a4bd0603be0: Waiting 14:58:19 edf70074bd40: Waiting 14:58:19 02c83ae7a4f1: Layer already exists 14:58:19 e2064d1ad849: Layer already exists 14:58:19 a50a92a71ee1: Layer already exists 14:58:19 ff5999b44c36: Layer already exists 14:58:19 f1c279200560: Layer already exists 14:58:19 edf70074bd40: Layer already exists 14:58:19 8a4bd0603be0: Layer already exists 14:58:19 main: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:58:19 ===================================================== [Pipeline] echo 14:58:19 taggedImages: 14:58:19 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:19 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:58:19 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 14:58:19 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:19 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 14:58:19 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 14:58:19 98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:19 latest 14:58:19 3.0.0-dev.100 14:58:19 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:19 main 14:58:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:58:20 6891e7b3f544: Preparing 14:58:20 7f663ae92fae: Preparing 14:58:20 02c83ae7a4f1: Preparing 14:58:20 a99ac82c22a1: Preparing 14:58:20 91df746bf533: Preparing 14:58:20 edf70074bd40: Preparing 14:58:20 edf70074bd40: Waiting 14:58:20 a99ac82c22a1: Layer already exists 14:58:20 02c83ae7a4f1: Layer already exists 14:58:20 edf70074bd40: Layer already exists 14:58:20 6891e7b3f544: Pushed 14:58:21 91df746bf533: Pushed 14:58:27 7f663ae92fae: Pushed 14:58:27 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:58:28 6891e7b3f544: Preparing 14:58:28 7f663ae92fae: Preparing 14:58:28 02c83ae7a4f1: Preparing 14:58:28 a99ac82c22a1: Preparing 14:58:28 91df746bf533: Preparing 14:58:28 edf70074bd40: Preparing 14:58:28 edf70074bd40: Waiting 14:58:28 7f663ae92fae: Layer already exists 14:58:28 a99ac82c22a1: Layer already exists 14:58:28 02c83ae7a4f1: Layer already exists 14:58:28 91df746bf533: Layer already exists 14:58:28 6891e7b3f544: Layer already exists 14:58:28 edf70074bd40: Layer already exists 14:58:28 latest: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 14:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:58:29 6891e7b3f544: Preparing 14:58:29 7f663ae92fae: Preparing 14:58:29 02c83ae7a4f1: Preparing 14:58:29 a99ac82c22a1: Preparing 14:58:29 91df746bf533: Preparing 14:58:29 edf70074bd40: Preparing 14:58:29 edf70074bd40: Waiting 14:58:29 02c83ae7a4f1: Layer already exists 14:58:29 a99ac82c22a1: Layer already exists 14:58:29 7f663ae92fae: Layer already exists 14:58:29 91df746bf533: Layer already exists 14:58:29 6891e7b3f544: Layer already exists 14:58:29 edf70074bd40: Layer already exists 14:58:29 3.0.0-dev.100: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:58:30 6891e7b3f544: Preparing 14:58:30 7f663ae92fae: Preparing 14:58:30 02c83ae7a4f1: Preparing 14:58:30 a99ac82c22a1: Preparing 14:58:30 91df746bf533: Preparing 14:58:30 edf70074bd40: Preparing 14:58:30 edf70074bd40: Waiting 14:58:30 6891e7b3f544: Layer already exists 14:58:30 7f663ae92fae: Layer already exists 14:58:30 91df746bf533: Layer already exists 14:58:30 a99ac82c22a1: Layer already exists 14:58:30 02c83ae7a4f1: Layer already exists 14:58:30 edf70074bd40: Layer already exists 14:58:30 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 14:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:58:31 6891e7b3f544: Preparing 14:58:31 7f663ae92fae: Preparing 14:58:31 02c83ae7a4f1: Preparing 14:58:31 a99ac82c22a1: Preparing 14:58:31 91df746bf533: Preparing 14:58:31 edf70074bd40: Preparing 14:58:31 edf70074bd40: Waiting 14:58:31 91df746bf533: Layer already exists 14:58:31 6891e7b3f544: Layer already exists 14:58:31 a99ac82c22a1: Layer already exists 14:58:31 02c83ae7a4f1: Layer already exists 14:58:31 7f663ae92fae: Layer already exists 14:58:33 edf70074bd40: Layer already exists 14:58:33 main: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:58:33 ===================================================== [Pipeline] echo 14:58:33 taggedImages: 14:58:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:58:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 14:58:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 14:58:33 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 14:58:33 98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:33 latest 14:58:33 3.0.0-dev.100 14:58:33 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:33 main 14:58:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:58:34 c15f5ff0dff3: Preparing 14:58:34 3609b58ad179: Preparing 14:58:34 02c83ae7a4f1: Preparing 14:58:34 a99ac82c22a1: Preparing 14:58:34 9c95ac14b0a4: Preparing 14:58:34 edf70074bd40: Preparing 14:58:34 edf70074bd40: Waiting 14:58:34 a99ac82c22a1: Layer already exists 14:58:34 02c83ae7a4f1: Layer already exists 14:58:34 9c95ac14b0a4: Layer already exists 14:58:34 edf70074bd40: Layer already exists 14:58:34 c15f5ff0dff3: Pushed 14:58:40 3609b58ad179: Pushed 14:58:40 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:58:41 c15f5ff0dff3: Preparing 14:58:41 3609b58ad179: Preparing 14:58:41 02c83ae7a4f1: Preparing 14:58:41 a99ac82c22a1: Preparing 14:58:41 9c95ac14b0a4: Preparing 14:58:41 edf70074bd40: Preparing 14:58:41 edf70074bd40: Waiting 14:58:41 3609b58ad179: Layer already exists 14:58:41 c15f5ff0dff3: Layer already exists 14:58:41 9c95ac14b0a4: Layer already exists 14:58:41 a99ac82c22a1: Layer already exists 14:58:41 02c83ae7a4f1: Layer already exists 14:58:41 edf70074bd40: Layer already exists 14:58:41 latest: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 14:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:58:42 c15f5ff0dff3: Preparing 14:58:42 3609b58ad179: Preparing 14:58:42 02c83ae7a4f1: Preparing 14:58:42 a99ac82c22a1: Preparing 14:58:42 9c95ac14b0a4: Preparing 14:58:42 edf70074bd40: Preparing 14:58:42 edf70074bd40: Waiting 14:58:42 c15f5ff0dff3: Layer already exists 14:58:42 02c83ae7a4f1: Layer already exists 14:58:42 3609b58ad179: Layer already exists 14:58:42 9c95ac14b0a4: Layer already exists 14:58:42 a99ac82c22a1: Layer already exists 14:58:42 edf70074bd40: Layer already exists 14:58:42 3.0.0-dev.100: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:58:43 c15f5ff0dff3: Preparing 14:58:43 3609b58ad179: Preparing 14:58:43 02c83ae7a4f1: Preparing 14:58:43 a99ac82c22a1: Preparing 14:58:43 9c95ac14b0a4: Preparing 14:58:43 edf70074bd40: Preparing 14:58:43 edf70074bd40: Waiting 14:58:43 02c83ae7a4f1: Layer already exists 14:58:43 3609b58ad179: Layer already exists 14:58:43 9c95ac14b0a4: Layer already exists 14:58:43 a99ac82c22a1: Layer already exists 14:58:43 c15f5ff0dff3: Layer already exists 14:58:43 edf70074bd40: Layer already exists 14:58:43 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 14:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:58:44 c15f5ff0dff3: Preparing 14:58:44 3609b58ad179: Preparing 14:58:44 02c83ae7a4f1: Preparing 14:58:44 a99ac82c22a1: Preparing 14:58:44 9c95ac14b0a4: Preparing 14:58:44 edf70074bd40: Preparing 14:58:44 edf70074bd40: Waiting 14:58:44 c15f5ff0dff3: Layer already exists 14:58:44 02c83ae7a4f1: Layer already exists 14:58:44 3609b58ad179: Layer already exists 14:58:44 9c95ac14b0a4: Layer already exists 14:58:44 a99ac82c22a1: Layer already exists 14:58:44 edf70074bd40: Layer already exists 14:58:45 main: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:58:45 ===================================================== [Pipeline] echo 14:58:45 taggedImages: 14:58:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca 14:58:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:58:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 14:58:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 14:58:45 - 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 14:58:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:58:46 14:58:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:58:46 arm64: Pulling from edgex-lftools-log-publisher 14:58:46 8998bd30e6a1: Pulling fs layer 14:58:46 04944245beec: Pulling fs layer 14:58:46 699f458cf7ca: Pulling fs layer 14:58:46 765212b225bb: Pulling fs layer 14:58:46 f23df028b6ca: Pulling fs layer 14:58:46 d65c8cfc05b1: Pulling fs layer 14:58:46 2437ff75d9bd: Pulling fs layer 14:58:46 765212b225bb: Waiting 14:58:46 f23df028b6ca: Waiting 14:58:46 2437ff75d9bd: Waiting 14:58:46 d65c8cfc05b1: Waiting 14:58:46 04944245beec: Verifying Checksum 14:58:46 04944245beec: Download complete 14:58:46 765212b225bb: Verifying Checksum 14:58:46 765212b225bb: Download complete 14:58:46 f23df028b6ca: Download complete 14:58:46 d65c8cfc05b1: Verifying Checksum 14:58:46 d65c8cfc05b1: Download complete 14:58:47 699f458cf7ca: Verifying Checksum 14:58:47 699f458cf7ca: Download complete 14:58:47 8998bd30e6a1: Verifying Checksum 14:58:47 8998bd30e6a1: Download complete 14:58:49 2437ff75d9bd: Verifying Checksum 14:58:49 2437ff75d9bd: Download complete 14:58:51 8998bd30e6a1: Pull complete 14:58:51 04944245beec: Pull complete 14:58:53 699f458cf7ca: Pull complete 14:58:53 765212b225bb: Pull complete 14:58:53 f23df028b6ca: Pull complete 14:58:54 d65c8cfc05b1: Pull complete 14:59:09 2437ff75d9bd: Pull complete 14:59:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:59:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:09 prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container 14:59:09 $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:59:13 $ docker top 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:14 ---> job-cost.sh 14:59:14 lf-activate-venv: SKIPPING 14:59:14 INFO: No Stack... 14:59:14 INFO: Retrieving Pricing Info for: v3-standard-4 14:59:15 INFO: Archiving Costs [Pipeline] sh 14:59:16 + cut -d, -f6 14:59:16 + cat /w/workspace/edgex-go/462/archives/cost.csv [Pipeline] lock 14:59:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] 14:59:16 Resource [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] did not exist. Created. 14:59:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:59:16 + echo total: 0.10999999940395355 [Pipeline] stash 14:59:17 Stashed 1 file(s) [Pipeline] } 14:59:17 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] [Pipeline] // lock [Pipeline] } 14:59:17 $ docker stop --time=1 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 14:59:19 $ docker rm -f --volumes 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 [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 14:59:19 provisioning config files... 14:59:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/462@tmp/config17663641526218646711tmp [Pipeline] { [Pipeline] sh 14:59:19 + set +x 14:59:19 + curl -s https://codecov.io/bash 14:59:19 + bash -s -- 14:59:19 14:59:19 _____ _ 14:59:19 / ____| | | 14:59:19 | | ___ __| | ___ ___ _____ __ 14:59:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:59:19 | |___| (_) | (_| | __/ (_| (_) \ V / 14:59:19 \_____\___/ \__,_|\___|\___\___/ \_/ 14:59:19 Bash-1.0.6 14:59:19 14:59:19 14:59:19 ==> git version 2.25.1 found 14:59:19 ==> 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 14:59:19 Release-Date: 2020-01-08 14:59:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:59:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:59:19 ==> Jenkins CI detected. 14:59:19 current dir:  /w/workspace/edgex-go/462 14:59:19 project root: . 14:59:19 --> token set from env 14:59:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:59:19 ==> Running gcov in . (disable via -X gcov) 14:59:19 ==> Python coveragepy not found 14:59:19 ==> Searching for coverage reports in: 14:59:19 + . 14:59:19 -> Found 1 reports 14:59:19 ==> Detecting git/mercurial file structure 14:59:19 ==> Reading reports 14:59:19 + ./coverage.out bytes=447486 14:59:19 ==> Appending adjustments 14:59:19 https://docs.codecov.io/docs/fixing-reports 14:59:21 + Found adjustments 14:59:21 ==> Gzipping contents 14:59:21 60K /tmp/codecov.45PCzO.gz 14:59:21 ==> Uploading reports 14:59:21 url: https://codecov.io 14:59:21 query: branch=main&commit=98f26a0c7d805e442403424f4b6a62f5234911ca&build=462&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F462%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:59:21 -> Pinging Codecov 14:59:21 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=98f26a0c7d805e442403424f4b6a62f5234911ca&build=462&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F462%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:59:21 -> Uploading to 14:59:21 https://storage.googleapis.com/codecov/v4/raw/2023-03-16/00271124DB129430A58F1EEE437C3FCB/98f26a0c7d805e442403424f4b6a62f5234911ca/46c39817-c391-4667-8a7b-6df9e43002b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T145921Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=28ad42d34d3b996410dd9acfbb274e511ca1ed1b0d52156cf2118830ceef739c 14:59:21 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:21 Dload Upload Total Spent Left Speed 14:59:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57614 0 0 100 57614 0 198k --:--:-- --:--:-- --:--:-- 198k 14:59:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } 14:59:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:59:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:59:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:59:22 14:59:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:59:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:59:22 df9b9388f04a: Pulling fs layer 14:59:22 52dc419b0ee2: Pulling fs layer 14:59:22 25bc292e5bac: Pulling fs layer 14:59:22 114826534d7a: Pulling fs layer 14:59:22 4657fd5d0bcf: Pulling fs layer 14:59:22 6ad1cebc031e: Pulling fs layer 14:59:22 8a3aa393b2d8: Pulling fs layer 14:59:22 114826534d7a: Waiting 14:59:22 4657fd5d0bcf: Waiting 14:59:22 6ad1cebc031e: Waiting 14:59:22 8a3aa393b2d8: Waiting 14:59:22 25bc292e5bac: Verifying Checksum 14:59:22 25bc292e5bac: Download complete 14:59:22 52dc419b0ee2: Verifying Checksum 14:59:22 52dc419b0ee2: Download complete 14:59:22 4657fd5d0bcf: Verifying Checksum 14:59:22 4657fd5d0bcf: Download complete 14:59:22 df9b9388f04a: Verifying Checksum 14:59:22 df9b9388f04a: Download complete 14:59:22 df9b9388f04a: Pull complete 14:59:22 6ad1cebc031e: Verifying Checksum 14:59:22 6ad1cebc031e: Download complete 14:59:22 52dc419b0ee2: Pull complete 14:59:22 25bc292e5bac: Pull complete 14:59:23 114826534d7a: Verifying Checksum 14:59:23 114826534d7a: Download complete 14:59:23 8a3aa393b2d8: Verifying Checksum 14:59:23 8a3aa393b2d8: Download complete 14:59:26 114826534d7a: Pull complete 14:59:26 4657fd5d0bcf: Pull complete 14:59:26 6ad1cebc031e: Pull complete 14:59:29 8a3aa393b2d8: Pull complete 14:59:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 14:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:59:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:30 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:59:30 $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:59:32 $ docker top 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 -eo pid,comm [Pipeline] { [Pipeline] echo 14:59:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 14:59:32 + set -o pipefail 14:59:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 14:59:39 14:59:39 Monitoring /w/workspace/edgex-go/462 (github.com/edgexfoundry/edgex-go)... 14:59:39 14:59:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/b981438e-3df6-4146-96b0-708b1de76cfa 14:59:39 14:59:39 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:59:39 14:59:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:59:39 14:59:39 14:59:39 A medium severity vulnerability was found in the Snyk CLI versions you are using. 14:59:39 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 14:59:39 More details here: https://snyk.co/ue1NS [Pipeline] } 14:59:39 $ docker stop --time=1 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 14:59:41 $ docker rm -f --volumes 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 14:59:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:59:41 provisioning config files... 14:59:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/462@tmp/config5091677496466188273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:59:41 --> edgex-publish-swagger.sh 14:59:41 === Publish openapi/v3 API === 14:59:41 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 14:59:41 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/462/openapi/v3/core-command.yaml] 14:59:41 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:41 Dload Upload Total Spent Left Speed 14:59:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 47668 --:--:-- --:--:-- --:--:-- 47590 100 29030 0 0 100 29030 0 47668 --:--:-- --:--:-- --:--:-- 47590 14:59:42 14:59:42 14:59:42 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/462/openapi/v3/core-data.yaml] 14:59:42 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:42 Dload Upload Total Spent Left Speed 14:59:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 120k --:--:-- --:--:-- --:--:-- 120k 14:59:43 14:59:43 14:59:43 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/462/openapi/v3/core-metadata.yaml] 14:59:43 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:43 Dload Upload Total Spent Left Speed 14:59:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 241k --:--:-- --:--:-- --:--:-- 240k 14:59:43 14:59:43 14:59:43 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/462/openapi/v3/support-notifications.yaml] 14:59:43 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:43 Dload Upload Total Spent Left Speed 14:59:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 161k --:--:-- --:--:-- --:--:-- 160k 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k 14:59:44 14:59:44 14:59:44 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/462/openapi/v3/support-scheduler.yaml] 14:59:44 % Total % Received % Xferd Average Speed Time Time Time Current 14:59:44 Dload Upload Total Spent Left Speed 14:59:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 67462 --:--:-- --:--:-- --:--:-- 67462 14:59:44 14:59:44 [Pipeline] } 14:59:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 14:59:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:59:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:59:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:45 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:59:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 14:59:45 $ docker top db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 -eo pid,comm 14:59:46 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). 14:59:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:59:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:59:46 [ssh-agent] Looking for ssh-agent implementation... 14:59:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:59:46 $ docker exec db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 ssh-agent 14:59:46 SSH_AUTH_SOCK=/tmp/ssh-Bs3snuczazKd/agent.33 14:59:46 SSH_AGENT_PID=39 14:59:46 Running ssh-add (command line suppressed) 14:59:46 Identity added: /w/workspace/edgex-go/462@tmp/private_key_9481065217735529408.key (/w/workspace/edgex-go/462@tmp/private_key_9481065217735529408.key) 14:59:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:59:46 + git semver tag 14:59:46 2023-03-16 14:59:46,928 [run_tag] DEBUG tag force:False 14:59:46 2023-03-16 14:59:46,928 [check_head_tag] DEBUG check head tag 14:59:46 2023-03-16 14:59:46,931 [execute] INFO git cat-file --batch-check 14:59:46 2023-03-16 14:59:46,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=) 14:59:46 2023-03-16 14:59:46,935 [execute] INFO git cat-file --batch 14:59:46 2023-03-16 14:59:46,936 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=) 14:59:47 2023-03-16 14:59:47,017 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 14:59:47 2023-03-16 14:59:47,018 [execute] INFO git tag -a v3.0.0-dev.100 -m v3.0.0-dev.100 14:59:47 2023-03-16 14:59:47,018 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.100', '-m', 'v3.0.0-dev.100'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) 14:59:47 2023-03-16 14:59:47,023 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 14:59:47 3.0.0-dev.100 [Pipeline] } 14:59:47 $ docker exec --env ******** --env ******** db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 ssh-agent -k 14:59:47 unset SSH_AUTH_SOCK; 14:59:47 unset SSH_AGENT_PID; 14:59:47 echo Agent pid 39 killed; 14:59:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:59:47 + git semver [Pipeline] } 14:59:47 $ docker stop --time=1 db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 14:59:49 $ docker rm -f --volumes db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:59:49 14:59:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:59:49 0.23.1-centos7: Pulling from edgex-lftools 14:59:49 ab5ef0e58194: Pulling fs layer 14:59:49 9712f1f96733: Pulling fs layer 14:59:49 63f879dbbcfc: Pulling fs layer 14:59:49 0d9ebad4ef96: Pulling fs layer 14:59:49 e9a5061849ea: Pulling fs layer 14:59:49 d747dcd14b5f: Pulling fs layer 14:59:49 2de7ff778b66: Pulling fs layer 14:59:49 d747dcd14b5f: Waiting 14:59:49 0d9ebad4ef96: Waiting 14:59:49 e9a5061849ea: Waiting 14:59:49 2de7ff778b66: Waiting 14:59:49 9712f1f96733: Verifying Checksum 14:59:49 9712f1f96733: Download complete 14:59:50 63f879dbbcfc: Verifying Checksum 14:59:50 63f879dbbcfc: Download complete 14:59:50 e9a5061849ea: Verifying Checksum 14:59:50 e9a5061849ea: Download complete 14:59:50 d747dcd14b5f: Verifying Checksum 14:59:50 d747dcd14b5f: Download complete 14:59:50 ab5ef0e58194: Verifying Checksum 14:59:50 ab5ef0e58194: Download complete 14:59:50 0d9ebad4ef96: Verifying Checksum 14:59:50 0d9ebad4ef96: Download complete 14:59:50 2de7ff778b66: Verifying Checksum 14:59:50 2de7ff778b66: Download complete 14:59:53 ab5ef0e58194: Pull complete 14:59:53 9712f1f96733: Pull complete 14:59:54 63f879dbbcfc: Pull complete 14:59:57 0d9ebad4ef96: Pull complete 14:59:57 e9a5061849ea: Pull complete 14:59:57 d747dcd14b5f: Pull complete 14:59:58 2de7ff778b66: Pull complete 14:59:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:59:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:59:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:58 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 14:59:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 15:00:00 $ docker top b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:00:00 provisioning config files... 15:00:00 copy managed file [sigul-config] to file:/w/workspace/edgex-go/462@tmp/config15704531638416410696tmp 15:00:00 copy managed file [sigul-password] to file:/w/workspace/edgex-go/462@tmp/config16860024002750411525tmp 15:00:00 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/462@tmp/config9639041067167790479tmp [Pipeline] { [Pipeline] echo 15:00:01 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:00:01 ---> sigul-configuration.sh 15:00:01 gpg: directory `/root/.gnupg' created 15:00:01 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:00:01 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:00:01 gpg: keyring `/root/.gnupg/secring.gpg' created 15:00:01 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:00:01 gpg: CAST5 encrypted data 15:00:01 gpg: encrypted with 1 passphrase 15:00:01 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:00:01 + mkdir /home/jenkins 15:00:01 + mkdir /home/jenkins/sigul [Pipeline] sh 15:00:01 + 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 15:00:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:00:02 ---> sigul-install.sh 15:00:02 Sigul already installed; skipping installation. [Pipeline] sh 15:00:02 + git tag --list 15:00:02 0.6.0 15:00:02 0.6.1 15:00:02 0.7.0 15:00:02 0.7.1 15:00:02 v1.0.0 15:00:02 v1.0.1 15:00:02 v1.1.0 15:00:02 v1.2.0 15:00:02 v1.2.1 15:00:02 v1.3.0 15:00:02 v1.3.1 15:00:02 v2.0.0 15:00:02 v2.1.0 15:00:02 v2.1.1 15:00:02 v2.1.1-dev.1 15:00:02 v2.1.1-dev.2 15:00:02 v2.1.1-dev.3 15:00:02 v2.1.1-dev.4 15:00:02 v2.1.1-dev.5 15:00:02 v2.1.1-dev.6 15:00:02 v2.1.1-dev.7 15:00:02 v2.1.1-dev.8 15:00:02 v2.1.2-dev.1 15:00:02 v2.2.0 15:00:02 v2.2.1-dev.1 15:00:02 v2.2.1-dev.10 15:00:02 v2.2.1-dev.11 15:00:02 v2.2.1-dev.12 15:00:02 v2.2.1-dev.13 15:00:02 v2.2.1-dev.14 15:00:02 v2.2.1-dev.15 15:00:02 v2.2.1-dev.16 15:00:02 v2.2.1-dev.17 15:00:02 v2.2.1-dev.18 15:00:02 v2.2.1-dev.19 15:00:02 v2.2.1-dev.2 15:00:02 v2.2.1-dev.20 15:00:02 v2.2.1-dev.21 15:00:02 v2.2.1-dev.22 15:00:02 v2.2.1-dev.23 15:00:02 v2.2.1-dev.24 15:00:02 v2.2.1-dev.25 15:00:02 v2.2.1-dev.26 15:00:02 v2.2.1-dev.27 15:00:02 v2.2.1-dev.28 15:00:02 v2.2.1-dev.29 15:00:02 v2.2.1-dev.3 15:00:02 v2.2.1-dev.4 15:00:02 v2.2.1-dev.5 15:00:02 v2.2.1-dev.6 15:00:02 v2.2.1-dev.7 15:00:02 v2.2.1-dev.8 15:00:02 v2.2.1-dev.9 15:00:02 v2.3.0 15:00:02 v2.3.0-dev.100 15:00:02 v2.3.0-dev.101 15:00:02 v2.3.0-dev.102 15:00:02 v2.3.0-dev.103 15:00:02 v2.3.0-dev.104 15:00:02 v2.3.0-dev.105 15:00:02 v2.3.0-dev.106 15:00:02 v2.3.0-dev.29 15:00:02 v2.3.0-dev.30 15:00:02 v2.3.0-dev.31 15:00:02 v2.3.0-dev.32 15:00:02 v2.3.0-dev.33 15:00:02 v2.3.0-dev.34 15:00:02 v2.3.0-dev.35 15:00:02 v2.3.0-dev.36 15:00:02 v2.3.0-dev.37 15:00:02 v2.3.0-dev.38 15:00:02 v2.3.0-dev.39 15:00:02 v2.3.0-dev.40 15:00:02 v2.3.0-dev.41 15:00:02 v2.3.0-dev.42 15:00:02 v2.3.0-dev.43 15:00:02 v2.3.0-dev.44 15:00:02 v2.3.0-dev.45 15:00:02 v2.3.0-dev.46 15:00:02 v2.3.0-dev.47 15:00:02 v2.3.0-dev.48 15:00:02 v2.3.0-dev.49 15:00:02 v2.3.0-dev.50 15:00:02 v2.3.0-dev.51 15:00:02 v2.3.0-dev.52 15:00:02 v2.3.0-dev.53 15:00:02 v2.3.0-dev.54 15:00:02 v2.3.0-dev.55 15:00:02 v2.3.0-dev.56 15:00:02 v2.3.0-dev.57 15:00:02 v2.3.0-dev.58 15:00:02 v2.3.0-dev.59 15:00:02 v2.3.0-dev.60 15:00:02 v2.3.0-dev.61 15:00:02 v2.3.0-dev.62 15:00:02 v2.3.0-dev.63 15:00:02 v2.3.0-dev.64 15:00:02 v2.3.0-dev.65 15:00:02 v2.3.0-dev.66 15:00:02 v2.3.0-dev.67 15:00:02 v2.3.0-dev.68 15:00:02 v2.3.0-dev.69 15:00:02 v2.3.0-dev.70 15:00:02 v2.3.0-dev.71 15:00:02 v2.3.0-dev.72 15:00:02 v2.3.0-dev.73 15:00:02 v2.3.0-dev.74 15:00:02 v2.3.0-dev.75 15:00:02 v2.3.0-dev.76 15:00:02 v2.3.0-dev.77 15:00:02 v2.3.0-dev.78 15:00:02 v2.3.0-dev.79 15:00:02 v2.3.0-dev.80 15:00:02 v2.3.0-dev.81 15:00:02 v2.3.0-dev.82 15:00:02 v2.3.0-dev.83 15:00:02 v2.3.0-dev.84 15:00:02 v2.3.0-dev.85 15:00:02 v2.3.0-dev.86 15:00:02 v2.3.0-dev.87 15:00:02 v2.3.0-dev.88 15:00:02 v2.3.0-dev.89 15:00:02 v2.3.0-dev.90 15:00:02 v2.3.0-dev.91 15:00:02 v2.3.0-dev.92 15:00:02 v2.3.0-dev.93 15:00:02 v2.3.0-dev.94 15:00:02 v2.3.0-dev.95 15:00:02 v2.3.0-dev.96 15:00:02 v2.3.0-dev.97 15:00:02 v2.3.0-dev.98 15:00:02 v2.3.0-dev.99 15:00:02 v2.3.1-dev.1 15:00:02 v2.3.1-dev.2 15:00:02 v2.3.1-dev.3 15:00:02 v2.3.1-dev.4 15:00:02 v2.3.1-dev.5 15:00:02 v3.0.0-dev.1 15:00:02 v3.0.0-dev.10 15:00:02 v3.0.0-dev.100 15:00:02 v3.0.0-dev.11 15:00:02 v3.0.0-dev.12 15:00:02 v3.0.0-dev.13 15:00:02 v3.0.0-dev.14 15:00:02 v3.0.0-dev.15 15:00:02 v3.0.0-dev.16 15:00:02 v3.0.0-dev.17 15:00:02 v3.0.0-dev.18 15:00:02 v3.0.0-dev.19 15:00:02 v3.0.0-dev.2 15:00:02 v3.0.0-dev.20 15:00:02 v3.0.0-dev.21 15:00:02 v3.0.0-dev.22 15:00:02 v3.0.0-dev.23 15:00:02 v3.0.0-dev.24 15:00:02 v3.0.0-dev.25 15:00:02 v3.0.0-dev.26 15:00:02 v3.0.0-dev.27 15:00:02 v3.0.0-dev.28 15:00:02 v3.0.0-dev.29 15:00:02 v3.0.0-dev.3 15:00:02 v3.0.0-dev.30 15:00:02 v3.0.0-dev.31 15:00:02 v3.0.0-dev.32 15:00:02 v3.0.0-dev.33 15:00:02 v3.0.0-dev.34 15:00:02 v3.0.0-dev.35 15:00:02 v3.0.0-dev.36 15:00:02 v3.0.0-dev.37 15:00:02 v3.0.0-dev.38 15:00:02 v3.0.0-dev.39 15:00:02 v3.0.0-dev.4 15:00:02 v3.0.0-dev.40 15:00:02 v3.0.0-dev.41 15:00:02 v3.0.0-dev.42 15:00:02 v3.0.0-dev.43 15:00:02 v3.0.0-dev.44 15:00:02 v3.0.0-dev.45 15:00:02 v3.0.0-dev.46 15:00:02 v3.0.0-dev.47 15:00:02 v3.0.0-dev.48 15:00:02 v3.0.0-dev.49 15:00:02 v3.0.0-dev.5 15:00:02 v3.0.0-dev.50 15:00:02 v3.0.0-dev.51 15:00:02 v3.0.0-dev.52 15:00:02 v3.0.0-dev.53 15:00:02 v3.0.0-dev.54 15:00:02 v3.0.0-dev.55 15:00:02 v3.0.0-dev.56 15:00:02 v3.0.0-dev.57 15:00:02 v3.0.0-dev.58 15:00:02 v3.0.0-dev.59 15:00:02 v3.0.0-dev.6 15:00:02 v3.0.0-dev.60 15:00:02 v3.0.0-dev.61 15:00:02 v3.0.0-dev.62 15:00:02 v3.0.0-dev.63 15:00:02 v3.0.0-dev.64 15:00:02 v3.0.0-dev.65 15:00:02 v3.0.0-dev.66 15:00:02 v3.0.0-dev.67 15:00:02 v3.0.0-dev.68 15:00:02 v3.0.0-dev.69 15:00:02 v3.0.0-dev.7 15:00:02 v3.0.0-dev.70 15:00:02 v3.0.0-dev.71 15:00:02 v3.0.0-dev.72 15:00:02 v3.0.0-dev.73 15:00:02 v3.0.0-dev.74 15:00:02 v3.0.0-dev.75 15:00:02 v3.0.0-dev.76 15:00:02 v3.0.0-dev.77 15:00:02 v3.0.0-dev.78 15:00:02 v3.0.0-dev.79 15:00:02 v3.0.0-dev.8 15:00:02 v3.0.0-dev.80 15:00:02 v3.0.0-dev.81 15:00:02 v3.0.0-dev.82 15:00:02 v3.0.0-dev.83 15:00:02 v3.0.0-dev.84 15:00:02 v3.0.0-dev.85 15:00:02 v3.0.0-dev.86 15:00:02 v3.0.0-dev.87 15:00:02 v3.0.0-dev.88 15:00:02 v3.0.0-dev.89 15:00:02 v3.0.0-dev.9 15:00:02 v3.0.0-dev.90 15:00:02 v3.0.0-dev.91 15:00:02 v3.0.0-dev.92 15:00:02 v3.0.0-dev.93 15:00:02 v3.0.0-dev.94 15:00:02 v3.0.0-dev.95 15:00:02 v3.0.0-dev.96 15:00:02 v3.0.0-dev.97 15:00:02 v3.0.0-dev.98 15:00:02 v3.0.0-dev.99 [Pipeline] sh 15:00:02 + lftools sign git-tag v3.0.0-dev.100 15:00:03 Signing Git tag with Sigul... 15:00:03 Signing v3.0.0-dev.100 [Pipeline] echo 15:00:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:00:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:00:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:00:03 $ docker stop --time=1 b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 15:00:05 $ docker rm -f --volumes b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:00:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:00:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:00:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:05 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 15:00:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 15:00:06 $ docker top b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 -eo pid,comm 15:00:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:00:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:00:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:06 [ssh-agent] Looking for ssh-agent implementation... 15:00:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:06 $ docker exec b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 ssh-agent 15:00:06 SSH_AUTH_SOCK=/tmp/ssh-oF0r4GwJadRC/agent.32 15:00:06 SSH_AGENT_PID=38 15:00:06 Running ssh-add (command line suppressed) 15:00:06 Identity added: /w/workspace/edgex-go/462@tmp/private_key_2424226579181667569.key (/w/workspace/edgex-go/462@tmp/private_key_2424226579181667569.key) 15:00:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:07 + git semver bump pre 15:00:07 2023-03-16 15:00:07,272 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 15:00:07 2023-03-16 15:00:07,272 [bump_version] DEBUG bumping version:3.0.0-dev.100 on axis:pre with prefix:dev 15:00:07 2023-03-16 15:00:07,272 [bump_version] DEBUG bumped version:3.0.0-dev.101 15:00:07 2023-03-16 15:00:07,272 [write_version] DEBUG write version:3.0.0-dev.101 to path:/w/workspace/edgex-go/462/.semver/main with force:True 15:00:07 2023-03-16 15:00:07,272 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 15:00:07 2023-03-16 15:00:07,272 [write_file] DEBUG write to file:/w/workspace/edgex-go/462/.semver/main 15:00:07 2023-03-16 15:00:07,274 [execute] INFO git cat-file --batch-check 15:00:07 2023-03-16 15:00:07,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) 15:00:07 2023-03-16 15:00:07,279 [execute] INFO git cat-file --batch 15:00:07 2023-03-16 15:00:07,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) 15:00:07 2023-03-16 15:00:07,286 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 15:00:07 3.0.0-dev.101 [Pipeline] } 15:00:07 $ docker exec --env ******** --env ******** b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 ssh-agent -k 15:00:07 unset SSH_AUTH_SOCK; 15:00:07 unset SSH_AGENT_PID; 15:00:07 echo Agent pid 38 killed; 15:00:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:00:07 + git semver [Pipeline] } 15:00:08 $ docker stop --time=1 b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 15:00:09 $ docker rm -f --volumes b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 [Pipeline] // withDockerContainer [Pipeline] sh 15:00:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:00:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:00:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:10 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 15:00:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 15:00:10 $ docker top a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe -eo pid,comm 15:00:10 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:00:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:00:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:00:10 [ssh-agent] Looking for ssh-agent implementation... 15:00:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:00:10 $ docker exec a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe ssh-agent 15:00:10 SSH_AUTH_SOCK=/tmp/ssh-hFx5WxEdZLGS/agent.32 15:00:10 SSH_AGENT_PID=38 15:00:10 Running ssh-add (command line suppressed) 15:00:10 Identity added: /w/workspace/edgex-go/462@tmp/private_key_12509194007037723722.key (/w/workspace/edgex-go/462@tmp/private_key_12509194007037723722.key) 15:00:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:00:11 + git semver push 15:00:11 2023-03-16 15:00:11,452 [run_push] DEBUG push 15:00:11 2023-03-16 15:00:11,453 [execute] INFO git cat-file --batch-check 15:00:11 2023-03-16 15:00:11,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) 15:00:11 2023-03-16 15:00:11,457 [execute] INFO git rev-list 1c1b27aecc2be53f8fb0471de1b7d99413da46d1 -- 15:00:11 2023-03-16 15:00:11,457 [execute] DEBUG Popen(['git', 'rev-list', '1c1b27aecc2be53f8fb0471de1b7d99413da46d1', '--'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=None) 15:00:11 2023-03-16 15:00:11,475 [execute] INFO git fetch -v origin 15:00:11 2023-03-16 15:00:11,476 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=True, shell=None, istream=None) 15:00:12 2023-03-16 15:00:12,095 [run_push] DEBUG no remote changes detected 15:00:12 2023-03-16 15:00:12,096 [execute] INFO git push origin semver 15:00:12 2023-03-16 15:00:12,096 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=None) 15:00:13 2023-03-16 15:00:13,056 [run_push] DEBUG push all version tags 15:00:13 2023-03-16 15:00:13,057 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:00:13 2023-03-16 15:00:13,057 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) 15:00:13 2023-03-16 15:00:13,966 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main 15:00:13 3.0.0-dev.101 [Pipeline] } 15:00:14 $ docker exec --env ******** --env ******** a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe ssh-agent -k 15:00:14 unset SSH_AUTH_SOCK; 15:00:14 unset SSH_AGENT_PID; 15:00:14 echo Agent pid 38 killed; 15:00:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:00:14 + git semver [Pipeline] } 15:00:14 $ docker stop --time=1 a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe 15:00:16 $ docker rm -f --volumes a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe [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 15:00:16 + [ -d /w/workspace/edgex-go/462/archives ] [Pipeline] libraryResource [Pipeline] sh 15:00:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:00:17 ---> package-listing.sh 15:00:17 ++ facter osfamily 15:00:17 ++ tr '[:upper:]' '[:lower:]' 15:00:18 + OS_FAMILY=debian 15:00:18 + workspace=/w/workspace/edgex-go/462 15:00:18 + START_PACKAGES=/tmp/packages_start.txt 15:00:18 + END_PACKAGES=/tmp/packages_end.txt 15:00:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:00:18 + PACKAGES=/tmp/packages_start.txt 15:00:18 + '[' /w/workspace/edgex-go/462 ']' 15:00:18 + PACKAGES=/tmp/packages_end.txt 15:00:18 + case "${OS_FAMILY}" in 15:00:18 + dpkg -l 15:00:18 + grep '^ii' 15:00:18 + '[' -f /tmp/packages_start.txt ']' 15:00:18 + '[' -f /tmp/packages_end.txt ']' 15:00:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:00:18 + '[' /w/workspace/edgex-go/462 ']' 15:00:18 + mkdir -p /w/workspace/edgex-go/462/archives/ 15:00:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/462/archives/ [Pipeline] echo 15:00:18 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/462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:00:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:19 15:00:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:00:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:19 latest: Pulling from edgex-lftools-log-publisher 15:00:19 5eb5b503b376: Pulling fs layer 15:00:19 5c69ac0246d0: Pulling fs layer 15:00:19 ec43610c2a17: Pulling fs layer 15:00:19 3a2ae6a8a46f: Pulling fs layer 15:00:19 33b1e0a273af: Pulling fs layer 15:00:19 5d3b04190fa2: Pulling fs layer 15:00:19 2f39f015ded8: Pulling fs layer 15:00:19 3a2ae6a8a46f: Waiting 15:00:19 33b1e0a273af: Waiting 15:00:19 5d3b04190fa2: Waiting 15:00:19 2f39f015ded8: Waiting 15:00:19 5c69ac0246d0: Verifying Checksum 15:00:19 5c69ac0246d0: Download complete 15:00:19 3a2ae6a8a46f: Verifying Checksum 15:00:19 3a2ae6a8a46f: Download complete 15:00:19 33b1e0a273af: Verifying Checksum 15:00:19 33b1e0a273af: Download complete 15:00:19 5d3b04190fa2: Verifying Checksum 15:00:19 5d3b04190fa2: Download complete 15:00:19 ec43610c2a17: Verifying Checksum 15:00:19 ec43610c2a17: Download complete 15:00:19 5eb5b503b376: Verifying Checksum 15:00:19 5eb5b503b376: Download complete 15:00:20 2f39f015ded8: Download complete 15:00:21 5eb5b503b376: Pull complete 15:00:21 5c69ac0246d0: Pull complete 15:00:21 ec43610c2a17: Pull complete 15:00:21 3a2ae6a8a46f: Pull complete 15:00:21 33b1e0a273af: Pull complete 15:00:21 5d3b04190fa2: Pull complete 15:00:26 2f39f015ded8: Pull complete 15:00:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:00:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:00:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:00:26 prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container 15:00:26 $ 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/462/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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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 15:00:27 $ docker top 8376fc06b6e206d264e1bb7392887297334601a3d085e562b69450c25ec5073f -eo pid,comm [Pipeline] { [Pipeline] sh 15:00:28 + touch /tmp/pre-build-complete [Pipeline] sh 15:00:28 + mkdir -p /var/log/sysstat [Pipeline] sh 15:00:28 + ls /var/log/sa-host 15:00:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:00:28 provisioning config files... 15:00:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/462@tmp/config12618006650479365859tmp [Pipeline] { [Pipeline] echo 15:00:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:00:29 ---> create-netrc.sh [Pipeline] } 15:00:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:00:29 ---> python-tools-install.sh [Pipeline] echo 15:00:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:00:29 ---> sudo-logs.sh 15:00:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:00:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:00:30 ---> job-cost.sh 15:00:30 lf-activate-venv: SKIPPING 15:00:30 DEBUG: total: 0.10999999940395355 15:00:30 INFO: Retrieving Stack Cost... 15:00:30 INFO: Retrieving Pricing Info for: v3-standard-8 15:00:30 INFO: Archiving Costs [Pipeline] echo 15:00:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:00:31 ---> logs-deploy.sh 15:00:31 lf-activate-venv: SKIPPING 15:00:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/462 15:00:31 INFO: archiving workspace using pattern(s): 15:00:32 Archives upload complete. 15:00:32 INFO: archiving logs to Nexus 15:00:32 ---> uname -a: 15:00:32 Linux prd-ubuntu20-04-docker-8c-8g-2436 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:00:32 15:00:32 15:00:32 ---> lscpu: 15:00:32 Architecture: x86_64 15:00:32 CPU op-mode(s): 32-bit, 64-bit 15:00:32 Byte Order: Little Endian 15:00:32 Address sizes: 40 bits physical, 48 bits virtual 15:00:32 CPU(s): 8 15:00:32 On-line CPU(s) list: 0-7 15:00:32 Thread(s) per core: 1 15:00:32 Core(s) per socket: 1 15:00:32 Socket(s): 8 15:00:32 NUMA node(s): 1 15:00:32 Vendor ID: AuthenticAMD 15:00:32 CPU family: 23 15:00:32 Model: 49 15:00:32 Model name: AMD EPYC-Rome Processor 15:00:32 Stepping: 0 15:00:32 CPU MHz: 2799.998 15:00:32 BogoMIPS: 5599.99 15:00:32 Virtualization: AMD-V 15:00:32 Hypervisor vendor: KVM 15:00:32 Virtualization type: full 15:00:32 L1d cache: 256 KiB 15:00:32 L1i cache: 256 KiB 15:00:32 L2 cache: 4 MiB 15:00:32 L3 cache: 128 MiB 15:00:32 NUMA node0 CPU(s): 0-7 15:00:32 Vulnerability Itlb multihit: Not affected 15:00:32 Vulnerability L1tf: Not affected 15:00:32 Vulnerability Mds: Not affected 15:00:32 Vulnerability Meltdown: Not affected 15:00:32 Vulnerability Mmio stale data: Not affected 15:00:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:00:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:00:32 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:00:32 Vulnerability Srbds: Not affected 15:00:32 Vulnerability Tsx async abort: Not affected 15:00:32 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 15:00:32 15:00:32 15:00:32 ---> nproc: 15:00:32 8 15:00:32 15:00:32 15:00:32 ---> df -h: 15:00:32 Filesystem Size Used Avail Use% Mounted on 15:00:32 overlay 155G 21G 134G 14% / 15:00:32 tmpfs 64M 0 64M 0% /dev 15:00:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:00:32 shm 64M 0 64M 0% /dev/shm 15:00:32 /dev/vda1 155G 21G 134G 14% /facter-os 15:00:32 15:00:32 15:00:33 ---> sar -b -r -n DEV: 15:00:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2436) 03/16/23 _x86_64_ (8 CPU) 15:00:33 15:00:33 14:26:36 LINUX RESTART (8 CPU) 15:00:33 15:00:33 14:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:00:33 14:28:01 183.39 38.04 145.35 0.00 4291.75 74563.23 0.00 15:00:33 14:29:01 29.39 0.00 29.39 0.00 0.00 17718.64 0.00 15:00:33 14:30:01 93.62 0.30 93.32 0.00 14.53 35518.08 0.00 15:00:33 14:31:01 867.58 9.38 858.20 0.00 104.63 357904.30 0.00 15:00:33 14:32:01 1273.69 11.65 1262.04 0.00 2927.11 434443.19 0.00 15:00:33 14:33:01 1195.13 1.97 1193.17 0.00 2274.31 186048.65 0.00 15:00:33 14:34:01 26.86 0.08 26.78 0.00 12.93 890.52 0.00 15:00:33 14:35:01 8.52 0.02 8.50 0.00 4.27 191.97 0.00 15:00:33 14:36:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 15:00:33 14:37:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 15:00:33 14:38:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 15:00:33 14:39:01 2.50 0.18 2.32 0.00 18.53 29.06 0.00 15:00:33 14:40:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 15:00:33 14:41:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 15:00:33 14:42:01 1.90 0.02 1.88 0.00 0.13 24.66 0.00 15:00:33 14:43:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 15:00:33 14:44:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 15:00:33 14:45:01 1.47 0.00 1.47 0.00 0.00 17.33 0.00 15:00:33 14:46:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 15:00:33 14:47:01 1.63 0.00 1.63 0.00 0.00 19.33 0.00 15:00:33 14:48:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 15:00:33 14:49:01 1.43 0.00 1.43 0.00 0.00 17.06 0.00 15:00:33 14:50:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 15:00:33 14:51:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 15:00:33 14:52:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 15:00:33 14:53:01 1.00 0.00 1.00 0.00 0.00 12.93 0.00 15:00:33 14:54:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 15:00:33 14:55:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 15:00:33 14:56:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 15:00:33 14:57:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 15:00:33 14:58:01 1.35 0.00 1.35 0.00 0.00 15.60 0.00 15:00:33 14:59:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 15:00:33 15:00:01 111.25 0.37 110.88 0.00 16.26 56445.79 0.00 15:00:33 Average: 115.77 1.86 113.91 0.00 290.84 35256.78 0.00 15:00:33 15:00:33 14:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:00:33 14:28:01 28399888 31443192 855948 2.60 111596 3160984 2044928 6.03 1259204 2800316 13348 15:00:33 14:29:01 27869272 31322252 973568 2.96 114080 3539956 2377144 7.01 1504112 3054868 133036 15:00:33 14:30:01 27951468 31522520 774716 2.36 117332 3655148 1834024 5.41 1275520 3200600 776 15:00:33 14:31:01 21351048 31124488 1148876 3.49 289476 9331868 2938440 8.66 2400128 8297064 588 15:00:33 14:32:01 17029216 31139540 1116652 3.40 421460 13258452 3381612 9.97 2640956 12069396 142240 15:00:33 14:33:01 18322032 31518804 749288 2.28 467136 12346876 1977692 5.83 2522940 10968100 1360 15:00:33 14:34:01 18328616 31522520 744644 2.26 466828 12344552 1836468 5.41 2517740 10965136 888 15:00:33 14:35:01 18330540 31524868 741844 2.26 467048 12344740 1843328 5.43 2514568 10965232 40 15:00:33 14:36:01 18330592 31525732 741524 2.26 467064 12344744 1843328 5.43 2513732 10965936 8 15:00:33 14:37:01 18334804 31529964 737504 2.24 467084 12344744 1843328 5.43 2509380 10965936 152 15:00:33 14:38:01 18335068 31530240 737304 2.24 467104 12344748 1859388 5.48 2509072 10965948 24 15:00:33 14:39:01 18335552 31531708 735968 2.24 467116 12345308 1906708 5.62 2507172 10966692 236 15:00:33 14:40:01 18335764 31531948 735668 2.24 467120 12345312 1906708 5.62 2507064 10966696 8 15:00:33 14:41:01 18335676 31531868 735668 2.24 467136 12345316 1906708 5.62 2507084 10966700 40 15:00:33 14:42:01 18335252 31531560 736096 2.24 467156 12345292 1913508 5.64 2507088 10966676 24 15:00:33 14:43:01 18335528 31531848 735732 2.24 467176 12345296 1913508 5.64 2506896 10966680 20 15:00:33 14:44:01 18335512 31531832 735672 2.24 467192 12345296 1913508 5.64 2506824 10966680 20 15:00:33 14:45:01 18335400 31531756 735704 2.24 467208 12345300 1913508 5.64 2506856 10966684 12 15:00:33 14:46:01 18335604 31531968 735420 2.24 467224 12345304 1913508 5.64 2506880 10966688 8 15:00:33 14:47:01 18335052 31531456 735876 2.24 467260 12345304 1913508 5.64 2506964 10966688 12 15:00:33 14:48:01 18335188 31531616 735884 2.24 467264 12345312 1913508 5.64 2507044 10966692 12 15:00:33 14:49:01 18335196 31531632 735828 2.24 467272 12345316 1913508 5.64 2506996 10966696 44 15:00:33 14:50:01 18335400 31531836 735552 2.24 467284 12345316 1913508 5.64 2506980 10966696 8 15:00:33 14:51:01 18335344 31531812 735520 2.24 467296 12345324 1913508 5.64 2507024 10966700 44 15:00:33 14:52:01 18335296 31531764 735480 2.24 467324 12345324 1913508 5.64 2507008 10966700 32 15:00:33 14:53:01 18335248 31531892 735316 2.24 467340 12345456 1913508 5.64 2507152 10966832 196 15:00:33 14:54:01 18335200 31531856 735292 2.24 467348 12345460 1913508 5.64 2507076 10966836 8 15:00:33 14:55:01 18334932 31531608 735480 2.24 467368 12345460 1913508 5.64 2507112 10966836 40 15:00:33 14:56:01 18335600 31532280 735204 2.24 467376 12345464 1913508 5.64 2507388 10966840 8 15:00:33 14:57:01 18335576 31532276 735180 2.24 467384 12345468 1897356 5.59 2507132 10966840 180 15:00:33 14:58:01 18335496 31532212 735176 2.24 467400 12345472 1897356 5.59 2507184 10966844 8 15:00:33 14:59:01 18335448 31532192 735144 2.24 467416 12345476 1897356 5.59 2507164 10966848 44 15:00:33 15:00:01 16823076 31494424 768744 2.34 515576 13653556 1949456 5.75 2637436 12226396 496 15:00:33 Average: 19225724 31495984 773863 2.35 429832 11512816 1995271 5.88 2407663 10234742 8908 15:00:33 15:00:33 14:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:00:33 14:28:01 docker0 554.65 521.06 39.97 3485.28 0.00 0.00 0.00 0.00 15:00:33 14:28:01 vethca4bc92 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:28:01 lo 4.81 4.81 0.47 0.47 0.00 0.00 0.00 0.00 15:00:33 14:28:01 ens3 1588.95 1406.03 12802.32 179.85 0.00 0.00 0.00 0.00 15:00:33 14:29:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 15:00:33 14:29:01 vethca4bc92 1.57 1.63 0.14 0.15 0.00 0.00 0.00 0.00 15:00:33 14:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:29:01 ens3 50.03 45.23 28.12 101.66 0.00 0.00 0.00 0.00 15:00:33 14:30:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:30:01 vethf9373a3 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:30:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 15:00:33 14:30:01 ens3 98.42 57.02 1706.45 20.45 0.00 0.00 0.00 0.00 15:00:33 14:31:01 docker0 487.12 856.55 40.68 6422.44 0.00 0.00 0.00 0.00 15:00:33 14:31:01 vethf9373a3 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 15:00:33 14:31:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 15:00:33 14:31:01 veth41dd0e9 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:31:01 ens3 881.97 503.42 6442.41 58.44 0.00 0.00 0.00 0.00 15:00:33 14:31:01 vethc549a54 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:32:01 veth28f5a8c 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:32:01 docker0 361.72 740.13 29.82 5045.65 0.00 0.00 0.00 0.00 15:00:33 14:32:01 vethf9373a3 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:32:01 vethd2359ef 2.00 4.85 0.15 43.21 0.00 0.00 0.00 0.00 15:00:33 14:32:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 15:00:33 14:32:01 vethf522566 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:32:01 vethd7d03c2 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 14:32:01 ens3 873.34 429.66 7005.88 58.83 0.00 0.00 0.00 0.00 15:00:33 14:33:01 docker0 12.48 26.62 0.79 285.67 0.00 0.00 0.00 0.00 15:00:33 14:33:01 lo 12.13 12.13 1.19 1.19 0.00 0.00 0.00 0.00 15:00:33 14:33:01 ens3 239.27 187.47 1262.75 446.26 0.00 0.00 0.00 0.00 15:00:33 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:34:01 lo 48.99 48.99 4.83 4.83 0.00 0.00 0.00 0.00 15:00:33 14:34:01 ens3 478.17 471.29 241.53 2330.06 0.00 0.00 0.00 0.00 15:00:33 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:35:01 lo 8.33 8.33 0.82 0.82 0.00 0.00 0.00 0.00 15:00:33 14:35:01 ens3 91.93 82.59 55.69 434.90 0.00 0.00 0.00 0.00 15:00:33 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:36:01 ens3 0.30 0.03 0.01 0.00 0.00 0.00 0.00 0.00 15:00:33 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:37:01 ens3 0.72 0.23 0.15 0.08 0.00 0.00 0.00 0.00 15:00:33 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:38:01 ens3 1.50 0.82 2.10 0.30 0.00 0.00 0.00 0.00 15:00:33 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:39:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 15:00:33 14:39:01 ens3 0.33 0.35 0.11 0.04 0.00 0.00 0.00 0.00 15:00:33 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:40:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:41:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:42:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:43:01 ens3 0.68 0.50 0.34 0.28 0.00 0.00 0.00 0.00 15:00:33 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:44:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:46:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:48:01 ens3 0.30 0.17 0.19 0.07 0.00 0.00 0.00 0.00 15:00:33 14:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:52:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:53:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 15:00:33 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:54:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:55:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:57:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 15:00:33 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:58:01 ens3 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 15:00:33 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 14:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 14:59:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:00:33 15:00:01 docker0 35.28 61.24 3.00 585.33 0.00 0.00 0.00 0.00 15:00:33 15:00:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 15:00:33 15:00:01 ens3 336.41 207.52 7767.36 42.58 0.00 0.00 0.00 0.00 15:00:33 15:00:01 vethbc73f86 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 15:00:33 Average: docker0 43.77 66.66 3.45 478.02 0.00 0.00 0.00 0.00 15:00:33 Average: lo 2.46 2.46 0.24 0.24 0.00 0.00 0.00 0.00 15:00:33 Average: ens3 140.00 102.17 1124.86 111.30 0.00 0.00 0.00 0.00 15:00:33 Average: vethbc73f86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:00:33 15:00:33 15:00:33 ---> sar -P ALL: 15:00:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2436) 03/16/23 _x86_64_ (8 CPU) 15:00:33 15:00:33 14:26:36 LINUX RESTART (8 CPU) 15:00:33 15:00:33 14:27:02 CPU %user %nice %system %iowait %steal %idle 15:00:33 14:28:01 all 13.61 0.00 5.09 1.43 0.07 79.81 15:00:33 14:28:01 0 11.73 0.00 4.50 1.85 0.07 81.86 15:00:33 14:28:01 1 11.60 0.00 5.64 3.38 0.07 79.32 15:00:33 14:28:01 2 14.72 0.00 5.17 0.94 0.07 79.10 15:00:33 14:28:01 3 13.90 0.00 4.48 0.29 0.09 81.25 15:00:33 14:28:01 4 15.04 0.00 4.55 2.96 0.05 77.39 15:00:33 14:28:01 5 15.25 0.00 4.68 0.95 0.07 79.06 15:00:33 14:28:01 6 12.71 0.00 4.88 0.31 0.05 82.05 15:00:33 14:28:01 7 13.91 0.00 6.84 0.73 0.09 78.43 15:00:33 14:29:01 all 29.80 0.00 4.77 0.26 0.08 65.09 15:00:33 14:29:01 0 26.65 0.00 5.06 0.12 0.07 68.10 15:00:33 14:29:01 1 30.91 0.00 5.11 0.05 0.08 63.84 15:00:33 14:29:01 2 29.91 0.00 4.86 0.03 0.07 65.12 15:00:33 14:29:01 3 30.39 0.00 4.42 0.00 0.08 65.11 15:00:33 14:29:01 4 31.53 0.00 4.88 0.13 0.10 63.36 15:00:33 14:29:01 5 29.24 0.00 4.65 0.17 0.08 65.86 15:00:33 14:29:01 6 30.68 0.00 4.74 1.54 0.08 62.96 15:00:33 14:29:01 7 29.11 0.00 4.46 0.03 0.08 66.32 15:00:33 14:30:01 all 41.25 0.00 6.26 0.53 0.10 51.87 15:00:33 14:30:01 0 40.39 0.00 6.09 0.03 0.10 53.38 15:00:33 14:30:01 1 42.07 0.00 6.56 0.10 0.10 51.17 15:00:33 14:30:01 2 41.99 0.00 6.42 0.03 0.10 51.45 15:00:33 14:30:01 3 40.46 0.00 6.17 0.02 0.08 53.26 15:00:33 14:30:01 4 40.39 0.00 6.47 3.05 0.10 49.98 15:00:33 14:30:01 5 40.56 0.00 5.84 0.70 0.08 52.82 15:00:33 14:30:01 6 42.55 0.00 6.07 0.10 0.10 51.18 15:00:33 14:30:01 7 41.57 0.00 6.45 0.17 0.10 51.71 15:00:33 14:31:01 all 28.02 0.00 13.23 7.47 0.10 51.18 15:00:33 14:31:01 0 27.80 0.00 12.63 5.22 0.10 54.24 15:00:33 14:31:01 1 28.93 0.00 13.75 19.63 0.10 37.59 15:00:33 14:31:01 2 27.17 0.00 10.70 3.69 0.08 58.35 15:00:33 14:31:01 3 29.03 0.00 13.37 4.95 0.10 52.54 15:00:33 14:31:01 4 27.78 0.00 14.95 8.45 0.10 48.72 15:00:33 14:31:01 5 28.88 0.00 13.04 4.58 0.10 53.40 15:00:33 14:31:01 6 28.48 0.00 13.27 8.59 0.08 49.57 15:00:33 14:31:01 7 26.11 0.00 14.09 4.77 0.12 54.91 15:00:33 14:32:01 all 61.77 0.00 16.81 5.69 0.16 15.57 15:00:33 14:32:01 0 62.16 0.00 17.10 6.74 0.17 13.83 15:00:33 14:32:01 1 61.69 0.00 14.69 4.37 0.17 19.08 15:00:33 14:32:01 2 63.78 0.00 16.17 4.63 0.15 15.27 15:00:33 14:32:01 3 61.04 0.00 17.70 5.11 0.15 16.00 15:00:33 14:32:01 4 62.19 0.00 16.26 7.33 0.17 14.05 15:00:33 14:32:01 5 63.20 0.00 15.42 4.00 0.14 17.25 15:00:33 14:32:01 6 62.24 0.00 16.42 4.41 0.17 16.76 15:00:33 14:32:01 7 57.88 0.00 20.71 8.92 0.17 12.32 15:00:33 14:33:01 all 53.67 0.00 11.40 2.50 0.13 32.30 15:00:33 14:33:01 0 52.43 0.00 11.75 2.43 0.12 33.28 15:00:33 14:33:01 1 51.43 0.00 10.16 1.64 0.14 36.64 15:00:33 14:33:01 2 54.24 0.00 12.37 4.71 0.13 28.54 15:00:33 14:33:01 3 54.94 0.00 11.24 3.07 0.13 30.61 15:00:33 14:33:01 4 52.21 0.00 11.29 2.11 0.13 34.26 15:00:33 14:33:01 5 54.64 0.00 10.52 1.41 0.13 33.29 15:00:33 14:33:01 6 54.80 0.00 11.92 2.10 0.13 31.05 15:00:33 14:33:01 7 54.67 0.00 11.92 2.55 0.12 30.74 15:00:33 14:34:01 all 7.42 0.00 1.12 0.13 0.05 91.27 15:00:33 14:34:01 0 6.08 0.00 1.20 0.03 0.05 92.63 15:00:33 14:34:01 1 9.69 0.00 1.19 0.03 0.05 89.03 15:00:33 14:34:01 2 7.68 0.00 1.12 0.75 0.07 90.38 15:00:33 14:34:01 3 6.46 0.00 1.12 0.03 0.05 92.33 15:00:33 14:34:01 4 5.45 0.00 0.77 0.05 0.03 93.69 15:00:33 14:34:01 5 8.94 0.00 0.90 0.12 0.05 89.99 15:00:33 14:34:01 6 6.17 0.00 0.99 0.02 0.03 92.79 15:00:33 14:34:01 7 8.93 0.00 1.70 0.03 0.08 89.26 15:00:33 14:35:01 all 1.35 0.00 0.21 0.04 0.02 98.38 15:00:33 14:35:01 0 0.33 0.00 0.22 0.12 0.00 99.33 15:00:33 14:35:01 1 1.81 0.00 0.23 0.02 0.03 97.91 15:00:33 14:35:01 2 2.04 0.00 0.27 0.02 0.02 97.66 15:00:33 14:35:01 3 0.37 0.00 0.20 0.02 0.02 99.40 15:00:33 14:35:01 4 0.12 0.00 0.08 0.00 0.00 99.80 15:00:33 14:35:01 5 2.57 0.00 0.23 0.10 0.02 97.08 15:00:33 14:35:01 6 1.52 0.00 0.23 0.00 0.03 98.21 15:00:33 14:35:01 7 2.07 0.00 0.25 0.02 0.02 97.64 15:00:33 14:36:01 all 0.02 0.00 0.02 0.00 0.00 99.96 15:00:33 14:36:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:00:33 14:36:01 1 0.00 0.00 0.03 0.00 0.00 99.97 15:00:33 14:36:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:00:33 14:36:01 3 0.03 0.00 0.02 0.02 0.00 99.93 15:00:33 14:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:36:01 5 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:36:01 6 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:37:01 all 0.03 0.00 0.02 0.01 0.00 99.94 15:00:33 14:37:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:00:33 14:37:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:00:33 14:37:01 2 0.02 0.00 0.05 0.00 0.00 99.93 15:00:33 14:37:01 3 0.03 0.00 0.00 0.02 0.00 99.95 15:00:33 14:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:37:01 5 0.03 0.00 0.02 0.03 0.00 99.92 15:00:33 14:37:01 6 0.03 0.00 0.05 0.00 0.02 99.90 15:00:33 14:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 15:00:33 14:38:01 all 0.02 0.00 0.01 0.01 0.00 99.95 15:00:33 14:38:01 0 0.00 0.00 0.00 0.02 0.00 99.98 15:00:33 14:38:01 1 0.00 0.00 0.00 0.10 0.00 99.90 15:00:33 14:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:38:01 3 0.07 0.00 0.02 0.00 0.00 99.92 15:00:33 14:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 15:00:33 14:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 15:00:33 14:38:01 CPU %user %nice %system %iowait %steal %idle 15:00:33 14:39:01 all 0.11 0.00 0.06 0.01 0.01 99.81 15:00:33 14:39:01 0 0.05 0.00 0.03 0.02 0.00 99.90 15:00:33 14:39:01 1 0.08 0.00 0.05 0.02 0.02 99.83 15:00:33 14:39:01 2 0.03 0.00 0.05 0.00 0.02 99.90 15:00:33 14:39:01 3 0.53 0.00 0.12 0.00 0.02 99.33 15:00:33 14:39:01 4 0.05 0.00 0.05 0.02 0.02 99.87 15:00:33 14:39:01 5 0.05 0.00 0.07 0.03 0.00 99.85 15:00:33 14:39:01 6 0.07 0.00 0.05 0.00 0.00 99.88 15:00:33 14:39:01 7 0.05 0.00 0.07 0.00 0.00 99.88 15:00:33 14:40:01 all 0.02 0.00 0.01 0.00 0.00 99.96 15:00:33 14:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:40:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:00:33 14:40:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:00:33 14:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 15:00:33 14:40:01 6 0.08 0.00 0.03 0.00 0.02 99.87 15:00:33 14:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:41:01 all 0.03 0.00 0.02 0.02 0.00 99.92 15:00:33 14:41:01 0 0.02 0.00 0.02 0.05 0.00 99.92 15:00:33 14:41:01 1 0.05 0.00 0.03 0.13 0.02 99.77 15:00:33 14:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:41:01 5 0.05 0.00 0.02 0.00 0.00 99.93 15:00:33 14:41:01 6 0.03 0.00 0.07 0.00 0.00 99.90 15:00:33 14:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:42:01 all 0.02 0.00 0.03 0.01 0.00 99.94 15:00:33 14:42:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:00:33 14:42:01 1 0.05 0.00 0.03 0.03 0.00 99.88 15:00:33 14:42:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:00:33 14:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:42:01 4 0.00 0.00 0.03 0.00 0.00 99.97 15:00:33 14:42:01 5 0.02 0.00 0.07 0.00 0.00 99.92 15:00:33 14:42:01 6 0.05 0.00 0.03 0.00 0.02 99.90 15:00:33 14:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:43:01 all 0.12 0.00 0.02 0.00 0.01 99.86 15:00:33 14:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:00:33 14:43:01 1 0.73 0.00 0.07 0.02 0.02 99.17 15:00:33 14:43:01 2 0.05 0.00 0.00 0.00 0.02 99.93 15:00:33 14:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 15:00:33 14:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:43:01 5 0.03 0.00 0.05 0.00 0.00 99.92 15:00:33 14:43:01 6 0.05 0.00 0.02 0.00 0.00 99.93 15:00:33 14:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 15:00:33 14:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:00:33 14:44:01 0 0.00 0.00 0.00 0.02 0.00 99.98 15:00:33 14:44:01 1 0.00 0.00 0.00 0.02 0.02 99.97 15:00:33 14:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 15:00:33 14:44:01 6 0.02 0.00 0.03 0.00 0.02 99.93 15:00:33 14:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:45:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:00:33 14:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:45:01 1 0.03 0.00 0.00 0.03 0.00 99.93 15:00:33 14:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:45:01 5 0.03 0.00 0.03 0.00 0.00 99.93 15:00:33 14:45:01 6 0.07 0.00 0.03 0.00 0.00 99.90 15:00:33 14:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:46:01 all 0.02 0.00 0.02 0.00 0.00 99.96 15:00:33 14:46:01 0 0.00 0.00 0.00 0.02 0.00 99.98 15:00:33 14:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:00:33 14:46:01 2 0.00 0.00 0.03 0.00 0.00 99.97 15:00:33 14:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:46:01 5 0.08 0.00 0.03 0.00 0.00 99.88 15:00:33 14:46:01 6 0.05 0.00 0.05 0.00 0.00 99.90 15:00:33 14:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:47:01 all 0.03 0.00 0.01 0.01 0.01 99.95 15:00:33 14:47:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:00:33 14:47:01 1 0.02 0.00 0.02 0.02 0.02 99.93 15:00:33 14:47:01 2 0.05 0.00 0.02 0.00 0.02 99.92 15:00:33 14:47:01 3 0.02 0.00 0.02 0.02 0.00 99.95 15:00:33 14:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:47:01 5 0.05 0.00 0.03 0.00 0.00 99.92 15:00:33 14:47:01 6 0.03 0.00 0.03 0.00 0.02 99.92 15:00:33 14:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:48:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:00:33 14:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:48:01 1 0.02 0.00 0.00 0.02 0.00 99.97 15:00:33 14:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:48:01 3 0.07 0.00 0.00 0.00 0.00 99.93 15:00:33 14:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:48:01 5 0.03 0.00 0.03 0.00 0.02 99.92 15:00:33 14:48:01 6 0.05 0.00 0.02 0.00 0.00 99.93 15:00:33 14:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:49:01 all 0.03 0.00 0.01 0.01 0.01 99.95 15:00:33 14:49:01 0 0.05 0.00 0.02 0.02 0.00 99.92 15:00:33 14:49:01 1 0.03 0.00 0.02 0.03 0.02 99.90 15:00:33 14:49:01 2 0.05 0.00 0.02 0.00 0.02 99.92 15:00:33 14:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:49:01 5 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:49:01 6 0.05 0.00 0.03 0.00 0.02 99.90 15:00:33 14:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 15:00:33 14:49:01 CPU %user %nice %system %iowait %steal %idle 15:00:33 14:50:01 all 0.02 0.00 0.01 0.00 0.00 99.97 15:00:33 14:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:50:01 1 0.03 0.00 0.02 0.02 0.00 99.93 15:00:33 14:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:00:33 14:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:50:01 6 0.00 0.00 0.03 0.00 0.00 99.97 15:00:33 14:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:51:01 all 0.02 0.00 0.02 0.01 0.00 99.96 15:00:33 14:51:01 0 0.00 0.00 0.02 0.02 0.00 99.97 15:00:33 14:51:01 1 0.00 0.00 0.02 0.03 0.00 99.95 15:00:33 14:51:01 2 0.07 0.00 0.02 0.00 0.00 99.92 15:00:33 14:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:51:01 5 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:51:01 6 0.05 0.00 0.02 0.00 0.02 99.92 15:00:33 14:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:52:01 all 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:52:01 0 0.02 0.00 0.02 0.02 0.00 99.95 15:00:33 14:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:00:33 14:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:00:33 14:52:01 3 0.07 0.00 0.00 0.00 0.00 99.93 15:00:33 14:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:52:01 6 0.03 0.00 0.05 0.00 0.00 99.92 15:00:33 14:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:53:01 all 0.03 0.00 0.01 0.01 0.01 99.95 15:00:33 14:53:01 0 0.02 0.00 0.00 0.03 0.00 99.95 15:00:33 14:53:01 1 0.02 0.00 0.00 0.02 0.02 99.95 15:00:33 14:53:01 2 0.05 0.00 0.03 0.00 0.02 99.90 15:00:33 14:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:53:01 4 0.00 0.00 0.00 0.00 0.02 99.98 15:00:33 14:53:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:53:01 6 0.07 0.00 0.03 0.00 0.02 99.88 15:00:33 14:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:54:01 all 0.17 0.00 0.02 0.00 0.00 99.81 15:00:33 14:54:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:00:33 14:54:01 1 1.23 0.00 0.03 0.03 0.00 98.71 15:00:33 14:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:54:01 5 0.00 0.00 0.03 0.00 0.00 99.97 15:00:33 14:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:55:01 all 0.26 0.00 0.01 0.01 0.01 99.71 15:00:33 14:55:01 0 0.02 0.00 0.02 0.02 0.02 99.93 15:00:33 14:55:01 1 1.97 0.00 0.00 0.07 0.00 97.96 15:00:33 14:55:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:00:33 14:55:01 3 0.02 0.00 0.00 0.00 0.02 99.97 15:00:33 14:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:55:01 6 0.02 0.00 0.03 0.00 0.02 99.93 15:00:33 14:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:56:01 all 0.26 0.00 0.02 0.00 0.00 99.71 15:00:33 14:56:01 0 0.00 0.00 0.02 0.02 0.00 99.97 15:00:33 14:56:01 1 1.97 0.00 0.03 0.02 0.02 97.96 15:00:33 14:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:00:33 14:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:56:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:00:33 14:56:01 6 0.03 0.00 0.03 0.00 0.00 99.93 15:00:33 14:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:00:33 14:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:57:01 1 1.06 0.00 0.02 0.02 0.00 98.91 15:00:33 14:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 15:00:33 14:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:57:01 6 0.05 0.00 0.07 0.00 0.00 99.88 15:00:33 14:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:00:33 14:58:01 all 0.03 0.00 0.01 0.01 0.00 99.96 15:00:33 14:58:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:00:33 14:58:01 1 0.02 0.00 0.00 0.02 0.02 99.95 15:00:33 14:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:00:33 14:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:58:01 4 0.03 0.00 0.00 0.02 0.00 99.95 15:00:33 14:58:01 5 0.05 0.00 0.00 0.00 0.00 99.95 15:00:33 14:58:01 6 0.03 0.00 0.02 0.00 0.02 99.93 15:00:33 14:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:00:33 14:59:01 all 0.02 0.00 0.01 0.01 0.01 99.95 15:00:33 14:59:01 0 0.02 0.00 0.00 0.02 0.00 99.97 15:00:33 14:59:01 1 0.02 0.00 0.00 0.08 0.00 99.90 15:00:33 14:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:00:33 14:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:00:33 14:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 15:00:33 14:59:01 5 0.02 0.00 0.02 0.00 0.02 99.95 15:00:33 14:59:01 6 0.07 0.00 0.02 0.00 0.02 99.90 15:00:33 14:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 15:00:33 15:00:01 all 7.87 0.00 3.63 0.96 0.05 87.48 15:00:33 15:00:01 0 6.24 0.00 3.56 0.96 0.05 89.19 15:00:33 15:00:01 1 7.36 0.00 3.75 3.38 0.05 85.46 15:00:33 15:00:01 2 9.16 0.00 4.25 2.39 0.07 84.14 15:00:33 15:00:01 3 9.21 0.00 4.86 0.07 0.07 85.80 15:00:33 15:00:01 4 9.30 0.00 3.32 0.05 0.05 87.28 15:00:33 15:00:01 5 7.54 0.00 3.92 0.72 0.03 87.78 15:00:33 15:00:01 6 7.27 0.00 2.63 0.10 0.05 89.95 15:00:33 15:00:01 7 6.89 0.00 2.74 0.05 0.05 90.27 15:00:33 15:00:33 Average: CPU %user %nice %system %iowait %steal %idle 15:00:33 Average: all 7.39 0.00 1.89 0.57 0.03 90.12 15:00:33 Average: 0 7.03 0.00 1.87 0.53 0.02 90.55 15:00:33 Average: 1 7.60 0.00 1.84 0.99 0.03 89.54 15:00:33 Average: 2 7.54 0.00 1.86 0.52 0.03 90.06 15:00:33 Average: 3 7.41 0.00 1.91 0.41 0.02 90.24 15:00:33 Average: 4 7.33 0.00 1.88 0.72 0.02 90.05 15:00:33 Average: 5 7.56 0.00 1.80 0.38 0.02 90.23 15:00:33 Average: 6 7.44 0.00 1.86 0.51 0.03 90.16 15:00:33 Average: 7 7.23 0.00 2.07 0.52 0.03 90.16 15:00:33 15:00:33 15:00:33