Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1c894e2fcaddd09107904491402c53dd28c48fa9 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-ssh5058048508231284264.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh18037136971699760183.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh15416274116965828787.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh14204236110008647769.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-ssh10732574375276180321.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14922 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/521 [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/521 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1c894e2fcaddd09107904491402c53dd28c48fa9 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c894e2fcaddd09107904491402c53dd28c48fa9 # timeout=10 Commit message: "docs: Add main branch Warning to README (#4561)" > git rev-list --no-walk c33d50c2b8fbb8036e0019c4c7a44af08feb065c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:02:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:02:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:02:56 ========================================================= 18:02:56 EdgeX Global Pipelines Version Info 18:02:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:02:56 ------------------- 18:02:56 stable info: 18:02:56 ------------------- 18:02:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:02:56 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 18:02:56 Message: update stable to v1.0.249 18:02:57 ------------------- 18:02:57 experimental info: 18:02:57 ------------------- 18:02:57 Commited By: **** collab-it+edgex@linuxfoundation.org 18:02:57 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 18:02:57 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c894e2 [Pipeline] echo 18:02:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:57 provisioning config files... 18:02:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/521@tmp/config4169614484238908714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:58 ---> docker-login.sh 18:02:58 nexus3.edgexfoundry.org:10001 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 nexus3.edgexfoundry.org:10002 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 nexus3.edgexfoundry.org:10003 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 nexus3.edgexfoundry.org:10004 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 docker.io 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:59 Configure a credential helper to remove this warning. See 18:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:59 18:02:59 Login Succeeded 18:02:59 ---> docker-login.sh ends [Pipeline] } 18:02:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:59 + 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 18:02:59 + dirname cmd/core-command/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo core-command,cmd/core-command/Dockerfile 18:02:59 + dirname cmd/core-common-config-bootstrapper/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 18:02:59 + dirname cmd/core-data/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo core-data,cmd/core-data/Dockerfile 18:02:59 + dirname cmd/core-metadata/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo core-metadata,cmd/core-metadata/Dockerfile 18:02:59 + dirname cmd/security-bootstrapper/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:02:59 + dirname cmd/security-proxy-auth/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 18:02:59 + dirname cmd/security-proxy-setup/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:02:59 + dirname cmd/security-secretstore-setup/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:02:59 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:02:59 + dirname cmd/security-spire-agent/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:02:59 + dirname cmd/security-spire-config/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:02:59 + dirname cmd/security-spire-server/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:02:59 + dirname cmd/support-notifications/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo support-notifications,cmd/support-notifications/Dockerfile 18:02:59 + dirname cmd/support-scheduler/Dockerfile 18:02:59 + cut -d/ -f2 18:02:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 18:02:59 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 18:02:59 + git rev-list -1 --merges 1c894e2fcaddd09107904491402c53dd28c48fa9~1..1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] echo 18:02:59 -----------> git rev-list -1 --merges 1c894e2fcaddd09107904491402c53dd28c48fa9~1..1c894e2fcaddd09107904491402c53dd28c48fa9 1c894e2fcaddd09107904491402c53dd28c48fa9 [false] [Pipeline] sh 18:03:00 + git log --format=format:%s -1 1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] echo 18:03:00 ========================================================= 18:03:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:03:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:03:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:03:00 + grep -v github /etc/ssh/ssh_known_hosts 18:03:00 + [ -e /tmp/ssh_known_hosts ] 18:03:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:03:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:03:00 + sudo tee -a /etc/ssh/ssh_known_hosts 18:03:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:03:01 18:03:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:03:01 0.1.4: Pulling from edgex-devops/py-git-semver 18:03:01 b85a868b505f: Pulling fs layer 18:03:01 e2be974225ed: Pulling fs layer 18:03:01 339a4e72a1f5: Pulling fs layer 18:03:01 988bab9f4d93: Pulling fs layer 18:03:01 1469e6f7b9e6: Pulling fs layer 18:03:01 eaf3925da568: Pulling fs layer 18:03:01 bab4dde63d76: Pulling fs layer 18:03:01 bde34c3a00c8: Pulling fs layer 18:03:01 b352a97aabf1: Pulling fs layer 18:03:01 4872d77fe225: Pulling fs layer 18:03:01 5851b861e8e6: Pulling fs layer 18:03:01 bab4dde63d76: Waiting 18:03:01 bde34c3a00c8: Waiting 18:03:01 b352a97aabf1: Waiting 18:03:01 4872d77fe225: Waiting 18:03:01 5851b861e8e6: Waiting 18:03:01 988bab9f4d93: Waiting 18:03:01 eaf3925da568: Waiting 18:03:01 e2be974225ed: Verifying Checksum 18:03:01 e2be974225ed: Download complete 18:03:01 988bab9f4d93: Verifying Checksum 18:03:01 988bab9f4d93: Download complete 18:03:01 1469e6f7b9e6: Verifying Checksum 18:03:01 1469e6f7b9e6: Download complete 18:03:01 339a4e72a1f5: Verifying Checksum 18:03:01 339a4e72a1f5: Download complete 18:03:01 eaf3925da568: Download complete 18:03:01 bde34c3a00c8: Verifying Checksum 18:03:01 bde34c3a00c8: Download complete 18:03:01 b352a97aabf1: Download complete 18:03:01 4872d77fe225: Verifying Checksum 18:03:01 4872d77fe225: Download complete 18:03:01 5851b861e8e6: Download complete 18:03:01 b85a868b505f: Verifying Checksum 18:03:01 b85a868b505f: Download complete 18:03:01 bab4dde63d76: Verifying Checksum 18:03:01 bab4dde63d76: Download complete 18:03:02 b85a868b505f: Pull complete 18:03:03 e2be974225ed: Pull complete 18:03:03 339a4e72a1f5: Pull complete 18:03:03 988bab9f4d93: Pull complete 18:03:03 1469e6f7b9e6: Pull complete 18:03:03 eaf3925da568: Pull complete 18:03:05 bab4dde63d76: Pull complete 18:03:05 bde34c3a00c8: Pull complete 18:03:05 b352a97aabf1: Pull complete 18:03:05 4872d77fe225: Pull complete 18:03:05 5851b861e8e6: Pull complete 18:03:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:03:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:03:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:06 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:03:08 $ docker top 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 -eo pid,comm 18:03:08 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). 18:03:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:03:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:08 [ssh-agent] Looking for ssh-agent implementation... 18:03:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:08 $ docker exec 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 ssh-agent 18:03:08 SSH_AUTH_SOCK=/tmp/ssh-LtgtyboNAc8m/agent.33 18:03:08 SSH_AGENT_PID=39 18:03:08 Running ssh-add (command line suppressed) 18:03:08 Identity added: /w/workspace/edgex-go/521@tmp/private_key_1077299407983128590.key (/w/workspace/edgex-go/521@tmp/private_key_1077299407983128590.key) 18:03:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:09 + git tag --points-at HEAD [Pipeline] } 18:03:09 $ docker exec --env ******** --env ******** 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 ssh-agent -k 18:03:09 unset SSH_AUTH_SOCK; 18:03:09 unset SSH_AGENT_PID; 18:03:09 echo Agent pid 39 killed; 18:03:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:03:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:03:09 [ssh-agent] Looking for ssh-agent implementation... 18:03:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:03:09 $ docker exec 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 ssh-agent 18:03:09 SSH_AUTH_SOCK=/tmp/ssh-MIA8AtJgGW15/agent.71 18:03:09 SSH_AGENT_PID=77 18:03:09 Running ssh-add (command line suppressed) 18:03:09 Identity added: /w/workspace/edgex-go/521@tmp/private_key_1586176066344146878.key (/w/workspace/edgex-go/521@tmp/private_key_1586176066344146878.key) 18:03:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:03:09 + git semver init 18:03:10 2023-05-10 18:03:09,973 [run_init] DEBUG init version:0.0.0 force:False 18:03:10 2023-05-10 18:03:09,974 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/521/.semver 18:03:10 2023-05-10 18:03:09,974 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/521/.semver 18:03:10 2023-05-10 18:03:09,975 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/521/.semver'], cwd=/w/workspace/edgex-go/521, universal_newlines=False, shell=None, istream=None) 18:03:15 2023-05-10 18:03:14,481 [append_file] DEBUG append to file:/w/workspace/edgex-go/521/.git/info/exclude 18:03:15 2023-05-10 18:03:14,481 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/521/.semver/main with force:False 18:03:15 2023-05-10 18:03:14,481 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:03:15 2023-05-10 18:03:14,482 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:03:15 3.0.0-dev.155 [Pipeline] } 18:03:15 $ docker exec --env ******** --env ******** 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 ssh-agent -k 18:03:15 unset SSH_AUTH_SOCK; 18:03:15 unset SSH_AGENT_PID; 18:03:15 echo Agent pid 77 killed; 18:03:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:03:15 + git semver [Pipeline] } 18:03:16 $ docker stop --time=1 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 18:03:17 $ docker rm -f --volumes 18b4649daba523e07871269347f37f5b74d855822e5abab332109b938f3bfaa1 [Pipeline] // withDockerContainer [Pipeline] sh 18:03:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:03:17 Stashed 1 file(s) [Pipeline] echo 18:03:17 [edgeXSemver]: initialized semver on version 3.0.0-dev.155 [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 18:03:18 + git config --global --add safe.directory /w/workspace/edgex-go/521 [Pipeline] echo 18:03:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:03:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:03:18 ========================================================= 18:03:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:03:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:03:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:03:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:03:18 f56be85fc22e: Pulling fs layer 18:03:18 85791d961cd3: Pulling fs layer 18:03:18 d694b5ae8c79: Pulling fs layer 18:03:18 9f32a84ed3da: Pulling fs layer 18:03:18 4d19c01a9841: Pulling fs layer 18:03:18 9325e15d5711: Pulling fs layer 18:03:18 556b6ee489ea: Pulling fs layer 18:03:18 c5a4b2cf53e6: Pulling fs layer 18:03:18 9f32a84ed3da: Waiting 18:03:18 4d19c01a9841: Waiting 18:03:18 9325e15d5711: Waiting 18:03:18 556b6ee489ea: Waiting 18:03:18 c5a4b2cf53e6: Waiting 18:03:18 85791d961cd3: Verifying Checksum 18:03:18 85791d961cd3: Download complete 18:03:18 9f32a84ed3da: Download complete 18:03:18 4d19c01a9841: Verifying Checksum 18:03:18 4d19c01a9841: Download complete 18:03:18 f56be85fc22e: Verifying Checksum 18:03:18 f56be85fc22e: Download complete 18:03:18 9325e15d5711: Verifying Checksum 18:03:18 9325e15d5711: Download complete 18:03:18 f56be85fc22e: Pull complete 18:03:18 85791d961cd3: Pull complete 18:03:19 c5a4b2cf53e6: Verifying Checksum 18:03:19 c5a4b2cf53e6: Download complete 18:03:19 d694b5ae8c79: Verifying Checksum 18:03:19 d694b5ae8c79: Download complete 18:03:19 556b6ee489ea: Verifying Checksum 18:03:19 556b6ee489ea: Download complete 18:03:22 d694b5ae8c79: Pull complete 18:03:22 9f32a84ed3da: Pull complete 18:03:22 4d19c01a9841: Pull complete 18:03:22 9325e15d5711: Pull complete 18:03:25 556b6ee489ea: Pull complete 18:03:26 c5a4b2cf53e6: Pull complete 18:03:26 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 18:03:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:03:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 18:03:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:03:26 WORKDIR /edgex 18:03:26 COPY go.mod . 18:03:26 RUN go mod download 18:03:26 + docker build -t ci-base-image-x86_64 -f - . 18:03:27 Sending build context to Docker daemon 170.7MB 18:03:27 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:03:27 ---> c4be618373d6 18:03:27 Step 2/4 : WORKDIR /edgex 18:03:30 ---> Running in 486513d4ad3f 18:03:30 Removing intermediate container 486513d4ad3f 18:03:30 ---> 41f94bcb109e 18:03:30 Step 3/4 : COPY go.mod . 18:03:30 ---> 558bfd0b28bd 18:03:30 Step 4/4 : RUN go mod download 18:03:30 ---> Running in 1d6e5e3114ac 18:03:32 Still waiting to schedule task 18:03:32 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:03:42 Removing intermediate container 1d6e5e3114ac 18:03:42 ---> 01ca7a5b433a 18:03:42 Successfully built 01ca7a5b433a 18:03:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:43 + docker inspect -f . ci-base-image-x86_64 18:03:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:43 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:03:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** ci-base-image-x86_64 cat 18:03:43 $ docker top 7a8288bafd1194d5d1cc638c5ad19656c8e311fd526128c01fb0192eb84430ad -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:44 + go version 18:03:44 go version go1.20.2 linux/amd64 [Pipeline] } 18:03:44 $ docker stop --time=1 7a8288bafd1194d5d1cc638c5ad19656c8e311fd526128c01fb0192eb84430ad 18:03:45 $ docker rm -f --volumes 7a8288bafd1194d5d1cc638c5ad19656c8e311fd526128c01fb0192eb84430ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:45 + docker inspect -f . ci-base-image-x86_64 18:03:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:45 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:03: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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** ci-base-image-x86_64 cat 18:03:46 $ docker top e3be1167362ab07332eb23ac16b18e3cad6748dd1ddc4110cbbf2a13040540f3 -eo pid,comm [Pipeline] { [Pipeline] echo 18:03:46 ========================================================= 18:03:46 [edgeXBuildGoParallel] Running Tests and Build... 18:03:46 ========================================================= [Pipeline] sh 18:03:46 + git config --global --add safe.directory /w/workspace/edgex-go/521 [Pipeline] fileExists [Pipeline] sh 18:03:46 + make test 18:03:46 go test -race -coverprofile=coverage.out ./... 18:03:54 ? github.com/edgexfoundry/edgex-go [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:04:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:04:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:04:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements 18:04:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 98.5% of statements 18:04:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.095s coverage: 71.5% of statements 18:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:04:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 18:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.334s coverage: 88.5% of statements 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:04:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.354s coverage: 95.6% of statements 18:04:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:04:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:04:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:04:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:04:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:04:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements 18:04:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:04:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:04:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:04:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.044s coverage: 65.9% of statements 18:04:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:04:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:04:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 18:04:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.036s coverage: 29.0% of statements 18:04:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 42.9% of statements 18:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 82.9% of statements 18:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 18:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 18:04:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 18:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:04:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:04:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:04:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:04:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:04:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:04:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:04:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:04:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:04:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:04:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:04:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:04:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:04:36 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:04:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:04:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 18:04:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:04:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:04:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:04:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:04:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.279s coverage: 79.9% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.072s coverage: 92.9% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 62.3% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 81.8% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.1% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.189s coverage: 38.4% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.130s coverage: 92.3% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 61.5% of statements 18:04:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.079s coverage: 97.7% of statements 18:04:52 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 18:04:52 running golangci-lint 18:04:52 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 18:04:52 go version go1.20.2 linux/amd64 18:04:52 level=info msg="[config_reader] Used config file .golangci.yml" 18:04:52 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 18:05:07 level=info msg="[loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|name|exports_file|imports) took 14.652095244s" 18:05:07 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.288065ms" 18:05:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14924 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 18:05:08 Running in /w/workspace/edgex-go/521 [Pipeline] { [Pipeline] checkout 18:05:08 The recommended git tool is: git 18:05:14 using credential edgex-jenkins-ssh 18:05:14 Cloning the remote Git repository 18:05:14 level=info msg="[linters_context/goanalysis] analyzers took 1m0.831566858s with top 10 stages: buildir: 34.3325483s, inspect: 1.546378311s, fact_deprecated: 1.288670298s, ctrlflow: 1.170117186s, printf: 1.104194519s, gosec: 997.581871ms, S1038: 960.997895ms, fact_purity: 782.103676ms, nilness: 668.184749ms, S1039: 611.935531ms" 18:05:14 level=info msg="[runner] Issues before processing: 203, after processing: 0" 18:05:14 level=info msg="[runner] Processors filtering stat (out/in): cgo: 203/203, filename_unadjuster: 203/203, skip_dirs: 203/203, identifier_marker: 203/203, exclude-rules: 23/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, exclude: 203/203, nolint: 0/23" 18:05:14 level=info msg="[runner] processing took 17.855562ms with stages: nolint: 6.981629ms, identifier_marker: 4.95467ms, path_prettifier: 1.915307ms, autogenerated_exclude: 1.839766ms, exclude-rules: 1.253177ms, skip_dirs: 855.822µs, cgo: 34.361µs, filename_unadjuster: 16.8µs, uniq_by_line: 860ns, max_same_issues: 820ns, skip_files: 380ns, exclude: 290ns, diff: 280ns, source_code: 280ns, severity-rules: 250ns, sort_results: 240ns, path_shortener: 210ns, max_from_linter: 170ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" 18:05:14 level=info msg="[runner] linters took 7.909816357s with stages: goanalysis_metalinter: 7.891844484s" 18:05:14 level=info msg="File cache stats: 0 entries of total size 0B" 18:05:14 level=info msg="Memory: 227 samples, avg is 193.6MB, max is 794.0MB" 18:05:14 level=info msg="Execution took 22.623645952s" 18:05:14 go vet ./... 18:05:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:05:14 > git init /w/workspace/edgex-go/521 # timeout=10 18:05:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:05:14 > git --version # timeout=10 18:05:14 > git --version # 'git version 2.25.1' 18:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:05:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:05:19 ./bin/test-attribution-txt.sh [Pipeline] echo 18:05:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:05:19 + ls -al . 18:05:19 total 704 18:05:19 drwxrwxr-x 11 1001 1001 4096 May 10 18:03 . 18:05:19 drwxr-xr-x 4 root root 4096 May 10 18:03 .. 18:05:19 drwxrwxr-x 2 1001 1001 4096 May 10 18:02 .blubracket 18:05:19 -rw-rw-r-- 1 1001 1001 16 May 10 18:02 .dockerignore 18:05:19 drwxrwxr-x 8 1001 1001 4096 May 10 18:03 .git 18:05:19 drwxrwxr-x 3 1001 1001 4096 May 10 18:02 .github 18:05:19 -rw-rw-r-- 1 1001 1001 1133 May 10 18:02 .gitignore 18:05:19 -rw-rw-r-- 1 1001 1001 42 May 10 18:02 .golangci.yml 18:05:19 -rw-rw-r-- 1 1001 1001 87 May 10 18:02 .hadolint.yml 18:05:19 drwxr-xr-x 3 1001 1001 4096 May 10 18:03 .semver 18:05:19 -rw-rw-r-- 1 1001 1001 166 May 10 18:02 .sonarcloud.properties 18:05:19 -rw-rw-r-- 1 1001 1001 1171 May 10 18:02 ADOPTERS.md 18:05:19 -rw-rw-r-- 1 1001 1001 10835 May 10 18:02 Attribution.txt 18:05:19 -rw-rw-r-- 1 1001 1001 73765 May 10 18:02 CHANGELOG.md 18:05:19 -rw-rw-r-- 1 1001 1001 3804 May 10 18:02 CONTRIBUTING.md 18:05:19 -rw-rw-r-- 1 1001 1001 677 May 10 18:02 GOVERNANCE.md 18:05:19 -rw-rw-r-- 1 1001 1001 883 May 10 18:02 Jenkinsfile 18:05:19 -rw-rw-r-- 1 1001 1001 10775 May 10 18:02 LICENSE 18:05:19 -rw-rw-r-- 1 1001 1001 14368 May 10 18:02 Makefile 18:05:19 -rw-rw-r-- 1 1001 1001 582 May 10 18:02 OWNERS.md 18:05:19 -rw-rw-r-- 1 1001 1001 9902 May 10 18:02 README.md 18:05:19 -rw-rw-r-- 1 1001 1001 789 May 10 18:02 SECURITY.md 18:05:19 -rw-rw-r-- 1 1001 1001 13 May 10 18:03 VERSION 18:05:19 drwxrwxr-x 2 1001 1001 4096 May 10 18:02 bin 18:05:19 drwxrwxr-x 18 1001 1001 4096 May 10 18:02 cmd 18:05:19 -rw-r--r-- 1 root root 447731 May 10 18:04 coverage.out 18:05:19 -rw-rw-r-- 1 1001 1001 3200 May 10 18:02 go.mod 18:05:19 -rw-rw-r-- 1 1001 1001 31040 May 10 18:02 go.sum 18:05:19 drwxrwxr-x 7 1001 1001 4096 May 10 18:02 internal 18:05:19 drwxrwxr-x 3 1001 1001 4096 May 10 18:02 openapi 18:05:19 -rw-rw-r-- 1 1001 1001 594 May 10 18:02 security.txt 18:05:19 drwxrwxr-x 4 1001 1001 4096 May 10 18:02 snap 18:05:19 -rw-rw-r-- 1 1001 1001 204 May 10 18:02 version.go [Pipeline] sh 18:05:20 + '[' -e coverage.out ] 18:05:20 + chown 1001:1001 coverage.out [Pipeline] stash 18:05:20 Stashed 1 file(s) [Pipeline] sh 18:05:20 + make build 18:05:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:05:32 Avoid second fetch 18:05:32 Checking out Revision 1c894e2fcaddd09107904491402c53dd28c48fa9 (main) 18:05:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:05:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:05:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:32 > git config core.sparsecheckout # timeout=10 18:05:32 > git checkout -f 1c894e2fcaddd09107904491402c53dd28c48fa9 # timeout=10 18:05:33 Commit message: "docs: Add main branch Warning to README (#4561)" 18:05:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:05:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:05:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:05:34 Dload Upload Total Spent Left Speed 18:05:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh 18:05:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:05:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:05:35 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 18:05:35 /etc/docker/daemon.json 18:05:35 { 18:05:35 "registry-mirrors": [ 18:05:35 "https://nexus3.edgexfoundry.org:10001" 18:05:35 ], 18:05:35 "bip": "10.250.0.254/24", 18:05:35 "hosts": [ 18:05:35 "tcp://0.0.0.0:5555", 18:05:35 "unix:///var/run/docker.sock" 18:05:35 ], 18:05:35 "mtu": 1458, 18:05:35 "selinux-enabled": true, 18:05:35 "seccomp-profile": "/etc/docker/seccomp.json" 18:05:35 } [Pipeline] sh 18:05:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:05:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:05:35 + sudo service docker restart 18:05:42 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:05:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:05:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:05:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:05:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:05:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:05:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 18:05:49 $ docker stop --time=1 e3be1167362ab07332eb23ac16b18e3cad6748dd1ddc4110cbbf2a13040540f3 18:05:53 $ docker rm -f --volumes e3be1167362ab07332eb23ac16b18e3cad6748dd1ddc4110cbbf2a13040540f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:05:54 provisioning config files... 18:05:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/521@tmp/config15912363347681305408tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:54 18:05:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:54 ---> docker-login.sh 18:05:54 nexus3.edgexfoundry.org:10001 18:05:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:54 latest: Pulling from edgex-devops/edgex-compose 18:05:54 cbdbe7a5bc2a: Pulling fs layer 18:05:54 ca9280d653b3: Pulling fs layer 18:05:54 7e9c9ca2126c: Pulling fs layer 18:05:54 cbdbe7a5bc2a: Verifying Checksum 18:05:54 cbdbe7a5bc2a: Download complete 18:05:54 ca9280d653b3: Verifying Checksum 18:05:54 ca9280d653b3: Download complete 18:05:54 cbdbe7a5bc2a: Pull complete 18:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:55 Configure a credential helper to remove this warning. See 18:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:55 18:05:55 Login Succeeded 18:05:55 nexus3.edgexfoundry.org:10002 18:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:55 7e9c9ca2126c: Download complete 18:05:55 ca9280d653b3: Pull complete 18:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:55 Configure a credential helper to remove this warning. See 18:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:55 18:05:55 Login Succeeded 18:05:55 nexus3.edgexfoundry.org:10003 18:05:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:55 Configure a credential helper to remove this warning. See 18:05:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:55 18:05:55 Login Succeeded 18:05:55 nexus3.edgexfoundry.org:10004 18:05:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:56 Configure a credential helper to remove this warning. See 18:05:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:56 18:05:56 Login Succeeded 18:05:56 docker.io 18:05:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:56 Configure a credential helper to remove this warning. See 18:05:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:56 18:05:56 Login Succeeded 18:05:56 ---> docker-login.sh ends [Pipeline] } 18:05:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:05:57 + git config --global --add safe.directory /w/workspace/edgex-go/521 [Pipeline] echo 18:05:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:05:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:05:57 ========================================================= 18:05:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:05:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:05:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:05:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:05:57 c41833b44d91: Pulling fs layer 18:05:57 ed15518f5707: Pulling fs layer 18:05:57 feae8fd75edb: Pulling fs layer 18:05:57 242c74f7c9fa: Pulling fs layer 18:05:57 3cdef696dda3: Pulling fs layer 18:05:57 2ced38df9373: Pulling fs layer 18:05:57 58f1dce35555: Pulling fs layer 18:05:57 3cdef696dda3: Waiting 18:05:57 2ced38df9373: Waiting 18:05:57 58f1dce35555: Waiting 18:05:57 242c74f7c9fa: Waiting 18:05:57 ed15518f5707: Download complete 18:05:57 242c74f7c9fa: Verifying Checksum 18:05:57 242c74f7c9fa: Download complete 18:05:57 3cdef696dda3: Verifying Checksum 18:05:57 3cdef696dda3: Download complete 18:05:57 c41833b44d91: Verifying Checksum 18:05:57 c41833b44d91: Download complete 18:05:58 7e9c9ca2126c: Pull complete 18:05:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:05:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:05:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:58 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:05:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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/edgex-compose:latest cat 18:05:59 c41833b44d91: Pull complete 18:05:59 58f1dce35555: Verifying Checksum 18:05:59 58f1dce35555: Download complete 18:05:59 ed15518f5707: Pull complete 18:06:00 feae8fd75edb: Download complete 18:06:00 2ced38df9373: Verifying Checksum 18:06:00 2ced38df9373: Download complete 18:06:01 $ docker top e123f949eeefb23b1f3311c3bed92069219026ffd2147b952792078119467c80 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:01 + docker-compose build --help 18:06:01 + grep parallel 18:06:02 --parallel Build images in parallel. [Pipeline] } 18:06:02 $ docker stop --time=1 e123f949eeefb23b1f3311c3bed92069219026ffd2147b952792078119467c80 18:06:03 $ docker rm -f --volumes e123f949eeefb23b1f3311c3bed92069219026ffd2147b952792078119467c80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:06:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:03 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:06:03 $ 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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 18:06:04 $ docker top 2ed0354f8e787a32d23af524e33766e324ca767b1ecd111f5d2832748da45bed -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:04 + docker-compose -f ./docker-compose-build.yml build --parallel 18:06:05 Building core-command ... 18:06:05 Building core-common-config-bootstrapper ... 18:06:05 Building core-data ... 18:06:05 Building core-metadata ... 18:06:05 Building security-bootstrapper ... 18:06:05 Building security-proxy-auth ... 18:06:05 Building security-proxy-setup ... 18:06:05 Building security-secretstore-setup ... 18:06:05 Building security-spiffe-token-provider ... 18:06:05 Building security-spire-agent ... 18:06:05 Building security-spire-config ... 18:06:05 Building security-spire-server ... 18:06:05 Building support-notifications ... 18:06:05 Building support-scheduler ... 18:06:05 Building support-scheduler 18:06:05 Building core-command 18:06:05 Building security-proxy-auth 18:06:05 Building security-spire-agent 18:06:05 Building security-spiffe-token-provider 18:06:12 feae8fd75edb: Pull complete 18:06:12 242c74f7c9fa: Pull complete 18:06:12 3cdef696dda3: Pull complete 18:06:17 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:06:17 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:06:17 ---> 01ca7a5b433a 18:06:17 Step 3/27 : WORKDIR /edgex-go 18:06:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:06:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:17 ---> 01ca7a5b433a 18:06:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:06:17 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:06:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:06:17 ---> 01ca7a5b433a 18:06:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:06:17 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:06:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:06:17 ---> 01ca7a5b433a 18:06:17 Step 3/20 : WORKDIR /edgex-go 18:06:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:06:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:17 ---> 01ca7a5b433a 18:06:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:06:19 2ced38df9373: Pull complete 18:06:21 ---> Running in c0d86642d61d 18:06:21 ---> Running in 921e766e6a6a 18:06:21 ---> Running in 184bba105ac2 18:06:21 ---> Running in 2f3d73a40848 18:06:21 ---> Running in 2800cf5aea21 18:06:21 Removing intermediate container 921e766e6a6a 18:06:21 ---> 651de145133d 18:06:21 Step 4/23 : WORKDIR /edgex-go 18:06:21 Removing intermediate container 2800cf5aea21 18:06:21 ---> 60a04147d055 18:06:21 Step 4/23 : WORKDIR /edgex-go 18:06:21 Removing intermediate container 2f3d73a40848 18:06:21 ---> 75b416361f30 18:06:21 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:06:21 Removing intermediate container c0d86642d61d 18:06:21 ---> 4fff99b1c264 18:06:21 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:06:21 ---> Running in ece040a0e7ba 18:06:21 Removing intermediate container 184bba105ac2 18:06:21 ---> 7feedc067627 18:06:21 Step 4/24 : WORKDIR /edgex-go 18:06:21 ---> Running in 420d029635d7 18:06:21 ---> Running in 3ed72ca9127a 18:06:21 ---> Running in 690ae4ed4de0 18:06:21 ---> Running in 7c06f0ede349 18:06:21 Removing intermediate container ece040a0e7ba 18:06:21 ---> f55ce66869d9 18:06:21 Step 5/23 : RUN apk add --update --no-cache make git 18:06:21 Removing intermediate container 7c06f0ede349 18:06:21 ---> d6c542f3ec19 18:06:21 Step 5/24 : RUN apk add --update --no-cache make git 18:06:21 Removing intermediate container 690ae4ed4de0 18:06:21 ---> fa47fe3873ba 18:06:21 Step 5/23 : RUN apk add --update --no-cache make git 18:06:21 ---> Running in 8728aa593673 18:06:21 ---> Running in 28231d6a9668 18:06:21 ---> Running in 0d47384df7ce 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:06:22 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:06:22 OK: 17821 distinct packages available 18:06:22 OK: 265 MiB in 53 packages 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:06:22 OK: 265 MiB in 53 packages 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 58f1dce35555: Pull complete 18:06:22 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 18:06:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:06:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 18:06:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:06:22 OK: 265 MiB in 53 packages 18:06:22 OK: 265 MiB in 53 packages 18:06:22 + docker build -t ci-base-image-arm64 -f - . 18:06:22 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:06:22 WORKDIR /edgex 18:06:22 COPY go.mod . 18:06:22 RUN go mod download 18:06:22 Removing intermediate container 3ed72ca9127a 18:06:22 ---> 8b033c3b6aea 18:06:22 Step 5/27 : COPY go.mod vendor* ./ 18:06:22 OK: 265 MiB in 53 packages 18:06:22 ---> 5fa8827ea4ec 18:06:22 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:22 Removing intermediate container 8728aa593673 18:06:22 ---> 05eab47d1dee 18:06:22 Step 6/23 : COPY go.mod vendor* ./ 18:06:22 Removing intermediate container 0d47384df7ce 18:06:22 ---> Running in 5dbecd37b1ee 18:06:22 ---> 8d35e9b2fd73 18:06:22 Step 6/23 : COPY go.mod vendor* ./ 18:06:23 ---> 444f9a469a1c 18:06:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:23 ---> Running in 58aec98d41dc 18:06:23 ---> f327c0e34e93 18:06:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:23 ---> Running in bf8e8599d2a2 18:06:23 Removing intermediate container 28231d6a9668 18:06:23 ---> 8b525b975569 18:06:23 Step 6/24 : COPY go.mod vendor* ./ 18:06:23 Sending build context to Docker daemon 2.928MB 18:06:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:06:23 ---> fadd8f120f05 18:06:23 Step 2/4 : WORKDIR /edgex 18:06:23 ---> 83454744ea70 18:06:23 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:23 ---> Running in b58d6783b4a2 18:06:23 Removing intermediate container 420d029635d7 18:06:23 ---> e32e51bcd3cd 18:06:23 Step 5/20 : COPY go.mod vendor* ./ 18:06:23 ---> 5983497c7ed9 18:06:23 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:23 ---> Running in fd8cf90c8657 18:06:25 ---> Running in fcca6395711b 18:06:25 Removing intermediate container fcca6395711b 18:06:25 ---> 8c86fe3354ca 18:06:25 Step 3/4 : COPY go.mod . 18:06:25 ---> f41779041b5a 18:06:25 Step 4/4 : RUN go mod download 18:06:25 ---> Running in 22e080901ab0 18:06:58 Removing intermediate container 22e080901ab0 18:06:58 ---> 9cb54103aa05 18:06:58 Successfully built 9cb54103aa05 18:06:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:58 + docker inspect -f . ci-base-image-arm64 18:06:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:58 prd-ubuntu20.04-docker-arm64-4c-16g-14924 does not seem to be running inside a container 18:06:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 18:07:00 $ docker top 249ca5252145d826e7d53e07c6dd8cf33fbeec0d59998fb1ad18c19a5a9d7d95 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:00 + go version 18:07:00 go version go1.20.2 linux/arm64 [Pipeline] } 18:07:00 $ docker stop --time=1 249ca5252145d826e7d53e07c6dd8cf33fbeec0d59998fb1ad18c19a5a9d7d95 18:07:02 Removing intermediate container fd8cf90c8657 18:07:02 ---> 1bc415a3e373 18:07:02 Step 7/20 : COPY . . 18:07:02 Removing intermediate container b58d6783b4a2 18:07:02 ---> b813a36aca34 18:07:02 Step 8/24 : COPY . . 18:07:02 Removing intermediate container 58aec98d41dc 18:07:02 ---> f8256a18c84c 18:07:02 Step 8/23 : COPY . . 18:07:02 Removing intermediate container 5dbecd37b1ee 18:07:02 ---> ebde90b81e19 18:07:02 Step 7/27 : COPY . . 18:07:02 Removing intermediate container bf8e8599d2a2 18:07:02 ---> 0d79031aad39 18:07:02 Step 8/23 : COPY . . 18:07:02 $ docker rm -f --volumes 249ca5252145d826e7d53e07c6dd8cf33fbeec0d59998fb1ad18c19a5a9d7d95 [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 18:07:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:03 18:07:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:03 latest: Pulling from edgex-devops/edgex-compose-arm64 18:07:03 29e5d40040c1: Pulling fs layer 18:07:03 1ce36da41761: Pulling fs layer 18:07:03 25b303627fd3: Pulling fs layer 18:07:03 29e5d40040c1: Verifying Checksum 18:07:03 29e5d40040c1: Download complete 18:07:03 1ce36da41761: Verifying Checksum 18:07:03 1ce36da41761: Download complete 18:07:04 29e5d40040c1: Pull complete 18:07:05 1ce36da41761: Pull complete 18:07:05 25b303627fd3: Verifying Checksum 18:07:05 25b303627fd3: Download complete 18:07:14 ---> 21b49c72baed 18:07:14 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:07:14 ---> 8e7266ff9221 18:07:14 ---> c84908073b29 18:07:14 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-providerStep 8/27 : ARG SPIRE_RELEASE=1.6.3 18:07:14 18:07:14 ---> ff947819ff5e 18:07:14 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:07:14 ---> 7108b12c91db 18:07:14 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 18:07:14 ---> Running in d08fb64a22b5 18:07:14 ---> Running in 0c3b29ab5ece 18:07:14 ---> Running in 08c7ea412f5c 18:07:14 ---> Running in 3eabbfd0c70d 18:07:14 ---> Running in ab96317d6787 18:07:14 Removing intermediate container 08c7ea412f5c 18:07:14 ---> 46b22aaf62ed 18:07:14 Step 9/27 : WORKDIR /edgex-go/spire-build 18:07:14 ---> Running in dbc0fa8f03a5 18:07:14 Removing intermediate container dbc0fa8f03a5 18:07:14 ---> 3f69898d4f56 18:07:14 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:07:14 ---> Running in 3876081d03e1 18:07:14 Removing intermediate container 3876081d03e1 18:07:14 ---> 35aad608fa6f 18:07:14 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:07:14 ---> Running in b93183f2f5a5 18:07:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:07:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:07:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:07:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:07:15 25b303627fd3: Pull complete 18:07:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:15 prd-ubuntu20.04-docker-arm64-4c-16g-14924 does not seem to be running inside a container 18:07:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 18:07:15 Removing intermediate container b93183f2f5a5 18:07:15 ---> 4e93704f1a8f 18:07:15 Step 12/27 : WORKDIR /edgex-go 18:07:15 ---> Running in 0ea17902c2d6 18:07:16 Removing intermediate container 0ea17902c2d6 18:07:16 ---> d23214bde7af 18:07:16 18:07:16 Step 13/27 : FROM alpine:3.17 18:07:16 3.17: Pulling from library/alpine 18:07:16 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:07:16 Status: Downloaded newer image for alpine:3.17 18:07:16 ---> 9ed4aefc74f6 18:07:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:07:16 ---> Running in 447515fb9db2 18:07:16 Removing intermediate container 447515fb9db2 18:07:16 ---> 2383c55bf3f4 18:07:16 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:07:16 ---> Running in e9d411489b37 18:07:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:17 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:07:17 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:07:17 OK: 17821 distinct packages available 18:07:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:17 (1/5) Installing dumb-init (1.2.5-r2) 18:07:17 $ docker top bfc645a8d48f2bcbf3e2778d697f9dbd779844941572f1c5d8b7cb4dff65a389 -eo pid,comm 18:07:18 (2/5) Installing musl-obstack (1.2.3-r0) 18:07:18 (3/5) Installing libucontext (1.2-r0) 18:07:18 (4/5) Installing gcompat (1.1.0-r0) 18:07:18 (5/5) Installing openssl (3.0.8-r4) 18:07:18 Executing busybox-1.35.0-r29.trigger 18:07:18 OK: 8 MiB in 20 packages [Pipeline] { [Pipeline] sh 18:07:18 Removing intermediate container e9d411489b37 18:07:18 ---> 656a5f7a5080 18:07:18 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:18 + docker-compose build --help 18:07:18 + grep parallel 18:07:19 ---> a773e6df0fee 18:07:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:07:19 ---> d359e897b897 18:07:19 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:07:23 --parallel Build images in parallel. [Pipeline] } 18:07:23 $ docker stop --time=1 bfc645a8d48f2bcbf3e2778d697f9dbd779844941572f1c5d8b7cb4dff65a389 18:07:23 ---> 69a361b62249 18:07:23 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:07:25 $ docker rm -f --volumes bfc645a8d48f2bcbf3e2778d697f9dbd779844941572f1c5d8b7cb4dff65a389 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:25 prd-ubuntu20.04-docker-arm64-4c-16g-14924 does not seem to be running inside a container 18:07:25 $ 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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 18:07:27 ---> cacce2ac3475 18:07:27 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:07:27 $ docker top 60ca3fc34ad0c562889e70d276de16c32be09183380208895ab8dc0abe75074f -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:27 + docker-compose -f ./docker-compose-build.yml build --parallel 18:07:27 ---> d598b9c3757f 18:07:27 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:07:29 ---> 5bb01ed0c65a 18:07:29 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:07:30 ---> 1e312b99ec8d 18:07:30 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:07:30 ---> Running in f450c0cdc52b 18:07:31 Removing intermediate container f450c0cdc52b 18:07:31 ---> 6d89a81f1d39 18:07:31 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:07:31 ---> Running in eac73f260ef4 18:07:31 Removing intermediate container eac73f260ef4 18:07:31 ---> 5eefd29d4a92 18:07:31 Step 25/27 : LABEL arch=x86_64 18:07:31 ---> Running in 1f28d047d74a 18:07:31 Building core-command ... 18:07:31 Building core-common-config-bootstrapper ... 18:07:31 Building core-data ... 18:07:31 Building core-metadata ... 18:07:31 Building security-bootstrapper ... 18:07:31 Building security-proxy-auth ... 18:07:31 Building security-proxy-setup ... 18:07:31 Building security-secretstore-setup ... 18:07:31 Building security-spiffe-token-provider ... 18:07:31 Building security-spire-agent ... 18:07:31 Building security-spire-config ... 18:07:31 Building security-spire-server ... 18:07:31 Building support-notifications ... 18:07:31 Building support-scheduler ... 18:07:31 Building security-proxy-setup 18:07:31 Building core-data 18:07:31 Building security-spire-agent 18:07:31 Building core-metadata 18:07:31 Building core-command 18:07:32 Removing intermediate container 1f28d047d74a 18:07:32 ---> c50f75b0387e 18:07:32 Step 26/27 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:07:32 ---> Running in c23c6c9dc8cb 18:07:32 Removing intermediate container c23c6c9dc8cb 18:07:32 ---> bde6ac031538 18:07:32 Step 27/27 : LABEL version=3.0.0-dev.155 18:07:32 ---> Running in c99083858075 18:07:33 Removing intermediate container c99083858075 18:07:33 ---> bdd003a8a8bf 18:07:33 18:07:33 Successfully built bdd003a8a8bf 18:07:33 Successfully tagged security-spire-agent:latest 18:07:33 Building security-spire-config 18:07:37  Building security-spire-agent ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:07:37 ---> 01ca7a5b433a 18:07:37 Step 3/27 : WORKDIR /edgex-go 18:07:37 ---> Using cache 18:07:37 ---> 4fff99b1c264 18:07:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:07:37 ---> Using cache 18:07:37 ---> 8b033c3b6aea 18:07:37 Step 5/27 : COPY go.mod vendor* ./ 18:07:37 ---> Using cache 18:07:37 ---> 5fa8827ea4ec 18:07:37 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:37 ---> Using cache 18:07:37 ---> ebde90b81e19 18:07:37 Step 7/27 : COPY . . 18:07:37 ---> Using cache 18:07:37 ---> c84908073b29 18:07:37 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:07:37 ---> Using cache 18:07:37 ---> 46b22aaf62ed 18:07:37 Step 9/27 : WORKDIR /edgex-go/spire-build 18:07:37 ---> Using cache 18:07:37 ---> 3f69898d4f56 18:07:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:07:37 ---> Using cache 18:07:37 ---> 35aad608fa6f 18:07:37 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:07:37 ---> Using cache 18:07:37 ---> 4e93704f1a8f 18:07:37 Step 12/27 : WORKDIR /edgex-go 18:07:37 ---> Using cache 18:07:37 ---> d23214bde7af 18:07:37 18:07:37 Step 13/27 : FROM alpine:3.17 18:07:37 ---> 9ed4aefc74f6 18:07:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:07:37 ---> Using cache 18:07:37 ---> 2383c55bf3f4 18:07:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:07:42 ---> Running in 558fd82cc7c4 18:07:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:42 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:07:42 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:07:42 OK: 17821 distinct packages available 18:07:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:43 (1/4) Installing dumb-init (1.2.5-r2) 18:07:43 (2/4) Installing musl-obstack (1.2.3-r0) 18:07:43 (3/4) Installing libucontext (1.2-r0) 18:07:43 (4/4) Installing gcompat (1.1.0-r0) 18:07:43 Executing busybox-1.35.0-r29.trigger 18:07:43 OK: 7 MiB in 19 packages 18:07:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:07:44 ---> 9cb54103aa05 18:07:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:07:44 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:07:44 ---> 9cb54103aa05 18:07:44 Step 3/22 : WORKDIR /edgex-go 18:07:44 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:44 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:07:44 ---> 9cb54103aa05 18:07:44 Step 3/27 : WORKDIR /edgex-go 18:07:44 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:07:44 ---> 9cb54103aa05 18:07:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:07:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:07:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:07:44 ---> 9cb54103aa05 18:07:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:07:44 ---> Running in 098b5a91b09f 18:07:44 ---> Running in b51e0e3a2712 18:07:44 ---> Running in 73f75bbd5276 18:07:44 ---> Running in 9261c6f30ca8 18:07:44 ---> Running in 4aa208309d5b 18:07:44 Removing intermediate container b51e0e3a2712 18:07:44 ---> f0782b82a8b1 18:07:44 Step 4/23 : WORKDIR /edgex-go 18:07:44 Removing intermediate container 098b5a91b09f 18:07:44 ---> cf26fe816a1a 18:07:44 Step 4/24 : WORKDIR /edgex-go 18:07:44 Removing intermediate container 73f75bbd5276 18:07:44 ---> d0b6d6840086 18:07:44 Step 4/22 : RUN apk add --update --no-cache make git 18:07:44 Removing intermediate container 9261c6f30ca8 18:07:44 ---> 1c40cb164aea 18:07:44 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:07:44 ---> Running in bf57ee22adfa 18:07:44 ---> Running in db55dcf4ab3a 18:07:44 ---> Running in f1c10cf525b9 18:07:44 Removing intermediate container 4aa208309d5b 18:07:44 ---> 615f80e34863 18:07:44 Step 4/25 : WORKDIR /edgex-go 18:07:44 ---> Running in d95b4955b6ef 18:07:44 ---> Running in 4cd2f8513fbd 18:07:44 Removing intermediate container bf57ee22adfa 18:07:44 ---> 153f99bc7cf1 18:07:44 Step 5/23 : RUN apk add --update --no-cache make git 18:07:44 Removing intermediate container f1c10cf525b9 18:07:44 ---> b07ec35c9969 18:07:44 Step 5/24 : RUN apk add --update --no-cache make git 18:07:44 ---> Running in 39eafa7a6425 18:07:44 ---> Running in 8aa9846c4f8f 18:07:44 Removing intermediate container 4cd2f8513fbd 18:07:44 ---> 58d182399ed6 18:07:44 Step 5/25 : RUN apk add --update --no-cache make git 18:07:44 ---> Running in 47de459cef20 18:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:07:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:07:47 OK: 263 MiB in 53 packages 18:07:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:07:47 Removing intermediate container 558fd82cc7c4 18:07:47 ---> 3169c90f4377 18:07:47 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:07:47 OK: 263 MiB in 53 packages 18:07:48 OK: 263 MiB in 53 packages 18:07:49 OK: 263 MiB in 53 packages 18:07:49 OK: 263 MiB in 53 packages 18:07:49 Removing intermediate container d95b4955b6ef 18:07:49 ---> 2d13f335679c 18:07:49 Step 5/27 : COPY go.mod vendor* ./ 18:07:49 Removing intermediate container db55dcf4ab3a 18:07:49 ---> 9596bd789008 18:07:49 Step 5/22 : COPY go.mod vendor* ./ 18:07:50 ---> 9a2219f2ef14 18:07:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:07:50 Removing intermediate container 3eabbfd0c70d 18:07:50 ---> 88faef45367a 18:07:50 18:07:50 Step 10/23 : FROM alpine:3.17 18:07:50 ---> 9ed4aefc74f6 18:07:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:07:50 Removing intermediate container d08fb64a22b5 18:07:50 ---> dd5da67679ea 18:07:50 18:07:50 Step 10/24 : FROM alpine:3.17 18:07:50 ---> 9ed4aefc74f6 18:07:50 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:07:50 Removing intermediate container 8aa9846c4f8f 18:07:50 ---> b840e1f2c7aa 18:07:50 Step 6/24 : COPY go.mod vendor* ./ 18:07:51 ---> Running in 9aa1cd7c75a1 18:07:51 ---> Running in 1517fbf17102 18:07:51 ---> 5f694d2f7b1d 18:07:51 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:07:51 Removing intermediate container 47de459cef20 18:07:51 ---> c5c70baea747 18:07:51 Step 6/25 : COPY go.mod vendor* ./ 18:07:51 Removing intermediate container 39eafa7a6425 18:07:51 ---> a205a7bbf5b0 18:07:51 Step 6/23 : COPY go.mod vendor* ./ 18:07:51 ---> 1bf7e21ac84a 18:07:51 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:51 ---> 774cbb8a2ef7 18:07:51 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:51 ---> Running in 114c751cfee2 18:07:51 ---> Running in f47a9e88b7b2 18:07:51 ---> 9279df21ca34 18:07:51 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:51 Removing intermediate container 9aa1cd7c75a1 18:07:51 ---> e68962672f11 18:07:51 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:07:51 ---> Running in 80da195f37a7 18:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:52 ---> 1add6debd589 18:07:52 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:52 ---> 9035d505f518 18:07:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:52 ---> Running in 0aafa255282d 18:07:52 (1/1) Installing dumb-init (1.2.5-r2) 18:07:52 Executing busybox-1.35.0-r29.trigger 18:07:52 OK: 7 MiB in 16 packages 18:07:52 ---> Running in 97d3ca8f01b5 18:07:54 ---> Running in 9ccaefbaf774 18:07:54 ---> 2dded3b00a1d 18:07:54 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:07:54 ---> f2297cbf4867 18:07:54 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:07:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:54 Removing intermediate container 1517fbf17102 18:07:54 ---> ae2a3d3b1e5f 18:07:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:07:54 Removing intermediate container 0c3b29ab5ece 18:07:54 ---> dd8834b75d1a 18:07:54 18:07:54 Step 9/20 : FROM alpine:3.17 18:07:54 ---> 9ed4aefc74f6 18:07:54 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:07:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:54 ---> Running in c0464d40e78b 18:07:54 ---> Running in 216c6cecfa6c 18:07:54 ---> Running in bdfa93d6eeb3 18:07:54 Removing intermediate container ab96317d6787 18:07:54 ---> 661790be8983 18:07:54 18:07:54 Step 10/23 : FROM alpine:3.17 18:07:54 ---> 9ed4aefc74f6 18:07:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:07:54 ---> Using cache 18:07:54 ---> ae2a3d3b1e5f 18:07:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:07:54 ---> Running in 2a7ceaf250e5 18:07:54 Removing intermediate container 216c6cecfa6c 18:07:54 ---> a0c662f748fc 18:07:54 Step 13/24 : ENV APP_PORT=59882 18:07:54 Removing intermediate container c0464d40e78b 18:07:54 ---> e89e5770f68c 18:07:54 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:07:55 ---> Running in 98e47231d18a 18:07:55 Removing intermediate container bdfa93d6eeb3 18:07:55 ---> aa105be4d0ba 18:07:55 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:07:55 (1/1) Installing dumb-init (1.2.5-r2) 18:07:55 Executing busybox-1.35.0-r29.trigger 18:07:55 OK: 7 MiB in 16 packages 18:07:55 Removing intermediate container 2a7ceaf250e5 18:07:55 ---> 9bb826eeb2ed 18:07:55 Step 13/23 : ENV APP_PORT=59861 18:07:55 ---> Running in 768d76f52cd2 18:07:55 Removing intermediate container 98e47231d18a 18:07:55 ---> 6cce29ea1232 18:07:55 Step 14/24 : EXPOSE $APP_PORT 18:07:55 ---> Running in fe30f7cd3292 18:07:55 ---> Running in 9a7b303acab6 18:07:55 ---> 9f07d26a2976 18:07:55 Step 22/27 : WORKDIR / 18:07:55 Removing intermediate container fe30f7cd3292 18:07:55 ---> 83284e551ccc 18:07:55 Step 14/23 : EXPOSE $APP_PORT 18:07:55 ---> Running in 8b4a78a07d6c 18:07:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:55 Removing intermediate container 9a7b303acab6 18:07:55 ---> 86e4e30bddc7 18:07:55 Step 15/24 : WORKDIR / 18:07:55 ---> Running in dc31a554d30f 18:07:55 ---> Running in 8b2ee9a1fbb6 18:07:55 Removing intermediate container 8b4a78a07d6c 18:07:55 ---> aaf9dd68198c 18:07:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:07:55 Removing intermediate container 9ccaefbaf774 18:07:55 ---> 05aa0b69685e 18:07:55 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:55 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:07:55 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:07:55 OK: 17821 distinct packages available 18:07:55 Removing intermediate container dc31a554d30f 18:07:55 ---> 2428b765936f 18:07:55 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:07:55 ---> Running in 510a00e8e7d4 18:07:56 Removing intermediate container 8b2ee9a1fbb6 18:07:56 ---> e0b866bc08b2 18:07:56 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:07:56 (1/9) Installing ca-certificates (20230506-r0) 18:07:56 ---> 93f059457c1c 18:07:56 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:07:56 ---> 91ae0bc95b75 18:07:56 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:07:56 Removing intermediate container 510a00e8e7d4 18:07:56 ---> 9b1542804646 18:07:56 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:07:56 (2/9) Installing brotli-libs (1.0.9-r9) 18:07:56 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:07:56 (4/9) Installing libcurl (8.0.1-r0) 18:07:56 ---> a50744d643ec 18:07:56 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:07:56 (5/9) Installing curl (8.0.1-r0) 18:07:56 ---> Running in fb55ce38ee3c 18:07:56 (6/9) Installing dumb-init (1.2.5-r2) 18:07:56 (7/9) Installing musl-obstack (1.2.3-r0) 18:07:56 (8/9) Installing libucontext (1.2-r0) 18:07:56 (9/9) Installing gcompat (1.1.0-r0) 18:07:56 Executing busybox-1.35.0-r29.trigger 18:07:56 Executing ca-certificates-20230506-r0.trigger 18:07:56 ---> 74a5c4435750 18:07:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:07:56 OK: 10 MiB in 24 packages 18:07:57 ---> ed8b49edc797 18:07:57 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:07:57 Removing intermediate container fb55ce38ee3c 18:07:57 ---> a4724383e860 18:07:57 Step 25/27 : LABEL arch=x86_64 18:07:57 ---> 1e57cdb2f43d 18:07:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:07:57 ---> Running in 274a0a5668f3 18:07:57 Removing intermediate container 274a0a5668f3 18:07:57 ---> 55e70df9a3e8 18:07:57 Step 26/27 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:07:57 ---> 8824c480945c 18:07:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:07:57 ---> 919d0dd37732 18:07:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:07:57 ---> 9252a1e1383a 18:07:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:07:57 ---> Running in b4b965ecf8d3 18:07:58 ---> 9409e758d885 18:07:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:07:58 Removing intermediate container b4b965ecf8d3 18:07:58 ---> d7323ce32787 18:07:58 Step 27/27 : LABEL version=3.0.0-dev.155 18:07:58 ---> f9e8f4f9f81a 18:07:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:07:58 ---> 4df09ac66a84 18:07:58 Step 20/24 : ENTRYPOINT ["/core-command"] 18:07:58 ---> Running in 7aab3fac4180 18:07:58 Removing intermediate container 768d76f52cd2 18:07:58 ---> cbef44cd2a3b 18:07:58 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:58 ---> Running in 0fc3bddb83bc 18:07:58 ---> Running in fbf3addf05bf 18:07:58 Removing intermediate container fbf3addf05bf 18:07:58 ---> 998a27c67dd4 18:07:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:07:58 Removing intermediate container 7aab3fac4180 18:07:58 ---> fdeed7967a0d 18:07:58 18:07:58 ---> Running in 400989a55834 18:07:58 Removing intermediate container 0fc3bddb83bc 18:07:58 ---> 18b48ab17fe3 18:07:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:07:58 ---> Running in b66fc8e228f4 18:07:58 ---> 380d36c31f22 18:07:58 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:07:58 Successfully built fdeed7967a0d 18:07:58 Successfully tagged security-spire-config:latest 18:07:58 Building security-spire-server 18:07:58  Building security-spire-config ... done  ---> 4d979ab73c84 18:07:58 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:07:58 Removing intermediate container 400989a55834 18:07:58 ---> 4c093c18276e 18:07:58 Step 22/24 : LABEL arch=x86_64 18:07:58 ---> Running in e2f5654872ed 18:07:58 Removing intermediate container b66fc8e228f4 18:07:58 ---> 0e21b95bcacb 18:07:58 Step 21/23 : LABEL arch=x86_64 18:08:00 ---> Running in 529a97aef1bd 18:08:01 ---> a5913c57f5db 18:08:01 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:08:01 Removing intermediate container 529a97aef1bd 18:08:01 ---> e462cac30965 18:08:01 Step 23/24 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:01 ---> Running in b0f3da47ba10 18:08:01 ---> Running in 6c0c191ed433 18:08:02 Removing intermediate container b0f3da47ba10 18:08:02 ---> b4a5e01b335f 18:08:02 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:02 Removing intermediate container 6c0c191ed433 18:08:02 ---> 2de16fc500af 18:08:02 Step 24/24 : LABEL version=3.0.0-dev.155 18:08:02 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:08:02 ---> 01ca7a5b433a 18:08:02 Step 3/26 : WORKDIR /edgex-go 18:08:02 ---> b9b85b8b9f7f 18:08:02 ---> Using cache 18:08:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml ---> 4fff99b1c264 18:08:02 18:08:02 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:08:02 ---> Using cache 18:08:02 ---> 8b033c3b6aea 18:08:02 Step 5/26 : COPY go.mod vendor* ./ 18:08:02 ---> Using cache 18:08:02 ---> 5fa8827ea4ec 18:08:02 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:02 ---> Using cache 18:08:02 ---> ebde90b81e19 18:08:02 Step 7/26 : COPY . . 18:08:02 ---> Using cache 18:08:02 ---> c84908073b29 18:08:02 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 18:08:02 ---> Using cache 18:08:02 ---> 46b22aaf62ed 18:08:02 Step 9/26 : WORKDIR /edgex-go/spire-build 18:08:02 ---> Using cache 18:08:02 ---> 3f69898d4f56 18:08:02 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:08:02 ---> Using cache 18:08:02 ---> 35aad608fa6f 18:08:02 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:08:02 ---> Running in ec323a1cae26 18:08:02 ---> Running in 769e4d6a5ddd 18:08:02 ---> Running in 0171e5c7e0a7 18:08:02 Removing intermediate container e2f5654872ed 18:08:02 ---> eb76b3d19613 18:08:02 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:08:02 Removing intermediate container ec323a1cae26 18:08:02 ---> 25bf77ef3e85 18:08:02 Step 23/23 : LABEL version=3.0.0-dev.155 18:08:02 ---> Running in 0794a8704708 18:08:02 Removing intermediate container 0171e5c7e0a7 18:08:02 ---> 7697f9bafe37 18:08:02 18:08:02 ---> Running in 84364b5af723 18:08:02 ---> f0dc4a0b86a9 18:08:02 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:08:02 Removing intermediate container 0794a8704708 18:08:02 ---> 1935beff1a61 18:08:02 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:08:02 Successfully built 7697f9bafe37 18:08:02 Successfully tagged core-command:latest 18:08:02  Building core-command ... done  ---> Running in a3242d3d241c 18:08:02 Building support-notifications 18:08:02 ---> Running in a995958bb785 18:08:02 Removing intermediate container 84364b5af723 18:08:02 ---> c750c26976b6 18:08:02 18:08:02 Removing intermediate container a3242d3d241c 18:08:02 ---> bd134bdcb65d 18:08:02 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 18:08:02 Successfully built c750c26976b6 18:08:04 Successfully tagged support-scheduler:latest 18:08:04 Building core-metadata 18:08:06  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:06 ---> 01ca7a5b433a 18:08:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:08:06 ---> Using cache 18:08:06 ---> 7feedc067627 18:08:06 Step 4/23 : WORKDIR /edgex-go 18:08:06 ---> Using cache 18:08:06 ---> d6c542f3ec19 18:08:06 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:08:06 Removing intermediate container a995958bb785 18:08:06 ---> dbb67548b7e9 18:08:06 Step 21/23 : LABEL arch=x86_64 18:08:08 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:08 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:08:08 ---> 01ca7a5b433a 18:08:08 Step 3/25 : ARG ADD_BUILD_TAGS="" 18:08:08 ---> Using cache 18:08:08 ---> 7feedc067627 18:08:08 Step 4/25 : WORKDIR /edgex-go 18:08:08 ---> Using cache 18:08:08 ---> d6c542f3ec19 18:08:08 Step 5/25 : RUN apk add --update --no-cache make git 18:08:08 ---> Using cache 18:08:08 ---> 8b525b975569 18:08:08 Step 6/25 : COPY go.mod vendor* ./ 18:08:08 ---> Using cache 18:08:08 ---> 83454744ea70 18:08:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:08 ---> Using cache 18:08:08 ---> b813a36aca34 18:08:08 Step 8/25 : COPY . . 18:08:08 ---> Using cache 18:08:08 ---> 21b49c72baed 18:08:08 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:08:09 ---> Running in b2c34df931b4 18:08:09 ---> Running in 6b24be50d6f8 18:08:09 ---> Running in c1abddf9e0dd 18:08:09 ---> Running in c9b67eda03bd 18:08:09 Removing intermediate container b2c34df931b4 18:08:09 ---> 659e33e89c74 18:08:09 Step 18/20 : LABEL arch=x86_64 18:08:09 Removing intermediate container 769e4d6a5ddd 18:08:09 ---> 8fa60557ba06 18:08:09 Step 12/26 : WORKDIR /edgex-go 18:08:09 Removing intermediate container c9b67eda03bd 18:08:09 ---> 0e9614172bec 18:08:09 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:09 ---> Running in f9f681b9bc24 18:08:09 ---> Running in edaa12f96fdf 18:08:09 ---> Running in 7009a648acc6 18:08:09 Removing intermediate container f9f681b9bc24 18:08:09 ---> 8e33b4562655 18:08:09 Step 19/20 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:09 Removing intermediate container edaa12f96fdf 18:08:09 ---> b22f613b6e25 18:08:09 18:08:09 Step 13/26 : FROM alpine:3.17 18:08:09 ---> 9ed4aefc74f6 18:08:09 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:08:09 ---> Using cache 18:08:09 ---> 2383c55bf3f4 18:08:09 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:08:09 ---> Using cache 18:08:09 ---> 656a5f7a5080 18:08:09 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:09 ---> Using cache 18:08:09 Removing intermediate container 7009a648acc6 18:08:09 ---> e315027b73f1 18:08:09 Step 23/23 : LABEL version=3.0.0-dev.155 18:08:09 ---> a773e6df0fee 18:08:09 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:08:09 ---> Using cache 18:08:09 ---> Running in 6c998b7ef0ec 18:08:09 ---> d359e897b897 18:08:09 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:08:09 ---> Running in 776a2f95f2b8 18:08:09 Removing intermediate container 6c998b7ef0ec 18:08:09 ---> d48b244178b9 18:08:09 Step 20/20 : LABEL version=3.0.0-dev.155 18:08:09 ---> Running in b5760833478a 18:08:09 Removing intermediate container 776a2f95f2b8 18:08:09 ---> 4cc2c2a33603 18:08:09 18:08:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:08:09 Successfully built 4cc2c2a33603 18:08:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:08:09 Successfully tagged security-proxy-auth:latest 18:08:09  Building security-proxy-auth ... done Building core-data 18:08:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:08:09 Removing intermediate container b5760833478a 18:08:09 ---> 3c6e8855b5ba 18:08:09 18:08:09 Successfully built 3c6e8855b5ba 18:08:09 Successfully tagged security-spiffe-token-provider:latest 18:08:09  Building security-spiffe-token-provider ... done Building core-common-config-bootstrapper 18:08:10 OK: 265 MiB in 53 packages 18:08:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:15 ---> 01ca7a5b433a 18:08:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:08:15 ---> Using cache 18:08:15 ---> 7feedc067627 18:08:15 Step 4/23 : WORKDIR /edgex-go 18:08:15 ---> Using cache 18:08:15 ---> d6c542f3ec19 18:08:15 Step 5/23 : RUN apk add --update --no-cache make git 18:08:15 ---> Using cache 18:08:15 ---> 8b525b975569 18:08:15 Step 6/23 : COPY go.mod vendor* ./ 18:08:15 ---> Using cache 18:08:15 ---> 83454744ea70 18:08:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:15 ---> Using cache 18:08:15 ---> b813a36aca34 18:08:15 Step 8/23 : COPY . . 18:08:15 ---> Using cache 18:08:15 ---> 21b49c72baed 18:08:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:08:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:15 ---> 01ca7a5b433a 18:08:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:08:15 ---> Using cache 18:08:15 ---> 7feedc067627 18:08:15 Step 4/23 : WORKDIR /edgex-go 18:08:15 ---> Using cache 18:08:15 ---> d6c542f3ec19 18:08:15 Step 5/23 : RUN apk add --update --no-cache make git 18:08:15 ---> Using cache 18:08:15 ---> 8b525b975569 18:08:15 Step 6/23 : COPY go.mod vendor* ./ 18:08:15 ---> Using cache 18:08:15 ---> 83454744ea70 18:08:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:15 ---> Using cache 18:08:15 ---> b813a36aca34 18:08:15 Step 8/23 : COPY . . 18:08:15 ---> Using cache 18:08:15 ---> 21b49c72baed 18:08:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:08:16 ---> 03e86e592078 18:08:16 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:08:16 ---> Running in f9e14465ce04 18:08:16 ---> Running in 9aabcaba5731 18:08:16 Removing intermediate container c1abddf9e0dd 18:08:16 ---> 8786c2d930a6 18:08:16 Step 6/23 : COPY go.mod vendor* ./ 18:08:16 ---> f08f3f258e8b 18:08:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:16 ---> 2d3d2ddeb579 18:08:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:08:16 ---> Running in d14b64837b7f 18:08:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:08:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:08:17 ---> 19cf30641643 18:08:17 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:08:17 ---> ad8fb1226882 18:08:17 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:08:17 ---> Running in 7ba0bf11f9f4 18:08:18 Removing intermediate container 7ba0bf11f9f4 18:08:18 ---> 55f35aa144d8 18:08:18 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:08:18 ---> Running in a13369a164a4 18:08:18 Removing intermediate container a13369a164a4 18:08:18 ---> 54ddf6bd7d4b 18:08:18 Step 24/26 : LABEL arch=x86_64 18:08:18 ---> Running in 22ec0a9facbb 18:08:18 Removing intermediate container 22ec0a9facbb 18:08:18 ---> ce918ea0a3e8 18:08:18 Step 25/26 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:18 ---> Running in 04c13748ef9a 18:08:19 Removing intermediate container 04c13748ef9a 18:08:19 ---> 367868deb851 18:08:19 Step 26/26 : LABEL version=3.0.0-dev.155 18:08:19 ---> Running in cc266c1bd136 18:08:19 Removing intermediate container cc266c1bd136 18:08:19 ---> baae0e436b97 18:08:19 18:08:19 Successfully built baae0e436b97 18:08:19 Successfully tagged security-spire-server:latest 18:08:19  Building security-spire-server ... done Building security-bootstrapper 18:08:22 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:08:22 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:08:22 ---> 01ca7a5b433a 18:08:22 Step 3/33 : WORKDIR /edgex-go 18:08:22 ---> Using cache 18:08:22 ---> 4fff99b1c264 18:08:22 Step 4/33 : RUN apk add --update --no-cache make git 18:08:28 ---> Running in 069a24a0d713 18:08:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:08:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:08:29 OK: 265 MiB in 53 packages 18:08:32 Removing intermediate container 069a24a0d713 18:08:32 ---> 11f154d79085 18:08:32 Step 5/33 : COPY go.mod vendor* ./ 18:08:33 ---> e9ac575641f4 18:08:33 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:33 ---> Running in 5d62ea91cf73 18:08:37 Removing intermediate container 6b24be50d6f8 18:08:37 ---> 1e97f1ac9744 18:08:37 18:08:37 Step 10/25 : FROM alpine:3.17 18:08:37 ---> 9ed4aefc74f6 18:08:37 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:08:37 ---> Using cache 18:08:37 ---> ae2a3d3b1e5f 18:08:37 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:08:37 ---> Using cache 18:08:37 ---> 9bb826eeb2ed 18:08:37 Step 13/25 : ENV APP_PORT=59881 18:08:38 ---> Running in b34eec5b3e17 18:08:38 Removing intermediate container b34eec5b3e17 18:08:38 ---> 8d4ef003d74e 18:08:38 Step 14/25 : EXPOSE $APP_PORT 18:08:40 ---> Running in 6356a2731bdc 18:08:40 Removing intermediate container 6356a2731bdc 18:08:40 ---> 6078fc9633cc 18:08:40 Step 15/25 : WORKDIR / 18:08:40 ---> Running in d360d6a266b5 18:08:40 Removing intermediate container d360d6a266b5 18:08:40 ---> 625a539ab750 18:08:40 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:40 Removing intermediate container d14b64837b7f 18:08:40 ---> 2860e2711db9 18:08:40 Step 8/23 : COPY . . 18:08:40 ---> 8326f3014798 18:08:40 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:08:45 ---> 5f3195c81c3e 18:08:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:08:45 ---> 09ac2a410307 18:08:45 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:08:45 ---> Running in d7d8e8c96a21 18:08:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:08:52 ---> ff678ac370a0 18:08:52 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:08:52 Removing intermediate container f9e14465ce04 18:08:52 ---> 530df2b0dad2 18:08:52 18:08:52 Step 10/23 : FROM alpine:3.17 18:08:52 ---> 9ed4aefc74f6 18:08:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:08:52 ---> Using cache 18:08:52 ---> e68962672f11 18:08:52 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:08:52 ---> Using cache 18:08:52 ---> 05aa0b69685e 18:08:52 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:52 ---> Using cache 18:08:52 Removing intermediate container 9aabcaba5731 18:08:52 ---> 3bb6c195a2d9 18:08:52 18:08:52 Step 10/23 : FROM alpine:3.17 18:08:52 ---> 9ed4aefc74f6 18:08:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:08:52 ---> 91ae0bc95b75 18:08:52 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:08:52 ---> Using cache 18:08:52 ---> ed8b49edc797 18:08:52 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:08:52 ---> Running in 62dbbe1f9b13 18:08:52 ---> 29e4404a73db 18:08:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:08:52 Removing intermediate container 62dbbe1f9b13 18:08:52 ---> b1b8e1a921fe 18:08:52 Step 12/23 : ENV APP_PORT=59880 18:08:52 ---> ace4ef278079 18:08:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:08:52 ---> 1014b13cf70c 18:08:52 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:08:52 ---> Running in 25d90560b7e3 18:08:52 ---> Running in f920d10ca035 18:08:52 ---> ddd30cba8e2b 18:08:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:08:53 Removing intermediate container 25d90560b7e3 18:08:53 ---> 13968e468a27 18:08:53 Step 13/23 : EXPOSE $APP_PORT 18:08:53 Removing intermediate container f920d10ca035 18:08:53 ---> 456e96078f62 18:08:53 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:08:53 ---> Running in 63e76a264a57 18:08:53 ---> 673f5117e596 18:08:53 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:08:53 ---> Running in b8f0a1f3d58f 18:08:53 ---> Running in e6f032728b7d 18:08:54 Removing intermediate container b8f0a1f3d58f 18:08:54 ---> 7ee0541a2501 18:08:54 Step 23/25 : LABEL arch=x86_64 18:08:54 Removing intermediate container 63e76a264a57 18:08:54 ---> 8f8f1482eb14 18:08:54 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:08:54 ---> Running in b883667036f6 18:08:54 ---> Running in 86ff13cca787 18:08:54 Removing intermediate container b883667036f6 18:08:54 ---> 5a525399a3ca 18:08:54 Step 24/25 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:08:54 ---> Running in d64473970477 18:08:55 Removing intermediate container d64473970477 18:08:55 ---> 564cdf61f283 18:08:55 Step 25/25 : LABEL version=3.0.0-dev.155 18:08:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:08:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:08:55 ---> Running in 9d8409b7286e 18:08:55 Removing intermediate container e6f032728b7d 18:08:55 ---> d2db7c94f4d1 18:08:55 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:08:55 (1/1) Installing dumb-init (1.2.5-r2) 18:08:55 Executing busybox-1.35.0-r29.trigger 18:08:55 OK: 7 MiB in 16 packages 18:08:55 ---> Running in 293f2121f8e4 18:08:55 Removing intermediate container 9d8409b7286e 18:08:55 ---> 1d7ba0accd39 18:08:55 18:08:56 Successfully built 1d7ba0accd39 18:08:56 Successfully tagged core-metadata:latest 18:08:56 Building security-proxy-setup 18:08:56  Building core-metadata ... done Removing intermediate container 293f2121f8e4 18:08:56 ---> 5c2eba2d8bb1 18:08:56 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 18:09:01 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:01 ---> 01ca7a5b433a 18:09:01 Step 3/22 : WORKDIR /edgex-go 18:09:01 ---> Using cache 18:09:01 ---> 4fff99b1c264 18:09:01 Step 4/22 : RUN apk add --update --no-cache make git 18:09:01 ---> Using cache 18:09:01 ---> 11f154d79085 18:09:01 Step 5/22 : COPY go.mod vendor* ./ 18:09:01 ---> Using cache 18:09:01 ---> e9ac575641f4 18:09:01 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:05 ---> Running in 6db23385cfac 18:09:05 ---> Running in 610d34124658 18:09:05 Removing intermediate container 6db23385cfac 18:09:05 ---> bff005246071 18:09:05 Step 21/23 : LABEL arch=x86_64 18:09:05 Removing intermediate container 86ff13cca787 18:09:05 ---> 0fd066b6a1e2 18:09:05 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:05 ---> Running in c0208ba62a6e 18:09:05 Removing intermediate container c0208ba62a6e 18:09:05 ---> d83af8980990 18:09:05 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:05 ---> Running in 57997993c646 18:09:05 ---> 30f57f0c676f 18:09:05 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:09:05 Removing intermediate container 57997993c646 18:09:05 ---> f952f5640a45 18:09:05 Step 23/23 : LABEL version=3.0.0-dev.155 18:09:05 ---> bb75e2e93a00 18:09:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:09:05 ---> Running in 4539fb064db1 18:09:05 Removing intermediate container 4539fb064db1 18:09:05 ---> 6c2fda19ad93 18:09:05 18:09:05 Removing intermediate container 5d62ea91cf73 18:09:05 ---> df8bdd6e9d5e 18:09:05 Step 7/33 : COPY . . 18:09:05 Successfully built 6c2fda19ad93 18:09:05 Successfully tagged core-common-config-bootstrapper:latest 18:09:05 Building security-secretstore-setup 18:09:09  Building core-common-config-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:09:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:09:09 ---> 01ca7a5b433a 18:09:09 Step 3/25 : WORKDIR /edgex-go 18:09:09 ---> Using cache 18:09:09 ---> 4fff99b1c264 18:09:09 Step 4/25 : RUN apk add --update --no-cache make git 18:09:09 ---> Using cache 18:09:09 ---> 11f154d79085 18:09:09 Step 5/25 : COPY go.mod vendor* ./ 18:09:09 ---> Using cache 18:09:09 ---> e9ac575641f4 18:09:09 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:09 ---> Using cache 18:09:09 ---> df8bdd6e9d5e 18:09:09 Step 7/25 : COPY . . 18:09:17 ---> 3a94f6821274 18:09:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:09:17 ---> a4805b4b2bec 18:09:17 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:09:17 ---> 5e74d02c99c9 18:09:17 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:09:17 ---> Running in cc757c7fdeca 18:09:17 ---> Running in a5b5243fde02 18:09:17 ---> 232cd65bd6e3 18:09:17 Step 19/23 : ENTRYPOINT ["/core-data"] 18:09:17 ---> Running in 5ae9cc2153c7 18:09:17 Removing intermediate container 5ae9cc2153c7 18:09:17 ---> a7958ffadfeb 18:09:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:09:17 ---> Running in 9f5788f35257 18:09:17 Removing intermediate container 9f5788f35257 18:09:17 ---> 323dd484b847 18:09:17 Step 21/23 : LABEL arch=x86_64 18:09:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:09:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:09:17 ---> Running in b8a62acfc4be 18:09:18 Removing intermediate container b8a62acfc4be 18:09:18 ---> 6b9e21ed7ab0 18:09:18 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:19 ---> Running in a2b0c58888ce 18:09:19 Removing intermediate container a2b0c58888ce 18:09:19 ---> fdae75c5eaa4 18:09:19 Step 23/23 : LABEL version=3.0.0-dev.155 18:09:19 Removing intermediate container d7d8e8c96a21 18:09:19 ---> 82fbaf03aab1 18:09:19 18:09:19 Step 10/23 : FROM alpine:3.17 18:09:19 ---> 9ed4aefc74f6 18:09:19 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:09:19 ---> Running in ba26d6013eb9 18:09:19 ---> Running in abd479b27abb 18:09:19 Removing intermediate container ba26d6013eb9 18:09:19 ---> 7c250fdc5819 18:09:19 18:09:19 Successfully built 7c250fdc5819 18:09:19 Successfully tagged core-data:latest 18:09:20  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:09:20 (1/2) Installing ca-certificates (20230506-r0) 18:09:20 (2/2) Installing dumb-init (1.2.5-r2) 18:09:20 Executing busybox-1.35.0-r29.trigger 18:09:20 Executing ca-certificates-20230506-r0.trigger 18:09:20 OK: 8 MiB in 17 packages 18:09:23 Removing intermediate container abd479b27abb 18:09:23 ---> 0ab4bc192169 18:09:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:09:24 ---> Running in 7c75b766d03e 18:09:24 Removing intermediate container 7c75b766d03e 18:09:24 ---> 340fa16ded2f 18:09:24 Step 13/23 : ENV APP_PORT=59860 18:09:25 ---> Running in f71f728672f0 18:09:25 Removing intermediate container f71f728672f0 18:09:25 ---> b12f48e32737 18:09:25 Step 14/23 : EXPOSE $APP_PORT 18:09:27 ---> Running in a5f2875bf92b 18:09:28 Removing intermediate container a5f2875bf92b 18:09:28 ---> 2d22a2ce8ed6 18:09:28 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:29 ---> 53c141122950 18:09:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:09:31 ---> 72a842460275 18:09:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:09:32 ---> 71f55e09918b 18:09:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:09:32 ---> 65292424f53a 18:09:32 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:09:32 ---> Running in 570adc464759 18:09:33 Removing intermediate container 570adc464759 18:09:33 ---> 421f49024671 18:09:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:09:33 ---> Running in 12b50e123404 18:09:33 Removing intermediate container 610d34124658 18:09:33 ---> 5042d0fd00f5 18:09:33 Step 7/22 : COPY . . 18:09:33 Removing intermediate container 12b50e123404 18:09:33 ---> bf71b5549ab8 18:09:33 Step 21/23 : LABEL arch=x86_64 18:09:33 ---> Running in db9a7f02c407 18:09:34 Removing intermediate container db9a7f02c407 18:09:34 ---> 821b66ebd6f6 18:09:34 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:34 ---> Running in 52d631d5ca26 18:09:35 Removing intermediate container 52d631d5ca26 18:09:35 ---> 75a3bbde2ee1 18:09:35 Step 23/23 : LABEL version=3.0.0-dev.155 18:09:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:09:38 ---> Running in f2fb8ba26bd0 18:09:39 Removing intermediate container f2fb8ba26bd0 18:09:39 ---> 59633101198b 18:09:39 18:09:39 ---> f5ceaa84f3db 18:09:39 Step 8/22 : RUN make cmd/secrets-config/secrets-config 18:09:39 Successfully built 59633101198b 18:09:39 Successfully tagged support-notifications:latest 18:09:39 ---> Running in 7b825c84ab79 18:09:39  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:09:43 Removing intermediate container a5b5243fde02 18:09:43 ---> f4edafd13805 18:09:43 18:09:43 Step 9/33 : FROM alpine:3.17 18:09:43 ---> 9ed4aefc74f6 18:09:43 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:09:43 ---> Using cache 18:09:43 ---> aa105be4d0ba 18:09:43 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:09:43 ---> Running in 6f8b4d20ab78 18:09:43 Removing intermediate container cc757c7fdeca 18:09:43 ---> c4c48e39a384 18:09:43 18:09:43 Step 9/25 : FROM alpine:3.17 18:09:43 ---> 9ed4aefc74f6 18:09:43 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:09:43 ---> Running in 54b4198f875c 18:09:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:09:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:09:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:09:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:09:43 (1/3) Installing ca-certificates (20230506-r0) 18:09:43 (1/2) Installing dumb-init (1.2.5-r2) 18:09:43 (2/2) Installing su-exec (0.2-r2) 18:09:43 (2/3) Installing dumb-init (1.2.5-r2) 18:09:43 Executing busybox-1.35.0-r29.trigger 18:09:43 (3/3) Installing su-exec (0.2-r2) 18:09:43 OK: 7 MiB in 17 packages 18:09:43 Executing busybox-1.35.0-r29.trigger 18:09:43 Executing ca-certificates-20230506-r0.trigger 18:09:43 OK: 8 MiB in 18 packages 18:09:44 Removing intermediate container 6f8b4d20ab78 18:09:44 ---> d3aef95a05f1 18:09:44 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:09:44 ---> Running in 42647a08c51d 18:09:44 Removing intermediate container 54b4198f875c 18:09:44 ---> 955650929681 18:09:44 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:09:44 ---> Running in 1d6a4704f028 18:09:44 Removing intermediate container 42647a08c51d 18:09:44 ---> 23d67bd000b6 18:09:44 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:09:44 ---> Running in cd29e54dfba7 18:09:44 Removing intermediate container 1d6a4704f028 18:09:44 ---> 802aea621392 18:09:44 Step 12/25 : WORKDIR / 18:09:44 ---> Running in 8d7f8005c84e 18:09:44 Removing intermediate container cd29e54dfba7 18:09:44 ---> 1e2e7e369e96 18:09:44 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:09:44 ---> Running in 9f4ef7c2cdc3 18:09:44 Removing intermediate container 114c751cfee2 18:09:44 ---> 37207f9d818f 18:09:44 Step 7/22 : COPY . . 18:09:44 Removing intermediate container 80da195f37a7 18:09:44 ---> b38e32d8fb87 18:09:44 Step 8/24 : COPY . . 18:09:44 Removing intermediate container f47a9e88b7b2 18:09:44 ---> a250f2a38c63 18:09:44 Step 7/27 : COPY . . 18:09:44 Removing intermediate container 0aafa255282d 18:09:44 ---> becc99d2d14b 18:09:44 Step 8/25 : COPY . . 18:09:44 Removing intermediate container 97d3ca8f01b5 18:09:44 ---> 9bd8b5160c78 18:09:44 Step 8/23 : COPY . . 18:09:45 Removing intermediate container 8d7f8005c84e 18:09:45 ---> fce81e931b40 18:09:45 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:45 Removing intermediate container 9f4ef7c2cdc3 18:09:45 ---> 61ca98be0434 18:09:45 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:09:45 ---> Running in 2ce8143f86d1 18:09:45 ---> 4f291e44e564 18:09:45 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:09:45 Removing intermediate container 2ce8143f86d1 18:09:45 ---> c71005748d96 18:09:45 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:09:45 ---> 478be20de52f 18:09:45 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:09:45 ---> Running in 958f12bba6a1 18:09:46 ---> 15c7a5223a20 18:09:46 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:09:46 ---> 2125bd6f3b3a 18:09:46 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:09:46 Removing intermediate container 958f12bba6a1 18:09:46 ---> 3d8677712c1d 18:09:46 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:09:46 ---> Running in 5bc74143dfe5 18:09:47 ---> 52606702ada9 18:09:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:09:47 Removing intermediate container 5bc74143dfe5 18:09:47 ---> e412ca813a04 18:09:47 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:09:47 ---> f3dee19f2a87 18:09:47 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:09:47 ---> 9c5cbcb3f86c 18:09:47 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:09:47 ---> Running in de9fb79eec97 18:09:48 ---> 685631ad422f 18:09:48 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:09:48 ---> 4f6c41edf8f3 18:09:48 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:09:48 ---> Running in b3addccc3f19 18:09:48 ---> cd09d0d60555 18:09:48 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:09:48 ---> 652e2cf1c884 18:09:48 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:09:48 ---> 76bbafe76e19 18:09:48 Step 8/22 : RUN make cmd/secrets-config/secrets-config 18:09:48 ---> Running in d6cd85e8161b 18:09:48 ---> cf2b88fd9ae0 18:09:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:09:48 ---> Running in b0311f4fde6c 18:09:48 ---> Running in 9b24375bb388 18:09:48 ---> Running in e567bf3f4c79 18:09:48 ---> 12b47effa44b 18:09:48 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:09:48 ---> Running in 00e2d3e8b0c5 18:09:48 Removing intermediate container de9fb79eec97 18:09:48 ---> 4f57e2fba1f4 18:09:48 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:48 ---> 837601aeb874 18:09:48 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:09:49 ---> d2dd782425f1 18:09:49 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:09:49 Removing intermediate container 00e2d3e8b0c5 18:09:49 ---> af8d9e7eb38d 18:09:49 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:09:49 Removing intermediate container b0311f4fde6c 18:09:49 ---> 90ddad0a301a 18:09:49 Step 9/27 : WORKDIR /edgex-go/spire-build 18:09:49 ---> Running in 8b50284fbc01 18:09:49 ---> Running in cd2fbca527ac 18:09:49 ---> c447b5ec7572 18:09:49 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:09:49 Removing intermediate container cd2fbca527ac 18:09:49 ---> 47027b664ecb 18:09:49 Step 23/25 : LABEL arch=x86_64 18:09:49 ---> Running in eb1f17006ada 18:09:49 Removing intermediate container eb1f17006ada 18:09:49 ---> aa04e3a7bc5c 18:09:49 Step 24/25 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:49 ---> Running in e68f9592dd1c 18:09:49 ---> c85a423c5adf 18:09:49 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:09:49 Removing intermediate container e68f9592dd1c 18:09:49 ---> 1305313202a0 18:09:49 Step 25/25 : LABEL version=3.0.0-dev.155 18:09:49 ---> Running in 78e6ed1f1974 18:09:49 ---> 81f3b7d5c776 18:09:49 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:09:50 Removing intermediate container 8b50284fbc01 18:09:50 ---> e50619c13f27 18:09:50 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:09:50 Removing intermediate container 78e6ed1f1974 18:09:50 ---> 927cbc9d0d28 18:09:50 18:09:50 Successfully built 927cbc9d0d28 18:09:50 Successfully tagged security-secretstore-setup:latest 18:09:50  Building security-secretstore-setup ... done  ---> 25466750c112 18:09:50 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:09:50 ---> eff24cd7e157 18:09:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:09:50 ---> Running in e37577c2f78f 18:09:50 ---> 5556cbca7f02 18:09:50 Step 28/33 : RUN chmod +x /entrypoint.sh 18:09:50 ---> Running in 0375d07a2446 18:09:51 Removing intermediate container 0375d07a2446 18:09:51 ---> b3aa295fcb49 18:09:51 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:09:51 ---> Running in 2c6ab05d0a22 18:09:51 Removing intermediate container 2c6ab05d0a22 18:09:51 ---> 3037329d6d59 18:09:51 Step 30/33 : CMD ["gate"] 18:09:51 ---> Running in 61a2d514dc90 18:09:51 Removing intermediate container e37577c2f78f 18:09:51 ---> edd7de1749c9 18:09:51 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:09:51 Removing intermediate container 61a2d514dc90 18:09:51 ---> 114879a014fc 18:09:51 Step 31/33 : LABEL arch=x86_64 18:09:51 ---> Running in 96e3f2511570 18:09:51 Removing intermediate container 96e3f2511570 18:09:51 ---> 3c09dd855941 18:09:51 Step 32/33 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:51 ---> Running in d680f2e97902 18:09:52 ---> Running in 7ac03cc99ecf 18:09:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:09:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:09:52 Removing intermediate container d680f2e97902 18:09:52 ---> ce0df4b65248 18:09:52 Step 33/33 : LABEL version=3.0.0-dev.155 18:09:52 ---> Running in ed7b0b418e23 18:09:52 Removing intermediate container ed7b0b418e23 18:09:52 ---> 088964657f75 18:09:52 18:09:52 Successfully built 088964657f75 18:09:52 Successfully tagged security-bootstrapper:latest 18:09:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:09:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:09:55 Removing intermediate container 7ac03cc99ecf 18:09:55 ---> 4c2e17619aba 18:09:55 Step 12/27 : WORKDIR /edgex-go 18:09:55 ---> Running in 02f30f4c94de 18:09:56  Building security-bootstrapper ... done Removing intermediate container 7b825c84ab79 18:09:56 ---> e09f355d808e 18:09:56 18:09:56 Step 9/22 : FROM alpine:3.17 18:09:56 ---> 9ed4aefc74f6 18:09:56 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:09:56 ---> Running in f468faee22af 18:09:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:09:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:09:56 (1/2) Installing dumb-init (1.2.5-r2) 18:09:56 (2/2) Installing openssl (3.0.8-r4) 18:09:56 Executing busybox-1.35.0-r29.trigger 18:09:56 OK: 8 MiB in 17 packages 18:09:56 Removing intermediate container 02f30f4c94de 18:09:56 ---> 201a90282452 18:09:56 18:09:56 Step 13/27 : FROM alpine:3.17 18:09:56 3.17: Pulling from library/alpine 18:09:57 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:09:57 Status: Downloaded newer image for alpine:3.17 18:09:57 ---> 51e60588ff2c 18:09:57 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:09:57 Removing intermediate container f468faee22af 18:09:57 ---> 4f0690126d5f 18:09:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:09:57 ---> Running in c912778548ba 18:09:57 Removing intermediate container c912778548ba 18:09:57 ---> 51a3e80ee129 18:09:57 Step 12/22 : WORKDIR /edgex 18:09:57 ---> Running in c7df86c60038 18:09:57 Removing intermediate container c7df86c60038 18:09:57 ---> 0f6d1944cd9c 18:09:57 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:57 ---> Running in 3b903344aa0a 18:09:57 ---> dd4e497b087c 18:09:57 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:09:57 ---> 605375514718 18:09:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:09:57 ---> 2268cd2beb85 18:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:09:58 Removing intermediate container 3b903344aa0a 18:09:58 ---> 8fead2abded2 18:09:58 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:09:58 ---> b49c1501c63d 18:09:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:09:58 ---> Running in 548f1233db8d 18:09:58 ---> a9a42d831742 18:09:58 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:09:58 ---> Running in d3d8e0685b23 18:09:59 Removing intermediate container d3d8e0685b23 18:09:59 ---> 6c88a772f971 18:09:59 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:09:59 ---> Running in f5cef2f1695c 18:09:59 Removing intermediate container f5cef2f1695c 18:09:59 ---> 619d87f777d2 18:09:59 Step 20/22 : LABEL arch=x86_64 18:09:59 ---> Running in 0dfbf55704e2 18:09:59 Removing intermediate container 0dfbf55704e2 18:09:59 ---> 5469ccbafb33 18:09:59 Step 21/22 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:09:59 ---> Running in 066b620ff5fe 18:09:59 Removing intermediate container 066b620ff5fe 18:09:59 ---> 1626191ea917 18:09:59 Step 22/22 : LABEL version=3.0.0-dev.155 18:09:59 ---> Running in 08ef3c36b551 18:09:59 Removing intermediate container 08ef3c36b551 18:09:59 ---> 8197d6c702e2 18:09:59 18:09:59 Successfully built 8197d6c702e2 18:09:59 Successfully tagged security-proxy-setup:latest 18:09:59  Building security-proxy-setup ... done  [Pipeline] } 18:09:59 $ docker stop --time=1 2ed0354f8e787a32d23af524e33766e324ca767b1ecd111f5d2832748da45bed 18:10:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:10:00 $ docker rm -f --volumes 2ed0354f8e787a32d23af524e33766e324ca767b1ecd111f5d2832748da45bed [Pipeline] // withDockerContainer [Pipeline] sh 18:10:01 + docker images 18:10:01 REPOSITORY TAG IMAGE ID CREATED SIZE 18:10:01 security-proxy-setup latest 8197d6c702e2 1 second ago 18.7MB 18:10:01 e09f355d808e 6 seconds ago 1.7GB 18:10:01 security-bootstrapper latest 088964657f75 9 seconds ago 22.2MB 18:10:01 security-secretstore-setup latest 927cbc9d0d28 11 seconds ago 32.8MB 18:10:01 c4c48e39a384 18 seconds ago 1.72GB 18:10:01 f4edafd13805 20 seconds ago 1.71GB 18:10:01 support-notifications latest 59633101198b 21 seconds ago 32.4MB 18:10:01 core-data latest 7c250fdc5819 41 seconds ago 20MB 18:10:01 82fbaf03aab1 42 seconds ago 1.79GB 18:10:01 core-common-config-bootstrapper latest 6c2fda19ad93 55 seconds ago 17.2MB 18:10:01 core-metadata latest 1d7ba0accd39 About a minute ago 20.4MB 18:10:01 3bb6c195a2d9 About a minute ago 1.73GB 18:10:01 530df2b0dad2 About a minute ago 1.72GB 18:10:01 1e97f1ac9744 About a minute ago 1.73GB 18:10:01 security-spire-server latest baae0e436b97 About a minute ago 103MB 18:10:01 security-proxy-auth latest 4cc2c2a33603 About a minute ago 18.3MB 18:10:01 b22f613b6e25 About a minute ago 1.58GB 18:10:01 security-spiffe-token-provider latest 3c6e8855b5ba About a minute ago 32.8MB 18:10:01 core-command latest 7697f9bafe37 About a minute ago 19.9MB 18:10:01 support-scheduler latest c750c26976b6 About a minute ago 31.8MB 18:10:01 security-spire-config latest fdeed7967a0d 2 minutes ago 102MB 18:10:01 dd8834b75d1a 2 minutes ago 1.76GB 18:10:01 661790be8983 2 minutes ago 1.79GB 18:10:01 88faef45367a 2 minutes ago 1.7GB 18:10:01 dd5da67679ea 2 minutes ago 1.72GB 18:10:01 security-spire-agent latest bdd003a8a8bf 2 minutes ago 161MB 18:10:01 d23214bde7af 2 minutes ago 1.58GB 18:10:01 ci-base-image-x86_64 latest 01ca7a5b433a 6 minutes ago 918MB 18:10:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 2 weeks ago 700MB 18:10:01 alpine 3.17 9ed4aefc74f6 6 weeks ago 7.05MB 18:10:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 18:10:01 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 18:10:01 provisioning config files... 18:10:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/521@tmp/config1434332039403119481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:10:01 ---> docker-login.sh 18:10:01 nexus3.edgexfoundry.org:10001 18:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:01 Configure a credential helper to remove this warning. See 18:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:01 18:10:01 Login Succeeded 18:10:01 nexus3.edgexfoundry.org:10002 18:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:01 Configure a credential helper to remove this warning. See 18:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:01 18:10:01 Login Succeeded 18:10:01 nexus3.edgexfoundry.org:10003 18:10:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:01 Configure a credential helper to remove this warning. See 18:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:01 18:10:01 Login Succeeded 18:10:01 nexus3.edgexfoundry.org:10004 18:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:01 Configure a credential helper to remove this warning. See 18:10:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:01 18:10:01 Login Succeeded 18:10:01 docker.io 18:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:10:02 Configure a credential helper to remove this warning. See 18:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:10:02 18:10:02 Login Succeeded 18:10:02 ---> docker-login.sh ends [Pipeline] } 18:10:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:10:02 [edgeXDocker.push] Tagging docker image core-command with the following tags: 18:10:02 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:02 latest 18:10:02 3.0.0-dev.155 18:10:02 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:02 main 18:10:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:02 + docker push nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:02 7f104ce958c4: Preparing 18:10:02 0849806984fc: Preparing 18:10:02 e6e561b2546b: Preparing 18:10:02 c6babe219218: Preparing 18:10:02 d20b75b39c61: Preparing 18:10:02 f1417ff83b31: Preparing 18:10:02 f1417ff83b31: Waiting 18:10:02 e6e561b2546b: Pushed 18:10:03 7f104ce958c4: Pushed 18:10:03 c6babe219218: Pushed 18:10:03 f1417ff83b31: Layer already exists 18:10:03 d20b75b39c61: Pushed 18:10:03 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:10:03 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:10:03 OK: 17692 distinct packages available 18:10:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:10:04 0849806984fc: Pushed 18:10:04 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:947c229cf44e0393708c92bfb6fec771aa85ecc61c6986bbf2df8175908400ff size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:05 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 18:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:05 7f104ce958c4: Preparing 18:10:05 0849806984fc: Preparing 18:10:05 e6e561b2546b: Preparing 18:10:05 c6babe219218: Preparing 18:10:05 d20b75b39c61: Preparing 18:10:05 f1417ff83b31: Preparing 18:10:05 f1417ff83b31: Waiting 18:10:05 d20b75b39c61: Layer already exists 18:10:05 e6e561b2546b: Layer already exists 18:10:05 c6babe219218: Layer already exists 18:10:05 7f104ce958c4: Layer already exists 18:10:05 0849806984fc: Layer already exists 18:10:05 f1417ff83b31: Layer already exists 18:10:05 latest: digest: sha256:947c229cf44e0393708c92bfb6fec771aa85ecc61c6986bbf2df8175908400ff size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:05 (1/5) Installing dumb-init (1.2.5-r2) 18:10:05 (2/5) Installing musl-obstack (1.2.3-r0) 18:10:05 (3/5) Installing libucontext (1.2-r0) 18:10:05 (4/5) Installing gcompat (1.1.0-r0) 18:10:05 (5/5) Installing openssl (3.0.8-r4) 18:10:05 Executing busybox-1.35.0-r29.trigger 18:10:05 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.155 18:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:05 7f104ce958c4: Preparing 18:10:05 0849806984fc: Preparing 18:10:05 e6e561b2546b: Preparing 18:10:05 c6babe219218: Preparing 18:10:05 d20b75b39c61: Preparing 18:10:05 f1417ff83b31: Preparing 18:10:05 f1417ff83b31: Waiting 18:10:05 0849806984fc: Layer already exists 18:10:05 e6e561b2546b: Layer already exists 18:10:05 c6babe219218: Layer already exists 18:10:05 7f104ce958c4: Layer already exists 18:10:05 d20b75b39c61: Layer already exists 18:10:05 f1417ff83b31: Layer already exists 18:10:05 3.0.0-dev.155: digest: sha256:947c229cf44e0393708c92bfb6fec771aa85ecc61c6986bbf2df8175908400ff size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:05 OK: 9 MiB in 20 packages 18:10:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:06 + docker push nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:06 7f104ce958c4: Preparing 18:10:06 0849806984fc: Preparing 18:10:06 e6e561b2546b: Preparing 18:10:06 c6babe219218: Preparing 18:10:06 d20b75b39c61: Preparing 18:10:06 f1417ff83b31: Preparing 18:10:06 f1417ff83b31: Waiting 18:10:06 0849806984fc: Layer already exists 18:10:06 c6babe219218: Layer already exists 18:10:06 7f104ce958c4: Layer already exists 18:10:06 e6e561b2546b: Layer already exists 18:10:06 d20b75b39c61: Layer already exists 18:10:06 f1417ff83b31: Layer already exists 18:10:06 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:947c229cf44e0393708c92bfb6fec771aa85ecc61c6986bbf2df8175908400ff size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:07 + docker push nexus3.edgexfoundry.org:10004/core-command:main 18:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:10:07 7f104ce958c4: Preparing 18:10:07 0849806984fc: Preparing 18:10:07 e6e561b2546b: Preparing 18:10:07 c6babe219218: Preparing 18:10:07 d20b75b39c61: Preparing 18:10:07 f1417ff83b31: Preparing 18:10:07 7f104ce958c4: Layer already exists 18:10:07 d20b75b39c61: Layer already exists 18:10:07 e6e561b2546b: Layer already exists 18:10:07 c6babe219218: Layer already exists 18:10:07 0849806984fc: Layer already exists 18:10:07 f1417ff83b31: Layer already exists 18:10:07 main: digest: sha256:947c229cf44e0393708c92bfb6fec771aa85ecc61c6986bbf2df8175908400ff size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:07 ===================================================== [Pipeline] echo 18:10:07 taggedImages: 18:10:07 - nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:07 - nexus3.edgexfoundry.org:10004/core-command:latest 18:10:07 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.155 18:10:07 - nexus3.edgexfoundry.org:10004/core-command:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:07 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 18:10:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 18:10:07 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:07 latest 18:10:07 3.0.0-dev.155 18:10:07 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:07 main 18:10:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:10:07 18320be5a625: Preparing 18:10:07 8c9304bd35dd: Preparing 18:10:07 8ba4229a488d: Preparing 18:10:07 dc6a5955f8a4: Preparing 18:10:07 e6e561b2546b: Preparing 18:10:07 c6babe219218: Preparing 18:10:07 b292b01c69cd: Preparing 18:10:07 f1417ff83b31: Preparing 18:10:07 c6babe219218: Waiting 18:10:07 b292b01c69cd: Waiting 18:10:07 f1417ff83b31: Waiting 18:10:07 e6e561b2546b: Layer already exists 18:10:07 c6babe219218: Layer already exists 18:10:07 8c9304bd35dd: Pushed 18:10:07 f1417ff83b31: Layer already exists 18:10:07 18320be5a625: Pushed 18:10:07 b292b01c69cd: Pushed 18:10:07 8ba4229a488d: Pushed 18:10:08 Removing intermediate container 548f1233db8d 18:10:08 ---> 4139d31a1ce2 18:10:08 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:09 dc6a5955f8a4: Pushed 18:10:09 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:329fbf117f556b92b3d6b9a0947db28bb880845e44d3831a50ee00646a2ce2d2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:09 + 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 18:10:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 18:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:10:09 18320be5a625: Preparing 18:10:09 8c9304bd35dd: Preparing 18:10:09 8ba4229a488d: Preparing 18:10:09 dc6a5955f8a4: Preparing 18:10:09 e6e561b2546b: Preparing 18:10:09 c6babe219218: Preparing 18:10:09 b292b01c69cd: Preparing 18:10:09 f1417ff83b31: Preparing 18:10:09 c6babe219218: Waiting 18:10:09 dc6a5955f8a4: Layer already exists 18:10:09 8c9304bd35dd: Layer already exists 18:10:09 e6e561b2546b: Layer already exists 18:10:09 8ba4229a488d: Layer already exists 18:10:09 18320be5a625: Layer already exists 18:10:09 c6babe219218: Layer already exists 18:10:09 b292b01c69cd: Layer already exists 18:10:09 f1417ff83b31: Layer already exists 18:10:09 latest: digest: sha256:329fbf117f556b92b3d6b9a0947db28bb880845e44d3831a50ee00646a2ce2d2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.155 18:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:10:10 18320be5a625: Preparing 18:10:10 8c9304bd35dd: Preparing 18:10:10 8ba4229a488d: Preparing 18:10:10 dc6a5955f8a4: Preparing 18:10:10 e6e561b2546b: Preparing 18:10:10 c6babe219218: Preparing 18:10:10 b292b01c69cd: Preparing 18:10:10 f1417ff83b31: Preparing 18:10:10 c6babe219218: Waiting 18:10:10 b292b01c69cd: Waiting 18:10:10 f1417ff83b31: Waiting 18:10:10 e6e561b2546b: Layer already exists 18:10:10 18320be5a625: Layer already exists 18:10:10 8ba4229a488d: Layer already exists 18:10:10 8c9304bd35dd: Layer already exists 18:10:10 dc6a5955f8a4: Layer already exists 18:10:10 c6babe219218: Layer already exists 18:10:10 b292b01c69cd: Layer already exists 18:10:10 f1417ff83b31: Layer already exists 18:10:10 3.0.0-dev.155: digest: sha256:329fbf117f556b92b3d6b9a0947db28bb880845e44d3831a50ee00646a2ce2d2 size: 1985 18:10:10 ---> 4a9f6935887f 18:10:10 Step 17/27 : COPY --from=builder /edgex-go/security.txt / [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:10:11 18320be5a625: Preparing 18:10:11 8c9304bd35dd: Preparing 18:10:11 8ba4229a488d: Preparing 18:10:11 dc6a5955f8a4: Preparing 18:10:11 e6e561b2546b: Preparing 18:10:11 c6babe219218: Preparing 18:10:11 b292b01c69cd: Preparing 18:10:11 f1417ff83b31: Preparing 18:10:11 b292b01c69cd: Waiting 18:10:11 f1417ff83b31: Waiting 18:10:11 c6babe219218: Waiting 18:10:11 18320be5a625: Layer already exists 18:10:11 dc6a5955f8a4: Layer already exists 18:10:11 8ba4229a488d: Layer already exists 18:10:11 e6e561b2546b: Layer already exists 18:10:11 8c9304bd35dd: Layer already exists 18:10:11 c6babe219218: Layer already exists 18:10:11 b292b01c69cd: Layer already exists 18:10:11 f1417ff83b31: Layer already exists 18:10:11 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:329fbf117f556b92b3d6b9a0947db28bb880845e44d3831a50ee00646a2ce2d2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:11 + 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 18:10:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 18:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:10:11 18320be5a625: Preparing 18:10:11 8c9304bd35dd: Preparing 18:10:11 8ba4229a488d: Preparing 18:10:11 dc6a5955f8a4: Preparing 18:10:11 e6e561b2546b: Preparing 18:10:11 c6babe219218: Preparing 18:10:11 b292b01c69cd: Preparing 18:10:11 f1417ff83b31: Preparing 18:10:11 c6babe219218: Waiting 18:10:11 b292b01c69cd: Waiting 18:10:11 f1417ff83b31: Waiting 18:10:11 dc6a5955f8a4: Layer already exists 18:10:11 e6e561b2546b: Layer already exists 18:10:11 18320be5a625: Layer already exists 18:10:11 8ba4229a488d: Layer already exists 18:10:11 8c9304bd35dd: Layer already exists 18:10:11 c6babe219218: Layer already exists 18:10:11 f1417ff83b31: Layer already exists 18:10:11 b292b01c69cd: Layer already exists 18:10:11 main: digest: sha256:329fbf117f556b92b3d6b9a0947db28bb880845e44d3831a50ee00646a2ce2d2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:11 ===================================================== [Pipeline] echo 18:10:11 taggedImages: 18:10:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 18:10:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.155 18:10:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 18:10:11 [edgeXDocker.push] Tagging docker image core-data with the following tags: 18:10:11 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:11 latest 18:10:11 3.0.0-dev.155 18:10:11 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:11 main 18:10:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:11 ---> 99b3fd079914 18:10:11 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:10:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:12 + docker push nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:12 7ea0250e130d: Preparing 18:10:12 c8306b937460: Preparing 18:10:12 e6e561b2546b: Preparing 18:10:12 c6babe219218: Preparing 18:10:12 3ea32497e846: Preparing 18:10:12 f1417ff83b31: Preparing 18:10:12 f1417ff83b31: Waiting 18:10:12 e6e561b2546b: Layer already exists 18:10:12 c6babe219218: Layer already exists 18:10:12 f1417ff83b31: Layer already exists 18:10:12 7ea0250e130d: Pushed 18:10:12 3ea32497e846: Pushed 18:10:13 c8306b937460: Pushed 18:10:13 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:afaca88225e5a1c9b4d14d2b2fadd1cd54f7163e1ba5a0f4c67d4401c1208826 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:14 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 18:10:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:14 7ea0250e130d: Preparing 18:10:14 c8306b937460: Preparing 18:10:14 e6e561b2546b: Preparing 18:10:14 c6babe219218: Preparing 18:10:14 3ea32497e846: Preparing 18:10:14 f1417ff83b31: Preparing 18:10:14 7ea0250e130d: Layer already exists 18:10:14 3ea32497e846: Layer already exists 18:10:14 e6e561b2546b: Layer already exists 18:10:14 c6babe219218: Layer already exists 18:10:14 c8306b937460: Layer already exists 18:10:14 f1417ff83b31: Layer already exists 18:10:14 latest: digest: sha256:afaca88225e5a1c9b4d14d2b2fadd1cd54f7163e1ba5a0f4c67d4401c1208826 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:15 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.155 18:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:15 7ea0250e130d: Preparing 18:10:15 c8306b937460: Preparing 18:10:15 e6e561b2546b: Preparing 18:10:15 c6babe219218: Preparing 18:10:15 3ea32497e846: Preparing 18:10:15 f1417ff83b31: Preparing 18:10:15 f1417ff83b31: Waiting 18:10:15 3ea32497e846: Layer already exists 18:10:15 c6babe219218: Layer already exists 18:10:15 c8306b937460: Layer already exists 18:10:15 e6e561b2546b: Layer already exists 18:10:15 7ea0250e130d: Layer already exists 18:10:15 f1417ff83b31: Layer already exists 18:10:15 3.0.0-dev.155: digest: sha256:afaca88225e5a1c9b4d14d2b2fadd1cd54f7163e1ba5a0f4c67d4401c1208826 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:15 + docker push nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:15 7ea0250e130d: Preparing 18:10:15 c8306b937460: Preparing 18:10:15 e6e561b2546b: Preparing 18:10:15 c6babe219218: Preparing 18:10:15 3ea32497e846: Preparing 18:10:15 f1417ff83b31: Preparing 18:10:15 f1417ff83b31: Waiting 18:10:15 e6e561b2546b: Layer already exists 18:10:15 3ea32497e846: Layer already exists 18:10:15 c8306b937460: Layer already exists 18:10:15 7ea0250e130d: Layer already exists 18:10:15 c6babe219218: Layer already exists 18:10:15 f1417ff83b31: Layer already exists 18:10:15 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:afaca88225e5a1c9b4d14d2b2fadd1cd54f7163e1ba5a0f4c67d4401c1208826 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:16 + docker push nexus3.edgexfoundry.org:10004/core-data:main 18:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:10:16 7ea0250e130d: Preparing 18:10:16 c8306b937460: Preparing 18:10:16 e6e561b2546b: Preparing 18:10:16 c6babe219218: Preparing 18:10:16 3ea32497e846: Preparing 18:10:16 f1417ff83b31: Preparing 18:10:16 f1417ff83b31: Waiting 18:10:16 3ea32497e846: Layer already exists 18:10:16 e6e561b2546b: Layer already exists 18:10:16 c8306b937460: Layer already exists 18:10:16 c6babe219218: Layer already exists 18:10:16 7ea0250e130d: Layer already exists 18:10:16 f1417ff83b31: Layer already exists 18:10:16 main: digest: sha256:afaca88225e5a1c9b4d14d2b2fadd1cd54f7163e1ba5a0f4c67d4401c1208826 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:16 ===================================================== [Pipeline] echo 18:10:16 taggedImages: 18:10:16 - nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:16 - nexus3.edgexfoundry.org:10004/core-data:latest 18:10:16 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.155 18:10:16 - nexus3.edgexfoundry.org:10004/core-data:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:16 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 18:10:16 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 18:10:16 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:16 latest 18:10:16 3.0.0-dev.155 18:10:16 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:16 main 18:10:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:16 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:17 ef762d31c6ac: Preparing 18:10:17 f8136d0dc5ef: Preparing 18:10:17 b17a4ee439d3: Preparing 18:10:17 e6e561b2546b: Preparing 18:10:17 c6babe219218: Preparing 18:10:17 d20b75b39c61: Preparing 18:10:17 f1417ff83b31: Preparing 18:10:17 d20b75b39c61: Waiting 18:10:17 e6e561b2546b: Layer already exists 18:10:17 c6babe219218: Layer already exists 18:10:17 d20b75b39c61: Layer already exists 18:10:17 f1417ff83b31: Layer already exists 18:10:17 f8136d0dc5ef: Pushed 18:10:17 ef762d31c6ac: Pushed 18:10:18 b17a4ee439d3: Pushed 18:10:18 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:e3980ad3e3eb603d644cd51597dbb116f0bb8beb8779c9697a6123cd869d3787 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 18:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:19 ef762d31c6ac: Preparing 18:10:19 f8136d0dc5ef: Preparing 18:10:19 b17a4ee439d3: Preparing 18:10:19 e6e561b2546b: Preparing 18:10:19 c6babe219218: Preparing 18:10:19 d20b75b39c61: Preparing 18:10:19 f1417ff83b31: Preparing 18:10:19 d20b75b39c61: Waiting 18:10:19 f1417ff83b31: Waiting 18:10:19 c6babe219218: Layer already exists 18:10:19 ef762d31c6ac: Layer already exists 18:10:19 f8136d0dc5ef: Layer already exists 18:10:19 b17a4ee439d3: Layer already exists 18:10:19 e6e561b2546b: Layer already exists 18:10:19 d20b75b39c61: Layer already exists 18:10:19 f1417ff83b31: Layer already exists 18:10:19 latest: digest: sha256:e3980ad3e3eb603d644cd51597dbb116f0bb8beb8779c9697a6123cd869d3787 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.155 18:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:19 ef762d31c6ac: Preparing 18:10:19 f8136d0dc5ef: Preparing 18:10:19 b17a4ee439d3: Preparing 18:10:19 e6e561b2546b: Preparing 18:10:19 c6babe219218: Preparing 18:10:19 d20b75b39c61: Preparing 18:10:19 f1417ff83b31: Preparing 18:10:19 d20b75b39c61: Waiting 18:10:19 f1417ff83b31: Waiting 18:10:19 e6e561b2546b: Layer already exists 18:10:19 c6babe219218: Layer already exists 18:10:19 ef762d31c6ac: Layer already exists 18:10:19 b17a4ee439d3: Layer already exists 18:10:19 f8136d0dc5ef: Layer already exists 18:10:19 d20b75b39c61: Layer already exists 18:10:19 f1417ff83b31: Layer already exists 18:10:19 3.0.0-dev.155: digest: sha256:e3980ad3e3eb603d644cd51597dbb116f0bb8beb8779c9697a6123cd869d3787 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:20 ef762d31c6ac: Preparing 18:10:20 f8136d0dc5ef: Preparing 18:10:20 b17a4ee439d3: Preparing 18:10:20 e6e561b2546b: Preparing 18:10:20 c6babe219218: Preparing 18:10:20 d20b75b39c61: Preparing 18:10:20 f1417ff83b31: Preparing 18:10:20 d20b75b39c61: Waiting 18:10:20 f1417ff83b31: Waiting 18:10:20 c6babe219218: Layer already exists 18:10:20 ef762d31c6ac: Layer already exists 18:10:20 b17a4ee439d3: Layer already exists 18:10:20 e6e561b2546b: Layer already exists 18:10:20 f8136d0dc5ef: Layer already exists 18:10:20 d20b75b39c61: Layer already exists 18:10:20 f1417ff83b31: Layer already exists 18:10:20 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:e3980ad3e3eb603d644cd51597dbb116f0bb8beb8779c9697a6123cd869d3787 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 18:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:10:20 ef762d31c6ac: Preparing 18:10:20 f8136d0dc5ef: Preparing 18:10:20 b17a4ee439d3: Preparing 18:10:20 e6e561b2546b: Preparing 18:10:20 c6babe219218: Preparing 18:10:20 d20b75b39c61: Preparing 18:10:20 f1417ff83b31: Preparing 18:10:20 f1417ff83b31: Waiting 18:10:20 d20b75b39c61: Waiting 18:10:20 ef762d31c6ac: Layer already exists 18:10:20 c6babe219218: Layer already exists 18:10:20 f8136d0dc5ef: Layer already exists 18:10:20 b17a4ee439d3: Layer already exists 18:10:20 e6e561b2546b: Layer already exists 18:10:20 f1417ff83b31: Layer already exists 18:10:20 d20b75b39c61: Layer already exists 18:10:20 main: digest: sha256:e3980ad3e3eb603d644cd51597dbb116f0bb8beb8779c9697a6123cd869d3787 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:20 ===================================================== [Pipeline] echo 18:10:20 taggedImages: 18:10:20 - nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:20 - nexus3.edgexfoundry.org:10004/core-metadata:latest 18:10:20 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.155 18:10:20 - nexus3.edgexfoundry.org:10004/core-metadata:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:20 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 18:10:20 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 18:10:20 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:20 latest 18:10:20 3.0.0-dev.155 18:10:20 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:20 main 18:10:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:21 cbbd1f6433a4: Preparing 18:10:21 cbbd1f6433a4: Preparing 18:10:21 380693a6d560: Preparing 18:10:21 67af8cfd97e8: Preparing 18:10:21 d9e56982fe57: Preparing 18:10:21 f61cba862cd0: Preparing 18:10:21 61030febe3e3: Preparing 18:10:21 e6e561b2546b: Preparing 18:10:21 c6babe219218: Preparing 18:10:21 4033f57211ee: Preparing 18:10:21 159a834bfa80: Preparing 18:10:21 ef8592e4114e: Preparing 18:10:21 281d901d39e9: Preparing 18:10:21 f1417ff83b31: Preparing 18:10:21 61030febe3e3: Waiting 18:10:21 e6e561b2546b: Waiting 18:10:21 c6babe219218: Waiting 18:10:21 281d901d39e9: Waiting 18:10:21 4033f57211ee: Waiting 18:10:21 159a834bfa80: Waiting 18:10:21 f1417ff83b31: Waiting 18:10:21 ef8592e4114e: Waiting 18:10:21 f61cba862cd0: Pushed 18:10:21 380693a6d560: Pushed 18:10:21 d9e56982fe57: Pushed 18:10:21 cbbd1f6433a4: Pushed 18:10:21 67af8cfd97e8: Pushed 18:10:21 e6e561b2546b: Layer already exists 18:10:21 c6babe219218: Layer already exists 18:10:21 281d901d39e9: Pushed 18:10:21 159a834bfa80: Pushed 18:10:21 4033f57211ee: Pushed 18:10:21 ef8592e4114e: Pushed 18:10:21 f1417ff83b31: Layer already exists 18:10:21 ---> 8901b096a9ea 18:10:21 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:10:23 61030febe3e3: Pushed 18:10:23 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:b62fd2ed1d0cd75713aae45d0302b40a7208f0b444ae446ae94d1e737c0d53f6 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 18:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:24 cbbd1f6433a4: Preparing 18:10:24 cbbd1f6433a4: Preparing 18:10:24 380693a6d560: Preparing 18:10:24 67af8cfd97e8: Preparing 18:10:24 d9e56982fe57: Preparing 18:10:24 f61cba862cd0: Preparing 18:10:24 61030febe3e3: Preparing 18:10:24 e6e561b2546b: Preparing 18:10:24 c6babe219218: Preparing 18:10:24 4033f57211ee: Preparing 18:10:24 159a834bfa80: Preparing 18:10:24 ef8592e4114e: Preparing 18:10:24 281d901d39e9: Preparing 18:10:24 f1417ff83b31: Preparing 18:10:24 61030febe3e3: Waiting 18:10:24 e6e561b2546b: Waiting 18:10:24 c6babe219218: Waiting 18:10:24 4033f57211ee: Waiting 18:10:24 159a834bfa80: Waiting 18:10:24 f1417ff83b31: Waiting 18:10:24 ef8592e4114e: Waiting 18:10:24 281d901d39e9: Waiting 18:10:24 cbbd1f6433a4: Layer already exists 18:10:24 67af8cfd97e8: Layer already exists 18:10:24 f61cba862cd0: Layer already exists 18:10:24 380693a6d560: Layer already exists 18:10:24 d9e56982fe57: Layer already exists 18:10:24 61030febe3e3: Layer already exists 18:10:24 e6e561b2546b: Layer already exists 18:10:24 c6babe219218: Layer already exists 18:10:24 4033f57211ee: Layer already exists 18:10:24 159a834bfa80: Layer already exists 18:10:24 ef8592e4114e: Layer already exists 18:10:24 281d901d39e9: Layer already exists 18:10:24 f1417ff83b31: Layer already exists 18:10:24 latest: digest: sha256:b62fd2ed1d0cd75713aae45d0302b40a7208f0b444ae446ae94d1e737c0d53f6 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.155 18:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:24 cbbd1f6433a4: Preparing 18:10:24 cbbd1f6433a4: Preparing 18:10:24 380693a6d560: Preparing 18:10:24 67af8cfd97e8: Preparing 18:10:24 d9e56982fe57: Preparing 18:10:24 f61cba862cd0: Preparing 18:10:24 61030febe3e3: Preparing 18:10:24 e6e561b2546b: Preparing 18:10:24 c6babe219218: Preparing 18:10:24 4033f57211ee: Preparing 18:10:24 159a834bfa80: Preparing 18:10:24 ef8592e4114e: Preparing 18:10:24 281d901d39e9: Preparing 18:10:24 f1417ff83b31: Preparing 18:10:24 c6babe219218: Waiting 18:10:24 4033f57211ee: Waiting 18:10:24 159a834bfa80: Waiting 18:10:24 61030febe3e3: Waiting 18:10:24 ef8592e4114e: Waiting 18:10:24 281d901d39e9: Waiting 18:10:24 f1417ff83b31: Waiting 18:10:24 e6e561b2546b: Waiting 18:10:24 f61cba862cd0: Layer already exists 18:10:24 380693a6d560: Layer already exists 18:10:24 d9e56982fe57: Layer already exists 18:10:24 cbbd1f6433a4: Layer already exists 18:10:24 67af8cfd97e8: Layer already exists 18:10:24 61030febe3e3: Layer already exists 18:10:24 e6e561b2546b: Layer already exists 18:10:24 4033f57211ee: Layer already exists 18:10:24 c6babe219218: Layer already exists 18:10:24 159a834bfa80: Layer already exists 18:10:24 ef8592e4114e: Layer already exists 18:10:24 f1417ff83b31: Layer already exists 18:10:24 281d901d39e9: Layer already exists 18:10:24 3.0.0-dev.155: digest: sha256:b62fd2ed1d0cd75713aae45d0302b40a7208f0b444ae446ae94d1e737c0d53f6 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:25 cbbd1f6433a4: Preparing 18:10:25 cbbd1f6433a4: Preparing 18:10:25 380693a6d560: Preparing 18:10:25 67af8cfd97e8: Preparing 18:10:25 d9e56982fe57: Preparing 18:10:25 f61cba862cd0: Preparing 18:10:25 61030febe3e3: Preparing 18:10:25 e6e561b2546b: Preparing 18:10:25 c6babe219218: Preparing 18:10:25 4033f57211ee: Preparing 18:10:25 159a834bfa80: Preparing 18:10:25 ef8592e4114e: Preparing 18:10:25 281d901d39e9: Preparing 18:10:25 f1417ff83b31: Preparing 18:10:25 ef8592e4114e: Waiting 18:10:25 c6babe219218: Waiting 18:10:25 281d901d39e9: Waiting 18:10:25 4033f57211ee: Waiting 18:10:25 61030febe3e3: Waiting 18:10:25 f1417ff83b31: Waiting 18:10:25 159a834bfa80: Waiting 18:10:25 e6e561b2546b: Waiting 18:10:25 cbbd1f6433a4: Layer already exists 18:10:25 67af8cfd97e8: Layer already exists 18:10:25 d9e56982fe57: Layer already exists 18:10:25 f61cba862cd0: Layer already exists 18:10:25 380693a6d560: Layer already exists 18:10:25 61030febe3e3: Layer already exists 18:10:25 e6e561b2546b: Layer already exists 18:10:25 4033f57211ee: Layer already exists 18:10:25 c6babe219218: Layer already exists 18:10:25 159a834bfa80: Layer already exists 18:10:25 ef8592e4114e: Layer already exists 18:10:25 281d901d39e9: Layer already exists 18:10:25 f1417ff83b31: Layer already exists 18:10:25 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:b62fd2ed1d0cd75713aae45d0302b40a7208f0b444ae446ae94d1e737c0d53f6 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 18:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:10:25 cbbd1f6433a4: Preparing 18:10:25 cbbd1f6433a4: Preparing 18:10:25 380693a6d560: Preparing 18:10:25 67af8cfd97e8: Preparing 18:10:25 d9e56982fe57: Preparing 18:10:25 f61cba862cd0: Preparing 18:10:25 61030febe3e3: Preparing 18:10:25 e6e561b2546b: Preparing 18:10:25 c6babe219218: Preparing 18:10:25 4033f57211ee: Preparing 18:10:25 159a834bfa80: Preparing 18:10:25 ef8592e4114e: Preparing 18:10:25 281d901d39e9: Preparing 18:10:25 f1417ff83b31: Preparing 18:10:25 ef8592e4114e: Waiting 18:10:25 159a834bfa80: Waiting 18:10:25 4033f57211ee: Waiting 18:10:25 e6e561b2546b: Waiting 18:10:25 61030febe3e3: Waiting 18:10:25 c6babe219218: Waiting 18:10:25 281d901d39e9: Waiting 18:10:25 f61cba862cd0: Layer already exists 18:10:25 cbbd1f6433a4: Layer already exists 18:10:25 380693a6d560: Layer already exists 18:10:25 67af8cfd97e8: Layer already exists 18:10:25 d9e56982fe57: Layer already exists 18:10:25 61030febe3e3: Layer already exists 18:10:25 e6e561b2546b: Layer already exists 18:10:25 c6babe219218: Layer already exists 18:10:25 4033f57211ee: Layer already exists 18:10:25 159a834bfa80: Layer already exists 18:10:25 ef8592e4114e: Layer already exists 18:10:25 281d901d39e9: Layer already exists 18:10:25 f1417ff83b31: Layer already exists 18:10:25 main: digest: sha256:b62fd2ed1d0cd75713aae45d0302b40a7208f0b444ae446ae94d1e737c0d53f6 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:25 ===================================================== [Pipeline] echo 18:10:25 taggedImages: 18:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 18:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.155 18:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 18:10:25 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 18:10:25 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:25 latest 18:10:25 3.0.0-dev.155 18:10:25 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:25 main 18:10:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:10:26 24833a3fb8c1: Preparing 18:10:26 73d52bb77e13: Preparing 18:10:26 9beca116cdf8: Preparing 18:10:26 f069cb1d689f: Preparing 18:10:26 e6e561b2546b: Preparing 18:10:26 c6babe219218: Preparing 18:10:26 b292b01c69cd: Preparing 18:10:26 f1417ff83b31: Preparing 18:10:26 c6babe219218: Waiting 18:10:26 b292b01c69cd: Waiting 18:10:26 f1417ff83b31: Waiting 18:10:26 e6e561b2546b: Layer already exists 18:10:26 c6babe219218: Layer already exists 18:10:26 b292b01c69cd: Layer already exists 18:10:26 f1417ff83b31: Layer already exists 18:10:26 73d52bb77e13: Pushed 18:10:26 24833a3fb8c1: Pushed 18:10:26 9beca116cdf8: Pushed 18:10:27 f069cb1d689f: Pushed 18:10:27 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:efb2505eb304aa8f7c8e8041bc844cf6c7f87df68a28a476a20e6ec33c7eb74a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:28 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 18:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:10:28 24833a3fb8c1: Preparing 18:10:28 73d52bb77e13: Preparing 18:10:28 9beca116cdf8: Preparing 18:10:28 f069cb1d689f: Preparing 18:10:28 e6e561b2546b: Preparing 18:10:28 c6babe219218: Preparing 18:10:28 b292b01c69cd: Preparing 18:10:28 f1417ff83b31: Preparing 18:10:28 c6babe219218: Waiting 18:10:28 b292b01c69cd: Waiting 18:10:28 73d52bb77e13: Layer already exists 18:10:28 9beca116cdf8: Layer already exists 18:10:28 24833a3fb8c1: Layer already exists 18:10:28 f069cb1d689f: Layer already exists 18:10:28 e6e561b2546b: Layer already exists 18:10:28 c6babe219218: Layer already exists 18:10:28 b292b01c69cd: Layer already exists 18:10:28 f1417ff83b31: Layer already exists 18:10:28 latest: digest: sha256:efb2505eb304aa8f7c8e8041bc844cf6c7f87df68a28a476a20e6ec33c7eb74a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:28 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.155 18:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:10:29 24833a3fb8c1: Preparing 18:10:29 73d52bb77e13: Preparing 18:10:29 9beca116cdf8: Preparing 18:10:29 f069cb1d689f: Preparing 18:10:29 e6e561b2546b: Preparing 18:10:29 c6babe219218: Preparing 18:10:29 b292b01c69cd: Preparing 18:10:29 f1417ff83b31: Preparing 18:10:29 b292b01c69cd: Waiting 18:10:29 f1417ff83b31: Waiting 18:10:29 c6babe219218: Waiting 18:10:29 f069cb1d689f: Layer already exists 18:10:29 24833a3fb8c1: Layer already exists 18:10:29 73d52bb77e13: Layer already exists 18:10:29 e6e561b2546b: Layer already exists 18:10:29 9beca116cdf8: Layer already exists 18:10:29 b292b01c69cd: Layer already exists 18:10:29 c6babe219218: Layer already exists 18:10:29 f1417ff83b31: Layer already exists 18:10:29 3.0.0-dev.155: digest: sha256:efb2505eb304aa8f7c8e8041bc844cf6c7f87df68a28a476a20e6ec33c7eb74a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:29 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:10:29 24833a3fb8c1: Preparing 18:10:29 73d52bb77e13: Preparing 18:10:29 9beca116cdf8: Preparing 18:10:29 f069cb1d689f: Preparing 18:10:29 e6e561b2546b: Preparing 18:10:29 c6babe219218: Preparing 18:10:29 b292b01c69cd: Preparing 18:10:29 f1417ff83b31: Preparing 18:10:29 b292b01c69cd: Waiting 18:10:29 f1417ff83b31: Waiting 18:10:29 f069cb1d689f: Layer already exists 18:10:29 9beca116cdf8: Layer already exists 18:10:29 24833a3fb8c1: Layer already exists 18:10:29 e6e561b2546b: Layer already exists 18:10:29 73d52bb77e13: Layer already exists 18:10:29 c6babe219218: Layer already exists 18:10:29 b292b01c69cd: Layer already exists 18:10:29 f1417ff83b31: Layer already exists 18:10:29 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:efb2505eb304aa8f7c8e8041bc844cf6c7f87df68a28a476a20e6ec33c7eb74a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 18:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:10:30 24833a3fb8c1: Preparing 18:10:30 73d52bb77e13: Preparing 18:10:30 9beca116cdf8: Preparing 18:10:30 f069cb1d689f: Preparing 18:10:30 e6e561b2546b: Preparing 18:10:30 c6babe219218: Preparing 18:10:30 b292b01c69cd: Preparing 18:10:30 f1417ff83b31: Preparing 18:10:30 f1417ff83b31: Waiting 18:10:30 c6babe219218: Waiting 18:10:30 b292b01c69cd: Waiting 18:10:30 e6e561b2546b: Layer already exists 18:10:30 9beca116cdf8: Layer already exists 18:10:30 73d52bb77e13: Layer already exists 18:10:30 f069cb1d689f: Layer already exists 18:10:30 24833a3fb8c1: Layer already exists 18:10:30 b292b01c69cd: Layer already exists 18:10:30 c6babe219218: Layer already exists 18:10:30 f1417ff83b31: Layer already exists 18:10:30 main: digest: sha256:efb2505eb304aa8f7c8e8041bc844cf6c7f87df68a28a476a20e6ec33c7eb74a size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:30 ===================================================== [Pipeline] echo 18:10:30 taggedImages: 18:10:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 18:10:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.155 18:10:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:30 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 18:10:30 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 18:10:30 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:30 latest 18:10:30 3.0.0-dev.155 18:10:30 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:30 main 18:10:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:31 5236688503d7: Preparing 18:10:31 ec1fbecf02dc: Preparing 18:10:31 dcb140fd2f85: Preparing 18:10:31 d51f821ac5fd: Preparing 18:10:31 e6e561b2546b: Preparing 18:10:31 c6babe219218: Preparing 18:10:31 24efa1e82b4c: Preparing 18:10:31 de8e5baaf75a: Preparing 18:10:31 f1417ff83b31: Preparing 18:10:31 c6babe219218: Waiting 18:10:31 24efa1e82b4c: Waiting 18:10:31 de8e5baaf75a: Waiting 18:10:31 f1417ff83b31: Waiting 18:10:31 e6e561b2546b: Layer already exists 18:10:31 c6babe219218: Layer already exists 18:10:31 d51f821ac5fd: Pushed 18:10:31 5236688503d7: Pushed 18:10:31 ec1fbecf02dc: Pushed 18:10:31 f1417ff83b31: Layer already exists 18:10:31 24efa1e82b4c: Pushed 18:10:31 de8e5baaf75a: Pushed 18:10:32 ---> a9c205940656 18:10:32 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:10:32 ---> 6d762e10fb53 18:10:32 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:10:32 ---> 7ed535eae474 18:10:32 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:10:32 dcb140fd2f85: Pushed 18:10:32 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:f505d872ce86146c2c418a47d55c2b2fb3f6af426df80870c83ac8b443d5d9e8 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 18:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:32 5236688503d7: Preparing 18:10:32 ec1fbecf02dc: Preparing 18:10:32 dcb140fd2f85: Preparing 18:10:32 d51f821ac5fd: Preparing 18:10:32 e6e561b2546b: Preparing 18:10:32 c6babe219218: Preparing 18:10:32 24efa1e82b4c: Preparing 18:10:32 de8e5baaf75a: Preparing 18:10:32 f1417ff83b31: Preparing 18:10:32 24efa1e82b4c: Waiting 18:10:32 de8e5baaf75a: Waiting 18:10:32 f1417ff83b31: Waiting 18:10:32 c6babe219218: Waiting 18:10:32 dcb140fd2f85: Layer already exists 18:10:32 ec1fbecf02dc: Layer already exists 18:10:32 5236688503d7: Layer already exists 18:10:32 e6e561b2546b: Layer already exists 18:10:32 d51f821ac5fd: Layer already exists 18:10:32 c6babe219218: Layer already exists 18:10:32 f1417ff83b31: Layer already exists 18:10:32 de8e5baaf75a: Layer already exists 18:10:32 24efa1e82b4c: Layer already exists 18:10:32 latest: digest: sha256:f505d872ce86146c2c418a47d55c2b2fb3f6af426df80870c83ac8b443d5d9e8 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.155 18:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:33 5236688503d7: Preparing 18:10:33 ec1fbecf02dc: Preparing 18:10:33 dcb140fd2f85: Preparing 18:10:33 d51f821ac5fd: Preparing 18:10:33 e6e561b2546b: Preparing 18:10:33 c6babe219218: Preparing 18:10:33 24efa1e82b4c: Preparing 18:10:33 de8e5baaf75a: Preparing 18:10:33 f1417ff83b31: Preparing 18:10:33 24efa1e82b4c: Waiting 18:10:33 c6babe219218: Waiting 18:10:33 de8e5baaf75a: Waiting 18:10:33 f1417ff83b31: Waiting 18:10:33 dcb140fd2f85: Layer already exists 18:10:33 d51f821ac5fd: Layer already exists 18:10:33 5236688503d7: Layer already exists 18:10:33 ec1fbecf02dc: Layer already exists 18:10:33 e6e561b2546b: Layer already exists 18:10:33 c6babe219218: Layer already exists 18:10:33 de8e5baaf75a: Layer already exists 18:10:33 f1417ff83b31: Layer already exists 18:10:33 24efa1e82b4c: Layer already exists 18:10:33 3.0.0-dev.155: digest: sha256:f505d872ce86146c2c418a47d55c2b2fb3f6af426df80870c83ac8b443d5d9e8 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:34 5236688503d7: Preparing 18:10:34 ec1fbecf02dc: Preparing 18:10:34 dcb140fd2f85: Preparing 18:10:34 d51f821ac5fd: Preparing 18:10:34 e6e561b2546b: Preparing 18:10:34 c6babe219218: Preparing 18:10:34 24efa1e82b4c: Preparing 18:10:34 c6babe219218: Waiting 18:10:34 24efa1e82b4c: Waiting 18:10:34 de8e5baaf75a: Preparing 18:10:34 f1417ff83b31: Preparing 18:10:34 de8e5baaf75a: Waiting 18:10:34 f1417ff83b31: Waiting 18:10:34 e6e561b2546b: Layer already exists 18:10:34 5236688503d7: Layer already exists 18:10:34 dcb140fd2f85: Layer already exists 18:10:34 d51f821ac5fd: Layer already exists 18:10:34 ec1fbecf02dc: Layer already exists 18:10:34 de8e5baaf75a: Layer already exists 18:10:34 24efa1e82b4c: Layer already exists 18:10:34 f1417ff83b31: Layer already exists 18:10:34 c6babe219218: Layer already exists 18:10:34 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:f505d872ce86146c2c418a47d55c2b2fb3f6af426df80870c83ac8b443d5d9e8 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:34 ---> f9d65a342897 18:10:34 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:10:34 ---> Running in 20561fa15436 18:10:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:34 Removing intermediate container 20561fa15436 18:10:34 ---> 2a60092120c2 18:10:34 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:10:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 18:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:10:34 5236688503d7: Preparing 18:10:34 ec1fbecf02dc: Preparing 18:10:34 dcb140fd2f85: Preparing 18:10:34 d51f821ac5fd: Preparing 18:10:34 e6e561b2546b: Preparing 18:10:34 c6babe219218: Preparing 18:10:34 24efa1e82b4c: Preparing 18:10:34 de8e5baaf75a: Preparing 18:10:34 f1417ff83b31: Preparing 18:10:34 24efa1e82b4c: Waiting 18:10:34 de8e5baaf75a: Waiting 18:10:34 f1417ff83b31: Waiting 18:10:34 c6babe219218: Waiting 18:10:34 dcb140fd2f85: Layer already exists 18:10:34 e6e561b2546b: Layer already exists 18:10:34 5236688503d7: Layer already exists 18:10:34 ec1fbecf02dc: Layer already exists 18:10:34 d51f821ac5fd: Layer already exists 18:10:34 24efa1e82b4c: Layer already exists 18:10:34 c6babe219218: Layer already exists 18:10:34 f1417ff83b31: Layer already exists 18:10:34 de8e5baaf75a: Layer already exists 18:10:34 main: digest: sha256:f505d872ce86146c2c418a47d55c2b2fb3f6af426df80870c83ac8b443d5d9e8 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:34 ===================================================== [Pipeline] echo 18:10:34 taggedImages: 18:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 18:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.155 18:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 18:10:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 18:10:34 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:34 latest 18:10:34 3.0.0-dev.155 18:10:34 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:34 main 18:10:34 ===================================================== [Pipeline] withEnv [Pipeline] { 18:10:34 ---> Running in 8cdc866cac5d [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:35 Removing intermediate container 8cdc866cac5d 18:10:35 ---> ebc3cfd64185 18:10:35 Step 25/27 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:35 d5ac83046368: Preparing 18:10:35 992a449e3ec7: Preparing 18:10:35 44bd1c1bd6b6: Preparing 18:10:35 165ef1eafc6c: Preparing 18:10:35 85d686c256d1: Preparing 18:10:35 d86e2df52be4: Preparing 18:10:35 22a865702180: Preparing 18:10:35 e6e561b2546b: Preparing 18:10:35 c6babe219218: Preparing 18:10:35 38ab2678d370: Preparing 18:10:35 f1417ff83b31: Preparing 18:10:35 22a865702180: Waiting 18:10:35 38ab2678d370: Waiting 18:10:35 f1417ff83b31: Waiting 18:10:35 e6e561b2546b: Waiting 18:10:35 d86e2df52be4: Waiting 18:10:35 85d686c256d1: Pushed 18:10:35 992a449e3ec7: Pushed 18:10:35 d5ac83046368: Pushed 18:10:35 e6e561b2546b: Layer already exists 18:10:35 c6babe219218: Layer already exists 18:10:35 d86e2df52be4: Pushed 18:10:35 f1417ff83b31: Layer already exists 18:10:35 22a865702180: Pushed 18:10:35 ---> Running in 864ebe11ae71 18:10:35 38ab2678d370: Pushed 18:10:36 Removing intermediate container 864ebe11ae71 18:10:36 ---> b41d9e507f9b 18:10:36 Step 26/27 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:36 ---> Running in 572cf0ea277c 18:10:36 Removing intermediate container 572cf0ea277c 18:10:36 ---> 2012d36583f4 18:10:36 Step 27/27 : LABEL version=3.0.0-dev.155 18:10:36 ---> Running in b86939fe8a05 18:10:36 165ef1eafc6c: Pushed 18:10:37 Removing intermediate container b86939fe8a05 18:10:37 ---> 01d954fff04b 18:10:37 18:10:37 Successfully built 01d954fff04b 18:10:37 Successfully tagged security-spire-agent-arm64:latest 18:10:37 Building security-spiffe-token-provider 18:10:37 44bd1c1bd6b6: Pushed 18:10:39 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:dba69168f40465729e2036a365e2b930ddf2996524e81290d0834d261146b2c6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 18:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:39 d5ac83046368: Preparing 18:10:39 992a449e3ec7: Preparing 18:10:39 44bd1c1bd6b6: Preparing 18:10:39 165ef1eafc6c: Preparing 18:10:39 85d686c256d1: Preparing 18:10:39 d86e2df52be4: Preparing 18:10:39 22a865702180: Preparing 18:10:39 e6e561b2546b: Preparing 18:10:39 c6babe219218: Preparing 18:10:39 38ab2678d370: Preparing 18:10:39 f1417ff83b31: Preparing 18:10:39 d86e2df52be4: Waiting 18:10:39 22a865702180: Waiting 18:10:39 e6e561b2546b: Waiting 18:10:39 c6babe219218: Waiting 18:10:39 38ab2678d370: Waiting 18:10:39 f1417ff83b31: Waiting 18:10:39 d5ac83046368: Layer already exists 18:10:39 44bd1c1bd6b6: Layer already exists 18:10:39 165ef1eafc6c: Layer already exists 18:10:39 992a449e3ec7: Layer already exists 18:10:39 85d686c256d1: Layer already exists 18:10:39 e6e561b2546b: Layer already exists 18:10:39 22a865702180: Layer already exists 18:10:39 c6babe219218: Layer already exists 18:10:39 38ab2678d370: Layer already exists 18:10:39 d86e2df52be4: Layer already exists 18:10:39 f1417ff83b31: Layer already exists 18:10:40 latest: digest: sha256:dba69168f40465729e2036a365e2b930ddf2996524e81290d0834d261146b2c6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:40 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:40  Building security-spire-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:10:40 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:10:40 ---> 9cb54103aa05 18:10:40 Step 3/20 : WORKDIR /edgex-go 18:10:40 ---> Using cache 18:10:40 ---> 1c40cb164aea 18:10:40 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 18:10:40 ---> Running in bb1bd71f1e16 18:10:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.155 18:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:40 d5ac83046368: Preparing 18:10:40 992a449e3ec7: Preparing 18:10:40 44bd1c1bd6b6: Preparing 18:10:40 165ef1eafc6c: Preparing 18:10:40 85d686c256d1: Preparing 18:10:40 d86e2df52be4: Preparing 18:10:40 22a865702180: Preparing 18:10:40 e6e561b2546b: Preparing 18:10:40 c6babe219218: Preparing 18:10:40 38ab2678d370: Preparing 18:10:40 f1417ff83b31: Preparing 18:10:40 22a865702180: Waiting 18:10:40 e6e561b2546b: Waiting 18:10:40 38ab2678d370: Waiting 18:10:40 c6babe219218: Waiting 18:10:40 f1417ff83b31: Waiting 18:10:40 d86e2df52be4: Waiting 18:10:40 165ef1eafc6c: Layer already exists 18:10:40 992a449e3ec7: Layer already exists 18:10:40 44bd1c1bd6b6: Layer already exists 18:10:40 85d686c256d1: Layer already exists 18:10:40 d5ac83046368: Layer already exists 18:10:40 d86e2df52be4: Layer already exists 18:10:40 22a865702180: Layer already exists 18:10:40 e6e561b2546b: Layer already exists 18:10:40 c6babe219218: Layer already exists 18:10:40 38ab2678d370: Layer already exists 18:10:40 f1417ff83b31: Layer already exists 18:10:41 3.0.0-dev.155: digest: sha256:dba69168f40465729e2036a365e2b930ddf2996524e81290d0834d261146b2c6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:41 d5ac83046368: Preparing 18:10:41 992a449e3ec7: Preparing 18:10:41 44bd1c1bd6b6: Preparing 18:10:41 165ef1eafc6c: Preparing 18:10:41 85d686c256d1: Preparing 18:10:41 d86e2df52be4: Preparing 18:10:41 22a865702180: Preparing 18:10:41 e6e561b2546b: Preparing 18:10:41 c6babe219218: Preparing 18:10:41 38ab2678d370: Preparing 18:10:41 f1417ff83b31: Preparing 18:10:41 e6e561b2546b: Waiting 18:10:41 c6babe219218: Waiting 18:10:41 d86e2df52be4: Waiting 18:10:41 f1417ff83b31: Waiting 18:10:41 22a865702180: Waiting 18:10:41 38ab2678d370: Waiting 18:10:41 85d686c256d1: Layer already exists 18:10:41 44bd1c1bd6b6: Layer already exists 18:10:41 165ef1eafc6c: Layer already exists 18:10:41 992a449e3ec7: Layer already exists 18:10:41 d5ac83046368: Layer already exists 18:10:41 22a865702180: Layer already exists 18:10:41 e6e561b2546b: Layer already exists 18:10:41 38ab2678d370: Layer already exists 18:10:41 c6babe219218: Layer already exists 18:10:41 d86e2df52be4: Layer already exists 18:10:41 f1417ff83b31: Layer already exists 18:10:42 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:dba69168f40465729e2036a365e2b930ddf2996524e81290d0834d261146b2c6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:10:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 18:10:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:10:42 d5ac83046368: Preparing 18:10:42 992a449e3ec7: Preparing 18:10:42 44bd1c1bd6b6: Preparing 18:10:42 165ef1eafc6c: Preparing 18:10:42 85d686c256d1: Preparing 18:10:42 d86e2df52be4: Preparing 18:10:42 22a865702180: Preparing 18:10:42 e6e561b2546b: Preparing 18:10:42 c6babe219218: Preparing 18:10:42 38ab2678d370: Preparing 18:10:42 f1417ff83b31: Preparing 18:10:42 38ab2678d370: Waiting 18:10:42 c6babe219218: Waiting 18:10:42 d86e2df52be4: Waiting 18:10:42 e6e561b2546b: Waiting 18:10:42 22a865702180: Waiting 18:10:42 f1417ff83b31: Waiting 18:10:42 85d686c256d1: Layer already exists 18:10:42 992a449e3ec7: Layer already exists 18:10:42 165ef1eafc6c: Layer already exists 18:10:42 44bd1c1bd6b6: Layer already exists 18:10:42 d5ac83046368: Layer already exists 18:10:42 d86e2df52be4: Layer already exists 18:10:42 22a865702180: Layer already exists 18:10:42 c6babe219218: Layer already exists 18:10:42 e6e561b2546b: Layer already exists 18:10:42 38ab2678d370: Layer already exists 18:10:42 f1417ff83b31: Layer already exists 18:10:42 main: digest: sha256:dba69168f40465729e2036a365e2b930ddf2996524e81290d0834d261146b2c6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:42 ===================================================== [Pipeline] echo 18:10:42 taggedImages: 18:10:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 18:10:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.155 18:10:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 18:10:42 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 18:10:42 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:42 latest 18:10:42 3.0.0-dev.155 18:10:42 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:42 main 18:10:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:10:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:10:43 07490fcaf9c9: Preparing 18:10:43 75b486c9a93b: Preparing 18:10:43 e6e561b2546b: Preparing 18:10:43 c6babe219218: Preparing 18:10:43 5905067d1c89: Preparing 18:10:43 f1417ff83b31: Preparing 18:10:43 f1417ff83b31: Waiting 18:10:43 e6e561b2546b: Layer already exists 18:10:43 c6babe219218: Layer already exists 18:10:43 f1417ff83b31: Layer already exists 18:10:43 07490fcaf9c9: Pushed 18:10:43 5905067d1c89: Pushed 18:10:44 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:10:44 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:10:44 OK: 17692 distinct packages available 18:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:10:45 75b486c9a93b: Pushed 18:10:45 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:a3cf585c63ef14e5a88ad443a63b267a280ad6ac5c86a5625ecb9f164061c9e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:46 + 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 18:10:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 18:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:10:46 07490fcaf9c9: Preparing 18:10:46 75b486c9a93b: Preparing 18:10:46 e6e561b2546b: Preparing 18:10:46 c6babe219218: Preparing 18:10:46 5905067d1c89: Preparing 18:10:46 f1417ff83b31: Preparing 18:10:46 f1417ff83b31: Waiting 18:10:46 c6babe219218: Layer already exists 18:10:46 5905067d1c89: Layer already exists 18:10:46 e6e561b2546b: Layer already exists 18:10:46 07490fcaf9c9: Layer already exists 18:10:46 75b486c9a93b: Layer already exists 18:10:46 f1417ff83b31: Layer already exists 18:10:46 latest: digest: sha256:a3cf585c63ef14e5a88ad443a63b267a280ad6ac5c86a5625ecb9f164061c9e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.155 18:10:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:10:47 07490fcaf9c9: Preparing 18:10:47 75b486c9a93b: Preparing 18:10:47 e6e561b2546b: Preparing 18:10:47 c6babe219218: Preparing 18:10:47 5905067d1c89: Preparing 18:10:47 f1417ff83b31: Preparing 18:10:47 f1417ff83b31: Waiting 18:10:47 07490fcaf9c9: Layer already exists 18:10:47 75b486c9a93b: Layer already exists 18:10:47 5905067d1c89: Layer already exists 18:10:47 e6e561b2546b: Layer already exists 18:10:47 c6babe219218: Layer already exists 18:10:47 f1417ff83b31: Layer already exists 18:10:47 3.0.0-dev.155: digest: sha256:a3cf585c63ef14e5a88ad443a63b267a280ad6ac5c86a5625ecb9f164061c9e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:47 OK: 263 MiB in 53 packages 18:10:47 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:10:47 07490fcaf9c9: Preparing 18:10:47 75b486c9a93b: Preparing 18:10:47 e6e561b2546b: Preparing 18:10:47 c6babe219218: Preparing 18:10:47 5905067d1c89: Preparing 18:10:47 f1417ff83b31: Preparing 18:10:47 07490fcaf9c9: Layer already exists 18:10:47 e6e561b2546b: Layer already exists 18:10:47 5905067d1c89: Layer already exists 18:10:47 c6babe219218: Layer already exists 18:10:47 75b486c9a93b: Layer already exists 18:10:47 f1417ff83b31: Layer already exists 18:10:47 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:a3cf585c63ef14e5a88ad443a63b267a280ad6ac5c86a5625ecb9f164061c9e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:48 + 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 18:10:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 18:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:10:48 07490fcaf9c9: Preparing 18:10:48 75b486c9a93b: Preparing 18:10:48 e6e561b2546b: Preparing 18:10:48 c6babe219218: Preparing 18:10:48 5905067d1c89: Preparing 18:10:48 f1417ff83b31: Preparing 18:10:48 f1417ff83b31: Waiting 18:10:48 c6babe219218: Layer already exists 18:10:48 75b486c9a93b: Layer already exists 18:10:48 07490fcaf9c9: Layer already exists 18:10:48 e6e561b2546b: Layer already exists 18:10:48 5905067d1c89: Layer already exists 18:10:48 f1417ff83b31: Layer already exists 18:10:48 main: digest: sha256:a3cf585c63ef14e5a88ad443a63b267a280ad6ac5c86a5625ecb9f164061c9e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:48 ===================================================== [Pipeline] echo 18:10:48 taggedImages: 18:10:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 18:10:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.155 18:10:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 18:10:48 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 18:10:48 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:48 latest 18:10:48 3.0.0-dev.155 18:10:48 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:48 main 18:10:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:48 Removing intermediate container bb1bd71f1e16 18:10:48 ---> 3beea8b8e5d4 18:10:48 Step 5/20 : COPY go.mod vendor* ./ 18:10:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:10:49 d80dc450ce97: Preparing 18:10:49 c64303d1fc84: Preparing 18:10:49 f5e5a913c35c: Preparing 18:10:49 d2e9892d6afb: Preparing 18:10:49 4283b09ae5ad: Preparing 18:10:49 e6e561b2546b: Preparing 18:10:49 c6babe219218: Preparing 18:10:49 743d6ff2eed9: Preparing 18:10:49 f1417ff83b31: Preparing 18:10:49 e6e561b2546b: Waiting 18:10:49 c6babe219218: Waiting 18:10:49 743d6ff2eed9: Waiting 18:10:49 f1417ff83b31: Waiting 18:10:49 d80dc450ce97: Pushed 18:10:49 f5e5a913c35c: Pushed 18:10:49 c64303d1fc84: Pushed 18:10:49 e6e561b2546b: Layer already exists 18:10:49 c6babe219218: Layer already exists 18:10:49 f1417ff83b31: Layer already exists 18:10:49 ---> fa594c757b91 18:10:49 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:10:49 ---> Running in 1e3c5c2b13de 18:10:50 743d6ff2eed9: Pushed 18:10:54 4283b09ae5ad: Pushed 18:10:57 d2e9892d6afb: Pushed 18:10:57 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:196f5e597f25ff28b455466e395c25b8da89ad658c8315b7353a26ef1ba1e226 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 18:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:10:57 d80dc450ce97: Preparing 18:10:57 c64303d1fc84: Preparing 18:10:57 f5e5a913c35c: Preparing 18:10:57 d2e9892d6afb: Preparing 18:10:57 4283b09ae5ad: Preparing 18:10:57 e6e561b2546b: Preparing 18:10:57 c6babe219218: Preparing 18:10:57 743d6ff2eed9: Preparing 18:10:57 f1417ff83b31: Preparing 18:10:57 c6babe219218: Waiting 18:10:57 e6e561b2546b: Waiting 18:10:57 f1417ff83b31: Waiting 18:10:57 743d6ff2eed9: Waiting 18:10:57 4283b09ae5ad: Layer already exists 18:10:57 c64303d1fc84: Layer already exists 18:10:57 f5e5a913c35c: Layer already exists 18:10:57 d2e9892d6afb: Layer already exists 18:10:57 d80dc450ce97: Layer already exists 18:10:57 c6babe219218: Layer already exists 18:10:57 f1417ff83b31: Layer already exists 18:10:57 743d6ff2eed9: Layer already exists 18:10:57 e6e561b2546b: Layer already exists 18:10:57 latest: digest: sha256:196f5e597f25ff28b455466e395c25b8da89ad658c8315b7353a26ef1ba1e226 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.155 18:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:10:58 d80dc450ce97: Preparing 18:10:58 c64303d1fc84: Preparing 18:10:58 f5e5a913c35c: Preparing 18:10:58 d2e9892d6afb: Preparing 18:10:58 4283b09ae5ad: Preparing 18:10:58 e6e561b2546b: Preparing 18:10:58 c6babe219218: Preparing 18:10:58 e6e561b2546b: Waiting 18:10:58 743d6ff2eed9: Preparing 18:10:58 f1417ff83b31: Preparing 18:10:58 c6babe219218: Waiting 18:10:58 743d6ff2eed9: Waiting 18:10:58 f1417ff83b31: Waiting 18:10:58 d80dc450ce97: Layer already exists 18:10:58 d2e9892d6afb: Layer already exists 18:10:58 c64303d1fc84: Layer already exists 18:10:58 f5e5a913c35c: Layer already exists 18:10:58 4283b09ae5ad: Layer already exists 18:10:58 743d6ff2eed9: Layer already exists 18:10:58 e6e561b2546b: Layer already exists 18:10:58 c6babe219218: Layer already exists 18:10:58 f1417ff83b31: Layer already exists 18:10:58 3.0.0-dev.155: digest: sha256:196f5e597f25ff28b455466e395c25b8da89ad658c8315b7353a26ef1ba1e226 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:10:59 d80dc450ce97: Preparing 18:10:59 c64303d1fc84: Preparing 18:10:59 f5e5a913c35c: Preparing 18:10:59 d2e9892d6afb: Preparing 18:10:59 4283b09ae5ad: Preparing 18:10:59 e6e561b2546b: Preparing 18:10:59 c6babe219218: Preparing 18:10:59 743d6ff2eed9: Preparing 18:10:59 f1417ff83b31: Preparing 18:10:59 e6e561b2546b: Waiting 18:10:59 c6babe219218: Waiting 18:10:59 743d6ff2eed9: Waiting 18:10:59 f1417ff83b31: Waiting 18:10:59 c64303d1fc84: Layer already exists 18:10:59 d80dc450ce97: Layer already exists 18:10:59 4283b09ae5ad: Layer already exists 18:10:59 f5e5a913c35c: Layer already exists 18:10:59 d2e9892d6afb: Layer already exists 18:10:59 e6e561b2546b: Layer already exists 18:10:59 c6babe219218: Layer already exists 18:10:59 f1417ff83b31: Layer already exists 18:10:59 743d6ff2eed9: Layer already exists 18:10:59 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:196f5e597f25ff28b455466e395c25b8da89ad658c8315b7353a26ef1ba1e226 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 18:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:10:59 d80dc450ce97: Preparing 18:10:59 c64303d1fc84: Preparing 18:10:59 f5e5a913c35c: Preparing 18:10:59 d2e9892d6afb: Preparing 18:10:59 4283b09ae5ad: Preparing 18:10:59 e6e561b2546b: Preparing 18:10:59 c6babe219218: Preparing 18:10:59 743d6ff2eed9: Preparing 18:10:59 f1417ff83b31: Preparing 18:10:59 e6e561b2546b: Waiting 18:10:59 c6babe219218: Waiting 18:10:59 f1417ff83b31: Waiting 18:10:59 743d6ff2eed9: Waiting 18:10:59 c64303d1fc84: Layer already exists 18:10:59 d80dc450ce97: Layer already exists 18:10:59 d2e9892d6afb: Layer already exists 18:10:59 4283b09ae5ad: Layer already exists 18:10:59 f5e5a913c35c: Layer already exists 18:10:59 e6e561b2546b: Layer already exists 18:10:59 c6babe219218: Layer already exists 18:10:59 f1417ff83b31: Layer already exists 18:10:59 743d6ff2eed9: Layer already exists 18:10:59 main: digest: sha256:196f5e597f25ff28b455466e395c25b8da89ad658c8315b7353a26ef1ba1e226 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:10:59 ===================================================== [Pipeline] echo 18:10:59 taggedImages: 18:10:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 18:10:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.155 18:10:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 18:10:59 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 18:10:59 1c894e2fcaddd09107904491402c53dd28c48fa9 18:10:59 latest 18:10:59 3.0.0-dev.155 18:10:59 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:10:59 main 18:10:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:11:00 1b510355cbd6: Preparing 18:11:00 2d05a7dfdad4: Preparing 18:11:00 57de7837efdb: Preparing 18:11:00 e0647673b930: Preparing 18:11:00 e6e561b2546b: Preparing 18:11:00 c6babe219218: Preparing 18:11:00 6b1e8c74444e: Preparing 18:11:00 f1417ff83b31: Preparing 18:11:00 6b1e8c74444e: Waiting 18:11:00 f1417ff83b31: Waiting 18:11:00 c6babe219218: Waiting 18:11:00 e6e561b2546b: Layer already exists 18:11:00 c6babe219218: Layer already exists 18:11:00 57de7837efdb: Pushed 18:11:00 1b510355cbd6: Pushed 18:11:00 2d05a7dfdad4: Pushed 18:11:00 f1417ff83b31: Layer already exists 18:11:00 6b1e8c74444e: Pushed 18:11:08 e0647673b930: Pushed 18:11:08 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:cb754689f971f84b8e46d1e7ea06e91df04a02d0e501b140f5ff7f4c3ebff052 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 18:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:11:09 1b510355cbd6: Preparing 18:11:09 2d05a7dfdad4: Preparing 18:11:09 57de7837efdb: Preparing 18:11:09 e0647673b930: Preparing 18:11:09 e6e561b2546b: Preparing 18:11:09 c6babe219218: Preparing 18:11:09 6b1e8c74444e: Preparing 18:11:09 f1417ff83b31: Preparing 18:11:09 c6babe219218: Waiting 18:11:09 6b1e8c74444e: Waiting 18:11:09 f1417ff83b31: Waiting 18:11:09 57de7837efdb: Layer already exists 18:11:09 2d05a7dfdad4: Layer already exists 18:11:09 1b510355cbd6: Layer already exists 18:11:09 e0647673b930: Layer already exists 18:11:09 e6e561b2546b: Layer already exists 18:11:09 6b1e8c74444e: Layer already exists 18:11:09 c6babe219218: Layer already exists 18:11:09 f1417ff83b31: Layer already exists 18:11:09 latest: digest: sha256:cb754689f971f84b8e46d1e7ea06e91df04a02d0e501b140f5ff7f4c3ebff052 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.155 18:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:11:10 1b510355cbd6: Preparing 18:11:10 2d05a7dfdad4: Preparing 18:11:10 57de7837efdb: Preparing 18:11:10 e0647673b930: Preparing 18:11:10 e6e561b2546b: Preparing 18:11:10 c6babe219218: Preparing 18:11:10 6b1e8c74444e: Preparing 18:11:10 f1417ff83b31: Preparing 18:11:10 c6babe219218: Waiting 18:11:10 6b1e8c74444e: Waiting 18:11:10 f1417ff83b31: Waiting 18:11:10 1b510355cbd6: Layer already exists 18:11:10 57de7837efdb: Layer already exists 18:11:10 e0647673b930: Layer already exists 18:11:10 e6e561b2546b: Layer already exists 18:11:10 2d05a7dfdad4: Layer already exists 18:11:10 6b1e8c74444e: Layer already exists 18:11:10 f1417ff83b31: Layer already exists 18:11:10 c6babe219218: Layer already exists 18:11:10 3.0.0-dev.155: digest: sha256:cb754689f971f84b8e46d1e7ea06e91df04a02d0e501b140f5ff7f4c3ebff052 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:11:10 1b510355cbd6: Preparing 18:11:10 2d05a7dfdad4: Preparing 18:11:10 57de7837efdb: Preparing 18:11:10 e0647673b930: Preparing 18:11:10 e6e561b2546b: Preparing 18:11:10 c6babe219218: Preparing 18:11:10 6b1e8c74444e: Preparing 18:11:10 f1417ff83b31: Preparing 18:11:10 6b1e8c74444e: Waiting 18:11:10 f1417ff83b31: Waiting 18:11:10 c6babe219218: Waiting 18:11:10 e6e561b2546b: Layer already exists 18:11:10 2d05a7dfdad4: Layer already exists 18:11:10 1b510355cbd6: Layer already exists 18:11:10 57de7837efdb: Layer already exists 18:11:10 e0647673b930: Layer already exists 18:11:10 c6babe219218: Layer already exists 18:11:10 f1417ff83b31: Layer already exists 18:11:10 6b1e8c74444e: Layer already exists 18:11:10 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:cb754689f971f84b8e46d1e7ea06e91df04a02d0e501b140f5ff7f4c3ebff052 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 18:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:11:11 1b510355cbd6: Preparing 18:11:11 2d05a7dfdad4: Preparing 18:11:11 57de7837efdb: Preparing 18:11:11 e0647673b930: Preparing 18:11:11 e6e561b2546b: Preparing 18:11:11 c6babe219218: Preparing 18:11:11 6b1e8c74444e: Preparing 18:11:11 f1417ff83b31: Preparing 18:11:11 6b1e8c74444e: Waiting 18:11:11 f1417ff83b31: Waiting 18:11:11 c6babe219218: Waiting 18:11:11 e6e561b2546b: Layer already exists 18:11:11 2d05a7dfdad4: Layer already exists 18:11:11 e0647673b930: Layer already exists 18:11:11 1b510355cbd6: Layer already exists 18:11:11 57de7837efdb: Layer already exists 18:11:11 f1417ff83b31: Layer already exists 18:11:11 c6babe219218: Layer already exists 18:11:11 6b1e8c74444e: Layer already exists 18:11:11 main: digest: sha256:cb754689f971f84b8e46d1e7ea06e91df04a02d0e501b140f5ff7f4c3ebff052 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:11 ===================================================== [Pipeline] echo 18:11:11 taggedImages: 18:11:11 - nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 18:11:11 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.155 18:11:11 - nexus3.edgexfoundry.org:10004/security-spire-config:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 18:11:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 18:11:11 1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:11 latest 18:11:11 3.0.0-dev.155 18:11:11 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:11 main 18:11:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:11:12 2eb7978b2bdd: Preparing 18:11:12 7e7ffffd6b15: Preparing 18:11:12 4c0420241cc4: Preparing 18:11:12 b658e63e6418: Preparing 18:11:12 e6e561b2546b: Preparing 18:11:12 c6babe219218: Preparing 18:11:12 743d6ff2eed9: Preparing 18:11:12 f1417ff83b31: Preparing 18:11:12 c6babe219218: Waiting 18:11:12 743d6ff2eed9: Waiting 18:11:12 f1417ff83b31: Waiting 18:11:12 e6e561b2546b: Layer already exists 18:11:12 c6babe219218: Layer already exists 18:11:12 743d6ff2eed9: Layer already exists 18:11:12 f1417ff83b31: Layer already exists 18:11:12 4c0420241cc4: Pushed 18:11:12 7e7ffffd6b15: Pushed 18:11:12 2eb7978b2bdd: Pushed 18:11:20 b658e63e6418: Pushed 18:11:20 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:540de67a340271ff3bdca75de590bc2ca00725361e0ee4634f12e18887a54082 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 18:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:11:20 2eb7978b2bdd: Preparing 18:11:20 7e7ffffd6b15: Preparing 18:11:20 4c0420241cc4: Preparing 18:11:20 b658e63e6418: Preparing 18:11:20 e6e561b2546b: Preparing 18:11:20 c6babe219218: Preparing 18:11:20 743d6ff2eed9: Preparing 18:11:20 f1417ff83b31: Preparing 18:11:20 c6babe219218: Waiting 18:11:20 743d6ff2eed9: Waiting 18:11:20 f1417ff83b31: Waiting 18:11:20 e6e561b2546b: Layer already exists 18:11:20 4c0420241cc4: Layer already exists 18:11:20 b658e63e6418: Layer already exists 18:11:20 7e7ffffd6b15: Layer already exists 18:11:20 2eb7978b2bdd: Layer already exists 18:11:20 c6babe219218: Layer already exists 18:11:20 f1417ff83b31: Layer already exists 18:11:20 743d6ff2eed9: Layer already exists 18:11:20 latest: digest: sha256:540de67a340271ff3bdca75de590bc2ca00725361e0ee4634f12e18887a54082 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.155 18:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:11:21 2eb7978b2bdd: Preparing 18:11:21 7e7ffffd6b15: Preparing 18:11:21 4c0420241cc4: Preparing 18:11:21 b658e63e6418: Preparing 18:11:21 e6e561b2546b: Preparing 18:11:21 c6babe219218: Preparing 18:11:21 743d6ff2eed9: Preparing 18:11:21 f1417ff83b31: Preparing 18:11:21 c6babe219218: Waiting 18:11:21 743d6ff2eed9: Waiting 18:11:21 f1417ff83b31: Waiting 18:11:21 2eb7978b2bdd: Layer already exists 18:11:21 7e7ffffd6b15: Layer already exists 18:11:21 b658e63e6418: Layer already exists 18:11:21 e6e561b2546b: Layer already exists 18:11:21 4c0420241cc4: Layer already exists 18:11:21 743d6ff2eed9: Layer already exists 18:11:21 c6babe219218: Layer already exists 18:11:21 f1417ff83b31: Layer already exists 18:11:21 3.0.0-dev.155: digest: sha256:540de67a340271ff3bdca75de590bc2ca00725361e0ee4634f12e18887a54082 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:11:21 2eb7978b2bdd: Preparing 18:11:21 7e7ffffd6b15: Preparing 18:11:21 4c0420241cc4: Preparing 18:11:21 b658e63e6418: Preparing 18:11:21 e6e561b2546b: Preparing 18:11:21 c6babe219218: Preparing 18:11:21 743d6ff2eed9: Preparing 18:11:21 f1417ff83b31: Preparing 18:11:21 c6babe219218: Waiting 18:11:21 743d6ff2eed9: Waiting 18:11:21 b658e63e6418: Layer already exists 18:11:21 4c0420241cc4: Layer already exists 18:11:21 2eb7978b2bdd: Layer already exists 18:11:21 e6e561b2546b: Layer already exists 18:11:21 7e7ffffd6b15: Layer already exists 18:11:21 c6babe219218: Layer already exists 18:11:21 743d6ff2eed9: Layer already exists 18:11:21 f1417ff83b31: Layer already exists 18:11:21 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:540de67a340271ff3bdca75de590bc2ca00725361e0ee4634f12e18887a54082 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 18:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:11:22 2eb7978b2bdd: Preparing 18:11:22 7e7ffffd6b15: Preparing 18:11:22 4c0420241cc4: Preparing 18:11:22 b658e63e6418: Preparing 18:11:22 e6e561b2546b: Preparing 18:11:22 c6babe219218: Preparing 18:11:22 743d6ff2eed9: Preparing 18:11:22 f1417ff83b31: Preparing 18:11:22 c6babe219218: Waiting 18:11:22 743d6ff2eed9: Waiting 18:11:22 f1417ff83b31: Waiting 18:11:22 e6e561b2546b: Layer already exists 18:11:22 2eb7978b2bdd: Layer already exists 18:11:22 7e7ffffd6b15: Layer already exists 18:11:22 4c0420241cc4: Layer already exists 18:11:22 b658e63e6418: Layer already exists 18:11:22 f1417ff83b31: Layer already exists 18:11:22 743d6ff2eed9: Layer already exists 18:11:22 c6babe219218: Layer already exists 18:11:22 main: digest: sha256:540de67a340271ff3bdca75de590bc2ca00725361e0ee4634f12e18887a54082 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:22 ===================================================== [Pipeline] echo 18:11:22 taggedImages: 18:11:22 - nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:22 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 18:11:22 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.155 18:11:22 - nexus3.edgexfoundry.org:10004/security-spire-server:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:22 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 18:11:22 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 18:11:22 1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:22 latest 18:11:22 3.0.0-dev.155 18:11:22 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:22 main 18:11:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:11:23 65f35a4a5c2c: Preparing 18:11:23 15858e5a875f: Preparing 18:11:23 e6e561b2546b: Preparing 18:11:23 c6babe219218: Preparing 18:11:23 1afd317287f9: Preparing 18:11:23 f1417ff83b31: Preparing 18:11:23 e6e561b2546b: Layer already exists 18:11:23 c6babe219218: Layer already exists 18:11:23 f1417ff83b31: Layer already exists 18:11:23 65f35a4a5c2c: Pushed 18:11:23 1afd317287f9: Pushed 18:11:25 15858e5a875f: Pushed 18:11:25 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:8407b81c2a63c114769e918fc5a3992695d117222664f8ccbc630bc916d1f252 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 18:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:11:26 65f35a4a5c2c: Preparing 18:11:26 15858e5a875f: Preparing 18:11:26 e6e561b2546b: Preparing 18:11:26 c6babe219218: Preparing 18:11:26 1afd317287f9: Preparing 18:11:26 f1417ff83b31: Preparing 18:11:26 f1417ff83b31: Waiting 18:11:26 15858e5a875f: Layer already exists 18:11:26 65f35a4a5c2c: Layer already exists 18:11:26 1afd317287f9: Layer already exists 18:11:26 e6e561b2546b: Layer already exists 18:11:26 c6babe219218: Layer already exists 18:11:26 f1417ff83b31: Layer already exists 18:11:26 latest: digest: sha256:8407b81c2a63c114769e918fc5a3992695d117222664f8ccbc630bc916d1f252 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.155 18:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:11:27 65f35a4a5c2c: Preparing 18:11:27 15858e5a875f: Preparing 18:11:27 e6e561b2546b: Preparing 18:11:27 c6babe219218: Preparing 18:11:27 1afd317287f9: Preparing 18:11:27 f1417ff83b31: Preparing 18:11:27 1afd317287f9: Layer already exists 18:11:27 e6e561b2546b: Layer already exists 18:11:27 65f35a4a5c2c: Layer already exists 18:11:27 15858e5a875f: Layer already exists 18:11:27 c6babe219218: Layer already exists 18:11:27 f1417ff83b31: Layer already exists 18:11:27 3.0.0-dev.155: digest: sha256:8407b81c2a63c114769e918fc5a3992695d117222664f8ccbc630bc916d1f252 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:11:27 65f35a4a5c2c: Preparing 18:11:27 15858e5a875f: Preparing 18:11:27 e6e561b2546b: Preparing 18:11:27 c6babe219218: Preparing 18:11:27 1afd317287f9: Preparing 18:11:27 f1417ff83b31: Preparing 18:11:27 f1417ff83b31: Waiting 18:11:27 1afd317287f9: Layer already exists 18:11:27 15858e5a875f: Layer already exists 18:11:27 c6babe219218: Layer already exists 18:11:27 65f35a4a5c2c: Layer already exists 18:11:27 e6e561b2546b: Layer already exists 18:11:27 f1417ff83b31: Layer already exists 18:11:27 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:8407b81c2a63c114769e918fc5a3992695d117222664f8ccbc630bc916d1f252 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 18:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:11:28 65f35a4a5c2c: Preparing 18:11:28 15858e5a875f: Preparing 18:11:28 e6e561b2546b: Preparing 18:11:28 c6babe219218: Preparing 18:11:28 1afd317287f9: Preparing 18:11:28 f1417ff83b31: Preparing 18:11:28 c6babe219218: Layer already exists 18:11:28 e6e561b2546b: Layer already exists 18:11:28 1afd317287f9: Layer already exists 18:11:28 15858e5a875f: Layer already exists 18:11:28 65f35a4a5c2c: Layer already exists 18:11:28 f1417ff83b31: Layer already exists 18:11:28 main: digest: sha256:8407b81c2a63c114769e918fc5a3992695d117222664f8ccbc630bc916d1f252 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:28 ===================================================== [Pipeline] echo 18:11:28 taggedImages: 18:11:28 - nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:28 - nexus3.edgexfoundry.org:10004/support-notifications:latest 18:11:28 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.155 18:11:28 - nexus3.edgexfoundry.org:10004/support-notifications:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:28 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 18:11:28 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 18:11:28 1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:28 latest 18:11:28 3.0.0-dev.155 18:11:28 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:28 main 18:11:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:11:28 d68a5b1c9df7: Preparing 18:11:28 16cee423e30c: Preparing 18:11:28 e6e561b2546b: Preparing 18:11:28 c6babe219218: Preparing 18:11:28 d20b75b39c61: Preparing 18:11:28 f1417ff83b31: Preparing 18:11:28 f1417ff83b31: Waiting 18:11:28 e6e561b2546b: Layer already exists 18:11:28 c6babe219218: Layer already exists 18:11:28 d20b75b39c61: Layer already exists 18:11:28 f1417ff83b31: Layer already exists 18:11:28 d68a5b1c9df7: Pushed 18:11:31 16cee423e30c: Pushed 18:11:31 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:51435918c093b7feff5154e0180f1531eccc9d2c74437b1c731d327dcf7d98cf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 18:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:11:32 d68a5b1c9df7: Preparing 18:11:32 16cee423e30c: Preparing 18:11:32 e6e561b2546b: Preparing 18:11:32 c6babe219218: Preparing 18:11:32 d20b75b39c61: Preparing 18:11:32 f1417ff83b31: Preparing 18:11:32 f1417ff83b31: Waiting 18:11:32 c6babe219218: Layer already exists 18:11:32 16cee423e30c: Layer already exists 18:11:32 e6e561b2546b: Layer already exists 18:11:32 d68a5b1c9df7: Layer already exists 18:11:32 d20b75b39c61: Layer already exists 18:11:32 f1417ff83b31: Layer already exists 18:11:32 latest: digest: sha256:51435918c093b7feff5154e0180f1531eccc9d2c74437b1c731d327dcf7d98cf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.155 18:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:11:32 d68a5b1c9df7: Preparing 18:11:32 16cee423e30c: Preparing 18:11:32 e6e561b2546b: Preparing 18:11:32 c6babe219218: Preparing 18:11:32 d20b75b39c61: Preparing 18:11:32 f1417ff83b31: Preparing 18:11:32 f1417ff83b31: Waiting 18:11:32 d68a5b1c9df7: Layer already exists 18:11:32 c6babe219218: Layer already exists 18:11:32 16cee423e30c: Layer already exists 18:11:32 d20b75b39c61: Layer already exists 18:11:32 e6e561b2546b: Layer already exists 18:11:32 f1417ff83b31: Layer already exists 18:11:32 3.0.0-dev.155: digest: sha256:51435918c093b7feff5154e0180f1531eccc9d2c74437b1c731d327dcf7d98cf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:11:33 d68a5b1c9df7: Preparing 18:11:33 16cee423e30c: Preparing 18:11:33 e6e561b2546b: Preparing 18:11:33 c6babe219218: Preparing 18:11:33 d20b75b39c61: Preparing 18:11:33 f1417ff83b31: Preparing 18:11:33 f1417ff83b31: Waiting 18:11:33 c6babe219218: Layer already exists 18:11:33 e6e561b2546b: Layer already exists 18:11:33 d20b75b39c61: Layer already exists 18:11:33 16cee423e30c: Layer already exists 18:11:33 d68a5b1c9df7: Layer already exists 18:11:33 f1417ff83b31: Layer already exists 18:11:33 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:51435918c093b7feff5154e0180f1531eccc9d2c74437b1c731d327dcf7d98cf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 18:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:11:33 d68a5b1c9df7: Preparing 18:11:33 16cee423e30c: Preparing 18:11:33 e6e561b2546b: Preparing 18:11:33 c6babe219218: Preparing 18:11:33 d20b75b39c61: Preparing 18:11:33 f1417ff83b31: Preparing 18:11:33 f1417ff83b31: Waiting 18:11:33 c6babe219218: Layer already exists 18:11:33 e6e561b2546b: Layer already exists 18:11:33 d20b75b39c61: Layer already exists 18:11:33 16cee423e30c: Layer already exists 18:11:33 d68a5b1c9df7: Layer already exists 18:11:33 f1417ff83b31: Layer already exists 18:11:33 main: digest: sha256:51435918c093b7feff5154e0180f1531eccc9d2c74437b1c731d327dcf7d98cf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:11:33 ===================================================== [Pipeline] echo 18:11:33 taggedImages: 18:11:33 - nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9 18:11:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 18:11:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.155 18:11:33 - nexus3.edgexfoundry.org:10004/support-scheduler:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:11:33 - 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] } 18:12:26 Removing intermediate container 1e3c5c2b13de 18:12:26 ---> bf4ac21f5be4 18:12:26 Step 7/20 : COPY . . 18:12:29 ---> 0547cdac7470 18:12:29 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:12:29 ---> Running in 0e6877ee6c1c 18:12:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:16:23 Removing intermediate container e567bf3f4c79 18:16:23 ---> 47c861c472a2 18:16:23 18:16:23 Step 9/22 : FROM alpine:3.17 18:16:23 ---> 51e60588ff2c 18:16:23 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 18:16:25 ---> Running in 3605f50e0a7f 18:16:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:16:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:16:29 (1/2) Installing dumb-init (1.2.5-r2) 18:16:29 (2/2) Installing openssl (3.0.8-r4) 18:16:29 Executing busybox-1.35.0-r29.trigger 18:16:29 OK: 8 MiB in 17 packages 18:16:31 Removing intermediate container 3605f50e0a7f 18:16:31 ---> 24e3ce83d5ac 18:16:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:16:31 ---> Running in 1b54cb5ed590 18:16:31 Removing intermediate container 1b54cb5ed590 18:16:31 ---> 50bc6a02ab24 18:16:31 Step 12/22 : WORKDIR /edgex 18:16:31 ---> Running in 54bd98ca132d 18:16:32 Removing intermediate container 54bd98ca132d 18:16:32 ---> 6f290f3d21e9 18:16:32 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:16:33 ---> cffdddea9c4a 18:16:33 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 18:16:34 ---> f09f39676d09 18:16:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:16:35 ---> 2cbf21d9d281 18:16:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:16:39 ---> 8e6f7810cfcf 18:16:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:16:39 ---> 110973487048 18:16:39 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:16:40 ---> Running in 003469d59326 18:16:43 Removing intermediate container 003469d59326 18:16:43 ---> 4cb65c916a20 18:16:43 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 18:16:43 ---> Running in c8fd11ad4e93 18:16:43 Removing intermediate container c8fd11ad4e93 18:16:43 ---> d03200e187b9 18:16:43 Step 20/22 : LABEL arch=arm64 18:16:44 ---> Running in 3d75ae0494e0 18:16:44 Removing intermediate container 3d75ae0494e0 18:16:44 ---> ccb467bf2a86 18:16:44 Step 21/22 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:16:44 ---> Running in 7a0f95d51693 18:16:45 Removing intermediate container 7a0f95d51693 18:16:45 ---> 9c23b6fe6d75 18:16:45 Step 22/22 : LABEL version=3.0.0-dev.155 18:16:45 ---> Running in 97075801f0a7 18:16:45 Removing intermediate container 97075801f0a7 18:16:45 ---> 7c5015a2197a 18:16:45 18:16:45 Successfully built 7c5015a2197a 18:16:45 Successfully tagged security-proxy-setup-arm64:latest 18:16:45  Building security-proxy-setup ... done Building support-notifications 18:16:49 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:16:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:16:49 ---> 9cb54103aa05 18:16:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:16:49 ---> Using cache 18:16:49 ---> 615f80e34863 18:16:49 Step 4/23 : WORKDIR /edgex-go 18:16:49 ---> Using cache 18:16:49 ---> 58d182399ed6 18:16:49 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:16:49 ---> Running in b939ee6b75fe 18:16:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:16:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:16:53 OK: 263 MiB in 53 packages 18:16:55 Removing intermediate container b939ee6b75fe 18:16:55 ---> 3b571d2f06e3 18:16:55 Step 6/23 : COPY go.mod vendor* ./ 18:16:55 ---> 5e1eb3cd58d8 18:16:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:16:55 ---> Running in c81959462e60 18:17:08 Removing intermediate container d6cd85e8161b 18:17:08 ---> 4fbfb98cc305 18:17:08 18:17:08 Step 10/24 : FROM alpine:3.17 18:17:08 ---> 51e60588ff2c 18:17:08 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:17:08 ---> Running in 5fc57c8f7c38 18:17:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:17:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:17:10 (1/1) Installing dumb-init (1.2.5-r2) 18:17:10 Executing busybox-1.35.0-r29.trigger 18:17:10 OK: 8 MiB in 16 packages 18:17:12 Removing intermediate container 5fc57c8f7c38 18:17:12 ---> 1777e27f4bb9 18:17:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:17:12 ---> Running in 4faac25e6d1d 18:17:13 Removing intermediate container 4faac25e6d1d 18:17:13 ---> 882cd9382a7e 18:17:13 Step 13/24 : ENV APP_PORT=59882 18:17:13 ---> Running in 52a0eee06d85 18:17:15 Removing intermediate container 52a0eee06d85 18:17:15 ---> cb6c6d8b72aa 18:17:15 Step 14/24 : EXPOSE $APP_PORT 18:17:15 ---> Running in ea681e81e71e 18:17:16 Removing intermediate container ea681e81e71e 18:17:16 ---> ae8a8549434b 18:17:16 Step 15/24 : WORKDIR / 18:17:16 ---> Running in 651a0de9df15 18:17:18 Removing intermediate container 651a0de9df15 18:17:18 ---> 7aea51daec6c 18:17:18 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:19 ---> 00c9717f80ca 18:17:19 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 18:17:21 ---> c962ea3a5aa4 18:17:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:17:25 ---> a2920355f724 18:17:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:17:27 ---> 93493e71187d 18:17:27 Step 20/24 : ENTRYPOINT ["/core-command"] 18:17:27 ---> Running in d438477039cf 18:17:28 Removing intermediate container d438477039cf 18:17:28 ---> c32131be19dc 18:17:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:17:28 Removing intermediate container 9b24375bb388 18:17:28 ---> ca7c569740e0 18:17:28 18:17:28 Step 10/23 : FROM alpine:3.17 18:17:28 ---> 51e60588ff2c 18:17:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:17:28 ---> Running in b4e0a0074f59 18:17:29 ---> Running in c7c24f2fc972 18:17:30 Removing intermediate container b4e0a0074f59 18:17:30 ---> 137c667ca6e6 18:17:30 Step 22/24 : LABEL arch=arm64 18:17:30 ---> Running in 6caf3ab75913 18:17:30 Removing intermediate container c7c24f2fc972 18:17:30 ---> 5c73dd9662f2 18:17:30 Step 12/23 : ENV APP_PORT=59880 18:17:30 ---> Running in f25c9e68a0a3 18:17:31 Removing intermediate container 6caf3ab75913 18:17:31 ---> 81bd560223ee 18:17:31 Step 23/24 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:17:31 ---> Running in 51b15e5be128 18:17:31 Removing intermediate container f25c9e68a0a3 18:17:31 ---> 52f0419ec4df 18:17:31 Step 13/23 : EXPOSE $APP_PORT 18:17:31 ---> Running in 3e01bab78bdd 18:17:32 Removing intermediate container 51b15e5be128 18:17:32 ---> 6ab7c6780734 18:17:32 Step 24/24 : LABEL version=3.0.0-dev.155 18:17:32 ---> Running in 6fa76fcf3154 18:17:33 Removing intermediate container 3e01bab78bdd 18:17:33 ---> dd994777b2c1 18:17:33 Step 14/23 : RUN apk add --update --no-cache dumb-init 18:17:33 ---> Running in 98b8708f2783 18:17:33 Removing intermediate container b3addccc3f19 18:17:33 ---> 7ae2c83b819e 18:17:33 18:17:33 Step 10/25 : FROM alpine:3.17 18:17:33 ---> 51e60588ff2c 18:17:33 Step 11/25 : RUN apk add --update --no-cache dumb-init 18:17:33 ---> Using cache 18:17:33 ---> 1777e27f4bb9 18:17:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:17:33 ---> Using cache 18:17:33 ---> 882cd9382a7e 18:17:33 Step 13/25 : ENV APP_PORT=59881 18:17:34 ---> Running in 3727039803e9 18:17:34 Removing intermediate container 6fa76fcf3154 18:17:34 ---> 77266fe79f4f 18:17:34 18:17:34 Successfully built 77266fe79f4f 18:17:34 Successfully tagged core-command-arm64:latest 18:17:34  Building core-command ... done Building security-proxy-auth 18:17:34 Removing intermediate container 3727039803e9 18:17:34 ---> b85a1dabe6d1 18:17:34 Step 14/25 : EXPOSE $APP_PORT 18:17:34 ---> Running in 3552ee53b9b5 18:17:35 Removing intermediate container 3552ee53b9b5 18:17:35 ---> 96feeae6f865 18:17:35 Step 15/25 : WORKDIR / 18:17:35 ---> Running in 12af44fac49a 18:17:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:17:36 Removing intermediate container 12af44fac49a 18:17:36 ---> 4f96035a12e0 18:17:36 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:17:37 ---> b869fe9727b1 18:17:37 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 18:17:38 (1/1) Installing dumb-init (1.2.5-r2) 18:17:38 Executing busybox-1.35.0-r29.trigger 18:17:38 OK: 8 MiB in 16 packages 18:17:38 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:17:38 ---> 9cb54103aa05 18:17:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:17:38 ---> Using cache 18:17:38 ---> 615f80e34863 18:17:38 Step 4/23 : WORKDIR /edgex-go 18:17:38 ---> Using cache 18:17:38 ---> 58d182399ed6 18:17:38 Step 5/23 : RUN apk add --update --no-cache make git 18:17:38 ---> Using cache 18:17:38 ---> c5c70baea747 18:17:38 Step 6/23 : COPY go.mod vendor* ./ 18:17:38 ---> 55d4d8fd6faa 18:17:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:17:38 ---> Using cache 18:17:38 ---> 1add6debd589 18:17:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:17:38 ---> Using cache 18:17:38 ---> becc99d2d14b 18:17:38 Step 8/23 : COPY . . 18:17:39 ---> Using cache 18:17:39 ---> 685631ad422f 18:17:39 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:17:39 ---> Running in 725c1097fce9 18:17:40 Removing intermediate container 98b8708f2783 18:17:40 ---> 22dfe5ee7334 18:17:40 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:17:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:17:42 ---> 3474083c3eb2 18:17:42 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:17:42 ---> fa84c1f5ccbb 18:17:42 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:17:46 ---> fe5a9356bb6a 18:17:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:17:46 ---> d1e06f8ac2ee 18:17:46 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:17:48 ---> 8f55baaecee9 18:17:48 Step 21/25 : ENTRYPOINT ["/core-metadata"] 18:17:48 ---> Running in e7307eb4cf28 18:17:49 Removing intermediate container e7307eb4cf28 18:17:49 ---> aa1f00661bd7 18:17:49 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:17:49 ---> Running in 657b289701f4 18:17:50 ---> b556afeabd1c 18:17:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:17:50 Removing intermediate container 657b289701f4 18:17:50 ---> c47c5a8c860b 18:17:50 Step 23/25 : LABEL arch=arm64 18:17:50 ---> Running in 5eb9593212a1 18:17:51 Removing intermediate container 5eb9593212a1 18:17:51 ---> 695f343a4663 18:17:51 Step 24/25 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:17:51 ---> Running in d65cedafa5a1 18:17:51 ---> 85c15363bbd3 18:17:51 Step 19/23 : ENTRYPOINT ["/core-data"] 18:17:52 ---> Running in 02f4b56661d4 18:17:52 Removing intermediate container d65cedafa5a1 18:17:52 ---> 179d170a74bc 18:17:52 Step 25/25 : LABEL version=3.0.0-dev.155 18:17:53 ---> Running in 8592a6882d70 18:17:53 Removing intermediate container 02f4b56661d4 18:17:53 ---> 1415b61a94b9 18:17:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:17:53 ---> Running in d0b1745d4cf3 18:17:54 Removing intermediate container 8592a6882d70 18:17:54 ---> 5ffa23980dcc 18:17:54 18:17:54 Successfully built 5ffa23980dcc 18:17:54 Successfully tagged core-metadata-arm64:latest 18:17:54  Building core-metadata ... done Building security-bootstrapper 18:17:55 Removing intermediate container d0b1745d4cf3 18:17:55 ---> 2118d2940ced 18:17:55 Step 21/23 : LABEL arch=arm64 18:17:55 ---> Running in c64ae0affecd 18:17:56 Removing intermediate container c64ae0affecd 18:17:56 ---> 60821ab1fce3 18:17:56 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:17:56 ---> Running in 11de1646d237 18:17:57 Removing intermediate container 11de1646d237 18:17:57 ---> 5fc0e924599e 18:17:57 Step 23/23 : LABEL version=3.0.0-dev.155 18:17:57 ---> Running in d9b0bcd3e193 18:17:59 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:17:59 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:17:59 ---> 9cb54103aa05 18:17:59 Step 3/33 : WORKDIR /edgex-go 18:17:59 ---> Using cache 18:17:59 ---> 1c40cb164aea 18:17:59 Step 4/33 : RUN apk add --update --no-cache make git 18:18:00 ---> Running in 1aee144d980f 18:18:00 Removing intermediate container d9b0bcd3e193 18:18:00 ---> ea4419da26f8 18:18:00 18:18:01 Successfully built ea4419da26f8 18:18:01 Successfully tagged core-data-arm64:latest 18:18:01 Building security-secretstore-setup 18:18:03  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:18:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:18:05 OK: 263 MiB in 53 packages 18:18:05 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:18:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 18:18:05 ---> 9cb54103aa05 18:18:05 Step 3/25 : WORKDIR /edgex-go 18:18:05 ---> Using cache 18:18:05 ---> 1c40cb164aea 18:18:05 Step 4/25 : RUN apk add --update --no-cache make git 18:18:06 ---> Running in 4c4b936abc1e 18:18:07 Removing intermediate container 1aee144d980f 18:18:07 ---> 08cc6717cf59 18:18:07 Step 5/33 : COPY go.mod vendor* ./ 18:18:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:18:09 ---> 77d430ecf069 18:18:09 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:18:09 ---> Running in f8c4f1f43533 18:18:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:18:11 OK: 263 MiB in 53 packages 18:18:15 Removing intermediate container 4c4b936abc1e 18:18:15 ---> 06c3a7042094 18:18:15 Step 5/25 : COPY go.mod vendor* ./ 18:18:17 ---> 74437a7efbd5 18:18:17 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:18:17 ---> Running in ebbfccb83d56 18:18:35 Removing intermediate container c81959462e60 18:18:35 ---> 885f7fb80900 18:18:35 Step 8/23 : COPY . . 18:18:36 ---> a9d91a742423 18:18:36 Step 9/23 : RUN make cmd/support-notifications/support-notifications 18:18:36 ---> Running in 721a8dacf2f0 18:18:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:20:15 Removing intermediate container f8c4f1f43533 18:20:15 ---> 938134ff2b4b 18:20:15 Step 7/33 : COPY . . 18:20:15 Removing intermediate container ebbfccb83d56 18:20:15 ---> 9dd251bd1908 18:20:15 Step 7/25 : COPY . . 18:20:15 ---> e447d68fc1a2 18:20:15 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:20:15 ---> Running in ea7cb41e1464 18:20:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:20:15 ---> ac65cf1f4663 18:20:15 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:20:15 ---> Running in 01a7c08bdcd1 18:20:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:20:54 Removing intermediate container 0e6877ee6c1c 18:20:54 ---> e6a9792d1761 18:20:54 18:20:54 Step 9/20 : FROM alpine:3.17 18:20:54 ---> 51e60588ff2c 18:20:54 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:20:54 ---> Running in c275d967dcba 18:20:54 Removing intermediate container c275d967dcba 18:20:54 ---> 787b643b5159 18:20:54 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:20:54 ---> Running in 8147bf86f75e 18:20:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:20:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:20:55 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:20:55 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:20:55 OK: 17692 distinct packages available 18:20:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:20:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:20:57 (1/9) Installing ca-certificates (20230506-r0) 18:20:57 (2/9) Installing brotli-libs (1.0.9-r9) 18:20:57 (3/9) Installing nghttp2-libs (1.51.0-r0) 18:20:57 (4/9) Installing libcurl (8.0.1-r0) 18:20:57 (5/9) Installing curl (8.0.1-r0) 18:20:57 (6/9) Installing dumb-init (1.2.5-r2) 18:20:57 (7/9) Installing musl-obstack (1.2.3-r0) 18:20:57 (8/9) Installing libucontext (1.2-r0) 18:20:57 (9/9) Installing gcompat (1.1.0-r0) 18:20:57 Executing busybox-1.35.0-r29.trigger 18:20:57 Executing ca-certificates-20230506-r0.trigger 18:20:58 OK: 11 MiB in 24 packages 18:21:00 Removing intermediate container 8147bf86f75e 18:21:00 ---> db75161a50cb 18:21:00 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 18:21:01 ---> 67abca163a91 18:21:01 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 18:21:02 ---> c2400d90dffb 18:21:02 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:21:04 ---> 6998d4aa9e88 18:21:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:21:05 ---> f066a31f1b8c 18:21:05 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:21:05 ---> Running in 4d778c03ed92 18:21:05 Removing intermediate container 4d778c03ed92 18:21:05 ---> 91c5196eaa41 18:21:05 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 18:21:06 ---> Running in 1155087589d0 18:21:06 Removing intermediate container 1155087589d0 18:21:06 ---> 47a3cc99ba23 18:21:06 Step 18/20 : LABEL arch=arm64 18:21:06 ---> Running in bb338e6ba536 18:21:07 Removing intermediate container bb338e6ba536 18:21:07 ---> cf4e67a21913 18:21:07 Step 19/20 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:21:07 ---> Running in 446938569d76 18:21:08 Removing intermediate container 446938569d76 18:21:08 ---> 41d27da2a4e6 18:21:08 Step 20/20 : LABEL version=3.0.0-dev.155 18:21:08 ---> Running in c6ac80575c03 18:21:08 Removing intermediate container c6ac80575c03 18:21:08 ---> db61378a514a 18:21:08 18:21:08 Successfully built db61378a514a 18:21:08 Successfully tagged security-spiffe-token-provider-arm64:latest 18:21:08  Building security-spiffe-token-provider ... done Building support-scheduler 18:21:12 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:21:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:21:12 ---> 9cb54103aa05 18:21:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:21:12 ---> Using cache 18:21:12 ---> 615f80e34863 18:21:12 Step 4/23 : WORKDIR /edgex-go 18:21:12 ---> Using cache 18:21:12 ---> 58d182399ed6 18:21:12 Step 5/23 : RUN apk add --update --no-cache make git 18:21:12 ---> Using cache 18:21:12 ---> c5c70baea747 18:21:12 Step 6/23 : COPY go.mod vendor* ./ 18:21:12 ---> Using cache 18:21:12 ---> 1add6debd589 18:21:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:21:12 ---> Using cache 18:21:12 ---> becc99d2d14b 18:21:12 Step 8/23 : COPY . . 18:21:12 ---> Using cache 18:21:12 ---> 685631ad422f 18:21:12 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 18:21:12 ---> Running in a5b7e13fbf27 18:21:14 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:23:50 Removing intermediate container 725c1097fce9 18:23:50 ---> 71896d689852 18:23:50 18:23:50 Step 10/23 : FROM alpine:3.17 18:23:50 ---> 51e60588ff2c 18:23:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:23:50 ---> Running in 73ddec2f77cf 18:23:50 Removing intermediate container 73ddec2f77cf 18:23:50 ---> dbc7fb99ea7e 18:23:50 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:23:50 ---> Running in d8370ff35263 18:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:23:54 (1/1) Installing dumb-init (1.2.5-r2) 18:23:54 Executing busybox-1.35.0-r29.trigger 18:23:54 OK: 8 MiB in 16 packages 18:23:55 Removing intermediate container d8370ff35263 18:23:55 ---> 8c021727c0dd 18:23:55 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:23:56 ---> 529391610f15 18:23:56 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:23:57 ---> 6cfc2229c400 18:23:57 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:23:59 ---> 404e99a49360 18:23:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:24:01 ---> dcefcfdc6b49 18:24:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:24:02 ---> 1265664e4d80 18:24:02 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:24:02 ---> Running in 3b01f98d9515 18:24:05 Removing intermediate container 3b01f98d9515 18:24:05 ---> 970130902343 18:24:05 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:24:05 ---> Running in 8bfa4a8cc8b7 18:24:06 Removing intermediate container 8bfa4a8cc8b7 18:24:06 ---> 7765ae901030 18:24:06 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:24:06 ---> Running in c813c8a35f1e 18:24:06 Removing intermediate container c813c8a35f1e 18:24:06 ---> 6bd21d5c22ec 18:24:06 Step 21/23 : LABEL arch=arm64 18:24:06 ---> Running in 29a81cada067 18:24:07 Removing intermediate container 29a81cada067 18:24:07 ---> ca5465d5b591 18:24:07 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:24:07 ---> Running in 4931c0e2c99e 18:24:07 Removing intermediate container 4931c0e2c99e 18:24:07 ---> 5b5e738c5f78 18:24:07 Step 23/23 : LABEL version=3.0.0-dev.155 18:24:07 ---> Running in d2de3b07f71a 18:24:08 Removing intermediate container d2de3b07f71a 18:24:08 ---> a9e162d4b507 18:24:08 18:24:08 Successfully built a9e162d4b507 18:24:08 Successfully tagged security-proxy-auth-arm64:latest 18:24:08  Building security-proxy-auth ... done Building core-common-config-bootstrapper 18:24:11 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:24:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:24:11 ---> 9cb54103aa05 18:24:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:24:11 ---> Using cache 18:24:11 ---> 615f80e34863 18:24:11 Step 4/23 : WORKDIR /edgex-go 18:24:11 ---> Using cache 18:24:11 ---> 58d182399ed6 18:24:11 Step 5/23 : RUN apk add --update --no-cache make git 18:24:11 ---> Using cache 18:24:11 ---> c5c70baea747 18:24:11 Step 6/23 : COPY go.mod vendor* ./ 18:24:11 ---> Using cache 18:24:11 ---> 1add6debd589 18:24:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:24:11 ---> Using cache 18:24:11 ---> becc99d2d14b 18:24:11 Step 8/23 : COPY . . 18:24:11 ---> Using cache 18:24:11 ---> 685631ad422f 18:24:11 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:24:14 ---> Running in 1ed68b1383ff 18:24:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:26:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.155" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:26:42 Removing intermediate container ea7cb41e1464 18:26:42 ---> 4e50b994eea1 18:26:42 18:26:42 Step 9/33 : FROM alpine:3.17 18:26:42 ---> 51e60588ff2c 18:26:42 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 18:26:42 ---> Using cache 18:26:42 ---> 787b643b5159 18:26:42 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 18:26:42 ---> Running in 4fbe6f58a855 18:26:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:26:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:26:47 (1/2) Installing dumb-init (1.2.5-r2) 18:26:47 (2/2) Installing su-exec (0.2-r2) 18:26:47 Executing busybox-1.35.0-r29.trigger 18:26:47 OK: 8 MiB in 17 packages 18:26:50 Removing intermediate container 4fbe6f58a855 18:26:50 ---> d35aadb79114 18:26:50 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 18:26:50 ---> Running in 47d9ff5c49e2 18:26:51 Removing intermediate container 47d9ff5c49e2 18:26:51 ---> b2b966d3d14e 18:26:51 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:26:51 ---> Running in f67d9356f730 18:26:51 Removing intermediate container f67d9356f730 18:26:51 ---> f89b8d0202f9 18:26:51 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:26:52 ---> Running in 9dd40d6f8ba9 18:26:52 Removing intermediate container 01a7c08bdcd1 18:26:52 ---> 37cabeb44a56 18:26:52 18:26:52 Step 9/25 : FROM alpine:3.17 18:26:52 ---> 51e60588ff2c 18:26:52 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:26:55 ---> Running in 8b418b4b9670 18:26:55 Removing intermediate container 9dd40d6f8ba9 18:26:55 ---> 14360881ba92 18:26:55 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:26:55 ---> Running in 01d6939b1e79 18:26:55 Removing intermediate container 01d6939b1e79 18:26:55 ---> 14c9cc6ccd42 18:26:55 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:26:55 ---> Running in 7fa648463ded 18:26:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:26:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:26:59 Removing intermediate container 7fa648463ded 18:26:59 ---> 360d50f52365 18:26:59 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 18:26:59 ---> Running in 03fb632e025c 18:26:59 Removing intermediate container 03fb632e025c 18:26:59 ---> 5fb4c2b27dad 18:26:59 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:27:00 (1/3) Installing ca-certificates (20230506-r0) 18:27:00 (2/3) Installing dumb-init (1.2.5-r2) 18:27:00 (3/3) Installing su-exec (0.2-r2) 18:27:00 Executing busybox-1.35.0-r29.trigger 18:27:00 Executing ca-certificates-20230506-r0.trigger 18:27:00 ---> 3ff837d85d77 18:27:00 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:27:00 ---> Running in 47aa2494d1e7 18:27:01 OK: 8 MiB in 18 packages 18:27:03 Removing intermediate container 8b418b4b9670 18:27:03 ---> de3acd6df9be 18:27:03 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 18:27:04 ---> Running in be389345e80b 18:27:04 Removing intermediate container 47aa2494d1e7 18:27:04 ---> 7867645df5f8 18:27:04 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:04 Removing intermediate container be389345e80b 18:27:04 ---> 9bcb731b953e 18:27:04 Step 12/25 : WORKDIR / 18:27:05 ---> Running in d536f51aafaa 18:27:05 Removing intermediate container d536f51aafaa 18:27:05 ---> 7f65bd4ca378 18:27:05 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:06 ---> e5199ee3e201 18:27:06 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 18:27:06 ---> b0a61709a8a3 18:27:06 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 18:27:07 ---> df537692a97c 18:27:07 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:27:08 ---> 5bdb08ec02e2 18:27:08 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:27:09 ---> 7213bc368b8a 18:27:09 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:27:10 ---> 62bfd1c9c658 18:27:10 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:27:10 ---> 5225ffd99bb5 18:27:10 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:27:11 ---> 6bb71befcb68 18:27:11 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 18:27:11 ---> 5b85fb63905c 18:27:11 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:27:12 ---> 6600958930ab 18:27:12 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:27:13 ---> 44518d36b7d9 18:27:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:27:14 ---> 5c3c40249a3b 18:27:14 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:27:15 ---> e198f86bcc1c 18:27:15 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:27:16 ---> 68764249b668 18:27:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:27:16 ---> 5b6b2484e9c2 18:27:16 Step 28/33 : RUN chmod +x /entrypoint.sh 18:27:16 ---> Running in 722e78ab617e 18:27:18 ---> 0925d7710d78 18:27:18 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:27:18 ---> Running in 0d01253fecbe 18:27:22 Removing intermediate container 722e78ab617e 18:27:22 ---> 5247894bf770 18:27:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:27:22 ---> Running in ade7b0896329 18:27:23 Removing intermediate container ade7b0896329 18:27:23 ---> 96f5b9940937 18:27:23 Step 30/33 : CMD ["gate"] 18:27:23 ---> Running in ab050b796322 18:27:23 Removing intermediate container 0d01253fecbe 18:27:23 ---> e5495863571d 18:27:23 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 18:27:24 ---> Running in c92170d641da 18:27:24 Removing intermediate container ab050b796322 18:27:24 ---> 5d16c42a6895 18:27:24 Step 31/33 : LABEL arch=arm64 18:27:24 Removing intermediate container c92170d641da 18:27:24 ---> d1396727c101 18:27:24 Step 23/25 : LABEL arch=arm64 18:27:25 ---> Running in 325343419d14 18:27:25 ---> Running in 51af437a5ca5 18:27:26 Removing intermediate container 51af437a5ca5 18:27:26 ---> 32047fe9853a 18:27:26 Step 32/33 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:27:26 Removing intermediate container 325343419d14 18:27:26 ---> 37c6283c4b50 18:27:26 Step 24/25 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:27:26 ---> Running in 37626aa54a0b 18:27:26 ---> Running in ce0ef08e97cc 18:27:26 Removing intermediate container ce0ef08e97cc 18:27:26 ---> 9a6f3119663e 18:27:26 Step 25/25 : LABEL version=3.0.0-dev.155 18:27:26 ---> Running in 97faf9edc49c 18:27:26 Removing intermediate container 37626aa54a0b 18:27:26 ---> d79cbbd1cc08 18:27:26 Step 33/33 : LABEL version=3.0.0-dev.155 18:27:26 ---> Running in e9d12320d6a1 18:27:27 Removing intermediate container 97faf9edc49c 18:27:27 ---> c43d5b033adc 18:27:27 18:27:27 Successfully built c43d5b033adc 18:27:27 Removing intermediate container e9d12320d6a1 18:27:27 Successfully tagged security-secretstore-setup-arm64:latest 18:27:27 ---> ea2b436814f3 18:27:27 18:27:27  Building security-secretstore-setup ... done Building security-spire-config 18:27:27 Successfully built ea2b436814f3 18:27:27 Successfully tagged security-bootstrapper-arm64:latest 18:27:27  Building security-bootstrapper ... done Building security-spire-server 18:27:34 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:27:34 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:27:34 ---> 9cb54103aa05 18:27:34 Step 3/27 : WORKDIR /edgex-go 18:27:34 ---> Using cache 18:27:34 ---> 1c40cb164aea 18:27:34 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 18:27:34 ---> Using cache 18:27:34 ---> 2d13f335679c 18:27:34 Step 5/27 : COPY go.mod vendor* ./ 18:27:34 ---> Using cache 18:27:34 ---> 774cbb8a2ef7 18:27:34 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 ---> Using cache 18:27:34 ---> a250f2a38c63 18:27:34 Step 7/27 : COPY . . 18:27:34 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 18:27:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:27:34 ---> 9cb54103aa05 18:27:34 Step 3/26 : WORKDIR /edgex-go 18:27:34 ---> Using cache 18:27:34 ---> 1c40cb164aea 18:27:34 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 18:27:34 ---> Using cache 18:27:34 ---> 2d13f335679c 18:27:34 Step 5/26 : COPY go.mod vendor* ./ 18:27:34 ---> Using cache 18:27:34 ---> 774cbb8a2ef7 18:27:34 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 ---> Using cache 18:27:34 ---> a250f2a38c63 18:27:34 Step 7/26 : COPY . . 18:27:34 ---> Using cache 18:27:34 ---> 652e2cf1c884 18:27:34 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 18:27:34 ---> Using cache 18:27:34 ---> 90ddad0a301a 18:27:34 Step 9/27 : WORKDIR /edgex-go/spire-build 18:27:34 ---> Using cache 18:27:34 ---> e50619c13f27 18:27:34 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:27:34 ---> Using cache 18:27:34 ---> edd7de1749c9 18:27:34 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:27:34 ---> Using cache 18:27:34 ---> 4c2e17619aba 18:27:34 Step 12/27 : WORKDIR /edgex-go 18:27:34 ---> Using cache 18:27:34 ---> 201a90282452 18:27:34 18:27:34 Step 13/27 : FROM alpine:3.17 18:27:34 ---> 51e60588ff2c 18:27:34 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:27:34 ---> Using cache 18:27:34 ---> 8fead2abded2 18:27:34 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:27:34 ---> Using cache 18:27:34 ---> 652e2cf1c884 18:27:34 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 18:27:34 ---> Using cache 18:27:34 ---> 90ddad0a301a 18:27:34 Step 9/26 : WORKDIR /edgex-go/spire-build 18:27:34 ---> Using cache 18:27:34 ---> e50619c13f27 18:27:34 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 18:27:34 ---> Using cache 18:27:34 ---> edd7de1749c9 18:27:34 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:27:36 ---> Running in a1d8c6b11716 18:27:36 ---> Running in 3e4f020abae0 18:27:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:27:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:27:39 Removing intermediate container a1d8c6b11716 18:27:39 ---> 37e6cef10bec 18:27:39 Step 12/26 : WORKDIR /edgex-go 18:27:40 ---> Running in e93685ce6ec6 18:27:40 Removing intermediate container e93685ce6ec6 18:27:40 ---> eddd6a0d3544 18:27:40 18:27:40 Step 13/26 : FROM alpine:3.17 18:27:40 ---> 51e60588ff2c 18:27:40 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:27:40 ---> Using cache 18:27:40 ---> 8fead2abded2 18:27:40 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:27:40 ---> Using cache 18:27:40 ---> 4139d31a1ce2 18:27:40 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:40 ---> Using cache 18:27:40 ---> 4a9f6935887f 18:27:40 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 18:27:40 ---> Using cache 18:27:40 ---> 99b3fd079914 18:27:40 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:27:41 v3.17.3-161-g1a199215cd8 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 18:27:41 v3.17.3-162-gdfacc0ea050 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 18:27:41 OK: 17692 distinct packages available 18:27:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:27:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:27:44 (1/4) Installing dumb-init (1.2.5-r2) 18:27:44 (2/4) Installing musl-obstack (1.2.3-r0) 18:27:44 (3/4) Installing libucontext (1.2-r0) 18:27:44 (4/4) Installing gcompat (1.1.0-r0) 18:27:44 Executing busybox-1.35.0-r29.trigger 18:27:44 OK: 8 MiB in 19 packages 18:27:50 Removing intermediate container 3e4f020abae0 18:27:50 ---> 7c2e238ea781 18:27:50 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:50 ---> 67a3f4e36ee6 18:27:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:27:50 ---> d9efa5051538 18:27:50 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 18:27:50 ---> 4bd2c456ac69 18:27:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:27:51 ---> cca69a3da5fd 18:27:51 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:27:51 ---> 67abcba7f3ac 18:27:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:27:53 ---> bd4b996d3a4a 18:27:53 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:27:53 ---> Running in d39fc539087f 18:27:53 Removing intermediate container d39fc539087f 18:27:53 ---> bfb2a7d0151a 18:27:53 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:27:53 ---> Running in 4d7eab94d529 18:27:54 Removing intermediate container 4d7eab94d529 18:27:54 ---> 2a75cdef6c7c 18:27:54 Step 24/26 : LABEL arch=arm64 18:27:54 ---> Running in 9d87963be778 18:27:55 Removing intermediate container 9d87963be778 18:27:55 ---> 04f34a631ca1 18:27:55 Step 25/26 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:27:55 ---> Running in 9a9d3f651cd1 18:27:56 Removing intermediate container 9a9d3f651cd1 18:27:56 ---> 613ff7af1ebb 18:27:56 Step 26/26 : LABEL version=3.0.0-dev.155 18:27:56 ---> Running in c6c567806cd4 18:27:57 Removing intermediate container c6c567806cd4 18:27:57 ---> 8f0f12aa56ba 18:27:57 18:27:57 Successfully built 8f0f12aa56ba 18:27:57 Successfully tagged security-spire-server-arm64:latest 18:28:00  Building security-spire-server ... done  ---> 419501a26e5e 18:28:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:28:03 ---> 395459ecd26e 18:28:03 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:28:03 ---> Running in 94ccd4df81e7 18:28:04 Removing intermediate container 94ccd4df81e7 18:28:04 ---> efd88daa8546 18:28:04 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:28:05 ---> 59b1ec848f77 18:28:05 Step 22/27 : WORKDIR / 18:28:05 ---> Running in 4d7c9fd90a97 18:28:05 Removing intermediate container 4d7c9fd90a97 18:28:05 ---> ac87dde7df98 18:28:05 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:28:06 ---> Running in 184bc95758b0 18:28:06 Removing intermediate container 184bc95758b0 18:28:06 ---> 4328b4af78ac 18:28:06 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:28:06 ---> Running in df3fe159dc29 18:28:07 Removing intermediate container df3fe159dc29 18:28:07 ---> dfbd73b00196 18:28:07 Step 25/27 : LABEL arch=arm64 18:28:07 ---> Running in 6751c88e6d27 18:28:08 Removing intermediate container 6751c88e6d27 18:28:08 ---> 528962730dfd 18:28:08 Step 26/27 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:28:08 ---> Running in 880466779e7d 18:28:08 Removing intermediate container 880466779e7d 18:28:08 ---> 37ed5aa4883b 18:28:08 Step 27/27 : LABEL version=3.0.0-dev.155 18:28:08 ---> Running in d9be8476820e 18:28:09 Removing intermediate container d9be8476820e 18:28:09 ---> 1f4b15b6b482 18:28:09 18:28:09 Successfully built 1f4b15b6b482 18:28:09 Successfully tagged security-spire-config-arm64:latest 18:28:31  Building security-spire-config ... done Removing intermediate container 721a8dacf2f0 18:28:31 ---> d0d51bc7b421 18:28:31 18:28:31 Step 10/23 : FROM alpine:3.17 18:28:31 ---> 51e60588ff2c 18:28:31 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:31 ---> Running in e3be93b9f16d 18:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:28:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:28:34 (1/2) Installing ca-certificates (20230506-r0) 18:28:34 (2/2) Installing dumb-init (1.2.5-r2) 18:28:34 Executing busybox-1.35.0-r29.trigger 18:28:34 Executing ca-certificates-20230506-r0.trigger 18:28:35 OK: 8 MiB in 17 packages 18:28:37 Removing intermediate container e3be93b9f16d 18:28:37 ---> dc215db5bf1e 18:28:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 18:28:37 ---> Running in fdcc30fa237c 18:28:37 Removing intermediate container fdcc30fa237c 18:28:37 ---> d3152af8a04f 18:28:37 Step 13/23 : ENV APP_PORT=59860 18:28:38 ---> Running in cbe7b309c011 18:28:38 Removing intermediate container cbe7b309c011 18:28:38 ---> d15fb78bc4dd 18:28:38 Step 14/23 : EXPOSE $APP_PORT 18:28:38 ---> Running in 77f27aea4c8e 18:28:38 Removing intermediate container 77f27aea4c8e 18:28:38 ---> 83d97a11d046 18:28:38 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:40 ---> d79957a7be6a 18:28:40 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:28:40 ---> 72ba4af5a209 18:28:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:44 ---> ad91dff6b91a 18:28:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:28:44 ---> 8fb3f2048733 18:28:44 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:28:44 ---> Running in c143ac8752db 18:28:45 Removing intermediate container c143ac8752db 18:28:45 ---> 00e9956cf032 18:28:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:28:45 ---> Running in f17e5f975ed5 18:28:46 Removing intermediate container f17e5f975ed5 18:28:46 ---> de06518286b2 18:28:46 Step 21/23 : LABEL arch=arm64 18:28:46 ---> Running in fcecca31a80c 18:28:46 Removing intermediate container fcecca31a80c 18:28:46 ---> 5941b117276c 18:28:46 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:28:46 ---> Running in 0b649e4b8045 18:28:47 Removing intermediate container 0b649e4b8045 18:28:47 ---> 3c7af4d8bca3 18:28:47 Step 23/23 : LABEL version=3.0.0-dev.155 18:28:47 ---> Running in 28b2ed2aa594 18:28:48 Removing intermediate container 28b2ed2aa594 18:28:48 ---> d4a5db9a8825 18:28:48 18:28:48 Successfully built d4a5db9a8825 18:28:48 Successfully tagged support-notifications-arm64:latest 18:29:34  Building support-notifications ... done Removing intermediate container 1ed68b1383ff 18:29:34 ---> 5021cac205b6 18:29:34 18:29:34 Step 10/23 : FROM alpine:3.17 18:29:34 ---> 51e60588ff2c 18:29:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:29:34 ---> Using cache 18:29:34 ---> dbc7fb99ea7e 18:29:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:29:34 ---> Using cache 18:29:34 ---> 8c021727c0dd 18:29:34 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:34 ---> Using cache 18:29:34 ---> 529391610f15 18:29:34 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 18:29:34 ---> Using cache 18:29:34 ---> 6cfc2229c400 18:29:34 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:29:34 ---> 61545c95bd53 18:29:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:29:34 ---> 79c794b87d34 18:29:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:29:34 ---> a212bce746f6 18:29:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:29:34 ---> Running in ff479d021dbc 18:29:34 Removing intermediate container ff479d021dbc 18:29:34 ---> e2a7ce0b0f4c 18:29:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 18:29:34 ---> Running in a59708043f84 18:29:34 Removing intermediate container a59708043f84 18:29:34 ---> 06ee06013ae6 18:29:34 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 18:29:34 ---> Running in 82277993874f 18:29:34 Removing intermediate container 82277993874f 18:29:34 ---> 7cdc7c6b4ba6 18:29:34 Step 21/23 : LABEL arch=arm64 18:29:35 ---> Running in e5aa7043f2c9 18:29:35 Removing intermediate container e5aa7043f2c9 18:29:35 ---> 24f2f48dda75 18:29:35 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:35 ---> Running in bb9422fc266d 18:29:36 Removing intermediate container bb9422fc266d 18:29:36 ---> 9fd2c5ff9803 18:29:36 Step 23/23 : LABEL version=3.0.0-dev.155 18:29:36 ---> Running in ee36c5933b30 18:29:36 Removing intermediate container ee36c5933b30 18:29:36 ---> dda290cb7905 18:29:36 18:29:36 Successfully built dda290cb7905 18:29:36 Successfully tagged core-common-config-bootstrapper-arm64:latest 18:29:38  Building core-common-config-bootstrapper ... done Removing intermediate container a5b7e13fbf27 18:29:38 ---> e05c22813bc2 18:29:38 18:29:38 Step 10/23 : FROM alpine:3.17 18:29:38 ---> 51e60588ff2c 18:29:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:29:38 ---> Using cache 18:29:38 ---> 1777e27f4bb9 18:29:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 18:29:38 ---> Using cache 18:29:38 ---> 882cd9382a7e 18:29:38 Step 13/23 : ENV APP_PORT=59861 18:29:38 ---> Running in 04b35bea902b 18:29:38 Removing intermediate container 04b35bea902b 18:29:38 ---> 8e7cef1dd9f5 18:29:38 Step 14/23 : EXPOSE $APP_PORT 18:29:39 ---> Running in c89ee3923dc6 18:29:39 Removing intermediate container c89ee3923dc6 18:29:39 ---> 3b650fc62d0f 18:29:39 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:39 ---> e8319386d7d7 18:29:39 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 18:29:40 ---> 9ff153797133 18:29:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:41 ---> 26c4f257cb2a 18:29:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:29:42 ---> 4af36b6ec740 18:29:42 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:29:42 ---> Running in 8ca768f8feda 18:29:42 Removing intermediate container 8ca768f8feda 18:29:42 ---> 564d23f543e4 18:29:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:29:42 ---> Running in 65f3f8e5b862 18:29:43 Removing intermediate container 65f3f8e5b862 18:29:43 ---> 7ecd1bc020bb 18:29:43 Step 21/23 : LABEL arch=arm64 18:29:43 ---> Running in ff981530d1cc 18:29:43 Removing intermediate container ff981530d1cc 18:29:43 ---> f3adc5f4c044 18:29:43 Step 22/23 : LABEL git_sha=1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:43 ---> Running in 8e8d140fcccc 18:29:43 Removing intermediate container 8e8d140fcccc 18:29:43 ---> de18409afa40 18:29:43 Step 23/23 : LABEL version=3.0.0-dev.155 18:29:43 ---> Running in 691314033c3d 18:29:44 Removing intermediate container 691314033c3d 18:29:44 ---> 121155ec5641 18:29:44 18:29:44 Successfully built 121155ec5641 18:29:44 Successfully tagged support-scheduler-arm64:latest 18:29:44  Building support-scheduler ... done  [Pipeline] } 18:29:44 $ docker stop --time=1 60ca3fc34ad0c562889e70d276de16c32be09183380208895ab8dc0abe75074f 18:29:46 $ docker rm -f --volumes 60ca3fc34ad0c562889e70d276de16c32be09183380208895ab8dc0abe75074f [Pipeline] // withDockerContainer [Pipeline] sh 18:29:47 + docker images 18:29:47 REPOSITORY TAG IMAGE ID CREATED SIZE 18:29:47 support-scheduler-arm64 latest 121155ec5641 3 seconds ago 31.2MB 18:29:47 e05c22813bc2 10 seconds ago 1.42GB 18:29:47 core-common-config-bootstrapper-arm64 latest dda290cb7905 11 seconds ago 17.2MB 18:29:47 5021cac205b6 20 seconds ago 1.35GB 18:29:47 support-notifications-arm64 latest d4a5db9a8825 About a minute ago 31.9MB 18:29:47 d0d51bc7b421 About a minute ago 1.42GB 18:29:47 security-spire-config-arm64 latest 1f4b15b6b482 About a minute ago 96.1MB 18:29:47 security-spire-server-arm64 latest 8f0f12aa56ba About a minute ago 97MB 18:29:47 eddd6a0d3544 2 minutes ago 1.21GB 18:29:47 security-secretstore-setup-arm64 latest c43d5b033adc 2 minutes ago 32.2MB 18:29:47 security-bootstrapper-arm64 latest ea2b436814f3 2 minutes ago 21.9MB 18:29:47 37cabeb44a56 2 minutes ago 1.35GB 18:29:47 4e50b994eea1 3 minutes ago 1.34GB 18:29:47 security-proxy-auth-arm64 latest a9e162d4b507 5 minutes ago 18.1MB 18:29:47 71896d689852 5 minutes ago 1.33GB 18:29:47 security-spiffe-token-provider-arm64 latest db61378a514a 8 minutes ago 32.7MB 18:29:47 e6a9792d1761 8 minutes ago 1.39GB 18:29:47 core-data-arm64 latest ea4419da26f8 11 minutes ago 19.9MB 18:29:47 core-metadata-arm64 latest 5ffa23980dcc 11 minutes ago 20.2MB 18:29:47 core-command-arm64 latest 77266fe79f4f 12 minutes ago 19.7MB 18:29:47 7ae2c83b819e 12 minutes ago 1.36GB 18:29:47 ca7c569740e0 12 minutes ago 1.36GB 18:29:47 4fbfb98cc305 12 minutes ago 1.35GB 18:29:47 security-proxy-setup-arm64 latest 7c5015a2197a 13 minutes ago 18.7MB 18:29:47 47c861c472a2 13 minutes ago 1.33GB 18:29:47 security-spire-agent-arm64 latest 01d954fff04b 19 minutes ago 153MB 18:29:47 201a90282452 19 minutes ago 1.21GB 18:29:47 ci-base-image-arm64 latest 9cb54103aa05 22 minutes ago 899MB 18:29:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 2 weeks ago 681MB 18:29:47 alpine 3.17 51e60588ff2c 6 weeks ago 7.46MB 18:29:47 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 18:29:47 provisioning config files... 18:29:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/521@tmp/config2677949238533548174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:47 ---> docker-login.sh 18:29:47 nexus3.edgexfoundry.org:10001 18:29:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:48 Configure a credential helper to remove this warning. See 18:29:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:48 18:29:48 Login Succeeded 18:29:48 nexus3.edgexfoundry.org:10002 18:29:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:48 Configure a credential helper to remove this warning. See 18:29:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:48 18:29:48 Login Succeeded 18:29:48 nexus3.edgexfoundry.org:10003 18:29:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:48 Configure a credential helper to remove this warning. See 18:29:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:48 18:29:48 Login Succeeded 18:29:48 nexus3.edgexfoundry.org:10004 18:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:49 Configure a credential helper to remove this warning. See 18:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:49 18:29:49 Login Succeeded 18:29:49 docker.io 18:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:49 Configure a credential helper to remove this warning. See 18:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:49 18:29:49 Login Succeeded 18:29:49 ---> docker-login.sh ends [Pipeline] } 18:29:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:29:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:29:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 18:29:49 1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:49 latest 18:29:49 3.0.0-dev.155 18:29:49 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:29:49 main 18:29:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:29:50 6785d4ef3dd4: Preparing 18:29:50 99f336bc00b3: Preparing 18:29:50 0150ec295b4c: Preparing 18:29:50 87d90b3fdd9c: Preparing 18:29:50 5515e592e0dd: Preparing 18:29:50 26cbea5cba74: Preparing 18:29:50 26cbea5cba74: Waiting 18:29:50 0150ec295b4c: Pushed 18:29:50 87d90b3fdd9c: Pushed 18:29:50 26cbea5cba74: Layer already exists 18:29:50 6785d4ef3dd4: Pushed 18:29:50 5515e592e0dd: Pushed 18:29:53 99f336bc00b3: Pushed 18:29:53 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:e2606a2f468f343f094b06cef3829cc16819e2010f68df9820b7adaa597b8a10 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:29:54 6785d4ef3dd4: Preparing 18:29:54 99f336bc00b3: Preparing 18:29:54 0150ec295b4c: Preparing 18:29:54 87d90b3fdd9c: Preparing 18:29:54 5515e592e0dd: Preparing 18:29:54 26cbea5cba74: Preparing 18:29:54 26cbea5cba74: Waiting 18:29:54 6785d4ef3dd4: Layer already exists 18:29:54 99f336bc00b3: Layer already exists 18:29:54 0150ec295b4c: Layer already exists 18:29:54 5515e592e0dd: Layer already exists 18:29:54 87d90b3fdd9c: Layer already exists 18:29:54 26cbea5cba74: Layer already exists 18:29:54 latest: digest: sha256:e2606a2f468f343f094b06cef3829cc16819e2010f68df9820b7adaa597b8a10 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.155 18:29:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:29:55 6785d4ef3dd4: Preparing 18:29:55 99f336bc00b3: Preparing 18:29:55 0150ec295b4c: Preparing 18:29:55 87d90b3fdd9c: Preparing 18:29:55 5515e592e0dd: Preparing 18:29:55 26cbea5cba74: Preparing 18:29:55 26cbea5cba74: Waiting 18:29:55 0150ec295b4c: Layer already exists 18:29:55 87d90b3fdd9c: Layer already exists 18:29:55 99f336bc00b3: Layer already exists 18:29:55 5515e592e0dd: Layer already exists 18:29:55 6785d4ef3dd4: Layer already exists 18:29:55 26cbea5cba74: Layer already exists 18:29:55 3.0.0-dev.155: digest: sha256:e2606a2f468f343f094b06cef3829cc16819e2010f68df9820b7adaa597b8a10 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:29:56 6785d4ef3dd4: Preparing 18:29:56 99f336bc00b3: Preparing 18:29:56 0150ec295b4c: Preparing 18:29:56 87d90b3fdd9c: Preparing 18:29:56 5515e592e0dd: Preparing 18:29:56 26cbea5cba74: Preparing 18:29:56 26cbea5cba74: Waiting 18:29:56 0150ec295b4c: Layer already exists 18:29:56 87d90b3fdd9c: Layer already exists 18:29:56 99f336bc00b3: Layer already exists 18:29:56 5515e592e0dd: Layer already exists 18:29:56 6785d4ef3dd4: Layer already exists 18:29:56 26cbea5cba74: Layer already exists 18:29:56 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:e2606a2f468f343f094b06cef3829cc16819e2010f68df9820b7adaa597b8a10 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 18:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 18:29:57 6785d4ef3dd4: Preparing 18:29:57 99f336bc00b3: Preparing 18:29:57 0150ec295b4c: Preparing 18:29:57 87d90b3fdd9c: Preparing 18:29:57 5515e592e0dd: Preparing 18:29:57 26cbea5cba74: Preparing 18:29:57 26cbea5cba74: Waiting 18:29:57 6785d4ef3dd4: Layer already exists 18:29:57 87d90b3fdd9c: Layer already exists 18:29:57 0150ec295b4c: Layer already exists 18:29:57 99f336bc00b3: Layer already exists 18:29:57 5515e592e0dd: Layer already exists 18:29:57 26cbea5cba74: Layer already exists 18:29:57 main: digest: sha256:e2606a2f468f343f094b06cef3829cc16819e2010f68df9820b7adaa597b8a10 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:29:57 ===================================================== [Pipeline] echo 18:29:57 taggedImages: 18:29:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 18:29:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.155 18:29:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:29:57 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 18:29:57 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 18:29:57 1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:57 latest 18:29:57 3.0.0-dev.155 18:29:57 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:29:57 main 18:29:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:57 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:29:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:29:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:29:58 3f637bf2ce6f: Preparing 18:29:58 900126c1eee7: Preparing 18:29:58 913a95d9a8b2: Preparing 18:29:58 ec6af0713cb3: Preparing 18:29:58 0150ec295b4c: Preparing 18:29:58 87d90b3fdd9c: Preparing 18:29:58 df480a374262: Preparing 18:29:58 26cbea5cba74: Preparing 18:29:58 df480a374262: Waiting 18:29:58 87d90b3fdd9c: Waiting 18:29:58 0150ec295b4c: Layer already exists 18:29:58 87d90b3fdd9c: Layer already exists 18:29:58 900126c1eee7: Pushed 18:29:58 3f637bf2ce6f: Pushed 18:29:58 913a95d9a8b2: Pushed 18:29:58 26cbea5cba74: Layer already exists 18:29:58 df480a374262: Pushed 18:30:00 ec6af0713cb3: Pushed 18:30:00 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:42db0c5269816b5e277cb4fa58a7507190355b6cd8e16029a38e990ddffc625c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:00 + 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 18:30:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 18:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:30:01 3f637bf2ce6f: Preparing 18:30:01 900126c1eee7: Preparing 18:30:01 913a95d9a8b2: Preparing 18:30:01 ec6af0713cb3: Preparing 18:30:01 0150ec295b4c: Preparing 18:30:01 87d90b3fdd9c: Preparing 18:30:01 df480a374262: Preparing 18:30:01 26cbea5cba74: Preparing 18:30:01 87d90b3fdd9c: Waiting 18:30:01 df480a374262: Waiting 18:30:01 3f637bf2ce6f: Layer already exists 18:30:01 0150ec295b4c: Layer already exists 18:30:01 900126c1eee7: Layer already exists 18:30:01 ec6af0713cb3: Layer already exists 18:30:01 913a95d9a8b2: Layer already exists 18:30:01 87d90b3fdd9c: Layer already exists 18:30:01 df480a374262: Layer already exists 18:30:01 26cbea5cba74: Layer already exists 18:30:01 latest: digest: sha256:42db0c5269816b5e277cb4fa58a7507190355b6cd8e16029a38e990ddffc625c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.155 18:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:30:02 3f637bf2ce6f: Preparing 18:30:02 900126c1eee7: Preparing 18:30:02 913a95d9a8b2: Preparing 18:30:02 ec6af0713cb3: Preparing 18:30:02 0150ec295b4c: Preparing 18:30:02 87d90b3fdd9c: Preparing 18:30:02 df480a374262: Preparing 18:30:02 26cbea5cba74: Preparing 18:30:02 df480a374262: Waiting 18:30:02 26cbea5cba74: Waiting 18:30:02 87d90b3fdd9c: Waiting 18:30:02 ec6af0713cb3: Layer already exists 18:30:02 3f637bf2ce6f: Layer already exists 18:30:02 900126c1eee7: Layer already exists 18:30:02 913a95d9a8b2: Layer already exists 18:30:02 0150ec295b4c: Layer already exists 18:30:02 df480a374262: Layer already exists 18:30:02 87d90b3fdd9c: Layer already exists 18:30:02 26cbea5cba74: Layer already exists 18:30:02 3.0.0-dev.155: digest: sha256:42db0c5269816b5e277cb4fa58a7507190355b6cd8e16029a38e990ddffc625c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:30:03 3f637bf2ce6f: Preparing 18:30:03 900126c1eee7: Preparing 18:30:03 913a95d9a8b2: Preparing 18:30:03 ec6af0713cb3: Preparing 18:30:03 0150ec295b4c: Preparing 18:30:03 87d90b3fdd9c: Preparing 18:30:03 df480a374262: Preparing 18:30:03 26cbea5cba74: Preparing 18:30:03 87d90b3fdd9c: Waiting 18:30:03 df480a374262: Waiting 18:30:03 26cbea5cba74: Waiting 18:30:03 900126c1eee7: Layer already exists 18:30:03 ec6af0713cb3: Layer already exists 18:30:03 913a95d9a8b2: Layer already exists 18:30:03 0150ec295b4c: Layer already exists 18:30:03 3f637bf2ce6f: Layer already exists 18:30:03 87d90b3fdd9c: Layer already exists 18:30:03 df480a374262: Layer already exists 18:30:03 26cbea5cba74: Layer already exists 18:30:03 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:42db0c5269816b5e277cb4fa58a7507190355b6cd8e16029a38e990ddffc625c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:03 + 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 18:30:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 18:30:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 18:30:04 3f637bf2ce6f: Preparing 18:30:04 900126c1eee7: Preparing 18:30:04 913a95d9a8b2: Preparing 18:30:04 ec6af0713cb3: Preparing 18:30:04 0150ec295b4c: Preparing 18:30:04 87d90b3fdd9c: Preparing 18:30:04 df480a374262: Preparing 18:30:04 26cbea5cba74: Preparing 18:30:04 87d90b3fdd9c: Waiting 18:30:04 df480a374262: Waiting 18:30:04 26cbea5cba74: Waiting 18:30:04 3f637bf2ce6f: Layer already exists 18:30:04 ec6af0713cb3: Layer already exists 18:30:04 900126c1eee7: Layer already exists 18:30:04 913a95d9a8b2: Layer already exists 18:30:04 0150ec295b4c: Layer already exists 18:30:04 87d90b3fdd9c: Layer already exists 18:30:04 df480a374262: Layer already exists 18:30:04 26cbea5cba74: Layer already exists 18:30:04 main: digest: sha256:42db0c5269816b5e277cb4fa58a7507190355b6cd8e16029a38e990ddffc625c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:04 ===================================================== [Pipeline] echo 18:30:04 taggedImages: 18:30:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 18:30:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.155 18:30:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 18:30:04 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 18:30:04 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:04 latest 18:30:04 3.0.0-dev.155 18:30:04 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:04 main 18:30:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:30:05 c89b23c93849: Preparing 18:30:05 3338e0ef251e: Preparing 18:30:05 0150ec295b4c: Preparing 18:30:05 87d90b3fdd9c: Preparing 18:30:05 27bfe4e75168: Preparing 18:30:05 26cbea5cba74: Preparing 18:30:05 26cbea5cba74: Waiting 18:30:05 0150ec295b4c: Layer already exists 18:30:05 87d90b3fdd9c: Layer already exists 18:30:05 26cbea5cba74: Layer already exists 18:30:05 c89b23c93849: Pushed 18:30:05 27bfe4e75168: Pushed 18:30:08 3338e0ef251e: Pushed 18:30:08 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:d80232301d1515779653b97047f612028dad2a68077734391d0c3e04586281b9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:30:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:30:08 c89b23c93849: Preparing 18:30:08 3338e0ef251e: Preparing 18:30:08 0150ec295b4c: Preparing 18:30:08 87d90b3fdd9c: Preparing 18:30:08 27bfe4e75168: Preparing 18:30:08 26cbea5cba74: Preparing 18:30:08 26cbea5cba74: Waiting 18:30:08 c89b23c93849: Layer already exists 18:30:08 87d90b3fdd9c: Layer already exists 18:30:08 3338e0ef251e: Layer already exists 18:30:08 27bfe4e75168: Layer already exists 18:30:08 0150ec295b4c: Layer already exists 18:30:08 26cbea5cba74: Layer already exists 18:30:09 latest: digest: sha256:d80232301d1515779653b97047f612028dad2a68077734391d0c3e04586281b9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.155 18:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:30:09 c89b23c93849: Preparing 18:30:09 3338e0ef251e: Preparing 18:30:09 0150ec295b4c: Preparing 18:30:09 87d90b3fdd9c: Preparing 18:30:09 27bfe4e75168: Preparing 18:30:09 26cbea5cba74: Preparing 18:30:09 26cbea5cba74: Waiting 18:30:09 3338e0ef251e: Layer already exists 18:30:09 27bfe4e75168: Layer already exists 18:30:09 0150ec295b4c: Layer already exists 18:30:09 c89b23c93849: Layer already exists 18:30:09 87d90b3fdd9c: Layer already exists 18:30:09 26cbea5cba74: Layer already exists 18:30:10 3.0.0-dev.155: digest: sha256:d80232301d1515779653b97047f612028dad2a68077734391d0c3e04586281b9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:30:10 c89b23c93849: Preparing 18:30:10 3338e0ef251e: Preparing 18:30:10 0150ec295b4c: Preparing 18:30:10 87d90b3fdd9c: Preparing 18:30:10 27bfe4e75168: Preparing 18:30:10 26cbea5cba74: Preparing 18:30:10 87d90b3fdd9c: Layer already exists 18:30:10 0150ec295b4c: Layer already exists 18:30:10 27bfe4e75168: Layer already exists 18:30:10 c89b23c93849: Layer already exists 18:30:10 3338e0ef251e: Layer already exists 18:30:10 26cbea5cba74: Layer already exists 18:30:11 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:d80232301d1515779653b97047f612028dad2a68077734391d0c3e04586281b9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 18:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 18:30:11 c89b23c93849: Preparing 18:30:11 3338e0ef251e: Preparing 18:30:11 0150ec295b4c: Preparing 18:30:11 87d90b3fdd9c: Preparing 18:30:11 27bfe4e75168: Preparing 18:30:11 26cbea5cba74: Preparing 18:30:11 26cbea5cba74: Waiting 18:30:11 87d90b3fdd9c: Layer already exists 18:30:11 3338e0ef251e: Layer already exists 18:30:11 c89b23c93849: Layer already exists 18:30:11 0150ec295b4c: Layer already exists 18:30:11 27bfe4e75168: Layer already exists 18:30:11 26cbea5cba74: Layer already exists 18:30:12 main: digest: sha256:d80232301d1515779653b97047f612028dad2a68077734391d0c3e04586281b9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:12 ===================================================== [Pipeline] echo 18:30:12 taggedImages: 18:30:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 18:30:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.155 18:30:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 18:30:12 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 18:30:12 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:12 latest 18:30:12 3.0.0-dev.155 18:30:12 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:12 main 18:30:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:30:12 cd10673f751b: Preparing 18:30:12 e6f6f8dba07c: Preparing 18:30:12 607c342a888a: Preparing 18:30:12 0150ec295b4c: Preparing 18:30:12 87d90b3fdd9c: Preparing 18:30:12 5515e592e0dd: Preparing 18:30:12 26cbea5cba74: Preparing 18:30:12 5515e592e0dd: Waiting 18:30:12 26cbea5cba74: Waiting 18:30:12 0150ec295b4c: Layer already exists 18:30:12 87d90b3fdd9c: Layer already exists 18:30:13 26cbea5cba74: Layer already exists 18:30:13 5515e592e0dd: Layer already exists 18:30:13 cd10673f751b: Pushed 18:30:13 e6f6f8dba07c: Pushed 18:30:16 607c342a888a: Pushed 18:30:16 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:4d119485d5560c701ee116fa6ed1ecc70b1924a11a0c12becc0b1e6dab057f17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:30:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:30:17 cd10673f751b: Preparing 18:30:17 e6f6f8dba07c: Preparing 18:30:17 607c342a888a: Preparing 18:30:17 0150ec295b4c: Preparing 18:30:17 87d90b3fdd9c: Preparing 18:30:17 5515e592e0dd: Preparing 18:30:17 26cbea5cba74: Preparing 18:30:17 5515e592e0dd: Waiting 18:30:17 26cbea5cba74: Waiting 18:30:17 607c342a888a: Layer already exists 18:30:17 0150ec295b4c: Layer already exists 18:30:17 26cbea5cba74: Layer already exists 18:30:17 5515e592e0dd: Layer already exists 18:30:18 87d90b3fdd9c: Layer already exists 18:30:18 cd10673f751b: Layer already exists 18:30:18 e6f6f8dba07c: Layer already exists 18:30:18 latest: digest: sha256:4d119485d5560c701ee116fa6ed1ecc70b1924a11a0c12becc0b1e6dab057f17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.155 18:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:30:19 cd10673f751b: Preparing 18:30:19 e6f6f8dba07c: Preparing 18:30:19 607c342a888a: Preparing 18:30:19 0150ec295b4c: Preparing 18:30:19 87d90b3fdd9c: Preparing 18:30:19 5515e592e0dd: Preparing 18:30:19 26cbea5cba74: Preparing 18:30:19 5515e592e0dd: Waiting 18:30:19 26cbea5cba74: Waiting 18:30:19 0150ec295b4c: Layer already exists 18:30:19 e6f6f8dba07c: Layer already exists 18:30:19 cd10673f751b: Layer already exists 18:30:19 607c342a888a: Layer already exists 18:30:19 87d90b3fdd9c: Layer already exists 18:30:19 5515e592e0dd: Layer already exists 18:30:19 26cbea5cba74: Layer already exists 18:30:19 3.0.0-dev.155: digest: sha256:4d119485d5560c701ee116fa6ed1ecc70b1924a11a0c12becc0b1e6dab057f17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:30:20 cd10673f751b: Preparing 18:30:20 e6f6f8dba07c: Preparing 18:30:20 607c342a888a: Preparing 18:30:20 0150ec295b4c: Preparing 18:30:20 87d90b3fdd9c: Preparing 18:30:20 5515e592e0dd: Preparing 18:30:20 26cbea5cba74: Preparing 18:30:20 5515e592e0dd: Waiting 18:30:20 26cbea5cba74: Waiting 18:30:20 87d90b3fdd9c: Layer already exists 18:30:20 e6f6f8dba07c: Layer already exists 18:30:20 cd10673f751b: Layer already exists 18:30:20 0150ec295b4c: Layer already exists 18:30:20 607c342a888a: Layer already exists 18:30:20 26cbea5cba74: Layer already exists 18:30:20 5515e592e0dd: Layer already exists 18:30:20 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:4d119485d5560c701ee116fa6ed1ecc70b1924a11a0c12becc0b1e6dab057f17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 18:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 18:30:21 cd10673f751b: Preparing 18:30:21 e6f6f8dba07c: Preparing 18:30:21 607c342a888a: Preparing 18:30:21 0150ec295b4c: Preparing 18:30:21 87d90b3fdd9c: Preparing 18:30:21 5515e592e0dd: Preparing 18:30:21 26cbea5cba74: Preparing 18:30:21 5515e592e0dd: Waiting 18:30:21 26cbea5cba74: Waiting 18:30:21 87d90b3fdd9c: Layer already exists 18:30:21 0150ec295b4c: Layer already exists 18:30:21 cd10673f751b: Layer already exists 18:30:21 e6f6f8dba07c: Layer already exists 18:30:21 607c342a888a: Layer already exists 18:30:21 26cbea5cba74: Layer already exists 18:30:21 5515e592e0dd: Layer already exists 18:30:21 main: digest: sha256:4d119485d5560c701ee116fa6ed1ecc70b1924a11a0c12becc0b1e6dab057f17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:21 ===================================================== [Pipeline] echo 18:30:21 taggedImages: 18:30:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 18:30:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.155 18:30:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 18:30:21 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 18:30:21 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:21 latest 18:30:21 3.0.0-dev.155 18:30:21 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:21 main 18:30:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:30:22 3c64bcd2bd8f: Preparing 18:30:22 3c64bcd2bd8f: Preparing 18:30:22 046230ebbd79: Preparing 18:30:22 4c95914069ac: Preparing 18:30:22 19969b5f7724: Preparing 18:30:22 1d1ddef7afc3: Preparing 18:30:22 ffb5dca5b71f: Preparing 18:30:22 0150ec295b4c: Preparing 18:30:22 87d90b3fdd9c: Preparing 18:30:22 7212b863c5b3: Preparing 18:30:22 304fb43894c9: Preparing 18:30:22 cdf36bf6e79d: Preparing 18:30:22 23cdcc9ecce1: Preparing 18:30:22 26cbea5cba74: Preparing 18:30:22 7212b863c5b3: Waiting 18:30:22 23cdcc9ecce1: Waiting 18:30:22 304fb43894c9: Waiting 18:30:22 cdf36bf6e79d: Waiting 18:30:22 0150ec295b4c: Waiting 18:30:22 ffb5dca5b71f: Waiting 18:30:22 87d90b3fdd9c: Waiting 18:30:22 26cbea5cba74: Waiting 18:30:22 1d1ddef7afc3: Pushed 18:30:22 4c95914069ac: Pushed 18:30:22 3c64bcd2bd8f: Pushed 18:30:22 19969b5f7724: Pushed 18:30:22 046230ebbd79: Pushed 18:30:22 0150ec295b4c: Layer already exists 18:30:22 87d90b3fdd9c: Layer already exists 18:30:22 7212b863c5b3: Pushed 18:30:22 cdf36bf6e79d: Pushed 18:30:22 304fb43894c9: Pushed 18:30:22 26cbea5cba74: Layer already exists 18:30:22 23cdcc9ecce1: Pushed 18:30:26 ffb5dca5b71f: Pushed 18:30:26 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:a728ddaee260b347509464f1e81ae2e48a131ba01d45367df69c47fe78ff36aa size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:30:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:30:27 3c64bcd2bd8f: Preparing 18:30:27 3c64bcd2bd8f: Preparing 18:30:27 046230ebbd79: Preparing 18:30:27 4c95914069ac: Preparing 18:30:27 19969b5f7724: Preparing 18:30:27 1d1ddef7afc3: Preparing 18:30:27 ffb5dca5b71f: Preparing 18:30:27 0150ec295b4c: Preparing 18:30:27 87d90b3fdd9c: Preparing 18:30:27 7212b863c5b3: Preparing 18:30:27 304fb43894c9: Preparing 18:30:27 cdf36bf6e79d: Preparing 18:30:27 23cdcc9ecce1: Preparing 18:30:27 26cbea5cba74: Preparing 18:30:27 87d90b3fdd9c: Waiting 18:30:27 7212b863c5b3: Waiting 18:30:27 304fb43894c9: Waiting 18:30:27 cdf36bf6e79d: Waiting 18:30:27 26cbea5cba74: Waiting 18:30:27 23cdcc9ecce1: Waiting 18:30:27 ffb5dca5b71f: Waiting 18:30:27 0150ec295b4c: Waiting 18:30:27 046230ebbd79: Layer already exists 18:30:27 3c64bcd2bd8f: Layer already exists 18:30:27 4c95914069ac: Layer already exists 18:30:27 1d1ddef7afc3: Layer already exists 18:30:27 19969b5f7724: Layer already exists 18:30:27 304fb43894c9: Layer already exists 18:30:27 ffb5dca5b71f: Layer already exists 18:30:27 7212b863c5b3: Layer already exists 18:30:27 87d90b3fdd9c: Layer already exists 18:30:27 0150ec295b4c: Layer already exists 18:30:27 cdf36bf6e79d: Layer already exists 18:30:27 23cdcc9ecce1: Layer already exists 18:30:27 26cbea5cba74: Layer already exists 18:30:27 latest: digest: sha256:a728ddaee260b347509464f1e81ae2e48a131ba01d45367df69c47fe78ff36aa size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.155 18:30:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:30:27 3c64bcd2bd8f: Preparing 18:30:27 3c64bcd2bd8f: Preparing 18:30:27 046230ebbd79: Preparing 18:30:27 4c95914069ac: Preparing 18:30:27 19969b5f7724: Preparing 18:30:27 1d1ddef7afc3: Preparing 18:30:27 ffb5dca5b71f: Preparing 18:30:27 0150ec295b4c: Preparing 18:30:27 87d90b3fdd9c: Preparing 18:30:27 7212b863c5b3: Preparing 18:30:27 304fb43894c9: Preparing 18:30:27 cdf36bf6e79d: Preparing 18:30:27 23cdcc9ecce1: Preparing 18:30:27 26cbea5cba74: Preparing 18:30:27 7212b863c5b3: Waiting 18:30:27 ffb5dca5b71f: Waiting 18:30:27 304fb43894c9: Waiting 18:30:27 cdf36bf6e79d: Waiting 18:30:27 0150ec295b4c: Waiting 18:30:27 23cdcc9ecce1: Waiting 18:30:27 87d90b3fdd9c: Waiting 18:30:27 26cbea5cba74: Waiting 18:30:27 3c64bcd2bd8f: Layer already exists 18:30:27 1d1ddef7afc3: Layer already exists 18:30:27 19969b5f7724: Layer already exists 18:30:27 4c95914069ac: Layer already exists 18:30:27 046230ebbd79: Layer already exists 18:30:27 ffb5dca5b71f: Layer already exists 18:30:27 0150ec295b4c: Layer already exists 18:30:27 87d90b3fdd9c: Layer already exists 18:30:27 7212b863c5b3: Layer already exists 18:30:27 304fb43894c9: Layer already exists 18:30:27 23cdcc9ecce1: Layer already exists 18:30:27 cdf36bf6e79d: Layer already exists 18:30:27 26cbea5cba74: Layer already exists 18:30:28 3.0.0-dev.155: digest: sha256:a728ddaee260b347509464f1e81ae2e48a131ba01d45367df69c47fe78ff36aa size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:30:29 3c64bcd2bd8f: Preparing 18:30:29 3c64bcd2bd8f: Preparing 18:30:29 046230ebbd79: Preparing 18:30:29 4c95914069ac: Preparing 18:30:29 19969b5f7724: Preparing 18:30:29 1d1ddef7afc3: Preparing 18:30:29 ffb5dca5b71f: Preparing 18:30:29 0150ec295b4c: Preparing 18:30:29 87d90b3fdd9c: Preparing 18:30:29 7212b863c5b3: Preparing 18:30:29 304fb43894c9: Preparing 18:30:29 cdf36bf6e79d: Preparing 18:30:29 23cdcc9ecce1: Preparing 18:30:29 26cbea5cba74: Preparing 18:30:29 7212b863c5b3: Waiting 18:30:29 304fb43894c9: Waiting 18:30:29 cdf36bf6e79d: Waiting 18:30:29 23cdcc9ecce1: Waiting 18:30:29 26cbea5cba74: Waiting 18:30:29 0150ec295b4c: Waiting 18:30:29 87d90b3fdd9c: Waiting 18:30:29 ffb5dca5b71f: Waiting 18:30:29 046230ebbd79: Layer already exists 18:30:29 1d1ddef7afc3: Layer already exists 18:30:29 3c64bcd2bd8f: Layer already exists 18:30:29 19969b5f7724: Layer already exists 18:30:29 4c95914069ac: Layer already exists 18:30:29 7212b863c5b3: Layer already exists 18:30:29 0150ec295b4c: Layer already exists 18:30:29 87d90b3fdd9c: Layer already exists 18:30:29 ffb5dca5b71f: Layer already exists 18:30:29 304fb43894c9: Layer already exists 18:30:29 26cbea5cba74: Layer already exists 18:30:29 23cdcc9ecce1: Layer already exists 18:30:29 cdf36bf6e79d: Layer already exists 18:30:29 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:a728ddaee260b347509464f1e81ae2e48a131ba01d45367df69c47fe78ff36aa size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 18:30:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 18:30:30 3c64bcd2bd8f: Preparing 18:30:30 3c64bcd2bd8f: Preparing 18:30:30 046230ebbd79: Preparing 18:30:30 4c95914069ac: Preparing 18:30:30 19969b5f7724: Preparing 18:30:30 1d1ddef7afc3: Preparing 18:30:30 ffb5dca5b71f: Preparing 18:30:30 0150ec295b4c: Preparing 18:30:30 87d90b3fdd9c: Preparing 18:30:30 7212b863c5b3: Preparing 18:30:30 304fb43894c9: Preparing 18:30:30 cdf36bf6e79d: Preparing 18:30:30 23cdcc9ecce1: Preparing 18:30:30 26cbea5cba74: Preparing 18:30:30 ffb5dca5b71f: Waiting 18:30:30 0150ec295b4c: Waiting 18:30:30 87d90b3fdd9c: Waiting 18:30:30 7212b863c5b3: Waiting 18:30:30 304fb43894c9: Waiting 18:30:30 cdf36bf6e79d: Waiting 18:30:30 23cdcc9ecce1: Waiting 18:30:30 26cbea5cba74: Waiting 18:30:30 3c64bcd2bd8f: Layer already exists 18:30:30 19969b5f7724: Layer already exists 18:30:30 1d1ddef7afc3: Layer already exists 18:30:30 4c95914069ac: Layer already exists 18:30:30 046230ebbd79: Layer already exists 18:30:30 ffb5dca5b71f: Layer already exists 18:30:30 0150ec295b4c: Layer already exists 18:30:30 7212b863c5b3: Layer already exists 18:30:30 304fb43894c9: Layer already exists 18:30:30 87d90b3fdd9c: Layer already exists 18:30:30 cdf36bf6e79d: Layer already exists 18:30:30 23cdcc9ecce1: Layer already exists 18:30:30 26cbea5cba74: Layer already exists 18:30:30 main: digest: sha256:a728ddaee260b347509464f1e81ae2e48a131ba01d45367df69c47fe78ff36aa size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:30 ===================================================== [Pipeline] echo 18:30:30 taggedImages: 18:30:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 18:30:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.155 18:30:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 18:30:30 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 18:30:30 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:30 latest 18:30:30 3.0.0-dev.155 18:30:30 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:30 main 18:30:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:30:31 b1971956d5a1: Preparing 18:30:31 76e617e8e3b5: Preparing 18:30:31 df2b4cf343ea: Preparing 18:30:31 eaa9562776fd: Preparing 18:30:31 0150ec295b4c: Preparing 18:30:31 87d90b3fdd9c: Preparing 18:30:31 df480a374262: Preparing 18:30:31 26cbea5cba74: Preparing 18:30:31 87d90b3fdd9c: Waiting 18:30:31 df480a374262: Waiting 18:30:31 26cbea5cba74: Waiting 18:30:31 0150ec295b4c: Layer already exists 18:30:31 87d90b3fdd9c: Layer already exists 18:30:31 df480a374262: Layer already exists 18:30:31 b1971956d5a1: Pushed 18:30:31 26cbea5cba74: Layer already exists 18:30:31 df2b4cf343ea: Pushed 18:30:31 76e617e8e3b5: Pushed 18:30:33 eaa9562776fd: Pushed 18:30:33 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:35e814eff503a94682414826c782fe77eef8c0c19480c11947e13900e4f06b21 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:34 + 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 18:30:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 18:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:30:34 b1971956d5a1: Preparing 18:30:34 76e617e8e3b5: Preparing 18:30:34 df2b4cf343ea: Preparing 18:30:34 eaa9562776fd: Preparing 18:30:34 0150ec295b4c: Preparing 18:30:34 87d90b3fdd9c: Preparing 18:30:34 df480a374262: Preparing 18:30:34 26cbea5cba74: Preparing 18:30:34 87d90b3fdd9c: Waiting 18:30:34 df480a374262: Waiting 18:30:34 26cbea5cba74: Waiting 18:30:34 eaa9562776fd: Layer already exists 18:30:34 76e617e8e3b5: Layer already exists 18:30:34 b1971956d5a1: Layer already exists 18:30:34 0150ec295b4c: Layer already exists 18:30:34 df2b4cf343ea: Layer already exists 18:30:34 26cbea5cba74: Layer already exists 18:30:34 df480a374262: Layer already exists 18:30:34 87d90b3fdd9c: Layer already exists 18:30:34 latest: digest: sha256:35e814eff503a94682414826c782fe77eef8c0c19480c11947e13900e4f06b21 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.155 18:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:30:35 b1971956d5a1: Preparing 18:30:35 76e617e8e3b5: Preparing 18:30:35 df2b4cf343ea: Preparing 18:30:35 eaa9562776fd: Preparing 18:30:35 0150ec295b4c: Preparing 18:30:35 87d90b3fdd9c: Preparing 18:30:35 df480a374262: Preparing 18:30:35 26cbea5cba74: Preparing 18:30:35 df480a374262: Waiting 18:30:35 26cbea5cba74: Waiting 18:30:35 87d90b3fdd9c: Waiting 18:30:35 0150ec295b4c: Layer already exists 18:30:35 76e617e8e3b5: Layer already exists 18:30:35 b1971956d5a1: Layer already exists 18:30:35 df2b4cf343ea: Layer already exists 18:30:35 eaa9562776fd: Layer already exists 18:30:35 87d90b3fdd9c: Layer already exists 18:30:35 df480a374262: Layer already exists 18:30:35 26cbea5cba74: Layer already exists 18:30:35 3.0.0-dev.155: digest: sha256:35e814eff503a94682414826c782fe77eef8c0c19480c11947e13900e4f06b21 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:30:38 b1971956d5a1: Preparing 18:30:38 76e617e8e3b5: Preparing 18:30:38 df2b4cf343ea: Preparing 18:30:38 eaa9562776fd: Preparing 18:30:38 0150ec295b4c: Preparing 18:30:38 87d90b3fdd9c: Preparing 18:30:38 df480a374262: Preparing 18:30:38 26cbea5cba74: Preparing 18:30:38 87d90b3fdd9c: Waiting 18:30:38 df480a374262: Waiting 18:30:38 26cbea5cba74: Waiting 18:30:38 0150ec295b4c: Layer already exists 18:30:38 76e617e8e3b5: Layer already exists 18:30:38 df2b4cf343ea: Layer already exists 18:30:38 b1971956d5a1: Layer already exists 18:30:38 eaa9562776fd: Layer already exists 18:30:38 87d90b3fdd9c: Layer already exists 18:30:38 df480a374262: Layer already exists 18:30:38 26cbea5cba74: Layer already exists 18:30:38 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:35e814eff503a94682414826c782fe77eef8c0c19480c11947e13900e4f06b21 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:38 + 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 18:30:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 18:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 18:30:39 b1971956d5a1: Preparing 18:30:39 76e617e8e3b5: Preparing 18:30:39 df2b4cf343ea: Preparing 18:30:39 eaa9562776fd: Preparing 18:30:39 0150ec295b4c: Preparing 18:30:39 87d90b3fdd9c: Preparing 18:30:39 df480a374262: Preparing 18:30:39 26cbea5cba74: Preparing 18:30:39 df480a374262: Waiting 18:30:39 26cbea5cba74: Waiting 18:30:39 87d90b3fdd9c: Waiting 18:30:39 0150ec295b4c: Layer already exists 18:30:39 df2b4cf343ea: Layer already exists 18:30:39 76e617e8e3b5: Layer already exists 18:30:39 eaa9562776fd: Layer already exists 18:30:39 b1971956d5a1: Layer already exists 18:30:39 26cbea5cba74: Layer already exists 18:30:39 df480a374262: Layer already exists 18:30:39 87d90b3fdd9c: Layer already exists 18:30:39 main: digest: sha256:35e814eff503a94682414826c782fe77eef8c0c19480c11947e13900e4f06b21 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:39 ===================================================== [Pipeline] echo 18:30:39 taggedImages: 18:30:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 18:30:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.155 18:30:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 18:30:39 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 18:30:39 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:39 latest 18:30:39 3.0.0-dev.155 18:30:39 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:39 main 18:30:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:30:40 71164a3dc389: Preparing 18:30:40 0b1d7f8e61f6: Preparing 18:30:40 506ff03f9e9e: Preparing 18:30:40 c9d468652367: Preparing 18:30:40 0150ec295b4c: Preparing 18:30:40 87d90b3fdd9c: Preparing 18:30:40 b05ef1a50e6e: Preparing 18:30:40 65e36cd160e2: Preparing 18:30:40 26cbea5cba74: Preparing 18:30:40 b05ef1a50e6e: Waiting 18:30:40 65e36cd160e2: Waiting 18:30:40 87d90b3fdd9c: Waiting 18:30:40 26cbea5cba74: Waiting 18:30:40 0150ec295b4c: Layer already exists 18:30:40 87d90b3fdd9c: Layer already exists 18:30:40 c9d468652367: Pushed 18:30:40 0b1d7f8e61f6: Pushed 18:30:40 b05ef1a50e6e: Pushed 18:30:40 71164a3dc389: Pushed 18:30:40 26cbea5cba74: Layer already exists 18:30:40 65e36cd160e2: Pushed 18:30:43 506ff03f9e9e: Pushed 18:30:43 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:47a5848c7335f59c6de6f6a2fd55aa0b04f186a9da03db0dbf74fb922d283de4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:43 + 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 18:30:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:30:43 71164a3dc389: Preparing 18:30:43 0b1d7f8e61f6: Preparing 18:30:43 506ff03f9e9e: Preparing 18:30:43 c9d468652367: Preparing 18:30:43 0150ec295b4c: Preparing 18:30:43 87d90b3fdd9c: Preparing 18:30:43 b05ef1a50e6e: Preparing 18:30:43 65e36cd160e2: Preparing 18:30:43 26cbea5cba74: Preparing 18:30:43 b05ef1a50e6e: Waiting 18:30:43 65e36cd160e2: Waiting 18:30:43 26cbea5cba74: Waiting 18:30:43 87d90b3fdd9c: Waiting 18:30:43 0b1d7f8e61f6: Layer already exists 18:30:43 c9d468652367: Layer already exists 18:30:43 0150ec295b4c: Layer already exists 18:30:43 506ff03f9e9e: Layer already exists 18:30:43 71164a3dc389: Layer already exists 18:30:43 65e36cd160e2: Layer already exists 18:30:43 b05ef1a50e6e: Layer already exists 18:30:43 87d90b3fdd9c: Layer already exists 18:30:43 26cbea5cba74: Layer already exists 18:30:44 latest: digest: sha256:47a5848c7335f59c6de6f6a2fd55aa0b04f186a9da03db0dbf74fb922d283de4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:44 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.155 18:30:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:30:44 71164a3dc389: Preparing 18:30:44 0b1d7f8e61f6: Preparing 18:30:44 506ff03f9e9e: Preparing 18:30:44 c9d468652367: Preparing 18:30:44 0150ec295b4c: Preparing 18:30:44 87d90b3fdd9c: Preparing 18:30:44 b05ef1a50e6e: Preparing 18:30:44 65e36cd160e2: Preparing 18:30:44 26cbea5cba74: Preparing 18:30:44 87d90b3fdd9c: Waiting 18:30:44 b05ef1a50e6e: Waiting 18:30:44 65e36cd160e2: Waiting 18:30:44 26cbea5cba74: Waiting 18:30:44 0b1d7f8e61f6: Layer already exists 18:30:44 c9d468652367: Layer already exists 18:30:44 71164a3dc389: Layer already exists 18:30:44 506ff03f9e9e: Layer already exists 18:30:44 0150ec295b4c: Layer already exists 18:30:44 87d90b3fdd9c: Layer already exists 18:30:44 b05ef1a50e6e: Layer already exists 18:30:44 65e36cd160e2: Layer already exists 18:30:44 26cbea5cba74: Layer already exists 18:30:45 3.0.0-dev.155: digest: sha256:47a5848c7335f59c6de6f6a2fd55aa0b04f186a9da03db0dbf74fb922d283de4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:45 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:30:45 71164a3dc389: Preparing 18:30:45 0b1d7f8e61f6: Preparing 18:30:45 506ff03f9e9e: Preparing 18:30:45 c9d468652367: Preparing 18:30:45 0150ec295b4c: Preparing 18:30:45 87d90b3fdd9c: Preparing 18:30:45 b05ef1a50e6e: Preparing 18:30:45 65e36cd160e2: Preparing 18:30:45 26cbea5cba74: Preparing 18:30:45 87d90b3fdd9c: Waiting 18:30:45 65e36cd160e2: Waiting 18:30:45 26cbea5cba74: Waiting 18:30:45 b05ef1a50e6e: Waiting 18:30:45 71164a3dc389: Layer already exists 18:30:45 0150ec295b4c: Layer already exists 18:30:45 c9d468652367: Layer already exists 18:30:45 506ff03f9e9e: Layer already exists 18:30:45 0b1d7f8e61f6: Layer already exists 18:30:45 87d90b3fdd9c: Layer already exists 18:30:45 b05ef1a50e6e: Layer already exists 18:30:45 65e36cd160e2: Layer already exists 18:30:45 26cbea5cba74: Layer already exists 18:30:46 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:47a5848c7335f59c6de6f6a2fd55aa0b04f186a9da03db0dbf74fb922d283de4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:46 + 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 18:30:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 18:30:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 18:30:46 71164a3dc389: Preparing 18:30:46 0b1d7f8e61f6: Preparing 18:30:46 506ff03f9e9e: Preparing 18:30:46 c9d468652367: Preparing 18:30:46 0150ec295b4c: Preparing 18:30:46 87d90b3fdd9c: Preparing 18:30:46 b05ef1a50e6e: Preparing 18:30:46 65e36cd160e2: Preparing 18:30:46 26cbea5cba74: Preparing 18:30:46 87d90b3fdd9c: Waiting 18:30:46 b05ef1a50e6e: Waiting 18:30:46 26cbea5cba74: Waiting 18:30:46 65e36cd160e2: Waiting 18:30:46 0b1d7f8e61f6: Layer already exists 18:30:46 0150ec295b4c: Layer already exists 18:30:46 506ff03f9e9e: Layer already exists 18:30:46 71164a3dc389: Layer already exists 18:30:46 c9d468652367: Layer already exists 18:30:46 65e36cd160e2: Layer already exists 18:30:46 87d90b3fdd9c: Layer already exists 18:30:46 b05ef1a50e6e: Layer already exists 18:30:46 26cbea5cba74: Layer already exists 18:30:47 main: digest: sha256:47a5848c7335f59c6de6f6a2fd55aa0b04f186a9da03db0dbf74fb922d283de4 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:47 ===================================================== [Pipeline] echo 18:30:47 taggedImages: 18:30:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 18:30:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.155 18:30:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 18:30:47 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 18:30:47 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:47 latest 18:30:47 3.0.0-dev.155 18:30:47 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:47 main 18:30:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:47 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:30:47 17a69620ba38: Preparing 18:30:47 99a8019fc7f4: Preparing 18:30:47 d94c9e7f3257: Preparing 18:30:47 b8c1266bacda: Preparing 18:30:47 7f667151390c: Preparing 18:30:47 d717eb767826: Preparing 18:30:47 f6e9dd4eb0b4: Preparing 18:30:47 0150ec295b4c: Preparing 18:30:47 87d90b3fdd9c: Preparing 18:30:47 1efef97e3a47: Preparing 18:30:47 26cbea5cba74: Preparing 18:30:47 f6e9dd4eb0b4: Waiting 18:30:47 0150ec295b4c: Waiting 18:30:47 87d90b3fdd9c: Waiting 18:30:47 1efef97e3a47: Waiting 18:30:47 26cbea5cba74: Waiting 18:30:47 d717eb767826: Waiting 18:30:47 17a69620ba38: Pushed 18:30:47 7f667151390c: Pushed 18:30:47 99a8019fc7f4: Pushed 18:30:47 0150ec295b4c: Layer already exists 18:30:48 87d90b3fdd9c: Layer already exists 18:30:48 d717eb767826: Pushed 18:30:48 f6e9dd4eb0b4: Pushed 18:30:48 26cbea5cba74: Layer already exists 18:30:48 1efef97e3a47: Pushed 18:30:50 b8c1266bacda: Pushed 18:30:51 d94c9e7f3257: Pushed 18:30:51 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:30077498a7b29f5eed9b5977594aa144aa086c9d715d62c01b6fe97caee09375 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:52 + 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 18:30:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:30:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:30:52 17a69620ba38: Preparing 18:30:52 99a8019fc7f4: Preparing 18:30:52 d94c9e7f3257: Preparing 18:30:52 b8c1266bacda: Preparing 18:30:52 7f667151390c: Preparing 18:30:52 d717eb767826: Preparing 18:30:52 f6e9dd4eb0b4: Preparing 18:30:52 0150ec295b4c: Preparing 18:30:52 87d90b3fdd9c: Preparing 18:30:52 1efef97e3a47: Preparing 18:30:52 26cbea5cba74: Preparing 18:30:52 d717eb767826: Waiting 18:30:52 f6e9dd4eb0b4: Waiting 18:30:52 0150ec295b4c: Waiting 18:30:52 87d90b3fdd9c: Waiting 18:30:52 1efef97e3a47: Waiting 18:30:52 26cbea5cba74: Waiting 18:30:52 7f667151390c: Layer already exists 18:30:52 17a69620ba38: Layer already exists 18:30:52 b8c1266bacda: Layer already exists 18:30:52 d94c9e7f3257: Layer already exists 18:30:52 99a8019fc7f4: Layer already exists 18:30:52 d717eb767826: Layer already exists 18:30:52 0150ec295b4c: Layer already exists 18:30:52 f6e9dd4eb0b4: Layer already exists 18:30:52 87d90b3fdd9c: Layer already exists 18:30:52 1efef97e3a47: Layer already exists 18:30:52 26cbea5cba74: Layer already exists 18:30:52 latest: digest: sha256:30077498a7b29f5eed9b5977594aa144aa086c9d715d62c01b6fe97caee09375 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:53 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.155 18:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:30:53 17a69620ba38: Preparing 18:30:53 99a8019fc7f4: Preparing 18:30:53 d94c9e7f3257: Preparing 18:30:53 b8c1266bacda: Preparing 18:30:53 7f667151390c: Preparing 18:30:53 d717eb767826: Preparing 18:30:53 f6e9dd4eb0b4: Preparing 18:30:53 0150ec295b4c: Preparing 18:30:53 87d90b3fdd9c: Preparing 18:30:53 1efef97e3a47: Preparing 18:30:53 26cbea5cba74: Preparing 18:30:53 0150ec295b4c: Waiting 18:30:53 d717eb767826: Waiting 18:30:53 f6e9dd4eb0b4: Waiting 18:30:53 26cbea5cba74: Waiting 18:30:53 87d90b3fdd9c: Waiting 18:30:53 1efef97e3a47: Waiting 18:30:53 99a8019fc7f4: Layer already exists 18:30:53 7f667151390c: Layer already exists 18:30:53 17a69620ba38: Layer already exists 18:30:53 b8c1266bacda: Layer already exists 18:30:53 d94c9e7f3257: Layer already exists 18:30:53 1efef97e3a47: Layer already exists 18:30:53 d717eb767826: Layer already exists 18:30:53 0150ec295b4c: Layer already exists 18:30:53 f6e9dd4eb0b4: Layer already exists 18:30:53 87d90b3fdd9c: Layer already exists 18:30:53 26cbea5cba74: Layer already exists 18:30:53 3.0.0-dev.155: digest: sha256:30077498a7b29f5eed9b5977594aa144aa086c9d715d62c01b6fe97caee09375 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:30:54 17a69620ba38: Preparing 18:30:54 99a8019fc7f4: Preparing 18:30:54 d94c9e7f3257: Preparing 18:30:54 b8c1266bacda: Preparing 18:30:54 7f667151390c: Preparing 18:30:54 d717eb767826: Preparing 18:30:54 f6e9dd4eb0b4: Preparing 18:30:54 d717eb767826: Waiting 18:30:54 f6e9dd4eb0b4: Waiting 18:30:54 0150ec295b4c: Preparing 18:30:54 87d90b3fdd9c: Preparing 18:30:54 1efef97e3a47: Preparing 18:30:54 26cbea5cba74: Preparing 18:30:54 0150ec295b4c: Waiting 18:30:54 87d90b3fdd9c: Waiting 18:30:54 1efef97e3a47: Waiting 18:30:54 26cbea5cba74: Waiting 18:30:54 99a8019fc7f4: Layer already exists 18:30:54 7f667151390c: Layer already exists 18:30:54 17a69620ba38: Layer already exists 18:30:54 d94c9e7f3257: Layer already exists 18:30:54 b8c1266bacda: Layer already exists 18:30:54 0150ec295b4c: Layer already exists 18:30:54 d717eb767826: Layer already exists 18:30:54 87d90b3fdd9c: Layer already exists 18:30:54 f6e9dd4eb0b4: Layer already exists 18:30:54 1efef97e3a47: Layer already exists 18:30:54 26cbea5cba74: Layer already exists 18:30:54 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:30077498a7b29f5eed9b5977594aa144aa086c9d715d62c01b6fe97caee09375 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:55 + 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 18:30:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 18:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 18:30:55 17a69620ba38: Preparing 18:30:55 99a8019fc7f4: Preparing 18:30:55 d94c9e7f3257: Preparing 18:30:55 b8c1266bacda: Preparing 18:30:55 7f667151390c: Preparing 18:30:55 d717eb767826: Preparing 18:30:55 f6e9dd4eb0b4: Preparing 18:30:55 0150ec295b4c: Preparing 18:30:55 87d90b3fdd9c: Preparing 18:30:55 1efef97e3a47: Preparing 18:30:55 26cbea5cba74: Preparing 18:30:55 d717eb767826: Waiting 18:30:55 f6e9dd4eb0b4: Waiting 18:30:55 0150ec295b4c: Waiting 18:30:55 1efef97e3a47: Waiting 18:30:55 26cbea5cba74: Waiting 18:30:55 87d90b3fdd9c: Waiting 18:30:55 17a69620ba38: Layer already exists 18:30:55 d94c9e7f3257: Layer already exists 18:30:55 7f667151390c: Layer already exists 18:30:55 b8c1266bacda: Layer already exists 18:30:55 99a8019fc7f4: Layer already exists 18:30:55 1efef97e3a47: Layer already exists 18:30:55 d717eb767826: Layer already exists 18:30:55 f6e9dd4eb0b4: Layer already exists 18:30:55 0150ec295b4c: Layer already exists 18:30:55 87d90b3fdd9c: Layer already exists 18:30:55 26cbea5cba74: Layer already exists 18:30:55 main: digest: sha256:30077498a7b29f5eed9b5977594aa144aa086c9d715d62c01b6fe97caee09375 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:30:55 ===================================================== [Pipeline] echo 18:30:55 taggedImages: 18:30:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 18:30:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.155 18:30:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 18:30:55 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 18:30:55 1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:55 latest 18:30:55 3.0.0-dev.155 18:30:55 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:30:55 main 18:30:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:30:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:30:56 51b79a6f9a53: Preparing 18:30:56 fa30297f5051: Preparing 18:30:56 0150ec295b4c: Preparing 18:30:56 87d90b3fdd9c: Preparing 18:30:56 3fbe64145631: Preparing 18:30:56 26cbea5cba74: Preparing 18:30:56 26cbea5cba74: Waiting 18:30:56 87d90b3fdd9c: Layer already exists 18:30:56 0150ec295b4c: Layer already exists 18:30:56 26cbea5cba74: Layer already exists 18:30:56 51b79a6f9a53: Pushed 18:30:58 3fbe64145631: Pushed 18:31:02 fa30297f5051: Pushed 18:31:02 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:acbbafccd40afda9d7d203219f868c9ac32293dff5ea7472f0f065be864a2479 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:02 + 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 18:31:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:31:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:31:03 51b79a6f9a53: Preparing 18:31:03 fa30297f5051: Preparing 18:31:03 0150ec295b4c: Preparing 18:31:03 87d90b3fdd9c: Preparing 18:31:03 3fbe64145631: Preparing 18:31:03 26cbea5cba74: Preparing 18:31:03 26cbea5cba74: Waiting 18:31:03 0150ec295b4c: Layer already exists 18:31:03 87d90b3fdd9c: Layer already exists 18:31:03 51b79a6f9a53: Layer already exists 18:31:03 fa30297f5051: Layer already exists 18:31:03 3fbe64145631: Layer already exists 18:31:03 26cbea5cba74: Layer already exists 18:31:03 latest: digest: sha256:acbbafccd40afda9d7d203219f868c9ac32293dff5ea7472f0f065be864a2479 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.155 18:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:31:04 51b79a6f9a53: Preparing 18:31:04 fa30297f5051: Preparing 18:31:04 0150ec295b4c: Preparing 18:31:04 87d90b3fdd9c: Preparing 18:31:04 3fbe64145631: Preparing 18:31:04 26cbea5cba74: Preparing 18:31:04 26cbea5cba74: Waiting 18:31:04 51b79a6f9a53: Layer already exists 18:31:04 87d90b3fdd9c: Layer already exists 18:31:04 3fbe64145631: Layer already exists 18:31:04 fa30297f5051: Layer already exists 18:31:04 0150ec295b4c: Layer already exists 18:31:04 26cbea5cba74: Layer already exists 18:31:04 3.0.0-dev.155: digest: sha256:acbbafccd40afda9d7d203219f868c9ac32293dff5ea7472f0f065be864a2479 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:31:05 51b79a6f9a53: Preparing 18:31:05 fa30297f5051: Preparing 18:31:05 0150ec295b4c: Preparing 18:31:05 87d90b3fdd9c: Preparing 18:31:05 3fbe64145631: Preparing 18:31:05 26cbea5cba74: Preparing 18:31:05 26cbea5cba74: Waiting 18:31:05 0150ec295b4c: Layer already exists 18:31:05 51b79a6f9a53: Layer already exists 18:31:05 87d90b3fdd9c: Layer already exists 18:31:05 3fbe64145631: Layer already exists 18:31:05 fa30297f5051: Layer already exists 18:31:05 26cbea5cba74: Layer already exists 18:31:05 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:acbbafccd40afda9d7d203219f868c9ac32293dff5ea7472f0f065be864a2479 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:05 + 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 18:31:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 18:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 18:31:06 51b79a6f9a53: Preparing 18:31:06 fa30297f5051: Preparing 18:31:06 0150ec295b4c: Preparing 18:31:06 87d90b3fdd9c: Preparing 18:31:06 3fbe64145631: Preparing 18:31:06 26cbea5cba74: Preparing 18:31:06 26cbea5cba74: Waiting 18:31:06 87d90b3fdd9c: Layer already exists 18:31:06 0150ec295b4c: Layer already exists 18:31:06 51b79a6f9a53: Layer already exists 18:31:06 fa30297f5051: Layer already exists 18:31:06 3fbe64145631: Layer already exists 18:31:06 26cbea5cba74: Layer already exists 18:31:06 main: digest: sha256:acbbafccd40afda9d7d203219f868c9ac32293dff5ea7472f0f065be864a2479 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:06 ===================================================== [Pipeline] echo 18:31:06 taggedImages: 18:31:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 18:31:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.155 18:31:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 18:31:06 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 18:31:06 1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:06 latest 18:31:06 3.0.0-dev.155 18:31:06 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:06 main 18:31:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:31:07 eb3fcdb8d641: Preparing 18:31:07 af3671c910c4: Preparing 18:31:07 80eb97f44fd8: Preparing 18:31:07 162428b76579: Preparing 18:31:07 d46734f44afe: Preparing 18:31:07 0150ec295b4c: Preparing 18:31:07 87d90b3fdd9c: Preparing 18:31:07 5a812cd9e4e2: Preparing 18:31:07 26cbea5cba74: Preparing 18:31:07 87d90b3fdd9c: Waiting 18:31:07 5a812cd9e4e2: Waiting 18:31:07 26cbea5cba74: Waiting 18:31:07 0150ec295b4c: Waiting 18:31:07 af3671c910c4: Pushed 18:31:07 eb3fcdb8d641: Pushed 18:31:07 80eb97f44fd8: Pushed 18:31:07 0150ec295b4c: Layer already exists 18:31:07 87d90b3fdd9c: Layer already exists 18:31:07 26cbea5cba74: Layer already exists 18:31:08 5a812cd9e4e2: Pushed 18:31:21 d46734f44afe: Pushed 18:31:26 162428b76579: Pushed 18:31:26 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:d9cdc487bc47579dbd248dc1dc97a759f438a1105aa3f5168da006bc9854af72 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:26 + 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 18:31:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:31:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:31:27 eb3fcdb8d641: Preparing 18:31:27 af3671c910c4: Preparing 18:31:27 80eb97f44fd8: Preparing 18:31:27 162428b76579: Preparing 18:31:27 d46734f44afe: Preparing 18:31:27 0150ec295b4c: Preparing 18:31:27 87d90b3fdd9c: Preparing 18:31:27 5a812cd9e4e2: Preparing 18:31:27 26cbea5cba74: Preparing 18:31:27 0150ec295b4c: Waiting 18:31:27 87d90b3fdd9c: Waiting 18:31:27 5a812cd9e4e2: Waiting 18:31:27 af3671c910c4: Layer already exists 18:31:27 162428b76579: Layer already exists 18:31:27 eb3fcdb8d641: Layer already exists 18:31:27 d46734f44afe: Layer already exists 18:31:27 80eb97f44fd8: Layer already exists 18:31:27 26cbea5cba74: Layer already exists 18:31:27 0150ec295b4c: Layer already exists 18:31:27 87d90b3fdd9c: Layer already exists 18:31:27 5a812cd9e4e2: Layer already exists 18:31:27 latest: digest: sha256:d9cdc487bc47579dbd248dc1dc97a759f438a1105aa3f5168da006bc9854af72 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.155 18:31:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:31:28 eb3fcdb8d641: Preparing 18:31:28 af3671c910c4: Preparing 18:31:28 80eb97f44fd8: Preparing 18:31:28 162428b76579: Preparing 18:31:28 d46734f44afe: Preparing 18:31:28 0150ec295b4c: Preparing 18:31:28 87d90b3fdd9c: Preparing 18:31:28 5a812cd9e4e2: Preparing 18:31:28 26cbea5cba74: Preparing 18:31:28 87d90b3fdd9c: Waiting 18:31:28 5a812cd9e4e2: Waiting 18:31:28 26cbea5cba74: Waiting 18:31:28 eb3fcdb8d641: Layer already exists 18:31:28 d46734f44afe: Layer already exists 18:31:28 af3671c910c4: Layer already exists 18:31:28 80eb97f44fd8: Layer already exists 18:31:28 162428b76579: Layer already exists 18:31:28 5a812cd9e4e2: Layer already exists 18:31:28 0150ec295b4c: Layer already exists 18:31:28 26cbea5cba74: Layer already exists 18:31:28 87d90b3fdd9c: Layer already exists 18:31:28 3.0.0-dev.155: digest: sha256:d9cdc487bc47579dbd248dc1dc97a759f438a1105aa3f5168da006bc9854af72 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:31:29 eb3fcdb8d641: Preparing 18:31:29 af3671c910c4: Preparing 18:31:29 80eb97f44fd8: Preparing 18:31:29 162428b76579: Preparing 18:31:29 d46734f44afe: Preparing 18:31:29 0150ec295b4c: Preparing 18:31:29 87d90b3fdd9c: Preparing 18:31:29 5a812cd9e4e2: Preparing 18:31:29 26cbea5cba74: Preparing 18:31:29 5a812cd9e4e2: Waiting 18:31:29 87d90b3fdd9c: Waiting 18:31:29 26cbea5cba74: Waiting 18:31:29 0150ec295b4c: Waiting 18:31:29 d46734f44afe: Layer already exists 18:31:29 af3671c910c4: Layer already exists 18:31:29 eb3fcdb8d641: Layer already exists 18:31:29 80eb97f44fd8: Layer already exists 18:31:29 162428b76579: Layer already exists 18:31:29 87d90b3fdd9c: Layer already exists 18:31:29 0150ec295b4c: Layer already exists 18:31:29 5a812cd9e4e2: Layer already exists 18:31:29 26cbea5cba74: Layer already exists 18:31:29 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:d9cdc487bc47579dbd248dc1dc97a759f438a1105aa3f5168da006bc9854af72 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:29 + 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 18:31:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 18:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 18:31:30 eb3fcdb8d641: Preparing 18:31:30 af3671c910c4: Preparing 18:31:30 80eb97f44fd8: Preparing 18:31:30 162428b76579: Preparing 18:31:30 d46734f44afe: Preparing 18:31:30 0150ec295b4c: Preparing 18:31:30 87d90b3fdd9c: Preparing 18:31:30 5a812cd9e4e2: Preparing 18:31:30 26cbea5cba74: Preparing 18:31:30 87d90b3fdd9c: Waiting 18:31:30 5a812cd9e4e2: Waiting 18:31:30 26cbea5cba74: Waiting 18:31:30 0150ec295b4c: Waiting 18:31:30 80eb97f44fd8: Layer already exists 18:31:30 af3671c910c4: Layer already exists 18:31:30 d46734f44afe: Layer already exists 18:31:30 eb3fcdb8d641: Layer already exists 18:31:30 162428b76579: Layer already exists 18:31:30 87d90b3fdd9c: Layer already exists 18:31:30 5a812cd9e4e2: Layer already exists 18:31:30 0150ec295b4c: Layer already exists 18:31:30 26cbea5cba74: Layer already exists 18:31:30 main: digest: sha256:d9cdc487bc47579dbd248dc1dc97a759f438a1105aa3f5168da006bc9854af72 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:30 ===================================================== [Pipeline] echo 18:31:30 taggedImages: 18:31:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 18:31:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.155 18:31:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 18:31:30 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 18:31:30 1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:30 latest 18:31:30 3.0.0-dev.155 18:31:30 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:30 main 18:31:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:31:31 310b05762bd1: Preparing 18:31:31 b371d0fec2dd: Preparing 18:31:31 adbd0f453017: Preparing 18:31:31 bd5087bfae9a: Preparing 18:31:31 0150ec295b4c: Preparing 18:31:31 87d90b3fdd9c: Preparing 18:31:31 d5bfd40d726f: Preparing 18:31:31 26cbea5cba74: Preparing 18:31:31 87d90b3fdd9c: Waiting 18:31:31 d5bfd40d726f: Waiting 18:31:31 26cbea5cba74: Waiting 18:31:31 0150ec295b4c: Layer already exists 18:31:31 87d90b3fdd9c: Layer already exists 18:31:31 310b05762bd1: Pushed 18:31:31 b371d0fec2dd: Pushed 18:31:31 adbd0f453017: Pushed 18:31:31 26cbea5cba74: Layer already exists 18:31:32 d5bfd40d726f: Pushed 18:31:50 bd5087bfae9a: Pushed 18:31:50 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:630bfa2ca8c5a7440c46e5bcbae37ac26c9f05f7c7253d6b0e9b793f56f2f066 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:50 + 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 18:31:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:31:50 310b05762bd1: Preparing 18:31:50 b371d0fec2dd: Preparing 18:31:50 adbd0f453017: Preparing 18:31:50 bd5087bfae9a: Preparing 18:31:50 0150ec295b4c: Preparing 18:31:50 87d90b3fdd9c: Preparing 18:31:50 d5bfd40d726f: Preparing 18:31:50 26cbea5cba74: Preparing 18:31:50 d5bfd40d726f: Waiting 18:31:50 26cbea5cba74: Waiting 18:31:50 87d90b3fdd9c: Waiting 18:31:50 bd5087bfae9a: Layer already exists 18:31:50 0150ec295b4c: Layer already exists 18:31:50 adbd0f453017: Layer already exists 18:31:50 b371d0fec2dd: Layer already exists 18:31:50 310b05762bd1: Layer already exists 18:31:50 d5bfd40d726f: Layer already exists 18:31:50 87d90b3fdd9c: Layer already exists 18:31:50 26cbea5cba74: Layer already exists 18:31:51 latest: digest: sha256:630bfa2ca8c5a7440c46e5bcbae37ac26c9f05f7c7253d6b0e9b793f56f2f066 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.155 18:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:31:51 310b05762bd1: Preparing 18:31:51 b371d0fec2dd: Preparing 18:31:51 adbd0f453017: Preparing 18:31:51 bd5087bfae9a: Preparing 18:31:51 0150ec295b4c: Preparing 18:31:51 87d90b3fdd9c: Preparing 18:31:51 d5bfd40d726f: Preparing 18:31:51 26cbea5cba74: Preparing 18:31:51 d5bfd40d726f: Waiting 18:31:51 26cbea5cba74: Waiting 18:31:51 adbd0f453017: Layer already exists 18:31:51 0150ec295b4c: Layer already exists 18:31:51 bd5087bfae9a: Layer already exists 18:31:51 310b05762bd1: Layer already exists 18:31:51 b371d0fec2dd: Layer already exists 18:31:51 d5bfd40d726f: Layer already exists 18:31:51 26cbea5cba74: Layer already exists 18:31:51 87d90b3fdd9c: Layer already exists 18:31:52 3.0.0-dev.155: digest: sha256:630bfa2ca8c5a7440c46e5bcbae37ac26c9f05f7c7253d6b0e9b793f56f2f066 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:31:52 310b05762bd1: Preparing 18:31:52 b371d0fec2dd: Preparing 18:31:52 adbd0f453017: Preparing 18:31:52 bd5087bfae9a: Preparing 18:31:52 0150ec295b4c: Preparing 18:31:52 87d90b3fdd9c: Preparing 18:31:52 d5bfd40d726f: Preparing 18:31:52 26cbea5cba74: Preparing 18:31:52 87d90b3fdd9c: Waiting 18:31:52 26cbea5cba74: Waiting 18:31:52 d5bfd40d726f: Waiting 18:31:52 bd5087bfae9a: Layer already exists 18:31:52 0150ec295b4c: Layer already exists 18:31:52 310b05762bd1: Layer already exists 18:31:52 b371d0fec2dd: Layer already exists 18:31:52 adbd0f453017: Layer already exists 18:31:52 d5bfd40d726f: Layer already exists 18:31:52 26cbea5cba74: Layer already exists 18:31:52 87d90b3fdd9c: Layer already exists 18:31:53 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:630bfa2ca8c5a7440c46e5bcbae37ac26c9f05f7c7253d6b0e9b793f56f2f066 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:53 + 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 18:31:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 18:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 18:31:53 310b05762bd1: Preparing 18:31:53 b371d0fec2dd: Preparing 18:31:53 adbd0f453017: Preparing 18:31:53 bd5087bfae9a: Preparing 18:31:53 0150ec295b4c: Preparing 18:31:53 87d90b3fdd9c: Preparing 18:31:53 d5bfd40d726f: Preparing 18:31:53 26cbea5cba74: Preparing 18:31:53 d5bfd40d726f: Waiting 18:31:53 26cbea5cba74: Waiting 18:31:53 87d90b3fdd9c: Waiting 18:31:53 310b05762bd1: Layer already exists 18:31:53 0150ec295b4c: Layer already exists 18:31:53 bd5087bfae9a: Layer already exists 18:31:53 adbd0f453017: Layer already exists 18:31:53 b371d0fec2dd: Layer already exists 18:31:53 d5bfd40d726f: Layer already exists 18:31:53 87d90b3fdd9c: Layer already exists 18:31:53 26cbea5cba74: Layer already exists 18:31:54 main: digest: sha256:630bfa2ca8c5a7440c46e5bcbae37ac26c9f05f7c7253d6b0e9b793f56f2f066 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:54 ===================================================== [Pipeline] echo 18:31:54 taggedImages: 18:31:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 18:31:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.155 18:31:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 18:31:54 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 18:31:54 1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:54 latest 18:31:54 3.0.0-dev.155 18:31:54 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:31:54 main 18:31:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:31:54 3bbece3ab09a: Preparing 18:31:54 2cf36a3586ce: Preparing 18:31:54 9aa9df1fe3e8: Preparing 18:31:54 e40d53764a7f: Preparing 18:31:54 0150ec295b4c: Preparing 18:31:54 87d90b3fdd9c: Preparing 18:31:54 5a812cd9e4e2: Preparing 18:31:54 26cbea5cba74: Preparing 18:31:54 87d90b3fdd9c: Waiting 18:31:54 5a812cd9e4e2: Waiting 18:31:54 26cbea5cba74: Waiting 18:31:54 0150ec295b4c: Layer already exists 18:31:55 87d90b3fdd9c: Layer already exists 18:31:55 5a812cd9e4e2: Layer already exists 18:31:55 3bbece3ab09a: Pushed 18:31:55 26cbea5cba74: Layer already exists 18:31:55 2cf36a3586ce: Pushed 18:31:55 9aa9df1fe3e8: Pushed 18:32:13 e40d53764a7f: Pushed 18:32:13 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:2c91138cb758100c23d35bbefd2e1e2b066dde9659b24043cbb0b5307bce8bab size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:13 + 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 18:32:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:32:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:32:14 3bbece3ab09a: Preparing 18:32:14 2cf36a3586ce: Preparing 18:32:14 9aa9df1fe3e8: Preparing 18:32:14 e40d53764a7f: Preparing 18:32:14 0150ec295b4c: Preparing 18:32:14 87d90b3fdd9c: Preparing 18:32:14 5a812cd9e4e2: Preparing 18:32:14 26cbea5cba74: Preparing 18:32:14 5a812cd9e4e2: Waiting 18:32:14 26cbea5cba74: Waiting 18:32:14 87d90b3fdd9c: Waiting 18:32:14 0150ec295b4c: Layer already exists 18:32:14 e40d53764a7f: Layer already exists 18:32:14 2cf36a3586ce: Layer already exists 18:32:14 9aa9df1fe3e8: Layer already exists 18:32:14 3bbece3ab09a: Layer already exists 18:32:14 87d90b3fdd9c: Layer already exists 18:32:14 26cbea5cba74: Layer already exists 18:32:14 5a812cd9e4e2: Layer already exists 18:32:14 latest: digest: sha256:2c91138cb758100c23d35bbefd2e1e2b066dde9659b24043cbb0b5307bce8bab size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:14 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.155 18:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:32:15 3bbece3ab09a: Preparing 18:32:15 2cf36a3586ce: Preparing 18:32:15 9aa9df1fe3e8: Preparing 18:32:15 e40d53764a7f: Preparing 18:32:15 0150ec295b4c: Preparing 18:32:15 87d90b3fdd9c: Preparing 18:32:15 5a812cd9e4e2: Preparing 18:32:15 26cbea5cba74: Preparing 18:32:15 87d90b3fdd9c: Waiting 18:32:15 5a812cd9e4e2: Waiting 18:32:15 26cbea5cba74: Waiting 18:32:15 0150ec295b4c: Layer already exists 18:32:15 3bbece3ab09a: Layer already exists 18:32:15 e40d53764a7f: Layer already exists 18:32:15 9aa9df1fe3e8: Layer already exists 18:32:15 2cf36a3586ce: Layer already exists 18:32:15 26cbea5cba74: Layer already exists 18:32:15 5a812cd9e4e2: Layer already exists 18:32:15 87d90b3fdd9c: Layer already exists 18:32:15 3.0.0-dev.155: digest: sha256:2c91138cb758100c23d35bbefd2e1e2b066dde9659b24043cbb0b5307bce8bab size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:15 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:32:15 3bbece3ab09a: Preparing 18:32:15 2cf36a3586ce: Preparing 18:32:15 9aa9df1fe3e8: Preparing 18:32:15 e40d53764a7f: Preparing 18:32:15 0150ec295b4c: Preparing 18:32:15 87d90b3fdd9c: Preparing 18:32:15 5a812cd9e4e2: Preparing 18:32:15 26cbea5cba74: Preparing 18:32:15 26cbea5cba74: Waiting 18:32:15 5a812cd9e4e2: Waiting 18:32:15 87d90b3fdd9c: Waiting 18:32:15 0150ec295b4c: Layer already exists 18:32:15 2cf36a3586ce: Layer already exists 18:32:15 9aa9df1fe3e8: Layer already exists 18:32:15 3bbece3ab09a: Layer already exists 18:32:15 e40d53764a7f: Layer already exists 18:32:15 26cbea5cba74: Layer already exists 18:32:15 5a812cd9e4e2: Layer already exists 18:32:15 87d90b3fdd9c: Layer already exists 18:32:16 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:2c91138cb758100c23d35bbefd2e1e2b066dde9659b24043cbb0b5307bce8bab size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:16 + 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 18:32:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 18:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 18:32:16 3bbece3ab09a: Preparing 18:32:16 2cf36a3586ce: Preparing 18:32:16 9aa9df1fe3e8: Preparing 18:32:16 e40d53764a7f: Preparing 18:32:16 0150ec295b4c: Preparing 18:32:16 87d90b3fdd9c: Preparing 18:32:16 5a812cd9e4e2: Preparing 18:32:16 26cbea5cba74: Preparing 18:32:16 87d90b3fdd9c: Waiting 18:32:16 5a812cd9e4e2: Waiting 18:32:16 26cbea5cba74: Waiting 18:32:16 e40d53764a7f: Layer already exists 18:32:16 3bbece3ab09a: Layer already exists 18:32:16 9aa9df1fe3e8: Layer already exists 18:32:16 0150ec295b4c: Layer already exists 18:32:16 2cf36a3586ce: Layer already exists 18:32:16 87d90b3fdd9c: Layer already exists 18:32:16 5a812cd9e4e2: Layer already exists 18:32:16 26cbea5cba74: Layer already exists 18:32:17 main: digest: sha256:2c91138cb758100c23d35bbefd2e1e2b066dde9659b24043cbb0b5307bce8bab size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:17 ===================================================== [Pipeline] echo 18:32:17 taggedImages: 18:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 18:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.155 18:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 18:32:17 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 18:32:17 1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:17 latest 18:32:17 3.0.0-dev.155 18:32:17 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:17 main 18:32:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:32:17 dd126c962823: Preparing 18:32:17 29641588e697: Preparing 18:32:17 0150ec295b4c: Preparing 18:32:17 87d90b3fdd9c: Preparing 18:32:17 90b06669ac0b: Preparing 18:32:17 26cbea5cba74: Preparing 18:32:17 26cbea5cba74: Waiting 18:32:17 0150ec295b4c: Layer already exists 18:32:17 87d90b3fdd9c: Layer already exists 18:32:18 26cbea5cba74: Layer already exists 18:32:18 dd126c962823: Pushed 18:32:18 90b06669ac0b: Pushed 18:32:23 29641588e697: Pushed 18:32:24 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:a122e685559b0c4be2037409426e15d286ebc9f9fb89fd60bbc5a8577e037a83 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:32:24 dd126c962823: Preparing 18:32:24 29641588e697: Preparing 18:32:24 0150ec295b4c: Preparing 18:32:24 87d90b3fdd9c: Preparing 18:32:24 90b06669ac0b: Preparing 18:32:24 26cbea5cba74: Preparing 18:32:24 26cbea5cba74: Waiting 18:32:24 87d90b3fdd9c: Layer already exists 18:32:24 90b06669ac0b: Layer already exists 18:32:24 dd126c962823: Layer already exists 18:32:24 0150ec295b4c: Layer already exists 18:32:24 29641588e697: Layer already exists 18:32:24 26cbea5cba74: Layer already exists 18:32:25 latest: digest: sha256:a122e685559b0c4be2037409426e15d286ebc9f9fb89fd60bbc5a8577e037a83 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.155 18:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:32:25 dd126c962823: Preparing 18:32:25 29641588e697: Preparing 18:32:25 0150ec295b4c: Preparing 18:32:25 87d90b3fdd9c: Preparing 18:32:25 90b06669ac0b: Preparing 18:32:25 26cbea5cba74: Preparing 18:32:25 26cbea5cba74: Waiting 18:32:25 dd126c962823: Layer already exists 18:32:25 90b06669ac0b: Layer already exists 18:32:25 29641588e697: Layer already exists 18:32:25 87d90b3fdd9c: Layer already exists 18:32:25 0150ec295b4c: Layer already exists 18:32:25 26cbea5cba74: Layer already exists 18:32:25 3.0.0-dev.155: digest: sha256:a122e685559b0c4be2037409426e15d286ebc9f9fb89fd60bbc5a8577e037a83 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:32:26 dd126c962823: Preparing 18:32:26 29641588e697: Preparing 18:32:26 0150ec295b4c: Preparing 18:32:26 87d90b3fdd9c: Preparing 18:32:26 90b06669ac0b: Preparing 18:32:26 26cbea5cba74: Preparing 18:32:26 26cbea5cba74: Waiting 18:32:26 dd126c962823: Layer already exists 18:32:26 0150ec295b4c: Layer already exists 18:32:26 87d90b3fdd9c: Layer already exists 18:32:26 90b06669ac0b: Layer already exists 18:32:26 29641588e697: Layer already exists 18:32:26 26cbea5cba74: Layer already exists 18:32:26 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:a122e685559b0c4be2037409426e15d286ebc9f9fb89fd60bbc5a8577e037a83 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 18:32:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 18:32:27 dd126c962823: Preparing 18:32:27 29641588e697: Preparing 18:32:27 0150ec295b4c: Preparing 18:32:27 87d90b3fdd9c: Preparing 18:32:27 90b06669ac0b: Preparing 18:32:27 26cbea5cba74: Preparing 18:32:27 26cbea5cba74: Waiting 18:32:27 87d90b3fdd9c: Layer already exists 18:32:27 dd126c962823: Layer already exists 18:32:27 0150ec295b4c: Layer already exists 18:32:27 90b06669ac0b: Layer already exists 18:32:27 29641588e697: Layer already exists 18:32:27 26cbea5cba74: Layer already exists 18:32:27 main: digest: sha256:a122e685559b0c4be2037409426e15d286ebc9f9fb89fd60bbc5a8577e037a83 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:27 ===================================================== [Pipeline] echo 18:32:27 taggedImages: 18:32:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 18:32:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.155 18:32:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 18:32:27 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 18:32:27 1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:27 latest 18:32:27 3.0.0-dev.155 18:32:27 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:27 main 18:32:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:32:28 fbb5ec9662bd: Preparing 18:32:28 ff2dd76a2d4d: Preparing 18:32:28 0150ec295b4c: Preparing 18:32:28 87d90b3fdd9c: Preparing 18:32:28 5515e592e0dd: Preparing 18:32:28 26cbea5cba74: Preparing 18:32:28 26cbea5cba74: Waiting 18:32:28 5515e592e0dd: Layer already exists 18:32:28 87d90b3fdd9c: Layer already exists 18:32:28 0150ec295b4c: Layer already exists 18:32:28 26cbea5cba74: Layer already exists 18:32:28 fbb5ec9662bd: Pushed 18:32:35 ff2dd76a2d4d: Pushed 18:32:35 1c894e2fcaddd09107904491402c53dd28c48fa9: digest: sha256:56d85a9524f6216374c431d88bec8643eede729c4ae05916ec1081d831861772 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:32:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:32:36 fbb5ec9662bd: Preparing 18:32:36 ff2dd76a2d4d: Preparing 18:32:36 0150ec295b4c: Preparing 18:32:36 87d90b3fdd9c: Preparing 18:32:36 5515e592e0dd: Preparing 18:32:36 26cbea5cba74: Preparing 18:32:36 26cbea5cba74: Waiting 18:32:36 0150ec295b4c: Layer already exists 18:32:36 5515e592e0dd: Layer already exists 18:32:36 fbb5ec9662bd: Layer already exists 18:32:36 87d90b3fdd9c: Layer already exists 18:32:36 ff2dd76a2d4d: Layer already exists 18:32:36 26cbea5cba74: Layer already exists 18:32:36 latest: digest: sha256:56d85a9524f6216374c431d88bec8643eede729c4ae05916ec1081d831861772 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.155 18:32:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:32:37 fbb5ec9662bd: Preparing 18:32:37 ff2dd76a2d4d: Preparing 18:32:37 0150ec295b4c: Preparing 18:32:37 87d90b3fdd9c: Preparing 18:32:37 5515e592e0dd: Preparing 18:32:37 26cbea5cba74: Preparing 18:32:37 26cbea5cba74: Waiting 18:32:37 0150ec295b4c: Layer already exists 18:32:37 87d90b3fdd9c: Layer already exists 18:32:37 5515e592e0dd: Layer already exists 18:32:37 fbb5ec9662bd: Layer already exists 18:32:37 ff2dd76a2d4d: Layer already exists 18:32:37 26cbea5cba74: Layer already exists 18:32:37 3.0.0-dev.155: digest: sha256:56d85a9524f6216374c431d88bec8643eede729c4ae05916ec1081d831861772 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:32:38 fbb5ec9662bd: Preparing 18:32:38 ff2dd76a2d4d: Preparing 18:32:38 0150ec295b4c: Preparing 18:32:38 87d90b3fdd9c: Preparing 18:32:38 5515e592e0dd: Preparing 18:32:38 26cbea5cba74: Preparing 18:32:38 26cbea5cba74: Waiting 18:32:38 fbb5ec9662bd: Layer already exists 18:32:38 ff2dd76a2d4d: Layer already exists 18:32:38 87d90b3fdd9c: Layer already exists 18:32:38 5515e592e0dd: Layer already exists 18:32:38 0150ec295b4c: Layer already exists 18:32:38 26cbea5cba74: Layer already exists 18:32:38 1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155: digest: sha256:56d85a9524f6216374c431d88bec8643eede729c4ae05916ec1081d831861772 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 18:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 18:32:39 fbb5ec9662bd: Preparing 18:32:39 ff2dd76a2d4d: Preparing 18:32:39 0150ec295b4c: Preparing 18:32:39 87d90b3fdd9c: Preparing 18:32:39 5515e592e0dd: Preparing 18:32:39 26cbea5cba74: Preparing 18:32:39 26cbea5cba74: Waiting 18:32:39 ff2dd76a2d4d: Layer already exists 18:32:39 fbb5ec9662bd: Layer already exists 18:32:39 87d90b3fdd9c: Layer already exists 18:32:39 5515e592e0dd: Layer already exists 18:32:39 0150ec295b4c: Layer already exists 18:32:39 26cbea5cba74: Layer already exists 18:32:39 main: digest: sha256:56d85a9524f6216374c431d88bec8643eede729c4ae05916ec1081d831861772 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:39 ===================================================== [Pipeline] echo 18:32:39 taggedImages: 18:32:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9 18:32:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 18:32:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.155 18:32:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1c894e2fcaddd09107904491402c53dd28c48fa9-3.0.0-dev.155 18:32:39 - 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 18:32:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:32:39 18:32:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:32:40 arm64: Pulling from edgex-lftools-log-publisher 18:32:40 8998bd30e6a1: Pulling fs layer 18:32:40 04944245beec: Pulling fs layer 18:32:40 699f458cf7ca: Pulling fs layer 18:32:40 765212b225bb: Pulling fs layer 18:32:40 f23df028b6ca: Pulling fs layer 18:32:40 d65c8cfc05b1: Pulling fs layer 18:32:40 2437ff75d9bd: Pulling fs layer 18:32:40 765212b225bb: Waiting 18:32:40 f23df028b6ca: Waiting 18:32:40 d65c8cfc05b1: Waiting 18:32:40 2437ff75d9bd: Waiting 18:32:40 04944245beec: Verifying Checksum 18:32:40 04944245beec: Download complete 18:32:40 765212b225bb: Download complete 18:32:40 f23df028b6ca: Verifying Checksum 18:32:40 f23df028b6ca: Download complete 18:32:40 d65c8cfc05b1: Verifying Checksum 18:32:40 d65c8cfc05b1: Download complete 18:32:40 699f458cf7ca: Verifying Checksum 18:32:40 699f458cf7ca: Download complete 18:32:40 8998bd30e6a1: Verifying Checksum 18:32:40 8998bd30e6a1: Download complete 18:32:43 2437ff75d9bd: Verifying Checksum 18:32:43 2437ff75d9bd: Download complete 18:32:44 8998bd30e6a1: Pull complete 18:32:45 04944245beec: Pull complete 18:32:46 699f458cf7ca: Pull complete 18:32:46 765212b225bb: Pull complete 18:32:47 f23df028b6ca: Pull complete 18:32:47 d65c8cfc05b1: Pull complete 18:33:02 2437ff75d9bd: Pull complete 18:33:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:33:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:33:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:02 prd-ubuntu20.04-docker-arm64-4c-16g-14924 does not seem to be running inside a container 18:33:03 $ 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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 18:33:06 $ docker top 0f473291b1f7ab058b4541a95d919f022e27958226aeba2b0b74b5cf0ff89533 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:07 ---> job-cost.sh 18:33:07 lf-activate-venv: SKIPPING 18:33:07 INFO: No Stack... 18:33:07 INFO: Retrieving Pricing Info for: v3-standard-4 18:33:08 INFO: Archiving Costs [Pipeline] sh 18:33:08 + cat /w/workspace/edgex-go/521/archives/cost.csv 18:33:08 + cut -d, -f6 [Pipeline] lock 18:33:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-521-stack-cost] 18:33:08 Resource [jenkins-edgexfoundry-edgex-go-main-521-stack-cost] did not exist. Created. 18:33:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-521-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:33:09 + echo total: 0.10999999940395355 [Pipeline] stash 18:33:10 Stashed 1 file(s) [Pipeline] } 18:33:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-521-stack-cost] [Pipeline] // lock [Pipeline] } 18:33:10 $ docker stop --time=1 0f473291b1f7ab058b4541a95d919f022e27958226aeba2b0b74b5cf0ff89533 18:33:11 $ docker rm -f --volumes 0f473291b1f7ab058b4541a95d919f022e27958226aeba2b0b74b5cf0ff89533 [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 18:33:12 provisioning config files... 18:33:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/521@tmp/config13027032608377636385tmp [Pipeline] { [Pipeline] sh 18:33:12 + set +x 18:33:12 + + bashcurl -s -- 18:33:12 -s https://codecov.io/bash 18:33:12 18:33:12 _____ _ 18:33:12 / ____| | | 18:33:12 | | ___ __| | ___ ___ _____ __ 18:33:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:33:12 | |___| (_) | (_| | __/ (_| (_) \ V / 18:33:12 \_____\___/ \__,_|\___|\___\___/ \_/ 18:33:12 Bash-1.0.6 18:33:12 18:33:12 18:33:12 ==> git version 2.25.1 found 18:33:12 ==> 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 18:33:12 Release-Date: 2020-01-08 18:33:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:33:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:33:12 ==> Jenkins CI detected. 18:33:12 current dir:  /w/workspace/edgex-go/521 18:33:12 project root: . 18:33:12 --> token set from env 18:33:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:33:12 ==> Running gcov in . (disable via -X gcov) 18:33:12 ==> Python coveragepy not found 18:33:12 ==> Searching for coverage reports in: 18:33:12 + . 18:33:12 -> Found 1 reports 18:33:12 ==> Detecting git/mercurial file structure 18:33:12 ==> Reading reports 18:33:12 + ./coverage.out bytes=447731 18:33:12 ==> Appending adjustments 18:33:12 https://docs.codecov.io/docs/fixing-reports 18:33:13 + Found adjustments 18:33:13 ==> Gzipping contents 18:33:13 60K /tmp/codecov.d7N11A.gz 18:33:13 ==> Uploading reports 18:33:13 url: https://codecov.io 18:33:13 query: branch=main&commit=1c894e2fcaddd09107904491402c53dd28c48fa9&build=521&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F521%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:33:13 -> Pinging Codecov 18:33:13 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=1c894e2fcaddd09107904491402c53dd28c48fa9&build=521&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F521%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:33:13 -> Uploading to 18:33:13 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/00271124DB129430A58F1EEE437C3FCB/1c894e2fcaddd09107904491402c53dd28c48fa9/8ebc8f11-f226-4c10-9370-276828c6dfaf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T183313Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=703ffc82b550540be5e8877494170205d5799c68fd3011e09bd26e82b94f88d1 18:33:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:13 Dload Upload Total Spent Left Speed 18:33:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57463 0 0 100 57463 0 236k --:--:-- --:--:-- --:--:-- 236k 18:33:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1c894e2fcaddd09107904491402c53dd28c48fa9 [Pipeline] } 18:33:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:33:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:33:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:33:14 18:33:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:33:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:33:15 df9b9388f04a: Pulling fs layer 18:33:15 52dc419b0ee2: Pulling fs layer 18:33:15 25bc292e5bac: Pulling fs layer 18:33:15 114826534d7a: Pulling fs layer 18:33:15 4657fd5d0bcf: Pulling fs layer 18:33:15 6ad1cebc031e: Pulling fs layer 18:33:15 8a3aa393b2d8: Pulling fs layer 18:33:15 114826534d7a: Waiting 18:33:15 4657fd5d0bcf: Waiting 18:33:15 6ad1cebc031e: Waiting 18:33:15 8a3aa393b2d8: Waiting 18:33:15 25bc292e5bac: Download complete 18:33:15 52dc419b0ee2: Verifying Checksum 18:33:15 52dc419b0ee2: Download complete 18:33:15 4657fd5d0bcf: Download complete 18:33:15 df9b9388f04a: Download complete 18:33:15 df9b9388f04a: Pull complete 18:33:15 6ad1cebc031e: Verifying Checksum 18:33:15 6ad1cebc031e: Download complete 18:33:15 52dc419b0ee2: Pull complete 18:33:15 25bc292e5bac: Pull complete 18:33:15 114826534d7a: Verifying Checksum 18:33:15 114826534d7a: Download complete 18:33:15 8a3aa393b2d8: Verifying Checksum 18:33:15 8a3aa393b2d8: Download complete 18:33:19 114826534d7a: Pull complete 18:33:19 4657fd5d0bcf: Pull complete 18:33:19 6ad1cebc031e: Pull complete 18:33:22 8a3aa393b2d8: Pull complete 18:33:22 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:33:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:33:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:22 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:33:22 $ 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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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/edgex-snyk-go:1.410.4 cat 18:33:26 $ docker top c7be409d2ecc09c4d9135c03da722430b4936f8e80d8e9356843e5af3be43f8f -eo pid,comm [Pipeline] { [Pipeline] echo 18:33:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 18:33:26 + set -o pipefail 18:33:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 18:33:32 18:33:32 Monitoring /w/workspace/edgex-go/521 (github.com/edgexfoundry/edgex-go)... 18:33:32 18:33:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/e17108d7-0d9a-45e2-ad3b-4fd460cb90a2 18:33:32 18:33:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:33:32 18:33:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:33:32 18:33:32 18:33:32 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:33:32 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:33:32 More details here: https://snyk.co/ue1NS 18:33:32 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 18:33:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:33:32 $ docker stop --time=1 c7be409d2ecc09c4d9135c03da722430b4936f8e80d8e9356843e5af3be43f8f 18:33:34 $ docker rm -f --volumes c7be409d2ecc09c4d9135c03da722430b4936f8e80d8e9356843e5af3be43f8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:33:35 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:33:35 provisioning config files... 18:33:35 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/521@tmp/config5639471218891256110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:35 --> edgex-publish-swagger.sh 18:33:35 === Publish openapi/v3 API === 18:33:35 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 18:33:35 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/521/openapi/v3/core-command.yaml] 18:33:35 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:35 Dload Upload Total Spent Left Speed 18:33:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 52118 --:--:-- --:--:-- --:--:-- 52118 100 29030 0 0 100 29030 0 52118 --:--:-- --:--:-- --:--:-- 52025 18:33:36 18:33:36 18:33:36 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/521/openapi/v3/core-data.yaml] 18:33:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:36 Dload Upload Total Spent Left Speed 18:33:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 125k --:--:-- --:--:-- --:--:-- 125k 18:33:36 18:33:36 18:33:36 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/521/openapi/v3/core-metadata.yaml] 18:33:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:36 Dload Upload Total Spent Left Speed 18:33:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 240k --:--:-- --:--:-- --:--:-- 239k 100 141k 0 0 100 141k 0 240k --:--:-- --:--:-- --:--:-- 239k 18:33:37 18:33:37 18:33:37 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/521/openapi/v3/support-notifications.yaml] 18:33:37 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:37 Dload Upload Total Spent Left Speed 18:33:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 168k --:--:-- --:--:-- --:--:-- 168k 18:33:37 18:33:37 18:33:37 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/521/openapi/v3/support-scheduler.yaml] 18:33:37 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:37 Dload Upload Total Spent Left Speed 18:33:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 165k --:--:-- --:--:-- --:--:-- 164k 100 34356 0 0 100 34356 0 68987 --:--:-- --:--:-- --:--:-- 68849 18:33:38 18:33:38 [Pipeline] } 18:33:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 18:33:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:33:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:33:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:38 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:33:39 $ docker top 32fb0cc88285677eabfb057998cab7b9285334844001351d27d6bce7f79d87c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:33:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:39 [ssh-agent] Looking for ssh-agent implementation... 18:33:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:39 $ docker exec 32fb0cc88285677eabfb057998cab7b9285334844001351d27d6bce7f79d87c6 ssh-agent 18:33:39 SSH_AUTH_SOCK=/tmp/ssh-VS8d5HhDRfA3/agent.34 18:33:39 SSH_AGENT_PID=41 18:33:39 Running ssh-add (command line suppressed) 18:33:39 Identity added: /w/workspace/edgex-go/521@tmp/private_key_7263578990649049395.key (/w/workspace/edgex-go/521@tmp/private_key_7263578990649049395.key) 18:33:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:40 + git semver tag 18:33:40 2023-05-10 18:33:40,410 [run_tag] DEBUG tag force:False 18:33:40 2023-05-10 18:33:40,410 [check_head_tag] DEBUG check head tag 18:33:40 2023-05-10 18:33:40,413 [execute] INFO git cat-file --batch-check 18:33:40 2023-05-10 18:33:40,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/521, universal_newlines=False, shell=None, istream=) 18:33:40 2023-05-10 18:33:40,417 [execute] INFO git cat-file --batch 18:33:40 2023-05-10 18:33:40,417 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/521, universal_newlines=False, shell=None, istream=) 18:33:40 2023-05-10 18:33:40,485 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:33:40 2023-05-10 18:33:40,486 [execute] INFO git tag -a v3.0.0-dev.155 -m v3.0.0-dev.155 18:33:40 2023-05-10 18:33:40,486 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.155', '-m', 'v3.0.0-dev.155'], cwd=/w/workspace/edgex-go/521, universal_newlines=False, shell=None, istream=None) 18:33:40 2023-05-10 18:33:40,491 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:33:40 3.0.0-dev.155 [Pipeline] } 18:33:40 $ docker exec --env ******** --env ******** 32fb0cc88285677eabfb057998cab7b9285334844001351d27d6bce7f79d87c6 ssh-agent -k 18:33:40 unset SSH_AUTH_SOCK; 18:33:40 unset SSH_AGENT_PID; 18:33:40 echo Agent pid 41 killed; 18:33:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:41 + git semver [Pipeline] } 18:33:41 $ docker stop --time=1 32fb0cc88285677eabfb057998cab7b9285334844001351d27d6bce7f79d87c6 18:33:42 $ docker rm -f --volumes 32fb0cc88285677eabfb057998cab7b9285334844001351d27d6bce7f79d87c6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:33:43 18:33:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:33:43 0.23.1-centos7: Pulling from edgex-lftools 18:33:43 ab5ef0e58194: Pulling fs layer 18:33:43 9712f1f96733: Pulling fs layer 18:33:43 63f879dbbcfc: Pulling fs layer 18:33:43 0d9ebad4ef96: Pulling fs layer 18:33:43 e9a5061849ea: Pulling fs layer 18:33:43 d747dcd14b5f: Pulling fs layer 18:33:43 2de7ff778b66: Pulling fs layer 18:33:43 2de7ff778b66: Waiting 18:33:43 d747dcd14b5f: Waiting 18:33:43 0d9ebad4ef96: Waiting 18:33:43 e9a5061849ea: Waiting 18:33:43 9712f1f96733: Download complete 18:33:43 63f879dbbcfc: Verifying Checksum 18:33:43 63f879dbbcfc: Download complete 18:33:43 e9a5061849ea: Verifying Checksum 18:33:43 e9a5061849ea: Download complete 18:33:43 d747dcd14b5f: Verifying Checksum 18:33:43 d747dcd14b5f: Download complete 18:33:43 0d9ebad4ef96: Verifying Checksum 18:33:43 0d9ebad4ef96: Download complete 18:33:43 ab5ef0e58194: Verifying Checksum 18:33:43 ab5ef0e58194: Download complete 18:33:43 2de7ff778b66: Verifying Checksum 18:33:43 2de7ff778b66: Download complete 18:33:46 ab5ef0e58194: Pull complete 18:33:46 9712f1f96733: Pull complete 18:33:47 63f879dbbcfc: Pull complete 18:33:51 0d9ebad4ef96: Pull complete 18:33:51 e9a5061849ea: Pull complete 18:33:51 d747dcd14b5f: Pull complete 18:33:52 2de7ff778b66: Pull complete 18:33:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:33:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:33:52 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:33:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:33:56 $ docker top d015437c79c5d49512b52ee3c54b4956498852a4fcf5fbe988e541946d36efe7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:33:56 provisioning config files... 18:33:56 copy managed file [sigul-config] to file:/w/workspace/edgex-go/521@tmp/config4259961297210520112tmp 18:33:56 copy managed file [sigul-password] to file:/w/workspace/edgex-go/521@tmp/config854195857362592740tmp 18:33:56 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/521@tmp/config13147006866514026556tmp [Pipeline] { [Pipeline] echo 18:33:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:33:57 ---> sigul-configuration.sh 18:33:57 gpg: directory `/root/.gnupg' created 18:33:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:33:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:33:57 gpg: keyring `/root/.gnupg/secring.gpg' created 18:33:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:33:57 gpg: CAST5 encrypted data 18:33:57 gpg: encrypted with 1 passphrase 18:33:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:33:57 + mkdir /home/jenkins 18:33:57 + mkdir /home/jenkins/sigul [Pipeline] sh 18:33:57 + 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 18:33:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:33:57 ---> sigul-install.sh 18:33:57 Sigul already installed; skipping installation. [Pipeline] sh 18:33:58 + git tag --list 18:33:58 0.6.0 18:33:58 0.6.1 18:33:58 0.7.0 18:33:58 0.7.1 18:33:58 v1.0.0 18:33:58 v1.0.1 18:33:58 v1.1.0 18:33:58 v1.2.0 18:33:58 v1.2.1 18:33:58 v1.3.0 18:33:58 v1.3.1 18:33:58 v2.0.0 18:33:58 v2.1.0 18:33:58 v2.1.1 18:33:58 v2.1.1-dev.1 18:33:58 v2.1.1-dev.2 18:33:58 v2.1.1-dev.3 18:33:58 v2.1.1-dev.4 18:33:58 v2.1.1-dev.5 18:33:58 v2.1.1-dev.6 18:33:58 v2.1.1-dev.7 18:33:58 v2.1.1-dev.8 18:33:58 v2.1.2-dev.1 18:33:58 v2.2.0 18:33:58 v2.2.1-dev.1 18:33:58 v2.2.1-dev.10 18:33:58 v2.2.1-dev.11 18:33:58 v2.2.1-dev.12 18:33:58 v2.2.1-dev.13 18:33:58 v2.2.1-dev.14 18:33:58 v2.2.1-dev.15 18:33:58 v2.2.1-dev.16 18:33:58 v2.2.1-dev.17 18:33:58 v2.2.1-dev.18 18:33:58 v2.2.1-dev.19 18:33:58 v2.2.1-dev.2 18:33:58 v2.2.1-dev.20 18:33:58 v2.2.1-dev.21 18:33:58 v2.2.1-dev.22 18:33:58 v2.2.1-dev.23 18:33:58 v2.2.1-dev.24 18:33:58 v2.2.1-dev.25 18:33:58 v2.2.1-dev.26 18:33:58 v2.2.1-dev.27 18:33:58 v2.2.1-dev.28 18:33:58 v2.2.1-dev.29 18:33:58 v2.2.1-dev.3 18:33:58 v2.2.1-dev.4 18:33:58 v2.2.1-dev.5 18:33:58 v2.2.1-dev.6 18:33:58 v2.2.1-dev.7 18:33:58 v2.2.1-dev.8 18:33:58 v2.2.1-dev.9 18:33:58 v2.3.0 18:33:58 v2.3.0-dev.100 18:33:58 v2.3.0-dev.101 18:33:58 v2.3.0-dev.102 18:33:58 v2.3.0-dev.103 18:33:58 v2.3.0-dev.104 18:33:58 v2.3.0-dev.105 18:33:58 v2.3.0-dev.106 18:33:58 v2.3.0-dev.29 18:33:58 v2.3.0-dev.30 18:33:58 v2.3.0-dev.31 18:33:58 v2.3.0-dev.32 18:33:58 v2.3.0-dev.33 18:33:58 v2.3.0-dev.34 18:33:58 v2.3.0-dev.35 18:33:58 v2.3.0-dev.36 18:33:58 v2.3.0-dev.37 18:33:58 v2.3.0-dev.38 18:33:58 v2.3.0-dev.39 18:33:58 v2.3.0-dev.40 18:33:58 v2.3.0-dev.41 18:33:58 v2.3.0-dev.42 18:33:58 v2.3.0-dev.43 18:33:58 v2.3.0-dev.44 18:33:58 v2.3.0-dev.45 18:33:58 v2.3.0-dev.46 18:33:58 v2.3.0-dev.47 18:33:58 v2.3.0-dev.48 18:33:58 v2.3.0-dev.49 18:33:58 v2.3.0-dev.50 18:33:58 v2.3.0-dev.51 18:33:58 v2.3.0-dev.52 18:33:58 v2.3.0-dev.53 18:33:58 v2.3.0-dev.54 18:33:58 v2.3.0-dev.55 18:33:58 v2.3.0-dev.56 18:33:58 v2.3.0-dev.57 18:33:58 v2.3.0-dev.58 18:33:58 v2.3.0-dev.59 18:33:58 v2.3.0-dev.60 18:33:58 v2.3.0-dev.61 18:33:58 v2.3.0-dev.62 18:33:58 v2.3.0-dev.63 18:33:58 v2.3.0-dev.64 18:33:58 v2.3.0-dev.65 18:33:58 v2.3.0-dev.66 18:33:58 v2.3.0-dev.67 18:33:58 v2.3.0-dev.68 18:33:58 v2.3.0-dev.69 18:33:58 v2.3.0-dev.70 18:33:58 v2.3.0-dev.71 18:33:58 v2.3.0-dev.72 18:33:58 v2.3.0-dev.73 18:33:58 v2.3.0-dev.74 18:33:58 v2.3.0-dev.75 18:33:58 v2.3.0-dev.76 18:33:58 v2.3.0-dev.77 18:33:58 v2.3.0-dev.78 18:33:58 v2.3.0-dev.79 18:33:58 v2.3.0-dev.80 18:33:58 v2.3.0-dev.81 18:33:58 v2.3.0-dev.82 18:33:58 v2.3.0-dev.83 18:33:58 v2.3.0-dev.84 18:33:58 v2.3.0-dev.85 18:33:58 v2.3.0-dev.86 18:33:58 v2.3.0-dev.87 18:33:58 v2.3.0-dev.88 18:33:58 v2.3.0-dev.89 18:33:58 v2.3.0-dev.90 18:33:58 v2.3.0-dev.91 18:33:58 v2.3.0-dev.92 18:33:58 v2.3.0-dev.93 18:33:58 v2.3.0-dev.94 18:33:58 v2.3.0-dev.95 18:33:58 v2.3.0-dev.96 18:33:58 v2.3.0-dev.97 18:33:58 v2.3.0-dev.98 18:33:58 v2.3.0-dev.99 18:33:58 v2.3.1-dev.1 18:33:58 v2.3.1-dev.2 18:33:58 v2.3.1-dev.3 18:33:58 v2.3.1-dev.4 18:33:58 v2.3.1-dev.5 18:33:58 v3.0.0-dev.1 18:33:58 v3.0.0-dev.10 18:33:58 v3.0.0-dev.100 18:33:58 v3.0.0-dev.101 18:33:58 v3.0.0-dev.102 18:33:58 v3.0.0-dev.103 18:33:58 v3.0.0-dev.104 18:33:58 v3.0.0-dev.105 18:33:58 v3.0.0-dev.106 18:33:58 v3.0.0-dev.107 18:33:58 v3.0.0-dev.108 18:33:58 v3.0.0-dev.109 18:33:58 v3.0.0-dev.11 18:33:58 v3.0.0-dev.110 18:33:58 v3.0.0-dev.111 18:33:58 v3.0.0-dev.112 18:33:58 v3.0.0-dev.113 18:33:58 v3.0.0-dev.114 18:33:58 v3.0.0-dev.115 18:33:58 v3.0.0-dev.116 18:33:58 v3.0.0-dev.117 18:33:58 v3.0.0-dev.118 18:33:58 v3.0.0-dev.119 18:33:58 v3.0.0-dev.12 18:33:58 v3.0.0-dev.120 18:33:58 v3.0.0-dev.121 18:33:58 v3.0.0-dev.122 18:33:58 v3.0.0-dev.123 18:33:58 v3.0.0-dev.124 18:33:58 v3.0.0-dev.125 18:33:58 v3.0.0-dev.126 18:33:58 v3.0.0-dev.127 18:33:58 v3.0.0-dev.128 18:33:58 v3.0.0-dev.129 18:33:58 v3.0.0-dev.13 18:33:58 v3.0.0-dev.130 18:33:58 v3.0.0-dev.131 18:33:58 v3.0.0-dev.132 18:33:58 v3.0.0-dev.133 18:33:58 v3.0.0-dev.134 18:33:58 v3.0.0-dev.135 18:33:58 v3.0.0-dev.136 18:33:58 v3.0.0-dev.137 18:33:58 v3.0.0-dev.138 18:33:58 v3.0.0-dev.139 18:33:58 v3.0.0-dev.14 18:33:58 v3.0.0-dev.140 18:33:58 v3.0.0-dev.141 18:33:58 v3.0.0-dev.142 18:33:58 v3.0.0-dev.143 18:33:58 v3.0.0-dev.144 18:33:58 v3.0.0-dev.145 18:33:58 v3.0.0-dev.146 18:33:58 v3.0.0-dev.147 18:33:58 v3.0.0-dev.148 18:33:58 v3.0.0-dev.149 18:33:58 v3.0.0-dev.15 18:33:58 v3.0.0-dev.150 18:33:58 v3.0.0-dev.151 18:33:58 v3.0.0-dev.152 18:33:58 v3.0.0-dev.153 18:33:58 v3.0.0-dev.154 18:33:58 v3.0.0-dev.155 18:33:58 v3.0.0-dev.16 18:33:58 v3.0.0-dev.17 18:33:58 v3.0.0-dev.18 18:33:58 v3.0.0-dev.19 18:33:58 v3.0.0-dev.2 18:33:58 v3.0.0-dev.20 18:33:58 v3.0.0-dev.21 18:33:58 v3.0.0-dev.22 18:33:58 v3.0.0-dev.23 18:33:58 v3.0.0-dev.24 18:33:58 v3.0.0-dev.25 18:33:58 v3.0.0-dev.26 18:33:58 v3.0.0-dev.27 18:33:58 v3.0.0-dev.28 18:33:58 v3.0.0-dev.29 18:33:58 v3.0.0-dev.3 18:33:58 v3.0.0-dev.30 18:33:58 v3.0.0-dev.31 18:33:58 v3.0.0-dev.32 18:33:58 v3.0.0-dev.33 18:33:58 v3.0.0-dev.34 18:33:58 v3.0.0-dev.35 18:33:58 v3.0.0-dev.36 18:33:58 v3.0.0-dev.37 18:33:58 v3.0.0-dev.38 18:33:58 v3.0.0-dev.39 18:33:58 v3.0.0-dev.4 18:33:58 v3.0.0-dev.40 18:33:58 v3.0.0-dev.41 18:33:58 v3.0.0-dev.42 18:33:58 v3.0.0-dev.43 18:33:58 v3.0.0-dev.44 18:33:58 v3.0.0-dev.45 18:33:58 v3.0.0-dev.46 18:33:58 v3.0.0-dev.47 18:33:58 v3.0.0-dev.48 18:33:58 v3.0.0-dev.49 18:33:58 v3.0.0-dev.5 18:33:58 v3.0.0-dev.50 18:33:58 v3.0.0-dev.51 18:33:58 v3.0.0-dev.52 18:33:58 v3.0.0-dev.53 18:33:58 v3.0.0-dev.54 18:33:58 v3.0.0-dev.55 18:33:58 v3.0.0-dev.56 18:33:58 v3.0.0-dev.57 18:33:58 v3.0.0-dev.58 18:33:58 v3.0.0-dev.59 18:33:58 v3.0.0-dev.6 18:33:58 v3.0.0-dev.60 18:33:58 v3.0.0-dev.61 18:33:58 v3.0.0-dev.62 18:33:58 v3.0.0-dev.63 18:33:58 v3.0.0-dev.64 18:33:58 v3.0.0-dev.65 18:33:58 v3.0.0-dev.66 18:33:58 v3.0.0-dev.67 18:33:58 v3.0.0-dev.68 18:33:58 v3.0.0-dev.69 18:33:58 v3.0.0-dev.7 18:33:58 v3.0.0-dev.70 18:33:58 v3.0.0-dev.71 18:33:58 v3.0.0-dev.72 18:33:58 v3.0.0-dev.73 18:33:58 v3.0.0-dev.74 18:33:58 v3.0.0-dev.75 18:33:58 v3.0.0-dev.76 18:33:58 v3.0.0-dev.77 18:33:58 v3.0.0-dev.78 18:33:58 v3.0.0-dev.79 18:33:58 v3.0.0-dev.8 18:33:58 v3.0.0-dev.80 18:33:58 v3.0.0-dev.81 18:33:58 v3.0.0-dev.82 18:33:58 v3.0.0-dev.83 18:33:58 v3.0.0-dev.84 18:33:58 v3.0.0-dev.85 18:33:58 v3.0.0-dev.86 18:33:58 v3.0.0-dev.87 18:33:58 v3.0.0-dev.88 18:33:58 v3.0.0-dev.89 18:33:58 v3.0.0-dev.9 18:33:58 v3.0.0-dev.90 18:33:58 v3.0.0-dev.91 18:33:58 v3.0.0-dev.92 18:33:58 v3.0.0-dev.93 18:33:58 v3.0.0-dev.94 18:33:58 v3.0.0-dev.95 18:33:58 v3.0.0-dev.96 18:33:58 v3.0.0-dev.97 18:33:58 v3.0.0-dev.98 18:33:58 v3.0.0-dev.99 [Pipeline] sh 18:33:58 + lftools sign git-tag v3.0.0-dev.155 18:33:59 Signing Git tag with Sigul... 18:33:59 Signing v3.0.0-dev.155 [Pipeline] echo 18:33:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:33:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:33:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:33:59 $ docker stop --time=1 d015437c79c5d49512b52ee3c54b4956498852a4fcf5fbe988e541946d36efe7 18:34:00 $ docker rm -f --volumes d015437c79c5d49512b52ee3c54b4956498852a4fcf5fbe988e541946d36efe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:34:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:34:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:34:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:01 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:34:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:34:02 $ docker top 076b44ac21ee3e41fb13295335e4788b5cc437390988b3509ae1e79dd4bde080 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:34:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:34:02 [ssh-agent] Looking for ssh-agent implementation... 18:34:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:34:02 $ docker exec 076b44ac21ee3e41fb13295335e4788b5cc437390988b3509ae1e79dd4bde080 ssh-agent 18:34:02 SSH_AUTH_SOCK=/tmp/ssh-K7NWhhFhCOsp/agent.32 18:34:02 SSH_AGENT_PID=38 18:34:02 Running ssh-add (command line suppressed) 18:34:02 Identity added: /w/workspace/edgex-go/521@tmp/private_key_15956138365684757034.key (/w/workspace/edgex-go/521@tmp/private_key_15956138365684757034.key) 18:34:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:34:02 + git semver bump pre 18:34:03 2023-05-10 18:34:02,972 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:34:03 2023-05-10 18:34:02,972 [bump_version] DEBUG bumping version:3.0.0-dev.155 on axis:pre with prefix:dev 18:34:03 2023-05-10 18:34:02,972 [bump_version] DEBUG bumped version:3.0.0-dev.156 18:34:03 2023-05-10 18:34:02,972 [write_version] DEBUG write version:3.0.0-dev.156 to path:/w/workspace/edgex-go/521/.semver/main with force:True 18:34:03 2023-05-10 18:34:02,972 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:34:03 2023-05-10 18:34:02,972 [write_file] DEBUG write to file:/w/workspace/edgex-go/521/.semver/main 18:34:03 2023-05-10 18:34:02,974 [execute] INFO git cat-file --batch-check 18:34:03 2023-05-10 18:34:02,974 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=False, shell=None, istream=) 18:34:03 2023-05-10 18:34:02,980 [execute] INFO git cat-file --batch 18:34:03 2023-05-10 18:34:02,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=False, shell=None, istream=) 18:34:03 2023-05-10 18:34:02,985 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:34:03 3.0.0-dev.156 [Pipeline] } 18:34:03 $ docker exec --env ******** --env ******** 076b44ac21ee3e41fb13295335e4788b5cc437390988b3509ae1e79dd4bde080 ssh-agent -k 18:34:03 unset SSH_AUTH_SOCK; 18:34:03 unset SSH_AGENT_PID; 18:34:03 echo Agent pid 38 killed; 18:34:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:34:03 + git semver [Pipeline] } 18:34:03 $ docker stop --time=1 076b44ac21ee3e41fb13295335e4788b5cc437390988b3509ae1e79dd4bde080 18:34:05 $ docker rm -f --volumes 076b44ac21ee3e41fb13295335e4788b5cc437390988b3509ae1e79dd4bde080 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:34:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:34:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:05 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:34:06 $ docker top 59827b9c8bb522e83a1991c33bf78c24754c161bcd77851ee48a20dc53fba23e -eo pid,comm 18:34:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:34:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:34:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:34:06 [ssh-agent] Looking for ssh-agent implementation... 18:34:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:34:06 $ docker exec 59827b9c8bb522e83a1991c33bf78c24754c161bcd77851ee48a20dc53fba23e ssh-agent 18:34:06 SSH_AUTH_SOCK=/tmp/ssh-YhX1499oRkBj/agent.31 18:34:06 SSH_AGENT_PID=37 18:34:06 Running ssh-add (command line suppressed) 18:34:06 Identity added: /w/workspace/edgex-go/521@tmp/private_key_6603441926285880709.key (/w/workspace/edgex-go/521@tmp/private_key_6603441926285880709.key) 18:34:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:34:06 + git semver push 18:34:07 2023-05-10 18:34:06,962 [run_push] DEBUG push 18:34:07 2023-05-10 18:34:06,963 [execute] INFO git cat-file --batch-check 18:34:07 2023-05-10 18:34:06,963 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=False, shell=None, istream=) 18:34:07 2023-05-10 18:34:06,967 [execute] INFO git rev-list cdd0d86c0355ad576b20e16fa998b5788f4bd606 -- 18:34:07 2023-05-10 18:34:06,967 [execute] DEBUG Popen(['git', 'rev-list', 'cdd0d86c0355ad576b20e16fa998b5788f4bd606', '--'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=False, shell=None, istream=None) 18:34:07 2023-05-10 18:34:06,987 [execute] INFO git fetch -v origin 18:34:07 2023-05-10 18:34:06,987 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=True, shell=None, istream=None) 18:34:07 2023-05-10 18:34:07,463 [run_push] DEBUG no remote changes detected 18:34:07 2023-05-10 18:34:07,464 [execute] INFO git push origin semver 18:34:07 2023-05-10 18:34:07,464 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/521/.semver, universal_newlines=False, shell=None, istream=None) 18:34:08 2023-05-10 18:34:08,352 [run_push] DEBUG push all version tags 18:34:08 2023-05-10 18:34:08,352 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:34:08 2023-05-10 18:34:08,353 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/521, universal_newlines=False, shell=None, istream=None) 18:34:09 2023-05-10 18:34:09,289 [read_version] DEBUG read version from /w/workspace/edgex-go/521/.semver/main 18:34:09 3.0.0-dev.156 [Pipeline] } 18:34:09 $ docker exec --env ******** --env ******** 59827b9c8bb522e83a1991c33bf78c24754c161bcd77851ee48a20dc53fba23e ssh-agent -k 18:34:09 unset SSH_AUTH_SOCK; 18:34:09 unset SSH_AGENT_PID; 18:34:09 echo Agent pid 37 killed; 18:34:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:34:09 + git semver [Pipeline] } 18:34:10 $ docker stop --time=1 59827b9c8bb522e83a1991c33bf78c24754c161bcd77851ee48a20dc53fba23e 18:34:11 $ docker rm -f --volumes 59827b9c8bb522e83a1991c33bf78c24754c161bcd77851ee48a20dc53fba23e [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 18:34:12 + [ -d /w/workspace/edgex-go/521/archives ] [Pipeline] libraryResource [Pipeline] sh 18:34:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:34:13 ---> package-listing.sh 18:34:13 ++ facter osfamily 18:34:13 ++ tr '[:upper:]' '[:lower:]' 18:34:13 + OS_FAMILY=debian 18:34:13 + workspace=/w/workspace/edgex-go/521 18:34:13 + START_PACKAGES=/tmp/packages_start.txt 18:34:13 + END_PACKAGES=/tmp/packages_end.txt 18:34:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:13 + PACKAGES=/tmp/packages_start.txt 18:34:13 + '[' /w/workspace/edgex-go/521 ']' 18:34:13 + PACKAGES=/tmp/packages_end.txt 18:34:13 + case "${OS_FAMILY}" in 18:34:13 + dpkg -l 18:34:13 + grep '^ii' 18:34:13 + '[' -f /tmp/packages_start.txt ']' 18:34:13 + '[' -f /tmp/packages_end.txt ']' 18:34:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:34:13 + '[' /w/workspace/edgex-go/521 ']' 18:34:13 + mkdir -p /w/workspace/edgex-go/521/archives/ 18:34:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/521/archives/ [Pipeline] echo 18:34:13 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/521/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:34:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:14 18:34:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:34:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:14 latest: Pulling from edgex-lftools-log-publisher 18:34:14 5eb5b503b376: Pulling fs layer 18:34:14 5c69ac0246d0: Pulling fs layer 18:34:14 ec43610c2a17: Pulling fs layer 18:34:14 3a2ae6a8a46f: Pulling fs layer 18:34:14 33b1e0a273af: Pulling fs layer 18:34:14 5d3b04190fa2: Pulling fs layer 18:34:14 2f39f015ded8: Pulling fs layer 18:34:14 33b1e0a273af: Waiting 18:34:14 2f39f015ded8: Waiting 18:34:14 5d3b04190fa2: Waiting 18:34:14 3a2ae6a8a46f: Waiting 18:34:14 5c69ac0246d0: Verifying Checksum 18:34:14 5c69ac0246d0: Download complete 18:34:14 3a2ae6a8a46f: Download complete 18:34:14 ec43610c2a17: Verifying Checksum 18:34:14 ec43610c2a17: Download complete 18:34:14 33b1e0a273af: Verifying Checksum 18:34:14 33b1e0a273af: Download complete 18:34:14 5d3b04190fa2: Verifying Checksum 18:34:14 5d3b04190fa2: Download complete 18:34:14 5eb5b503b376: Verifying Checksum 18:34:14 5eb5b503b376: Download complete 18:34:15 2f39f015ded8: Download complete 18:34:15 5eb5b503b376: Pull complete 18:34:15 5c69ac0246d0: Pull complete 18:34:16 ec43610c2a17: Pull complete 18:34:16 3a2ae6a8a46f: Pull complete 18:34:16 33b1e0a273af: Pull complete 18:34:16 5d3b04190fa2: Pull complete 18:34:20 2f39f015ded8: Pull complete 18:34:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:34:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:34:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:21 prd-ubuntu20.04-docker-8c-8g-14922 does not seem to be running inside a container 18:34:21 $ 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/521/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/521 -v /w/workspace/edgex-go/521:/w/workspace/edgex-go/521:rw,z -v /w/workspace/edgex-go/521@tmp:/w/workspace/edgex-go/521@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:34:23 $ docker top 4ee447982edb3ee8757a4227dc4172bd6d730e77e10014b51c2c0f2ffcfcff5d -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:24 + touch /tmp/pre-build-complete [Pipeline] sh 18:34:24 + mkdir -p /var/log/sysstat [Pipeline] sh 18:34:24 + ls /var/log/sa-host 18:34:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:34:24 provisioning config files... 18:34:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/521@tmp/config6477171420721071191tmp [Pipeline] { [Pipeline] echo 18:34:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:34:25 ---> create-netrc.sh [Pipeline] } 18:34:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:34:25 ---> python-tools-install.sh [Pipeline] echo 18:34:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:34:25 ---> sudo-logs.sh 18:34:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:34:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:34:26 ---> job-cost.sh 18:34:26 lf-activate-venv: SKIPPING 18:34:26 DEBUG: total: 0.10999999940395355 18:34:26 INFO: Retrieving Stack Cost... 18:34:28 INFO: Retrieving Pricing Info for: v3-standard-8 18:34:28 INFO: Archiving Costs [Pipeline] echo 18:34:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:34:28 ---> logs-deploy.sh 18:34:28 lf-activate-venv: SKIPPING 18:34:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/521 18:34:28 INFO: archiving workspace using pattern(s): 18:34:29 Archives upload complete. 18:34:29 INFO: archiving logs to Nexus 18:34:30 ---> uname -a: 18:34:30 Linux prd-ubuntu20-04-docker-8c-8g-14922 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:34:30 18:34:30 18:34:30 ---> lscpu: 18:34:30 Architecture: x86_64 18:34:30 CPU op-mode(s): 32-bit, 64-bit 18:34:30 Byte Order: Little Endian 18:34:30 Address sizes: 40 bits physical, 48 bits virtual 18:34:30 CPU(s): 8 18:34:30 On-line CPU(s) list: 0-7 18:34:30 Thread(s) per core: 1 18:34:30 Core(s) per socket: 1 18:34:30 Socket(s): 8 18:34:30 NUMA node(s): 1 18:34:30 Vendor ID: AuthenticAMD 18:34:30 CPU family: 23 18:34:30 Model: 49 18:34:30 Model name: AMD EPYC-Rome Processor 18:34:30 Stepping: 0 18:34:30 CPU MHz: 2800.000 18:34:30 BogoMIPS: 5600.00 18:34:30 Virtualization: AMD-V 18:34:30 Hypervisor vendor: KVM 18:34:30 Virtualization type: full 18:34:30 L1d cache: 256 KiB 18:34:30 L1i cache: 256 KiB 18:34:30 L2 cache: 4 MiB 18:34:30 L3 cache: 128 MiB 18:34:30 NUMA node0 CPU(s): 0-7 18:34:30 Vulnerability Itlb multihit: Not affected 18:34:30 Vulnerability L1tf: Not affected 18:34:30 Vulnerability Mds: Not affected 18:34:30 Vulnerability Meltdown: Not affected 18:34:30 Vulnerability Mmio stale data: Not affected 18:34:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:34:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:34:30 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:34:30 Vulnerability Srbds: Not affected 18:34:30 Vulnerability Tsx async abort: Not affected 18:34:30 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 18:34:30 18:34:30 18:34:30 ---> nproc: 18:34:30 8 18:34:30 18:34:30 18:34:30 ---> df -h: 18:34:30 Filesystem Size Used Avail Use% Mounted on 18:34:30 overlay 155G 21G 135G 14% / 18:34:30 tmpfs 64M 0 64M 0% /dev 18:34:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:34:30 shm 64M 0 64M 0% /dev/shm 18:34:30 /dev/vda1 155G 21G 135G 14% /facter-os 18:34:30 18:34:30 18:34:30 ---> sar -b -r -n DEV: 18:34:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-14922) 05/10/23 _x86_64_ (8 CPU) 18:34:30 18:34:30 18:02:15 LINUX RESTART (8 CPU) 18:34:30 18:34:30 18:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:34:30 18:04:01 138.31 3.55 134.76 0.00 419.00 67241.86 0.00 18:34:30 18:05:01 29.61 0.00 29.61 0.00 0.00 17689.19 0.00 18:34:30 18:06:01 80.88 0.25 80.63 0.00 5.33 34856.27 0.00 18:34:30 18:07:01 563.60 9.56 554.03 0.00 94.77 203209.86 0.00 18:34:30 18:08:01 817.66 11.78 805.88 0.00 3206.53 255851.22 0.00 18:34:30 18:09:01 831.03 1.85 829.18 0.00 264.76 264501.65 0.00 18:34:30 18:10:01 895.93 0.27 895.67 0.00 10.40 195008.17 0.00 18:34:30 18:11:01 27.96 0.05 27.91 0.00 11.20 889.72 0.00 18:34:30 18:12:01 12.46 0.02 12.45 0.00 2.27 322.48 0.00 18:34:30 18:13:02 2.13 0.00 2.13 0.00 0.00 23.46 0.00 18:34:30 18:14:01 0.98 0.00 0.98 0.00 0.00 10.44 0.00 18:34:30 18:15:01 1.92 0.00 1.92 0.00 0.00 24.80 0.00 18:34:30 18:16:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 18:34:30 18:17:01 1.38 0.02 1.37 0.00 0.13 15.33 0.00 18:34:30 18:18:01 2.03 0.02 2.02 0.00 0.13 25.60 0.00 18:34:30 18:19:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 18:34:30 18:20:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 18:34:30 18:21:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 18:34:30 18:22:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 18:34:30 18:23:01 1.50 0.00 1.50 0.00 0.00 17.73 0.00 18:34:30 18:24:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 18:34:30 18:25:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 18:34:30 18:26:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 18:34:30 18:27:01 1.60 0.00 1.60 0.00 0.00 17.33 0.00 18:34:30 18:28:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 18:34:30 18:29:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 18:34:30 18:30:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 18:34:30 18:31:01 3.20 1.60 1.60 0.00 36.25 19.99 0.00 18:34:30 18:32:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 18:34:30 18:33:01 1.77 0.00 1.77 0.00 0.00 20.00 0.00 18:34:30 18:34:01 125.11 0.35 124.76 0.00 12.26 57018.36 0.00 18:34:30 Average: 114.66 0.95 113.72 0.00 131.13 35402.92 0.00 18:34:30 18:34:30 18:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:34:30 18:04:01 27939636 31377080 931744 2.83 112304 3526764 2276552 6.71 1529412 2970424 344048 18:34:30 18:05:01 27609164 31274408 1031808 3.14 114828 3737952 2476848 7.30 1653692 3162192 290336 18:34:30 18:06:01 27918392 31534348 773472 2.35 117732 3691272 1853892 5.46 1271348 3242680 488 18:34:30 18:07:01 21348472 31418780 872668 2.65 286380 9644588 2708400 7.98 1852080 8877692 2577276 18:34:30 18:08:01 20502604 31451156 821468 2.50 317592 10446852 2154216 6.35 2259376 9251692 14632 18:34:30 18:09:01 18138208 31110584 1148412 3.49 348552 12275896 2731616 8.05 2872340 10819044 197196 18:34:30 18:10:01 18747368 31488328 782172 2.38 378808 12019984 2034520 6.00 2443376 10664016 256 18:34:30 18:11:01 18767080 31510588 759508 2.31 380152 12021192 1986852 5.86 2425124 10664500 688 18:34:30 18:12:01 18779752 31523868 745996 2.27 380616 12021336 1809836 5.33 2409568 10664556 68 18:34:30 18:13:02 18780060 31524264 745592 2.27 380660 12021344 1809836 5.33 2409972 10664564 168 18:34:30 18:14:01 18784052 31528260 741580 2.26 380680 12021348 1809836 5.33 2405080 10664568 16 18:34:30 18:15:01 18786228 31530456 739668 2.25 380704 12021348 1809836 5.33 2403604 10664580 8 18:34:30 18:16:01 18787660 31531932 738132 2.24 380716 12021352 1809836 5.33 2402296 10664584 168 18:34:30 18:17:01 18787360 31531636 738348 2.25 380724 12021348 1826092 5.38 2402564 10664584 172 18:34:30 18:18:01 18786540 31530852 738940 2.25 380744 12021332 1879448 5.54 2402148 10664564 24 18:34:30 18:19:01 18786540 31530852 738872 2.25 380776 12021332 1879448 5.54 2402016 10664564 8 18:34:30 18:20:01 18786304 31530652 739072 2.25 380792 12021336 1879448 5.54 2402056 10664568 8 18:34:30 18:21:01 18786192 31530564 739088 2.25 380816 12021344 1879448 5.54 2402088 10664572 24 18:34:30 18:22:01 18786208 31530612 739032 2.25 380836 12021344 1879448 5.54 2402100 10664576 12 18:34:30 18:23:01 18786628 31531108 738696 2.25 380868 12021348 1879448 5.54 2402192 10664604 12 18:34:30 18:24:01 18786636 31531120 738636 2.25 380884 12021348 1879448 5.54 2402152 10664604 8 18:34:30 18:25:01 18786476 31530980 738912 2.25 380908 12021352 1879448 5.54 2402288 10664608 12 18:34:30 18:26:01 18786572 31531108 738784 2.25 380916 12021360 1879448 5.54 2402300 10664612 12 18:34:30 18:27:01 18786524 31531068 738748 2.25 380944 12021356 1879448 5.54 2402196 10664612 16 18:34:30 18:28:01 18786888 31531468 738300 2.25 380960 12021364 1879448 5.54 2402312 10664620 12 18:34:30 18:29:01 18787080 31531680 738232 2.25 380980 12021368 1879448 5.54 2402464 10664624 8 18:34:30 18:30:01 18787096 31531720 738168 2.24 380996 12021372 1879448 5.54 2402544 10664628 16 18:34:30 18:31:01 18779788 31526592 743116 2.26 381020 12022460 1895508 5.59 2410184 10664964 16 18:34:30 18:32:01 18780008 31526812 742808 2.26 381032 12022460 1895508 5.59 2409828 10664960 12 18:34:30 18:33:01 18779700 31526536 743048 2.26 381056 12022456 1895508 5.59 2409856 10664964 8 18:34:30 18:34:01 17263952 31486460 780472 2.37 425136 13330352 1899044 5.60 2551816 11910300 104 18:34:30 Average: 19725973 31493738 780113 2.37 350326 11134447 1971502 5.81 2314528 9876923 110511 18:34:30 18:34:30 18:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:34:30 18:04:01 ens3 711.61 697.97 7707.04 82.49 0.00 0.00 0.00 0.00 18:34:30 18:04:01 vethf773f68 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:34:30 18:04:01 docker0 580.05 510.68 43.23 3425.21 0.00 0.00 0.00 0.00 18:34:30 18:04:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 18:34:30 18:05:01 ens3 49.20 44.54 27.59 112.77 0.00 0.00 0.00 0.00 18:34:30 18:05:01 vethf773f68 0.97 1.00 0.08 0.09 0.00 0.00 0.00 0.00 18:34:30 18:05:01 docker0 0.97 0.97 0.07 0.08 0.00 0.00 0.00 0.00 18:34:30 18:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:06:01 ens3 85.25 53.52 1693.49 18.89 0.00 0.00 0.00 0.00 18:34:30 18:06:01 veth72bf1f2 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 18:34:30 18:06:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:06:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 18:34:30 18:07:01 ens3 936.32 474.19 6339.73 54.68 0.00 0.00 0.00 0.00 18:34:30 18:07:01 vethc66af05 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 18:34:30 18:07:01 docker0 457.16 909.58 38.83 6306.73 0.00 0.00 0.00 0.00 18:34:30 18:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:08:01 ens3 204.95 104.42 2686.90 23.73 0.00 0.00 0.00 0.00 18:34:30 18:08:01 vethc66af05 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 18:34:30 18:08:01 docker0 14.68 30.14 0.95 366.70 0.00 0.00 0.00 0.00 18:34:30 18:08:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 18:34:30 18:09:01 ens3 475.65 230.58 2583.75 36.88 0.00 0.00 0.00 0.00 18:34:30 18:09:01 vethfc96f7e 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:34:30 18:09:01 vethc66af05 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 18:34:30 18:09:01 docker0 203.88 433.68 16.00 2551.21 0.00 0.00 0.00 0.00 18:34:30 18:09:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 18:34:30 18:10:01 ens3 279.27 172.24 1434.98 211.55 0.00 0.00 0.00 0.00 18:34:30 18:10:01 docker0 97.77 210.83 7.84 1393.49 0.00 0.00 0.00 0.00 18:34:30 18:10:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 18:34:30 18:11:01 ens3 460.06 480.39 250.63 2378.81 0.00 0.00 0.00 0.00 18:34:30 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:11:01 lo 52.59 52.59 5.18 5.18 0.00 0.00 0.00 0.00 18:34:30 18:12:01 ens3 182.59 186.65 89.54 1187.78 0.00 0.00 0.00 0.00 18:34:30 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:12:01 lo 16.46 16.46 1.62 1.62 0.00 0.00 0.00 0.00 18:34:30 18:13:02 ens3 1.82 1.62 8.44 0.18 0.00 0.00 0.00 0.00 18:34:30 18:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:13:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:14:01 ens3 1.27 0.83 6.02 0.06 0.00 0.00 0.00 0.00 18:34:30 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:18:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:34:30 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:20:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:21:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:23:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 18:34:30 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:24:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:25:01 ens3 1.55 0.57 0.55 0.29 0.00 0.00 0.00 0.00 18:34:30 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:26:01 ens3 0.68 0.52 0.35 0.28 0.00 0.00 0.00 0.00 18:34:30 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:27:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:28:01 ens3 0.80 0.15 0.13 0.07 0.00 0.00 0.00 0.00 18:34:30 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:29:01 ens3 1.38 0.67 0.47 0.29 0.00 0.00 0.00 0.00 18:34:30 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:30:01 ens3 0.42 0.20 0.25 0.19 0.00 0.00 0.00 0.00 18:34:30 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:31:01 ens3 8.83 6.90 5.78 6.55 0.00 0.00 0.00 0.00 18:34:30 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:31:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:34:30 18:32:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:33:01 ens3 0.32 0.20 0.09 0.07 0.00 0.00 0.00 0.00 18:34:30 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:34:30 18:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:34:30 18:34:01 ens3 355.97 232.84 7772.55 144.93 0.00 0.00 0.00 0.00 18:34:30 18:34:01 docker0 37.09 66.79 3.10 580.69 0.00 0.00 0.00 0.00 18:34:30 18:34:01 lo 2.33 2.33 0.24 0.24 0.00 0.00 0.00 0.00 18:34:30 Average: ens3 121.33 86.81 987.88 137.51 0.00 0.00 0.00 0.00 18:34:30 Average: docker0 44.92 69.80 3.55 472.01 0.00 0.00 0.00 0.00 18:34:30 Average: lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 18:34:30 18:34:30 18:34:30 ---> sar -P ALL: 18:34:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-14922) 05/10/23 _x86_64_ (8 CPU) 18:34:30 18:34:30 18:02:15 LINUX RESTART (8 CPU) 18:34:30 18:34:30 18:03:01 CPU %user %nice %system %iowait %steal %idle 18:34:30 18:04:01 all 22.25 0.00 5.72 2.09 0.09 69.86 18:34:30 18:04:01 0 22.16 0.00 5.23 0.57 0.08 71.95 18:34:30 18:04:01 1 22.76 0.00 5.71 4.81 0.08 66.64 18:34:30 18:04:01 2 23.07 0.00 5.12 0.17 0.08 71.56 18:34:30 18:04:01 3 21.90 0.00 5.18 2.17 0.10 70.65 18:34:30 18:04:01 4 25.14 0.00 6.05 1.37 0.08 67.36 18:34:30 18:04:01 5 20.20 0.00 6.66 1.88 0.08 71.18 18:34:30 18:04:01 6 21.76 0.00 5.51 0.12 0.07 72.54 18:34:30 18:04:01 7 20.98 0.00 6.27 5.66 0.10 66.99 18:34:30 18:05:01 all 25.32 0.00 4.39 0.58 0.08 69.63 18:34:30 18:05:01 0 25.35 0.00 4.00 0.15 0.08 70.42 18:34:30 18:05:01 1 24.20 0.00 4.64 1.93 0.08 69.14 18:34:30 18:05:01 2 23.43 0.00 3.65 0.03 0.07 72.83 18:34:30 18:05:01 3 24.85 0.00 4.37 0.02 0.08 70.68 18:34:30 18:05:01 4 25.72 0.00 3.79 0.07 0.07 70.35 18:34:30 18:05:01 5 28.55 0.00 4.77 2.47 0.08 64.12 18:34:30 18:05:01 6 26.38 0.00 5.19 0.00 0.07 68.36 18:34:30 18:05:01 7 24.10 0.00 4.72 0.00 0.07 71.11 18:34:30 18:06:01 all 38.85 0.00 6.00 1.40 0.08 53.67 18:34:30 18:06:01 0 39.46 0.00 6.79 1.00 0.08 52.67 18:34:30 18:06:01 1 38.60 0.00 6.22 6.86 0.08 48.24 18:34:30 18:06:01 2 39.74 0.00 5.81 0.10 0.08 54.26 18:34:30 18:06:01 3 38.40 0.00 5.43 0.47 0.08 55.62 18:34:30 18:06:01 4 39.22 0.00 6.23 0.37 0.08 54.09 18:34:30 18:06:01 5 39.03 0.00 5.42 0.07 0.08 55.40 18:34:30 18:06:01 6 36.84 0.00 6.18 2.16 0.08 54.74 18:34:30 18:06:01 7 39.53 0.00 5.89 0.15 0.08 54.35 18:34:30 18:07:01 all 15.17 0.00 10.41 9.83 0.09 64.50 18:34:30 18:07:01 0 16.70 0.00 9.41 5.79 0.08 68.01 18:34:30 18:07:01 1 15.80 0.00 10.76 3.51 0.07 69.87 18:34:30 18:07:01 2 13.37 0.00 11.27 29.93 0.10 45.33 18:34:30 18:07:01 3 14.57 0.00 10.03 2.94 0.09 72.37 18:34:30 18:07:01 4 14.99 0.00 10.13 4.72 0.09 70.08 18:34:30 18:07:01 5 16.44 0.00 10.50 4.08 0.09 68.90 18:34:30 18:07:01 6 14.33 0.00 10.16 22.73 0.09 52.70 18:34:30 18:07:01 7 15.19 0.00 11.00 4.99 0.12 68.71 18:34:30 18:08:01 all 49.41 0.00 11.44 10.10 0.14 28.91 18:34:30 18:08:01 0 50.45 0.00 12.18 6.70 0.12 30.55 18:34:30 18:08:01 1 48.49 0.00 13.20 8.09 0.14 30.08 18:34:30 18:08:01 2 48.86 0.00 12.02 19.66 0.19 19.28 18:34:30 18:08:01 3 49.81 0.00 11.48 12.18 0.15 26.37 18:34:30 18:08:01 4 49.84 0.00 10.47 7.85 0.14 31.70 18:34:30 18:08:01 5 47.28 0.00 10.29 13.14 0.10 29.19 18:34:30 18:08:01 6 49.75 0.00 10.19 5.45 0.12 34.50 18:34:30 18:08:01 7 50.80 0.00 11.72 7.87 0.14 29.48 18:34:30 18:09:01 all 51.18 0.00 14.39 12.37 0.23 21.83 18:34:30 18:09:01 0 50.53 0.00 15.18 11.50 0.21 22.59 18:34:30 18:09:01 1 52.14 0.00 14.80 8.10 0.25 24.71 18:34:30 18:09:01 2 50.13 0.00 13.37 14.88 0.23 21.39 18:34:30 18:09:01 3 51.72 0.00 15.17 11.71 0.21 21.19 18:34:30 18:09:01 4 50.98 0.00 13.12 9.65 0.21 26.05 18:34:30 18:09:01 5 49.28 0.00 13.55 19.18 0.23 17.77 18:34:30 18:09:01 6 50.17 0.00 14.63 14.18 0.24 20.79 18:34:30 18:09:01 7 54.52 0.00 15.30 9.70 0.24 20.24 18:34:30 18:10:01 all 38.14 0.00 11.41 10.99 0.18 39.29 18:34:30 18:10:01 0 34.90 0.00 10.33 20.39 0.16 34.22 18:34:30 18:10:01 1 40.24 0.00 13.12 11.12 0.23 35.30 18:34:30 18:10:01 2 39.28 0.00 11.98 7.32 0.17 41.24 18:34:30 18:10:01 3 40.51 0.00 12.60 7.23 0.19 39.47 18:34:30 18:10:01 4 35.31 0.00 10.38 8.85 0.16 45.31 18:34:30 18:10:01 5 39.21 0.00 10.68 12.82 0.17 37.12 18:34:30 18:10:01 6 36.21 0.00 10.06 8.14 0.15 45.43 18:34:30 18:10:01 7 39.51 0.00 12.18 12.00 0.19 36.12 18:34:30 18:11:01 all 7.61 0.00 1.09 0.08 0.06 91.15 18:34:30 18:11:01 0 5.72 0.00 1.12 0.02 0.03 93.11 18:34:30 18:11:01 1 7.86 0.00 0.97 0.07 0.05 91.05 18:34:30 18:11:01 2 6.45 0.00 0.89 0.43 0.03 92.19 18:34:30 18:11:01 3 9.35 0.00 1.19 0.05 0.08 89.33 18:34:30 18:11:01 4 5.92 0.00 0.78 0.00 0.07 93.23 18:34:30 18:11:01 5 8.70 0.00 1.11 0.02 0.07 90.10 18:34:30 18:11:01 6 8.12 0.00 0.98 0.03 0.05 90.81 18:34:30 18:11:01 7 8.79 0.00 1.71 0.03 0.08 89.38 18:34:30 18:12:01 all 4.66 0.00 0.44 0.03 0.04 94.84 18:34:30 18:12:01 0 2.97 0.00 0.33 0.00 0.03 96.66 18:34:30 18:12:01 1 3.68 0.00 0.43 0.00 0.03 95.85 18:34:30 18:12:01 2 6.84 0.00 0.38 0.02 0.05 92.72 18:34:30 18:12:01 3 6.72 0.00 0.64 0.15 0.05 92.45 18:34:30 18:12:01 4 0.85 0.00 0.22 0.00 0.02 98.92 18:34:30 18:12:01 5 7.37 0.00 0.47 0.00 0.03 92.13 18:34:30 18:12:01 6 7.18 0.00 0.47 0.00 0.03 92.32 18:34:30 18:12:01 7 1.67 0.00 0.55 0.03 0.03 97.71 18:34:30 18:13:02 all 0.12 0.00 0.02 0.01 0.01 99.85 18:34:30 18:13:02 0 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:13:02 1 0.02 0.00 0.03 0.03 0.00 99.92 18:34:30 18:13:02 2 0.68 0.00 0.03 0.00 0.02 99.27 18:34:30 18:13:02 3 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:13:02 4 0.02 0.00 0.00 0.02 0.00 99.97 18:34:30 18:13:02 5 0.07 0.00 0.03 0.00 0.03 99.87 18:34:30 18:13:02 6 0.03 0.00 0.00 0.00 0.02 99.95 18:34:30 18:13:02 7 0.08 0.00 0.03 0.00 0.02 99.87 18:34:30 18:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:34:30 18:14:01 0 0.05 0.00 0.00 0.00 0.02 99.93 18:34:30 18:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:34:30 18:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:34:30 18:14:01 4 0.02 0.00 0.02 0.02 0.00 99.95 18:34:30 18:14:01 5 0.05 0.00 0.00 0.00 0.00 99.95 18:34:30 18:14:01 6 0.07 0.00 0.00 0.00 0.00 99.93 18:34:30 18:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:34:30 18:34:30 18:14:01 CPU %user %nice %system %iowait %steal %idle 18:34:30 18:15:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:34:30 18:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:15:01 2 1.06 0.00 0.02 0.00 0.00 98.92 18:34:30 18:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:15:01 5 0.02 0.00 0.05 0.00 0.03 99.90 18:34:30 18:15:01 6 0.00 0.00 0.03 0.00 0.00 99.97 18:34:30 18:15:01 7 0.02 0.00 0.02 0.03 0.00 99.93 18:34:30 18:16:01 all 0.04 0.00 0.02 0.05 0.01 99.87 18:34:30 18:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:34:30 18:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:34:30 18:16:01 2 0.15 0.00 0.08 0.00 0.02 99.75 18:34:30 18:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:16:01 4 0.00 0.00 0.02 0.10 0.00 99.88 18:34:30 18:16:01 5 0.08 0.00 0.05 0.00 0.02 99.85 18:34:30 18:16:01 6 0.05 0.00 0.00 0.00 0.02 99.93 18:34:30 18:16:01 7 0.00 0.00 0.00 0.33 0.02 99.65 18:34:30 18:17:01 all 0.03 0.00 0.02 0.00 0.00 99.94 18:34:30 18:17:01 0 0.05 0.00 0.02 0.00 0.00 99.93 18:34:30 18:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:17:01 3 0.02 0.00 0.03 0.02 0.00 99.93 18:34:30 18:17:01 4 0.05 0.00 0.02 0.02 0.02 99.90 18:34:30 18:17:01 5 0.05 0.00 0.02 0.00 0.00 99.93 18:34:30 18:17:01 6 0.02 0.00 0.03 0.00 0.00 99.95 18:34:30 18:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:18:01 all 0.05 0.00 0.04 0.00 0.01 99.90 18:34:30 18:18:01 0 0.03 0.00 0.05 0.00 0.02 99.90 18:34:30 18:18:01 1 0.08 0.00 0.02 0.00 0.00 99.90 18:34:30 18:18:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:34:30 18:18:01 3 0.07 0.00 0.03 0.02 0.00 99.88 18:34:30 18:18:01 4 0.02 0.00 0.03 0.02 0.00 99.93 18:34:30 18:18:01 5 0.08 0.00 0.05 0.00 0.03 99.83 18:34:30 18:18:01 6 0.03 0.00 0.03 0.00 0.00 99.93 18:34:30 18:18:01 7 0.03 0.00 0.05 0.00 0.00 99.92 18:34:30 18:19:01 all 0.03 0.00 0.01 0.02 0.01 99.93 18:34:30 18:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:19:01 2 0.07 0.00 0.02 0.00 0.02 99.90 18:34:30 18:19:01 3 0.00 0.00 0.00 0.13 0.00 99.87 18:34:30 18:19:01 4 0.00 0.00 0.02 0.02 0.00 99.97 18:34:30 18:19:01 5 0.03 0.00 0.02 0.00 0.02 99.93 18:34:30 18:19:01 6 0.05 0.00 0.02 0.00 0.02 99.92 18:34:30 18:19:01 7 0.05 0.00 0.02 0.00 0.02 99.92 18:34:30 18:20:01 all 0.24 0.00 0.01 0.00 0.01 99.75 18:34:30 18:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:34:30 18:20:01 2 1.76 0.00 0.00 0.00 0.00 98.24 18:34:30 18:20:01 3 0.00 0.00 0.02 0.02 0.02 99.95 18:34:30 18:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:34:30 18:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:20:01 7 0.05 0.00 0.00 0.00 0.00 99.95 18:34:30 18:21:01 all 0.09 0.00 0.02 0.00 0.00 99.89 18:34:30 18:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:21:01 2 0.52 0.00 0.07 0.00 0.00 99.42 18:34:30 18:21:01 3 0.02 0.00 0.02 0.02 0.00 99.95 18:34:30 18:21:01 4 0.02 0.00 0.00 0.02 0.00 99.97 18:34:30 18:21:01 5 0.07 0.00 0.02 0.00 0.02 99.90 18:34:30 18:21:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:22:01 all 0.11 0.00 0.02 0.00 0.01 99.86 18:34:30 18:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:34:30 18:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:22:01 2 0.70 0.00 0.02 0.00 0.02 99.27 18:34:30 18:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:22:01 4 0.03 0.00 0.03 0.00 0.02 99.92 18:34:30 18:22:01 5 0.03 0.00 0.05 0.00 0.02 99.90 18:34:30 18:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:23:01 all 0.28 0.00 0.01 0.01 0.00 99.70 18:34:30 18:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:23:01 2 2.00 0.00 0.02 0.00 0.00 97.98 18:34:30 18:23:01 3 0.03 0.00 0.02 0.02 0.00 99.93 18:34:30 18:23:01 4 0.02 0.00 0.00 0.05 0.00 99.93 18:34:30 18:23:01 5 0.03 0.00 0.02 0.00 0.02 99.93 18:34:30 18:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:34:30 18:23:01 7 0.03 0.00 0.02 0.00 0.02 99.93 18:34:30 18:24:01 all 0.27 0.00 0.01 0.00 0.00 99.71 18:34:30 18:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:24:01 2 1.97 0.00 0.02 0.00 0.00 98.01 18:34:30 18:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:24:01 4 0.02 0.00 0.00 0.02 0.02 99.95 18:34:30 18:24:01 5 0.07 0.00 0.03 0.00 0.00 99.90 18:34:30 18:24:01 6 0.07 0.00 0.02 0.00 0.02 99.90 18:34:30 18:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:25:01 all 0.08 0.00 0.01 0.00 0.01 99.89 18:34:30 18:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 18:34:30 18:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:34:30 18:25:01 2 0.42 0.00 0.02 0.00 0.02 99.55 18:34:30 18:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:25:01 4 0.03 0.00 0.02 0.02 0.02 99.92 18:34:30 18:25:01 5 0.02 0.00 0.02 0.02 0.02 99.93 18:34:30 18:25:01 6 0.05 0.00 0.00 0.00 0.00 99.95 18:34:30 18:25:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:34:30 18:25:01 CPU %user %nice %system %iowait %steal %idle 18:34:30 18:26:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:34:30 18:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:34:30 18:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:26:01 3 0.00 0.00 0.02 0.00 0.02 99.97 18:34:30 18:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:27:01 all 0.03 0.00 0.01 0.00 0.01 99.94 18:34:30 18:27:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:34:30 18:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:27:01 4 0.05 0.00 0.05 0.02 0.02 99.87 18:34:30 18:27:01 5 0.02 0.00 0.00 0.02 0.00 99.97 18:34:30 18:27:01 6 0.10 0.00 0.02 0.00 0.00 99.88 18:34:30 18:27:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:34:30 18:28:01 all 0.03 0.00 0.02 0.01 0.00 99.94 18:34:30 18:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:34:30 18:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:28:01 4 0.07 0.00 0.05 0.02 0.02 99.85 18:34:30 18:28:01 5 0.02 0.00 0.02 0.05 0.02 99.90 18:34:30 18:28:01 6 0.08 0.00 0.00 0.00 0.00 99.92 18:34:30 18:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:29:01 all 0.03 0.00 0.01 0.01 0.00 99.94 18:34:30 18:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:29:01 1 0.05 0.00 0.00 0.00 0.00 99.95 18:34:30 18:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:29:01 4 0.10 0.00 0.03 0.08 0.02 99.77 18:34:30 18:29:01 5 0.00 0.00 0.02 0.02 0.00 99.97 18:34:30 18:29:01 6 0.07 0.00 0.02 0.00 0.00 99.92 18:34:30 18:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:34:30 18:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:34:30 18:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:34:30 18:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:34:30 18:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:34:30 18:30:01 4 0.10 0.00 0.03 0.00 0.02 99.85 18:34:30 18:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:31:01 all 0.31 0.00 0.05 0.01 0.00 99.62 18:34:30 18:31:01 0 0.33 0.00 0.05 0.02 0.00 99.60 18:34:30 18:31:01 1 0.15 0.00 0.07 0.00 0.00 99.78 18:34:30 18:31:01 2 0.32 0.00 0.07 0.02 0.00 99.60 18:34:30 18:31:01 3 0.17 0.00 0.05 0.00 0.00 99.78 18:34:30 18:31:01 4 0.10 0.00 0.07 0.02 0.02 99.80 18:34:30 18:31:01 5 0.02 0.00 0.02 0.03 0.02 99.92 18:34:30 18:31:01 6 1.07 0.00 0.02 0.00 0.00 98.92 18:34:30 18:31:01 7 0.37 0.00 0.08 0.02 0.00 99.53 18:34:30 18:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:34:30 18:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:34:30 18:32:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:34:30 18:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:32:01 4 0.07 0.00 0.02 0.00 0.02 99.90 18:34:30 18:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:34:30 18:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:34:30 18:33:01 all 0.05 0.00 0.01 0.00 0.00 99.94 18:34:30 18:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:34:30 18:33:01 2 0.18 0.00 0.00 0.00 0.02 99.80 18:34:30 18:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:34:30 18:33:01 4 0.07 0.00 0.03 0.02 0.02 99.87 18:34:30 18:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:34:30 18:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:34:30 18:34:01 all 8.58 0.00 3.70 2.00 0.05 85.66 18:34:30 18:34:01 0 7.80 0.00 3.62 0.03 0.05 88.50 18:34:30 18:34:01 1 8.70 0.00 3.65 0.07 0.07 87.52 18:34:30 18:34:01 2 8.87 0.00 3.52 1.13 0.03 86.45 18:34:30 18:34:01 3 9.78 0.00 3.25 0.37 0.05 86.55 18:34:30 18:34:01 4 8.77 0.00 3.94 7.73 0.05 79.51 18:34:30 18:34:01 5 7.99 0.00 4.49 6.23 0.07 81.23 18:34:30 18:34:01 6 8.26 0.00 3.16 0.10 0.05 88.43 18:34:30 18:34:01 7 8.51 0.00 3.95 0.41 0.05 87.08 18:34:30 Average: all 8.35 0.00 2.19 1.56 0.04 87.86 18:34:30 Average: 0 8.16 0.00 2.18 1.45 0.03 88.17 18:34:30 Average: 1 8.29 0.00 2.32 1.40 0.04 87.96 18:34:30 Average: 2 8.55 0.00 2.16 2.32 0.04 86.93 18:34:30 Average: 3 8.49 0.00 2.20 1.18 0.04 88.09 18:34:30 Average: 4 8.19 0.00 2.08 1.30 0.04 88.40 18:34:30 Average: 5 8.41 0.00 2.17 1.89 0.04 87.49 18:34:30 Average: 6 8.29 0.00 2.12 1.67 0.03 87.89 18:34:30 Average: 7 8.39 0.00 2.33 1.30 0.04 87.94 18:34:30 18:34:30 18:34:30