Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 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-ssh3131247258504696505.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh14666977931832542987.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh1841443839220159691.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4778387531944021906.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-ssh4781093212863402073.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-13268 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/512 [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/512 # 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 9f3a76adac1c477dc265c7be151b0f0ecbddfefb (main) Commit message: "Merge pull request #4549 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.80" > 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 9f3a76adac1c477dc265c7be151b0f0ecbddfefb # timeout=10 > git rev-list --no-walk 2c041b4147831fcebf0fc978f6893564dd995fd2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:39:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:39:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:39:05 ========================================================= 07:39:05 EdgeX Global Pipelines Version Info 07:39:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:39:05 ------------------- 07:39:05 stable info: 07:39:05 ------------------- 07:39:05 Commited By: Bill Mahoney bill.mahoney@intel.com 07:39:05 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 07:39:05 Message: update stable to v1.0.248 07:39:06 ------------------- 07:39:06 experimental info: 07:39:06 ------------------- 07:39:06 Commited By: **** collab-it+edgex@linuxfoundation.org 07:39:06 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 07:39:06 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f3a76a [Pipeline] echo 07:39:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:39:06 provisioning config files... 07:39:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config16310144718199284948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:07 ---> docker-login.sh 07:39:07 nexus3.edgexfoundry.org:10001 07:39:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:07 Configure a credential helper to remove this warning. See 07:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:07 07:39:07 Login Succeeded 07:39:07 nexus3.edgexfoundry.org:10002 07:39:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:07 Configure a credential helper to remove this warning. See 07:39:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:07 07:39:07 Login Succeeded 07:39:07 nexus3.edgexfoundry.org:10003 07:39:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:08 Configure a credential helper to remove this warning. See 07:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:08 07:39:08 Login Succeeded 07:39:08 nexus3.edgexfoundry.org:10004 07:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:08 Configure a credential helper to remove this warning. See 07:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:08 07:39:08 Login Succeeded 07:39:08 docker.io 07:39:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:08 Configure a credential helper to remove this warning. See 07:39:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:08 07:39:08 Login Succeeded 07:39:08 ---> docker-login.sh ends [Pipeline] } 07:39:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:08 + 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 07:39:08 + dirname cmd/core-command/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo core-command,cmd/core-command/Dockerfile 07:39:08 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:39:08 + cut+ -d/ -f2 07:39:08 dirname cmd/core-data/Dockerfile 07:39:08 + echo core-data,cmd/core-data/Dockerfile 07:39:08 + + dirname cmd/core-metadata/Dockerfile 07:39:08 cut -d/ -f2 07:39:08 + echo core-metadata,cmd/core-metadata/Dockerfile 07:39:08 + dirname cmd/security-bootstrapper/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:39:08 + dirname cmd/security-proxy-auth/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:39:08 + dirname cmd/security-proxy-setup/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:39:08 + dirname cmd/security-secretstore-setup/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:39:08 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:39:08 + dirname cmd/security-spire-agent/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:39:08 + dirname cmd/security-spire-config/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:39:08 + dirname cmd/security-spire-server/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:39:08 + dirname cmd/support-notifications/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo support-notifications,cmd/support-notifications/Dockerfile 07:39:08 + dirname cmd/support-scheduler/Dockerfile 07:39:08 + cut -d/ -f2 07:39:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:39:08 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 07:39:09 + git rev-list -1 --merges 9f3a76adac1c477dc265c7be151b0f0ecbddfefb~1..9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo 07:39:09 -----------> git rev-list -1 --merges 9f3a76adac1c477dc265c7be151b0f0ecbddfefb~1..9f3a76adac1c477dc265c7be151b0f0ecbddfefb 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:39:09 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [false] [Pipeline] sh 07:39:09 + git log --format=format:%s -1 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo 07:39:09 ========================================================= 07:39:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:39:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:39:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:39:10 + grep -v github /etc/ssh/ssh_known_hosts 07:39:10 + [ -e /tmp/ssh_known_hosts ] 07:39:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:39:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:39:10 + sudo tee -a /etc/ssh/ssh_known_hosts 07:39:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:10 07:39:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:10 0.1.4: Pulling from edgex-devops/py-git-semver 07:39:10 b85a868b505f: Pulling fs layer 07:39:10 e2be974225ed: Pulling fs layer 07:39:10 339a4e72a1f5: Pulling fs layer 07:39:10 988bab9f4d93: Pulling fs layer 07:39:10 1469e6f7b9e6: Pulling fs layer 07:39:10 eaf3925da568: Pulling fs layer 07:39:10 bab4dde63d76: Pulling fs layer 07:39:10 bde34c3a00c8: Pulling fs layer 07:39:10 b352a97aabf1: Pulling fs layer 07:39:10 4872d77fe225: Pulling fs layer 07:39:10 5851b861e8e6: Pulling fs layer 07:39:10 bde34c3a00c8: Waiting 07:39:10 b352a97aabf1: Waiting 07:39:10 1469e6f7b9e6: Waiting 07:39:10 eaf3925da568: Waiting 07:39:10 5851b861e8e6: Waiting 07:39:10 988bab9f4d93: Waiting 07:39:10 4872d77fe225: Waiting 07:39:10 e2be974225ed: Download complete 07:39:10 988bab9f4d93: Verifying Checksum 07:39:10 988bab9f4d93: Download complete 07:39:10 1469e6f7b9e6: Verifying Checksum 07:39:10 1469e6f7b9e6: Download complete 07:39:11 eaf3925da568: Download complete 07:39:11 339a4e72a1f5: Verifying Checksum 07:39:11 339a4e72a1f5: Download complete 07:39:11 bde34c3a00c8: Download complete 07:39:11 b352a97aabf1: Download complete 07:39:11 4872d77fe225: Verifying Checksum 07:39:11 4872d77fe225: Download complete 07:39:11 5851b861e8e6: Download complete 07:39:11 b85a868b505f: Verifying Checksum 07:39:11 b85a868b505f: Download complete 07:39:11 bab4dde63d76: Download complete 07:39:12 b85a868b505f: Pull complete 07:39:12 e2be974225ed: Pull complete 07:39:12 339a4e72a1f5: Pull complete 07:39:12 988bab9f4d93: Pull complete 07:39:13 1469e6f7b9e6: Pull complete 07:39:13 eaf3925da568: Pull complete 07:39:15 bab4dde63d76: Pull complete 07:39:15 bde34c3a00c8: Pull complete 07:39:15 b352a97aabf1: Pull complete 07:39:16 4872d77fe225: Pull complete 07:39:16 5851b861e8e6: Pull complete 07:39:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:17 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 07:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:39:22 $ docker top 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc -eo pid,comm 07:39:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:39:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:39:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:23 [ssh-agent] Looking for ssh-agent implementation... 07:39:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:23 $ docker exec 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent 07:39:23 SSH_AUTH_SOCK=/tmp/ssh-AmUuqcVlUNTv/agent.13 07:39:23 SSH_AGENT_PID=19 07:39:23 Running ssh-add (command line suppressed) 07:39:23 Identity added: /w/workspace/edgex-go/512@tmp/private_key_8197941929955078606.key (/w/workspace/edgex-go/512@tmp/private_key_8197941929955078606.key) 07:39:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:23 + git tag --points-at HEAD [Pipeline] } 07:39:23 $ docker exec --env ******** --env ******** 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent -k 07:39:23 unset SSH_AUTH_SOCK; 07:39:23 unset SSH_AGENT_PID; 07:39:23 echo Agent pid 19 killed; 07:39:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:39:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:23 [ssh-agent] Looking for ssh-agent implementation... 07:39:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:24 $ docker exec 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent 07:39:24 SSH_AUTH_SOCK=/tmp/ssh-fFPOipDNGFmX/agent.70 07:39:24 SSH_AGENT_PID=76 07:39:24 Running ssh-add (command line suppressed) 07:39:24 Identity added: /w/workspace/edgex-go/512@tmp/private_key_15991150253640279810.key (/w/workspace/edgex-go/512@tmp/private_key_15991150253640279810.key) 07:39:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:24 + git semver init 07:39:24 2023-05-04 07:39:24,811 [run_init] DEBUG init version:0.0.0 force:False 07:39:24 2023-05-04 07:39:24,811 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/512/.semver 07:39:24 2023-05-04 07:39:24,812 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/512/.semver 07:39:24 2023-05-04 07:39:24,812 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/512/.semver'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) 07:39:31 2023-05-04 07:39:30,181 [append_file] DEBUG append to file:/w/workspace/edgex-go/512/.git/info/exclude 07:39:31 2023-05-04 07:39:30,182 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/512/.semver/main with force:False 07:39:31 2023-05-04 07:39:30,182 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 07:39:31 2023-05-04 07:39:30,182 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 07:39:31 3.0.0-dev.147 [Pipeline] } 07:39:31 $ docker exec --env ******** --env ******** 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent -k 07:39:31 unset SSH_AUTH_SOCK; 07:39:31 unset SSH_AGENT_PID; 07:39:31 echo Agent pid 76 killed; 07:39:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:31 + git semver [Pipeline] } 07:39:32 $ docker stop --time=1 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc 07:39:34 $ docker rm -f --volumes 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc [Pipeline] // withDockerContainer [Pipeline] sh 07:39:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:39:34 Stashed 1 file(s) [Pipeline] echo 07:39:34 [edgeXSemver]: initialized semver on version 3.0.0-dev.147 [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 07:39:34 + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] echo 07:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:39:35 ========================================================= 07:39:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 07:39:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:39:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:39:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 07:39:35 f56be85fc22e: Pulling fs layer 07:39:35 85791d961cd3: Pulling fs layer 07:39:35 d694b5ae8c79: Pulling fs layer 07:39:35 9f32a84ed3da: Pulling fs layer 07:39:35 4d19c01a9841: Pulling fs layer 07:39:35 9325e15d5711: Pulling fs layer 07:39:35 556b6ee489ea: Pulling fs layer 07:39:35 c5a4b2cf53e6: Pulling fs layer 07:39:35 9f32a84ed3da: Waiting 07:39:35 4d19c01a9841: Waiting 07:39:35 c5a4b2cf53e6: Waiting 07:39:35 9325e15d5711: Waiting 07:39:35 556b6ee489ea: Waiting 07:39:35 85791d961cd3: Verifying Checksum 07:39:35 85791d961cd3: Download complete 07:39:35 9f32a84ed3da: Verifying Checksum 07:39:35 9f32a84ed3da: Download complete 07:39:35 4d19c01a9841: Verifying Checksum 07:39:35 4d19c01a9841: Download complete 07:39:35 f56be85fc22e: Verifying Checksum 07:39:35 f56be85fc22e: Download complete 07:39:35 9325e15d5711: Verifying Checksum 07:39:35 9325e15d5711: Download complete 07:39:35 f56be85fc22e: Pull complete 07:39:35 85791d961cd3: Pull complete 07:39:36 c5a4b2cf53e6: Verifying Checksum 07:39:36 c5a4b2cf53e6: Download complete 07:39:36 d694b5ae8c79: Verifying Checksum 07:39:36 d694b5ae8c79: Download complete 07:39:36 556b6ee489ea: Download complete 07:39:39 d694b5ae8c79: Pull complete 07:39:39 9f32a84ed3da: Pull complete 07:39:39 4d19c01a9841: Pull complete 07:39:39 9325e15d5711: Pull complete 07:39:41 556b6ee489ea: Pull complete 07:39:42 c5a4b2cf53e6: Pull complete 07:39:42 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 07:39:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:39:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 07:39:42 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:39:42 WORKDIR /edgex 07:39:42 COPY go.mod . 07:39:42 RUN go mod download 07:39:42 docker build -t ci-base-image-x86_64 -f - . 07:39:43 Sending build context to Docker daemon 170.7MB 07:39:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 07:39:43 ---> c4be618373d6 07:39:43 Step 2/4 : WORKDIR /edgex 07:39:49 Still waiting to schedule task 07:39:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:39:53 ---> Running in 55232debdf52 07:39:53 Removing intermediate container 55232debdf52 07:39:53 ---> 127445e4a47c 07:39:53 Step 3/4 : COPY go.mod . 07:39:53 ---> c313b396b4f2 07:39:53 Step 4/4 : RUN go mod download 07:39:53 ---> Running in 443b30b66baa 07:40:11 Removing intermediate container 443b30b66baa 07:40:11 ---> 24150b459f71 07:40:11 Successfully built 24150b459f71 07:40:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:11 + docker inspect -f . ci-base-image-x86_64 07:40:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:11 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 07:40:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:40:12 $ docker top 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:12 + go version 07:40:12 go version go1.20.2 linux/amd64 [Pipeline] } 07:40:12 $ docker stop --time=1 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d 07:40:14 $ docker rm -f --volumes 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:14 + docker inspect -f . ci-base-image-x86_64 07:40:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:14 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 07:40:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:40:15 $ docker top d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:40:15 ========================================================= 07:40:15 [edgeXBuildGoParallel] Running Tests and Build... 07:40:15 ========================================================= [Pipeline] sh 07:40:15 + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] fileExists [Pipeline] sh 07:40:16 + make test 07:40:16 go test -race -coverprofile=coverage.out ./... 07:40:22 ? github.com/edgexfoundry/edgex-go [no test files] 07:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:40:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 07:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:40:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:40:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:40:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:40:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:40:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.086s coverage: 28.7% of statements 07:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 98.5% of statements 07:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:40:44 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:40:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.082s coverage: 71.5% of statements 07:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 07:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.224s coverage: 88.5% of statements 07:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:40:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.363s coverage: 95.6% of statements 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:40:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:40:50 ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 72.2% of statements 07:40:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:40:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:40:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:40:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 65.9% of statements 07:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:40:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.064s coverage: 0.9% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 29.0% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 42.9% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 82.9% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 07:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:40:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 07:40:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:40:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 07:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 07:40:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 07:41:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:41:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:41:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 07:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:41:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:41:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13269 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:41:16 Running in /w/workspace/edgex-go/512 [Pipeline] { [Pipeline] checkout 07:41:16 The recommended git tool is: git 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.233s coverage: 79.9% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.063s coverage: 92.9% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 81.8% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 82.1% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 86.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.1% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.108s coverage: 92.3% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements 07:41:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.078s coverage: 97.7% of statements 07:41:18 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 07:41:18 running golangci-lint 07:41:18 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 07:41:18 go version go1.20.2 linux/amd64 07:41:18 level=info msg="[config_reader] Used config file .golangci.yml" 07:41:18 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 07:41:22 using credential edgex-jenkins-ssh 07:41:22 Cloning the remote Git repository 07:41:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:41:22 > git init /w/workspace/edgex-go/512 # timeout=10 07:41:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:41:22 > git --version # timeout=10 07:41:22 > git --version # 'git version 2.25.1' 07:41:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:32 level=info msg="[loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|deps|files|imports) took 13.582788135s" 07:41:32 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.496497ms" 07:41:38 level=info msg="[linters_context/goanalysis] analyzers took 1m5.290925589s with top 10 stages: buildir: 27.626006994s, fact_deprecated: 2.019902671s, inspect: 1.877967868s, gosec: 1.382342423s, ctrlflow: 1.109447877s, directives: 939.372731ms, printf: 935.545877ms, S1038: 865.093808ms, nilness: 776.069839ms, fact_purity: 748.852578ms" 07:41:38 level=info msg="[runner] Issues before processing: 203, after processing: 0" 07:41:38 level=info msg="[runner] Processors filtering stat (out/in): cgo: 203/203, path_prettifier: 203/203, exclude-rules: 23/203, filename_unadjuster: 203/203, skip_files: 203/203, nolint: 0/23, skip_dirs: 203/203, autogenerated_exclude: 203/203, identifier_marker: 203/203, exclude: 203/203" 07:41:38 level=info msg="[runner] processing took 17.223396ms with stages: nolint: 6.755909ms, identifier_marker: 5.058315ms, exclude-rules: 2.333058ms, path_prettifier: 1.223552ms, autogenerated_exclude: 1.208481ms, skip_dirs: 596.579µs, cgo: 33.262µs, filename_unadjuster: 9.68µs, max_same_issues: 930ns, uniq_by_line: 780ns, skip_files: 490ns, diff: 370ns, source_code: 360ns, exclude: 340ns, severity-rules: 260ns, sort_results: 260ns, path_shortener: 250ns, path_prefixer: 230ns, max_from_linter: 170ns, max_per_file_from_linter: 120ns" 07:41:38 level=info msg="[runner] linters took 6.591752618s with stages: goanalysis_metalinter: 6.574395884s" 07:41:38 level=info msg="File cache stats: 0 entries of total size 0B" 07:41:38 level=info msg="Memory: 204 samples, avg is 172.2MB, max is 727.0MB" 07:41:38 level=info msg="Execution took 20.226500403s" 07:41:38 go vet ./... 07:41:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:41:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:38 Avoid second fetch 07:41:38 Checking out Revision 9f3a76adac1c477dc265c7be151b0f0ecbddfefb (main) 07:41:39 Commit message: "Merge pull request #4549 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.80" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:41:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:41:40 % Total % Received % Xferd Average Speed Time Time Time Current 07:41:40 Dload Upload Total Spent Left Speed 07:41:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 07:41:38 > git config core.sparsecheckout # timeout=10 07:41:38 > git checkout -f 9f3a76adac1c477dc265c7be151b0f0ecbddfefb # timeout=10 07:41:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:41:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:41:41 + sudo tee /etc/docker/daemon.new 07:41:41 { 07:41:41 "registry-mirrors": [ 07:41:41 "https://nexus3.edgexfoundry.org:10001" 07:41:41 ], 07:41:41 "bip": "10.250.0.254/24", 07:41:41 "hosts": [ 07:41:41 "tcp://0.0.0.0:5555", 07:41:41 "unix:///var/run/docker.sock" 07:41:41 ], 07:41:41 "mtu": 1458, 07:41:41 "selinux-enabled": true, 07:41:41 "seccomp-profile": "/etc/docker/seccomp.json" 07:41:41 } [Pipeline] sh 07:41:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:41:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:41:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:41:41 ./bin/test-attribution-txt.sh [Pipeline] echo 07:41:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:41:41 + sudo service docker restart 07:41:42 + ls -al . 07:41:42 total 704 07:41:42 drwxrwxr-x 11 1001 1001 4096 May 4 07:40 . 07:41:42 drwxr-xr-x 4 root root 4096 May 4 07:40 .. 07:41:42 drwxrwxr-x 2 1001 1001 4096 May 4 07:39 .blubracket 07:41:42 -rw-rw-r-- 1 1001 1001 16 May 4 07:39 .dockerignore 07:41:42 drwxrwxr-x 8 1001 1001 4096 May 4 07:39 .git 07:41:42 drwxrwxr-x 3 1001 1001 4096 May 4 07:39 .github 07:41:42 -rw-rw-r-- 1 1001 1001 1133 May 4 07:39 .gitignore 07:41:42 -rw-rw-r-- 1 1001 1001 42 May 4 07:39 .golangci.yml 07:41:42 -rw-rw-r-- 1 1001 1001 87 May 4 07:39 .hadolint.yml 07:41:42 drwxr-xr-x 3 1001 1001 4096 May 4 07:39 .semver 07:41:42 -rw-rw-r-- 1 1001 1001 166 May 4 07:39 .sonarcloud.properties 07:41:42 -rw-rw-r-- 1 1001 1001 1171 May 4 07:39 ADOPTERS.md 07:41:42 -rw-rw-r-- 1 1001 1001 10835 May 4 07:39 Attribution.txt 07:41:42 -rw-rw-r-- 1 1001 1001 73765 May 4 07:39 CHANGELOG.md 07:41:42 -rw-rw-r-- 1 1001 1001 3804 May 4 07:39 CONTRIBUTING.md 07:41:42 -rw-rw-r-- 1 1001 1001 677 May 4 07:39 GOVERNANCE.md 07:41:42 -rw-rw-r-- 1 1001 1001 883 May 4 07:39 Jenkinsfile 07:41:42 -rw-rw-r-- 1 1001 1001 10775 May 4 07:39 LICENSE 07:41:42 -rw-rw-r-- 1 1001 1001 14368 May 4 07:39 Makefile 07:41:42 -rw-rw-r-- 1 1001 1001 582 May 4 07:39 OWNERS.md 07:41:42 -rw-rw-r-- 1 1001 1001 9403 May 4 07:39 README.md 07:41:42 -rw-rw-r-- 1 1001 1001 789 May 4 07:39 SECURITY.md 07:41:42 -rw-rw-r-- 1 1001 1001 13 May 4 07:39 VERSION 07:41:42 drwxrwxr-x 2 1001 1001 4096 May 4 07:39 bin 07:41:42 drwxrwxr-x 18 1001 1001 4096 May 4 07:39 cmd 07:41:42 -rw-r--r-- 1 root root 448352 May 4 07:41 coverage.out 07:41:42 -rw-rw-r-- 1 1001 1001 3200 May 4 07:39 go.mod 07:41:42 -rw-rw-r-- 1 1001 1001 31040 May 4 07:39 go.sum 07:41:42 drwxrwxr-x 7 1001 1001 4096 May 4 07:39 internal 07:41:42 drwxrwxr-x 3 1001 1001 4096 May 4 07:39 openapi 07:41:42 -rw-rw-r-- 1 1001 1001 594 May 4 07:39 security.txt 07:41:42 drwxrwxr-x 4 1001 1001 4096 May 4 07:39 snap 07:41:42 -rw-rw-r-- 1 1001 1001 204 May 4 07:39 version.go [Pipeline] sh 07:41:42 + '[' -e coverage.out ] 07:41:42 + chown 1001:1001 coverage.out [Pipeline] stash 07:41:42 Stashed 1 file(s) [Pipeline] sh 07:41:42 + make build 07:41:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:41:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:41:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:41:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:41:56 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:42:00 provisioning config files... 07:42:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config7599729962113883152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:42:00 ---> docker-login.sh 07:42:00 nexus3.edgexfoundry.org:10001 07:42:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:01 Configure a credential helper to remove this warning. See 07:42:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:01 07:42:01 Login Succeeded 07:42:01 nexus3.edgexfoundry.org:10002 07:42:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:01 Configure a credential helper to remove this warning. See 07:42:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:01 07:42:01 Login Succeeded 07:42:01 nexus3.edgexfoundry.org:10003 07:42:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:01 Configure a credential helper to remove this warning. See 07:42:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:01 07:42:01 Login Succeeded 07:42:01 nexus3.edgexfoundry.org:10004 07:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:02 Configure a credential helper to remove this warning. See 07:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:02 07:42:02 Login Succeeded 07:42:02 docker.io 07:42:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:42:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:42:02 Configure a credential helper to remove this warning. See 07:42:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:42:02 07:42:02 Login Succeeded 07:42:02 ---> docker-login.sh ends [Pipeline] } 07:42:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:42:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:03 + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] echo 07:42:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:42:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:42:03 ========================================================= 07:42:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 07:42:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:42:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:42:04 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:42:04 c41833b44d91: Pulling fs layer 07:42:04 ed15518f5707: Pulling fs layer 07:42:04 feae8fd75edb: Pulling fs layer 07:42:04 242c74f7c9fa: Pulling fs layer 07:42:04 3cdef696dda3: Pulling fs layer 07:42:04 2ced38df9373: Pulling fs layer 07:42:04 58f1dce35555: Pulling fs layer 07:42:04 242c74f7c9fa: Waiting 07:42:04 3cdef696dda3: Waiting 07:42:04 2ced38df9373: Waiting 07:42:04 58f1dce35555: Waiting 07:42:04 ed15518f5707: Verifying Checksum 07:42:04 ed15518f5707: Download complete 07:42:04 242c74f7c9fa: Verifying Checksum 07:42:04 242c74f7c9fa: Download complete 07:42:04 3cdef696dda3: Verifying Checksum 07:42:04 3cdef696dda3: Download complete 07:42:04 c41833b44d91: Verifying Checksum 07:42:04 c41833b44d91: Download complete 07:42:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:42:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:42:05 c41833b44d91: Pull complete 07:42:05 58f1dce35555: Verifying Checksum 07:42:05 58f1dce35555: Download complete 07:42:05 ed15518f5707: Pull complete 07:42:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:06 feae8fd75edb: Verifying Checksum 07:42:06 feae8fd75edb: Download complete 07:42:06 2ced38df9373: Verifying Checksum 07:42:06 2ced38df9373: Download complete 07:42:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:42:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:42:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:42:10 $ docker stop --time=1 d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 07:42:15 $ docker rm -f --volumes d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:16 07:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:17 latest: Pulling from edgex-devops/edgex-compose 07:42:17 cbdbe7a5bc2a: Pulling fs layer 07:42:17 ca9280d653b3: Pulling fs layer 07:42:17 7e9c9ca2126c: Pulling fs layer 07:42:17 cbdbe7a5bc2a: Download complete 07:42:17 ca9280d653b3: Verifying Checksum 07:42:17 ca9280d653b3: Download complete 07:42:17 cbdbe7a5bc2a: Pull complete 07:42:17 7e9c9ca2126c: Verifying Checksum 07:42:17 7e9c9ca2126c: Download complete 07:42:18 ca9280d653b3: Pull complete 07:42:19 feae8fd75edb: Pull complete 07:42:19 242c74f7c9fa: Pull complete 07:42:19 3cdef696dda3: Pull complete 07:42:21 7e9c9ca2126c: Pull complete 07:42:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:42:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:21 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 07:42:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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 07:42:25 2ced38df9373: Pull complete 07:42:26 $ docker top 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:26 + docker-compose+ buildgrep --help parallel 07:42:26 07:42:27 --parallel Build images in parallel. [Pipeline] } 07:42:27 $ docker stop --time=1 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c 07:42:28 $ docker rm -f --volumes 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:42:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:28 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 07:42:28 $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:42:29 $ docker top 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:29 + docker-compose -f ./docker-compose-build.yml build --parallel 07:42:30 Building core-command ... 07:42:30 Building core-common-config-bootstrapper ... 07:42:30 Building core-data ... 07:42:30 Building core-metadata ... 07:42:30 Building security-bootstrapper ... 07:42:30 Building security-proxy-auth ... 07:42:30 Building security-proxy-setup ... 07:42:30 Building security-secretstore-setup ... 07:42:30 Building security-spiffe-token-provider ... 07:42:30 Building security-spire-agent ... 07:42:30 Building security-spire-config ... 07:42:30 Building security-spire-server ... 07:42:30 Building support-notifications ... 07:42:30 Building support-scheduler ... 07:42:30 Building security-proxy-auth 07:42:30 Building core-data 07:42:30 Building security-spiffe-token-provider 07:42:30 Building core-metadata 07:42:30 Building security-spire-agent 07:42:31 58f1dce35555: Pull complete 07:42:31 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 07:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:42:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 07:42:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:42:31 WORKDIR /edgex 07:42:31 COPY go.mod . 07:42:31 RUN go mod download 07:42:31 + docker build -t ci-base-image-arm64 -f - . 07:42:32 Sending build context to Docker daemon 2.932MB 07:42:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 07:42:32 ---> fadd8f120f05 07:42:32 Step 2/4 : WORKDIR /edgex 07:42:34 ---> Running in 74347259c16f 07:42:34 Removing intermediate container 74347259c16f 07:42:34 ---> d26534272212 07:42:34 Step 3/4 : COPY go.mod . 07:42:34 ---> 60511669c253 07:42:34 Step 4/4 : RUN go mod download 07:42:34 ---> Running in 58a4ac07a3d6 07:42:42 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:42:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> 24150b459f71 07:42:42 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:42:42 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:42:42 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> 24150b459f71 07:42:42 Step 3/27 : WORKDIR /edgex-go 07:42:42 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:42:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> 24150b459f71 07:42:42 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:42:42 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:42:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> 24150b459f71 07:42:42 Step 3/25 : ARG ADD_BUILD_TAGS="" 07:42:42 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:42:42 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:42:42 ---> 24150b459f71 07:42:42 Step 3/20 : WORKDIR /edgex-go 07:42:52 ---> Running in b3b509a6990b 07:42:52 ---> Running in d4c7213e655d 07:42:52 ---> Running in 38754048f967 07:42:52 ---> Running in 48c6ae9a6ee6 07:42:52 ---> Running in bb0b53dafeac 07:42:52 Removing intermediate container b3b509a6990b 07:42:52 ---> 703a17859f06 07:42:52 Step 4/23 : WORKDIR /edgex-go 07:42:52 Removing intermediate container d4c7213e655d 07:42:52 ---> db2bce2d26f3 07:42:52 Step 4/23 : WORKDIR /edgex-go 07:42:52 Removing intermediate container 48c6ae9a6ee6 07:42:52 ---> 27b71dd51aa0 07:42:52 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:42:52 Removing intermediate container bb0b53dafeac 07:42:52 ---> 0c4b46ca869c 07:42:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:42:52 ---> Running in 6405c6bce016 07:42:52 Removing intermediate container 38754048f967 07:42:52 ---> 04ad2d36b711 07:42:52 Step 4/25 : WORKDIR /edgex-go 07:42:52 ---> Running in e85235f16102 07:42:52 ---> Running in 27f40ce72944 07:42:52 ---> Running in 4a906860c87c 07:42:52 ---> Running in 3d96af6e5b6c 07:42:52 Removing intermediate container 6405c6bce016 07:42:52 ---> 04fa8275de73 07:42:52 Step 5/23 : RUN apk add --update --no-cache make git 07:42:52 Removing intermediate container e85235f16102 07:42:52 ---> 78af54d94548 07:42:52 Step 5/23 : RUN apk add --update --no-cache make git 07:42:52 Removing intermediate container 3d96af6e5b6c 07:42:52 ---> e6f6e700f5ba 07:42:52 Step 5/25 : RUN apk add --update --no-cache make git 07:42:52 ---> Running in e150bb4427be 07:42:52 ---> Running in 2edec0326718 07:42:52 ---> Running in 84294bed093f 07:42:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:53 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:42:53 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:42:53 OK: 17819 distinct packages available 07:42:53 OK: 265 MiB in 53 packages 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:42:53 OK: 265 MiB in 53 packages 07:42:53 OK: 265 MiB in 53 packages 07:42:53 OK: 265 MiB in 53 packages 07:42:53 OK: 265 MiB in 53 packages 07:42:54 Removing intermediate container 4a906860c87c 07:42:54 ---> e3aeab273e14 07:42:54 Step 5/27 : COPY go.mod vendor* ./ 07:42:54 ---> 61530bd2fd09 07:42:54 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:54 Removing intermediate container e150bb4427be 07:42:54 ---> 2391483d8ae7 07:42:54 Step 6/23 : COPY go.mod vendor* ./ 07:42:54 ---> Running in fdecb34ec2dc 07:42:54 ---> 840684a95b20 07:42:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:54 Removing intermediate container 2edec0326718 07:42:54 ---> 633f52fdd783 07:42:54 Step 6/23 : COPY go.mod vendor* ./ 07:42:54 ---> Running in a661315fa83f 07:42:54 Removing intermediate container 84294bed093f 07:42:54 ---> 9f7590211bf4 07:42:54 Step 6/25 : COPY go.mod vendor* ./ 07:42:54 ---> d512a8e206a8 07:42:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:54 Removing intermediate container 27f40ce72944 07:42:54 ---> abd07837988f 07:42:54 Step 5/20 : COPY go.mod vendor* ./ 07:42:54 ---> Running in be072360a7d9 07:42:54 ---> 468f26405424 07:42:54 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:54 ---> Running in 635d07563349 07:42:54 ---> 164fea2410c8 07:42:54 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:54 ---> Running in cbc3f85e9195 07:43:06 Removing intermediate container 58a4ac07a3d6 07:43:06 ---> a10335f89138 07:43:06 Successfully built a10335f89138 07:43:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:10 + docker inspect -f . ci-base-image-arm64 07:43:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:43:10 prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container 07:43:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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 07:43:12 $ docker top 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:12 + go version 07:43:12 go version go1.20.2 linux/arm64 [Pipeline] } 07:43:12 $ docker stop --time=1 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 07:43:14 $ docker rm -f --volumes 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 [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 07:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:43:15 07:43:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:43:15 latest: Pulling from edgex-devops/edgex-compose-arm64 07:43:15 29e5d40040c1: Pulling fs layer 07:43:15 1ce36da41761: Pulling fs layer 07:43:15 25b303627fd3: Pulling fs layer 07:43:15 29e5d40040c1: Download complete 07:43:16 1ce36da41761: Verifying Checksum 07:43:16 1ce36da41761: Download complete 07:43:16 29e5d40040c1: Pull complete 07:43:17 1ce36da41761: Pull complete 07:43:17 25b303627fd3: Verifying Checksum 07:43:17 25b303627fd3: Download complete 07:43:27 25b303627fd3: Pull complete 07:43:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:43:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:43:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:43:27 prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container 07:43:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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 07:43:30 $ docker top 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:30 + docker-compose build+ --helpgrep 07:43:30 parallel 07:43:34 --parallel Build images in parallel. [Pipeline] } 07:43:34 $ docker stop --time=1 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b 07:43:36 $ docker rm -f --volumes 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:43:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:43:36 prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container 07:43:36 $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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 07:43:38 $ docker top d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:38 + docker-compose -f ./docker-compose-build.yml build --parallel 07:43:42 Building core-command ... 07:43:42 Building core-common-config-bootstrapper ... 07:43:42 Building core-data ... 07:43:42 Building core-metadata ... 07:43:42 Building security-bootstrapper ... 07:43:42 Building security-proxy-auth ... 07:43:42 Building security-proxy-setup ... 07:43:42 Building security-secretstore-setup ... 07:43:42 Building security-spiffe-token-provider ... 07:43:42 Building security-spire-agent ... 07:43:42 Building security-spire-config ... 07:43:42 Building security-spire-server ... 07:43:42 Building support-notifications ... 07:43:42 Building support-scheduler ... 07:43:42 Building support-scheduler 07:43:42 Building core-common-config-bootstrapper 07:43:42 Building security-spire-agent 07:43:42 Building core-command 07:43:42 Building security-proxy-auth 07:43:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:43:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:43:52 ---> a10335f89138 07:43:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:43:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:43:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:43:53 ---> a10335f89138 07:43:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:43:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:43:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:43:53 ---> a10335f89138 07:43:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:43:53 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:43:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:43:53 ---> a10335f89138 07:43:53 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:43:53 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:43:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:43:53 ---> a10335f89138 07:43:53 Step 3/27 : WORKDIR /edgex-go 07:43:53 ---> Running in e09d7bbc7666 07:43:53 ---> Running in 6b13ce293b9c 07:43:53 ---> Running in 96638f3c8b71 07:43:53 ---> Running in f56418b7b15a 07:43:53 ---> Running in e37b7b1d8f51 07:43:53 Removing intermediate container e09d7bbc7666 07:43:53 ---> 22dbad2bc1cf 07:43:53 Step 4/23 : WORKDIR /edgex-go 07:43:53 Removing intermediate container 6b13ce293b9c 07:43:53 ---> 22a003246aea 07:43:53 Step 4/23 : WORKDIR /edgex-go 07:43:53 ---> Running in 848bc24d6c51 07:43:53 Removing intermediate container 96638f3c8b71 07:43:53 ---> 438e5720b69f 07:43:53 Step 4/24 : WORKDIR /edgex-go 07:43:53 Removing intermediate container f56418b7b15a 07:43:53 ---> 9b47cd4eef61 07:43:53 Step 4/23 : WORKDIR /edgex-go 07:43:53 Removing intermediate container e37b7b1d8f51 07:43:53 ---> 8b61675bf4dd 07:43:53 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:43:54 ---> Running in 306644fc2385 07:43:54 ---> Running in 891060d82783 07:43:54 ---> Running in 29e7e16375d4 07:43:54 ---> Running in 5e7b606494a0 07:43:54 Removing intermediate container 848bc24d6c51 07:43:54 ---> e62ab6664158 07:43:54 Step 5/23 : RUN apk add --update --no-cache make git 07:43:54 ---> Running in cddd58457cca 07:43:54 Removing intermediate container 891060d82783 07:43:54 ---> c118991b18e7 07:43:54 Step 5/23 : RUN apk add --update --no-cache make git 07:43:54 Removing intermediate container 29e7e16375d4 07:43:54 ---> fbec4dbf7dce 07:43:54 Step 5/24 : RUN apk add --update --no-cache make git 07:43:54 Removing intermediate container 306644fc2385 07:43:54 ---> 1af386c101cc 07:43:54 Step 5/23 : RUN apk add --update --no-cache make git 07:43:54 ---> Running in 6f4c5841f511 07:43:55 ---> Running in 60ee0e146625 07:43:55 ---> Running in 24bc78cd1196 07:43:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:43:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:43:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:43:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:43:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:43:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:43:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:43:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:43:58 OK: 263 MiB in 53 packages 07:43:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:43:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:43:59 OK: 263 MiB in 53 packages 07:43:59 OK: 263 MiB in 53 packages 07:43:59 Removing intermediate container 5e7b606494a0 07:43:59 ---> bcbf20c14e07 07:43:59 Step 5/27 : COPY go.mod vendor* ./ 07:43:59 OK: 263 MiB in 53 packages 07:44:00 OK: 263 MiB in 53 packages 07:44:02 Removing intermediate container cbc3f85e9195 07:44:02 ---> 93b589b6c9a4 07:44:02 Step 7/20 : COPY . . 07:44:02 Removing intermediate container a661315fa83f 07:44:02 ---> 895ba7d7e4b8 07:44:02 Step 8/23 : COPY . . 07:44:02 Removing intermediate container 635d07563349 07:44:02 ---> db82b8e59e78 07:44:02 Step 8/25 : COPY . . 07:44:02 Removing intermediate container fdecb34ec2dc 07:44:02 ---> 5703fb275029 07:44:02 Step 7/27 : COPY . . 07:44:02 Removing intermediate container be072360a7d9 07:44:02 ---> 9a5e5c2d328a 07:44:02 Step 8/23 : COPY . . 07:44:02 ---> c43cfef9c725 07:44:02 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:02 Removing intermediate container cddd58457cca 07:44:02 ---> 52a4e75a7fcc 07:44:02 Step 6/23 : COPY go.mod vendor* ./ 07:44:02 ---> Running in 2f57334e1b0c 07:44:03 Removing intermediate container 24bc78cd1196 07:44:03 ---> 74befc66f0c8 07:44:03 Step 6/23 : COPY go.mod vendor* ./ 07:44:03 Removing intermediate container 60ee0e146625 07:44:03 ---> c74f77b7629f 07:44:03 Step 6/24 : COPY go.mod vendor* ./ 07:44:03 Removing intermediate container 6f4c5841f511 07:44:03 ---> fdd65c142eac 07:44:03 Step 6/23 : COPY go.mod vendor* ./ 07:44:03 ---> d11704b6b940 07:44:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:03 ---> Running in 9bbdb500b224 07:44:04 ---> 44533d60e9e1 07:44:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:04 ---> 13340cf7efb0 07:44:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:04 ---> Running in c7f3c5381b3c 07:44:04 ---> cdc6a4384469 07:44:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:44:04 ---> Running in 7fce70c39b57 07:44:04 ---> Running in fe00cfdd6fb1 07:44:20 ---> d36647ee2e70 07:44:20 ---> 607ef793b43c 07:44:20 Step 8/27 : ARG SPIRE_RELEASE=1.6.3Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:44:20 07:44:20 ---> 489e0276f63e 07:44:20 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:44:20 ---> d2f5192d028a 07:44:20 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 07:44:20 ---> 0ac7239b6339 07:44:20 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:44:20 ---> Running in 244fb51f171a 07:44:20 ---> Running in 817783835d53 07:44:20 ---> Running in bb2410062c80 07:44:20 ---> Running in 268b4f3c68cf 07:44:20 ---> Running in b20547f77615 07:44:20 Removing intermediate container 244fb51f171a 07:44:20 ---> a306ada7e8b3 07:44:20 Step 9/27 : WORKDIR /edgex-go/spire-build 07:44:20 ---> Running in 8013f5032d7d 07:44:20 Removing intermediate container 8013f5032d7d 07:44:20 ---> 26c5a4c7a933 07:44:20 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:44:20 ---> Running in e2ef74d32380 07:44:20 Removing intermediate container e2ef74d32380 07:44:20 ---> aa109e4c3e32 07:44:20 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 07:44:20 ---> Running in 6318727e5bdc 07:44:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:44:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:44:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:44:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:44:21 Removing intermediate container 6318727e5bdc 07:44:21 ---> 2eec6c8eaf3d 07:44:21 Step 12/27 : WORKDIR /edgex-go 07:44:21 ---> Running in f82add498974 07:44:21 Removing intermediate container f82add498974 07:44:21 ---> 18cde47f90bc 07:44:21 07:44:21 Step 13/27 : FROM alpine:3.17 07:44:21 3.17: Pulling from library/alpine 07:44:22 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:44:22 Status: Downloaded newer image for alpine:3.17 07:44:22 ---> 9ed4aefc74f6 07:44:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:44:22 ---> Running in 251de73000b8 07:44:22 Removing intermediate container 251de73000b8 07:44:22 ---> c5af0707496e 07:44:22 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:44:23 ---> Running in 301d4a44b605 07:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:24 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:44:24 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:44:24 OK: 17820 distinct packages available 07:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:24 (1/5) Installing dumb-init (1.2.5-r2) 07:44:24 (2/5) Installing musl-obstack (1.2.3-r0) 07:44:24 (3/5) Installing libucontext (1.2-r0) 07:44:24 (4/5) Installing gcompat (1.1.0-r0) 07:44:24 (5/5) Installing openssl (3.0.8-r4) 07:44:24 Executing busybox-1.35.0-r29.trigger 07:44:24 OK: 8 MiB in 20 packages 07:44:31 Removing intermediate container 301d4a44b605 07:44:31 ---> 7ca834b859f4 07:44:31 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:44:32 ---> db324aef13aa 07:44:32 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:44:33 ---> 3bb7d5d6fb44 07:44:33 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:44:38 ---> 70f3d07c2f6c 07:44:38 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:44:48 ---> d06ff3637e93 07:44:48 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:44:48 ---> dec79dc7328a 07:44:48 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:44:50 ---> 97f60761c10e 07:44:50 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:44:53 ---> 00296c1de295 07:44:53 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:44:53 ---> Running in 395b8ef82b12 07:44:53 Removing intermediate container b20547f77615 07:44:53 ---> ced559b3e8d2 07:44:53 07:44:53 Step 10/25 : FROM alpine:3.17 07:44:53 ---> 9ed4aefc74f6 07:44:53 Step 11/25 : RUN apk add --update --no-cache dumb-init 07:44:53 Removing intermediate container 268b4f3c68cf 07:44:53 ---> 383c58876be6 07:44:53 07:44:53 Step 10/23 : FROM alpine:3.17 07:44:53 ---> 9ed4aefc74f6 07:44:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:44:53 Removing intermediate container 817783835d53 07:44:53 ---> 7a79199627c3 07:44:53 07:44:53 Step 10/23 : FROM alpine:3.17 07:44:53 ---> 9ed4aefc74f6 07:44:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:44:54 ---> Running in 4d1d6a406a2c 07:44:54 ---> Running in 7ed56c1bc49a 07:44:54 ---> Running in 2b5f52f49e28 07:44:54 Removing intermediate container 395b8ef82b12 07:44:54 ---> ef6f009835f8 07:44:54 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:44:55 ---> Running in 6a7ea752e844 07:44:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:55 (1/1) Installing dumb-init (1.2.5-r2) 07:44:55 Executing busybox-1.35.0-r29.trigger 07:44:55 OK: 7 MiB in 16 packages 07:44:55 Removing intermediate container 7ed56c1bc49a 07:44:55 ---> 1a0e34acb4f2 07:44:55 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:44:56 Removing intermediate container 2b5f52f49e28 07:44:56 ---> 0d8031c54111 07:44:56 Step 12/23 : ENV APP_PORT=59880 07:44:56 ---> Running in 5fcdf6c17076 07:44:56 ---> Running in 4397a483d3d9 07:44:56 Removing intermediate container 6a7ea752e844 07:44:56 ---> 0b4bc50baf9d 07:44:56 Step 25/27 : LABEL arch=x86_64 07:44:56 Removing intermediate container bb2410062c80 07:44:56 ---> 45a5b583c7f5 07:44:56 07:44:56 Step 9/20 : FROM alpine:3.17 07:44:56 ---> Running in 0c20fc34a537 07:44:56 ---> 9ed4aefc74f6 07:44:56 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:44:56 Removing intermediate container 4397a483d3d9 07:44:56 ---> c43d98dd0aa5 07:44:56 Step 13/23 : EXPOSE $APP_PORT 07:44:56 ---> Running in f312ebd155db 07:44:56 Removing intermediate container 4d1d6a406a2c 07:44:56 ---> c8fffe0feb61 07:44:56 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:44:56 ---> Running in 1a836a22deec 07:44:56 ---> Running in f460c6159285 07:44:56 Removing intermediate container 0c20fc34a537 07:44:56 ---> f7d2f652bc65 07:44:56 Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:44:57 Removing intermediate container f312ebd155db 07:44:57 ---> 68e9bd9965fc 07:44:57 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:44:57 Removing intermediate container 1a836a22deec 07:44:57 ---> f94b29b89c2f 07:44:57 Step 14/23 : RUN apk add --update --no-cache dumb-init 07:44:57 ---> Running in d0ed27b3c34e 07:44:57 ---> Running in 5ebb6717840a 07:44:57 ---> Running in fc121477f716 07:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:57 Removing intermediate container f460c6159285 07:44:57 ---> 2d8f35eb4779 07:44:57 Step 13/25 : ENV APP_PORT=59881 07:44:57 Removing intermediate container d0ed27b3c34e 07:44:57 ---> 60ed6ea255fc 07:44:57 Step 27/27 : LABEL version=3.0.0-dev.147 07:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:57 ---> Running in 38d259e4baa1 07:44:57 ---> Running in cb904da33ddd 07:44:57 (1/1) Installing dumb-init (1.2.5-r2) 07:44:57 Executing busybox-1.35.0-r29.trigger 07:44:57 OK: 7 MiB in 16 packages 07:44:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:58 Removing intermediate container 38d259e4baa1 07:44:58 ---> bbd7b4a1a4a7 07:44:58 Step 14/25 : EXPOSE $APP_PORT 07:44:58 Removing intermediate container cb904da33ddd 07:44:58 ---> 2ad6c0c53ab5 07:44:58 07:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:58 Successfully built 2ad6c0c53ab5 07:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:58 Successfully tagged security-spire-agent:latest 07:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:58  Building security-spire-agent ... done Building core-command 07:44:58 ---> Running in 5716902614bf 07:44:58 (1/1) Installing dumb-init (1.2.5-r2) 07:44:58 Executing busybox-1.35.0-r29.trigger 07:44:58 OK: 7 MiB in 16 packages 07:44:58 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:44:58 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:44:58 OK: 17820 distinct packages available 07:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:44:58 (1/9) Installing ca-certificates (20220614-r4) 07:44:58 (2/9) Installing brotli-libs (1.0.9-r9) 07:44:58 (3/9) Installing nghttp2-libs (1.51.0-r0) 07:44:58 (4/9) Installing libcurl (8.0.1-r0) 07:44:58 (5/9) Installing curl (8.0.1-r0) 07:44:58 (6/9) Installing dumb-init (1.2.5-r2) 07:44:58 (7/9) Installing musl-obstack (1.2.3-r0) 07:44:58 (8/9) Installing libucontext (1.2-r0) 07:44:58 (9/9) Installing gcompat (1.1.0-r0) 07:44:58 Executing busybox-1.35.0-r29.trigger 07:44:58 Executing ca-certificates-20220614-r4.trigger 07:44:58 OK: 10 MiB in 24 packages 07:45:01 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:01 ---> 24150b459f71 07:45:01 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:45:01 ---> Using cache 07:45:01 ---> 04ad2d36b711 07:45:01 Step 4/24 : WORKDIR /edgex-go 07:45:01 ---> Using cache 07:45:01 ---> e6f6e700f5ba 07:45:01 Step 5/24 : RUN apk add --update --no-cache make git 07:45:01 ---> Using cache 07:45:01 ---> 9f7590211bf4 07:45:01 Step 6/24 : COPY go.mod vendor* ./ 07:45:01 ---> Using cache 07:45:01 ---> 468f26405424 07:45:01 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:01 ---> Using cache 07:45:01 ---> db82b8e59e78 07:45:01 Step 8/24 : COPY . . 07:45:01 ---> Using cache 07:45:01 ---> 0ac7239b6339 07:45:01 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:45:02 Removing intermediate container 5fcdf6c17076 07:45:02 ---> a6b6b392b623 07:45:02 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:02 Removing intermediate container 5716902614bf 07:45:02 ---> 63d205e9c128 07:45:02 Step 15/25 : WORKDIR / 07:45:02 ---> Running in 1541038e23f0 07:45:02 ---> Running in 3e3d0b9ae2ed 07:45:02 Removing intermediate container fc121477f716 07:45:02 ---> 5841529008df 07:45:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:02 Removing intermediate container 3e3d0b9ae2ed 07:45:02 ---> 5dd84697103f 07:45:02 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:45:03 ---> f4e42b3826e9 07:45:03 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:45:03 Removing intermediate container 5ebb6717840a 07:45:03 ---> 9430fae3bef9 07:45:03 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:03 ---> 4849199ea345 07:45:03 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:45:03 ---> 5a4b2e22e484 07:45:03 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 07:45:03 ---> b8f4fe1ab8ad 07:45:03 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 07:45:03 ---> 4224f4148644 07:45:03 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:45:03 ---> 1e9cd53fbd42 07:45:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:45:03 ---> 1ee1cadb137c 07:45:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:45:03 ---> c0e84913558b 07:45:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:45:05 ---> 96e02d16cf1c 07:45:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:45:05 ---> 3843aa1a6e7e 07:45:05 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:45:05 ---> 30a5d2c07fd7 07:45:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:45:05 ---> 75aa91e12e0b 07:45:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:45:05 ---> ac540fa32b2e 07:45:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:45:06 ---> 68353cc6a983 07:45:06 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:45:06 ---> 1d157fff9f76 07:45:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:45:06 ---> 6fddb63c728c 07:45:06 Step 19/23 : ENTRYPOINT ["/core-data"] 07:45:06 ---> Running in e9a70dcb3b16 07:45:06 ---> Running in 1c29f6e5d8f6 07:45:06 ---> 3d605770b4d4 07:45:06 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:45:06 ---> Running in 831e003f9aad 07:45:06 ---> 5b048b82f2cc 07:45:06 Step 21/25 : ENTRYPOINT ["/core-metadata"] 07:45:06 Removing intermediate container 1c29f6e5d8f6 07:45:06 ---> 8d02f3bd53dd 07:45:06 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 07:45:06 Removing intermediate container e9a70dcb3b16 07:45:06 ---> 03aa8d0454de 07:45:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:45:06 ---> Running in 72379cdb2991 07:45:06 ---> Running in 19e2b95eff42 07:45:06 ---> Running in 13c6221da2ed 07:45:06 Removing intermediate container 19e2b95eff42 07:45:06 ---> f611906342f7 07:45:06 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:45:07 ---> Running in 0d8fb23b5cf3 07:45:07 Removing intermediate container 72379cdb2991 07:45:07 ---> e4d6035da8bd 07:45:07 Step 18/20 : LABEL arch=x86_64 07:45:07 Removing intermediate container 13c6221da2ed 07:45:07 ---> 65769b278cae 07:45:07 Step 21/23 : LABEL arch=x86_64 07:45:07 ---> Running in 08d57f89bd67 07:45:07 ---> Running in 6012d76bf38a 07:45:07 Removing intermediate container 0d8fb23b5cf3 07:45:07 ---> 35a00b7d1951 07:45:07 Step 23/25 : LABEL arch=x86_64 07:45:07 ---> Running in 28a6966d20f4 07:45:07 Removing intermediate container 08d57f89bd67 07:45:07 ---> 9d124eceb7ed 07:45:07 Step 19/20 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:45:08 Removing intermediate container 6012d76bf38a 07:45:08 ---> bdfae3577bdc 07:45:08 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:45:08 Removing intermediate container 28a6966d20f4 07:45:08 ---> 1ea00fe1aae0 07:45:08 Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:45:08 ---> Running in f69a785b67a2 07:45:08 ---> Running in 6e043c8e120f 07:45:08 ---> Running in cfc4bd73b425 07:45:08 Removing intermediate container 831e003f9aad 07:45:08 ---> eede7bdbd5ec 07:45:08 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:45:08 ---> Running in 3d1aac58241d 07:45:08 Removing intermediate container f69a785b67a2 07:45:08 ---> b450ec2bf601 07:45:08 Step 20/20 : LABEL version=3.0.0-dev.147 07:45:08 ---> Running in fd3ab1308e6c 07:45:08 Removing intermediate container 6e043c8e120f 07:45:08 ---> 1474dcbd4986 07:45:08 Step 23/23 : LABEL version=3.0.0-dev.147 07:45:08 Removing intermediate container cfc4bd73b425 07:45:08 ---> 0d96f546b5d8 07:45:08 Step 25/25 : LABEL version=3.0.0-dev.147 07:45:08 Removing intermediate container 3d1aac58241d 07:45:08 ---> 0ed374de5267 07:45:08 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 07:45:08 ---> Running in fb640ccc3d29 07:45:08 ---> Running in c8e6457584e0 07:45:08 ---> Running in db33154c0978 07:45:08 Removing intermediate container fb640ccc3d29 07:45:08 ---> 50f94fdf00ea 07:45:08 07:45:08 Removing intermediate container c8e6457584e0 07:45:08 ---> 4a6bdb10387d 07:45:08 07:45:08 Removing intermediate container fd3ab1308e6c 07:45:08 ---> a88a1bb1388a 07:45:08 07:45:08 Removing intermediate container db33154c0978 07:45:08 ---> 19a55455fcc6 07:45:08 Step 21/23 : LABEL arch=x86_64 07:45:08 Successfully built 50f94fdf00ea 07:45:08 ---> Running in 46209f879583 07:45:08 Successfully tagged core-data:latest 07:45:08  Building core-data ... done Building support-notifications 07:45:08 Successfully built a88a1bb1388a 07:45:08 Successfully built 4a6bdb10387d 07:45:08 Successfully tagged security-spiffe-token-provider:latest 07:45:08 Successfully tagged core-metadata:latest 07:45:08 Building security-secretstore-setup 07:45:08 Building security-spire-config 07:45:08  Building security-spiffe-token-provider ... done  Building core-metadata ... done Removing intermediate container 46209f879583 07:45:08 ---> dacb9c33c447 07:45:08 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:45:08 ---> Running in a1d09b32ccca 07:45:14 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:14 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:45:14 ---> 24150b459f71 07:45:14 Step 3/27 : WORKDIR /edgex-go 07:45:14 ---> Using cache 07:45:14 ---> 0c4b46ca869c 07:45:14 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:45:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:15 ---> 24150b459f71 07:45:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:45:15 ---> Using cache 07:45:15 ---> 04ad2d36b711 07:45:15 Step 4/23 : WORKDIR /edgex-go 07:45:15 ---> Using cache 07:45:15 ---> e6f6e700f5ba 07:45:15 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:45:19 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:19 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:45:19 ---> 24150b459f71 07:45:19 Step 3/25 : WORKDIR /edgex-go 07:45:19 ---> Using cache 07:45:19 ---> 0c4b46ca869c 07:45:19 Step 4/25 : RUN apk add --update --no-cache make git 07:45:22 Removing intermediate container a1d09b32ccca 07:45:22 ---> c353e79db3ab 07:45:22 Step 23/23 : LABEL version=3.0.0-dev.147 07:45:30 ---> Running in 793c97f71236 07:45:30 ---> Running in dbd07cff8cbc 07:45:30 ---> Running in c2d7f16532cd 07:45:30 ---> Running in 82120207e631 07:45:30 Removing intermediate container 793c97f71236 07:45:30 ---> 4cc4a1e3e437 07:45:30 07:45:30 Successfully built 4cc4a1e3e437 07:45:30 Successfully tagged security-proxy-auth:latest 07:45:30  Building security-proxy-auth ... done Building security-bootstrapper 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:45:30 OK: 265 MiB in 53 packages 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:45:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:45:30 OK: 265 MiB in 53 packages 07:45:30 OK: 265 MiB in 53 packages 07:45:37 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:37 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:45:37 ---> 24150b459f71 07:45:37 Step 3/33 : WORKDIR /edgex-go 07:45:37 ---> Using cache 07:45:37 ---> 0c4b46ca869c 07:45:37 Step 4/33 : RUN apk add --update --no-cache make git 07:45:41 Removing intermediate container 1541038e23f0 07:45:41 ---> e8a4eadf2050 07:45:41 07:45:41 Step 10/24 : FROM alpine:3.17 07:45:41 ---> 9ed4aefc74f6 07:45:41 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:45:41 ---> Using cache 07:45:41 ---> c8fffe0feb61 07:45:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:45:41 ---> Using cache 07:45:41 ---> 2d8f35eb4779 07:45:41 Step 13/24 : ENV APP_PORT=59882 07:45:41 ---> Running in 7295274faae9 07:45:41 ---> Running in b62150bb2187 07:45:41 Removing intermediate container c2d7f16532cd 07:45:41 ---> e58c3ce1378f 07:45:41 Step 5/25 : COPY go.mod vendor* ./ 07:45:41 Removing intermediate container dbd07cff8cbc 07:45:41 Removing intermediate container 82120207e631 07:45:41 ---> 903b8ef6f4d6 07:45:41 ---> b94a5ffb72fe 07:45:41 Step 6/23 : COPY go.mod vendor* ./Step 5/27 : COPY go.mod vendor* ./ 07:45:41 07:45:41 Removing intermediate container b62150bb2187 07:45:41 ---> 9b6dcde7db2a 07:45:41 Step 14/24 : EXPOSE $APP_PORT 07:45:41 ---> 7d5ea691d56a 07:45:41 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:45:41 ---> Running in 763c39d0afc6 07:45:41 ---> 3468fc1fa100 07:45:41 ---> c3564d85c7ad 07:45:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:41 07:45:41 ---> Running in ab4b1a8ef508 07:45:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:45:42 ---> Running in 2975cbb605e1 07:45:42 ---> Running in c531e9892aa6 07:45:42 OK: 265 MiB in 53 packages 07:45:42 Removing intermediate container 763c39d0afc6 07:45:42 ---> b5dd3b1d93af 07:45:42 Step 15/24 : WORKDIR / 07:45:42 ---> Running in 64b1cf10b730 07:45:42 Removing intermediate container 64b1cf10b730 07:45:42 ---> f5b7d1ae0087 07:45:42 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:45:43 ---> 07c4dd4baa3e 07:45:43 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 07:45:43 Removing intermediate container 7295274faae9 07:45:43 ---> e2fd73eebee8 07:45:43 Step 5/33 : COPY go.mod vendor* ./ 07:45:43 ---> f563c110caee 07:45:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:45:43 ---> e56f72dac256 07:45:43 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:43 ---> Running in 036aabf1ce2d 07:45:44 ---> 47301076e982 07:45:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:45:45 ---> d41846cb2983 07:45:45 Step 20/24 : ENTRYPOINT ["/core-command"] 07:45:45 ---> Running in d88ca8f7dcd7 07:45:45 Removing intermediate container d88ca8f7dcd7 07:45:45 ---> b711f423c127 07:45:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:45:45 ---> Running in 0ea49567ec82 07:45:45 Removing intermediate container 0ea49567ec82 07:45:45 ---> 033306aebe5c 07:45:45 Step 22/24 : LABEL arch=x86_64 07:45:46 ---> Running in ad9495ff6aba 07:45:46 Removing intermediate container ad9495ff6aba 07:45:46 ---> 9e266343a327 07:45:46 Step 23/24 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:45:46 ---> Running in 6da5712eabe5 07:45:47 Removing intermediate container 6da5712eabe5 07:45:47 ---> 74d8d3763c53 07:45:47 Step 24/24 : LABEL version=3.0.0-dev.147 07:45:47 ---> Running in 41219f6013aa 07:45:50 Removing intermediate container 41219f6013aa 07:45:50 ---> 1ae90a32e3a2 07:45:50 07:45:50 Successfully built 1ae90a32e3a2 07:45:50 Successfully tagged core-command:latest 07:45:50  Building core-command ... done Building support-scheduler 07:45:54 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:45:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:54 ---> 24150b459f71 07:45:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:45:54 ---> Using cache 07:45:54 ---> 04ad2d36b711 07:45:54 Step 4/23 : WORKDIR /edgex-go 07:45:54 ---> Using cache 07:45:54 ---> e6f6e700f5ba 07:45:54 Step 5/23 : RUN apk add --update --no-cache make git 07:45:54 ---> Using cache 07:45:54 ---> 9f7590211bf4 07:45:54 Step 6/23 : COPY go.mod vendor* ./ 07:45:54 ---> Using cache 07:45:54 ---> 468f26405424 07:45:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:54 ---> Using cache 07:45:54 ---> db82b8e59e78 07:45:54 Step 8/23 : COPY . . 07:45:54 ---> Using cache 07:45:54 ---> 0ac7239b6339 07:45:54 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 07:45:56 Removing intermediate container c7f3c5381b3c 07:45:56 ---> 4de0ed3954a8 07:45:56 Step 8/23 : COPY . . 07:45:56 Removing intermediate container 2f57334e1b0c 07:45:56 ---> 3db0903f0455 07:45:56 Step 7/27 : COPY . . 07:45:56 Removing intermediate container 9bbdb500b224 07:45:56 ---> 5d1431d07130 07:45:56 Step 8/23 : COPY . . 07:45:56 Removing intermediate container 7fce70c39b57 07:45:56 ---> 009280d88f70 07:45:56 Step 8/24 : COPY . . 07:45:56 Removing intermediate container fe00cfdd6fb1 07:45:56 ---> f8befa852ba3 07:45:56 Step 8/23 : COPY . . 07:45:56 ---> b5a752636108 07:45:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:45:56 ---> 529e6e0d222f 07:45:56 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:45:56 ---> Running in 06d3514ca67d 07:45:56 ---> dc855ca41533 07:45:56 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 07:45:56 ---> Running in c7782eae2d1c 07:45:56 ---> Running in 9fbfe9c88095 07:45:56 ---> 1a5259390bde 07:45:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 07:45:56 ---> Running in 085b0b04894e 07:45:56 ---> 96896e873099 07:45:56 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:45:56 Removing intermediate container c7782eae2d1c 07:45:56 ---> 905ab023277b 07:45:56 Step 9/27 : WORKDIR /edgex-go/spire-build 07:45:56 ---> Running in ef71ffa74fde 07:45:56 ---> Running in 8cfeca21f954 07:45:56 Removing intermediate container ef71ffa74fde 07:45:56 ---> 7c53baf7ac1a 07:45:56 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:45:57 ---> Running in 9176f1a70b65 07:45:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:45:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:45:57 Removing intermediate container 9176f1a70b65 07:45:57 ---> 76f8f6c58521 07:45:57 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 07:45:58 ---> Running in 8955a0c6f103 07:45:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:45:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:46:03 Removing intermediate container 8955a0c6f103 07:46:03 ---> 26c23eaa6b4c 07:46:03 Step 12/27 : WORKDIR /edgex-go 07:46:04 ---> Running in 992df896b283 07:46:04 Removing intermediate container 992df896b283 07:46:04 ---> 46dca3d9c7f1 07:46:04 07:46:04 Step 13/27 : FROM alpine:3.17 07:46:04 3.17: Pulling from library/alpine 07:46:05 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 07:46:05 Status: Downloaded newer image for alpine:3.17 07:46:05 ---> 51e60588ff2c 07:46:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:46:05 ---> Running in 4b7ec8fefcd7 07:46:06 Removing intermediate container 4b7ec8fefcd7 07:46:06 ---> 78a5eefa64fb 07:46:06 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:46:06 ---> Running in af96c4dc55f8 07:46:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:46:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:46:12 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:46:12 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:46:12 OK: 17691 distinct packages available 07:46:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:46:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:46:16 ---> Running in a0390ca0888f 07:46:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:46:16 (1/5) Installing dumb-init (1.2.5-r2) 07:46:16 (2/5) Installing musl-obstack (1.2.3-r0) 07:46:16 (3/5) Installing libucontext (1.2-r0) 07:46:16 (4/5) Installing gcompat (1.1.0-r0) 07:46:16 (5/5) Installing openssl (3.0.8-r4) 07:46:16 Executing busybox-1.35.0-r29.trigger 07:46:16 OK: 9 MiB in 20 packages 07:46:20 Removing intermediate container af96c4dc55f8 07:46:20 ---> e48b69c1a176 07:46:20 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:46:21 ---> 56a645246c60 07:46:21 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:46:22 ---> 47e167ef8803 07:46:22 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:46:29 ---> ab0f56e30d02 07:46:29 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:46:37 ---> 882cfb682b87 07:46:37 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:46:39 ---> 75cbb3c5d5ef 07:46:39 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:46:41 ---> a30b19032271 07:46:41 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:46:42 ---> c60bb8165af7 07:46:42 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:46:42 ---> Running in 5d136ca3158f 07:46:43 Removing intermediate container 5d136ca3158f 07:46:43 ---> f54e5e8b6363 07:46:43 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:46:43 ---> Running in fbff3e618b97 07:46:44 Removing intermediate container fbff3e618b97 07:46:44 ---> 80d0f9161bda 07:46:44 Step 25/27 : LABEL arch=arm64 07:46:44 ---> Running in 5062e4609138 07:46:44 Removing intermediate container 5062e4609138 07:46:44 ---> 1b1563e348f5 07:46:44 Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:46:44 ---> Running in 458f0d190bdd 07:46:45 Removing intermediate container 458f0d190bdd 07:46:45 ---> 0430a5620d26 07:46:45 Step 27/27 : LABEL version=3.0.0-dev.147 07:46:45 ---> Running in 1f8a33cc7779 07:46:46 Removing intermediate container 1f8a33cc7779 07:46:46 ---> 514269efb05b 07:46:46 07:46:46 Successfully built 514269efb05b 07:46:46 Successfully tagged security-spire-agent-arm64:latest 07:46:46 Building security-proxy-setup 07:46:48 Removing intermediate container ab4b1a8ef508 07:46:48 ---> 36ae0ad69efb 07:46:48 Step 7/25 : COPY . . 07:46:48 Removing intermediate container 2975cbb605e1 07:46:48 ---> 2f27d42fa2d1 07:46:48 Step 8/23 : COPY . . 07:46:48 Removing intermediate container c531e9892aa6 07:46:48 ---> a3ac9e24a8a6 07:46:48 Step 7/27 : COPY . . 07:46:48 Removing intermediate container 036aabf1ce2d 07:46:48 ---> c3491d735f9d 07:46:48 Step 7/33 : COPY . . 07:46:50  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:46:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:46:50 ---> a10335f89138 07:46:50 Step 3/22 : WORKDIR /edgex-go 07:46:50 ---> Using cache 07:46:50 ---> 8b61675bf4dd 07:46:50 Step 4/22 : RUN apk add --update --no-cache make git 07:46:51 ---> Running in 2e5e905ee807 07:46:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:46:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:46:56 OK: 263 MiB in 53 packages 07:46:58 Removing intermediate container 2e5e905ee807 07:46:58 ---> 20e6ed246f90 07:46:58 Step 5/22 : COPY go.mod vendor* ./ 07:47:00 ---> f73c13be6cbc 07:47:00 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:00 ---> Running in 453b8361c21c 07:47:15 ---> b213b7781d9e 07:47:15 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:47:15 ---> 073226444f90 07:47:15 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:47:15 ---> 83c70cfd0137 07:47:15 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:47:15 ---> 03c1e71bbd50 07:47:15 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:47:15 ---> Running in 0cc840ffce91 07:47:15 ---> Running in 5b37a34bc5fb 07:47:15 ---> Running in 8ee93a09a251 07:47:15 ---> Running in 659516ab67da 07:47:15 Removing intermediate container a0390ca0888f 07:47:15 ---> 304b93392338 07:47:15 07:47:15 Step 10/23 : FROM alpine:3.17 07:47:15 ---> 9ed4aefc74f6 07:47:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:47:15 ---> Using cache 07:47:15 ---> c8fffe0feb61 07:47:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:47:15 ---> Using cache 07:47:15 ---> 2d8f35eb4779 07:47:15 Step 13/23 : ENV APP_PORT=59861 07:47:15 ---> Running in 4a2fd456f362 07:47:15 Removing intermediate container 8ee93a09a251 07:47:15 ---> 9b4c2f5bad3d 07:47:15 Step 9/27 : WORKDIR /edgex-go/spire-build 07:47:15 ---> Running in abbd7e9e72b4 07:47:15 Removing intermediate container 4a2fd456f362 07:47:15 ---> 96d2bd188475 07:47:15 Step 14/23 : EXPOSE $APP_PORT 07:47:15 ---> Running in 2fb282272bb1 07:47:15 Removing intermediate container abbd7e9e72b4 07:47:15 ---> c47ec0370402 07:47:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:47:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:47:15 ---> Running in 0d3a8fd0de72 07:47:15 Removing intermediate container 2fb282272bb1 07:47:15 ---> ffd693fdd651 07:47:15 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:15 Removing intermediate container 0d3a8fd0de72 07:47:15 ---> 8f8a17dc1085 07:47:15 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 07:47:15 ---> Running in 452113c176d4 07:47:15 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:47:15 ---> dfb99cdc37ea 07:47:15 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:47:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:47:15 ---> f83d304d2908 07:47:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:47:15 ---> f38552efbfb3 07:47:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:47:15 Removing intermediate container 452113c176d4 07:47:15 ---> 7d7c00fbaefe 07:47:15 Step 12/27 : WORKDIR /edgex-go 07:47:15 ---> Running in dd517490d1c0 07:47:15 ---> e9fb780d88e1 07:47:15 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:47:15 Removing intermediate container dd517490d1c0 07:47:15 ---> 8b102f399c49 07:47:15 07:47:15 Step 13/27 : FROM alpine:3.17 07:47:15 ---> 9ed4aefc74f6 07:47:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:47:15 ---> Using cache 07:47:15 ---> c5af0707496e 07:47:15 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:47:15 ---> Running in 990ce05a7649 07:47:15 ---> Running in 5c6382ecce65 07:47:15 Removing intermediate container 990ce05a7649 07:47:15 ---> 4d4f0f45838d 07:47:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:47:15 ---> Running in 7aac452cd316 07:47:15 Removing intermediate container 7aac452cd316 07:47:15 ---> 4b9c06a6d63b 07:47:15 Step 21/23 : LABEL arch=x86_64 07:47:15 ---> Running in 966dd88a50d2 07:47:15 Removing intermediate container 966dd88a50d2 07:47:15 ---> d1af1492c4c9 07:47:15 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:47:15 ---> Running in 089483e2769c 07:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:47:15 Removing intermediate container 089483e2769c 07:47:15 ---> b0c0f50cee05 07:47:15 Step 23/23 : LABEL version=3.0.0-dev.147 07:47:15 ---> Running in 5ec00ba482eb 07:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:47:15 Removing intermediate container 5ec00ba482eb 07:47:15 ---> 86020d77d975 07:47:15 07:47:16 Successfully built 86020d77d975 07:47:16 Successfully tagged support-scheduler:latest 07:47:16  Building support-scheduler ... done Building security-spire-server 07:47:16 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:47:16 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:47:16 OK: 17820 distinct packages available 07:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:47:16 (1/4) Installing dumb-init (1.2.5-r2) 07:47:16 (2/4) Installing musl-obstack (1.2.3-r0) 07:47:16 (3/4) Installing libucontext (1.2-r0) 07:47:16 (4/4) Installing gcompat (1.1.0-r0) 07:47:16 Executing busybox-1.35.0-r29.trigger 07:47:16 OK: 7 MiB in 19 packages 07:47:22 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:47:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:47:22 ---> 24150b459f71 07:47:22 Step 3/26 : WORKDIR /edgex-go 07:47:22 ---> Using cache 07:47:22 ---> 0c4b46ca869c 07:47:22 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 07:47:22 ---> Using cache 07:47:22 ---> b94a5ffb72fe 07:47:22 Step 5/26 : COPY go.mod vendor* ./ 07:47:22 ---> Using cache 07:47:22 ---> c3564d85c7ad 07:47:22 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:22 ---> Using cache 07:47:22 ---> a3ac9e24a8a6 07:47:22 Step 7/26 : COPY . . 07:47:22 ---> Using cache 07:47:22 ---> 03c1e71bbd50 07:47:22 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 07:47:22 ---> Using cache 07:47:22 ---> 9b4c2f5bad3d 07:47:22 Step 9/26 : WORKDIR /edgex-go/spire-build 07:47:22 ---> Using cache 07:47:22 ---> c47ec0370402 07:47:22 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:47:22 ---> Using cache 07:47:22 ---> 8f8a17dc1085 07:47:22 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 07:47:32 ---> Running in 56baa03bdd86 07:47:32 Removing intermediate container 5c6382ecce65 07:47:32 ---> 8b1f124735a4 07:47:32 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:33 ---> 2bb7a5877233 07:47:33 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:47:33 ---> 9cc8c7664e32 07:47:33 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:47:34 Removing intermediate container 56baa03bdd86 07:47:34 ---> 4addfae8ee6c 07:47:34 Step 12/26 : WORKDIR /edgex-go 07:47:34 ---> Running in 4fe60a92a07c 07:47:34 Removing intermediate container 4fe60a92a07c 07:47:34 ---> e02d3d4faba9 07:47:34 07:47:34 Step 13/26 : FROM alpine:3.17 07:47:34 ---> 9ed4aefc74f6 07:47:34 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:47:34 ---> Using cache 07:47:34 ---> c5af0707496e 07:47:34 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:47:34 ---> Using cache 07:47:34 ---> 7ca834b859f4 07:47:34 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:34 ---> Using cache 07:47:34 ---> db324aef13aa 07:47:34 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 07:47:34 ---> Using cache 07:47:35 ---> 3bb7d5d6fb44 07:47:35 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:47:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:47:46 ---> 46bf3482cbd3 07:47:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:47:46 ---> a4c0ea4928b9 07:47:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:47:46 ---> 05978c927832 07:47:46 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:47:46 ---> Running in f50bcaa994bf 07:47:46 ---> d518af7df9a8 07:47:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:47:46 Removing intermediate container f50bcaa994bf 07:47:46 ---> 3fd7119ae943 07:47:46 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:47:47 ---> 8157b8d64f88 07:47:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:47:47 ---> 781eb07c9146 07:47:47 Step 22/27 : WORKDIR / 07:47:48 ---> Running in 792cf4646be1 07:47:55 ---> d3c436f824f3 07:47:55 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:47:55 Removing intermediate container 792cf4646be1 07:47:55 ---> c5d5e807b200 07:47:55 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:47:55 ---> Running in 6965a0f89aec 07:47:55 ---> Running in d09771c76786 07:47:55 Removing intermediate container 6965a0f89aec 07:47:55 ---> a88fa9b59725 07:47:55 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:47:55 Removing intermediate container 659516ab67da 07:47:55 ---> c1cac91c4e42 07:47:55 07:47:55 Step 9/25 : FROM alpine:3.17 07:47:55 ---> 9ed4aefc74f6 07:47:55 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:47:55 Removing intermediate container d09771c76786 07:47:55 ---> 81a53a519c9d 07:47:55 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:47:55 ---> Running in 1273ccf06e03 07:47:55 Removing intermediate container 0cc840ffce91 07:47:55 ---> 539188464bff 07:47:55 07:47:55 Step 9/33 : FROM alpine:3.17 07:47:55 ---> 9ed4aefc74f6 07:47:55 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:47:55 ---> Using cache 07:47:55 ---> 68e9bd9965fc 07:47:55 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 07:47:55 Removing intermediate container 5b37a34bc5fb 07:47:55 ---> c2eb4f0cd84e 07:47:55 07:47:55 Step 10/23 : FROM alpine:3.17 07:47:55 ---> 9ed4aefc74f6 07:47:55 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:47:55 ---> Running in b7808207a332 07:47:55 ---> Running in a2682201fa9b 07:47:55 ---> Running in 133675453cbf 07:47:55 Removing intermediate container 1273ccf06e03 07:47:55 ---> e27a463a1cb6 07:47:55 Step 24/26 : LABEL arch=x86_64 07:47:55 ---> Running in 03d27fe852c6 07:47:55 Removing intermediate container a2682201fa9b 07:47:55 ---> cbde7703622e 07:47:55 Step 25/27 : LABEL arch=x86_64 07:47:55 ---> Running in 6d8276fc3259 07:47:55 ---> Running in e99912b1b176 07:47:55 Removing intermediate container 6d8276fc3259 07:47:55 ---> ae48b5eda1dd 07:47:55 Step 25/26 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:47:55 Removing intermediate container e99912b1b176 07:47:55 ---> bcb7a4ba4cb2 07:47:55 Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:47:55 ---> Running in d9fc84bb8280 07:47:55 ---> Running in aa024a4ee744 07:47:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:47:55 Removing intermediate container d9fc84bb8280 07:47:55 ---> 54c74eb2a194 07:47:55 Step 26/26 : LABEL version=3.0.0-dev.147 07:47:55 Removing intermediate container aa024a4ee744 07:47:55 ---> 2be5c9c0db95 07:47:55 Step 27/27 : LABEL version=3.0.0-dev.147 07:47:55 ---> Running in a274a0ab8727 07:47:55 ---> Running in 514c9bc9c5bb 07:47:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:47:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:47:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:47:55 Removing intermediate container a274a0ab8727 07:47:55 ---> 9ed1a3b65ec7 07:47:55 07:47:55 Removing intermediate container 514c9bc9c5bb 07:47:55 ---> 3145c0f6dbd2 07:47:55 07:47:55 Successfully built 3145c0f6dbd2 07:47:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:47:55 Successfully tagged security-spire-config:latest 07:47:55 Building core-common-config-bootstrapper 07:47:55  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:47:55 Successfully built 9ed1a3b65ec7 07:47:55 Successfully tagged security-spire-server:latest 07:47:55  Building security-spire-server ... done Building security-proxy-setup 07:47:55 (1/3) Installing ca-certificates (20220614-r4) 07:47:55 (2/3) Installing dumb-init (1.2.5-r2) 07:47:55 (3/3) Installing su-exec (0.2-r2) 07:47:55 Executing busybox-1.35.0-r29.trigger 07:47:55 Executing ca-certificates-20220614-r4.trigger 07:47:55 (1/2) Installing ca-certificates (20220614-r4) 07:47:55 (2/2) Installing dumb-init (1.2.5-r2) 07:47:55 Executing busybox-1.35.0-r29.trigger 07:47:55 Executing ca-certificates-20220614-r4.trigger 07:47:55 OK: 8 MiB in 18 packages 07:47:55 OK: 8 MiB in 17 packages 07:47:55 (1/2) Installing dumb-init (1.2.5-r2) 07:47:55 (2/2) Installing su-exec (0.2-r2) 07:47:55 Executing busybox-1.35.0-r29.trigger 07:47:55 OK: 7 MiB in 17 packages 07:47:59 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:47:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:47:59 ---> 24150b459f71 07:47:59 Step 3/22 : WORKDIR /edgex-go 07:47:59 ---> Using cache 07:47:59 ---> 0c4b46ca869c 07:47:59 Step 4/22 : RUN apk add --update --no-cache make git 07:47:59 ---> Using cache 07:47:59 ---> e2fd73eebee8 07:47:59 Step 5/22 : COPY go.mod vendor* ./ 07:47:59 ---> Using cache 07:47:59 ---> e56f72dac256 07:47:59 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:59 ---> Using cache 07:47:59 ---> c3491d735f9d 07:47:59 Step 7/22 : COPY . . 07:47:59 ---> Using cache 07:47:59 ---> b213b7781d9e 07:47:59 Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:47:59 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:47:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:47:59 ---> 24150b459f71 07:47:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:47:59 ---> Using cache 07:47:59 ---> 04ad2d36b711 07:47:59 Step 4/23 : WORKDIR /edgex-go 07:47:59 ---> Using cache 07:47:59 ---> e6f6e700f5ba 07:47:59 Step 5/23 : RUN apk add --update --no-cache make git 07:47:59 ---> Using cache 07:47:59 ---> 9f7590211bf4 07:47:59 Step 6/23 : COPY go.mod vendor* ./ 07:47:59 ---> Using cache 07:47:59 ---> 468f26405424 07:47:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:59 ---> Using cache 07:47:59 ---> db82b8e59e78 07:47:59 Step 8/23 : COPY . . 07:47:59 ---> Using cache 07:47:59 ---> 0ac7239b6339 07:47:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:48:02 ---> Running in ad2aea64a75a 07:48:02 ---> Running in 03c07a8de859 07:48:02 Removing intermediate container 133675453cbf 07:48:02 ---> 3f771d773d1a 07:48:02 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 07:48:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:48:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:48:03 Removing intermediate container 03d27fe852c6 07:48:03 ---> d7333e6e5875 07:48:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 07:48:03 Removing intermediate container b7808207a332 07:48:03 ---> 8dbe552a975f 07:48:03 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:48:03 ---> Running in 250470b23a0b 07:48:03 ---> Running in 189e93318632 07:48:03 ---> Running in a0cffe54eeb2 07:48:03 Removing intermediate container 250470b23a0b 07:48:03 ---> 72a79d4cd40e 07:48:03 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:48:03 ---> Running in 258b11e88414 07:48:03 Removing intermediate container 189e93318632 07:48:03 ---> bfd512920050 07:48:03 Step 12/25 : WORKDIR / 07:48:04 Removing intermediate container a0cffe54eeb2 07:48:04 ---> ceb3cdade186 07:48:04 Step 13/23 : ENV APP_PORT=59860 07:48:04 ---> Running in 73c39511febd 07:48:04 Removing intermediate container 258b11e88414 07:48:04 ---> b8da53b46d0c 07:48:04 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:48:04 ---> Running in 9bf3cf409693 07:48:04 ---> Running in 93a659694021 07:48:04 Removing intermediate container 73c39511febd 07:48:04 ---> 70cb14092525 07:48:04 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:04 Removing intermediate container 9bf3cf409693 07:48:04 ---> b4a42fbc4a70 07:48:04 Step 14/23 : EXPOSE $APP_PORT 07:48:04 Removing intermediate container 93a659694021 07:48:04 ---> 51a61f1d7007 07:48:04 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:48:04 ---> Running in be847e560548 07:48:04 ---> Running in 09664f8cbc87 07:48:04 ---> 33b9b63c3494 07:48:04 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 07:48:04 Removing intermediate container be847e560548 07:48:04 ---> 8e79882c1efb 07:48:04 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:04 Removing intermediate container 09664f8cbc87 07:48:04 ---> da925ce034c3 07:48:04 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:48:04 ---> bf4e525f57b1 07:48:04 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:48:04 ---> 18df853c5d60 07:48:04 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:48:04 ---> Running in af0195d57ad3 07:48:05 ---> 754ac634f300 07:48:05 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 07:48:05 ---> 008f3b286d6c 07:48:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:48:06 ---> c653378d1e14 07:48:06 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:48:08 ---> 13e10fda6b5a 07:48:08 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:48:08 ---> dfc32fdbf56d 07:48:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:48:08 Removing intermediate container af0195d57ad3 07:48:08 ---> e812f365376a 07:48:08 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 07:48:08 ---> Running in 31f91f0c0821 07:48:09 ---> cdbcf3e92738 07:48:09 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:48:10 Removing intermediate container 31f91f0c0821 07:48:10 ---> abcaa41647c3 07:48:10 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:48:10 ---> 07a003bab816 07:48:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:48:10 ---> Running in 1d338570fb04 07:48:12 Removing intermediate container 1d338570fb04 07:48:12 ---> 7f477af5a09a 07:48:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:48:12 ---> 4545afbc29de 07:48:12 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:48:13 ---> Running in bc8cedc05025 07:48:13 ---> Running in cb2a56e0d2b6 07:48:13 ---> 25b06f85140d 07:48:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:48:14 Removing intermediate container bc8cedc05025 07:48:14 ---> ee353e69bbde 07:48:14 Step 21/23 : LABEL arch=x86_64 07:48:14 ---> 9a760bb60b62 07:48:14 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:48:14 ---> Running in 56352f6821c0 07:48:14 ---> Running in 6bb3380fc906 07:48:14 Removing intermediate container 56352f6821c0 07:48:14 ---> e063a0ae3b80 07:48:14 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:14 ---> Running in 5777230b8b9e 07:48:14 Removing intermediate container 5777230b8b9e 07:48:14 ---> b4c2a3d60604 07:48:14 Step 23/23 : LABEL version=3.0.0-dev.147 07:48:15 Removing intermediate container cb2a56e0d2b6 07:48:15 ---> 76fdd545d87d 07:48:15 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:15 ---> Running in d91609028df8 07:48:15 Removing intermediate container d91609028df8 07:48:15 ---> 83a85def0515 07:48:15 07:48:15 Successfully built 83a85def0515 07:48:15 Successfully tagged support-notifications:latest 07:48:15  Building support-notifications ... done  ---> 221275b10f7c 07:48:15 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 07:48:16 ---> 1cf066e39e69 07:48:16 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:48:17 Removing intermediate container 6bb3380fc906 07:48:17 ---> 106fd147a6a3 07:48:17 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 07:48:18 ---> Running in 3b2ceb304717 07:48:18 ---> 2762c4fddcc5 07:48:18 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:48:18 Removing intermediate container 3b2ceb304717 07:48:18 ---> 8cb7d4ac710a 07:48:18 Step 23/25 : LABEL arch=x86_64 07:48:19 ---> Running in c3a69ea33bc8 07:48:19 ---> 50541333bff3 07:48:19 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 07:48:20 Removing intermediate container c3a69ea33bc8 07:48:20 ---> 34be6bb3c38f 07:48:20 Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:22 ---> Running in eaf18c932fdb 07:48:22 ---> cf4065b20506 07:48:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:48:22 Removing intermediate container eaf18c932fdb 07:48:22 ---> 41002afd5030 07:48:22 Step 25/25 : LABEL version=3.0.0-dev.147 07:48:23 ---> 8a2d96a04624 07:48:23 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:48:24 ---> Running in 724d876b4818 07:48:25 ---> e91c535bb2be 07:48:25 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:48:25 Removing intermediate container 724d876b4818 07:48:25 ---> 36a428f13481 07:48:25 07:48:25 Successfully built 36a428f13481 07:48:25 Removing intermediate container 03c07a8de859 07:48:25 ---> 1e9dafea95cc 07:48:25 07:48:25 Step 10/23 : FROM alpine:3.17 07:48:26 ---> 9ed4aefc74f6 07:48:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:48:26 Successfully tagged security-secretstore-setup:latest 07:48:26 ---> 00b5e07235f8 07:48:26 Step 28/33 : RUN chmod +x /entrypoint.sh 07:48:26 ---> Using cache 07:48:26  Building security-secretstore-setup ... done  ---> 1a0e34acb4f2 07:48:26 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:48:26 ---> Using cache 07:48:26 ---> a6b6b392b623 07:48:26 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:26 ---> Using cache 07:48:26 ---> f4e42b3826e9 07:48:26 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:48:26 ---> Using cache 07:48:26 Removing intermediate container ad2aea64a75a 07:48:26 ---> 8c932cad6623 07:48:26 07:48:26 Step 9/22 : FROM alpine:3.17 07:48:26 ---> 9ed4aefc74f6 07:48:26 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 07:48:26 ---> 4224f4148644 07:48:26 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:48:26 ---> Running in ea05412efb3f 07:48:26 ---> Running in 795f0daa573c 07:48:27 ---> 1558b1bd33b2 07:48:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:48:27 ---> efe69b330230 07:48:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:48:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 07:48:27 ---> fd88633da84e 07:48:27 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:48:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 07:48:28 ---> Running in d4e0af5601b6 07:48:28 (1/2) Installing dumb-init (1.2.5-r2) 07:48:28 (2/2) Installing openssl (3.0.8-r4) 07:48:28 Executing busybox-1.35.0-r29.trigger 07:48:28 OK: 8 MiB in 17 packages 07:48:28 Removing intermediate container ea05412efb3f 07:48:28 ---> 82c0c33a600a 07:48:28 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:48:28 ---> Running in 006f0a008ef5 07:48:28 Removing intermediate container 006f0a008ef5 07:48:28 ---> 859064c2ce67 07:48:28 Step 30/33 : CMD ["gate"] 07:48:28 ---> Running in af58dacb1d89 07:48:28 Removing intermediate container 795f0daa573c 07:48:28 ---> 9521ea83f089 07:48:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:48:28 Removing intermediate container af58dacb1d89 07:48:28 ---> cc6427138ece 07:48:28 Step 31/33 : LABEL arch=x86_64 07:48:29 ---> Running in 184f41015f6e 07:48:29 ---> Running in b60b338e8bcd 07:48:29 Removing intermediate container 184f41015f6e 07:48:29 ---> ce47c0b09ab8 07:48:29 Step 12/22 : WORKDIR /edgex 07:48:29 Removing intermediate container d4e0af5601b6 07:48:29 ---> 54547597429c 07:48:29 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:48:29 Removing intermediate container b60b338e8bcd 07:48:29 ---> 4b14996fe77c 07:48:29 Step 32/33 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:29 ---> Running in fd2f99c4964a 07:48:29 ---> Running in 253a3cefae9b 07:48:29 ---> Running in 2aa1d3c67a1b 07:48:29 Removing intermediate container fd2f99c4964a 07:48:29 ---> 0440c48b7dd7 07:48:29 Step 33/33 : LABEL version=3.0.0-dev.147 07:48:29 Removing intermediate container 2aa1d3c67a1b 07:48:29 ---> 836e0948b2fa 07:48:29 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 07:48:29 Removing intermediate container 253a3cefae9b 07:48:29 ---> 633ef9a6871b 07:48:29 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:29 ---> Running in 0a74ba215cba 07:48:29 ---> Running in 28383d0d8dc2 07:48:30 Removing intermediate container 0a74ba215cba 07:48:30 ---> d9cf4aab1d4c 07:48:30 07:48:30 Removing intermediate container 28383d0d8dc2 07:48:30 ---> b79da94a22a3 07:48:30 Step 21/23 : LABEL arch=x86_64 07:48:30 ---> f106ea97d5cd 07:48:30 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 07:48:30 ---> Running in 3c99e613e10e 07:48:30 Successfully built d9cf4aab1d4c 07:48:30 Successfully tagged security-bootstrapper:latest 07:48:30  Building security-bootstrapper ... done Removing intermediate container 3c99e613e10e 07:48:30 ---> 585216fa6c2c 07:48:30 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:30 ---> Running in cda1f9d5ed62 07:48:30 ---> 9f2da92e7e5b 07:48:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:48:30 Removing intermediate container cda1f9d5ed62 07:48:30 ---> 4ce5340509a9 07:48:30 Step 23/23 : LABEL version=3.0.0-dev.147 07:48:30 ---> Running in c53ff943524f 07:48:30 ---> 0840504d0a62 07:48:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:48:30 Removing intermediate container c53ff943524f 07:48:30 ---> cedfa1786405 07:48:30 07:48:30 Successfully built cedfa1786405 07:48:30 Successfully tagged core-common-config-bootstrapper:latest 07:48:31  Building core-common-config-bootstrapper ... done  ---> 462498b16c86 07:48:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:48:31 ---> d8300d35714a 07:48:31 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:48:31 ---> Running in 63d82bf10012 07:48:33 Removing intermediate container 63d82bf10012 07:48:33 ---> d1c90e94ed9e 07:48:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:48:33 ---> Running in 79a7ac3e85e2 07:48:33 Removing intermediate container 79a7ac3e85e2 07:48:33 ---> be35ae1bc85c 07:48:33 Step 20/22 : LABEL arch=x86_64 07:48:33 ---> Running in 81af051142e6 07:48:33 Removing intermediate container 81af051142e6 07:48:33 ---> fb01464e547b 07:48:33 Step 21/22 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:33 ---> Running in cc6137d34cc0 07:48:33 Removing intermediate container cc6137d34cc0 07:48:33 ---> d57f8d05c5e9 07:48:33 Step 22/22 : LABEL version=3.0.0-dev.147 07:48:33 ---> Running in 2a01b6d7e243 07:48:33 Removing intermediate container 2a01b6d7e243 07:48:33 ---> 6eefaac565cb 07:48:33 07:48:33 Successfully built 6eefaac565cb 07:48:34 Successfully tagged security-proxy-setup:latest 07:48:34  Building security-proxy-setup ... done  [Pipeline] } 07:48:34 $ docker stop --time=1 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b 07:48:35 $ docker rm -f --volumes 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b [Pipeline] // withDockerContainer [Pipeline] sh 07:48:35 + docker images 07:48:35 REPOSITORY TAG IMAGE ID CREATED SIZE 07:48:35 security-proxy-setup latest 6eefaac565cb 2 seconds ago 18.7MB 07:48:35 core-common-config-bootstrapper latest cedfa1786405 5 seconds ago 17.2MB 07:48:35 security-bootstrapper latest d9cf4aab1d4c 6 seconds ago 22.2MB 07:48:35 security-secretstore-setup latest 36a428f13481 10 seconds ago 32.8MB 07:48:35 1e9dafea95cc 10 seconds ago 1.72GB 07:48:35 8c932cad6623 10 seconds ago 1.7GB 07:48:35 support-notifications latest 83a85def0515 20 seconds ago 32.4MB 07:48:35 security-spire-config latest 3145c0f6dbd2 40 seconds ago 102MB 07:48:35 security-spire-server latest 9ed1a3b65ec7 40 seconds ago 103MB 07:48:35 539188464bff 42 seconds ago 1.71GB 07:48:35 c2eb4f0cd84e 42 seconds ago 1.79GB 07:48:35 c1cac91c4e42 42 seconds ago 1.72GB 07:48:35 e02d3d4faba9 About a minute ago 1.58GB 07:48:35 support-scheduler latest 86020d77d975 About a minute ago 31.8MB 07:48:35 8b102f399c49 About a minute ago 1.58GB 07:48:35 304b93392338 About a minute ago 1.79GB 07:48:35 core-command latest 1ae90a32e3a2 2 minutes ago 19.8MB 07:48:35 e8a4eadf2050 2 minutes ago 1.72GB 07:48:35 security-proxy-auth latest 4cc4a1e3e437 3 minutes ago 18.3MB 07:48:35 core-data latest 50f94fdf00ea 3 minutes ago 20MB 07:48:35 core-metadata latest 4a6bdb10387d 3 minutes ago 20.4MB 07:48:35 security-spiffe-token-provider latest a88a1bb1388a 3 minutes ago 32.8MB 07:48:35 security-spire-agent latest 2ad6c0c53ab5 3 minutes ago 161MB 07:48:35 45a5b583c7f5 3 minutes ago 1.76GB 07:48:35 ced559b3e8d2 3 minutes ago 1.73GB 07:48:35 383c58876be6 3 minutes ago 1.7GB 07:48:35 7a79199627c3 3 minutes ago 1.73GB 07:48:35 18cde47f90bc 4 minutes ago 1.58GB 07:48:35 ci-base-image-x86_64 latest 24150b459f71 8 minutes ago 918MB 07:48:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 9 days ago 700MB 07:48:35 alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB 07:48:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 07:48:35 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 07:48:35 provisioning config files... 07:48:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config5044390345661933843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:48:36 ---> docker-login.sh 07:48:36 nexus3.edgexfoundry.org:10001 07:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:36 Configure a credential helper to remove this warning. See 07:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:36 07:48:36 Login Succeeded 07:48:36 nexus3.edgexfoundry.org:10002 07:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:36 Configure a credential helper to remove this warning. See 07:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:36 07:48:36 Login Succeeded 07:48:36 nexus3.edgexfoundry.org:10003 07:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:36 Configure a credential helper to remove this warning. See 07:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:36 07:48:36 Login Succeeded 07:48:36 nexus3.edgexfoundry.org:10004 07:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:36 Configure a credential helper to remove this warning. See 07:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:36 07:48:36 Login Succeeded 07:48:36 docker.io 07:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:37 Configure a credential helper to remove this warning. See 07:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:37 07:48:37 Login Succeeded 07:48:37 ---> docker-login.sh ends [Pipeline] } 07:48:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:48:37 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:48:37 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:37 latest 07:48:37 3.0.0-dev.147 07:48:37 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:37 main 07:48:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:37 + docker push nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:48:37 77080b338150: Preparing 07:48:37 1c7f2bb0cfdc: Preparing 07:48:37 de54c6884eb1: Preparing 07:48:37 87a97453d705: Preparing 07:48:37 9184a187baed: Preparing 07:48:37 f1417ff83b31: Preparing 07:48:37 f1417ff83b31: Waiting 07:48:37 de54c6884eb1: Pushed 07:48:37 77080b338150: Pushed 07:48:38 9184a187baed: Pushed 07:48:38 87a97453d705: Pushed 07:48:38 f1417ff83b31: Layer already exists 07:48:38 1c7f2bb0cfdc: Pushed 07:48:39 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:48:40 77080b338150: Preparing 07:48:40 1c7f2bb0cfdc: Preparing 07:48:40 de54c6884eb1: Preparing 07:48:40 87a97453d705: Preparing 07:48:40 9184a187baed: Preparing 07:48:40 f1417ff83b31: Preparing 07:48:40 87a97453d705: Layer already exists 07:48:40 9184a187baed: Layer already exists 07:48:40 77080b338150: Layer already exists 07:48:40 de54c6884eb1: Layer already exists 07:48:40 1c7f2bb0cfdc: Layer already exists 07:48:40 f1417ff83b31: Layer already exists 07:48:40 latest: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:40 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 07:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:48:40 77080b338150: Preparing 07:48:40 1c7f2bb0cfdc: Preparing 07:48:40 de54c6884eb1: Preparing 07:48:40 87a97453d705: Preparing 07:48:40 9184a187baed: Preparing 07:48:40 f1417ff83b31: Preparing 07:48:40 f1417ff83b31: Waiting 07:48:40 9184a187baed: Layer already exists 07:48:40 77080b338150: Layer already exists 07:48:40 de54c6884eb1: Layer already exists 07:48:40 1c7f2bb0cfdc: Layer already exists 07:48:40 f1417ff83b31: Layer already exists 07:48:40 87a97453d705: Layer already exists 07:48:40 3.0.0-dev.147: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:41 + docker push nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:48:41 77080b338150: Preparing 07:48:41 1c7f2bb0cfdc: Preparing 07:48:41 de54c6884eb1: Preparing 07:48:41 87a97453d705: Preparing 07:48:41 9184a187baed: Preparing 07:48:41 f1417ff83b31: Preparing 07:48:41 f1417ff83b31: Waiting 07:48:41 1c7f2bb0cfdc: Layer already exists 07:48:41 87a97453d705: Layer already exists 07:48:41 77080b338150: Layer already exists 07:48:41 9184a187baed: Layer already exists 07:48:41 de54c6884eb1: Layer already exists 07:48:41 f1417ff83b31: Layer already exists 07:48:41 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:48:42 77080b338150: Preparing 07:48:42 1c7f2bb0cfdc: Preparing 07:48:42 de54c6884eb1: Preparing 07:48:42 87a97453d705: Preparing 07:48:42 9184a187baed: Preparing 07:48:42 f1417ff83b31: Preparing 07:48:42 f1417ff83b31: Waiting 07:48:42 1c7f2bb0cfdc: Layer already exists 07:48:42 87a97453d705: Layer already exists 07:48:42 de54c6884eb1: Layer already exists 07:48:42 77080b338150: Layer already exists 07:48:42 9184a187baed: Layer already exists 07:48:42 f1417ff83b31: Layer already exists 07:48:42 main: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:42 ===================================================== [Pipeline] echo 07:48:42 taggedImages: 07:48:42 - nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:42 - nexus3.edgexfoundry.org:10004/core-command:latest 07:48:42 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 07:48:42 - nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:48:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:48:42 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:42 latest 07:48:42 3.0.0-dev.147 07:48:42 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:42 main 07:48:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:48:43 23363e878a62: Preparing 07:48:43 1889f80d0082: Preparing 07:48:43 0c1a88dcbd72: Preparing 07:48:43 a8d723c4dfe8: Preparing 07:48:43 de54c6884eb1: Preparing 07:48:43 87a97453d705: Preparing 07:48:43 bd1911abc278: Preparing 07:48:43 f1417ff83b31: Preparing 07:48:43 bd1911abc278: Waiting 07:48:43 87a97453d705: Waiting 07:48:43 f1417ff83b31: Waiting 07:48:43 23363e878a62: Pushed 07:48:43 0c1a88dcbd72: Pushed 07:48:43 1889f80d0082: Pushed 07:48:43 de54c6884eb1: Layer already exists 07:48:43 bd1911abc278: Pushed 07:48:43 87a97453d705: Layer already exists 07:48:43 f1417ff83b31: Layer already exists 07:48:44 a8d723c4dfe8: Pushed 07:48:44 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:44 + 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 07:48:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:48:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:48:44 23363e878a62: Preparing 07:48:44 1889f80d0082: Preparing 07:48:44 0c1a88dcbd72: Preparing 07:48:44 a8d723c4dfe8: Preparing 07:48:44 de54c6884eb1: Preparing 07:48:44 87a97453d705: Preparing 07:48:44 bd1911abc278: Preparing 07:48:44 f1417ff83b31: Preparing 07:48:44 bd1911abc278: Waiting 07:48:44 f1417ff83b31: Waiting 07:48:44 87a97453d705: Waiting 07:48:44 0c1a88dcbd72: Layer already exists 07:48:44 de54c6884eb1: Layer already exists 07:48:44 a8d723c4dfe8: Layer already exists 07:48:44 1889f80d0082: Layer already exists 07:48:44 23363e878a62: Layer already exists 07:48:44 bd1911abc278: Layer already exists 07:48:44 87a97453d705: Layer already exists 07:48:44 f1417ff83b31: Layer already exists 07:48:44 latest: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 07:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:48:45 23363e878a62: Preparing 07:48:45 1889f80d0082: Preparing 07:48:45 0c1a88dcbd72: Preparing 07:48:45 a8d723c4dfe8: Preparing 07:48:45 de54c6884eb1: Preparing 07:48:45 87a97453d705: Preparing 07:48:45 bd1911abc278: Preparing 07:48:45 f1417ff83b31: Preparing 07:48:45 87a97453d705: Waiting 07:48:45 bd1911abc278: Waiting 07:48:45 f1417ff83b31: Waiting 07:48:45 de54c6884eb1: Layer already exists 07:48:45 a8d723c4dfe8: Layer already exists 07:48:45 1889f80d0082: Layer already exists 07:48:45 0c1a88dcbd72: Layer already exists 07:48:45 23363e878a62: Layer already exists 07:48:45 bd1911abc278: Layer already exists 07:48:45 87a97453d705: Layer already exists 07:48:45 f1417ff83b31: Layer already exists 07:48:45 3.0.0-dev.147: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:48:46 23363e878a62: Preparing 07:48:46 1889f80d0082: Preparing 07:48:46 0c1a88dcbd72: Preparing 07:48:46 a8d723c4dfe8: Preparing 07:48:46 de54c6884eb1: Preparing 07:48:46 87a97453d705: Preparing 07:48:46 bd1911abc278: Preparing 07:48:46 f1417ff83b31: Preparing 07:48:46 87a97453d705: Waiting 07:48:46 bd1911abc278: Waiting 07:48:46 f1417ff83b31: Waiting 07:48:46 de54c6884eb1: Layer already exists 07:48:46 23363e878a62: Layer already exists 07:48:46 0c1a88dcbd72: Layer already exists 07:48:46 a8d723c4dfe8: Layer already exists 07:48:46 1889f80d0082: Layer already exists 07:48:46 87a97453d705: Layer already exists 07:48:46 bd1911abc278: Layer already exists 07:48:46 f1417ff83b31: Layer already exists 07:48:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:46 + 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 07:48:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:48:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:48:46 23363e878a62: Preparing 07:48:46 1889f80d0082: Preparing 07:48:46 0c1a88dcbd72: Preparing 07:48:46 a8d723c4dfe8: Preparing 07:48:46 de54c6884eb1: Preparing 07:48:46 87a97453d705: Preparing 07:48:46 bd1911abc278: Preparing 07:48:46 f1417ff83b31: Preparing 07:48:46 87a97453d705: Waiting 07:48:46 bd1911abc278: Waiting 07:48:46 f1417ff83b31: Waiting 07:48:46 a8d723c4dfe8: Layer already exists 07:48:46 1889f80d0082: Layer already exists 07:48:46 de54c6884eb1: Layer already exists 07:48:46 0c1a88dcbd72: Layer already exists 07:48:46 23363e878a62: Layer already exists 07:48:46 87a97453d705: Layer already exists 07:48:46 bd1911abc278: Layer already exists 07:48:46 f1417ff83b31: Layer already exists 07:48:46 main: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:46 ===================================================== [Pipeline] echo 07:48:46 taggedImages: 07:48:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:48:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 07:48:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:48:46 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:48:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:46 latest 07:48:46 3.0.0-dev.147 07:48:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:46 main 07:48:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:47 + docker push nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:48:47 43abb1d7e171: Preparing 07:48:47 0d9c1878a19b: Preparing 07:48:47 de54c6884eb1: Preparing 07:48:47 87a97453d705: Preparing 07:48:47 eb5a084b3891: Preparing 07:48:47 f1417ff83b31: Preparing 07:48:47 f1417ff83b31: Waiting 07:48:47 de54c6884eb1: Layer already exists 07:48:47 87a97453d705: Layer already exists 07:48:47 f1417ff83b31: Layer already exists 07:48:47 43abb1d7e171: Pushed 07:48:47 eb5a084b3891: Pushed 07:48:48 0d9c1878a19b: Pushed 07:48:48 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:49 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:48:49 43abb1d7e171: Preparing 07:48:49 0d9c1878a19b: Preparing 07:48:49 de54c6884eb1: Preparing 07:48:49 87a97453d705: Preparing 07:48:49 eb5a084b3891: Preparing 07:48:49 f1417ff83b31: Preparing 07:48:49 f1417ff83b31: Waiting 07:48:49 de54c6884eb1: Layer already exists 07:48:49 eb5a084b3891: Layer already exists 07:48:49 0d9c1878a19b: Layer already exists 07:48:49 87a97453d705: Layer already exists 07:48:49 f1417ff83b31: Layer already exists 07:48:49 43abb1d7e171: Layer already exists 07:48:49 latest: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:50 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 07:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:48:50 43abb1d7e171: Preparing 07:48:50 0d9c1878a19b: Preparing 07:48:50 de54c6884eb1: Preparing 07:48:50 87a97453d705: Preparing 07:48:50 eb5a084b3891: Preparing 07:48:50 f1417ff83b31: Preparing 07:48:50 f1417ff83b31: Waiting 07:48:50 0d9c1878a19b: Layer already exists 07:48:50 43abb1d7e171: Layer already exists 07:48:50 de54c6884eb1: Layer already exists 07:48:50 eb5a084b3891: Layer already exists 07:48:50 f1417ff83b31: Layer already exists 07:48:50 87a97453d705: Layer already exists 07:48:50 3.0.0-dev.147: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:50 + docker push nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:48:50 43abb1d7e171: Preparing 07:48:50 0d9c1878a19b: Preparing 07:48:50 de54c6884eb1: Preparing 07:48:50 87a97453d705: Preparing 07:48:50 eb5a084b3891: Preparing 07:48:50 f1417ff83b31: Preparing 07:48:50 f1417ff83b31: Waiting 07:48:50 87a97453d705: Layer already exists 07:48:50 de54c6884eb1: Layer already exists 07:48:50 43abb1d7e171: Layer already exists 07:48:50 eb5a084b3891: Layer already exists 07:48:50 0d9c1878a19b: Layer already exists 07:48:50 f1417ff83b31: Layer already exists 07:48:50 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:51 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:48:51 43abb1d7e171: Preparing 07:48:51 0d9c1878a19b: Preparing 07:48:51 de54c6884eb1: Preparing 07:48:51 87a97453d705: Preparing 07:48:51 eb5a084b3891: Preparing 07:48:51 f1417ff83b31: Preparing 07:48:51 f1417ff83b31: Waiting 07:48:51 eb5a084b3891: Layer already exists 07:48:51 87a97453d705: Layer already exists 07:48:51 43abb1d7e171: Layer already exists 07:48:51 0d9c1878a19b: Layer already exists 07:48:51 de54c6884eb1: Layer already exists 07:48:51 f1417ff83b31: Layer already exists 07:48:51 main: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:51 ===================================================== [Pipeline] echo 07:48:51 taggedImages: 07:48:51 - nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:51 - nexus3.edgexfoundry.org:10004/core-data:latest 07:48:51 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 07:48:51 - nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:51 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:48:51 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:48:51 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:51 latest 07:48:51 3.0.0-dev.147 07:48:51 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:51 main 07:48:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:52 Removing intermediate container 453b8361c21c 07:48:52 ---> f2270d340b70 07:48:52 Step 7/22 : COPY . . 07:48:52 ---> 834b4162ae28 07:48:52 Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:48:52 ---> Running in 1c222437a49c 07:48:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:48:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:48:52 aa8663ddd030: Preparing 07:48:52 061761df9022: Preparing 07:48:52 c1202ddc6e3f: Preparing 07:48:52 de54c6884eb1: Preparing 07:48:52 87a97453d705: Preparing 07:48:52 9184a187baed: Preparing 07:48:52 f1417ff83b31: Preparing 07:48:52 f1417ff83b31: Waiting 07:48:52 9184a187baed: Waiting 07:48:52 de54c6884eb1: Layer already exists 07:48:52 87a97453d705: Layer already exists 07:48:52 9184a187baed: Layer already exists 07:48:52 f1417ff83b31: Layer already exists 07:48:52 aa8663ddd030: Pushed 07:48:52 061761df9022: Pushed 07:48:53 c1202ddc6e3f: Pushed 07:48:53 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:48:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:48:54 aa8663ddd030: Preparing 07:48:54 061761df9022: Preparing 07:48:54 c1202ddc6e3f: Preparing 07:48:54 de54c6884eb1: Preparing 07:48:54 87a97453d705: Preparing 07:48:54 9184a187baed: Preparing 07:48:54 f1417ff83b31: Preparing 07:48:54 9184a187baed: Waiting 07:48:54 f1417ff83b31: Waiting 07:48:54 c1202ddc6e3f: Layer already exists 07:48:54 de54c6884eb1: Layer already exists 07:48:54 061761df9022: Layer already exists 07:48:54 aa8663ddd030: Layer already exists 07:48:54 87a97453d705: Layer already exists 07:48:54 f1417ff83b31: Layer already exists 07:48:54 9184a187baed: Layer already exists 07:48:55 latest: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 07:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:48:55 aa8663ddd030: Preparing 07:48:55 061761df9022: Preparing 07:48:55 c1202ddc6e3f: Preparing 07:48:55 de54c6884eb1: Preparing 07:48:55 87a97453d705: Preparing 07:48:55 9184a187baed: Preparing 07:48:55 f1417ff83b31: Preparing 07:48:55 9184a187baed: Waiting 07:48:55 87a97453d705: Layer already exists 07:48:55 aa8663ddd030: Layer already exists 07:48:55 de54c6884eb1: Layer already exists 07:48:55 061761df9022: Layer already exists 07:48:55 9184a187baed: Layer already exists 07:48:55 c1202ddc6e3f: Layer already exists 07:48:55 f1417ff83b31: Layer already exists 07:48:55 3.0.0-dev.147: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:48:56 aa8663ddd030: Preparing 07:48:56 061761df9022: Preparing 07:48:56 c1202ddc6e3f: Preparing 07:48:56 de54c6884eb1: Preparing 07:48:56 87a97453d705: Preparing 07:48:56 9184a187baed: Preparing 07:48:56 f1417ff83b31: Preparing 07:48:56 9184a187baed: Waiting 07:48:56 f1417ff83b31: Waiting 07:48:56 c1202ddc6e3f: Layer already exists 07:48:56 de54c6884eb1: Layer already exists 07:48:56 87a97453d705: Layer already exists 07:48:56 061761df9022: Layer already exists 07:48:56 aa8663ddd030: Layer already exists 07:48:56 9184a187baed: Layer already exists 07:48:56 f1417ff83b31: Layer already exists 07:48:56 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:48:57 aa8663ddd030: Preparing 07:48:57 061761df9022: Preparing 07:48:57 c1202ddc6e3f: Preparing 07:48:57 de54c6884eb1: Preparing 07:48:57 87a97453d705: Preparing 07:48:57 9184a187baed: Preparing 07:48:57 f1417ff83b31: Preparing 07:48:57 f1417ff83b31: Waiting 07:48:57 9184a187baed: Waiting 07:48:57 c1202ddc6e3f: Layer already exists 07:48:57 aa8663ddd030: Layer already exists 07:48:57 061761df9022: Layer already exists 07:48:57 de54c6884eb1: Layer already exists 07:48:57 87a97453d705: Layer already exists 07:48:57 9184a187baed: Layer already exists 07:48:57 f1417ff83b31: Layer already exists 07:48:57 main: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:48:57 ===================================================== [Pipeline] echo 07:48:57 taggedImages: 07:48:57 - nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:57 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:48:57 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 07:48:57 - nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:57 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:48:57 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:48:57 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:57 latest 07:48:57 3.0.0-dev.147 07:48:57 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:48:57 main 07:48:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:48:58 e9f786740076: Preparing 07:48:58 e9f786740076: Preparing 07:48:58 a02f928c8470: Preparing 07:48:58 7380ec053868: Preparing 07:48:58 a7b86bf7a5c6: Preparing 07:48:58 e8e1438ee10a: Preparing 07:48:58 7ef2f1d31b80: Preparing 07:48:58 de54c6884eb1: Preparing 07:48:58 87a97453d705: Preparing 07:48:58 6104ee048f17: Preparing 07:48:58 7ef2f1d31b80: Waiting 07:48:58 de54c6884eb1: Waiting 07:48:58 87a97453d705: Waiting 07:48:58 d1d77f9d7638: Preparing 07:48:58 65d55cf95a2e: Preparing 07:48:58 3bfef0e91d1b: Preparing 07:48:58 d1d77f9d7638: Waiting 07:48:58 65d55cf95a2e: Waiting 07:48:58 6104ee048f17: Waiting 07:48:58 f1417ff83b31: Preparing 07:48:58 3bfef0e91d1b: Waiting 07:48:58 7380ec053868: Pushed 07:48:58 e8e1438ee10a: Pushed 07:48:58 a02f928c8470: Pushed 07:48:58 a7b86bf7a5c6: Pushed 07:48:58 e9f786740076: Pushed 07:48:59 6104ee048f17: Pushed 07:48:59 d1d77f9d7638: Pushed 07:48:59 de54c6884eb1: Layer already exists 07:48:59 65d55cf95a2e: Pushed 07:48:59 87a97453d705: Layer already exists 07:48:59 3bfef0e91d1b: Pushed 07:48:59 f1417ff83b31: Layer already exists 07:49:00 7ef2f1d31b80: Pushed 07:49:00 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:49:01 e9f786740076: Preparing 07:49:01 e9f786740076: Preparing 07:49:01 a02f928c8470: Preparing 07:49:01 7380ec053868: Preparing 07:49:01 a7b86bf7a5c6: Preparing 07:49:01 e8e1438ee10a: Preparing 07:49:01 7ef2f1d31b80: Preparing 07:49:01 de54c6884eb1: Preparing 07:49:01 87a97453d705: Preparing 07:49:01 de54c6884eb1: Waiting 07:49:01 7ef2f1d31b80: Waiting 07:49:01 6104ee048f17: Preparing 07:49:01 d1d77f9d7638: Preparing 07:49:01 65d55cf95a2e: Preparing 07:49:01 3bfef0e91d1b: Preparing 07:49:01 f1417ff83b31: Preparing 07:49:01 6104ee048f17: Waiting 07:49:01 d1d77f9d7638: Waiting 07:49:01 65d55cf95a2e: Waiting 07:49:01 3bfef0e91d1b: Waiting 07:49:01 f1417ff83b31: Waiting 07:49:01 87a97453d705: Waiting 07:49:01 a7b86bf7a5c6: Layer already exists 07:49:01 e8e1438ee10a: Layer already exists 07:49:01 a02f928c8470: Layer already exists 07:49:01 e9f786740076: Layer already exists 07:49:01 7380ec053868: Layer already exists 07:49:01 7ef2f1d31b80: Layer already exists 07:49:01 6104ee048f17: Layer already exists 07:49:01 de54c6884eb1: Layer already exists 07:49:01 87a97453d705: Layer already exists 07:49:01 f1417ff83b31: Layer already exists 07:49:01 65d55cf95a2e: Layer already exists 07:49:01 3bfef0e91d1b: Layer already exists 07:49:01 d1d77f9d7638: Layer already exists 07:49:01 latest: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 07:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:49:02 e9f786740076: Preparing 07:49:02 e9f786740076: Preparing 07:49:02 a02f928c8470: Preparing 07:49:02 7380ec053868: Preparing 07:49:02 a7b86bf7a5c6: Preparing 07:49:02 e8e1438ee10a: Preparing 07:49:02 7ef2f1d31b80: Preparing 07:49:02 de54c6884eb1: Preparing 07:49:02 87a97453d705: Preparing 07:49:02 6104ee048f17: Preparing 07:49:02 d1d77f9d7638: Preparing 07:49:02 65d55cf95a2e: Preparing 07:49:02 3bfef0e91d1b: Preparing 07:49:02 f1417ff83b31: Preparing 07:49:02 d1d77f9d7638: Waiting 07:49:02 de54c6884eb1: Waiting 07:49:02 65d55cf95a2e: Waiting 07:49:02 3bfef0e91d1b: Waiting 07:49:02 87a97453d705: Waiting 07:49:02 f1417ff83b31: Waiting 07:49:02 6104ee048f17: Waiting 07:49:02 7ef2f1d31b80: Waiting 07:49:02 a7b86bf7a5c6: Layer already exists 07:49:02 e8e1438ee10a: Layer already exists 07:49:02 7380ec053868: Layer already exists 07:49:02 a02f928c8470: Layer already exists 07:49:02 e9f786740076: Layer already exists 07:49:02 7ef2f1d31b80: Layer already exists 07:49:02 6104ee048f17: Layer already exists 07:49:02 87a97453d705: Layer already exists 07:49:02 de54c6884eb1: Layer already exists 07:49:02 d1d77f9d7638: Layer already exists 07:49:02 3bfef0e91d1b: Layer already exists 07:49:02 65d55cf95a2e: Layer already exists 07:49:02 f1417ff83b31: Layer already exists 07:49:02 3.0.0-dev.147: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:49:02 e9f786740076: Preparing 07:49:02 e9f786740076: Preparing 07:49:02 a02f928c8470: Preparing 07:49:02 7380ec053868: Preparing 07:49:02 a7b86bf7a5c6: Preparing 07:49:02 e8e1438ee10a: Preparing 07:49:02 7ef2f1d31b80: Preparing 07:49:02 de54c6884eb1: Preparing 07:49:02 87a97453d705: Preparing 07:49:02 6104ee048f17: Preparing 07:49:02 d1d77f9d7638: Preparing 07:49:02 65d55cf95a2e: Preparing 07:49:02 3bfef0e91d1b: Preparing 07:49:02 f1417ff83b31: Preparing 07:49:02 de54c6884eb1: Waiting 07:49:02 87a97453d705: Waiting 07:49:02 6104ee048f17: Waiting 07:49:02 d1d77f9d7638: Waiting 07:49:02 65d55cf95a2e: Waiting 07:49:02 f1417ff83b31: Waiting 07:49:02 3bfef0e91d1b: Waiting 07:49:02 7ef2f1d31b80: Waiting 07:49:02 a7b86bf7a5c6: Layer already exists 07:49:02 a02f928c8470: Layer already exists 07:49:02 e8e1438ee10a: Layer already exists 07:49:02 7380ec053868: Layer already exists 07:49:02 e9f786740076: Layer already exists 07:49:02 7ef2f1d31b80: Layer already exists 07:49:02 87a97453d705: Layer already exists 07:49:02 de54c6884eb1: Layer already exists 07:49:02 6104ee048f17: Layer already exists 07:49:02 3bfef0e91d1b: Layer already exists 07:49:03 65d55cf95a2e: Layer already exists 07:49:03 d1d77f9d7638: Layer already exists 07:49:03 f1417ff83b31: Layer already exists 07:49:03 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:49:04 e9f786740076: Preparing 07:49:04 e9f786740076: Preparing 07:49:04 a02f928c8470: Preparing 07:49:04 7380ec053868: Preparing 07:49:04 a7b86bf7a5c6: Preparing 07:49:04 e8e1438ee10a: Preparing 07:49:04 7ef2f1d31b80: Preparing 07:49:04 de54c6884eb1: Preparing 07:49:04 87a97453d705: Preparing 07:49:04 6104ee048f17: Preparing 07:49:04 d1d77f9d7638: Preparing 07:49:04 65d55cf95a2e: Preparing 07:49:04 3bfef0e91d1b: Preparing 07:49:04 f1417ff83b31: Preparing 07:49:04 87a97453d705: Waiting 07:49:04 d1d77f9d7638: Waiting 07:49:04 6104ee048f17: Waiting 07:49:04 65d55cf95a2e: Waiting 07:49:04 7ef2f1d31b80: Waiting 07:49:04 3bfef0e91d1b: Waiting 07:49:04 f1417ff83b31: Waiting 07:49:04 de54c6884eb1: Waiting 07:49:04 e8e1438ee10a: Layer already exists 07:49:04 a7b86bf7a5c6: Layer already exists 07:49:04 a02f928c8470: Layer already exists 07:49:04 e9f786740076: Layer already exists 07:49:04 7380ec053868: Layer already exists 07:49:04 d1d77f9d7638: Layer already exists 07:49:04 87a97453d705: Layer already exists 07:49:04 6104ee048f17: Layer already exists 07:49:04 3bfef0e91d1b: Layer already exists 07:49:04 f1417ff83b31: Layer already exists 07:49:04 65d55cf95a2e: Layer already exists 07:49:04 de54c6884eb1: Layer already exists 07:49:04 7ef2f1d31b80: Layer already exists 07:49:04 main: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:04 ===================================================== [Pipeline] echo 07:49:04 taggedImages: 07:49:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:49:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 07:49:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:49:04 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:49:04 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:04 latest 07:49:04 3.0.0-dev.147 07:49:04 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:04 main 07:49:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:49:04 443bccaf44d3: Preparing 07:49:04 22e4180de6e4: Preparing 07:49:04 7e645d431377: Preparing 07:49:04 2de66966bf14: Preparing 07:49:04 de54c6884eb1: Preparing 07:49:04 87a97453d705: Preparing 07:49:04 bd1911abc278: Preparing 07:49:04 f1417ff83b31: Preparing 07:49:04 bd1911abc278: Waiting 07:49:04 87a97453d705: Waiting 07:49:04 22e4180de6e4: Pushed 07:49:04 7e645d431377: Pushed 07:49:04 443bccaf44d3: Pushed 07:49:05 de54c6884eb1: Layer already exists 07:49:05 87a97453d705: Layer already exists 07:49:05 bd1911abc278: Layer already exists 07:49:05 f1417ff83b31: Layer already exists 07:49:06 2de66966bf14: Pushed 07:49:06 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:49:06 443bccaf44d3: Preparing 07:49:06 22e4180de6e4: Preparing 07:49:06 7e645d431377: Preparing 07:49:06 2de66966bf14: Preparing 07:49:06 de54c6884eb1: Preparing 07:49:06 87a97453d705: Preparing 07:49:06 bd1911abc278: Preparing 07:49:06 f1417ff83b31: Preparing 07:49:06 87a97453d705: Waiting 07:49:06 de54c6884eb1: Layer already exists 07:49:06 2de66966bf14: Layer already exists 07:49:06 22e4180de6e4: Layer already exists 07:49:06 443bccaf44d3: Layer already exists 07:49:06 7e645d431377: Layer already exists 07:49:06 87a97453d705: Layer already exists 07:49:06 bd1911abc278: Layer already exists 07:49:06 f1417ff83b31: Layer already exists 07:49:06 latest: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 07:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:49:07 443bccaf44d3: Preparing 07:49:07 22e4180de6e4: Preparing 07:49:07 7e645d431377: Preparing 07:49:07 2de66966bf14: Preparing 07:49:07 de54c6884eb1: Preparing 07:49:07 87a97453d705: Preparing 07:49:07 bd1911abc278: Preparing 07:49:07 f1417ff83b31: Preparing 07:49:07 87a97453d705: Waiting 07:49:07 bd1911abc278: Waiting 07:49:07 f1417ff83b31: Waiting 07:49:07 22e4180de6e4: Layer already exists 07:49:07 7e645d431377: Layer already exists 07:49:07 de54c6884eb1: Layer already exists 07:49:07 2de66966bf14: Layer already exists 07:49:07 f1417ff83b31: Layer already exists 07:49:07 bd1911abc278: Layer already exists 07:49:07 87a97453d705: Layer already exists 07:49:07 443bccaf44d3: Layer already exists 07:49:07 3.0.0-dev.147: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:49:07 443bccaf44d3: Preparing 07:49:07 22e4180de6e4: Preparing 07:49:07 7e645d431377: Preparing 07:49:07 2de66966bf14: Preparing 07:49:07 de54c6884eb1: Preparing 07:49:07 87a97453d705: Preparing 07:49:07 bd1911abc278: Preparing 07:49:07 f1417ff83b31: Preparing 07:49:07 87a97453d705: Waiting 07:49:07 bd1911abc278: Waiting 07:49:07 f1417ff83b31: Waiting 07:49:07 443bccaf44d3: Layer already exists 07:49:07 7e645d431377: Layer already exists 07:49:07 22e4180de6e4: Layer already exists 07:49:07 2de66966bf14: Layer already exists 07:49:07 de54c6884eb1: Layer already exists 07:49:07 87a97453d705: Layer already exists 07:49:07 bd1911abc278: Layer already exists 07:49:07 f1417ff83b31: Layer already exists 07:49:07 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:49:08 443bccaf44d3: Preparing 07:49:08 22e4180de6e4: Preparing 07:49:08 7e645d431377: Preparing 07:49:08 2de66966bf14: Preparing 07:49:08 de54c6884eb1: Preparing 07:49:08 87a97453d705: Preparing 07:49:08 bd1911abc278: Preparing 07:49:08 f1417ff83b31: Preparing 07:49:08 bd1911abc278: Waiting 07:49:08 f1417ff83b31: Waiting 07:49:08 87a97453d705: Waiting 07:49:08 de54c6884eb1: Layer already exists 07:49:08 443bccaf44d3: Layer already exists 07:49:08 7e645d431377: Layer already exists 07:49:08 2de66966bf14: Layer already exists 07:49:08 87a97453d705: Layer already exists 07:49:08 f1417ff83b31: Layer already exists 07:49:08 bd1911abc278: Layer already exists 07:49:08 22e4180de6e4: Layer already exists 07:49:08 main: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:08 ===================================================== [Pipeline] echo 07:49:08 taggedImages: 07:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 07:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:49:08 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:49:08 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:08 latest 07:49:08 3.0.0-dev.147 07:49:08 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:08 main 07:49:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:49:09 0627cc6ae072: Preparing 07:49:09 c2e4b8514cf4: Preparing 07:49:09 e2e9f1c706cc: Preparing 07:49:09 472e763a5ff0: Preparing 07:49:09 de54c6884eb1: Preparing 07:49:09 87a97453d705: Preparing 07:49:09 7ec0d7b577fb: Preparing 07:49:09 fb674e94fa08: Preparing 07:49:09 f1417ff83b31: Preparing 07:49:09 fb674e94fa08: Waiting 07:49:09 87a97453d705: Waiting 07:49:09 f1417ff83b31: Waiting 07:49:09 7ec0d7b577fb: Waiting 07:49:09 de54c6884eb1: Layer already exists 07:49:09 87a97453d705: Layer already exists 07:49:09 0627cc6ae072: Pushed 07:49:09 c2e4b8514cf4: Pushed 07:49:09 472e763a5ff0: Pushed 07:49:09 7ec0d7b577fb: Pushed 07:49:09 f1417ff83b31: Layer already exists 07:49:09 fb674e94fa08: Pushed 07:49:10 e2e9f1c706cc: Pushed 07:49:10 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:49:11 0627cc6ae072: Preparing 07:49:11 c2e4b8514cf4: Preparing 07:49:11 e2e9f1c706cc: Preparing 07:49:11 472e763a5ff0: Preparing 07:49:11 de54c6884eb1: Preparing 07:49:11 87a97453d705: Preparing 07:49:11 7ec0d7b577fb: Preparing 07:49:11 fb674e94fa08: Preparing 07:49:11 f1417ff83b31: Preparing 07:49:11 fb674e94fa08: Waiting 07:49:11 f1417ff83b31: Waiting 07:49:11 87a97453d705: Waiting 07:49:11 0627cc6ae072: Layer already exists 07:49:11 de54c6884eb1: Layer already exists 07:49:11 c2e4b8514cf4: Layer already exists 07:49:11 e2e9f1c706cc: Layer already exists 07:49:11 472e763a5ff0: Layer already exists 07:49:11 87a97453d705: Layer already exists 07:49:11 fb674e94fa08: Layer already exists 07:49:11 7ec0d7b577fb: Layer already exists 07:49:11 f1417ff83b31: Layer already exists 07:49:11 latest: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 07:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:49:12 0627cc6ae072: Preparing 07:49:12 c2e4b8514cf4: Preparing 07:49:12 e2e9f1c706cc: Preparing 07:49:12 472e763a5ff0: Preparing 07:49:12 de54c6884eb1: Preparing 07:49:12 87a97453d705: Preparing 07:49:12 7ec0d7b577fb: Preparing 07:49:12 fb674e94fa08: Preparing 07:49:12 f1417ff83b31: Preparing 07:49:12 7ec0d7b577fb: Waiting 07:49:12 f1417ff83b31: Waiting 07:49:12 87a97453d705: Waiting 07:49:12 0627cc6ae072: Layer already exists 07:49:12 c2e4b8514cf4: Layer already exists 07:49:12 e2e9f1c706cc: Layer already exists 07:49:12 de54c6884eb1: Layer already exists 07:49:12 472e763a5ff0: Layer already exists 07:49:12 7ec0d7b577fb: Layer already exists 07:49:12 87a97453d705: Layer already exists 07:49:12 fb674e94fa08: Layer already exists 07:49:12 f1417ff83b31: Layer already exists 07:49:12 3.0.0-dev.147: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:49:12 0627cc6ae072: Preparing 07:49:12 c2e4b8514cf4: Preparing 07:49:12 e2e9f1c706cc: Preparing 07:49:12 472e763a5ff0: Preparing 07:49:12 de54c6884eb1: Preparing 07:49:12 87a97453d705: Preparing 07:49:12 7ec0d7b577fb: Preparing 07:49:12 fb674e94fa08: Preparing 07:49:12 7ec0d7b577fb: Waiting 07:49:12 f1417ff83b31: Preparing 07:49:12 fb674e94fa08: Waiting 07:49:12 f1417ff83b31: Waiting 07:49:12 472e763a5ff0: Layer already exists 07:49:12 e2e9f1c706cc: Layer already exists 07:49:12 de54c6884eb1: Layer already exists 07:49:12 0627cc6ae072: Layer already exists 07:49:12 c2e4b8514cf4: Layer already exists 07:49:12 fb674e94fa08: Layer already exists 07:49:12 f1417ff83b31: Layer already exists 07:49:12 87a97453d705: Layer already exists 07:49:12 7ec0d7b577fb: Layer already exists 07:49:12 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:13 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:49:13 0627cc6ae072: Preparing 07:49:13 c2e4b8514cf4: Preparing 07:49:13 e2e9f1c706cc: Preparing 07:49:13 472e763a5ff0: Preparing 07:49:13 de54c6884eb1: Preparing 07:49:13 87a97453d705: Preparing 07:49:13 7ec0d7b577fb: Preparing 07:49:13 fb674e94fa08: Preparing 07:49:13 f1417ff83b31: Preparing 07:49:13 f1417ff83b31: Waiting 07:49:13 87a97453d705: Waiting 07:49:13 7ec0d7b577fb: Waiting 07:49:13 fb674e94fa08: Waiting 07:49:13 c2e4b8514cf4: Layer already exists 07:49:13 de54c6884eb1: Layer already exists 07:49:13 472e763a5ff0: Layer already exists 07:49:13 87a97453d705: Layer already exists 07:49:13 fb674e94fa08: Layer already exists 07:49:13 e2e9f1c706cc: Layer already exists 07:49:13 7ec0d7b577fb: Layer already exists 07:49:13 f1417ff83b31: Layer already exists 07:49:13 0627cc6ae072: Layer already exists 07:49:13 main: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:13 ===================================================== [Pipeline] echo 07:49:13 taggedImages: 07:49:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:49:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 07:49:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:13 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:49:13 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:49:13 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:13 latest 07:49:13 3.0.0-dev.147 07:49:13 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:13 main 07:49:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:49:14 6cbbd9f14bda: Preparing 07:49:14 fce24a328773: Preparing 07:49:14 0d29bdbba204: Preparing 07:49:14 13821727d89f: Preparing 07:49:14 d1ede937f3dd: Preparing 07:49:14 f213f673da93: Preparing 07:49:14 a9a92198a933: Preparing 07:49:14 de54c6884eb1: Preparing 07:49:14 87a97453d705: Preparing 07:49:14 50a7faccef5a: Preparing 07:49:14 f1417ff83b31: Preparing 07:49:14 a9a92198a933: Waiting 07:49:14 f213f673da93: Waiting 07:49:14 de54c6884eb1: Waiting 07:49:14 f1417ff83b31: Waiting 07:49:14 87a97453d705: Waiting 07:49:14 6cbbd9f14bda: Pushed 07:49:14 fce24a328773: Pushed 07:49:14 d1ede937f3dd: Pushed 07:49:14 f213f673da93: Pushed 07:49:14 a9a92198a933: Pushed 07:49:14 de54c6884eb1: Layer already exists 07:49:15 87a97453d705: Layer already exists 07:49:15 50a7faccef5a: Pushed 07:49:15 13821727d89f: Pushed 07:49:15 f1417ff83b31: Layer already exists 07:49:15 0d29bdbba204: Pushed 07:49:15 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:49:16 6cbbd9f14bda: Preparing 07:49:16 fce24a328773: Preparing 07:49:16 0d29bdbba204: Preparing 07:49:16 13821727d89f: Preparing 07:49:16 d1ede937f3dd: Preparing 07:49:16 f213f673da93: Preparing 07:49:16 a9a92198a933: Preparing 07:49:16 de54c6884eb1: Preparing 07:49:16 87a97453d705: Preparing 07:49:16 50a7faccef5a: Preparing 07:49:16 f1417ff83b31: Preparing 07:49:16 a9a92198a933: Waiting 07:49:16 de54c6884eb1: Waiting 07:49:16 f1417ff83b31: Waiting 07:49:16 87a97453d705: Waiting 07:49:16 50a7faccef5a: Waiting 07:49:16 f213f673da93: Waiting 07:49:16 d1ede937f3dd: Layer already exists 07:49:16 0d29bdbba204: Layer already exists 07:49:16 fce24a328773: Layer already exists 07:49:16 13821727d89f: Layer already exists 07:49:16 6cbbd9f14bda: Layer already exists 07:49:16 a9a92198a933: Layer already exists 07:49:16 50a7faccef5a: Layer already exists 07:49:16 f213f673da93: Layer already exists 07:49:16 87a97453d705: Layer already exists 07:49:16 f1417ff83b31: Layer already exists 07:49:16 de54c6884eb1: Layer already exists 07:49:16 latest: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 07:49:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:49:17 6cbbd9f14bda: Preparing 07:49:17 fce24a328773: Preparing 07:49:17 0d29bdbba204: Preparing 07:49:17 13821727d89f: Preparing 07:49:17 d1ede937f3dd: Preparing 07:49:17 f213f673da93: Preparing 07:49:17 a9a92198a933: Preparing 07:49:17 de54c6884eb1: Preparing 07:49:17 87a97453d705: Preparing 07:49:17 50a7faccef5a: Preparing 07:49:17 f1417ff83b31: Preparing 07:49:17 f213f673da93: Waiting 07:49:17 a9a92198a933: Waiting 07:49:17 f1417ff83b31: Waiting 07:49:17 de54c6884eb1: Waiting 07:49:17 87a97453d705: Waiting 07:49:17 50a7faccef5a: Waiting 07:49:17 13821727d89f: Layer already exists 07:49:17 d1ede937f3dd: Layer already exists 07:49:17 0d29bdbba204: Layer already exists 07:49:17 6cbbd9f14bda: Layer already exists 07:49:17 fce24a328773: Layer already exists 07:49:17 a9a92198a933: Layer already exists 07:49:17 f213f673da93: Layer already exists 07:49:17 87a97453d705: Layer already exists 07:49:17 50a7faccef5a: Layer already exists 07:49:17 de54c6884eb1: Layer already exists 07:49:17 f1417ff83b31: Layer already exists 07:49:17 3.0.0-dev.147: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:49:18 6cbbd9f14bda: Preparing 07:49:18 fce24a328773: Preparing 07:49:18 0d29bdbba204: Preparing 07:49:18 13821727d89f: Preparing 07:49:18 d1ede937f3dd: Preparing 07:49:18 f213f673da93: Preparing 07:49:18 a9a92198a933: Preparing 07:49:18 de54c6884eb1: Preparing 07:49:18 87a97453d705: Preparing 07:49:18 50a7faccef5a: Preparing 07:49:18 f1417ff83b31: Preparing 07:49:18 f213f673da93: Waiting 07:49:18 a9a92198a933: Waiting 07:49:18 de54c6884eb1: Waiting 07:49:18 87a97453d705: Waiting 07:49:18 50a7faccef5a: Waiting 07:49:18 f1417ff83b31: Waiting 07:49:18 6cbbd9f14bda: Layer already exists 07:49:18 fce24a328773: Layer already exists 07:49:18 d1ede937f3dd: Layer already exists 07:49:18 0d29bdbba204: Layer already exists 07:49:18 a9a92198a933: Layer already exists 07:49:18 f213f673da93: Layer already exists 07:49:18 13821727d89f: Layer already exists 07:49:18 87a97453d705: Layer already exists 07:49:18 de54c6884eb1: Layer already exists 07:49:18 50a7faccef5a: Layer already exists 07:49:18 f1417ff83b31: Layer already exists 07:49:18 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:49:18 6cbbd9f14bda: Preparing 07:49:18 fce24a328773: Preparing 07:49:18 0d29bdbba204: Preparing 07:49:18 13821727d89f: Preparing 07:49:18 d1ede937f3dd: Preparing 07:49:18 f213f673da93: Preparing 07:49:18 a9a92198a933: Preparing 07:49:18 de54c6884eb1: Preparing 07:49:18 87a97453d705: Preparing 07:49:18 50a7faccef5a: Preparing 07:49:18 f1417ff83b31: Preparing 07:49:18 f213f673da93: Waiting 07:49:18 a9a92198a933: Waiting 07:49:18 de54c6884eb1: Waiting 07:49:18 50a7faccef5a: Waiting 07:49:18 f1417ff83b31: Waiting 07:49:18 fce24a328773: Layer already exists 07:49:18 0d29bdbba204: Layer already exists 07:49:18 d1ede937f3dd: Layer already exists 07:49:18 6cbbd9f14bda: Layer already exists 07:49:18 13821727d89f: Layer already exists 07:49:18 a9a92198a933: Layer already exists 07:49:18 f213f673da93: Layer already exists 07:49:18 87a97453d705: Layer already exists 07:49:18 50a7faccef5a: Layer already exists 07:49:18 de54c6884eb1: Layer already exists 07:49:18 f1417ff83b31: Layer already exists 07:49:18 main: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:18 ===================================================== [Pipeline] echo 07:49:18 taggedImages: 07:49:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:49:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 07:49:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:49:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:49:18 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:18 latest 07:49:18 3.0.0-dev.147 07:49:18 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:18 main 07:49:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:49:19 d817c84f0293: Preparing 07:49:19 46e5d1d058df: Preparing 07:49:19 de54c6884eb1: Preparing 07:49:19 87a97453d705: Preparing 07:49:19 d0d8039081fa: Preparing 07:49:19 f1417ff83b31: Preparing 07:49:19 f1417ff83b31: Waiting 07:49:19 de54c6884eb1: Layer already exists 07:49:19 d817c84f0293: Pushed 07:49:19 87a97453d705: Layer already exists 07:49:19 f1417ff83b31: Layer already exists 07:49:19 d0d8039081fa: Pushed 07:49:21 46e5d1d058df: Pushed 07:49:21 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:21 + 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 07:49:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:49:22 d817c84f0293: Preparing 07:49:22 46e5d1d058df: Preparing 07:49:22 de54c6884eb1: Preparing 07:49:22 87a97453d705: Preparing 07:49:22 d0d8039081fa: Preparing 07:49:22 f1417ff83b31: Preparing 07:49:22 f1417ff83b31: Waiting 07:49:22 d817c84f0293: Layer already exists 07:49:22 87a97453d705: Layer already exists 07:49:22 d0d8039081fa: Layer already exists 07:49:22 de54c6884eb1: Layer already exists 07:49:22 f1417ff83b31: Layer already exists 07:49:22 46e5d1d058df: Layer already exists 07:49:22 latest: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 07:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:49:23 d817c84f0293: Preparing 07:49:23 46e5d1d058df: Preparing 07:49:23 de54c6884eb1: Preparing 07:49:23 87a97453d705: Preparing 07:49:23 d0d8039081fa: Preparing 07:49:23 f1417ff83b31: Preparing 07:49:23 f1417ff83b31: Waiting 07:49:23 46e5d1d058df: Layer already exists 07:49:23 d817c84f0293: Layer already exists 07:49:23 de54c6884eb1: Layer already exists 07:49:23 d0d8039081fa: Layer already exists 07:49:23 87a97453d705: Layer already exists 07:49:23 f1417ff83b31: Layer already exists 07:49:23 3.0.0-dev.147: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:49:23 d817c84f0293: Preparing 07:49:23 46e5d1d058df: Preparing 07:49:23 de54c6884eb1: Preparing 07:49:23 87a97453d705: Preparing 07:49:23 d0d8039081fa: Preparing 07:49:23 f1417ff83b31: Preparing 07:49:23 f1417ff83b31: Waiting 07:49:23 de54c6884eb1: Layer already exists 07:49:23 d817c84f0293: Layer already exists 07:49:23 46e5d1d058df: Layer already exists 07:49:23 87a97453d705: Layer already exists 07:49:23 d0d8039081fa: Layer already exists 07:49:23 f1417ff83b31: Layer already exists 07:49:23 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:24 + 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 07:49:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:49:24 d817c84f0293: Preparing 07:49:24 46e5d1d058df: Preparing 07:49:24 de54c6884eb1: Preparing 07:49:24 87a97453d705: Preparing 07:49:24 d0d8039081fa: Preparing 07:49:24 f1417ff83b31: Preparing 07:49:24 f1417ff83b31: Waiting 07:49:24 d817c84f0293: Layer already exists 07:49:24 87a97453d705: Layer already exists 07:49:24 de54c6884eb1: Layer already exists 07:49:24 46e5d1d058df: Layer already exists 07:49:24 d0d8039081fa: Layer already exists 07:49:24 f1417ff83b31: Layer already exists 07:49:24 main: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:24 ===================================================== [Pipeline] echo 07:49:24 taggedImages: 07:49:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:49:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 07:49:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:49:24 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:49:24 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:24 latest 07:49:24 3.0.0-dev.147 07:49:24 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:24 main 07:49:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:49:25 1fd3daffc24d: Preparing 07:49:25 5213c13a002d: Preparing 07:49:25 0efb724539a3: Preparing 07:49:25 9ea2ab333142: Preparing 07:49:25 e0e9cdc1fdd1: Preparing 07:49:25 de54c6884eb1: Preparing 07:49:25 87a97453d705: Preparing 07:49:25 0172563e0e49: Preparing 07:49:25 f1417ff83b31: Preparing 07:49:25 de54c6884eb1: Waiting 07:49:25 87a97453d705: Waiting 07:49:25 0172563e0e49: Waiting 07:49:25 f1417ff83b31: Waiting 07:49:25 0efb724539a3: Pushed 07:49:25 5213c13a002d: Pushed 07:49:25 1fd3daffc24d: Pushed 07:49:25 de54c6884eb1: Layer already exists 07:49:25 f1417ff83b31: Layer already exists 07:49:25 87a97453d705: Layer already exists 07:49:25 0172563e0e49: Pushed 07:49:29 e0e9cdc1fdd1: Pushed 07:49:32 9ea2ab333142: Pushed 07:49:32 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:49:33 1fd3daffc24d: Preparing 07:49:33 5213c13a002d: Preparing 07:49:33 0efb724539a3: Preparing 07:49:33 9ea2ab333142: Preparing 07:49:33 e0e9cdc1fdd1: Preparing 07:49:33 de54c6884eb1: Preparing 07:49:33 87a97453d705: Preparing 07:49:33 de54c6884eb1: Waiting 07:49:33 0172563e0e49: Preparing 07:49:33 f1417ff83b31: Preparing 07:49:33 0172563e0e49: Waiting 07:49:33 f1417ff83b31: Waiting 07:49:33 87a97453d705: Waiting 07:49:33 5213c13a002d: Layer already exists 07:49:33 e0e9cdc1fdd1: Layer already exists 07:49:33 1fd3daffc24d: Layer already exists 07:49:33 9ea2ab333142: Layer already exists 07:49:33 0efb724539a3: Layer already exists 07:49:33 f1417ff83b31: Layer already exists 07:49:33 87a97453d705: Layer already exists 07:49:33 0172563e0e49: Layer already exists 07:49:33 de54c6884eb1: Layer already exists 07:49:33 latest: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 07:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:49:33 1fd3daffc24d: Preparing 07:49:33 5213c13a002d: Preparing 07:49:33 0efb724539a3: Preparing 07:49:33 9ea2ab333142: Preparing 07:49:33 e0e9cdc1fdd1: Preparing 07:49:33 de54c6884eb1: Preparing 07:49:33 87a97453d705: Preparing 07:49:33 0172563e0e49: Preparing 07:49:33 f1417ff83b31: Preparing 07:49:33 87a97453d705: Waiting 07:49:33 f1417ff83b31: Waiting 07:49:33 de54c6884eb1: Waiting 07:49:33 9ea2ab333142: Layer already exists 07:49:33 5213c13a002d: Layer already exists 07:49:33 0efb724539a3: Layer already exists 07:49:33 e0e9cdc1fdd1: Layer already exists 07:49:33 1fd3daffc24d: Layer already exists 07:49:33 de54c6884eb1: Layer already exists 07:49:33 f1417ff83b31: Layer already exists 07:49:33 87a97453d705: Layer already exists 07:49:33 0172563e0e49: Layer already exists 07:49:33 3.0.0-dev.147: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:49:34 1fd3daffc24d: Preparing 07:49:34 5213c13a002d: Preparing 07:49:34 0efb724539a3: Preparing 07:49:34 9ea2ab333142: Preparing 07:49:34 e0e9cdc1fdd1: Preparing 07:49:34 de54c6884eb1: Preparing 07:49:34 de54c6884eb1: Waiting 07:49:34 87a97453d705: Preparing 07:49:34 0172563e0e49: Preparing 07:49:34 f1417ff83b31: Preparing 07:49:34 87a97453d705: Waiting 07:49:34 0172563e0e49: Waiting 07:49:34 f1417ff83b31: Waiting 07:49:34 9ea2ab333142: Layer already exists 07:49:34 0efb724539a3: Layer already exists 07:49:34 5213c13a002d: Layer already exists 07:49:34 e0e9cdc1fdd1: Layer already exists 07:49:34 87a97453d705: Layer already exists 07:49:34 1fd3daffc24d: Layer already exists 07:49:34 de54c6884eb1: Layer already exists 07:49:34 f1417ff83b31: Layer already exists 07:49:34 0172563e0e49: Layer already exists 07:49:34 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:49:34 1fd3daffc24d: Preparing 07:49:34 5213c13a002d: Preparing 07:49:34 0efb724539a3: Preparing 07:49:34 9ea2ab333142: Preparing 07:49:34 e0e9cdc1fdd1: Preparing 07:49:34 de54c6884eb1: Preparing 07:49:34 87a97453d705: Preparing 07:49:34 0172563e0e49: Preparing 07:49:34 f1417ff83b31: Preparing 07:49:34 de54c6884eb1: Waiting 07:49:34 87a97453d705: Waiting 07:49:34 0172563e0e49: Waiting 07:49:34 f1417ff83b31: Waiting 07:49:34 0efb724539a3: Layer already exists 07:49:34 1fd3daffc24d: Layer already exists 07:49:34 e0e9cdc1fdd1: Layer already exists 07:49:34 9ea2ab333142: Layer already exists 07:49:34 5213c13a002d: Layer already exists 07:49:34 0172563e0e49: Layer already exists 07:49:34 de54c6884eb1: Layer already exists 07:49:34 f1417ff83b31: Layer already exists 07:49:34 87a97453d705: Layer already exists 07:49:34 main: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:34 ===================================================== [Pipeline] echo 07:49:35 taggedImages: 07:49:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:49:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 07:49:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:49:35 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:49:35 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:35 latest 07:49:35 3.0.0-dev.147 07:49:35 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:35 main 07:49:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:49:35 503c3d5d2d31: Preparing 07:49:35 44a10034bd48: Preparing 07:49:35 13db9c917c68: Preparing 07:49:35 0db8e5648ec1: Preparing 07:49:35 de54c6884eb1: Preparing 07:49:35 87a97453d705: Preparing 07:49:35 6d2bf3f0d70d: Preparing 07:49:35 f1417ff83b31: Preparing 07:49:35 87a97453d705: Waiting 07:49:35 6d2bf3f0d70d: Waiting 07:49:35 f1417ff83b31: Waiting 07:49:35 de54c6884eb1: Layer already exists 07:49:35 503c3d5d2d31: Pushed 07:49:35 13db9c917c68: Pushed 07:49:35 44a10034bd48: Pushed 07:49:35 87a97453d705: Layer already exists 07:49:36 f1417ff83b31: Layer already exists 07:49:36 6d2bf3f0d70d: Pushed 07:49:44 0db8e5648ec1: Pushed 07:49:44 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:49:44 503c3d5d2d31: Preparing 07:49:44 44a10034bd48: Preparing 07:49:44 13db9c917c68: Preparing 07:49:44 0db8e5648ec1: Preparing 07:49:44 de54c6884eb1: Preparing 07:49:44 87a97453d705: Preparing 07:49:44 6d2bf3f0d70d: Preparing 07:49:44 f1417ff83b31: Preparing 07:49:44 87a97453d705: Waiting 07:49:44 6d2bf3f0d70d: Waiting 07:49:44 f1417ff83b31: Waiting 07:49:44 de54c6884eb1: Layer already exists 07:49:44 13db9c917c68: Layer already exists 07:49:44 44a10034bd48: Layer already exists 07:49:44 0db8e5648ec1: Layer already exists 07:49:44 503c3d5d2d31: Layer already exists 07:49:44 87a97453d705: Layer already exists 07:49:44 6d2bf3f0d70d: Layer already exists 07:49:44 f1417ff83b31: Layer already exists 07:49:44 latest: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 07:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:49:45 503c3d5d2d31: Preparing 07:49:45 44a10034bd48: Preparing 07:49:45 13db9c917c68: Preparing 07:49:45 0db8e5648ec1: Preparing 07:49:45 de54c6884eb1: Preparing 07:49:45 87a97453d705: Preparing 07:49:45 6d2bf3f0d70d: Preparing 07:49:45 f1417ff83b31: Preparing 07:49:45 87a97453d705: Waiting 07:49:45 6d2bf3f0d70d: Waiting 07:49:45 f1417ff83b31: Waiting 07:49:45 0db8e5648ec1: Layer already exists 07:49:45 13db9c917c68: Layer already exists 07:49:45 503c3d5d2d31: Layer already exists 07:49:45 de54c6884eb1: Layer already exists 07:49:45 87a97453d705: Layer already exists 07:49:45 44a10034bd48: Layer already exists 07:49:45 f1417ff83b31: Layer already exists 07:49:45 6d2bf3f0d70d: Layer already exists 07:49:45 3.0.0-dev.147: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:49:46 503c3d5d2d31: Preparing 07:49:46 44a10034bd48: Preparing 07:49:46 13db9c917c68: Preparing 07:49:46 0db8e5648ec1: Preparing 07:49:46 de54c6884eb1: Preparing 07:49:46 87a97453d705: Preparing 07:49:46 6d2bf3f0d70d: Preparing 07:49:46 f1417ff83b31: Preparing 07:49:46 87a97453d705: Waiting 07:49:46 6d2bf3f0d70d: Waiting 07:49:46 f1417ff83b31: Waiting 07:49:46 503c3d5d2d31: Layer already exists 07:49:46 44a10034bd48: Layer already exists 07:49:46 0db8e5648ec1: Layer already exists 07:49:46 13db9c917c68: Layer already exists 07:49:46 de54c6884eb1: Layer already exists 07:49:46 87a97453d705: Layer already exists 07:49:46 f1417ff83b31: Layer already exists 07:49:46 6d2bf3f0d70d: Layer already exists 07:49:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:49:46 503c3d5d2d31: Preparing 07:49:46 44a10034bd48: Preparing 07:49:46 13db9c917c68: Preparing 07:49:46 0db8e5648ec1: Preparing 07:49:46 de54c6884eb1: Preparing 07:49:46 87a97453d705: Preparing 07:49:46 6d2bf3f0d70d: Preparing 07:49:46 f1417ff83b31: Preparing 07:49:46 f1417ff83b31: Waiting 07:49:46 6d2bf3f0d70d: Waiting 07:49:46 13db9c917c68: Layer already exists 07:49:46 0db8e5648ec1: Layer already exists 07:49:46 503c3d5d2d31: Layer already exists 07:49:46 de54c6884eb1: Layer already exists 07:49:46 44a10034bd48: Layer already exists 07:49:46 6d2bf3f0d70d: Layer already exists 07:49:46 87a97453d705: Layer already exists 07:49:46 f1417ff83b31: Layer already exists 07:49:46 main: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:46 ===================================================== [Pipeline] echo 07:49:46 taggedImages: 07:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 07:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:49:46 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:49:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:46 latest 07:49:46 3.0.0-dev.147 07:49:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:46 main 07:49:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:47 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:49:47 64cbb975bd5c: Preparing 07:49:47 4c41fd8df3cd: Preparing 07:49:47 734ec2a17c52: Preparing 07:49:47 e2515a7eee37: Preparing 07:49:47 de54c6884eb1: Preparing 07:49:47 87a97453d705: Preparing 07:49:47 0172563e0e49: Preparing 07:49:47 f1417ff83b31: Preparing 07:49:47 87a97453d705: Waiting 07:49:47 0172563e0e49: Waiting 07:49:47 f1417ff83b31: Waiting 07:49:47 de54c6884eb1: Layer already exists 07:49:47 87a97453d705: Layer already exists 07:49:47 0172563e0e49: Layer already exists 07:49:47 f1417ff83b31: Layer already exists 07:49:47 64cbb975bd5c: Pushed 07:49:47 4c41fd8df3cd: Pushed 07:49:47 734ec2a17c52: Pushed 07:49:54 e2515a7eee37: Pushed 07:49:54 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:49:54 64cbb975bd5c: Preparing 07:49:54 4c41fd8df3cd: Preparing 07:49:54 734ec2a17c52: Preparing 07:49:54 e2515a7eee37: Preparing 07:49:54 de54c6884eb1: Preparing 07:49:54 87a97453d705: Preparing 07:49:54 0172563e0e49: Preparing 07:49:54 f1417ff83b31: Preparing 07:49:54 f1417ff83b31: Waiting 07:49:54 87a97453d705: Waiting 07:49:54 0172563e0e49: Waiting 07:49:54 4c41fd8df3cd: Layer already exists 07:49:54 734ec2a17c52: Layer already exists 07:49:54 e2515a7eee37: Layer already exists 07:49:54 de54c6884eb1: Layer already exists 07:49:54 64cbb975bd5c: Layer already exists 07:49:54 87a97453d705: Layer already exists 07:49:54 f1417ff83b31: Layer already exists 07:49:54 0172563e0e49: Layer already exists 07:49:54 latest: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 07:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:49:55 64cbb975bd5c: Preparing 07:49:55 4c41fd8df3cd: Preparing 07:49:55 734ec2a17c52: Preparing 07:49:55 e2515a7eee37: Preparing 07:49:55 de54c6884eb1: Preparing 07:49:55 87a97453d705: Preparing 07:49:55 0172563e0e49: Preparing 07:49:55 f1417ff83b31: Preparing 07:49:55 87a97453d705: Waiting 07:49:55 0172563e0e49: Waiting 07:49:55 f1417ff83b31: Waiting 07:49:55 734ec2a17c52: Layer already exists 07:49:55 de54c6884eb1: Layer already exists 07:49:55 64cbb975bd5c: Layer already exists 07:49:55 e2515a7eee37: Layer already exists 07:49:55 4c41fd8df3cd: Layer already exists 07:49:55 87a97453d705: Layer already exists 07:49:55 f1417ff83b31: Layer already exists 07:49:55 0172563e0e49: Layer already exists 07:49:55 3.0.0-dev.147: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:49:55 64cbb975bd5c: Preparing 07:49:55 4c41fd8df3cd: Preparing 07:49:55 734ec2a17c52: Preparing 07:49:55 e2515a7eee37: Preparing 07:49:55 de54c6884eb1: Preparing 07:49:55 87a97453d705: Preparing 07:49:55 0172563e0e49: Preparing 07:49:55 f1417ff83b31: Preparing 07:49:55 0172563e0e49: Waiting 07:49:55 f1417ff83b31: Waiting 07:49:55 87a97453d705: Waiting 07:49:55 734ec2a17c52: Layer already exists 07:49:55 64cbb975bd5c: Layer already exists 07:49:55 de54c6884eb1: Layer already exists 07:49:55 4c41fd8df3cd: Layer already exists 07:49:55 e2515a7eee37: Layer already exists 07:49:55 0172563e0e49: Layer already exists 07:49:55 87a97453d705: Layer already exists 07:49:55 f1417ff83b31: Layer already exists 07:49:55 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:49:56 64cbb975bd5c: Preparing 07:49:56 4c41fd8df3cd: Preparing 07:49:56 734ec2a17c52: Preparing 07:49:56 e2515a7eee37: Preparing 07:49:56 de54c6884eb1: Preparing 07:49:56 87a97453d705: Preparing 07:49:56 0172563e0e49: Preparing 07:49:56 f1417ff83b31: Preparing 07:49:56 87a97453d705: Waiting 07:49:56 0172563e0e49: Waiting 07:49:56 f1417ff83b31: Waiting 07:49:56 64cbb975bd5c: Layer already exists 07:49:56 4c41fd8df3cd: Layer already exists 07:49:56 734ec2a17c52: Layer already exists 07:49:56 de54c6884eb1: Layer already exists 07:49:56 e2515a7eee37: Layer already exists 07:49:56 0172563e0e49: Layer already exists 07:49:56 87a97453d705: Layer already exists 07:49:56 f1417ff83b31: Layer already exists 07:49:56 main: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:49:56 ===================================================== [Pipeline] echo 07:49:56 taggedImages: 07:49:56 - nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:56 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:49:56 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 07:49:56 - nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:56 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:49:56 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:49:56 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:56 latest 07:49:56 3.0.0-dev.147 07:49:56 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:49:56 main 07:49:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:49:57 9b76745e8ea3: Preparing 07:49:57 f9468f71a3b2: Preparing 07:49:57 de54c6884eb1: Preparing 07:49:57 87a97453d705: Preparing 07:49:57 083714ae3c2a: Preparing 07:49:57 f1417ff83b31: Preparing 07:49:57 f1417ff83b31: Waiting 07:49:57 de54c6884eb1: Layer already exists 07:49:57 87a97453d705: Layer already exists 07:49:57 f1417ff83b31: Layer already exists 07:49:57 9b76745e8ea3: Pushed 07:49:57 083714ae3c2a: Pushed 07:49:59 f9468f71a3b2: Pushed 07:49:59 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:50:00 9b76745e8ea3: Preparing 07:50:00 f9468f71a3b2: Preparing 07:50:00 de54c6884eb1: Preparing 07:50:00 87a97453d705: Preparing 07:50:00 083714ae3c2a: Preparing 07:50:00 f1417ff83b31: Preparing 07:50:00 f1417ff83b31: Waiting 07:50:00 87a97453d705: Layer already exists 07:50:00 083714ae3c2a: Layer already exists 07:50:00 9b76745e8ea3: Layer already exists 07:50:00 f9468f71a3b2: Layer already exists 07:50:00 de54c6884eb1: Layer already exists 07:50:00 f1417ff83b31: Layer already exists 07:50:00 latest: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 07:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:50:01 9b76745e8ea3: Preparing 07:50:01 f9468f71a3b2: Preparing 07:50:01 de54c6884eb1: Preparing 07:50:01 87a97453d705: Preparing 07:50:01 083714ae3c2a: Preparing 07:50:01 f1417ff83b31: Preparing 07:50:01 f1417ff83b31: Waiting 07:50:01 083714ae3c2a: Layer already exists 07:50:01 f9468f71a3b2: Layer already exists 07:50:01 9b76745e8ea3: Layer already exists 07:50:01 de54c6884eb1: Layer already exists 07:50:01 87a97453d705: Layer already exists 07:50:01 f1417ff83b31: Layer already exists 07:50:01 3.0.0-dev.147: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:50:01 9b76745e8ea3: Preparing 07:50:01 f9468f71a3b2: Preparing 07:50:01 de54c6884eb1: Preparing 07:50:01 87a97453d705: Preparing 07:50:01 083714ae3c2a: Preparing 07:50:01 f1417ff83b31: Preparing 07:50:01 f1417ff83b31: Waiting 07:50:01 87a97453d705: Layer already exists 07:50:01 de54c6884eb1: Layer already exists 07:50:01 9b76745e8ea3: Layer already exists 07:50:01 083714ae3c2a: Layer already exists 07:50:01 f9468f71a3b2: Layer already exists 07:50:01 f1417ff83b31: Layer already exists 07:50:01 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:50:02 9b76745e8ea3: Preparing 07:50:02 f9468f71a3b2: Preparing 07:50:02 de54c6884eb1: Preparing 07:50:02 87a97453d705: Preparing 07:50:02 083714ae3c2a: Preparing 07:50:02 f1417ff83b31: Preparing 07:50:02 f1417ff83b31: Waiting 07:50:02 9b76745e8ea3: Layer already exists 07:50:02 f9468f71a3b2: Layer already exists 07:50:02 87a97453d705: Layer already exists 07:50:02 de54c6884eb1: Layer already exists 07:50:02 083714ae3c2a: Layer already exists 07:50:02 f1417ff83b31: Layer already exists 07:50:02 main: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:02 ===================================================== [Pipeline] echo 07:50:02 taggedImages: 07:50:02 - nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:50:02 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:50:02 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 07:50:02 - nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:50:02 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:50:02 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:50:02 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:50:02 latest 07:50:02 3.0.0-dev.147 07:50:02 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:50:02 main 07:50:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:50:02 dd9c771c39ec: Preparing 07:50:02 75dcff642a49: Preparing 07:50:02 de54c6884eb1: Preparing 07:50:02 87a97453d705: Preparing 07:50:02 9184a187baed: Preparing 07:50:02 f1417ff83b31: Preparing 07:50:02 f1417ff83b31: Waiting 07:50:02 87a97453d705: Layer already exists 07:50:02 de54c6884eb1: Layer already exists 07:50:02 9184a187baed: Layer already exists 07:50:02 f1417ff83b31: Layer already exists 07:50:02 dd9c771c39ec: Pushed 07:50:05 75dcff642a49: Pushed 07:50:05 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:50:06 dd9c771c39ec: Preparing 07:50:06 75dcff642a49: Preparing 07:50:06 de54c6884eb1: Preparing 07:50:06 87a97453d705: Preparing 07:50:06 9184a187baed: Preparing 07:50:06 f1417ff83b31: Preparing 07:50:06 f1417ff83b31: Waiting 07:50:06 87a97453d705: Layer already exists 07:50:06 de54c6884eb1: Layer already exists 07:50:06 9184a187baed: Layer already exists 07:50:06 75dcff642a49: Layer already exists 07:50:06 dd9c771c39ec: Layer already exists 07:50:06 f1417ff83b31: Layer already exists 07:50:06 latest: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 07:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:50:06 dd9c771c39ec: Preparing 07:50:06 75dcff642a49: Preparing 07:50:06 de54c6884eb1: Preparing 07:50:06 87a97453d705: Preparing 07:50:06 9184a187baed: Preparing 07:50:06 f1417ff83b31: Preparing 07:50:06 f1417ff83b31: Waiting 07:50:06 9184a187baed: Layer already exists 07:50:06 de54c6884eb1: Layer already exists 07:50:06 75dcff642a49: Layer already exists 07:50:06 dd9c771c39ec: Layer already exists 07:50:06 87a97453d705: Layer already exists 07:50:06 f1417ff83b31: Layer already exists 07:50:06 3.0.0-dev.147: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:50:07 dd9c771c39ec: Preparing 07:50:07 75dcff642a49: Preparing 07:50:07 de54c6884eb1: Preparing 07:50:07 87a97453d705: Preparing 07:50:07 9184a187baed: Preparing 07:50:07 f1417ff83b31: Preparing 07:50:07 f1417ff83b31: Waiting 07:50:07 9184a187baed: Layer already exists 07:50:07 87a97453d705: Layer already exists 07:50:07 dd9c771c39ec: Layer already exists 07:50:07 75dcff642a49: Layer already exists 07:50:07 de54c6884eb1: Layer already exists 07:50:07 f1417ff83b31: Layer already exists 07:50:07 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:50:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:50:08 dd9c771c39ec: Preparing 07:50:08 75dcff642a49: Preparing 07:50:08 de54c6884eb1: Preparing 07:50:08 87a97453d705: Preparing 07:50:08 9184a187baed: Preparing 07:50:08 f1417ff83b31: Preparing 07:50:08 f1417ff83b31: Waiting 07:50:08 de54c6884eb1: Layer already exists 07:50:08 75dcff642a49: Layer already exists 07:50:08 9184a187baed: Layer already exists 07:50:08 87a97453d705: Layer already exists 07:50:08 dd9c771c39ec: Layer already exists 07:50:08 f1417ff83b31: Layer already exists 07:50:08 main: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:50:08 ===================================================== [Pipeline] echo 07:50:08 taggedImages: 07:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 07:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 07:50:08 - 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] } 07:52:29 Removing intermediate container 085b0b04894e 07:52:29 ---> 8f751968d89b 07:52:29 07:52:29 Step 10/23 : FROM alpine:3.17 07:52:29 ---> 51e60588ff2c 07:52:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:52:29 ---> Running in b86f5b52e13a 07:52:29 Removing intermediate container b86f5b52e13a 07:52:29 ---> 33c2b2f6afa1 07:52:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:52:29 ---> Running in 591e54e3d3d8 07:52:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:52:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:52:29 (1/1) Installing dumb-init (1.2.5-r2) 07:52:29 Executing busybox-1.35.0-r29.trigger 07:52:29 OK: 8 MiB in 16 packages 07:52:30 Removing intermediate container 591e54e3d3d8 07:52:30 ---> 49b072d05652 07:52:30 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:31 ---> aff32b9a497f 07:52:31 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:52:32 ---> fadacc6c0176 07:52:32 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:52:34 ---> 1a86ff3bfae8 07:52:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:52:34 ---> 73f49b6d54b1 07:52:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:52:35 ---> 30025cdad977 07:52:35 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:52:36 ---> Running in a5a60f643398 07:52:39 Removing intermediate container a5a60f643398 07:52:39 ---> 9a687a80dbff 07:52:39 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:52:39 ---> Running in 2681027469bc 07:52:42 Removing intermediate container 2681027469bc 07:52:42 ---> 657f3e42efee 07:52:42 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 07:52:43 ---> Running in f042177c515b 07:52:43 Removing intermediate container f042177c515b 07:52:43 ---> b2c38a36266f 07:52:43 Step 21/23 : LABEL arch=arm64 07:52:43 ---> Running in 54fe5d2f687b 07:52:44 Removing intermediate container 54fe5d2f687b 07:52:44 ---> b6fb9a4a2b7a 07:52:44 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:52:44 ---> Running in f21c9919e5fb 07:52:44 Removing intermediate container f21c9919e5fb 07:52:44 ---> 19979a15d6c3 07:52:44 Step 23/23 : LABEL version=3.0.0-dev.147 07:52:45 ---> Running in 5ef750447b58 07:52:45 Removing intermediate container 5ef750447b58 07:52:45 ---> 8a282e39aee2 07:52:45 07:52:45 Successfully built 8a282e39aee2 07:52:45 Successfully tagged security-proxy-auth-arm64:latest 07:52:45 Building core-metadata 07:52:50  Building security-proxy-auth ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:52:50 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:52:50 ---> a10335f89138 07:52:50 Step 3/25 : ARG ADD_BUILD_TAGS="" 07:52:50 ---> Using cache 07:52:50 ---> 9b47cd4eef61 07:52:50 Step 4/25 : WORKDIR /edgex-go 07:52:50 ---> Using cache 07:52:50 ---> c118991b18e7 07:52:50 Step 5/25 : RUN apk add --update --no-cache make git 07:52:50 ---> Using cache 07:52:50 ---> fdd65c142eac 07:52:50 Step 6/25 : COPY go.mod vendor* ./ 07:52:50 ---> Using cache 07:52:50 ---> 44533d60e9e1 07:52:50 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:52:50 ---> Using cache 07:52:50 ---> 4de0ed3954a8 07:52:50 Step 8/25 : COPY . . 07:52:50 ---> Using cache 07:52:50 ---> b5a752636108 07:52:50 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:52:51 ---> Running in 60ad04063e2b 07:52:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:52:58 Removing intermediate container 06d3514ca67d 07:52:58 ---> a795c891b34b 07:52:58 07:52:58 Step 10/23 : FROM alpine:3.17 07:52:58 ---> 51e60588ff2c 07:52:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 07:52:58 ---> Using cache 07:52:58 ---> 33c2b2f6afa1 07:52:58 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:52:58 ---> Using cache 07:52:58 ---> 49b072d05652 07:52:58 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:58 ---> Using cache 07:52:58 ---> aff32b9a497f 07:52:58 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 07:52:58 ---> Using cache 07:52:58 ---> fadacc6c0176 07:52:58 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:52:59 ---> 5a249d54dc2d 07:52:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:53:00 ---> 25576414cf44 07:53:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:53:02 ---> a733ce750051 07:53:02 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:53:02 ---> Running in 130aa249ab83 07:53:06 Removing intermediate container 130aa249ab83 07:53:06 ---> 875632a69382 07:53:06 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 07:53:06 ---> Running in fee2bb4871dd 07:53:10 Removing intermediate container fee2bb4871dd 07:53:10 ---> bdeadf1c27c3 07:53:10 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 07:53:11 ---> Running in aca9fc42e141 07:53:11 Removing intermediate container 8cfeca21f954 07:53:11 ---> 4f234c7253fb 07:53:11 07:53:11 Step 10/24 : FROM alpine:3.17 07:53:11 ---> 51e60588ff2c 07:53:11 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:53:11 ---> Running in 95f5ae44a2ca 07:53:12 Removing intermediate container aca9fc42e141 07:53:12 ---> 651ea301a70e 07:53:12 Step 21/23 : LABEL arch=arm64 07:53:12 ---> Running in 22d6f17e8b85 07:53:13 Removing intermediate container 22d6f17e8b85 07:53:13 ---> fe26399faab6 07:53:13 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:53:13 ---> Running in 20c6478b7530 07:53:14 Removing intermediate container 20c6478b7530 07:53:14 ---> aef3793580cd 07:53:14 Step 23/23 : LABEL version=3.0.0-dev.147 07:53:14 ---> Running in c286656f5291 07:53:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:15 Removing intermediate container c286656f5291 07:53:15 ---> f4e50fe067cb 07:53:15 07:53:15 Successfully built f4e50fe067cb 07:53:15 Successfully tagged core-common-config-bootstrapper-arm64:latest 07:53:15  Building core-common-config-bootstrapper ... done Building security-spire-config 07:53:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:17 (1/1) Installing dumb-init (1.2.5-r2) 07:53:17 Executing busybox-1.35.0-r29.trigger 07:53:17 OK: 8 MiB in 16 packages 07:53:19 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:53:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:53:19 ---> a10335f89138 07:53:19 Step 3/27 : WORKDIR /edgex-go 07:53:19 ---> Using cache 07:53:19 ---> 8b61675bf4dd 07:53:19 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:53:19 ---> Using cache 07:53:19 ---> bcbf20c14e07 07:53:19 Step 5/27 : COPY go.mod vendor* ./ 07:53:19 ---> Using cache 07:53:19 ---> c43cfef9c725 07:53:19 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:53:19 ---> Using cache 07:53:19 ---> 3db0903f0455 07:53:19 Step 7/27 : COPY . . 07:53:19 Removing intermediate container 95f5ae44a2ca 07:53:19 ---> 4f9cb0946e5b 07:53:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:53:19 ---> Running in b36d8b3e0789 07:53:19 ---> Using cache 07:53:19 ---> 529e6e0d222f 07:53:19 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 07:53:19 ---> Using cache 07:53:19 ---> 905ab023277b 07:53:19 Step 9/27 : WORKDIR /edgex-go/spire-build 07:53:19 ---> Using cache 07:53:19 ---> 7c53baf7ac1a 07:53:19 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:53:19 ---> Using cache 07:53:19 ---> 76f8f6c58521 07:53:19 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 07:53:19 ---> Using cache 07:53:19 ---> 26c23eaa6b4c 07:53:19 Step 12/27 : WORKDIR /edgex-go 07:53:19 ---> Using cache 07:53:19 ---> 46dca3d9c7f1 07:53:19 07:53:19 Step 13/27 : FROM alpine:3.17 07:53:19 ---> 51e60588ff2c 07:53:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:53:19 ---> Using cache 07:53:19 ---> 78a5eefa64fb 07:53:19 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:53:19 ---> Running in 34838ea94f46 07:53:20 Removing intermediate container b36d8b3e0789 07:53:20 ---> 02a188b94290 07:53:20 Step 13/24 : ENV APP_PORT=59882 07:53:20 ---> Running in d3721fab60e9 07:53:20 Removing intermediate container d3721fab60e9 07:53:20 ---> 1bc1bd8e6db2 07:53:20 Step 14/24 : EXPOSE $APP_PORT 07:53:21 ---> Running in b4d1f9fa78a9 07:53:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:23 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:53:23 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:53:23 OK: 17691 distinct packages available 07:53:23 Removing intermediate container b4d1f9fa78a9 07:53:23 ---> c8fe71712798 07:53:23 Step 15/24 : WORKDIR / 07:53:23 ---> Running in ee2ed2cb29eb 07:53:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:24 Removing intermediate container ee2ed2cb29eb 07:53:24 ---> 389592c9e714 07:53:24 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:53:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:25 ---> bd05277a7819 07:53:25 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 07:53:26 ---> d67a468e5fad 07:53:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:53:26 (1/4) Installing dumb-init (1.2.5-r2) 07:53:26 (2/4) Installing musl-obstack (1.2.3-r0) 07:53:26 (3/4) Installing libucontext (1.2-r0) 07:53:26 (4/4) Installing gcompat (1.1.0-r0) 07:53:26 Executing busybox-1.35.0-r29.trigger 07:53:26 OK: 8 MiB in 19 packages 07:53:28 ---> 69bd8cb8b8e0 07:53:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:53:28 Removing intermediate container 34838ea94f46 07:53:28 ---> 8ff6be05d7c9 07:53:28 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:53:29 ---> ddd2a165ef9b 07:53:29 Step 20/24 : ENTRYPOINT ["/core-command"] 07:53:29 ---> Running in e41ccb94195f 07:53:30 ---> 8329f00669a8 07:53:30 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:53:30 Removing intermediate container e41ccb94195f 07:53:30 ---> 0e3c72dcd316 07:53:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:53:30 ---> Running in 5b2230bcda83 07:53:31 Removing intermediate container 5b2230bcda83 07:53:31 ---> cf131135572e 07:53:31 Step 22/24 : LABEL arch=arm64 07:53:31 ---> Running in 6577a75119b5 07:53:31 ---> 707f3f92cbbc 07:53:31 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:53:32 Removing intermediate container 6577a75119b5 07:53:32 ---> a6ceffa80707 07:53:32 Step 23/24 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:53:32 ---> Running in ae0af9c992de 07:53:32 Removing intermediate container ae0af9c992de 07:53:32 ---> 0b1d6c994751 07:53:32 Step 24/24 : LABEL version=3.0.0-dev.147 07:53:33 ---> Running in 58053be97edb 07:53:33 Removing intermediate container 58053be97edb 07:53:33 ---> 4745f86a77d6 07:53:33 07:53:33 Successfully built 4745f86a77d6 07:53:33 Successfully tagged core-command-arm64:latest 07:53:33 Building security-bootstrapper 07:53:37  Building core-command ... done  ---> cbefdf7f9785 07:53:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:53:37 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:53:37 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:53:37 ---> a10335f89138 07:53:37 Step 3/33 : WORKDIR /edgex-go 07:53:37 ---> Using cache 07:53:37 ---> 8b61675bf4dd 07:53:37 Step 4/33 : RUN apk add --update --no-cache make git 07:53:37 ---> Using cache 07:53:37 ---> 20e6ed246f90 07:53:37 Step 5/33 : COPY go.mod vendor* ./ 07:53:37 ---> Using cache 07:53:37 ---> f73c13be6cbc 07:53:37 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:53:37 ---> Using cache 07:53:37 ---> f2270d340b70 07:53:37 Step 7/33 : COPY . . 07:53:38 ---> Using cache 07:53:38 ---> 834b4162ae28 07:53:38 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:53:38 ---> Running in 721a8b97a8f2 07:53:38 ---> ed80512cbe99 07:53:38 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:53:38 ---> Running in 969cccc9c2f5 07:53:39 Removing intermediate container 969cccc9c2f5 07:53:39 ---> aa2bd978f39d 07:53:39 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:53:40 ---> 85341471ac45 07:53:40 Step 22/27 : WORKDIR / 07:53:40 ---> Running in 42c83f93e669 07:53:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:53:41 Removing intermediate container 42c83f93e669 07:53:41 ---> 43445c78092b 07:53:41 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:53:41 ---> Running in 2dba1c4cc0a8 07:53:41 Removing intermediate container 2dba1c4cc0a8 07:53:41 ---> dcddde044e79 07:53:41 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:53:42 ---> Running in a4fc0cf6627d 07:53:42 Removing intermediate container a4fc0cf6627d 07:53:42 ---> e89d3444c9a4 07:53:42 Step 25/27 : LABEL arch=arm64 07:53:42 ---> Running in 93a4530c74cc 07:53:43 Removing intermediate container 93a4530c74cc 07:53:43 ---> 82e7c5825201 07:53:43 Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:53:43 ---> Running in dfec2133ed9b 07:53:43 Removing intermediate container dfec2133ed9b 07:53:43 ---> 9ac9838c8f52 07:53:43 Step 27/27 : LABEL version=3.0.0-dev.147 07:53:43 ---> Running in 3b89dc1db185 07:53:44 Removing intermediate container 3b89dc1db185 07:53:44 ---> 0bd382ce3721 07:53:44 07:53:44 Successfully built 0bd382ce3721 07:53:44 Successfully tagged security-spire-config-arm64:latest 07:53:44  Building security-spire-config ... done Building security-spiffe-token-provider 07:53:47 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:53:47 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:53:47 ---> a10335f89138 07:53:47 Step 3/20 : WORKDIR /edgex-go 07:53:47 ---> Using cache 07:53:47 ---> 8b61675bf4dd 07:53:47 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:53:47 ---> Running in eafc00a1a4c1 07:53:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:52 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:53:52 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:53:52 OK: 17690 distinct packages available 07:53:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:53:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:53:54 OK: 263 MiB in 53 packages 07:53:56 Removing intermediate container eafc00a1a4c1 07:53:56 ---> 31dd508b5453 07:53:56 Step 5/20 : COPY go.mod vendor* ./ 07:53:57 ---> 209292c69781 07:53:57 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:53:57 ---> Running in 5ffb5cf3ae54 07:54:53 Removing intermediate container 1c222437a49c 07:54:53 ---> 3fba7b3de133 07:54:53 07:54:53 Step 9/22 : FROM alpine:3.17 07:54:53 ---> 51e60588ff2c 07:54:53 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 07:54:53 ---> Running in bb13cba13c1c 07:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:54:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:54:53 (1/2) Installing dumb-init (1.2.5-r2) 07:54:53 (2/2) Installing openssl (3.0.8-r4) 07:54:53 Executing busybox-1.35.0-r29.trigger 07:54:53 OK: 8 MiB in 17 packages 07:54:56 Removing intermediate container bb13cba13c1c 07:54:56 ---> d9cd0de2d797 07:54:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:54:56 ---> Running in 6d62024d28b8 07:54:57 Removing intermediate container 6d62024d28b8 07:54:57 ---> e1b2272f8908 07:54:57 Step 12/22 : WORKDIR /edgex 07:54:57 ---> Running in 0bd4a6abc901 07:54:58 Removing intermediate container 0bd4a6abc901 07:54:58 ---> fdfbe9a8cf67 07:54:58 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:00 ---> 694e0edac842 07:55:00 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 07:55:02 ---> b942628cc67a 07:55:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:55:03 ---> c86307017e60 07:55:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:55:06 ---> 9239d8fdeaed 07:55:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:55:10 ---> 9c594f5fa140 07:55:10 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:55:11 ---> Running in 5b7c27370894 07:55:15 Removing intermediate container 5b7c27370894 07:55:15 ---> 015f6013f0a5 07:55:15 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:55:15 ---> Running in a4b213f10364 07:55:16 Removing intermediate container a4b213f10364 07:55:16 ---> 99c4b0bd0e69 07:55:16 Step 20/22 : LABEL arch=arm64 07:55:16 ---> Running in ffb65a526b63 07:55:17 Removing intermediate container ffb65a526b63 07:55:17 ---> 8e12eaa1c8c5 07:55:17 Step 21/22 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:55:17 ---> Running in 062f15d187ac 07:55:18 Removing intermediate container 062f15d187ac 07:55:18 ---> e6786970a08a 07:55:18 Step 22/22 : LABEL version=3.0.0-dev.147 07:55:18 ---> Running in 212bce080f6d 07:55:19 Removing intermediate container 212bce080f6d 07:55:19 ---> 6e4f18aaddc8 07:55:19 07:55:19 Successfully built 6e4f18aaddc8 07:55:19 Successfully tagged security-proxy-setup-arm64:latest 07:55:19 Building security-spire-server 07:55:24  Building security-proxy-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:55:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:55:24 ---> a10335f89138 07:55:24 Step 3/26 : WORKDIR /edgex-go 07:55:24 ---> Using cache 07:55:24 ---> 8b61675bf4dd 07:55:24 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 07:55:24 ---> Using cache 07:55:24 ---> bcbf20c14e07 07:55:24 Step 5/26 : COPY go.mod vendor* ./ 07:55:24 ---> Using cache 07:55:24 ---> c43cfef9c725 07:55:24 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:24 ---> Using cache 07:55:24 ---> 3db0903f0455 07:55:24 Step 7/26 : COPY . . 07:55:24 ---> Using cache 07:55:24 ---> 529e6e0d222f 07:55:24 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 07:55:24 ---> Using cache 07:55:24 ---> 905ab023277b 07:55:24 Step 9/26 : WORKDIR /edgex-go/spire-build 07:55:24 ---> Using cache 07:55:24 ---> 7c53baf7ac1a 07:55:24 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:55:24 ---> Using cache 07:55:24 ---> 76f8f6c58521 07:55:24 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 07:55:24 ---> Running in 6331028c67dc 07:55:30 Removing intermediate container 6331028c67dc 07:55:30 ---> 6e0f3f80be4c 07:55:30 Step 12/26 : WORKDIR /edgex-go 07:55:30 ---> Running in c2c6e35e93ae 07:55:30 Removing intermediate container c2c6e35e93ae 07:55:30 ---> 5651ca04ca54 07:55:30 07:55:30 Step 13/26 : FROM alpine:3.17 07:55:30 ---> 51e60588ff2c 07:55:30 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:55:30 ---> Using cache 07:55:30 ---> 78a5eefa64fb 07:55:30 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:55:30 ---> Using cache 07:55:30 ---> e48b69c1a176 07:55:30 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:30 ---> Using cache 07:55:30 ---> 56a645246c60 07:55:30 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 07:55:30 ---> Using cache 07:55:30 ---> 47e167ef8803 07:55:30 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:55:40 ---> f9f9ade46e8e 07:55:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:55:40 ---> 9cf6c95d8bb4 07:55:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:55:42 ---> fe8821416dde 07:55:42 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:55:42 Removing intermediate container 5ffb5cf3ae54 07:55:42 ---> 288cee91ec8b 07:55:42 Step 7/20 : COPY . . 07:55:43 ---> f84067667657 07:55:43 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:55:43 ---> Running in 8fd31ec35fda 07:55:44 Removing intermediate container 8fd31ec35fda 07:55:44 ---> e3f30115f213 07:55:44 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:55:44 ---> Running in 1780fe1fd5a3 07:55:45 Removing intermediate container 1780fe1fd5a3 07:55:45 ---> ceaab52aee0f 07:55:45 Step 24/26 : LABEL arch=arm64 07:55:46 ---> Running in 8c6a00265a15 07:55:47 Removing intermediate container 8c6a00265a15 07:55:47 ---> 3ec6a68c9b1d 07:55:47 Step 25/26 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:55:47 ---> Running in 7057e62177b7 07:55:48 Removing intermediate container 7057e62177b7 07:55:48 ---> 2069ac290da5 07:55:48 Step 26/26 : LABEL version=3.0.0-dev.147 07:55:48 ---> Running in 17c85aebfa3c 07:55:49 ---> e70c19ed06c1 07:55:49 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:55:51 ---> Running in 32b00982e811 07:55:51 Removing intermediate container 17c85aebfa3c 07:55:51 ---> a94a592b865b 07:55:51 07:55:51 Successfully built a94a592b865b 07:55:51 Successfully tagged security-spire-server-arm64:latest 07:55:51  Building security-spire-server ... done Building security-secretstore-setup 07:55:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:55:56 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:55:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 07:55:56 ---> a10335f89138 07:55:56 Step 3/25 : WORKDIR /edgex-go 07:55:56 ---> Using cache 07:55:56 ---> 8b61675bf4dd 07:55:56 Step 4/25 : RUN apk add --update --no-cache make git 07:55:56 ---> Using cache 07:55:56 ---> 20e6ed246f90 07:55:56 Step 5/25 : COPY go.mod vendor* ./ 07:55:56 ---> Using cache 07:55:56 ---> f73c13be6cbc 07:55:56 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:55:56 ---> Using cache 07:55:56 ---> f2270d340b70 07:55:56 Step 7/25 : COPY . . 07:55:56 ---> Using cache 07:55:56 ---> 834b4162ae28 07:55:56 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:55:56 ---> Running in 3a741c2a0528 07:56:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:56:00 Removing intermediate container 9fbfe9c88095 07:56:00 ---> eaa0d8438f41 07:56:00 07:56:00 Step 10/23 : FROM alpine:3.17 07:56:00 ---> 51e60588ff2c 07:56:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:56:00 ---> Using cache 07:56:00 ---> 4f9cb0946e5b 07:56:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:56:00 ---> Using cache 07:56:00 ---> 02a188b94290 07:56:00 Step 13/23 : ENV APP_PORT=59861 07:56:00 ---> Running in b3a0af91955b 07:56:01 Removing intermediate container b3a0af91955b 07:56:01 ---> edda2d3d7092 07:56:01 Step 14/23 : EXPOSE $APP_PORT 07:56:01 ---> Running in f9970b8caba7 07:56:03 Removing intermediate container f9970b8caba7 07:56:03 ---> 74b62f6565cb 07:56:03 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:56:04 ---> e0912593ceb3 07:56:04 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:56:05 ---> f9e3b9dd0bd9 07:56:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:56:08 ---> 71436f28e7fe 07:56:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:56:09 ---> 5ef3c19bd3b3 07:56:09 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:56:09 ---> Running in eb0b8f3463d9 07:56:09 Removing intermediate container eb0b8f3463d9 07:56:09 ---> 0b7d942105d0 07:56:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:56:09 ---> Running in 1ca3ce05d548 07:56:10 Removing intermediate container 1ca3ce05d548 07:56:10 ---> 8c0c0cf778f2 07:56:10 Step 21/23 : LABEL arch=arm64 07:56:10 ---> Running in 9d389bcec6d5 07:56:10 Removing intermediate container 9d389bcec6d5 07:56:10 ---> 20ac09af46be 07:56:10 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 07:56:11 ---> Running in 8bb865e43618 07:56:11 Removing intermediate container 8bb865e43618 07:56:11 ---> a94912be3db5 07:56:11 Step 23/23 : LABEL version=3.0.0-dev.147 07:56:11 ---> Running in 002732c4a083 07:56:12 Removing intermediate container 002732c4a083 07:56:12 ---> 8adf9bf6d636 07:56:12 07:56:12 Successfully built 8adf9bf6d636 07:56:12 Successfully tagged support-scheduler-arm64:latest 07:56:12  Building support-scheduler ... done Building core-data 07:56:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:56:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:56:15 ---> a10335f89138 07:56:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:56:15 ---> Using cache 07:56:15 ---> 9b47cd4eef61 07:56:15 Step 4/23 : WORKDIR /edgex-go 07:56:15 ---> Using cache 07:56:15 ---> c118991b18e7 07:56:15 Step 5/23 : RUN apk add --update --no-cache make git 07:56:15 ---> Using cache 07:56:15 ---> fdd65c142eac 07:56:15 Step 6/23 : COPY go.mod vendor* ./ 07:56:15 ---> Using cache 07:56:15 ---> 44533d60e9e1 07:56:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:56:15 ---> Using cache 07:56:15 ---> 4de0ed3954a8 07:56:15 Step 8/23 : COPY . . 07:56:15 ---> Using cache 07:56:15 ---> b5a752636108 07:56:15 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:56:17 ---> Running in c94f35a33f85 07:56:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:59:57 Removing intermediate container 721a8b97a8f2 07:59:57 ---> 2c4cbc5d4e64 07:59:57 07:59:57 Step 9/33 : FROM alpine:3.17 07:59:57 ---> 51e60588ff2c 07:59:57 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:59:57 ---> Running in c9b649e56a5a 07:59:57 Removing intermediate container c9b649e56a5a 07:59:57 ---> b599ffb9d85d 07:59:57 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 07:59:57 ---> Running in 02f7aaeff23d 07:59:57 Removing intermediate container 60ad04063e2b 07:59:57 ---> 9485160e6548 07:59:57 07:59:57 Step 10/25 : FROM alpine:3.17 07:59:57 ---> 51e60588ff2c 07:59:57 Step 11/25 : RUN apk add --update --no-cache dumb-init 07:59:57 ---> Using cache 07:59:57 ---> 4f9cb0946e5b 07:59:57 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:59:57 ---> Using cache 07:59:57 ---> 02a188b94290 07:59:57 Step 13/25 : ENV APP_PORT=59881 07:59:57 ---> Running in 26f122ccfa7d 07:59:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:59:57 Removing intermediate container 26f122ccfa7d 07:59:57 ---> 529e5448711c 07:59:57 Step 14/25 : EXPOSE $APP_PORT 07:59:57 ---> Running in ba824ae48e47 07:59:57 Removing intermediate container ba824ae48e47 07:59:57 ---> d9191ae0897e 07:59:57 Step 15/25 : WORKDIR / 07:59:57 ---> Running in 8e1dfdd6358d 07:59:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:59:57 Removing intermediate container 8e1dfdd6358d 07:59:57 ---> 432ecf9b7477 07:59:57 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 07:59:57 ---> d4ce68650779 07:59:57 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 07:59:57 (1/2) Installing dumb-init (1.2.5-r2) 07:59:57 (2/2) Installing su-exec (0.2-r2) 07:59:57 Executing busybox-1.35.0-r29.trigger 07:59:57 OK: 8 MiB in 17 packages 07:59:58 ---> fe65d60df611 07:59:58 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:59:58 Removing intermediate container 02f7aaeff23d 07:59:58 ---> 8a0a9a461f3e 07:59:58 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 07:59:58 ---> Running in 83fd76c756f2 07:59:59 Removing intermediate container 83fd76c756f2 07:59:59 ---> f4fc7a5d3987 07:59:59 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:59:59 ---> Running in 990019d989b1 08:00:00 Removing intermediate container 990019d989b1 08:00:00 ---> a6569ca16df0 08:00:00 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 08:00:00 ---> Running in 663347627d96 08:00:00 ---> 9b601e2176f5 08:00:00 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:00:01 Removing intermediate container 663347627d96 08:00:01 ---> 6de2b6310174 08:00:01 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 08:00:01 ---> Running in 43e16b4fb22d 08:00:02 ---> e941395dffcd 08:00:02 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:00:02 Removing intermediate container 43e16b4fb22d 08:00:02 ---> 69d706116efd 08:00:02 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 08:00:02 ---> Running in c2702abb9104 08:00:03 ---> 9578c1636e98 08:00:03 Step 21/25 : ENTRYPOINT ["/core-metadata"] 08:00:03 ---> Running in 5f6e2c1c1e13 08:00:04 Removing intermediate container 5f6e2c1c1e13 08:00:04 ---> 752e2469c3fc 08:00:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:00:04 ---> Running in c729d1abd392 08:00:05 Removing intermediate container c729d1abd392 08:00:05 ---> 1d7802d06aa1 08:00:05 Step 23/25 : LABEL arch=arm64 08:00:05 ---> Running in a749d771cb8f 08:00:06 Removing intermediate container a749d771cb8f 08:00:06 ---> 7603b6ad493d 08:00:06 Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:00:06 ---> Running in 2d2f90643c01 08:00:06 Removing intermediate container c2702abb9104 08:00:06 ---> d734244affff 08:00:06 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 08:00:06 ---> Running in 7dd61c28acaa 08:00:07 Removing intermediate container 2d2f90643c01 08:00:07 ---> 6afb297ca15e 08:00:07 Step 25/25 : LABEL version=3.0.0-dev.147 08:00:07 ---> Running in 009ca1b001fa 08:00:07 Removing intermediate container 7dd61c28acaa 08:00:07 ---> aa2e58bd5df3 08:00:07 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 08:00:08 Removing intermediate container 009ca1b001fa 08:00:08 ---> c4e050abb115 08:00:08 08:00:08 Successfully built c4e050abb115 08:00:08 Successfully tagged core-metadata-arm64:latest 08:00:08 Building support-notifications 08:00:08  Building core-metadata ... done  ---> 91d141668d16 08:00:08 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 08:00:08 ---> Running in e5ef316daef2 08:00:11 Removing intermediate container e5ef316daef2 08:00:11 ---> 99ac000ddb1c 08:00:11 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:00:12 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 08:00:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:00:12 ---> a10335f89138 08:00:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 08:00:12 ---> Using cache 08:00:12 ---> 9b47cd4eef61 08:00:12 Step 4/23 : WORKDIR /edgex-go 08:00:12 ---> Using cache 08:00:12 ---> c118991b18e7 08:00:12 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:00:12 ---> Running in bdb21e311559 08:00:13 ---> fbd5f39128e9 08:00:13 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 08:00:17 ---> 5e23c86cc09a 08:00:17 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:00:18 ---> 28f522126d2f 08:00:18 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:00:19 ---> 02d10b854319 08:00:19 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 08:00:20 OK: 263 MiB in 53 packages 08:00:21 ---> 94e254c7aec1 08:00:21 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 08:00:22 Removing intermediate container bdb21e311559 08:00:22 ---> 572536ec04cb 08:00:22 Step 6/23 : COPY go.mod vendor* ./ 08:00:22 ---> 0169db8b70b9 08:00:22 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 08:00:23 ---> 5d823be5653f 08:00:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:00:23 ---> 5da9356c82b8 08:00:23 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:00:23 ---> Running in c253d44b14f0 08:00:24 ---> 57b6631a64d5 08:00:24 Step 28/33 : RUN chmod +x /entrypoint.sh 08:00:24 ---> Running in cd804e31345c 08:00:29 Removing intermediate container cd804e31345c 08:00:29 ---> a0489a96ca47 08:00:29 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:00:29 ---> Running in 230c372f3482 08:00:30 Removing intermediate container 230c372f3482 08:00:30 ---> a96beff32cc9 08:00:30 Step 30/33 : CMD ["gate"] 08:00:30 ---> Running in 9d081cc93d03 08:00:31 Removing intermediate container 9d081cc93d03 08:00:31 ---> 805d98e5937d 08:00:31 Step 31/33 : LABEL arch=arm64 08:00:31 ---> Running in 6613cb789895 08:00:31 Removing intermediate container 6613cb789895 08:00:31 ---> eb6fa0fb120a 08:00:31 Step 32/33 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:00:32 ---> Running in 1a2811a2f0cb 08:00:32 Removing intermediate container 1a2811a2f0cb 08:00:32 ---> 16cdbc086a84 08:00:32 Step 33/33 : LABEL version=3.0.0-dev.147 08:00:32 ---> Running in 9ff7d9bfb47e 08:00:33 Removing intermediate container 9ff7d9bfb47e 08:00:33 ---> b5cc4433f1bc 08:00:33 08:00:33 Successfully built b5cc4433f1bc 08:00:33 Successfully tagged security-bootstrapper-arm64:latest 08:01:41  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:01:56 Removing intermediate container 3a741c2a0528 08:01:56 ---> b3eed402e856 08:01:56 08:01:56 Step 9/25 : FROM alpine:3.17 08:01:56 ---> 51e60588ff2c 08:01:56 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 08:01:56 ---> Running in bd388a7e4227 08:01:56 Removing intermediate container c253d44b14f0 08:01:56 ---> 5dec42f767b0 08:01:56 Step 8/23 : COPY . . 08:01:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:01:58 (1/3) Installing ca-certificates (20220614-r4) 08:01:58 (2/3) Installing dumb-init (1.2.5-r2) 08:01:59 (3/3) Installing su-exec (0.2-r2) 08:01:59 Executing busybox-1.35.0-r29.trigger 08:01:59 Executing ca-certificates-20220614-r4.trigger 08:01:59 ---> 25ec3610685b 08:01:59 Step 9/23 : RUN make cmd/support-notifications/support-notifications 08:01:59 ---> Running in 350380ba3894 08:01:59 OK: 8 MiB in 18 packages 08:02:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:02:03 Removing intermediate container bd388a7e4227 08:02:03 ---> d733f72aab38 08:02:03 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 08:02:04 ---> Running in 1f70aebe69cd 08:02:04 Removing intermediate container 1f70aebe69cd 08:02:04 ---> 7ae85806d310 08:02:04 Step 12/25 : WORKDIR / 08:02:04 ---> Running in bf89d214bd70 08:02:04 Removing intermediate container bf89d214bd70 08:02:04 ---> 2c80464734f6 08:02:04 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 08:02:05 ---> 203ebde520e4 08:02:05 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 08:02:06 ---> c3cd4c513f76 08:02:06 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:02:08 ---> 4a5ba7803834 08:02:08 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:02:08 ---> 640b1a431758 08:02:08 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:02:09 ---> 1d7f59082bd6 08:02:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:02:11 ---> a5a673d74f9a 08:02:11 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:02:13 ---> a59c85401978 08:02:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:02:17 ---> 56ccbd7ac60f 08:02:17 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:02:17 ---> Running in 3fa9381b238c 08:02:20 Removing intermediate container 3fa9381b238c 08:02:20 ---> c104937ceff6 08:02:20 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:02:20 ---> Running in 9d81e2345d5a 08:02:21 Removing intermediate container 9d81e2345d5a 08:02:21 ---> 37fc24323f53 08:02:21 Step 23/25 : LABEL arch=arm64 08:02:21 ---> Running in 1cc969fbb193 08:02:22 Removing intermediate container 1cc969fbb193 08:02:22 ---> a638bea15e16 08:02:22 Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:02:22 ---> Running in 946690c935d9 08:02:22 Removing intermediate container 946690c935d9 08:02:22 ---> 3bc5b7f593fb 08:02:22 Step 25/25 : LABEL version=3.0.0-dev.147 08:02:23 ---> Running in 7df9671f25d7 08:02:23 Removing intermediate container 7df9671f25d7 08:02:23 ---> c99c48d862e5 08:02:23 08:02:23 Successfully built c99c48d862e5 08:02:23 Successfully tagged security-secretstore-setup-arm64:latest 08:02:27  Building security-secretstore-setup ... done Removing intermediate container c94f35a33f85 08:02:27 ---> e7768dcd1744 08:02:27 08:02:27 Step 10/23 : FROM alpine:3.17 08:02:27 ---> 51e60588ff2c 08:02:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 08:02:29 ---> Running in 000b3a04fa7b 08:02:30 Removing intermediate container 000b3a04fa7b 08:02:30 ---> 0bfd5e859bfb 08:02:30 Step 12/23 : ENV APP_PORT=59880 08:02:30 ---> Running in 1cd6bb7a96c6 08:02:30 Removing intermediate container 1cd6bb7a96c6 08:02:30 ---> 7dcbcb37eeb9 08:02:30 Step 13/23 : EXPOSE $APP_PORT 08:02:30 ---> Running in 56fc4e7a5012 08:02:31 Removing intermediate container 56fc4e7a5012 08:02:31 ---> 40e08054ec56 08:02:31 Step 14/23 : RUN apk add --update --no-cache dumb-init 08:02:31 ---> Running in da01bd79e86b 08:02:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:02:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:02:34 (1/1) Installing dumb-init (1.2.5-r2) 08:02:34 Executing busybox-1.35.0-r29.trigger 08:02:34 OK: 8 MiB in 16 packages 08:02:36 Removing intermediate container da01bd79e86b 08:02:36 ---> 9d88eb329b09 08:02:36 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:02:37 ---> 67b625f31986 08:02:37 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:02:37 ---> e31ae17b4bc4 08:02:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:02:39 ---> d3abbbfac71d 08:02:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:02:39 ---> eab10548d8cc 08:02:39 Step 19/23 : ENTRYPOINT ["/core-data"] 08:02:39 ---> Running in fc73ff3867a7 08:02:40 Removing intermediate container fc73ff3867a7 08:02:40 ---> b059413e3e6b 08:02:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:02:40 ---> Running in dbd8a573a159 08:02:40 Removing intermediate container dbd8a573a159 08:02:40 ---> 944704031a34 08:02:40 Step 21/23 : LABEL arch=arm64 08:02:40 ---> Running in 610df762c9b9 08:02:41 Removing intermediate container 610df762c9b9 08:02:41 ---> d394da5c56da 08:02:41 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:02:41 ---> Running in 914e032b371e 08:02:42 Removing intermediate container 914e032b371e 08:02:42 ---> 7efc9dd7beb6 08:02:42 Step 23/23 : LABEL version=3.0.0-dev.147 08:02:42 ---> Running in 970607ec0a58 08:02:42 Removing intermediate container 970607ec0a58 08:02:42 ---> 09266f1eaff2 08:02:42 08:02:43 Successfully built 09266f1eaff2 08:02:43 Successfully tagged core-data-arm64:latest 08:03:05  Building core-data ... done Removing intermediate container 32b00982e811 08:03:05 ---> d27b0653005f 08:03:05 08:03:05 Step 9/20 : FROM alpine:3.17 08:03:05 ---> 51e60588ff2c 08:03:05 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 08:03:05 ---> Using cache 08:03:05 ---> b599ffb9d85d 08:03:05 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:03:05 ---> Running in 477604f56f85 08:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:03:07 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 08:03:07 v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 08:03:07 OK: 17691 distinct packages available 08:03:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:03:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:03:09 (1/9) Installing ca-certificates (20220614-r4) 08:03:09 (2/9) Installing brotli-libs (1.0.9-r9) 08:03:09 (3/9) Installing nghttp2-libs (1.51.0-r0) 08:03:09 (4/9) Installing libcurl (8.0.1-r0) 08:03:09 (5/9) Installing curl (8.0.1-r0) 08:03:09 (6/9) Installing dumb-init (1.2.5-r2) 08:03:09 (7/9) Installing musl-obstack (1.2.3-r0) 08:03:09 (8/9) Installing libucontext (1.2-r0) 08:03:09 (9/9) Installing gcompat (1.1.0-r0) 08:03:09 Executing busybox-1.35.0-r29.trigger 08:03:09 Executing ca-certificates-20220614-r4.trigger 08:03:09 OK: 11 MiB in 24 packages 08:03:11 Removing intermediate container 477604f56f85 08:03:11 ---> 9de2dee3d171 08:03:11 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 08:03:12 ---> 93f6f4ed221e 08:03:12 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 08:03:13 ---> 1a186b8fb0c8 08:03:13 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:03:15 ---> b1cafa73e91b 08:03:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:03:16 ---> 09a8280e10ae 08:03:16 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 08:03:16 ---> Running in fd0e73abad90 08:03:17 Removing intermediate container fd0e73abad90 08:03:17 ---> 41464bc324c7 08:03:17 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 08:03:17 ---> Running in 4992c9f36e79 08:03:17 Removing intermediate container 4992c9f36e79 08:03:17 ---> a2f2c64e08bc 08:03:17 Step 18/20 : LABEL arch=arm64 08:03:17 ---> Running in a1da3d4e5ddb 08:03:18 Removing intermediate container a1da3d4e5ddb 08:03:18 ---> 9a11e8c7c70e 08:03:18 Step 19/20 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:03:18 ---> Running in 5dff445c3266 08:03:18 Removing intermediate container 5dff445c3266 08:03:18 ---> c599cc6974db 08:03:18 Step 20/20 : LABEL version=3.0.0-dev.147 08:03:18 ---> Running in 4df3ec96ee39 08:03:19 Removing intermediate container 4df3ec96ee39 08:03:19 ---> 997d769688b0 08:03:19 08:03:19 Successfully built 997d769688b0 08:03:19 Successfully tagged security-spiffe-token-provider-arm64:latest 08:04:41  Building security-spiffe-token-provider ... done Removing intermediate container 350380ba3894 08:04:41 ---> dd6eaeee4fba 08:04:41 08:04:41 Step 10/23 : FROM alpine:3.17 08:04:41 ---> 51e60588ff2c 08:04:41 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:04:41 ---> Running in 9fc4ceb56047 08:04:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 08:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 08:04:44 (1/2) Installing ca-certificates (20220614-r4) 08:04:44 (2/2) Installing dumb-init (1.2.5-r2) 08:04:44 Executing busybox-1.35.0-r29.trigger 08:04:44 Executing ca-certificates-20220614-r4.trigger 08:04:44 OK: 8 MiB in 17 packages 08:04:45 Removing intermediate container 9fc4ceb56047 08:04:45 ---> 858a5d8a2289 08:04:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 08:04:46 ---> Running in c3d44c5fa904 08:04:46 Removing intermediate container c3d44c5fa904 08:04:46 ---> 69ad8ba32828 08:04:46 Step 13/23 : ENV APP_PORT=59860 08:04:46 ---> Running in 95fb7875ddce 08:04:46 Removing intermediate container 95fb7875ddce 08:04:46 ---> 084161640596 08:04:46 Step 14/23 : EXPOSE $APP_PORT 08:04:46 ---> Running in 2f5324501e64 08:04:46 Removing intermediate container 2f5324501e64 08:04:46 ---> cf2b59b895d0 08:04:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:47 ---> 589332fbb596 08:04:47 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 08:04:48 ---> 64629559868d 08:04:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:04:49 ---> 7e6765ab84d5 08:04:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:04:49 ---> 3446aedee052 08:04:49 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:04:49 ---> Running in 3369c5558d49 08:04:50 Removing intermediate container 3369c5558d49 08:04:50 ---> 978e77450402 08:04:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 08:04:50 ---> Running in d795de36fe51 08:04:50 Removing intermediate container d795de36fe51 08:04:50 ---> 93fde6224570 08:04:50 Step 21/23 : LABEL arch=arm64 08:04:50 ---> Running in 1e4ce75bc2cf 08:04:50 Removing intermediate container 1e4ce75bc2cf 08:04:50 ---> 836205d4bba3 08:04:50 Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:04:51 ---> Running in 3df123417816 08:04:51 Removing intermediate container 3df123417816 08:04:51 ---> 9d2641e37482 08:04:51 Step 23/23 : LABEL version=3.0.0-dev.147 08:04:51 ---> Running in a4bf6563f10c 08:04:51 Removing intermediate container a4bf6563f10c 08:04:51 ---> 180e1c17a086 08:04:51 08:04:51 Successfully built 180e1c17a086 08:04:51 Successfully tagged support-notifications-arm64:latest 08:04:52  Building support-notifications ... done  [Pipeline] } 08:04:52 $ docker stop --time=1 d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 08:04:56 $ docker rm -f --volumes d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 [Pipeline] // withDockerContainer [Pipeline] sh 08:04:57 + docker images 08:04:57 REPOSITORY TAG IMAGE ID CREATED SIZE 08:04:57 support-notifications-arm64 latest 180e1c17a086 6 seconds ago 31.9MB 08:04:57 dd6eaeee4fba 18 seconds ago 1.42GB 08:04:57 security-spiffe-token-provider-arm64 latest 997d769688b0 About a minute ago 32.7MB 08:04:57 d27b0653005f About a minute ago 1.39GB 08:04:57 core-data-arm64 latest 09266f1eaff2 2 minutes ago 19.9MB 08:04:57 e7768dcd1744 2 minutes ago 1.36GB 08:04:57 security-secretstore-setup-arm64 latest c99c48d862e5 2 minutes ago 32.2MB 08:04:57 b3eed402e856 3 minutes ago 1.35GB 08:04:57 security-bootstrapper-arm64 latest b5cc4433f1bc 4 minutes ago 21.9MB 08:04:57 core-metadata-arm64 latest c4e050abb115 4 minutes ago 20.2MB 08:04:57 9485160e6548 5 minutes ago 1.36GB 08:04:57 2c4cbc5d4e64 5 minutes ago 1.34GB 08:04:57 support-scheduler-arm64 latest 8adf9bf6d636 8 minutes ago 31.2MB 08:04:57 eaa0d8438f41 8 minutes ago 1.42GB 08:04:57 security-spire-server-arm64 latest a94a592b865b 9 minutes ago 97MB 08:04:57 5651ca04ca54 9 minutes ago 1.21GB 08:04:57 security-proxy-setup-arm64 latest 6e4f18aaddc8 9 minutes ago 18.7MB 08:04:57 3fba7b3de133 10 minutes ago 1.33GB 08:04:57 security-spire-config-arm64 latest 0bd382ce3721 11 minutes ago 96.1MB 08:04:57 core-command-arm64 latest 4745f86a77d6 11 minutes ago 19.7MB 08:04:57 core-common-config-bootstrapper-arm64 latest f4e50fe067cb 11 minutes ago 17.2MB 08:04:57 4f234c7253fb 11 minutes ago 1.35GB 08:04:57 a795c891b34b 12 minutes ago 1.35GB 08:04:57 security-proxy-auth-arm64 latest 8a282e39aee2 12 minutes ago 18.1MB 08:04:57 8f751968d89b 12 minutes ago 1.33GB 08:04:57 security-spire-agent-arm64 latest 514269efb05b 18 minutes ago 153MB 08:04:57 46dca3d9c7f1 18 minutes ago 1.21GB 08:04:57 ci-base-image-arm64 latest a10335f89138 21 minutes ago 899MB 08:04:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 9 days ago 681MB 08:04:57 alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB 08:04:57 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 08:04:57 provisioning config files... 08:04:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config4374256824096383368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:57 ---> docker-login.sh 08:04:57 nexus3.edgexfoundry.org:10001 08:04:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:58 Configure a credential helper to remove this warning. See 08:04:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:58 08:04:58 Login Succeeded 08:04:58 nexus3.edgexfoundry.org:10002 08:04:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:58 Configure a credential helper to remove this warning. See 08:04:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:58 08:04:58 Login Succeeded 08:04:58 nexus3.edgexfoundry.org:10003 08:04:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:58 Configure a credential helper to remove this warning. See 08:04:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:58 08:04:58 Login Succeeded 08:04:58 nexus3.edgexfoundry.org:10004 08:04:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:59 Configure a credential helper to remove this warning. See 08:04:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:59 08:04:59 Login Succeeded 08:04:59 docker.io 08:04:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:59 Configure a credential helper to remove this warning. See 08:04:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:59 08:04:59 Login Succeeded 08:04:59 ---> docker-login.sh ends [Pipeline] } 08:04:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:04:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:04:59 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:04:59 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:04:59 latest 08:04:59 3.0.0-dev.147 08:04:59 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:04:59 main 08:04:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:00 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:05:00 e5bd4f1347b2: Preparing 08:05:00 57fc3a2601d5: Preparing 08:05:00 ed14fcfcb551: Preparing 08:05:00 f7225a23db01: Preparing 08:05:00 289b64295cd3: Preparing 08:05:00 26cbea5cba74: Preparing 08:05:00 26cbea5cba74: Waiting 08:05:00 f7225a23db01: Pushed 08:05:00 e5bd4f1347b2: Pushed 08:05:00 ed14fcfcb551: Pushed 08:05:00 289b64295cd3: Pushed 08:05:00 26cbea5cba74: Layer already exists 08:05:04 57fc3a2601d5: Pushed 08:05:04 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:05:04 e5bd4f1347b2: Preparing 08:05:04 57fc3a2601d5: Preparing 08:05:04 ed14fcfcb551: Preparing 08:05:04 f7225a23db01: Preparing 08:05:04 289b64295cd3: Preparing 08:05:04 26cbea5cba74: Preparing 08:05:04 26cbea5cba74: Waiting 08:05:04 57fc3a2601d5: Layer already exists 08:05:04 ed14fcfcb551: Layer already exists 08:05:04 e5bd4f1347b2: Layer already exists 08:05:04 f7225a23db01: Layer already exists 08:05:04 289b64295cd3: Layer already exists 08:05:04 26cbea5cba74: Layer already exists 08:05:05 latest: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 08:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:05:05 e5bd4f1347b2: Preparing 08:05:05 57fc3a2601d5: Preparing 08:05:05 ed14fcfcb551: Preparing 08:05:05 f7225a23db01: Preparing 08:05:05 289b64295cd3: Preparing 08:05:05 26cbea5cba74: Preparing 08:05:05 26cbea5cba74: Waiting 08:05:05 ed14fcfcb551: Layer already exists 08:05:05 e5bd4f1347b2: Layer already exists 08:05:05 f7225a23db01: Layer already exists 08:05:05 57fc3a2601d5: Layer already exists 08:05:05 289b64295cd3: Layer already exists 08:05:05 26cbea5cba74: Layer already exists 08:05:06 3.0.0-dev.147: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:05:06 e5bd4f1347b2: Preparing 08:05:06 57fc3a2601d5: Preparing 08:05:06 ed14fcfcb551: Preparing 08:05:06 f7225a23db01: Preparing 08:05:06 289b64295cd3: Preparing 08:05:06 26cbea5cba74: Preparing 08:05:06 26cbea5cba74: Waiting 08:05:06 e5bd4f1347b2: Layer already exists 08:05:06 289b64295cd3: Layer already exists 08:05:06 ed14fcfcb551: Layer already exists 08:05:06 57fc3a2601d5: Layer already exists 08:05:06 f7225a23db01: Layer already exists 08:05:06 26cbea5cba74: Layer already exists 08:05:06 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:05:07 e5bd4f1347b2: Preparing 08:05:07 57fc3a2601d5: Preparing 08:05:07 ed14fcfcb551: Preparing 08:05:07 f7225a23db01: Preparing 08:05:07 289b64295cd3: Preparing 08:05:07 26cbea5cba74: Preparing 08:05:07 26cbea5cba74: Waiting 08:05:07 e5bd4f1347b2: Layer already exists 08:05:07 ed14fcfcb551: Layer already exists 08:05:07 57fc3a2601d5: Layer already exists 08:05:07 f7225a23db01: Layer already exists 08:05:07 289b64295cd3: Layer already exists 08:05:07 26cbea5cba74: Layer already exists 08:05:07 main: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:07 ===================================================== [Pipeline] echo 08:05:08 taggedImages: 08:05:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:05:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 08:05:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:05:08 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:05:08 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:08 latest 08:05:08 3.0.0-dev.147 08:05:08 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:08 main 08:05:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:08 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:05:08 6005d4e12cc6: Preparing 08:05:08 b5e4e160d04d: Preparing 08:05:08 4eab85f38e9d: Preparing 08:05:08 be3bf35a8640: Preparing 08:05:08 ed14fcfcb551: Preparing 08:05:08 f7225a23db01: Preparing 08:05:08 0d0dbf05d390: Preparing 08:05:08 26cbea5cba74: Preparing 08:05:08 f7225a23db01: Waiting 08:05:08 0d0dbf05d390: Waiting 08:05:08 26cbea5cba74: Waiting 08:05:08 ed14fcfcb551: Layer already exists 08:05:08 f7225a23db01: Layer already exists 08:05:08 6005d4e12cc6: Pushed 08:05:08 b5e4e160d04d: Pushed 08:05:08 4eab85f38e9d: Pushed 08:05:08 26cbea5cba74: Layer already exists 08:05:08 0d0dbf05d390: Pushed 08:05:11 be3bf35a8640: Pushed 08:05:11 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:11 + 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 08:05:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:05:12 6005d4e12cc6: Preparing 08:05:12 b5e4e160d04d: Preparing 08:05:12 4eab85f38e9d: Preparing 08:05:12 be3bf35a8640: Preparing 08:05:12 ed14fcfcb551: Preparing 08:05:12 f7225a23db01: Preparing 08:05:12 0d0dbf05d390: Preparing 08:05:12 26cbea5cba74: Preparing 08:05:12 f7225a23db01: Waiting 08:05:12 0d0dbf05d390: Waiting 08:05:12 ed14fcfcb551: Layer already exists 08:05:12 4eab85f38e9d: Layer already exists 08:05:12 be3bf35a8640: Layer already exists 08:05:12 b5e4e160d04d: Layer already exists 08:05:12 6005d4e12cc6: Layer already exists 08:05:12 f7225a23db01: Layer already exists 08:05:12 0d0dbf05d390: Layer already exists 08:05:12 26cbea5cba74: Layer already exists 08:05:12 latest: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 08:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:05:13 6005d4e12cc6: Preparing 08:05:13 b5e4e160d04d: Preparing 08:05:13 4eab85f38e9d: Preparing 08:05:13 be3bf35a8640: Preparing 08:05:13 ed14fcfcb551: Preparing 08:05:13 f7225a23db01: Preparing 08:05:13 0d0dbf05d390: Preparing 08:05:13 26cbea5cba74: Preparing 08:05:13 f7225a23db01: Waiting 08:05:13 0d0dbf05d390: Waiting 08:05:13 26cbea5cba74: Waiting 08:05:13 be3bf35a8640: Layer already exists 08:05:13 ed14fcfcb551: Layer already exists 08:05:13 6005d4e12cc6: Layer already exists 08:05:13 b5e4e160d04d: Layer already exists 08:05:13 4eab85f38e9d: Layer already exists 08:05:13 0d0dbf05d390: Layer already exists 08:05:13 f7225a23db01: Layer already exists 08:05:13 26cbea5cba74: Layer already exists 08:05:13 3.0.0-dev.147: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:05:14 6005d4e12cc6: Preparing 08:05:14 b5e4e160d04d: Preparing 08:05:14 4eab85f38e9d: Preparing 08:05:14 be3bf35a8640: Preparing 08:05:14 ed14fcfcb551: Preparing 08:05:14 f7225a23db01: Preparing 08:05:14 0d0dbf05d390: Preparing 08:05:14 26cbea5cba74: Preparing 08:05:14 0d0dbf05d390: Waiting 08:05:14 26cbea5cba74: Waiting 08:05:14 f7225a23db01: Waiting 08:05:14 be3bf35a8640: Layer already exists 08:05:14 b5e4e160d04d: Layer already exists 08:05:14 4eab85f38e9d: Layer already exists 08:05:14 6005d4e12cc6: Layer already exists 08:05:14 ed14fcfcb551: Layer already exists 08:05:14 0d0dbf05d390: Layer already exists 08:05:14 f7225a23db01: Layer already exists 08:05:14 26cbea5cba74: Layer already exists 08:05:14 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:14 + 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 08:05:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:05:15 6005d4e12cc6: Preparing 08:05:15 b5e4e160d04d: Preparing 08:05:15 4eab85f38e9d: Preparing 08:05:15 be3bf35a8640: Preparing 08:05:15 ed14fcfcb551: Preparing 08:05:15 f7225a23db01: Preparing 08:05:15 0d0dbf05d390: Preparing 08:05:15 26cbea5cba74: Preparing 08:05:15 f7225a23db01: Waiting 08:05:15 0d0dbf05d390: Waiting 08:05:15 26cbea5cba74: Waiting 08:05:15 b5e4e160d04d: Layer already exists 08:05:15 4eab85f38e9d: Layer already exists 08:05:15 be3bf35a8640: Layer already exists 08:05:15 ed14fcfcb551: Layer already exists 08:05:15 6005d4e12cc6: Layer already exists 08:05:15 f7225a23db01: Layer already exists 08:05:15 0d0dbf05d390: Layer already exists 08:05:15 26cbea5cba74: Layer already exists 08:05:15 main: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:15 ===================================================== [Pipeline] echo 08:05:15 taggedImages: 08:05:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:05:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 08:05:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:05:15 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:05:15 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:15 latest 08:05:15 3.0.0-dev.147 08:05:15 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:15 main 08:05:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:05:16 d44b1434fd3e: Preparing 08:05:16 5e619e045e2f: Preparing 08:05:16 ed14fcfcb551: Preparing 08:05:16 f7225a23db01: Preparing 08:05:16 8bd77deb7463: Preparing 08:05:16 26cbea5cba74: Preparing 08:05:16 26cbea5cba74: Waiting 08:05:16 f7225a23db01: Layer already exists 08:05:16 ed14fcfcb551: Layer already exists 08:05:16 26cbea5cba74: Layer already exists 08:05:16 d44b1434fd3e: Pushed 08:05:16 8bd77deb7463: Pushed 08:05:19 5e619e045e2f: Pushed 08:05:19 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:05:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:05:20 d44b1434fd3e: Preparing 08:05:20 5e619e045e2f: Preparing 08:05:20 ed14fcfcb551: Preparing 08:05:20 f7225a23db01: Preparing 08:05:20 8bd77deb7463: Preparing 08:05:20 26cbea5cba74: Preparing 08:05:20 26cbea5cba74: Waiting 08:05:20 5e619e045e2f: Layer already exists 08:05:20 8bd77deb7463: Layer already exists 08:05:20 f7225a23db01: Layer already exists 08:05:20 d44b1434fd3e: Layer already exists 08:05:20 ed14fcfcb551: Layer already exists 08:05:20 26cbea5cba74: Layer already exists 08:05:20 latest: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 08:05:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:05:21 d44b1434fd3e: Preparing 08:05:21 5e619e045e2f: Preparing 08:05:21 ed14fcfcb551: Preparing 08:05:21 f7225a23db01: Preparing 08:05:21 8bd77deb7463: Preparing 08:05:21 26cbea5cba74: Preparing 08:05:21 26cbea5cba74: Waiting 08:05:21 f7225a23db01: Layer already exists 08:05:21 8bd77deb7463: Layer already exists 08:05:21 ed14fcfcb551: Layer already exists 08:05:21 5e619e045e2f: Layer already exists 08:05:21 d44b1434fd3e: Layer already exists 08:05:21 26cbea5cba74: Layer already exists 08:05:21 3.0.0-dev.147: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:05:22 d44b1434fd3e: Preparing 08:05:22 5e619e045e2f: Preparing 08:05:22 ed14fcfcb551: Preparing 08:05:22 f7225a23db01: Preparing 08:05:22 8bd77deb7463: Preparing 08:05:22 26cbea5cba74: Preparing 08:05:22 26cbea5cba74: Waiting 08:05:22 ed14fcfcb551: Layer already exists 08:05:22 5e619e045e2f: Layer already exists 08:05:22 8bd77deb7463: Layer already exists 08:05:22 f7225a23db01: Layer already exists 08:05:22 d44b1434fd3e: Layer already exists 08:05:22 26cbea5cba74: Layer already exists 08:05:22 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:05:23 d44b1434fd3e: Preparing 08:05:23 5e619e045e2f: Preparing 08:05:23 ed14fcfcb551: Preparing 08:05:23 f7225a23db01: Preparing 08:05:23 8bd77deb7463: Preparing 08:05:23 26cbea5cba74: Preparing 08:05:23 26cbea5cba74: Waiting 08:05:23 f7225a23db01: Layer already exists 08:05:23 8bd77deb7463: Layer already exists 08:05:23 ed14fcfcb551: Layer already exists 08:05:23 d44b1434fd3e: Layer already exists 08:05:23 5e619e045e2f: Layer already exists 08:05:23 26cbea5cba74: Layer already exists 08:05:23 main: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:23 ===================================================== [Pipeline] echo 08:05:23 taggedImages: 08:05:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:05:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 08:05:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:05:23 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:05:23 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:23 latest 08:05:23 3.0.0-dev.147 08:05:23 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:23 main 08:05:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:05:24 635745265e74: Preparing 08:05:24 354c84c50842: Preparing 08:05:24 c737621bc888: Preparing 08:05:24 ed14fcfcb551: Preparing 08:05:24 f7225a23db01: Preparing 08:05:24 289b64295cd3: Preparing 08:05:24 26cbea5cba74: Preparing 08:05:24 289b64295cd3: Waiting 08:05:24 26cbea5cba74: Waiting 08:05:24 f7225a23db01: Layer already exists 08:05:24 ed14fcfcb551: Layer already exists 08:05:24 289b64295cd3: Layer already exists 08:05:24 26cbea5cba74: Layer already exists 08:05:24 354c84c50842: Pushed 08:05:24 635745265e74: Pushed 08:05:27 c737621bc888: Pushed 08:05:27 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:05:28 635745265e74: Preparing 08:05:28 354c84c50842: Preparing 08:05:28 c737621bc888: Preparing 08:05:28 ed14fcfcb551: Preparing 08:05:28 f7225a23db01: Preparing 08:05:28 289b64295cd3: Preparing 08:05:28 26cbea5cba74: Preparing 08:05:28 289b64295cd3: Waiting 08:05:28 26cbea5cba74: Waiting 08:05:28 c737621bc888: Layer already exists 08:05:28 f7225a23db01: Layer already exists 08:05:28 635745265e74: Layer already exists 08:05:28 ed14fcfcb551: Layer already exists 08:05:28 354c84c50842: Layer already exists 08:05:28 289b64295cd3: Layer already exists 08:05:28 26cbea5cba74: Layer already exists 08:05:28 latest: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 08:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:05:29 635745265e74: Preparing 08:05:29 354c84c50842: Preparing 08:05:29 c737621bc888: Preparing 08:05:29 ed14fcfcb551: Preparing 08:05:29 f7225a23db01: Preparing 08:05:29 289b64295cd3: Preparing 08:05:29 26cbea5cba74: Preparing 08:05:29 289b64295cd3: Waiting 08:05:29 26cbea5cba74: Waiting 08:05:29 635745265e74: Layer already exists 08:05:29 ed14fcfcb551: Layer already exists 08:05:29 c737621bc888: Layer already exists 08:05:29 354c84c50842: Layer already exists 08:05:29 f7225a23db01: Layer already exists 08:05:29 289b64295cd3: Layer already exists 08:05:29 26cbea5cba74: Layer already exists 08:05:29 3.0.0-dev.147: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:05:30 635745265e74: Preparing 08:05:30 354c84c50842: Preparing 08:05:30 c737621bc888: Preparing 08:05:30 ed14fcfcb551: Preparing 08:05:30 f7225a23db01: Preparing 08:05:30 289b64295cd3: Preparing 08:05:30 26cbea5cba74: Preparing 08:05:30 289b64295cd3: Waiting 08:05:30 26cbea5cba74: Waiting 08:05:30 635745265e74: Layer already exists 08:05:30 354c84c50842: Layer already exists 08:05:30 c737621bc888: Layer already exists 08:05:30 ed14fcfcb551: Layer already exists 08:05:30 f7225a23db01: Layer already exists 08:05:30 289b64295cd3: Layer already exists 08:05:30 26cbea5cba74: Layer already exists 08:05:30 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:05:31 635745265e74: Preparing 08:05:31 354c84c50842: Preparing 08:05:31 c737621bc888: Preparing 08:05:31 ed14fcfcb551: Preparing 08:05:31 f7225a23db01: Preparing 08:05:31 289b64295cd3: Preparing 08:05:31 26cbea5cba74: Preparing 08:05:31 289b64295cd3: Waiting 08:05:31 26cbea5cba74: Waiting 08:05:31 635745265e74: Layer already exists 08:05:31 c737621bc888: Layer already exists 08:05:31 ed14fcfcb551: Layer already exists 08:05:31 f7225a23db01: Layer already exists 08:05:31 354c84c50842: Layer already exists 08:05:31 26cbea5cba74: Layer already exists 08:05:31 289b64295cd3: Layer already exists 08:05:31 main: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:31 ===================================================== [Pipeline] echo 08:05:31 taggedImages: 08:05:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:05:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 08:05:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:05:31 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:05:31 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:31 latest 08:05:31 3.0.0-dev.147 08:05:31 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:31 main 08:05:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:05:32 8269af5c48db: Preparing 08:05:32 8269af5c48db: Preparing 08:05:32 f9eecce3ab50: Preparing 08:05:32 bc224b44071a: Preparing 08:05:32 0462c58996c4: Preparing 08:05:32 7f5898c03ef7: Preparing 08:05:32 66e3369cdcb6: Preparing 08:05:32 ed14fcfcb551: Preparing 08:05:32 f7225a23db01: Preparing 08:05:32 052fcd22e21a: Preparing 08:05:32 5fa03d825d00: Preparing 08:05:32 b4420aee8ba2: Preparing 08:05:32 ee944f955553: Preparing 08:05:32 26cbea5cba74: Preparing 08:05:32 66e3369cdcb6: Waiting 08:05:32 ed14fcfcb551: Waiting 08:05:32 f7225a23db01: Waiting 08:05:32 052fcd22e21a: Waiting 08:05:32 ee944f955553: Waiting 08:05:32 26cbea5cba74: Waiting 08:05:32 5fa03d825d00: Waiting 08:05:32 b4420aee8ba2: Waiting 08:05:32 8269af5c48db: Pushed 08:05:32 7f5898c03ef7: Pushed 08:05:32 f9eecce3ab50: Pushed 08:05:32 bc224b44071a: Pushed 08:05:32 0462c58996c4: Pushed 08:05:32 ed14fcfcb551: Layer already exists 08:05:32 f7225a23db01: Layer already exists 08:05:32 052fcd22e21a: Pushed 08:05:32 26cbea5cba74: Layer already exists 08:05:32 ee944f955553: Pushed 08:05:32 b4420aee8ba2: Pushed 08:05:32 5fa03d825d00: Pushed 08:05:36 66e3369cdcb6: Pushed 08:05:36 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:05:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:05:37 8269af5c48db: Preparing 08:05:37 8269af5c48db: Preparing 08:05:37 f9eecce3ab50: Preparing 08:05:37 bc224b44071a: Preparing 08:05:37 0462c58996c4: Preparing 08:05:37 7f5898c03ef7: Preparing 08:05:37 66e3369cdcb6: Preparing 08:05:37 ed14fcfcb551: Preparing 08:05:37 f7225a23db01: Preparing 08:05:37 052fcd22e21a: Preparing 08:05:37 5fa03d825d00: Preparing 08:05:37 b4420aee8ba2: Preparing 08:05:37 ee944f955553: Preparing 08:05:37 26cbea5cba74: Preparing 08:05:37 052fcd22e21a: Waiting 08:05:37 5fa03d825d00: Waiting 08:05:37 66e3369cdcb6: Waiting 08:05:37 ed14fcfcb551: Waiting 08:05:37 f7225a23db01: Waiting 08:05:37 b4420aee8ba2: Waiting 08:05:37 ee944f955553: Waiting 08:05:37 26cbea5cba74: Waiting 08:05:37 7f5898c03ef7: Layer already exists 08:05:37 0462c58996c4: Layer already exists 08:05:37 f9eecce3ab50: Layer already exists 08:05:37 bc224b44071a: Layer already exists 08:05:37 8269af5c48db: Layer already exists 08:05:37 66e3369cdcb6: Layer already exists 08:05:37 ed14fcfcb551: Layer already exists 08:05:37 f7225a23db01: Layer already exists 08:05:37 5fa03d825d00: Layer already exists 08:05:37 052fcd22e21a: Layer already exists 08:05:37 ee944f955553: Layer already exists 08:05:37 26cbea5cba74: Layer already exists 08:05:37 b4420aee8ba2: Layer already exists 08:05:37 latest: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:37 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 08:05:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:05:38 8269af5c48db: Preparing 08:05:38 8269af5c48db: Preparing 08:05:38 f9eecce3ab50: Preparing 08:05:38 bc224b44071a: Preparing 08:05:38 0462c58996c4: Preparing 08:05:38 7f5898c03ef7: Preparing 08:05:38 66e3369cdcb6: Preparing 08:05:38 ed14fcfcb551: Preparing 08:05:38 f7225a23db01: Preparing 08:05:38 052fcd22e21a: Preparing 08:05:38 5fa03d825d00: Preparing 08:05:38 b4420aee8ba2: Preparing 08:05:38 ee944f955553: Preparing 08:05:38 26cbea5cba74: Preparing 08:05:38 66e3369cdcb6: Waiting 08:05:38 ed14fcfcb551: Waiting 08:05:38 f7225a23db01: Waiting 08:05:38 052fcd22e21a: Waiting 08:05:38 5fa03d825d00: Waiting 08:05:38 b4420aee8ba2: Waiting 08:05:38 ee944f955553: Waiting 08:05:38 26cbea5cba74: Waiting 08:05:38 8269af5c48db: Layer already exists 08:05:38 0462c58996c4: Layer already exists 08:05:38 f9eecce3ab50: Layer already exists 08:05:38 bc224b44071a: Layer already exists 08:05:38 7f5898c03ef7: Layer already exists 08:05:38 ed14fcfcb551: Layer already exists 08:05:38 66e3369cdcb6: Layer already exists 08:05:38 f7225a23db01: Layer already exists 08:05:38 052fcd22e21a: Layer already exists 08:05:38 5fa03d825d00: Layer already exists 08:05:38 b4420aee8ba2: Layer already exists 08:05:38 ee944f955553: Layer already exists 08:05:38 26cbea5cba74: Layer already exists 08:05:38 3.0.0-dev.147: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:05:39 8269af5c48db: Preparing 08:05:39 8269af5c48db: Preparing 08:05:39 f9eecce3ab50: Preparing 08:05:39 bc224b44071a: Preparing 08:05:39 0462c58996c4: Preparing 08:05:39 7f5898c03ef7: Preparing 08:05:39 66e3369cdcb6: Preparing 08:05:39 ed14fcfcb551: Preparing 08:05:39 66e3369cdcb6: Waiting 08:05:39 f7225a23db01: Preparing 08:05:39 052fcd22e21a: Preparing 08:05:39 5fa03d825d00: Preparing 08:05:39 b4420aee8ba2: Preparing 08:05:39 ee944f955553: Preparing 08:05:39 26cbea5cba74: Preparing 08:05:39 f7225a23db01: Waiting 08:05:39 ed14fcfcb551: Waiting 08:05:39 052fcd22e21a: Waiting 08:05:39 5fa03d825d00: Waiting 08:05:39 b4420aee8ba2: Waiting 08:05:39 26cbea5cba74: Waiting 08:05:39 ee944f955553: Waiting 08:05:39 8269af5c48db: Layer already exists 08:05:39 bc224b44071a: Layer already exists 08:05:39 f9eecce3ab50: Layer already exists 08:05:39 7f5898c03ef7: Layer already exists 08:05:39 0462c58996c4: Layer already exists 08:05:39 f7225a23db01: Layer already exists 08:05:39 5fa03d825d00: Layer already exists 08:05:39 ed14fcfcb551: Layer already exists 08:05:39 052fcd22e21a: Layer already exists 08:05:39 66e3369cdcb6: Layer already exists 08:05:39 ee944f955553: Layer already exists 08:05:39 26cbea5cba74: Layer already exists 08:05:39 b4420aee8ba2: Layer already exists 08:05:39 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:05:40 8269af5c48db: Preparing 08:05:40 8269af5c48db: Preparing 08:05:40 f9eecce3ab50: Preparing 08:05:40 bc224b44071a: Preparing 08:05:40 0462c58996c4: Preparing 08:05:40 7f5898c03ef7: Preparing 08:05:40 66e3369cdcb6: Preparing 08:05:40 ed14fcfcb551: Preparing 08:05:40 f7225a23db01: Preparing 08:05:40 052fcd22e21a: Preparing 08:05:40 5fa03d825d00: Preparing 08:05:40 b4420aee8ba2: Preparing 08:05:40 ee944f955553: Preparing 08:05:40 26cbea5cba74: Preparing 08:05:40 66e3369cdcb6: Waiting 08:05:40 052fcd22e21a: Waiting 08:05:40 5fa03d825d00: Waiting 08:05:40 ed14fcfcb551: Waiting 08:05:40 f7225a23db01: Waiting 08:05:40 b4420aee8ba2: Waiting 08:05:40 ee944f955553: Waiting 08:05:40 26cbea5cba74: Waiting 08:05:40 7f5898c03ef7: Layer already exists 08:05:40 bc224b44071a: Layer already exists 08:05:40 0462c58996c4: Layer already exists 08:05:40 8269af5c48db: Layer already exists 08:05:40 f9eecce3ab50: Layer already exists 08:05:40 66e3369cdcb6: Layer already exists 08:05:40 ed14fcfcb551: Layer already exists 08:05:40 f7225a23db01: Layer already exists 08:05:40 052fcd22e21a: Layer already exists 08:05:40 5fa03d825d00: Layer already exists 08:05:40 b4420aee8ba2: Layer already exists 08:05:40 ee944f955553: Layer already exists 08:05:40 26cbea5cba74: Layer already exists 08:05:40 main: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:40 ===================================================== [Pipeline] echo 08:05:40 taggedImages: 08:05:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:05:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 08:05:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:05:40 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:05:40 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:40 latest 08:05:40 3.0.0-dev.147 08:05:40 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:40 main 08:05:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:05:41 17a311cf095e: Preparing 08:05:41 444c6e65d4d6: Preparing 08:05:41 6f826a0bea97: Preparing 08:05:41 403536cc6538: Preparing 08:05:41 ed14fcfcb551: Preparing 08:05:41 f7225a23db01: Preparing 08:05:41 0d0dbf05d390: Preparing 08:05:41 26cbea5cba74: Preparing 08:05:41 f7225a23db01: Waiting 08:05:41 26cbea5cba74: Waiting 08:05:41 0d0dbf05d390: Waiting 08:05:41 ed14fcfcb551: Layer already exists 08:05:41 f7225a23db01: Layer already exists 08:05:41 0d0dbf05d390: Layer already exists 08:05:41 26cbea5cba74: Layer already exists 08:05:41 444c6e65d4d6: Pushed 08:05:41 17a311cf095e: Pushed 08:05:41 6f826a0bea97: Pushed 08:05:43 403536cc6538: Pushed 08:05:43 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:44 + 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 08:05:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:05:44 17a311cf095e: Preparing 08:05:44 444c6e65d4d6: Preparing 08:05:44 6f826a0bea97: Preparing 08:05:44 403536cc6538: Preparing 08:05:44 ed14fcfcb551: Preparing 08:05:44 f7225a23db01: Preparing 08:05:44 0d0dbf05d390: Preparing 08:05:44 26cbea5cba74: Preparing 08:05:44 26cbea5cba74: Waiting 08:05:44 0d0dbf05d390: Waiting 08:05:44 17a311cf095e: Layer already exists 08:05:44 6f826a0bea97: Layer already exists 08:05:44 ed14fcfcb551: Layer already exists 08:05:44 444c6e65d4d6: Layer already exists 08:05:44 403536cc6538: Layer already exists 08:05:44 f7225a23db01: Layer already exists 08:05:44 0d0dbf05d390: Layer already exists 08:05:44 26cbea5cba74: Layer already exists 08:05:44 latest: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:45 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 08:05:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:05:45 17a311cf095e: Preparing 08:05:45 444c6e65d4d6: Preparing 08:05:45 6f826a0bea97: Preparing 08:05:45 403536cc6538: Preparing 08:05:45 ed14fcfcb551: Preparing 08:05:45 f7225a23db01: Preparing 08:05:45 0d0dbf05d390: Preparing 08:05:45 26cbea5cba74: Preparing 08:05:45 f7225a23db01: Waiting 08:05:45 0d0dbf05d390: Waiting 08:05:45 26cbea5cba74: Waiting 08:05:45 6f826a0bea97: Layer already exists 08:05:45 444c6e65d4d6: Layer already exists 08:05:45 ed14fcfcb551: Layer already exists 08:05:45 403536cc6538: Layer already exists 08:05:45 17a311cf095e: Layer already exists 08:05:45 0d0dbf05d390: Layer already exists 08:05:45 f7225a23db01: Layer already exists 08:05:45 26cbea5cba74: Layer already exists 08:05:45 3.0.0-dev.147: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:05:46 17a311cf095e: Preparing 08:05:46 444c6e65d4d6: Preparing 08:05:46 6f826a0bea97: Preparing 08:05:46 403536cc6538: Preparing 08:05:46 ed14fcfcb551: Preparing 08:05:46 f7225a23db01: Preparing 08:05:46 0d0dbf05d390: Preparing 08:05:46 26cbea5cba74: Preparing 08:05:46 f7225a23db01: Waiting 08:05:46 0d0dbf05d390: Waiting 08:05:46 26cbea5cba74: Waiting 08:05:46 403536cc6538: Layer already exists 08:05:46 444c6e65d4d6: Layer already exists 08:05:46 ed14fcfcb551: Layer already exists 08:05:46 17a311cf095e: Layer already exists 08:05:46 6f826a0bea97: Layer already exists 08:05:46 26cbea5cba74: Layer already exists 08:05:46 0d0dbf05d390: Layer already exists 08:05:46 f7225a23db01: Layer already exists 08:05:46 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:47 + 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 08:05:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:05:47 17a311cf095e: Preparing 08:05:47 444c6e65d4d6: Preparing 08:05:47 6f826a0bea97: Preparing 08:05:47 403536cc6538: Preparing 08:05:47 ed14fcfcb551: Preparing 08:05:47 f7225a23db01: Preparing 08:05:47 0d0dbf05d390: Preparing 08:05:47 26cbea5cba74: Preparing 08:05:47 f7225a23db01: Waiting 08:05:47 0d0dbf05d390: Waiting 08:05:47 26cbea5cba74: Waiting 08:05:47 ed14fcfcb551: Layer already exists 08:05:47 403536cc6538: Layer already exists 08:05:47 17a311cf095e: Layer already exists 08:05:47 444c6e65d4d6: Layer already exists 08:05:47 6f826a0bea97: Layer already exists 08:05:47 26cbea5cba74: Layer already exists 08:05:47 0d0dbf05d390: Layer already exists 08:05:47 f7225a23db01: Layer already exists 08:05:47 main: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:47 ===================================================== [Pipeline] echo 08:05:47 taggedImages: 08:05:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:05:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 08:05:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:05:47 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:05:47 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:47 latest 08:05:47 3.0.0-dev.147 08:05:47 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:47 main 08:05:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:05:48 ada965067dfc: Preparing 08:05:48 d6d74652baea: Preparing 08:05:48 a2d84a10f6e4: Preparing 08:05:48 58babd6b0213: Preparing 08:05:48 ed14fcfcb551: Preparing 08:05:48 f7225a23db01: Preparing 08:05:48 0fd1e917f102: Preparing 08:05:48 90143a665327: Preparing 08:05:48 26cbea5cba74: Preparing 08:05:48 0fd1e917f102: Waiting 08:05:48 26cbea5cba74: Waiting 08:05:48 90143a665327: Waiting 08:05:48 f7225a23db01: Waiting 08:05:48 ed14fcfcb551: Layer already exists 08:05:49 f7225a23db01: Layer already exists 08:05:49 58babd6b0213: Pushed 08:05:49 d6d74652baea: Pushed 08:05:49 ada965067dfc: Pushed 08:05:49 0fd1e917f102: Pushed 08:05:49 26cbea5cba74: Layer already exists 08:05:49 90143a665327: Pushed 08:05:52 a2d84a10f6e4: Pushed 08:05:52 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:52 + 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 08:05:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:05:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:05:52 ada965067dfc: Preparing 08:05:52 d6d74652baea: Preparing 08:05:52 a2d84a10f6e4: Preparing 08:05:52 58babd6b0213: Preparing 08:05:52 ed14fcfcb551: Preparing 08:05:52 f7225a23db01: Preparing 08:05:52 0fd1e917f102: Preparing 08:05:52 90143a665327: Preparing 08:05:52 26cbea5cba74: Preparing 08:05:52 f7225a23db01: Waiting 08:05:52 0fd1e917f102: Waiting 08:05:52 90143a665327: Waiting 08:05:52 26cbea5cba74: Waiting 08:05:52 58babd6b0213: Layer already exists 08:05:52 ed14fcfcb551: Layer already exists 08:05:52 d6d74652baea: Layer already exists 08:05:52 ada965067dfc: Layer already exists 08:05:52 a2d84a10f6e4: Layer already exists 08:05:52 0fd1e917f102: Layer already exists 08:05:52 90143a665327: Layer already exists 08:05:52 f7225a23db01: Layer already exists 08:05:52 26cbea5cba74: Layer already exists 08:05:52 latest: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:53 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 08:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:05:53 ada965067dfc: Preparing 08:05:53 d6d74652baea: Preparing 08:05:53 a2d84a10f6e4: Preparing 08:05:53 58babd6b0213: Preparing 08:05:53 ed14fcfcb551: Preparing 08:05:53 f7225a23db01: Preparing 08:05:53 0fd1e917f102: Preparing 08:05:53 90143a665327: Preparing 08:05:53 26cbea5cba74: Preparing 08:05:53 0fd1e917f102: Waiting 08:05:53 26cbea5cba74: Waiting 08:05:53 f7225a23db01: Waiting 08:05:53 90143a665327: Waiting 08:05:53 d6d74652baea: Layer already exists 08:05:53 ed14fcfcb551: Layer already exists 08:05:53 ada965067dfc: Layer already exists 08:05:53 58babd6b0213: Layer already exists 08:05:53 a2d84a10f6e4: Layer already exists 08:05:53 0fd1e917f102: Layer already exists 08:05:53 f7225a23db01: Layer already exists 08:05:53 26cbea5cba74: Layer already exists 08:05:53 90143a665327: Layer already exists 08:05:53 3.0.0-dev.147: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:05:54 ada965067dfc: Preparing 08:05:54 d6d74652baea: Preparing 08:05:54 a2d84a10f6e4: Preparing 08:05:54 58babd6b0213: Preparing 08:05:54 ed14fcfcb551: Preparing 08:05:54 f7225a23db01: Preparing 08:05:54 0fd1e917f102: Preparing 08:05:54 90143a665327: Preparing 08:05:54 26cbea5cba74: Preparing 08:05:54 0fd1e917f102: Waiting 08:05:54 90143a665327: Waiting 08:05:54 26cbea5cba74: Waiting 08:05:54 f7225a23db01: Waiting 08:05:54 d6d74652baea: Layer already exists 08:05:54 ed14fcfcb551: Layer already exists 08:05:54 58babd6b0213: Layer already exists 08:05:54 ada965067dfc: Layer already exists 08:05:54 a2d84a10f6e4: Layer already exists 08:05:54 90143a665327: Layer already exists 08:05:54 f7225a23db01: Layer already exists 08:05:54 0fd1e917f102: Layer already exists 08:05:54 26cbea5cba74: Layer already exists 08:05:54 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:55 + 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 08:05:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:05:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:05:55 ada965067dfc: Preparing 08:05:55 d6d74652baea: Preparing 08:05:55 a2d84a10f6e4: Preparing 08:05:55 58babd6b0213: Preparing 08:05:55 ed14fcfcb551: Preparing 08:05:55 f7225a23db01: Preparing 08:05:55 0fd1e917f102: Preparing 08:05:55 90143a665327: Preparing 08:05:55 26cbea5cba74: Preparing 08:05:55 0fd1e917f102: Waiting 08:05:55 90143a665327: Waiting 08:05:55 26cbea5cba74: Waiting 08:05:55 f7225a23db01: Waiting 08:05:55 d6d74652baea: Layer already exists 08:05:55 ed14fcfcb551: Layer already exists 08:05:55 58babd6b0213: Layer already exists 08:05:55 ada965067dfc: Layer already exists 08:05:55 a2d84a10f6e4: Layer already exists 08:05:55 0fd1e917f102: Layer already exists 08:05:55 26cbea5cba74: Layer already exists 08:05:55 f7225a23db01: Layer already exists 08:05:55 90143a665327: Layer already exists 08:05:55 main: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:55 ===================================================== [Pipeline] echo 08:05:55 taggedImages: 08:05:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:05:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 08:05:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:05:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:05:55 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:55 latest 08:05:55 3.0.0-dev.147 08:05:55 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:05:55 main 08:05:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:56 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:05:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:05:56 664f551bf7db: Preparing 08:05:56 13d465d0272f: Preparing 08:05:56 9485f39d5231: Preparing 08:05:56 8b1b6ec359c8: Preparing 08:05:56 87cbf065affc: Preparing 08:05:56 a07324d38ccc: Preparing 08:05:56 666f5cb72463: Preparing 08:05:56 ed14fcfcb551: Preparing 08:05:56 f7225a23db01: Preparing 08:05:56 f6f0def263b6: Preparing 08:05:56 26cbea5cba74: Preparing 08:05:56 ed14fcfcb551: Waiting 08:05:56 f7225a23db01: Waiting 08:05:56 f6f0def263b6: Waiting 08:05:56 a07324d38ccc: Waiting 08:05:56 666f5cb72463: Waiting 08:05:56 26cbea5cba74: Waiting 08:05:56 87cbf065affc: Pushed 08:05:56 664f551bf7db: Pushed 08:05:56 13d465d0272f: Pushed 08:05:56 ed14fcfcb551: Layer already exists 08:05:57 f7225a23db01: Layer already exists 08:05:57 a07324d38ccc: Pushed 08:05:57 666f5cb72463: Pushed 08:05:57 26cbea5cba74: Layer already exists 08:05:57 f6f0def263b6: Pushed 08:05:59 8b1b6ec359c8: Pushed 08:06:00 9485f39d5231: Pushed 08:06:00 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:00 + 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 08:06:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:06:00 664f551bf7db: Preparing 08:06:00 13d465d0272f: Preparing 08:06:00 9485f39d5231: Preparing 08:06:00 8b1b6ec359c8: Preparing 08:06:00 87cbf065affc: Preparing 08:06:00 a07324d38ccc: Preparing 08:06:00 666f5cb72463: Preparing 08:06:00 ed14fcfcb551: Preparing 08:06:00 f7225a23db01: Preparing 08:06:00 f6f0def263b6: Preparing 08:06:00 26cbea5cba74: Preparing 08:06:00 a07324d38ccc: Waiting 08:06:00 666f5cb72463: Waiting 08:06:00 f6f0def263b6: Waiting 08:06:00 ed14fcfcb551: Waiting 08:06:00 f7225a23db01: Waiting 08:06:00 26cbea5cba74: Waiting 08:06:00 8b1b6ec359c8: Layer already exists 08:06:00 87cbf065affc: Layer already exists 08:06:00 13d465d0272f: Layer already exists 08:06:00 664f551bf7db: Layer already exists 08:06:00 9485f39d5231: Layer already exists 08:06:00 ed14fcfcb551: Layer already exists 08:06:00 666f5cb72463: Layer already exists 08:06:00 f7225a23db01: Layer already exists 08:06:00 f6f0def263b6: Layer already exists 08:06:00 a07324d38ccc: Layer already exists 08:06:00 26cbea5cba74: Layer already exists 08:06:01 latest: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 08:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:06:01 664f551bf7db: Preparing 08:06:01 13d465d0272f: Preparing 08:06:01 9485f39d5231: Preparing 08:06:01 8b1b6ec359c8: Preparing 08:06:01 87cbf065affc: Preparing 08:06:01 a07324d38ccc: Preparing 08:06:01 666f5cb72463: Preparing 08:06:01 ed14fcfcb551: Preparing 08:06:01 f7225a23db01: Preparing 08:06:01 f6f0def263b6: Preparing 08:06:01 26cbea5cba74: Preparing 08:06:01 a07324d38ccc: Waiting 08:06:01 666f5cb72463: Waiting 08:06:01 ed14fcfcb551: Waiting 08:06:01 f7225a23db01: Waiting 08:06:01 f6f0def263b6: Waiting 08:06:01 26cbea5cba74: Waiting 08:06:01 13d465d0272f: Layer already exists 08:06:01 87cbf065affc: Layer already exists 08:06:01 9485f39d5231: Layer already exists 08:06:01 664f551bf7db: Layer already exists 08:06:01 8b1b6ec359c8: Layer already exists 08:06:01 a07324d38ccc: Layer already exists 08:06:01 666f5cb72463: Layer already exists 08:06:01 ed14fcfcb551: Layer already exists 08:06:01 f7225a23db01: Layer already exists 08:06:01 f6f0def263b6: Layer already exists 08:06:01 26cbea5cba74: Layer already exists 08:06:02 3.0.0-dev.147: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:06:02 664f551bf7db: Preparing 08:06:02 13d465d0272f: Preparing 08:06:02 9485f39d5231: Preparing 08:06:02 8b1b6ec359c8: Preparing 08:06:02 87cbf065affc: Preparing 08:06:02 a07324d38ccc: Preparing 08:06:02 666f5cb72463: Preparing 08:06:02 ed14fcfcb551: Preparing 08:06:02 f7225a23db01: Preparing 08:06:02 f6f0def263b6: Preparing 08:06:02 26cbea5cba74: Preparing 08:06:02 666f5cb72463: Waiting 08:06:02 ed14fcfcb551: Waiting 08:06:02 f7225a23db01: Waiting 08:06:02 f6f0def263b6: Waiting 08:06:02 26cbea5cba74: Waiting 08:06:02 a07324d38ccc: Waiting 08:06:02 8b1b6ec359c8: Layer already exists 08:06:02 13d465d0272f: Layer already exists 08:06:02 664f551bf7db: Layer already exists 08:06:02 9485f39d5231: Layer already exists 08:06:02 87cbf065affc: Layer already exists 08:06:02 666f5cb72463: Layer already exists 08:06:02 f6f0def263b6: Layer already exists 08:06:02 a07324d38ccc: Layer already exists 08:06:02 f7225a23db01: Layer already exists 08:06:02 ed14fcfcb551: Layer already exists 08:06:02 26cbea5cba74: Layer already exists 08:06:03 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:03 + 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 08:06:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:06:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:06:03 664f551bf7db: Preparing 08:06:03 13d465d0272f: Preparing 08:06:03 9485f39d5231: Preparing 08:06:03 8b1b6ec359c8: Preparing 08:06:03 87cbf065affc: Preparing 08:06:03 a07324d38ccc: Preparing 08:06:03 666f5cb72463: Preparing 08:06:03 a07324d38ccc: Waiting 08:06:03 ed14fcfcb551: Preparing 08:06:03 666f5cb72463: Waiting 08:06:03 f7225a23db01: Preparing 08:06:03 ed14fcfcb551: Waiting 08:06:03 f7225a23db01: Waiting 08:06:03 f6f0def263b6: Preparing 08:06:03 26cbea5cba74: Preparing 08:06:03 f6f0def263b6: Waiting 08:06:03 26cbea5cba74: Waiting 08:06:03 87cbf065affc: Layer already exists 08:06:03 13d465d0272f: Layer already exists 08:06:03 664f551bf7db: Layer already exists 08:06:03 8b1b6ec359c8: Layer already exists 08:06:03 9485f39d5231: Layer already exists 08:06:03 a07324d38ccc: Layer already exists 08:06:03 666f5cb72463: Layer already exists 08:06:03 f6f0def263b6: Layer already exists 08:06:03 ed14fcfcb551: Layer already exists 08:06:03 f7225a23db01: Layer already exists 08:06:03 26cbea5cba74: Layer already exists 08:06:04 main: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:04 ===================================================== [Pipeline] echo 08:06:04 taggedImages: 08:06:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:06:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 08:06:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:06:04 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:06:04 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:04 latest 08:06:04 3.0.0-dev.147 08:06:04 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:04 main 08:06:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:06:04 2ffce56f3fd9: Preparing 08:06:04 86644a69362a: Preparing 08:06:04 ed14fcfcb551: Preparing 08:06:04 f7225a23db01: Preparing 08:06:04 eebf7752fdfd: Preparing 08:06:04 26cbea5cba74: Preparing 08:06:04 26cbea5cba74: Waiting 08:06:04 f7225a23db01: Layer already exists 08:06:05 ed14fcfcb551: Layer already exists 08:06:05 26cbea5cba74: Layer already exists 08:06:05 2ffce56f3fd9: Pushed 08:06:06 eebf7752fdfd: Pushed 08:06:09 86644a69362a: Pushed 08:06:10 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:10 + 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 08:06:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:06:10 2ffce56f3fd9: Preparing 08:06:10 86644a69362a: Preparing 08:06:10 ed14fcfcb551: Preparing 08:06:10 f7225a23db01: Preparing 08:06:10 eebf7752fdfd: Preparing 08:06:10 26cbea5cba74: Preparing 08:06:10 26cbea5cba74: Waiting 08:06:10 2ffce56f3fd9: Layer already exists 08:06:10 ed14fcfcb551: Layer already exists 08:06:10 eebf7752fdfd: Layer already exists 08:06:10 86644a69362a: Layer already exists 08:06:10 f7225a23db01: Layer already exists 08:06:10 26cbea5cba74: Layer already exists 08:06:11 latest: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:11 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 08:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:06:11 2ffce56f3fd9: Preparing 08:06:11 86644a69362a: Preparing 08:06:11 ed14fcfcb551: Preparing 08:06:11 f7225a23db01: Preparing 08:06:11 eebf7752fdfd: Preparing 08:06:11 26cbea5cba74: Preparing 08:06:11 26cbea5cba74: Waiting 08:06:11 86644a69362a: Layer already exists 08:06:11 f7225a23db01: Layer already exists 08:06:11 ed14fcfcb551: Layer already exists 08:06:11 2ffce56f3fd9: Layer already exists 08:06:11 eebf7752fdfd: Layer already exists 08:06:11 26cbea5cba74: Layer already exists 08:06:12 3.0.0-dev.147: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:06:12 2ffce56f3fd9: Preparing 08:06:12 86644a69362a: Preparing 08:06:12 ed14fcfcb551: Preparing 08:06:12 f7225a23db01: Preparing 08:06:12 eebf7752fdfd: Preparing 08:06:12 26cbea5cba74: Preparing 08:06:12 26cbea5cba74: Waiting 08:06:12 ed14fcfcb551: Layer already exists 08:06:12 2ffce56f3fd9: Layer already exists 08:06:12 f7225a23db01: Layer already exists 08:06:12 86644a69362a: Layer already exists 08:06:12 eebf7752fdfd: Layer already exists 08:06:12 26cbea5cba74: Layer already exists 08:06:12 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:13 + 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 08:06:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:06:13 2ffce56f3fd9: Preparing 08:06:13 86644a69362a: Preparing 08:06:13 ed14fcfcb551: Preparing 08:06:13 f7225a23db01: Preparing 08:06:13 eebf7752fdfd: Preparing 08:06:13 26cbea5cba74: Preparing 08:06:13 26cbea5cba74: Waiting 08:06:13 ed14fcfcb551: Layer already exists 08:06:13 f7225a23db01: Layer already exists 08:06:13 2ffce56f3fd9: Layer already exists 08:06:13 eebf7752fdfd: Layer already exists 08:06:13 86644a69362a: Layer already exists 08:06:13 26cbea5cba74: Layer already exists 08:06:13 main: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:13 ===================================================== [Pipeline] echo 08:06:13 taggedImages: 08:06:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:06:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 08:06:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:06:13 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:06:13 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:13 latest 08:06:13 3.0.0-dev.147 08:06:13 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:13 main 08:06:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:14 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:06:14 a1e94bd068c2: Preparing 08:06:14 6b5ff63faaa1: Preparing 08:06:14 4a79ca80debd: Preparing 08:06:14 a695cc11d60d: Preparing 08:06:14 5dbfd83fe955: Preparing 08:06:14 ed14fcfcb551: Preparing 08:06:14 ed14fcfcb551: Waiting 08:06:14 f7225a23db01: Preparing 08:06:14 7f0ce426ed26: Preparing 08:06:14 26cbea5cba74: Preparing 08:06:14 f7225a23db01: Waiting 08:06:14 7f0ce426ed26: Waiting 08:06:14 26cbea5cba74: Waiting 08:06:14 6b5ff63faaa1: Pushed 08:06:14 a1e94bd068c2: Pushed 08:06:14 4a79ca80debd: Pushed 08:06:14 ed14fcfcb551: Layer already exists 08:06:14 f7225a23db01: Layer already exists 08:06:15 26cbea5cba74: Layer already exists 08:06:16 7f0ce426ed26: Pushed 08:06:28 5dbfd83fe955: Pushed 08:06:32 a695cc11d60d: Pushed 08:06:32 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:33 + 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 08:06:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:06:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:06:33 a1e94bd068c2: Preparing 08:06:33 6b5ff63faaa1: Preparing 08:06:33 4a79ca80debd: Preparing 08:06:33 a695cc11d60d: Preparing 08:06:33 5dbfd83fe955: Preparing 08:06:33 ed14fcfcb551: Preparing 08:06:33 f7225a23db01: Preparing 08:06:33 7f0ce426ed26: Preparing 08:06:33 26cbea5cba74: Preparing 08:06:33 f7225a23db01: Waiting 08:06:33 26cbea5cba74: Waiting 08:06:33 7f0ce426ed26: Waiting 08:06:33 ed14fcfcb551: Waiting 08:06:33 a1e94bd068c2: Layer already exists 08:06:33 a695cc11d60d: Layer already exists 08:06:33 4a79ca80debd: Layer already exists 08:06:33 6b5ff63faaa1: Layer already exists 08:06:33 5dbfd83fe955: Layer already exists 08:06:33 ed14fcfcb551: Layer already exists 08:06:33 7f0ce426ed26: Layer already exists 08:06:33 f7225a23db01: Layer already exists 08:06:33 26cbea5cba74: Layer already exists 08:06:33 latest: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 08:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:06:34 a1e94bd068c2: Preparing 08:06:34 6b5ff63faaa1: Preparing 08:06:34 4a79ca80debd: Preparing 08:06:34 a695cc11d60d: Preparing 08:06:34 5dbfd83fe955: Preparing 08:06:34 ed14fcfcb551: Preparing 08:06:34 f7225a23db01: Preparing 08:06:34 7f0ce426ed26: Preparing 08:06:34 26cbea5cba74: Preparing 08:06:34 f7225a23db01: Waiting 08:06:34 7f0ce426ed26: Waiting 08:06:34 26cbea5cba74: Waiting 08:06:34 ed14fcfcb551: Waiting 08:06:34 4a79ca80debd: Layer already exists 08:06:34 a1e94bd068c2: Layer already exists 08:06:34 5dbfd83fe955: Layer already exists 08:06:34 a695cc11d60d: Layer already exists 08:06:34 6b5ff63faaa1: Layer already exists 08:06:34 ed14fcfcb551: Layer already exists 08:06:34 f7225a23db01: Layer already exists 08:06:34 7f0ce426ed26: Layer already exists 08:06:34 26cbea5cba74: Layer already exists 08:06:34 3.0.0-dev.147: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:06:35 a1e94bd068c2: Preparing 08:06:35 6b5ff63faaa1: Preparing 08:06:35 4a79ca80debd: Preparing 08:06:35 a695cc11d60d: Preparing 08:06:35 5dbfd83fe955: Preparing 08:06:35 ed14fcfcb551: Preparing 08:06:35 f7225a23db01: Preparing 08:06:35 7f0ce426ed26: Preparing 08:06:35 26cbea5cba74: Preparing 08:06:35 ed14fcfcb551: Waiting 08:06:35 7f0ce426ed26: Waiting 08:06:35 f7225a23db01: Waiting 08:06:35 26cbea5cba74: Waiting 08:06:35 5dbfd83fe955: Layer already exists 08:06:35 6b5ff63faaa1: Layer already exists 08:06:35 4a79ca80debd: Layer already exists 08:06:35 a1e94bd068c2: Layer already exists 08:06:35 a695cc11d60d: Layer already exists 08:06:35 ed14fcfcb551: Layer already exists 08:06:35 f7225a23db01: Layer already exists 08:06:35 26cbea5cba74: Layer already exists 08:06:35 7f0ce426ed26: Layer already exists 08:06:35 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:36 + 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 08:06:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:06:36 a1e94bd068c2: Preparing 08:06:36 6b5ff63faaa1: Preparing 08:06:36 4a79ca80debd: Preparing 08:06:36 a695cc11d60d: Preparing 08:06:36 5dbfd83fe955: Preparing 08:06:36 ed14fcfcb551: Preparing 08:06:36 f7225a23db01: Preparing 08:06:36 7f0ce426ed26: Preparing 08:06:36 26cbea5cba74: Preparing 08:06:36 f7225a23db01: Waiting 08:06:36 7f0ce426ed26: Waiting 08:06:36 26cbea5cba74: Waiting 08:06:36 ed14fcfcb551: Waiting 08:06:36 a1e94bd068c2: Layer already exists 08:06:36 a695cc11d60d: Layer already exists 08:06:36 6b5ff63faaa1: Layer already exists 08:06:36 4a79ca80debd: Layer already exists 08:06:36 5dbfd83fe955: Layer already exists 08:06:36 ed14fcfcb551: Layer already exists 08:06:36 26cbea5cba74: Layer already exists 08:06:36 f7225a23db01: Layer already exists 08:06:36 7f0ce426ed26: Layer already exists 08:06:36 main: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:36 ===================================================== [Pipeline] echo 08:06:36 taggedImages: 08:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 08:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:06:36 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:06:36 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:36 latest 08:06:36 3.0.0-dev.147 08:06:36 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:36 main 08:06:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:37 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:06:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:06:37 5b2070cb85c2: Preparing 08:06:37 75d7d38ef32c: Preparing 08:06:37 3ba7d3d1d790: Preparing 08:06:37 a4604452533b: Preparing 08:06:37 ed14fcfcb551: Preparing 08:06:37 f7225a23db01: Preparing 08:06:37 20f86a7ba9f5: Preparing 08:06:37 26cbea5cba74: Preparing 08:06:37 f7225a23db01: Waiting 08:06:37 20f86a7ba9f5: Waiting 08:06:37 26cbea5cba74: Waiting 08:06:37 ed14fcfcb551: Layer already exists 08:06:37 f7225a23db01: Layer already exists 08:06:37 3ba7d3d1d790: Pushed 08:06:37 75d7d38ef32c: Pushed 08:06:37 5b2070cb85c2: Pushed 08:06:37 26cbea5cba74: Layer already exists 08:06:38 20f86a7ba9f5: Pushed 08:06:56 a4604452533b: Pushed 08:06:56 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:56 + 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 08:06:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:06:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:06:57 5b2070cb85c2: Preparing 08:06:57 75d7d38ef32c: Preparing 08:06:57 3ba7d3d1d790: Preparing 08:06:57 a4604452533b: Preparing 08:06:57 ed14fcfcb551: Preparing 08:06:57 f7225a23db01: Preparing 08:06:57 20f86a7ba9f5: Preparing 08:06:57 26cbea5cba74: Preparing 08:06:57 20f86a7ba9f5: Waiting 08:06:57 26cbea5cba74: Waiting 08:06:57 f7225a23db01: Waiting 08:06:57 3ba7d3d1d790: Layer already exists 08:06:57 ed14fcfcb551: Layer already exists 08:06:57 5b2070cb85c2: Layer already exists 08:06:57 75d7d38ef32c: Layer already exists 08:06:57 a4604452533b: Layer already exists 08:06:57 20f86a7ba9f5: Layer already exists 08:06:57 26cbea5cba74: Layer already exists 08:06:57 f7225a23db01: Layer already exists 08:06:57 latest: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 08:06:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:06:58 5b2070cb85c2: Preparing 08:06:58 75d7d38ef32c: Preparing 08:06:58 3ba7d3d1d790: Preparing 08:06:58 a4604452533b: Preparing 08:06:58 ed14fcfcb551: Preparing 08:06:58 f7225a23db01: Preparing 08:06:58 20f86a7ba9f5: Preparing 08:06:58 26cbea5cba74: Preparing 08:06:58 f7225a23db01: Waiting 08:06:58 20f86a7ba9f5: Waiting 08:06:58 26cbea5cba74: Waiting 08:06:58 75d7d38ef32c: Layer already exists 08:06:58 ed14fcfcb551: Layer already exists 08:06:58 3ba7d3d1d790: Layer already exists 08:06:58 a4604452533b: Layer already exists 08:06:58 5b2070cb85c2: Layer already exists 08:06:58 20f86a7ba9f5: Layer already exists 08:06:58 f7225a23db01: Layer already exists 08:06:58 26cbea5cba74: Layer already exists 08:06:58 3.0.0-dev.147: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:06:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:06:58 5b2070cb85c2: Preparing 08:06:58 75d7d38ef32c: Preparing 08:06:58 3ba7d3d1d790: Preparing 08:06:58 a4604452533b: Preparing 08:06:58 ed14fcfcb551: Preparing 08:06:58 f7225a23db01: Preparing 08:06:58 20f86a7ba9f5: Preparing 08:06:58 26cbea5cba74: Preparing 08:06:58 f7225a23db01: Waiting 08:06:58 20f86a7ba9f5: Waiting 08:06:58 26cbea5cba74: Waiting 08:06:58 ed14fcfcb551: Layer already exists 08:06:58 5b2070cb85c2: Layer already exists 08:06:58 3ba7d3d1d790: Layer already exists 08:06:58 a4604452533b: Layer already exists 08:06:58 75d7d38ef32c: Layer already exists 08:06:58 26cbea5cba74: Layer already exists 08:06:58 f7225a23db01: Layer already exists 08:06:58 20f86a7ba9f5: Layer already exists 08:06:59 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:59 + 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 08:06:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:06:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:06:59 5b2070cb85c2: Preparing 08:06:59 75d7d38ef32c: Preparing 08:06:59 3ba7d3d1d790: Preparing 08:06:59 a4604452533b: Preparing 08:06:59 ed14fcfcb551: Preparing 08:06:59 f7225a23db01: Preparing 08:06:59 20f86a7ba9f5: Preparing 08:06:59 26cbea5cba74: Preparing 08:06:59 20f86a7ba9f5: Waiting 08:06:59 26cbea5cba74: Waiting 08:06:59 f7225a23db01: Waiting 08:06:59 3ba7d3d1d790: Layer already exists 08:06:59 5b2070cb85c2: Layer already exists 08:06:59 75d7d38ef32c: Layer already exists 08:06:59 a4604452533b: Layer already exists 08:06:59 ed14fcfcb551: Layer already exists 08:06:59 20f86a7ba9f5: Layer already exists 08:06:59 f7225a23db01: Layer already exists 08:06:59 26cbea5cba74: Layer already exists 08:06:59 main: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:07:00 ===================================================== [Pipeline] echo 08:07:00 taggedImages: 08:07:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:07:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 08:07:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:07:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:07:00 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:00 latest 08:07:00 3.0.0-dev.147 08:07:00 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:00 main 08:07:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:00 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:07:00 c6eef28ba416: Preparing 08:07:00 247192525bd6: Preparing 08:07:00 d0fad8672314: Preparing 08:07:00 f3910befc3e5: Preparing 08:07:00 ed14fcfcb551: Preparing 08:07:00 f7225a23db01: Preparing 08:07:00 7f0ce426ed26: Preparing 08:07:00 26cbea5cba74: Preparing 08:07:00 f7225a23db01: Waiting 08:07:00 7f0ce426ed26: Waiting 08:07:00 26cbea5cba74: Waiting 08:07:00 ed14fcfcb551: Layer already exists 08:07:00 f7225a23db01: Layer already exists 08:07:01 7f0ce426ed26: Layer already exists 08:07:01 26cbea5cba74: Layer already exists 08:07:01 c6eef28ba416: Pushed 08:07:01 d0fad8672314: Pushed 08:07:01 247192525bd6: Pushed 08:07:23 f3910befc3e5: Pushed 08:07:23 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:24 + 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 08:07:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:07:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:07:26 c6eef28ba416: Preparing 08:07:26 247192525bd6: Preparing 08:07:26 d0fad8672314: Preparing 08:07:26 f3910befc3e5: Preparing 08:07:26 ed14fcfcb551: Preparing 08:07:26 f7225a23db01: Preparing 08:07:26 7f0ce426ed26: Preparing 08:07:26 26cbea5cba74: Preparing 08:07:26 f7225a23db01: Waiting 08:07:26 7f0ce426ed26: Waiting 08:07:26 26cbea5cba74: Waiting 08:07:26 f3910befc3e5: Layer already exists 08:07:26 247192525bd6: Layer already exists 08:07:26 ed14fcfcb551: Layer already exists 08:07:26 d0fad8672314: Layer already exists 08:07:26 c6eef28ba416: Layer already exists 08:07:26 7f0ce426ed26: Layer already exists 08:07:26 26cbea5cba74: Layer already exists 08:07:26 f7225a23db01: Layer already exists 08:07:26 latest: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 08:07:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:07:27 c6eef28ba416: Preparing 08:07:27 247192525bd6: Preparing 08:07:27 d0fad8672314: Preparing 08:07:27 f3910befc3e5: Preparing 08:07:27 ed14fcfcb551: Preparing 08:07:27 f7225a23db01: Preparing 08:07:27 7f0ce426ed26: Preparing 08:07:27 26cbea5cba74: Preparing 08:07:27 f7225a23db01: Waiting 08:07:27 7f0ce426ed26: Waiting 08:07:27 26cbea5cba74: Waiting 08:07:27 247192525bd6: Layer already exists 08:07:27 c6eef28ba416: Layer already exists 08:07:27 f3910befc3e5: Layer already exists 08:07:27 ed14fcfcb551: Layer already exists 08:07:27 d0fad8672314: Layer already exists 08:07:27 7f0ce426ed26: Layer already exists 08:07:27 f7225a23db01: Layer already exists 08:07:27 26cbea5cba74: Layer already exists 08:07:27 3.0.0-dev.147: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:07:28 c6eef28ba416: Preparing 08:07:28 247192525bd6: Preparing 08:07:28 d0fad8672314: Preparing 08:07:28 f3910befc3e5: Preparing 08:07:28 ed14fcfcb551: Preparing 08:07:28 f7225a23db01: Preparing 08:07:28 7f0ce426ed26: Preparing 08:07:28 26cbea5cba74: Preparing 08:07:28 7f0ce426ed26: Waiting 08:07:28 26cbea5cba74: Waiting 08:07:28 f7225a23db01: Waiting 08:07:28 f3910befc3e5: Layer already exists 08:07:28 ed14fcfcb551: Layer already exists 08:07:28 d0fad8672314: Layer already exists 08:07:28 247192525bd6: Layer already exists 08:07:28 c6eef28ba416: Layer already exists 08:07:28 7f0ce426ed26: Layer already exists 08:07:28 f7225a23db01: Layer already exists 08:07:28 26cbea5cba74: Layer already exists 08:07:28 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:28 + 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 08:07:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:07:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:07:28 c6eef28ba416: Preparing 08:07:28 247192525bd6: Preparing 08:07:28 d0fad8672314: Preparing 08:07:28 f3910befc3e5: Preparing 08:07:28 ed14fcfcb551: Preparing 08:07:28 f7225a23db01: Preparing 08:07:28 7f0ce426ed26: Preparing 08:07:28 26cbea5cba74: Preparing 08:07:28 f7225a23db01: Waiting 08:07:28 7f0ce426ed26: Waiting 08:07:28 26cbea5cba74: Waiting 08:07:28 247192525bd6: Layer already exists 08:07:28 f3910befc3e5: Layer already exists 08:07:28 ed14fcfcb551: Layer already exists 08:07:28 c6eef28ba416: Layer already exists 08:07:28 d0fad8672314: Layer already exists 08:07:28 f7225a23db01: Layer already exists 08:07:28 26cbea5cba74: Layer already exists 08:07:28 7f0ce426ed26: Layer already exists 08:07:29 main: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:07:29 ===================================================== [Pipeline] echo 08:07:29 taggedImages: 08:07:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:07:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 08:07:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:07:29 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:07:29 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:29 latest 08:07:29 3.0.0-dev.147 08:07:29 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:29 main 08:07:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:07:29 78702ffc8de2: Preparing 08:07:29 bc9dbdcfbc12: Preparing 08:07:29 ed14fcfcb551: Preparing 08:07:29 f7225a23db01: Preparing 08:07:29 e2890c43e4ff: Preparing 08:07:29 26cbea5cba74: Preparing 08:07:29 26cbea5cba74: Waiting 08:07:29 f7225a23db01: Layer already exists 08:07:29 ed14fcfcb551: Layer already exists 08:07:29 26cbea5cba74: Layer already exists 08:07:30 78702ffc8de2: Pushed 08:07:30 e2890c43e4ff: Pushed 08:07:36 bc9dbdcfbc12: Pushed 08:07:36 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:07:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:07:36 78702ffc8de2: Preparing 08:07:36 bc9dbdcfbc12: Preparing 08:07:36 ed14fcfcb551: Preparing 08:07:36 f7225a23db01: Preparing 08:07:36 e2890c43e4ff: Preparing 08:07:36 26cbea5cba74: Preparing 08:07:36 26cbea5cba74: Waiting 08:07:36 ed14fcfcb551: Layer already exists 08:07:36 e2890c43e4ff: Layer already exists 08:07:36 bc9dbdcfbc12: Layer already exists 08:07:36 f7225a23db01: Layer already exists 08:07:36 78702ffc8de2: Layer already exists 08:07:36 26cbea5cba74: Layer already exists 08:07:37 latest: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 08:07:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:07:37 78702ffc8de2: Preparing 08:07:37 bc9dbdcfbc12: Preparing 08:07:37 ed14fcfcb551: Preparing 08:07:37 f7225a23db01: Preparing 08:07:37 e2890c43e4ff: Preparing 08:07:37 26cbea5cba74: Preparing 08:07:37 26cbea5cba74: Waiting 08:07:37 f7225a23db01: Layer already exists 08:07:37 e2890c43e4ff: Layer already exists 08:07:37 78702ffc8de2: Layer already exists 08:07:37 ed14fcfcb551: Layer already exists 08:07:37 bc9dbdcfbc12: Layer already exists 08:07:37 26cbea5cba74: Layer already exists 08:07:37 3.0.0-dev.147: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:07:38 78702ffc8de2: Preparing 08:07:38 bc9dbdcfbc12: Preparing 08:07:38 ed14fcfcb551: Preparing 08:07:38 f7225a23db01: Preparing 08:07:38 e2890c43e4ff: Preparing 08:07:38 26cbea5cba74: Preparing 08:07:38 26cbea5cba74: Waiting 08:07:38 78702ffc8de2: Layer already exists 08:07:38 ed14fcfcb551: Layer already exists 08:07:38 bc9dbdcfbc12: Layer already exists 08:07:38 f7225a23db01: Layer already exists 08:07:38 e2890c43e4ff: Layer already exists 08:07:38 26cbea5cba74: Layer already exists 08:07:38 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:07:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:07:39 78702ffc8de2: Preparing 08:07:39 bc9dbdcfbc12: Preparing 08:07:39 ed14fcfcb551: Preparing 08:07:39 f7225a23db01: Preparing 08:07:39 e2890c43e4ff: Preparing 08:07:39 26cbea5cba74: Preparing 08:07:39 26cbea5cba74: Waiting 08:07:39 f7225a23db01: Layer already exists 08:07:39 ed14fcfcb551: Layer already exists 08:07:39 bc9dbdcfbc12: Layer already exists 08:07:39 78702ffc8de2: Layer already exists 08:07:39 e2890c43e4ff: Layer already exists 08:07:39 26cbea5cba74: Layer already exists 08:07:39 main: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:07:39 ===================================================== [Pipeline] echo 08:07:39 taggedImages: 08:07:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:07:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 08:07:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:07:39 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:07:39 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:39 latest 08:07:39 3.0.0-dev.147 08:07:39 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:39 main 08:07:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:07:40 935c6b9d49de: Preparing 08:07:40 1b1c7f4b4a22: Preparing 08:07:40 ed14fcfcb551: Preparing 08:07:40 f7225a23db01: Preparing 08:07:40 289b64295cd3: Preparing 08:07:40 26cbea5cba74: Preparing 08:07:40 26cbea5cba74: Waiting 08:07:40 ed14fcfcb551: Layer already exists 08:07:40 289b64295cd3: Layer already exists 08:07:40 f7225a23db01: Layer already exists 08:07:40 26cbea5cba74: Layer already exists 08:07:40 935c6b9d49de: Pushed 08:07:45 1b1c7f4b4a22: Pushed 08:07:45 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:07:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:07:46 935c6b9d49de: Preparing 08:07:46 1b1c7f4b4a22: Preparing 08:07:46 ed14fcfcb551: Preparing 08:07:46 f7225a23db01: Preparing 08:07:46 289b64295cd3: Preparing 08:07:46 26cbea5cba74: Preparing 08:07:46 26cbea5cba74: Waiting 08:07:46 ed14fcfcb551: Layer already exists 08:07:46 1b1c7f4b4a22: Layer already exists 08:07:46 f7225a23db01: Layer already exists 08:07:46 289b64295cd3: Layer already exists 08:07:46 935c6b9d49de: Layer already exists 08:07:46 26cbea5cba74: Layer already exists 08:07:46 latest: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 08:07:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:07:47 935c6b9d49de: Preparing 08:07:47 1b1c7f4b4a22: Preparing 08:07:47 ed14fcfcb551: Preparing 08:07:47 f7225a23db01: Preparing 08:07:47 289b64295cd3: Preparing 08:07:47 26cbea5cba74: Preparing 08:07:47 26cbea5cba74: Waiting 08:07:47 1b1c7f4b4a22: Layer already exists 08:07:47 f7225a23db01: Layer already exists 08:07:47 935c6b9d49de: Layer already exists 08:07:47 289b64295cd3: Layer already exists 08:07:47 ed14fcfcb551: Layer already exists 08:07:47 26cbea5cba74: Layer already exists 08:07:47 3.0.0-dev.147: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:07:50 935c6b9d49de: Preparing 08:07:50 1b1c7f4b4a22: Preparing 08:07:50 ed14fcfcb551: Preparing 08:07:50 f7225a23db01: Preparing 08:07:50 289b64295cd3: Preparing 08:07:50 26cbea5cba74: Preparing 08:07:50 26cbea5cba74: Waiting 08:07:50 935c6b9d49de: Layer already exists 08:07:50 1b1c7f4b4a22: Layer already exists 08:07:50 f7225a23db01: Layer already exists 08:07:50 ed14fcfcb551: Layer already exists 08:07:50 289b64295cd3: Layer already exists 08:07:50 26cbea5cba74: Layer already exists 08:07:50 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:07:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:07:51 935c6b9d49de: Preparing 08:07:51 1b1c7f4b4a22: Preparing 08:07:51 ed14fcfcb551: Preparing 08:07:51 f7225a23db01: Preparing 08:07:51 289b64295cd3: Preparing 08:07:51 26cbea5cba74: Preparing 08:07:51 26cbea5cba74: Waiting 08:07:51 289b64295cd3: Layer already exists 08:07:51 ed14fcfcb551: Layer already exists 08:07:51 f7225a23db01: Layer already exists 08:07:51 935c6b9d49de: Layer already exists 08:07:51 1b1c7f4b4a22: Layer already exists 08:07:51 26cbea5cba74: Layer already exists 08:07:51 main: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:07:51 ===================================================== [Pipeline] echo 08:07:51 taggedImages: 08:07:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb 08:07:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:07:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 08:07:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 08:07:51 - 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 08:07:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:07:52 08:07:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:07:52 arm64: Pulling from edgex-lftools-log-publisher 08:07:52 8998bd30e6a1: Pulling fs layer 08:07:52 04944245beec: Pulling fs layer 08:07:52 699f458cf7ca: Pulling fs layer 08:07:52 765212b225bb: Pulling fs layer 08:07:52 f23df028b6ca: Pulling fs layer 08:07:52 d65c8cfc05b1: Pulling fs layer 08:07:52 2437ff75d9bd: Pulling fs layer 08:07:52 765212b225bb: Waiting 08:07:52 f23df028b6ca: Waiting 08:07:52 d65c8cfc05b1: Waiting 08:07:52 2437ff75d9bd: Waiting 08:07:52 04944245beec: Verifying Checksum 08:07:52 04944245beec: Download complete 08:07:52 765212b225bb: Verifying Checksum 08:07:52 765212b225bb: Download complete 08:07:52 f23df028b6ca: Verifying Checksum 08:07:52 f23df028b6ca: Download complete 08:07:52 d65c8cfc05b1: Verifying Checksum 08:07:52 d65c8cfc05b1: Download complete 08:07:52 699f458cf7ca: Verifying Checksum 08:07:52 699f458cf7ca: Download complete 08:07:53 8998bd30e6a1: Verifying Checksum 08:07:53 8998bd30e6a1: Download complete 08:07:55 2437ff75d9bd: Verifying Checksum 08:07:55 2437ff75d9bd: Download complete 08:07:57 8998bd30e6a1: Pull complete 08:07:57 04944245beec: Pull complete 08:07:58 699f458cf7ca: Pull complete 08:07:59 765212b225bb: Pull complete 08:07:59 f23df028b6ca: Pull complete 08:07:59 d65c8cfc05b1: Pull complete 08:08:14 2437ff75d9bd: Pull complete 08:08:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:08:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:08:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:15 prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container 08:08:15 $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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 08:08:18 $ docker top c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:19 ---> job-cost.sh 08:08:19 lf-activate-venv: SKIPPING 08:08:19 INFO: No Stack... 08:08:19 INFO: Retrieving Pricing Info for: v3-standard-4 08:08:20 INFO: Archiving Costs [Pipeline] sh 08:08:21 + cat /w/workspace/edgex-go/512/archives/cost.csv 08:08:21 + cut -d, -f6 [Pipeline] lock 08:08:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] 08:08:21 Resource [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] did not exist. Created. 08:08:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:08:21 + echo total: 0.10999999940395355 [Pipeline] stash 08:08:22 Stashed 1 file(s) [Pipeline] } 08:08:22 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] [Pipeline] // lock [Pipeline] } 08:08:22 $ docker stop --time=1 c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 08:08:24 $ docker rm -f --volumes c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 [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 08:08:24 provisioning config files... 08:08:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/512@tmp/config6425741843073749975tmp [Pipeline] { [Pipeline] sh 08:08:24 + set +x 08:08:24 + + curl -s https://codecov.io/bash 08:08:24 bash -s -- 08:08:25 08:08:25 _____ _ 08:08:25 / ____| | | 08:08:25 | | ___ __| | ___ ___ _____ __ 08:08:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:08:25 | |___| (_) | (_| | __/ (_| (_) \ V / 08:08:25 \_____\___/ \__,_|\___|\___\___/ \_/ 08:08:25 Bash-1.0.6 08:08:25 08:08:25 08:08:25 ==> git version 2.25.1 found 08:08:25 ==> 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 08:08:25 Release-Date: 2020-01-08 08:08:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:08:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:08:25 ==> Jenkins CI detected. 08:08:25 current dir:  /w/workspace/edgex-go/512 08:08:25 project root: . 08:08:25 --> token set from env 08:08:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:08:25 ==> Running gcov in . (disable via -X gcov) 08:08:25 ==> Python coveragepy not found 08:08:25 ==> Searching for coverage reports in: 08:08:25 + . 08:08:25 -> Found 1 reports 08:08:25 ==> Detecting git/mercurial file structure 08:08:25 ==> Reading reports 08:08:25 + ./coverage.out bytes=448352 08:08:25 ==> Appending adjustments 08:08:25 https://docs.codecov.io/docs/fixing-reports 08:08:26 + Found adjustments 08:08:26 ==> Gzipping contents 08:08:26 60K /tmp/codecov.8vpHNG.gz 08:08:26 ==> Uploading reports 08:08:26 url: https://codecov.io 08:08:26 query: branch=main&commit=9f3a76adac1c477dc265c7be151b0f0ecbddfefb&build=512&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F512%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:08:26 -> Pinging Codecov 08:08:26 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=9f3a76adac1c477dc265c7be151b0f0ecbddfefb&build=512&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F512%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:08:26 -> Uploading to 08:08:26 https://storage.googleapis.com/codecov/v4/raw/2023-05-04/00271124DB129430A58F1EEE437C3FCB/9f3a76adac1c477dc265c7be151b0f0ecbddfefb/63590e2f-3343-47fa-a860-41ad0c6595ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230504T080826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d696a64a8193fcf69653ce028ae8f5ea295a4b73e6291ba4f57f0f6cd8598c5 08:08:26 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:26 Dload Upload Total Spent Left Speed 08:08:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57546 0 0 100 57546 0 254k --:--:-- --:--:-- --:--:-- 253k 100 57546 0 0 100 57546 0 215k --:--:-- --:--:-- --:--:-- 214k 08:08:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } 08:08:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:08:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:08:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:08:27 08:08:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:08:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:08:27 df9b9388f04a: Pulling fs layer 08:08:27 52dc419b0ee2: Pulling fs layer 08:08:27 25bc292e5bac: Pulling fs layer 08:08:27 114826534d7a: Pulling fs layer 08:08:27 4657fd5d0bcf: Pulling fs layer 08:08:27 6ad1cebc031e: Pulling fs layer 08:08:27 8a3aa393b2d8: Pulling fs layer 08:08:27 114826534d7a: Waiting 08:08:27 4657fd5d0bcf: Waiting 08:08:27 6ad1cebc031e: Waiting 08:08:27 8a3aa393b2d8: Waiting 08:08:27 25bc292e5bac: Verifying Checksum 08:08:27 52dc419b0ee2: Download complete 08:08:27 4657fd5d0bcf: Verifying Checksum 08:08:27 4657fd5d0bcf: Download complete 08:08:27 df9b9388f04a: Verifying Checksum 08:08:27 df9b9388f04a: Download complete 08:08:27 6ad1cebc031e: Verifying Checksum 08:08:27 6ad1cebc031e: Download complete 08:08:27 df9b9388f04a: Pull complete 08:08:28 52dc419b0ee2: Pull complete 08:08:28 25bc292e5bac: Pull complete 08:08:28 114826534d7a: Verifying Checksum 08:08:28 114826534d7a: Download complete 08:08:28 8a3aa393b2d8: Verifying Checksum 08:08:28 8a3aa393b2d8: Download complete 08:08:31 114826534d7a: Pull complete 08:08:31 4657fd5d0bcf: Pull complete 08:08:31 6ad1cebc031e: Pull complete 08:08:34 8a3aa393b2d8: Pull complete 08:08:34 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 08:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:08:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:34 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:08:34 $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:08:39 $ docker top af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 -eo pid,comm [Pipeline] { [Pipeline] echo 08:08:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 08:08:39 + set -o pipefail 08:08:39 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 08:08:45 08:08:45 Monitoring /w/workspace/edgex-go/512 (github.com/edgexfoundry/edgex-go)... 08:08:45 08:08:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/48a02933-e5da-43c2-872d-e40a58f7445a 08:08:45 08:08:45 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 08:08:45 08:08:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:08:45 08:08:45 08:08:45 A medium severity vulnerability was found in the Snyk CLI versions you are using. 08:08:45 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 08:08:45 More details here: https://snyk.co/ue1NS 08:08:45 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 08:08:45 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:08:45 $ docker stop --time=1 af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 08:08:48 $ docker rm -f --volumes af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:08:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:08:48 provisioning config files... 08:08:48 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/512@tmp/config5382840221366760482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:49 --> edgex-publish-swagger.sh 08:08:49 === Publish openapi/v3 API === 08:08:49 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 08:08:49 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/512/openapi/v3/core-command.yaml] 08:08:49 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:49 Dload Upload Total Spent Left Speed 08:08:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 51654 --:--:-- --:--:-- --:--:-- 51563 100 29030 0 0 100 29030 0 51654 --:--:-- --:--:-- --:--:-- 51563 08:08:49 08:08:49 08:08:49 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/512/openapi/v3/core-data.yaml] 08:08:49 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:49 Dload Upload Total Spent Left Speed 08:08:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 123k --:--:-- --:--:-- --:--:-- 123k 08:08:50 08:08:50 08:08:50 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/512/openapi/v3/core-metadata.yaml] 08:08:50 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:50 Dload Upload Total Spent Left Speed 08:08:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 278k --:--:-- --:--:-- --:--:-- 278k 100 141k 0 0 100 141k 0 278k --:--:-- --:--:-- --:--:-- 277k 08:08:50 08:08:50 08:08:50 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/512/openapi/v3/support-notifications.yaml] 08:08:50 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:50 Dload Upload Total Spent Left Speed 08:08:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 147k --:--:-- --:--:-- --:--:-- 147k 08:08:51 08:08:51 08:08:51 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/512/openapi/v3/support-scheduler.yaml] 08:08:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:08:51 Dload Upload Total Spent Left Speed 08:08:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 70546 --:--:-- --:--:-- --:--:-- 70546 100 34356 0 0 100 34356 0 70546 --:--:-- --:--:-- --:--:-- 70401 08:08:51 08:08:51 [Pipeline] } 08:08:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:08:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:08:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:08:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:08:52 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:08:53 $ docker top 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d -eo pid,comm 08:08:53 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). 08:08:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:53 [ssh-agent] Looking for ssh-agent implementation... 08:08:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:53 $ docker exec 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d ssh-agent 08:08:53 SSH_AUTH_SOCK=/tmp/ssh-VPmN5XLcgOUh/agent.33 08:08:53 SSH_AGENT_PID=39 08:08:53 Running ssh-add (command line suppressed) 08:08:53 Identity added: /w/workspace/edgex-go/512@tmp/private_key_7801776542056964497.key (/w/workspace/edgex-go/512@tmp/private_key_7801776542056964497.key) 08:08:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:53 + git semver tag 08:08:54 2023-05-04 08:08:54,080 [run_tag] DEBUG tag force:False 08:08:54 2023-05-04 08:08:54,080 [check_head_tag] DEBUG check head tag 08:08:54 2023-05-04 08:08:54,086 [execute] INFO git cat-file --batch-check 08:08:54 2023-05-04 08:08:54,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=) 08:08:54 2023-05-04 08:08:54,090 [execute] INFO git cat-file --batch 08:08:54 2023-05-04 08:08:54,090 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=) 08:08:54 2023-05-04 08:08:54,158 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:08:54 2023-05-04 08:08:54,158 [execute] INFO git tag -a v3.0.0-dev.147 -m v3.0.0-dev.147 08:08:54 2023-05-04 08:08:54,159 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.147', '-m', 'v3.0.0-dev.147'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) 08:08:54 2023-05-04 08:08:54,162 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:08:54 3.0.0-dev.147 [Pipeline] } 08:08:54 $ docker exec --env ******** --env ******** 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d ssh-agent -k 08:08:54 unset SSH_AUTH_SOCK; 08:08:54 unset SSH_AGENT_PID; 08:08:54 echo Agent pid 39 killed; 08:08:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:54 + git semver [Pipeline] } 08:08:55 $ docker stop --time=1 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d 08:08:56 $ docker rm -f --volumes 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:57 08:08:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:08:57 0.23.1-centos7: Pulling from edgex-lftools 08:08:57 ab5ef0e58194: Pulling fs layer 08:08:57 9712f1f96733: Pulling fs layer 08:08:57 63f879dbbcfc: Pulling fs layer 08:08:57 0d9ebad4ef96: Pulling fs layer 08:08:57 e9a5061849ea: Pulling fs layer 08:08:57 d747dcd14b5f: Pulling fs layer 08:08:57 2de7ff778b66: Pulling fs layer 08:08:57 0d9ebad4ef96: Waiting 08:08:57 d747dcd14b5f: Waiting 08:08:57 e9a5061849ea: Waiting 08:08:57 2de7ff778b66: Waiting 08:08:57 9712f1f96733: Verifying Checksum 08:08:57 9712f1f96733: Download complete 08:08:57 63f879dbbcfc: Verifying Checksum 08:08:57 63f879dbbcfc: Download complete 08:08:58 0d9ebad4ef96: Verifying Checksum 08:08:58 0d9ebad4ef96: Download complete 08:08:58 d747dcd14b5f: Download complete 08:08:58 ab5ef0e58194: Verifying Checksum 08:08:58 ab5ef0e58194: Download complete 08:08:58 e9a5061849ea: Verifying Checksum 08:08:58 e9a5061849ea: Download complete 08:08:58 2de7ff778b66: Verifying Checksum 08:08:58 2de7ff778b66: Download complete 08:09:00 ab5ef0e58194: Pull complete 08:09:00 9712f1f96733: Pull complete 08:09:01 63f879dbbcfc: Pull complete 08:09:04 0d9ebad4ef96: Pull complete 08:09:05 e9a5061849ea: Pull complete 08:09:05 d747dcd14b5f: Pull complete 08:09:06 2de7ff778b66: Pull complete 08:09:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:09:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:06 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:09:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:09:10 $ docker top 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:09:11 provisioning config files... 08:09:11 copy managed file [sigul-config] to file:/w/workspace/edgex-go/512@tmp/config15746625940323036671tmp 08:09:11 copy managed file [sigul-password] to file:/w/workspace/edgex-go/512@tmp/config2247412017738719343tmp 08:09:11 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/512@tmp/config16297965445874440581tmp [Pipeline] { [Pipeline] echo 08:09:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:09:11 ---> sigul-configuration.sh 08:09:11 gpg: directory `/root/.gnupg' created 08:09:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:09:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:09:11 gpg: keyring `/root/.gnupg/secring.gpg' created 08:09:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:09:11 gpg: CAST5 encrypted data 08:09:11 gpg: encrypted with 1 passphrase 08:09:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:09:11 + mkdir /home/jenkins 08:09:11 + mkdir /home/jenkins/sigul [Pipeline] sh 08:09:11 + 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 08:09:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:09:12 ---> sigul-install.sh 08:09:12 Sigul already installed; skipping installation. [Pipeline] sh 08:09:12 + git tag --list 08:09:12 0.6.0 08:09:12 0.6.1 08:09:12 0.7.0 08:09:12 0.7.1 08:09:12 v1.0.0 08:09:12 v1.0.1 08:09:12 v1.1.0 08:09:12 v1.2.0 08:09:12 v1.2.1 08:09:12 v1.3.0 08:09:12 v1.3.1 08:09:12 v2.0.0 08:09:12 v2.1.0 08:09:12 v2.1.1 08:09:12 v2.1.1-dev.1 08:09:12 v2.1.1-dev.2 08:09:12 v2.1.1-dev.3 08:09:12 v2.1.1-dev.4 08:09:12 v2.1.1-dev.5 08:09:12 v2.1.1-dev.6 08:09:12 v2.1.1-dev.7 08:09:12 v2.1.1-dev.8 08:09:12 v2.1.2-dev.1 08:09:12 v2.2.0 08:09:12 v2.2.1-dev.1 08:09:12 v2.2.1-dev.10 08:09:12 v2.2.1-dev.11 08:09:12 v2.2.1-dev.12 08:09:12 v2.2.1-dev.13 08:09:12 v2.2.1-dev.14 08:09:12 v2.2.1-dev.15 08:09:12 v2.2.1-dev.16 08:09:12 v2.2.1-dev.17 08:09:12 v2.2.1-dev.18 08:09:12 v2.2.1-dev.19 08:09:12 v2.2.1-dev.2 08:09:12 v2.2.1-dev.20 08:09:12 v2.2.1-dev.21 08:09:12 v2.2.1-dev.22 08:09:12 v2.2.1-dev.23 08:09:12 v2.2.1-dev.24 08:09:12 v2.2.1-dev.25 08:09:12 v2.2.1-dev.26 08:09:12 v2.2.1-dev.27 08:09:12 v2.2.1-dev.28 08:09:12 v2.2.1-dev.29 08:09:12 v2.2.1-dev.3 08:09:12 v2.2.1-dev.4 08:09:12 v2.2.1-dev.5 08:09:12 v2.2.1-dev.6 08:09:12 v2.2.1-dev.7 08:09:12 v2.2.1-dev.8 08:09:12 v2.2.1-dev.9 08:09:12 v2.3.0 08:09:12 v2.3.0-dev.100 08:09:12 v2.3.0-dev.101 08:09:12 v2.3.0-dev.102 08:09:12 v2.3.0-dev.103 08:09:12 v2.3.0-dev.104 08:09:12 v2.3.0-dev.105 08:09:12 v2.3.0-dev.106 08:09:12 v2.3.0-dev.29 08:09:12 v2.3.0-dev.30 08:09:12 v2.3.0-dev.31 08:09:12 v2.3.0-dev.32 08:09:12 v2.3.0-dev.33 08:09:12 v2.3.0-dev.34 08:09:12 v2.3.0-dev.35 08:09:12 v2.3.0-dev.36 08:09:12 v2.3.0-dev.37 08:09:12 v2.3.0-dev.38 08:09:12 v2.3.0-dev.39 08:09:12 v2.3.0-dev.40 08:09:12 v2.3.0-dev.41 08:09:12 v2.3.0-dev.42 08:09:12 v2.3.0-dev.43 08:09:12 v2.3.0-dev.44 08:09:12 v2.3.0-dev.45 08:09:12 v2.3.0-dev.46 08:09:12 v2.3.0-dev.47 08:09:12 v2.3.0-dev.48 08:09:12 v2.3.0-dev.49 08:09:12 v2.3.0-dev.50 08:09:12 v2.3.0-dev.51 08:09:12 v2.3.0-dev.52 08:09:12 v2.3.0-dev.53 08:09:12 v2.3.0-dev.54 08:09:12 v2.3.0-dev.55 08:09:12 v2.3.0-dev.56 08:09:12 v2.3.0-dev.57 08:09:12 v2.3.0-dev.58 08:09:12 v2.3.0-dev.59 08:09:12 v2.3.0-dev.60 08:09:12 v2.3.0-dev.61 08:09:12 v2.3.0-dev.62 08:09:12 v2.3.0-dev.63 08:09:12 v2.3.0-dev.64 08:09:12 v2.3.0-dev.65 08:09:12 v2.3.0-dev.66 08:09:12 v2.3.0-dev.67 08:09:12 v2.3.0-dev.68 08:09:12 v2.3.0-dev.69 08:09:12 v2.3.0-dev.70 08:09:12 v2.3.0-dev.71 08:09:12 v2.3.0-dev.72 08:09:12 v2.3.0-dev.73 08:09:12 v2.3.0-dev.74 08:09:12 v2.3.0-dev.75 08:09:12 v2.3.0-dev.76 08:09:12 v2.3.0-dev.77 08:09:12 v2.3.0-dev.78 08:09:12 v2.3.0-dev.79 08:09:12 v2.3.0-dev.80 08:09:12 v2.3.0-dev.81 08:09:12 v2.3.0-dev.82 08:09:12 v2.3.0-dev.83 08:09:12 v2.3.0-dev.84 08:09:12 v2.3.0-dev.85 08:09:12 v2.3.0-dev.86 08:09:12 v2.3.0-dev.87 08:09:12 v2.3.0-dev.88 08:09:12 v2.3.0-dev.89 08:09:12 v2.3.0-dev.90 08:09:12 v2.3.0-dev.91 08:09:12 v2.3.0-dev.92 08:09:12 v2.3.0-dev.93 08:09:12 v2.3.0-dev.94 08:09:12 v2.3.0-dev.95 08:09:12 v2.3.0-dev.96 08:09:12 v2.3.0-dev.97 08:09:12 v2.3.0-dev.98 08:09:12 v2.3.0-dev.99 08:09:12 v2.3.1-dev.1 08:09:12 v2.3.1-dev.2 08:09:12 v2.3.1-dev.3 08:09:12 v2.3.1-dev.4 08:09:12 v2.3.1-dev.5 08:09:12 v3.0.0-dev.1 08:09:12 v3.0.0-dev.10 08:09:12 v3.0.0-dev.100 08:09:12 v3.0.0-dev.101 08:09:12 v3.0.0-dev.102 08:09:12 v3.0.0-dev.103 08:09:12 v3.0.0-dev.104 08:09:12 v3.0.0-dev.105 08:09:12 v3.0.0-dev.106 08:09:12 v3.0.0-dev.107 08:09:12 v3.0.0-dev.108 08:09:12 v3.0.0-dev.109 08:09:12 v3.0.0-dev.11 08:09:12 v3.0.0-dev.110 08:09:12 v3.0.0-dev.111 08:09:12 v3.0.0-dev.112 08:09:12 v3.0.0-dev.113 08:09:12 v3.0.0-dev.114 08:09:12 v3.0.0-dev.115 08:09:12 v3.0.0-dev.116 08:09:12 v3.0.0-dev.117 08:09:12 v3.0.0-dev.118 08:09:12 v3.0.0-dev.119 08:09:12 v3.0.0-dev.12 08:09:12 v3.0.0-dev.120 08:09:12 v3.0.0-dev.121 08:09:12 v3.0.0-dev.122 08:09:12 v3.0.0-dev.123 08:09:12 v3.0.0-dev.124 08:09:12 v3.0.0-dev.125 08:09:12 v3.0.0-dev.126 08:09:12 v3.0.0-dev.127 08:09:12 v3.0.0-dev.128 08:09:12 v3.0.0-dev.129 08:09:12 v3.0.0-dev.13 08:09:12 v3.0.0-dev.130 08:09:12 v3.0.0-dev.131 08:09:12 v3.0.0-dev.132 08:09:12 v3.0.0-dev.133 08:09:12 v3.0.0-dev.134 08:09:12 v3.0.0-dev.135 08:09:12 v3.0.0-dev.136 08:09:12 v3.0.0-dev.137 08:09:12 v3.0.0-dev.138 08:09:12 v3.0.0-dev.139 08:09:12 v3.0.0-dev.14 08:09:12 v3.0.0-dev.140 08:09:12 v3.0.0-dev.141 08:09:12 v3.0.0-dev.142 08:09:12 v3.0.0-dev.143 08:09:12 v3.0.0-dev.144 08:09:12 v3.0.0-dev.145 08:09:12 v3.0.0-dev.146 08:09:12 v3.0.0-dev.147 08:09:12 v3.0.0-dev.15 08:09:12 v3.0.0-dev.16 08:09:12 v3.0.0-dev.17 08:09:12 v3.0.0-dev.18 08:09:12 v3.0.0-dev.19 08:09:12 v3.0.0-dev.2 08:09:12 v3.0.0-dev.20 08:09:12 v3.0.0-dev.21 08:09:12 v3.0.0-dev.22 08:09:12 v3.0.0-dev.23 08:09:12 v3.0.0-dev.24 08:09:12 v3.0.0-dev.25 08:09:12 v3.0.0-dev.26 08:09:12 v3.0.0-dev.27 08:09:12 v3.0.0-dev.28 08:09:12 v3.0.0-dev.29 08:09:12 v3.0.0-dev.3 08:09:12 v3.0.0-dev.30 08:09:12 v3.0.0-dev.31 08:09:12 v3.0.0-dev.32 08:09:12 v3.0.0-dev.33 08:09:12 v3.0.0-dev.34 08:09:12 v3.0.0-dev.35 08:09:12 v3.0.0-dev.36 08:09:12 v3.0.0-dev.37 08:09:12 v3.0.0-dev.38 08:09:12 v3.0.0-dev.39 08:09:12 v3.0.0-dev.4 08:09:12 v3.0.0-dev.40 08:09:12 v3.0.0-dev.41 08:09:12 v3.0.0-dev.42 08:09:12 v3.0.0-dev.43 08:09:12 v3.0.0-dev.44 08:09:12 v3.0.0-dev.45 08:09:12 v3.0.0-dev.46 08:09:12 v3.0.0-dev.47 08:09:12 v3.0.0-dev.48 08:09:12 v3.0.0-dev.49 08:09:12 v3.0.0-dev.5 08:09:12 v3.0.0-dev.50 08:09:12 v3.0.0-dev.51 08:09:12 v3.0.0-dev.52 08:09:12 v3.0.0-dev.53 08:09:12 v3.0.0-dev.54 08:09:12 v3.0.0-dev.55 08:09:12 v3.0.0-dev.56 08:09:12 v3.0.0-dev.57 08:09:12 v3.0.0-dev.58 08:09:12 v3.0.0-dev.59 08:09:12 v3.0.0-dev.6 08:09:12 v3.0.0-dev.60 08:09:12 v3.0.0-dev.61 08:09:12 v3.0.0-dev.62 08:09:12 v3.0.0-dev.63 08:09:12 v3.0.0-dev.64 08:09:12 v3.0.0-dev.65 08:09:12 v3.0.0-dev.66 08:09:12 v3.0.0-dev.67 08:09:12 v3.0.0-dev.68 08:09:12 v3.0.0-dev.69 08:09:12 v3.0.0-dev.7 08:09:12 v3.0.0-dev.70 08:09:12 v3.0.0-dev.71 08:09:12 v3.0.0-dev.72 08:09:12 v3.0.0-dev.73 08:09:12 v3.0.0-dev.74 08:09:12 v3.0.0-dev.75 08:09:12 v3.0.0-dev.76 08:09:12 v3.0.0-dev.77 08:09:12 v3.0.0-dev.78 08:09:12 v3.0.0-dev.79 08:09:12 v3.0.0-dev.8 08:09:12 v3.0.0-dev.80 08:09:12 v3.0.0-dev.81 08:09:12 v3.0.0-dev.82 08:09:12 v3.0.0-dev.83 08:09:12 v3.0.0-dev.84 08:09:12 v3.0.0-dev.85 08:09:12 v3.0.0-dev.86 08:09:12 v3.0.0-dev.87 08:09:12 v3.0.0-dev.88 08:09:12 v3.0.0-dev.89 08:09:12 v3.0.0-dev.9 08:09:12 v3.0.0-dev.90 08:09:12 v3.0.0-dev.91 08:09:12 v3.0.0-dev.92 08:09:12 v3.0.0-dev.93 08:09:12 v3.0.0-dev.94 08:09:12 v3.0.0-dev.95 08:09:12 v3.0.0-dev.96 08:09:12 v3.0.0-dev.97 08:09:12 v3.0.0-dev.98 08:09:12 v3.0.0-dev.99 [Pipeline] sh 08:09:12 + lftools sign git-tag v3.0.0-dev.147 08:09:13 Signing Git tag with Sigul... 08:09:13 Signing v3.0.0-dev.147 [Pipeline] echo 08:09:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:09:13 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:09:13 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:09:13 $ docker stop --time=1 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e 08:09:15 $ docker rm -f --volumes 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:09:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:09:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:09:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:15 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:09:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:09:16 $ docker top 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa -eo pid,comm 08:09:16 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). 08:09:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:16 [ssh-agent] Looking for ssh-agent implementation... 08:09:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:16 $ docker exec 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa ssh-agent 08:09:16 SSH_AUTH_SOCK=/tmp/ssh-iNiOYySnZK2C/agent.32 08:09:16 SSH_AGENT_PID=38 08:09:16 Running ssh-add (command line suppressed) 08:09:16 Identity added: /w/workspace/edgex-go/512@tmp/private_key_17811094894610706939.key (/w/workspace/edgex-go/512@tmp/private_key_17811094894610706939.key) 08:09:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:17 + git semver bump pre 08:09:17 2023-05-04 08:09:17,179 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:09:17 2023-05-04 08:09:17,179 [bump_version] DEBUG bumping version:3.0.0-dev.147 on axis:pre with prefix:dev 08:09:17 2023-05-04 08:09:17,179 [bump_version] DEBUG bumped version:3.0.0-dev.148 08:09:17 2023-05-04 08:09:17,179 [write_version] DEBUG write version:3.0.0-dev.148 to path:/w/workspace/edgex-go/512/.semver/main with force:True 08:09:17 2023-05-04 08:09:17,179 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:09:17 2023-05-04 08:09:17,179 [write_file] DEBUG write to file:/w/workspace/edgex-go/512/.semver/main 08:09:17 2023-05-04 08:09:17,182 [execute] INFO git cat-file --batch-check 08:09:17 2023-05-04 08:09:17,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) 08:09:17 2023-05-04 08:09:17,187 [execute] INFO git cat-file --batch 08:09:17 2023-05-04 08:09:17,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) 08:09:17 2023-05-04 08:09:17,193 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:09:17 3.0.0-dev.148 [Pipeline] } 08:09:17 $ docker exec --env ******** --env ******** 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa ssh-agent -k 08:09:17 unset SSH_AUTH_SOCK; 08:09:17 unset SSH_AGENT_PID; 08:09:17 echo Agent pid 38 killed; 08:09:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:17 + git semver [Pipeline] } 08:09:17 $ docker stop --time=1 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa 08:09:19 $ docker rm -f --volumes 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa [Pipeline] // withDockerContainer [Pipeline] sh 08:09:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:09:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:09:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:19 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:09:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:09:20 $ docker top d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:09:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:09:20 [ssh-agent] Looking for ssh-agent implementation... 08:09:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:09:20 $ docker exec d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 ssh-agent 08:09:20 SSH_AUTH_SOCK=/tmp/ssh-eLGmzl4DY7Qz/agent.32 08:09:20 SSH_AGENT_PID=38 08:09:20 Running ssh-add (command line suppressed) 08:09:20 Identity added: /w/workspace/edgex-go/512@tmp/private_key_15509829469199760624.key (/w/workspace/edgex-go/512@tmp/private_key_15509829469199760624.key) 08:09:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:09:20 + git semver push 08:09:21 2023-05-04 08:09:21,076 [run_push] DEBUG push 08:09:21 2023-05-04 08:09:21,076 [execute] INFO git cat-file --batch-check 08:09:21 2023-05-04 08:09:21,076 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) 08:09:21 2023-05-04 08:09:21,080 [execute] INFO git rev-list 6cd2634474d6378fe8846a935f4a58f61ddc7469 -- 08:09:21 2023-05-04 08:09:21,080 [execute] DEBUG Popen(['git', 'rev-list', '6cd2634474d6378fe8846a935f4a58f61ddc7469', '--'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=None) 08:09:21 2023-05-04 08:09:21,093 [execute] INFO git fetch -v origin 08:09:21 2023-05-04 08:09:21,094 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=True, shell=None, istream=None) 08:09:21 2023-05-04 08:09:21,547 [run_push] DEBUG no remote changes detected 08:09:21 2023-05-04 08:09:21,547 [execute] INFO git push origin semver 08:09:21 2023-05-04 08:09:21,548 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=None) 08:09:22 2023-05-04 08:09:22,385 [run_push] DEBUG push all version tags 08:09:22 2023-05-04 08:09:22,385 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:09:22 2023-05-04 08:09:22,386 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) 08:09:23 2023-05-04 08:09:23,201 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main 08:09:23 3.0.0-dev.148 [Pipeline] } 08:09:23 $ docker exec --env ******** --env ******** d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 ssh-agent -k 08:09:23 unset SSH_AUTH_SOCK; 08:09:23 unset SSH_AGENT_PID; 08:09:23 echo Agent pid 38 killed; 08:09:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:09:23 + git semver [Pipeline] } 08:09:23 $ docker stop --time=1 d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 08:09:25 $ docker rm -f --volumes d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 [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 08:09:25 + [ -d /w/workspace/edgex-go/512/archives ] [Pipeline] libraryResource [Pipeline] sh 08:09:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:09:26 ---> package-listing.sh 08:09:26 ++ facter osfamily 08:09:26 ++ tr '[:upper:]' '[:lower:]' 08:09:27 + OS_FAMILY=debian 08:09:27 + workspace=/w/workspace/edgex-go/512 08:09:27 + START_PACKAGES=/tmp/packages_start.txt 08:09:27 + END_PACKAGES=/tmp/packages_end.txt 08:09:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:09:27 + PACKAGES=/tmp/packages_start.txt 08:09:27 + '[' /w/workspace/edgex-go/512 ']' 08:09:27 + PACKAGES=/tmp/packages_end.txt 08:09:27 + case "${OS_FAMILY}" in 08:09:27 + dpkg -l 08:09:27 + grep '^ii' 08:09:27 + '[' -f /tmp/packages_start.txt ']' 08:09:27 + '[' -f /tmp/packages_end.txt ']' 08:09:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:09:27 + '[' /w/workspace/edgex-go/512 ']' 08:09:27 + mkdir -p /w/workspace/edgex-go/512/archives/ 08:09:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/512/archives/ [Pipeline] echo 08:09:27 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/512/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:09:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:09:27 08:09:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:09:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:09:28 latest: Pulling from edgex-lftools-log-publisher 08:09:28 5eb5b503b376: Pulling fs layer 08:09:28 5c69ac0246d0: Pulling fs layer 08:09:28 ec43610c2a17: Pulling fs layer 08:09:28 3a2ae6a8a46f: Pulling fs layer 08:09:28 33b1e0a273af: Pulling fs layer 08:09:28 5d3b04190fa2: Pulling fs layer 08:09:28 2f39f015ded8: Pulling fs layer 08:09:28 33b1e0a273af: Waiting 08:09:28 5d3b04190fa2: Waiting 08:09:28 3a2ae6a8a46f: Waiting 08:09:28 2f39f015ded8: Waiting 08:09:28 5c69ac0246d0: Verifying Checksum 08:09:28 5c69ac0246d0: Download complete 08:09:28 3a2ae6a8a46f: Verifying Checksum 08:09:28 3a2ae6a8a46f: Download complete 08:09:28 33b1e0a273af: Verifying Checksum 08:09:28 33b1e0a273af: Download complete 08:09:28 ec43610c2a17: Verifying Checksum 08:09:28 ec43610c2a17: Download complete 08:09:28 5d3b04190fa2: Verifying Checksum 08:09:28 5d3b04190fa2: Download complete 08:09:28 5eb5b503b376: Verifying Checksum 08:09:28 5eb5b503b376: Download complete 08:09:29 2f39f015ded8: Download complete 08:09:29 5eb5b503b376: Pull complete 08:09:29 5c69ac0246d0: Pull complete 08:09:29 ec43610c2a17: Pull complete 08:09:30 3a2ae6a8a46f: Pull complete 08:09:30 33b1e0a273af: Pull complete 08:09:30 5d3b04190fa2: Pull complete 08:09:34 2f39f015ded8: Pull complete 08:09:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:09:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:09:34 prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container 08:09:34 $ 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/512/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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:09:36 $ docker top 35b274578ea8f450f9c81cbe5cb9fa5b26404c7100a8e3a1fa974019638a844c -eo pid,comm [Pipeline] { [Pipeline] sh 08:09:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:09:37 + mkdir -p /var/log/sysstat [Pipeline] sh 08:09:37 + ls /var/log/sa-host 08:09:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:09:37 provisioning config files... 08:09:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/512@tmp/config977252239127919616tmp [Pipeline] { [Pipeline] echo 08:09:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> create-netrc.sh [Pipeline] } 08:09:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> python-tools-install.sh [Pipeline] echo 08:09:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> sudo-logs.sh 08:09:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:09:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:09:39 ---> job-cost.sh 08:09:39 lf-activate-venv: SKIPPING 08:09:39 DEBUG: total: 0.10999999940395355 08:09:39 INFO: Retrieving Stack Cost... 08:09:39 INFO: Retrieving Pricing Info for: v3-standard-8 08:09:39 INFO: Archiving Costs [Pipeline] echo 08:09:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:09:40 ---> logs-deploy.sh 08:09:40 lf-activate-venv: SKIPPING 08:09:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/512 08:09:40 INFO: archiving workspace using pattern(s): 08:09:41 Archives upload complete. 08:09:41 INFO: archiving logs to Nexus 08:09:42 ---> uname -a: 08:09:42 Linux prd-ubuntu20-04-docker-8c-8g-13268 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:09:42 08:09:42 08:09:42 ---> lscpu: 08:09:42 Architecture: x86_64 08:09:42 CPU op-mode(s): 32-bit, 64-bit 08:09:42 Byte Order: Little Endian 08:09:42 Address sizes: 40 bits physical, 48 bits virtual 08:09:42 CPU(s): 8 08:09:42 On-line CPU(s) list: 0-7 08:09:42 Thread(s) per core: 1 08:09:42 Core(s) per socket: 1 08:09:42 Socket(s): 8 08:09:42 NUMA node(s): 1 08:09:42 Vendor ID: AuthenticAMD 08:09:42 CPU family: 23 08:09:42 Model: 49 08:09:42 Model name: AMD EPYC-Rome Processor 08:09:42 Stepping: 0 08:09:42 CPU MHz: 2799.998 08:09:42 BogoMIPS: 5599.99 08:09:42 Virtualization: AMD-V 08:09:42 Hypervisor vendor: KVM 08:09:42 Virtualization type: full 08:09:42 L1d cache: 256 KiB 08:09:42 L1i cache: 256 KiB 08:09:42 L2 cache: 4 MiB 08:09:42 L3 cache: 128 MiB 08:09:42 NUMA node0 CPU(s): 0-7 08:09:42 Vulnerability Itlb multihit: Not affected 08:09:42 Vulnerability L1tf: Not affected 08:09:42 Vulnerability Mds: Not affected 08:09:42 Vulnerability Meltdown: Not affected 08:09:42 Vulnerability Mmio stale data: Not affected 08:09:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:09:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:09:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:09:42 Vulnerability Srbds: Not affected 08:09:42 Vulnerability Tsx async abort: Not affected 08:09:42 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 08:09:42 08:09:42 08:09:42 ---> nproc: 08:09:42 8 08:09:42 08:09:42 08:09:42 ---> df -h: 08:09:42 Filesystem Size Used Avail Use% Mounted on 08:09:42 overlay 155G 21G 134G 14% / 08:09:42 tmpfs 64M 0 64M 0% /dev 08:09:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:09:42 shm 64M 0 64M 0% /dev/shm 08:09:42 /dev/vda1 155G 21G 134G 14% /facter-os 08:09:42 08:09:42 08:09:42 ---> sar -b -r -n DEV: 08:09:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-13268) 05/04/23 _x86_64_ (8 CPU) 08:09:42 08:09:42 07:38:18 LINUX RESTART (8 CPU) 08:09:42 08:09:42 07:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:09:42 07:40:01 123.38 10.95 112.43 0.00 1739.98 62257.76 0.00 08:09:42 07:41:01 53.66 0.08 53.57 0.00 7.87 26665.97 0.00 08:09:42 07:42:01 34.83 0.22 34.61 0.00 7.47 10419.46 0.00 08:09:42 07:43:01 244.59 2.32 242.28 0.00 29.73 92552.97 0.00 08:09:42 07:44:01 432.77 16.44 416.33 0.00 2939.40 151198.28 0.00 08:09:42 07:45:01 499.93 2.28 497.65 0.00 2274.90 196646.55 0.00 08:09:42 07:46:01 548.09 2.10 545.99 0.00 276.89 144269.56 0.00 08:09:42 07:47:01 275.44 1.80 273.64 0.00 17.86 150718.88 0.00 08:09:42 07:48:01 507.83 0.00 507.83 0.00 0.00 156734.41 0.00 08:09:42 07:49:01 520.33 0.20 520.13 0.00 20.13 46190.17 0.00 08:09:42 07:50:01 28.28 0.05 28.23 0.00 7.47 763.60 0.00 08:09:42 07:51:01 4.25 0.02 4.23 0.00 3.33 99.58 0.00 08:09:42 07:52:01 2.85 1.68 1.17 0.00 38.37 14.23 0.00 08:09:42 07:53:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 08:09:42 07:54:01 1.93 0.02 1.92 0.00 0.13 21.20 0.00 08:09:42 07:55:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 08:09:42 07:56:01 0.98 0.00 0.98 0.00 0.00 10.26 0.00 08:09:42 07:57:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 08:09:42 07:58:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 08:09:42 07:59:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 08:09:42 08:00:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 08:09:42 08:01:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 08:09:42 08:02:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 08:09:42 08:03:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 08:09:42 08:04:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 08:09:42 08:05:01 1.20 0.00 1.20 0.00 0.00 15.60 0.00 08:09:42 08:06:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 08:09:42 08:07:01 1.22 0.00 1.22 0.00 0.00 15.20 0.00 08:09:42 08:08:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 08:09:42 08:09:01 74.60 0.12 74.49 0.00 8.27 33719.45 0.00 08:09:42 Average: 112.55 1.28 111.27 0.00 246.88 35818.19 0.00 08:09:42 08:09:42 07:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:09:42 07:40:01 28399376 31606788 707656 2.15 92356 3353308 1899688 5.60 1089756 2994108 2640 08:09:42 07:41:01 27694052 31387908 917808 2.79 113412 3768784 2337656 6.89 1678204 3051936 116840 08:09:42 07:42:01 27576124 31540744 762560 2.32 116908 4010728 1909100 5.63 1460836 3363996 326152 08:09:42 07:43:01 24838356 31321532 960184 2.92 160584 6322684 2494008 7.35 1932424 5431260 927196 08:09:42 07:44:01 20311952 31501572 789388 2.40 289940 10722924 1950276 5.75 1862708 9866144 2906892 08:09:42 07:45:01 21110236 31475664 803792 2.44 299952 9896820 1985688 5.85 2185428 8738160 12708 08:09:42 07:46:01 19344536 31471556 801500 2.44 329008 11459320 1966540 5.80 2589308 9925768 816604 08:09:42 07:47:01 16002124 31479540 794976 2.42 398976 14642796 1919700 5.66 2395188 13369168 1147824 08:09:42 07:48:01 16922572 31482144 790284 2.40 403900 13743000 1979052 5.83 2388520 12471784 99184 08:09:42 07:49:01 18371728 31529556 746868 2.27 411564 12368060 1858216 5.48 2447980 11005060 1824 08:09:42 07:50:01 18355624 31515184 760576 2.31 412776 12368628 1858672 5.48 2464692 11005088 508 08:09:42 07:51:01 18358520 31518388 757584 2.30 412936 12368732 1868872 5.51 2460708 11005160 8 08:09:42 07:52:01 18335324 31497300 778580 2.37 412980 12369860 1885060 5.56 2483876 11005552 16 08:09:42 07:53:01 18353096 31515172 761256 2.32 412996 12369868 1885060 5.56 2464616 11005580 36 08:09:42 07:54:01 18353780 31515960 760576 2.31 413032 12369864 1884712 5.55 2464084 11005592 16 08:09:42 07:55:01 18354236 31516436 760024 2.31 413056 12369876 1884712 5.55 2463408 11005600 64 08:09:42 07:56:01 18354648 31516872 759732 2.31 413076 12369876 1884712 5.55 2463432 11005600 8 08:09:42 07:57:01 18354632 31516880 759712 2.31 413088 12369880 1884712 5.55 2463380 11005604 8 08:09:42 07:58:01 18354436 31516772 759908 2.31 413124 12369888 1884712 5.55 2463412 11005608 40 08:09:42 07:59:01 18354608 31517016 759640 2.31 413148 12369888 1884712 5.55 2463524 11005612 24 08:09:42 08:00:01 18354560 31516976 759592 2.31 413176 12369892 1884712 5.55 2463464 11005616 16 08:09:42 08:01:01 18354292 31516744 759776 2.31 413192 12369892 1884712 5.55 2463496 11005616 44 08:09:42 08:02:01 18354268 31516744 759748 2.31 413220 12369896 1884712 5.55 2463496 11005620 24 08:09:42 08:03:01 18354512 31517024 759464 2.31 413232 12369904 1884712 5.55 2463572 11005624 8 08:09:42 08:04:01 18354424 31516960 759472 2.31 413256 12369900 1884712 5.55 2463844 11005624 12 08:09:42 08:05:01 18354360 31516944 759372 2.31 413288 12369908 1884712 5.55 2463808 11005632 28 08:09:42 08:06:01 18354264 31517000 759232 2.31 413312 12370036 1884712 5.55 2464016 11005740 188 08:09:42 08:07:01 18353908 31516688 759460 2.31 413324 12370040 1884712 5.55 2463672 11005744 8 08:09:42 08:08:01 18354072 31516876 759168 2.31 413336 12370044 1884712 5.55 2463812 11005748 28 08:09:42 08:09:01 17118132 31454764 818776 2.49 418556 13470952 2170412 6.40 2571384 12060580 402728 08:09:42 Average: 19546892 31501657 778222 2.37 362823 11292842 1941289 5.72 2314335 10046131 225389 08:09:42 08:09:42 07:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:09:42 07:40:01 lo 4.67 4.67 0.45 0.45 0.00 0.00 0.00 0.00 08:09:42 07:40:01 docker0 587.45 570.22 42.58 3431.40 0.00 0.00 0.00 0.00 08:09:42 07:40:01 ens3 863.57 793.85 9633.94 90.94 0.00 0.00 0.00 0.00 08:09:42 07:41:01 veth480ac77 0.10 0.30 0.01 0.03 0.00 0.00 0.00 0.00 08:09:42 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:41:01 docker0 0.10 0.20 0.01 0.02 0.00 0.00 0.00 0.00 08:09:42 07:41:01 ens3 54.22 50.76 41.79 111.08 0.00 0.00 0.00 0.00 08:09:42 07:42:01 veth480ac77 1.33 1.35 0.12 0.12 0.00 0.00 0.00 0.00 08:09:42 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:42:01 docker0 1.33 1.33 0.10 0.12 0.00 0.00 0.00 0.00 08:09:42 07:42:01 ens3 29.16 18.41 24.00 13.13 0.00 0.00 0.00 0.00 08:09:42 07:43:01 vethc3bdb67 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 08:09:42 07:43:01 vethd2aa7a7 57.89 97.35 5.61 492.85 0.00 0.00 0.00 0.04 08:09:42 07:43:01 veth4739947 59.51 106.17 5.69 458.79 0.00 0.00 0.00 0.04 08:09:42 07:43:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 08:09:42 07:43:01 veth0523cfb 56.94 110.93 5.57 509.92 0.00 0.00 0.00 0.04 08:09:42 07:43:01 docker0 305.77 526.91 24.96 2657.33 0.00 0.00 0.00 0.00 08:09:42 07:43:01 ens3 612.13 359.42 4359.03 48.29 0.00 0.00 0.00 0.00 08:09:42 07:43:01 veth18e2449 59.79 96.53 5.66 439.78 0.00 0.00 0.00 0.04 08:09:42 07:43:01 vethbc43eab 63.11 99.43 5.97 501.30 0.00 0.00 0.00 0.04 08:09:42 07:44:01 vethc3bdb67 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:44:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 08:09:42 07:44:01 docker0 208.02 326.13 16.97 3608.28 0.00 0.00 0.00 0.00 08:09:42 07:44:01 ens3 437.85 251.89 4643.21 24.23 0.00 0.00 0.00 0.00 08:09:42 07:45:01 vethc3bdb67 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:09:42 07:45:01 veth903285b 3.98 6.52 0.32 102.16 0.00 0.00 0.00 0.01 08:09:42 07:45:01 lo 0.73 0.73 0.06 0.06 0.00 0.00 0.00 0.00 08:09:42 07:45:01 docker0 12.08 24.24 0.79 322.56 0.00 0.00 0.00 0.00 08:09:42 07:45:01 ens3 322.03 128.71 1270.77 20.62 0.00 0.00 0.00 0.00 08:09:42 07:45:01 veth4781f99 6.52 3.98 102.16 0.32 0.00 0.00 0.00 0.00 08:09:42 07:46:01 vethc01b235 197.07 111.75 1210.55 10.22 0.00 0.00 0.00 0.00 08:09:42 07:46:01 vethc3bdb67 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 08:09:42 07:46:01 veth73364f0 111.75 197.07 10.22 1210.55 0.00 0.00 0.00 0.10 08:09:42 07:46:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:46:01 docker0 376.24 786.40 30.69 5013.09 0.00 0.00 0.00 0.00 08:09:42 07:46:01 ens3 823.68 397.00 5042.64 51.81 0.00 0.00 0.00 0.00 08:09:42 07:47:01 vethc3bdb67 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:47:01 ens3 10.20 6.73 8.39 4.61 0.00 0.00 0.00 0.00 08:09:42 07:48:01 vethc3bdb67 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:09:42 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:48:01 docker0 8.18 17.35 0.53 220.49 0.00 0.00 0.00 0.00 08:09:42 07:48:01 ens3 41.19 22.43 239.84 11.23 0.00 0.00 0.00 0.00 08:09:42 07:49:01 lo 25.13 25.13 2.47 2.47 0.00 0.00 0.00 0.00 08:09:42 07:49:01 docker0 1.58 3.12 0.10 48.52 0.00 0.00 0.00 0.00 08:09:42 07:49:01 ens3 224.58 245.66 187.98 824.48 0.00 0.00 0.00 0.00 08:09:42 07:50:01 lo 40.60 40.60 4.00 4.00 0.00 0.00 0.00 0.00 08:09:42 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:50:01 ens3 458.58 477.37 224.14 2746.99 0.00 0.00 0.00 0.00 08:09:42 07:51:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 08:09:42 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:51:01 ens3 41.79 40.04 24.53 210.57 0.00 0.00 0.00 0.00 08:09:42 07:52:01 lo 0.14 0.14 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:52:01 ens3 6.27 5.24 4.44 5.12 0.00 0.00 0.00 0.00 08:09:42 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:53:01 ens3 1.75 1.52 0.97 1.21 0.00 0.00 0.00 0.00 08:09:42 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:54:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:09:42 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:55:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:56:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:57:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 07:59:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 08:09:42 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:03:01 ens3 0.52 0.10 0.05 0.01 0.00 0.00 0.00 0.00 08:09:42 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:04:01 ens3 1.12 0.80 2.27 0.30 0.00 0.00 0.00 0.00 08:09:42 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:05:01 ens3 0.93 0.55 0.36 0.22 0.00 0.00 0.00 0.00 08:09:42 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:09:42 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:07:01 ens3 0.72 0.10 0.06 0.01 0.00 0.00 0.00 0.00 08:09:42 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:09:42 08:08:01 ens3 0.67 0.48 0.35 0.28 0.00 0.00 0.00 0.00 08:09:42 08:09:01 lo 2.60 2.60 0.26 0.26 0.00 0.00 0.00 0.00 08:09:42 08:09:01 docker0 36.99 66.91 3.08 580.67 0.00 0.00 0.00 0.00 08:09:42 08:09:01 ens3 341.58 220.55 7750.42 137.84 0.00 0.00 0.00 0.00 08:09:42 Average: lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 08:09:42 Average: docker0 51.34 77.55 4.00 530.76 0.00 0.00 0.00 0.00 08:09:42 Average: ens3 142.63 100.85 1117.16 143.45 0.00 0.00 0.00 0.00 08:09:42 08:09:42 08:09:42 ---> sar -P ALL: 08:09:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-13268) 05/04/23 _x86_64_ (8 CPU) 08:09:42 08:09:42 07:38:18 LINUX RESTART (8 CPU) 08:09:42 08:09:42 07:39:01 CPU %user %nice %system %iowait %steal %idle 08:09:42 07:40:01 all 7.69 0.00 3.14 6.47 0.10 82.60 08:09:42 07:40:01 0 5.41 0.00 3.13 11.57 0.12 79.77 08:09:42 07:40:01 1 9.67 0.00 3.88 18.79 0.10 67.56 08:09:42 07:40:01 2 8.44 0.00 3.34 0.12 0.08 88.02 08:09:42 07:40:01 3 5.69 0.00 2.56 4.58 0.10 87.07 08:09:42 07:40:01 4 8.97 0.00 2.49 1.06 0.08 87.40 08:09:42 07:40:01 5 8.46 0.00 2.94 2.38 0.08 86.14 08:09:42 07:40:01 6 7.21 0.00 3.81 9.24 0.08 79.65 08:09:42 07:40:01 7 7.71 0.00 2.94 4.04 0.12 85.20 08:09:42 07:41:01 all 25.95 0.00 4.54 2.25 0.13 67.12 08:09:42 07:41:01 0 25.40 0.00 3.74 0.44 0.13 70.29 08:09:42 07:41:01 1 25.62 0.00 5.09 0.50 0.10 68.68 08:09:42 07:41:01 2 26.60 0.00 5.77 0.45 0.18 66.99 08:09:42 07:41:01 3 27.18 0.00 4.58 0.39 0.10 67.75 08:09:42 07:41:01 4 25.72 0.00 4.44 6.72 0.13 62.98 08:09:42 07:41:01 5 26.33 0.00 4.47 0.02 0.10 69.09 08:09:42 07:41:01 6 26.34 0.00 4.32 0.12 0.22 69.00 08:09:42 07:41:01 7 24.43 0.00 3.91 9.34 0.10 62.22 08:09:42 07:42:01 all 41.94 0.00 5.31 0.46 0.14 52.15 08:09:42 07:42:01 0 39.91 0.00 4.94 0.10 0.12 54.93 08:09:42 07:42:01 1 42.50 0.00 5.80 0.12 0.13 51.46 08:09:42 07:42:01 2 44.62 0.00 5.35 2.05 0.17 47.81 08:09:42 07:42:01 3 41.72 0.00 5.07 0.02 0.15 53.04 08:09:42 07:42:01 4 41.79 0.00 5.32 0.79 0.13 51.97 08:09:42 07:42:01 5 42.42 0.00 5.24 0.17 0.17 52.01 08:09:42 07:42:01 6 40.87 0.00 5.24 0.02 0.12 53.76 08:09:42 07:42:01 7 41.67 0.00 5.54 0.42 0.13 52.23 08:09:42 07:43:01 all 12.54 0.00 6.68 6.44 0.13 74.21 08:09:42 07:43:01 0 13.05 0.00 5.78 0.84 0.12 80.22 08:09:42 07:43:01 1 12.30 0.00 6.32 7.97 0.15 73.26 08:09:42 07:43:01 2 12.89 0.00 6.73 2.08 0.13 78.16 08:09:42 07:43:01 3 11.97 0.00 6.84 1.46 0.14 79.60 08:09:42 07:43:01 4 12.82 0.00 7.45 8.75 0.10 70.88 08:09:42 07:43:01 5 11.63 0.00 5.50 0.86 0.14 81.86 08:09:42 07:43:01 6 12.68 0.00 6.48 20.49 0.10 60.25 08:09:42 07:43:01 7 12.96 0.00 8.38 9.22 0.17 69.27 08:09:42 07:44:01 all 8.33 0.00 5.64 23.49 0.12 62.43 08:09:42 07:44:01 0 8.44 0.00 5.26 17.42 0.08 68.80 08:09:42 07:44:01 1 8.87 0.00 4.63 22.77 0.08 63.65 08:09:42 07:44:01 2 7.12 0.00 5.16 21.90 0.12 65.70 08:09:42 07:44:01 3 9.13 0.00 6.00 17.42 0.12 67.33 08:09:42 07:44:01 4 8.93 0.00 6.33 40.07 0.13 44.55 08:09:42 07:44:01 5 7.89 0.00 4.85 10.93 0.15 76.17 08:09:42 07:44:01 6 8.73 0.00 6.64 35.98 0.12 48.53 08:09:42 07:44:01 7 7.53 0.00 6.22 21.53 0.13 64.59 08:09:42 07:45:01 all 39.88 0.00 7.27 13.49 0.10 39.26 08:09:42 07:45:01 0 42.26 0.00 6.97 25.86 0.10 24.81 08:09:42 07:45:01 1 39.94 0.00 7.34 3.33 0.08 49.30 08:09:42 07:45:01 2 37.38 0.00 6.15 6.27 0.08 50.11 08:09:42 07:45:01 3 40.74 0.00 7.72 5.39 0.10 46.05 08:09:42 07:45:01 4 39.53 0.00 8.26 10.81 0.07 41.33 08:09:42 07:45:01 5 39.09 0.00 6.26 5.15 0.10 49.40 08:09:42 07:45:01 6 41.12 0.00 6.68 9.81 0.10 42.29 08:09:42 07:45:01 7 38.95 0.00 8.80 41.55 0.14 10.56 08:09:42 07:46:01 all 19.50 0.00 7.10 25.22 0.33 47.86 08:09:42 07:46:01 0 19.73 0.00 7.21 32.75 0.36 39.95 08:09:42 07:46:01 1 20.02 0.00 7.12 19.65 0.31 52.90 08:09:42 07:46:01 2 16.79 0.00 5.92 12.37 0.24 64.68 08:09:42 07:46:01 3 21.71 0.00 6.90 19.61 0.29 51.49 08:09:42 07:46:01 4 21.53 0.00 7.54 31.51 0.29 39.13 08:09:42 07:46:01 5 16.06 0.00 6.15 52.50 0.39 24.90 08:09:42 07:46:01 6 20.62 0.00 7.28 17.89 0.43 53.79 08:09:42 07:46:01 7 19.54 0.00 8.67 15.23 0.34 56.23 08:09:42 07:47:01 all 19.57 0.00 6.07 16.07 0.31 57.98 08:09:42 07:47:01 0 21.24 0.00 6.24 31.86 0.35 40.31 08:09:42 07:47:01 1 19.67 0.00 6.59 37.49 0.22 36.04 08:09:42 07:47:01 2 18.72 0.00 5.40 2.80 0.22 72.86 08:09:42 07:47:01 3 18.68 0.00 5.96 9.62 0.29 65.46 08:09:42 07:47:01 4 20.07 0.00 6.85 8.37 0.34 64.37 08:09:42 07:47:01 5 18.17 0.00 4.25 2.00 0.29 75.30 08:09:42 07:47:01 6 20.20 0.00 6.42 5.56 0.30 67.52 08:09:42 07:47:01 7 19.81 0.00 6.85 31.00 0.47 41.87 08:09:42 07:48:01 all 38.65 0.00 9.75 12.91 0.55 38.15 08:09:42 07:48:01 0 38.49 0.00 10.83 33.35 0.63 16.70 08:09:42 07:48:01 1 39.69 0.00 10.74 17.61 0.53 31.43 08:09:42 07:48:01 2 37.47 0.00 8.79 3.45 0.64 49.65 08:09:42 07:48:01 3 34.78 0.00 7.49 10.35 0.59 46.79 08:09:42 07:48:01 4 40.37 0.00 10.93 6.43 0.68 41.58 08:09:42 07:48:01 5 37.29 0.00 9.63 13.84 0.42 38.83 08:09:42 07:48:01 6 40.68 0.00 9.52 9.42 0.38 40.00 08:09:42 07:48:01 7 40.46 0.00 10.04 8.81 0.55 40.14 08:09:42 07:49:01 all 23.17 0.00 5.12 7.07 0.44 64.20 08:09:42 07:49:01 0 20.11 0.00 4.85 2.88 0.45 71.70 08:09:42 07:49:01 1 26.56 0.00 6.13 8.52 0.46 58.34 08:09:42 07:49:01 2 22.09 0.00 4.95 23.87 0.79 48.30 08:09:42 07:49:01 3 21.85 0.00 4.99 2.27 0.39 70.51 08:09:42 07:49:01 4 23.92 0.00 4.30 1.69 0.22 69.87 08:09:42 07:49:01 5 21.28 0.00 3.54 6.13 0.32 68.72 08:09:42 07:49:01 6 26.18 0.00 7.13 6.27 0.46 59.97 08:09:42 07:49:01 7 23.42 0.00 5.05 4.85 0.47 66.21 08:09:42 07:50:01 all 8.09 0.00 1.01 1.23 0.23 89.44 08:09:42 07:50:01 0 2.93 0.00 1.02 0.00 0.17 95.89 08:09:42 07:50:01 1 14.12 0.00 1.56 0.70 0.32 83.30 08:09:42 07:50:01 2 6.55 0.00 0.90 7.12 0.18 85.25 08:09:42 07:50:01 3 5.73 0.00 0.60 0.15 0.22 93.30 08:09:42 07:50:01 4 10.32 0.00 0.95 0.37 0.32 88.05 08:09:42 07:50:01 5 7.05 0.00 0.72 0.27 0.15 91.82 08:09:42 07:50:01 6 11.66 0.00 1.14 0.72 0.23 86.25 08:09:42 07:50:01 7 6.35 0.00 1.24 0.47 0.25 91.69 08:09:42 08:09:42 07:50:01 CPU %user %nice %system %iowait %steal %idle 08:09:42 07:51:01 all 0.58 0.00 0.11 0.06 0.02 99.23 08:09:42 07:51:01 0 0.17 0.00 0.17 0.03 0.02 99.61 08:09:42 07:51:01 1 1.27 0.00 0.15 0.00 0.03 98.55 08:09:42 07:51:01 2 0.20 0.00 0.10 0.45 0.00 99.25 08:09:42 07:51:01 3 0.72 0.00 0.10 0.00 0.02 99.17 08:09:42 07:51:01 4 0.87 0.00 0.12 0.00 0.02 99.00 08:09:42 07:51:01 5 0.07 0.00 0.07 0.00 0.02 99.85 08:09:42 07:51:01 6 1.18 0.00 0.07 0.02 0.02 98.71 08:09:42 07:51:01 7 0.18 0.00 0.13 0.00 0.02 99.67 08:09:42 07:52:01 all 0.36 0.00 0.04 0.01 0.01 99.58 08:09:42 07:52:01 0 0.73 0.00 0.05 0.00 0.03 99.18 08:09:42 07:52:01 1 0.25 0.00 0.02 0.03 0.02 99.68 08:09:42 07:52:01 2 0.88 0.00 0.02 0.02 0.02 99.07 08:09:42 07:52:01 3 0.08 0.00 0.03 0.00 0.00 99.88 08:09:42 07:52:01 4 0.24 0.00 0.02 0.02 0.02 99.71 08:09:42 07:52:01 5 0.14 0.00 0.03 0.00 0.00 99.83 08:09:42 07:52:01 6 0.44 0.00 0.05 0.00 0.02 99.49 08:09:42 07:52:01 7 0.08 0.00 0.07 0.00 0.02 99.83 08:09:42 07:53:01 all 0.06 0.00 0.06 0.00 0.01 99.86 08:09:42 07:53:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:09:42 07:53:01 1 0.10 0.00 0.07 0.00 0.02 99.82 08:09:42 07:53:01 2 0.10 0.00 0.10 0.02 0.02 99.77 08:09:42 07:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:53:01 4 0.07 0.00 0.03 0.00 0.00 99.90 08:09:42 07:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:53:01 6 0.10 0.00 0.12 0.00 0.02 99.77 08:09:42 07:53:01 7 0.08 0.00 0.12 0.02 0.02 99.77 08:09:42 07:54:01 all 0.03 0.00 0.02 0.01 0.01 99.94 08:09:42 07:54:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:09:42 07:54:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:09:42 07:54:01 2 0.02 0.00 0.00 0.03 0.00 99.95 08:09:42 07:54:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:09:42 07:54:01 4 0.02 0.00 0.03 0.00 0.02 99.93 08:09:42 07:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:54:01 6 0.07 0.00 0.02 0.00 0.00 99.92 08:09:42 07:54:01 7 0.02 0.00 0.05 0.00 0.00 99.93 08:09:42 07:55:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:09:42 07:55:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:09:42 07:55:01 1 0.07 0.00 0.03 0.00 0.02 99.88 08:09:42 07:55:01 2 0.03 0.00 0.00 0.02 0.02 99.93 08:09:42 07:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:55:01 5 0.03 0.00 0.02 0.00 0.02 99.93 08:09:42 07:55:01 6 0.07 0.00 0.03 0.00 0.02 99.88 08:09:42 07:55:01 7 0.02 0.00 0.00 0.02 0.02 99.95 08:09:42 07:56:01 all 0.18 0.00 0.03 0.01 0.01 99.77 08:09:42 07:56:01 0 1.29 0.00 0.17 0.00 0.02 98.53 08:09:42 07:56:01 1 0.00 0.00 0.05 0.00 0.02 99.93 08:09:42 07:56:01 2 0.03 0.00 0.02 0.07 0.00 99.88 08:09:42 07:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:56:01 6 0.10 0.00 0.02 0.00 0.02 99.87 08:09:42 07:56:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:09:42 07:57:01 all 0.03 0.00 0.00 0.00 0.01 99.96 08:09:42 07:57:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:09:42 07:57:01 1 0.12 0.00 0.02 0.00 0.02 99.85 08:09:42 07:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:57:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:09:42 07:57:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:09:42 07:58:01 all 0.10 0.00 0.01 0.01 0.01 99.86 08:09:42 07:58:01 0 0.65 0.00 0.05 0.00 0.03 99.27 08:09:42 07:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:09:42 07:58:01 2 0.00 0.00 0.02 0.07 0.02 99.90 08:09:42 07:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:09:42 07:58:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:58:01 6 0.05 0.00 0.02 0.02 0.00 99.92 08:09:42 07:58:01 7 0.05 0.00 0.02 0.00 0.02 99.92 08:09:42 07:59:01 all 0.28 0.00 0.00 0.01 0.01 99.70 08:09:42 07:59:01 0 2.00 0.00 0.00 0.00 0.02 97.98 08:09:42 07:59:01 1 0.03 0.00 0.00 0.02 0.02 99.93 08:09:42 07:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:09:42 07:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 07:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 07:59:01 6 0.07 0.00 0.00 0.00 0.02 99.92 08:09:42 07:59:01 7 0.03 0.00 0.02 0.05 0.02 99.88 08:09:42 08:00:01 all 0.13 0.00 0.01 0.02 0.01 99.83 08:09:42 08:00:01 0 0.86 0.00 0.02 0.00 0.03 99.09 08:09:42 08:00:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:09:42 08:00:01 2 0.03 0.00 0.00 0.07 0.00 99.90 08:09:42 08:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:00:01 6 0.07 0.00 0.03 0.08 0.02 99.80 08:09:42 08:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:01:01 all 0.26 0.00 0.01 0.01 0.00 99.72 08:09:42 08:01:01 0 1.91 0.00 0.00 0.00 0.02 98.08 08:09:42 08:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:01:01 2 0.00 0.00 0.02 0.03 0.00 99.95 08:09:42 08:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:01:01 6 0.05 0.00 0.03 0.00 0.00 99.92 08:09:42 08:01:01 7 0.02 0.00 0.00 0.05 0.02 99.92 08:09:42 08:09:42 08:01:01 CPU %user %nice %system %iowait %steal %idle 08:09:42 08:02:01 all 0.26 0.00 0.01 0.00 0.01 99.72 08:09:42 08:02:01 0 1.99 0.00 0.03 0.00 0.02 97.96 08:09:42 08:02:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:09:42 08:02:01 2 0.00 0.00 0.00 0.02 0.00 99.98 08:09:42 08:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:02:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:09:42 08:02:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:09:42 08:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:09:42 08:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:03:01 all 0.23 0.00 0.02 0.01 0.01 99.73 08:09:42 08:03:01 0 1.57 0.00 0.03 0.00 0.03 98.37 08:09:42 08:03:01 1 0.03 0.00 0.05 0.00 0.02 99.90 08:09:42 08:03:01 2 0.10 0.00 0.00 0.03 0.02 99.85 08:09:42 08:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:09:42 08:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:09:42 08:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:03:01 7 0.02 0.00 0.05 0.03 0.02 99.88 08:09:42 08:04:01 all 0.10 0.00 0.01 0.00 0.01 99.88 08:09:42 08:04:01 0 0.67 0.00 0.03 0.00 0.02 99.28 08:09:42 08:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:09:42 08:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 08:09:42 08:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:09:42 08:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:04:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:09:42 08:04:01 7 0.00 0.00 0.03 0.00 0.02 99.95 08:09:42 08:05:01 all 0.17 0.00 0.02 0.00 0.01 99.81 08:09:42 08:05:01 0 1.21 0.00 0.03 0.00 0.03 98.73 08:09:42 08:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:09:42 08:05:01 2 0.02 0.00 0.03 0.02 0.00 99.93 08:09:42 08:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:05:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:09:42 08:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:09:42 08:06:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:09:42 08:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:09:42 08:06:01 2 0.02 0.00 0.00 0.02 0.02 99.95 08:09:42 08:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:06:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:09:42 08:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 08:09:42 08:06:01 7 0.00 0.00 0.00 0.02 0.02 99.97 08:09:42 08:07:01 all 0.05 0.00 0.01 0.01 0.01 99.91 08:09:42 08:07:01 0 0.25 0.00 0.03 0.00 0.02 99.70 08:09:42 08:07:01 1 0.08 0.00 0.03 0.00 0.02 99.87 08:09:42 08:07:01 2 0.02 0.00 0.00 0.12 0.00 99.87 08:09:42 08:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:07:01 4 0.00 0.00 0.03 0.00 0.00 99.97 08:09:42 08:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 08:09:42 08:07:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:09:42 08:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:09:42 08:08:01 all 0.04 0.00 0.01 0.01 0.01 99.93 08:09:42 08:08:01 0 0.10 0.00 0.03 0.00 0.03 99.83 08:09:42 08:08:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:09:42 08:08:01 2 0.03 0.00 0.00 0.03 0.00 99.93 08:09:42 08:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:09:42 08:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:09:42 08:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:09:42 08:08:01 6 0.10 0.00 0.00 0.00 0.02 99.88 08:09:42 08:08:01 7 0.00 0.00 0.02 0.02 0.02 99.95 08:09:42 08:09:01 all 6.08 0.00 2.47 1.50 0.06 89.88 08:09:42 08:09:01 0 6.61 0.00 2.88 1.08 0.07 89.37 08:09:42 08:09:01 1 7.00 0.00 2.41 0.54 0.07 89.99 08:09:42 08:09:01 2 6.17 0.00 2.08 1.75 0.07 89.93 08:09:42 08:09:01 3 4.79 0.00 2.69 0.03 0.07 92.42 08:09:42 08:09:01 4 5.77 0.00 2.00 0.18 0.05 92.00 08:09:42 08:09:01 5 5.60 0.00 2.34 1.53 0.07 90.46 08:09:42 08:09:01 6 6.32 0.00 2.75 0.15 0.03 90.74 08:09:42 08:09:01 7 6.40 0.00 2.63 6.78 0.07 84.12 08:09:42 Average: all 8.39 0.00 2.13 3.86 0.09 85.53 08:09:42 Average: 0 8.49 0.00 2.10 5.20 0.10 84.11 08:09:42 Average: 1 8.85 0.00 2.25 4.55 0.09 84.27 08:09:42 Average: 2 8.14 0.00 2.01 2.83 0.10 86.92 08:09:42 Average: 3 8.08 0.00 2.03 2.36 0.08 87.44 08:09:42 Average: 4 8.61 0.00 2.21 3.87 0.09 85.22 08:09:42 Average: 5 7.98 0.00 1.85 3.16 0.08 86.94 08:09:42 Average: 6 8.76 0.00 2.24 3.83 0.09 85.08 08:09:42 Average: 7 8.22 0.00 2.33 5.07 0.10 84.27 08:09:42 08:09:42 08:09:42