Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 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-ssh11990669887317560927.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh15032138830114276451.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh660591543109261662.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh908653064571935679.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh17949127900958690544.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-22609 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/280 [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/280 # 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 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 (main) > 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 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 # timeout=10 Commit message: "feat(metadata): implement Unit of Measure (UoM) ADR (#4119)" > git rev-list --no-walk e3ca38a5709b6fd134cd3d7a24fe413a337b80c3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:36:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:36:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:36:11 ========================================================= 10:36:11 EdgeX Global Pipelines Version Info 10:36:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:36:11 ------------------- 10:36:11 stable info: 10:36:11 ------------------- 10:36:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:36:11 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 10:36:11 Message: update stable to v1.0.238 10:36:12 ------------------- 10:36:12 experimental info: 10:36:12 ------------------- 10:36:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:36:12 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 10:36:12 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:36:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03487ec [Pipeline] echo 10:36:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:36:13 provisioning config files... 10:36:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config793379005579677690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:36:13 ---> docker-login.sh 10:36:13 nexus3.edgexfoundry.org:10001 10:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:13 Configure a credential helper to remove this warning. See 10:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:13 10:36:13 Login Succeeded 10:36:13 nexus3.edgexfoundry.org:10002 10:36:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:14 Configure a credential helper to remove this warning. See 10:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:14 10:36:14 Login Succeeded 10:36:14 nexus3.edgexfoundry.org:10003 10:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:14 Configure a credential helper to remove this warning. See 10:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:14 10:36:14 Login Succeeded 10:36:14 nexus3.edgexfoundry.org:10004 10:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:14 Configure a credential helper to remove this warning. See 10:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:14 10:36:14 Login Succeeded 10:36:14 docker.io 10:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:14 Configure a credential helper to remove this warning. See 10:36:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:14 10:36:14 Login Succeeded 10:36:14 ---> docker-login.sh ends [Pipeline] } 10:36:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:14 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:36:14 + dirname cmd/core-command/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo core-command,cmd/core-command/Dockerfile 10:36:14 + + cut -d/ -f2 10:36:14 dirname cmd/core-data/Dockerfile 10:36:14 + echo core-data,cmd/core-data/Dockerfile 10:36:14 + + dirname cmd/core-metadata/Dockerfilecut 10:36:14 -d/ -f2 10:36:14 + echo core-metadata,cmd/core-metadata/Dockerfile 10:36:14 + dirname cmd/security-bootstrapper/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:36:14 + dirname cmd/security-proxy-setup/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:36:14 + dirname cmd/security-secretstore-setup/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:36:14 + + cut -d/ -f2 10:36:14 dirname cmd/security-spiffe-token-provider/Dockerfile 10:36:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:36:14 + dirname cmd/security-spire-agent/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:36:14 + dirname cmd/security-spire-config/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:36:14 + cut+ -d/ -f2 10:36:14 dirname cmd/security-spire-server/Dockerfile 10:36:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:36:14 + dirname cmd/support-notifications/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo support-notifications,cmd/support-notifications/Dockerfile 10:36:14 + dirname cmd/support-scheduler/Dockerfile 10:36:14 + cut -d/ -f2 10:36:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:36:14 + dirname+ cmd/sys-mgmt-agent/Dockerfile 10:36:14 cut -d/ -f2 10:36:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:36:14 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:36:15 + git rev-list -1 --merges 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3~1..03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo 10:36:15 -----------> git rev-list -1 --merges 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3~1..03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [false] [Pipeline] sh 10:36:15 + git log --format=format:%s -1 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] echo 10:36:15 ========================================================= 10:36:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:36:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:36:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:36:16 + grep -v github /etc/ssh/ssh_known_hosts 10:36:16 + [ -e /tmp/ssh_known_hosts ] 10:36:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:36:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:36:16 + sudo tee -a /etc/ssh/ssh_known_hosts 10:36:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:36:16 10:36:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:36:16 0.1.4: Pulling from edgex-devops/py-git-semver 10:36:16 b85a868b505f: Pulling fs layer 10:36:16 e2be974225ed: Pulling fs layer 10:36:16 339a4e72a1f5: Pulling fs layer 10:36:16 988bab9f4d93: Pulling fs layer 10:36:16 1469e6f7b9e6: Pulling fs layer 10:36:16 eaf3925da568: Pulling fs layer 10:36:16 bab4dde63d76: Pulling fs layer 10:36:16 bde34c3a00c8: Pulling fs layer 10:36:16 b352a97aabf1: Pulling fs layer 10:36:16 4872d77fe225: Pulling fs layer 10:36:16 5851b861e8e6: Pulling fs layer 10:36:16 988bab9f4d93: Waiting 10:36:16 1469e6f7b9e6: Waiting 10:36:16 eaf3925da568: Waiting 10:36:16 bde34c3a00c8: Waiting 10:36:16 b352a97aabf1: Waiting 10:36:16 4872d77fe225: Waiting 10:36:16 5851b861e8e6: Waiting 10:36:16 bab4dde63d76: Waiting 10:36:16 e2be974225ed: Verifying Checksum 10:36:16 e2be974225ed: Download complete 10:36:16 988bab9f4d93: Verifying Checksum 10:36:16 988bab9f4d93: Download complete 10:36:17 1469e6f7b9e6: Verifying Checksum 10:36:17 1469e6f7b9e6: Download complete 10:36:17 339a4e72a1f5: Verifying Checksum 10:36:17 339a4e72a1f5: Download complete 10:36:17 eaf3925da568: Verifying Checksum 10:36:17 eaf3925da568: Download complete 10:36:17 bde34c3a00c8: Verifying Checksum 10:36:17 bde34c3a00c8: Download complete 10:36:17 b352a97aabf1: Download complete 10:36:17 4872d77fe225: Verifying Checksum 10:36:17 4872d77fe225: Download complete 10:36:17 5851b861e8e6: Verifying Checksum 10:36:17 5851b861e8e6: Download complete 10:36:17 b85a868b505f: Verifying Checksum 10:36:17 b85a868b505f: Download complete 10:36:17 bab4dde63d76: Verifying Checksum 10:36:17 bab4dde63d76: Download complete 10:36:18 b85a868b505f: Pull complete 10:36:18 e2be974225ed: Pull complete 10:36:18 339a4e72a1f5: Pull complete 10:36:18 988bab9f4d93: Pull complete 10:36:19 1469e6f7b9e6: Pull complete 10:36:19 eaf3925da568: Pull complete 10:36:20 bab4dde63d76: Pull complete 10:36:20 bde34c3a00c8: Pull complete 10:36:20 b352a97aabf1: Pull complete 10:36:20 4872d77fe225: Pull complete 10:36:21 5851b861e8e6: Pull complete 10:36:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:36:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:36:21 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 10:36:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:36:23 $ docker top 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 -eo pid,comm 10:36:23 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). 10:36:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:36:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:23 [ssh-agent] Looking for ssh-agent implementation... 10:36:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:23 $ docker exec 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent 10:36:23 SSH_AUTH_SOCK=/tmp/ssh-lz1vP4g2wY2l/agent.33 10:36:23 SSH_AGENT_PID=39 10:36:23 Running ssh-add (command line suppressed) 10:36:24 Identity added: /w/workspace/edgex-go/280@tmp/private_key_1545659303158624634.key (/w/workspace/edgex-go/280@tmp/private_key_1545659303158624634.key) 10:36:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:24 + git tag --points-at HEAD [Pipeline] } 10:36:24 $ docker exec --env ******** --env ******** 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent -k 10:36:24 unset SSH_AUTH_SOCK; 10:36:24 unset SSH_AGENT_PID; 10:36:24 echo Agent pid 39 killed; 10:36:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:36:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:24 [ssh-agent] Looking for ssh-agent implementation... 10:36:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:24 $ docker exec 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent 10:36:24 SSH_AUTH_SOCK=/tmp/ssh-hFKEFX3JtQ9Y/agent.72 10:36:24 SSH_AGENT_PID=79 10:36:24 Running ssh-add (command line suppressed) 10:36:24 Identity added: /w/workspace/edgex-go/280@tmp/private_key_3247490555284254026.key (/w/workspace/edgex-go/280@tmp/private_key_3247490555284254026.key) 10:36:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:25 + git semver init 10:36:25 2022-08-12 10:36:25,375 [run_init] DEBUG init version:0.0.0 force:False 10:36:25 2022-08-12 10:36:25,376 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/280/.semver 10:36:25 2022-08-12 10:36:25,376 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/280/.semver 10:36:25 2022-08-12 10:36:25,377 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/280/.semver'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) 10:36:29 2022-08-12 10:36:29,650 [append_file] DEBUG append to file:/w/workspace/edgex-go/280/.git/info/exclude 10:36:29 2022-08-12 10:36:29,650 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/280/.semver/main with force:False 10:36:29 2022-08-12 10:36:29,650 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 10:36:29 2022-08-12 10:36:29,651 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 10:36:29 2.3.0-dev.45 [Pipeline] } 10:36:29 $ docker exec --env ******** --env ******** 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 ssh-agent -k 10:36:29 unset SSH_AUTH_SOCK; 10:36:29 unset SSH_AGENT_PID; 10:36:29 echo Agent pid 79 killed; 10:36:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:30 + git semver [Pipeline] } 10:36:30 $ docker stop --time=1 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 10:36:31 $ docker rm -f 8636a7cb38ee509446bbd3b4fc5b0d71007460a8dc1e188338c58cf56a0d0782 [Pipeline] // withDockerContainer [Pipeline] sh 10:36:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:36:32 Stashed 1 file(s) [Pipeline] echo 10:36:32 [edgeXSemver]: initialized semver on version 2.3.0-dev.45 [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 10:36:32 + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] echo 10:36:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:36:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:36:32 ========================================================= 10:36:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 10:36:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:36:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:36:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 10:36:33 2408cc74d12b: Pulling fs layer 10:36:33 ea60b727a1ce: Pulling fs layer 10:36:33 30c4a7721957: Pulling fs layer 10:36:33 370296b7ddb6: Pulling fs layer 10:36:33 7c6cee850709: Pulling fs layer 10:36:33 39a5fcdaea64: Pulling fs layer 10:36:33 d94ebbe4e438: Pulling fs layer 10:36:33 bcfd1f05c69d: Pulling fs layer 10:36:33 59ccb84bbe0f: Pulling fs layer 10:36:33 370296b7ddb6: Waiting 10:36:33 7c6cee850709: Waiting 10:36:33 d94ebbe4e438: Waiting 10:36:33 bcfd1f05c69d: Waiting 10:36:33 59ccb84bbe0f: Waiting 10:36:33 30c4a7721957: Verifying Checksum 10:36:33 30c4a7721957: Download complete 10:36:33 ea60b727a1ce: Verifying Checksum 10:36:33 ea60b727a1ce: Download complete 10:36:33 7c6cee850709: Verifying Checksum 10:36:33 7c6cee850709: Download complete 10:36:33 39a5fcdaea64: Verifying Checksum 10:36:33 39a5fcdaea64: Download complete 10:36:33 2408cc74d12b: Verifying Checksum 10:36:33 2408cc74d12b: Download complete 10:36:33 d94ebbe4e438: Verifying Checksum 10:36:33 d94ebbe4e438: Download complete 10:36:33 2408cc74d12b: Pull complete 10:36:33 ea60b727a1ce: Pull complete 10:36:33 30c4a7721957: Pull complete 10:36:33 59ccb84bbe0f: Verifying Checksum 10:36:33 59ccb84bbe0f: Download complete 10:36:33 bcfd1f05c69d: Verifying Checksum 10:36:33 bcfd1f05c69d: Download complete 10:36:33 370296b7ddb6: Verifying Checksum 10:36:33 370296b7ddb6: Download complete 10:36:38 370296b7ddb6: Pull complete 10:36:38 7c6cee850709: Pull complete 10:36:38 39a5fcdaea64: Pull complete 10:36:38 d94ebbe4e438: Pull complete 10:36:39 bcfd1f05c69d: Pull complete 10:36:40 59ccb84bbe0f: Pull complete 10:36:40 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 10:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:36:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:36:41 + docker build -t ci-base-image-x86_64 -f - . 10:36:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:36:41 WORKDIR /edgex 10:36:41 COPY go.mod . 10:36:41 RUN go mod download 10:36:41 Sending build context to Docker daemon 169.2MB 10:36:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:36:41 ---> a4fb48ad2a94 10:36:41 Step 2/4 : WORKDIR /edgex 10:36:45 ---> Running in 112e4e4fc1bc 10:36:45 Removing intermediate container 112e4e4fc1bc 10:36:45 ---> f0fee1be5146 10:36:45 Step 3/4 : COPY go.mod . 10:36:45 ---> cf0fbd60e720 10:36:45 Step 4/4 : RUN go mod download 10:36:45 ---> Running in ced1693211c7 10:36:47 Still waiting to schedule task 10:36:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:37:00 Removing intermediate container ced1693211c7 10:37:00 ---> 1d1fe235dba9 10:37:00 Successfully built 1d1fe235dba9 10:37:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:00 + docker inspect -f . ci-base-image-x86_64 10:37:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:00 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 10:37:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:37:01 $ docker top 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:01 + go version 10:37:01 go version go1.18.3 linux/amd64 [Pipeline] } 10:37:01 $ docker stop --time=1 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 10:37:02 $ docker rm -f 8a3426bfb353629d19551e06fdb22af7df664947d8734100d41adba580cd6333 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:03 + docker inspect -f . ci-base-image-x86_64 10:37:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:03 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 10:37:03 $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:37:03 $ docker top ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 -eo pid,comm [Pipeline] { [Pipeline] echo 10:37:03 ========================================================= 10:37:03 [edgeXBuildGoParallel] Running Tests and Build... 10:37:03 ========================================================= [Pipeline] sh 10:37:04 + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] fileExists [Pipeline] sh 10:37:04 + make test 10:37:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:37:10 ? github.com/edgexfoundry/edgex-go [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.108s coverage: 98.5% of statements 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.2% of statements 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.078s coverage: 89.2% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.076s coverage: 2.1% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.501s coverage: 95.6% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.093s coverage: 29.6% of statements 10:37:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 10:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements 10:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 10:37:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 10:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.249s coverage: 82.2% of statements 10:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.136s coverage: 92.9% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 58.8% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.0% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.095s coverage: 85.4% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.7% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 65.8% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 43.6% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.176s coverage: 92.3% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 10:37:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 10:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 10:37:49 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 10:38:11 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 10:38:11 GO111MODULE=on go vet ./... 10:38:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:38:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:38:13 ./bin/test-attribution-txt.sh 10:38:14 An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add 10:38:14 An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add 10:38:14 An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add 10:38:14 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 10:38:14 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 10:38:14 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add 10:38:14 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 10:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 10:38:14 + ls -al . 10:38:14 total 732 10:38:14 drwxrwxr-x 10 1001 1001 4096 Aug 12 10:37 . 10:38:14 drwxr-xr-x 4 root root 4096 Aug 12 10:37 .. 10:38:14 -rw-rw-r-- 1 1001 1001 16 Aug 12 10:36 .dockerignore 10:38:14 drwxrwxr-x 8 1001 1001 4096 Aug 12 10:37 .git 10:38:14 drwxrwxr-x 3 1001 1001 4096 Aug 12 10:36 .github 10:38:14 -rw-rw-r-- 1 1001 1001 1030 Aug 12 10:36 .gitignore 10:38:14 -rw-rw-r-- 1 1001 1001 42 Aug 12 10:36 .golangci.yml 10:38:14 -rw-rw-r-- 1 1001 1001 87 Aug 12 10:36 .hadolint.yml 10:38:14 drwxr-xr-x 3 1001 1001 4096 Aug 12 10:36 .semver 10:38:14 -rw-rw-r-- 1 1001 1001 166 Aug 12 10:36 .sonarcloud.properties 10:38:14 -rw-rw-r-- 1 1001 1001 1171 Aug 12 10:36 ADOPTERS.md 10:38:14 -rw-rw-r-- 1 1001 1001 10347 Aug 12 10:36 Attribution.txt 10:38:14 -rw-rw-r-- 1 1001 1001 63209 Aug 12 10:36 CHANGELOG.md 10:38:14 -rw-rw-r-- 1 1001 1001 3804 Aug 12 10:36 CONTRIBUTING.md 10:38:14 -rw-rw-r-- 1 1001 1001 677 Aug 12 10:36 GOVERNANCE.md 10:38:14 -rw-rw-r-- 1 1001 1001 850 Aug 12 10:36 Jenkinsfile 10:38:14 -rw-rw-r-- 1 1001 1001 10775 Aug 12 10:36 LICENSE 10:38:14 -rw-rw-r-- 1 1001 1001 12212 Aug 12 10:36 Makefile 10:38:14 -rw-rw-r-- 1 1001 1001 582 Aug 12 10:36 OWNERS.md 10:38:14 -rw-rw-r-- 1 1001 1001 9094 Aug 12 10:36 README.md 10:38:14 -rw-rw-r-- 1 1001 1001 6912 Aug 12 10:36 SECURITY.md 10:38:14 -rw-rw-r-- 1 1001 1001 12 Aug 12 10:36 VERSION 10:38:14 -rw-rw-r-- 1 1001 1001 4131 Aug 12 10:36 ZMQWindows.md 10:38:14 drwxrwxr-x 2 1001 1001 4096 Aug 12 10:36 bin 10:38:14 drwxrwxr-x 18 1001 1001 4096 Aug 12 10:36 cmd 10:38:14 -rw-r--r-- 1 root root 479862 Aug 12 10:37 coverage.out 10:38:14 -rw-rw-r-- 1 1001 1001 3681 Aug 12 10:36 go.mod 10:38:14 -rw-rw-r-- 1 1001 1001 38033 Aug 12 10:36 go.sum 10:38:14 drwxrwxr-x 8 1001 1001 4096 Aug 12 10:36 internal 10:38:14 drwxrwxr-x 3 1001 1001 4096 Aug 12 10:36 openapi 10:38:14 drwxrwxr-x 4 1001 1001 4096 Aug 12 10:36 snap 10:38:14 -rw-rw-r-- 1 1001 1001 204 Aug 12 10:36 version.go [Pipeline] sh 10:38:14 + '[' -e coverage.out ] 10:38:14 + chown 1001:1001 coverage.out [Pipeline] stash 10:38:14 Stashed 1 file(s) [Pipeline] sh 10:38:15 + make build 10:38:15 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:38:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:38:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22610 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:38:31 Running in /w/workspace/edgex-go/280 [Pipeline] { [Pipeline] checkout 10:38:31 The recommended git tool is: git 10:38:38 using credential edgex-jenkins-ssh 10:38:38 Cloning the remote Git repository 10:38:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:38:38 > git init /w/workspace/edgex-go/280 # timeout=10 10:38:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:38:38 > git --version # timeout=10 10:38:38 > git --version # 'git version 2.25.1' 10:38:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:38:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:38:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:38:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:38:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:38:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:38:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:38:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:38:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:38:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:38:54 Avoid second fetch 10:38:54 Checking out Revision 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 (main) 10:38:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:38:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:38:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:38:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:38:54 > git config core.sparsecheckout # timeout=10 10:38:54 > git checkout -f 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 # timeout=10 10:38:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:38:58 Commit message: "feat(metadata): implement Unit of Measure (UoM) ADR (#4119)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 10:38:59 $ docker stop --time=1 ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 10:38:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:38:59 % Total % Received % Xferd Average Speed Time Time Time Current 10:38:59 Dload Upload Total Spent Left Speed 10:38:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 87460 0 --:--:-- --:--:-- --:--:-- 87460 10:39:04 $ docker rm -f ee7b323e62e4c3753b2f89ea715a36cffda486c5ca9f7dd488a663ae8955b685 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:39:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:39:05 10:39:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:39:05 + sudo tee /etc/docker/daemon.new 10:39:05 { 10:39:05 "registry-mirrors": [ 10:39:05 "https://nexus3.edgexfoundry.org:10001" 10:39:05 ], 10:39:05 "bip": "10.250.0.254/24", 10:39:05 "hosts": [ 10:39:05 "tcp://0.0.0.0:5555", 10:39:05 "unix:///var/run/docker.sock" 10:39:05 ], 10:39:05 "mtu": 1458, 10:39:05 "selinux-enabled": true, 10:39:05 "seccomp-profile": "/etc/docker/seccomp.json" 10:39:05 } [Pipeline] sh 10:39:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:39:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:39:05 latest: Pulling from edgex-devops/edgex-compose 10:39:05 cbdbe7a5bc2a: Pulling fs layer 10:39:05 ca9280d653b3: Pulling fs layer 10:39:05 7e9c9ca2126c: Pulling fs layer 10:39:05 cbdbe7a5bc2a: Download complete 10:39:05 + sudo service docker restart 10:39:06 ca9280d653b3: Verifying Checksum 10:39:06 ca9280d653b3: Download complete 10:39:06 cbdbe7a5bc2a: Pull complete 10:39:06 7e9c9ca2126c: Verifying Checksum 10:39:06 7e9c9ca2126c: Download complete 10:39:06 ca9280d653b3: Pull complete 10:39:10 7e9c9ca2126c: Pull complete 10:39:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:39:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:39:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:39:10 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 10:39:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:39:14 $ docker top 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:15 + docker-compose build --help 10:39:15 + grep parallel 10:39:15 --parallel Build images in parallel. [Pipeline] } 10:39:15 $ docker stop --time=1 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 10:39:16 $ docker rm -f 86d594432bf6cff0f97ce0a41165c016f84c7e3a8077a4d1186c010146c0cb41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:39:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:39:17 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 10:39:17 $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:39:17 $ docker top 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:18 + docker-compose -f ./docker-compose-build.yml build --parallel 10:39:18 Building core-command ... 10:39:18 Building core-data ... 10:39:18 Building core-metadata ... 10:39:18 Building security-bootstrapper ... 10:39:18 Building security-proxy-setup ... 10:39:18 Building security-secretstore-setup ... 10:39:18 Building security-spiffe-token-provider ... 10:39:18 Building security-spire-agent ... 10:39:18 Building security-spire-config ... 10:39:18 Building security-spire-server ... 10:39:18 Building support-notifications ... 10:39:18 Building support-scheduler ... 10:39:18 Building sys-mgmt-agent ... 10:39:18 Building security-bootstrapper 10:39:18 Building core-data 10:39:18 Building security-spiffe-token-provider 10:39:18 Building security-secretstore-setup 10:39:18 Building security-spire-agent [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:39:24 provisioning config files... 10:39:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config2080968340103974230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:39:24 ---> docker-login.sh 10:39:24 nexus3.edgexfoundry.org:10001 10:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:25 Configure a credential helper to remove this warning. See 10:39:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:25 10:39:25 Login Succeeded 10:39:25 nexus3.edgexfoundry.org:10002 10:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:26 Configure a credential helper to remove this warning. See 10:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:26 10:39:26 Login Succeeded 10:39:26 nexus3.edgexfoundry.org:10003 10:39:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:26 Configure a credential helper to remove this warning. See 10:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:26 10:39:26 Login Succeeded 10:39:26 nexus3.edgexfoundry.org:10004 10:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:27 Configure a credential helper to remove this warning. See 10:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:27 10:39:27 Login Succeeded 10:39:27 docker.io 10:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:27 Configure a credential helper to remove this warning. See 10:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:27 10:39:27 Login Succeeded 10:39:27 ---> docker-login.sh ends [Pipeline] } 10:39:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:39:28 + git config --global --add safe.directory /w/workspace/edgex-go/280 [Pipeline] echo 10:39:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:39:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:39:28 ========================================================= 10:39:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:39:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:39:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:39:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:39:29 b3c136eddcbf: Pulling fs layer 10:39:29 c0a3192eca97: Pulling fs layer 10:39:29 a050256f5b6f: Pulling fs layer 10:39:29 656be50a0ddc: Pulling fs layer 10:39:29 2bbca73fdf42: Pulling fs layer 10:39:29 46d945488cbd: Pulling fs layer 10:39:29 8a5474983e97: Pulling fs layer 10:39:29 329c88fbcd65: Pulling fs layer 10:39:29 656be50a0ddc: Waiting 10:39:29 2bbca73fdf42: Waiting 10:39:29 8a5474983e97: Waiting 10:39:29 46d945488cbd: Waiting 10:39:29 a050256f5b6f: Download complete 10:39:29 c0a3192eca97: Verifying Checksum 10:39:29 c0a3192eca97: Download complete 10:39:29 2bbca73fdf42: Verifying Checksum 10:39:29 2bbca73fdf42: Download complete 10:39:29 46d945488cbd: Verifying Checksum 10:39:29 46d945488cbd: Download complete 10:39:29 b3c136eddcbf: Verifying Checksum 10:39:30 b3c136eddcbf: Pull complete 10:39:30 329c88fbcd65: Verifying Checksum 10:39:30 329c88fbcd65: Download complete 10:39:30 c0a3192eca97: Pull complete 10:39:30 a050256f5b6f: Pull complete 10:39:31 8a5474983e97: Verifying Checksum 10:39:31 8a5474983e97: Download complete 10:39:32 656be50a0ddc: Verifying Checksum 10:39:32 656be50a0ddc: Download complete 10:39:33 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:39:33 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:39:33 ---> 1d1fe235dba9 10:39:33 Step 3/25 : WORKDIR /edgex-go 10:39:33 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:39:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:39:33 ---> 1d1fe235dba9 10:39:33 Step 3/23 : WORKDIR /edgex-go 10:39:33 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:39:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:39:33 ---> 1d1fe235dba9 10:39:33 Step 3/20 : WORKDIR /edgex-go 10:39:33 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:39:33 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:39:33 ---> 1d1fe235dba9 10:39:33 Step 3/31 : WORKDIR /edgex-go 10:39:33 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:39:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:39:33 ---> 1d1fe235dba9 10:39:33 Step 3/26 : WORKDIR /edgex-go 10:39:38 ---> Running in 1e813af73b26 10:39:38 ---> Running in c63b396205ee 10:39:38 ---> Running in 0f7aea673a4f 10:39:38 ---> Running in 5dc0d988e9d4 10:39:38 ---> Running in b810f8cab766 10:39:39 Removing intermediate container 0f7aea673a4f 10:39:39 ---> 3802f4329f62 10:39:39 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 10:39:39 Removing intermediate container 1e813af73b26 10:39:39 Removing intermediate container c63b396205ee 10:39:39 ---> 7fde34f2208a 10:39:39 ---> 08133e7da25d 10:39:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:39 10:39:39 Removing intermediate container b810f8cab766 10:39:39 ---> 0b669d237e56 10:39:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:39 Removing intermediate container 5dc0d988e9d4 10:39:39 ---> b62d6f81f0b6 10:39:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:39:39 ---> Running in ccd38fecd1f0 10:39:39 ---> Running in 499ecbd7a50e 10:39:39 ---> Running in 851731e387cb 10:39:39 ---> Running in e2122fcd516d 10:39:39 ---> Running in 1fc2afaaa761 10:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:40 Removing intermediate container e2122fcd516d 10:39:40 ---> a4831f65ac31 10:39:40 Step 5/25 : RUN apk add --update --no-cache make git 10:39:40 v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:39:40 v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:39:40 OK: 17038 distinct packages available 10:39:40 ---> Running in 05a15f2663bd 10:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:40 OK: 211 MiB in 51 packages 10:39:40 Removing intermediate container 499ecbd7a50e 10:39:40 ---> 55ed8826d607 10:39:40 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:39:40 Removing intermediate container 1fc2afaaa761 10:39:40 ---> 9cf68a10fe7a 10:39:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:39:40 ---> Running in 029294481d89 10:39:40 ---> Running in b232dd795476 10:39:40 Removing intermediate container 851731e387cb 10:39:40 ---> 9fb92bff1afe 10:39:40 Step 5/31 : RUN apk add --update --no-cache make git 10:39:40 ---> Running in 72ce3164b4f6 10:39:41 Removing intermediate container ccd38fecd1f0 10:39:41 ---> ac3cc13c440f 10:39:41 Step 5/20 : COPY go.mod vendor* ./ 10:39:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:41 ---> 9b18010383db 10:39:41 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:39:41 ---> Running in 6b6104197307 10:39:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:39:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:42 OK: 211 MiB in 51 packages 10:39:42 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:39:42 OK: 211 MiB in 51 packages 10:39:42 OK: 211 MiB in 51 packages 10:39:42 OK: 211 MiB in 51 packages 10:39:43 Removing intermediate container 05a15f2663bd 10:39:43 ---> d7f889564bbe 10:39:43 Step 6/25 : COPY go.mod vendor* ./ 10:39:44 Removing intermediate container b232dd795476 10:39:44 ---> b569f99d4af9 10:39:44 Step 6/23 : COPY go.mod vendor* ./ 10:39:44 Removing intermediate container 72ce3164b4f6 10:39:44 ---> 3cfaa2fa6ab6 10:39:44 Step 6/31 : COPY go.mod vendor* ./ 10:39:44 ---> 10c36c804789 10:39:44 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:39:44 Removing intermediate container 029294481d89 10:39:44 ---> 01c45fe67988 10:39:44 Step 6/26 : COPY go.mod vendor* ./ 10:39:44 ---> Running in 6e397a534ff0 10:39:44 ---> 402c3d851f1b 10:39:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:39:44 ---> 413274fa5cc6 10:39:44 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:39:44 ---> Running in daeb9656f9cd 10:39:44 ---> Running in 77d664e31136 10:39:44 ---> c6aabaaa177c 10:39:44 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:39:44 ---> Running in 9811313c404f 10:39:47 656be50a0ddc: Pull complete 10:39:47 2bbca73fdf42: Pull complete 10:39:47 46d945488cbd: Pull complete 10:39:52 8a5474983e97: Pull complete 10:39:54 329c88fbcd65: Pull complete 10:39:54 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 10:39:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:39:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:39:54 Removing intermediate container 6b6104197307 10:39:54 ---> ba630e0931bf 10:39:54 Step 7/20 : COPY . . [Pipeline] fileExists [Pipeline] sh 10:39:55 + docker build -t ci-base-image-arm64 -f - . 10:39:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:39:55 WORKDIR /edgex 10:39:55 COPY go.mod . 10:39:55 RUN go mod download 10:39:55 Sending build context to Docker daemon 3.139MB 10:39:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:39:55 ---> ff4287adb874 10:39:55 Step 2/4 : WORKDIR /edgex 10:39:57 ---> Running in 1b9e6b92f18a 10:39:57 Removing intermediate container 1b9e6b92f18a 10:39:57 ---> 2c102f88242f 10:39:57 Step 3/4 : COPY go.mod . 10:39:58 ---> 01cda7552f7b 10:39:58 Step 4/4 : RUN go mod download 10:39:58 ---> Running in 23f7bcd1c14b 10:40:07 ---> 5ca8b2b51bee 10:40:07 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:40:07 ---> Running in 5b68c6389928 10:40:07 Removing intermediate container 9811313c404f 10:40:07 ---> 761d02b81d25 10:40:07 Step 8/26 : COPY . . 10:40:07 Removing intermediate container 6e397a534ff0 10:40:07 ---> 96f85a20978c 10:40:07 Step 8/25 : COPY . . 10:40:07 Removing intermediate container daeb9656f9cd 10:40:07 ---> 9048c77ca633 10:40:07 Step 8/31 : COPY . . 10:40:07 Removing intermediate container 77d664e31136 10:40:07 ---> 83260dcb42f1 10:40:07 Step 8/23 : COPY . . 10:40:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:40:25 ---> eae89bc5a412 10:40:25 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:40:25 ---> 98bd5d2f3412 10:40:25 Step 9/23 : RUN make cmd/core-data/core-data 10:40:25 ---> 1519105b9f64 10:40:25 ---> ff32f6474502 10:40:25 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:40:25 10:40:25 ---> Running in d546e6fbf652 10:40:25 ---> Running in 993d5931a538 10:40:25 ---> Running in 001745976c98 10:40:25 ---> Running in 4af316f0615c 10:40:25 Removing intermediate container d546e6fbf652 10:40:25 ---> d7dad8f7d1ec 10:40:25 Step 10/26 : WORKDIR /edgex-go/spire-build 10:40:25 ---> Running in 31a8ecd44b91 10:40:25 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:40:26 Removing intermediate container 31a8ecd44b91 10:40:26 ---> 80c337517754 10:40:26 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:40:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:40:26 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:40:27 ---> Running in d50f38f6ca78 10:40:27 Removing intermediate container 5b68c6389928 10:40:27 ---> 834364256b5b 10:40:27 10:40:27 Step 9/20 : FROM alpine:3.15 10:40:27 3.15: Pulling from library/alpine 10:40:28 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:40:28 Status: Downloaded newer image for alpine:3.15 10:40:28 ---> c4fc93816858 10:40:28 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:40:28 ---> Running in 8e7bb1b7ecaa 10:40:28 Removing intermediate container 8e7bb1b7ecaa 10:40:28 ---> f9c53af182e2 10:40:28 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:28 Removing intermediate container d50f38f6ca78 10:40:28 ---> e8cf6c77b8ca 10:40:28 Step 12/26 : WORKDIR /edgex-go 10:40:28 ---> Running in 1f1c3c4470c0 10:40:28 ---> Running in 2caf109bd13d 10:40:29 Removing intermediate container 2caf109bd13d 10:40:29 ---> 38124746d3c8 10:40:29 10:40:29 Step 13/26 : FROM alpine:3.15 10:40:29 ---> c4fc93816858 10:40:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:40:29 ---> Using cache 10:40:29 ---> f9c53af182e2 10:40:29 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:29 ---> Running in d0d26ad4dc8a 10:40:31 Removing intermediate container 1f1c3c4470c0 10:40:31 ---> baecb6622025 10:40:31 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:40:31 ---> Running in 6d71f712d55d 10:40:31 Removing intermediate container d0d26ad4dc8a 10:40:31 ---> 124d105c14ad 10:40:31 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:40:31 ---> Running in 55720642e66b 10:40:31 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:40:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:40:32 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:40:33 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:40:33 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:40:33 OK: 15856 distinct packages available 10:40:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:40:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:40:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:40:33 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:40:33 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:40:33 OK: 15856 distinct packages available 10:40:33 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:40:34 (1/9) Installing ca-certificates (20220614-r0) 10:40:34 (2/9) Installing brotli-libs (1.0.9-r5) 10:40:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:40:34 (4/9) Installing libcurl (7.80.0-r2) 10:40:34 (5/9) Installing curl (7.80.0-r2) 10:40:34 (6/9) Installing dumb-init (1.2.5-r1) 10:40:34 (7/9) Installing musl-obstack (1.2.3-r0) 10:40:34 (8/9) Installing libucontext (1.1-r0) 10:40:34 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:40:34 (9/9) Installing gcompat (1.0.0-r4) 10:40:34 Executing busybox-1.34.1-r7.trigger 10:40:34 Executing ca-certificates-20220614-r0.trigger 10:40:35 OK: 8 MiB in 23 packages 10:40:35 (1/5) Installing dumb-init (1.2.5-r1) 10:40:35 (2/5) Installing musl-obstack (1.2.3-r0) 10:40:35 (3/5) Installing libucontext (1.1-r0) 10:40:35 (4/5) Installing gcompat (1.0.0-r4) 10:40:35 (5/5) Installing openssl (1.1.1q-r0) 10:40:35 Executing busybox-1.34.1-r7.trigger 10:40:35 OK: 7 MiB in 19 packages 10:40:37 Removing intermediate container 23f7bcd1c14b 10:40:37 ---> 48472aba7071 10:40:37 Successfully built 48472aba7071 10:40:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:37 + docker inspect -f . ci-base-image-arm64 10:40:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:40:38 prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container 10:40:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:40:38 Removing intermediate container 55720642e66b 10:40:38 ---> 39abc3e72c6f 10:40:38 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:40:38 Removing intermediate container 6d71f712d55d 10:40:38 ---> 42d50a038c0b 10:40:38 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:39 $ docker top 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 -eo pid,comm [Pipeline] { [Pipeline] sh 10:40:40 ---> d36d9760d8f8 10:40:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:40:40 ---> 62061a3ad434 10:40:40 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:40:40 + go version 10:40:40 go version go1.18.3 linux/arm64 [Pipeline] } 10:40:40 $ docker stop --time=1 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 10:40:42 $ docker rm -f 76620e0d206fdf1b5f461321e2cf15b815ac366d7268e5646fc73d477cca0630 [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 10:40:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:40:43 10:40:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:40:43 latest: Pulling from edgex-devops/edgex-compose-arm64 10:40:43 29e5d40040c1: Pulling fs layer 10:40:43 1ce36da41761: Pulling fs layer 10:40:43 25b303627fd3: Pulling fs layer 10:40:43 29e5d40040c1: Verifying Checksum 10:40:43 29e5d40040c1: Download complete 10:40:43 ---> 70264cd7f151 10:40:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:40:43 ---> ecee864ac882 10:40:43 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:40:43 1ce36da41761: Verifying Checksum 10:40:43 1ce36da41761: Download complete 10:40:44 ---> fbb5c6df1dcd 10:40:44 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:40:44 ---> 3fd056070a7b 10:40:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:40:44 ---> Running in 03fd979a7a39 10:40:44 29e5d40040c1: Pull complete 10:40:44 Removing intermediate container 03fd979a7a39 10:40:44 ---> 8cbc6e542d48 10:40:44 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:40:44 ---> Running in 9a1a5875552f 10:40:44 ---> 8eb257e29584 10:40:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:40:44 Removing intermediate container 9a1a5875552f 10:40:44 ---> 76b3ff970cb1 10:40:44 Step 18/20 : LABEL arch=x86_64 10:40:44 ---> Running in a348b0ed8eb7 10:40:45 Removing intermediate container a348b0ed8eb7 10:40:45 ---> 22d9c6eaa665 10:40:45 Step 19/20 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:40:45 ---> ded10c2e1016 10:40:45 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:40:45 ---> Running in 2ecb869bba9a 10:40:45 ---> Running in d8e4a884b25f 10:40:45 1ce36da41761: Pull complete 10:40:45 25b303627fd3: Verifying Checksum 10:40:45 25b303627fd3: Download complete 10:40:45 Removing intermediate container 2ecb869bba9a 10:40:45 ---> b0c5e5fc1105 10:40:45 Step 20/20 : LABEL version=2.3.0-dev.45 10:40:45 Removing intermediate container d8e4a884b25f 10:40:45 ---> 545eb179a594 10:40:45 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:40:45 ---> Running in 02c3ca7c3526 10:40:45 ---> Running in 7f0b749cf1f6 10:40:46 Removing intermediate container 7f0b749cf1f6 10:40:46 ---> c8cb56127f1f 10:40:46 Step 24/26 : LABEL arch=x86_64 10:40:46 Removing intermediate container 02c3ca7c3526 10:40:46 ---> 1a661c9e8c17 10:40:46 10:40:46 ---> Running in 8ed13020a4f4 10:40:46 Successfully built 1a661c9e8c17 10:40:46 Successfully tagged security-spiffe-token-provider:latest 10:40:46  Building security-spiffe-token-provider ... done Building security-spire-config 10:40:46 Removing intermediate container 8ed13020a4f4 10:40:46 ---> 90a845990a79 10:40:46 Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:40:48 ---> Running in eb2751f0fb44 10:40:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:40:49 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:40:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:40:49 ---> 1d1fe235dba9 10:40:49 Step 3/26 : WORKDIR /edgex-go 10:40:49 ---> Using cache 10:40:49 ---> 0b669d237e56 10:40:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:49 ---> Using cache 10:40:49 ---> 9fb92bff1afe 10:40:49 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:40:51 Removing intermediate container eb2751f0fb44 10:40:51 ---> e9c6c04d70db 10:40:51 Step 26/26 : LABEL version=2.3.0-dev.45 10:40:51 ---> Running in c6848f136d37 10:40:51 ---> Running in 66a9477ab25e 10:40:51 Removing intermediate container 66a9477ab25e 10:40:51 ---> 5584124f1ed6 10:40:51 10:40:51 Successfully built 5584124f1ed6 10:40:51 Successfully tagged security-spire-agent:latest 10:40:51  Building security-spire-agent ... done Building support-notifications 10:40:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:40:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:40:53 OK: 211 MiB in 51 packages 10:40:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:40:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:40:54 ---> 1d1fe235dba9 10:40:54 Step 3/22 : WORKDIR /edgex-go 10:40:54 ---> Using cache 10:40:54 ---> 0b669d237e56 10:40:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:54 ---> Using cache 10:40:54 ---> 9fb92bff1afe 10:40:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:40:55 25b303627fd3: Pull complete 10:40:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:40:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:40:56 prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container 10:40:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:40:57 ---> Running in 5ddb05545601 10:40:57 Removing intermediate container 993d5931a538 10:40:57 Removing intermediate container 4af316f0615c 10:40:57 ---> 977e2dd0ca51 10:40:57 10:40:57 Step 10/25 : FROM alpine:3.16 10:40:57 ---> cbbdc6a0a9a3 10:40:57 10:40:57 Step 10/31 : FROM alpine:3.16 10:40:57 Removing intermediate container c6848f136d37 10:40:57 ---> 2a93b7a52167 10:40:57 Step 6/26 : COPY go.mod vendor* ./ 10:40:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:40:58 3.16: Pulling from library/alpine 10:40:58 3.16: Pulling from library/alpine 10:40:58 ---> ce49e1a61553 10:40:58 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:40:58 $ docker top 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 -eo pid,comm 10:40:58 ---> Running in ed7ddb961db8 [Pipeline] { [Pipeline] sh 10:40:59 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 10:40:59 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 10:40:59 OK: 211 MiB in 51 packages 10:40:59 Status: Downloaded newer image for alpine:3.16 10:40:59 Status: Downloaded newer image for alpine:3.16 10:40:59 ---> 9c6f07244728 10:40:59 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:40:59 ---> 9c6f07244728 10:40:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:40:59 ---> Running in 89b5ea5d4bf9 10:40:59 ---> Running in 2e84db92cee5 10:40:59 Removing intermediate container 001745976c98 10:40:59 ---> f851e98ab83f 10:40:59 10:40:59 Step 10/23 : FROM alpine:3.16 10:40:59 ---> 9c6f07244728 10:40:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:40:59 ---> Running in cd7107051e80 10:40:59 Removing intermediate container 89b5ea5d4bf9 10:40:59 ---> 6a3880b0edb8 10:40:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:40:59 ---> Running in 041ef6120f6b 10:40:59 Removing intermediate container cd7107051e80 10:40:59 ---> 4aa4dabc073a 10:40:59 Step 12/23 : ENV APP_PORT=59880 10:40:59 Removing intermediate container 5ddb05545601 10:40:59 ---> cc526ddc167d 10:40:59 Step 6/22 : COPY go.mod vendor* ./ 10:40:59 ---> Running in 8939bc4122e1 10:40:59 Removing intermediate container 8939bc4122e1 10:40:59 ---> 647522cb59b4 10:40:59 Step 13/23 : EXPOSE $APP_PORT 10:40:59 + docker-compose build --help 10:40:59 + grep parallel 10:40:59 ---> Running in eb453678eb73 10:40:59 ---> f06534adc9d0 10:40:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:59 ---> Running in f0b6649ef104 10:40:59 Removing intermediate container eb453678eb73 10:40:59 ---> 9a98f7b3e249 10:40:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:59 ---> Running in 9d6ab1470d9e 10:40:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:00 (1/2) Installing dumb-init (1.2.5-r1) 10:41:00 (1/3) Installing ca-certificates (20220614-r0) 10:41:00 (2/2) Installing su-exec (0.2-r1) 10:41:00 Executing busybox-1.35.0-r17.trigger 10:41:00 OK: 6 MiB in 16 packages 10:41:00 (2/3) Installing dumb-init (1.2.5-r1) 10:41:00 (3/3) Installing su-exec (0.2-r1) 10:41:00 Executing busybox-1.35.0-r17.trigger 10:41:00 Executing ca-certificates-20220614-r0.trigger 10:41:00 OK: 6 MiB in 17 packages 10:41:03 Removing intermediate container 041ef6120f6b 10:41:03 ---> 89bdb6245ec3 10:41:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:41:03 Removing intermediate container 9d6ab1470d9e 10:41:03 ---> 5ca5b98d8aa9 10:41:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:41:03 --parallel Build images in parallel. [Pipeline] } 10:41:03 $ docker stop --time=1 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 10:41:04 ---> Running in 2b18d46bbbfd 10:41:04 ---> Running in dc8eb0de47db 10:41:04 Removing intermediate container 2e84db92cee5 10:41:04 ---> 0fa1be09d873 10:41:04 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:41:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:04 ---> Running in 8508447aa264 10:41:04 Removing intermediate container dc8eb0de47db 10:41:04 ---> e2712e2a6481 10:41:04 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:41:05 ---> Running in 090a86671fe3 10:41:05 Removing intermediate container 8508447aa264 10:41:05 ---> 8e7882e71517 10:41:05 Step 13/25 : WORKDIR / 10:41:05 ---> Running in 7706ceb92335 10:41:05 Removing intermediate container 090a86671fe3 10:41:05 ---> c384f6e4a260 10:41:05 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:41:05 ---> Running in 86d337bd9349 10:41:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:05 Removing intermediate container 7706ceb92335 10:41:05 ---> 8a3ae0869e68 10:41:05 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:41:05 $ docker rm -f 5c636b5391c1b91550beda8bddc03ed2848c0828320c4b90437880350aed0e53 10:41:05 Removing intermediate container 86d337bd9349 10:41:05 ---> e32ff69bedee 10:41:05 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:41:05 (1/6) Installing dumb-init (1.2.5-r1) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:05 ---> Running in 5c01ee54039e 10:41:05 (2/6) Installing libgcc (11.2.1_git20220219-r2) 10:41:05 (3/6) Installing libsodium (1.0.18-r0) 10:41:06 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 10:41:06 ---> 30a0d8339de6 10:41:06 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:41:06 (5/6) Installing libzmq (4.3.4-r0) 10:41:06 (6/6) Installing zeromq (4.3.4-r0) 10:41:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:41:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:41:06 Executing busybox-1.35.0-r17.trigger 10:41:06 OK: 8 MiB in 20 packages 10:41:06 prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container 10:41:06 $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 10:41:06 ---> b157b56d3af7 10:41:06 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:41:07 ---> f953fa837037 10:41:07 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:41:07 Removing intermediate container 5c01ee54039e 10:41:07 ---> b2921fbe7105 10:41:07 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 10:41:07 Removing intermediate container 2b18d46bbbfd 10:41:07 ---> 2e7a088fb092 10:41:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:41:07 ---> 2b42dbeea512 10:41:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:41:07 ---> Running in 28032af51015 10:41:07 Removing intermediate container ed7ddb961db8 10:41:07 ---> 677075e5c996 10:41:07 Step 8/26 : COPY . . 10:41:07 ---> 86488c6a36cd 10:41:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:41:07 Removing intermediate container 28032af51015 10:41:07 ---> 78982db5de8d 10:41:07 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:41:07 $ docker top 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 -eo pid,comm 10:41:08 Removing intermediate container f0b6649ef104 10:41:08 ---> 158e5a756650 10:41:08 Step 8/22 : COPY . . 10:41:08 ---> b15365504b39 10:41:08 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] { [Pipeline] sh 10:41:08 + docker-compose -f ./docker-compose-build.yml build --parallel 10:41:13 Building core-command ... 10:41:13 Building core-data ... 10:41:13 Building core-metadata ... 10:41:13 Building security-bootstrapper ... 10:41:13 Building security-proxy-setup ... 10:41:13 Building security-secretstore-setup ... 10:41:13 Building security-spiffe-token-provider ... 10:41:13 Building security-spire-agent ... 10:41:13 Building security-spire-config ... 10:41:13 Building security-spire-server ... 10:41:13 Building support-notifications ... 10:41:13 Building support-scheduler ... 10:41:13 Building sys-mgmt-agent ... 10:41:13 Building security-spire-server 10:41:13 Building security-spire-config 10:41:13 Building core-command 10:41:13 Building support-scheduler 10:41:13 Building security-spire-agent 10:41:13 ---> 6c7623444936 10:41:13 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:41:13 ---> 84ff804b67e5 10:41:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:41:13 ---> 9085bc5fe659 10:41:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:41:13 ---> Running in 4b94f94d3b29 10:41:13 ---> 49c6215eb60b 10:41:13 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:41:13 ---> Running in f783489322ee 10:41:13 ---> 874ab83ab807 10:41:13 Step 19/23 : ENTRYPOINT ["/core-data"] 10:41:13 ---> ac52026d4aa7 10:41:13 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:41:13 ---> 24b58f150b68 10:41:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:41:13 ---> Running in 704861541ebe 10:41:13 ---> Running in 0e010c4bfea8 10:41:13 ---> Running in a23081d3bfd8 10:41:13 Removing intermediate container f783489322ee 10:41:13 ---> 1f5fba5c3bb5 10:41:13 Step 10/26 : WORKDIR /edgex-go/spire-build 10:41:13 ---> Running in 85708d54b97a 10:41:13 Removing intermediate container 0e010c4bfea8 10:41:13 ---> f468a69765e0 10:41:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:41:13 ---> Running in 1bed6f520eda 10:41:13 Removing intermediate container 85708d54b97a 10:41:13 ---> 41df6913d81c 10:41:13 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:41:13 ---> Running in b9b8a2c0a72a 10:41:13 Removing intermediate container 1bed6f520eda 10:41:13 ---> f2d4c43676fd 10:41:13 Step 21/23 : LABEL arch=x86_64 10:41:14 ---> Running in bb769e26ddb0 10:41:14 Removing intermediate container bb769e26ddb0 10:41:14 ---> 0b68064d7437 10:41:14 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:41:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:41:14 ---> Running in 47262bd265c1 10:41:14 Removing intermediate container 47262bd265c1 10:41:14 ---> d216bb99fd24 10:41:14 Step 23/23 : LABEL version=2.3.0-dev.45 10:41:14 ---> Running in 50ec59009d06 10:41:14 Removing intermediate container 50ec59009d06 10:41:14 ---> 41244a52aa81 10:41:14 10:41:14 Removing intermediate container 4b94f94d3b29 10:41:14 ---> 1dd53c934e43 10:41:14 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:41:14 Removing intermediate container 704861541ebe 10:41:14 ---> b31a11fec51a 10:41:14 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 10:41:14 Successfully built 41244a52aa81 10:41:14 Successfully tagged core-data:latest 10:41:14 Building support-scheduler 10:41:14 ---> Running in f1edd541b1b0 10:41:14  Building core-data ... done  ---> 7cacd7cf5ccf 10:41:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:41:17 Removing intermediate container f1edd541b1b0 10:41:17 ---> 4c6ad72c21f0 10:41:17 Step 23/25 : LABEL arch=x86_64 10:41:17 Removing intermediate container b9b8a2c0a72a 10:41:17 ---> 84ad25b8eb6f 10:41:17 Step 12/26 : WORKDIR /edgex-go 10:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:41:17 ---> 1d1fe235dba9 10:41:17 Step 3/22 : WORKDIR /edgex-go 10:41:17 ---> Using cache 10:41:17 ---> 0b669d237e56 10:41:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:17 ---> Using cache 10:41:17 ---> 9fb92bff1afe 10:41:17 Step 5/22 : RUN apk add --update --no-cache make git 10:41:17 ---> Using cache 10:41:17 ---> 3cfaa2fa6ab6 10:41:17 Step 6/22 : COPY go.mod vendor* ./ 10:41:17 ---> Using cache 10:41:17 ---> 413274fa5cc6 10:41:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:17 ---> Using cache 10:41:17 ---> 9048c77ca633 10:41:17 Step 8/22 : COPY . . 10:41:17 ---> Using cache 10:41:17 ---> ff32f6474502 10:41:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:41:17 ---> fbff9a2323ca 10:41:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:41:17 ---> Running in 879bba81de57 10:41:17 ---> Running in 1e328def0eb4 10:41:17 ---> Running in 731de64ceba0 10:41:18 Removing intermediate container 879bba81de57 10:41:18 ---> 598debd85ab7 10:41:18 Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:41:18 Removing intermediate container 731de64ceba0 10:41:18 ---> 705d9c62107c 10:41:18 10:41:18 Step 13/26 : FROM alpine:3.15 10:41:18 ---> c4fc93816858 10:41:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:41:18 ---> Using cache 10:41:18 ---> f9c53af182e2 10:41:18 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:18 ---> Using cache 10:41:18 ---> 124d105c14ad 10:41:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:41:18 ---> Running in 09b0f94b59d0 10:41:18 ---> f8c03e6f6ce1 10:41:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:41:18 ---> Running in 49cc28e5df47 10:41:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:41:18 Removing intermediate container 09b0f94b59d0 10:41:18 ---> f46b10a71c79 10:41:18 Step 25/25 : LABEL version=2.3.0-dev.45 10:41:18 ---> Running in 96f764ffed68 10:41:18 ---> 098a3c434f64 10:41:18 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:41:18 Removing intermediate container 96f764ffed68 10:41:18 ---> b310fe07bdf6 10:41:18 10:41:18 Successfully built b310fe07bdf6 10:41:18 Successfully tagged security-secretstore-setup:latest 10:41:18  Building security-secretstore-setup ... done Building sys-mgmt-agent 10:41:18 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:41:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:41:20 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:41:20 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:41:20 OK: 15856 distinct packages available 10:41:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:41:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:41:21 (1/4) Installing dumb-init (1.2.5-r1) 10:41:21 (2/4) Installing musl-obstack (1.2.3-r0) 10:41:21 (3/4) Installing libucontext (1.1-r0) 10:41:21 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:41:21 ---> 1d1fe235dba9 10:41:21 Step 3/23 : WORKDIR /edgex-go 10:41:21 ---> Using cache 10:41:21 ---> 0b669d237e56 10:41:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:21 ---> Using cache 10:41:21 ---> 9fb92bff1afe 10:41:21 Step 5/23 : RUN apk add --update --no-cache make bash git 10:41:21 (4/4) Installing gcompat (1.0.0-r4) 10:41:21 Executing busybox-1.34.1-r7.trigger 10:41:21 OK: 6 MiB in 18 packages 10:41:23 ---> d918ca4d2fb1 10:41:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:41:23 ---> Running in 5492734de2b8 10:41:23 ---> e66173656260 10:41:23 Step 26/31 : RUN chmod +x /entrypoint.sh 10:41:23 ---> Running in b037266a93c1 10:41:23 Removing intermediate container 49cc28e5df47 10:41:23 ---> cc928fb14f44 10:41:23 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:41:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:25 OK: 211 MiB in 51 packages 10:41:25 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 48472aba7071 10:41:25 Step 3/26 : WORKDIR /edgex-go 10:41:25 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:25 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 48472aba7071 10:41:25 Step 3/25 : WORKDIR /edgex-go 10:41:25 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 48472aba7071 10:41:25 Step 3/26 : WORKDIR /edgex-go 10:41:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 48472aba7071 10:41:25 Step 3/23 : WORKDIR /edgex-go 10:41:25 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 48472aba7071 10:41:25 Step 3/22 : WORKDIR /edgex-go 10:41:25 ---> Running in 5cd2b26fec0f 10:41:25 ---> Running in 80d80493029d 10:41:25 ---> Running in 7db2d4b3ec8e 10:41:25 ---> Running in f2d99227c706 10:41:25 ---> Running in 426f2a31842c 10:41:25 Removing intermediate container 426f2a31842c 10:41:25 ---> 11d2a381e4d1 10:41:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 Removing intermediate container 80d80493029d 10:41:25 ---> d91095a4f1da 10:41:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 Removing intermediate container f2d99227c706 10:41:25 ---> 1e5c69227c5e 10:41:25 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 ---> Running in dc04037258a1 10:41:25 ---> Running in 92f35d77d624 10:41:25 Removing intermediate container 5cd2b26fec0f 10:41:25 ---> 774cec6b5a3c 10:41:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 Removing intermediate container 7db2d4b3ec8e 10:41:25 ---> 53242bf9e073 10:41:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 ---> Running in 11adc3451a1d 10:41:25 ---> Running in d1856a676de2 10:41:25 ---> Running in 72731dc38d81 10:41:27 Removing intermediate container b037266a93c1 10:41:27 ---> 4f1affac7543 10:41:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:41:27 ---> bdbebcdc703e 10:41:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:41:27 ---> Running in c9fc33011c49 10:41:27 Removing intermediate container c9fc33011c49 10:41:27 ---> b539ce7ece3b 10:41:27 Step 28/31 : CMD ["gate"] 10:41:27 Removing intermediate container 5492734de2b8 10:41:27 ---> 02d6f6b9a709 10:41:27 Step 6/23 : COPY go.mod vendor* ./ 10:41:27 ---> Running in 5c6622e39273 10:41:27 ---> 507e457875f7 10:41:27 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:41:27 Removing intermediate container 5c6622e39273 10:41:27 ---> 13d892af41cf 10:41:27 Step 29/31 : LABEL arch=x86_64 10:41:27 ---> Running in c1f7933618d4 10:41:27 ---> Running in 6ef6022410bf 10:41:27 ---> dd377b9abb7a 10:41:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:27 Removing intermediate container c1f7933618d4 10:41:27 ---> c9219a7bd063 10:41:27 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:41:27 Removing intermediate container 6ef6022410bf 10:41:27 ---> 0d60d3a2ce79 10:41:27 Step 30/31 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:41:27 ---> Running in 56b0696ec5a2 10:41:27 ---> Running in c70f69232cef 10:41:27 Removing intermediate container 56b0696ec5a2 10:41:27 ---> 7181e9fd5265 10:41:27 Step 31/31 : LABEL version=2.3.0-dev.45 10:41:28 ---> 74809c432417 10:41:28 Step 21/26 : WORKDIR / 10:41:28 ---> Running in 8902158d0c17 10:41:28 ---> Running in dd458b0750ac 10:41:28 Removing intermediate container 8902158d0c17 10:41:28 ---> b0bec51056d0 10:41:28 10:41:28 Removing intermediate container dd458b0750ac 10:41:28 ---> e8c4769eaa85 10:41:28 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:41:28 Successfully built b0bec51056d0 10:41:28 Successfully tagged security-bootstrapper:latest 10:41:28 Building security-proxy-setup 10:41:28  Building security-bootstrapper ... done  ---> Running in 81845a8bb776 10:41:29 Removing intermediate container 92f35d77d624 10:41:29 ---> 57cef2fb07ab 10:41:29 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:41:29 Removing intermediate container dc04037258a1 10:41:29 ---> a75cd4024197 10:41:29 Step 5/23 : RUN apk add --update --no-cache make git 10:41:29 ---> Running in 062a8641aa1d 10:41:29 ---> Running in 47c8a12afca5 10:41:29 Removing intermediate container 11adc3451a1d 10:41:29 ---> 28379f83e013 10:41:29 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 10:41:29 Removing intermediate container 72731dc38d81 10:41:29 ---> f216cad4241a 10:41:29 Step 5/22 : RUN apk add --update --no-cache make git 10:41:29 ---> Running in 38bcbda00a38 10:41:29 ---> Running in 3122763d7ef1 10:41:30 Removing intermediate container d1856a676de2 10:41:30 ---> 34ab4a163bf1 10:41:30 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 10:41:30 ---> Running in 5d07edf78ad9 10:41:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:41:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:41:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:41:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:41:32 ---> 1d1fe235dba9 10:41:32 Step 3/22 : WORKDIR /edgex-go 10:41:32 ---> Using cache 10:41:32 ---> 0b669d237e56 10:41:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:32 ---> Using cache 10:41:32 ---> 9fb92bff1afe 10:41:32 Step 5/22 : RUN apk add --update --no-cache make git 10:41:32 ---> Using cache 10:41:32 ---> 3cfaa2fa6ab6 10:41:32 Step 6/22 : COPY go.mod vendor* ./ 10:41:32 ---> Using cache 10:41:32 ---> 413274fa5cc6 10:41:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:32 ---> Using cache 10:41:32 ---> 9048c77ca633 10:41:32 Step 8/22 : COPY . . 10:41:32 ---> Using cache 10:41:32 ---> ff32f6474502 10:41:32 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:41:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:41:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:41:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:41:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:41:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:41:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:41:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:41:33 OK: 221 MiB in 51 packages 10:41:34 Removing intermediate container 81845a8bb776 10:41:34 ---> 625692a73d40 10:41:34 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:41:34 OK: 221 MiB in 51 packages 10:41:34 OK: 221 MiB in 51 packages 10:41:34 OK: 221 MiB in 51 packages 10:41:35 OK: 221 MiB in 51 packages 10:41:35 Removing intermediate container 47c8a12afca5 10:41:35 ---> a6755bc1de68 10:41:35 Step 6/23 : COPY go.mod vendor* ./ 10:41:36 Removing intermediate container 38bcbda00a38 10:41:36 ---> b9df564cd3ab 10:41:36 Step 6/25 : COPY go.mod vendor* ./ 10:41:36 Removing intermediate container 062a8641aa1d 10:41:36 ---> efcc0187d3ee 10:41:36 Step 6/26 : COPY go.mod vendor* ./ 10:41:36 Removing intermediate container 5d07edf78ad9 10:41:36 ---> 44329e6428c3 10:41:36 Step 6/26 : COPY go.mod vendor* ./ 10:41:36 ---> Running in f56a461f7c53 10:41:36 ---> Running in 40828820fe08 10:41:36 Removing intermediate container 40828820fe08 10:41:36 ---> 07505f40366f 10:41:36 Step 24/26 : LABEL arch=x86_64 10:41:36 ---> Running in 2700e2605404 10:41:36 Removing intermediate container 3122763d7ef1 10:41:36 ---> 389317fc8d75 10:41:36 Step 6/22 : COPY go.mod vendor* ./ 10:41:36 ---> e50e623a4994 10:41:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:41:37 ---> Running in c555ec6e476c 10:41:37 ---> b711149d2529 10:41:37 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:38 Removing intermediate container 2700e2605404 10:41:38 ---> 7e1604be8946 10:41:38 Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:41:38 ---> 09e7d856aa93 10:41:38 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:38 ---> 4a054693c82f 10:41:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:38 ---> Running in 6c723080fe6f 10:41:38 ---> fae50f037e40 10:41:38 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:38 ---> Running in 57371e38b058 10:41:38 ---> Running in 3bc3217debc1 10:41:38 ---> Running in cbe4fbe8dcf2 10:41:38 ---> Running in f1d23ca68531 10:41:39 Removing intermediate container f1d23ca68531 10:41:39 ---> b1da0c6a2147 10:41:39 Step 26/26 : LABEL version=2.3.0-dev.45 10:41:40 ---> Running in 1ef1672d57ec 10:41:41 Removing intermediate container 1ef1672d57ec 10:41:41 ---> 90125e08cf1b 10:41:41 10:41:41 Successfully built 90125e08cf1b 10:41:41 Successfully tagged security-spire-config:latest 10:41:41 Building security-spire-server 10:41:41  Building security-spire-config ... done Removing intermediate container c70f69232cef 10:41:41 ---> b24e1cd81718 10:41:41 Step 8/23 : COPY . . 10:41:47 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:41:47 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:41:47 ---> 1d1fe235dba9 10:41:47 Step 3/25 : WORKDIR /edgex-go 10:41:47 ---> Using cache 10:41:47 ---> 0b669d237e56 10:41:47 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:47 ---> Using cache 10:41:47 ---> 9fb92bff1afe 10:41:47 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 10:41:47 ---> Using cache 10:41:47 ---> 2a93b7a52167 10:41:47 Step 6/25 : COPY go.mod vendor* ./ 10:41:47 ---> Using cache 10:41:47 ---> ce49e1a61553 10:41:47 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:41:47 ---> Using cache 10:41:47 ---> 677075e5c996 10:41:47 Step 8/25 : COPY . . 10:41:47 ---> Using cache 10:41:47 ---> 49c6215eb60b 10:41:47 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 10:41:47 ---> Using cache 10:41:47 ---> 1f5fba5c3bb5 10:41:47 Step 10/25 : WORKDIR /edgex-go/spire-build 10:41:47 ---> Using cache 10:41:47 ---> 41df6913d81c 10:41:47 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:41:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:41:54 ---> Running in d682e00395bd 10:41:54 ---> c05cc8565fd8 10:41:54 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:41:54 ---> Running in 6c92b9e1547a 10:41:54 Removing intermediate container a23081d3bfd8 10:41:54 ---> 205b7250d54a 10:41:54 10:41:54 Step 10/22 : FROM alpine:3.16 10:41:54 ---> 9c6f07244728 10:41:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:41:54 ---> Running in 4103f9007a3d 10:41:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:41:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:54 (1/2) Installing ca-certificates (20220614-r0) 10:41:54 (2/2) Installing dumb-init (1.2.5-r1) 10:41:54 Executing busybox-1.35.0-r17.trigger 10:41:54 Executing ca-certificates-20220614-r0.trigger 10:41:55 OK: 6 MiB in 16 packages 10:41:55 Removing intermediate container d682e00395bd 10:41:55 ---> 6e324dc2bd8f 10:41:55 Step 12/25 : WORKDIR /edgex-go 10:41:55 ---> Running in f8526ff46f94 10:41:56 Removing intermediate container 1e328def0eb4 10:41:56 ---> 2ce3c47986c8 10:41:56 10:41:56 Step 10/22 : FROM alpine:3.16 10:41:56 ---> 9c6f07244728 10:41:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:41:56 ---> Running in 9b8991a1c83d 10:41:56 Removing intermediate container f8526ff46f94 10:41:56 ---> 86de77b868e2 10:41:56 10:41:56 Step 13/25 : FROM alpine:3.15 10:41:56 ---> c4fc93816858 10:41:56 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:41:56 ---> Using cache 10:41:56 ---> f9c53af182e2 10:41:56 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:56 ---> Using cache 10:41:56 ---> 124d105c14ad 10:41:56 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:41:56 ---> Using cache 10:41:56 ---> 39abc3e72c6f 10:41:56 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:41:56 Removing intermediate container 4103f9007a3d 10:41:56 ---> af08be9cf23e 10:41:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:41:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:41:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:41:57 (1/1) Installing dumb-init (1.2.5-r1) 10:41:57 Executing busybox-1.35.0-r17.trigger 10:41:57 OK: 6 MiB in 15 packages 10:41:59 ---> Running in db46e71411d3 10:41:59 ---> f39e1551faeb 10:41:59 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:41:59 Removing intermediate container f56a461f7c53 10:41:59 ---> 946fab664d1e 10:41:59 10:41:59 Step 10/22 : FROM alpine:3.16 10:41:59 ---> 9c6f07244728 10:41:59 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 10:41:59 Removing intermediate container db46e71411d3 10:41:59 ---> 381f99b0a83e 10:41:59 Step 13/22 : ENV APP_PORT=59860 10:42:00 ---> Running in 5d0bcd6dac1c 10:42:00 Removing intermediate container 9b8991a1c83d 10:42:00 ---> 55628e71491b 10:42:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:00 ---> Running in e00422f35ca8 10:42:00 ---> b9f1a3a4e480 10:42:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:42:00 ---> Running in 16895904a796 10:42:00 Removing intermediate container 16895904a796 10:42:00 ---> b171a9054079 10:42:00 Step 13/22 : ENV APP_PORT=59861 10:42:00 Removing intermediate container e00422f35ca8 10:42:00 ---> de7cabb18427 10:42:00 Step 14/22 : EXPOSE $APP_PORT 10:42:00 ---> Running in 388e3c082935 10:42:00 ---> Running in d3bdb03f3117 10:42:00 ---> 62d3b477d2a9 10:42:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:42:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:42:00 Removing intermediate container d3bdb03f3117 10:42:00 ---> 200e37ebbf19 10:42:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:00 Removing intermediate container 388e3c082935 10:42:00 ---> 933d3b4f24b4 10:42:00 Step 14/22 : EXPOSE $APP_PORT 10:42:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:42:00 ---> Running in 2c4ba00c0d4d 10:42:00 (1/6) Installing ca-certificates (20220614-r0) 10:42:00 (2/6) Installing brotli-libs (1.0.9-r6) 10:42:00 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:42:00 (4/6) Installing libcurl (7.83.1-r2) 10:42:00 (5/6) Installing curl (7.83.1-r2) 10:42:00 (6/6) Installing dumb-init (1.2.5-r1) 10:42:00 Executing busybox-1.35.0-r17.trigger 10:42:00 Executing ca-certificates-20220614-r0.trigger 10:42:00 OK: 8 MiB in 20 packages 10:42:00 ---> bbc057ddb73d 10:42:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:42:01 Removing intermediate container 2c4ba00c0d4d 10:42:01 ---> 9184a591371d 10:42:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:01 ---> d539dff9f730 10:42:01 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:42:01 ---> Running in 0a11dec48292 10:42:01 ---> fbe48235b89d 10:42:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:42:01 Removing intermediate container 0a11dec48292 10:42:01 ---> be3af17b7f0d 10:42:01 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:42:02 ---> ffe6d945e671 10:42:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:42:02 ---> Running in bc7c3d7ef722 10:42:02 Removing intermediate container 5d0bcd6dac1c 10:42:02 ---> 888e50a37886 10:42:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:42:02 ---> Running in ca04e73ec11b 10:42:02 Removing intermediate container bc7c3d7ef722 10:42:02 ---> ec59b4c486bb 10:42:02 Step 23/25 : LABEL arch=x86_64 10:42:02 ---> Running in f0db171ecfdd 10:42:02 Removing intermediate container ca04e73ec11b 10:42:02 ---> af609a273dad 10:42:02 Step 13/22 : WORKDIR /edgex 10:42:02 ---> 69f8ceefd3ab 10:42:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:42:02 ---> df894b0763ba 10:42:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:42:03 ---> Running in 4fe14450c8c9 10:42:03 Removing intermediate container f0db171ecfdd 10:42:03 ---> 3ae5437eb97c 10:42:03 ---> Running in de3abf3f2e32 10:42:03 Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:03 ---> Running in b90f65ae734e 10:42:03 Removing intermediate container 4fe14450c8c9 10:42:03 ---> baf6c8f8221a 10:42:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:42:03 Removing intermediate container de3abf3f2e32 10:42:03 ---> ace401333feb 10:42:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:03 ---> 9640ab6771bf 10:42:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:42:03 ---> Running in 7e54a2540f0c 10:42:03 Removing intermediate container b90f65ae734e 10:42:03 ---> 430e87efb3dd 10:42:03 Step 25/25 : LABEL version=2.3.0-dev.45 10:42:03 ---> Running in 92ee52bb8486 10:42:03 ---> Running in e7c9f98c50e2 10:42:03 Removing intermediate container 7e54a2540f0c 10:42:03 ---> 4ddc1e081a04 10:42:03 Step 20/22 : LABEL arch=x86_64 10:42:03 ---> Running in 900b044af2e8 10:42:03 Removing intermediate container 92ee52bb8486 10:42:03 ---> 779240517b95 10:42:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:03 ---> Running in c18eeb52175f 10:42:03 ---> 5aa7007ef4fd 10:42:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:42:03 Removing intermediate container e7c9f98c50e2 10:42:03 ---> f58cc3364654 10:42:03 10:42:03 Removing intermediate container c18eeb52175f 10:42:03 ---> 976b25b83ddc 10:42:03 Step 20/22 : LABEL arch=x86_64 10:42:03 Removing intermediate container 900b044af2e8 10:42:03 ---> f9b7f709ed8e 10:42:03 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:03 Successfully built f58cc3364654 10:42:03 Successfully tagged security-spire-server:latest 10:42:03  Building security-spire-server ... done Building core-metadata 10:42:03 ---> Running in 018134fb6133 10:42:03 ---> Running in 2b6664b5e2db 10:42:05 Removing intermediate container 018134fb6133 10:42:05 ---> 08fa31340eb5 10:42:05 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:42:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:42:06 ---> 1d1fe235dba9 10:42:06 Step 3/24 : WORKDIR /edgex-go 10:42:06 ---> Using cache 10:42:06 ---> 0b669d237e56 10:42:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:06 ---> Using cache 10:42:06 ---> 9fb92bff1afe 10:42:06 Step 5/24 : RUN apk add --update --no-cache make git 10:42:06 ---> Using cache 10:42:06 ---> 3cfaa2fa6ab6 10:42:06 Step 6/24 : COPY go.mod vendor* ./ 10:42:06 ---> Using cache 10:42:06 ---> 413274fa5cc6 10:42:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:06 ---> Using cache 10:42:06 ---> 9048c77ca633 10:42:06 Step 8/24 : COPY . . 10:42:06 ---> Using cache 10:42:06 ---> ff32f6474502 10:42:06 Step 9/24 : RUN make cmd/core-metadata/core-metadata 10:42:08 ---> 45e97b2bbeff 10:42:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:42:08 Removing intermediate container 2b6664b5e2db 10:42:08 ---> 984a620224f5 10:42:08 Step 22/22 : LABEL version=2.3.0-dev.45 10:42:08 ---> Running in 9508aecc3b86 10:42:08 ---> Running in 7024d879a424 10:42:08 ---> Running in 3d0f0497f131 10:42:08 Removing intermediate container 7024d879a424 10:42:08 ---> 263ec01a33fd 10:42:08 Step 22/22 : LABEL version=2.3.0-dev.45 10:42:08 Removing intermediate container 3d0f0497f131 10:42:08 ---> a713afefdfc1 10:42:08 10:42:08 ---> 7e499a4c7b5b 10:42:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:42:08 ---> Running in da312db22994 10:42:08 Successfully built a713afefdfc1 10:42:08 Successfully tagged support-notifications:latest 10:42:08  Building support-notifications ... done Building core-command 10:42:08 Removing intermediate container da312db22994 10:42:08 ---> f84b9f859919 10:42:08 10:42:08 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:42:08 Successfully built f84b9f859919 10:42:09 Successfully tagged support-scheduler:latest 10:42:11  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:42:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:42:11 ---> 1d1fe235dba9 10:42:11 Step 3/23 : WORKDIR /edgex-go 10:42:11 ---> Using cache 10:42:11 ---> 0b669d237e56 10:42:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:11 ---> Using cache 10:42:11 ---> 9fb92bff1afe 10:42:11 Step 5/23 : RUN apk add --update --no-cache make git 10:42:11 ---> Using cache 10:42:11 ---> 3cfaa2fa6ab6 10:42:11 Step 6/23 : COPY go.mod vendor* ./ 10:42:11 ---> Using cache 10:42:11 ---> 413274fa5cc6 10:42:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:42:11 ---> Using cache 10:42:11 ---> 9048c77ca633 10:42:11 Step 8/23 : COPY . . 10:42:11 ---> Using cache 10:42:11 ---> ff32f6474502 10:42:11 Step 9/23 : RUN make cmd/core-command/core-command 10:42:15 ---> a265bb5244ce 10:42:15 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:42:15 ---> Running in 35ac275dfa51 10:42:15 ---> Running in 0ed066b43190 10:42:15 Removing intermediate container 6c92b9e1547a 10:42:15 ---> 11a88d554b82 10:42:15 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:42:15 ---> Running in 47bdfda772b3 10:42:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:42:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:42:17 Removing intermediate container 35ac275dfa51 10:42:17 ---> 767ac08bea3b 10:42:17 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 10:42:17 ---> Running in 377d0bb2d3f0 10:42:17 Removing intermediate container 47bdfda772b3 10:42:17 ---> 66f0f6a0e2bb 10:42:17 10:42:17 Step 11/23 : FROM alpine:3.16 10:42:17 ---> 9c6f07244728 10:42:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:42:17 ---> Running in 85ab76417066 10:42:17 Removing intermediate container 377d0bb2d3f0 10:42:17 ---> 3c11eba64ef5 10:42:17 Step 20/22 : LABEL arch=x86_64 10:42:17 ---> Running in a29d8036cae0 10:42:17 Removing intermediate container 85ab76417066 10:42:17 ---> 4c80f7635945 10:42:17 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 10:42:18 ---> Running in 6ce43555413a 10:42:18 Removing intermediate container a29d8036cae0 10:42:18 ---> e564bfd06e89 10:42:18 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:18 ---> Running in 4b94a77ac335 10:42:18 Removing intermediate container 4b94a77ac335 10:42:18 ---> 25d1c8472705 10:42:18 Step 22/22 : LABEL version=2.3.0-dev.45 10:42:18 ---> Running in 36cb6e1760c7 10:42:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 10:42:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 10:42:18 Removing intermediate container 36cb6e1760c7 10:42:18 ---> 81d113f2ee7e 10:42:18 10:42:18 Successfully built 81d113f2ee7e 10:42:18 Successfully tagged security-proxy-setup:latest 10:42:18  Building security-proxy-setup ... done (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 10:42:18 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 10:42:18 (3/33) Installing readline (8.1.2-r0) 10:42:18 (4/33) Installing bash (5.1.16-r2) 10:42:18 Executing bash-5.1.16-r2.post-install 10:42:18 (5/33) Installing ca-certificates (20220614-r0) 10:42:18 (6/33) Installing brotli-libs (1.0.9-r6) 10:42:18 (7/33) Installing nghttp2-libs (1.47.0-r0) 10:42:18 (8/33) Installing libcurl (7.83.1-r2) 10:42:18 (9/33) Installing curl (7.83.1-r2) 10:42:18 (10/33) Installing docker-cli (20.10.16-r2) 10:42:19 (11/33) Installing dumb-init (1.2.5-r1) 10:42:19 (12/33) Installing libbz2 (1.0.8-r1) 10:42:19 (13/33) Installing expat (2.4.8-r0) 10:42:19 (14/33) Installing libffi (3.4.2-r1) 10:42:19 (15/33) Installing gdbm (1.23-r0) 10:42:19 (16/33) Installing xz-libs (5.2.5-r1) 10:42:19 (17/33) Installing libgcc (11.2.1_git20220219-r2) 10:42:19 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 10:42:19 (19/33) Installing mpdecimal (2.5.1-r1) 10:42:19 (20/33) Installing sqlite-libs (3.38.5-r0) 10:42:19 (21/33) Installing python3 (3.10.5-r0) 10:42:19 (22/33) Installing py3-contextlib2 (21.6.0-r2) 10:42:19 (23/33) Installing py3-tomli (2.0.1-r1) 10:42:19 (24/33) Installing py3-pep517 (0.12.0-r2) 10:42:19 (25/33) Installing py3-six (1.16.0-r1) 10:42:19 (26/33) Installing py3-retrying (1.3.3-r3) 10:42:19 (27/33) Installing py3-appdirs (1.4.4-r3) 10:42:19 (28/33) Installing py3-more-itertools (8.13.0-r0) 10:42:19 (29/33) Installing py3-ordered-set (4.0.2-r3) 10:42:19 (30/33) Installing py3-parsing (2.4.7-r3) 10:42:19 (31/33) Installing py3-packaging (21.3-r0) 10:42:19 (32/33) Installing py3-setuptools (59.4.0-r0) 10:42:19 (33/33) Installing py3-pip (22.1.1-r0) 10:42:19 Executing busybox-1.35.0-r17.trigger 10:42:19 Executing ca-certificates-20220614-r0.trigger 10:42:19 OK: 122 MiB in 47 packages 10:42:21 Collecting docker-compose==1.23.2 10:42:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:42:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 33.5 MB/s eta 0:00:00 10:42:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 10:42:21 Collecting websocket-client<1.0,>=0.32.0 10:42:21 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:42:21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 126.6 MB/s eta 0:00:00 10:42:21 Collecting docopt<0.7,>=0.6.1 10:42:21 Downloading docopt-0.6.2.tar.gz (25 kB) 10:42:21 Preparing metadata (setup.py): started 10:42:21 Preparing metadata (setup.py): finished with status 'done' 10:42:21 Collecting jsonschema<3,>=2.5.1 10:42:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:42:22 Collecting PyYAML<4,>=3.10 10:42:22 Downloading PyYAML-3.13.tar.gz (270 kB) 10:42:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 40.2 MB/s eta 0:00:00 10:42:22 Preparing metadata (setup.py): started 10:42:22 Preparing metadata (setup.py): finished with status 'done' 10:42:22 Collecting dockerpty<0.5,>=0.4.1 10:42:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:42:22 Preparing metadata (setup.py): started 10:42:22 Preparing metadata (setup.py): finished with status 'done' 10:42:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:42:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:42:22 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 145.4 MB/s eta 0:00:00 10:42:22 Collecting cached-property<2,>=1.2.0 10:42:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:42:22 Collecting texttable<0.10,>=0.9.0 10:42:22 Downloading texttable-0.9.1.tar.gz (11 kB) 10:42:22 Preparing metadata (setup.py): started 10:42:23 Preparing metadata (setup.py): finished with status 'done' 10:42:23 Collecting docker<4.0,>=3.6.0 10:42:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:42:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 176.6 MB/s eta 0:00:00 10:42:23 Collecting docker-pycreds>=0.4.0 10:42:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:42:23 Collecting certifi>=2017.4.17 10:42:23 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 10:42:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 167.6 MB/s eta 0:00:00 10:42:23 Collecting chardet<3.1.0,>=3.0.2 10:42:23 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:42:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 193.9 MB/s eta 0:00:00 10:42:23 Collecting urllib3<1.25,>=1.21.1 10:42:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:42:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 203.4 MB/s eta 0:00:00 10:42:23 Collecting idna<2.8,>=2.5 10:42:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:42:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 186.7 MB/s eta 0:00:00 10:42:23 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:42:23 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:42:23 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:42:23 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:42:23 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 10:42:23 Running setup.py install for texttable: started 10:42:24 Running setup.py install for texttable: finished with status 'done' 10:42:24 Running setup.py install for PyYAML: started 10:42:24 Running setup.py install for PyYAML: finished with status 'done' 10:42:24 Running setup.py install for docopt: started 10:42:25 Running setup.py install for docopt: finished with status 'done' 10:42:25 Running setup.py install for dockerpty: started 10:42:25 Running setup.py install for dockerpty: finished with status 'done' 10:42:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 10:42:29 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 10:42:31 Removing intermediate container 9508aecc3b86 10:42:31 ---> 69d63ac326e0 10:42:31 10:42:31 Step 10/24 : FROM alpine:3.16 10:42:31 ---> 9c6f07244728 10:42:31 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:42:31 ---> Using cache 10:42:31 ---> 55628e71491b 10:42:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:31 ---> Using cache 10:42:31 ---> b171a9054079 10:42:31 Step 13/24 : ENV APP_PORT=59881 10:42:32 ---> Running in b5673cc3c3a8 10:42:32 Removing intermediate container b5673cc3c3a8 10:42:32 ---> 80461356222c 10:42:32 Step 14/24 : EXPOSE $APP_PORT 10:42:32 ---> Running in fa2ac06d9eda 10:42:32 Removing intermediate container 6ce43555413a 10:42:32 ---> a3b8fff46994 10:42:32 Step 14/23 : ENV APP_PORT=58890 10:42:33 ---> Running in 2ac08c4009a5 10:42:33 Removing intermediate container fa2ac06d9eda 10:42:33 ---> d133c1c3a5c8 10:42:33 Step 15/24 : WORKDIR / 10:42:34 ---> Running in b82288d8c184 10:42:34 Removing intermediate container 2ac08c4009a5 10:42:34 ---> e0d65860b663 10:42:34 Step 15/23 : EXPOSE $APP_PORT 10:42:34 ---> Running in c4ed0c78a01e 10:42:34 Removing intermediate container b82288d8c184 10:42:34 ---> 26baa23635ec 10:42:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:34 Removing intermediate container c4ed0c78a01e 10:42:34 ---> aa9088c3c0dc 10:42:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:42:34 Removing intermediate container 0ed066b43190 10:42:34 ---> b65373d802e1 10:42:34 10:42:34 Step 10/23 : FROM alpine:3.16 10:42:34 ---> 9c6f07244728 10:42:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:42:34 ---> Using cache 10:42:34 ---> 55628e71491b 10:42:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:34 ---> Using cache 10:42:34 ---> b171a9054079 10:42:34 Step 13/23 : ENV APP_PORT=59882 10:42:34 ---> Running in 3b5996b2e5e1 10:42:34 ---> 596f6f2af995 10:42:34 Removing intermediate container 3b5996b2e5e1 10:42:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 6f2e668a4c36 10:42:34 10:42:34 Step 14/23 : EXPOSE $APP_PORT 10:42:34 ---> f38efd77ef33 10:42:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:42:34 ---> Running in 5e6f139454b9 10:42:34 Removing intermediate container 5e6f139454b9 10:42:34 ---> ab928d474a06 10:42:34 Step 15/23 : WORKDIR / 10:42:34 ---> Running in cfe70ac1c3df 10:42:34 ---> f0ad73f8e6ca 10:42:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:42:34 Removing intermediate container cfe70ac1c3df 10:42:34 ---> f3c27835a65f 10:42:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:35 ---> b02a80b8bc96 10:42:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:42:35 ---> 79c70eb9af18 10:42:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:42:35 ---> Running in 9eb23b9af030 10:42:35 ---> 5e5a936263b4 10:42:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:42:35 Removing intermediate container 9eb23b9af030 10:42:35 ---> 6670596f9191 10:42:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:35 ---> Running in 9800baae3745 10:42:35 ---> 6396dafbdc86 10:42:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:42:35 Removing intermediate container 9800baae3745 10:42:35 ---> 3b98192b7c10 10:42:35 Step 21/23 : LABEL arch=x86_64 10:42:35 ---> Running in 706945c56ae2 10:42:35 ---> 13f5fe2004a6 10:42:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:42:35 Removing intermediate container 706945c56ae2 10:42:35 ---> f853d51af645 10:42:35 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:35 ---> Running in ff4c2795c25c 10:42:35 ---> 5f54bf834dcf 10:42:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:42:35 ---> Running in d634f128a278 10:42:35 Removing intermediate container ff4c2795c25c 10:42:35 ---> 2dbd9ba57b41 10:42:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:35 ---> Running in adc377b0117a 10:42:35 Removing intermediate container d634f128a278 10:42:35 ---> fabc8a39e964 10:42:35 Step 23/23 : LABEL version=2.3.0-dev.45 10:42:35 ---> Running in 53ad91153828 10:42:35 ---> 3d0de6f20d3e 10:42:35 Step 19/23 : ENTRYPOINT ["/core-command"] 10:42:35 ---> Running in 750c7a381334 10:42:35 Removing intermediate container adc377b0117a 10:42:35 ---> 566302c5e0b1 10:42:35 Step 22/24 : LABEL arch=x86_64 10:42:35 ---> Running in 3981f79d463d 10:42:35 Removing intermediate container 750c7a381334 10:42:35 ---> 3c5b51e08d1d 10:42:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:35 Removing intermediate container 53ad91153828 10:42:35 ---> b300079da6e3 10:42:35 10:42:35 ---> Running in 85ca36202342 10:42:35 Removing intermediate container 3981f79d463d 10:42:35 ---> 8a4fe3d2de9c 10:42:35 Step 23/24 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:35 Successfully built b300079da6e3 10:42:35 ---> Running in d363f80ad852 10:42:35 Successfully tagged sys-mgmt-agent:latest 10:42:35  Building sys-mgmt-agent ... done Removing intermediate container 85ca36202342 10:42:35 ---> 2234daf073fb 10:42:35 Step 21/23 : LABEL arch=x86_64 10:42:35 ---> Running in 50dd7bdc00cd 10:42:35 Removing intermediate container d363f80ad852 10:42:35 ---> f5a9f3013192 10:42:35 Step 24/24 : LABEL version=2.3.0-dev.45 10:42:36 ---> Running in b26cd25c2022 10:42:36 Removing intermediate container 50dd7bdc00cd 10:42:36 ---> 6d0a8556e45f 10:42:36 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:36 ---> Running in dea6af40f939 10:42:36 Removing intermediate container b26cd25c2022 10:42:36 ---> 4ac70dbf4aaa 10:42:36 10:42:36 Successfully built 4ac70dbf4aaa 10:42:36 Successfully tagged core-metadata:latest 10:42:36 Removing intermediate container dea6af40f939 10:42:36  Building core-metadata ... done  ---> d1c0025db1a1 10:42:36 Step 23/23 : LABEL version=2.3.0-dev.45 10:42:36 ---> Running in ea8778c4186e 10:42:36 Removing intermediate container ea8778c4186e 10:42:36 ---> 4c9eafa95147 10:42:36 10:42:36 Successfully built 4c9eafa95147 10:42:36 Successfully tagged core-command:latest 10:42:36  Building core-command ... done  [Pipeline] } 10:42:36 $ docker stop --time=1 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d 10:42:37 $ docker rm -f 405e78aaa090659d6dbc697bb1db1e5ba4ca85f47341874efce1f8102c6c0c7d [Pipeline] // withDockerContainer [Pipeline] sh 10:42:38 + docker images 10:42:38 REPOSITORY TAG IMAGE ID CREATED SIZE 10:42:38 core-command latest 4c9eafa95147 1 second ago 16.2MB 10:42:38 core-metadata latest 4ac70dbf4aaa 2 seconds ago 18.2MB 10:42:38 sys-mgmt-agent latest b300079da6e3 2 seconds ago 135MB 10:42:38 b65373d802e1 4 seconds ago 1.52GB 10:42:38 69d63ac326e0 7 seconds ago 1.55GB 10:42:38 security-proxy-setup latest 81d113f2ee7e 19 seconds ago 27.2MB 10:42:38 66f0f6a0e2bb 20 seconds ago 1.52GB 10:42:38 support-scheduler latest f84b9f859919 29 seconds ago 26.5MB 10:42:38 support-notifications latest a713afefdfc1 29 seconds ago 27.2MB 10:42:38 security-spire-server latest f58cc3364654 34 seconds ago 86.5MB 10:42:38 946fab664d1e 40 seconds ago 1.53GB 10:42:38 86de77b868e2 41 seconds ago 1.42GB 10:42:38 2ce3c47986c8 42 seconds ago 1.58GB 10:42:38 205b7250d54a 54 seconds ago 1.58GB 10:42:38 security-spire-config latest 90125e08cf1b 57 seconds ago 85.8MB 10:42:38 security-bootstrapper latest b0bec51056d0 About a minute ago 19.3MB 10:42:38 security-secretstore-setup latest b310fe07bdf6 About a minute ago 28.9MB 10:42:38 705d9c62107c About a minute ago 1.42GB 10:42:38 core-data latest 41244a52aa81 About a minute ago 21.5MB 10:42:38 f851e98ab83f About a minute ago 1.55GB 10:42:38 977e2dd0ca51 About a minute ago 1.53GB 10:42:38 cbbdc6a0a9a3 About a minute ago 1.52GB 10:42:38 security-spire-agent latest 5584124f1ed6 About a minute ago 125MB 10:42:38 security-spiffe-token-provider latest 1a661c9e8c17 About a minute ago 29.2MB 10:42:38 38124746d3c8 2 minutes ago 1.42GB 10:42:38 834364256b5b 2 minutes ago 1.57GB 10:42:38 ci-base-image-x86_64 latest 1d1fe235dba9 5 minutes ago 993MB 10:42:38 alpine 3.15 c4fc93816858 2 days ago 5.59MB 10:42:38 alpine 3.16 9c6f07244728 2 days ago 5.54MB 10:42:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 4 weeks ago 253MB 10:42:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 weeks ago 677MB 10:42:38 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 10:42:38 provisioning config files... 10:42:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config5238624392759062463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:38 ---> docker-login.sh 10:42:38 nexus3.edgexfoundry.org:10001 10:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:38 Configure a credential helper to remove this warning. See 10:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:38 10:42:38 Login Succeeded 10:42:38 nexus3.edgexfoundry.org:10002 10:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:39 Configure a credential helper to remove this warning. See 10:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:39 10:42:39 Login Succeeded 10:42:39 nexus3.edgexfoundry.org:10003 10:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:39 Configure a credential helper to remove this warning. See 10:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:39 10:42:39 Login Succeeded 10:42:39 nexus3.edgexfoundry.org:10004 10:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:39 Configure a credential helper to remove this warning. See 10:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:39 10:42:39 Login Succeeded 10:42:39 docker.io 10:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:42:39 Configure a credential helper to remove this warning. See 10:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:42:39 10:42:39 Login Succeeded 10:42:39 ---> docker-login.sh ends [Pipeline] } 10:42:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:42:39 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:42:39 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:39 latest 10:42:39 2.3.0-dev.45 10:42:39 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:39 main 10:42:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:40 + docker push nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:42:40 0d6f9c0f7b7d: Preparing 10:42:40 e4505e48d458: Preparing 10:42:40 9abfed49ad28: Preparing 10:42:40 b45e7cf2b3f4: Preparing 10:42:40 994393dc58e7: Preparing 10:42:40 994393dc58e7: Layer already exists 10:42:40 9abfed49ad28: Pushed 10:42:40 0d6f9c0f7b7d: Pushed 10:42:40 b45e7cf2b3f4: Pushed 10:42:41 e4505e48d458: Pushed 10:42:41 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:42 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:42:42 0d6f9c0f7b7d: Preparing 10:42:42 e4505e48d458: Preparing 10:42:42 9abfed49ad28: Preparing 10:42:42 b45e7cf2b3f4: Preparing 10:42:42 994393dc58e7: Preparing 10:42:42 0d6f9c0f7b7d: Layer already exists 10:42:42 994393dc58e7: Layer already exists 10:42:42 b45e7cf2b3f4: Layer already exists 10:42:42 9abfed49ad28: Layer already exists 10:42:42 e4505e48d458: Layer already exists 10:42:42 latest: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:42 + docker push nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 10:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:42:42 0d6f9c0f7b7d: Preparing 10:42:42 e4505e48d458: Preparing 10:42:42 9abfed49ad28: Preparing 10:42:42 b45e7cf2b3f4: Preparing 10:42:42 994393dc58e7: Preparing 10:42:42 0d6f9c0f7b7d: Layer already exists 10:42:42 994393dc58e7: Layer already exists 10:42:42 b45e7cf2b3f4: Layer already exists 10:42:42 9abfed49ad28: Layer already exists 10:42:42 e4505e48d458: Layer already exists 10:42:42 2.3.0-dev.45: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:43 + docker push nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:42:43 0d6f9c0f7b7d: Preparing 10:42:43 e4505e48d458: Preparing 10:42:43 9abfed49ad28: Preparing 10:42:43 b45e7cf2b3f4: Preparing 10:42:43 994393dc58e7: Preparing 10:42:43 b45e7cf2b3f4: Layer already exists 10:42:43 e4505e48d458: Layer already exists 10:42:43 0d6f9c0f7b7d: Layer already exists 10:42:43 994393dc58e7: Layer already exists 10:42:43 9abfed49ad28: Layer already exists 10:42:43 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:44 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:42:44 0d6f9c0f7b7d: Preparing 10:42:44 e4505e48d458: Preparing 10:42:44 9abfed49ad28: Preparing 10:42:44 b45e7cf2b3f4: Preparing 10:42:44 994393dc58e7: Preparing 10:42:44 9abfed49ad28: Layer already exists 10:42:44 994393dc58e7: Layer already exists 10:42:44 b45e7cf2b3f4: Layer already exists 10:42:44 e4505e48d458: Layer already exists 10:42:44 0d6f9c0f7b7d: Layer already exists 10:42:44 main: digest: sha256:3a9d8ad4b09846e0e042341c2985c98aaddc0c367a9c4b0c3867f2d43cc980a6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:44 ===================================================== [Pipeline] echo 10:42:44 taggedImages: 10:42:44 - nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:44 - nexus3.edgexfoundry.org:10004/core-command:latest 10:42:44 - nexus3.edgexfoundry.org:10004/core-command:2.3.0-dev.45 10:42:44 - nexus3.edgexfoundry.org:10004/core-command:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:44 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:42:44 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:42:44 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:44 latest 10:42:44 2.3.0-dev.45 10:42:44 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:44 main 10:42:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:44 + docker push nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:42:44 7b362750f397: Preparing 10:42:44 5bc8929e8f72: Preparing 10:42:44 9abfed49ad28: Preparing 10:42:44 4e67759d132b: Preparing 10:42:44 4570a5cdaf2e: Preparing 10:42:44 994393dc58e7: Preparing 10:42:44 994393dc58e7: Waiting 10:42:44 9abfed49ad28: Layer already exists 10:42:44 994393dc58e7: Layer already exists 10:42:44 7b362750f397: Pushed 10:42:44 4570a5cdaf2e: Pushed 10:42:45 4e67759d132b: Pushed 10:42:46 Removing intermediate container 57371e38b058 10:42:46 ---> 228008b3ab94 10:42:46 Step 8/26 : COPY . . 10:42:46 Removing intermediate container 6c723080fe6f 10:42:46 ---> f62fb4d065f3 10:42:46 Step 8/25 : COPY . . 10:42:46 Removing intermediate container c555ec6e476c 10:42:46 ---> 23c31997d151 10:42:46 Step 8/23 : COPY . . 10:42:46 Removing intermediate container 3bc3217debc1 10:42:46 ---> 586d12321527 10:42:46 Step 8/22 : COPY . . 10:42:46 Removing intermediate container cbe4fbe8dcf2 10:42:46 ---> ce82e80fde88 10:42:46 Step 8/26 : COPY . . 10:42:46 ---> 2016fc21802e 10:42:46 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:42:46 ---> 71274f184d0d 10:42:46 Step 9/23 : RUN make cmd/core-command/core-command 10:42:46 ---> c96bce7317a0 10:42:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:42:46 ---> 7fcd65af9b5d 10:42:46 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 10:42:46 ---> 9c3152894859 10:42:46 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 10:42:46 ---> Running in d99b7f4cf03a 10:42:46 ---> Running in 2a2e280c1306 10:42:46 ---> Running in 4f02ae1fb8be 10:42:46 ---> Running in 4866e1576e15 10:42:46 ---> Running in 6931a70b2ab6 10:42:46 Removing intermediate container 2a2e280c1306 10:42:46 ---> 75e01b0e8a2b 10:42:46 Step 10/26 : WORKDIR /edgex-go/spire-buildRemoving intermediate container d99b7f4cf03a 10:42:46 ---> 78a3130375ce 10:42:46 Step 10/26 : WORKDIR /edgex-go/spire-build 10:42:46 10:42:46 Removing intermediate container 6931a70b2ab6 10:42:46 ---> 97d2c77a0890 10:42:46 Step 10/25 : WORKDIR /edgex-go/spire-build 10:42:46 ---> Running in 53bff1086e35 10:42:46 ---> Running in 087db9dd2851 10:42:46 ---> Running in f71b7f328767 10:42:46 Removing intermediate container 087db9dd2851 10:42:46 ---> 95d905ac41bc 10:42:46 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:42:46 Removing intermediate container 53bff1086e35 10:42:46 ---> 1c620d9c7789 10:42:46 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:42:46 ---> Running in d2d35318e98e 10:42:46 Removing intermediate container f71b7f328767 10:42:46 ---> 34856754fd80 10:42:46 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 10:42:46 ---> Running in 841f246e126e 10:42:46 ---> Running in afb80a326416 10:42:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:42:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:42:47 5bc8929e8f72: Pushed 10:42:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest 10:42:47 Removing intermediate container d2d35318e98e 10:42:47 ---> b56ccf1da951 10:42:47 Step 12/26 : WORKDIR /edgex-go 10:42:47 ---> Running in 291e4d7caaf7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:47 Removing intermediate container 841f246e126e 10:42:47 ---> c040302ea003 10:42:47 Step 12/26 : WORKDIR /edgex-go 10:42:47 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:42:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:42:47 7b362750f397: Preparing 10:42:47 5bc8929e8f72: Preparing 10:42:47 9abfed49ad28: Preparing 10:42:47 4e67759d132b: Preparing 10:42:47 4570a5cdaf2e: Preparing 10:42:47 994393dc58e7: Preparing 10:42:47 7b362750f397: Layer already exists 10:42:47 4e67759d132b: Layer already exists 10:42:47 9abfed49ad28: Layer already exists 10:42:47 4570a5cdaf2e: Layer already exists 10:42:47 5bc8929e8f72: Layer already exists 10:42:47 994393dc58e7: Layer already exists 10:42:47 latest: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:48 ---> Running in 55ae442661a4 10:42:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:48 Removing intermediate container afb80a326416 10:42:48 ---> f23e9bced6b3 10:42:48 Step 12/25 : WORKDIR /edgex-go 10:42:48 + docker push nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 10:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:42:48 7b362750f397: Preparing 10:42:48 5bc8929e8f72: Preparing 10:42:48 9abfed49ad28: Preparing 10:42:48 4e67759d132b: Preparing 10:42:48 4570a5cdaf2e: Preparing 10:42:48 994393dc58e7: Preparing 10:42:48 994393dc58e7: Waiting 10:42:48 4e67759d132b: Layer already exists 10:42:48 7b362750f397: Layer already exists 10:42:48 4570a5cdaf2e: Layer already exists 10:42:48 9abfed49ad28: Layer already exists 10:42:48 5bc8929e8f72: Layer already exists 10:42:48 994393dc58e7: Layer already exists 10:42:48 2.3.0-dev.45: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:48 Removing intermediate container 291e4d7caaf7 10:42:48 ---> b365d355376f 10:42:48 10:42:48 Step 13/26 : FROM alpine:3.15 10:42:48 ---> Running in e6d507155a38 10:42:48 3.15: Pulling from library/alpine 10:42:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:49 + docker push nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:42:49 7b362750f397: Preparing 10:42:49 5bc8929e8f72: Preparing 10:42:49 9abfed49ad28: Preparing 10:42:49 4e67759d132b: Preparing 10:42:49 4570a5cdaf2e: Preparing 10:42:49 994393dc58e7: Preparing 10:42:49 994393dc58e7: Waiting 10:42:49 7b362750f397: Layer already exists 10:42:49 5bc8929e8f72: Layer already exists 10:42:49 4e67759d132b: Layer already exists 10:42:49 9abfed49ad28: Layer already exists 10:42:49 4570a5cdaf2e: Layer already exists 10:42:49 994393dc58e7: Layer already exists 10:42:49 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:49 Removing intermediate container 55ae442661a4 10:42:49 ---> 90bc45e228da 10:42:49 10:42:49 Step 13/26 : FROM alpine:3.15 10:42:49 3.15: Pulling from library/alpine 10:42:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:49 Removing intermediate container e6d507155a38 10:42:49 ---> 27c7d7458c2c 10:42:49 10:42:49 Step 13/25 : FROM alpine:3.15 10:42:49 3.15: Pulling from library/alpine 10:42:49 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:42:49 7b362750f397: Preparing 10:42:49 5bc8929e8f72: Preparing 10:42:49 9abfed49ad28: Preparing 10:42:49 4e67759d132b: Preparing 10:42:49 4570a5cdaf2e: Preparing 10:42:49 994393dc58e7: Preparing 10:42:49 9abfed49ad28: Layer already exists 10:42:49 7b362750f397: Layer already exists 10:42:49 4e67759d132b: Layer already exists 10:42:49 4570a5cdaf2e: Layer already exists 10:42:49 5bc8929e8f72: Layer already exists 10:42:49 994393dc58e7: Layer already exists 10:42:49 main: digest: sha256:df6bfe9140651ba86d4e2e0b1c7b41178f3dd4f19943e290a8796142246961f9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:49 ===================================================== [Pipeline] echo 10:42:49 taggedImages: 10:42:49 - nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:49 - nexus3.edgexfoundry.org:10004/core-data:latest 10:42:49 - nexus3.edgexfoundry.org:10004/core-data:2.3.0-dev.45 10:42:49 - nexus3.edgexfoundry.org:10004/core-data:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:49 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:42:49 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:42:49 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:49 latest 10:42:49 2.3.0-dev.45 10:42:49 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:49 main 10:42:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:42:50 9d6501057c65: Preparing 10:42:50 7ba5b198c16d: Preparing 10:42:50 e5fa81c51ed8: Preparing 10:42:50 9abfed49ad28: Preparing 10:42:50 b45e7cf2b3f4: Preparing 10:42:50 994393dc58e7: Preparing 10:42:50 994393dc58e7: Waiting 10:42:50 b45e7cf2b3f4: Layer already exists 10:42:50 9abfed49ad28: Layer already exists 10:42:50 994393dc58e7: Layer already exists 10:42:50 9d6501057c65: Pushed 10:42:50 7ba5b198c16d: Pushed 10:42:50 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:42:50 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:42:50 Status: Image is up to date for alpine:3.15 10:42:50 Status: Downloaded newer image for alpine:3.15 10:42:50 ---> 02e0d6fdf486 10:42:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:42:50 Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 10:42:50 Status: Image is up to date for alpine:3.15 10:42:50 ---> 02e0d6fdf486 10:42:50 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:42:50 ---> 02e0d6fdf486 10:42:50 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:42:50 ---> Running in 2892cfbbd162 10:42:50 ---> Running in 51109ab6c908 10:42:50 ---> Running in a077bdc4027b 10:42:51 Removing intermediate container 2892cfbbd162 10:42:51 ---> 525f8e87d90b 10:42:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:51 Removing intermediate container 51109ab6c908 10:42:51 ---> 0bc316e505e3 10:42:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:51 Removing intermediate container a077bdc4027b 10:42:51 ---> 672fa93ad5e6 10:42:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:42:51 ---> Running in b8c28df7582f 10:42:52 ---> Running in 25c3c4f093d8 10:42:52 ---> Running in 8d2c5d6e8818 10:42:52 e5fa81c51ed8: Pushed 10:42:52 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:42:52 9d6501057c65: Preparing 10:42:52 7ba5b198c16d: Preparing 10:42:52 e5fa81c51ed8: Preparing 10:42:52 9abfed49ad28: Preparing 10:42:52 b45e7cf2b3f4: Preparing 10:42:52 994393dc58e7: Preparing 10:42:52 994393dc58e7: Waiting 10:42:52 e5fa81c51ed8: Layer already exists 10:42:52 7ba5b198c16d: Layer already exists 10:42:52 9d6501057c65: Layer already exists 10:42:52 9abfed49ad28: Layer already exists 10:42:52 b45e7cf2b3f4: Layer already exists 10:42:52 994393dc58e7: Layer already exists 10:42:52 latest: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 10:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:42:53 9d6501057c65: Preparing 10:42:53 7ba5b198c16d: Preparing 10:42:53 e5fa81c51ed8: Preparing 10:42:53 9abfed49ad28: Preparing 10:42:53 b45e7cf2b3f4: Preparing 10:42:53 994393dc58e7: Preparing 10:42:53 994393dc58e7: Waiting 10:42:53 e5fa81c51ed8: Layer already exists 10:42:53 b45e7cf2b3f4: Layer already exists 10:42:53 9abfed49ad28: Layer already exists 10:42:53 9d6501057c65: Layer already exists 10:42:53 7ba5b198c16d: Layer already exists 10:42:53 994393dc58e7: Layer already exists 10:42:53 2.3.0-dev.45: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:42:54 9d6501057c65: Preparing 10:42:54 7ba5b198c16d: Preparing 10:42:54 e5fa81c51ed8: Preparing 10:42:54 9abfed49ad28: Preparing 10:42:54 b45e7cf2b3f4: Preparing 10:42:54 994393dc58e7: Preparing 10:42:54 994393dc58e7: Waiting 10:42:54 7ba5b198c16d: Layer already exists 10:42:54 9d6501057c65: Layer already exists 10:42:54 9abfed49ad28: Layer already exists 10:42:54 e5fa81c51ed8: Layer already exists 10:42:54 b45e7cf2b3f4: Layer already exists 10:42:54 994393dc58e7: Layer already exists 10:42:54 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:42:54 9d6501057c65: Preparing 10:42:54 7ba5b198c16d: Preparing 10:42:54 e5fa81c51ed8: Preparing 10:42:54 9abfed49ad28: Preparing 10:42:54 b45e7cf2b3f4: Preparing 10:42:54 994393dc58e7: Preparing 10:42:54 994393dc58e7: Waiting 10:42:54 b45e7cf2b3f4: Layer already exists 10:42:54 9abfed49ad28: Layer already exists 10:42:54 9d6501057c65: Layer already exists 10:42:54 e5fa81c51ed8: Layer already exists 10:42:54 7ba5b198c16d: Layer already exists 10:42:54 994393dc58e7: Layer already exists 10:42:54 main: digest: sha256:b03cc8e7dace83a46e28dd691398fb508d076940c793d18fe58ad4c9d4e512f2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:54 ===================================================== [Pipeline] echo 10:42:54 taggedImages: 10:42:54 - nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:54 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:42:54 - nexus3.edgexfoundry.org:10004/core-metadata:2.3.0-dev.45 10:42:54 - nexus3.edgexfoundry.org:10004/core-metadata:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:54 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:42:54 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:42:54 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:54 latest 10:42:54 2.3.0-dev.45 10:42:54 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:54 main 10:42:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:42:55 0553a82c9a12: Preparing 10:42:55 0553a82c9a12: Preparing 10:42:55 42e3f8524e54: Preparing 10:42:55 78ed16dd3d47: Preparing 10:42:55 bcb4ce87fb81: Preparing 10:42:55 5b447a9c4a8c: Preparing 10:42:55 9abfed49ad28: Preparing 10:42:55 eb2570436a94: Preparing 10:42:55 96006a19bfd0: Preparing 10:42:55 52e3f024600b: Preparing 10:42:55 6ae7ff902ae5: Preparing 10:42:55 994393dc58e7: Preparing 10:42:55 6ae7ff902ae5: Waiting 10:42:55 eb2570436a94: Waiting 10:42:55 96006a19bfd0: Waiting 10:42:55 52e3f024600b: Waiting 10:42:55 9abfed49ad28: Waiting 10:42:55 994393dc58e7: Waiting 10:42:55 bcb4ce87fb81: Pushed 10:42:55 78ed16dd3d47: Pushed 10:42:55 42e3f8524e54: Pushed 10:42:55 0553a82c9a12: Pushed 10:42:55 9abfed49ad28: Layer already exists 10:42:55 96006a19bfd0: Pushed 10:42:55 52e3f024600b: Pushed 10:42:55 994393dc58e7: Layer already exists 10:42:55 eb2570436a94: Pushed 10:42:55 6ae7ff902ae5: Pushed 10:42:56 Removing intermediate container 25c3c4f093d8 10:42:56 ---> b896653d85a3 10:42:56 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:42:56 ---> Running in 1027b6b351a9 10:42:57 5b447a9c4a8c: Pushed 10:42:57 Removing intermediate container 8d2c5d6e8818 10:42:57 ---> 099f1de4bd45 10:42:57 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompatRemoving intermediate container b8c28df7582f 10:42:57 10:42:57 ---> 75cfeb11c3e0 10:42:57 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:42:57 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:57 ---> Running in 49dafa376ccc 10:42:57 ---> Running in 7bde665d1018 10:42:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:42:58 0553a82c9a12: Preparing 10:42:58 0553a82c9a12: Preparing 10:42:58 42e3f8524e54: Preparing 10:42:58 78ed16dd3d47: Preparing 10:42:58 bcb4ce87fb81: Preparing 10:42:58 5b447a9c4a8c: Preparing 10:42:58 9abfed49ad28: Preparing 10:42:58 eb2570436a94: Preparing 10:42:58 96006a19bfd0: Preparing 10:42:58 52e3f024600b: Preparing 10:42:58 6ae7ff902ae5: Preparing 10:42:58 994393dc58e7: Preparing 10:42:58 9abfed49ad28: Waiting 10:42:58 96006a19bfd0: Waiting 10:42:58 52e3f024600b: Waiting 10:42:58 eb2570436a94: Waiting 10:42:58 6ae7ff902ae5: Waiting 10:42:58 5b447a9c4a8c: Layer already exists 10:42:58 42e3f8524e54: Layer already exists 10:42:58 78ed16dd3d47: Layer already exists 10:42:58 bcb4ce87fb81: Layer already exists 10:42:58 9abfed49ad28: Layer already exists 10:42:58 eb2570436a94: Layer already exists 10:42:58 52e3f024600b: Layer already exists 10:42:58 0553a82c9a12: Layer already exists 10:42:58 96006a19bfd0: Layer already exists 10:42:58 6ae7ff902ae5: Layer already exists 10:42:58 994393dc58e7: Layer already exists 10:42:58 latest: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 10:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:42:58 0553a82c9a12: Preparing 10:42:58 0553a82c9a12: Preparing 10:42:58 42e3f8524e54: Preparing 10:42:58 78ed16dd3d47: Preparing 10:42:58 bcb4ce87fb81: Preparing 10:42:58 5b447a9c4a8c: Preparing 10:42:58 9abfed49ad28: Preparing 10:42:58 eb2570436a94: Preparing 10:42:58 96006a19bfd0: Preparing 10:42:58 52e3f024600b: Preparing 10:42:58 6ae7ff902ae5: Preparing 10:42:58 994393dc58e7: Preparing 10:42:58 9abfed49ad28: Waiting 10:42:58 eb2570436a94: Waiting 10:42:58 994393dc58e7: Waiting 10:42:58 96006a19bfd0: Waiting 10:42:58 52e3f024600b: Waiting 10:42:58 bcb4ce87fb81: Layer already exists 10:42:58 78ed16dd3d47: Layer already exists 10:42:58 42e3f8524e54: Layer already exists 10:42:58 5b447a9c4a8c: Layer already exists 10:42:58 0553a82c9a12: Layer already exists 10:42:58 eb2570436a94: Layer already exists 10:42:58 6ae7ff902ae5: Layer already exists 10:42:58 96006a19bfd0: Layer already exists 10:42:58 52e3f024600b: Layer already exists 10:42:58 9abfed49ad28: Layer already exists 10:42:58 994393dc58e7: Layer already exists 10:42:58 2.3.0-dev.45: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:42:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:42:59 0553a82c9a12: Preparing 10:42:59 0553a82c9a12: Preparing 10:42:59 42e3f8524e54: Preparing 10:42:59 78ed16dd3d47: Preparing 10:42:59 bcb4ce87fb81: Preparing 10:42:59 5b447a9c4a8c: Preparing 10:42:59 9abfed49ad28: Preparing 10:42:59 eb2570436a94: Preparing 10:42:59 96006a19bfd0: Preparing 10:42:59 52e3f024600b: Preparing 10:42:59 6ae7ff902ae5: Preparing 10:42:59 994393dc58e7: Preparing 10:42:59 9abfed49ad28: Waiting 10:42:59 52e3f024600b: Waiting 10:42:59 eb2570436a94: Waiting 10:42:59 96006a19bfd0: Waiting 10:42:59 6ae7ff902ae5: Waiting 10:42:59 994393dc58e7: Waiting 10:42:59 0553a82c9a12: Layer already exists 10:42:59 bcb4ce87fb81: Layer already exists 10:42:59 42e3f8524e54: Layer already exists 10:42:59 5b447a9c4a8c: Layer already exists 10:42:59 78ed16dd3d47: Layer already exists 10:42:59 9abfed49ad28: Layer already exists 10:42:59 eb2570436a94: Layer already exists 10:42:59 96006a19bfd0: Layer already exists 10:42:59 6ae7ff902ae5: Layer already exists 10:42:59 52e3f024600b: Layer already exists 10:42:59 994393dc58e7: Layer already exists 10:42:59 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:42:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:43:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:43:00 0553a82c9a12: Preparing 10:43:00 0553a82c9a12: Preparing 10:43:00 42e3f8524e54: Preparing 10:43:00 78ed16dd3d47: Preparing 10:43:00 bcb4ce87fb81: Preparing 10:43:00 5b447a9c4a8c: Preparing 10:43:00 9abfed49ad28: Preparing 10:43:00 eb2570436a94: Preparing 10:43:00 96006a19bfd0: Preparing 10:43:00 52e3f024600b: Preparing 10:43:00 6ae7ff902ae5: Preparing 10:43:00 994393dc58e7: Preparing 10:43:00 9abfed49ad28: Waiting 10:43:00 eb2570436a94: Waiting 10:43:00 96006a19bfd0: Waiting 10:43:00 52e3f024600b: Waiting 10:43:00 6ae7ff902ae5: Waiting 10:43:00 994393dc58e7: Waiting 10:43:00 bcb4ce87fb81: Layer already exists 10:43:00 78ed16dd3d47: Layer already exists 10:43:00 0553a82c9a12: Layer already exists 10:43:00 42e3f8524e54: Layer already exists 10:43:00 5b447a9c4a8c: Layer already exists 10:43:00 eb2570436a94: Layer already exists 10:43:00 52e3f024600b: Layer already exists 10:43:00 9abfed49ad28: Layer already exists 10:43:00 6ae7ff902ae5: Layer already exists 10:43:00 96006a19bfd0: Layer already exists 10:43:00 994393dc58e7: Layer already exists 10:43:00 main: digest: sha256:d6844a2a6e490c7ef4288d6151e598f707b58a89ffde3287c17aa57ca543d676 size: 2817 10:43:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:00 ===================================================== [Pipeline] echo 10:43:00 taggedImages: 10:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.3.0-dev.45 10:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:43:00 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:43:00 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:00 latest 10:43:00 2.3.0-dev.45 10:43:00 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:00 main 10:43:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:43:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:43:00 4c8a7d1df436: Preparing 10:43:00 fab800025cb4: Preparing 10:43:00 bf00585b8a43: Preparing 10:43:00 13bbbd02939c: Preparing 10:43:00 c8ee75abfc3e: Preparing 10:43:00 f0084ebeae73: Preparing 10:43:00 ce8ed6499dca: Preparing 10:43:00 994393dc58e7: Preparing 10:43:00 f0084ebeae73: Waiting 10:43:00 994393dc58e7: Waiting 10:43:00 fab800025cb4: Pushed 10:43:00 c8ee75abfc3e: Pushed 10:43:00 4c8a7d1df436: Pushed 10:43:00 994393dc58e7: Layer already exists 10:43:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:43:01 f0084ebeae73: Pushed 10:43:01 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:43:01 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:43:01 OK: 15733 distinct packages available 10:43:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:43:01 ce8ed6499dca: Pushed 10:43:01 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:43:01 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:43:01 OK: 15733 distinct packages available 10:43:01 13bbbd02939c: Pushed 10:43:01 bf00585b8a43: Pushed 10:43:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:43:02 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:02 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:43:02 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:43:02 OK: 15733 distinct packages available 10:43:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:43:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:43:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:43:02 4c8a7d1df436: Preparing 10:43:02 fab800025cb4: Preparing 10:43:02 bf00585b8a43: Preparing 10:43:02 13bbbd02939c: Preparing 10:43:02 c8ee75abfc3e: Preparing 10:43:02 f0084ebeae73: Preparing 10:43:02 ce8ed6499dca: Preparing 10:43:02 994393dc58e7: Preparing 10:43:02 f0084ebeae73: Waiting 10:43:02 994393dc58e7: Waiting 10:43:02 ce8ed6499dca: Waiting 10:43:02 c8ee75abfc3e: Layer already exists 10:43:02 13bbbd02939c: Layer already exists 10:43:02 bf00585b8a43: Layer already exists 10:43:02 fab800025cb4: Layer already exists 10:43:02 4c8a7d1df436: Layer already exists 10:43:02 ce8ed6499dca: Layer already exists 10:43:02 f0084ebeae73: Layer already exists 10:43:02 994393dc58e7: Layer already exists 10:43:02 latest: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:43:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 10:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:43:03 4c8a7d1df436: Preparing 10:43:03 fab800025cb4: Preparing 10:43:03 bf00585b8a43: Preparing 10:43:03 13bbbd02939c: Preparing 10:43:03 c8ee75abfc3e: Preparing 10:43:03 f0084ebeae73: Preparing 10:43:03 ce8ed6499dca: Preparing 10:43:03 994393dc58e7: Preparing 10:43:03 ce8ed6499dca: Waiting 10:43:03 994393dc58e7: Waiting 10:43:03 f0084ebeae73: Waiting 10:43:03 bf00585b8a43: Layer already exists 10:43:03 fab800025cb4: Layer already exists 10:43:03 4c8a7d1df436: Layer already exists 10:43:03 c8ee75abfc3e: Layer already exists 10:43:03 13bbbd02939c: Layer already exists 10:43:03 f0084ebeae73: Layer already exists 10:43:03 ce8ed6499dca: Layer already exists 10:43:03 994393dc58e7: Layer already exists 10:43:03 2.3.0-dev.45: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:03 (1/5) Installing dumb-init (1.2.5-r1) 10:43:03 (2/5) Installing musl-obstack (1.2.3-r0) 10:43:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:43:03 (3/5) Installing libucontext (1.1-r0) 10:43:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:03 (4/5) Installing gcompat (1.0.0-r4) 10:43:03 (5/5) Installing openssl (1.1.1q-r0) 10:43:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:43:04 4c8a7d1df436: Preparing 10:43:04 fab800025cb4: Preparing 10:43:04 bf00585b8a43: Preparing 10:43:04 13bbbd02939c: Preparing 10:43:04 c8ee75abfc3e: Preparing 10:43:04 f0084ebeae73: Preparing 10:43:04 ce8ed6499dca: Preparing 10:43:04 994393dc58e7: Preparing 10:43:04 f0084ebeae73: Waiting 10:43:04 ce8ed6499dca: Waiting 10:43:04 994393dc58e7: Waiting 10:43:04 c8ee75abfc3e: Layer already exists 10:43:04 fab800025cb4: Layer already exists 10:43:04 bf00585b8a43: Layer already exists 10:43:04 13bbbd02939c: Layer already exists 10:43:04 4c8a7d1df436: Layer already exists 10:43:04 f0084ebeae73: Layer already exists 10:43:04 994393dc58e7: Layer already exists 10:43:04 ce8ed6499dca: Layer already exists 10:43:04 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:04 Executing busybox-1.34.1-r7.trigger 10:43:04 OK: 6 MiB in 19 packages 10:43:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:04 (1/4) Installing dumb-init (1.2.5-r1) 10:43:04 (2/4) Installing musl-obstack (1.2.3-r0) 10:43:04 (3/4) Installing libucontext (1.1-r0) 10:43:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:43:04 4c8a7d1df436: Preparing 10:43:04 fab800025cb4: Preparing 10:43:04 bf00585b8a43: Preparing 10:43:04 13bbbd02939c: Preparing 10:43:04 c8ee75abfc3e: Preparing 10:43:04 f0084ebeae73: Preparing 10:43:04 ce8ed6499dca: Preparing 10:43:04 f0084ebeae73: Waiting 10:43:04 994393dc58e7: Preparing 10:43:04 ce8ed6499dca: Waiting 10:43:04 994393dc58e7: Waiting 10:43:04 13bbbd02939c: Layer already exists 10:43:04 fab800025cb4: Layer already exists 10:43:04 bf00585b8a43: Layer already exists 10:43:04 4c8a7d1df436: Layer already exists 10:43:04 c8ee75abfc3e: Layer already exists 10:43:04 f0084ebeae73: Layer already exists 10:43:04 ce8ed6499dca: Layer already exists 10:43:04 994393dc58e7: Layer already exists 10:43:04 main: digest: sha256:a1431d1b8f00e06628149ee29f8683a7ad885cd901513b01574e400702d3d94a size: 1990 [Pipeline] } [Pipeline] // withEnv 10:43:04 (4/4) Installing gcompat (1.0.0-r4) [Pipeline] } 10:43:04 Executing busybox-1.34.1-r7.trigger 10:43:04 OK: 6 MiB in 18 packages [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:04 ===================================================== [Pipeline] echo 10:43:04 taggedImages: 10:43:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:43:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.3.0-dev.45 10:43:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:43:04 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:43:04 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:04 latest 10:43:04 2.3.0-dev.45 10:43:04 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:04 main 10:43:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:05 (1/5) Installing dumb-init (1.2.5-r1) 10:43:05 (2/5) Installing musl-obstack (1.2.3-r0) 10:43:05 (3/5) Installing libucontext (1.1-r0) 10:43:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:05 (4/5) Installing gcompat (1.0.0-r4) 10:43:05 (5/5) Installing openssl (1.1.1q-r0) 10:43:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:43:05 c899513ff151: Preparing 10:43:05 5d0cdf60e93a: Preparing 10:43:05 8aa9b2d36ff0: Preparing 10:43:05 0f2f7e02080e: Preparing 10:43:05 1f1259e4d553: Preparing 10:43:05 57f50d6b5314: Preparing 10:43:05 0b91497b85e1: Preparing 10:43:05 33be9e361861: Preparing 10:43:05 9dba614808d0: Preparing 10:43:05 994393dc58e7: Preparing 10:43:05 9dba614808d0: Waiting 10:43:05 994393dc58e7: Waiting 10:43:05 0b91497b85e1: Waiting 10:43:05 57f50d6b5314: Waiting 10:43:05 1f1259e4d553: Pushed 10:43:05 c899513ff151: Pushed 10:43:05 5d0cdf60e93a: Pushed 10:43:05 Executing busybox-1.34.1-r7.trigger 10:43:05 OK: 6 MiB in 19 packages 10:43:05 57f50d6b5314: Pushed 10:43:05 33be9e361861: Pushed 10:43:05 0b91497b85e1: Pushed 10:43:05 994393dc58e7: Layer already exists 10:43:05 9dba614808d0: Pushed 10:43:06 0f2f7e02080e: Pushed 10:43:06 Removing intermediate container 1027b6b351a9 10:43:06 ---> 4a433ac957cc 10:43:06 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:43:06 8aa9b2d36ff0: Pushed 10:43:06 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 10:43:07 Removing intermediate container 49dafa376ccc 10:43:07 ---> 3ac14ac78852 10:43:07 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] sh 10:43:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:43:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:43:07 c899513ff151: Preparing 10:43:07 5d0cdf60e93a: Preparing 10:43:07 8aa9b2d36ff0: Preparing 10:43:07 0f2f7e02080e: Preparing 10:43:07 1f1259e4d553: Preparing 10:43:07 57f50d6b5314: Preparing 10:43:07 0b91497b85e1: Preparing 10:43:07 33be9e361861: Preparing 10:43:07 9dba614808d0: Preparing 10:43:07 994393dc58e7: Preparing 10:43:07 57f50d6b5314: Waiting 10:43:07 994393dc58e7: Waiting 10:43:07 9dba614808d0: Waiting 10:43:07 0b91497b85e1: Waiting 10:43:07 33be9e361861: Waiting 10:43:07 0f2f7e02080e: Layer already exists 10:43:07 8aa9b2d36ff0: Layer already exists 10:43:07 c899513ff151: Layer already exists 10:43:07 1f1259e4d553: Layer already exists 10:43:07 5d0cdf60e93a: Layer already exists 10:43:07 57f50d6b5314: Layer already exists 10:43:07 9dba614808d0: Layer already exists 10:43:07 0b91497b85e1: Layer already exists 10:43:07 33be9e361861: Layer already exists 10:43:07 994393dc58e7: Layer already exists 10:43:07 latest: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 10:43:07 Removing intermediate container 7bde665d1018 10:43:07 ---> 4174cf6d4edd 10:43:07 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 10:43:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:43:08 c899513ff151: Preparing 10:43:08 5d0cdf60e93a: Preparing 10:43:08 8aa9b2d36ff0: Preparing 10:43:08 0f2f7e02080e: Preparing 10:43:08 1f1259e4d553: Preparing 10:43:08 57f50d6b5314: Preparing 10:43:08 0b91497b85e1: Preparing 10:43:08 33be9e361861: Preparing 10:43:08 9dba614808d0: Preparing 10:43:08 994393dc58e7: Preparing 10:43:08 57f50d6b5314: Waiting 10:43:08 0b91497b85e1: Waiting 10:43:08 994393dc58e7: Waiting 10:43:08 33be9e361861: Waiting 10:43:08 c899513ff151: Layer already exists 10:43:08 8aa9b2d36ff0: Layer already exists 10:43:08 0f2f7e02080e: Layer already exists 10:43:08 5d0cdf60e93a: Layer already exists 10:43:08 1f1259e4d553: Layer already exists 10:43:08 57f50d6b5314: Layer already exists 10:43:08 33be9e361861: Layer already exists 10:43:08 9dba614808d0: Layer already exists 10:43:08 0b91497b85e1: Layer already exists 10:43:08 994393dc58e7: Layer already exists 10:43:08 2.3.0-dev.45: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:43:08 c899513ff151: Preparing 10:43:08 5d0cdf60e93a: Preparing 10:43:08 8aa9b2d36ff0: Preparing 10:43:08 0f2f7e02080e: Preparing 10:43:08 1f1259e4d553: Preparing 10:43:08 57f50d6b5314: Preparing 10:43:08 0b91497b85e1: Preparing 10:43:08 33be9e361861: Preparing 10:43:08 9dba614808d0: Preparing 10:43:08 994393dc58e7: Preparing 10:43:08 9dba614808d0: Waiting 10:43:08 33be9e361861: Waiting 10:43:08 994393dc58e7: Waiting 10:43:08 0b91497b85e1: Waiting 10:43:08 57f50d6b5314: Waiting 10:43:08 1f1259e4d553: Layer already exists 10:43:08 5d0cdf60e93a: Layer already exists 10:43:08 0f2f7e02080e: Layer already exists 10:43:08 8aa9b2d36ff0: Layer already exists 10:43:08 c899513ff151: Layer already exists 10:43:08 57f50d6b5314: Layer already exists 10:43:08 0b91497b85e1: Layer already exists 10:43:08 33be9e361861: Layer already exists 10:43:08 9dba614808d0: Layer already exists 10:43:08 994393dc58e7: Layer already exists 10:43:08 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:43:09 c899513ff151: Preparing 10:43:09 5d0cdf60e93a: Preparing 10:43:09 8aa9b2d36ff0: Preparing 10:43:09 0f2f7e02080e: Preparing 10:43:09 1f1259e4d553: Preparing 10:43:09 57f50d6b5314: Preparing 10:43:09 0b91497b85e1: Preparing 10:43:09 33be9e361861: Preparing 10:43:09 9dba614808d0: Preparing 10:43:09 994393dc58e7: Preparing 10:43:09 9dba614808d0: Waiting 10:43:09 33be9e361861: Waiting 10:43:09 0b91497b85e1: Waiting 10:43:09 994393dc58e7: Waiting 10:43:09 5d0cdf60e93a: Layer already exists 10:43:09 0f2f7e02080e: Layer already exists 10:43:09 1f1259e4d553: Layer already exists 10:43:09 8aa9b2d36ff0: Layer already exists 10:43:09 c899513ff151: Layer already exists 10:43:09 0b91497b85e1: Layer already exists 10:43:09 57f50d6b5314: Layer already exists 10:43:09 33be9e361861: Layer already exists 10:43:09 9dba614808d0: Layer already exists 10:43:09 994393dc58e7: Layer already exists 10:43:09 main: digest: sha256:c6dd58b4ed557d0549d0a9ca18913f1024e93ebf83d44e21159941514f8f2a99 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:10 ===================================================== [Pipeline] echo 10:43:10 taggedImages: 10:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.3.0-dev.45 10:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:43:10 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:43:10 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:10 latest 10:43:10 2.3.0-dev.45 10:43:10 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:10 main 10:43:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:43:10 d27ed3c71cb6: Preparing 10:43:10 bad4babb169d: Preparing 10:43:10 9abfed49ad28: Preparing 10:43:10 b3c04c9a2e3c: Preparing 10:43:10 ede75412d6c8: Preparing 10:43:10 34d5ebaa5410: Preparing 10:43:10 34d5ebaa5410: Waiting 10:43:10 9abfed49ad28: Layer already exists 10:43:10 34d5ebaa5410: Layer already exists 10:43:10 ede75412d6c8: Pushed 10:43:10 d27ed3c71cb6: Pushed 10:43:11 b3c04c9a2e3c: Pushed 10:43:12 bad4babb169d: Pushed 10:43:12 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:13 + 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 10:43:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:43:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:43:13 d27ed3c71cb6: Preparing 10:43:13 bad4babb169d: Preparing 10:43:13 9abfed49ad28: Preparing 10:43:13 b3c04c9a2e3c: Preparing 10:43:13 ede75412d6c8: Preparing 10:43:13 34d5ebaa5410: Preparing 10:43:13 34d5ebaa5410: Waiting 10:43:13 bad4babb169d: Layer already exists 10:43:13 9abfed49ad28: Layer already exists 10:43:13 b3c04c9a2e3c: Layer already exists 10:43:13 d27ed3c71cb6: Layer already exists 10:43:13 ede75412d6c8: Layer already exists 10:43:13 34d5ebaa5410: Layer already exists 10:43:13 latest: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 10:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:43:14 d27ed3c71cb6: Preparing 10:43:14 bad4babb169d: Preparing 10:43:14 9abfed49ad28: Preparing 10:43:14 b3c04c9a2e3c: Preparing 10:43:14 ede75412d6c8: Preparing 10:43:14 34d5ebaa5410: Preparing 10:43:14 34d5ebaa5410: Waiting 10:43:14 d27ed3c71cb6: Layer already exists 10:43:14 ede75412d6c8: Layer already exists 10:43:14 b3c04c9a2e3c: Layer already exists 10:43:14 bad4babb169d: Layer already exists 10:43:14 9abfed49ad28: Layer already exists 10:43:14 34d5ebaa5410: Layer already exists 10:43:14 2.3.0-dev.45: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:14 ---> de000a55b723 10:43:14 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:43:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:43:15 d27ed3c71cb6: Preparing 10:43:15 bad4babb169d: Preparing 10:43:15 9abfed49ad28: Preparing 10:43:15 b3c04c9a2e3c: Preparing 10:43:15 ede75412d6c8: Preparing 10:43:15 34d5ebaa5410: Preparing 10:43:15 34d5ebaa5410: Waiting 10:43:15 d27ed3c71cb6: Layer already exists 10:43:15 9abfed49ad28: Layer already exists 10:43:15 b3c04c9a2e3c: Layer already exists 10:43:15 bad4babb169d: Layer already exists 10:43:15 ede75412d6c8: Layer already exists 10:43:15 34d5ebaa5410: Layer already exists 10:43:15 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:15 + 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 10:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:43:15 d27ed3c71cb6: Preparing 10:43:15 bad4babb169d: Preparing 10:43:15 9abfed49ad28: Preparing 10:43:15 b3c04c9a2e3c: Preparing 10:43:15 ede75412d6c8: Preparing 10:43:15 34d5ebaa5410: Preparing 10:43:15 34d5ebaa5410: Waiting 10:43:15 d27ed3c71cb6: Layer already exists 10:43:15 9abfed49ad28: Layer already exists 10:43:15 bad4babb169d: Layer already exists 10:43:15 b3c04c9a2e3c: Layer already exists 10:43:15 ede75412d6c8: Layer already exists 10:43:15 34d5ebaa5410: Layer already exists 10:43:15 main: digest: sha256:169e38979aa92f3d4633ed4b85a6bbb07362583afae68e979e73ef3b70ceff1e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:15 ===================================================== [Pipeline] echo 10:43:15 taggedImages: 10:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.3.0-dev.45 10:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:43:15 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:43:15 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:15 latest 10:43:15 2.3.0-dev.45 10:43:15 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:15 main 10:43:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:43:16 b82339310a8b: Preparing 10:43:16 dc01fe127c89: Preparing 10:43:16 9f4a1423305d: Preparing 10:43:16 cef1f3c77f75: Preparing 10:43:16 04794ce54944: Preparing 10:43:16 6be0968f8213: Preparing 10:43:16 2606cb95aa92: Preparing 10:43:16 34d5ebaa5410: Preparing 10:43:16 6be0968f8213: Waiting 10:43:16 2606cb95aa92: Waiting 10:43:16 34d5ebaa5410: Waiting 10:43:16 9f4a1423305d: Pushed 10:43:16 dc01fe127c89: Pushed 10:43:16 b82339310a8b: Pushed 10:43:16 34d5ebaa5410: Layer already exists 10:43:16 2606cb95aa92: Pushed 10:43:16 ---> cb2018bcb8f6 10:43:16 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:43:16 6be0968f8213: Pushed 10:43:17 ---> 04941f240acd 10:43:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:43:18 ---> 02e35a6c09d9 10:43:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:43:18 ---> a80d1f47f2e1 10:43:18 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:43:19 ---> Running in f5895af9aab8 10:43:20 Removing intermediate container f5895af9aab8 10:43:20 ---> 3e2d2ebb4b49 10:43:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:43:20 04794ce54944: Pushed 10:43:20 ---> 5aca2503cd1c 10:43:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:43:21 ---> b0571daadb56 10:43:21 Step 21/26 : WORKDIR / 10:43:22 ---> Running in 23976b012368 10:43:22 ---> 5f0114e4c938 10:43:22 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:43:22 ---> Running in 8c98a4cd7a70 10:43:23 Removing intermediate container 23976b012368 10:43:23 ---> 3d7c79897e47 10:43:23 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:43:23 ---> Running in 8c2894622cd7 10:43:23 cef1f3c77f75: Pushed 10:43:23 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 10:43:23 Removing intermediate container 8c98a4cd7a70 10:43:23 ---> b1c2f447441f 10:43:23 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:43:23 ---> Running in 613246e5d9cb [Pipeline] sh 10:43:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:43:24 b82339310a8b: Preparing 10:43:24 dc01fe127c89: Preparing 10:43:24 9f4a1423305d: Preparing 10:43:24 cef1f3c77f75: Preparing 10:43:24 04794ce54944: Preparing 10:43:24 6be0968f8213: Preparing 10:43:24 2606cb95aa92: Preparing 10:43:24 34d5ebaa5410: Preparing 10:43:24 6be0968f8213: Waiting 10:43:24 2606cb95aa92: Waiting 10:43:24 cef1f3c77f75: Layer already exists 10:43:24 dc01fe127c89: Layer already exists 10:43:24 04794ce54944: Layer already exists 10:43:24 9f4a1423305d: Layer already exists 10:43:24 b82339310a8b: Layer already exists 10:43:24 6be0968f8213: Layer already exists 10:43:24 34d5ebaa5410: Layer already exists 10:43:24 2606cb95aa92: Layer already exists 10:43:24 latest: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:24 Removing intermediate container 8c2894622cd7 10:43:24 ---> 8c838435e213 10:43:24 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:43:24 Removing intermediate container 613246e5d9cb 10:43:24 ---> 0b5feca1f479 10:43:24 Step 23/25 : LABEL arch=arm64 10:43:24 ---> a9322abe83c9 10:43:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:43:24 ---> Running in 3ac7d2d2093a 10:43:24 ---> Running in 474fe102efd5 10:43:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 10:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:43:24 b82339310a8b: Preparing 10:43:24 dc01fe127c89: Preparing 10:43:24 9f4a1423305d: Preparing 10:43:24 cef1f3c77f75: Preparing 10:43:24 04794ce54944: Preparing 10:43:24 6be0968f8213: Preparing 10:43:24 2606cb95aa92: Preparing 10:43:24 34d5ebaa5410: Preparing 10:43:24 2606cb95aa92: Waiting 10:43:24 6be0968f8213: Waiting 10:43:24 34d5ebaa5410: Waiting 10:43:24 dc01fe127c89: Layer already exists 10:43:24 b82339310a8b: Layer already exists 10:43:24 04794ce54944: Layer already exists 10:43:24 cef1f3c77f75: Layer already exists 10:43:24 9f4a1423305d: Layer already exists 10:43:24 6be0968f8213: Layer already exists 10:43:24 2606cb95aa92: Layer already exists 10:43:24 34d5ebaa5410: Layer already exists 10:43:24 2.3.0-dev.45: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:43:25 b82339310a8b: Preparing 10:43:25 dc01fe127c89: Preparing 10:43:25 9f4a1423305d: Preparing 10:43:25 cef1f3c77f75: Preparing 10:43:25 04794ce54944: Preparing 10:43:25 6be0968f8213: Preparing 10:43:25 2606cb95aa92: Preparing 10:43:25 34d5ebaa5410: Preparing 10:43:25 6be0968f8213: Waiting 10:43:25 2606cb95aa92: Waiting 10:43:25 34d5ebaa5410: Waiting 10:43:25 04794ce54944: Layer already exists 10:43:25 dc01fe127c89: Layer already exists 10:43:25 9f4a1423305d: Layer already exists 10:43:25 cef1f3c77f75: Layer already exists 10:43:25 b82339310a8b: Layer already exists 10:43:25 6be0968f8213: Layer already exists 10:43:25 2606cb95aa92: Layer already exists 10:43:25 34d5ebaa5410: Layer already exists 10:43:25 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:25 Removing intermediate container 3ac7d2d2093a 10:43:25 ---> e76ddb0b15dc 10:43:25 Step 24/26 : LABEL arch=arm64 10:43:25 ---> Running in ff3bf4acd630 10:43:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:25 Removing intermediate container 474fe102efd5 10:43:25 ---> 3b4bd5cbbcab 10:43:25 Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:43:26 b82339310a8b: Preparing 10:43:26 dc01fe127c89: Preparing 10:43:26 9f4a1423305d: Preparing 10:43:26 cef1f3c77f75: Preparing 10:43:26 04794ce54944: Preparing 10:43:26 6be0968f8213: Preparing 10:43:26 2606cb95aa92: Preparing 10:43:26 34d5ebaa5410: Preparing 10:43:26 6be0968f8213: Waiting 10:43:26 2606cb95aa92: Waiting 10:43:26 34d5ebaa5410: Waiting 10:43:26 cef1f3c77f75: Layer already exists 10:43:26 9f4a1423305d: Layer already exists 10:43:26 04794ce54944: Layer already exists 10:43:26 b82339310a8b: Layer already exists 10:43:26 dc01fe127c89: Layer already exists 10:43:26 2606cb95aa92: Layer already exists 10:43:26 6be0968f8213: Layer already exists 10:43:26 34d5ebaa5410: Layer already exists 10:43:26 main: digest: sha256:6b5969e7360b33d74b85a36590e592ee4acb7e19086ac859da96803e78f533c7 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:26 ===================================================== [Pipeline] echo 10:43:26 taggedImages: 10:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.3.0-dev.45 10:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:43:26 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:43:26 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:26 latest 10:43:26 2.3.0-dev.45 10:43:26 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:26 main 10:43:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 10:43:26 ---> 9ea04d1c6ecb 10:43:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:43:26 ---> Running in 65d13be3acad [Pipeline] sh 10:43:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:43:26 3591dbb04873: Preparing 10:43:26 fd0f77efb4b1: Preparing 10:43:26 61d159a9445d: Preparing 10:43:26 ec3a2722956c: Preparing 10:43:26 aa207ea964c7: Preparing 10:43:26 2606cb95aa92: Preparing 10:43:26 34d5ebaa5410: Preparing 10:43:26 2606cb95aa92: Waiting 10:43:26 34d5ebaa5410: Waiting 10:43:26 3591dbb04873: Pushed 10:43:26 61d159a9445d: Pushed 10:43:26 fd0f77efb4b1: Pushed 10:43:26 2606cb95aa92: Layer already exists 10:43:26 34d5ebaa5410: Layer already exists 10:43:26 Removing intermediate container ff3bf4acd630 10:43:26 ---> 9cddb3686257 10:43:26 Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:26 ---> Running in e7627ce9638a 10:43:26 aa207ea964c7: Pushed 10:43:27 Removing intermediate container 65d13be3acad 10:43:27 ---> 381d640e4a3f 10:43:27 Step 25/25 : LABEL version=2.3.0-dev.45 10:43:27 ---> Running in e16420a51961 10:43:27 ---> 69dc51668885 10:43:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:43:27 Removing intermediate container e7627ce9638a 10:43:27 ---> 2a8d4757ba10 10:43:27 Step 26/26 : LABEL version=2.3.0-dev.45 10:43:27 ---> Running in fb84d75773c6 10:43:28 Removing intermediate container e16420a51961 10:43:28 ---> 37d21aea58ff 10:43:28 10:43:28 Successfully built 37d21aea58ff 10:43:28 Successfully tagged security-spire-server-arm64:latest 10:43:28 Building core-metadata 10:43:28  Building security-spire-server ... done Removing intermediate container fb84d75773c6 10:43:28 ---> 9818d934299c 10:43:28 10:43:29 Successfully built 9818d934299c 10:43:29 Successfully tagged security-spire-config-arm64:latest 10:43:29  Building security-spire-config ... done Building support-notifications 10:43:29 ---> 4f5a77fe2f8b 10:43:29 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:43:29 ---> Running in b280fe96b554 10:43:29 Removing intermediate container b280fe96b554 10:43:29 ---> ec8e1f3709be 10:43:29 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:43:29 ---> Running in 6b9b89a471cd 10:43:30 Removing intermediate container 6b9b89a471cd 10:43:30 ---> 4848e7420584 10:43:30 Step 24/26 : LABEL arch=arm64 10:43:30 ---> Running in bbe62576e413 10:43:30 Removing intermediate container bbe62576e413 10:43:30 ---> 6babc90d6148 10:43:30 Step 25/26 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:30 ---> Running in 77d2d8faec6b 10:43:31 Removing intermediate container 77d2d8faec6b 10:43:31 ---> d92a5f598021 10:43:31 Step 26/26 : LABEL version=2.3.0-dev.45 10:43:31 ---> Running in a9e140db3a32 10:43:32 Removing intermediate container a9e140db3a32 10:43:32 ---> bae78123ed01 10:43:32 10:43:32 Successfully built bae78123ed01 10:43:32 Successfully tagged security-spire-agent-arm64:latest 10:43:32  Building security-spire-agent ... done Building security-proxy-setup 10:43:33 ec3a2722956c: Pushed 10:43:33 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:43:34 3591dbb04873: Preparing 10:43:34 fd0f77efb4b1: Preparing 10:43:34 61d159a9445d: Preparing 10:43:34 ec3a2722956c: Preparing 10:43:34 aa207ea964c7: Preparing 10:43:34 2606cb95aa92: Preparing 10:43:34 34d5ebaa5410: Preparing 10:43:34 34d5ebaa5410: Waiting 10:43:34 2606cb95aa92: Waiting 10:43:34 fd0f77efb4b1: Layer already exists 10:43:34 61d159a9445d: Layer already exists 10:43:34 aa207ea964c7: Layer already exists 10:43:34 ec3a2722956c: Layer already exists 10:43:34 3591dbb04873: Layer already exists 10:43:34 2606cb95aa92: Layer already exists 10:43:34 34d5ebaa5410: Layer already exists 10:43:34 latest: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 10:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:43:34 3591dbb04873: Preparing 10:43:34 fd0f77efb4b1: Preparing 10:43:34 61d159a9445d: Preparing 10:43:34 ec3a2722956c: Preparing 10:43:34 aa207ea964c7: Preparing 10:43:34 2606cb95aa92: Preparing 10:43:34 34d5ebaa5410: Preparing 10:43:34 34d5ebaa5410: Waiting 10:43:34 2606cb95aa92: Waiting 10:43:34 61d159a9445d: Layer already exists 10:43:34 3591dbb04873: Layer already exists 10:43:34 aa207ea964c7: Layer already exists 10:43:34 ec3a2722956c: Layer already exists 10:43:34 fd0f77efb4b1: Layer already exists 10:43:34 2606cb95aa92: Layer already exists 10:43:34 34d5ebaa5410: Layer already exists 10:43:34 2.3.0-dev.45: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:43:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:43:35 ---> 48472aba7071 10:43:35 Step 3/24 : WORKDIR /edgex-go 10:43:35 ---> Using cache 10:43:35 ---> 53242bf9e073 10:43:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:35 ---> Using cache 10:43:35 ---> 34ab4a163bf1 10:43:35 Step 5/24 : RUN apk add --update --no-cache make git 10:43:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:35 ---> Running in f7cef9bad05f 10:43:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:43:35 3591dbb04873: Preparing 10:43:35 fd0f77efb4b1: Preparing 10:43:35 61d159a9445d: Preparing 10:43:35 ec3a2722956c: Preparing 10:43:35 aa207ea964c7: Preparing 10:43:35 2606cb95aa92: Preparing 10:43:35 34d5ebaa5410: Preparing 10:43:35 2606cb95aa92: Waiting 10:43:35 34d5ebaa5410: Waiting 10:43:35 ec3a2722956c: Layer already exists 10:43:35 61d159a9445d: Layer already exists 10:43:35 fd0f77efb4b1: Layer already exists 10:43:35 aa207ea964c7: Layer already exists 10:43:35 3591dbb04873: Layer already exists 10:43:35 2606cb95aa92: Layer already exists 10:43:35 34d5ebaa5410: Layer already exists 10:43:35 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:43:36 3591dbb04873: Preparing 10:43:36 fd0f77efb4b1: Preparing 10:43:36 61d159a9445d: Preparing 10:43:36 ec3a2722956c: Preparing 10:43:36 aa207ea964c7: Preparing 10:43:36 2606cb95aa92: Preparing 10:43:36 34d5ebaa5410: Preparing 10:43:36 2606cb95aa92: Waiting 10:43:36 34d5ebaa5410: Waiting 10:43:36 ec3a2722956c: Layer already exists 10:43:36 61d159a9445d: Layer already exists 10:43:36 aa207ea964c7: Layer already exists 10:43:36 fd0f77efb4b1: Layer already exists 10:43:36 3591dbb04873: Layer already exists 10:43:36 34d5ebaa5410: Layer already exists 10:43:36 2606cb95aa92: Layer already exists 10:43:36 main: digest: sha256:87c0773e482163bc8cbd590767c69baa29e323d9c8889b3de3b4109718552c16 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:36 ===================================================== [Pipeline] echo 10:43:36 taggedImages: 10:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:2.3.0-dev.45 10:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:43:36 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:43:36 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:36 latest 10:43:36 2.3.0-dev.45 10:43:36 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:36 main 10:43:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:43:36 69557c483f2d: Preparing 10:43:36 70dce230da9e: Preparing 10:43:36 22560f7b6cd0: Preparing 10:43:36 0ee9855687d8: Preparing 10:43:36 6be0968f8213: Preparing 10:43:36 2606cb95aa92: Preparing 10:43:36 34d5ebaa5410: Preparing 10:43:36 2606cb95aa92: Waiting 10:43:36 34d5ebaa5410: Waiting 10:43:36 6be0968f8213: Layer already exists 10:43:36 70dce230da9e: Pushed 10:43:36 22560f7b6cd0: Pushed 10:43:36 69557c483f2d: Pushed 10:43:36 2606cb95aa92: Layer already exists 10:43:36 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:43:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:43:36 ---> 48472aba7071 10:43:36 Step 3/22 : WORKDIR /edgex-go 10:43:36 ---> Using cache 10:43:36 ---> 53242bf9e073 10:43:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:36 ---> Using cache 10:43:36 ---> 34ab4a163bf1 10:43:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:43:37 34d5ebaa5410: Layer already exists 10:43:37 ---> Running in bf367e0477d2 10:43:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:43:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:43:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:43:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:43:39 ---> 48472aba7071 10:43:39 Step 3/22 : WORKDIR /edgex-go 10:43:39 ---> Using cache 10:43:39 ---> 53242bf9e073 10:43:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:39 ---> Using cache 10:43:39 ---> 34ab4a163bf1 10:43:39 Step 5/22 : RUN apk add --update --no-cache make git 10:43:39 ---> Running in ff938b1618a9 10:43:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:43:40 OK: 221 MiB in 51 packages 10:43:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:43:41 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:43:42 OK: 221 MiB in 51 packages 10:43:42 Removing intermediate container f7cef9bad05f 10:43:42 ---> ba2cfb774cf7 10:43:42 Step 6/24 : COPY go.mod vendor* ./ 10:43:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:43:44 Removing intermediate container bf367e0477d2 10:43:44 ---> b4e1c050ff80 10:43:44 Step 6/22 : COPY go.mod vendor* ./ 10:43:44 ---> acfad4c8bc44 10:43:44 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:44 ---> Running in 0ed2756cc01c 10:43:44 OK: 221 MiB in 51 packages 10:43:45 0ee9855687d8: Pushed 10:43:45 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:45 ---> 460b28087fbb 10:43:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:43:45 69557c483f2d: Preparing 10:43:45 70dce230da9e: Preparing 10:43:45 22560f7b6cd0: Preparing 10:43:45 0ee9855687d8: Preparing 10:43:45 6be0968f8213: Preparing 10:43:45 2606cb95aa92: Preparing 10:43:45 34d5ebaa5410: Preparing 10:43:45 2606cb95aa92: Waiting 10:43:45 70dce230da9e: Layer already exists 10:43:45 0ee9855687d8: Layer already exists 10:43:45 6be0968f8213: Layer already exists 10:43:45 69557c483f2d: Layer already exists 10:43:45 22560f7b6cd0: Layer already exists 10:43:45 34d5ebaa5410: Layer already exists 10:43:45 2606cb95aa92: Layer already exists 10:43:45 latest: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:46 ---> Running in 678e4719d754 10:43:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 10:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:43:46 69557c483f2d: Preparing 10:43:46 70dce230da9e: Preparing 10:43:46 22560f7b6cd0: Preparing 10:43:46 0ee9855687d8: Preparing 10:43:46 6be0968f8213: Preparing 10:43:46 2606cb95aa92: Preparing 10:43:46 34d5ebaa5410: Preparing 10:43:46 2606cb95aa92: Waiting 10:43:46 34d5ebaa5410: Waiting 10:43:46 0ee9855687d8: Layer already exists 10:43:46 22560f7b6cd0: Layer already exists 10:43:46 6be0968f8213: Layer already exists 10:43:46 69557c483f2d: Layer already exists 10:43:46 70dce230da9e: Layer already exists 10:43:46 2606cb95aa92: Layer already exists 10:43:46 34d5ebaa5410: Layer already exists 10:43:46 2.3.0-dev.45: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:46 Removing intermediate container ff938b1618a9 10:43:46 ---> f1a30a5064d6 10:43:46 Step 6/22 : COPY go.mod vendor* ./ 10:43:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:43:47 69557c483f2d: Preparing 10:43:47 70dce230da9e: Preparing 10:43:47 22560f7b6cd0: Preparing 10:43:47 0ee9855687d8: Preparing 10:43:47 6be0968f8213: Preparing 10:43:47 2606cb95aa92: Preparing 10:43:47 34d5ebaa5410: Preparing 10:43:47 2606cb95aa92: Waiting 10:43:47 34d5ebaa5410: Waiting 10:43:47 69557c483f2d: Layer already exists 10:43:47 0ee9855687d8: Layer already exists 10:43:47 6be0968f8213: Layer already exists 10:43:47 70dce230da9e: Layer already exists 10:43:47 22560f7b6cd0: Layer already exists 10:43:47 2606cb95aa92: Layer already exists 10:43:47 34d5ebaa5410: Layer already exists 10:43:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:47 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:43:47 69557c483f2d: Preparing 10:43:47 70dce230da9e: Preparing 10:43:47 22560f7b6cd0: Preparing 10:43:47 0ee9855687d8: Preparing 10:43:47 6be0968f8213: Preparing 10:43:47 2606cb95aa92: Preparing 10:43:47 34d5ebaa5410: Preparing 10:43:47 2606cb95aa92: Waiting 10:43:47 34d5ebaa5410: Waiting 10:43:47 69557c483f2d: Layer already exists 10:43:47 6be0968f8213: Layer already exists 10:43:47 70dce230da9e: Layer already exists 10:43:47 22560f7b6cd0: Layer already exists 10:43:47 0ee9855687d8: Layer already exists 10:43:47 34d5ebaa5410: Layer already exists 10:43:47 2606cb95aa92: Layer already exists 10:43:47 main: digest: sha256:3960f9381cfb1145d8a0621887137b4cdcde9550f1ae80e0bf49ecd31acfecd7 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:47 ===================================================== [Pipeline] echo 10:43:47 taggedImages: 10:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:2.3.0-dev.45 10:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:43:47 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:43:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:47 latest 10:43:47 2.3.0-dev.45 10:43:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:47 main 10:43:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:48 ---> 4e63306312e8 10:43:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:43:48 ---> Running in 0f757d9f011e 10:43:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:43:48 0131b9aecac2: Preparing 10:43:48 bde68afb40dc: Preparing 10:43:48 9abfed49ad28: Preparing 10:43:48 7ee151fc25d0: Preparing 10:43:48 994393dc58e7: Preparing 10:43:48 994393dc58e7: Layer already exists 10:43:48 9abfed49ad28: Layer already exists 10:43:48 0131b9aecac2: Pushed 10:43:48 7ee151fc25d0: Pushed 10:43:51 bde68afb40dc: Pushed 10:43:51 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:43:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:43:51 0131b9aecac2: Preparing 10:43:51 bde68afb40dc: Preparing 10:43:51 9abfed49ad28: Preparing 10:43:51 7ee151fc25d0: Preparing 10:43:51 994393dc58e7: Preparing 10:43:51 0131b9aecac2: Layer already exists 10:43:51 994393dc58e7: Layer already exists 10:43:51 9abfed49ad28: Layer already exists 10:43:51 7ee151fc25d0: Layer already exists 10:43:51 bde68afb40dc: Layer already exists 10:43:51 latest: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 10:43:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:43:52 0131b9aecac2: Preparing 10:43:52 bde68afb40dc: Preparing 10:43:52 9abfed49ad28: Preparing 10:43:52 7ee151fc25d0: Preparing 10:43:52 994393dc58e7: Preparing 10:43:52 bde68afb40dc: Layer already exists 10:43:52 7ee151fc25d0: Layer already exists 10:43:52 0131b9aecac2: Layer already exists 10:43:52 994393dc58e7: Layer already exists 10:43:52 9abfed49ad28: Layer already exists 10:43:52 2.3.0-dev.45: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:43:52 0131b9aecac2: Preparing 10:43:52 bde68afb40dc: Preparing 10:43:52 9abfed49ad28: Preparing 10:43:52 7ee151fc25d0: Preparing 10:43:52 994393dc58e7: Preparing 10:43:52 0131b9aecac2: Layer already exists 10:43:52 994393dc58e7: Layer already exists 10:43:52 7ee151fc25d0: Layer already exists 10:43:52 bde68afb40dc: Layer already exists 10:43:52 9abfed49ad28: Layer already exists 10:43:52 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:53 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:43:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:43:53 0131b9aecac2: Preparing 10:43:53 bde68afb40dc: Preparing 10:43:53 9abfed49ad28: Preparing 10:43:53 7ee151fc25d0: Preparing 10:43:53 994393dc58e7: Preparing 10:43:53 9abfed49ad28: Layer already exists 10:43:53 7ee151fc25d0: Layer already exists 10:43:53 994393dc58e7: Layer already exists 10:43:53 0131b9aecac2: Layer already exists 10:43:53 bde68afb40dc: Layer already exists 10:43:53 main: digest: sha256:9774cca7db61992dbc2d5f056b3ac8f8f52007e161abd554241c209c6776fed2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:53 ===================================================== [Pipeline] echo 10:43:53 taggedImages: 10:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:2.3.0-dev.45 10:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:43:53 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:43:53 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:53 latest 10:43:53 2.3.0-dev.45 10:43:53 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:53 main 10:43:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:43:54 b16d9358d500: Preparing 10:43:54 d23a92658661: Preparing 10:43:54 9abfed49ad28: Preparing 10:43:54 b45e7cf2b3f4: Preparing 10:43:54 994393dc58e7: Preparing 10:43:54 9abfed49ad28: Layer already exists 10:43:54 994393dc58e7: Layer already exists 10:43:54 b45e7cf2b3f4: Layer already exists 10:43:54 b16d9358d500: Pushed 10:43:56 d23a92658661: Pushed 10:43:57 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:43:57 b16d9358d500: Preparing 10:43:57 d23a92658661: Preparing 10:43:57 9abfed49ad28: Preparing 10:43:57 b45e7cf2b3f4: Preparing 10:43:57 994393dc58e7: Preparing 10:43:57 9abfed49ad28: Layer already exists 10:43:57 b45e7cf2b3f4: Layer already exists 10:43:57 994393dc58e7: Layer already exists 10:43:57 b16d9358d500: Layer already exists 10:43:57 d23a92658661: Layer already exists 10:43:57 latest: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 10:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:43:58 b16d9358d500: Preparing 10:43:58 d23a92658661: Preparing 10:43:58 9abfed49ad28: Preparing 10:43:58 b45e7cf2b3f4: Preparing 10:43:58 994393dc58e7: Preparing 10:43:58 b45e7cf2b3f4: Layer already exists 10:43:58 994393dc58e7: Layer already exists 10:43:58 d23a92658661: Layer already exists 10:43:58 b16d9358d500: Layer already exists 10:43:58 9abfed49ad28: Layer already exists 10:43:58 2.3.0-dev.45: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:43:59 b16d9358d500: Preparing 10:43:59 d23a92658661: Preparing 10:43:59 9abfed49ad28: Preparing 10:43:59 b45e7cf2b3f4: Preparing 10:43:59 994393dc58e7: Preparing 10:43:59 994393dc58e7: Layer already exists 10:43:59 b45e7cf2b3f4: Layer already exists 10:43:59 d23a92658661: Layer already exists 10:43:59 9abfed49ad28: Layer already exists 10:43:59 b16d9358d500: Layer already exists 10:43:59 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:43:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:43:59 b16d9358d500: Preparing 10:43:59 d23a92658661: Preparing 10:43:59 9abfed49ad28: Preparing 10:43:59 b45e7cf2b3f4: Preparing 10:43:59 994393dc58e7: Preparing 10:43:59 994393dc58e7: Layer already exists 10:43:59 b45e7cf2b3f4: Layer already exists 10:43:59 9abfed49ad28: Layer already exists 10:43:59 d23a92658661: Layer already exists 10:43:59 b16d9358d500: Layer already exists 10:43:59 main: digest: sha256:e86c6ed5a93854be66619dc870fc46d8d1a999460067189836daee15666f156b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:43:59 ===================================================== [Pipeline] echo 10:43:59 taggedImages: 10:43:59 - nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:59 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:43:59 - nexus3.edgexfoundry.org:10004/support-scheduler:2.3.0-dev.45 10:43:59 - nexus3.edgexfoundry.org:10004/support-scheduler:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:59 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:43:59 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 10:43:59 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:43:59 latest 10:43:59 2.3.0-dev.45 10:43:59 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:43:59 main 10:43:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:00 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:00 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:44:00 6b6b75f91baa: Preparing 10:44:00 245be3a43a4f: Preparing 10:44:00 997373583a3c: Preparing 10:44:00 3d05a6ca52fe: Preparing 10:44:00 994393dc58e7: Preparing 10:44:00 994393dc58e7: Layer already exists 10:44:00 245be3a43a4f: Pushed 10:44:00 6b6b75f91baa: Pushed 10:44:01 997373583a3c: Pushed 10:44:13 3d05a6ca52fe: Pushed 10:44:13 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:14 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:14 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 10:44:14 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:44:14 6b6b75f91baa: Preparing 10:44:14 245be3a43a4f: Preparing 10:44:14 997373583a3c: Preparing 10:44:14 3d05a6ca52fe: Preparing 10:44:14 994393dc58e7: Preparing 10:44:14 245be3a43a4f: Layer already exists 10:44:14 997373583a3c: Layer already exists 10:44:14 994393dc58e7: Layer already exists 10:44:14 3d05a6ca52fe: Layer already exists 10:44:14 6b6b75f91baa: Layer already exists 10:44:14 latest: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:14 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:15 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 10:44:15 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:44:15 6b6b75f91baa: Preparing 10:44:15 245be3a43a4f: Preparing 10:44:15 997373583a3c: Preparing 10:44:15 3d05a6ca52fe: Preparing 10:44:15 994393dc58e7: Preparing 10:44:15 3d05a6ca52fe: Layer already exists 10:44:15 994393dc58e7: Layer already exists 10:44:15 997373583a3c: Layer already exists 10:44:15 6b6b75f91baa: Layer already exists 10:44:15 245be3a43a4f: Layer already exists 10:44:15 2.3.0-dev.45: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:15 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:15 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:44:15 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:44:15 6b6b75f91baa: Preparing 10:44:15 245be3a43a4f: Preparing 10:44:15 997373583a3c: Preparing 10:44:15 3d05a6ca52fe: Preparing 10:44:15 994393dc58e7: Preparing 10:44:15 6b6b75f91baa: Layer already exists 10:44:15 994393dc58e7: Layer already exists 10:44:15 997373583a3c: Layer already exists 10:44:15 3d05a6ca52fe: Layer already exists 10:44:15 245be3a43a4f: Layer already exists 10:44:15 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:16 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:16 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 10:44:16 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:44:16 6b6b75f91baa: Preparing 10:44:16 245be3a43a4f: Preparing 10:44:16 997373583a3c: Preparing 10:44:16 3d05a6ca52fe: Preparing 10:44:16 994393dc58e7: Preparing 10:44:16 994393dc58e7: Layer already exists 10:44:16 245be3a43a4f: Layer already exists 10:44:16 997373583a3c: Layer already exists 10:44:16 6b6b75f91baa: Layer already exists 10:44:16 3d05a6ca52fe: Layer already exists 10:44:16 main: digest: sha256:cb53efb160cf1b50d912b53840b366b3c9887f82f4796725951ed7bee4cf381b size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:44:16 ===================================================== [Pipeline] echo 10:44:16 taggedImages: 10:44:16 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:44:16 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 10:44:16 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.3.0-dev.45 10:44:16 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:44:16 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } 10:45:10 Removing intermediate container 678e4719d754 10:45:10 ---> 8789e80d2ecf 10:45:10 Step 8/22 : COPY . . 10:45:10 Removing intermediate container 0f757d9f011e 10:45:10 ---> 1fde2c5f0672 10:45:10 Step 8/22 : COPY . . 10:45:10 Removing intermediate container 0ed2756cc01c 10:45:10 ---> 9fe17de4c03b 10:45:10 Step 8/24 : COPY . . 10:45:10 ---> bf4152603a2d 10:45:10 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:45:10 ---> b7f4227f0e16 10:45:10 Step 9/24 : RUN make cmd/core-metadata/core-metadata 10:45:10 ---> 0386b0fcd398 10:45:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:45:10 ---> Running in 119c3e0bd59e 10:45:10 ---> Running in daea2686c7ca 10:45:10 ---> Running in cb5b188f3279 10:45:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:45:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:45:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_zmq non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:47:19 Removing intermediate container 4f02ae1fb8be 10:47:19 ---> 83cb75b87bef 10:47:19 10:47:19 Step 10/23 : FROM alpine:3.16 10:47:19 3.16: Pulling from library/alpine 10:47:19 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 10:47:19 Status: Downloaded newer image for alpine:3.16 10:47:19 ---> a6215f271958 10:47:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:47:19 ---> Running in 289be9f72edd 10:47:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:47:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:47:19 (1/1) Installing dumb-init (1.2.5-r1) 10:47:19 Executing busybox-1.35.0-r17.trigger 10:47:19 OK: 5 MiB in 15 packages 10:47:19 Removing intermediate container 289be9f72edd 10:47:19 ---> 32918fbb7756 10:47:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:47:19 ---> Running in ca361aba314c 10:47:19 Removing intermediate container ca361aba314c 10:47:19 ---> f3f0b528e9e2 10:47:19 Step 13/23 : ENV APP_PORT=59882 10:47:19 ---> Running in e18026e6fcec 10:47:19 Removing intermediate container e18026e6fcec 10:47:19 ---> 1ef41b979f47 10:47:19 Step 14/23 : EXPOSE $APP_PORT 10:47:19 ---> Running in c4349d2bb559 10:47:20 Removing intermediate container c4349d2bb559 10:47:20 ---> 50c3c85a1b96 10:47:20 Step 15/23 : WORKDIR / 10:47:20 ---> Running in 8360be3f1787 10:47:20 Removing intermediate container 8360be3f1787 10:47:20 ---> 7c9f7ac595d2 10:47:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:47:21 ---> 4d202bb78d8d 10:47:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:47:23 ---> 5de0559012e2 10:47:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:47:24 ---> 83105abca485 10:47:24 Step 19/23 : ENTRYPOINT ["/core-command"] 10:47:24 ---> Running in 166b0f0772f2 10:47:25 Removing intermediate container 166b0f0772f2 10:47:25 ---> ae3ca0d9a992 10:47:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:25 ---> Running in 203b05e849e9 10:47:25 Removing intermediate container 203b05e849e9 10:47:25 ---> bd414300ca14 10:47:25 Step 21/23 : LABEL arch=arm64 10:47:25 ---> Running in 6874003889b5 10:47:26 Removing intermediate container 6874003889b5 10:47:26 ---> e0b0df3847f9 10:47:26 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:47:26 ---> Running in a0db437fea1c 10:47:27 Removing intermediate container a0db437fea1c 10:47:27 ---> ce5d8184f801 10:47:27 Step 23/23 : LABEL version=2.3.0-dev.45 10:47:27 ---> Running in 4fd742355575 10:47:27 Removing intermediate container 4fd742355575 10:47:27 ---> f955886e7de5 10:47:27 10:47:27 Successfully built f955886e7de5 10:47:27 Successfully tagged core-command-arm64:latest 10:47:27  Building core-command ... done Building security-spiffe-token-provider 10:47:31 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:47:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:47:31 ---> 48472aba7071 10:47:31 Step 3/20 : WORKDIR /edgex-go 10:47:31 ---> Using cache 10:47:31 ---> 53242bf9e073 10:47:31 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 10:47:31 ---> Running in 0ccc3f19c67c 10:47:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:47:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:47:35 v3.16.2-12-g0a9ad186b5 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:47:35 v3.16.2-15-g12d312ed6e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:47:35 OK: 16892 distinct packages available 10:47:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:47:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:47:36 OK: 221 MiB in 51 packages 10:47:38 Removing intermediate container 0ccc3f19c67c 10:47:38 ---> 3634a9828d1e 10:47:38 Step 5/20 : COPY go.mod vendor* ./ 10:47:39 ---> a076ca97b59a 10:47:39 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:47:39 ---> Running in 22f00139b989 10:48:26 Removing intermediate container 22f00139b989 10:48:26 ---> 98ff20b046d6 10:48:26 Step 7/20 : COPY . . 10:48:27 ---> 18509ee80e17 10:48:27 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:48:28 ---> Running in 3cd648f3665d 10:48:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:50:22 Removing intermediate container 4866e1576e15 10:50:22 ---> d41ee5c358f6 10:50:22 10:50:22 Step 10/22 : FROM alpine:3.16 10:50:22 ---> a6215f271958 10:50:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:50:22 ---> Using cache 10:50:22 ---> 32918fbb7756 10:50:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:50:22 ---> Using cache 10:50:22 ---> f3f0b528e9e2 10:50:22 Step 13/22 : ENV APP_PORT=59861 10:50:22 ---> Running in 3eabba616afc 10:50:22 Removing intermediate container 3eabba616afc 10:50:22 ---> 70bc84bac014 10:50:22 Step 14/22 : EXPOSE $APP_PORT 10:50:22 ---> Running in 0dadc1eb807d 10:50:22 Removing intermediate container 0dadc1eb807d 10:50:22 ---> 43f73bf67423 10:50:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:50:22 ---> 8ac3402bdedb 10:50:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:50:22 ---> 54f74c0ea616 10:50:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:50:22 ---> 0e1e9d78786e 10:50:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:50:22 ---> Running in 487a94a513d9 10:50:22 Removing intermediate container 487a94a513d9 10:50:22 ---> 3cae0fccd636 10:50:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:50:22 ---> Running in d6c20e3e329e 10:50:22 Removing intermediate container d6c20e3e329e 10:50:22 ---> f41d9cd60f31 10:50:22 Step 20/22 : LABEL arch=arm64 10:50:22 ---> Running in c0ac2abf0933 10:50:22 Removing intermediate container c0ac2abf0933 10:50:22 ---> 05db6ffdc0fc 10:50:22 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:50:22 ---> Running in da5439259fe4 10:50:22 Removing intermediate container da5439259fe4 10:50:22 ---> 4534125fa241 10:50:22 Step 22/22 : LABEL version=2.3.0-dev.45 10:50:22 ---> Running in da88a5a5e933 10:50:22 Removing intermediate container da88a5a5e933 10:50:22 ---> 4597433dd9fa 10:50:22 10:50:22 Successfully built 4597433dd9fa 10:50:22 Successfully tagged support-scheduler-arm64:latest 10:50:22  Building support-scheduler ... done Building security-bootstrapper 10:50:22 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:50:24 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:50:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:50:24 ---> 48472aba7071 10:50:24 Step 3/31 : WORKDIR /edgex-go 10:50:24 ---> Using cache 10:50:24 ---> 53242bf9e073 10:50:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:50:24 ---> Using cache 10:50:24 ---> 34ab4a163bf1 10:50:24 Step 5/31 : RUN apk add --update --no-cache make git 10:50:24 ---> Using cache 10:50:24 ---> f1a30a5064d6 10:50:24 Step 6/31 : COPY go.mod vendor* ./ 10:50:24 ---> Using cache 10:50:24 ---> 4e63306312e8 10:50:24 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:50:24 ---> Using cache 10:50:24 ---> 1fde2c5f0672 10:50:24 Step 8/31 : COPY . . 10:50:25 ---> Using cache 10:50:25 ---> bf4152603a2d 10:50:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:50:25 ---> Running in e3cdea8adcf2 10:50:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:50:45 Removing intermediate container daea2686c7ca 10:50:45 ---> 6f687fa25a56 10:50:45 10:50:45 Step 10/22 : FROM alpine:3.16 10:50:45 ---> a6215f271958 10:50:45 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 10:50:45 ---> Running in 4238fd10bd0a 10:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:50:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:50:49 (1/6) Installing ca-certificates (20220614-r0) 10:50:49 (2/6) Installing brotli-libs (1.0.9-r6) 10:50:49 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:50:49 (4/6) Installing libcurl (7.83.1-r2) 10:50:49 (5/6) Installing curl (7.83.1-r2) 10:50:49 (6/6) Installing dumb-init (1.2.5-r1) 10:50:49 Executing busybox-1.35.0-r17.trigger 10:50:49 Executing ca-certificates-20220614-r0.trigger 10:50:49 OK: 8 MiB in 20 packages 10:50:51 Removing intermediate container 4238fd10bd0a 10:50:51 ---> 323629b4ac2f 10:50:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:50:51 ---> Running in aea0af7d03e3 10:50:52 Removing intermediate container aea0af7d03e3 10:50:52 ---> 11354d0f8e39 10:50:52 Step 13/22 : WORKDIR /edgex 10:50:52 ---> Running in 0f2d1cb63750 10:50:53 Removing intermediate container 0f2d1cb63750 10:50:53 ---> 9f636536b8ea 10:50:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:50:54 ---> e86a16c0d606 10:50:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:50:56 ---> 9991539c86d6 10:50:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:50:57 ---> 098f40f0c4ce 10:50:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:50:58 ---> eec17b9ef66a 10:50:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:50:58 ---> Running in 3d24684a3a64 10:51:01 Removing intermediate container 3d24684a3a64 10:51:01 ---> 65b1a188a1a2 10:51:01 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 10:51:01 ---> Running in 9a3579b119a1 10:51:01 Removing intermediate container 9a3579b119a1 10:51:01 ---> 25db84f128aa 10:51:01 Step 20/22 : LABEL arch=arm64 10:51:02 ---> Running in 9ee47bf7ec03 10:51:02 Removing intermediate container 9ee47bf7ec03 10:51:02 ---> 09d43880a8e5 10:51:02 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:51:02 ---> Running in 90512b758c0c 10:51:03 Removing intermediate container 90512b758c0c 10:51:03 ---> 4aa7c01cbc70 10:51:03 Step 22/22 : LABEL version=2.3.0-dev.45 10:51:03 ---> Running in 661c80b135a5 10:51:03 Removing intermediate container 661c80b135a5 10:51:03 ---> 94d13d00fef9 10:51:03 10:51:04 Successfully built 94d13d00fef9 10:51:04 Successfully tagged security-proxy-setup-arm64:latest 10:51:04  Building security-proxy-setup ... done Building security-secretstore-setup 10:51:07 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:51:07 Step 2/25 : FROM ${BUILDER_BASE} AS builder 10:51:07 ---> 48472aba7071 10:51:07 Step 3/25 : WORKDIR /edgex-go 10:51:07 ---> Using cache 10:51:07 ---> 53242bf9e073 10:51:07 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:07 ---> Using cache 10:51:07 ---> 34ab4a163bf1 10:51:07 Step 5/25 : RUN apk add --update --no-cache make git 10:51:07 ---> Using cache 10:51:07 ---> f1a30a5064d6 10:51:07 Step 6/25 : COPY go.mod vendor* ./ 10:51:07 ---> Using cache 10:51:07 ---> 4e63306312e8 10:51:07 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:51:07 ---> Using cache 10:51:07 ---> 1fde2c5f0672 10:51:07 Step 8/25 : COPY . . 10:51:07 ---> Using cache 10:51:07 ---> bf4152603a2d 10:51:07 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:51:08 ---> Running in 0b056e5514ae 10:51:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:51:57 Removing intermediate container 119c3e0bd59e 10:51:57 ---> c2ac39964169 10:51:57 10:51:57 Step 10/24 : FROM alpine:3.16 10:51:57 ---> a6215f271958 10:51:57 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:51:57 ---> Using cache 10:51:57 ---> 32918fbb7756 10:51:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:51:57 ---> Using cache 10:51:57 ---> f3f0b528e9e2 10:51:57 Step 13/24 : ENV APP_PORT=59881 10:51:57 ---> Running in 178e18820285 10:51:57 Removing intermediate container 178e18820285 10:51:57 ---> 6c1c51e2d68d 10:51:57 Step 14/24 : EXPOSE $APP_PORT 10:51:57 ---> Running in 988cd94fe858 10:51:57 Removing intermediate container 988cd94fe858 10:51:57 ---> 8b129a783fdb 10:51:57 Step 15/24 : WORKDIR / 10:51:57 ---> Running in 71a4953c2c86 10:51:57 Removing intermediate container 71a4953c2c86 10:51:57 ---> a91846980a94 10:51:57 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:51:57 ---> 57300523272c 10:51:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:51:57 ---> 6b7bee55debd 10:51:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:51:57 ---> 18a59771bb32 10:51:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:51:57 ---> a0f49a3f7b38 10:51:57 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:51:57 ---> Running in 07ac8704e8f3 10:51:57 Removing intermediate container 07ac8704e8f3 10:51:57 ---> 7dbdd06b5790 10:51:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:51:57 ---> Running in b5c15ad28fe1 10:51:57 Removing intermediate container b5c15ad28fe1 10:51:57 ---> 139c3a12214f 10:51:57 Step 22/24 : LABEL arch=arm64 10:51:57 ---> Running in d8243c728524 10:51:58 Removing intermediate container d8243c728524 10:51:58 ---> 7148dc8660c4 10:51:58 Step 23/24 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:51:58 ---> Running in 18b5017afde7 10:51:58 Removing intermediate container 18b5017afde7 10:51:58 ---> 0b22fae5fa63 10:51:58 Step 24/24 : LABEL version=2.3.0-dev.45 10:51:59 ---> Running in aea504549090 10:51:59 Removing intermediate container aea504549090 10:51:59 ---> 61e68d629db8 10:51:59 10:51:59 Successfully built 61e68d629db8 10:51:59 Successfully tagged core-metadata-arm64:latest 10:51:59  Building core-metadata ... done Building core-data 10:52:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:52:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:52:03 ---> 48472aba7071 10:52:03 Step 3/23 : WORKDIR /edgex-go 10:52:03 ---> Using cache 10:52:03 ---> 53242bf9e073 10:52:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:03 ---> Using cache 10:52:03 ---> 34ab4a163bf1 10:52:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:52:03 ---> Running in 73299da2052c 10:52:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:52:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:52:07 OK: 221 MiB in 51 packages 10:52:08 Removing intermediate container 73299da2052c 10:52:08 ---> d1efbf119403 10:52:08 Step 6/23 : COPY go.mod vendor* ./ 10:52:09 ---> ea1e9b8db075 10:52:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:52:09 ---> Running in c83e7fb127b0 10:52:56 Removing intermediate container c83e7fb127b0 10:52:56 ---> ddb3aa375905 10:52:56 Step 8/23 : COPY . . 10:53:00 ---> d737fb9bf246 10:53:00 Step 9/23 : RUN make cmd/core-data/core-data 10:53:00 ---> Running in 0181a165765d 10:53:02 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:53:34 Removing intermediate container cb5b188f3279 10:53:34 ---> 5f7f4e1c47cd 10:53:34 10:53:34 Step 10/22 : FROM alpine:3.16 10:53:34 ---> a6215f271958 10:53:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:53:34 ---> Running in ab33bd337902 10:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:53:34 (1/2) Installing ca-certificates (20220614-r0) 10:53:35 (2/2) Installing dumb-init (1.2.5-r1) 10:53:35 Executing busybox-1.35.0-r17.trigger 10:53:35 Executing ca-certificates-20220614-r0.trigger 10:53:35 OK: 6 MiB in 16 packages 10:53:37 Removing intermediate container ab33bd337902 10:53:37 ---> 430992579984 10:53:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:53:37 ---> Running in b9cad4590d32 10:53:37 Removing intermediate container b9cad4590d32 10:53:37 ---> e679c2a4a094 10:53:37 Step 13/22 : ENV APP_PORT=59860 10:53:37 ---> Running in b28b2efaea54 10:53:38 Removing intermediate container b28b2efaea54 10:53:38 ---> 2079c21dcbf6 10:53:38 Step 14/22 : EXPOSE $APP_PORT 10:53:38 ---> Running in 4f38a0c2993f 10:53:39 Removing intermediate container 4f38a0c2993f 10:53:39 ---> 0bddb6b51525 10:53:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:53:40 ---> a628623ee565 10:53:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:53:42 ---> 3017b53f6270 10:53:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:53:43 ---> 08b989aab245 10:53:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:53:43 ---> Running in 11efc8dc152d 10:53:43 Removing intermediate container 11efc8dc152d 10:53:43 ---> 2a7b7c24e9a7 10:53:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:53:43 ---> Running in 3f0bb76ef8bc 10:53:44 Removing intermediate container 3f0bb76ef8bc 10:53:44 ---> 32f31372b05f 10:53:44 Step 20/22 : LABEL arch=arm64 10:53:44 ---> Running in 8087160070c4 10:53:45 Removing intermediate container 8087160070c4 10:53:45 ---> 28576568a1ed 10:53:45 Step 21/22 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:53:45 ---> Running in 5603d391d10c 10:53:45 Removing intermediate container 5603d391d10c 10:53:45 ---> 8423e6598f15 10:53:45 Step 22/22 : LABEL version=2.3.0-dev.45 10:53:45 ---> Running in 2008918ea3e0 10:53:46 Removing intermediate container 2008918ea3e0 10:53:46 ---> 668ecd906603 10:53:46 10:53:46 Successfully built 668ecd906603 10:53:46 Successfully tagged support-notifications-arm64:latest 10:53:46  Building support-notifications ... done Building sys-mgmt-agent 10:53:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:53:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:53:51 ---> 48472aba7071 10:53:51 Step 3/23 : WORKDIR /edgex-go 10:53:51 ---> Using cache 10:53:51 ---> 53242bf9e073 10:53:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:51 ---> Using cache 10:53:51 ---> 34ab4a163bf1 10:53:51 Step 5/23 : RUN apk add --update --no-cache make bash git 10:53:51 ---> Running in aeff2298123a 10:53:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:53:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:53:55 OK: 221 MiB in 51 packages 10:53:56 Removing intermediate container aeff2298123a 10:53:56 ---> 61647a13c5fa 10:53:56 Step 6/23 : COPY go.mod vendor* ./ 10:53:57 ---> 3b08209eac94 10:53:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:53:57 ---> Running in 4bc8024ab521 10:54:54 Removing intermediate container 4bc8024ab521 10:54:54 ---> dc23dd9b6bc4 10:54:54 Step 8/23 : COPY . . 10:54:54 ---> cb9eaa2e6bc1 10:54:54 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:54:54 ---> Running in 0845d34e62de 10:54:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:56:16 Removing intermediate container e3cdea8adcf2 10:56:16 ---> 3e8613c0ae2c 10:56:16 10:56:16 Step 10/31 : FROM alpine:3.16 10:56:16 ---> a6215f271958 10:56:16 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:56:16 ---> Running in a25c2c9f9c1d 10:56:16 Removing intermediate container a25c2c9f9c1d 10:56:16 ---> 59f210c593f0 10:56:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:56:16 ---> Running in abe3bce95731 10:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:56:17 (1/2) Installing dumb-init (1.2.5-r1) 10:56:17 (2/2) Installing su-exec (0.2-r1) 10:56:17 Executing busybox-1.35.0-r17.trigger 10:56:17 OK: 5 MiB in 16 packages 10:56:19 Removing intermediate container abe3bce95731 10:56:19 ---> 2f904626f2fa 10:56:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:56:19 ---> Running in 19af9ea6f388 10:56:19 Removing intermediate container 3cd648f3665d 10:56:19 ---> 515c32bf1370 10:56:19 10:56:19 Step 9/20 : FROM alpine:3.15 10:56:19 ---> 02e0d6fdf486 10:56:19 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:56:19 ---> Using cache 10:56:19 ---> 0bc316e505e3 10:56:19 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:19 ---> Using cache 10:56:19 ---> b896653d85a3 10:56:19 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:56:19 ---> Running in 3d504114b516 10:56:19 Removing intermediate container 19af9ea6f388 10:56:19 ---> 618cfe15bbc6 10:56:19 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:56:20 ---> Running in c345fcae9892 10:56:21 Removing intermediate container c345fcae9892 10:56:21 ---> 68db45586f36 10:56:21 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:56:21 ---> Running in dbd4d5d0bd23 10:56:22 Removing intermediate container dbd4d5d0bd23 10:56:22 ---> 2c4ba7eba513 10:56:22 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:56:22 ---> Running in 0f98f6c8df5b 10:56:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:56:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:56:25 v3.15.6-2-gbcd823d50d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 10:56:25 v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 10:56:25 OK: 15733 distinct packages available 10:56:25 Removing intermediate container 0f98f6c8df5b 10:56:25 ---> ecca55804c89 10:56:25 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 10:56:25 ---> Running in 27f0c7c2b9ae 10:56:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:56:25 Removing intermediate container 27f0c7c2b9ae 10:56:25 ---> d1e8dcfca6e7 10:56:25 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:56:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:56:26 ---> 18457a045dca 10:56:26 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:56:26 ---> Running in 43c638be4783 10:56:28 (1/9) Installing ca-certificates (20220614-r0) 10:56:28 (2/9) Installing brotli-libs (1.0.9-r5) 10:56:28 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:56:28 (4/9) Installing libcurl (7.80.0-r2) 10:56:29 (5/9) Installing curl (7.80.0-r2) 10:56:29 (6/9) Installing dumb-init (1.2.5-r1) 10:56:29 (7/9) Installing musl-obstack (1.2.3-r0) 10:56:29 (8/9) Installing libucontext (1.1-r0) 10:56:29 (9/9) Installing gcompat (1.0.0-r4) 10:56:29 Executing busybox-1.34.1-r7.trigger 10:56:29 Executing ca-certificates-20220614-r0.trigger 10:56:29 Removing intermediate container 43c638be4783 10:56:29 ---> 2f2a06ff26be 10:56:29 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:30 OK: 8 MiB in 23 packages 10:56:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:56:31 ---> 21daa881e6d8 10:56:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:56:32 Removing intermediate container 3d504114b516 10:56:32 ---> c289164d973f 10:56:32 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 10:56:33 ---> 441d149aeefc 10:56:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:56:34 ---> 227289f92cd2 10:56:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:56:35 ---> 159a3967dc06 10:56:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:56:37 ---> ba7d4ca50a95 10:56:37 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:56:37 ---> 4491d79269d8 10:56:37 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:56:38 ---> 377e165d2590 10:56:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:56:38 ---> 8686c4feea62 10:56:38 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:56:38 ---> Running in 29eb92935eae 10:56:39 Removing intermediate container 29eb92935eae 10:56:39 ---> 08a4a437e7a0 10:56:39 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:56:39 ---> 52095045c3b9 10:56:39 Step 26/31 : RUN chmod +x /entrypoint.sh 10:56:39 ---> Running in 83cdecfdca78 10:56:39 ---> Running in 9c375fa5e0cb 10:56:40 Removing intermediate container 83cdecfdca78 10:56:40 ---> 21d4c619e2c2 10:56:40 Step 18/20 : LABEL arch=arm64 10:56:40 ---> Running in f5631244a6e8 10:56:41 Removing intermediate container f5631244a6e8 10:56:41 ---> f7d5f1d3a736 10:56:41 Step 19/20 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:56:42 ---> Running in 379ac370011e 10:56:43 Removing intermediate container 379ac370011e 10:56:43 ---> a17db9cc4401 10:56:43 Step 20/20 : LABEL version=2.3.0-dev.45 10:56:43 ---> Running in 5cc226abdfb6 10:56:43 Removing intermediate container 9c375fa5e0cb 10:56:43 ---> d962ec2025b3 10:56:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:56:43 ---> Running in 51bb6b0995fa 10:56:44 Removing intermediate container 5cc226abdfb6 10:56:44 ---> e92731c28aaf 10:56:44 10:56:44 Successfully built e92731c28aaf 10:56:44 Successfully tagged security-spiffe-token-provider-arm64:latest 10:56:44  Building security-spiffe-token-provider ... done Removing intermediate container 51bb6b0995fa 10:56:44 ---> d9652cb55035 10:56:44 Step 28/31 : CMD ["gate"] 10:56:45 ---> Running in 91ac0eb03316 10:56:46 Removing intermediate container 91ac0eb03316 10:56:46 ---> 1620f97d50e9 10:56:46 Step 29/31 : LABEL arch=arm64 10:56:46 ---> Running in 49c8142f8e38 10:56:47 Removing intermediate container 49c8142f8e38 10:56:47 ---> 0e07aa26660c 10:56:47 Step 30/31 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:56:47 ---> Running in a1917bc6ffe5 10:56:48 Removing intermediate container a1917bc6ffe5 10:56:48 ---> 8c121ce0b3a6 10:56:48 Step 31/31 : LABEL version=2.3.0-dev.45 10:56:48 ---> Running in 710c75d4f4e2 10:56:49 Removing intermediate container 710c75d4f4e2 10:56:49 ---> 69889d6950fe 10:56:49 10:56:49 Successfully built 69889d6950fe 10:56:49 Successfully tagged security-bootstrapper-arm64:latest 10:56:52  Building security-bootstrapper ... done Removing intermediate container 0b056e5514ae 10:56:52 ---> 369c2f156d1f 10:56:52 10:56:52 Step 10/25 : FROM alpine:3.16 10:56:52 ---> a6215f271958 10:56:52 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:56:52 ---> Running in 6c1aa238ad12 10:56:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:56:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:56:55 (1/3) Installing ca-certificates (20220614-r0) 10:56:55 (2/3) Installing dumb-init (1.2.5-r1) 10:56:55 (3/3) Installing su-exec (0.2-r1) 10:56:55 Executing busybox-1.35.0-r17.trigger 10:56:55 Executing ca-certificates-20220614-r0.trigger 10:56:56 OK: 6 MiB in 17 packages 10:56:58 Removing intermediate container 6c1aa238ad12 10:56:58 ---> ee106f02c042 10:56:58 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:56:58 ---> Running in cfbb6d56e36e 10:56:58 Removing intermediate container cfbb6d56e36e 10:56:58 ---> 439236f6b80e 10:56:58 Step 13/25 : WORKDIR / 10:56:58 ---> Running in 52bc180a7c1e 10:56:59 Removing intermediate container 52bc180a7c1e 10:56:59 ---> 3ba06540ea45 10:56:59 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:57:00 ---> dd13945eed69 10:57:00 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:57:00 ---> 1e292f9011b9 10:57:00 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:57:02 ---> 8718989b0678 10:57:02 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:57:02 ---> 9a3c4e7e634c 10:57:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:57:04 ---> e265159190e4 10:57:04 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:57:06 ---> 0899ef022c18 10:57:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:57:07 ---> c038597ac373 10:57:07 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:57:07 ---> Running in f4336150f3cb 10:57:11 Removing intermediate container f4336150f3cb 10:57:11 ---> 62209569bca7 10:57:11 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 10:57:11 ---> Running in e00d052bb917 10:57:11 Removing intermediate container e00d052bb917 10:57:11 ---> 1c44ca786c38 10:57:11 Step 23/25 : LABEL arch=arm64 10:57:11 ---> Running in f9cac4d6abc5 10:57:12 Removing intermediate container f9cac4d6abc5 10:57:12 ---> 4582fb786207 10:57:12 Step 24/25 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:57:12 ---> Running in 5816f76d5471 10:57:12 Removing intermediate container 5816f76d5471 10:57:12 ---> 62076ed2981e 10:57:12 Step 25/25 : LABEL version=2.3.0-dev.45 10:57:12 ---> Running in 0bb4742e2985 10:57:13 Removing intermediate container 0bb4742e2985 10:57:13 ---> ded2c640c155 10:57:13 10:57:13 Successfully built ded2c640c155 10:57:13 Successfully tagged security-secretstore-setup-arm64:latest 10:58:21  Building security-secretstore-setup ... done Removing intermediate container 0845d34e62de 10:58:21 ---> c0ee9b04a31c 10:58:21 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:58:21 ---> Running in 4297151b379d 10:58:21 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.3.0-dev.45" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:58:21 Removing intermediate container 0181a165765d 10:58:21 ---> 36503daa3046 10:58:21 10:58:21 Step 10/23 : FROM alpine:3.16 10:58:21 ---> a6215f271958 10:58:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:58:21 ---> Running in 7ebce2d72e57 10:58:21 Removing intermediate container 7ebce2d72e57 10:58:21 ---> 9c7dcc584465 10:58:21 Step 12/23 : ENV APP_PORT=59880 10:58:21 ---> Running in 1b1b5b3b7c48 10:58:21 Removing intermediate container 1b1b5b3b7c48 10:58:21 ---> 96832c4ac3a1 10:58:21 Step 13/23 : EXPOSE $APP_PORT 10:58:21 ---> Running in a4a4cd429201 10:58:21 Removing intermediate container 4297151b379d 10:58:21 ---> b8f5613fe6b0 10:58:21 10:58:21 Step 11/23 : FROM alpine:3.16 10:58:21 ---> a6215f271958 10:58:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:58:21 ---> Running in 1a08a317fe4c 10:58:21 Removing intermediate container a4a4cd429201 10:58:21 ---> 328eef56639e 10:58:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:21 ---> Running in cf59450492d9 10:58:21 Removing intermediate container 1a08a317fe4c 10:58:21 ---> 92828f2a6650 10:58:21 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 10:58:21 ---> Running in 6edb2894652d 10:58:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:58:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:58:21 Removing intermediate container cf59450492d9 10:58:21 ---> 275262517d33 10:58:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:58:21 ---> Running in 8c2088992463 10:58:21 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 10:58:21 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 10:58:21 (3/33) Installing readline (8.1.2-r0) 10:58:21 (4/33) Installing bash (5.1.16-r2) 10:58:21 Executing bash-5.1.16-r2.post-install 10:58:21 (5/33) Installing ca-certificates (20220614-r0) 10:58:21 (6/33) Installing brotli-libs (1.0.9-r6) 10:58:21 (7/33) Installing nghttp2-libs (1.47.0-r0) 10:58:21 (8/33) Installing libcurl (7.83.1-r2) 10:58:21 (9/33) Installing curl (7.83.1-r2) 10:58:21 (10/33) Installing docker-cli (20.10.16-r2) 10:58:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:58:22 (11/33) Installing dumb-init (1.2.5-r1) 10:58:22 (12/33) Installing libbz2 (1.0.8-r1) 10:58:22 (13/33) Installing expat (2.4.8-r0) 10:58:22 (14/33) Installing libffi (3.4.2-r1) 10:58:22 (15/33) Installing gdbm (1.23-r0) 10:58:22 (16/33) Installing xz-libs (5.2.5-r1) 10:58:22 (17/33) Installing libgcc (11.2.1_git20220219-r2) 10:58:22 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 10:58:22 (19/33) Installing mpdecimal (2.5.1-r1) 10:58:22 (20/33) Installing sqlite-libs (3.38.5-r0) 10:58:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:58:22 (21/33) Installing python3 (3.10.5-r0) 10:58:23 (1/6) Installing dumb-init (1.2.5-r1) 10:58:23 (2/6) Installing libgcc (11.2.1_git20220219-r2) 10:58:23 (3/6) Installing libsodium (1.0.18-r0) 10:58:23 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 10:58:23 (5/6) Installing libzmq (4.3.4-r0) 10:58:24 (6/6) Installing zeromq (4.3.4-r0) 10:58:24 Executing busybox-1.35.0-r17.trigger 10:58:24 OK: 8 MiB in 20 packages 10:58:24 (22/33) Installing py3-contextlib2 (21.6.0-r2) 10:58:24 (23/33) Installing py3-tomli (2.0.1-r1) 10:58:24 (24/33) Installing py3-pep517 (0.12.0-r2) 10:58:24 (25/33) Installing py3-six (1.16.0-r1) 10:58:24 (26/33) Installing py3-retrying (1.3.3-r3) 10:58:24 (27/33) Installing py3-appdirs (1.4.4-r3) 10:58:24 (28/33) Installing py3-more-itertools (8.13.0-r0) 10:58:24 (29/33) Installing py3-ordered-set (4.0.2-r3) 10:58:24 (30/33) Installing py3-parsing (2.4.7-r3) 10:58:24 (31/33) Installing py3-packaging (21.3-r0) 10:58:24 (32/33) Installing py3-setuptools (59.4.0-r0) 10:58:25 (33/33) Installing py3-pip (22.1.1-r0) 10:58:25 Removing intermediate container 8c2088992463 10:58:25 ---> de99044637e8 10:58:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:25 Executing busybox-1.35.0-r17.trigger 10:58:25 Executing ca-certificates-20220614-r0.trigger 10:58:26 OK: 120 MiB in 47 packages 10:58:26 ---> 2480dc490af9 10:58:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:58:27 ---> 09ace49b0875 10:58:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:58:28 ---> 68aad1f6d3cd 10:58:28 Step 19/23 : ENTRYPOINT ["/core-data"] 10:58:28 ---> Running in 731060cdb531 10:58:28 Removing intermediate container 731060cdb531 10:58:28 ---> aacc21b019e7 10:58:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:28 ---> Running in d8cc692a617f 10:58:29 Removing intermediate container d8cc692a617f 10:58:29 ---> 9f1a6ff7836b 10:58:29 Step 21/23 : LABEL arch=arm64 10:58:29 ---> Running in 7584711d8ae3 10:58:29 Removing intermediate container 7584711d8ae3 10:58:29 ---> 9e4a8d6ddab7 10:58:29 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:58:29 ---> Running in 3fc2287d92e8 10:58:29 Removing intermediate container 3fc2287d92e8 10:58:29 ---> 00a042bf9c6a 10:58:29 Step 23/23 : LABEL version=2.3.0-dev.45 10:58:30 ---> Running in 9a3458ed7161 10:58:30 Removing intermediate container 9a3458ed7161 10:58:30 ---> 6ec2b53ef1db 10:58:30 10:58:30 Successfully built 6ec2b53ef1db 10:58:30 Successfully tagged core-data-arm64:latest 10:58:38  Building core-data ... done Collecting docker-compose==1.23.2 10:58:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:58:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 10.2 MB/s eta 0:00:00 10:58:38 Collecting jsonschema<3,>=2.5.1 10:58:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:58:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:58:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:58:38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 18.1 MB/s eta 0:00:00 10:58:39 Collecting docopt<0.7,>=0.6.1 10:58:39 Downloading docopt-0.6.2.tar.gz (25 kB) 10:58:39 Preparing metadata (setup.py): started 10:58:41 Preparing metadata (setup.py): finished with status 'done' 10:58:41 Collecting texttable<0.10,>=0.9.0 10:58:41 Downloading texttable-0.9.1.tar.gz (11 kB) 10:58:41 Preparing metadata (setup.py): started 10:58:42 Preparing metadata (setup.py): finished with status 'done' 10:58:42 Collecting websocket-client<1.0,>=0.32.0 10:58:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:58:42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 18.6 MB/s eta 0:00:00 10:58:43 Collecting docker<4.0,>=3.6.0 10:58:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:58:43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 19.9 MB/s eta 0:00:00 10:58:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 10:58:43 Collecting cached-property<2,>=1.2.0 10:58:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:58:43 Collecting dockerpty<0.5,>=0.4.1 10:58:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:58:43 Preparing metadata (setup.py): started 10:58:45 Preparing metadata (setup.py): finished with status 'done' 10:58:45 Collecting PyYAML<4,>=3.10 10:58:45 Downloading PyYAML-3.13.tar.gz (270 kB) 10:58:45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 20.1 MB/s eta 0:00:00 10:58:46 Preparing metadata (setup.py): started 10:58:47 Preparing metadata (setup.py): finished with status 'done' 10:58:48 Collecting docker-pycreds>=0.4.0 10:58:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:58:49 Collecting urllib3<1.25,>=1.21.1 10:58:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:58:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 21.3 MB/s eta 0:00:00 10:58:49 Collecting idna<2.8,>=2.5 10:58:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:58:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 20.4 MB/s eta 0:00:00 10:58:50 Collecting certifi>=2017.4.17 10:58:50 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) 10:58:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 20.9 MB/s eta 0:00:00 10:58:50 Collecting chardet<3.1.0,>=3.0.2 10:58:50 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:58:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 20.4 MB/s eta 0:00:00 10:58:50 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:58:50 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:58:50 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:58:50 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:58:51 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 10:58:51 Running setup.py install for texttable: started 10:58:53 Running setup.py install for texttable: finished with status 'done' 10:58:53 Running setup.py install for PyYAML: started 10:58:55 Running setup.py install for PyYAML: finished with status 'done' 10:58:56 Running setup.py install for docopt: started 10:58:58 Running setup.py install for docopt: finished with status 'done' 10:59:01 Running setup.py install for dockerpty: started 10:59:02 Running setup.py install for dockerpty: finished with status 'done' 10:59:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 10:59:04 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 10:59:14 Removing intermediate container 6edb2894652d 10:59:14 ---> 5201b636574f 10:59:14 Step 14/23 : ENV APP_PORT=58890 10:59:14 ---> Running in 8243c879436a 10:59:15 Removing intermediate container 8243c879436a 10:59:15 ---> b8ba83afcb2f 10:59:15 Step 15/23 : EXPOSE $APP_PORT 10:59:15 ---> Running in f1e80259d181 10:59:15 Removing intermediate container f1e80259d181 10:59:15 ---> 1d0fe88f6fab 10:59:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:59:16 ---> 4abe370f9e05 10:59:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:59:16 ---> b6d4c4d6ad38 10:59:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:59:17 ---> 7db2d4478451 10:59:17 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:59:17 ---> Running in 4c7a35808206 10:59:18 Removing intermediate container 4c7a35808206 10:59:18 ---> bb90045dc413 10:59:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:59:18 ---> Running in 601bb2a65f9a 10:59:18 Removing intermediate container 601bb2a65f9a 10:59:18 ---> e9902f77e180 10:59:18 Step 21/23 : LABEL arch=arm64 10:59:18 ---> Running in eeba66100d67 10:59:18 Removing intermediate container eeba66100d67 10:59:18 ---> f9e62b0da0f4 10:59:18 Step 22/23 : LABEL git_sha=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:19 ---> Running in 127a38bb56f4 10:59:19 Removing intermediate container 127a38bb56f4 10:59:19 ---> 31107511500b 10:59:19 Step 23/23 : LABEL version=2.3.0-dev.45 10:59:19 ---> Running in 26836edf73a6 10:59:19 Removing intermediate container 26836edf73a6 10:59:19 ---> 662319b2d55c 10:59:19 10:59:19 Successfully built 662319b2d55c 10:59:19 Successfully tagged sys-mgmt-agent-arm64:latest 10:59:20  Building sys-mgmt-agent ... done  [Pipeline] } 10:59:20 $ docker stop --time=1 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 10:59:21 $ docker rm -f 2c08c217f3db95655f9365e37b21804b4204cb0299fc1a3301831d117d694526 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:22 + docker images 10:59:22 REPOSITORY TAG IMAGE ID CREATED SIZE 10:59:22 sys-mgmt-agent-arm64 latest 662319b2d55c 3 seconds ago 133MB 10:59:22 core-data-arm64 latest 6ec2b53ef1db 52 seconds ago 20.6MB 10:59:22 b8f5613fe6b0 About a minute ago 1.19GB 10:59:22 36503daa3046 About a minute ago 1.22GB 10:59:22 security-secretstore-setup-arm64 latest ded2c640c155 2 minutes ago 27.9MB 10:59:22 369c2f156d1f 2 minutes ago 1.2GB 10:59:22 security-bootstrapper-arm64 latest 69889d6950fe 2 minutes ago 18.6MB 10:59:22 security-spiffe-token-provider-arm64 latest e92731c28aaf 2 minutes ago 28.3MB 10:59:22 515c32bf1370 3 minutes ago 1.24GB 10:59:22 3e8613c0ae2c 3 minutes ago 1.19GB 10:59:22 support-notifications-arm64 latest 668ecd906603 5 minutes ago 26.1MB 10:59:22 5f7f4e1c47cd 5 minutes ago 1.25GB 10:59:22 core-metadata-arm64 latest 61e68d629db8 7 minutes ago 17.4MB 10:59:22 c2ac39964169 7 minutes ago 1.22GB 10:59:22 security-proxy-setup-arm64 latest 94d13d00fef9 8 minutes ago 26.2MB 10:59:22 6f687fa25a56 8 minutes ago 1.19GB 10:59:22 support-scheduler-arm64 latest 4597433dd9fa 9 minutes ago 25.6MB 10:59:22 d41ee5c358f6 9 minutes ago 1.25GB 10:59:22 core-command-arm64 latest f955886e7de5 11 minutes ago 15.6MB 10:59:22 83cb75b87bef 12 minutes ago 1.19GB 10:59:22 security-spire-agent-arm64 latest bae78123ed01 15 minutes ago 122MB 10:59:22 security-spire-config-arm64 latest 9818d934299c 15 minutes ago 83.6MB 10:59:22 security-spire-server-arm64 latest 37d21aea58ff 15 minutes ago 84.2MB 10:59:22 27c7d7458c2c 16 minutes ago 1.09GB 10:59:22 90bc45e228da 16 minutes ago 1.09GB 10:59:22 b365d355376f 16 minutes ago 1.09GB 10:59:22 ci-base-image-arm64 latest 48472aba7071 18 minutes ago 995MB 10:59:22 alpine 3.15 02e0d6fdf486 2 days ago 5.33MB 10:59:22 alpine 3.16 a6215f271958 2 days ago 5.29MB 10:59:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 weeks ago 678MB 10:59:22 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 10:59:22 provisioning config files... 10:59:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config7226714655041886784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:23 ---> docker-login.sh 10:59:23 nexus3.edgexfoundry.org:10001 10:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:23 Configure a credential helper to remove this warning. See 10:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:23 10:59:23 Login Succeeded 10:59:23 nexus3.edgexfoundry.org:10002 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10003 10:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:24 Configure a credential helper to remove this warning. See 10:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:24 10:59:24 Login Succeeded 10:59:24 nexus3.edgexfoundry.org:10004 10:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:25 Configure a credential helper to remove this warning. See 10:59:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:25 10:59:25 Login Succeeded 10:59:25 docker.io 10:59:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:26 Configure a credential helper to remove this warning. See 10:59:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:26 10:59:26 Login Succeeded 10:59:26 ---> docker-login.sh ends [Pipeline] } 10:59:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:59:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:59:26 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:26 latest 10:59:26 2.3.0-dev.45 10:59:26 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:26 main 10:59:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:27 5c0f5ca43a8f: Preparing 10:59:27 362b10d52aa2: Preparing 10:59:27 b70be39037ee: Preparing 10:59:27 4023bc081b31: Preparing 10:59:27 5d3e392a13a0: Preparing 10:59:27 5d3e392a13a0: Layer already exists 10:59:27 5c0f5ca43a8f: Pushed 10:59:27 b70be39037ee: Pushed 10:59:27 4023bc081b31: Pushed 10:59:30 362b10d52aa2: Pushed 10:59:30 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:31 5c0f5ca43a8f: Preparing 10:59:31 362b10d52aa2: Preparing 10:59:31 b70be39037ee: Preparing 10:59:31 4023bc081b31: Preparing 10:59:31 5d3e392a13a0: Preparing 10:59:31 362b10d52aa2: Layer already exists 10:59:31 5d3e392a13a0: Layer already exists 10:59:31 5c0f5ca43a8f: Layer already exists 10:59:31 4023bc081b31: Layer already exists 10:59:31 b70be39037ee: Layer already exists 10:59:31 latest: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 10:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:32 5c0f5ca43a8f: Preparing 10:59:32 362b10d52aa2: Preparing 10:59:32 b70be39037ee: Preparing 10:59:32 4023bc081b31: Preparing 10:59:32 5d3e392a13a0: Preparing 10:59:32 5d3e392a13a0: Layer already exists 10:59:32 5c0f5ca43a8f: Layer already exists 10:59:32 4023bc081b31: Layer already exists 10:59:32 362b10d52aa2: Layer already exists 10:59:32 b70be39037ee: Layer already exists 10:59:32 2.3.0-dev.45: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:33 5c0f5ca43a8f: Preparing 10:59:33 362b10d52aa2: Preparing 10:59:33 b70be39037ee: Preparing 10:59:33 4023bc081b31: Preparing 10:59:33 5d3e392a13a0: Preparing 10:59:33 5c0f5ca43a8f: Layer already exists 10:59:33 4023bc081b31: Layer already exists 10:59:33 362b10d52aa2: Layer already exists 10:59:33 5d3e392a13a0: Layer already exists 10:59:33 b70be39037ee: Layer already exists 10:59:33 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:59:34 5c0f5ca43a8f: Preparing 10:59:34 362b10d52aa2: Preparing 10:59:34 b70be39037ee: Preparing 10:59:34 4023bc081b31: Preparing 10:59:34 5d3e392a13a0: Preparing 10:59:34 5d3e392a13a0: Layer already exists 10:59:34 362b10d52aa2: Layer already exists 10:59:34 5c0f5ca43a8f: Layer already exists 10:59:34 4023bc081b31: Layer already exists 10:59:34 b70be39037ee: Layer already exists 10:59:34 main: digest: sha256:ac8898e3119c2c829fd632a5c2495402fe3750096a6daa27b251204c2af0922b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:34 ===================================================== [Pipeline] echo 10:59:34 taggedImages: 10:59:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:59:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.3.0-dev.45 10:59:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:34 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:59:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:59:34 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:34 latest 10:59:34 2.3.0-dev.45 10:59:34 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:34 main 10:59:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:59:35 bb314161a62f: Preparing 10:59:35 559f258187a3: Preparing 10:59:35 b70be39037ee: Preparing 10:59:35 a802b2e4b9dd: Preparing 10:59:35 4d6ba3eb9895: Preparing 10:59:35 5d3e392a13a0: Preparing 10:59:35 5d3e392a13a0: Waiting 10:59:35 b70be39037ee: Layer already exists 10:59:35 5d3e392a13a0: Layer already exists 10:59:35 bb314161a62f: Pushed 10:59:35 4d6ba3eb9895: Pushed 10:59:36 a802b2e4b9dd: Pushed 10:59:39 559f258187a3: Pushed 10:59:39 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:59:39 bb314161a62f: Preparing 10:59:39 559f258187a3: Preparing 10:59:39 b70be39037ee: Preparing 10:59:39 a802b2e4b9dd: Preparing 10:59:39 4d6ba3eb9895: Preparing 10:59:39 5d3e392a13a0: Preparing 10:59:39 5d3e392a13a0: Waiting 10:59:39 bb314161a62f: Layer already exists 10:59:39 559f258187a3: Layer already exists 10:59:39 4d6ba3eb9895: Layer already exists 10:59:39 b70be39037ee: Layer already exists 10:59:39 a802b2e4b9dd: Layer already exists 10:59:39 5d3e392a13a0: Layer already exists 10:59:40 latest: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 10:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:59:40 bb314161a62f: Preparing 10:59:40 559f258187a3: Preparing 10:59:40 b70be39037ee: Preparing 10:59:40 a802b2e4b9dd: Preparing 10:59:40 4d6ba3eb9895: Preparing 10:59:40 5d3e392a13a0: Preparing 10:59:40 5d3e392a13a0: Waiting 10:59:40 a802b2e4b9dd: Layer already exists 10:59:40 4d6ba3eb9895: Layer already exists 10:59:40 b70be39037ee: Layer already exists 10:59:40 bb314161a62f: Layer already exists 10:59:40 559f258187a3: Layer already exists 10:59:40 5d3e392a13a0: Layer already exists 10:59:41 2.3.0-dev.45: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:59:41 bb314161a62f: Preparing 10:59:41 559f258187a3: Preparing 10:59:41 b70be39037ee: Preparing 10:59:41 a802b2e4b9dd: Preparing 10:59:41 4d6ba3eb9895: Preparing 10:59:41 5d3e392a13a0: Preparing 10:59:41 5d3e392a13a0: Waiting 10:59:41 559f258187a3: Layer already exists 10:59:41 a802b2e4b9dd: Layer already exists 10:59:41 bb314161a62f: Layer already exists 10:59:41 b70be39037ee: Layer already exists 10:59:41 4d6ba3eb9895: Layer already exists 10:59:41 5d3e392a13a0: Layer already exists 10:59:42 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:59:42 bb314161a62f: Preparing 10:59:42 559f258187a3: Preparing 10:59:42 b70be39037ee: Preparing 10:59:42 a802b2e4b9dd: Preparing 10:59:42 4d6ba3eb9895: Preparing 10:59:42 5d3e392a13a0: Preparing 10:59:42 5d3e392a13a0: Waiting 10:59:42 bb314161a62f: Layer already exists 10:59:42 4d6ba3eb9895: Layer already exists 10:59:42 559f258187a3: Layer already exists 10:59:42 a802b2e4b9dd: Layer already exists 10:59:42 b70be39037ee: Layer already exists 10:59:42 5d3e392a13a0: Layer already exists 10:59:43 main: digest: sha256:8cd20593ae7c0e99df0cf896d22a9d7bfa43f7867d00eb7cfdc8cfca0c0c5f77 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:43 ===================================================== [Pipeline] echo 10:59:43 taggedImages: 10:59:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:59:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.3.0-dev.45 10:59:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:59:43 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:59:43 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:43 latest 10:59:43 2.3.0-dev.45 10:59:43 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:43 main 10:59:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:59:44 3a6b9fff4891: Preparing 10:59:44 a4c0ddae5f8d: Preparing 10:59:44 edd8f76cb187: Preparing 10:59:44 b70be39037ee: Preparing 10:59:44 4023bc081b31: Preparing 10:59:44 5d3e392a13a0: Preparing 10:59:44 5d3e392a13a0: Waiting 10:59:44 b70be39037ee: Layer already exists 10:59:44 4023bc081b31: Layer already exists 10:59:44 5d3e392a13a0: Layer already exists 10:59:44 3a6b9fff4891: Pushed 10:59:44 a4c0ddae5f8d: Pushed 10:59:47 edd8f76cb187: Pushed 10:59:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:59:48 3a6b9fff4891: Preparing 10:59:48 a4c0ddae5f8d: Preparing 10:59:48 edd8f76cb187: Preparing 10:59:48 b70be39037ee: Preparing 10:59:48 4023bc081b31: Preparing 10:59:48 5d3e392a13a0: Preparing 10:59:48 5d3e392a13a0: Waiting 10:59:48 b70be39037ee: Layer already exists 10:59:48 3a6b9fff4891: Layer already exists 10:59:48 edd8f76cb187: Layer already exists 10:59:48 a4c0ddae5f8d: Layer already exists 10:59:48 4023bc081b31: Layer already exists 10:59:48 5d3e392a13a0: Layer already exists 10:59:48 latest: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 10:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:59:49 3a6b9fff4891: Preparing 10:59:49 a4c0ddae5f8d: Preparing 10:59:49 edd8f76cb187: Preparing 10:59:49 b70be39037ee: Preparing 10:59:49 4023bc081b31: Preparing 10:59:49 5d3e392a13a0: Preparing 10:59:49 5d3e392a13a0: Waiting 10:59:49 4023bc081b31: Layer already exists 10:59:49 3a6b9fff4891: Layer already exists 10:59:49 edd8f76cb187: Layer already exists 10:59:49 b70be39037ee: Layer already exists 10:59:49 a4c0ddae5f8d: Layer already exists 10:59:49 5d3e392a13a0: Layer already exists 10:59:49 2.3.0-dev.45: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:59:50 3a6b9fff4891: Preparing 10:59:50 a4c0ddae5f8d: Preparing 10:59:50 edd8f76cb187: Preparing 10:59:50 b70be39037ee: Preparing 10:59:50 4023bc081b31: Preparing 10:59:50 5d3e392a13a0: Preparing 10:59:50 5d3e392a13a0: Waiting 10:59:50 4023bc081b31: Layer already exists 10:59:50 b70be39037ee: Layer already exists 10:59:50 edd8f76cb187: Layer already exists 10:59:50 3a6b9fff4891: Layer already exists 10:59:50 a4c0ddae5f8d: Layer already exists 10:59:50 5d3e392a13a0: Layer already exists 10:59:50 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:59:51 3a6b9fff4891: Preparing 10:59:51 a4c0ddae5f8d: Preparing 10:59:51 edd8f76cb187: Preparing 10:59:51 b70be39037ee: Preparing 10:59:51 4023bc081b31: Preparing 10:59:51 5d3e392a13a0: Preparing 10:59:51 5d3e392a13a0: Waiting 10:59:51 b70be39037ee: Layer already exists 10:59:51 edd8f76cb187: Layer already exists 10:59:51 a4c0ddae5f8d: Layer already exists 10:59:51 4023bc081b31: Layer already exists 10:59:51 3a6b9fff4891: Layer already exists 10:59:51 5d3e392a13a0: Layer already exists 10:59:51 main: digest: sha256:ba24b7c3f3d02bb25c7187d240996b4f86ae80efb110ff792891491f3aa8e45b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:51 ===================================================== [Pipeline] echo 10:59:51 taggedImages: 10:59:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:59:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.3.0-dev.45 10:59:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:59:51 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:59:51 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:51 latest 10:59:51 2.3.0-dev.45 10:59:51 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:51 main 10:59:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 10:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:59:52 6e1dc35b5d6f: Preparing 10:59:52 6e1dc35b5d6f: Preparing 10:59:52 770c80f0c9ae: Preparing 10:59:52 81386cef07eb: Preparing 10:59:52 f9e7ad69f36d: Preparing 10:59:52 5240236c3603: Preparing 10:59:52 b70be39037ee: Preparing 10:59:52 02cd277c87c6: Preparing 10:59:52 047dd22f5f5c: Preparing 10:59:52 e846e117df0d: Preparing 10:59:52 ab3aa44947f5: Preparing 10:59:52 5d3e392a13a0: Preparing 10:59:52 b70be39037ee: Waiting 10:59:52 02cd277c87c6: Waiting 10:59:52 047dd22f5f5c: Waiting 10:59:52 e846e117df0d: Waiting 10:59:52 ab3aa44947f5: Waiting 10:59:52 5d3e392a13a0: Waiting 10:59:52 6e1dc35b5d6f: Pushed 10:59:52 f9e7ad69f36d: Pushed 10:59:52 770c80f0c9ae: Pushed 10:59:52 81386cef07eb: Pushed 10:59:52 b70be39037ee: Layer already exists 10:59:53 02cd277c87c6: Pushed 10:59:53 5d3e392a13a0: Layer already exists 10:59:53 e846e117df0d: Pushed 10:59:53 047dd22f5f5c: Pushed 10:59:53 ab3aa44947f5: Pushed 10:59:56 5240236c3603: Pushed 10:59:56 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:59:57 6e1dc35b5d6f: Preparing 10:59:57 6e1dc35b5d6f: Preparing 10:59:57 770c80f0c9ae: Preparing 10:59:57 81386cef07eb: Preparing 10:59:57 f9e7ad69f36d: Preparing 10:59:57 5240236c3603: Preparing 10:59:57 b70be39037ee: Preparing 10:59:57 02cd277c87c6: Preparing 10:59:57 047dd22f5f5c: Preparing 10:59:57 e846e117df0d: Preparing 10:59:57 ab3aa44947f5: Preparing 10:59:57 5d3e392a13a0: Preparing 10:59:57 047dd22f5f5c: Waiting 10:59:57 e846e117df0d: Waiting 10:59:57 ab3aa44947f5: Waiting 10:59:57 b70be39037ee: Waiting 10:59:57 02cd277c87c6: Waiting 10:59:57 81386cef07eb: Layer already exists 10:59:57 5240236c3603: Layer already exists 10:59:57 f9e7ad69f36d: Layer already exists 10:59:57 6e1dc35b5d6f: Layer already exists 10:59:57 770c80f0c9ae: Layer already exists 10:59:57 b70be39037ee: Layer already exists 10:59:57 e846e117df0d: Layer already exists 10:59:57 02cd277c87c6: Layer already exists 10:59:57 ab3aa44947f5: Layer already exists 10:59:57 047dd22f5f5c: Layer already exists 10:59:57 5d3e392a13a0: Layer already exists 10:59:57 latest: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 10:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:59:58 6e1dc35b5d6f: Preparing 10:59:58 6e1dc35b5d6f: Preparing 10:59:58 770c80f0c9ae: Preparing 10:59:58 81386cef07eb: Preparing 10:59:58 f9e7ad69f36d: Preparing 10:59:58 5240236c3603: Preparing 10:59:58 b70be39037ee: Preparing 10:59:58 02cd277c87c6: Preparing 10:59:58 047dd22f5f5c: Preparing 10:59:58 e846e117df0d: Preparing 10:59:58 ab3aa44947f5: Preparing 10:59:58 5d3e392a13a0: Preparing 10:59:58 047dd22f5f5c: Waiting 10:59:58 e846e117df0d: Waiting 10:59:58 ab3aa44947f5: Waiting 10:59:58 b70be39037ee: Waiting 10:59:58 02cd277c87c6: Waiting 10:59:58 5d3e392a13a0: Waiting 10:59:58 6e1dc35b5d6f: Layer already exists 10:59:58 5240236c3603: Layer already exists 10:59:58 f9e7ad69f36d: Layer already exists 10:59:58 770c80f0c9ae: Layer already exists 10:59:58 81386cef07eb: Layer already exists 10:59:58 047dd22f5f5c: Layer already exists 10:59:58 b70be39037ee: Layer already exists 10:59:58 02cd277c87c6: Layer already exists 10:59:58 ab3aa44947f5: Layer already exists 10:59:58 e846e117df0d: Layer already exists 10:59:58 5d3e392a13a0: Layer already exists 10:59:58 2.3.0-dev.45: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 10:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:59:59 6e1dc35b5d6f: Preparing 10:59:59 6e1dc35b5d6f: Preparing 10:59:59 770c80f0c9ae: Preparing 10:59:59 81386cef07eb: Preparing 10:59:59 f9e7ad69f36d: Preparing 10:59:59 5240236c3603: Preparing 10:59:59 b70be39037ee: Preparing 10:59:59 02cd277c87c6: Preparing 10:59:59 047dd22f5f5c: Preparing 10:59:59 e846e117df0d: Preparing 10:59:59 ab3aa44947f5: Preparing 10:59:59 5d3e392a13a0: Preparing 10:59:59 047dd22f5f5c: Waiting 10:59:59 e846e117df0d: Waiting 10:59:59 5d3e392a13a0: Waiting 10:59:59 b70be39037ee: Waiting 10:59:59 ab3aa44947f5: Waiting 10:59:59 02cd277c87c6: Waiting 10:59:59 81386cef07eb: Layer already exists 10:59:59 770c80f0c9ae: Layer already exists 10:59:59 5240236c3603: Layer already exists 10:59:59 6e1dc35b5d6f: Layer already exists 10:59:59 f9e7ad69f36d: Layer already exists 10:59:59 02cd277c87c6: Layer already exists 10:59:59 e846e117df0d: Layer already exists 10:59:59 b70be39037ee: Layer already exists 10:59:59 047dd22f5f5c: Layer already exists 10:59:59 ab3aa44947f5: Layer already exists 10:59:59 5d3e392a13a0: Layer already exists 10:59:59 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:00:00 6e1dc35b5d6f: Preparing 11:00:00 6e1dc35b5d6f: Preparing 11:00:00 770c80f0c9ae: Preparing 11:00:00 81386cef07eb: Preparing 11:00:00 f9e7ad69f36d: Preparing 11:00:00 5240236c3603: Preparing 11:00:00 b70be39037ee: Preparing 11:00:00 02cd277c87c6: Preparing 11:00:00 047dd22f5f5c: Preparing 11:00:00 e846e117df0d: Preparing 11:00:00 ab3aa44947f5: Preparing 11:00:00 5d3e392a13a0: Preparing 11:00:00 047dd22f5f5c: Waiting 11:00:00 e846e117df0d: Waiting 11:00:00 ab3aa44947f5: Waiting 11:00:00 5d3e392a13a0: Waiting 11:00:00 b70be39037ee: Waiting 11:00:00 02cd277c87c6: Waiting 11:00:00 770c80f0c9ae: Layer already exists 11:00:00 f9e7ad69f36d: Layer already exists 11:00:00 81386cef07eb: Layer already exists 11:00:00 6e1dc35b5d6f: Layer already exists 11:00:00 5240236c3603: Layer already exists 11:00:00 02cd277c87c6: Layer already exists 11:00:00 e846e117df0d: Layer already exists 11:00:00 047dd22f5f5c: Layer already exists 11:00:00 b70be39037ee: Layer already exists 11:00:00 ab3aa44947f5: Layer already exists 11:00:00 5d3e392a13a0: Layer already exists 11:00:00 main: digest: sha256:0034c1994ccf2c62c8e202458484fd27bb6e1177979eb5da7eccabbe8851c957 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:00 ===================================================== [Pipeline] echo 11:00:00 taggedImages: 11:00:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:00:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.3.0-dev.45 11:00:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:00:00 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:00:00 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:00 latest 11:00:00 2.3.0-dev.45 11:00:00 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:00 main 11:00:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:01 3f67f5d68cac: Preparing 11:00:01 9ee5b1e2c25a: Preparing 11:00:01 a8b12ac8a9d5: Preparing 11:00:01 2c944f06b432: Preparing 11:00:01 77b7bf2c1d7c: Preparing 11:00:01 120812ed2b8a: Preparing 11:00:01 e7bf2386b415: Preparing 11:00:01 5d3e392a13a0: Preparing 11:00:01 120812ed2b8a: Waiting 11:00:01 5d3e392a13a0: Waiting 11:00:01 e7bf2386b415: Waiting 11:00:01 3f67f5d68cac: Pushed 11:00:01 9ee5b1e2c25a: Pushed 11:00:01 77b7bf2c1d7c: Pushed 11:00:01 5d3e392a13a0: Layer already exists 11:00:01 120812ed2b8a: Pushed 11:00:02 e7bf2386b415: Pushed 11:00:04 2c944f06b432: Pushed 11:00:04 a8b12ac8a9d5: Pushed 11:00:04 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:04 + 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 11:00:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:05 3f67f5d68cac: Preparing 11:00:05 9ee5b1e2c25a: Preparing 11:00:05 a8b12ac8a9d5: Preparing 11:00:05 2c944f06b432: Preparing 11:00:05 77b7bf2c1d7c: Preparing 11:00:05 120812ed2b8a: Preparing 11:00:05 e7bf2386b415: Preparing 11:00:05 5d3e392a13a0: Preparing 11:00:05 120812ed2b8a: Waiting 11:00:05 e7bf2386b415: Waiting 11:00:05 5d3e392a13a0: Waiting 11:00:05 9ee5b1e2c25a: Layer already exists 11:00:05 3f67f5d68cac: Layer already exists 11:00:05 a8b12ac8a9d5: Layer already exists 11:00:05 77b7bf2c1d7c: Layer already exists 11:00:05 2c944f06b432: Layer already exists 11:00:05 e7bf2386b415: Layer already exists 11:00:05 120812ed2b8a: Layer already exists 11:00:05 5d3e392a13a0: Layer already exists 11:00:05 latest: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 11:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:06 3f67f5d68cac: Preparing 11:00:06 9ee5b1e2c25a: Preparing 11:00:06 a8b12ac8a9d5: Preparing 11:00:06 2c944f06b432: Preparing 11:00:06 77b7bf2c1d7c: Preparing 11:00:06 120812ed2b8a: Preparing 11:00:06 e7bf2386b415: Preparing 11:00:06 5d3e392a13a0: Preparing 11:00:06 120812ed2b8a: Waiting 11:00:06 e7bf2386b415: Waiting 11:00:06 5d3e392a13a0: Waiting 11:00:06 9ee5b1e2c25a: Layer already exists 11:00:06 3f67f5d68cac: Layer already exists 11:00:06 a8b12ac8a9d5: Layer already exists 11:00:06 77b7bf2c1d7c: Layer already exists 11:00:06 2c944f06b432: Layer already exists 11:00:06 120812ed2b8a: Layer already exists 11:00:06 5d3e392a13a0: Layer already exists 11:00:06 e7bf2386b415: Layer already exists 11:00:06 2.3.0-dev.45: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:07 3f67f5d68cac: Preparing 11:00:07 9ee5b1e2c25a: Preparing 11:00:07 a8b12ac8a9d5: Preparing 11:00:07 2c944f06b432: Preparing 11:00:07 77b7bf2c1d7c: Preparing 11:00:07 120812ed2b8a: Preparing 11:00:07 e7bf2386b415: Preparing 11:00:07 5d3e392a13a0: Preparing 11:00:07 120812ed2b8a: Waiting 11:00:07 e7bf2386b415: Waiting 11:00:07 5d3e392a13a0: Waiting 11:00:07 9ee5b1e2c25a: Layer already exists 11:00:07 77b7bf2c1d7c: Layer already exists 11:00:07 3f67f5d68cac: Layer already exists 11:00:07 a8b12ac8a9d5: Layer already exists 11:00:07 2c944f06b432: Layer already exists 11:00:07 120812ed2b8a: Layer already exists 11:00:07 5d3e392a13a0: Layer already exists 11:00:07 e7bf2386b415: Layer already exists 11:00:07 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:07 + 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 11:00:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:00:08 3f67f5d68cac: Preparing 11:00:08 9ee5b1e2c25a: Preparing 11:00:08 a8b12ac8a9d5: Preparing 11:00:08 2c944f06b432: Preparing 11:00:08 77b7bf2c1d7c: Preparing 11:00:08 120812ed2b8a: Preparing 11:00:08 e7bf2386b415: Preparing 11:00:08 5d3e392a13a0: Preparing 11:00:08 120812ed2b8a: Waiting 11:00:08 e7bf2386b415: Waiting 11:00:08 5d3e392a13a0: Waiting 11:00:08 77b7bf2c1d7c: Layer already exists 11:00:08 3f67f5d68cac: Layer already exists 11:00:08 a8b12ac8a9d5: Layer already exists 11:00:08 9ee5b1e2c25a: Layer already exists 11:00:08 2c944f06b432: Layer already exists 11:00:08 120812ed2b8a: Layer already exists 11:00:08 e7bf2386b415: Layer already exists 11:00:08 5d3e392a13a0: Layer already exists 11:00:08 main: digest: sha256:c50f3b011c6521b936d3097fe3329bfd5dc5c0b6c00f31d13616bf2e55b68729 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:08 ===================================================== [Pipeline] echo 11:00:08 taggedImages: 11:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.3.0-dev.45 11:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:00:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:00:08 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:08 latest 11:00:08 2.3.0-dev.45 11:00:08 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:08 main 11:00:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:00:09 f98477f0ac00: Preparing 11:00:09 079a3f8639c7: Preparing 11:00:09 b222c7a5a167: Preparing 11:00:09 a4bcaef34bc9: Preparing 11:00:09 82ec28d6dab6: Preparing 11:00:09 3dbd21ac4126: Preparing 11:00:09 6c0bcd35fd27: Preparing 11:00:09 1ab6379cc490: Preparing 11:00:09 97df9454359d: Preparing 11:00:09 5d3e392a13a0: Preparing 11:00:09 3dbd21ac4126: Waiting 11:00:09 1ab6379cc490: Waiting 11:00:09 5d3e392a13a0: Waiting 11:00:09 6c0bcd35fd27: Waiting 11:00:09 97df9454359d: Waiting 11:00:09 f98477f0ac00: Pushed 11:00:09 079a3f8639c7: Pushed 11:00:09 82ec28d6dab6: Pushed 11:00:09 3dbd21ac4126: Pushed 11:00:09 6c0bcd35fd27: Pushed 11:00:09 1ab6379cc490: Pushed 11:00:09 5d3e392a13a0: Layer already exists 11:00:09 97df9454359d: Pushed 11:00:11 a4bcaef34bc9: Pushed 11:00:12 b222c7a5a167: Pushed 11:00:12 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:13 + 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 11:00:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:00:13 f98477f0ac00: Preparing 11:00:13 079a3f8639c7: Preparing 11:00:13 b222c7a5a167: Preparing 11:00:13 a4bcaef34bc9: Preparing 11:00:13 82ec28d6dab6: Preparing 11:00:13 3dbd21ac4126: Preparing 11:00:13 6c0bcd35fd27: Preparing 11:00:13 1ab6379cc490: Preparing 11:00:13 97df9454359d: Preparing 11:00:13 5d3e392a13a0: Preparing 11:00:13 3dbd21ac4126: Waiting 11:00:13 1ab6379cc490: Waiting 11:00:13 6c0bcd35fd27: Waiting 11:00:13 5d3e392a13a0: Waiting 11:00:13 97df9454359d: Waiting 11:00:13 a4bcaef34bc9: Layer already exists 11:00:13 079a3f8639c7: Layer already exists 11:00:13 82ec28d6dab6: Layer already exists 11:00:13 f98477f0ac00: Layer already exists 11:00:13 b222c7a5a167: Layer already exists 11:00:13 5d3e392a13a0: Layer already exists 11:00:13 3dbd21ac4126: Layer already exists 11:00:13 97df9454359d: Layer already exists 11:00:13 6c0bcd35fd27: Layer already exists 11:00:13 1ab6379cc490: Layer already exists 11:00:13 latest: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 11:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:00:14 f98477f0ac00: Preparing 11:00:14 079a3f8639c7: Preparing 11:00:14 b222c7a5a167: Preparing 11:00:14 a4bcaef34bc9: Preparing 11:00:14 82ec28d6dab6: Preparing 11:00:14 3dbd21ac4126: Preparing 11:00:14 6c0bcd35fd27: Preparing 11:00:14 1ab6379cc490: Preparing 11:00:14 97df9454359d: Preparing 11:00:14 5d3e392a13a0: Preparing 11:00:14 1ab6379cc490: Waiting 11:00:14 3dbd21ac4126: Waiting 11:00:14 97df9454359d: Waiting 11:00:14 6c0bcd35fd27: Waiting 11:00:14 5d3e392a13a0: Waiting 11:00:14 82ec28d6dab6: Layer already exists 11:00:14 079a3f8639c7: Layer already exists 11:00:14 a4bcaef34bc9: Layer already exists 11:00:14 f98477f0ac00: Layer already exists 11:00:14 b222c7a5a167: Layer already exists 11:00:14 3dbd21ac4126: Layer already exists 11:00:14 6c0bcd35fd27: Layer already exists 11:00:14 97df9454359d: Layer already exists 11:00:14 1ab6379cc490: Layer already exists 11:00:14 5d3e392a13a0: Layer already exists 11:00:14 2.3.0-dev.45: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:00:15 f98477f0ac00: Preparing 11:00:15 079a3f8639c7: Preparing 11:00:15 b222c7a5a167: Preparing 11:00:15 a4bcaef34bc9: Preparing 11:00:15 82ec28d6dab6: Preparing 11:00:15 3dbd21ac4126: Preparing 11:00:15 6c0bcd35fd27: Preparing 11:00:15 1ab6379cc490: Preparing 11:00:15 97df9454359d: Preparing 11:00:15 5d3e392a13a0: Preparing 11:00:15 3dbd21ac4126: Waiting 11:00:15 6c0bcd35fd27: Waiting 11:00:15 1ab6379cc490: Waiting 11:00:15 97df9454359d: Waiting 11:00:15 5d3e392a13a0: Waiting 11:00:15 b222c7a5a167: Layer already exists 11:00:15 82ec28d6dab6: Layer already exists 11:00:15 a4bcaef34bc9: Layer already exists 11:00:15 f98477f0ac00: Layer already exists 11:00:15 6c0bcd35fd27: Layer already exists 11:00:15 079a3f8639c7: Layer already exists 11:00:15 97df9454359d: Layer already exists 11:00:15 3dbd21ac4126: Layer already exists 11:00:15 5d3e392a13a0: Layer already exists 11:00:15 1ab6379cc490: Layer already exists 11:00:15 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:16 + 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 11:00:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:00:16 f98477f0ac00: Preparing 11:00:16 079a3f8639c7: Preparing 11:00:16 b222c7a5a167: Preparing 11:00:16 a4bcaef34bc9: Preparing 11:00:16 82ec28d6dab6: Preparing 11:00:16 3dbd21ac4126: Preparing 11:00:16 6c0bcd35fd27: Preparing 11:00:16 1ab6379cc490: Preparing 11:00:16 97df9454359d: Preparing 11:00:16 5d3e392a13a0: Preparing 11:00:16 6c0bcd35fd27: Waiting 11:00:16 97df9454359d: Waiting 11:00:16 1ab6379cc490: Waiting 11:00:16 5d3e392a13a0: Waiting 11:00:16 b222c7a5a167: Layer already exists 11:00:16 079a3f8639c7: Layer already exists 11:00:16 82ec28d6dab6: Layer already exists 11:00:16 f98477f0ac00: Layer already exists 11:00:16 a4bcaef34bc9: Layer already exists 11:00:16 97df9454359d: Layer already exists 11:00:16 3dbd21ac4126: Layer already exists 11:00:16 5d3e392a13a0: Layer already exists 11:00:16 1ab6379cc490: Layer already exists 11:00:16 6c0bcd35fd27: Layer already exists 11:00:16 main: digest: sha256:cfb1a8ee39fbcad97cb58c23d76183411ead71364eebeb9319abd7e4645d1f1e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:17 ===================================================== [Pipeline] echo 11:00:17 taggedImages: 11:00:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:00:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.3.0-dev.45 11:00:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:00:17 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:00:17 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:17 latest 11:00:17 2.3.0-dev.45 11:00:17 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:17 main 11:00:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:00:17 a3fc5543f66e: Preparing 11:00:17 8c8117a1b0f7: Preparing 11:00:17 b70be39037ee: Preparing 11:00:17 3688a433ad31: Preparing 11:00:17 ef4d83215670: Preparing 11:00:17 9833f26c6bda: Preparing 11:00:17 9833f26c6bda: Waiting 11:00:18 b70be39037ee: Layer already exists 11:00:18 9833f26c6bda: Layer already exists 11:00:18 a3fc5543f66e: Pushed 11:00:18 ef4d83215670: Pushed 11:00:19 3688a433ad31: Pushed 11:00:22 8c8117a1b0f7: Pushed 11:00:22 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:23 + 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 11:00:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:00:23 a3fc5543f66e: Preparing 11:00:23 8c8117a1b0f7: Preparing 11:00:23 b70be39037ee: Preparing 11:00:23 3688a433ad31: Preparing 11:00:23 ef4d83215670: Preparing 11:00:23 9833f26c6bda: Preparing 11:00:23 8c8117a1b0f7: Layer already exists 11:00:23 b70be39037ee: Layer already exists 11:00:23 ef4d83215670: Layer already exists 11:00:23 3688a433ad31: Layer already exists 11:00:23 a3fc5543f66e: Layer already exists 11:00:23 9833f26c6bda: Layer already exists 11:00:23 latest: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:24 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 11:00:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:00:24 a3fc5543f66e: Preparing 11:00:24 8c8117a1b0f7: Preparing 11:00:24 b70be39037ee: Preparing 11:00:24 3688a433ad31: Preparing 11:00:24 ef4d83215670: Preparing 11:00:24 9833f26c6bda: Preparing 11:00:24 9833f26c6bda: Waiting 11:00:24 8c8117a1b0f7: Layer already exists 11:00:24 3688a433ad31: Layer already exists 11:00:24 b70be39037ee: Layer already exists 11:00:24 ef4d83215670: Layer already exists 11:00:24 a3fc5543f66e: Layer already exists 11:00:24 9833f26c6bda: Layer already exists 11:00:24 2.3.0-dev.45: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:00:25 a3fc5543f66e: Preparing 11:00:25 8c8117a1b0f7: Preparing 11:00:25 b70be39037ee: Preparing 11:00:25 3688a433ad31: Preparing 11:00:25 ef4d83215670: Preparing 11:00:25 9833f26c6bda: Preparing 11:00:25 9833f26c6bda: Waiting 11:00:25 8c8117a1b0f7: Layer already exists 11:00:25 b70be39037ee: Layer already exists 11:00:25 3688a433ad31: Layer already exists 11:00:25 a3fc5543f66e: Layer already exists 11:00:25 ef4d83215670: Layer already exists 11:00:25 9833f26c6bda: Layer already exists 11:00:25 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:26 + 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 11:00:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:00:26 a3fc5543f66e: Preparing 11:00:26 8c8117a1b0f7: Preparing 11:00:26 b70be39037ee: Preparing 11:00:26 3688a433ad31: Preparing 11:00:26 ef4d83215670: Preparing 11:00:26 9833f26c6bda: Preparing 11:00:26 9833f26c6bda: Waiting 11:00:26 ef4d83215670: Layer already exists 11:00:26 8c8117a1b0f7: Layer already exists 11:00:26 b70be39037ee: Layer already exists 11:00:26 a3fc5543f66e: Layer already exists 11:00:26 3688a433ad31: Layer already exists 11:00:26 9833f26c6bda: Layer already exists 11:00:26 main: digest: sha256:55f1f0195d129f7ae6a5a88a850702c6aee1566c91335d02e32b64b9d0c78368 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:27 ===================================================== [Pipeline] echo 11:00:27 taggedImages: 11:00:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:00:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.3.0-dev.45 11:00:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:00:27 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:00:27 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:27 latest 11:00:27 2.3.0-dev.45 11:00:27 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:27 main 11:00:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:00:27 426b3fe82962: Preparing 11:00:27 cc7e2c615683: Preparing 11:00:27 628337221ab7: Preparing 11:00:27 3baa2514ffa7: Preparing 11:00:27 831193573644: Preparing 11:00:27 30d80bc44639: Preparing 11:00:27 bc217d4e4f1f: Preparing 11:00:27 9833f26c6bda: Preparing 11:00:27 30d80bc44639: Waiting 11:00:27 bc217d4e4f1f: Waiting 11:00:27 9833f26c6bda: Waiting 11:00:28 426b3fe82962: Pushed 11:00:28 cc7e2c615683: Pushed 11:00:28 628337221ab7: Pushed 11:00:28 9833f26c6bda: Layer already exists 11:00:28 bc217d4e4f1f: Pushed 11:00:28 30d80bc44639: Pushed 11:00:37 831193573644: Pushed 11:00:45 3baa2514ffa7: Pushed 11:00:45 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:45 + 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 11:00:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:00:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:00:46 426b3fe82962: Preparing 11:00:46 cc7e2c615683: Preparing 11:00:46 628337221ab7: Preparing 11:00:46 3baa2514ffa7: Preparing 11:00:46 831193573644: Preparing 11:00:46 30d80bc44639: Preparing 11:00:46 bc217d4e4f1f: Preparing 11:00:46 9833f26c6bda: Preparing 11:00:46 30d80bc44639: Waiting 11:00:46 bc217d4e4f1f: Waiting 11:00:46 9833f26c6bda: Waiting 11:00:46 426b3fe82962: Layer already exists 11:00:46 cc7e2c615683: Layer already exists 11:00:46 831193573644: Layer already exists 11:00:46 3baa2514ffa7: Layer already exists 11:00:46 628337221ab7: Layer already exists 11:00:46 bc217d4e4f1f: Layer already exists 11:00:46 30d80bc44639: Layer already exists 11:00:46 9833f26c6bda: Layer already exists 11:00:46 latest: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 11:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:00:47 426b3fe82962: Preparing 11:00:47 cc7e2c615683: Preparing 11:00:47 628337221ab7: Preparing 11:00:47 3baa2514ffa7: Preparing 11:00:47 831193573644: Preparing 11:00:47 30d80bc44639: Preparing 11:00:47 bc217d4e4f1f: Preparing 11:00:47 9833f26c6bda: Preparing 11:00:47 30d80bc44639: Waiting 11:00:47 bc217d4e4f1f: Waiting 11:00:47 9833f26c6bda: Waiting 11:00:47 3baa2514ffa7: Layer already exists 11:00:47 cc7e2c615683: Layer already exists 11:00:47 426b3fe82962: Layer already exists 11:00:47 831193573644: Layer already exists 11:00:47 628337221ab7: Layer already exists 11:00:47 9833f26c6bda: Layer already exists 11:00:47 bc217d4e4f1f: Layer already exists 11:00:47 30d80bc44639: Layer already exists 11:00:47 2.3.0-dev.45: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:00:48 426b3fe82962: Preparing 11:00:48 cc7e2c615683: Preparing 11:00:48 628337221ab7: Preparing 11:00:48 3baa2514ffa7: Preparing 11:00:48 831193573644: Preparing 11:00:48 30d80bc44639: Preparing 11:00:48 bc217d4e4f1f: Preparing 11:00:48 9833f26c6bda: Preparing 11:00:48 30d80bc44639: Waiting 11:00:48 bc217d4e4f1f: Waiting 11:00:48 9833f26c6bda: Waiting 11:00:48 628337221ab7: Layer already exists 11:00:48 3baa2514ffa7: Layer already exists 11:00:48 426b3fe82962: Layer already exists 11:00:48 cc7e2c615683: Layer already exists 11:00:48 831193573644: Layer already exists 11:00:48 bc217d4e4f1f: Layer already exists 11:00:48 9833f26c6bda: Layer already exists 11:00:48 30d80bc44639: Layer already exists 11:00:48 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:48 + 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 11:00:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:00:49 426b3fe82962: Preparing 11:00:49 cc7e2c615683: Preparing 11:00:49 628337221ab7: Preparing 11:00:49 3baa2514ffa7: Preparing 11:00:49 831193573644: Preparing 11:00:49 30d80bc44639: Preparing 11:00:49 bc217d4e4f1f: Preparing 11:00:49 9833f26c6bda: Preparing 11:00:49 bc217d4e4f1f: Waiting 11:00:49 9833f26c6bda: Waiting 11:00:49 30d80bc44639: Waiting 11:00:49 3baa2514ffa7: Layer already exists 11:00:49 628337221ab7: Layer already exists 11:00:49 cc7e2c615683: Layer already exists 11:00:49 426b3fe82962: Layer already exists 11:00:49 831193573644: Layer already exists 11:00:49 bc217d4e4f1f: Layer already exists 11:00:49 9833f26c6bda: Layer already exists 11:00:49 30d80bc44639: Layer already exists 11:00:49 main: digest: sha256:3a7b8c558b53c3b56614f26047c04df86989c26a016b1c1d10a26485c7d7ac14 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:00:49 ===================================================== [Pipeline] echo 11:00:49 taggedImages: 11:00:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:00:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.3.0-dev.45 11:00:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:00:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:00:49 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:49 latest 11:00:49 2.3.0-dev.45 11:00:49 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:00:49 main 11:00:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:00:50 edd991302ed4: Preparing 11:00:50 11cf7588f5b5: Preparing 11:00:50 af3ce14b131d: Preparing 11:00:50 52f4ba3f5ab2: Preparing 11:00:50 c1add4814637: Preparing 11:00:50 bc217d4e4f1f: Preparing 11:00:50 9833f26c6bda: Preparing 11:00:50 bc217d4e4f1f: Waiting 11:00:50 9833f26c6bda: Waiting 11:00:50 af3ce14b131d: Pushed 11:00:50 11cf7588f5b5: Pushed 11:00:50 edd991302ed4: Pushed 11:00:50 bc217d4e4f1f: Layer already exists 11:00:50 9833f26c6bda: Layer already exists 11:00:51 c1add4814637: Pushed 11:01:06 52f4ba3f5ab2: Pushed 11:01:06 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:06 + 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 11:01:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:01:07 edd991302ed4: Preparing 11:01:07 11cf7588f5b5: Preparing 11:01:07 af3ce14b131d: Preparing 11:01:07 52f4ba3f5ab2: Preparing 11:01:07 c1add4814637: Preparing 11:01:07 bc217d4e4f1f: Preparing 11:01:07 9833f26c6bda: Preparing 11:01:07 bc217d4e4f1f: Waiting 11:01:07 9833f26c6bda: Waiting 11:01:07 af3ce14b131d: Layer already exists 11:01:07 11cf7588f5b5: Layer already exists 11:01:07 edd991302ed4: Layer already exists 11:01:07 c1add4814637: Layer already exists 11:01:07 52f4ba3f5ab2: Layer already exists 11:01:07 9833f26c6bda: Layer already exists 11:01:07 bc217d4e4f1f: Layer already exists 11:01:07 latest: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 11:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:01:08 edd991302ed4: Preparing 11:01:08 11cf7588f5b5: Preparing 11:01:08 af3ce14b131d: Preparing 11:01:08 52f4ba3f5ab2: Preparing 11:01:08 c1add4814637: Preparing 11:01:08 bc217d4e4f1f: Preparing 11:01:08 9833f26c6bda: Preparing 11:01:08 9833f26c6bda: Waiting 11:01:08 bc217d4e4f1f: Waiting 11:01:08 edd991302ed4: Layer already exists 11:01:08 11cf7588f5b5: Layer already exists 11:01:08 52f4ba3f5ab2: Layer already exists 11:01:08 c1add4814637: Layer already exists 11:01:08 af3ce14b131d: Layer already exists 11:01:08 9833f26c6bda: Layer already exists 11:01:08 bc217d4e4f1f: Layer already exists 11:01:08 2.3.0-dev.45: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:01:09 edd991302ed4: Preparing 11:01:09 11cf7588f5b5: Preparing 11:01:09 af3ce14b131d: Preparing 11:01:09 52f4ba3f5ab2: Preparing 11:01:09 c1add4814637: Preparing 11:01:09 bc217d4e4f1f: Preparing 11:01:09 9833f26c6bda: Preparing 11:01:09 bc217d4e4f1f: Waiting 11:01:09 9833f26c6bda: Waiting 11:01:09 c1add4814637: Layer already exists 11:01:09 11cf7588f5b5: Layer already exists 11:01:09 52f4ba3f5ab2: Layer already exists 11:01:09 af3ce14b131d: Layer already exists 11:01:09 edd991302ed4: Layer already exists 11:01:09 bc217d4e4f1f: Layer already exists 11:01:09 9833f26c6bda: Layer already exists 11:01:09 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:09 + 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 11:01:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:01:10 edd991302ed4: Preparing 11:01:10 11cf7588f5b5: Preparing 11:01:10 af3ce14b131d: Preparing 11:01:10 52f4ba3f5ab2: Preparing 11:01:10 c1add4814637: Preparing 11:01:10 bc217d4e4f1f: Preparing 11:01:10 9833f26c6bda: Preparing 11:01:10 bc217d4e4f1f: Waiting 11:01:10 9833f26c6bda: Waiting 11:01:10 11cf7588f5b5: Layer already exists 11:01:10 af3ce14b131d: Layer already exists 11:01:10 52f4ba3f5ab2: Layer already exists 11:01:10 c1add4814637: Layer already exists 11:01:10 edd991302ed4: Layer already exists 11:01:10 bc217d4e4f1f: Layer already exists 11:01:10 9833f26c6bda: Layer already exists 11:01:10 main: digest: sha256:0f35e20ef0013ba5ac8afd464aca0827370a50ac575d95095ba6ea3a4a1a7563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:10 ===================================================== [Pipeline] echo 11:01:10 taggedImages: 11:01:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:01:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.3.0-dev.45 11:01:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:01:10 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:01:10 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:10 latest 11:01:10 2.3.0-dev.45 11:01:10 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:10 main 11:01:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:01:11 5380079dd29d: Preparing 11:01:11 0de774c64266: Preparing 11:01:11 b4b33e7a5303: Preparing 11:01:11 e4554304327c: Preparing 11:01:11 7a35457f2458: Preparing 11:01:11 ef4d83215670: Preparing 11:01:11 9833f26c6bda: Preparing 11:01:11 9833f26c6bda: Waiting 11:01:11 5380079dd29d: Pushed 11:01:11 b4b33e7a5303: Pushed 11:01:11 0de774c64266: Pushed 11:01:11 ef4d83215670: Layer already exists 11:01:11 9833f26c6bda: Layer already exists 11:01:12 7a35457f2458: Pushed 11:01:27 e4554304327c: Pushed 11:01:27 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:27 + 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 11:01:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:01:28 5380079dd29d: Preparing 11:01:28 0de774c64266: Preparing 11:01:28 b4b33e7a5303: Preparing 11:01:28 e4554304327c: Preparing 11:01:28 7a35457f2458: Preparing 11:01:28 ef4d83215670: Preparing 11:01:28 9833f26c6bda: Preparing 11:01:28 ef4d83215670: Waiting 11:01:28 9833f26c6bda: Waiting 11:01:28 b4b33e7a5303: Layer already exists 11:01:28 7a35457f2458: Layer already exists 11:01:28 5380079dd29d: Layer already exists 11:01:28 e4554304327c: Layer already exists 11:01:28 0de774c64266: Layer already exists 11:01:28 ef4d83215670: Layer already exists 11:01:28 9833f26c6bda: Layer already exists 11:01:28 latest: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 11:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:01:29 5380079dd29d: Preparing 11:01:29 0de774c64266: Preparing 11:01:29 b4b33e7a5303: Preparing 11:01:29 e4554304327c: Preparing 11:01:29 7a35457f2458: Preparing 11:01:29 ef4d83215670: Preparing 11:01:29 9833f26c6bda: Preparing 11:01:29 ef4d83215670: Waiting 11:01:29 9833f26c6bda: Waiting 11:01:29 b4b33e7a5303: Layer already exists 11:01:29 0de774c64266: Layer already exists 11:01:29 e4554304327c: Layer already exists 11:01:29 7a35457f2458: Layer already exists 11:01:29 5380079dd29d: Layer already exists 11:01:29 ef4d83215670: Layer already exists 11:01:29 9833f26c6bda: Layer already exists 11:01:29 2.3.0-dev.45: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:01:30 5380079dd29d: Preparing 11:01:30 0de774c64266: Preparing 11:01:30 b4b33e7a5303: Preparing 11:01:30 e4554304327c: Preparing 11:01:30 7a35457f2458: Preparing 11:01:30 ef4d83215670: Preparing 11:01:30 9833f26c6bda: Preparing 11:01:30 9833f26c6bda: Waiting 11:01:30 ef4d83215670: Waiting 11:01:30 b4b33e7a5303: Layer already exists 11:01:30 0de774c64266: Layer already exists 11:01:30 7a35457f2458: Layer already exists 11:01:30 e4554304327c: Layer already exists 11:01:30 5380079dd29d: Layer already exists 11:01:30 9833f26c6bda: Layer already exists 11:01:30 ef4d83215670: Layer already exists 11:01:30 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:30 + 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 11:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:01:31 5380079dd29d: Preparing 11:01:31 0de774c64266: Preparing 11:01:31 b4b33e7a5303: Preparing 11:01:31 e4554304327c: Preparing 11:01:31 7a35457f2458: Preparing 11:01:31 ef4d83215670: Preparing 11:01:31 9833f26c6bda: Preparing 11:01:31 ef4d83215670: Waiting 11:01:31 9833f26c6bda: Waiting 11:01:31 7a35457f2458: Layer already exists 11:01:31 0de774c64266: Layer already exists 11:01:31 5380079dd29d: Layer already exists 11:01:31 b4b33e7a5303: Layer already exists 11:01:31 e4554304327c: Layer already exists 11:01:31 9833f26c6bda: Layer already exists 11:01:31 ef4d83215670: Layer already exists 11:01:31 main: digest: sha256:e9afd0e3c36e70b4a1c3c57994cdaee721cd9f66b61cfd83c3a4a36b8ae6835b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:31 ===================================================== [Pipeline] echo 11:01:31 taggedImages: 11:01:31 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:31 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:01:31 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.3.0-dev.45 11:01:31 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:31 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:01:31 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:01:31 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:31 latest 11:01:31 2.3.0-dev.45 11:01:31 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:31 main 11:01:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:01:32 94c2e7737e7c: Preparing 11:01:32 08eae03042e3: Preparing 11:01:32 b70be39037ee: Preparing 11:01:32 69efb97f0237: Preparing 11:01:32 5d3e392a13a0: Preparing 11:01:32 5d3e392a13a0: Layer already exists 11:01:32 b70be39037ee: Layer already exists 11:01:32 94c2e7737e7c: Pushed 11:01:32 69efb97f0237: Pushed 11:01:37 08eae03042e3: Pushed 11:01:37 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:01:37 94c2e7737e7c: Preparing 11:01:37 08eae03042e3: Preparing 11:01:37 b70be39037ee: Preparing 11:01:37 69efb97f0237: Preparing 11:01:37 5d3e392a13a0: Preparing 11:01:37 69efb97f0237: Layer already exists 11:01:37 b70be39037ee: Layer already exists 11:01:37 94c2e7737e7c: Layer already exists 11:01:37 5d3e392a13a0: Layer already exists 11:01:37 08eae03042e3: Layer already exists 11:01:38 latest: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 11:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:01:38 94c2e7737e7c: Preparing 11:01:38 08eae03042e3: Preparing 11:01:38 b70be39037ee: Preparing 11:01:38 69efb97f0237: Preparing 11:01:38 5d3e392a13a0: Preparing 11:01:38 5d3e392a13a0: Layer already exists 11:01:38 69efb97f0237: Layer already exists 11:01:38 94c2e7737e7c: Layer already exists 11:01:38 b70be39037ee: Layer already exists 11:01:38 08eae03042e3: Layer already exists 11:01:39 2.3.0-dev.45: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:01:39 94c2e7737e7c: Preparing 11:01:39 08eae03042e3: Preparing 11:01:39 b70be39037ee: Preparing 11:01:39 69efb97f0237: Preparing 11:01:39 5d3e392a13a0: Preparing 11:01:39 5d3e392a13a0: Layer already exists 11:01:39 69efb97f0237: Layer already exists 11:01:39 94c2e7737e7c: Layer already exists 11:01:39 08eae03042e3: Layer already exists 11:01:39 b70be39037ee: Layer already exists 11:01:40 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:01:40 94c2e7737e7c: Preparing 11:01:40 08eae03042e3: Preparing 11:01:40 b70be39037ee: Preparing 11:01:40 69efb97f0237: Preparing 11:01:40 5d3e392a13a0: Preparing 11:01:40 94c2e7737e7c: Layer already exists 11:01:40 b70be39037ee: Layer already exists 11:01:40 5d3e392a13a0: Layer already exists 11:01:40 69efb97f0237: Layer already exists 11:01:40 08eae03042e3: Layer already exists 11:01:41 main: digest: sha256:4b4c0d32c47a82c7120e92d2c5cb6419f6ab50d1d02bdbde8a193084bc286472 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:41 ===================================================== [Pipeline] echo 11:01:41 taggedImages: 11:01:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:01:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.3.0-dev.45 11:01:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:01:41 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:01:41 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:41 latest 11:01:41 2.3.0-dev.45 11:01:41 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:41 main 11:01:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:01:41 14bb13ab7565: Preparing 11:01:41 109ef15a38e4: Preparing 11:01:41 b70be39037ee: Preparing 11:01:41 4023bc081b31: Preparing 11:01:41 5d3e392a13a0: Preparing 11:01:41 5d3e392a13a0: Layer already exists 11:01:42 4023bc081b31: Layer already exists 11:01:42 b70be39037ee: Layer already exists 11:01:42 14bb13ab7565: Pushed 11:01:47 109ef15a38e4: Pushed 11:01:47 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:01:48 14bb13ab7565: Preparing 11:01:48 109ef15a38e4: Preparing 11:01:48 b70be39037ee: Preparing 11:01:48 4023bc081b31: Preparing 11:01:48 5d3e392a13a0: Preparing 11:01:48 b70be39037ee: Layer already exists 11:01:48 14bb13ab7565: Layer already exists 11:01:48 4023bc081b31: Layer already exists 11:01:48 109ef15a38e4: Layer already exists 11:01:48 5d3e392a13a0: Layer already exists 11:01:48 latest: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 11:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:01:49 14bb13ab7565: Preparing 11:01:49 109ef15a38e4: Preparing 11:01:49 b70be39037ee: Preparing 11:01:49 4023bc081b31: Preparing 11:01:49 5d3e392a13a0: Preparing 11:01:49 b70be39037ee: Layer already exists 11:01:49 109ef15a38e4: Layer already exists 11:01:49 14bb13ab7565: Layer already exists 11:01:49 5d3e392a13a0: Layer already exists 11:01:49 4023bc081b31: Layer already exists 11:01:49 2.3.0-dev.45: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:01:50 14bb13ab7565: Preparing 11:01:50 109ef15a38e4: Preparing 11:01:50 b70be39037ee: Preparing 11:01:50 4023bc081b31: Preparing 11:01:50 5d3e392a13a0: Preparing 11:01:50 14bb13ab7565: Layer already exists 11:01:50 109ef15a38e4: Layer already exists 11:01:50 b70be39037ee: Layer already exists 11:01:50 5d3e392a13a0: Layer already exists 11:01:50 4023bc081b31: Layer already exists 11:01:50 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:01:51 14bb13ab7565: Preparing 11:01:51 109ef15a38e4: Preparing 11:01:51 b70be39037ee: Preparing 11:01:51 4023bc081b31: Preparing 11:01:51 5d3e392a13a0: Preparing 11:01:51 5d3e392a13a0: Layer already exists 11:01:51 b70be39037ee: Layer already exists 11:01:51 14bb13ab7565: Layer already exists 11:01:51 4023bc081b31: Layer already exists 11:01:51 109ef15a38e4: Layer already exists 11:01:51 main: digest: sha256:cc420a6cfec85479ea6d3f70983dd688f40f049a28073e4cc568db045abb020b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:01:51 ===================================================== [Pipeline] echo 11:01:51 taggedImages: 11:01:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:01:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.3.0-dev.45 11:01:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 11:01:51 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 11:01:51 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:51 latest 11:01:51 2.3.0-dev.45 11:01:51 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:01:51 main 11:01:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:52 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:52 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 11:01:52 27c13ebed79f: Preparing 11:01:52 e4af8a71ec28: Preparing 11:01:52 9d8aa44f5d26: Preparing 11:01:52 c6a97d3483db: Preparing 11:01:52 5d3e392a13a0: Preparing 11:01:52 5d3e392a13a0: Layer already exists 11:01:52 e4af8a71ec28: Pushed 11:01:53 27c13ebed79f: Pushed 11:01:55 9d8aa44f5d26: Pushed 11:02:22 c6a97d3483db: Pushed 11:02:22 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:22 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:22 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 11:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 11:02:22 27c13ebed79f: Preparing 11:02:22 e4af8a71ec28: Preparing 11:02:22 9d8aa44f5d26: Preparing 11:02:22 c6a97d3483db: Preparing 11:02:22 5d3e392a13a0: Preparing 11:02:22 5d3e392a13a0: Layer already exists 11:02:22 9d8aa44f5d26: Layer already exists 11:02:22 27c13ebed79f: Layer already exists 11:02:22 c6a97d3483db: Layer already exists 11:02:22 e4af8a71ec28: Layer already exists 11:02:23 latest: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:23 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:23 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 11:02:23 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 11:02:23 27c13ebed79f: Preparing 11:02:23 e4af8a71ec28: Preparing 11:02:23 9d8aa44f5d26: Preparing 11:02:23 c6a97d3483db: Preparing 11:02:23 5d3e392a13a0: Preparing 11:02:23 5d3e392a13a0: Layer already exists 11:02:23 9d8aa44f5d26: Layer already exists 11:02:23 e4af8a71ec28: Layer already exists 11:02:23 c6a97d3483db: Layer already exists 11:02:23 27c13ebed79f: Layer already exists 11:02:24 2.3.0-dev.45: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:24 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:24 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 11:02:24 27c13ebed79f: Preparing 11:02:24 e4af8a71ec28: Preparing 11:02:24 9d8aa44f5d26: Preparing 11:02:24 c6a97d3483db: Preparing 11:02:24 5d3e392a13a0: Preparing 11:02:24 c6a97d3483db: Layer already exists 11:02:24 5d3e392a13a0: Layer already exists 11:02:24 9d8aa44f5d26: Layer already exists 11:02:24 e4af8a71ec28: Layer already exists 11:02:24 27c13ebed79f: Layer already exists 11:02:25 03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:25 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:25 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 11:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 11:02:25 27c13ebed79f: Preparing 11:02:25 e4af8a71ec28: Preparing 11:02:25 9d8aa44f5d26: Preparing 11:02:25 c6a97d3483db: Preparing 11:02:25 5d3e392a13a0: Preparing 11:02:25 27c13ebed79f: Layer already exists 11:02:25 5d3e392a13a0: Layer already exists 11:02:25 c6a97d3483db: Layer already exists 11:02:25 9d8aa44f5d26: Layer already exists 11:02:25 e4af8a71ec28: Layer already exists 11:02:26 main: digest: sha256:c4805bef252f1a25dff5af6ec547bffe51753440edcf64da7b5765bd9a173ca7 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:26 ===================================================== [Pipeline] echo 11:02:26 taggedImages: 11:02:26 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 11:02:26 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 11:02:26 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.3.0-dev.45 11:02:26 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3-2.3.0-dev.45 11:02:26 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:02:26 11:02:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:02:27 arm64: Pulling from edgex-lftools-log-publisher 11:02:27 8998bd30e6a1: Pulling fs layer 11:02:27 04944245beec: Pulling fs layer 11:02:27 699f458cf7ca: Pulling fs layer 11:02:27 765212b225bb: Pulling fs layer 11:02:27 f23df028b6ca: Pulling fs layer 11:02:27 d65c8cfc05b1: Pulling fs layer 11:02:27 2437ff75d9bd: Pulling fs layer 11:02:27 f23df028b6ca: Waiting 11:02:27 d65c8cfc05b1: Waiting 11:02:27 2437ff75d9bd: Waiting 11:02:27 765212b225bb: Waiting 11:02:27 04944245beec: Verifying Checksum 11:02:27 04944245beec: Download complete 11:02:27 765212b225bb: Verifying Checksum 11:02:27 765212b225bb: Download complete 11:02:27 f23df028b6ca: Download complete 11:02:27 d65c8cfc05b1: Download complete 11:02:27 699f458cf7ca: Verifying Checksum 11:02:27 699f458cf7ca: Download complete 11:02:27 8998bd30e6a1: Verifying Checksum 11:02:27 8998bd30e6a1: Download complete 11:02:30 2437ff75d9bd: Verifying Checksum 11:02:30 2437ff75d9bd: Download complete 11:02:32 8998bd30e6a1: Pull complete 11:02:32 04944245beec: Pull complete 11:02:34 699f458cf7ca: Pull complete 11:02:34 765212b225bb: Pull complete 11:02:35 f23df028b6ca: Pull complete 11:02:35 d65c8cfc05b1: Pull complete 11:02:50 2437ff75d9bd: Pull complete 11:02:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:02:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:02:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:50 prd-ubuntu20.04-docker-arm64-4c-16g-22610 does not seem to be running inside a container 11:02:51 $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:02:53 $ docker top 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:54 ---> job-cost.sh 11:02:54 lf-activate-venv: SKIPPING 11:02:54 INFO: No Stack... 11:02:55 INFO: Retrieving Pricing Info for: v3-standard-4 11:02:56 INFO: Archiving Costs [Pipeline] sh 11:02:56 + cut -d, -f6 11:02:56 + cat /w/workspace/edgex-go/280/archives/cost.csv [Pipeline] lock 11:02:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] 11:02:56 Resource [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] did not exist. Created. 11:02:56 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:02:57 + echo total: 0.10999999940395355 [Pipeline] stash 11:02:58 Stashed 1 file(s) [Pipeline] } 11:02:58 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-280-stack-cost] [Pipeline] // lock [Pipeline] } 11:02:58 $ docker stop --time=1 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 11:02:59 $ docker rm -f 3a13e0d138476d2cbb97cc454bc604fcdd36fad96d7ef61f5fd11e5aa56939c3 [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 11:03:00 provisioning config files... 11:03:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/280@tmp/config2526756470595643010tmp [Pipeline] { [Pipeline] sh 11:03:00 + set +x 11:03:00 + bash -s -- 11:03:00 + curl -s https://codecov.io/bash 11:03:00 11:03:00 _____ _ 11:03:00 / ____| | | 11:03:00 | | ___ __| | ___ ___ _____ __ 11:03:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:03:00 | |___| (_) | (_| | __/ (_| (_) \ V / 11:03:00 \_____\___/ \__,_|\___|\___\___/ \_/ 11:03:00 Bash-1.0.6 11:03:00 11:03:00 11:03:00 ==> git version 2.25.1 found 11:03:00 ==> 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 11:03:00 Release-Date: 2020-01-08 11:03:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:03:00 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:03:00 ==> Jenkins CI detected. 11:03:00 current dir:  /w/workspace/edgex-go/280 11:03:00 project root: . 11:03:00 --> token set from env 11:03:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:03:00 ==> Running gcov in . (disable via -X gcov) 11:03:00 ==> Python coveragepy not found 11:03:00 ==> Searching for coverage reports in: 11:03:00 + . 11:03:00 -> Found 1 reports 11:03:00 ==> Detecting git/mercurial file structure 11:03:00 ==> Reading reports 11:03:00 + ./coverage.out bytes=479862 11:03:00 ==> Appending adjustments 11:03:00 https://docs.codecov.io/docs/fixing-reports 11:03:01 + Found adjustments 11:03:01 ==> Gzipping contents 11:03:02 64K /tmp/codecov.zVYUaO.gz 11:03:02 ==> Uploading reports 11:03:02 url: https://codecov.io 11:03:02 query: branch=main&commit=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:02 -> Pinging Codecov 11:03:02 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=03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:03:03 -> Uploading to 11:03:03 https://storage.googleapis.com/codecov/v4/raw/2022-08-12/00271124DB129430A58F1EEE437C3FCB/03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3/b40d9ef1-1cc0-41f1-9f51-4f6b99252500.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T110302Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2bd552ad1dfe1bf59a2226edfc14606443881f1df83e21c7e8bc7f6ebd6d4597 11:03:03 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:03 Dload Upload Total Spent Left Speed 11:03:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62967 0 0 100 62967 0 278k --:--:-- --:--:-- --:--:-- 276k 100 62967 0 0 100 62967 0 230k --:--:-- --:--:-- --:--:-- 230k 11:03:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/03487ec6a8c3b3f2ecd7af2c0a804dda58395bf3 [Pipeline] } 11:03:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:03:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:03:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:03:03 11:03:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:03:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:03:04 df9b9388f04a: Pulling fs layer 11:03:04 52dc419b0ee2: Pulling fs layer 11:03:04 25bc292e5bac: Pulling fs layer 11:03:04 114826534d7a: Pulling fs layer 11:03:04 4657fd5d0bcf: Pulling fs layer 11:03:04 6ad1cebc031e: Pulling fs layer 11:03:04 8a3aa393b2d8: Pulling fs layer 11:03:04 114826534d7a: Waiting 11:03:04 4657fd5d0bcf: Waiting 11:03:04 6ad1cebc031e: Waiting 11:03:04 8a3aa393b2d8: Waiting 11:03:04 25bc292e5bac: Verifying Checksum 11:03:04 25bc292e5bac: Download complete 11:03:04 52dc419b0ee2: Download complete 11:03:04 4657fd5d0bcf: Verifying Checksum 11:03:04 4657fd5d0bcf: Download complete 11:03:04 df9b9388f04a: Download complete 11:03:04 df9b9388f04a: Pull complete 11:03:04 6ad1cebc031e: Verifying Checksum 11:03:04 6ad1cebc031e: Download complete 11:03:04 52dc419b0ee2: Pull complete 11:03:04 25bc292e5bac: Pull complete 11:03:04 114826534d7a: Verifying Checksum 11:03:04 114826534d7a: Download complete 11:03:05 8a3aa393b2d8: Verifying Checksum 11:03:05 8a3aa393b2d8: Download complete 11:03:08 114826534d7a: Pull complete 11:03:08 4657fd5d0bcf: Pull complete 11:03:09 6ad1cebc031e: Pull complete 11:03:11 8a3aa393b2d8: Pull complete 11:03:11 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:03:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:03:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:11 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:03:11 $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:03:15 $ docker top a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e -eo pid,comm [Pipeline] { [Pipeline] echo 11:03:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:03:15 + set -o pipefail 11:03:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:03:22 11:03:22 Monitoring /w/workspace/edgex-go/280 (github.com/edgexfoundry/edgex-go)... 11:03:22 11:03:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/922a77cb-b155-4edc-9928-3a2d51fcff46 11:03:22 11:03:22 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:03:22 11:03:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:03:22 11:03:22 [Pipeline] } 11:03:22 $ docker stop --time=1 a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e 11:03:25 $ docker rm -f a6821b1d97a0e33c15a71e6c0d86baa72f0f1eed4d60e987cc3a914cceaa1e6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:03:25 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:03:25 provisioning config files... 11:03:25 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/280@tmp/config6732453530422454440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:03:26 --> edgex-publish-swagger.sh 11:03:26 === Publish openapi/v2 API === 11:03:26 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 11:03:26 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/280/openapi/v2/core-command.yaml] 11:03:26 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:26 Dload Upload Total Spent Left Speed 11:03:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 30727 0:00:01 0:00:01 --:--:-- 30699 100 33831 0 0 100 33831 0 30727 0:00:01 0:00:01 --:--:-- 30699 11:03:27 11:03:27 11:03:27 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/280/openapi/v2/core-data.yaml] 11:03:27 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:27 Dload Upload Total Spent Left Speed 11:03:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 75851 --:--:-- --:--:-- --:--:-- 75771 100 71604 0 0 100 71604 0 75851 --:--:-- --:--:-- --:--:-- 75771 11:03:28 11:03:28 11:03:28 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/280/openapi/v2/core-metadata.yaml] 11:03:28 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:28 Dload Upload Total Spent Left Speed 11:03:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 141k 0 0 100 141k 0 114k 0:00:01 0:00:01 --:--:-- 114k 11:03:29 11:03:29 11:03:29 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/280/openapi/v2/support-notifications.yaml] 11:03:29 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:29 Dload Upload Total Spent Left Speed 11:03:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 74122 0:00:01 0:00:01 --:--:-- 74122 100 89318 0 0 100 89318 0 72088 0:00:01 0:00:01 --:--:-- 72088 11:03:30 11:03:30 11:03:30 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/280/openapi/v2/support-scheduler.yaml] 11:03:30 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:30 Dload Upload Total Spent Left Speed 11:03:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 40570 --:--:-- --:--:-- --:--:-- 40528 100 39556 0 0 100 39556 0 40570 --:--:-- --:--:-- --:--:-- 40528 11:03:31 11:03:31 11:03:31 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/280/openapi/v2/system-agent.yaml] 11:03:31 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:31 Dload Upload Total Spent Left Speed 11:03:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 21373 --:--:-- --:--:-- --:--:-- 21350 100 20091 0 0 100 20091 0 21350 --:--:-- --:--:-- --:--:-- 21328 11:03:32 11:03:32 [Pipeline] } 11:03:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:03:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:03:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:03:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:33 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:03:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:03:34 $ docker top 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:34 [ssh-agent] Looking for ssh-agent implementation... 11:03:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:34 $ docker exec 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace ssh-agent 11:03:34 SSH_AUTH_SOCK=/tmp/ssh-UHOUJDDQ2Pqn/agent.33 11:03:34 SSH_AGENT_PID=39 11:03:34 Running ssh-add (command line suppressed) 11:03:34 Identity added: /w/workspace/edgex-go/280@tmp/private_key_8928026057638309002.key (/w/workspace/edgex-go/280@tmp/private_key_8928026057638309002.key) 11:03:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:34 + git semver tag 11:03:35 2022-08-12 11:03:35,049 [run_tag] DEBUG tag force:False 11:03:35 2022-08-12 11:03:35,049 [check_head_tag] DEBUG check head tag 11:03:35 2022-08-12 11:03:35,050 [execute] INFO git cat-file --batch-check 11:03:35 2022-08-12 11:03:35,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=) 11:03:35 2022-08-12 11:03:35,054 [execute] INFO git cat-file --batch 11:03:35 2022-08-12 11:03:35,055 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=) 11:03:35 2022-08-12 11:03:35,079 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:03:35 2022-08-12 11:03:35,079 [execute] INFO git tag -a v2.3.0-dev.45 -m v2.3.0-dev.45 11:03:35 2022-08-12 11:03:35,079 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.45', '-m', 'v2.3.0-dev.45'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) 11:03:35 2022-08-12 11:03:35,086 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:03:35 2.3.0-dev.45 [Pipeline] } 11:03:35 $ docker exec --env ******** --env ******** 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace ssh-agent -k 11:03:35 unset SSH_AUTH_SOCK; 11:03:35 unset SSH_AGENT_PID; 11:03:35 echo Agent pid 39 killed; 11:03:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:35 + git semver [Pipeline] } 11:03:36 $ docker stop --time=1 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace 11:03:37 $ docker rm -f 6327c3cd376801471262bc34b8180ee8d646f2d98f88e27ff2b2b1444b021ace [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:37 11:03:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:38 0.23.1-centos7: Pulling from edgex-lftools 11:03:38 ab5ef0e58194: Pulling fs layer 11:03:38 9712f1f96733: Pulling fs layer 11:03:38 63f879dbbcfc: Pulling fs layer 11:03:38 0d9ebad4ef96: Pulling fs layer 11:03:38 e9a5061849ea: Pulling fs layer 11:03:38 d747dcd14b5f: Pulling fs layer 11:03:38 2de7ff778b66: Pulling fs layer 11:03:38 0d9ebad4ef96: Waiting 11:03:38 e9a5061849ea: Waiting 11:03:38 d747dcd14b5f: Waiting 11:03:38 2de7ff778b66: Waiting 11:03:38 9712f1f96733: Verifying Checksum 11:03:38 9712f1f96733: Download complete 11:03:38 63f879dbbcfc: Verifying Checksum 11:03:38 63f879dbbcfc: Download complete 11:03:38 ab5ef0e58194: Verifying Checksum 11:03:38 ab5ef0e58194: Download complete 11:03:38 d747dcd14b5f: Verifying Checksum 11:03:38 d747dcd14b5f: Download complete 11:03:38 e9a5061849ea: Verifying Checksum 11:03:38 e9a5061849ea: Download complete 11:03:38 0d9ebad4ef96: Verifying Checksum 11:03:38 0d9ebad4ef96: Download complete 11:03:38 2de7ff778b66: Verifying Checksum 11:03:38 2de7ff778b66: Download complete 11:03:41 ab5ef0e58194: Pull complete 11:03:41 9712f1f96733: Pull complete 11:03:42 63f879dbbcfc: Pull complete 11:03:45 0d9ebad4ef96: Pull complete 11:03:46 e9a5061849ea: Pull complete 11:03:46 d747dcd14b5f: Pull complete 11:03:47 2de7ff778b66: Pull complete 11:03:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:47 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:03:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:03:50 $ docker top f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:03:50 provisioning config files... 11:03:50 copy managed file [sigul-config] to file:/w/workspace/edgex-go/280@tmp/config3211612180068412540tmp 11:03:50 copy managed file [sigul-password] to file:/w/workspace/edgex-go/280@tmp/config9118513802152888962tmp 11:03:50 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/280@tmp/config5704562227786190685tmp [Pipeline] { [Pipeline] echo 11:03:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:03:51 ---> sigul-configuration.sh 11:03:51 gpg: directory `/root/.gnupg' created 11:03:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:03:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:03:51 gpg: keyring `/root/.gnupg/secring.gpg' created 11:03:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:03:51 gpg: CAST5 encrypted data 11:03:51 gpg: encrypted with 1 passphrase 11:03:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:03:51 + mkdir /home/jenkins 11:03:51 + mkdir /home/jenkins/sigul [Pipeline] sh 11:03:51 + 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 11:03:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:03:52 ---> sigul-install.sh 11:03:52 Sigul already installed; skipping installation. [Pipeline] sh 11:03:52 + git tag --list 11:03:52 0.6.0 11:03:52 0.6.1 11:03:52 0.7.0 11:03:52 0.7.1 11:03:52 v1.0.0 11:03:52 v1.0.1 11:03:52 v1.1.0 11:03:52 v1.2.0 11:03:52 v1.2.1 11:03:52 v1.3.0 11:03:52 v1.3.1 11:03:52 v2.0.0 11:03:52 v2.1.0 11:03:52 v2.1.1 11:03:52 v2.1.1-dev.1 11:03:52 v2.1.1-dev.2 11:03:52 v2.1.1-dev.3 11:03:52 v2.1.1-dev.4 11:03:52 v2.1.1-dev.5 11:03:52 v2.1.1-dev.6 11:03:52 v2.1.1-dev.7 11:03:52 v2.1.1-dev.8 11:03:52 v2.2.0 11:03:52 v2.2.1-dev.1 11:03:52 v2.2.1-dev.10 11:03:52 v2.2.1-dev.11 11:03:52 v2.2.1-dev.12 11:03:52 v2.2.1-dev.13 11:03:52 v2.2.1-dev.14 11:03:52 v2.2.1-dev.15 11:03:52 v2.2.1-dev.16 11:03:52 v2.2.1-dev.17 11:03:52 v2.2.1-dev.18 11:03:52 v2.2.1-dev.19 11:03:52 v2.2.1-dev.2 11:03:52 v2.2.1-dev.20 11:03:52 v2.2.1-dev.21 11:03:52 v2.2.1-dev.22 11:03:52 v2.2.1-dev.23 11:03:52 v2.2.1-dev.24 11:03:52 v2.2.1-dev.25 11:03:52 v2.2.1-dev.26 11:03:52 v2.2.1-dev.27 11:03:52 v2.2.1-dev.28 11:03:52 v2.2.1-dev.29 11:03:52 v2.2.1-dev.3 11:03:52 v2.2.1-dev.4 11:03:52 v2.2.1-dev.5 11:03:52 v2.2.1-dev.6 11:03:52 v2.2.1-dev.7 11:03:52 v2.2.1-dev.8 11:03:52 v2.2.1-dev.9 11:03:52 v2.3.0-dev.29 11:03:52 v2.3.0-dev.30 11:03:52 v2.3.0-dev.31 11:03:52 v2.3.0-dev.32 11:03:52 v2.3.0-dev.33 11:03:52 v2.3.0-dev.34 11:03:52 v2.3.0-dev.35 11:03:52 v2.3.0-dev.36 11:03:52 v2.3.0-dev.37 11:03:52 v2.3.0-dev.38 11:03:52 v2.3.0-dev.39 11:03:52 v2.3.0-dev.40 11:03:52 v2.3.0-dev.41 11:03:52 v2.3.0-dev.42 11:03:52 v2.3.0-dev.43 11:03:52 v2.3.0-dev.44 11:03:52 v2.3.0-dev.45 [Pipeline] sh 11:03:52 + lftools sign git-tag v2.3.0-dev.45 11:03:53 Signing Git tag with Sigul... 11:03:53 Signing v2.3.0-dev.45 [Pipeline] echo 11:03:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:03:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:03:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:03:53 $ docker stop --time=1 f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 11:03:55 $ docker rm -f f23a674f532a88c73b7c304605f5665b4e2a2cd363b92f15e596ce47a523c6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:03:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:03:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:03:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:55 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:03:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:03:56 $ docker top f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:56 [ssh-agent] Looking for ssh-agent implementation... 11:03:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:56 $ docker exec f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a ssh-agent 11:03:56 SSH_AUTH_SOCK=/tmp/ssh-FtAqAiiVQSoI/agent.33 11:03:56 SSH_AGENT_PID=39 11:03:56 Running ssh-add (command line suppressed) 11:03:56 Identity added: /w/workspace/edgex-go/280@tmp/private_key_1393301232137499320.key (/w/workspace/edgex-go/280@tmp/private_key_1393301232137499320.key) 11:03:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:57 + git semver bump pre 11:03:57 2022-08-12 11:03:57,361 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:03:57 2022-08-12 11:03:57,361 [bump_version] DEBUG bumping version:2.3.0-dev.45 on axis:pre with prefix:dev 11:03:57 2022-08-12 11:03:57,362 [bump_version] DEBUG bumped version:2.3.0-dev.46 11:03:57 2022-08-12 11:03:57,362 [write_version] DEBUG write version:2.3.0-dev.46 to path:/w/workspace/edgex-go/280/.semver/main with force:True 11:03:57 2022-08-12 11:03:57,362 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:03:57 2022-08-12 11:03:57,362 [write_file] DEBUG write to file:/w/workspace/edgex-go/280/.semver/main 11:03:57 2022-08-12 11:03:57,364 [execute] INFO git cat-file --batch-check 11:03:57 2022-08-12 11:03:57,364 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) 11:03:57 2022-08-12 11:03:57,369 [execute] INFO git cat-file --batch 11:03:57 2022-08-12 11:03:57,370 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) 11:03:57 2022-08-12 11:03:57,374 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:03:57 2.3.0-dev.46 [Pipeline] } 11:03:57 $ docker exec --env ******** --env ******** f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a ssh-agent -k 11:03:57 unset SSH_AUTH_SOCK; 11:03:57 unset SSH_AGENT_PID; 11:03:57 echo Agent pid 39 killed; 11:03:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:57 + git semver [Pipeline] } 11:03:58 $ docker stop --time=1 f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a 11:03:59 $ docker rm -f f8813f52dc121d1a2df3ea061b557d20ef366f13fed7db42a81346850068f38a [Pipeline] // withDockerContainer [Pipeline] sh 11:03:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:03:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:00 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:04:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:04:00 $ docker top bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:00 [ssh-agent] Looking for ssh-agent implementation... 11:04:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:00 $ docker exec bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 ssh-agent 11:04:00 SSH_AUTH_SOCK=/tmp/ssh-tmhLmhplh4Xe/agent.34 11:04:00 SSH_AGENT_PID=40 11:04:00 Running ssh-add (command line suppressed) 11:04:01 Identity added: /w/workspace/edgex-go/280@tmp/private_key_2055526691903033963.key (/w/workspace/edgex-go/280@tmp/private_key_2055526691903033963.key) 11:04:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:01 + git semver push 11:04:01 2022-08-12 11:04:01,521 [run_push] DEBUG push 11:04:01 2022-08-12 11:04:01,522 [execute] INFO git cat-file --batch-check 11:04:01 2022-08-12 11:04:01,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=) 11:04:01 2022-08-12 11:04:01,525 [execute] INFO git rev-list 87ad4dea799b0ee30a00320b0da13f4ecec06039 -- 11:04:01 2022-08-12 11:04:01,525 [execute] DEBUG Popen(['git', 'rev-list', '87ad4dea799b0ee30a00320b0da13f4ecec06039', '--'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=None) 11:04:01 2022-08-12 11:04:01,542 [execute] INFO git fetch -v origin 11:04:01 2022-08-12 11:04:01,542 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=True, shell=None, istream=None) 11:04:02 2022-08-12 11:04:02,073 [run_push] DEBUG no remote changes detected 11:04:02 2022-08-12 11:04:02,074 [execute] INFO git push origin semver 11:04:02 2022-08-12 11:04:02,074 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/280/.semver, universal_newlines=False, shell=None, istream=None) 11:04:03 2022-08-12 11:04:02,835 [run_push] DEBUG push all version tags 11:04:03 2022-08-12 11:04:02,835 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:04:03 2022-08-12 11:04:02,836 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/280, universal_newlines=False, shell=None, istream=None) 11:04:03 2022-08-12 11:04:03,593 [read_version] DEBUG read version from /w/workspace/edgex-go/280/.semver/main 11:04:03 2.3.0-dev.46 [Pipeline] } 11:04:03 $ docker exec --env ******** --env ******** bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 ssh-agent -k 11:04:03 unset SSH_AUTH_SOCK; 11:04:03 unset SSH_AGENT_PID; 11:04:03 echo Agent pid 40 killed; 11:04:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:04 + git semver [Pipeline] } 11:04:04 $ docker stop --time=1 bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 11:04:05 $ docker rm -f bb1fa14e875c27c4925220556d13937b586fb7caada81a497e0cb0308c167ea9 [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 11:04:06 + [ -d /w/workspace/edgex-go/280/archives ] [Pipeline] libraryResource [Pipeline] sh 11:04:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:04:07 ---> package-listing.sh 11:04:07 ++ facter osfamily 11:04:07 ++ tr '[:upper:]' '[:lower:]' 11:04:07 + OS_FAMILY=debian 11:04:07 + workspace=/w/workspace/edgex-go/280 11:04:07 + START_PACKAGES=/tmp/packages_start.txt 11:04:07 + END_PACKAGES=/tmp/packages_end.txt 11:04:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:04:07 + PACKAGES=/tmp/packages_start.txt 11:04:07 + '[' /w/workspace/edgex-go/280 ']' 11:04:07 + PACKAGES=/tmp/packages_end.txt 11:04:07 + case "${OS_FAMILY}" in 11:04:07 + dpkg -l 11:04:07 + grep '^ii' 11:04:07 + '[' -f /tmp/packages_start.txt ']' 11:04:07 + '[' -f /tmp/packages_end.txt ']' 11:04:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:04:07 + '[' /w/workspace/edgex-go/280 ']' 11:04:07 + mkdir -p /w/workspace/edgex-go/280/archives/ 11:04:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/280/archives/ [Pipeline] echo 11:04:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:04:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:04:08 11:04:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:04:08 latest: Pulling from edgex-lftools-log-publisher 11:04:08 5eb5b503b376: Pulling fs layer 11:04:08 5c69ac0246d0: Pulling fs layer 11:04:08 ec43610c2a17: Pulling fs layer 11:04:08 3a2ae6a8a46f: Pulling fs layer 11:04:08 33b1e0a273af: Pulling fs layer 11:04:08 5d3b04190fa2: Pulling fs layer 11:04:08 2f39f015ded8: Pulling fs layer 11:04:08 3a2ae6a8a46f: Waiting 11:04:08 33b1e0a273af: Waiting 11:04:08 5d3b04190fa2: Waiting 11:04:08 2f39f015ded8: Waiting 11:04:08 5c69ac0246d0: Verifying Checksum 11:04:08 5c69ac0246d0: Download complete 11:04:08 3a2ae6a8a46f: Download complete 11:04:08 33b1e0a273af: Download complete 11:04:08 5d3b04190fa2: Verifying Checksum 11:04:08 5d3b04190fa2: Download complete 11:04:08 ec43610c2a17: Verifying Checksum 11:04:08 ec43610c2a17: Download complete 11:04:09 5eb5b503b376: Verifying Checksum 11:04:09 5eb5b503b376: Download complete 11:04:09 2f39f015ded8: Verifying Checksum 11:04:09 2f39f015ded8: Download complete 11:04:10 5eb5b503b376: Pull complete 11:04:10 5c69ac0246d0: Pull complete 11:04:11 ec43610c2a17: Pull complete 11:04:11 3a2ae6a8a46f: Pull complete 11:04:11 33b1e0a273af: Pull complete 11:04:11 5d3b04190fa2: Pull complete 11:04:15 2f39f015ded8: Pull complete 11:04:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:04:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:04:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:15 prd-ubuntu20.04-docker-8c-8g-22609 does not seem to be running inside a container 11:04:15 $ 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/280/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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 11:04:18 $ docker top 4fc1e749cc543670deaa5d00e506182b043a864480b38fe96f9817251437f8c4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:18 + touch /tmp/pre-build-complete [Pipeline] sh 11:04:18 + mkdir -p /var/log/sysstat [Pipeline] sh 11:04:19 + ls /var/log/sa-host 11:04:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:19 provisioning config files... 11:04:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/280@tmp/config4338637379108836757tmp [Pipeline] { [Pipeline] echo 11:04:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:04:19 ---> create-netrc.sh [Pipeline] } 11:04:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:04:20 ---> python-tools-install.sh [Pipeline] echo 11:04:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:04:20 ---> sudo-logs.sh 11:04:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:04:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:04:20 ---> job-cost.sh 11:04:20 lf-activate-venv: SKIPPING 11:04:20 DEBUG: total: 0.10999999940395355 11:04:20 INFO: Retrieving Stack Cost... 11:04:21 INFO: Retrieving Pricing Info for: v3-standard-8 11:04:21 INFO: Archiving Costs [Pipeline] echo 11:04:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:04:21 ---> logs-deploy.sh 11:04:21 lf-activate-venv: SKIPPING 11:04:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/280 11:04:21 INFO: archiving workspace using pattern(s): 11:04:22 Archives upload complete. 11:04:22 INFO: archiving logs to Nexus 11:04:23 ---> uname -a: 11:04:23 Linux prd-ubuntu20-04-docker-8c-8g-22609 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 11:04:23 11:04:23 11:04:23 ---> lscpu: 11:04:23 Architecture: x86_64 11:04:23 CPU op-mode(s): 32-bit, 64-bit 11:04:23 Byte Order: Little Endian 11:04:23 Address sizes: 40 bits physical, 48 bits virtual 11:04:23 CPU(s): 8 11:04:23 On-line CPU(s) list: 0-7 11:04:23 Thread(s) per core: 1 11:04:23 Core(s) per socket: 1 11:04:23 Socket(s): 8 11:04:23 NUMA node(s): 1 11:04:23 Vendor ID: AuthenticAMD 11:04:23 CPU family: 23 11:04:23 Model: 49 11:04:23 Model name: AMD EPYC-Rome Processor 11:04:23 Stepping: 0 11:04:23 CPU MHz: 2799.998 11:04:23 BogoMIPS: 5599.99 11:04:23 Virtualization: AMD-V 11:04:23 Hypervisor vendor: KVM 11:04:23 Virtualization type: full 11:04:23 L1d cache: 256 KiB 11:04:23 L1i cache: 256 KiB 11:04:23 L2 cache: 4 MiB 11:04:23 L3 cache: 128 MiB 11:04:23 NUMA node0 CPU(s): 0-7 11:04:23 Vulnerability Itlb multihit: Not affected 11:04:23 Vulnerability L1tf: Not affected 11:04:23 Vulnerability Mds: Not affected 11:04:23 Vulnerability Meltdown: Not affected 11:04:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:04:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:04:23 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:04:23 Vulnerability Srbds: Not affected 11:04:23 Vulnerability Tsx async abort: Not affected 11:04:23 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 11:04:23 11:04:23 11:04:23 ---> nproc: 11:04:23 8 11:04:23 11:04:23 11:04:23 ---> df -h: 11:04:23 Filesystem Size Used Avail Use% Mounted on 11:04:23 overlay 155G 18G 138G 12% / 11:04:23 tmpfs 64M 0 64M 0% /dev 11:04:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:04:23 shm 64M 0 64M 0% /dev/shm 11:04:23 /dev/vda1 155G 18G 138G 12% /facter-os 11:04:23 11:04:23 11:04:23 ---> sar -b -r -n DEV: 11:04:23 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22609) 08/12/22 _x86_64_ (8 CPU) 11:04:23 11:04:23 10:35:29 LINUX RESTART (8 CPU) 11:04:23 11:04:23 10:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:04:23 10:37:01 404.30 14.76 389.54 0.00 2168.84 138708.75 0.00 11:04:23 10:38:01 40.43 0.03 40.39 0.00 7.33 13193.13 0.00 11:04:23 10:39:01 37.75 0.15 37.60 0.00 1.87 13754.10 0.00 11:04:23 10:40:01 373.49 6.80 366.69 0.00 64.11 142903.30 0.00 11:04:23 10:41:01 689.84 0.18 689.65 0.00 4.40 221921.41 0.00 11:04:23 10:42:01 950.19 0.85 949.34 0.00 10.26 253019.30 0.00 11:04:23 10:43:01 567.89 0.12 567.78 0.00 13.60 95859.38 0.00 11:04:23 10:44:01 28.36 0.05 28.31 0.00 6.00 708.55 0.00 11:04:23 10:45:01 3.52 0.00 3.52 0.00 0.00 70.79 0.00 11:04:23 10:46:01 1.23 0.00 1.23 0.00 0.00 18.13 0.00 11:04:23 10:47:01 1.47 0.00 1.47 0.00 0.00 15.99 0.00 11:04:23 10:48:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 11:04:23 10:49:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 11:04:23 10:50:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 11:04:23 10:51:01 1.67 0.02 1.65 0.00 0.13 18.80 0.00 11:04:23 10:52:01 1.08 0.00 1.08 0.00 0.00 14.66 0.00 11:04:23 10:53:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 11:04:23 10:54:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 11:04:23 10:55:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 11:04:23 10:56:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 11:04:23 10:57:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 11:04:23 10:58:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 11:04:23 10:59:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 11:04:23 11:00:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 11:04:23 11:01:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 11:04:23 11:02:01 1.42 0.00 1.42 0.00 0.00 17.46 0.00 11:04:23 11:03:01 1.18 0.07 1.12 0.00 7.87 28.40 0.00 11:04:23 11:04:01 129.61 0.22 129.40 0.00 3.87 60214.36 0.00 11:04:23 Average: 116.01 0.83 115.18 0.00 81.72 33594.43 0.00 11:04:23 11:04:23 10:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:04:23 10:37:01 28206772 31763268 535832 1.63 135836 3645576 2234108 6.58 1179116 3070024 224 11:04:23 10:38:01 27703156 31714964 576656 1.75 138208 4055972 2090728 6.16 1327636 3376244 171540 11:04:23 10:39:01 27239768 31758784 535672 1.63 140660 4547472 2139068 6.30 1443924 3712564 268412 11:04:23 10:40:01 23939136 31678032 598224 1.82 278012 7384596 2200548 6.49 1856584 6330392 596800 11:04:23 10:41:01 22451520 31657564 614132 1.87 285980 8810152 2428632 7.16 1982108 7652124 92392 11:04:23 10:42:01 20200768 31506212 762648 2.32 356716 10737992 3055772 9.01 2298148 9483372 1136 11:04:23 10:43:01 21567120 31630092 645520 1.96 367424 9508444 2375652 7.00 2227468 8224616 1948 11:04:23 10:44:01 21556140 31620936 654152 1.99 368496 9509216 2386280 7.03 2238384 8225116 628 11:04:23 10:45:01 21572204 31636924 638296 1.94 368616 9509252 2184256 6.44 2219216 8225108 36 11:04:23 10:46:01 21573240 31638012 637636 1.94 368660 9509228 2184256 6.44 2219196 8225084 228 11:04:23 10:47:01 21579816 31644616 631076 1.92 368684 9509232 2184256 6.44 2211804 8225088 24 11:04:23 10:48:01 21580228 31645044 630808 1.92 368700 9509236 2184256 6.44 2211804 8225100 28 11:04:23 10:49:01 21585472 31650296 625480 1.90 368712 9509240 2184256 6.44 2206764 8225104 12 11:04:23 10:50:01 21585416 31650272 625452 1.90 368732 9509244 2184256 6.44 2206816 8225108 16 11:04:23 10:51:01 21586784 31651828 624356 1.90 368760 9509240 2196960 6.47 2207296 8225180 20 11:04:23 10:52:01 21586572 31651632 624516 1.90 368772 9509248 2196960 6.47 2207320 8225184 64 11:04:23 10:53:01 21586216 31651288 624776 1.90 368788 9509252 2196960 6.47 2206812 8225188 16 11:04:23 10:54:01 21586352 31651580 624408 1.90 368812 9509380 2196960 6.47 2207592 8225304 148 11:04:23 10:55:01 21586304 31651560 624360 1.90 368840 9509384 2196960 6.47 2207260 8225308 28 11:04:23 10:56:01 21585932 31651228 624612 1.90 368852 9509388 2196960 6.47 2208128 8225324 64 11:04:23 10:57:01 21586100 31651424 624588 1.90 368876 9509392 2196960 6.47 2207936 8225328 40 11:04:23 10:58:01 21585832 31651192 624752 1.90 368888 9509396 2196960 6.47 2207840 8225332 152 11:04:23 10:59:01 21585540 31650904 624968 1.90 368900 9509396 2196960 6.47 2208068 8225332 12 11:04:23 11:00:01 21585476 31650868 624956 1.90 368904 9509400 2196960 6.47 2208236 8225336 48 11:04:23 11:01:01 21585420 31650828 625000 1.90 368928 9509392 2180372 6.43 2209404 8225336 24 11:04:23 11:02:01 21585372 31650820 624992 1.90 368944 9509408 2180372 6.43 2209056 8225344 56 11:04:23 11:03:01 21573700 31639680 635928 1.93 368960 9509980 2225312 6.56 2218180 8226040 376 11:04:23 11:04:01 19929612 31473048 797232 2.42 417088 10817568 2567580 7.57 2484144 9475128 808 11:04:23 Average: 22245570 31647246 630037 1.92 339134 8917667 2254984 6.65 2108080 7708204 40546 11:04:23 11:04:23 10:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:04:23 10:37:01 ens3 1118.96 1087.87 12306.41 142.66 0.00 0.00 0.00 0.00 11:04:23 10:37:01 vethdc57294 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:37:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 11:04:23 10:37:01 docker0 485.92 447.11 36.66 3858.58 0.00 0.00 0.00 0.00 11:04:23 10:38:01 ens3 66.16 51.61 36.52 62.73 0.00 0.00 0.00 0.00 11:04:23 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:38:01 docker0 1.45 1.50 0.09 0.13 0.00 0.00 0.00 0.00 11:04:23 10:38:01 veth9f2ca60 1.45 1.63 0.11 0.14 0.00 0.00 0.00 0.00 11:04:23 10:39:01 ens3 29.51 16.38 25.33 12.21 0.00 0.00 0.00 0.00 11:04:23 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:40:01 ens3 285.54 213.75 3367.88 87.37 0.00 0.00 0.00 0.00 11:04:23 10:40:01 vethd3fc501 0.00 0.50 0.00 0.03 0.00 0.00 0.00 0.00 11:04:23 10:40:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 11:04:23 10:40:01 docker0 123.36 163.83 9.51 1670.61 0.00 0.00 0.00 0.00 11:04:23 10:41:01 ens3 156.19 118.33 1009.22 23.62 0.00 0.00 0.00 0.00 11:04:23 10:41:01 vethd3fc501 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 11:04:23 10:41:01 vethecc22a9 16.80 20.88 1.62 258.20 0.00 0.00 0.00 0.02 11:04:23 10:41:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 11:04:23 10:41:01 docker0 88.85 111.16 6.10 883.76 0.00 0.00 0.00 0.00 11:04:23 10:42:01 veth28b2716 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 11:04:23 10:42:01 ens3 123.40 80.97 664.66 23.54 0.00 0.00 0.00 0.00 11:04:23 10:42:01 vethd3fc501 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 11:04:23 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:42:01 docker0 56.01 78.99 3.83 629.50 0.00 0.00 0.00 0.00 11:04:23 10:43:01 ens3 304.15 290.72 785.08 852.19 0.00 0.00 0.00 0.00 11:04:23 10:43:01 lo 22.53 22.53 2.22 2.22 0.00 0.00 0.00 0.00 11:04:23 10:43:01 docker0 12.96 32.97 1.12 652.93 0.00 0.00 0.00 0.00 11:04:23 10:44:01 ens3 429.73 443.44 194.87 2501.06 0.00 0.00 0.00 0.00 11:04:23 10:44:01 lo 37.86 37.86 3.73 3.73 0.00 0.00 0.00 0.00 11:04:23 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:45:01 ens3 65.62 68.94 21.49 565.49 0.00 0.00 0.00 0.00 11:04:23 10:45:01 lo 3.00 3.00 0.30 0.30 0.00 0.00 0.00 0.00 11:04:23 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:46:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 11:04:23 10:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:47:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:51:01 ens3 0.15 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:04:23 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:52:01 ens3 1.83 1.67 7.70 0.12 0.00 0.00 0.00 0.00 11:04:23 10:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:53:01 ens3 0.47 0.05 0.05 0.00 0.00 0.00 0.00 0.00 11:04:23 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:54:01 ens3 2.78 1.32 5.96 0.09 0.00 0.00 0.00 0.00 11:04:23 10:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:55:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:56:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 11:04:23 10:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 11:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:01:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:04:23 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 11:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:03:01 ens3 4.00 3.10 4.66 1.32 0.00 0.00 0.00 0.00 11:04:23 11:03:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 11:04:23 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 11:04:01 ens3 445.68 352.02 7914.27 206.25 0.00 0.00 0.00 0.00 11:04:23 11:04:01 veth12a7e19 0.40 0.42 0.08 0.07 0.00 0.00 0.00 0.00 11:04:23 11:04:01 lo 2.40 2.40 0.24 0.24 0.00 0.00 0.00 0.00 11:04:23 11:04:01 docker0 40.46 48.14 3.62 691.38 0.00 0.00 0.00 0.00 11:04:23 Average: ens3 108.41 97.55 940.86 159.96 0.00 0.00 0.00 0.00 11:04:23 Average: veth12a7e19 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 11:04:23 Average: lo 2.69 2.69 0.26 0.26 0.00 0.00 0.00 0.00 11:04:23 Average: docker0 28.89 31.56 2.18 299.53 0.00 0.00 0.00 0.00 11:04:23 11:04:23 11:04:23 ---> sar -P ALL: 11:04:23 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22609) 08/12/22 _x86_64_ (8 CPU) 11:04:23 11:04:23 10:35:29 LINUX RESTART (8 CPU) 11:04:23 11:04:23 10:36:01 CPU %user %nice %system %iowait %steal %idle 11:04:23 10:37:01 all 10.83 0.00 4.20 3.63 0.09 81.25 11:04:23 10:37:01 0 8.77 0.00 2.74 0.57 0.15 87.76 11:04:23 10:37:01 1 10.17 0.00 6.34 11.30 0.07 72.13 11:04:23 10:37:01 2 11.29 0.00 5.74 10.51 0.07 72.40 11:04:23 10:37:01 3 12.04 0.00 3.87 1.38 0.10 82.61 11:04:23 10:37:01 4 10.00 0.00 4.38 3.28 0.12 82.21 11:04:23 10:37:01 5 14.72 0.00 3.45 0.96 0.05 80.82 11:04:23 10:37:01 6 10.34 0.00 3.17 0.30 0.05 86.14 11:04:23 10:37:01 7 9.25 0.00 3.91 0.72 0.09 86.04 11:04:23 10:38:01 all 43.82 0.00 7.24 0.46 0.08 48.41 11:04:23 10:38:01 0 39.39 0.00 6.57 0.05 0.07 53.92 11:04:23 10:38:01 1 45.36 0.00 6.75 0.15 0.10 47.64 11:04:23 10:38:01 2 42.46 0.00 7.31 0.05 0.07 50.11 11:04:23 10:38:01 3 45.65 0.00 6.90 0.10 0.07 47.28 11:04:23 10:38:01 4 43.73 0.00 7.38 0.02 0.07 48.80 11:04:23 10:38:01 5 44.17 0.00 7.59 0.08 0.08 48.07 11:04:23 10:38:01 6 45.27 0.00 7.25 0.13 0.08 47.26 11:04:23 10:38:01 7 44.48 0.00 8.13 3.08 0.08 44.23 11:04:23 10:39:01 all 48.37 0.00 6.73 0.70 0.09 44.13 11:04:23 10:39:01 0 48.29 0.00 6.62 0.12 0.08 44.89 11:04:23 10:39:01 1 49.19 0.00 7.07 2.93 0.07 40.74 11:04:23 10:39:01 2 49.67 0.00 6.99 0.00 0.08 43.25 11:04:23 10:39:01 3 47.87 0.00 6.90 0.13 0.10 44.99 11:04:23 10:39:01 4 49.22 0.00 6.57 0.17 0.08 43.96 11:04:23 10:39:01 5 46.78 0.00 6.32 0.00 0.10 46.80 11:04:23 10:39:01 6 48.74 0.00 6.60 0.25 0.08 44.32 11:04:23 10:39:01 7 47.16 0.00 6.74 1.96 0.08 44.07 11:04:23 10:40:01 all 13.69 0.00 8.98 10.59 0.14 66.60 11:04:23 10:40:01 0 15.33 0.00 9.19 4.73 0.09 70.68 11:04:23 10:40:01 1 12.78 0.00 7.98 12.13 0.07 67.04 11:04:23 10:40:01 2 13.49 0.00 11.18 29.33 0.14 45.86 11:04:23 10:40:01 3 13.09 0.00 7.86 11.57 0.17 67.31 11:04:23 10:40:01 4 11.54 0.00 8.31 9.22 0.22 70.72 11:04:23 10:40:01 5 13.71 0.00 10.32 5.09 0.07 70.81 11:04:23 10:40:01 6 14.40 0.00 8.83 7.89 0.21 68.68 11:04:23 10:40:01 7 15.20 0.00 8.22 4.80 0.15 71.63 11:04:23 10:41:01 all 50.63 0.00 12.44 9.40 0.14 27.39 11:04:23 10:41:01 0 50.38 0.00 13.15 14.40 0.12 21.95 11:04:23 10:41:01 1 50.84 0.00 13.14 6.41 0.14 29.47 11:04:23 10:41:01 2 50.72 0.00 13.41 15.68 0.14 20.05 11:04:23 10:41:01 3 51.17 0.00 12.53 8.85 0.17 27.27 11:04:23 10:41:01 4 49.79 0.00 12.18 8.43 0.10 29.49 11:04:23 10:41:01 5 50.39 0.00 11.60 5.66 0.12 32.23 11:04:23 10:41:01 6 51.12 0.00 11.23 3.33 0.19 34.14 11:04:23 10:41:01 7 50.62 0.00 12.29 12.38 0.12 24.59 11:04:23 10:42:01 all 50.98 0.00 14.38 9.95 0.19 24.50 11:04:23 10:42:01 0 52.69 0.00 14.13 9.00 0.18 24.00 11:04:23 10:42:01 1 50.27 0.00 12.54 13.73 0.21 23.25 11:04:23 10:42:01 2 50.37 0.00 14.72 4.44 0.19 30.28 11:04:23 10:42:01 3 50.86 0.00 13.06 10.53 0.21 25.34 11:04:23 10:42:01 4 52.97 0.00 15.20 12.47 0.21 19.15 11:04:23 10:42:01 5 47.74 0.00 13.71 7.05 0.12 31.38 11:04:23 10:42:01 6 52.17 0.00 15.86 5.71 0.19 26.07 11:04:23 10:42:01 7 50.76 0.00 15.80 16.64 0.23 16.57 11:04:23 10:43:01 all 31.57 0.00 7.76 4.97 0.13 55.57 11:04:23 10:43:01 0 34.51 0.00 8.54 5.52 0.09 51.35 11:04:23 10:43:01 1 28.44 0.00 6.68 2.06 0.14 62.68 11:04:23 10:43:01 2 29.95 0.00 7.83 10.96 0.08 51.17 11:04:23 10:43:01 3 30.15 0.00 5.76 0.56 0.31 63.22 11:04:23 10:43:01 4 30.41 0.00 8.84 11.83 0.10 48.81 11:04:23 10:43:01 5 29.99 0.00 6.64 2.73 0.10 60.55 11:04:23 10:43:01 6 34.91 0.00 8.55 3.58 0.10 52.86 11:04:23 10:43:01 7 34.22 0.00 9.21 2.48 0.08 54.00 11:04:23 10:44:01 all 9.41 0.00 1.09 0.25 0.11 89.14 11:04:23 10:44:01 0 14.18 0.00 1.50 0.23 0.13 83.95 11:04:23 10:44:01 1 4.52 0.00 0.82 0.02 0.08 94.56 11:04:23 10:44:01 2 12.55 0.00 1.09 1.27 0.08 85.00 11:04:23 10:44:01 3 7.12 0.00 0.55 0.00 0.08 92.24 11:04:23 10:44:01 4 9.21 0.00 0.84 0.17 0.10 89.68 11:04:23 10:44:01 5 11.07 0.00 1.17 0.08 0.10 87.57 11:04:23 10:44:01 6 8.98 0.00 1.15 0.23 0.15 89.49 11:04:23 10:44:01 7 7.69 0.00 1.59 0.00 0.13 90.58 11:04:23 10:45:01 all 2.67 0.00 0.25 0.02 0.03 97.03 11:04:23 10:45:01 0 3.72 0.00 0.32 0.00 0.02 95.95 11:04:23 10:45:01 1 4.19 0.00 0.32 0.00 0.05 95.44 11:04:23 10:45:01 2 4.80 0.00 0.30 0.10 0.02 94.79 11:04:23 10:45:01 3 2.84 0.00 0.25 0.02 0.02 96.88 11:04:23 10:45:01 4 1.45 0.00 0.17 0.00 0.02 98.37 11:04:23 10:45:01 5 3.91 0.00 0.37 0.00 0.03 95.69 11:04:23 10:45:01 6 0.12 0.00 0.05 0.03 0.02 99.78 11:04:23 10:45:01 7 0.32 0.00 0.23 0.00 0.05 99.40 11:04:23 10:46:01 all 0.03 0.00 0.02 0.05 0.01 99.90 11:04:23 10:46:01 0 0.03 0.00 0.00 0.08 0.02 99.87 11:04:23 10:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:46:01 2 0.02 0.00 0.00 0.17 0.00 99.82 11:04:23 10:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:04:23 10:46:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:04:23 10:46:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:04:23 10:46:01 6 0.05 0.00 0.02 0.05 0.03 99.85 11:04:23 10:46:01 7 0.03 0.00 0.02 0.10 0.00 99.85 11:04:23 10:47:01 all 0.26 0.00 0.01 0.00 0.01 99.71 11:04:23 10:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:04:23 10:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:04:23 10:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:04:23 10:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:47:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:04:23 10:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:47:01 6 1.94 0.00 0.02 0.02 0.03 98.00 11:04:23 10:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 11:04:23 10:47:01 CPU %user %nice %system %iowait %steal %idle 11:04:23 10:48:01 all 0.07 0.00 0.01 0.02 0.00 99.89 11:04:23 10:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:48:01 2 0.00 0.00 0.02 0.02 0.00 99.97 11:04:23 10:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:04:23 10:48:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:04:23 10:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:48:01 6 0.47 0.00 0.00 0.17 0.02 99.35 11:04:23 10:48:01 7 0.02 0.00 0.03 0.00 0.02 99.93 11:04:23 10:49:01 all 0.04 0.00 0.01 0.00 0.02 99.92 11:04:23 10:49:01 0 0.10 0.00 0.02 0.00 0.02 99.87 11:04:23 10:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:04:23 10:49:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 10:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:49:01 4 0.03 0.00 0.00 0.00 0.05 99.92 11:04:23 10:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:49:01 6 0.10 0.00 0.03 0.02 0.03 99.82 11:04:23 10:49:01 7 0.05 0.00 0.03 0.00 0.00 99.92 11:04:23 10:50:01 all 0.02 0.00 0.02 0.01 0.02 99.93 11:04:23 10:50:01 0 0.02 0.00 0.03 0.00 0.10 99.85 11:04:23 10:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:04:23 10:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:50:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 10:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:50:01 6 0.15 0.00 0.05 0.03 0.03 99.73 11:04:23 10:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:51:01 all 0.04 0.00 0.04 0.00 0.00 99.91 11:04:23 10:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:04:23 10:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:04:23 10:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:04:23 10:51:01 4 0.05 0.00 0.07 0.00 0.00 99.88 11:04:23 10:51:01 5 0.07 0.00 0.03 0.00 0.02 99.88 11:04:23 10:51:01 6 0.07 0.00 0.05 0.02 0.02 99.85 11:04:23 10:51:01 7 0.03 0.00 0.07 0.02 0.00 99.88 11:04:23 10:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:04:23 10:52:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:04:23 10:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:52:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:04:23 10:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 10:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:52:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:04:23 10:52:01 7 0.08 0.00 0.00 0.00 0.02 99.90 11:04:23 10:53:01 all 0.11 0.00 0.01 0.00 0.00 99.88 11:04:23 10:53:01 0 0.03 0.00 0.02 0.02 0.00 99.93 11:04:23 10:53:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:04:23 10:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:53:01 6 0.73 0.00 0.02 0.00 0.02 99.23 11:04:23 10:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:54:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:04:23 10:54:01 0 0.02 0.00 0.03 0.02 0.02 99.92 11:04:23 10:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:04:23 10:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:54:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:04:23 10:54:01 6 0.02 0.00 0.00 0.00 0.03 99.95 11:04:23 10:54:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:04:23 10:55:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:04:23 10:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 10:55:01 2 0.00 0.00 0.00 0.03 0.00 99.97 11:04:23 10:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:55:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:04:23 10:55:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:04:23 10:55:01 6 0.02 0.00 0.02 0.05 0.02 99.90 11:04:23 10:55:01 7 0.02 0.00 0.00 0.00 0.02 99.97 11:04:23 10:56:01 all 0.02 0.00 0.01 0.01 0.01 99.95 11:04:23 10:56:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:04:23 10:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:56:01 5 0.00 0.00 0.05 0.00 0.02 99.93 11:04:23 10:56:01 6 0.05 0.00 0.00 0.08 0.05 99.82 11:04:23 10:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:57:01 all 0.02 0.00 0.01 0.01 0.01 99.96 11:04:23 10:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:04:23 10:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:57:01 2 0.02 0.00 0.00 0.02 0.00 99.97 11:04:23 10:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:57:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:04:23 10:57:01 6 0.00 0.00 0.02 0.03 0.03 99.92 11:04:23 10:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:58:01 all 0.01 0.00 0.01 0.01 0.01 99.96 11:04:23 10:58:01 0 0.03 0.00 0.03 0.02 0.02 99.90 11:04:23 10:58:01 1 0.02 0.00 0.00 0.00 0.02 99.97 11:04:23 10:58:01 2 0.00 0.00 0.00 0.02 0.02 99.97 11:04:23 10:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 10:58:01 6 0.02 0.00 0.03 0.02 0.03 99.90 11:04:23 10:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 11:04:23 10:58:01 CPU %user %nice %system %iowait %steal %idle 11:04:23 10:59:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:04:23 10:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:04:23 10:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 10:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 10:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 10:59:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:04:23 10:59:01 6 0.03 0.00 0.03 0.02 0.03 99.88 11:04:23 10:59:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 11:00:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:04:23 11:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:04:23 11:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:04:23 11:00:01 2 0.00 0.00 0.00 0.02 0.00 99.98 11:04:23 11:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 11:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 11:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:04:23 11:00:01 6 0.02 0.00 0.03 0.02 0.02 99.92 11:04:23 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 11:01:01 all 0.16 0.00 0.02 0.01 0.01 99.80 11:04:23 11:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:04:23 11:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 11:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 11:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 11:01:01 4 0.10 0.00 0.03 0.00 0.00 99.87 11:04:23 11:01:01 5 0.03 0.00 0.00 0.00 0.02 99.95 11:04:23 11:01:01 6 1.09 0.00 0.10 0.07 0.02 98.73 11:04:23 11:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 11:02:01 all 0.03 0.00 0.02 0.01 0.01 99.94 11:04:23 11:02:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:04:23 11:02:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:04:23 11:02:01 2 0.05 0.00 0.02 0.02 0.02 99.90 11:04:23 11:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 11:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:04:23 11:02:01 5 0.03 0.00 0.03 0.00 0.02 99.92 11:04:23 11:02:01 6 0.07 0.00 0.07 0.03 0.03 99.80 11:04:23 11:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:04:23 11:03:01 all 0.24 0.00 0.14 0.00 0.01 99.61 11:04:23 11:03:01 0 0.37 0.00 0.17 0.00 0.00 99.47 11:04:23 11:03:01 1 0.23 0.00 0.13 0.00 0.00 99.63 11:04:23 11:03:01 2 0.18 0.00 0.15 0.00 0.03 99.63 11:04:23 11:03:01 3 0.23 0.00 0.15 0.00 0.00 99.62 11:04:23 11:03:01 4 0.32 0.00 0.08 0.00 0.02 99.58 11:04:23 11:03:01 5 0.18 0.00 0.13 0.00 0.02 99.67 11:04:23 11:03:01 6 0.15 0.00 0.13 0.00 0.02 99.70 11:04:23 11:03:01 7 0.25 0.00 0.13 0.00 0.02 99.60 11:04:23 11:04:01 all 9.70 0.00 3.92 1.98 0.05 84.34 11:04:23 11:04:01 0 6.95 0.00 4.77 4.95 0.07 83.26 11:04:23 11:04:01 1 8.66 0.00 3.13 0.20 0.07 87.94 11:04:23 11:04:01 2 9.60 0.00 3.41 1.54 0.05 85.40 11:04:23 11:04:01 3 12.07 0.00 4.55 0.07 0.05 83.26 11:04:23 11:04:01 4 8.52 0.00 3.21 0.22 0.03 88.02 11:04:23 11:04:01 5 9.70 0.00 3.94 1.98 0.05 84.33 11:04:23 11:04:01 6 11.84 0.00 4.27 6.84 0.05 77.00 11:04:23 11:04:01 7 10.28 0.00 4.13 0.07 0.05 85.47 11:04:23 Average: all 9.59 0.00 2.36 1.47 0.04 86.53 11:04:23 Average: 0 9.65 0.00 2.38 1.39 0.04 86.53 11:04:23 Average: 1 9.30 0.00 2.28 1.71 0.04 86.68 11:04:23 Average: 2 9.67 0.00 2.53 2.61 0.04 85.15 11:04:23 Average: 3 9.62 0.00 2.20 1.16 0.05 86.97 11:04:23 Average: 4 9.44 0.00 2.38 1.61 0.04 86.53 11:04:23 Average: 5 9.61 0.00 2.30 0.83 0.03 87.23 11:04:23 Average: 6 9.94 0.00 2.37 1.01 0.06 86.62 11:04:23 Average: 7 9.50 0.00 2.47 1.47 0.04 86.52 11:04:23 11:04:23 11:04:23