Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 54929a7ab6bf9e03e113416e19b38331485fa87d 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-ssh11869148992124387983.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7688577760938132188.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6084952341391630811.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10319844622008293447.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17640933890343907208.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8901 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/446 [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/446 # 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 > 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 Avoid second fetch Checking out Revision 54929a7ab6bf9e03e113416e19b38331485fa87d (main) Commit message: "fix: Disable common App Service metrics by default (#4425)" > git config core.sparsecheckout # timeout=10 > git checkout -f 54929a7ab6bf9e03e113416e19b38331485fa87d # timeout=10 > git rev-list --no-walk e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:43:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:43:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:43:01 ========================================================= 21:43:01 EdgeX Global Pipelines Version Info 21:43:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:43:02 ------------------- 21:43:02 stable info: 21:43:02 ------------------- 21:43:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:43:02 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:43:02 Message: update stable to v1.0.244 21:43:02 ------------------- 21:43:02 experimental info: 21:43:02 ------------------- 21:43:02 Commited By: **** collab-it+edgex@linuxfoundation.org 21:43:02 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:43:02 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54929a7 [Pipeline] echo 21:43:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:43:03 provisioning config files... 21:43:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config9505890316252985200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:43:03 ---> docker-login.sh 21:43:03 nexus3.edgexfoundry.org:10001 21:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:04 Configure a credential helper to remove this warning. See 21:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:04 21:43:04 Login Succeeded 21:43:04 nexus3.edgexfoundry.org:10002 21:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:04 Configure a credential helper to remove this warning. See 21:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:04 21:43:04 Login Succeeded 21:43:04 nexus3.edgexfoundry.org:10003 21:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:04 Configure a credential helper to remove this warning. See 21:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:04 21:43:04 Login Succeeded 21:43:04 nexus3.edgexfoundry.org:10004 21:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:04 Configure a credential helper to remove this warning. See 21:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:04 21:43:04 Login Succeeded 21:43:04 docker.io 21:43:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:04 Configure a credential helper to remove this warning. See 21:43:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:04 21:43:04 Login Succeeded 21:43:04 ---> docker-login.sh ends [Pipeline] } 21:43:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:43:05 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 21:43:05 + + cutdirname -d/ cmd/core-command/Dockerfile -f2 21:43:05 21:43:05 + echo core-command,cmd/core-command/Dockerfile 21:43:05 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:43:05 + dirname cmd/core-data/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo core-data,cmd/core-data/Dockerfile 21:43:05 + dirname cmd/core-metadata/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo core-metadata,cmd/core-metadata/Dockerfile 21:43:05 + dirname cmd/security-bootstrapper/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:43:05 + + cut -d/ -f2 21:43:05 dirname cmd/security-proxy-auth/Dockerfile 21:43:05 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:43:05 + dirname cmd/security-proxy-setup/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:43:05 + + cut -d/ -f2 21:43:05 dirname cmd/security-secretstore-setup/Dockerfile 21:43:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:43:05 + dirname cmd/security-spiffe-token-provider/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:43:05 + + cut -d/ -f2 21:43:05 dirname cmd/security-spire-agent/Dockerfile 21:43:05 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:43:05 + + dirname cmd/security-spire-config/Dockerfile 21:43:05 cut -d/ -f2 21:43:05 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:43:05 + dirname cmd/security-spire-server/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:43:05 + dirname cmd/support-notifications/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo support-notifications,cmd/support-notifications/Dockerfile 21:43:05 + dirname cmd/support-scheduler/Dockerfile 21:43:05 + cut -d/ -f2 21:43:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:43:05 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:43:05 + git rev-list -1 --merges 54929a7ab6bf9e03e113416e19b38331485fa87d~1..54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo 21:43:05 -----------> git rev-list -1 --merges 54929a7ab6bf9e03e113416e19b38331485fa87d~1..54929a7ab6bf9e03e113416e19b38331485fa87d 54929a7ab6bf9e03e113416e19b38331485fa87d [false] [Pipeline] sh 21:43:05 + git log --format=format:%s -1 54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] echo 21:43:05 ========================================================= 21:43:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:43:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:43:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:43:06 + grep -v github /etc/ssh/ssh_known_hosts 21:43:06 + [ -e /tmp/ssh_known_hosts ] 21:43:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:43:06 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:43:06 sudo tee -a /etc/ssh/ssh_known_hosts 21:43:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:43:06 21:43:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:43:07 0.1.4: Pulling from edgex-devops/py-git-semver 21:43:07 b85a868b505f: Pulling fs layer 21:43:07 e2be974225ed: Pulling fs layer 21:43:07 339a4e72a1f5: Pulling fs layer 21:43:07 988bab9f4d93: Pulling fs layer 21:43:07 1469e6f7b9e6: Pulling fs layer 21:43:07 eaf3925da568: Pulling fs layer 21:43:07 bab4dde63d76: Pulling fs layer 21:43:07 bde34c3a00c8: Pulling fs layer 21:43:07 b352a97aabf1: Pulling fs layer 21:43:07 4872d77fe225: Pulling fs layer 21:43:07 5851b861e8e6: Pulling fs layer 21:43:07 988bab9f4d93: Waiting 21:43:07 1469e6f7b9e6: Waiting 21:43:07 bab4dde63d76: Waiting 21:43:07 eaf3925da568: Waiting 21:43:07 4872d77fe225: Waiting 21:43:07 bde34c3a00c8: Waiting 21:43:07 b352a97aabf1: Waiting 21:43:07 5851b861e8e6: Waiting 21:43:07 e2be974225ed: Verifying Checksum 21:43:07 e2be974225ed: Download complete 21:43:07 988bab9f4d93: Verifying Checksum 21:43:07 988bab9f4d93: Download complete 21:43:07 1469e6f7b9e6: Verifying Checksum 21:43:07 1469e6f7b9e6: Download complete 21:43:07 339a4e72a1f5: Verifying Checksum 21:43:07 339a4e72a1f5: Download complete 21:43:07 eaf3925da568: Verifying Checksum 21:43:07 eaf3925da568: Download complete 21:43:07 bde34c3a00c8: Verifying Checksum 21:43:07 bde34c3a00c8: Download complete 21:43:07 b352a97aabf1: Verifying Checksum 21:43:07 b352a97aabf1: Download complete 21:43:07 4872d77fe225: Download complete 21:43:07 5851b861e8e6: Verifying Checksum 21:43:07 5851b861e8e6: Download complete 21:43:07 b85a868b505f: Verifying Checksum 21:43:07 b85a868b505f: Download complete 21:43:07 bab4dde63d76: Verifying Checksum 21:43:07 bab4dde63d76: Download complete 21:43:08 b85a868b505f: Pull complete 21:43:08 e2be974225ed: Pull complete 21:43:09 339a4e72a1f5: Pull complete 21:43:09 988bab9f4d93: Pull complete 21:43:09 1469e6f7b9e6: Pull complete 21:43:09 eaf3925da568: Pull complete 21:43:11 bab4dde63d76: Pull complete 21:43:11 bde34c3a00c8: Pull complete 21:43:11 b352a97aabf1: Pull complete 21:43:11 4872d77fe225: Pull complete 21:43:11 5851b861e8e6: Pull complete 21:43:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:43:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:43:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:43:11 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 21:43:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:43:13 $ docker top 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 -eo pid,comm 21:43:13 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:43:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:43:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:13 [ssh-agent] Looking for ssh-agent implementation... 21:43:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:13 $ docker exec 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent 21:43:13 SSH_AUTH_SOCK=/tmp/ssh-uwwG5SecZeg7/agent.32 21:43:13 SSH_AGENT_PID=38 21:43:13 Running ssh-add (command line suppressed) 21:43:13 Identity added: /w/workspace/edgex-go/446@tmp/private_key_16630377673699367663.key (/w/workspace/edgex-go/446@tmp/private_key_16630377673699367663.key) 21:43:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:43:13 + git tag --points-at HEAD [Pipeline] } 21:43:13 $ docker exec --env ******** --env ******** 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent -k 21:43:13 unset SSH_AUTH_SOCK; 21:43:13 unset SSH_AGENT_PID; 21:43:13 echo Agent pid 38 killed; 21:43:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:43:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:43:13 [ssh-agent] Looking for ssh-agent implementation... 21:43:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:43:13 $ docker exec 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent 21:43:14 SSH_AUTH_SOCK=/tmp/ssh-kUY4LM7aPFKn/agent.70 21:43:14 SSH_AGENT_PID=76 21:43:14 Running ssh-add (command line suppressed) 21:43:14 Identity added: /w/workspace/edgex-go/446@tmp/private_key_9817348554466697515.key (/w/workspace/edgex-go/446@tmp/private_key_9817348554466697515.key) 21:43:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:43:14 + git semver init 21:43:14 2023-03-08 21:43:14,633 [run_init] DEBUG init version:0.0.0 force:False 21:43:14 2023-03-08 21:43:14,634 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/446/.semver 21:43:14 2023-03-08 21:43:14,635 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/446/.semver 21:43:14 2023-03-08 21:43:14,635 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/446/.semver'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) 21:43:18 2023-03-08 21:43:18,665 [append_file] DEBUG append to file:/w/workspace/edgex-go/446/.git/info/exclude 21:43:18 2023-03-08 21:43:18,665 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/446/.semver/main with force:False 21:43:18 2023-03-08 21:43:18,665 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 21:43:18 2023-03-08 21:43:18,666 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 21:43:18 3.0.0-dev.84 [Pipeline] } 21:43:18 $ docker exec --env ******** --env ******** 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 ssh-agent -k 21:43:19 unset SSH_AUTH_SOCK; 21:43:19 unset SSH_AGENT_PID; 21:43:19 echo Agent pid 76 killed; 21:43:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:43:19 + git semver [Pipeline] } 21:43:19 $ docker stop --time=1 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 21:43:20 $ docker rm -f --volumes 6e8c276dec936b43d269516a29b87a224a10c9e82f5cb3cb7e3c630232889c23 [Pipeline] // withDockerContainer [Pipeline] sh 21:43:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:43:21 Stashed 1 file(s) [Pipeline] echo 21:43:21 [edgeXSemver]: initialized semver on version 3.0.0-dev.84 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:43:21 + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] echo 21:43:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:43:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:43:21 ========================================================= 21:43:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:43:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:43:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:43:22 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:43:22 213ec9aee27d: Pulling fs layer 21:43:22 4583459ba037: Pulling fs layer 21:43:22 93c1e223e6f2: Pulling fs layer 21:43:22 53926ce57604: Pulling fs layer 21:43:22 21b2b0c7a3f4: Pulling fs layer 21:43:22 22ff95d597cd: Pulling fs layer 21:43:22 12d6caf4c0d1: Pulling fs layer 21:43:22 96b7cbca73a9: Pulling fs layer 21:43:22 a7acece74701: Pulling fs layer 21:43:22 12d6caf4c0d1: Waiting 21:43:22 21b2b0c7a3f4: Waiting 21:43:22 96b7cbca73a9: Waiting 21:43:22 53926ce57604: Waiting 21:43:22 a7acece74701: Waiting 21:43:22 22ff95d597cd: Waiting 21:43:22 93c1e223e6f2: Verifying Checksum 21:43:22 93c1e223e6f2: Download complete 21:43:22 4583459ba037: Download complete 21:43:22 21b2b0c7a3f4: Verifying Checksum 21:43:22 21b2b0c7a3f4: Download complete 21:43:22 22ff95d597cd: Verifying Checksum 21:43:22 22ff95d597cd: Download complete 21:43:22 213ec9aee27d: Download complete 21:43:22 12d6caf4c0d1: Verifying Checksum 21:43:22 12d6caf4c0d1: Download complete 21:43:22 213ec9aee27d: Pull complete 21:43:22 4583459ba037: Pull complete 21:43:22 93c1e223e6f2: Pull complete 21:43:23 a7acece74701: Verifying Checksum 21:43:23 a7acece74701: Download complete 21:43:23 96b7cbca73a9: Verifying Checksum 21:43:23 53926ce57604: Verifying Checksum 21:43:23 53926ce57604: Download complete 21:43:27 53926ce57604: Pull complete 21:43:27 21b2b0c7a3f4: Pull complete 21:43:27 22ff95d597cd: Pull complete 21:43:27 12d6caf4c0d1: Pull complete 21:43:28 96b7cbca73a9: Pull complete 21:43:29 a7acece74701: Pull complete 21:43:29 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:43:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:43:29 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:43:29 WORKDIR /edgex 21:43:29 COPY go.mod . 21:43:29 RUN go mod download 21:43:29 + docker build -t ci-base-image-x86_64 -f - . 21:43:30 Sending build context to Docker daemon 170.3MB 21:43:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:43:30 ---> db6d94c90886 21:43:30 Step 2/4 : WORKDIR /edgex 21:43:32 ---> Running in c23ac587bf05 21:43:32 Removing intermediate container c23ac587bf05 21:43:32 ---> 12a5f7b4031f 21:43:32 Step 3/4 : COPY go.mod . 21:43:32 ---> eabfe6aa6e14 21:43:32 Step 4/4 : RUN go mod download 21:43:32 ---> Running in a57ef8f86ce7 21:43:36 Still waiting to schedule task 21:43:36 ‘prd-centos7-blackbox-4c-2g-8233’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 21:43:36 ‘prd-centos7-blackbox-4c-2g-8234’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 21:43:36 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8902’ is offline 21:43:42 Removing intermediate container a57ef8f86ce7 21:43:42 ---> d578757a9c28 21:43:42 Successfully built d578757a9c28 21:43:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:42 + docker inspect -f . ci-base-image-x86_64 21:43:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:43:42 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 21:43:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:43:43 $ docker top ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 -eo pid,comm [Pipeline] { [Pipeline] sh 21:43:43 + go version 21:43:43 go version go1.18.7 linux/amd64 [Pipeline] } 21:43:43 $ docker stop --time=1 ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 21:43:44 $ docker rm -f --volumes ea16b6a8c81d908d84a760d3441e130f200a7d7edaebd9609d3a527184eede28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:45 + docker inspect -f . ci-base-image-x86_64 21:43:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:43:45 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 21:43:45 $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:43:45 $ docker top 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db -eo pid,comm [Pipeline] { [Pipeline] echo 21:43:45 ========================================================= 21:43:45 [edgeXBuildGoParallel] Running Tests and Build... 21:43:45 ========================================================= [Pipeline] sh 21:43:46 + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] fileExists [Pipeline] sh 21:43:46 + make test 21:43:46 go test -race -coverprofile=coverage.out ./... 21:43:52 ? github.com/edgexfoundry/edgex-go [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:44:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 21:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:44:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:44:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.117s coverage: 71.2% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.094s coverage: 54.0% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.127s coverage: 88.5% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 65.9% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements 21:44:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 82.9% of statements 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 21:44:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 21:44:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.361s coverage: 79.9% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 81.2% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 82.1% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.054s coverage: 84.8% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 38.4% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:44:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:44:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:44:31 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 21:44:49 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 21:44:49 go vet ./... 21:44:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:44:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:44:52 ./bin/test-attribution-txt.sh [Pipeline] echo 21:44:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:44:52 + ls -al . 21:44:52 total 704 21:44:52 drwxrwxr-x 11 1001 1001 4096 Mar 8 21:43 . 21:44:52 drwxr-xr-x 4 root root 4096 Mar 8 21:43 .. 21:44:52 drwxrwxr-x 2 1001 1001 4096 Mar 8 21:43 .blubracket 21:44:52 -rw-rw-r-- 1 1001 1001 16 Mar 8 21:43 .dockerignore 21:44:52 drwxrwxr-x 8 1001 1001 4096 Mar 8 21:44 .git 21:44:52 drwxrwxr-x 3 1001 1001 4096 Mar 8 21:43 .github 21:44:52 -rw-rw-r-- 1 1001 1001 1112 Mar 8 21:43 .gitignore 21:44:52 -rw-rw-r-- 1 1001 1001 42 Mar 8 21:43 .golangci.yml 21:44:52 -rw-rw-r-- 1 1001 1001 87 Mar 8 21:43 .hadolint.yml 21:44:52 drwxr-xr-x 3 1001 1001 4096 Mar 8 21:43 .semver 21:44:52 -rw-rw-r-- 1 1001 1001 166 Mar 8 21:43 .sonarcloud.properties 21:44:52 -rw-rw-r-- 1 1001 1001 1171 Mar 8 21:43 ADOPTERS.md 21:44:52 -rw-rw-r-- 1 1001 1001 10825 Mar 8 21:43 Attribution.txt 21:44:52 -rw-rw-r-- 1 1001 1001 73765 Mar 8 21:43 CHANGELOG.md 21:44:52 -rw-rw-r-- 1 1001 1001 3804 Mar 8 21:43 CONTRIBUTING.md 21:44:52 -rw-rw-r-- 1 1001 1001 677 Mar 8 21:43 GOVERNANCE.md 21:44:52 -rw-rw-r-- 1 1001 1001 883 Mar 8 21:43 Jenkinsfile 21:44:52 -rw-rw-r-- 1 1001 1001 10775 Mar 8 21:43 LICENSE 21:44:52 -rw-rw-r-- 1 1001 1001 14071 Mar 8 21:43 Makefile 21:44:52 -rw-rw-r-- 1 1001 1001 582 Mar 8 21:43 OWNERS.md 21:44:52 -rw-rw-r-- 1 1001 1001 9403 Mar 8 21:43 README.md 21:44:52 -rw-rw-r-- 1 1001 1001 6912 Mar 8 21:43 SECURITY.md 21:44:52 -rw-rw-r-- 1 1001 1001 12 Mar 8 21:43 VERSION 21:44:52 drwxrwxr-x 2 1001 1001 4096 Mar 8 21:43 bin 21:44:52 drwxrwxr-x 18 1001 1001 4096 Mar 8 21:43 cmd 21:44:52 -rw-r--r-- 1 root root 446903 Mar 8 21:44 coverage.out 21:44:52 -rw-rw-r-- 1 1001 1001 3232 Mar 8 21:43 go.mod 21:44:52 -rw-rw-r-- 1 1001 1001 31098 Mar 8 21:43 go.sum 21:44:52 drwxrwxr-x 7 1001 1001 4096 Mar 8 21:43 internal 21:44:52 drwxrwxr-x 3 1001 1001 4096 Mar 8 21:43 openapi 21:44:52 drwxrwxr-x 4 1001 1001 4096 Mar 8 21:43 snap 21:44:52 -rw-rw-r-- 1 1001 1001 204 Mar 8 21:43 version.go [Pipeline] sh 21:44:52 + '[' -e coverage.out ] 21:44:52 + chown 1001:1001 coverage.out [Pipeline] stash 21:44:52 Stashed 1 file(s) [Pipeline] sh 21:44:53 + make build 21:44:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:45:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:45:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:45:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:45:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:45:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:45:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:45:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:45:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:45:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:45:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:45:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:45:21 $ docker stop --time=1 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db 21:45:23 $ docker rm -f --volumes 887f3e530b547077152f6cc31c3a1d2886d0eb5d0db7a0f5942c87843430c9db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:24 21:45:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:24 latest: Pulling from edgex-devops/edgex-compose 21:45:24 cbdbe7a5bc2a: Pulling fs layer 21:45:24 ca9280d653b3: Pulling fs layer 21:45:24 7e9c9ca2126c: Pulling fs layer 21:45:24 cbdbe7a5bc2a: Verifying Checksum 21:45:24 cbdbe7a5bc2a: Download complete 21:45:24 cbdbe7a5bc2a: Pull complete 21:45:24 ca9280d653b3: Download complete 21:45:25 7e9c9ca2126c: Verifying Checksum 21:45:25 7e9c9ca2126c: Download complete 21:45:25 ca9280d653b3: Pull complete 21:45:28 7e9c9ca2126c: Pull complete 21:45:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:45:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:28 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 21:45:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:45:29 $ docker top 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:30 + docker-compose build --help 21:45:30 + grep parallel 21:45:30 --parallel Build images in parallel. [Pipeline] } 21:45:30 $ docker stop --time=1 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 21:45:32 $ docker rm -f --volumes 065826c7ad5f56a29df82a4655a17c5f52ff498bb0642c1401fe01ceeb983db0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:32 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 21:45:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:45:32 $ docker top e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:33 + docker-compose -f ./docker-compose-build.yml build --parallel 21:45:33 Building core-command ... 21:45:33 Building core-common-config-bootstrapper ... 21:45:33 Building core-data ... 21:45:33 Building core-metadata ... 21:45:33 Building security-bootstrapper ... 21:45:33 Building security-proxy-auth ... 21:45:33 Building security-proxy-setup ... 21:45:33 Building security-secretstore-setup ... 21:45:33 Building security-spiffe-token-provider ... 21:45:33 Building security-spire-agent ... 21:45:33 Building security-spire-config ... 21:45:33 Building security-spire-server ... 21:45:33 Building support-notifications ... 21:45:33 Building support-scheduler ... 21:45:33 Building security-spire-server 21:45:33 Building security-proxy-setup 21:45:33 Building security-bootstrapper 21:45:33 Building core-data 21:45:33 Building security-spire-agent 21:45:43 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:45:43 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:45:43 ---> d578757a9c28 21:45:43 Step 3/32 : WORKDIR /edgex-go 21:45:43 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:45:43 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:45:43 ---> d578757a9c28 21:45:43 Step 3/20 : WORKDIR /edgex-go 21:45:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:45:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:45:43 ---> d578757a9c28 21:45:43 Step 3/23 : WORKDIR /edgex-go 21:45:43 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:45:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:45:43 ---> d578757a9c28 21:45:43 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:45:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:45:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:45:43 ---> d578757a9c28 21:45:43 Step 3/24 : WORKDIR /edgex-go 21:45:47 ---> Running in 7dd838e53992 21:45:47 ---> Running in 110987929f21 21:45:47 ---> Running in ba3fa0fa71b9 21:45:47 ---> Running in 741c72a14a08 21:45:47 ---> Running in 965334ff95c6 21:45:47 Removing intermediate container 741c72a14a08 21:45:47 ---> 2368867c87da 21:45:47 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:45:47 Removing intermediate container 110987929f21 21:45:47 ---> 1cea2dd8d977 21:45:47 Step 4/20 : RUN apk add --update --no-cache make git 21:45:47 Removing intermediate container 965334ff95c6 21:45:47 ---> 23fc5c058c3a 21:45:47 Step 4/32 : RUN apk add --update --no-cache make git 21:45:47 Removing intermediate container ba3fa0fa71b9 21:45:47 ---> 62e05e1a8a6f 21:45:47 Step 4/22 : WORKDIR /edgex-go 21:45:47 Removing intermediate container 7dd838e53992 21:45:47 ---> 400628f5d223 21:45:47 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:45:47 ---> Running in caf11b18843c 21:45:47 ---> Running in c1134fbf95a1 21:45:47 ---> Running in 7ffb0547c9ef 21:45:47 ---> Running in affba2f23a57 21:45:47 ---> Running in c310c199d753 21:45:47 Removing intermediate container affba2f23a57 21:45:47 ---> 0f53e41fbc49 21:45:47 Step 5/22 : RUN apk add --update --no-cache make git 21:45:47 ---> Running in 4f35be26f66e 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:45:47 OK: 211 MiB in 51 packages 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:45:47 OK: 211 MiB in 51 packages 21:45:48 OK: 211 MiB in 51 packages 21:45:48 OK: 211 MiB in 51 packages 21:45:48 OK: 211 MiB in 51 packages 21:45:48 Removing intermediate container caf11b18843c 21:45:48 ---> bb5f29a28bf3 21:45:48 Step 5/24 : COPY go.mod vendor* ./ 21:45:48 Removing intermediate container c1134fbf95a1 21:45:48 ---> 72b6975abb41 21:45:48 Step 5/32 : COPY go.mod vendor* ./ 21:45:48 ---> 6a4074483007 21:45:48 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:45:48 ---> ae9f44fc095c 21:45:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:45:48 ---> Running in 385524fbd7b5 21:45:48 ---> Running in a2d339e68080 21:45:48 Removing intermediate container 4f35be26f66e 21:45:48 ---> 078a563d329c 21:45:48 Step 6/22 : COPY go.mod vendor* ./ 21:45:48 Removing intermediate container 7ffb0547c9ef 21:45:48 ---> 161129aab031 21:45:48 Step 5/20 : COPY go.mod vendor* ./ 21:45:48 Removing intermediate container c310c199d753 21:45:48 ---> 3bd257b96d41 21:45:48 Step 5/23 : COPY go.mod vendor* ./ 21:45:48 ---> b4a6f4f90a66 21:45:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:45:48 ---> Running in 419615876b58 21:45:48 ---> c42b7e54de59 21:45:48 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:45:48 ---> Running in 15ff0db253e1 21:45:48 ---> b94f2a2d2929 21:45:48 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:45:48 ---> Running in e24f3ae16cf7 21:46:15 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8905 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 21:46:15 Running in /w/workspace/edgex-go/446 [Pipeline] { [Pipeline] checkout 21:46:15 The recommended git tool is: git 21:46:21 Removing intermediate container 419615876b58 21:46:21 ---> 3cef6a3f8a98 21:46:21 Step 8/22 : COPY . . 21:46:21 Removing intermediate container 385524fbd7b5 21:46:21 ---> 027468a696bc 21:46:21 Step 7/32 : COPY . . 21:46:21 Removing intermediate container 15ff0db253e1 21:46:21 ---> 40e90bea1b6e 21:46:21 Step 7/20 : COPY . . 21:46:21 Removing intermediate container a2d339e68080 21:46:21 ---> d70392836e12 21:46:21 Step 7/24 : COPY . . 21:46:21 Removing intermediate container e24f3ae16cf7 21:46:21 ---> 674aa4892d57 21:46:21 Step 7/23 : COPY . . 21:46:27 using credential edgex-jenkins-ssh 21:46:27 Cloning the remote Git repository 21:46:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:46:27 > git init /w/workspace/edgex-go/446 # timeout=10 21:46:29 ---> 0a3dd9b7f532 21:46:29 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 34767069abae 21:46:29 21:46:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:46:29 ---> 37b09b8b7533 21:46:29 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:46:29 ---> Running in 614e930cdb3a 21:46:29 ---> Running in 74468f3a5033 21:46:29 ---> Running in c433e799ef35 21:46:29 ---> 9ceb7a058ee6 21:46:29 Step 8/20 : RUN make cmd/secrets-config/secrets-config 21:46:29 ---> 95454cdb6a5b 21:46:29 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:46:29 ---> Running in 77c03d53e013 21:46:29 ---> Running in f4a43b891a85 21:46:29 Removing intermediate container 614e930cdb3a 21:46:29 ---> 4f89890fface 21:46:29 Step 9/23 : WORKDIR /edgex-go/spire-build 21:46:29 ---> Running in 4d158aa17c21 21:46:29 Removing intermediate container f4a43b891a85 21:46:29 ---> 4d8126f4c39c 21:46:29 Step 9/24 : WORKDIR /edgex-go/spire-build 21:46:29 ---> Running in adefd9188208 21:46:29 Removing intermediate container 4d158aa17c21 21:46:29 ---> 4cb3e8ffd036 21:46:29 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:46:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:46:28 > git --version # timeout=10 21:46:28 > git --version # 'git version 2.25.1' 21:46:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:46:29 ---> Running in b3ef708e322f 21:46:29 Removing intermediate container adefd9188208 21:46:29 ---> e6663bc24a6c 21:46:29 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:46:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:46:29 ---> Running in 6e2c2eefadde 21:46:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:46:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:46:30 Removing intermediate container b3ef708e322f 21:46:30 ---> 0ee3b0f2b2c1 21:46:30 Step 11/23 : WORKDIR /edgex-go 21:46:30 Removing intermediate container 6e2c2eefadde 21:46:30 ---> 38b49b5e5363 21:46:30 Step 11/24 : WORKDIR /edgex-go 21:46:30 ---> Running in 7a032d0c5806 21:46:30 ---> Running in 5408b297cb38 21:46:31 Removing intermediate container 5408b297cb38 21:46:31 ---> 3a180bddfcc8 21:46:31 21:46:31 Step 12/24 : FROM alpine:3.15 21:46:31 Removing intermediate container 7a032d0c5806 21:46:31 ---> e5698098cae2 21:46:31 21:46:31 Step 12/23 : FROM alpine:3.15 21:46:31 3.15: Pulling from library/alpine 21:46:31 3.15: Pulling from library/alpine 21:46:32 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:46:32 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:46:32 Status: Downloaded newer image for alpine:3.15 21:46:32 Status: Image is up to date for alpine:3.15 21:46:32 ---> 5ce65d7b0fde 21:46:32 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:46:32 ---> 5ce65d7b0fde 21:46:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:46:32 ---> Running in 87f7e48fe55a 21:46:32 ---> Running in bfb461b0f6cf 21:46:32 Removing intermediate container 87f7e48fe55a 21:46:32 ---> 96a960491c9b 21:46:32 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:46:32 Removing intermediate container bfb461b0f6cf 21:46:32 ---> 4d905fd167f2 21:46:32 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:46:32 ---> Running in 2773b370a18c 21:46:32 ---> Running in f32e61336da3 21:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:46:33 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:46:33 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:46:33 OK: 15859 distinct packages available 21:46:33 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:46:33 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:46:33 OK: 15859 distinct packages available 21:46:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:46:34 (1/5) Installing dumb-init (1.2.5-r1) 21:46:34 (2/5) Installing musl-obstack (1.2.3-r0) 21:46:34 (3/5) Installing libucontext (1.1-r0) 21:46:34 (4/5) Installing gcompat (1.0.0-r4) 21:46:34 (5/5) Installing openssl (1.1.1t-r1) 21:46:34 (1/5) Installing dumb-init (1.2.5-r1) 21:46:34 (2/5) Installing musl-obstack (1.2.3-r0) 21:46:34 Executing busybox-1.34.1-r7.trigger 21:46:34 (3/5) Installing libucontext (1.1-r0) 21:46:34 OK: 7 MiB in 19 packages 21:46:34 (4/5) Installing gcompat (1.0.0-r4) 21:46:34 (5/5) Installing openssl (1.1.1t-r1) 21:46:34 Executing busybox-1.34.1-r7.trigger 21:46:34 OK: 7 MiB in 19 packages 21:46:35 Removing intermediate container f32e61336da3 21:46:35 ---> 655438cbd0f3 21:46:35 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:46:35 Removing intermediate container 2773b370a18c 21:46:35 ---> 37075374bb24 21:46:35 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:46:39 ---> 3e94e8b32a7f 21:46:39 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:46:39 ---> b24cdf6e2b7b 21:46:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:46:39 ---> 679055c178a5 21:46:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:46:40 ---> c8200d6e5e44 21:46:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:46:40 ---> cb2dacb00c20 21:46:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:46:41 ---> c7a26621bf2b 21:46:41 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:46:41 ---> Running in c91110d80c1c 21:46:41 ---> 4c324e9dcf8d 21:46:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:46:41 Removing intermediate container c91110d80c1c 21:46:41 ---> 2689a1f94104 21:46:41 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:46:41 ---> 45a54ceea445 21:46:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:46:41 ---> Running in f3eb779a8bed 21:46:42 Removing intermediate container f3eb779a8bed 21:46:42 ---> c00671d585ba 21:46:42 Step 21/23 : LABEL arch=x86_64 21:46:42 ---> 7bf99909a695 21:46:42 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:46:42 ---> Running in 35f319cee098 21:46:42 ---> Running in db73a3bf187a 21:46:42 Removing intermediate container 35f319cee098 21:46:42 ---> 12e568a83b8a 21:46:42 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:46:42 Removing intermediate container db73a3bf187a 21:46:42 ---> f224e1e24733 21:46:42 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:46:42 ---> Running in 5e6fa3e4e59f 21:46:42 ---> Running in 269e42101b02 21:46:42 Removing intermediate container 5e6fa3e4e59f 21:46:42 ---> 4fee4910fedc 21:46:42 Step 22/24 : LABEL arch=x86_64 21:46:42 Removing intermediate container 269e42101b02 21:46:42 ---> 603e19e7d99a 21:46:42 Step 23/23 : LABEL version=3.0.0-dev.84 21:46:43 ---> Running in 419fe791330d 21:46:43 ---> Running in 449484d1ef8e 21:46:43 Removing intermediate container 419fe791330d 21:46:43 ---> d0918a3d52e9 21:46:43 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:46:43 ---> Running in 92307541d724 21:46:43 Removing intermediate container 449484d1ef8e 21:46:43 ---> cf13b0028ed6 21:46:43 21:46:43 Successfully built cf13b0028ed6 21:46:43 Successfully tagged security-spire-server:latest 21:46:43 Building security-spiffe-token-provider 21:46:43  Building security-spire-server ... done Removing intermediate container 92307541d724 21:46:43 ---> 47b6c90548a6 21:46:43 Step 24/24 : LABEL version=3.0.0-dev.84 21:46:45 ---> Running in b7ee30ef86ce 21:46:45 Removing intermediate container b7ee30ef86ce 21:46:45 ---> e0a3d2b66f3b 21:46:45 21:46:45 Successfully built e0a3d2b66f3b 21:46:45 Successfully tagged security-spire-agent:latest 21:46:45  Building security-spire-agent ... done Building support-scheduler 21:46:47 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:46:47 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:46:47 ---> d578757a9c28 21:46:47 Step 3/19 : WORKDIR /edgex-go 21:46:47 ---> Using cache 21:46:47 ---> 400628f5d223 21:46:47 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:46:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:46:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:46:48 ---> d578757a9c28 21:46:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:46:48 ---> Using cache 21:46:48 ---> 62e05e1a8a6f 21:46:48 Step 4/22 : WORKDIR /edgex-go 21:46:48 ---> Using cache 21:46:48 ---> 0f53e41fbc49 21:46:48 Step 5/22 : RUN apk add --update --no-cache make git 21:46:48 ---> Using cache 21:46:48 ---> 078a563d329c 21:46:48 Step 6/22 : COPY go.mod vendor* ./ 21:46:48 ---> Using cache 21:46:48 ---> b4a6f4f90a66 21:46:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:46:48 ---> Using cache 21:46:48 ---> 3cef6a3f8a98 21:46:48 Step 8/22 : COPY . . 21:46:48 ---> Using cache 21:46:48 ---> 34767069abae 21:46:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:46:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:46:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:46:50 Avoid second fetch 21:46:50 Checking out Revision 54929a7ab6bf9e03e113416e19b38331485fa87d (main) 21:46:50 ---> Running in 390156dcd0a7 21:46:50 ---> Running in 19bdd7724c11 21:46:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:46:50 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:46:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:46:51 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:46:51 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:46:51 OK: 17046 distinct packages available 21:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:46:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:46:51 Commit message: "fix: Disable common App Service metrics by default (#4425)" 21:46:51 OK: 211 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:46:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:46:52 % Total % Received % Xferd Average Speed Time Time Time Current 21:46:52 Dload Upload Total Spent Left Speed 21:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 155k 0 --:--:-- --:--:-- --:--:-- 155k 21:46:50 > git config core.sparsecheckout # timeout=10 21:46:50 > git checkout -f 54929a7ab6bf9e03e113416e19b38331485fa87d # timeout=10 [Pipeline] sh 21:46:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:46:53 Removing intermediate container 390156dcd0a7 21:46:53 ---> 34a5bc1ba4a8 21:46:53 Step 5/19 : COPY go.mod vendor* ./ 21:46:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:46:53 + sudo tee /etc/docker/daemon.new 21:46:53 { 21:46:53 "registry-mirrors": [ 21:46:53 "https://nexus3.edgexfoundry.org:10001" 21:46:53 ], 21:46:53 "bip": "10.250.0.254/24", 21:46:53 "hosts": [ 21:46:53 "tcp://0.0.0.0:5555", 21:46:53 "unix:///var/run/docker.sock" 21:46:53 ], 21:46:53 "mtu": 1458, 21:46:53 "selinux-enabled": true, 21:46:53 "seccomp-profile": "/etc/docker/seccomp.json" 21:46:53 } [Pipeline] sh 21:46:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:46:54 Removing intermediate container 77c03d53e013 21:46:54 ---> e147a672d644 21:46:54 21:46:54 Step 9/20 : FROM alpine:3.16 21:46:54 + sudo service docker restart 21:46:54 ---> 4794d30e1130 21:46:54 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:46:54 Removing intermediate container c433e799ef35 21:46:54 ---> 9c9bb685f5a7 21:46:54 21:46:54 Step 9/32 : FROM alpine:3.16 21:46:54 3.16: Pulling from library/alpine 21:46:55 ---> Running in d3ddb5638a1d 21:46:55 3.16: Pulling from library/alpine 21:46:55 Removing intermediate container 74468f3a5033 21:46:55 ---> b8e4808d9190 21:46:55 21:46:55 Step 10/22 : FROM alpine:3.16 21:46:55 3.16: Pulling from library/alpine 21:46:55 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:46:55 Status: Downloaded newer image for alpine:3.16 21:46:55 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:46:55 Status: Image is up to date for alpine:3.16 21:46:55 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:46:55 Status: Image is up to date for alpine:3.16 21:46:55 ---> dfd21b5a31f5 21:46:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:46:55 ---> dfd21b5a31f5 21:46:55 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:46:55 ---> dfd21b5a31f5 21:46:55 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 21:46:55 ---> Running in da7305453372 21:46:55 ---> Running in 13ac8ed5dbd1 21:46:55 ---> Running in a71a93de2488 21:46:55 Removing intermediate container 13ac8ed5dbd1 21:46:55 ---> a76c967b92d7 21:46:55 Step 12/22 : ENV APP_PORT=59880 21:46:55 Removing intermediate container da7305453372 21:46:55 ---> 93b17b0e6629 21:46:55 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:46:55 ---> Running in 5f88583b5525 21:46:55 ---> Running in aec30cea4887 21:46:56 Removing intermediate container aec30cea4887 21:46:56 ---> b337ad793077 21:46:56 Step 13/22 : EXPOSE $APP_PORT 21:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:46:56 ---> Running in 30c4165976b3 21:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:46:56 Removing intermediate container 30c4165976b3 21:46:56 ---> 98ad72170403 21:46:56 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:46:56 (1/2) Installing dumb-init (1.2.5-r1) 21:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:46:56 (2/2) Installing openssl (1.1.1t-r0) 21:46:56 Executing busybox-1.35.0-r17.trigger 21:46:56 OK: 6 MiB in 16 packages 21:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:46:56 ---> Running in 2cb08506247a 21:46:56 (1/2) Installing dumb-init (1.2.5-r1) 21:46:56 (2/2) Installing su-exec (0.2-r1) 21:46:56 Executing busybox-1.35.0-r17.trigger 21:46:56 OK: 6 MiB in 16 packages 21:46:57 Removing intermediate container a71a93de2488 21:46:57 ---> 39d98e00d2ef 21:46:57 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:46:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:46:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:46:57 ---> Running in d0a618da1dc3 21:46:57 (1/1) Installing dumb-init (1.2.5-r1) 21:46:57 Executing busybox-1.35.0-r17.trigger 21:46:57 OK: 6 MiB in 15 packages 21:46:57 Removing intermediate container 5f88583b5525 21:46:57 ---> 9d4f73a37003 21:46:57 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:46:57 Removing intermediate container d0a618da1dc3 21:46:57 ---> ac2bb5697552 21:46:57 Step 12/20 : WORKDIR /edgex 21:46:57 ---> Running in ea563f0c6d4f 21:46:57 ---> Running in b54b1ce93a86 21:46:58 Removing intermediate container ea563f0c6d4f 21:46:58 ---> 142f7f15b6f2 21:46:58 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:46:58 Removing intermediate container b54b1ce93a86 21:46:58 ---> 9dacf420a577 21:46:58 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 21:46:58 ---> Running in 7aae9a62ddae 21:46:58 Removing intermediate container 2cb08506247a 21:46:58 ---> 90792eb2b79d 21:46:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:46:58 Removing intermediate container 7aae9a62ddae 21:46:58 ---> e48671004470 21:46:58 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:46:58 ---> Running in 5e329adc3886 21:46:58 ---> 358a5157441b 21:46:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:46:58 ---> 8755d0449779 21:46:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:46:58 Removing intermediate container 5e329adc3886 21:46:58 ---> 5ec7f6f75a9f 21:46:58 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:46:58 ---> Running in 68e477bf327b 21:46:58 Removing intermediate container 68e477bf327b 21:46:58 ---> 5770966cc81b 21:46:58 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:46:59 ---> Running in bda6f59ee109 21:46:59 ---> 0b556e98e445 21:46:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:46:59 ---> 4f8133e3a4ab 21:46:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:46:59 ---> 9bb85d4d21cb 21:46:59 Step 18/22 : ENTRYPOINT ["/core-data"] 21:46:59 ---> 6cbd3635f68c 21:46:59 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:46:59 ---> Running in 916d479e45fc 21:46:59 ---> Running in 7236b8ab1829 21:46:59 Removing intermediate container 916d479e45fc 21:46:59 ---> a7cfa75130be 21:46:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:47:00 ---> Running in f653af48dc59 21:47:00 Removing intermediate container bda6f59ee109 21:47:00 ---> 41e179272eef 21:47:00 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:47:00 Removing intermediate container f653af48dc59 21:47:00 ---> db6cfe7e9f5e 21:47:00 Step 20/22 : LABEL arch=x86_64 21:47:00 ---> Running in da02ebcf8526 21:47:00 ---> Running in 56b5585f8752 21:47:00 Removing intermediate container da02ebcf8526 21:47:00 ---> a1b2445fdb32 21:47:00 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:47:00 Removing intermediate container 56b5585f8752 21:47:00 ---> 744116c0de9f 21:47:00 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:00 ---> Running in b12546395d6a 21:47:00 Removing intermediate container 7236b8ab1829 21:47:00 ---> fffb8401a835 21:47:00 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 21:47:00 ---> a46ad2b03845 21:47:00 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:47:00 ---> Running in c601b02a7353 21:47:00 ---> Running in 19fbb357c17d 21:47:00 Removing intermediate container b12546395d6a 21:47:00 ---> b0e0539b522a 21:47:00 Step 22/22 : LABEL version=3.0.0-dev.84 21:47:00 ---> Running in 310c8db1e1f8 21:47:01 Removing intermediate container c601b02a7353 21:47:01 ---> 8f454465dffd 21:47:01 Step 18/20 : LABEL arch=x86_64 21:47:01 ---> Running in 55017ab5b5ad 21:47:01 Removing intermediate container 310c8db1e1f8 21:47:01 ---> 1deffba74c3a 21:47:01 21:47:01 Successfully built 1deffba74c3a 21:47:01 Successfully tagged core-data:latest 21:47:01  Building core-data ... done Building security-secretstore-setup 21:47:01 Removing intermediate container 55017ab5b5ad 21:47:01 ---> 0de48ea3cd94 21:47:01 Step 19/20 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:02 ---> Running in cd39d31d0592 21:47:02 Removing intermediate container cd39d31d0592 21:47:02 ---> e01ffd22d182 21:47:02 Step 20/20 : LABEL version=3.0.0-dev.84 21:47:02 ---> Running in a04d0561df7d 21:47:02 Removing intermediate container 19fbb357c17d 21:47:02 ---> 4876d02029d1 21:47:02 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:03 Removing intermediate container a04d0561df7d 21:47:03 ---> a9663294e8ca 21:47:03 21:47:03 Successfully built a9663294e8ca 21:47:03 Successfully tagged security-proxy-setup:latest 21:47:03 Building core-command 21:47:03  Building security-proxy-setup ... done  ---> 2296e0366514 21:47:03 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:47:06 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:47:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:47:06 ---> d578757a9c28 21:47:06 Step 3/23 : WORKDIR /edgex-go 21:47:06 ---> Using cache 21:47:06 ---> 400628f5d223 21:47:06 Step 4/23 : RUN apk add --update --no-cache make git 21:47:06 ---> 08926a100e32 21:47:06 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:47:06 ---> Running in 2d31d6357cf8 21:47:07 ---> 93d3e22cb6cf 21:47:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:47:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:47:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:47:07 ---> d578757a9c28 21:47:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:47:07 ---> Using cache 21:47:07 ---> 62e05e1a8a6f 21:47:07 Step 4/23 : WORKDIR /edgex-go 21:47:07 ---> Using cache 21:47:07 ---> 0f53e41fbc49 21:47:07 Step 5/23 : RUN apk add --update --no-cache make git 21:47:07 ---> Using cache 21:47:07 ---> 078a563d329c 21:47:07 Step 6/23 : COPY go.mod vendor* ./ 21:47:07 ---> Using cache 21:47:07 ---> b4a6f4f90a66 21:47:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:47:07 ---> Using cache 21:47:07 ---> 3cef6a3f8a98 21:47:07 Step 8/23 : COPY . . 21:47:07 ---> Using cache 21:47:07 ---> 34767069abae 21:47:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:47:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:47:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:47:07 OK: 211 MiB in 51 packages 21:47:08 ---> Running in d51862459816 21:47:08 ---> 6258661b4203 21:47:08 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:47:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:47:09 ---> 865f424f37db 21:47:09 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:47:09 Removing intermediate container 2d31d6357cf8 21:47:09 ---> 5a4ae3f3b298 21:47:09 Step 5/23 : COPY go.mod vendor* ./ 21:47:09 ---> dcb1d9e701e4 21:47:09 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:47:10 ---> 807041be8b7a 21:47:10 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:47:10 ---> fe973b3352bf 21:47:10 Step 27/32 : RUN chmod +x /entrypoint.sh 21:47:10 ---> Running in 24c36e5fe885 21:47:10 ---> Running in 6bb6bb7b06e9 21:47:12 Removing intermediate container 24c36e5fe885 21:47:12 ---> a4414b941872 21:47:12 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:47:12 ---> Running in bd5dff5b008a [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:47:13 provisioning config files... 21:47:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config12324594783282919481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:47:13 Removing intermediate container bd5dff5b008a 21:47:13 ---> 4465b14c2205 21:47:13 Step 29/32 : CMD ["gate"] 21:47:13 ---> docker-login.sh 21:47:13 nexus3.edgexfoundry.org:10001 21:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:14 Configure a credential helper to remove this warning. See 21:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:14 21:47:14 Login Succeeded 21:47:14 nexus3.edgexfoundry.org:10002 21:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:14 Configure a credential helper to remove this warning. See 21:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:14 21:47:14 Login Succeeded 21:47:14 nexus3.edgexfoundry.org:10003 21:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:15 Configure a credential helper to remove this warning. See 21:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:15 21:47:15 Login Succeeded 21:47:15 nexus3.edgexfoundry.org:10004 21:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:15 Configure a credential helper to remove this warning. See 21:47:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:15 21:47:15 Login Succeeded 21:47:15 docker.io 21:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:16 Configure a credential helper to remove this warning. See 21:47:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:16 21:47:16 Login Succeeded 21:47:16 ---> docker-login.sh ends [Pipeline] } 21:47:16 Deleting 1 temporary files [Pipeline] // configFileProvider 21:47:16 ---> Running in 1b0fc2b236f8 21:47:16 Removing intermediate container 19bdd7724c11 21:47:16 ---> c981188bdb98 21:47:16 21:47:16 Step 10/22 : FROM alpine:3.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 21:47:16 ---> dfd21b5a31f5 21:47:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:47:16 Removing intermediate container 1b0fc2b236f8 21:47:16 ---> 30d6fd6f595d 21:47:16 Step 30/32 : LABEL arch=x86_64 21:47:16 ---> Running in c629b309351b [Pipeline] sh 21:47:17 ---> Running in 5b95ed9cb889 21:47:17 Removing intermediate container 5b95ed9cb889 21:47:17 ---> ffe0e73f2b40 21:47:17 Step 31/32 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:17 ---> Running in 5e4b81a09290 21:47:17 + git config --global --add safe.directory /w/workspace/edgex-go/446 [Pipeline] echo 21:47:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:47:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:47:17 ========================================================= 21:47:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:47:17 ========================================================= [Pipeline] fileExists 21:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:47:17 Removing intermediate container 5e4b81a09290 21:47:17 ---> 3c12c37ba739 21:47:17 Step 32/32 : LABEL version=3.0.0-dev.84 21:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:47:17 Removing intermediate container d3ddb5638a1d 21:47:17 ---> a8096e84ed38 21:47:17 Step 7/19 : COPY . . [Pipeline] sh 21:47:17 ---> Running in e7c971920bb4 21:47:17 Removing intermediate container e7c971920bb4 21:47:17 ---> b1483a7f4a25 21:47:17 21:47:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:47:17 (1/1) Installing dumb-init (1.2.5-r1) 21:47:17 Successfully built b1483a7f4a25 21:47:17 Executing busybox-1.35.0-r17.trigger 21:47:17 OK: 6 MiB in 15 packages 21:47:17 Successfully tagged security-bootstrapper:latest 21:47:17  Building security-bootstrapper ... done Building core-metadata 21:47:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:47:18 9b18e9b68314: Pulling fs layer 21:47:18 35d82f9e3411: Pulling fs layer 21:47:18 e16973657156: Pulling fs layer 21:47:18 fc693d55d65f: Pulling fs layer 21:47:18 7e9fc2657dce: Pulling fs layer 21:47:18 dda99020689f: Pulling fs layer 21:47:18 db1c61fa0a46: Pulling fs layer 21:47:18 891c053d2c06: Pulling fs layer 21:47:18 dda99020689f: Waiting 21:47:18 db1c61fa0a46: Waiting 21:47:18 891c053d2c06: Waiting 21:47:18 fc693d55d65f: Waiting 21:47:18 7e9fc2657dce: Waiting 21:47:18 e16973657156: Verifying Checksum 21:47:18 e16973657156: Download complete 21:47:18 35d82f9e3411: Verifying Checksum 21:47:18 35d82f9e3411: Download complete 21:47:18 7e9fc2657dce: Verifying Checksum 21:47:18 7e9fc2657dce: Download complete 21:47:18 dda99020689f: Download complete 21:47:18 9b18e9b68314: Verifying Checksum 21:47:18 9b18e9b68314: Download complete 21:47:19 9b18e9b68314: Pull complete 21:47:19 891c053d2c06: Verifying Checksum 21:47:19 891c053d2c06: Download complete 21:47:20 35d82f9e3411: Pull complete 21:47:20 e16973657156: Pull complete 21:47:20 db1c61fa0a46: Verifying Checksum 21:47:20 db1c61fa0a46: Download complete 21:47:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:47:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:47:21 ---> d578757a9c28 21:47:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:47:21 ---> Using cache 21:47:21 ---> 62e05e1a8a6f 21:47:21 Step 4/24 : WORKDIR /edgex-go 21:47:21 ---> Using cache 21:47:21 ---> 0f53e41fbc49 21:47:21 Step 5/24 : RUN apk add --update --no-cache make git 21:47:21 ---> Using cache 21:47:21 ---> 078a563d329c 21:47:21 Step 6/24 : COPY go.mod vendor* ./ 21:47:21 ---> Using cache 21:47:21 ---> b4a6f4f90a66 21:47:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:47:21 ---> Using cache 21:47:21 ---> 3cef6a3f8a98 21:47:21 Step 8/24 : COPY . . 21:47:21 ---> Using cache 21:47:21 ---> 34767069abae 21:47:21 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:47:21 fc693d55d65f: Verifying Checksum 21:47:21 fc693d55d65f: Download complete 21:47:22 Removing intermediate container c629b309351b 21:47:22 ---> d7f3e35c84fc 21:47:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:47:22 ---> Running in cad77dd82702 21:47:22 ---> Running in 6c9c9930c93f 21:47:22 ---> f12e6f971020 21:47:22 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:47:22 ---> Running in 213c6dded989 21:47:22 Removing intermediate container 6c9c9930c93f 21:47:22 ---> 4a39aac030ab 21:47:22 Step 13/22 : ENV APP_PORT=59861 21:47:22 ---> Running in a3b6d7d7a7f9 21:47:22 Removing intermediate container a3b6d7d7a7f9 21:47:22 ---> 79efa6a6dc34 21:47:22 Step 14/22 : EXPOSE $APP_PORT 21:47:22 ---> Running in 6ca01b345a33 21:47:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:47:22 Removing intermediate container 6ca01b345a33 21:47:22 ---> dbaad5a6473d 21:47:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:47:22 ---> 6321c3754cdf 21:47:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:47:23 ---> 8f0aeccb13d9 21:47:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:47:24 ---> 042429b10c9e 21:47:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:47:24 ---> Running in c2524083d7e3 21:47:24 Removing intermediate container c2524083d7e3 21:47:24 ---> f06c7526131f 21:47:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:47:24 ---> Running in e9c23f13f7c1 21:47:24 Removing intermediate container e9c23f13f7c1 21:47:24 ---> 8f0a59447744 21:47:24 Step 20/22 : LABEL arch=x86_64 21:47:24 ---> Running in c8f9684cbf6a 21:47:24 Removing intermediate container c8f9684cbf6a 21:47:24 ---> 9f4a86f44949 21:47:24 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:24 ---> Running in c7f34668251f 21:47:24 Removing intermediate container c7f34668251f 21:47:24 ---> 713efed43d18 21:47:24 Step 22/22 : LABEL version=3.0.0-dev.84 21:47:24 ---> Running in b97ee258f701 21:47:25 Removing intermediate container b97ee258f701 21:47:25 ---> 4f4085754cf1 21:47:25 21:47:25 Successfully built 4f4085754cf1 21:47:25 Successfully tagged support-scheduler:latest 21:47:25 Building security-proxy-auth 21:47:29  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:47:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:47:29 ---> d578757a9c28 21:47:29 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:47:29 ---> Using cache 21:47:29 ---> 62e05e1a8a6f 21:47:29 Step 4/22 : WORKDIR /edgex-go 21:47:29 ---> Using cache 21:47:29 ---> 0f53e41fbc49 21:47:29 Step 5/22 : RUN apk add --update --no-cache make git 21:47:29 ---> Using cache 21:47:29 ---> 078a563d329c 21:47:29 Step 6/22 : COPY go.mod vendor* ./ 21:47:29 ---> Using cache 21:47:29 ---> b4a6f4f90a66 21:47:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:47:29 ---> Using cache 21:47:29 ---> 3cef6a3f8a98 21:47:29 Step 8/22 : COPY . . 21:47:29 ---> Using cache 21:47:29 ---> 34767069abae 21:47:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:47:31 ---> Running in cdbb8edb2fe2 21:47:32 Removing intermediate container d51862459816 21:47:32 ---> 6e025d3289f5 21:47:32 21:47:32 Step 10/23 : FROM alpine:3.16 21:47:32 ---> dfd21b5a31f5 21:47:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:47:32 ---> Using cache 21:47:32 ---> d7f3e35c84fc 21:47:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:47:32 ---> Using cache 21:47:32 ---> 4a39aac030ab 21:47:32 Step 13/23 : ENV APP_PORT=59882 21:47:32 ---> Running in 1508795765b9 21:47:32 Removing intermediate container 1508795765b9 21:47:32 ---> 9487ecc4e05f 21:47:32 Step 14/23 : EXPOSE $APP_PORT 21:47:32 ---> Running in 045cd83f1562 21:47:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:47:33 Removing intermediate container 045cd83f1562 21:47:33 ---> c9df6ee82986 21:47:33 Step 15/23 : WORKDIR / 21:47:33 ---> Running in fd915dd284ab 21:47:33 Removing intermediate container fd915dd284ab 21:47:33 ---> 5f15721e1cd5 21:47:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:34 ---> 945aee7b631d 21:47:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:47:36 ---> 84a8ef83e24a 21:47:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:47:36 ---> a14c8671d9af 21:47:36 Step 19/23 : ENTRYPOINT ["/core-command"] 21:47:36 fc693d55d65f: Pull complete 21:47:36 7e9fc2657dce: Pull complete 21:47:36 dda99020689f: Pull complete 21:47:37 ---> Running in e5a30e5939b7 21:47:37 Removing intermediate container e5a30e5939b7 21:47:37 ---> 0e16b77aef89 21:47:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:47:38 ---> Running in b7ff3ce4d7de 21:47:38 Removing intermediate container b7ff3ce4d7de 21:47:38 ---> a4bd0d676783 21:47:38 Step 21/23 : LABEL arch=x86_64 21:47:38 ---> Running in 7fb33c6fb6a7 21:47:39 Removing intermediate container 7fb33c6fb6a7 21:47:39 ---> a3b29b2cbfd7 21:47:39 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:39 ---> Running in 11060baa9036 21:47:39 Removing intermediate container 11060baa9036 21:47:39 ---> 7d2b4e2e1d5f 21:47:39 Step 23/23 : LABEL version=3.0.0-dev.84 21:47:40 ---> Running in 4edc11be173d 21:47:40 Removing intermediate container 4edc11be173d 21:47:40 ---> ad2e78998f12 21:47:40 21:47:40 Successfully built ad2e78998f12 21:47:40 Successfully tagged core-command:latest 21:47:40  Building core-command ... done Building support-notifications 21:47:43 db1c61fa0a46: Pull complete 21:47:44 Removing intermediate container 6bb6bb7b06e9 21:47:44 ---> bc5e0a6e5960 21:47:44 Step 7/23 : COPY . . 21:47:45 891c053d2c06: Pull complete 21:47:45 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:47:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:47:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:47:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:47:45 WORKDIR /edgex 21:47:45 COPY go.mod . 21:47:45 RUN go mod download 21:47:45 + docker build -t ci-base-image-arm64 -f - . 21:47:46 Sending build context to Docker daemon 2.949MB 21:47:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:47:46 ---> f96f9c87975a 21:47:46 Step 2/4 : WORKDIR /edgex 21:47:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:47:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:47:46 ---> d578757a9c28 21:47:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:47:46 ---> Using cache 21:47:46 ---> 62e05e1a8a6f 21:47:46 Step 4/22 : WORKDIR /edgex-go 21:47:46 ---> Using cache 21:47:46 ---> 0f53e41fbc49 21:47:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:47:48 ---> Running in 21103b003995 21:47:48 Removing intermediate container 21103b003995 21:47:48 ---> 885d6cf4ca49 21:47:48 Step 3/4 : COPY go.mod . 21:47:49 ---> 2f54e16674ae 21:47:49 Step 4/4 : RUN go mod download 21:47:49 ---> Running in 31e8b1fb081e 21:47:49 ---> Running in efaac73e9728 21:47:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:47:50 ---> 792d9b07ee6f 21:47:50 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:47:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:47:50 ---> Running in 2c6217760f9d 21:47:50 OK: 211 MiB in 51 packages 21:47:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:47:52 Removing intermediate container efaac73e9728 21:47:52 ---> 90da9f6ad71f 21:47:52 Step 6/22 : COPY go.mod vendor* ./ 21:47:52 Removing intermediate container cad77dd82702 21:47:52 ---> f71ed21cb3c0 21:47:52 21:47:52 Step 10/24 : FROM alpine:3.16 21:47:52 ---> dfd21b5a31f5 21:47:52 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:47:52 ---> Using cache 21:47:52 ---> d7f3e35c84fc 21:47:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:47:52 ---> Using cache 21:47:52 ---> 4a39aac030ab 21:47:52 Step 13/24 : ENV APP_PORT=59881 21:47:53 ---> Running in a72d214770a1 21:47:53 Removing intermediate container 213c6dded989 21:47:53 ---> a6bae9edac6c 21:47:53 21:47:53 Step 9/19 : FROM alpine:3.15 21:47:53 ---> 5ce65d7b0fde 21:47:53 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:47:53 ---> Using cache 21:47:53 ---> 96a960491c9b 21:47:53 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:47:53 ---> Running in f466199b2698 21:47:53 Removing intermediate container a72d214770a1 21:47:53 ---> bc812332672e 21:47:53 Step 14/24 : EXPOSE $APP_PORT 21:47:53 ---> 1512d64d4ceb 21:47:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:47:53 ---> Running in 6d173a49eda3 21:47:53 ---> Running in 420670e3046f 21:47:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:47:53 Removing intermediate container 420670e3046f 21:47:53 ---> 46605a9dac1d 21:47:53 Step 15/24 : WORKDIR / 21:47:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:47:54 ---> Running in 38b4de43b10f 21:47:54 Removing intermediate container 38b4de43b10f 21:47:54 ---> e605f02916e4 21:47:54 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:54 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:47:54 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:47:54 OK: 15859 distinct packages available 21:47:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:47:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:47:54 (1/9) Installing ca-certificates (20220614-r0) 21:47:54 (2/9) Installing brotli-libs (1.0.9-r5) 21:47:54 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:47:54 (4/9) Installing libcurl (7.80.0-r6) 21:47:54 (5/9) Installing curl (7.80.0-r6) 21:47:54 (6/9) Installing dumb-init (1.2.5-r1) 21:47:54 (7/9) Installing musl-obstack (1.2.3-r0) 21:47:54 (8/9) Installing libucontext (1.1-r0) 21:47:54 (9/9) Installing gcompat (1.0.0-r4) 21:47:54 Executing busybox-1.34.1-r7.trigger 21:47:54 Executing ca-certificates-20220614-r0.trigger 21:47:54 OK: 8 MiB in 23 packages 21:47:55 ---> 37eaa1d27100 21:47:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:47:55 Removing intermediate container cdbb8edb2fe2 21:47:55 ---> 77d9b3e72a0b 21:47:55 21:47:55 Step 10/22 : FROM alpine:3.16 21:47:55 ---> dfd21b5a31f5 21:47:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:47:55 ---> Running in 6151f0d7e95a 21:47:55 ---> 8c22ac042331 21:47:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:47:56 Removing intermediate container 6151f0d7e95a 21:47:56 ---> f2d307b40ae8 21:47:56 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:47:56 ---> f3bbf83b163e 21:47:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:47:56 Removing intermediate container f466199b2698 21:47:56 ---> 6bde4a7dac19 21:47:56 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:56 ---> Running in 1f7595d2b1fa 21:47:57 ---> d6c57edbf837 21:47:57 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:47:57 ---> Running in f1645d5d4a5a 21:47:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:47:57 ---> fd836fc318f5 21:47:57 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:47:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:47:57 Removing intermediate container f1645d5d4a5a 21:47:57 ---> 1e7f50baface 21:47:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:47:57 ---> Running in 8c24bfc258cc 21:47:57 (1/1) Installing dumb-init (1.2.5-r1) 21:47:57 Executing busybox-1.35.0-r17.trigger 21:47:57 OK: 6 MiB in 15 packages 21:47:57 Removing intermediate container 8c24bfc258cc 21:47:57 ---> 762585874234 21:47:57 Step 22/24 : LABEL arch=x86_64 21:47:58 ---> Running in ba5403ec65ce 21:47:58 ---> b7b8212a27cc 21:47:58 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:47:58 Removing intermediate container 1f7595d2b1fa 21:47:58 ---> 2640b4894932 21:47:58 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:58 Removing intermediate container ba5403ec65ce 21:47:58 ---> afe8ad023158 21:47:58 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:47:58 ---> 732cd15a1750 21:47:58 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:47:58 ---> Running in c46f782a013a 21:47:58 ---> Running in 73815b6f6589 21:47:58 ---> a429201168fd 21:47:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:47:58 Removing intermediate container c46f782a013a 21:47:58 ---> f93848986b89 21:47:58 Step 24/24 : LABEL version=3.0.0-dev.84 21:47:58 ---> Running in 3035709f36da 21:47:59 Removing intermediate container 73815b6f6589 21:47:59 ---> 77540a2cada9 21:47:59 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:47:59 ---> Running in 66d0c9193621 21:47:59 Removing intermediate container 3035709f36da 21:47:59 ---> 343f648a523e 21:47:59 21:47:59 Removing intermediate container 66d0c9193621 21:47:59 ---> 72eef4d4f19a 21:47:59 Step 17/19 : LABEL arch=x86_64 21:47:59 ---> 73a1409e223c 21:47:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:47:59 ---> Running in bd00b3e80797 21:47:59 Successfully built 343f648a523e 21:47:59 Successfully tagged core-metadata:latest 21:47:59  Building core-metadata ... done Building core-common-config-bootstrapper 21:48:01 Removing intermediate container bd00b3e80797 21:48:01 ---> 2ac7e0dcac72 21:48:01 Step 18/19 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:01 ---> c42ad3f01686 21:48:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:48:01 ---> Running in e81d7ef3e849 21:48:02 Removing intermediate container e81d7ef3e849 21:48:02 ---> c1a45571167b 21:48:02 Step 19/19 : LABEL version=3.0.0-dev.84 21:48:02 ---> 9beadf892b42 21:48:02 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:48:02 ---> Running in e1882112969a 21:48:02 ---> Running in e83cb0d74009 21:48:02 Removing intermediate container e1882112969a 21:48:02 ---> 0028341000f0 21:48:02 21:48:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:48:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:48:02 ---> d578757a9c28 21:48:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:48:02 ---> Using cache 21:48:02 ---> 62e05e1a8a6f 21:48:02 Step 4/22 : WORKDIR /edgex-go 21:48:02 ---> Using cache 21:48:02 ---> 0f53e41fbc49 21:48:02 Step 5/22 : RUN apk add --update --no-cache make git 21:48:02 ---> Using cache 21:48:02 ---> 078a563d329c 21:48:02 Step 6/22 : COPY go.mod vendor* ./ 21:48:02 ---> Using cache 21:48:02 ---> b4a6f4f90a66 21:48:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:02 ---> Using cache 21:48:02 ---> 3cef6a3f8a98 21:48:02 Step 8/22 : COPY . . 21:48:02 ---> Using cache 21:48:02 ---> 34767069abae 21:48:02 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:48:02 Successfully built 0028341000f0 21:48:02 Successfully tagged security-spiffe-token-provider:latest 21:48:02 Building security-spire-config 21:48:04  Building security-spiffe-token-provider ... done  ---> Running in bfe8f88650b6 21:48:04 Removing intermediate container e83cb0d74009 21:48:04 ---> a9f6a8acf669 21:48:04 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:48:04 ---> Running in ef5deb32fc2e 21:48:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:48:04 Removing intermediate container ef5deb32fc2e 21:48:04 ---> 5600bb1c73df 21:48:04 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:48:05 ---> Running in 40b94cea46b7 21:48:05 Removing intermediate container 40b94cea46b7 21:48:05 ---> 95e7312fa908 21:48:05 Step 20/22 : LABEL arch=x86_64 21:48:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:48:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:48:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:48:06 ---> d578757a9c28 21:48:06 Step 3/24 : WORKDIR /edgex-go 21:48:06 ---> Using cache 21:48:06 ---> 400628f5d223 21:48:06 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:48:06 ---> Using cache 21:48:06 ---> 3bd257b96d41 21:48:06 Step 5/24 : COPY go.mod vendor* ./ 21:48:06 ---> Using cache 21:48:06 ---> b94f2a2d2929 21:48:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:06 ---> Using cache 21:48:06 ---> 674aa4892d57 21:48:06 Step 7/24 : COPY . . 21:48:06 ---> Using cache 21:48:06 ---> 37b09b8b7533 21:48:06 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:48:06 ---> Using cache 21:48:06 ---> 4f89890fface 21:48:06 Step 9/24 : WORKDIR /edgex-go/spire-build 21:48:06 ---> Using cache 21:48:06 ---> 4cb3e8ffd036 21:48:06 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:48:06 ---> Running in 70e72050de5e 21:48:07 ---> Running in 46009a80dd2f 21:48:07 Removing intermediate container 70e72050de5e 21:48:07 ---> 6e00aeeb314b 21:48:07 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:07 ---> Running in 64107b4c465d 21:48:07 Removing intermediate container 64107b4c465d 21:48:07 ---> 558185ad2309 21:48:07 Step 22/22 : LABEL version=3.0.0-dev.84 21:48:07 ---> Running in 3be94a97d9db 21:48:09 Removing intermediate container 3be94a97d9db 21:48:09 ---> 3d2995a2c472 21:48:09 21:48:09 Successfully built 3d2995a2c472 21:48:09 Successfully tagged security-proxy-auth:latest 21:48:09  Building security-proxy-auth ... done Removing intermediate container 46009a80dd2f 21:48:09 ---> a7bc7c5cbfaa 21:48:09 Step 11/24 : WORKDIR /edgex-go 21:48:09 Removing intermediate container 2c6217760f9d 21:48:09 ---> e1daedef1701 21:48:09 21:48:09 Step 9/23 : FROM alpine:3.16 21:48:09 ---> dfd21b5a31f5 21:48:09 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:48:09 ---> Running in 4a71025c75b2 21:48:09 ---> Running in 4b81c7d4ada7 21:48:09 Removing intermediate container 4a71025c75b2 21:48:09 ---> 43023e30cfb1 21:48:09 21:48:09 Step 12/24 : FROM alpine:3.15 21:48:09 ---> 5ce65d7b0fde 21:48:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:48:09 ---> Using cache 21:48:09 ---> 96a960491c9b 21:48:09 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:48:09 ---> Running in c33722b258c7 21:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:48:10 (1/3) Installing ca-certificates (20220614-r0) 21:48:10 (2/3) Installing dumb-init (1.2.5-r1) 21:48:10 (3/3) Installing su-exec (0.2-r1) 21:48:10 Executing busybox-1.35.0-r17.trigger 21:48:10 Executing ca-certificates-20220614-r0.trigger 21:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:48:10 OK: 6 MiB in 17 packages 21:48:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:48:10 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:48:10 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:48:10 OK: 15859 distinct packages available 21:48:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:48:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:48:11 (1/4) Installing dumb-init (1.2.5-r1) 21:48:11 (2/4) Installing musl-obstack (1.2.3-r0) 21:48:11 (3/4) Installing libucontext (1.1-r0) 21:48:11 (4/4) Installing gcompat (1.0.0-r4) 21:48:11 Executing busybox-1.34.1-r7.trigger 21:48:11 OK: 6 MiB in 18 packages 21:48:12 Removing intermediate container 4b81c7d4ada7 21:48:12 ---> 251d0d507467 21:48:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:48:13 Removing intermediate container c33722b258c7 21:48:13 ---> 0c0a8e84c6f1 21:48:13 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:48:13 ---> Running in 567e5c484898 21:48:13 Removing intermediate container 567e5c484898 21:48:13 ---> b3ea3ecca62c 21:48:13 Step 12/23 : WORKDIR / 21:48:13 ---> Running in c99a1ed5bcab 21:48:14 Removing intermediate container c99a1ed5bcab 21:48:14 ---> f042d8fb52f2 21:48:14 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:48:14 ---> 479f83e74d1c 21:48:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:48:14 ---> 4450fadecc75 21:48:14 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:48:14 ---> 82f7c8930434 21:48:14 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:48:15 ---> 73d01d026e6d 21:48:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:48:15 ---> Running in 37771da822be 21:48:15 ---> 842a3b637ee7 21:48:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:48:15 Removing intermediate container 37771da822be 21:48:15 ---> 289019e342d0 21:48:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:48:15 ---> dc7ed5924e07 21:48:15 Step 19/24 : WORKDIR / 21:48:15 ---> 8222a133b4cb 21:48:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:48:15 ---> Running in 21f6907b576e 21:48:16 Removing intermediate container 21f6907b576e 21:48:16 ---> a81ac3d8d352 21:48:16 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:48:16 ---> Running in 34b228500e84 21:48:16 ---> 73bde69b00b9 21:48:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:48:16 Removing intermediate container 34b228500e84 21:48:16 ---> d464a6e7b6a3 21:48:16 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:48:16 ---> Running in 88148ed8b54d 21:48:16 ---> 928b89ff68c0 21:48:16 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:48:16 ---> Running in 5e4a60c3cfa2 21:48:16 Removing intermediate container 88148ed8b54d 21:48:16 ---> 282b5710e43b 21:48:16 Step 22/24 : LABEL arch=x86_64 21:48:17 ---> Running in f16860458fcb 21:48:17 Removing intermediate container 6d173a49eda3 21:48:17 ---> efeef1c2a0f0 21:48:17 Step 8/22 : COPY . . 21:48:17 Removing intermediate container f16860458fcb 21:48:17 ---> 14f1c257cf50 21:48:17 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:17 ---> Running in d39544ff38a7 21:48:18 Removing intermediate container d39544ff38a7 21:48:18 ---> f309e4bf2f2f 21:48:18 Step 24/24 : LABEL version=3.0.0-dev.84 21:48:19 ---> Running in fa124f08fa71 21:48:19 Removing intermediate container 5e4a60c3cfa2 21:48:19 ---> a43843b2babc 21:48:19 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 21:48:19 Removing intermediate container fa124f08fa71 21:48:19 ---> aad5f2bf9dae 21:48:19 21:48:19 ---> Running in 97fca5507a00 21:48:19 Successfully built aad5f2bf9dae 21:48:19 Successfully tagged security-spire-config:latest 21:48:19  Building security-spire-config ... done Removing intermediate container 97fca5507a00 21:48:19 ---> 5cb90636400b 21:48:19 Step 21/23 : LABEL arch=x86_64 21:48:19 ---> Running in 4b5a60652a91 21:48:19 Removing intermediate container 4b5a60652a91 21:48:19 ---> c77ff36fc0d0 21:48:19 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:19 ---> Running in 89baf456c917 21:48:20 Removing intermediate container 89baf456c917 21:48:20 ---> b1fa8ff63df6 21:48:20 Step 23/23 : LABEL version=3.0.0-dev.84 21:48:20 ---> Running in f0ab24822e19 21:48:20 Removing intermediate container f0ab24822e19 21:48:20 ---> e3a2f0eec3f2 21:48:20 21:48:20 Successfully built e3a2f0eec3f2 21:48:20 Successfully tagged security-secretstore-setup:latest 21:48:21  Building security-secretstore-setup ... done Removing intermediate container bfe8f88650b6 21:48:21 ---> 83b726254804 21:48:21 21:48:21 Step 10/22 : FROM alpine:3.16 21:48:21 ---> dfd21b5a31f5 21:48:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:48:21 ---> Using cache 21:48:21 ---> f2d307b40ae8 21:48:21 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:48:21 ---> Using cache 21:48:21 ---> 2640b4894932 21:48:21 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:21 ---> Using cache 21:48:21 ---> 75047479bdcc 21:48:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:48:21 ---> a429201168fd 21:48:21 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:48:21 ---> Running in bd4e4d27b6ce 21:48:22 ---> 3e31afd58289 21:48:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:48:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:48:22 ---> 34dde27e78b4 21:48:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:48:22 ---> 26cc62ba3ef0 21:48:22 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:48:22 ---> Running in b01298a2fb24 21:48:23 Removing intermediate container b01298a2fb24 21:48:23 ---> 759e55c9f1f3 21:48:23 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:48:23 ---> Running in 5da2a0f360b4 21:48:23 Removing intermediate container 5da2a0f360b4 21:48:23 ---> c92a989d6d80 21:48:23 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:48:23 ---> Running in ea674696be41 21:48:23 Removing intermediate container ea674696be41 21:48:23 ---> 281bceacaa48 21:48:23 Step 20/22 : LABEL arch=x86_64 21:48:23 ---> Running in 8aa64c52e625 21:48:23 Removing intermediate container 8aa64c52e625 21:48:23 ---> 4003e7fcb605 21:48:23 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:23 ---> Running in 874f6fd30742 21:48:23 Removing intermediate container 874f6fd30742 21:48:23 ---> 358752614789 21:48:23 Step 22/22 : LABEL version=3.0.0-dev.84 21:48:24 ---> Running in 7429547c8e94 21:48:24 Removing intermediate container 7429547c8e94 21:48:24 ---> 1f80d70793d4 21:48:24 21:48:24 Successfully built 1f80d70793d4 21:48:24 Successfully tagged core-common-config-bootstrapper:latest 21:48:28 Removing intermediate container 31e8b1fb081e 21:48:28 ---> 9629b6ed3808 21:48:28 Successfully built 9629b6ed3808 21:48:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:29 + docker inspect -f . ci-base-image-arm64 21:48:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:48:29 prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container 21:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:48:31 $ docker top b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:32 + go version 21:48:32 go version go1.18.7 linux/arm64 [Pipeline] } 21:48:32 $ docker stop --time=1 b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 21:48:33 $ docker rm -f --volumes b65509eaba32c3c677695f0e2f2b401e6af7cdceeca4d89ae94d0ea10d7dc213 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:48:34 21:48:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:48:35 latest: Pulling from edgex-devops/edgex-compose-arm64 21:48:35 29e5d40040c1: Pulling fs layer 21:48:35 1ce36da41761: Pulling fs layer 21:48:35 25b303627fd3: Pulling fs layer 21:48:35 29e5d40040c1: Verifying Checksum 21:48:35 29e5d40040c1: Download complete 21:48:35 1ce36da41761: Verifying Checksum 21:48:35 1ce36da41761: Download complete 21:48:35 29e5d40040c1: Pull complete 21:48:37 25b303627fd3: Verifying Checksum 21:48:37 25b303627fd3: Download complete 21:48:37 1ce36da41761: Pull complete 21:48:42  Building core-common-config-bootstrapper ... done Removing intermediate container bd4e4d27b6ce 21:48:42 ---> 424d2500d624 21:48:42 21:48:42 Step 10/22 : FROM alpine:3.16 21:48:42 ---> dfd21b5a31f5 21:48:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:48:42 ---> Running in a86e8995fe8a 21:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:48:42 (1/2) Installing ca-certificates (20220614-r0) 21:48:42 (2/2) Installing dumb-init (1.2.5-r1) 21:48:42 Executing busybox-1.35.0-r17.trigger 21:48:42 Executing ca-certificates-20220614-r0.trigger 21:48:42 OK: 6 MiB in 16 packages 21:48:42 Removing intermediate container a86e8995fe8a 21:48:42 ---> a243c1bfe0b4 21:48:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:48:42 ---> Running in 02221d7ca5a7 21:48:42 Removing intermediate container 02221d7ca5a7 21:48:42 ---> ce3852c27bf5 21:48:42 Step 13/22 : ENV APP_PORT=59860 21:48:42 ---> Running in 6f10d7256bf5 21:48:42 Removing intermediate container 6f10d7256bf5 21:48:42 ---> c785517404f4 21:48:42 Step 14/22 : EXPOSE $APP_PORT 21:48:42 ---> Running in 227d9b2f49bf 21:48:42 Removing intermediate container 227d9b2f49bf 21:48:42 ---> af8d2fd68a06 21:48:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:42 ---> adfefbe41d74 21:48:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:48:42 ---> 5e632a04056d 21:48:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:48:42 ---> 8b5515a811c6 21:48:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:48:42 ---> Running in f0d0889288d1 21:48:42 Removing intermediate container f0d0889288d1 21:48:42 ---> 72d971979543 21:48:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:48:42 ---> Running in 31edf6753f59 21:48:42 Removing intermediate container 31edf6753f59 21:48:42 ---> 890e6a82d382 21:48:42 Step 20/22 : LABEL arch=x86_64 21:48:42 ---> Running in 0ced750c8407 21:48:42 Removing intermediate container 0ced750c8407 21:48:42 ---> f5d3764fc534 21:48:42 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:42 ---> Running in fddc73561a22 21:48:42 Removing intermediate container fddc73561a22 21:48:42 ---> ea411d24b7aa 21:48:42 Step 22/22 : LABEL version=3.0.0-dev.84 21:48:42 ---> Running in 26040ca0972b 21:48:42 Removing intermediate container 26040ca0972b 21:48:42 ---> d274e68942b4 21:48:42 21:48:42 Successfully built d274e68942b4 21:48:42 Successfully tagged support-notifications:latest 21:48:42  Building support-notifications ... done  [Pipeline] } 21:48:42 $ docker stop --time=1 e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc 21:48:44 $ docker rm -f --volumes e132b2933047a8dc8d5fa49993bef3548b0b347d897c7c290ed17e11aa0177fc [Pipeline] // withDockerContainer [Pipeline] sh 21:48:44 + docker images 21:48:44 REPOSITORY TAG IMAGE ID CREATED SIZE 21:48:44 support-notifications latest d274e68942b4 2 seconds ago 30.7MB 21:48:44 424d2500d624 6 seconds ago 1.75GB 21:48:44 core-common-config-bootstrapper latest 1f80d70793d4 21 seconds ago 15.5MB 21:48:44 83b726254804 24 seconds ago 1.68GB 21:48:44 security-secretstore-setup latest e3a2f0eec3f2 24 seconds ago 29.9MB 21:48:44 security-spire-config latest aad5f2bf9dae 25 seconds ago 85.8MB 21:48:44 43023e30cfb1 35 seconds ago 1.55GB 21:48:44 e1daedef1701 36 seconds ago 1.67GB 21:48:44 security-proxy-auth latest 3d2995a2c472 37 seconds ago 16.2MB 21:48:44 security-spiffe-token-provider latest 0028341000f0 42 seconds ago 30MB 21:48:44 core-metadata latest 343f648a523e 45 seconds ago 18.5MB 21:48:44 77d9b3e72a0b 50 seconds ago 1.66GB 21:48:44 f71ed21cb3c0 52 seconds ago 1.69GB 21:48:44 a6bae9edac6c 52 seconds ago 1.72GB 21:48:44 core-command latest ad2e78998f12 About a minute ago 17.8MB 21:48:44 6e025d3289f5 About a minute ago 1.68GB 21:48:44 support-scheduler latest 4f4085754cf1 About a minute ago 30.1MB 21:48:44 security-bootstrapper latest b1483a7f4a25 About a minute ago 19.8MB 21:48:44 c981188bdb98 About a minute ago 1.75GB 21:48:44 security-proxy-setup latest a9663294e8ca About a minute ago 16.4MB 21:48:44 core-data latest 1deffba74c3a About a minute ago 18MB 21:48:44 9c9bb685f5a7 About a minute ago 1.67GB 21:48:44 b8e4808d9190 About a minute ago 1.69GB 21:48:44 e147a672d644 About a minute ago 1.66GB 21:48:44 security-spire-agent latest e0a3d2b66f3b About a minute ago 125MB 21:48:44 security-spire-server latest cf13b0028ed6 2 minutes ago 86.5MB 21:48:44 e5698098cae2 2 minutes ago 1.55GB 21:48:44 3a180bddfcc8 2 minutes ago 1.55GB 21:48:44 ci-base-image-x86_64 latest d578757a9c28 5 minutes ago 903MB 21:48:44 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 21:48:44 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 21:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 21:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 21:48:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:48:44 provisioning config files... 21:48:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config6314948246918905039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:44 ---> docker-login.sh 21:48:44 nexus3.edgexfoundry.org:10001 21:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:44 Configure a credential helper to remove this warning. See 21:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:44 21:48:44 Login Succeeded 21:48:44 nexus3.edgexfoundry.org:10002 21:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:44 Configure a credential helper to remove this warning. See 21:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:44 21:48:44 Login Succeeded 21:48:44 nexus3.edgexfoundry.org:10003 21:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:45 Configure a credential helper to remove this warning. See 21:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:45 21:48:45 Login Succeeded 21:48:45 nexus3.edgexfoundry.org:10004 21:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:45 Configure a credential helper to remove this warning. See 21:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:45 21:48:45 Login Succeeded 21:48:45 docker.io 21:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:45 Configure a credential helper to remove this warning. See 21:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:45 21:48:45 Login Succeeded 21:48:45 ---> docker-login.sh ends [Pipeline] } 21:48:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:48:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:48:45 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:48:45 54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:45 latest 21:48:45 3.0.0-dev.84 21:48:45 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:45 main 21:48:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:45 + docker push nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:48:45 017257542aea: Preparing 21:48:45 ca0d9034183c: Preparing 21:48:45 df6e0af48068: Preparing 21:48:45 da25064f5498: Preparing 21:48:45 aa5968d388b8: Preparing 21:48:45 aa5968d388b8: Layer already exists 21:48:45 da25064f5498: Pushed 21:48:45 017257542aea: Pushed 21:48:45 df6e0af48068: Pushed 21:48:47 ca0d9034183c: Pushed 21:48:47 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:47 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:48:47 017257542aea: Preparing 21:48:47 ca0d9034183c: Preparing 21:48:47 df6e0af48068: Preparing 21:48:47 da25064f5498: Preparing 21:48:47 aa5968d388b8: Preparing 21:48:47 ca0d9034183c: Layer already exists 21:48:47 aa5968d388b8: Layer already exists 21:48:47 da25064f5498: Layer already exists 21:48:47 017257542aea: Layer already exists 21:48:47 df6e0af48068: Layer already exists 21:48:47 latest: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:48 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 21:48:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:48:48 017257542aea: Preparing 21:48:48 ca0d9034183c: Preparing 21:48:48 df6e0af48068: Preparing 21:48:48 da25064f5498: Preparing 21:48:48 aa5968d388b8: Preparing 21:48:48 df6e0af48068: Layer already exists 21:48:48 017257542aea: Layer already exists 21:48:48 ca0d9034183c: Layer already exists 21:48:48 aa5968d388b8: Layer already exists 21:48:48 da25064f5498: Layer already exists 21:48:48 3.0.0-dev.84: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:49 + docker push nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:48:49 017257542aea: Preparing 21:48:49 ca0d9034183c: Preparing 21:48:49 df6e0af48068: Preparing 21:48:49 da25064f5498: Preparing 21:48:49 aa5968d388b8: Preparing 21:48:49 aa5968d388b8: Layer already exists 21:48:49 df6e0af48068: Layer already exists 21:48:49 ca0d9034183c: Layer already exists 21:48:49 017257542aea: Layer already exists 21:48:49 da25064f5498: Layer already exists 21:48:49 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:49 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:48:49 017257542aea: Preparing 21:48:49 ca0d9034183c: Preparing 21:48:49 df6e0af48068: Preparing 21:48:49 da25064f5498: Preparing 21:48:49 aa5968d388b8: Preparing 21:48:49 ca0d9034183c: Layer already exists 21:48:49 aa5968d388b8: Layer already exists 21:48:49 017257542aea: Layer already exists 21:48:49 df6e0af48068: Layer already exists 21:48:49 da25064f5498: Layer already exists 21:48:49 main: digest: sha256:d40e95df58dd1f6e1441a82fdde8ffd34bbf938002a2efa4192cff91df09c489 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:48:49 ===================================================== [Pipeline] echo 21:48:49 taggedImages: 21:48:49 - nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:49 - nexus3.edgexfoundry.org:10004/core-command:latest 21:48:49 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.84 21:48:49 - nexus3.edgexfoundry.org:10004/core-command:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:49 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:48:49 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:48:49 54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:49 latest 21:48:49 3.0.0-dev.84 21:48:49 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:49 main 21:48:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:50 25b303627fd3: Pull complete 21:48:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:48:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:48:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:48:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:50 prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container 21:48:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:48:53 $ docker top a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh 21:48:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:48:53 1ab71e451fb0: Preparing 21:48:53 d93846298baa: Preparing 21:48:53 64b6d518ea37: Preparing 21:48:53 e64bdb26e441: Preparing 21:48:53 df6e0af48068: Preparing 21:48:53 4a753f7e8b6e: Preparing 21:48:53 aa5968d388b8: Preparing 21:48:53 4a753f7e8b6e: Waiting 21:48:53 df6e0af48068: Layer already exists 21:48:53 d93846298baa: Pushed 21:48:53 aa5968d388b8: Layer already exists 21:48:53 4a753f7e8b6e: Pushed 21:48:53 1ab71e451fb0: Pushed 21:48:53 64b6d518ea37: Pushed 21:48:54 + docker-compose build --help+ 21:48:54 grep parallel 21:48:54 e64bdb26e441: Pushed 21:48:54 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:48:55 1ab71e451fb0: Preparing 21:48:55 d93846298baa: Preparing 21:48:55 64b6d518ea37: Preparing 21:48:55 e64bdb26e441: Preparing 21:48:55 df6e0af48068: Preparing 21:48:55 4a753f7e8b6e: Preparing 21:48:55 aa5968d388b8: Preparing 21:48:55 aa5968d388b8: Waiting 21:48:55 4a753f7e8b6e: Waiting 21:48:55 df6e0af48068: Layer already exists 21:48:55 e64bdb26e441: Layer already exists 21:48:55 1ab71e451fb0: Layer already exists 21:48:55 64b6d518ea37: Layer already exists 21:48:55 d93846298baa: Layer already exists 21:48:55 4a753f7e8b6e: Layer already exists 21:48:55 aa5968d388b8: Layer already exists 21:48:55 latest: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 21:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:48:55 1ab71e451fb0: Preparing 21:48:55 d93846298baa: Preparing 21:48:55 64b6d518ea37: Preparing 21:48:55 e64bdb26e441: Preparing 21:48:55 df6e0af48068: Preparing 21:48:55 4a753f7e8b6e: Preparing 21:48:55 aa5968d388b8: Preparing 21:48:55 4a753f7e8b6e: Waiting 21:48:55 aa5968d388b8: Waiting 21:48:55 e64bdb26e441: Layer already exists 21:48:55 1ab71e451fb0: Layer already exists 21:48:55 d93846298baa: Layer already exists 21:48:55 df6e0af48068: Layer already exists 21:48:55 64b6d518ea37: Layer already exists 21:48:55 4a753f7e8b6e: Layer already exists 21:48:55 aa5968d388b8: Layer already exists 21:48:55 3.0.0-dev.84: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:48:56 1ab71e451fb0: Preparing 21:48:56 d93846298baa: Preparing 21:48:56 64b6d518ea37: Preparing 21:48:56 e64bdb26e441: Preparing 21:48:56 df6e0af48068: Preparing 21:48:56 4a753f7e8b6e: Preparing 21:48:56 aa5968d388b8: Preparing 21:48:56 aa5968d388b8: Waiting 21:48:56 df6e0af48068: Layer already exists 21:48:56 d93846298baa: Layer already exists 21:48:56 e64bdb26e441: Layer already exists 21:48:56 64b6d518ea37: Layer already exists 21:48:56 1ab71e451fb0: Layer already exists 21:48:56 4a753f7e8b6e: Layer already exists 21:48:56 aa5968d388b8: Layer already exists 21:48:56 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:48:57 1ab71e451fb0: Preparing 21:48:57 d93846298baa: Preparing 21:48:57 64b6d518ea37: Preparing 21:48:57 e64bdb26e441: Preparing 21:48:57 df6e0af48068: Preparing 21:48:57 4a753f7e8b6e: Preparing 21:48:57 aa5968d388b8: Preparing 21:48:57 4a753f7e8b6e: Waiting 21:48:57 aa5968d388b8: Waiting 21:48:57 e64bdb26e441: Layer already exists 21:48:57 64b6d518ea37: Layer already exists 21:48:57 d93846298baa: Layer already exists 21:48:57 df6e0af48068: Layer already exists 21:48:57 1ab71e451fb0: Layer already exists 21:48:57 4a753f7e8b6e: Layer already exists 21:48:57 aa5968d388b8: Layer already exists 21:48:57 main: digest: sha256:862b6b7e119ca1209a59501e7e9927e725e50b93bfd91200346834e74dd719d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:48:57 ===================================================== [Pipeline] echo 21:48:57 taggedImages: 21:48:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:48:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.84 21:48:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:48:57 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:48:57 54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:57 latest 21:48:57 3.0.0-dev.84 21:48:57 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:48:57 main 21:48:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:58 + docker push nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d 21:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:48:58 8ba3bb341db5: Preparing 21:48:58 f53f1cddbb64: Preparing 21:48:58 df6e0af48068: Preparing 21:48:58 752f31498dbf: Preparing 21:48:58 aa5968d388b8: Preparing 21:48:58 df6e0af48068: Layer already exists 21:48:58 aa5968d388b8: Layer already exists 21:48:58 8ba3bb341db5: Pushed 21:48:58 752f31498dbf: Pushed 21:48:59 f53f1cddbb64: Pushed 21:48:59 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:48:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:00 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:49:00 8ba3bb341db5: Preparing 21:49:00 f53f1cddbb64: Preparing 21:49:00 df6e0af48068: Preparing 21:49:00 752f31498dbf: Preparing 21:49:00 aa5968d388b8: Preparing 21:49:00 aa5968d388b8: Layer already exists 21:49:00 8ba3bb341db5: Layer already exists 21:49:00 f53f1cddbb64: Layer already exists 21:49:00 752f31498dbf: Layer already exists 21:49:00 df6e0af48068: Layer already exists 21:49:00 latest: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:00 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 21:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:49:00 8ba3bb341db5: Preparing 21:49:00 f53f1cddbb64: Preparing 21:49:00 df6e0af48068: Preparing 21:49:00 752f31498dbf: Preparing 21:49:00 aa5968d388b8: Preparing 21:49:00 aa5968d388b8: Layer already exists 21:49:00 f53f1cddbb64: Layer already exists 21:49:00 752f31498dbf: Layer already exists 21:49:00 8ba3bb341db5: Layer already exists 21:49:00 df6e0af48068: Layer already exists 21:49:00 3.0.0-dev.84: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:01 + docker push nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:49:01 8ba3bb341db5: Preparing 21:49:01 f53f1cddbb64: Preparing 21:49:01 df6e0af48068: Preparing 21:49:01 752f31498dbf: Preparing 21:49:01 aa5968d388b8: Preparing 21:49:01 df6e0af48068: Layer already exists 21:49:01 8ba3bb341db5: Layer already exists 21:49:01 f53f1cddbb64: Layer already exists 21:49:01 aa5968d388b8: Layer already exists 21:49:01 752f31498dbf: Layer already exists 21:49:01 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:02 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:49:02 8ba3bb341db5: Preparing 21:49:02 f53f1cddbb64: Preparing 21:49:02 df6e0af48068: Preparing 21:49:02 752f31498dbf: Preparing 21:49:02 aa5968d388b8: Preparing 21:49:02 aa5968d388b8: Layer already exists 21:49:02 df6e0af48068: Layer already exists 21:49:02 8ba3bb341db5: Layer already exists 21:49:02 752f31498dbf: Layer already exists 21:49:02 f53f1cddbb64: Layer already exists 21:49:02 main: digest: sha256:c68c60e08ce2cbdaa7ea8f416d89f3ef16a59b602cc3d718ef8cab74039764e5 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:02 ===================================================== [Pipeline] echo 21:49:02 taggedImages: 21:49:02 - nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:02 - nexus3.edgexfoundry.org:10004/core-data:latest 21:49:02 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.84 21:49:02 - nexus3.edgexfoundry.org:10004/core-data:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:02 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:49:02 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:49:02 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:02 latest 21:49:02 3.0.0-dev.84 21:49:02 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:02 main 21:49:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:02 --parallel Build images in parallel. [Pipeline] } 21:49:02 $ docker stop --time=1 a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c 21:49:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:04 $ docker rm -f --volumes a7d8b9e36ac84f6bfdd8bf6518cbdebb90c2a10cfc71e871c9a15b7893ee0c2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:49:04 36037b0a1efc: Preparing 21:49:04 7b78cf1d3492: Preparing 21:49:04 95b43f0b0f16: Preparing 21:49:04 df6e0af48068: Preparing 21:49:04 da25064f5498: Preparing 21:49:04 aa5968d388b8: Preparing 21:49:04 aa5968d388b8: Waiting 21:49:04 df6e0af48068: Layer already exists 21:49:04 da25064f5498: Layer already exists 21:49:04 aa5968d388b8: Layer already exists 21:49:04 7b78cf1d3492: Pushed 21:49:04 36037b0a1efc: Pushed 21:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:49:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:49:04 prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container 21:49:05 $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:49:06 95b43f0b0f16: Pushed 21:49:06 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 21:49:07 $ docker top 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:08 + docker-compose -f ./docker-compose-build.yml build --parallel 21:49:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:49:08 36037b0a1efc: Preparing 21:49:08 7b78cf1d3492: Preparing 21:49:08 95b43f0b0f16: Preparing 21:49:08 df6e0af48068: Preparing 21:49:08 da25064f5498: Preparing 21:49:08 aa5968d388b8: Preparing 21:49:08 aa5968d388b8: Waiting 21:49:08 36037b0a1efc: Layer already exists 21:49:08 95b43f0b0f16: Layer already exists 21:49:08 df6e0af48068: Layer already exists 21:49:08 7b78cf1d3492: Layer already exists 21:49:08 da25064f5498: Layer already exists 21:49:08 aa5968d388b8: Layer already exists 21:49:08 latest: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 21:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:49:09 36037b0a1efc: Preparing 21:49:09 7b78cf1d3492: Preparing 21:49:09 95b43f0b0f16: Preparing 21:49:09 df6e0af48068: Preparing 21:49:09 da25064f5498: Preparing 21:49:09 aa5968d388b8: Preparing 21:49:09 aa5968d388b8: Waiting 21:49:09 95b43f0b0f16: Layer already exists 21:49:09 df6e0af48068: Layer already exists 21:49:09 da25064f5498: Layer already exists 21:49:09 36037b0a1efc: Layer already exists 21:49:09 7b78cf1d3492: Layer already exists 21:49:09 aa5968d388b8: Layer already exists 21:49:09 3.0.0-dev.84: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:49:09 36037b0a1efc: Preparing 21:49:09 7b78cf1d3492: Preparing 21:49:09 95b43f0b0f16: Preparing 21:49:09 df6e0af48068: Preparing 21:49:09 da25064f5498: Preparing 21:49:09 aa5968d388b8: Preparing 21:49:09 aa5968d388b8: Waiting 21:49:09 7b78cf1d3492: Layer already exists 21:49:09 df6e0af48068: Layer already exists 21:49:09 95b43f0b0f16: Layer already exists 21:49:09 36037b0a1efc: Layer already exists 21:49:09 da25064f5498: Layer already exists 21:49:09 aa5968d388b8: Layer already exists 21:49:09 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:49:10 36037b0a1efc: Preparing 21:49:10 7b78cf1d3492: Preparing 21:49:10 95b43f0b0f16: Preparing 21:49:10 df6e0af48068: Preparing 21:49:10 da25064f5498: Preparing 21:49:10 aa5968d388b8: Preparing 21:49:10 aa5968d388b8: Waiting 21:49:10 df6e0af48068: Layer already exists 21:49:10 7b78cf1d3492: Layer already exists 21:49:10 da25064f5498: Layer already exists 21:49:10 36037b0a1efc: Layer already exists 21:49:10 95b43f0b0f16: Layer already exists 21:49:10 aa5968d388b8: Layer already exists 21:49:10 main: digest: sha256:30435a51a42f2694dd3a5c51f7aac40302935d548b4a71bf7da8abae67122cf8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:10 ===================================================== [Pipeline] echo 21:49:10 taggedImages: 21:49:10 - nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:49:10 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.84 21:49:10 - nexus3.edgexfoundry.org:10004/core-metadata:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:49:10 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:49:10 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:10 latest 21:49:10 3.0.0-dev.84 21:49:10 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:10 main 21:49:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:49:11 72d3e21939b3: Preparing 21:49:11 72d3e21939b3: Preparing 21:49:11 936e50fc6b05: Preparing 21:49:11 9f0f2cb4e510: Preparing 21:49:11 d3278df6f76d: Preparing 21:49:11 bf4ec7e0efe8: Preparing 21:49:11 5fe9d8ceab9d: Preparing 21:49:11 df6e0af48068: Preparing 21:49:11 5bfe3b4f5d46: Preparing 21:49:11 f961d36d08ef: Preparing 21:49:11 92c2bffd0e11: Preparing 21:49:11 c5210529d548: Preparing 21:49:11 aa5968d388b8: Preparing 21:49:11 5fe9d8ceab9d: Waiting 21:49:11 c5210529d548: Waiting 21:49:11 df6e0af48068: Waiting 21:49:11 f961d36d08ef: Waiting 21:49:11 aa5968d388b8: Waiting 21:49:11 5bfe3b4f5d46: Waiting 21:49:11 72d3e21939b3: Pushed 21:49:11 936e50fc6b05: Pushed 21:49:11 d3278df6f76d: Pushed 21:49:11 bf4ec7e0efe8: Pushed 21:49:11 9f0f2cb4e510: Pushed 21:49:11 df6e0af48068: Layer already exists 21:49:11 5bfe3b4f5d46: Pushed 21:49:11 92c2bffd0e11: Pushed 21:49:11 aa5968d388b8: Layer already exists 21:49:11 f961d36d08ef: Pushed 21:49:11 c5210529d548: Pushed 21:49:12 5fe9d8ceab9d: Pushed 21:49:12 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:49:13 72d3e21939b3: Preparing 21:49:13 72d3e21939b3: Preparing 21:49:13 936e50fc6b05: Preparing 21:49:13 9f0f2cb4e510: Preparing 21:49:13 d3278df6f76d: Preparing 21:49:13 bf4ec7e0efe8: Preparing 21:49:13 5fe9d8ceab9d: Preparing 21:49:13 df6e0af48068: Preparing 21:49:13 5bfe3b4f5d46: Preparing 21:49:13 f961d36d08ef: Preparing 21:49:13 92c2bffd0e11: Preparing 21:49:13 c5210529d548: Preparing 21:49:13 aa5968d388b8: Preparing 21:49:13 5bfe3b4f5d46: Waiting 21:49:13 f961d36d08ef: Waiting 21:49:13 92c2bffd0e11: Waiting 21:49:13 c5210529d548: Waiting 21:49:13 aa5968d388b8: Waiting 21:49:13 5fe9d8ceab9d: Waiting 21:49:13 df6e0af48068: Waiting 21:49:13 d3278df6f76d: Layer already exists 21:49:13 936e50fc6b05: Layer already exists 21:49:13 bf4ec7e0efe8: Layer already exists 21:49:13 72d3e21939b3: Layer already exists 21:49:13 9f0f2cb4e510: Layer already exists 21:49:13 5fe9d8ceab9d: Layer already exists 21:49:13 df6e0af48068: Layer already exists 21:49:13 5bfe3b4f5d46: Layer already exists 21:49:13 f961d36d08ef: Layer already exists 21:49:13 92c2bffd0e11: Layer already exists 21:49:13 c5210529d548: Layer already exists 21:49:13 aa5968d388b8: Layer already exists 21:49:13 latest: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 21:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:49:14 72d3e21939b3: Preparing 21:49:14 72d3e21939b3: Preparing 21:49:14 936e50fc6b05: Preparing 21:49:14 9f0f2cb4e510: Preparing 21:49:14 d3278df6f76d: Preparing 21:49:14 bf4ec7e0efe8: Preparing 21:49:14 5fe9d8ceab9d: Preparing 21:49:14 df6e0af48068: Preparing 21:49:14 5bfe3b4f5d46: Preparing 21:49:14 f961d36d08ef: Preparing 21:49:14 92c2bffd0e11: Preparing 21:49:14 c5210529d548: Preparing 21:49:14 aa5968d388b8: Preparing 21:49:14 5bfe3b4f5d46: Waiting 21:49:14 c5210529d548: Waiting 21:49:14 f961d36d08ef: Waiting 21:49:14 92c2bffd0e11: Waiting 21:49:14 5fe9d8ceab9d: Waiting 21:49:14 df6e0af48068: Waiting 21:49:14 72d3e21939b3: Layer already exists 21:49:14 936e50fc6b05: Layer already exists 21:49:14 bf4ec7e0efe8: Layer already exists 21:49:14 d3278df6f76d: Layer already exists 21:49:14 9f0f2cb4e510: Layer already exists 21:49:14 df6e0af48068: Layer already exists 21:49:14 5fe9d8ceab9d: Layer already exists 21:49:14 5bfe3b4f5d46: Layer already exists 21:49:14 f961d36d08ef: Layer already exists 21:49:14 92c2bffd0e11: Layer already exists 21:49:14 aa5968d388b8: Layer already exists 21:49:14 c5210529d548: Layer already exists 21:49:14 3.0.0-dev.84: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:49:15 72d3e21939b3: Preparing 21:49:15 72d3e21939b3: Preparing 21:49:15 936e50fc6b05: Preparing 21:49:15 9f0f2cb4e510: Preparing 21:49:15 d3278df6f76d: Preparing 21:49:15 bf4ec7e0efe8: Preparing 21:49:15 5fe9d8ceab9d: Preparing 21:49:15 df6e0af48068: Preparing 21:49:15 5bfe3b4f5d46: Preparing 21:49:15 f961d36d08ef: Preparing 21:49:15 92c2bffd0e11: Preparing 21:49:15 c5210529d548: Preparing 21:49:15 aa5968d388b8: Preparing 21:49:15 5fe9d8ceab9d: Waiting 21:49:15 5bfe3b4f5d46: Waiting 21:49:15 c5210529d548: Waiting 21:49:15 f961d36d08ef: Waiting 21:49:15 aa5968d388b8: Waiting 21:49:15 92c2bffd0e11: Waiting 21:49:15 72d3e21939b3: Layer already exists 21:49:15 936e50fc6b05: Layer already exists 21:49:15 d3278df6f76d: Layer already exists 21:49:15 9f0f2cb4e510: Layer already exists 21:49:15 bf4ec7e0efe8: Layer already exists 21:49:15 5fe9d8ceab9d: Layer already exists 21:49:15 df6e0af48068: Layer already exists 21:49:15 5bfe3b4f5d46: Layer already exists 21:49:15 f961d36d08ef: Layer already exists 21:49:15 92c2bffd0e11: Layer already exists 21:49:15 c5210529d548: Layer already exists 21:49:15 aa5968d388b8: Layer already exists 21:49:15 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:49:16 72d3e21939b3: Preparing 21:49:16 72d3e21939b3: Preparing 21:49:16 936e50fc6b05: Preparing 21:49:16 9f0f2cb4e510: Preparing 21:49:16 d3278df6f76d: Preparing 21:49:16 bf4ec7e0efe8: Preparing 21:49:16 5fe9d8ceab9d: Preparing 21:49:16 df6e0af48068: Preparing 21:49:16 5bfe3b4f5d46: Preparing 21:49:16 f961d36d08ef: Preparing 21:49:16 92c2bffd0e11: Preparing 21:49:16 c5210529d548: Preparing 21:49:16 aa5968d388b8: Preparing 21:49:16 5bfe3b4f5d46: Waiting 21:49:16 5fe9d8ceab9d: Waiting 21:49:16 f961d36d08ef: Waiting 21:49:16 92c2bffd0e11: Waiting 21:49:16 df6e0af48068: Waiting 21:49:16 c5210529d548: Waiting 21:49:16 aa5968d388b8: Waiting 21:49:16 936e50fc6b05: Layer already exists 21:49:16 d3278df6f76d: Layer already exists 21:49:16 bf4ec7e0efe8: Layer already exists 21:49:16 9f0f2cb4e510: Layer already exists 21:49:16 72d3e21939b3: Layer already exists 21:49:16 5fe9d8ceab9d: Layer already exists 21:49:16 df6e0af48068: Layer already exists 21:49:16 5bfe3b4f5d46: Layer already exists 21:49:16 92c2bffd0e11: Layer already exists 21:49:16 f961d36d08ef: Layer already exists 21:49:16 c5210529d548: Layer already exists 21:49:16 aa5968d388b8: Layer already exists 21:49:16 main: digest: sha256:8838c034fd38b3b045d2fd5b46013736cc51b074e267b86bee997865f90b94a3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:16 ===================================================== [Pipeline] echo 21:49:16 taggedImages: 21:49:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:49:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.84 21:49:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:49:16 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:49:16 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:16 latest 21:49:16 3.0.0-dev.84 21:49:16 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:16 main 21:49:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:16 Building core-command ... 21:49:16 Building core-common-config-bootstrapper ... 21:49:16 Building core-data ... 21:49:16 Building core-metadata ... 21:49:16 Building security-bootstrapper ... 21:49:16 Building security-proxy-auth ... 21:49:16 Building security-proxy-setup ... 21:49:16 Building security-secretstore-setup ... 21:49:16 Building security-spiffe-token-provider ... 21:49:16 Building security-spire-agent ... 21:49:16 Building security-spire-config ... 21:49:16 Building security-spire-server ... 21:49:16 Building support-notifications ... 21:49:16 Building support-scheduler ... 21:49:16 Building security-spire-config 21:49:16 Building support-scheduler 21:49:16 Building security-proxy-setup 21:49:16 Building core-data 21:49:16 Building security-proxy-auth 21:49:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:49:16 d21f0c077915: Preparing 21:49:16 e48a49b79f39: Preparing 21:49:16 a6e3a4276f79: Preparing 21:49:16 ab20cb2ab4fb: Preparing 21:49:16 df6e0af48068: Preparing 21:49:16 4a753f7e8b6e: Preparing 21:49:16 aa5968d388b8: Preparing 21:49:16 4a753f7e8b6e: Waiting 21:49:16 aa5968d388b8: Waiting 21:49:16 df6e0af48068: Layer already exists 21:49:16 4a753f7e8b6e: Layer already exists 21:49:16 aa5968d388b8: Layer already exists 21:49:16 d21f0c077915: Pushed 21:49:16 a6e3a4276f79: Pushed 21:49:16 e48a49b79f39: Pushed 21:49:18 ab20cb2ab4fb: Pushed 21:49:18 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:49:18 d21f0c077915: Preparing 21:49:18 e48a49b79f39: Preparing 21:49:18 a6e3a4276f79: Preparing 21:49:18 ab20cb2ab4fb: Preparing 21:49:18 df6e0af48068: Preparing 21:49:18 4a753f7e8b6e: Preparing 21:49:18 aa5968d388b8: Preparing 21:49:18 4a753f7e8b6e: Waiting 21:49:18 aa5968d388b8: Waiting 21:49:18 df6e0af48068: Layer already exists 21:49:18 e48a49b79f39: Layer already exists 21:49:18 d21f0c077915: Layer already exists 21:49:18 a6e3a4276f79: Layer already exists 21:49:18 ab20cb2ab4fb: Layer already exists 21:49:18 4a753f7e8b6e: Layer already exists 21:49:18 aa5968d388b8: Layer already exists 21:49:18 latest: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 21:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:49:19 d21f0c077915: Preparing 21:49:19 e48a49b79f39: Preparing 21:49:19 a6e3a4276f79: Preparing 21:49:19 ab20cb2ab4fb: Preparing 21:49:19 df6e0af48068: Preparing 21:49:19 4a753f7e8b6e: Preparing 21:49:19 aa5968d388b8: Preparing 21:49:19 aa5968d388b8: Waiting 21:49:19 4a753f7e8b6e: Waiting 21:49:19 a6e3a4276f79: Layer already exists 21:49:19 df6e0af48068: Layer already exists 21:49:19 d21f0c077915: Layer already exists 21:49:19 e48a49b79f39: Layer already exists 21:49:19 ab20cb2ab4fb: Layer already exists 21:49:19 4a753f7e8b6e: Layer already exists 21:49:19 aa5968d388b8: Layer already exists 21:49:19 3.0.0-dev.84: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:49:19 d21f0c077915: Preparing 21:49:19 e48a49b79f39: Preparing 21:49:19 a6e3a4276f79: Preparing 21:49:19 ab20cb2ab4fb: Preparing 21:49:19 df6e0af48068: Preparing 21:49:19 4a753f7e8b6e: Preparing 21:49:19 aa5968d388b8: Preparing 21:49:19 4a753f7e8b6e: Waiting 21:49:19 aa5968d388b8: Waiting 21:49:19 df6e0af48068: Layer already exists 21:49:19 e48a49b79f39: Layer already exists 21:49:19 ab20cb2ab4fb: Layer already exists 21:49:19 d21f0c077915: Layer already exists 21:49:19 a6e3a4276f79: Layer already exists 21:49:19 aa5968d388b8: Layer already exists 21:49:19 4a753f7e8b6e: Layer already exists 21:49:19 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:49:20 d21f0c077915: Preparing 21:49:20 e48a49b79f39: Preparing 21:49:20 a6e3a4276f79: Preparing 21:49:20 ab20cb2ab4fb: Preparing 21:49:20 df6e0af48068: Preparing 21:49:20 4a753f7e8b6e: Preparing 21:49:20 aa5968d388b8: Preparing 21:49:20 4a753f7e8b6e: Waiting 21:49:20 aa5968d388b8: Waiting 21:49:20 df6e0af48068: Layer already exists 21:49:20 d21f0c077915: Layer already exists 21:49:20 ab20cb2ab4fb: Layer already exists 21:49:20 e48a49b79f39: Layer already exists 21:49:20 a6e3a4276f79: Layer already exists 21:49:20 4a753f7e8b6e: Layer already exists 21:49:20 aa5968d388b8: Layer already exists 21:49:20 main: digest: sha256:84ca15859d0114fd244ab524a3dadc34eaaf4e2e1f1708c5634c75c954de4e81 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:20 ===================================================== [Pipeline] echo 21:49:20 taggedImages: 21:49:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:49:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.84 21:49:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:49:20 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:49:20 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:20 latest 21:49:20 3.0.0-dev.84 21:49:20 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:20 main 21:49:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:49:21 c87ae62b7509: Preparing 21:49:21 e167e6f67a38: Preparing 21:49:21 b30ca7e0c45c: Preparing 21:49:21 f85dda150ed1: Preparing 21:49:21 3729954e230e: Preparing 21:49:21 09c125d6d31b: Preparing 21:49:21 aa5968d388b8: Preparing 21:49:21 09c125d6d31b: Waiting 21:49:21 aa5968d388b8: Waiting 21:49:21 c87ae62b7509: Pushed 21:49:21 e167e6f67a38: Pushed 21:49:21 f85dda150ed1: Pushed 21:49:21 3729954e230e: Pushed 21:49:21 aa5968d388b8: Layer already exists 21:49:21 09c125d6d31b: Pushed 21:49:22 b30ca7e0c45c: Pushed 21:49:22 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:49:23 c87ae62b7509: Preparing 21:49:23 e167e6f67a38: Preparing 21:49:23 b30ca7e0c45c: Preparing 21:49:23 f85dda150ed1: Preparing 21:49:23 3729954e230e: Preparing 21:49:23 09c125d6d31b: Preparing 21:49:23 aa5968d388b8: Preparing 21:49:23 09c125d6d31b: Waiting 21:49:23 aa5968d388b8: Waiting 21:49:23 c87ae62b7509: Layer already exists 21:49:23 b30ca7e0c45c: Layer already exists 21:49:23 f85dda150ed1: Layer already exists 21:49:23 3729954e230e: Layer already exists 21:49:23 e167e6f67a38: Layer already exists 21:49:23 09c125d6d31b: Layer already exists 21:49:23 aa5968d388b8: Layer already exists 21:49:23 latest: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 21:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:49:23 c87ae62b7509: Preparing 21:49:23 e167e6f67a38: Preparing 21:49:23 b30ca7e0c45c: Preparing 21:49:23 f85dda150ed1: Preparing 21:49:23 3729954e230e: Preparing 21:49:23 09c125d6d31b: Preparing 21:49:23 aa5968d388b8: Preparing 21:49:23 09c125d6d31b: Waiting 21:49:23 b30ca7e0c45c: Layer already exists 21:49:23 f85dda150ed1: Layer already exists 21:49:23 3729954e230e: Layer already exists 21:49:23 e167e6f67a38: Layer already exists 21:49:23 c87ae62b7509: Layer already exists 21:49:23 aa5968d388b8: Layer already exists 21:49:23 09c125d6d31b: Layer already exists 21:49:23 3.0.0-dev.84: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:49:24 c87ae62b7509: Preparing 21:49:24 e167e6f67a38: Preparing 21:49:24 b30ca7e0c45c: Preparing 21:49:24 f85dda150ed1: Preparing 21:49:24 3729954e230e: Preparing 21:49:24 09c125d6d31b: Preparing 21:49:24 aa5968d388b8: Preparing 21:49:24 09c125d6d31b: Waiting 21:49:24 f85dda150ed1: Layer already exists 21:49:24 3729954e230e: Layer already exists 21:49:24 b30ca7e0c45c: Layer already exists 21:49:24 c87ae62b7509: Layer already exists 21:49:24 e167e6f67a38: Layer already exists 21:49:24 09c125d6d31b: Layer already exists 21:49:24 aa5968d388b8: Layer already exists 21:49:24 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:49:24 c87ae62b7509: Preparing 21:49:24 e167e6f67a38: Preparing 21:49:24 b30ca7e0c45c: Preparing 21:49:24 f85dda150ed1: Preparing 21:49:24 3729954e230e: Preparing 21:49:24 09c125d6d31b: Preparing 21:49:24 aa5968d388b8: Preparing 21:49:24 09c125d6d31b: Waiting 21:49:24 aa5968d388b8: Waiting 21:49:24 f85dda150ed1: Layer already exists 21:49:24 3729954e230e: Layer already exists 21:49:24 c87ae62b7509: Layer already exists 21:49:24 e167e6f67a38: Layer already exists 21:49:24 b30ca7e0c45c: Layer already exists 21:49:24 09c125d6d31b: Layer already exists 21:49:24 aa5968d388b8: Layer already exists 21:49:24 main: digest: sha256:e25540d80884aefeb1dae2ed27d39c1323e1fc41e989f9e9e8948ec1febd0b48 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:24 ===================================================== [Pipeline] echo 21:49:24 taggedImages: 21:49:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:49:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.84 21:49:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:24 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:49:25 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:49:25 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:25 latest 21:49:25 3.0.0-dev.84 21:49:25 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:25 main 21:49:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:49:25 0b4c922295c3: Preparing 21:49:25 edc0944bd8fa: Preparing 21:49:25 b4709d6ba978: Preparing 21:49:25 f8160c4f1782: Preparing 21:49:25 b85b5e253270: Preparing 21:49:25 2a2c9a74ce89: Preparing 21:49:25 17dd3916b2e1: Preparing 21:49:25 144823a0ee45: Preparing 21:49:25 aa5968d388b8: Preparing 21:49:25 2a2c9a74ce89: Waiting 21:49:25 17dd3916b2e1: Waiting 21:49:25 144823a0ee45: Waiting 21:49:25 aa5968d388b8: Waiting 21:49:25 edc0944bd8fa: Pushed 21:49:25 b85b5e253270: Pushed 21:49:25 0b4c922295c3: Pushed 21:49:25 144823a0ee45: Pushed 21:49:25 17dd3916b2e1: Pushed 21:49:26 2a2c9a74ce89: Pushed 21:49:26 aa5968d388b8: Layer already exists 21:49:26 f8160c4f1782: Pushed 21:49:27 b4709d6ba978: Pushed 21:49:27 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:49:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:49:27 0b4c922295c3: Preparing 21:49:27 edc0944bd8fa: Preparing 21:49:27 b4709d6ba978: Preparing 21:49:27 f8160c4f1782: Preparing 21:49:27 b85b5e253270: Preparing 21:49:27 2a2c9a74ce89: Preparing 21:49:27 17dd3916b2e1: Preparing 21:49:27 144823a0ee45: Preparing 21:49:27 aa5968d388b8: Preparing 21:49:27 144823a0ee45: Waiting 21:49:27 2a2c9a74ce89: Waiting 21:49:27 17dd3916b2e1: Waiting 21:49:27 aa5968d388b8: Waiting 21:49:27 b85b5e253270: Layer already exists 21:49:27 0b4c922295c3: Layer already exists 21:49:27 b4709d6ba978: Layer already exists 21:49:27 f8160c4f1782: Layer already exists 21:49:27 edc0944bd8fa: Layer already exists 21:49:27 2a2c9a74ce89: Layer already exists 21:49:27 17dd3916b2e1: Layer already exists 21:49:27 aa5968d388b8: Layer already exists 21:49:27 144823a0ee45: Layer already exists 21:49:27 latest: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 21:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:49:28 0b4c922295c3: Preparing 21:49:28 edc0944bd8fa: Preparing 21:49:28 b4709d6ba978: Preparing 21:49:28 f8160c4f1782: Preparing 21:49:28 b85b5e253270: Preparing 21:49:28 2a2c9a74ce89: Preparing 21:49:28 17dd3916b2e1: Preparing 21:49:28 144823a0ee45: Preparing 21:49:28 aa5968d388b8: Preparing 21:49:28 2a2c9a74ce89: Waiting 21:49:28 144823a0ee45: Waiting 21:49:28 17dd3916b2e1: Waiting 21:49:28 aa5968d388b8: Waiting 21:49:28 b4709d6ba978: Layer already exists 21:49:28 f8160c4f1782: Layer already exists 21:49:28 0b4c922295c3: Layer already exists 21:49:28 edc0944bd8fa: Layer already exists 21:49:28 b85b5e253270: Layer already exists 21:49:28 144823a0ee45: Layer already exists 21:49:28 aa5968d388b8: Layer already exists 21:49:28 2a2c9a74ce89: Layer already exists 21:49:28 17dd3916b2e1: Layer already exists 21:49:28 3.0.0-dev.84: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:49:29 0b4c922295c3: Preparing 21:49:29 edc0944bd8fa: Preparing 21:49:29 b4709d6ba978: Preparing 21:49:29 f8160c4f1782: Preparing 21:49:29 b85b5e253270: Preparing 21:49:29 2a2c9a74ce89: Preparing 21:49:29 17dd3916b2e1: Preparing 21:49:29 144823a0ee45: Preparing 21:49:29 aa5968d388b8: Preparing 21:49:29 2a2c9a74ce89: Waiting 21:49:29 17dd3916b2e1: Waiting 21:49:29 144823a0ee45: Waiting 21:49:29 aa5968d388b8: Waiting 21:49:29 b85b5e253270: Layer already exists 21:49:29 0b4c922295c3: Layer already exists 21:49:29 edc0944bd8fa: Layer already exists 21:49:29 b4709d6ba978: Layer already exists 21:49:29 f8160c4f1782: Layer already exists 21:49:29 2a2c9a74ce89: Layer already exists 21:49:29 aa5968d388b8: Layer already exists 21:49:29 17dd3916b2e1: Layer already exists 21:49:29 144823a0ee45: Layer already exists 21:49:29 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:49:29 0b4c922295c3: Preparing 21:49:29 edc0944bd8fa: Preparing 21:49:29 b4709d6ba978: Preparing 21:49:29 f8160c4f1782: Preparing 21:49:29 b85b5e253270: Preparing 21:49:29 2a2c9a74ce89: Preparing 21:49:29 17dd3916b2e1: Preparing 21:49:29 144823a0ee45: Preparing 21:49:29 aa5968d388b8: Preparing 21:49:29 17dd3916b2e1: Waiting 21:49:29 144823a0ee45: Waiting 21:49:29 2a2c9a74ce89: Waiting 21:49:29 aa5968d388b8: Waiting 21:49:29 edc0944bd8fa: Layer already exists 21:49:29 0b4c922295c3: Layer already exists 21:49:29 b4709d6ba978: Layer already exists 21:49:29 b85b5e253270: Layer already exists 21:49:29 f8160c4f1782: Layer already exists 21:49:29 2a2c9a74ce89: Layer already exists 21:49:29 aa5968d388b8: Layer already exists 21:49:29 17dd3916b2e1: Layer already exists 21:49:29 144823a0ee45: Layer already exists 21:49:29 main: digest: sha256:f77eef0a2f37741e73fffc4cebaeafdac43b3462a5f153002d4a1f3502fabc84 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:29 ===================================================== [Pipeline] echo 21:49:29 taggedImages: 21:49:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:49:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.84 21:49:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:49:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:49:29 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:29 latest 21:49:29 3.0.0-dev.84 21:49:29 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:29 main 21:49:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:49:30 ae749860419a: Preparing 21:49:30 a5bc0cce4551: Preparing 21:49:30 df6e0af48068: Preparing 21:49:30 bbdde3389c85: Preparing 21:49:30 4e6476652798: Preparing 21:49:30 4e6476652798: Layer already exists 21:49:30 df6e0af48068: Layer already exists 21:49:30 ae749860419a: Pushed 21:49:30 bbdde3389c85: Pushed 21:49:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:49:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:31 ---> 9629b6ed3808 21:49:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:49:31 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:49:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:49:31 ---> 9629b6ed3808 21:49:31 Step 3/24 : WORKDIR /edgex-go 21:49:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:49:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:31 ---> 9629b6ed3808 21:49:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:49:31 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:49:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:49:31 ---> 9629b6ed3808 21:49:31 Step 3/20 : WORKDIR /edgex-go 21:49:31 ---> Running in f350875adeb4 21:49:31 ---> Running in 85d2f300108a 21:49:31 ---> Running in b33d09498344 21:49:31 ---> Running in 2b0adfc1ef96 21:49:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:49:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:31 ---> 9629b6ed3808 21:49:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:49:31 ---> Running in d348c3c6e82d 21:49:31 Removing intermediate container b33d09498344 21:49:31 ---> 4aeb4eccdb21 21:49:31 Step 4/22 : WORKDIR /edgex-go 21:49:31 Removing intermediate container f350875adeb4 21:49:31 ---> 83659c9319c8 21:49:31 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:49:31 Removing intermediate container 85d2f300108a 21:49:31 ---> 313992b1e4cf 21:49:31 Step 4/22 : WORKDIR /edgex-go 21:49:31 Removing intermediate container 2b0adfc1ef96 21:49:31 ---> f3406affe62e 21:49:31 Step 4/20 : RUN apk add --update --no-cache make git 21:49:31 ---> Running in 417b88be11a0 21:49:31 ---> Running in cc63a3d3a7f8 21:49:31 ---> Running in 45373b8fdcff 21:49:31 ---> Running in b720f7708dac 21:49:31 Removing intermediate container d348c3c6e82d 21:49:31 ---> 4233e885cdad 21:49:31 Step 4/22 : WORKDIR /edgex-go 21:49:31 ---> Running in bd3198d35f44 21:49:32 a5bc0cce4551: Pushed 21:49:32 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:32 Removing intermediate container b720f7708dac 21:49:32 Removing intermediate container 417b88be11a0 21:49:32 ---> 3bf8708391f7 21:49:32 Step 5/22 : RUN apk add --update --no-cache make git 21:49:32 ---> bc1de8e0e873 21:49:32 Step 5/22 : RUN apk add --update --no-cache make git 21:49:32 ---> Running in 33cdc7d0ec6d 21:49:32 ---> Running in 98e128467f34 21:49:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:32 Removing intermediate container bd3198d35f44 21:49:32 ---> f4fbeea37bf6 21:49:32 Step 5/22 : RUN apk add --update --no-cache make git 21:49:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:49:32 ae749860419a: Preparing 21:49:32 a5bc0cce4551: Preparing 21:49:32 df6e0af48068: Preparing 21:49:32 bbdde3389c85: Preparing 21:49:32 4e6476652798: Preparing 21:49:32 df6e0af48068: Layer already exists 21:49:32 ae749860419a: Layer already exists 21:49:32 4e6476652798: Layer already exists 21:49:32 a5bc0cce4551: Layer already exists 21:49:32 bbdde3389c85: Layer already exists 21:49:32 latest: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 21:49:32 ---> Running in 4d84f0999914 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 21:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:49:33 ae749860419a: Preparing 21:49:33 a5bc0cce4551: Preparing 21:49:33 df6e0af48068: Preparing 21:49:33 bbdde3389c85: Preparing 21:49:33 4e6476652798: Preparing 21:49:33 bbdde3389c85: Layer already exists 21:49:33 4e6476652798: Layer already exists 21:49:33 df6e0af48068: Layer already exists 21:49:33 a5bc0cce4551: Layer already exists 21:49:33 ae749860419a: Layer already exists 21:49:33 3.0.0-dev.84: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:49:34 ae749860419a: Preparing 21:49:34 a5bc0cce4551: Preparing 21:49:34 df6e0af48068: Preparing 21:49:34 bbdde3389c85: Preparing 21:49:34 4e6476652798: Preparing 21:49:34 a5bc0cce4551: Layer already exists 21:49:34 ae749860419a: Layer already exists 21:49:34 4e6476652798: Layer already exists 21:49:34 bbdde3389c85: Layer already exists 21:49:34 df6e0af48068: Layer already exists 21:49:34 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:49:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:49:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:49:34 ae749860419a: Preparing 21:49:34 a5bc0cce4551: Preparing 21:49:34 df6e0af48068: Preparing 21:49:34 bbdde3389c85: Preparing 21:49:34 4e6476652798: Preparing 21:49:34 a5bc0cce4551: Layer already exists 21:49:34 bbdde3389c85: Layer already exists 21:49:34 df6e0af48068: Layer already exists 21:49:34 ae749860419a: Layer already exists 21:49:34 4e6476652798: Layer already exists 21:49:34 main: digest: sha256:f0f738773355bd3d977ddd58d1d9b7ebbc8c0349871afb735e66c8a955403984 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:34 ===================================================== [Pipeline] echo 21:49:34 taggedImages: 21:49:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:49:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.84 21:49:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:49:34 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:49:34 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:34 latest 21:49:34 3.0.0-dev.84 21:49:34 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:34 main 21:49:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:49:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 21:49:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:49:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 21:49:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:49:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:49:35 5f412166a833: Preparing 21:49:35 eecbb720b038: Preparing 21:49:35 3a4edbb2e247: Preparing 21:49:35 943fb02f19bb: Preparing 21:49:35 ee0034fe208c: Preparing 21:49:35 f6f2b2588297: Preparing 21:49:35 4e6476652798: Preparing 21:49:35 f6f2b2588297: Waiting 21:49:35 eecbb720b038: Pushed 21:49:35 5f412166a833: Pushed 21:49:35 3a4edbb2e247: Pushed 21:49:35 4e6476652798: Layer already exists 21:49:36 f6f2b2588297: Pushed 21:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:49:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:49:36 OK: 221 MiB in 51 packages 21:49:36 OK: 221 MiB in 51 packages 21:49:36 OK: 221 MiB in 51 packages 21:49:37 OK: 221 MiB in 51 packages 21:49:37 OK: 221 MiB in 51 packages 21:49:38 Removing intermediate container cc63a3d3a7f8 21:49:38 ---> 4cca3408804f 21:49:38 Step 5/24 : COPY go.mod vendor* ./ 21:49:38 Removing intermediate container 45373b8fdcff 21:49:38 ---> 85921182e687 21:49:38 Step 5/20 : COPY go.mod vendor* ./ 21:49:39 ee0034fe208c: Pushed 21:49:39 Removing intermediate container 4d84f0999914 21:49:39 ---> c6173df042cc 21:49:39 Step 6/22 : COPY go.mod vendor* ./ 21:49:39 Removing intermediate container 33cdc7d0ec6d 21:49:39 ---> fbbd8820eb8b 21:49:39 Step 6/22 : COPY go.mod vendor* ./ 21:49:39 Removing intermediate container 98e128467f34 21:49:39 ---> ee01b4a25a5f 21:49:39 Step 6/22 : COPY go.mod vendor* ./ 21:49:39 ---> 71d712e1dfba 21:49:39 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:39 ---> 5fb4082f4932 21:49:39 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:40 ---> Running in 9b4a4c53c71c 21:49:40 ---> Running in 750c5a54ce65 21:49:40 ---> 12461f1c00b8 21:49:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:40 ---> 1f44aabd0db4 21:49:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:41 ---> Running in 01131b37b183 21:49:41 ---> Running in 259d38291bf1 21:49:41 ---> eb5b8a3460f2 21:49:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:41 ---> Running in 6b6866a3323d 21:49:41 943fb02f19bb: Pushed 21:49:41 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:49:42 5f412166a833: Preparing 21:49:42 eecbb720b038: Preparing 21:49:42 3a4edbb2e247: Preparing 21:49:42 943fb02f19bb: Preparing 21:49:42 ee0034fe208c: Preparing 21:49:42 f6f2b2588297: Preparing 21:49:42 4e6476652798: Preparing 21:49:42 4e6476652798: Waiting 21:49:42 f6f2b2588297: Waiting 21:49:42 eecbb720b038: Layer already exists 21:49:42 5f412166a833: Layer already exists 21:49:42 ee0034fe208c: Layer already exists 21:49:42 3a4edbb2e247: Layer already exists 21:49:42 943fb02f19bb: Layer already exists 21:49:42 f6f2b2588297: Layer already exists 21:49:42 4e6476652798: Layer already exists 21:49:42 latest: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 21:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:49:43 5f412166a833: Preparing 21:49:43 eecbb720b038: Preparing 21:49:43 3a4edbb2e247: Preparing 21:49:43 943fb02f19bb: Preparing 21:49:43 ee0034fe208c: Preparing 21:49:43 f6f2b2588297: Preparing 21:49:43 4e6476652798: Preparing 21:49:43 4e6476652798: Waiting 21:49:43 3a4edbb2e247: Layer already exists 21:49:43 eecbb720b038: Layer already exists 21:49:43 5f412166a833: Layer already exists 21:49:43 ee0034fe208c: Layer already exists 21:49:43 943fb02f19bb: Layer already exists 21:49:43 4e6476652798: Layer already exists 21:49:43 f6f2b2588297: Layer already exists 21:49:43 3.0.0-dev.84: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:49:43 5f412166a833: Preparing 21:49:43 eecbb720b038: Preparing 21:49:43 3a4edbb2e247: Preparing 21:49:43 943fb02f19bb: Preparing 21:49:43 ee0034fe208c: Preparing 21:49:43 f6f2b2588297: Preparing 21:49:43 4e6476652798: Preparing 21:49:43 f6f2b2588297: Waiting 21:49:43 4e6476652798: Waiting 21:49:43 ee0034fe208c: Layer already exists 21:49:43 3a4edbb2e247: Layer already exists 21:49:43 5f412166a833: Layer already exists 21:49:43 943fb02f19bb: Layer already exists 21:49:43 eecbb720b038: Layer already exists 21:49:43 f6f2b2588297: Layer already exists 21:49:43 4e6476652798: Layer already exists 21:49:43 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:49:44 5f412166a833: Preparing 21:49:44 eecbb720b038: Preparing 21:49:44 3a4edbb2e247: Preparing 21:49:44 943fb02f19bb: Preparing 21:49:44 ee0034fe208c: Preparing 21:49:44 f6f2b2588297: Preparing 21:49:44 4e6476652798: Preparing 21:49:44 f6f2b2588297: Waiting 21:49:44 4e6476652798: Waiting 21:49:44 943fb02f19bb: Layer already exists 21:49:44 eecbb720b038: Layer already exists 21:49:44 3a4edbb2e247: Layer already exists 21:49:44 ee0034fe208c: Layer already exists 21:49:44 5f412166a833: Layer already exists 21:49:44 f6f2b2588297: Layer already exists 21:49:44 4e6476652798: Layer already exists 21:49:44 main: digest: sha256:12ca294e138636d8110326eaf55fd2a2cb119ba8413ec8af4bab650ef40d37c0 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:44 ===================================================== [Pipeline] echo 21:49:44 taggedImages: 21:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.84 21:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:49:44 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:49:44 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:44 latest 21:49:44 3.0.0-dev.84 21:49:44 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:44 main 21:49:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:49:44 de9b117a290e: Preparing 21:49:44 4deae594f0d9: Preparing 21:49:44 77d534ce9f86: Preparing 21:49:44 e8e161ba81e2: Preparing 21:49:44 5213e16f84f1: Preparing 21:49:44 4e6476652798: Preparing 21:49:44 4e6476652798: Waiting 21:49:44 77d534ce9f86: Pushed 21:49:44 de9b117a290e: Pushed 21:49:44 4deae594f0d9: Pushed 21:49:44 4e6476652798: Layer already exists 21:49:45 5213e16f84f1: Pushed 21:49:51 e8e161ba81e2: Pushed 21:49:51 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:49:52 de9b117a290e: Preparing 21:49:52 4deae594f0d9: Preparing 21:49:52 77d534ce9f86: Preparing 21:49:52 e8e161ba81e2: Preparing 21:49:52 5213e16f84f1: Preparing 21:49:52 4e6476652798: Preparing 21:49:52 4e6476652798: Waiting 21:49:52 e8e161ba81e2: Layer already exists 21:49:52 5213e16f84f1: Layer already exists 21:49:52 de9b117a290e: Layer already exists 21:49:52 4deae594f0d9: Layer already exists 21:49:52 77d534ce9f86: Layer already exists 21:49:52 4e6476652798: Layer already exists 21:49:52 latest: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 21:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:49:53 de9b117a290e: Preparing 21:49:53 4deae594f0d9: Preparing 21:49:53 77d534ce9f86: Preparing 21:49:53 e8e161ba81e2: Preparing 21:49:53 5213e16f84f1: Preparing 21:49:53 4e6476652798: Preparing 21:49:53 4e6476652798: Waiting 21:49:53 de9b117a290e: Layer already exists 21:49:53 e8e161ba81e2: Layer already exists 21:49:53 4deae594f0d9: Layer already exists 21:49:53 77d534ce9f86: Layer already exists 21:49:53 5213e16f84f1: Layer already exists 21:49:53 4e6476652798: Layer already exists 21:49:53 3.0.0-dev.84: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:49:53 de9b117a290e: Preparing 21:49:53 4deae594f0d9: Preparing 21:49:53 77d534ce9f86: Preparing 21:49:53 e8e161ba81e2: Preparing 21:49:53 5213e16f84f1: Preparing 21:49:53 4e6476652798: Preparing 21:49:53 4deae594f0d9: Layer already exists 21:49:53 5213e16f84f1: Layer already exists 21:49:53 e8e161ba81e2: Layer already exists 21:49:53 77d534ce9f86: Layer already exists 21:49:53 de9b117a290e: Layer already exists 21:49:53 4e6476652798: Layer already exists 21:49:53 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:49:54 de9b117a290e: Preparing 21:49:54 4deae594f0d9: Preparing 21:49:54 77d534ce9f86: Preparing 21:49:54 e8e161ba81e2: Preparing 21:49:54 5213e16f84f1: Preparing 21:49:54 4e6476652798: Preparing 21:49:54 4e6476652798: Waiting 21:49:54 4deae594f0d9: Layer already exists 21:49:54 77d534ce9f86: Layer already exists 21:49:54 de9b117a290e: Layer already exists 21:49:54 5213e16f84f1: Layer already exists 21:49:54 e8e161ba81e2: Layer already exists 21:49:54 4e6476652798: Layer already exists 21:49:54 main: digest: sha256:869f7ce2ed42d6f4da9f2e5befaf5248737368f7324a214dbbe7ccb29a6b864f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:54 ===================================================== [Pipeline] echo 21:49:54 taggedImages: 21:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.84 21:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:49:54 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:49:54 54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:54 latest 21:49:54 3.0.0-dev.84 21:49:54 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:49:54 main 21:49:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d 21:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:49:55 a519f929813d: Preparing 21:49:55 cb4691a59a1f: Preparing 21:49:55 85f467ae2aa7: Preparing 21:49:55 45a090fbf938: Preparing 21:49:55 f6f2b2588297: Preparing 21:49:55 4e6476652798: Preparing 21:49:55 4e6476652798: Waiting 21:49:55 f6f2b2588297: Layer already exists 21:49:55 4e6476652798: Layer already exists 21:49:55 cb4691a59a1f: Pushed 21:49:55 85f467ae2aa7: Pushed 21:49:55 a519f929813d: Pushed 21:50:01 45a090fbf938: Pushed 21:50:01 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:50:02 a519f929813d: Preparing 21:50:02 cb4691a59a1f: Preparing 21:50:02 85f467ae2aa7: Preparing 21:50:02 45a090fbf938: Preparing 21:50:02 f6f2b2588297: Preparing 21:50:02 4e6476652798: Preparing 21:50:02 4e6476652798: Waiting 21:50:02 85f467ae2aa7: Layer already exists 21:50:02 f6f2b2588297: Layer already exists 21:50:02 45a090fbf938: Layer already exists 21:50:02 cb4691a59a1f: Layer already exists 21:50:02 a519f929813d: Layer already exists 21:50:02 4e6476652798: Layer already exists 21:50:02 latest: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 21:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:50:02 a519f929813d: Preparing 21:50:02 cb4691a59a1f: Preparing 21:50:02 85f467ae2aa7: Preparing 21:50:02 45a090fbf938: Preparing 21:50:02 f6f2b2588297: Preparing 21:50:02 4e6476652798: Preparing 21:50:02 4e6476652798: Waiting 21:50:02 a519f929813d: Layer already exists 21:50:02 45a090fbf938: Layer already exists 21:50:02 f6f2b2588297: Layer already exists 21:50:02 85f467ae2aa7: Layer already exists 21:50:02 cb4691a59a1f: Layer already exists 21:50:02 4e6476652798: Layer already exists 21:50:02 3.0.0-dev.84: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:50:03 a519f929813d: Preparing 21:50:03 cb4691a59a1f: Preparing 21:50:03 85f467ae2aa7: Preparing 21:50:03 45a090fbf938: Preparing 21:50:03 f6f2b2588297: Preparing 21:50:03 4e6476652798: Preparing 21:50:03 4e6476652798: Waiting 21:50:03 45a090fbf938: Layer already exists 21:50:03 cb4691a59a1f: Layer already exists 21:50:03 85f467ae2aa7: Layer already exists 21:50:03 a519f929813d: Layer already exists 21:50:03 f6f2b2588297: Layer already exists 21:50:03 4e6476652798: Layer already exists 21:50:03 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:50:04 a519f929813d: Preparing 21:50:04 cb4691a59a1f: Preparing 21:50:04 85f467ae2aa7: Preparing 21:50:04 45a090fbf938: Preparing 21:50:04 f6f2b2588297: Preparing 21:50:04 4e6476652798: Preparing 21:50:04 f6f2b2588297: Layer already exists 21:50:04 cb4691a59a1f: Layer already exists 21:50:04 a519f929813d: Layer already exists 21:50:04 45a090fbf938: Layer already exists 21:50:04 85f467ae2aa7: Layer already exists 21:50:04 4e6476652798: Layer already exists 21:50:04 main: digest: sha256:6ec076b59c1f2045e93bdf9b60d6a37dec793e2064a5b42e2168b479bfd5e660 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:04 ===================================================== [Pipeline] echo 21:50:04 taggedImages: 21:50:04 - nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:04 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:50:04 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.84 21:50:04 - nexus3.edgexfoundry.org:10004/security-spire-server:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:04 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:50:04 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:50:04 54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:04 latest 21:50:04 3.0.0-dev.84 21:50:04 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:04 main 21:50:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:50:04 ba8f147d6bd5: Preparing 21:50:04 c77b725d8ca0: Preparing 21:50:04 df6e0af48068: Preparing 21:50:04 55e173cd520d: Preparing 21:50:04 aa5968d388b8: Preparing 21:50:04 aa5968d388b8: Layer already exists 21:50:04 df6e0af48068: Layer already exists 21:50:04 ba8f147d6bd5: Pushed 21:50:04 55e173cd520d: Pushed 21:50:07 c77b725d8ca0: Pushed 21:50:07 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:50:08 ba8f147d6bd5: Preparing 21:50:08 c77b725d8ca0: Preparing 21:50:08 df6e0af48068: Preparing 21:50:08 55e173cd520d: Preparing 21:50:08 aa5968d388b8: Preparing 21:50:08 c77b725d8ca0: Layer already exists 21:50:08 ba8f147d6bd5: Layer already exists 21:50:08 aa5968d388b8: Layer already exists 21:50:08 df6e0af48068: Layer already exists 21:50:08 55e173cd520d: Layer already exists 21:50:08 latest: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 21:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:50:08 ba8f147d6bd5: Preparing 21:50:08 c77b725d8ca0: Preparing 21:50:08 df6e0af48068: Preparing 21:50:08 55e173cd520d: Preparing 21:50:08 aa5968d388b8: Preparing 21:50:08 c77b725d8ca0: Layer already exists 21:50:08 df6e0af48068: Layer already exists 21:50:08 aa5968d388b8: Layer already exists 21:50:08 55e173cd520d: Layer already exists 21:50:08 ba8f147d6bd5: Layer already exists 21:50:08 3.0.0-dev.84: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:50:09 ba8f147d6bd5: Preparing 21:50:09 c77b725d8ca0: Preparing 21:50:09 df6e0af48068: Preparing 21:50:09 55e173cd520d: Preparing 21:50:09 aa5968d388b8: Preparing 21:50:09 aa5968d388b8: Layer already exists 21:50:09 c77b725d8ca0: Layer already exists 21:50:09 55e173cd520d: Layer already exists 21:50:09 df6e0af48068: Layer already exists 21:50:09 ba8f147d6bd5: Layer already exists 21:50:09 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:50:09 ba8f147d6bd5: Preparing 21:50:09 c77b725d8ca0: Preparing 21:50:09 df6e0af48068: Preparing 21:50:09 55e173cd520d: Preparing 21:50:09 aa5968d388b8: Preparing 21:50:09 55e173cd520d: Layer already exists 21:50:09 aa5968d388b8: Layer already exists 21:50:09 ba8f147d6bd5: Layer already exists 21:50:09 c77b725d8ca0: Layer already exists 21:50:09 df6e0af48068: Layer already exists 21:50:09 main: digest: sha256:b92c978786268dfcd48b86cadf1014445e953eb9c09947a55a90704d8222dba4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:10 ===================================================== [Pipeline] echo 21:50:10 taggedImages: 21:50:10 - nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:10 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:50:10 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.84 21:50:10 - nexus3.edgexfoundry.org:10004/support-notifications:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:10 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:50:10 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:50:10 54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:10 latest 21:50:10 3.0.0-dev.84 21:50:10 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:10 main 21:50:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:50:10 6cbdd4417b38: Preparing 21:50:10 4dddfd7e508d: Preparing 21:50:10 df6e0af48068: Preparing 21:50:10 da25064f5498: Preparing 21:50:10 aa5968d388b8: Preparing 21:50:10 aa5968d388b8: Layer already exists 21:50:10 df6e0af48068: Layer already exists 21:50:10 da25064f5498: Layer already exists 21:50:11 6cbdd4417b38: Pushed 21:50:13 4dddfd7e508d: Pushed 21:50:13 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:50:13 6cbdd4417b38: Preparing 21:50:13 4dddfd7e508d: Preparing 21:50:13 df6e0af48068: Preparing 21:50:13 da25064f5498: Preparing 21:50:13 aa5968d388b8: Preparing 21:50:13 df6e0af48068: Layer already exists 21:50:13 da25064f5498: Layer already exists 21:50:13 4dddfd7e508d: Layer already exists 21:50:13 aa5968d388b8: Layer already exists 21:50:13 6cbdd4417b38: Layer already exists 21:50:13 latest: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 21:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:50:14 6cbdd4417b38: Preparing 21:50:14 4dddfd7e508d: Preparing 21:50:14 df6e0af48068: Preparing 21:50:14 da25064f5498: Preparing 21:50:14 aa5968d388b8: Preparing 21:50:14 df6e0af48068: Layer already exists 21:50:14 aa5968d388b8: Layer already exists 21:50:14 4dddfd7e508d: Layer already exists 21:50:14 da25064f5498: Layer already exists 21:50:14 6cbdd4417b38: Layer already exists 21:50:14 3.0.0-dev.84: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:50:14 6cbdd4417b38: Preparing 21:50:14 4dddfd7e508d: Preparing 21:50:14 df6e0af48068: Preparing 21:50:14 da25064f5498: Preparing 21:50:14 aa5968d388b8: Preparing 21:50:14 da25064f5498: Layer already exists 21:50:14 df6e0af48068: Layer already exists 21:50:14 6cbdd4417b38: Layer already exists 21:50:14 4dddfd7e508d: Layer already exists 21:50:14 aa5968d388b8: Layer already exists 21:50:14 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:50:15 6cbdd4417b38: Preparing 21:50:15 4dddfd7e508d: Preparing 21:50:15 df6e0af48068: Preparing 21:50:15 da25064f5498: Preparing 21:50:15 aa5968d388b8: Preparing 21:50:15 aa5968d388b8: Layer already exists 21:50:15 da25064f5498: Layer already exists 21:50:15 6cbdd4417b38: Layer already exists 21:50:15 df6e0af48068: Layer already exists 21:50:15 4dddfd7e508d: Layer already exists 21:50:15 main: digest: sha256:aeadde9fd2421f727c6525a21cf0a0b247def9c65dc2a4ae6791869186d2db7e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:15 ===================================================== [Pipeline] echo 21:50:15 taggedImages: 21:50:15 - nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d 21:50:15 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:50:15 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.84 21:50:15 - nexus3.edgexfoundry.org:10004/support-scheduler:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 21:50:15 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:51:48 Removing intermediate container 6b6866a3323d 21:51:48 ---> 8b51550cad12 21:51:48 Step 8/22 : COPY . . 21:51:48 Removing intermediate container 750c5a54ce65 21:51:48 ---> 0e16e216521e 21:51:48 Step 7/24 : COPY . . 21:51:48 Removing intermediate container 9b4a4c53c71c 21:51:48 ---> d7518e1a58f7 21:51:48 Step 7/20 : COPY . . 21:51:48 Removing intermediate container 259d38291bf1 21:51:48 ---> 1fab7bed31cb 21:51:48 Step 8/22 : COPY . . 21:51:48 Removing intermediate container 01131b37b183 21:51:48 ---> bb8292cfa368 21:51:48 Step 8/22 : COPY . . 21:51:48 ---> 6b35648d4fd8 21:51:48 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:51:48 ---> 60471f37ce16 21:51:48 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:51:48 ---> 5ba852dfea09 21:51:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:51:48 ---> 0abbcff238f6 21:51:48 Step 8/20 : RUN make cmd/secrets-config/secrets-config 21:51:48 ---> Running in d50e523a370b 21:51:48 ---> Running in 1e4120fc0498 21:51:48 ---> Running in ac98aa237d82 21:51:48 ---> 100025c7653e 21:51:48 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:51:48 ---> Running in fa16dfb2e146 21:51:48 ---> Running in 7a756ba07ffc 21:51:48 Removing intermediate container d50e523a370b 21:51:48 ---> 3d0ceba14070 21:51:48 Step 9/24 : WORKDIR /edgex-go/spire-build 21:51:48 ---> Running in e6d22554b6eb 21:51:48 Removing intermediate container e6d22554b6eb 21:51:48 ---> f2026337036f 21:51:48 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:51:48 ---> Running in 0c40de9b3e28 21:51:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:51:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:51:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:51:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:51:49 Removing intermediate container 0c40de9b3e28 21:51:49 ---> 2067334ea20e 21:51:49 Step 11/24 : WORKDIR /edgex-go 21:51:49 ---> Running in f17871738f8e 21:51:49 Removing intermediate container f17871738f8e 21:51:49 ---> 970a702769fe 21:51:49 21:51:49 Step 12/24 : FROM alpine:3.15 21:51:49 3.15: Pulling from library/alpine 21:51:51 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:51:51 Status: Downloaded newer image for alpine:3.15 21:51:51 ---> 354640af7b1b 21:51:51 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:51:51 ---> Running in fc55a5ec2dba 21:51:51 Removing intermediate container fc55a5ec2dba 21:51:51 ---> f8738a1a1d90 21:51:51 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:51:51 ---> Running in 562fea3a691e 21:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:51:56 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:51:56 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:51:56 OK: 15736 distinct packages available 21:51:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:51:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:51:58 (1/4) Installing dumb-init (1.2.5-r1) 21:51:58 (2/4) Installing musl-obstack (1.2.3-r0) 21:51:58 (3/4) Installing libucontext (1.1-r0) 21:51:58 (4/4) Installing gcompat (1.0.0-r4) 21:51:58 Executing busybox-1.34.1-r7.trigger 21:51:58 OK: 6 MiB in 18 packages 21:52:00 Removing intermediate container 562fea3a691e 21:52:00 ---> ed1a437f1d68 21:52:00 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:52:07 ---> 3ed455dc7b1a 21:52:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:52:08 ---> 546aeb3ac62c 21:52:08 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:52:08 ---> Running in e921b61c811c 21:52:08 Removing intermediate container e921b61c811c 21:52:08 ---> ecd21bc2ffae 21:52:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:52:09 ---> 079342012559 21:52:09 Step 19/24 : WORKDIR / 21:52:09 ---> Running in 3014c02ae780 21:52:10 Removing intermediate container 3014c02ae780 21:52:10 ---> dd06bc54aaa3 21:52:10 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:52:10 ---> Running in ebeb78591822 21:52:11 Removing intermediate container ebeb78591822 21:52:11 ---> 8dda0c877e92 21:52:11 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:52:11 ---> Running in a3c03df2b860 21:52:12 Removing intermediate container a3c03df2b860 21:52:12 ---> 6de1eb69e658 21:52:12 Step 22/24 : LABEL arch=arm64 21:52:12 ---> Running in 71c12660a3f1 21:52:12 Removing intermediate container 71c12660a3f1 21:52:12 ---> c346e733fd17 21:52:12 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:52:12 ---> Running in 7e01cc4c0158 21:52:13 Removing intermediate container 7e01cc4c0158 21:52:13 ---> b2e1e3e284c8 21:52:13 Step 24/24 : LABEL version=3.0.0-dev.84 21:52:13 ---> Running in e069d0e565c7 21:52:13 Removing intermediate container e069d0e565c7 21:52:13 ---> 2014ab8b9f38 21:52:13 21:52:13 Successfully built 2014ab8b9f38 21:52:13 Successfully tagged security-spire-config-arm64:latest 21:52:13  Building security-spire-config ... done Building security-spiffe-token-provider 21:52:18 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:52:18 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:52:18 ---> 9629b6ed3808 21:52:18 Step 3/19 : WORKDIR /edgex-go 21:52:18 ---> Using cache 21:52:18 ---> f3406affe62e 21:52:18 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:52:18 ---> Running in 48fc1f785e64 21:52:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:52:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:52:22 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:52:22 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:52:22 OK: 16903 distinct packages available 21:52:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:52:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:52:25 OK: 221 MiB in 51 packages 21:52:26 Removing intermediate container 48fc1f785e64 21:52:26 ---> d3e842c1048c 21:52:26 Step 5/19 : COPY go.mod vendor* ./ 21:52:27 ---> 7dd4bb471899 21:52:27 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:52:28 ---> Running in 79bdb3897a57 21:54:19 Removing intermediate container 79bdb3897a57 21:54:19 ---> 73a60a9935e5 21:54:19 Step 7/19 : COPY . . 21:54:19 ---> 8fbcaa4fcdad 21:54:19 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:54:19 ---> Running in c9b0c7e016fb 21:54:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:58:56 Removing intermediate container 1e4120fc0498 21:58:56 ---> fae7f44300cb 21:58:56 21:58:56 Step 10/22 : FROM alpine:3.16 21:58:56 3.16: Pulling from library/alpine 21:58:56 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:58:56 Status: Downloaded newer image for alpine:3.16 21:58:56 ---> 4c81e5bf8899 21:58:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:58:56 ---> Running in e40dcf9ebd87 21:58:56 Removing intermediate container e40dcf9ebd87 21:58:56 ---> 1cda9ef8a01f 21:58:56 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:58:56 ---> Running in fc697ed6f2d2 21:58:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:58:59 (1/1) Installing dumb-init (1.2.5-r1) 21:58:59 Executing busybox-1.35.0-r17.trigger 21:58:59 OK: 5 MiB in 15 packages 21:59:02 Removing intermediate container fc697ed6f2d2 21:59:02 ---> 9e5348bb3ed6 21:59:02 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:59:03 Removing intermediate container fa16dfb2e146 21:59:03 ---> a46c82a2f49c 21:59:03 21:59:03 Step 9/20 : FROM alpine:3.16 21:59:03 ---> 4c81e5bf8899 21:59:03 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 21:59:03 ---> Running in 7782ebc70aa1 21:59:03 ---> 9f061f31efb9 21:59:03 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:59:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:59:06 ---> 5ea2e3d82de1 21:59:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:59:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:59:06 ---> f47368d92644 21:59:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:59:08 ---> 0fbe42fd1517 21:59:08 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:59:08 ---> Running in 8f57a110ba1b 21:59:08 (1/2) Installing dumb-init (1.2.5-r1) 21:59:08 (2/2) Installing openssl (1.1.1t-r0) 21:59:08 Executing busybox-1.35.0-r17.trigger 21:59:08 OK: 6 MiB in 16 packages 21:59:10 Removing intermediate container 7782ebc70aa1 21:59:10 ---> db484cc74b6c 21:59:10 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:59:10 ---> Running in 3c7cc088d02b 21:59:12 Removing intermediate container 3c7cc088d02b 21:59:12 ---> 44c3bf815083 21:59:12 Step 12/20 : WORKDIR /edgex 21:59:12 ---> Running in 26ee989925c5 21:59:12 Removing intermediate container 8f57a110ba1b 21:59:12 ---> df47188ddbb2 21:59:12 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:59:12 ---> Running in 9b4a150b16f5 21:59:12 Removing intermediate container 26ee989925c5 21:59:12 ---> d95bad62b749 21:59:12 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 21:59:13 Removing intermediate container 9b4a150b16f5 21:59:13 ---> 400a5b2e5079 21:59:13 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:59:13 ---> Running in 9bd8c6fe97c0 21:59:14 ---> 55e452600d90 21:59:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:59:14 Removing intermediate container 9bd8c6fe97c0 21:59:14 ---> aefb620c7e69 21:59:14 Step 20/22 : LABEL arch=arm64 21:59:14 ---> Running in a12645fbf172 21:59:16 Removing intermediate container a12645fbf172 21:59:16 ---> 4542ef251839 21:59:16 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:59:16 ---> Running in 4701d9d9a961 21:59:16 ---> 434538c326df 21:59:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:59:17 Removing intermediate container 4701d9d9a961 21:59:17 ---> 4577b39785bc 21:59:17 Step 22/22 : LABEL version=3.0.0-dev.84 21:59:17 ---> Running in 4806a543afc6 21:59:17 ---> 5862cf147c57 21:59:17 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:59:17 ---> Running in 0dc340384129 21:59:18 Removing intermediate container 4806a543afc6 21:59:18 ---> 9e37b1af8f87 21:59:18 21:59:18 Successfully built 9e37b1af8f87 21:59:18 Successfully tagged security-proxy-auth-arm64:latest 21:59:18 Building core-metadata 21:59:21  Building security-proxy-auth ... done Removing intermediate container 0dc340384129 21:59:21 ---> 1a9c111705f7 21:59:21 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 21:59:21 ---> Running in 512f4a19baf2 21:59:22 Removing intermediate container 512f4a19baf2 21:59:22 ---> 1f67bcc3d301 21:59:22 Step 18/20 : LABEL arch=arm64 21:59:22 ---> Running in bc7f57033b66 21:59:23 Removing intermediate container bc7f57033b66 21:59:23 ---> 7feb1ba55387 21:59:23 Step 19/20 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 21:59:23 ---> Running in 974efd7c5b42 21:59:24 Removing intermediate container 974efd7c5b42 21:59:24 ---> 67ccc79050db 21:59:24 Step 20/20 : LABEL version=3.0.0-dev.84 21:59:24 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:59:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:59:24 ---> 9629b6ed3808 21:59:24 Step 3/24 : ARG ADD_BUILD_TAGS="" ---> Running in 9162fc5183b8 21:59:24 21:59:24 ---> Using cache 21:59:24 ---> 4233e885cdad 21:59:24 Step 4/24 : WORKDIR /edgex-go 21:59:24 ---> Using cache 21:59:24 ---> f4fbeea37bf6 21:59:24 Step 5/24 : RUN apk add --update --no-cache make git 21:59:24 ---> Using cache 21:59:24 ---> c6173df042cc 21:59:24 Step 6/24 : COPY go.mod vendor* ./ 21:59:24 ---> Using cache 21:59:24 ---> 12461f1c00b8 21:59:24 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:59:24 ---> Using cache 21:59:24 ---> bb8292cfa368 21:59:24 Step 8/24 : COPY . . 21:59:24 ---> Using cache 21:59:24 ---> 6b35648d4fd8 21:59:24 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:59:25 ---> Running in 930a56834a6c 21:59:25 Removing intermediate container 9162fc5183b8 21:59:25 ---> 8f28f169479e 21:59:25 21:59:25 Successfully built 8f28f169479e 21:59:25 Successfully tagged security-proxy-setup-arm64:latest 21:59:25 Building security-secretstore-setup 21:59:27  Building security-proxy-setup ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:59:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:59:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:59:29 ---> 9629b6ed3808 21:59:29 Step 3/23 : WORKDIR /edgex-go 21:59:29 ---> Using cache 21:59:29 ---> f3406affe62e 21:59:29 Step 4/23 : RUN apk add --update --no-cache make git 21:59:29 ---> Using cache 21:59:29 ---> 85921182e687 21:59:29 Step 5/23 : COPY go.mod vendor* ./ 21:59:29 ---> Using cache 21:59:29 ---> 71d712e1dfba 21:59:29 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:59:29 ---> Using cache 21:59:29 ---> d7518e1a58f7 21:59:29 Step 7/23 : COPY . . 21:59:29 ---> Using cache 21:59:29 ---> 0abbcff238f6 21:59:29 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:59:30 ---> Running in 784dfbaa44ba 21:59:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:00:19 Removing intermediate container 7a756ba07ffc 22:00:19 ---> 0cb8f69b491c 22:00:19 22:00:19 Step 10/22 : FROM alpine:3.16 22:00:19 ---> 4c81e5bf8899 22:00:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:00:19 ---> Running in d5078a2ee87c 22:00:19 Removing intermediate container d5078a2ee87c 22:00:19 ---> ac2ee3ea7071 22:00:19 Step 12/22 : ENV APP_PORT=59880 22:00:19 ---> Running in 1046e2455766 22:00:19 Removing intermediate container 1046e2455766 22:00:19 ---> 4fae712d65b3 22:00:19 Step 13/22 : EXPOSE $APP_PORT 22:00:19 ---> Running in e9a409273f9a 22:00:19 Removing intermediate container e9a409273f9a 22:00:19 ---> 6b093f686cc8 22:00:19 Step 14/22 : RUN apk add --update --no-cache dumb-init 22:00:19 ---> Running in 9796632b9e44 22:00:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:00:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:00:19 (1/1) Installing dumb-init (1.2.5-r1) 22:00:19 Executing busybox-1.35.0-r17.trigger 22:00:19 OK: 5 MiB in 15 packages 22:00:21 Removing intermediate container 9796632b9e44 22:00:21 ---> 6340780abce0 22:00:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:22 ---> 90dc2780eaa8 22:00:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:00:25 ---> c3ff8026c877 22:00:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:00:25 ---> 7ca930e8d070 22:00:25 Step 18/22 : ENTRYPOINT ["/core-data"] 22:00:26 ---> Running in f5278624041b 22:00:26 Removing intermediate container f5278624041b 22:00:26 ---> c10e2b024175 22:00:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:00:26 ---> Running in a45290b53fd2 22:00:27 Removing intermediate container a45290b53fd2 22:00:27 ---> 6b359e64c410 22:00:27 Step 20/22 : LABEL arch=arm64 22:00:27 ---> Running in ae27c082236e 22:00:27 Removing intermediate container ae27c082236e 22:00:27 ---> 7292fa4546f7 22:00:27 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:00:27 ---> Running in 08b4fa422f85 22:00:28 Removing intermediate container 08b4fa422f85 22:00:28 ---> ba0871cb0d03 22:00:28 Step 22/22 : LABEL version=3.0.0-dev.84 22:00:28 ---> Running in 5463c04dcc5e 22:00:29 Removing intermediate container 5463c04dcc5e 22:00:29 ---> 86b79768ac02 22:00:29 22:00:29 Successfully built 86b79768ac02 22:00:29 Successfully tagged core-data-arm64:latest 22:00:29  Building core-data ... done Building security-bootstrapper 22:00:33 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:00:33 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:00:33 ---> 9629b6ed3808 22:00:33 Step 3/32 : WORKDIR /edgex-go 22:00:33 ---> Using cache 22:00:33 ---> f3406affe62e 22:00:33 Step 4/32 : RUN apk add --update --no-cache make git 22:00:33 ---> Using cache 22:00:33 ---> 85921182e687 22:00:33 Step 5/32 : COPY go.mod vendor* ./ 22:00:33 ---> Using cache 22:00:33 ---> 71d712e1dfba 22:00:33 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:00:33 ---> Using cache 22:00:33 ---> d7518e1a58f7 22:00:33 Step 7/32 : COPY . . 22:00:33 ---> Using cache 22:00:33 ---> 0abbcff238f6 22:00:33 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:00:35 ---> Running in cf33d0caa1b6 22:00:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:03:28 Removing intermediate container ac98aa237d82 22:03:28 ---> 637b667df5fa 22:03:28 22:03:28 Step 10/22 : FROM alpine:3.16 22:03:28 ---> 4c81e5bf8899 22:03:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:03:28 ---> Running in 88046490a4bc 22:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:03:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:03:30 (1/1) Installing dumb-init (1.2.5-r1) 22:03:30 Executing busybox-1.35.0-r17.trigger 22:03:30 OK: 5 MiB in 15 packages 22:03:32 Removing intermediate container 88046490a4bc 22:03:32 ---> dabaa698a225 22:03:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:03:32 ---> Running in b809ea20dba1 22:03:32 Removing intermediate container b809ea20dba1 22:03:32 ---> 8fea0b14657d 22:03:32 Step 13/22 : ENV APP_PORT=59861 22:03:32 ---> Running in 80e778ea6a98 22:03:33 Removing intermediate container 80e778ea6a98 22:03:33 ---> 87dd1f524f3d 22:03:33 Step 14/22 : EXPOSE $APP_PORT 22:03:33 ---> Running in de11dcf2b50d 22:03:34 Removing intermediate container de11dcf2b50d 22:03:34 ---> d2357c3fae68 22:03:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:35 ---> 1438b8521618 22:03:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:03:38 ---> e489e93432ed 22:03:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:03:39 ---> 23939e02ef1d 22:03:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:03:39 ---> Running in 9d1edbf00c0c 22:03:40 Removing intermediate container 9d1edbf00c0c 22:03:40 ---> 57def3fcad9e 22:03:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:03:40 ---> Running in 3e6295013093 22:03:40 Removing intermediate container 3e6295013093 22:03:40 ---> d544e919819c 22:03:40 Step 20/22 : LABEL arch=arm64 22:03:40 ---> Running in 2eae8b1aead6 22:03:41 Removing intermediate container 2eae8b1aead6 22:03:41 ---> 6e984c77bc3c 22:03:41 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:03:41 ---> Running in ae7ff7e3fff2 22:03:42 Removing intermediate container ae7ff7e3fff2 22:03:42 ---> 29bc40326a89 22:03:42 Step 22/22 : LABEL version=3.0.0-dev.84 22:03:42 ---> Running in ba83a21a70b6 22:03:43 Removing intermediate container ba83a21a70b6 22:03:43 ---> 63aa17495b71 22:03:43 22:03:43 Successfully built 63aa17495b71 22:03:43 Successfully tagged support-scheduler-arm64:latest 22:03:43 Building core-command 22:03:47  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:03:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:03:47 ---> 9629b6ed3808 22:03:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 22:03:47 ---> Using cache 22:03:47 ---> 4233e885cdad 22:03:47 Step 4/23 : WORKDIR /edgex-go 22:03:47 ---> Using cache 22:03:47 ---> f4fbeea37bf6 22:03:47 Step 5/23 : RUN apk add --update --no-cache make git 22:03:47 ---> Using cache 22:03:47 ---> c6173df042cc 22:03:47 Step 6/23 : COPY go.mod vendor* ./ 22:03:47 ---> Using cache 22:03:47 ---> 12461f1c00b8 22:03:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:03:47 ---> Using cache 22:03:47 ---> bb8292cfa368 22:03:47 Step 8/23 : COPY . . 22:03:47 ---> Using cache 22:03:47 ---> 6b35648d4fd8 22:03:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 22:03:47 ---> Running in caca240b6f7b 22:03:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 22:04:16 Removing intermediate container c9b0c7e016fb 22:04:16 ---> 1b48f6ffb8fe 22:04:16 22:04:16 Step 9/19 : FROM alpine:3.15 22:04:16 ---> 354640af7b1b 22:04:16 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:04:16 ---> Using cache 22:04:16 ---> f8738a1a1d90 22:04:16 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 22:04:18 ---> Running in 5a116ca2c3df 22:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:04:22 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:04:22 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:04:22 OK: 15736 distinct packages available 22:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:04:24 (1/9) Installing ca-certificates (20220614-r0) 22:04:24 (2/9) Installing brotli-libs (1.0.9-r5) 22:04:24 (3/9) Installing nghttp2-libs (1.46.0-r0) 22:04:24 (4/9) Installing libcurl (7.80.0-r6) 22:04:24 (5/9) Installing curl (7.80.0-r6) 22:04:24 (6/9) Installing dumb-init (1.2.5-r1) 22:04:24 (7/9) Installing musl-obstack (1.2.3-r0) 22:04:24 (8/9) Installing libucontext (1.1-r0) 22:04:24 (9/9) Installing gcompat (1.0.0-r4) 22:04:24 Executing busybox-1.34.1-r7.trigger 22:04:24 Executing ca-certificates-20220614-r0.trigger 22:04:24 OK: 8 MiB in 23 packages 22:04:27 Removing intermediate container 5a116ca2c3df 22:04:27 ---> 82c5abec8c19 22:04:27 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 22:04:28 ---> ed6e5be31bf0 22:04:28 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:04:31 ---> c24cec2039cf 22:04:31 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 22:04:32 ---> 09a908297cd7 22:04:32 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 22:04:32 ---> Running in 3c9c20c2a058 22:04:33 Removing intermediate container 3c9c20c2a058 22:04:33 ---> 405827d084fc 22:04:33 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:04:33 ---> Running in ff9a1f8aa2b5 22:04:34 Removing intermediate container ff9a1f8aa2b5 22:04:34 ---> 0948c6262bec 22:04:34 Step 17/19 : LABEL arch=arm64 22:04:34 ---> Running in 020d4f203ed9 22:04:34 Removing intermediate container 020d4f203ed9 22:04:34 ---> 1119ca0bf363 22:04:34 Step 18/19 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:04:34 ---> Running in 26f8232fcd37 22:04:35 Removing intermediate container 26f8232fcd37 22:04:35 ---> 4fdebcc39c39 22:04:35 Step 19/19 : LABEL version=3.0.0-dev.84 22:04:35 ---> Running in 6031f7fd77f2 22:04:35 Removing intermediate container 6031f7fd77f2 22:04:35 ---> 8a20d698721f 22:04:35 22:04:35 Successfully built 8a20d698721f 22:04:35 Successfully tagged security-spiffe-token-provider-arm64:latest 22:04:35  Building security-spiffe-token-provider ... done Building security-spire-agent 22:04:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:04:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:04:40 ---> 9629b6ed3808 22:04:40 Step 3/24 : WORKDIR /edgex-go 22:04:40 ---> Using cache 22:04:40 ---> f3406affe62e 22:04:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 22:04:40 ---> Running in 2c43e2a507ff 22:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:04:44 OK: 221 MiB in 51 packages 22:04:46 Removing intermediate container 2c43e2a507ff 22:04:46 ---> 898a58d6bf3d 22:04:46 Step 5/24 : COPY go.mod vendor* ./ 22:04:47 ---> 461265295cb7 22:04:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:04:47 ---> Running in d34bbc259aa3 22:06:39 Removing intermediate container d34bbc259aa3 22:06:39 ---> b2abe068889c 22:06:39 Step 7/24 : COPY . . 22:06:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:06:39 ---> 9aba904bfec8 22:06:39 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 22:06:39 ---> Running in 18203981607e 22:06:39 Removing intermediate container 18203981607e 22:06:39 ---> 23647895d75e 22:06:39 Step 9/24 : WORKDIR /edgex-go/spire-build 22:06:39 ---> Running in dd0776e8a930 22:06:39 Removing intermediate container dd0776e8a930 22:06:39 ---> 6f59abd04b71 22:06:39 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:06:39 ---> Running in 71fbd140bcc7 22:06:39 Removing intermediate container 71fbd140bcc7 22:06:39 ---> 374b6a50af37 22:06:39 Step 11/24 : WORKDIR /edgex-go 22:06:39 ---> Running in 363defd1301b 22:06:39 Removing intermediate container 363defd1301b 22:06:39 ---> 67fea6bc199f 22:06:39 22:06:39 Step 12/24 : FROM alpine:3.15 22:06:39 ---> 354640af7b1b 22:06:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:06:39 ---> Using cache 22:06:39 ---> f8738a1a1d90 22:06:39 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:06:39 ---> Running in 1c5645ede31d 22:06:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:06:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:06:42 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 22:06:42 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 22:06:42 OK: 15736 distinct packages available 22:06:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 22:06:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 22:06:44 (1/5) Installing dumb-init (1.2.5-r1) 22:06:44 (2/5) Installing musl-obstack (1.2.3-r0) 22:06:44 (3/5) Installing libucontext (1.1-r0) 22:06:44 (4/5) Installing gcompat (1.0.0-r4) 22:06:44 (5/5) Installing openssl (1.1.1t-r1) 22:06:44 Executing busybox-1.34.1-r7.trigger 22:06:44 OK: 6 MiB in 19 packages 22:06:47 Removing intermediate container 1c5645ede31d 22:06:47 ---> 17962d392346 22:06:47 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 22:06:53 ---> c685efe2b8e7 22:06:53 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:06:56 Removing intermediate container 784dfbaa44ba 22:06:56 ---> 85a03ed4bd30 22:06:56 22:06:56 Step 9/23 : FROM alpine:3.16 22:06:56 ---> 4c81e5bf8899 22:06:56 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 22:06:56 ---> Running in 7cf71501e576 22:06:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:06:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:07:01 ---> 4d5a136c1efb 22:07:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 22:07:02 (1/3) Installing ca-certificates (20220614-r0) 22:07:02 (2/3) Installing dumb-init (1.2.5-r1) 22:07:02 (3/3) Installing su-exec (0.2-r1) 22:07:02 Executing busybox-1.35.0-r17.trigger 22:07:02 Executing ca-certificates-20220614-r0.trigger 22:07:02 ---> bf597741b433 22:07:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 22:07:02 OK: 6 MiB in 17 packages 22:07:04 ---> b36e1ebc6787 22:07:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 22:07:05 ---> 06afea0a3b63 22:07:05 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:07:05 ---> Running in 1b1bd214d4bd 22:07:05 Removing intermediate container 7cf71501e576 22:07:05 ---> da65582d734f 22:07:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:07:06 ---> Running in 05924fd80f27 22:07:06 Removing intermediate container 1b1bd214d4bd 22:07:06 ---> f3d5f7b167f9 22:07:06 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:07:06 ---> Running in 2168d0d3fe0c 22:07:06 Removing intermediate container 05924fd80f27 22:07:06 ---> b174fb68f5d5 22:07:06 Step 12/23 : WORKDIR / 22:07:07 ---> Running in 5a3e05309e46 22:07:07 Removing intermediate container 2168d0d3fe0c 22:07:07 ---> 2b7bec6f7f19 22:07:07 Step 22/24 : LABEL arch=arm64 22:07:07 ---> Running in 8009ac95fa0c 22:07:08 Removing intermediate container 5a3e05309e46 22:07:08 ---> dcb770940d53 22:07:08 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:07:08 Removing intermediate container 8009ac95fa0c 22:07:08 ---> 8a610d6a496a 22:07:08 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:07:08 ---> Running in a61b598c8da8 22:07:09 Removing intermediate container a61b598c8da8 22:07:09 ---> df1c36a1a5fd 22:07:09 Step 24/24 : LABEL version=3.0.0-dev.84 22:07:09 ---> Running in 923f02a8257d 22:07:09 ---> 5ebe03fc7a46 22:07:09 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:07:10 Removing intermediate container 923f02a8257d 22:07:10 ---> 5ed0a19840be 22:07:10 22:07:10 Successfully built 5ed0a19840be 22:07:10 Successfully tagged security-spire-agent-arm64:latest 22:07:10 Building core-common-config-bootstrapper 22:07:10  Building security-spire-agent ... done  ---> af16f5378590 22:07:10 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:07:11 ---> b08adf119a5e 22:07:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:07:13 ---> 135398154302 22:07:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:07:16 ---> 7c521b03dbb9 22:07:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:07:16 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:07:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:07:16 ---> 9629b6ed3808 22:07:16 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:07:16 ---> Using cache 22:07:16 ---> 4233e885cdad 22:07:16 Step 4/22 : WORKDIR /edgex-go 22:07:16 ---> Using cache 22:07:16 ---> f4fbeea37bf6 22:07:16 Step 5/22 : RUN apk add --update --no-cache make git 22:07:16 ---> Using cache 22:07:16 ---> c6173df042cc 22:07:16 Step 6/22 : COPY go.mod vendor* ./ 22:07:16 ---> Using cache 22:07:16 ---> 12461f1c00b8 22:07:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:07:16 ---> Using cache 22:07:16 ---> bb8292cfa368 22:07:16 Step 8/22 : COPY . . 22:07:16 ---> Using cache 22:07:16 ---> 6b35648d4fd8 22:07:16 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:07:16 ---> Running in 002389069a37 22:07:17 ---> 061b48afb17e 22:07:17 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:07:17 ---> Running in 21f008f2cc07 22:07:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 22:07:21 Removing intermediate container 21f008f2cc07 22:07:21 ---> 9f364180e2db 22:07:21 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 22:07:21 ---> Running in 5f51c2b84ba5 22:07:23 Removing intermediate container 5f51c2b84ba5 22:07:23 ---> 629a37ab1b6e 22:07:23 Step 21/23 : LABEL arch=arm64 22:07:24 ---> Running in 1b65944ef071 22:07:24 Removing intermediate container 1b65944ef071 22:07:24 ---> 4b4c5f8d5636 22:07:24 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:07:24 ---> Running in 9c25a85f33cf 22:07:25 Removing intermediate container 9c25a85f33cf 22:07:25 ---> e2897434cf15 22:07:25 Step 23/23 : LABEL version=3.0.0-dev.84 22:07:25 ---> Running in cca778d2ffcf 22:07:25 Removing intermediate container cca778d2ffcf 22:07:25 ---> 415b7eb11ac7 22:07:25 22:07:26 Successfully built 415b7eb11ac7 22:07:26 Successfully tagged security-secretstore-setup-arm64:latest 22:07:26 Building support-notifications 22:07:30  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:07:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:07:30 ---> 9629b6ed3808 22:07:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 22:07:30 ---> Using cache 22:07:30 ---> 4233e885cdad 22:07:30 Step 4/22 : WORKDIR /edgex-go 22:07:30 ---> Using cache 22:07:30 ---> f4fbeea37bf6 22:07:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:07:30 ---> Running in dbbb8da55666 22:07:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:07:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:07:34 OK: 221 MiB in 51 packages 22:07:37 Removing intermediate container dbbb8da55666 22:07:37 ---> eb128b767200 22:07:37 Step 6/22 : COPY go.mod vendor* ./ 22:07:38 ---> 0d0f9ba15857 22:07:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:07:38 ---> Running in 6d5ade9ac4ff 22:08:00 Removing intermediate container cf33d0caa1b6 22:08:00 ---> c96d64619abd 22:08:00 22:08:00 Step 9/32 : FROM alpine:3.16 22:08:00 ---> 4c81e5bf8899 22:08:00 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:08:00 ---> Running in f88ffc51d158 22:08:00 Removing intermediate container f88ffc51d158 22:08:00 ---> 489fdfb244ad 22:08:00 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 22:08:00 ---> Running in e2dccb90cea7 22:08:00 Removing intermediate container 930a56834a6c 22:08:00 ---> d86042e74ec3 22:08:00 22:08:00 Step 10/24 : FROM alpine:3.16 22:08:00 ---> 4c81e5bf8899 22:08:00 Step 11/24 : RUN apk add --update --no-cache dumb-init 22:08:00 ---> Using cache 22:08:00 ---> dabaa698a225 22:08:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:08:00 ---> Using cache 22:08:00 ---> 8fea0b14657d 22:08:00 Step 13/24 : ENV APP_PORT=59881 22:08:01 ---> Running in 66d2a74390ac 22:08:02 Removing intermediate container 66d2a74390ac 22:08:02 ---> d69ee90ae582 22:08:02 Step 14/24 : EXPOSE $APP_PORT 22:08:02 ---> Running in eac118039dd5 22:08:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:08:02 Removing intermediate container eac118039dd5 22:08:02 ---> 057d87f0d2f7 22:08:02 Step 15/24 : WORKDIR / 22:08:02 ---> Running in 4de9eb618c3c 22:08:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:08:03 Removing intermediate container 4de9eb618c3c 22:08:03 ---> ee1464c9c0bb 22:08:03 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:04 ---> 92d23d748295 22:08:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:08:05 (1/2) Installing dumb-init (1.2.5-r1) 22:08:05 (2/2) Installing su-exec (0.2-r1) 22:08:05 Executing busybox-1.35.0-r17.trigger 22:08:05 OK: 5 MiB in 16 packages 22:08:06 ---> 6208bf404953 22:08:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:08:07 Removing intermediate container e2dccb90cea7 22:08:07 ---> c33160c28aae 22:08:07 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 22:08:07 ---> Running in 95f2971329bc 22:08:08 ---> b246b40b6fa8 22:08:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 22:08:08 Removing intermediate container 95f2971329bc 22:08:08 ---> bb99b1cb2bd3 22:08:08 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 22:08:08 ---> Running in b15bca0f5543 22:08:10 Removing intermediate container b15bca0f5543 22:08:10 ---> 965ec9322311 22:08:10 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 22:08:10 ---> fae85f76d9cb 22:08:10 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:08:10 ---> Running in a997a0dbabc5 22:08:10 ---> Running in 117c9b651b0c 22:08:11 Removing intermediate container a997a0dbabc5 22:08:11 ---> 5cf0879e8539 22:08:11 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 22:08:11 Removing intermediate container 117c9b651b0c 22:08:11 ---> 955793a0c577 22:08:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:08:11 ---> Running in 7ea657aa0253 22:08:11 ---> Running in eb929846972a 22:08:12 Removing intermediate container eb929846972a 22:08:12 Removing intermediate container 7ea657aa0253 22:08:12 ---> 7f8860ebb261 22:08:12 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 22:08:12 ---> e788ced9bc6a 22:08:12 Step 22/24 : LABEL arch=arm64 22:08:12 ---> Running in 1aa3d694a973 22:08:12 ---> Running in b34d664524fb 22:08:13 Removing intermediate container b34d664524fb 22:08:13 ---> de60e269dde4 22:08:13 Step 23/24 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:08:13 ---> Running in b3fc2c71844e 22:08:14 Removing intermediate container b3fc2c71844e 22:08:14 ---> a792e87fb681 22:08:14 Step 24/24 : LABEL version=3.0.0-dev.84 22:08:14 ---> Running in f5e9292a94fe 22:08:15 Removing intermediate container f5e9292a94fe 22:08:15 ---> 868a3da965a2 22:08:15 22:08:16 Successfully built 868a3da965a2 22:08:16 Successfully tagged core-metadata-arm64:latest 22:08:16 Building security-spire-server 22:08:16  Building core-metadata ... done Removing intermediate container 1aa3d694a973 22:08:16 ---> 53ed0d57d081 22:08:16 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 22:08:16 ---> Running in 336f86a97c34 22:08:17 Removing intermediate container 336f86a97c34 22:08:17 ---> f1ef09b4b61c 22:08:17 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 22:08:18 ---> 45201b6c394b 22:08:18 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 22:08:19 ---> Running in d75ceccf43e7 22:08:22 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 22:08:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:08:22 ---> 9629b6ed3808 22:08:22 Step 3/23 : WORKDIR /edgex-go 22:08:22 ---> Using cache 22:08:22 ---> f3406affe62e 22:08:22 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 22:08:22 ---> Using cache 22:08:22 ---> 898a58d6bf3d 22:08:22 Step 5/23 : COPY go.mod vendor* ./ 22:08:22 ---> Using cache 22:08:22 ---> 461265295cb7 22:08:22 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:08:22 ---> Using cache 22:08:22 ---> b2abe068889c 22:08:22 Step 7/23 : COPY . . 22:08:22 ---> Using cache 22:08:22 ---> 9aba904bfec8 22:08:22 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 22:08:22 ---> Using cache 22:08:22 ---> 23647895d75e 22:08:22 Step 9/23 : WORKDIR /edgex-go/spire-build 22:08:22 ---> Using cache 22:08:22 ---> 6f59abd04b71 22:08:22 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 22:08:22 Removing intermediate container d75ceccf43e7 22:08:22 ---> f12b75b3a7f8 22:08:22 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:08:22 ---> Running in cc08b994aa36 22:08:24 ---> 3130b790f486 22:08:24 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:08:26 Removing intermediate container cc08b994aa36 22:08:26 ---> fbdbc5e9f992 22:08:26 Step 11/23 : WORKDIR /edgex-go 22:08:27 ---> Running in ef34e3454b9f 22:08:27 ---> 18d552d88187 22:08:27 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:08:28 Removing intermediate container ef34e3454b9f 22:08:28 ---> 2e8ce3a696dd 22:08:28 22:08:28 Step 12/23 : FROM alpine:3.15 22:08:28 ---> 354640af7b1b 22:08:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 22:08:28 ---> Using cache 22:08:28 ---> f8738a1a1d90 22:08:28 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 22:08:28 ---> Using cache 22:08:28 ---> 17962d392346 22:08:28 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 22:08:28 ---> 3fc6b54c5a5e 22:08:28 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:08:30 ---> ed268fa918b4 22:08:30 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 22:08:32 ---> 70f3de52ef4b 22:08:32 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 22:08:33 ---> c9e395a5093d 22:08:33 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:08:35 ---> 53ac9886a5cf 22:08:35 Step 27/32 : RUN chmod +x /entrypoint.sh 22:08:35 ---> Running in 886630cad5e1 22:08:36 ---> 9a98bcd014db 22:08:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 22:08:37 ---> 81f5522874a2 22:08:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 22:08:41 ---> ed6d310a2f2e 22:08:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 22:08:41 Removing intermediate container 886630cad5e1 22:08:41 ---> f371f5e3e959 22:08:41 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:08:41 ---> Running in 51375c9701f0 22:08:41 Removing intermediate container 51375c9701f0 22:08:41 ---> 5ad6b8d3bcc9 22:08:41 Step 29/32 : CMD ["gate"] 22:08:41 ---> 6cfdcbd6dacf 22:08:41 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 22:08:41 ---> Running in dc697f9bbc30 22:08:41 ---> Running in ebc8a5587dc6 22:08:42 Removing intermediate container dc697f9bbc30 22:08:42 ---> 7f46e8d1bbef 22:08:42 Step 30/32 : LABEL arch=arm64 22:08:42 Removing intermediate container ebc8a5587dc6 22:08:42 ---> 7cb157ea3d77 22:08:42 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 22:08:42 ---> Running in 1b5d33ca3083 22:08:42 ---> Running in 8074175b1f67 22:08:43 Removing intermediate container 8074175b1f67 22:08:43 ---> d550e2fcd9bc 22:08:43 Step 31/32 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:08:43 ---> Running in 6a414f9f018e 22:08:43 Removing intermediate container 1b5d33ca3083 22:08:43 ---> 66fcc5b1fa4f 22:08:43 Step 21/23 : LABEL arch=arm64 22:08:44 ---> Running in c529b7303340 22:08:44 Removing intermediate container 6a414f9f018e 22:08:44 ---> d6c994045863 22:08:44 Step 32/32 : LABEL version=3.0.0-dev.84 22:08:44 Removing intermediate container c529b7303340 22:08:44 ---> f93e86d1ac2e 22:08:44 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:08:44 ---> Running in 68d0ad6d7cb0 22:08:45 ---> Running in 902f4e1b578b 22:08:45 Removing intermediate container 68d0ad6d7cb0 22:08:45 ---> f7c8da75a3a2 22:08:45 22:08:46 Successfully built f7c8da75a3a2 22:08:46 Removing intermediate container 902f4e1b578b 22:08:46 ---> 2fc705e4482c 22:08:46 Step 23/23 : LABEL version=3.0.0-dev.84 22:08:46 Successfully tagged security-bootstrapper-arm64:latest 22:08:46  Building security-bootstrapper ... done  ---> Running in ea4d193794cb 22:08:47 Removing intermediate container ea4d193794cb 22:08:47 ---> 16ef0bae442f 22:08:47 22:08:47 Successfully built 16ef0bae442f 22:08:47 Successfully tagged security-spire-server-arm64:latest 22:09:26  Building security-spire-server ... done Removing intermediate container 6d5ade9ac4ff 22:09:26 ---> bbda52aa3f02 22:09:26 Step 8/22 : COPY . . 22:09:26 ---> d64d883fd3c7 22:09:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:09:26 ---> Running in 454d5c44d781 22:09:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.84" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:10:34 Removing intermediate container caca240b6f7b 22:10:34 ---> 52edfac588aa 22:10:34 22:10:34 Step 10/23 : FROM alpine:3.16 22:10:34 ---> 4c81e5bf8899 22:10:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:10:34 ---> Using cache 22:10:34 ---> dabaa698a225 22:10:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:10:34 ---> Using cache 22:10:34 ---> 8fea0b14657d 22:10:34 Step 13/23 : ENV APP_PORT=59882 22:10:34 ---> Running in 56701243dea8 22:10:34 Removing intermediate container 56701243dea8 22:10:34 ---> f4cb6e84ede6 22:10:34 Step 14/23 : EXPOSE $APP_PORT 22:10:34 ---> Running in f2a01a3ec783 22:10:34 Removing intermediate container f2a01a3ec783 22:10:34 ---> 732a8e5cb8b2 22:10:34 Step 15/23 : WORKDIR / 22:10:34 ---> Running in 22c8f0a7feed 22:10:34 Removing intermediate container 22c8f0a7feed 22:10:34 ---> bb592a046a1c 22:10:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:10:34 ---> b72a6d162417 22:10:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:10:34 ---> 304f36dae9ed 22:10:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:10:35 ---> 42ea9c42bee4 22:10:35 Step 19/23 : ENTRYPOINT ["/core-command"] 22:10:35 ---> Running in f1a2811f8d36 22:10:35 Removing intermediate container f1a2811f8d36 22:10:35 ---> 9310d3c16f4e 22:10:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:10:36 ---> Running in 6afed79cb6fb 22:10:36 Removing intermediate container 6afed79cb6fb 22:10:36 ---> 7bdfb3ef0d1c 22:10:36 Step 21/23 : LABEL arch=arm64 22:10:36 ---> Running in c0f35c0269c1 22:10:37 Removing intermediate container c0f35c0269c1 22:10:37 ---> bab74337b96f 22:10:37 Step 22/23 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:10:37 ---> Running in 27d41c9aaf1b 22:10:38 Removing intermediate container 27d41c9aaf1b 22:10:38 ---> 19fabd863af8 22:10:38 Step 23/23 : LABEL version=3.0.0-dev.84 22:10:38 ---> Running in ec1e4fbb8711 22:10:38 Removing intermediate container ec1e4fbb8711 22:10:38 ---> 89e7f81e2dc7 22:10:38 22:10:38 Successfully built 89e7f81e2dc7 22:10:38 Successfully tagged core-command-arm64:latest 22:12:00  Building core-command ... done Removing intermediate container 002389069a37 22:12:00 ---> 44aa482287e6 22:12:00 22:12:00 Step 10/22 : FROM alpine:3.16 22:12:00 ---> 4c81e5bf8899 22:12:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 22:12:00 ---> Using cache 22:12:00 ---> 1cda9ef8a01f 22:12:00 Step 12/22 : RUN apk add --update --no-cache dumb-init 22:12:00 ---> Using cache 22:12:00 ---> 9e5348bb3ed6 22:12:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:00 ---> Using cache 22:12:00 ---> 9f061f31efb9 22:12:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:12:00 ---> 37c8f9de84c1 22:12:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:12:00 ---> 0327fd40874a 22:12:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:12:00 ---> b40ca6aea2f5 22:12:00 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:12:00 ---> Running in e7d27e153a15 22:12:00 Removing intermediate container e7d27e153a15 22:12:00 ---> dbbcc863450e 22:12:00 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 22:12:00 ---> Running in 786212623ac8 22:12:00 Removing intermediate container 786212623ac8 22:12:00 ---> 19f5398c9aa4 22:12:00 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 22:12:00 ---> Running in 3c0c5f6f87b1 22:12:01 Removing intermediate container 3c0c5f6f87b1 22:12:01 ---> b1127143e182 22:12:01 Step 20/22 : LABEL arch=arm64 22:12:01 ---> Running in a0accd786c1d 22:12:02 Removing intermediate container a0accd786c1d 22:12:02 ---> d36f0b066e10 22:12:02 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:12:02 ---> Running in 3192151b51a4 22:12:02 Removing intermediate container 3192151b51a4 22:12:02 ---> bc58a1136096 22:12:02 Step 22/22 : LABEL version=3.0.0-dev.84 22:12:02 ---> Running in c112ef6f5fea 22:12:03 Removing intermediate container c112ef6f5fea 22:12:03 ---> d74b4b585827 22:12:03 22:12:03 Successfully built d74b4b585827 22:12:03 Successfully tagged core-common-config-bootstrapper-arm64:latest 22:13:11  Building core-common-config-bootstrapper ... done Removing intermediate container 454d5c44d781 22:13:11 ---> 074556a68a1d 22:13:11 22:13:11 Step 10/22 : FROM alpine:3.16 22:13:11 ---> 4c81e5bf8899 22:13:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:13:11 ---> Running in 5e4ff84ad761 22:13:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:13:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:13:11 (1/2) Installing ca-certificates (20220614-r0) 22:13:11 (2/2) Installing dumb-init (1.2.5-r1) 22:13:11 Executing busybox-1.35.0-r17.trigger 22:13:11 Executing ca-certificates-20220614-r0.trigger 22:13:11 OK: 6 MiB in 16 packages 22:13:11 Removing intermediate container 5e4ff84ad761 22:13:11 ---> b85ecbcc06b6 22:13:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:13:11 ---> Running in 206f90a0b3da 22:13:11 Removing intermediate container 206f90a0b3da 22:13:11 ---> 6c877e5ada93 22:13:11 Step 13/22 : ENV APP_PORT=59860 22:13:11 ---> Running in a15cf89b2915 22:13:11 Removing intermediate container a15cf89b2915 22:13:11 ---> 65e09f17ede5 22:13:11 Step 14/22 : EXPOSE $APP_PORT 22:13:11 ---> Running in 8a0ce44423b2 22:13:11 Removing intermediate container 8a0ce44423b2 22:13:11 ---> 26fe653da169 22:13:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:15 ---> b7c5f79259b2 22:13:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:13:15 ---> 39354dfd534e 22:13:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:13:16 ---> 0193f08ad24e 22:13:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:13:16 ---> Running in 2d0d2ee050a2 22:13:16 Removing intermediate container 2d0d2ee050a2 22:13:16 ---> 46052d9c37dc 22:13:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 22:13:16 ---> Running in 936f50dcfda3 22:13:17 Removing intermediate container 936f50dcfda3 22:13:17 ---> 06c99dfb6d99 22:13:17 Step 20/22 : LABEL arch=arm64 22:13:17 ---> Running in 2c65c87870d2 22:13:17 Removing intermediate container 2c65c87870d2 22:13:17 ---> f71b745e0fde 22:13:17 Step 21/22 : LABEL git_sha=54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:17 ---> Running in 120a310818d9 22:13:17 Removing intermediate container 120a310818d9 22:13:17 ---> a381ace1d3fb 22:13:17 Step 22/22 : LABEL version=3.0.0-dev.84 22:13:17 ---> Running in 2654bdbe2489 22:13:18 Removing intermediate container 2654bdbe2489 22:13:18 ---> 6f873bc2e08f 22:13:18 22:13:18 Successfully built 6f873bc2e08f 22:13:18 Successfully tagged support-notifications-arm64:latest 22:13:18  Building support-notifications ... done  [Pipeline] } 22:13:18 $ docker stop --time=1 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 22:13:20 $ docker rm -f --volumes 9171c81f4a56d97cc59585fe11bb626b154d3c90f3c064bef115e5dc580134c5 [Pipeline] // withDockerContainer [Pipeline] sh 22:13:20 + docker images 22:13:21 REPOSITORY TAG IMAGE ID CREATED SIZE 22:13:21 support-notifications-arm64 latest 6f873bc2e08f 3 seconds ago 29.7MB 22:13:21 074556a68a1d 17 seconds ago 1.4GB 22:13:21 core-common-config-bootstrapper-arm64 latest d74b4b585827 About a minute ago 14.9MB 22:13:21 44aa482287e6 About a minute ago 1.33GB 22:13:21 core-command-arm64 latest 89e7f81e2dc7 2 minutes ago 17.1MB 22:13:21 52edfac588aa 2 minutes ago 1.34GB 22:13:21 security-spire-server-arm64 latest 16ef0bae442f 4 minutes ago 84.3MB 22:13:21 security-bootstrapper-arm64 latest f7c8da75a3a2 4 minutes ago 19MB 22:13:21 2e8ce3a696dd 4 minutes ago 1.21GB 22:13:21 core-metadata-arm64 latest 868a3da965a2 5 minutes ago 17.8MB 22:13:21 d86042e74ec3 5 minutes ago 1.35GB 22:13:21 c96d64619abd 5 minutes ago 1.32GB 22:13:21 security-secretstore-setup-arm64 latest 415b7eb11ac7 5 minutes ago 28.7MB 22:13:21 security-spire-agent-arm64 latest 5ed0a19840be 6 minutes ago 122MB 22:13:21 85a03ed4bd30 6 minutes ago 1.33GB 22:13:21 67fea6bc199f 6 minutes ago 1.21GB 22:13:21 security-spiffe-token-provider-arm64 latest 8a20d698721f 8 minutes ago 29.1MB 22:13:21 1b48f6ffb8fe 9 minutes ago 1.37GB 22:13:21 support-scheduler-arm64 latest 63aa17495b71 9 minutes ago 29.1MB 22:13:21 637b667df5fa 9 minutes ago 1.4GB 22:13:21 core-data-arm64 latest 86b79768ac02 12 minutes ago 17.3MB 22:13:21 0cb8f69b491c 13 minutes ago 1.34GB 22:13:21 security-proxy-setup-arm64 latest 8f28f169479e 13 minutes ago 15.8MB 22:13:21 security-proxy-auth-arm64 latest 9e37b1af8f87 14 minutes ago 15.6MB 22:13:21 a46c82a2f49c 14 minutes ago 1.32GB 22:13:21 fae7f44300cb 14 minutes ago 1.32GB 22:13:21 security-spire-config-arm64 latest 2014ab8b9f38 21 minutes ago 83.6MB 22:13:21 970a702769fe 21 minutes ago 1.21GB 22:13:21 ci-base-image-arm64 latest 9629b6ed3808 25 minutes ago 904MB 22:13:21 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 22:13:21 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 22:13:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 22:13:21 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 22:13:21 provisioning config files... 22:13:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/446@tmp/config6257883201203036936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:21 ---> docker-login.sh 22:13:21 nexus3.edgexfoundry.org:10001 22:13:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:21 Configure a credential helper to remove this warning. See 22:13:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:21 22:13:21 Login Succeeded 22:13:21 nexus3.edgexfoundry.org:10002 22:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:22 Configure a credential helper to remove this warning. See 22:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:22 22:13:22 Login Succeeded 22:13:22 nexus3.edgexfoundry.org:10003 22:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:22 Configure a credential helper to remove this warning. See 22:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:22 22:13:22 Login Succeeded 22:13:22 nexus3.edgexfoundry.org:10004 22:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:22 Configure a credential helper to remove this warning. See 22:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:22 22:13:22 Login Succeeded 22:13:22 docker.io 22:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:23 Configure a credential helper to remove this warning. See 22:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:23 22:13:23 Login Succeeded 22:13:23 ---> docker-login.sh ends [Pipeline] } 22:13:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:13:23 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 22:13:23 54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:23 latest 22:13:23 3.0.0-dev.84 22:13:23 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:23 main 22:13:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:13:24 d4187b4ddbc7: Preparing 22:13:24 7a1b05e33b39: Preparing 22:13:24 98709df85f62: Preparing 22:13:24 b8d12d593f1c: Preparing 22:13:24 f70ee36035b9: Preparing 22:13:24 f70ee36035b9: Layer already exists 22:13:24 d4187b4ddbc7: Pushed 22:13:24 98709df85f62: Pushed 22:13:24 b8d12d593f1c: Pushed 22:13:27 7a1b05e33b39: Pushed 22:13:27 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:13:28 d4187b4ddbc7: Preparing 22:13:28 7a1b05e33b39: Preparing 22:13:28 98709df85f62: Preparing 22:13:28 b8d12d593f1c: Preparing 22:13:28 f70ee36035b9: Preparing 22:13:28 98709df85f62: Layer already exists 22:13:28 b8d12d593f1c: Layer already exists 22:13:28 7a1b05e33b39: Layer already exists 22:13:28 d4187b4ddbc7: Layer already exists 22:13:28 f70ee36035b9: Layer already exists 22:13:28 latest: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 22:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:13:29 d4187b4ddbc7: Preparing 22:13:29 7a1b05e33b39: Preparing 22:13:29 98709df85f62: Preparing 22:13:29 b8d12d593f1c: Preparing 22:13:29 f70ee36035b9: Preparing 22:13:29 f70ee36035b9: Layer already exists 22:13:29 d4187b4ddbc7: Layer already exists 22:13:29 7a1b05e33b39: Layer already exists 22:13:29 b8d12d593f1c: Layer already exists 22:13:29 98709df85f62: Layer already exists 22:13:29 3.0.0-dev.84: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:13:30 d4187b4ddbc7: Preparing 22:13:30 7a1b05e33b39: Preparing 22:13:30 98709df85f62: Preparing 22:13:30 b8d12d593f1c: Preparing 22:13:30 f70ee36035b9: Preparing 22:13:30 b8d12d593f1c: Layer already exists 22:13:30 f70ee36035b9: Layer already exists 22:13:30 98709df85f62: Layer already exists 22:13:30 d4187b4ddbc7: Layer already exists 22:13:30 7a1b05e33b39: Layer already exists 22:13:30 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 22:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:13:30 d4187b4ddbc7: Preparing 22:13:30 7a1b05e33b39: Preparing 22:13:30 98709df85f62: Preparing 22:13:30 b8d12d593f1c: Preparing 22:13:30 f70ee36035b9: Preparing 22:13:30 d4187b4ddbc7: Layer already exists 22:13:30 b8d12d593f1c: Layer already exists 22:13:30 7a1b05e33b39: Layer already exists 22:13:30 f70ee36035b9: Layer already exists 22:13:30 98709df85f62: Layer already exists 22:13:31 main: digest: sha256:29b7952b43d454543e7fdb60e86f1fdffde04a9d302ffe5be761df6d51446eb2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:31 ===================================================== [Pipeline] echo 22:13:31 taggedImages: 22:13:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:13:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.84 22:13:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:31 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 22:13:31 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 22:13:31 54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:31 latest 22:13:31 3.0.0-dev.84 22:13:31 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:31 main 22:13:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:13:32 177664a3172c: Preparing 22:13:32 25f8b28ecec1: Preparing 22:13:32 5312e1f122b8: Preparing 22:13:32 81a80f308c37: Preparing 22:13:32 98709df85f62: Preparing 22:13:32 748d8eec7b3e: Preparing 22:13:32 f70ee36035b9: Preparing 22:13:32 748d8eec7b3e: Waiting 22:13:32 f70ee36035b9: Waiting 22:13:32 98709df85f62: Layer already exists 22:13:32 5312e1f122b8: Pushed 22:13:32 177664a3172c: Pushed 22:13:32 25f8b28ecec1: Pushed 22:13:32 f70ee36035b9: Layer already exists 22:13:32 748d8eec7b3e: Pushed 22:13:34 81a80f308c37: Pushed 22:13:34 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:13:35 177664a3172c: Preparing 22:13:35 25f8b28ecec1: Preparing 22:13:35 5312e1f122b8: Preparing 22:13:35 81a80f308c37: Preparing 22:13:35 98709df85f62: Preparing 22:13:35 748d8eec7b3e: Preparing 22:13:35 f70ee36035b9: Preparing 22:13:35 748d8eec7b3e: Waiting 22:13:35 f70ee36035b9: Waiting 22:13:35 98709df85f62: Layer already exists 22:13:35 5312e1f122b8: Layer already exists 22:13:35 177664a3172c: Layer already exists 22:13:35 25f8b28ecec1: Layer already exists 22:13:35 81a80f308c37: Layer already exists 22:13:35 748d8eec7b3e: Layer already exists 22:13:35 f70ee36035b9: Layer already exists 22:13:35 latest: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 22:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:13:36 177664a3172c: Preparing 22:13:36 25f8b28ecec1: Preparing 22:13:36 5312e1f122b8: Preparing 22:13:36 81a80f308c37: Preparing 22:13:36 98709df85f62: Preparing 22:13:36 748d8eec7b3e: Preparing 22:13:36 f70ee36035b9: Preparing 22:13:36 748d8eec7b3e: Waiting 22:13:36 f70ee36035b9: Waiting 22:13:36 177664a3172c: Layer already exists 22:13:36 5312e1f122b8: Layer already exists 22:13:36 81a80f308c37: Layer already exists 22:13:36 98709df85f62: Layer already exists 22:13:36 25f8b28ecec1: Layer already exists 22:13:36 f70ee36035b9: Layer already exists 22:13:36 748d8eec7b3e: Layer already exists 22:13:36 3.0.0-dev.84: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:36 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:13:37 177664a3172c: Preparing 22:13:37 25f8b28ecec1: Preparing 22:13:37 5312e1f122b8: Preparing 22:13:37 81a80f308c37: Preparing 22:13:37 98709df85f62: Preparing 22:13:37 748d8eec7b3e: Preparing 22:13:37 f70ee36035b9: Preparing 22:13:37 748d8eec7b3e: Waiting 22:13:37 f70ee36035b9: Waiting 22:13:37 81a80f308c37: Layer already exists 22:13:37 177664a3172c: Layer already exists 22:13:37 5312e1f122b8: Layer already exists 22:13:37 25f8b28ecec1: Layer already exists 22:13:37 98709df85f62: Layer already exists 22:13:37 f70ee36035b9: Layer already exists 22:13:37 748d8eec7b3e: Layer already exists 22:13:37 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 22:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:13:38 177664a3172c: Preparing 22:13:38 25f8b28ecec1: Preparing 22:13:38 5312e1f122b8: Preparing 22:13:38 81a80f308c37: Preparing 22:13:38 98709df85f62: Preparing 22:13:38 748d8eec7b3e: Preparing 22:13:38 f70ee36035b9: Preparing 22:13:38 748d8eec7b3e: Waiting 22:13:38 f70ee36035b9: Waiting 22:13:38 177664a3172c: Layer already exists 22:13:38 5312e1f122b8: Layer already exists 22:13:38 98709df85f62: Layer already exists 22:13:38 25f8b28ecec1: Layer already exists 22:13:38 81a80f308c37: Layer already exists 22:13:38 f70ee36035b9: Layer already exists 22:13:38 748d8eec7b3e: Layer already exists 22:13:38 main: digest: sha256:10220c417dc64db91927dbe79d1872de292d5f744984d8329741040e20a20fd1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:38 ===================================================== [Pipeline] echo 22:13:38 taggedImages: 22:13:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:13:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.84 22:13:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:38 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 22:13:38 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 22:13:38 54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:38 latest 22:13:38 3.0.0-dev.84 22:13:38 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:38 main 22:13:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:13:39 571488023a07: Preparing 22:13:39 a987d6ffda1e: Preparing 22:13:39 98709df85f62: Preparing 22:13:39 75dca92d039c: Preparing 22:13:39 f70ee36035b9: Preparing 22:13:39 98709df85f62: Layer already exists 22:13:39 f70ee36035b9: Layer already exists 22:13:39 571488023a07: Pushed 22:13:39 75dca92d039c: Pushed 22:13:41 a987d6ffda1e: Pushed 22:13:41 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:13:42 571488023a07: Preparing 22:13:42 a987d6ffda1e: Preparing 22:13:42 98709df85f62: Preparing 22:13:42 75dca92d039c: Preparing 22:13:42 f70ee36035b9: Preparing 22:13:42 75dca92d039c: Layer already exists 22:13:42 f70ee36035b9: Layer already exists 22:13:42 98709df85f62: Layer already exists 22:13:42 571488023a07: Layer already exists 22:13:42 a987d6ffda1e: Layer already exists 22:13:42 latest: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 22:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:13:43 571488023a07: Preparing 22:13:43 a987d6ffda1e: Preparing 22:13:43 98709df85f62: Preparing 22:13:43 75dca92d039c: Preparing 22:13:43 f70ee36035b9: Preparing 22:13:43 a987d6ffda1e: Layer already exists 22:13:43 571488023a07: Layer already exists 22:13:43 f70ee36035b9: Layer already exists 22:13:43 98709df85f62: Layer already exists 22:13:43 75dca92d039c: Layer already exists 22:13:43 3.0.0-dev.84: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:13:44 571488023a07: Preparing 22:13:44 a987d6ffda1e: Preparing 22:13:44 98709df85f62: Preparing 22:13:44 75dca92d039c: Preparing 22:13:44 f70ee36035b9: Preparing 22:13:44 f70ee36035b9: Layer already exists 22:13:44 98709df85f62: Layer already exists 22:13:44 571488023a07: Layer already exists 22:13:44 75dca92d039c: Layer already exists 22:13:44 a987d6ffda1e: Layer already exists 22:13:44 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 22:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:13:45 571488023a07: Preparing 22:13:45 a987d6ffda1e: Preparing 22:13:45 98709df85f62: Preparing 22:13:45 75dca92d039c: Preparing 22:13:45 f70ee36035b9: Preparing 22:13:45 f70ee36035b9: Layer already exists 22:13:45 571488023a07: Layer already exists 22:13:45 75dca92d039c: Layer already exists 22:13:45 a987d6ffda1e: Layer already exists 22:13:45 98709df85f62: Layer already exists 22:13:45 main: digest: sha256:cbbd4f6211fe1d0cf252e454eb852e0ace2659d50243926b9aa5a6dbcdd5e929 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:45 ===================================================== [Pipeline] echo 22:13:45 taggedImages: 22:13:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:13:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.84 22:13:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 22:13:45 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 22:13:45 54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:45 latest 22:13:45 3.0.0-dev.84 22:13:45 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:45 main 22:13:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:13:46 10262a5ddecd: Preparing 22:13:46 28319fdffd0f: Preparing 22:13:46 260ca49abe2f: Preparing 22:13:46 98709df85f62: Preparing 22:13:46 b8d12d593f1c: Preparing 22:13:46 f70ee36035b9: Preparing 22:13:46 f70ee36035b9: Waiting 22:13:46 b8d12d593f1c: Layer already exists 22:13:46 98709df85f62: Layer already exists 22:13:46 f70ee36035b9: Layer already exists 22:13:46 28319fdffd0f: Pushed 22:13:46 10262a5ddecd: Pushed 22:13:48 260ca49abe2f: Pushed 22:13:49 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:13:49 10262a5ddecd: Preparing 22:13:49 28319fdffd0f: Preparing 22:13:49 260ca49abe2f: Preparing 22:13:49 98709df85f62: Preparing 22:13:49 b8d12d593f1c: Preparing 22:13:49 f70ee36035b9: Preparing 22:13:49 f70ee36035b9: Waiting 22:13:49 b8d12d593f1c: Layer already exists 22:13:49 28319fdffd0f: Layer already exists 22:13:49 260ca49abe2f: Layer already exists 22:13:49 98709df85f62: Layer already exists 22:13:49 10262a5ddecd: Layer already exists 22:13:49 f70ee36035b9: Layer already exists 22:13:50 latest: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 22:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:13:50 10262a5ddecd: Preparing 22:13:50 28319fdffd0f: Preparing 22:13:50 260ca49abe2f: Preparing 22:13:50 98709df85f62: Preparing 22:13:50 b8d12d593f1c: Preparing 22:13:50 f70ee36035b9: Preparing 22:13:50 f70ee36035b9: Waiting 22:13:50 98709df85f62: Layer already exists 22:13:50 10262a5ddecd: Layer already exists 22:13:50 28319fdffd0f: Layer already exists 22:13:50 260ca49abe2f: Layer already exists 22:13:50 b8d12d593f1c: Layer already exists 22:13:50 f70ee36035b9: Layer already exists 22:13:51 3.0.0-dev.84: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:13:51 10262a5ddecd: Preparing 22:13:51 28319fdffd0f: Preparing 22:13:51 260ca49abe2f: Preparing 22:13:51 98709df85f62: Preparing 22:13:51 b8d12d593f1c: Preparing 22:13:51 f70ee36035b9: Preparing 22:13:51 f70ee36035b9: Waiting 22:13:51 b8d12d593f1c: Layer already exists 22:13:51 10262a5ddecd: Layer already exists 22:13:51 28319fdffd0f: Layer already exists 22:13:51 98709df85f62: Layer already exists 22:13:51 260ca49abe2f: Layer already exists 22:13:51 f70ee36035b9: Layer already exists 22:13:52 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 22:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:13:52 10262a5ddecd: Preparing 22:13:52 28319fdffd0f: Preparing 22:13:52 260ca49abe2f: Preparing 22:13:52 98709df85f62: Preparing 22:13:52 b8d12d593f1c: Preparing 22:13:52 f70ee36035b9: Preparing 22:13:52 f70ee36035b9: Waiting 22:13:52 260ca49abe2f: Layer already exists 22:13:52 98709df85f62: Layer already exists 22:13:52 10262a5ddecd: Layer already exists 22:13:52 28319fdffd0f: Layer already exists 22:13:52 b8d12d593f1c: Layer already exists 22:13:52 f70ee36035b9: Layer already exists 22:13:52 main: digest: sha256:93372906f8edfa93f438bbcbc9ec6738f112a1831c8ed5e8ef6831c4d9cb3dce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:53 ===================================================== [Pipeline] echo 22:13:53 taggedImages: 22:13:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:13:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.84 22:13:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 22:13:53 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 22:13:53 54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:53 latest 22:13:53 3.0.0-dev.84 22:13:53 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:13:53 main 22:13:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:13:53 78757bb0c569: Preparing 22:13:53 78757bb0c569: Preparing 22:13:53 0a83f6b5d913: Preparing 22:13:53 09fffd7f3222: Preparing 22:13:53 1186370e665d: Preparing 22:13:53 06864c2c94f3: Preparing 22:13:53 605b928d40d3: Preparing 22:13:53 98709df85f62: Preparing 22:13:53 322196fb5a45: Preparing 22:13:53 047065c9aed9: Preparing 22:13:53 522fb60d5a85: Preparing 22:13:53 6595f6095645: Preparing 22:13:53 f70ee36035b9: Preparing 22:13:53 047065c9aed9: Waiting 22:13:53 522fb60d5a85: Waiting 22:13:53 6595f6095645: Waiting 22:13:53 f70ee36035b9: Waiting 22:13:53 605b928d40d3: Waiting 22:13:53 98709df85f62: Waiting 22:13:53 322196fb5a45: Waiting 22:13:54 06864c2c94f3: Pushed 22:13:54 78757bb0c569: Pushed 22:13:54 1186370e665d: Pushed 22:13:54 0a83f6b5d913: Pushed 22:13:54 09fffd7f3222: Pushed 22:13:54 98709df85f62: Layer already exists 22:13:54 322196fb5a45: Pushed 22:13:54 047065c9aed9: Pushed 22:13:54 f70ee36035b9: Layer already exists 22:13:54 522fb60d5a85: Pushed 22:13:54 6595f6095645: Pushed 22:13:57 605b928d40d3: Pushed 22:13:57 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:13:58 78757bb0c569: Preparing 22:13:58 78757bb0c569: Preparing 22:13:58 0a83f6b5d913: Preparing 22:13:58 09fffd7f3222: Preparing 22:13:58 1186370e665d: Preparing 22:13:58 06864c2c94f3: Preparing 22:13:58 605b928d40d3: Preparing 22:13:58 98709df85f62: Preparing 22:13:58 322196fb5a45: Preparing 22:13:58 047065c9aed9: Preparing 22:13:58 522fb60d5a85: Preparing 22:13:58 6595f6095645: Preparing 22:13:58 f70ee36035b9: Preparing 22:13:58 322196fb5a45: Waiting 22:13:58 605b928d40d3: Waiting 22:13:58 047065c9aed9: Waiting 22:13:58 522fb60d5a85: Waiting 22:13:58 6595f6095645: Waiting 22:13:58 98709df85f62: Waiting 22:13:58 f70ee36035b9: Waiting 22:13:58 06864c2c94f3: Layer already exists 22:13:58 78757bb0c569: Layer already exists 22:13:58 1186370e665d: Layer already exists 22:13:58 09fffd7f3222: Layer already exists 22:13:58 0a83f6b5d913: Layer already exists 22:13:58 322196fb5a45: Layer already exists 22:13:58 98709df85f62: Layer already exists 22:13:58 605b928d40d3: Layer already exists 22:13:58 522fb60d5a85: Layer already exists 22:13:58 047065c9aed9: Layer already exists 22:13:58 6595f6095645: Layer already exists 22:13:58 f70ee36035b9: Layer already exists 22:13:58 latest: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 22:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:13:59 78757bb0c569: Preparing 22:13:59 78757bb0c569: Preparing 22:13:59 0a83f6b5d913: Preparing 22:13:59 09fffd7f3222: Preparing 22:13:59 1186370e665d: Preparing 22:13:59 06864c2c94f3: Preparing 22:13:59 605b928d40d3: Preparing 22:13:59 98709df85f62: Preparing 22:13:59 322196fb5a45: Preparing 22:13:59 047065c9aed9: Preparing 22:13:59 522fb60d5a85: Preparing 22:13:59 6595f6095645: Preparing 22:13:59 f70ee36035b9: Preparing 22:13:59 047065c9aed9: Waiting 22:13:59 522fb60d5a85: Waiting 22:13:59 6595f6095645: Waiting 22:13:59 f70ee36035b9: Waiting 22:13:59 98709df85f62: Waiting 22:13:59 322196fb5a45: Waiting 22:13:59 605b928d40d3: Waiting 22:13:59 78757bb0c569: Layer already exists 22:13:59 1186370e665d: Layer already exists 22:13:59 0a83f6b5d913: Layer already exists 22:13:59 09fffd7f3222: Layer already exists 22:13:59 06864c2c94f3: Layer already exists 22:13:59 605b928d40d3: Layer already exists 22:13:59 98709df85f62: Layer already exists 22:13:59 047065c9aed9: Layer already exists 22:13:59 322196fb5a45: Layer already exists 22:13:59 522fb60d5a85: Layer already exists 22:13:59 6595f6095645: Layer already exists 22:13:59 f70ee36035b9: Layer already exists 22:13:59 3.0.0-dev.84: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:14:00 78757bb0c569: Preparing 22:14:00 78757bb0c569: Preparing 22:14:00 0a83f6b5d913: Preparing 22:14:00 09fffd7f3222: Preparing 22:14:00 1186370e665d: Preparing 22:14:00 06864c2c94f3: Preparing 22:14:00 605b928d40d3: Preparing 22:14:00 98709df85f62: Preparing 22:14:00 322196fb5a45: Preparing 22:14:00 047065c9aed9: Preparing 22:14:00 522fb60d5a85: Preparing 22:14:00 6595f6095645: Preparing 22:14:00 f70ee36035b9: Preparing 22:14:00 605b928d40d3: Waiting 22:14:00 98709df85f62: Waiting 22:14:00 322196fb5a45: Waiting 22:14:00 047065c9aed9: Waiting 22:14:00 522fb60d5a85: Waiting 22:14:00 6595f6095645: Waiting 22:14:00 f70ee36035b9: Waiting 22:14:00 06864c2c94f3: Layer already exists 22:14:00 09fffd7f3222: Layer already exists 22:14:00 0a83f6b5d913: Layer already exists 22:14:00 1186370e665d: Layer already exists 22:14:00 78757bb0c569: Layer already exists 22:14:00 605b928d40d3: Layer already exists 22:14:00 522fb60d5a85: Layer already exists 22:14:00 322196fb5a45: Layer already exists 22:14:00 98709df85f62: Layer already exists 22:14:00 047065c9aed9: Layer already exists 22:14:00 f70ee36035b9: Layer already exists 22:14:00 6595f6095645: Layer already exists 22:14:00 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 22:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:14:01 78757bb0c569: Preparing 22:14:01 78757bb0c569: Preparing 22:14:01 0a83f6b5d913: Preparing 22:14:01 09fffd7f3222: Preparing 22:14:01 1186370e665d: Preparing 22:14:01 06864c2c94f3: Preparing 22:14:01 605b928d40d3: Preparing 22:14:01 98709df85f62: Preparing 22:14:01 322196fb5a45: Preparing 22:14:01 047065c9aed9: Preparing 22:14:01 522fb60d5a85: Preparing 22:14:01 6595f6095645: Preparing 22:14:01 f70ee36035b9: Preparing 22:14:01 605b928d40d3: Waiting 22:14:01 98709df85f62: Waiting 22:14:01 322196fb5a45: Waiting 22:14:01 047065c9aed9: Waiting 22:14:01 f70ee36035b9: Waiting 22:14:01 522fb60d5a85: Waiting 22:14:01 6595f6095645: Waiting 22:14:01 06864c2c94f3: Layer already exists 22:14:01 0a83f6b5d913: Layer already exists 22:14:01 09fffd7f3222: Layer already exists 22:14:01 1186370e665d: Layer already exists 22:14:01 78757bb0c569: Layer already exists 22:14:01 522fb60d5a85: Layer already exists 22:14:01 98709df85f62: Layer already exists 22:14:01 322196fb5a45: Layer already exists 22:14:01 047065c9aed9: Layer already exists 22:14:01 605b928d40d3: Layer already exists 22:14:01 6595f6095645: Layer already exists 22:14:01 f70ee36035b9: Layer already exists 22:14:01 main: digest: sha256:e6380514cc528a09989225ca9c38d75deb69d06cd156c2983add638c41e32128 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:01 ===================================================== [Pipeline] echo 22:14:01 taggedImages: 22:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.84 22:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 22:14:01 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 22:14:01 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:01 latest 22:14:01 3.0.0-dev.84 22:14:01 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:01 main 22:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:02 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:14:02 9151b08b385a: Preparing 22:14:02 cd655c0d6588: Preparing 22:14:02 18e8ac044e5e: Preparing 22:14:02 0e1db395f42b: Preparing 22:14:02 98709df85f62: Preparing 22:14:02 748d8eec7b3e: Preparing 22:14:02 f70ee36035b9: Preparing 22:14:02 748d8eec7b3e: Waiting 22:14:02 f70ee36035b9: Waiting 22:14:02 98709df85f62: Layer already exists 22:14:02 748d8eec7b3e: Layer already exists 22:14:02 f70ee36035b9: Layer already exists 22:14:02 18e8ac044e5e: Pushed 22:14:02 9151b08b385a: Pushed 22:14:02 cd655c0d6588: Pushed 22:14:05 0e1db395f42b: Pushed 22:14:05 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:05 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:14:05 9151b08b385a: Preparing 22:14:05 cd655c0d6588: Preparing 22:14:05 18e8ac044e5e: Preparing 22:14:05 0e1db395f42b: Preparing 22:14:05 98709df85f62: Preparing 22:14:05 748d8eec7b3e: Preparing 22:14:05 f70ee36035b9: Preparing 22:14:05 748d8eec7b3e: Waiting 22:14:05 f70ee36035b9: Waiting 22:14:05 98709df85f62: Layer already exists 22:14:05 18e8ac044e5e: Layer already exists 22:14:05 9151b08b385a: Layer already exists 22:14:05 cd655c0d6588: Layer already exists 22:14:05 0e1db395f42b: Layer already exists 22:14:05 f70ee36035b9: Layer already exists 22:14:05 748d8eec7b3e: Layer already exists 22:14:06 latest: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:06 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 22:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:14:06 9151b08b385a: Preparing 22:14:06 cd655c0d6588: Preparing 22:14:06 18e8ac044e5e: Preparing 22:14:06 0e1db395f42b: Preparing 22:14:06 98709df85f62: Preparing 22:14:06 748d8eec7b3e: Preparing 22:14:06 f70ee36035b9: Preparing 22:14:06 748d8eec7b3e: Waiting 22:14:06 f70ee36035b9: Waiting 22:14:06 0e1db395f42b: Layer already exists 22:14:06 9151b08b385a: Layer already exists 22:14:06 98709df85f62: Layer already exists 22:14:06 cd655c0d6588: Layer already exists 22:14:06 18e8ac044e5e: Layer already exists 22:14:06 f70ee36035b9: Layer already exists 22:14:06 748d8eec7b3e: Layer already exists 22:14:07 3.0.0-dev.84: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:14:07 9151b08b385a: Preparing 22:14:07 cd655c0d6588: Preparing 22:14:07 18e8ac044e5e: Preparing 22:14:07 0e1db395f42b: Preparing 22:14:07 98709df85f62: Preparing 22:14:07 748d8eec7b3e: Preparing 22:14:07 f70ee36035b9: Preparing 22:14:07 748d8eec7b3e: Waiting 22:14:07 f70ee36035b9: Waiting 22:14:07 0e1db395f42b: Layer already exists 22:14:07 18e8ac044e5e: Layer already exists 22:14:07 98709df85f62: Layer already exists 22:14:07 cd655c0d6588: Layer already exists 22:14:07 9151b08b385a: Layer already exists 22:14:07 748d8eec7b3e: Layer already exists 22:14:07 f70ee36035b9: Layer already exists 22:14:08 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 22:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:14:08 9151b08b385a: Preparing 22:14:08 cd655c0d6588: Preparing 22:14:08 18e8ac044e5e: Preparing 22:14:08 0e1db395f42b: Preparing 22:14:08 98709df85f62: Preparing 22:14:08 748d8eec7b3e: Preparing 22:14:08 f70ee36035b9: Preparing 22:14:08 748d8eec7b3e: Waiting 22:14:08 f70ee36035b9: Waiting 22:14:08 98709df85f62: Layer already exists 22:14:08 cd655c0d6588: Layer already exists 22:14:08 18e8ac044e5e: Layer already exists 22:14:08 9151b08b385a: Layer already exists 22:14:08 0e1db395f42b: Layer already exists 22:14:08 f70ee36035b9: Layer already exists 22:14:08 748d8eec7b3e: Layer already exists 22:14:09 main: digest: sha256:6f042cedbd69dc53e66454421563c01fc30257e9132c69a6f1486fbb7b9a1281 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:09 ===================================================== [Pipeline] echo 22:14:09 taggedImages: 22:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.84 22:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 22:14:09 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 22:14:09 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:09 latest 22:14:09 3.0.0-dev.84 22:14:09 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:09 main 22:14:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:14:09 143d4755107b: Preparing 22:14:09 f417e252db3f: Preparing 22:14:09 be9402bbb6ef: Preparing 22:14:09 3a250875d43a: Preparing 22:14:09 4de65a9a9bed: Preparing 22:14:09 3a5ae138ae9a: Preparing 22:14:09 f70ee36035b9: Preparing 22:14:09 3a5ae138ae9a: Waiting 22:14:09 f70ee36035b9: Waiting 22:14:10 143d4755107b: Pushed 22:14:10 4de65a9a9bed: Pushed 22:14:10 f417e252db3f: Pushed 22:14:10 3a250875d43a: Pushed 22:14:10 f70ee36035b9: Layer already exists 22:14:10 3a5ae138ae9a: Pushed 22:14:13 be9402bbb6ef: Pushed 22:14:13 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:13 + 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 22:14:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:14:13 143d4755107b: Preparing 22:14:13 f417e252db3f: Preparing 22:14:13 be9402bbb6ef: Preparing 22:14:13 3a250875d43a: Preparing 22:14:13 4de65a9a9bed: Preparing 22:14:13 3a5ae138ae9a: Preparing 22:14:13 f70ee36035b9: Preparing 22:14:13 3a5ae138ae9a: Waiting 22:14:13 f70ee36035b9: Waiting 22:14:13 be9402bbb6ef: Layer already exists 22:14:13 143d4755107b: Layer already exists 22:14:13 4de65a9a9bed: Layer already exists 22:14:13 3a250875d43a: Layer already exists 22:14:13 f417e252db3f: Layer already exists 22:14:13 3a5ae138ae9a: Layer already exists 22:14:13 f70ee36035b9: Layer already exists 22:14:14 latest: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 22:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:14:14 143d4755107b: Preparing 22:14:14 f417e252db3f: Preparing 22:14:14 be9402bbb6ef: Preparing 22:14:14 3a250875d43a: Preparing 22:14:14 4de65a9a9bed: Preparing 22:14:14 3a5ae138ae9a: Preparing 22:14:14 f70ee36035b9: Preparing 22:14:14 3a5ae138ae9a: Waiting 22:14:14 f70ee36035b9: Waiting 22:14:14 f417e252db3f: Layer already exists 22:14:14 4de65a9a9bed: Layer already exists 22:14:14 be9402bbb6ef: Layer already exists 22:14:14 143d4755107b: Layer already exists 22:14:14 3a250875d43a: Layer already exists 22:14:14 f70ee36035b9: Layer already exists 22:14:14 3a5ae138ae9a: Layer already exists 22:14:15 3.0.0-dev.84: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:14:15 143d4755107b: Preparing 22:14:15 f417e252db3f: Preparing 22:14:15 be9402bbb6ef: Preparing 22:14:15 3a250875d43a: Preparing 22:14:15 4de65a9a9bed: Preparing 22:14:15 3a5ae138ae9a: Preparing 22:14:15 f70ee36035b9: Preparing 22:14:15 3a5ae138ae9a: Waiting 22:14:15 f70ee36035b9: Waiting 22:14:15 f417e252db3f: Layer already exists 22:14:15 3a250875d43a: Layer already exists 22:14:15 4de65a9a9bed: Layer already exists 22:14:15 be9402bbb6ef: Layer already exists 22:14:15 143d4755107b: Layer already exists 22:14:15 3a5ae138ae9a: Layer already exists 22:14:15 f70ee36035b9: Layer already exists 22:14:15 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:16 + 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 22:14:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 22:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:14:16 143d4755107b: Preparing 22:14:16 f417e252db3f: Preparing 22:14:16 be9402bbb6ef: Preparing 22:14:16 3a250875d43a: Preparing 22:14:16 4de65a9a9bed: Preparing 22:14:16 3a5ae138ae9a: Preparing 22:14:16 f70ee36035b9: Preparing 22:14:16 3a5ae138ae9a: Waiting 22:14:16 f70ee36035b9: Waiting 22:14:16 143d4755107b: Layer already exists 22:14:16 f417e252db3f: Layer already exists 22:14:16 3a250875d43a: Layer already exists 22:14:16 4de65a9a9bed: Layer already exists 22:14:16 be9402bbb6ef: Layer already exists 22:14:16 f70ee36035b9: Layer already exists 22:14:16 3a5ae138ae9a: Layer already exists 22:14:16 main: digest: sha256:133fd30e47b2b9801d7fe98f2dad680be6e6de05803dced2c8766c11573c4461 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:16 ===================================================== [Pipeline] echo 22:14:16 taggedImages: 22:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.84 22:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 22:14:17 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 22:14:17 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:17 latest 22:14:17 3.0.0-dev.84 22:14:17 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:17 main 22:14:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:14:17 bbd768156ec4: Preparing 22:14:17 76957569345f: Preparing 22:14:17 54cc6658275e: Preparing 22:14:17 d27a539b6e52: Preparing 22:14:17 c59e8bac32f0: Preparing 22:14:17 58df78c2792f: Preparing 22:14:17 794efe84b7d3: Preparing 22:14:17 21305550e48f: Preparing 22:14:17 f70ee36035b9: Preparing 22:14:17 21305550e48f: Waiting 22:14:17 58df78c2792f: Waiting 22:14:17 794efe84b7d3: Waiting 22:14:17 f70ee36035b9: Waiting 22:14:17 76957569345f: Pushed 22:14:17 bbd768156ec4: Pushed 22:14:17 c59e8bac32f0: Pushed 22:14:18 58df78c2792f: Pushed 22:14:18 f70ee36035b9: Layer already exists 22:14:18 794efe84b7d3: Pushed 22:14:18 21305550e48f: Pushed 22:14:20 d27a539b6e52: Pushed 22:14:21 54cc6658275e: Pushed 22:14:21 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:21 + 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 22:14:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:14:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:14:21 bbd768156ec4: Preparing 22:14:21 76957569345f: Preparing 22:14:21 54cc6658275e: Preparing 22:14:21 d27a539b6e52: Preparing 22:14:21 c59e8bac32f0: Preparing 22:14:21 58df78c2792f: Preparing 22:14:21 794efe84b7d3: Preparing 22:14:21 21305550e48f: Preparing 22:14:21 f70ee36035b9: Preparing 22:14:21 794efe84b7d3: Waiting 22:14:21 21305550e48f: Waiting 22:14:21 f70ee36035b9: Waiting 22:14:21 58df78c2792f: Waiting 22:14:21 76957569345f: Layer already exists 22:14:21 bbd768156ec4: Layer already exists 22:14:21 c59e8bac32f0: Layer already exists 22:14:21 d27a539b6e52: Layer already exists 22:14:21 54cc6658275e: Layer already exists 22:14:21 21305550e48f: Layer already exists 22:14:21 f70ee36035b9: Layer already exists 22:14:21 58df78c2792f: Layer already exists 22:14:21 794efe84b7d3: Layer already exists 22:14:22 latest: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:22 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 22:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:14:22 bbd768156ec4: Preparing 22:14:22 76957569345f: Preparing 22:14:22 54cc6658275e: Preparing 22:14:22 d27a539b6e52: Preparing 22:14:22 c59e8bac32f0: Preparing 22:14:22 58df78c2792f: Preparing 22:14:22 794efe84b7d3: Preparing 22:14:22 21305550e48f: Preparing 22:14:22 f70ee36035b9: Preparing 22:14:22 794efe84b7d3: Waiting 22:14:22 21305550e48f: Waiting 22:14:22 58df78c2792f: Waiting 22:14:22 f70ee36035b9: Waiting 22:14:22 54cc6658275e: Layer already exists 22:14:22 bbd768156ec4: Layer already exists 22:14:22 d27a539b6e52: Layer already exists 22:14:22 76957569345f: Layer already exists 22:14:22 c59e8bac32f0: Layer already exists 22:14:22 21305550e48f: Layer already exists 22:14:22 58df78c2792f: Layer already exists 22:14:22 794efe84b7d3: Layer already exists 22:14:22 f70ee36035b9: Layer already exists 22:14:22 3.0.0-dev.84: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:14:23 bbd768156ec4: Preparing 22:14:23 76957569345f: Preparing 22:14:23 54cc6658275e: Preparing 22:14:23 d27a539b6e52: Preparing 22:14:23 c59e8bac32f0: Preparing 22:14:23 58df78c2792f: Preparing 22:14:23 794efe84b7d3: Preparing 22:14:23 21305550e48f: Preparing 22:14:23 f70ee36035b9: Preparing 22:14:23 58df78c2792f: Waiting 22:14:23 794efe84b7d3: Waiting 22:14:23 21305550e48f: Waiting 22:14:23 f70ee36035b9: Waiting 22:14:23 c59e8bac32f0: Layer already exists 22:14:23 d27a539b6e52: Layer already exists 22:14:23 bbd768156ec4: Layer already exists 22:14:23 54cc6658275e: Layer already exists 22:14:23 76957569345f: Layer already exists 22:14:23 21305550e48f: Layer already exists 22:14:23 58df78c2792f: Layer already exists 22:14:23 794efe84b7d3: Layer already exists 22:14:23 f70ee36035b9: Layer already exists 22:14:24 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:24 + 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 22:14:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 22:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:14:24 bbd768156ec4: Preparing 22:14:24 76957569345f: Preparing 22:14:24 54cc6658275e: Preparing 22:14:24 d27a539b6e52: Preparing 22:14:24 c59e8bac32f0: Preparing 22:14:24 58df78c2792f: Preparing 22:14:24 794efe84b7d3: Preparing 22:14:24 21305550e48f: Preparing 22:14:24 f70ee36035b9: Preparing 22:14:24 58df78c2792f: Waiting 22:14:24 794efe84b7d3: Waiting 22:14:24 f70ee36035b9: Waiting 22:14:24 21305550e48f: Waiting 22:14:24 76957569345f: Layer already exists 22:14:24 d27a539b6e52: Layer already exists 22:14:24 bbd768156ec4: Layer already exists 22:14:24 c59e8bac32f0: Layer already exists 22:14:24 54cc6658275e: Layer already exists 22:14:24 21305550e48f: Layer already exists 22:14:24 794efe84b7d3: Layer already exists 22:14:24 58df78c2792f: Layer already exists 22:14:24 f70ee36035b9: Layer already exists 22:14:25 main: digest: sha256:29390c8ac7bd98adc4947ceca05c3a7b2519a1b1771453c56997aeace42e4b1a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:25 ===================================================== [Pipeline] echo 22:14:25 taggedImages: 22:14:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:14:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.84 22:14:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 22:14:25 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 22:14:25 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:25 latest 22:14:25 3.0.0-dev.84 22:14:25 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:25 main 22:14:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:14:25 f7f1d910d08e: Preparing 22:14:25 5d4ebb42aeac: Preparing 22:14:25 98709df85f62: Preparing 22:14:25 93d2ca802d73: Preparing 22:14:25 a8cfdf0cc8ec: Preparing 22:14:25 98709df85f62: Layer already exists 22:14:25 a8cfdf0cc8ec: Layer already exists 22:14:26 f7f1d910d08e: Pushed 22:14:27 93d2ca802d73: Pushed 22:14:30 5d4ebb42aeac: Pushed 22:14:30 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:30 + 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 22:14:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:14:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:14:31 f7f1d910d08e: Preparing 22:14:31 5d4ebb42aeac: Preparing 22:14:31 98709df85f62: Preparing 22:14:31 93d2ca802d73: Preparing 22:14:31 a8cfdf0cc8ec: Preparing 22:14:31 5d4ebb42aeac: Layer already exists 22:14:31 f7f1d910d08e: Layer already exists 22:14:31 98709df85f62: Layer already exists 22:14:31 a8cfdf0cc8ec: Layer already exists 22:14:31 93d2ca802d73: Layer already exists 22:14:31 latest: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 22:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:14:32 f7f1d910d08e: Preparing 22:14:32 5d4ebb42aeac: Preparing 22:14:32 98709df85f62: Preparing 22:14:32 93d2ca802d73: Preparing 22:14:32 a8cfdf0cc8ec: Preparing 22:14:32 a8cfdf0cc8ec: Layer already exists 22:14:32 5d4ebb42aeac: Layer already exists 22:14:32 93d2ca802d73: Layer already exists 22:14:32 f7f1d910d08e: Layer already exists 22:14:32 98709df85f62: Layer already exists 22:14:32 3.0.0-dev.84: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:14:33 f7f1d910d08e: Preparing 22:14:33 5d4ebb42aeac: Preparing 22:14:33 98709df85f62: Preparing 22:14:33 93d2ca802d73: Preparing 22:14:33 a8cfdf0cc8ec: Preparing 22:14:33 93d2ca802d73: Layer already exists 22:14:33 98709df85f62: Layer already exists 22:14:33 a8cfdf0cc8ec: Layer already exists 22:14:33 5d4ebb42aeac: Layer already exists 22:14:33 f7f1d910d08e: Layer already exists 22:14:33 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:33 + 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 22:14:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 22:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:14:34 f7f1d910d08e: Preparing 22:14:34 5d4ebb42aeac: Preparing 22:14:34 98709df85f62: Preparing 22:14:34 93d2ca802d73: Preparing 22:14:34 a8cfdf0cc8ec: Preparing 22:14:34 f7f1d910d08e: Layer already exists 22:14:34 98709df85f62: Layer already exists 22:14:34 93d2ca802d73: Layer already exists 22:14:34 5d4ebb42aeac: Layer already exists 22:14:34 a8cfdf0cc8ec: Layer already exists 22:14:34 main: digest: sha256:b579961676cc065afbd769e3cad53decf5a3e13ca21e469bb58ade63c8d6c987 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:34 ===================================================== [Pipeline] echo 22:14:34 taggedImages: 22:14:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:14:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.84 22:14:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 22:14:34 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 22:14:34 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:34 latest 22:14:34 3.0.0-dev.84 22:14:34 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:34 main 22:14:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:14:35 062c52e20f31: Preparing 22:14:35 2ca72030bf2f: Preparing 22:14:35 54be82f96cef: Preparing 22:14:35 c11a4bd93151: Preparing 22:14:35 cef3925da67b: Preparing 22:14:35 f8d884fffd16: Preparing 22:14:35 a8cfdf0cc8ec: Preparing 22:14:35 f8d884fffd16: Waiting 22:14:35 a8cfdf0cc8ec: Waiting 22:14:35 062c52e20f31: Pushed 22:14:35 54be82f96cef: Pushed 22:14:35 2ca72030bf2f: Pushed 22:14:35 a8cfdf0cc8ec: Layer already exists 22:14:36 f8d884fffd16: Pushed 22:14:44 cef3925da67b: Pushed 22:14:51 c11a4bd93151: Pushed 22:14:51 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:51 + 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 22:14:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:14:51 062c52e20f31: Preparing 22:14:51 2ca72030bf2f: Preparing 22:14:51 54be82f96cef: Preparing 22:14:51 c11a4bd93151: Preparing 22:14:51 cef3925da67b: Preparing 22:14:51 f8d884fffd16: Preparing 22:14:51 a8cfdf0cc8ec: Preparing 22:14:51 f8d884fffd16: Waiting 22:14:51 a8cfdf0cc8ec: Waiting 22:14:51 54be82f96cef: Layer already exists 22:14:51 cef3925da67b: Layer already exists 22:14:51 062c52e20f31: Layer already exists 22:14:51 2ca72030bf2f: Layer already exists 22:14:51 c11a4bd93151: Layer already exists 22:14:51 a8cfdf0cc8ec: Layer already exists 22:14:51 f8d884fffd16: Layer already exists 22:14:52 latest: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 22:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:14:52 062c52e20f31: Preparing 22:14:52 2ca72030bf2f: Preparing 22:14:52 54be82f96cef: Preparing 22:14:52 c11a4bd93151: Preparing 22:14:52 cef3925da67b: Preparing 22:14:52 f8d884fffd16: Preparing 22:14:52 a8cfdf0cc8ec: Preparing 22:14:52 f8d884fffd16: Waiting 22:14:52 a8cfdf0cc8ec: Waiting 22:14:52 54be82f96cef: Layer already exists 22:14:52 cef3925da67b: Layer already exists 22:14:52 062c52e20f31: Layer already exists 22:14:52 2ca72030bf2f: Layer already exists 22:14:52 c11a4bd93151: Layer already exists 22:14:52 a8cfdf0cc8ec: Layer already exists 22:14:52 f8d884fffd16: Layer already exists 22:14:52 3.0.0-dev.84: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:53 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:14:53 062c52e20f31: Preparing 22:14:53 2ca72030bf2f: Preparing 22:14:53 54be82f96cef: Preparing 22:14:53 c11a4bd93151: Preparing 22:14:53 cef3925da67b: Preparing 22:14:53 f8d884fffd16: Preparing 22:14:53 a8cfdf0cc8ec: Preparing 22:14:53 f8d884fffd16: Waiting 22:14:53 062c52e20f31: Layer already exists 22:14:53 54be82f96cef: Layer already exists 22:14:53 c11a4bd93151: Layer already exists 22:14:53 cef3925da67b: Layer already exists 22:14:53 2ca72030bf2f: Layer already exists 22:14:53 f8d884fffd16: Layer already exists 22:14:53 a8cfdf0cc8ec: Layer already exists 22:14:53 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:54 + 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 22:14:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 22:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:14:54 062c52e20f31: Preparing 22:14:54 2ca72030bf2f: Preparing 22:14:54 54be82f96cef: Preparing 22:14:54 c11a4bd93151: Preparing 22:14:54 cef3925da67b: Preparing 22:14:54 f8d884fffd16: Preparing 22:14:54 a8cfdf0cc8ec: Preparing 22:14:54 f8d884fffd16: Waiting 22:14:54 a8cfdf0cc8ec: Waiting 22:14:54 2ca72030bf2f: Layer already exists 22:14:54 c11a4bd93151: Layer already exists 22:14:54 cef3925da67b: Layer already exists 22:14:54 54be82f96cef: Layer already exists 22:14:54 062c52e20f31: Layer already exists 22:14:54 a8cfdf0cc8ec: Layer already exists 22:14:54 f8d884fffd16: Layer already exists 22:14:54 main: digest: sha256:6b8754bdafef46f5bcfad9f05541e5c986fad295d6a8a337dfcb3dc99ced138e size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:55 ===================================================== [Pipeline] echo 22:14:55 taggedImages: 22:14:55 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:55 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:14:55 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.84 22:14:55 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:55 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 22:14:55 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 22:14:55 54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:55 latest 22:14:55 3.0.0-dev.84 22:14:55 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:14:55 main 22:14:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:14:55 375cd1a95c6e: Preparing 22:14:55 013904703f6c: Preparing 22:14:55 63d3a6516ff6: Preparing 22:14:55 5ae3f72422d3: Preparing 22:14:55 89b8a1d57144: Preparing 22:14:55 a8cfdf0cc8ec: Preparing 22:14:55 a8cfdf0cc8ec: Waiting 22:14:56 013904703f6c: Pushed 22:14:56 63d3a6516ff6: Pushed 22:14:56 375cd1a95c6e: Pushed 22:14:56 a8cfdf0cc8ec: Layer already exists 22:14:56 89b8a1d57144: Pushed 22:15:11 5ae3f72422d3: Pushed 22:15:11 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:11 + 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 22:15:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:15:12 375cd1a95c6e: Preparing 22:15:12 013904703f6c: Preparing 22:15:12 63d3a6516ff6: Preparing 22:15:12 5ae3f72422d3: Preparing 22:15:12 89b8a1d57144: Preparing 22:15:12 a8cfdf0cc8ec: Preparing 22:15:12 a8cfdf0cc8ec: Waiting 22:15:12 63d3a6516ff6: Layer already exists 22:15:12 013904703f6c: Layer already exists 22:15:12 89b8a1d57144: Layer already exists 22:15:12 5ae3f72422d3: Layer already exists 22:15:12 375cd1a95c6e: Layer already exists 22:15:12 a8cfdf0cc8ec: Layer already exists 22:15:12 latest: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 22:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:15:13 375cd1a95c6e: Preparing 22:15:13 013904703f6c: Preparing 22:15:13 63d3a6516ff6: Preparing 22:15:13 5ae3f72422d3: Preparing 22:15:13 89b8a1d57144: Preparing 22:15:13 a8cfdf0cc8ec: Preparing 22:15:13 a8cfdf0cc8ec: Waiting 22:15:13 013904703f6c: Layer already exists 22:15:13 63d3a6516ff6: Layer already exists 22:15:13 375cd1a95c6e: Layer already exists 22:15:13 89b8a1d57144: Layer already exists 22:15:13 5ae3f72422d3: Layer already exists 22:15:13 a8cfdf0cc8ec: Layer already exists 22:15:13 3.0.0-dev.84: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:15:14 375cd1a95c6e: Preparing 22:15:14 013904703f6c: Preparing 22:15:14 63d3a6516ff6: Preparing 22:15:14 5ae3f72422d3: Preparing 22:15:14 89b8a1d57144: Preparing 22:15:14 a8cfdf0cc8ec: Preparing 22:15:14 a8cfdf0cc8ec: Waiting 22:15:14 89b8a1d57144: Layer already exists 22:15:14 5ae3f72422d3: Layer already exists 22:15:14 375cd1a95c6e: Layer already exists 22:15:14 013904703f6c: Layer already exists 22:15:14 63d3a6516ff6: Layer already exists 22:15:14 a8cfdf0cc8ec: Layer already exists 22:15:14 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:14 + 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 22:15:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 22:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:15:15 375cd1a95c6e: Preparing 22:15:15 013904703f6c: Preparing 22:15:15 63d3a6516ff6: Preparing 22:15:15 5ae3f72422d3: Preparing 22:15:15 89b8a1d57144: Preparing 22:15:15 a8cfdf0cc8ec: Preparing 22:15:15 a8cfdf0cc8ec: Waiting 22:15:15 89b8a1d57144: Layer already exists 22:15:15 375cd1a95c6e: Layer already exists 22:15:15 63d3a6516ff6: Layer already exists 22:15:15 5ae3f72422d3: Layer already exists 22:15:15 013904703f6c: Layer already exists 22:15:15 a8cfdf0cc8ec: Layer already exists 22:15:15 main: digest: sha256:532406574ee7aca731c5c24feea1401c70aa00defe48b1b3d17c22c6da023b44 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:15 ===================================================== [Pipeline] echo 22:15:15 taggedImages: 22:15:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:15:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.84 22:15:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 22:15:15 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 22:15:15 54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:15 latest 22:15:15 3.0.0-dev.84 22:15:15 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:15 main 22:15:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:15 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:15:16 7ffd2771ff64: Preparing 22:15:16 02bff5c34a97: Preparing 22:15:16 67c6871ccb94: Preparing 22:15:16 2aef4eff71e7: Preparing 22:15:16 f8d884fffd16: Preparing 22:15:16 a8cfdf0cc8ec: Preparing 22:15:16 a8cfdf0cc8ec: Waiting 22:15:16 f8d884fffd16: Layer already exists 22:15:16 a8cfdf0cc8ec: Layer already exists 22:15:16 67c6871ccb94: Pushed 22:15:16 02bff5c34a97: Pushed 22:15:16 7ffd2771ff64: Pushed 22:15:34 2aef4eff71e7: Pushed 22:15:34 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:34 + 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 22:15:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:15:35 7ffd2771ff64: Preparing 22:15:35 02bff5c34a97: Preparing 22:15:35 67c6871ccb94: Preparing 22:15:35 2aef4eff71e7: Preparing 22:15:35 f8d884fffd16: Preparing 22:15:35 a8cfdf0cc8ec: Preparing 22:15:35 a8cfdf0cc8ec: Waiting 22:15:35 f8d884fffd16: Layer already exists 22:15:35 67c6871ccb94: Layer already exists 22:15:35 02bff5c34a97: Layer already exists 22:15:35 2aef4eff71e7: Layer already exists 22:15:35 7ffd2771ff64: Layer already exists 22:15:35 a8cfdf0cc8ec: Layer already exists 22:15:35 latest: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 22:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:15:36 7ffd2771ff64: Preparing 22:15:36 02bff5c34a97: Preparing 22:15:36 67c6871ccb94: Preparing 22:15:36 2aef4eff71e7: Preparing 22:15:36 f8d884fffd16: Preparing 22:15:36 a8cfdf0cc8ec: Preparing 22:15:36 a8cfdf0cc8ec: Waiting 22:15:36 2aef4eff71e7: Layer already exists 22:15:36 f8d884fffd16: Layer already exists 22:15:36 7ffd2771ff64: Layer already exists 22:15:36 02bff5c34a97: Layer already exists 22:15:36 67c6871ccb94: Layer already exists 22:15:36 a8cfdf0cc8ec: Layer already exists 22:15:36 3.0.0-dev.84: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:15:37 7ffd2771ff64: Preparing 22:15:37 02bff5c34a97: Preparing 22:15:37 67c6871ccb94: Preparing 22:15:37 2aef4eff71e7: Preparing 22:15:37 f8d884fffd16: Preparing 22:15:37 a8cfdf0cc8ec: Preparing 22:15:37 a8cfdf0cc8ec: Waiting 22:15:37 7ffd2771ff64: Layer already exists 22:15:37 02bff5c34a97: Layer already exists 22:15:37 67c6871ccb94: Layer already exists 22:15:37 f8d884fffd16: Layer already exists 22:15:37 2aef4eff71e7: Layer already exists 22:15:37 a8cfdf0cc8ec: Layer already exists 22:15:37 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:37 + 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 22:15:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 22:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:15:38 7ffd2771ff64: Preparing 22:15:38 02bff5c34a97: Preparing 22:15:38 67c6871ccb94: Preparing 22:15:38 2aef4eff71e7: Preparing 22:15:38 f8d884fffd16: Preparing 22:15:38 a8cfdf0cc8ec: Preparing 22:15:38 a8cfdf0cc8ec: Waiting 22:15:38 67c6871ccb94: Layer already exists 22:15:38 2aef4eff71e7: Layer already exists 22:15:38 7ffd2771ff64: Layer already exists 22:15:38 f8d884fffd16: Layer already exists 22:15:38 02bff5c34a97: Layer already exists 22:15:38 a8cfdf0cc8ec: Layer already exists 22:15:38 main: digest: sha256:28a18ec7bfca279252df8ab0fccb41b17c10c6f7eea28c9f4e06021557f3bd5b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:38 ===================================================== [Pipeline] echo 22:15:38 taggedImages: 22:15:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:15:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.84 22:15:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 22:15:38 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 22:15:38 54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:38 latest 22:15:38 3.0.0-dev.84 22:15:38 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:38 main 22:15:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:15:39 92706fe8160c: Preparing 22:15:39 b3bf8d1e7d95: Preparing 22:15:39 98709df85f62: Preparing 22:15:39 77b1aef026f2: Preparing 22:15:39 f70ee36035b9: Preparing 22:15:39 f70ee36035b9: Layer already exists 22:15:39 98709df85f62: Layer already exists 22:15:39 92706fe8160c: Pushed 22:15:39 77b1aef026f2: Pushed 22:15:45 b3bf8d1e7d95: Pushed 22:15:45 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:15:45 92706fe8160c: Preparing 22:15:45 b3bf8d1e7d95: Preparing 22:15:45 98709df85f62: Preparing 22:15:45 77b1aef026f2: Preparing 22:15:45 f70ee36035b9: Preparing 22:15:45 f70ee36035b9: Layer already exists 22:15:45 98709df85f62: Layer already exists 22:15:45 92706fe8160c: Layer already exists 22:15:45 77b1aef026f2: Layer already exists 22:15:45 b3bf8d1e7d95: Layer already exists 22:15:45 latest: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 22:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:15:46 92706fe8160c: Preparing 22:15:46 b3bf8d1e7d95: Preparing 22:15:46 98709df85f62: Preparing 22:15:46 77b1aef026f2: Preparing 22:15:46 f70ee36035b9: Preparing 22:15:46 f70ee36035b9: Layer already exists 22:15:46 77b1aef026f2: Layer already exists 22:15:46 92706fe8160c: Layer already exists 22:15:46 98709df85f62: Layer already exists 22:15:46 b3bf8d1e7d95: Layer already exists 22:15:46 3.0.0-dev.84: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:15:47 92706fe8160c: Preparing 22:15:47 b3bf8d1e7d95: Preparing 22:15:47 98709df85f62: Preparing 22:15:47 77b1aef026f2: Preparing 22:15:47 f70ee36035b9: Preparing 22:15:47 f70ee36035b9: Layer already exists 22:15:47 77b1aef026f2: Layer already exists 22:15:47 98709df85f62: Layer already exists 22:15:47 b3bf8d1e7d95: Layer already exists 22:15:47 92706fe8160c: Layer already exists 22:15:47 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 22:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:15:48 92706fe8160c: Preparing 22:15:48 b3bf8d1e7d95: Preparing 22:15:48 98709df85f62: Preparing 22:15:48 77b1aef026f2: Preparing 22:15:48 f70ee36035b9: Preparing 22:15:48 f70ee36035b9: Layer already exists 22:15:48 77b1aef026f2: Layer already exists 22:15:48 98709df85f62: Layer already exists 22:15:48 92706fe8160c: Layer already exists 22:15:48 b3bf8d1e7d95: Layer already exists 22:15:48 main: digest: sha256:fd5f8e724913f2ddc16fa22e86e29d1d9bec12a2bc4f30b9e9b8b22e2cf7451f size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:48 ===================================================== [Pipeline] echo 22:15:48 taggedImages: 22:15:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:15:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.84 22:15:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 22:15:48 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 22:15:48 54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:48 latest 22:15:48 3.0.0-dev.84 22:15:48 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:48 main 22:15:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:15:49 bdb2482ce66a: Preparing 22:15:49 a2f9b6b60459: Preparing 22:15:49 98709df85f62: Preparing 22:15:49 b8d12d593f1c: Preparing 22:15:49 f70ee36035b9: Preparing 22:15:49 b8d12d593f1c: Layer already exists 22:15:49 f70ee36035b9: Layer already exists 22:15:49 98709df85f62: Layer already exists 22:15:49 bdb2482ce66a: Pushed 22:15:56 a2f9b6b60459: Pushed 22:15:56 54929a7ab6bf9e03e113416e19b38331485fa87d: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:15:57 bdb2482ce66a: Preparing 22:15:57 a2f9b6b60459: Preparing 22:15:57 98709df85f62: Preparing 22:15:57 b8d12d593f1c: Preparing 22:15:57 f70ee36035b9: Preparing 22:15:57 98709df85f62: Layer already exists 22:15:57 bdb2482ce66a: Layer already exists 22:15:57 b8d12d593f1c: Layer already exists 22:15:57 f70ee36035b9: Layer already exists 22:15:57 a2f9b6b60459: Layer already exists 22:15:57 latest: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 22:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:15:58 bdb2482ce66a: Preparing 22:15:58 a2f9b6b60459: Preparing 22:15:58 98709df85f62: Preparing 22:15:58 b8d12d593f1c: Preparing 22:15:58 f70ee36035b9: Preparing 22:15:58 a2f9b6b60459: Layer already exists 22:15:58 98709df85f62: Layer already exists 22:15:58 bdb2482ce66a: Layer already exists 22:15:58 f70ee36035b9: Layer already exists 22:15:58 b8d12d593f1c: Layer already exists 22:15:58 3.0.0-dev.84: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:15:58 bdb2482ce66a: Preparing 22:15:58 a2f9b6b60459: Preparing 22:15:58 98709df85f62: Preparing 22:15:58 b8d12d593f1c: Preparing 22:15:58 f70ee36035b9: Preparing 22:15:58 f70ee36035b9: Layer already exists 22:15:58 a2f9b6b60459: Layer already exists 22:15:58 98709df85f62: Layer already exists 22:15:58 bdb2482ce66a: Layer already exists 22:15:58 b8d12d593f1c: Layer already exists 22:15:58 54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 22:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:15:59 bdb2482ce66a: Preparing 22:15:59 a2f9b6b60459: Preparing 22:15:59 98709df85f62: Preparing 22:15:59 b8d12d593f1c: Preparing 22:15:59 f70ee36035b9: Preparing 22:15:59 f70ee36035b9: Layer already exists 22:15:59 bdb2482ce66a: Layer already exists 22:15:59 98709df85f62: Layer already exists 22:15:59 a2f9b6b60459: Layer already exists 22:15:59 b8d12d593f1c: Layer already exists 22:15:59 main: digest: sha256:fecfa4852a880ea772d0ffdf0923b46ce75ef07fc2404dd80975c8f6f351cfe8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:59 ===================================================== [Pipeline] echo 22:15:59 taggedImages: 22:15:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d 22:15:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:15:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.84 22:15:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:54929a7ab6bf9e03e113416e19b38331485fa87d-3.0.0-dev.84 22:15:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:16:00 22:16:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:16:00 arm64: Pulling from edgex-lftools-log-publisher 22:16:00 8998bd30e6a1: Pulling fs layer 22:16:00 04944245beec: Pulling fs layer 22:16:00 699f458cf7ca: Pulling fs layer 22:16:00 765212b225bb: Pulling fs layer 22:16:00 f23df028b6ca: Pulling fs layer 22:16:00 d65c8cfc05b1: Pulling fs layer 22:16:00 2437ff75d9bd: Pulling fs layer 22:16:00 f23df028b6ca: Waiting 22:16:00 d65c8cfc05b1: Waiting 22:16:00 2437ff75d9bd: Waiting 22:16:00 765212b225bb: Waiting 22:16:00 04944245beec: Verifying Checksum 22:16:00 04944245beec: Download complete 22:16:00 765212b225bb: Verifying Checksum 22:16:00 765212b225bb: Download complete 22:16:00 f23df028b6ca: Download complete 22:16:00 d65c8cfc05b1: Download complete 22:16:00 699f458cf7ca: Verifying Checksum 22:16:00 699f458cf7ca: Download complete 22:16:01 8998bd30e6a1: Verifying Checksum 22:16:01 8998bd30e6a1: Download complete 22:16:03 2437ff75d9bd: Verifying Checksum 22:16:03 2437ff75d9bd: Download complete 22:16:05 8998bd30e6a1: Pull complete 22:16:05 04944245beec: Pull complete 22:16:07 699f458cf7ca: Pull complete 22:16:07 765212b225bb: Pull complete 22:16:08 f23df028b6ca: Pull complete 22:16:08 d65c8cfc05b1: Pull complete 22:16:23 2437ff75d9bd: Pull complete 22:16:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:16:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:16:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:16:23 prd-ubuntu20.04-docker-arm64-4c-16g-8905 does not seem to be running inside a container 22:16:23 $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:16:25 $ docker top f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:26 ---> job-cost.sh 22:16:26 lf-activate-venv: SKIPPING 22:16:26 INFO: No Stack... 22:16:26 INFO: Retrieving Pricing Info for: v3-standard-4 22:16:27 INFO: Archiving Costs [Pipeline] sh 22:16:28 + cat /w/workspace/edgex-go/446/archives/cost.csv 22:16:28 + cut -d, -f6 [Pipeline] lock 22:16:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] 22:16:28 Resource [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] did not exist. Created. 22:16:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:16:28 + echo total: 0.10999999940395355 [Pipeline] stash 22:16:29 Stashed 1 file(s) [Pipeline] } 22:16:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-446-stack-cost] [Pipeline] // lock [Pipeline] } 22:16:29 $ docker stop --time=1 f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 22:16:31 $ docker rm -f --volumes f2a00d816f32feb3a016d754cfb5e708db296c6a04e93852cb1c3652a9dbd9a2 [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 22:16:31 provisioning config files... 22:16:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/446@tmp/config18281926482794104172tmp [Pipeline] { [Pipeline] sh 22:16:32 + set +x 22:16:32 + + curl -sbash https://codecov.io/bash -s 22:16:32 -- 22:16:32 22:16:32 _____ _ 22:16:32 / ____| | | 22:16:32 | | ___ __| | ___ ___ _____ __ 22:16:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:16:32 | |___| (_) | (_| | __/ (_| (_) \ V / 22:16:32 \_____\___/ \__,_|\___|\___\___/ \_/ 22:16:32 Bash-1.0.6 22:16:32 22:16:32 22:16:32 ==> git version 2.25.1 found 22:16:32 ==> 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 22:16:32 Release-Date: 2020-01-08 22:16:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:16:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:16:32 ==> Jenkins CI detected. 22:16:32 current dir:  /w/workspace/edgex-go/446 22:16:32 project root: . 22:16:32 --> token set from env 22:16:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:16:32 ==> Running gcov in . (disable via -X gcov) 22:16:32 ==> Python coveragepy not found 22:16:32 ==> Searching for coverage reports in: 22:16:32 + . 22:16:32 -> Found 1 reports 22:16:32 ==> Detecting git/mercurial file structure 22:16:32 ==> Reading reports 22:16:32 + ./coverage.out bytes=446903 22:16:32 ==> Appending adjustments 22:16:32 https://docs.codecov.io/docs/fixing-reports 22:16:33 + Found adjustments 22:16:33 ==> Gzipping contents 22:16:33 60K /tmp/codecov.MKspcF.gz 22:16:33 ==> Uploading reports 22:16:33 url: https://codecov.io 22:16:33 query: branch=main&commit=54929a7ab6bf9e03e113416e19b38331485fa87d&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:16:33 -> Pinging Codecov 22:16:33 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=54929a7ab6bf9e03e113416e19b38331485fa87d&build=446&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F446%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:16:33 -> Uploading to 22:16:33 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/00271124DB129430A58F1EEE437C3FCB/54929a7ab6bf9e03e113416e19b38331485fa87d/21736c11-ef25-4339-9eca-aa11924292c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T221633Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7217120c2a09890d8a829064d4feb332d8be04f741ea49f835f7392c73a91bc0 22:16:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:33 Dload Upload Total Spent Left Speed 22:16:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58193 0 0 100 58193 0 178k --:--:-- --:--:-- --:--:-- 178k 22:16:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/54929a7ab6bf9e03e113416e19b38331485fa87d [Pipeline] } 22:16:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:16:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:16:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:16:34 22:16:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:16:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:16:34 df9b9388f04a: Pulling fs layer 22:16:34 52dc419b0ee2: Pulling fs layer 22:16:34 25bc292e5bac: Pulling fs layer 22:16:34 114826534d7a: Pulling fs layer 22:16:34 4657fd5d0bcf: Pulling fs layer 22:16:34 6ad1cebc031e: Pulling fs layer 22:16:34 8a3aa393b2d8: Pulling fs layer 22:16:34 114826534d7a: Waiting 22:16:34 4657fd5d0bcf: Waiting 22:16:34 6ad1cebc031e: Waiting 22:16:34 8a3aa393b2d8: Waiting 22:16:34 25bc292e5bac: Download complete 22:16:34 52dc419b0ee2: Verifying Checksum 22:16:34 52dc419b0ee2: Download complete 22:16:34 4657fd5d0bcf: Verifying Checksum 22:16:34 4657fd5d0bcf: Download complete 22:16:34 df9b9388f04a: Verifying Checksum 22:16:34 df9b9388f04a: Download complete 22:16:34 df9b9388f04a: Pull complete 22:16:34 6ad1cebc031e: Verifying Checksum 22:16:34 6ad1cebc031e: Download complete 22:16:34 52dc419b0ee2: Pull complete 22:16:34 25bc292e5bac: Pull complete 22:16:35 114826534d7a: Verifying Checksum 22:16:35 114826534d7a: Download complete 22:16:35 8a3aa393b2d8: Verifying Checksum 22:16:35 8a3aa393b2d8: Download complete 22:16:38 114826534d7a: Pull complete 22:16:38 4657fd5d0bcf: Pull complete 22:16:38 6ad1cebc031e: Pull complete 22:16:41 8a3aa393b2d8: Pull complete 22:16:41 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:16:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:16:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:16:41 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:16:41 $ 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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:16:43 $ docker top 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 -eo pid,comm [Pipeline] { [Pipeline] echo 22:16:43 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 22:16:44 + set -o pipefail 22:16:44 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 22:16:49 22:16:49 Monitoring /w/workspace/edgex-go/446 (github.com/edgexfoundry/edgex-go)... 22:16:49 22:16:49 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/8f215691-9506-4805-abe0-0f4c0dfcfc3c 22:16:49 22:16:49 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:16:49 22:16:49 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:16:49 22:16:50 22:16:50 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:16:50 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:16:50 More details here: https://snyk.co/ue1NS [Pipeline] } 22:16:50 $ docker stop --time=1 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 22:16:52 $ docker rm -f --volumes 6f0d587af643c69767c7f6d1a52a6f459d0acac7e76178db96c44201c7e50af2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:16:53 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:16:53 provisioning config files... 22:16:53 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/446@tmp/config3409115636339197768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:53 --> edgex-publish-swagger.sh 22:16:53 === Publish openapi/v3 API === 22:16:53 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 22:16:53 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/446/openapi/v3/core-command.yaml] 22:16:53 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:53 Dload Upload Total Spent Left Speed 22:16:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 55085 --:--:-- --:--:-- --:--:-- 55085 22:16:54 22:16:54 22:16:54 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/446/openapi/v3/core-data.yaml] 22:16:54 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:54 Dload Upload Total Spent Left Speed 22:16:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 334k --:--:-- --:--:-- --:--:-- 332k 100 69110 0 0 100 69110 0 144k --:--:-- --:--:-- --:--:-- 144k 22:16:54 22:16:54 22:16:54 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/446/openapi/v3/core-metadata.yaml] 22:16:54 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:54 Dload Upload Total Spent Left Speed 22:16:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 243k --:--:-- --:--:-- --:--:-- 243k 22:16:55 22:16:55 22:16:55 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/446/openapi/v3/support-notifications.yaml] 22:16:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:55 Dload Upload Total Spent Left Speed 22:16:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 633k --:--:-- --:--:-- --:--:-- 629k 100 86965 0 0 100 86965 0 154k --:--:-- --:--:-- --:--:-- 153k 22:16:55 22:16:55 22:16:55 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/446/openapi/v3/support-scheduler.yaml] 22:16:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:16:55 Dload Upload Total Spent Left Speed 22:16:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73278 --:--:-- --:--:-- --:--:-- 73278 22:16:56 22:16:56 [Pipeline] } 22:16:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 22:16:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:16:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:16:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:16:56 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:16:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:16:57 $ docker top c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:57 [ssh-agent] Looking for ssh-agent implementation... 22:16:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:57 $ docker exec c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba ssh-agent 22:16:57 SSH_AUTH_SOCK=/tmp/ssh-LAtIfsiUoTxy/agent.32 22:16:57 SSH_AGENT_PID=38 22:16:57 Running ssh-add (command line suppressed) 22:16:57 Identity added: /w/workspace/edgex-go/446@tmp/private_key_2027970001215075616.key (/w/workspace/edgex-go/446@tmp/private_key_2027970001215075616.key) 22:16:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:58 + git semver tag 22:16:58 2023-03-08 22:16:58,333 [run_tag] DEBUG tag force:False 22:16:58 2023-03-08 22:16:58,333 [check_head_tag] DEBUG check head tag 22:16:58 2023-03-08 22:16:58,336 [execute] INFO git cat-file --batch-check 22:16:58 2023-03-08 22:16:58,336 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=) 22:16:58 2023-03-08 22:16:58,339 [execute] INFO git cat-file --batch 22:16:58 2023-03-08 22:16:58,340 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=) 22:16:58 2023-03-08 22:16:58,394 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:16:58 2023-03-08 22:16:58,394 [execute] INFO git tag -a v3.0.0-dev.84 -m v3.0.0-dev.84 22:16:58 2023-03-08 22:16:58,394 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.84', '-m', 'v3.0.0-dev.84'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) 22:16:58 2023-03-08 22:16:58,399 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:16:58 3.0.0-dev.84 [Pipeline] } 22:16:58 $ docker exec --env ******** --env ******** c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba ssh-agent -k 22:16:58 unset SSH_AUTH_SOCK; 22:16:58 unset SSH_AGENT_PID; 22:16:58 echo Agent pid 38 killed; 22:16:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:59 + git semver [Pipeline] } 22:16:59 $ docker stop --time=1 c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba 22:17:00 $ docker rm -f --volumes c3fe48befe5cd35a5b6b8f2446eb17a83c63aafdd8e4794da5a0e6434b53a4ba [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:01 22:17:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:01 0.23.1-centos7: Pulling from edgex-lftools 22:17:01 ab5ef0e58194: Pulling fs layer 22:17:01 9712f1f96733: Pulling fs layer 22:17:01 63f879dbbcfc: Pulling fs layer 22:17:01 0d9ebad4ef96: Pulling fs layer 22:17:01 e9a5061849ea: Pulling fs layer 22:17:01 d747dcd14b5f: Pulling fs layer 22:17:01 2de7ff778b66: Pulling fs layer 22:17:01 0d9ebad4ef96: Waiting 22:17:01 e9a5061849ea: Waiting 22:17:01 d747dcd14b5f: Waiting 22:17:01 2de7ff778b66: Waiting 22:17:01 9712f1f96733: Download complete 22:17:02 63f879dbbcfc: Verifying Checksum 22:17:02 63f879dbbcfc: Download complete 22:17:02 0d9ebad4ef96: Verifying Checksum 22:17:02 0d9ebad4ef96: Download complete 22:17:02 e9a5061849ea: Verifying Checksum 22:17:02 e9a5061849ea: Download complete 22:17:02 d747dcd14b5f: Download complete 22:17:02 ab5ef0e58194: Download complete 22:17:02 2de7ff778b66: Verifying Checksum 22:17:02 2de7ff778b66: Download complete 22:17:04 ab5ef0e58194: Pull complete 22:17:04 9712f1f96733: Pull complete 22:17:05 63f879dbbcfc: Pull complete 22:17:08 0d9ebad4ef96: Pull complete 22:17:09 e9a5061849ea: Pull complete 22:17:09 d747dcd14b5f: Pull complete 22:17:10 2de7ff778b66: Pull complete 22:17:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:17:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:10 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:17:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:17:12 $ docker top 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:17:12 provisioning config files... 22:17:12 copy managed file [sigul-config] to file:/w/workspace/edgex-go/446@tmp/config17206511058857577552tmp 22:17:12 copy managed file [sigul-password] to file:/w/workspace/edgex-go/446@tmp/config17814507901353532394tmp 22:17:12 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/446@tmp/config14523885972582493414tmp [Pipeline] { [Pipeline] echo 22:17:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:17:13 ---> sigul-configuration.sh 22:17:13 gpg: directory `/root/.gnupg' created 22:17:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:17:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:17:13 gpg: keyring `/root/.gnupg/secring.gpg' created 22:17:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:17:13 gpg: CAST5 encrypted data 22:17:13 gpg: encrypted with 1 passphrase 22:17:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:17:13 + mkdir /home/jenkins 22:17:13 + mkdir /home/jenkins/sigul [Pipeline] sh 22:17:13 + 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 22:17:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:17:13 ---> sigul-install.sh 22:17:13 Sigul already installed; skipping installation. [Pipeline] sh 22:17:14 + git tag --list 22:17:14 0.6.0 22:17:14 0.6.1 22:17:14 0.7.0 22:17:14 0.7.1 22:17:14 v1.0.0 22:17:14 v1.0.1 22:17:14 v1.1.0 22:17:14 v1.2.0 22:17:14 v1.2.1 22:17:14 v1.3.0 22:17:14 v1.3.1 22:17:14 v2.0.0 22:17:14 v2.1.0 22:17:14 v2.1.1 22:17:14 v2.1.1-dev.1 22:17:14 v2.1.1-dev.2 22:17:14 v2.1.1-dev.3 22:17:14 v2.1.1-dev.4 22:17:14 v2.1.1-dev.5 22:17:14 v2.1.1-dev.6 22:17:14 v2.1.1-dev.7 22:17:14 v2.1.1-dev.8 22:17:14 v2.1.2-dev.1 22:17:14 v2.2.0 22:17:14 v2.2.1-dev.1 22:17:14 v2.2.1-dev.10 22:17:14 v2.2.1-dev.11 22:17:14 v2.2.1-dev.12 22:17:14 v2.2.1-dev.13 22:17:14 v2.2.1-dev.14 22:17:14 v2.2.1-dev.15 22:17:14 v2.2.1-dev.16 22:17:14 v2.2.1-dev.17 22:17:14 v2.2.1-dev.18 22:17:14 v2.2.1-dev.19 22:17:14 v2.2.1-dev.2 22:17:14 v2.2.1-dev.20 22:17:14 v2.2.1-dev.21 22:17:14 v2.2.1-dev.22 22:17:14 v2.2.1-dev.23 22:17:14 v2.2.1-dev.24 22:17:14 v2.2.1-dev.25 22:17:14 v2.2.1-dev.26 22:17:14 v2.2.1-dev.27 22:17:14 v2.2.1-dev.28 22:17:14 v2.2.1-dev.29 22:17:14 v2.2.1-dev.3 22:17:14 v2.2.1-dev.4 22:17:14 v2.2.1-dev.5 22:17:14 v2.2.1-dev.6 22:17:14 v2.2.1-dev.7 22:17:14 v2.2.1-dev.8 22:17:14 v2.2.1-dev.9 22:17:14 v2.3.0 22:17:14 v2.3.0-dev.100 22:17:14 v2.3.0-dev.101 22:17:14 v2.3.0-dev.102 22:17:14 v2.3.0-dev.103 22:17:14 v2.3.0-dev.104 22:17:14 v2.3.0-dev.105 22:17:14 v2.3.0-dev.106 22:17:14 v2.3.0-dev.29 22:17:14 v2.3.0-dev.30 22:17:14 v2.3.0-dev.31 22:17:14 v2.3.0-dev.32 22:17:14 v2.3.0-dev.33 22:17:14 v2.3.0-dev.34 22:17:14 v2.3.0-dev.35 22:17:14 v2.3.0-dev.36 22:17:14 v2.3.0-dev.37 22:17:14 v2.3.0-dev.38 22:17:14 v2.3.0-dev.39 22:17:14 v2.3.0-dev.40 22:17:14 v2.3.0-dev.41 22:17:14 v2.3.0-dev.42 22:17:14 v2.3.0-dev.43 22:17:14 v2.3.0-dev.44 22:17:14 v2.3.0-dev.45 22:17:14 v2.3.0-dev.46 22:17:14 v2.3.0-dev.47 22:17:14 v2.3.0-dev.48 22:17:14 v2.3.0-dev.49 22:17:14 v2.3.0-dev.50 22:17:14 v2.3.0-dev.51 22:17:14 v2.3.0-dev.52 22:17:14 v2.3.0-dev.53 22:17:14 v2.3.0-dev.54 22:17:14 v2.3.0-dev.55 22:17:14 v2.3.0-dev.56 22:17:14 v2.3.0-dev.57 22:17:14 v2.3.0-dev.58 22:17:14 v2.3.0-dev.59 22:17:14 v2.3.0-dev.60 22:17:14 v2.3.0-dev.61 22:17:14 v2.3.0-dev.62 22:17:14 v2.3.0-dev.63 22:17:14 v2.3.0-dev.64 22:17:14 v2.3.0-dev.65 22:17:14 v2.3.0-dev.66 22:17:14 v2.3.0-dev.67 22:17:14 v2.3.0-dev.68 22:17:14 v2.3.0-dev.69 22:17:14 v2.3.0-dev.70 22:17:14 v2.3.0-dev.71 22:17:14 v2.3.0-dev.72 22:17:14 v2.3.0-dev.73 22:17:14 v2.3.0-dev.74 22:17:14 v2.3.0-dev.75 22:17:14 v2.3.0-dev.76 22:17:14 v2.3.0-dev.77 22:17:14 v2.3.0-dev.78 22:17:14 v2.3.0-dev.79 22:17:14 v2.3.0-dev.80 22:17:14 v2.3.0-dev.81 22:17:14 v2.3.0-dev.82 22:17:14 v2.3.0-dev.83 22:17:14 v2.3.0-dev.84 22:17:14 v2.3.0-dev.85 22:17:14 v2.3.0-dev.86 22:17:14 v2.3.0-dev.87 22:17:14 v2.3.0-dev.88 22:17:14 v2.3.0-dev.89 22:17:14 v2.3.0-dev.90 22:17:14 v2.3.0-dev.91 22:17:14 v2.3.0-dev.92 22:17:14 v2.3.0-dev.93 22:17:14 v2.3.0-dev.94 22:17:14 v2.3.0-dev.95 22:17:14 v2.3.0-dev.96 22:17:14 v2.3.0-dev.97 22:17:14 v2.3.0-dev.98 22:17:14 v2.3.0-dev.99 22:17:14 v2.3.1-dev.1 22:17:14 v2.3.1-dev.2 22:17:14 v2.3.1-dev.3 22:17:14 v2.3.1-dev.4 22:17:14 v2.3.1-dev.5 22:17:14 v3.0.0-dev.1 22:17:14 v3.0.0-dev.10 22:17:14 v3.0.0-dev.11 22:17:14 v3.0.0-dev.12 22:17:14 v3.0.0-dev.13 22:17:14 v3.0.0-dev.14 22:17:14 v3.0.0-dev.15 22:17:14 v3.0.0-dev.16 22:17:14 v3.0.0-dev.17 22:17:14 v3.0.0-dev.18 22:17:14 v3.0.0-dev.19 22:17:14 v3.0.0-dev.2 22:17:14 v3.0.0-dev.20 22:17:14 v3.0.0-dev.21 22:17:14 v3.0.0-dev.22 22:17:14 v3.0.0-dev.23 22:17:14 v3.0.0-dev.24 22:17:14 v3.0.0-dev.25 22:17:14 v3.0.0-dev.26 22:17:14 v3.0.0-dev.27 22:17:14 v3.0.0-dev.28 22:17:14 v3.0.0-dev.29 22:17:14 v3.0.0-dev.3 22:17:14 v3.0.0-dev.30 22:17:14 v3.0.0-dev.31 22:17:14 v3.0.0-dev.32 22:17:14 v3.0.0-dev.33 22:17:14 v3.0.0-dev.34 22:17:14 v3.0.0-dev.35 22:17:14 v3.0.0-dev.36 22:17:14 v3.0.0-dev.37 22:17:14 v3.0.0-dev.38 22:17:14 v3.0.0-dev.39 22:17:14 v3.0.0-dev.4 22:17:14 v3.0.0-dev.40 22:17:14 v3.0.0-dev.41 22:17:14 v3.0.0-dev.42 22:17:14 v3.0.0-dev.43 22:17:14 v3.0.0-dev.44 22:17:14 v3.0.0-dev.45 22:17:14 v3.0.0-dev.46 22:17:14 v3.0.0-dev.47 22:17:14 v3.0.0-dev.48 22:17:14 v3.0.0-dev.49 22:17:14 v3.0.0-dev.5 22:17:14 v3.0.0-dev.50 22:17:14 v3.0.0-dev.51 22:17:14 v3.0.0-dev.52 22:17:14 v3.0.0-dev.53 22:17:14 v3.0.0-dev.54 22:17:14 v3.0.0-dev.55 22:17:14 v3.0.0-dev.56 22:17:14 v3.0.0-dev.57 22:17:14 v3.0.0-dev.58 22:17:14 v3.0.0-dev.59 22:17:14 v3.0.0-dev.6 22:17:14 v3.0.0-dev.60 22:17:14 v3.0.0-dev.61 22:17:14 v3.0.0-dev.62 22:17:14 v3.0.0-dev.63 22:17:14 v3.0.0-dev.64 22:17:14 v3.0.0-dev.65 22:17:14 v3.0.0-dev.66 22:17:14 v3.0.0-dev.67 22:17:14 v3.0.0-dev.68 22:17:14 v3.0.0-dev.69 22:17:14 v3.0.0-dev.7 22:17:14 v3.0.0-dev.70 22:17:14 v3.0.0-dev.71 22:17:14 v3.0.0-dev.72 22:17:14 v3.0.0-dev.73 22:17:14 v3.0.0-dev.74 22:17:14 v3.0.0-dev.75 22:17:14 v3.0.0-dev.76 22:17:14 v3.0.0-dev.77 22:17:14 v3.0.0-dev.78 22:17:14 v3.0.0-dev.79 22:17:14 v3.0.0-dev.8 22:17:14 v3.0.0-dev.80 22:17:14 v3.0.0-dev.81 22:17:14 v3.0.0-dev.82 22:17:14 v3.0.0-dev.83 22:17:14 v3.0.0-dev.84 22:17:14 v3.0.0-dev.9 [Pipeline] sh 22:17:14 + lftools sign git-tag v3.0.0-dev.84 22:17:15 Signing Git tag with Sigul... 22:17:15 Signing v3.0.0-dev.84 [Pipeline] echo 22:17:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:17:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:17:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:17:15 $ docker stop --time=1 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 22:17:17 $ docker rm -f --volumes 1c54428a0d40b62388a18584945934850cc14036cdf62e3c6ead53ab75a62b83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:17:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:17:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:18 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:17:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:17:18 $ docker top ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:18 [ssh-agent] Looking for ssh-agent implementation... 22:17:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:18 $ docker exec ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 ssh-agent 22:17:18 SSH_AUTH_SOCK=/tmp/ssh-fY4yvmYSPnBf/agent.32 22:17:18 SSH_AGENT_PID=38 22:17:18 Running ssh-add (command line suppressed) 22:17:18 Identity added: /w/workspace/edgex-go/446@tmp/private_key_2701406398065241794.key (/w/workspace/edgex-go/446@tmp/private_key_2701406398065241794.key) 22:17:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:19 + git semver bump pre 22:17:19 2023-03-08 22:17:19,396 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:17:19 2023-03-08 22:17:19,396 [bump_version] DEBUG bumping version:3.0.0-dev.84 on axis:pre with prefix:dev 22:17:19 2023-03-08 22:17:19,397 [bump_version] DEBUG bumped version:3.0.0-dev.85 22:17:19 2023-03-08 22:17:19,397 [write_version] DEBUG write version:3.0.0-dev.85 to path:/w/workspace/edgex-go/446/.semver/main with force:True 22:17:19 2023-03-08 22:17:19,397 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:17:19 2023-03-08 22:17:19,397 [write_file] DEBUG write to file:/w/workspace/edgex-go/446/.semver/main 22:17:19 2023-03-08 22:17:19,398 [execute] INFO git cat-file --batch-check 22:17:19 2023-03-08 22:17:19,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) 22:17:19 2023-03-08 22:17:19,405 [execute] INFO git cat-file --batch 22:17:19 2023-03-08 22:17:19,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) 22:17:19 2023-03-08 22:17:19,410 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:17:19 3.0.0-dev.85 [Pipeline] } 22:17:19 $ docker exec --env ******** --env ******** ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 ssh-agent -k 22:17:19 unset SSH_AUTH_SOCK; 22:17:19 unset SSH_AGENT_PID; 22:17:19 echo Agent pid 38 killed; 22:17:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:19 + git semver [Pipeline] } 22:17:20 $ docker stop --time=1 ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 22:17:21 $ docker rm -f --volumes ae57aa1a2c8dced3291d38eb8e0921853262f22b3f32311697aa21ec41768ae8 [Pipeline] // withDockerContainer [Pipeline] sh 22:17:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:17:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:22 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:17:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:17:22 $ docker top f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:22 [ssh-agent] Looking for ssh-agent implementation... 22:17:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:22 $ docker exec f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b ssh-agent 22:17:22 SSH_AUTH_SOCK=/tmp/ssh-VUA3zXz69ggi/agent.32 22:17:22 SSH_AGENT_PID=38 22:17:22 Running ssh-add (command line suppressed) 22:17:23 Identity added: /w/workspace/edgex-go/446@tmp/private_key_2070590875502167168.key (/w/workspace/edgex-go/446@tmp/private_key_2070590875502167168.key) 22:17:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:23 + git semver push 22:17:23 2023-03-08 22:17:23,505 [run_push] DEBUG push 22:17:23 2023-03-08 22:17:23,505 [execute] INFO git cat-file --batch-check 22:17:23 2023-03-08 22:17:23,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=) 22:17:23 2023-03-08 22:17:23,507 [execute] INFO git rev-list b96f5681e4597ac3cbe3cbbc45418aa03f8deffb -- 22:17:23 2023-03-08 22:17:23,507 [execute] DEBUG Popen(['git', 'rev-list', 'b96f5681e4597ac3cbe3cbbc45418aa03f8deffb', '--'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=None) 22:17:23 2023-03-08 22:17:23,522 [execute] INFO git fetch -v origin 22:17:23 2023-03-08 22:17:23,522 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=True, shell=None, istream=None) 22:17:24 2023-03-08 22:17:23,976 [run_push] DEBUG no remote changes detected 22:17:24 2023-03-08 22:17:23,977 [execute] INFO git push origin semver 22:17:24 2023-03-08 22:17:23,977 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/446/.semver, universal_newlines=False, shell=None, istream=None) 22:17:25 2023-03-08 22:17:25,013 [run_push] DEBUG push all version tags 22:17:25 2023-03-08 22:17:25,013 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:17:25 2023-03-08 22:17:25,014 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/446, universal_newlines=False, shell=None, istream=None) 22:17:26 2023-03-08 22:17:25,807 [read_version] DEBUG read version from /w/workspace/edgex-go/446/.semver/main 22:17:26 3.0.0-dev.85 [Pipeline] } 22:17:26 $ docker exec --env ******** --env ******** f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b ssh-agent -k 22:17:26 unset SSH_AUTH_SOCK; 22:17:26 unset SSH_AGENT_PID; 22:17:26 echo Agent pid 38 killed; 22:17:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:26 + git semver [Pipeline] } 22:17:26 $ docker stop --time=1 f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b 22:17:27 $ docker rm -f --volumes f59c8de2cf621284cfceb1abfe0a6a59b10e703de76153554c6251a75d80a60b [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 22:17:28 + [ -d /w/workspace/edgex-go/446/archives ] [Pipeline] libraryResource [Pipeline] sh 22:17:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:17:29 ---> package-listing.sh 22:17:29 ++ facter osfamily 22:17:29 ++ tr '[:upper:]' '[:lower:]' 22:17:30 + OS_FAMILY=debian 22:17:30 + workspace=/w/workspace/edgex-go/446 22:17:30 + START_PACKAGES=/tmp/packages_start.txt 22:17:30 + END_PACKAGES=/tmp/packages_end.txt 22:17:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:17:30 + PACKAGES=/tmp/packages_start.txt 22:17:30 + '[' /w/workspace/edgex-go/446 ']' 22:17:30 + PACKAGES=/tmp/packages_end.txt 22:17:30 + case "${OS_FAMILY}" in 22:17:30 + dpkg -l 22:17:30 + grep '^ii' 22:17:30 + '[' -f /tmp/packages_start.txt ']' 22:17:30 + '[' -f /tmp/packages_end.txt ']' 22:17:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:17:30 + '[' /w/workspace/edgex-go/446 ']' 22:17:30 + mkdir -p /w/workspace/edgex-go/446/archives/ 22:17:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/446/archives/ [Pipeline] echo 22:17:30 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/446/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:17:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:17:30 22:17:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:17:31 latest: Pulling from edgex-lftools-log-publisher 22:17:31 5eb5b503b376: Pulling fs layer 22:17:31 5c69ac0246d0: Pulling fs layer 22:17:31 ec43610c2a17: Pulling fs layer 22:17:31 3a2ae6a8a46f: Pulling fs layer 22:17:31 33b1e0a273af: Pulling fs layer 22:17:31 5d3b04190fa2: Pulling fs layer 22:17:31 2f39f015ded8: Pulling fs layer 22:17:31 33b1e0a273af: Waiting 22:17:31 5d3b04190fa2: Waiting 22:17:31 5c69ac0246d0: Verifying Checksum 22:17:31 5c69ac0246d0: Download complete 22:17:31 3a2ae6a8a46f: Verifying Checksum 22:17:31 3a2ae6a8a46f: Download complete 22:17:31 33b1e0a273af: Verifying Checksum 22:17:31 33b1e0a273af: Download complete 22:17:31 5d3b04190fa2: Verifying Checksum 22:17:31 5d3b04190fa2: Download complete 22:17:31 ec43610c2a17: Verifying Checksum 22:17:31 ec43610c2a17: Download complete 22:17:31 5eb5b503b376: Verifying Checksum 22:17:31 5eb5b503b376: Download complete 22:17:32 2f39f015ded8: Download complete 22:17:32 5eb5b503b376: Pull complete 22:17:32 5c69ac0246d0: Pull complete 22:17:33 ec43610c2a17: Pull complete 22:17:33 3a2ae6a8a46f: Pull complete 22:17:33 33b1e0a273af: Pull complete 22:17:33 5d3b04190fa2: Pull complete 22:17:37 2f39f015ded8: Pull complete 22:17:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:17:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:17:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:37 prd-ubuntu20.04-docker-8c-8g-8901 does not seem to be running inside a container 22:17:37 $ 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/446/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/446 -v /w/workspace/edgex-go/446:/w/workspace/edgex-go/446:rw,z -v /w/workspace/edgex-go/446@tmp:/w/workspace/edgex-go/446@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 22:17:39 $ docker top da56cbbd086a33f388a712fc6719f4e3e51ffa24a6b2f2fca66fbfba871b32d5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:39 + touch /tmp/pre-build-complete [Pipeline] sh 22:17:40 + mkdir -p /var/log/sysstat [Pipeline] sh 22:17:40 + ls /var/log/sa-host 22:17:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:17:40 provisioning config files... 22:17:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/446@tmp/config16770059810262078226tmp [Pipeline] { [Pipeline] echo 22:17:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:17:40 ---> create-netrc.sh [Pipeline] } 22:17:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:17:41 ---> python-tools-install.sh [Pipeline] echo 22:17:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:17:41 ---> sudo-logs.sh 22:17:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:17:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:17:41 ---> job-cost.sh 22:17:41 lf-activate-venv: SKIPPING 22:17:41 DEBUG: total: 0.10999999940395355 22:17:41 INFO: Retrieving Stack Cost... 22:17:42 INFO: Retrieving Pricing Info for: v3-standard-8 22:17:42 INFO: Archiving Costs [Pipeline] echo 22:17:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:17:42 ---> logs-deploy.sh 22:17:42 lf-activate-venv: SKIPPING 22:17:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/446 22:17:42 INFO: archiving workspace using pattern(s): 22:17:43 Archives upload complete. 22:17:43 INFO: archiving logs to Nexus 22:17:44 ---> uname -a: 22:17:44 Linux prd-ubuntu20-04-docker-8c-8g-8901 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:17:44 22:17:44 22:17:44 ---> lscpu: 22:17:44 Architecture: x86_64 22:17:44 CPU op-mode(s): 32-bit, 64-bit 22:17:44 Byte Order: Little Endian 22:17:44 Address sizes: 40 bits physical, 48 bits virtual 22:17:44 CPU(s): 8 22:17:44 On-line CPU(s) list: 0-7 22:17:44 Thread(s) per core: 1 22:17:44 Core(s) per socket: 1 22:17:44 Socket(s): 8 22:17:44 NUMA node(s): 1 22:17:44 Vendor ID: AuthenticAMD 22:17:44 CPU family: 23 22:17:44 Model: 49 22:17:44 Model name: AMD EPYC-Rome Processor 22:17:44 Stepping: 0 22:17:44 CPU MHz: 2799.976 22:17:44 BogoMIPS: 5599.95 22:17:44 Virtualization: AMD-V 22:17:44 Hypervisor vendor: KVM 22:17:44 Virtualization type: full 22:17:44 L1d cache: 256 KiB 22:17:44 L1i cache: 256 KiB 22:17:44 L2 cache: 4 MiB 22:17:44 L3 cache: 128 MiB 22:17:44 NUMA node0 CPU(s): 0-7 22:17:44 Vulnerability Itlb multihit: Not affected 22:17:44 Vulnerability L1tf: Not affected 22:17:44 Vulnerability Mds: Not affected 22:17:44 Vulnerability Meltdown: Not affected 22:17:44 Vulnerability Mmio stale data: Not affected 22:17:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:17:44 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:17:44 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:17:44 Vulnerability Srbds: Not affected 22:17:44 Vulnerability Tsx async abort: Not affected 22:17:44 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 22:17:44 22:17:44 22:17:44 ---> nproc: 22:17:44 8 22:17:44 22:17:44 22:17:44 ---> df -h: 22:17:44 Filesystem Size Used Avail Use% Mounted on 22:17:44 overlay 155G 21G 135G 13% / 22:17:44 tmpfs 64M 0 64M 0% /dev 22:17:44 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:17:44 shm 64M 0 64M 0% /dev/shm 22:17:44 /dev/vda1 155G 21G 135G 13% /facter-os 22:17:44 22:17:44 22:17:44 ---> sar -b -r -n DEV: 22:17:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8901) 03/08/23 _x86_64_ (8 CPU) 22:17:44 22:17:44 21:42:22 LINUX RESTART (8 CPU) 22:17:44 22:17:44 21:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:17:44 21:44:01 155.94 10.51 145.43 0.00 1725.98 121640.93 0.00 22:17:44 21:45:01 32.31 0.32 31.99 0.00 6.26 13216.94 0.00 22:17:44 21:46:01 329.13 4.95 324.18 0.00 60.66 117267.92 0.00 22:17:44 21:47:01 958.12 3.78 954.34 0.00 39.06 347247.99 0.00 22:17:44 21:48:01 1152.76 13.74 1139.02 0.00 5187.34 329212.66 0.00 22:17:44 21:49:01 612.48 0.80 611.68 0.00 12.66 123942.15 0.00 22:17:44 21:50:01 30.78 0.08 30.69 0.00 8.67 831.06 0.00 22:17:44 21:51:01 7.05 0.03 7.02 0.00 5.33 187.04 0.00 22:17:44 21:52:02 1.17 0.00 1.17 0.00 0.00 12.40 0.00 22:17:44 21:53:01 1.86 0.00 1.86 0.00 0.00 19.93 0.00 22:17:44 21:54:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 22:17:44 21:55:01 1.57 0.00 1.57 0.00 0.00 15.99 0.00 22:17:44 21:56:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 22:17:44 21:57:01 1.38 0.00 1.38 0.00 0.00 14.80 0.00 22:17:44 21:58:01 2.18 0.08 2.10 0.00 0.80 26.66 0.00 22:17:44 21:59:01 1.87 0.00 1.87 0.00 0.00 20.53 0.00 22:17:44 22:00:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 22:17:44 22:01:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 22:17:44 22:02:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 22:17:44 22:03:01 1.70 0.00 1.70 0.00 0.00 19.46 0.00 22:17:44 22:04:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 22:17:44 22:05:01 1.60 0.00 1.60 0.00 0.00 18.66 0.00 22:17:44 22:06:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 22:17:44 22:07:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 22:17:44 22:08:01 1.17 0.00 1.17 0.00 0.00 12.93 0.00 22:17:44 22:09:01 1.83 0.00 1.83 0.00 0.00 20.00 0.00 22:17:44 22:10:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 22:17:44 22:11:01 1.78 0.00 1.78 0.00 0.00 19.86 0.00 22:17:44 22:12:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 22:17:44 22:13:01 1.93 0.00 1.93 0.00 0.00 21.60 0.00 22:17:44 22:14:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 22:17:44 22:15:01 2.10 0.00 2.10 0.00 0.00 24.13 0.00 22:17:44 22:16:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 22:17:44 22:17:01 68.78 0.37 68.41 0.00 16.93 33575.87 0.00 22:17:44 Average: 99.54 1.02 98.52 0.00 207.92 32004.68 0.00 22:17:44 22:17:44 21:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:17:44 21:44:01 28018168 31479716 825304 2.51 112516 3558000 2045836 6.03 1464256 2963908 392360 22:17:44 21:45:01 27731160 31453776 846504 2.57 115200 3787976 2145872 6.32 1425376 3257364 369684 22:17:44 21:46:01 24252824 31507108 778304 2.37 199112 6989520 1941140 5.72 2000960 5892536 1439804 22:17:44 21:47:01 21347740 31294852 985540 3.00 294928 9490408 2571340 7.58 2198496 8498836 134436 22:17:44 21:48:01 18321492 31290896 969412 2.95 369884 12289092 2486928 7.33 2569144 10983936 304 22:17:44 21:49:01 19334812 31532084 735116 2.24 432588 11452744 1845300 5.44 2432076 10114968 1312 22:17:44 21:50:01 19335792 31529920 737380 2.24 432276 11450284 1846296 5.44 2434452 10111964 480 22:17:44 21:51:01 19331524 31526104 740960 2.25 432504 11450492 1880832 5.54 2437900 10112072 132 22:17:44 21:52:02 19331712 31526384 740552 2.25 432528 11450488 1880832 5.54 2437728 10112108 28 22:17:44 21:53:01 19336136 31530880 736540 2.24 432580 11450492 1880832 5.54 2433108 10112116 12 22:17:44 21:54:01 19336516 31531412 736140 2.24 432596 11450628 1880832 5.54 2433048 10112248 12 22:17:44 21:55:01 19339768 31535088 732824 2.23 432620 11450628 1880832 5.54 2429052 10112672 8 22:17:44 21:56:01 19339752 31535128 732764 2.23 432628 11450632 1880832 5.54 2429068 10112684 4 22:17:44 21:57:01 19340136 31535528 732348 2.23 432636 11450636 1880832 5.54 2429076 10112688 40 22:17:44 21:58:01 19338140 31533536 733972 2.23 432688 11450632 1910856 5.63 2429888 10112672 220 22:17:44 21:59:01 19339228 31534644 732816 2.23 432716 11450632 1910856 5.63 2429176 10112676 16 22:17:44 22:00:01 19339124 31534548 732852 2.23 432720 11450640 1910856 5.63 2429164 10112680 8 22:17:44 22:01:01 19338856 31534280 733044 2.23 432736 11450640 1910856 5.63 2429164 10112680 140 22:17:44 22:02:01 19338832 31534320 732960 2.23 432764 11450636 1910856 5.63 2429504 10112688 20 22:17:44 22:03:01 19339160 31534680 732808 2.23 432788 11450640 1910856 5.63 2429552 10112684 20 22:17:44 22:04:01 19338888 31534416 733204 2.23 432808 11450652 1910856 5.63 2429708 10112688 192 22:17:44 22:05:01 19339440 31534976 732624 2.23 432832 11450656 1910856 5.63 2429300 10112696 48 22:17:44 22:06:01 19339488 31535084 732504 2.23 432844 11450656 1910856 5.63 2429340 10112700 8 22:17:44 22:07:01 19339472 31535076 732432 2.23 432864 11450664 1910856 5.63 2429500 10112708 40 22:17:44 22:08:01 19339068 31534672 732660 2.23 432884 11450664 1910856 5.63 2430000 10112708 208 22:17:44 22:09:01 19338996 31534664 732616 2.23 432916 11450652 1910856 5.63 2429496 10112716 8 22:17:44 22:10:01 19338980 31534656 732540 2.23 432924 11450672 1910856 5.63 2429484 10112720 8 22:17:44 22:11:01 19338868 31534604 732504 2.23 432968 11450672 1910856 5.63 2430036 10112724 180 22:17:44 22:12:01 19338860 31534600 732496 2.23 432980 11450676 1910856 5.63 2429680 10112728 8 22:17:44 22:13:01 19339476 31535248 731976 2.23 433012 11450680 1910856 5.63 2430148 10112720 208 22:17:44 22:14:01 19339500 31535272 731948 2.23 433024 11450672 1910856 5.63 2429528 10112720 12 22:17:44 22:15:01 19339160 31534980 732156 2.23 433076 11450688 1910856 5.63 2430172 10112724 184 22:17:44 22:16:01 19339184 31535064 732116 2.23 433092 11450688 1910856 5.63 2429896 10112728 4 22:17:44 22:17:01 18520448 31499712 767724 2.33 460156 12154912 2024264 5.97 2537720 10772280 104 22:17:44 Average: 19990021 31513762 756401 2.30 402041 10849690 1952325 5.75 2360418 9574228 68831 22:17:44 22:17:44 21:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:17:44 21:44:01 veth16d2de5 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:17:44 21:44:01 lo 4.33 4.33 0.42 0.42 0.00 0.00 0.00 0.00 22:17:44 21:44:01 docker0 619.58 566.26 44.32 3429.40 0.00 0.00 0.00 0.00 22:17:44 21:44:01 ens3 899.45 820.20 9184.75 95.53 0.00 0.00 0.00 0.00 22:17:44 21:45:01 veth16d2de5 1.30 1.33 0.10 0.10 0.00 0.00 0.00 0.00 22:17:44 21:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:45:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 22:17:44 21:45:01 ens3 42.37 37.40 27.33 99.98 0.00 0.00 0.00 0.00 22:17:44 21:46:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 22:17:44 21:46:01 docker0 468.12 841.66 40.09 6152.03 0.00 0.00 0.00 0.00 22:17:44 21:46:01 veth505d1f9 100.82 163.64 9.73 1189.26 0.00 0.00 0.00 0.10 22:17:44 21:46:01 veth69658e2 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 22:17:44 21:46:01 ens3 944.18 527.35 7853.96 66.86 0.00 0.00 0.00 0.00 22:17:44 21:46:01 vethc195b6f 163.64 100.82 1189.26 9.73 0.00 0.00 0.00 0.00 22:17:44 21:47:01 veth4ac95af 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:47:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 22:17:44 21:47:01 docker0 40.83 68.37 3.05 382.04 0.00 0.00 0.00 0.00 22:17:44 21:47:01 veth69658e2 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:17:44 21:47:01 veth226b78e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:47:01 ens3 113.93 72.05 505.56 20.45 0.00 0.00 0.00 0.00 22:17:44 21:47:01 vethc77aaf3 22.60 34.16 2.23 11.09 0.00 0.00 0.00 0.00 22:17:44 21:47:01 veth1565dae 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 22:17:44 21:48:01 vetha24cbc4 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:17:44 21:48:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 22:17:44 21:48:01 docker0 190.36 411.23 15.36 2630.20 0.00 0.00 0.00 0.00 22:17:44 21:48:01 veth69658e2 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 22:17:44 21:48:01 ens3 631.10 299.80 5471.06 45.63 0.00 0.00 0.00 0.00 22:17:44 21:48:01 vethaedd056 23.03 34.48 2.27 11.41 0.00 0.00 0.00 0.00 22:17:44 21:49:01 lo 14.40 14.40 1.41 1.41 0.00 0.00 0.00 0.00 22:17:44 21:49:01 docker0 79.81 178.87 6.19 1341.49 0.00 0.00 0.00 0.00 22:17:44 21:49:01 ens3 349.38 253.37 1437.96 537.41 0.00 0.00 0.00 0.00 22:17:44 21:50:01 lo 41.19 41.19 4.06 4.06 0.00 0.00 0.00 0.00 22:17:44 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:50:01 ens3 430.58 402.47 206.92 2323.40 0.00 0.00 0.00 0.00 22:17:44 21:51:01 lo 10.33 10.33 1.01 1.01 0.00 0.00 0.00 0.00 22:17:44 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:51:01 ens3 135.31 139.79 59.08 541.06 0.00 0.00 0.00 0.00 22:17:44 21:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:52:02 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:53:01 ens3 2.78 1.88 10.31 0.19 0.00 0.00 0.00 0.00 22:17:44 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:54:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:55:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:56:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:57:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:58:01 ens3 0.27 0.12 0.08 0.07 0.00 0.00 0.00 0.00 22:17:44 21:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 21:59:01 ens3 0.20 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:00:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:01:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:02:01 ens3 0.95 0.53 0.45 0.22 0.00 0.00 0.00 0.00 22:17:44 22:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:03:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 22:17:44 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:04:01 ens3 0.85 0.38 0.30 0.21 0.00 0.00 0.00 0.00 22:17:44 22:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:05:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:06:01 ens3 0.67 0.00 0.06 0.00 0.00 0.00 0.00 0.00 22:17:44 22:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:07:01 ens3 0.65 0.50 0.35 0.28 0.00 0.00 0.00 0.00 22:17:44 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:08:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 22:17:44 22:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:09:01 ens3 0.25 0.17 0.12 0.01 0.00 0.00 0.00 0.00 22:17:44 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:10:01 ens3 0.20 0.18 0.12 0.07 0.00 0.00 0.00 0.00 22:17:44 22:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:11:01 ens3 0.85 0.10 0.09 0.01 0.00 0.00 0.00 0.00 22:17:44 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:12:01 ens3 1.12 0.70 0.61 0.48 0.00 0.00 0.00 0.00 22:17:44 22:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:13:01 ens3 0.43 0.22 0.09 0.07 0.00 0.00 0.00 0.00 22:17:44 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:14:01 ens3 0.67 0.00 0.06 0.00 0.00 0.00 0.00 0.00 22:17:44 22:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:17:44 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:15:01 ens3 1.33 0.52 0.47 0.28 0.00 0.00 0.00 0.00 22:17:44 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:17:44 22:16:01 ens3 0.40 0.28 0.25 0.20 0.00 0.00 0.00 0.00 22:17:44 22:17:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 22:17:44 22:17:01 docker0 32.26 56.43 2.89 585.00 0.00 0.00 0.00 0.00 22:17:44 22:17:01 ens3 230.27 133.31 4586.00 32.05 0.00 0.00 0.00 0.00 22:17:44 Average: lo 2.31 2.31 0.22 0.22 0.00 0.00 0.00 0.00 22:17:44 Average: docker0 42.15 62.51 3.30 427.29 0.00 0.00 0.00 0.00 22:17:44 Average: ens3 111.52 79.22 863.59 110.78 0.00 0.00 0.00 0.00 22:17:44 22:17:44 22:17:44 ---> sar -P ALL: 22:17:44 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8901) 03/08/23 _x86_64_ (8 CPU) 22:17:44 22:17:44 21:42:22 LINUX RESTART (8 CPU) 22:17:44 22:17:44 21:43:01 CPU %user %nice %system %iowait %steal %idle 22:17:44 21:44:01 all 24.62 0.00 5.69 1.35 0.07 68.27 22:17:44 21:44:01 0 23.47 0.00 4.88 0.13 0.07 71.45 22:17:44 21:44:01 1 23.13 0.00 6.81 0.47 0.07 69.52 22:17:44 21:44:01 2 25.14 0.00 5.10 0.57 0.07 69.11 22:17:44 21:44:01 3 24.88 0.00 5.16 1.21 0.09 68.66 22:17:44 21:44:01 4 24.95 0.00 5.41 0.10 0.07 69.47 22:17:44 21:44:01 5 26.86 0.00 6.77 2.31 0.08 63.96 22:17:44 21:44:01 6 23.51 0.00 5.52 5.48 0.08 65.40 22:17:44 21:44:01 7 24.97 0.00 5.85 0.52 0.07 68.59 22:17:44 21:45:01 all 41.19 0.00 6.02 0.24 0.08 52.46 22:17:44 21:45:01 0 40.83 0.00 5.54 0.05 0.08 53.50 22:17:44 21:45:01 1 40.95 0.00 7.48 0.10 0.08 51.39 22:17:44 21:45:01 2 41.01 0.00 5.75 0.03 0.08 53.12 22:17:44 21:45:01 3 40.77 0.00 6.27 0.13 0.07 52.76 22:17:44 21:45:01 4 42.12 0.00 5.73 0.05 0.10 52.00 22:17:44 21:45:01 5 41.51 0.00 5.49 0.27 0.08 52.64 22:17:44 21:45:01 6 40.86 0.00 6.22 0.03 0.08 52.81 22:17:44 21:45:01 7 41.49 0.00 5.68 1.28 0.08 51.47 22:17:44 21:46:01 all 21.07 0.00 8.65 3.17 0.07 67.04 22:17:44 21:46:01 0 21.04 0.00 7.27 2.12 0.05 69.52 22:17:44 21:46:01 1 20.48 0.00 10.13 2.64 0.07 66.68 22:17:44 21:46:01 2 20.88 0.00 7.22 1.66 0.07 70.17 22:17:44 21:46:01 3 21.71 0.00 9.38 2.12 0.08 66.71 22:17:44 21:46:01 4 21.18 0.00 10.01 1.78 0.07 66.96 22:17:44 21:46:01 5 21.76 0.00 7.75 2.98 0.08 67.43 22:17:44 21:46:01 6 20.78 0.00 8.80 10.04 0.09 60.29 22:17:44 21:46:01 7 20.72 0.00 8.66 2.07 0.08 68.47 22:17:44 21:47:01 all 46.05 0.00 12.34 7.24 0.11 34.26 22:17:44 21:47:01 0 46.00 0.00 11.86 2.42 0.12 39.60 22:17:44 21:47:01 1 45.89 0.00 12.48 5.42 0.12 36.09 22:17:44 21:47:01 2 47.00 0.00 10.95 3.37 0.10 38.58 22:17:44 21:47:01 3 45.89 0.00 12.73 3.19 0.12 38.08 22:17:44 21:47:01 4 43.77 0.00 12.52 14.83 0.12 28.76 22:17:44 21:47:01 5 46.54 0.00 11.27 3.23 0.10 38.85 22:17:44 21:47:01 6 45.91 0.00 15.24 16.35 0.12 22.38 22:17:44 21:47:01 7 47.35 0.00 11.67 9.19 0.12 31.67 22:17:44 21:48:01 all 64.42 0.00 15.09 6.88 0.15 13.46 22:17:44 21:48:01 0 64.90 0.00 16.91 7.02 0.15 11.02 22:17:44 21:48:01 1 65.60 0.00 15.31 6.47 0.14 12.49 22:17:44 21:48:01 2 63.57 0.00 12.10 5.67 0.15 18.51 22:17:44 21:48:01 3 62.81 0.00 15.74 7.82 0.15 13.47 22:17:44 21:48:01 4 60.53 0.00 14.39 7.00 0.15 17.92 22:17:44 21:48:01 5 65.46 0.00 15.39 9.26 0.19 9.70 22:17:44 21:48:01 6 65.81 0.00 15.56 6.25 0.14 12.23 22:17:44 21:48:01 7 66.64 0.00 15.30 5.50 0.15 12.40 22:17:44 21:49:01 all 32.01 0.00 7.85 4.26 0.10 55.78 22:17:44 21:49:01 0 30.46 0.00 7.51 3.87 0.12 58.03 22:17:44 21:49:01 1 34.01 0.00 8.33 5.75 0.08 51.82 22:17:44 21:49:01 2 29.70 0.00 7.34 3.15 0.10 59.70 22:17:44 21:49:01 3 30.98 0.00 8.30 2.80 0.10 57.82 22:17:44 21:49:01 4 29.69 0.00 8.94 5.43 0.10 55.84 22:17:44 21:49:01 5 32.69 0.00 7.22 4.30 0.12 55.67 22:17:44 21:49:01 6 34.04 0.00 7.32 2.93 0.08 55.63 22:17:44 21:49:01 7 34.44 0.00 7.88 5.85 0.10 51.73 22:17:44 21:50:01 all 7.81 0.00 0.96 0.13 0.05 91.05 22:17:44 21:50:01 0 7.81 0.00 1.12 0.02 0.07 90.98 22:17:44 21:50:01 1 8.14 0.00 0.92 0.25 0.05 90.63 22:17:44 21:50:01 2 5.34 0.00 0.90 0.07 0.05 93.64 22:17:44 21:50:01 3 5.73 0.00 1.18 0.02 0.05 93.03 22:17:44 21:50:01 4 11.06 0.00 0.84 0.22 0.05 87.83 22:17:44 21:50:01 5 9.33 0.00 0.99 0.13 0.07 89.49 22:17:44 21:50:01 6 6.29 0.00 0.67 0.12 0.05 92.88 22:17:44 21:50:01 7 8.80 0.00 1.09 0.18 0.05 89.87 22:17:44 21:51:01 all 1.28 0.00 0.30 0.03 0.01 98.38 22:17:44 21:51:01 0 0.58 0.00 0.40 0.00 0.02 99.00 22:17:44 21:51:01 1 1.39 0.00 0.32 0.00 0.02 98.27 22:17:44 21:51:01 2 0.95 0.00 0.15 0.00 0.00 98.90 22:17:44 21:51:01 3 1.49 0.00 0.37 0.00 0.00 98.15 22:17:44 21:51:01 4 1.82 0.00 0.23 0.12 0.03 97.79 22:17:44 21:51:01 5 0.25 0.00 0.25 0.07 0.02 99.42 22:17:44 21:51:01 6 1.42 0.00 0.37 0.00 0.00 98.21 22:17:44 21:51:01 7 2.37 0.00 0.33 0.02 0.02 97.27 22:17:44 21:52:02 all 0.02 0.00 0.01 0.00 0.01 99.96 22:17:44 21:52:02 0 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 21:52:02 1 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 21:52:02 2 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 21:52:02 3 0.02 0.00 0.00 0.00 0.02 99.97 22:17:44 21:52:02 4 0.05 0.00 0.02 0.00 0.00 99.93 22:17:44 21:52:02 5 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 21:52:02 6 0.00 0.00 0.03 0.00 0.02 99.95 22:17:44 21:52:02 7 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 21:53:01 all 0.03 0.00 0.02 0.02 0.00 99.93 22:17:44 21:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 21:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 21:53:01 4 0.08 0.00 0.07 0.05 0.02 99.78 22:17:44 21:53:01 5 0.03 0.00 0.02 0.02 0.00 99.93 22:17:44 21:53:01 6 0.00 0.00 0.00 0.10 0.00 99.90 22:17:44 21:53:01 7 0.08 0.00 0.03 0.00 0.00 99.88 22:17:44 21:54:01 all 0.11 0.00 0.00 0.00 0.00 99.88 22:17:44 21:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 21:54:01 1 0.81 0.00 0.00 0.00 0.00 99.19 22:17:44 21:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:54:01 4 0.05 0.00 0.03 0.00 0.02 99.90 22:17:44 21:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 22:17:44 21:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 21:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:17:44 21:54:01 CPU %user %nice %system %iowait %steal %idle 22:17:44 21:55:01 all 0.28 0.00 0.03 0.01 0.00 99.68 22:17:44 21:55:01 0 0.02 0.00 0.00 0.02 0.00 99.97 22:17:44 21:55:01 1 2.00 0.00 0.05 0.00 0.02 97.93 22:17:44 21:55:01 2 0.03 0.00 0.05 0.00 0.02 99.90 22:17:44 21:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 21:55:01 4 0.03 0.00 0.03 0.02 0.00 99.92 22:17:44 21:55:01 5 0.03 0.00 0.07 0.00 0.00 99.90 22:17:44 21:55:01 6 0.03 0.00 0.00 0.02 0.00 99.95 22:17:44 21:55:01 7 0.02 0.00 0.07 0.00 0.00 99.92 22:17:44 21:56:01 all 0.26 0.00 0.01 0.00 0.00 99.72 22:17:44 21:56:01 0 0.00 0.00 0.02 0.02 0.00 99.97 22:17:44 21:56:01 1 1.97 0.00 0.00 0.00 0.00 98.03 22:17:44 21:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 21:56:01 4 0.08 0.00 0.03 0.00 0.02 99.87 22:17:44 21:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 21:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 21:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 21:57:01 all 0.21 0.00 0.02 0.01 0.00 99.76 22:17:44 21:57:01 0 0.00 0.00 0.00 0.02 0.00 99.98 22:17:44 21:57:01 1 1.55 0.00 0.05 0.00 0.00 98.40 22:17:44 21:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 21:57:01 4 0.05 0.00 0.05 0.02 0.00 99.88 22:17:44 21:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 21:57:01 6 0.00 0.00 0.00 0.02 0.00 99.98 22:17:44 21:57:01 7 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 21:58:01 all 0.02 0.00 0.02 0.01 0.00 99.95 22:17:44 21:58:01 0 0.00 0.00 0.02 0.05 0.00 99.93 22:17:44 21:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 21:58:01 3 0.02 0.00 0.03 0.02 0.00 99.93 22:17:44 21:58:01 4 0.07 0.00 0.03 0.02 0.02 99.87 22:17:44 21:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 21:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 21:58:01 7 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 21:59:01 all 0.02 0.00 0.01 0.01 0.00 99.95 22:17:44 21:59:01 0 0.00 0.00 0.02 0.02 0.00 99.97 22:17:44 21:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 21:59:01 4 0.10 0.00 0.03 0.02 0.02 99.83 22:17:44 21:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 21:59:01 6 0.03 0.00 0.03 0.03 0.00 99.90 22:17:44 21:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:00:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:17:44 22:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:00:01 4 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 22:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:00:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:01:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:17:44 22:01:01 0 0.02 0.00 0.00 0.02 0.00 99.97 22:17:44 22:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:01:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:01:01 4 0.08 0.00 0.03 0.02 0.02 99.85 22:17:44 22:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:01:01 7 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 22:02:01 all 0.02 0.00 0.02 0.00 0.01 99.95 22:17:44 22:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:02:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:02:01 4 0.07 0.00 0.07 0.02 0.02 99.83 22:17:44 22:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:02:01 6 0.00 0.00 0.03 0.02 0.02 99.93 22:17:44 22:02:01 7 0.02 0.00 0.02 0.00 0.02 99.95 22:17:44 22:03:01 all 0.01 0.00 0.01 0.01 0.00 99.97 22:17:44 22:03:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 22:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 22:03:01 4 0.03 0.00 0.02 0.03 0.02 99.90 22:17:44 22:03:01 5 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:03:01 6 0.00 0.00 0.02 0.02 0.00 99.97 22:17:44 22:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:04:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:17:44 22:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:17:44 22:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:04:01 2 0.05 0.00 0.00 0.00 0.00 99.95 22:17:44 22:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:04:01 4 0.08 0.00 0.02 0.02 0.00 99.88 22:17:44 22:04:01 5 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 22:04:01 6 0.03 0.00 0.00 0.02 0.00 99.95 22:17:44 22:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:05:01 all 0.11 0.00 0.02 0.00 0.00 99.86 22:17:44 22:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:05:01 2 0.10 0.00 0.00 0.00 0.00 99.90 22:17:44 22:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:05:01 4 0.70 0.00 0.07 0.02 0.02 99.20 22:17:44 22:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:05:01 6 0.07 0.00 0.05 0.02 0.00 99.87 22:17:44 22:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:17:44 22:05:01 CPU %user %nice %system %iowait %steal %idle 22:17:44 22:06:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:17:44 22:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:06:01 4 0.03 0.00 0.03 0.00 0.02 99.92 22:17:44 22:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:06:01 6 0.00 0.00 0.02 0.03 0.00 99.95 22:17:44 22:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:07:01 all 0.02 0.00 0.02 0.01 0.00 99.96 22:17:44 22:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 22:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:07:01 4 0.03 0.00 0.05 0.02 0.00 99.90 22:17:44 22:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:07:01 6 0.02 0.00 0.02 0.02 0.02 99.93 22:17:44 22:07:01 7 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:08:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:17:44 22:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 22:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 22:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:08:01 4 0.07 0.00 0.02 0.02 0.02 99.88 22:17:44 22:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:08:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:09:01 all 0.02 0.00 0.02 0.01 0.00 99.96 22:17:44 22:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:17:44 22:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:09:01 4 0.03 0.00 0.02 0.02 0.02 99.92 22:17:44 22:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:09:01 6 0.00 0.00 0.03 0.00 0.00 99.97 22:17:44 22:09:01 7 0.03 0.00 0.02 0.03 0.00 99.92 22:17:44 22:10:01 all 0.03 0.00 0.01 0.00 0.00 99.95 22:17:44 22:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:17:44 22:10:01 4 0.03 0.00 0.02 0.02 0.00 99.93 22:17:44 22:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:10:01 6 0.15 0.00 0.02 0.02 0.00 99.82 22:17:44 22:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:11:01 all 0.01 0.00 0.01 0.01 0.00 99.96 22:17:44 22:11:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:17:44 22:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:11:01 4 0.05 0.00 0.02 0.02 0.02 99.90 22:17:44 22:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:11:01 6 0.03 0.00 0.03 0.00 0.02 99.92 22:17:44 22:11:01 7 0.00 0.00 0.00 0.05 0.00 99.95 22:17:44 22:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 22:17:44 22:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 22:17:44 22:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:12:01 4 0.05 0.00 0.02 0.02 0.02 99.90 22:17:44 22:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:12:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 22:13:01 all 0.01 0.00 0.01 0.01 0.00 99.97 22:17:44 22:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:13:01 4 0.02 0.00 0.02 0.02 0.00 99.95 22:17:44 22:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:13:01 6 0.02 0.00 0.03 0.02 0.00 99.93 22:17:44 22:13:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:17:44 22:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 22:17:44 22:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:17:44 22:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:14:01 4 0.05 0.00 0.02 0.02 0.02 99.90 22:17:44 22:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:14:01 6 0.05 0.00 0.03 0.02 0.00 99.90 22:17:44 22:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 22:17:44 22:15:01 all 0.02 0.00 0.01 0.01 0.01 99.96 22:17:44 22:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 22:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:15:01 2 0.00 0.00 0.00 0.00 0.02 99.98 22:17:44 22:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:15:01 4 0.02 0.00 0.02 0.03 0.02 99.92 22:17:44 22:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:17:44 22:15:01 6 0.03 0.00 0.02 0.03 0.02 99.90 22:17:44 22:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:17:44 22:16:01 all 0.10 0.00 0.02 0.00 0.00 99.88 22:17:44 22:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:17:44 22:16:01 4 0.60 0.00 0.07 0.00 0.02 99.32 22:17:44 22:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 22:17:44 22:16:01 6 0.05 0.00 0.02 0.02 0.00 99.92 22:17:44 22:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:17:44 22:17:44 22:16:01 CPU %user %nice %system %iowait %steal %idle 22:17:44 22:17:01 all 4.86 0.00 1.99 0.70 0.02 92.42 22:17:44 22:17:01 0 5.28 0.00 1.99 0.15 0.02 92.56 22:17:44 22:17:01 1 2.96 0.00 2.31 0.03 0.02 94.68 22:17:44 22:17:01 2 5.84 0.00 1.46 0.49 0.02 92.20 22:17:44 22:17:01 3 4.13 0.00 2.32 1.16 0.03 92.37 22:17:44 22:17:01 4 5.54 0.00 1.78 0.82 0.02 91.85 22:17:44 22:17:01 5 6.26 0.00 2.09 0.03 0.03 91.59 22:17:44 22:17:01 6 4.44 0.00 2.14 2.80 0.02 90.61 22:17:44 22:17:01 7 4.44 0.00 1.86 0.12 0.03 93.54 22:17:44 Average: all 7.12 0.00 1.72 0.70 0.02 90.43 22:17:44 Average: 0 7.02 0.00 1.68 0.46 0.02 90.81 22:17:44 Average: 1 7.26 0.00 1.87 0.61 0.02 90.24 22:17:44 Average: 2 6.96 0.00 1.48 0.43 0.02 91.10 22:17:44 Average: 3 6.93 0.00 1.79 0.53 0.02 90.72 22:17:44 Average: 4 7.08 0.00 1.76 0.89 0.03 90.23 22:17:44 Average: 5 7.31 0.00 1.67 0.66 0.02 90.34 22:17:44 Average: 6 7.09 0.00 1.81 1.29 0.02 89.79 22:17:44 Average: 7 7.32 0.00 1.71 0.72 0.02 90.23 22:17:44 22:17:44 22:17:44