Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce5d24036f637d84b811de065aa37bd3eaf3c7fe 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-ssh10686242340145486547.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17832976390715350370.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3593330113122578651.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6790871253554000959.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-ssh2566454833116680150.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-13926’ Running on prd-ubuntu20.04-docker-8c-8g-13931 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/515 [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/515 # 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 ce5d24036f637d84b811de065aa37bd3eaf3c7fe (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce5d24036f637d84b811de065aa37bd3eaf3c7fe # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4554)" > git rev-list --no-walk 6027525257e046c56638ab70286b652a285a584d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:07:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:07:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:07:41 ========================================================= 21:07:41 EdgeX Global Pipelines Version Info 21:07:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:07:41 ------------------- 21:07:41 stable info: 21:07:41 ------------------- 21:07:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:07:41 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 21:07:41 Message: update stable to v1.0.249 21:07:42 ------------------- 21:07:42 experimental info: 21:07:42 ------------------- 21:07:42 Commited By: **** collab-it+edgex@linuxfoundation.org 21:07:42 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 21:07:42 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:07:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo 21:07:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce5d240 [Pipeline] echo 21:07:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:07:43 provisioning config files... 21:07:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config15344853284960883140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:43 ---> docker-login.sh 21:07:43 nexus3.edgexfoundry.org:10001 21:07:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:43 Configure a credential helper to remove this warning. See 21:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:43 21:07:43 Login Succeeded 21:07:43 nexus3.edgexfoundry.org:10002 21:07:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:43 Configure a credential helper to remove this warning. See 21:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:43 21:07:43 Login Succeeded 21:07:43 nexus3.edgexfoundry.org:10003 21:07:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:43 Configure a credential helper to remove this warning. See 21:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:43 21:07:43 Login Succeeded 21:07:43 nexus3.edgexfoundry.org:10004 21:07:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:43 Configure a credential helper to remove this warning. See 21:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:43 21:07:43 Login Succeeded 21:07:43 docker.io 21:07:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:44 Configure a credential helper to remove this warning. See 21:07:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:44 21:07:44 Login Succeeded 21:07:44 ---> docker-login.sh ends [Pipeline] } 21:07:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:44 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + dirname cmd/core-command/Dockerfile 21:07:44 + echo core-command,cmd/core-command/Dockerfile 21:07:44 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:07:44 + dirname cmd/core-data/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo core-data,cmd/core-data/Dockerfile 21:07:44 + dirname cmd/core-metadata/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo core-metadata,cmd/core-metadata/Dockerfile 21:07:44 + dirname cmd/security-bootstrapper/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:07:44 + dirname cmd/security-proxy-auth/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:07:44 + dirname cmd/security-proxy-setup/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:07:44 + dirname cmd/security-secretstore-setup/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:07:44 + dirname cmd/security-spiffe-token-provider/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:07:44 + dirname cmd/security-spire-agent/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:07:44 + dirname cmd/security-spire-config/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:07:44 + dirname cmd/security-spire-server/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:07:44 + dirname cmd/support-notifications/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo support-notifications,cmd/support-notifications/Dockerfile 21:07:44 + dirname cmd/support-scheduler/Dockerfile 21:07:44 + cut -d/ -f2 21:07:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:07:44 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:07:44 + git rev-list -1 --merges ce5d24036f637d84b811de065aa37bd3eaf3c7fe~1..ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo 21:07:44 -----------> git rev-list -1 --merges ce5d24036f637d84b811de065aa37bd3eaf3c7fe~1..ce5d24036f637d84b811de065aa37bd3eaf3c7fe ce5d24036f637d84b811de065aa37bd3eaf3c7fe [false] [Pipeline] sh 21:07:45 + git log --format=format:%s -1 ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] echo 21:07:45 ========================================================= 21:07:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:07:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:07:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:07:45 + grep -v github /etc/ssh/ssh_known_hosts 21:07:45 + [ -e /tmp/ssh_known_hosts ] 21:07:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:07:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:07:45 + sudo tee -a /etc/ssh/ssh_known_hosts 21:07:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:45 21:07:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:46 0.1.4: Pulling from edgex-devops/py-git-semver 21:07:46 b85a868b505f: Pulling fs layer 21:07:46 e2be974225ed: Pulling fs layer 21:07:46 339a4e72a1f5: Pulling fs layer 21:07:46 988bab9f4d93: Pulling fs layer 21:07:46 1469e6f7b9e6: Pulling fs layer 21:07:46 eaf3925da568: Pulling fs layer 21:07:46 bab4dde63d76: Pulling fs layer 21:07:46 bde34c3a00c8: Pulling fs layer 21:07:46 b352a97aabf1: Pulling fs layer 21:07:46 4872d77fe225: Pulling fs layer 21:07:46 5851b861e8e6: Pulling fs layer 21:07:46 4872d77fe225: Waiting 21:07:46 bab4dde63d76: Waiting 21:07:46 bde34c3a00c8: Waiting 21:07:46 988bab9f4d93: Waiting 21:07:46 b352a97aabf1: Waiting 21:07:46 5851b861e8e6: Waiting 21:07:46 1469e6f7b9e6: Waiting 21:07:46 eaf3925da568: Waiting 21:07:46 e2be974225ed: Download complete 21:07:46 988bab9f4d93: Verifying Checksum 21:07:46 988bab9f4d93: Download complete 21:07:46 1469e6f7b9e6: Verifying Checksum 21:07:46 1469e6f7b9e6: Download complete 21:07:46 eaf3925da568: Verifying Checksum 21:07:46 eaf3925da568: Download complete 21:07:46 339a4e72a1f5: Verifying Checksum 21:07:46 339a4e72a1f5: Download complete 21:07:46 bde34c3a00c8: Verifying Checksum 21:07:46 bde34c3a00c8: Download complete 21:07:46 b352a97aabf1: Verifying Checksum 21:07:46 b352a97aabf1: Download complete 21:07:46 4872d77fe225: Verifying Checksum 21:07:46 4872d77fe225: Download complete 21:07:46 5851b861e8e6: Download complete 21:07:46 b85a868b505f: Verifying Checksum 21:07:46 b85a868b505f: Download complete 21:07:46 bab4dde63d76: Verifying Checksum 21:07:47 b85a868b505f: Pull complete 21:07:47 e2be974225ed: Pull complete 21:07:48 339a4e72a1f5: Pull complete 21:07:48 988bab9f4d93: Pull complete 21:07:48 1469e6f7b9e6: Pull complete 21:07:48 eaf3925da568: Pull complete 21:07:50 bab4dde63d76: Pull complete 21:07:50 bde34c3a00c8: Pull complete 21:07:50 b352a97aabf1: Pull complete 21:07:50 4872d77fe225: Pull complete 21:07:50 5851b861e8e6: Pull complete 21:07:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:07:50 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:07:51 $ docker top e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 -eo pid,comm 21:07:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:07:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:07:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:51 [ssh-agent] Looking for ssh-agent implementation... 21:07:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:52 $ docker exec e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent 21:07:52 SSH_AUTH_SOCK=/tmp/ssh-OL2Z8mVkzNRT/agent.32 21:07:52 SSH_AGENT_PID=38 21:07:52 Running ssh-add (command line suppressed) 21:07:52 Identity added: /w/workspace/edgex-go/515@tmp/private_key_12893539068211264285.key (/w/workspace/edgex-go/515@tmp/private_key_12893539068211264285.key) 21:07:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:52 + git tag --points-at HEAD [Pipeline] } 21:07:52 $ docker exec --env ******** --env ******** e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent -k 21:07:52 unset SSH_AUTH_SOCK; 21:07:52 unset SSH_AGENT_PID; 21:07:52 echo Agent pid 38 killed; 21:07:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:07:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:52 [ssh-agent] Looking for ssh-agent implementation... 21:07:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:52 $ docker exec e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent 21:07:52 SSH_AUTH_SOCK=/tmp/ssh-jaU6FVFcr8pS/agent.70 21:07:52 SSH_AGENT_PID=76 21:07:52 Running ssh-add (command line suppressed) 21:07:53 Identity added: /w/workspace/edgex-go/515@tmp/private_key_2316380299024660410.key (/w/workspace/edgex-go/515@tmp/private_key_2316380299024660410.key) 21:07:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:53 + git semver init 21:07:53 2023-05-05 21:07:53,501 [run_init] DEBUG init version:0.0.0 force:False 21:07:53 2023-05-05 21:07:53,501 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/515/.semver 21:07:53 2023-05-05 21:07:53,502 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/515/.semver 21:07:53 2023-05-05 21:07:53,502 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/515/.semver'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) 21:07:58 2023-05-05 21:07:58,599 [append_file] DEBUG append to file:/w/workspace/edgex-go/515/.git/info/exclude 21:07:58 2023-05-05 21:07:58,600 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/515/.semver/main with force:False 21:07:58 2023-05-05 21:07:58,600 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:07:58 2023-05-05 21:07:58,600 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:07:58 3.0.0-dev.150 [Pipeline] } 21:07:58 $ docker exec --env ******** --env ******** e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 ssh-agent -k 21:07:58 unset SSH_AUTH_SOCK; 21:07:58 unset SSH_AGENT_PID; 21:07:58 echo Agent pid 76 killed; 21:07:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:59 + git semver [Pipeline] } 21:07:59 $ docker stop --time=1 e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 21:08:00 $ docker rm -f --volumes e62d0dabec7a72992154910b4663d3fbd82062d5fc5e5d9750de8df3f7ba4c05 [Pipeline] // withDockerContainer [Pipeline] sh 21:08:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:08:01 Stashed 1 file(s) [Pipeline] echo 21:08:01 [edgeXSemver]: initialized semver on version 3.0.0-dev.150 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:08:01 + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] echo 21:08:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:08:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:08:01 ========================================================= 21:08:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:08:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:08:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:08:02 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:08:02 f56be85fc22e: Pulling fs layer 21:08:02 85791d961cd3: Pulling fs layer 21:08:02 d694b5ae8c79: Pulling fs layer 21:08:02 9f32a84ed3da: Pulling fs layer 21:08:02 4d19c01a9841: Pulling fs layer 21:08:02 9325e15d5711: Pulling fs layer 21:08:02 556b6ee489ea: Pulling fs layer 21:08:02 c5a4b2cf53e6: Pulling fs layer 21:08:02 9325e15d5711: Waiting 21:08:02 9f32a84ed3da: Waiting 21:08:02 556b6ee489ea: Waiting 21:08:02 c5a4b2cf53e6: Waiting 21:08:02 4d19c01a9841: Waiting 21:08:02 85791d961cd3: Verifying Checksum 21:08:02 85791d961cd3: Download complete 21:08:02 9f32a84ed3da: Verifying Checksum 21:08:02 9f32a84ed3da: Download complete 21:08:02 4d19c01a9841: Download complete 21:08:02 f56be85fc22e: Verifying Checksum 21:08:02 f56be85fc22e: Download complete 21:08:02 9325e15d5711: Verifying Checksum 21:08:02 9325e15d5711: Download complete 21:08:02 f56be85fc22e: Pull complete 21:08:02 85791d961cd3: Pull complete 21:08:02 c5a4b2cf53e6: Verifying Checksum 21:08:02 c5a4b2cf53e6: Download complete 21:08:02 d694b5ae8c79: Download complete 21:08:02 556b6ee489ea: Verifying Checksum 21:08:02 556b6ee489ea: Download complete 21:08:06 d694b5ae8c79: Pull complete 21:08:06 9f32a84ed3da: Pull complete 21:08:06 4d19c01a9841: Pull complete 21:08:06 9325e15d5711: Pull complete 21:08:07 556b6ee489ea: Pull complete 21:08:08 c5a4b2cf53e6: Pull complete 21:08:08 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 21:08:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:08:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:08:09 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:08:09 WORKDIR /edgex 21:08:09 COPY go.mod . 21:08:09 RUN go mod download build 21:08:09 -t ci-base-image-x86_64 -f - . 21:08:09 Sending build context to Docker daemon 170.7MB 21:08:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:08:09 ---> c4be618373d6 21:08:09 Step 2/4 : WORKDIR /edgex 21:08:12 ---> Running in 6ba040941fca 21:08:12 Removing intermediate container 6ba040941fca 21:08:12 ---> b9bd6a1a3516 21:08:12 Step 3/4 : COPY go.mod . 21:08:12 ---> 08dfe1c1c1c7 21:08:12 Step 4/4 : RUN go mod download 21:08:12 ---> Running in 476a9fd03262 21:08:16 Still waiting to schedule task 21:08:16 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-13928’ 21:08:22 Removing intermediate container 476a9fd03262 21:08:22 ---> 9227b765358a 21:08:22 Successfully built 9227b765358a 21:08:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:08:22 + docker inspect -f . ci-base-image-x86_64 21:08:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:08:22 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:08:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:08:23 $ docker top 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:23 + go version 21:08:23 go version go1.20.2 linux/amd64 [Pipeline] } 21:08:23 $ docker stop --time=1 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda 21:08:24 $ docker rm -f --volumes 4e754a8349a23b3b739dd5fd508cf155437cf0174086e9fb8ddb23894de77cda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:08:25 + docker inspect -f . ci-base-image-x86_64 21:08:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:08:25 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:08:25 $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:08:25 $ docker top 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:25 ========================================================= 21:08:25 [edgeXBuildGoParallel] Running Tests and Build... 21:08:25 ========================================================= [Pipeline] sh 21:08:25 + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] fileExists [Pipeline] sh 21:08:26 + make test 21:08:26 go test -race -coverprofile=coverage.out ./... 21:08:32 ? github.com/edgexfoundry/edgex-go [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:45 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:08:46 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements 21:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.078s coverage: 98.5% of statements 21:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:08:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.089s coverage: 71.5% of statements 21:08:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements 21:08:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.245s coverage: 88.5% of statements 21:08:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.065s coverage: 3.8% of statements 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:08:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:08:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.370s coverage: 95.6% of statements 21:08:52 ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 72.2% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 65.9% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.0% of statements 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 42.9% of statements 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 82.9% of statements 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 21:08:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:08:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:08:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 21:08:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:09:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:09:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:09:02 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:09:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:09:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.259s coverage: 79.9% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.069s coverage: 92.9% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.062s coverage: 62.3% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.8% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.1% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 38.4% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 61.5% of statements 21:09:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 21:09:19 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 21:09:19 running golangci-lint 21:09:19 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 21:09:19 go version go1.20.2 linux/amd64 21:09:19 level=info msg="[config_reader] Used config file .golangci.yml" 21:09:19 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 21:09:34 level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|exports_file|imports|deps|files) took 13.318385156s" 21:09:34 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.619779ms" 21:09:38 level=info msg="[linters_context/goanalysis] analyzers took 45.816900984s with top 10 stages: buildir: 26.080274275s, inspect: 1.928214533s, fact_deprecated: 1.904021225s, gosec: 1.256023371s, ctrlflow: 1.100283024s, printf: 933.541157ms, S1038: 829.64387ms, fact_purity: 663.881831ms, nilness: 619.85769ms, errcheck: 434.823373ms" 21:09:38 level=info msg="[runner] Issues before processing: 203, after processing: 0" 21:09:38 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, identifier_marker: 203/203, exclude-rules: 23/203, nolint: 0/23, path_prettifier: 203/203, skip_files: 203/203, skip_dirs: 203/203, autogenerated_exclude: 203/203, exclude: 203/203, cgo: 203/203" 21:09:38 level=info msg="[runner] processing took 21.421604ms with stages: nolint: 8.361475ms, identifier_marker: 7.623927ms, exclude-rules: 1.7327ms, path_prettifier: 1.512986ms, autogenerated_exclude: 1.421657ms, skip_dirs: 694.148µs, cgo: 47.93µs, filename_unadjuster: 22.751µs, max_same_issues: 810ns, exclude: 490ns, uniq_by_line: 480ns, skip_files: 390ns, path_shortener: 330ns, source_code: 310ns, diff: 280ns, severity-rules: 260ns, sort_results: 260ns, max_from_linter: 180ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns" 21:09:38 level=info msg="[runner] linters took 6.154532616s with stages: goanalysis_metalinter: 6.132999241s" 21:09:38 level=info msg="File cache stats: 0 entries of total size 0B" 21:09:38 level=info msg="Memory: 197 samples, avg is 171.3MB, max is 702.6MB" 21:09:38 level=info msg="Execution took 19.518348509s" 21:09:38 go vet ./... 21:09:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:09:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:09:42 ./bin/test-attribution-txt.sh [Pipeline] echo 21:09:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:09:43 + ls -al . 21:09:43 total 704 21:09:43 drwxrwxr-x 11 1001 1001 4096 May 5 21:08 . 21:09:43 drwxr-xr-x 4 root root 4096 May 5 21:08 .. 21:09:43 drwxrwxr-x 2 1001 1001 4096 May 5 21:07 .blubracket 21:09:43 -rw-rw-r-- 1 1001 1001 16 May 5 21:07 .dockerignore 21:09:43 drwxrwxr-x 8 1001 1001 4096 May 5 21:07 .git 21:09:43 drwxrwxr-x 3 1001 1001 4096 May 5 21:07 .github 21:09:43 -rw-rw-r-- 1 1001 1001 1133 May 5 21:07 .gitignore 21:09:43 -rw-rw-r-- 1 1001 1001 42 May 5 21:07 .golangci.yml 21:09:43 -rw-rw-r-- 1 1001 1001 87 May 5 21:07 .hadolint.yml 21:09:43 drwxr-xr-x 3 1001 1001 4096 May 5 21:07 .semver 21:09:43 -rw-rw-r-- 1 1001 1001 166 May 5 21:07 .sonarcloud.properties 21:09:43 -rw-rw-r-- 1 1001 1001 1171 May 5 21:07 ADOPTERS.md 21:09:43 -rw-rw-r-- 1 1001 1001 10835 May 5 21:07 Attribution.txt 21:09:43 -rw-rw-r-- 1 1001 1001 73765 May 5 21:07 CHANGELOG.md 21:09:43 -rw-rw-r-- 1 1001 1001 3804 May 5 21:07 CONTRIBUTING.md 21:09:43 -rw-rw-r-- 1 1001 1001 677 May 5 21:07 GOVERNANCE.md 21:09:43 -rw-rw-r-- 1 1001 1001 883 May 5 21:07 Jenkinsfile 21:09:43 -rw-rw-r-- 1 1001 1001 10775 May 5 21:07 LICENSE 21:09:43 -rw-rw-r-- 1 1001 1001 14368 May 5 21:07 Makefile 21:09:43 -rw-rw-r-- 1 1001 1001 582 May 5 21:07 OWNERS.md 21:09:43 -rw-rw-r-- 1 1001 1001 9403 May 5 21:07 README.md 21:09:43 -rw-rw-r-- 1 1001 1001 789 May 5 21:07 SECURITY.md 21:09:43 -rw-rw-r-- 1 1001 1001 13 May 5 21:08 VERSION 21:09:43 drwxrwxr-x 2 1001 1001 4096 May 5 21:07 bin 21:09:43 drwxrwxr-x 18 1001 1001 4096 May 5 21:07 cmd 21:09:43 -rw-r--r-- 1 root root 448560 May 5 21:09 coverage.out 21:09:43 -rw-rw-r-- 1 1001 1001 3200 May 5 21:07 go.mod 21:09:43 -rw-rw-r-- 1 1001 1001 31040 May 5 21:07 go.sum 21:09:43 drwxrwxr-x 7 1001 1001 4096 May 5 21:07 internal 21:09:43 drwxrwxr-x 3 1001 1001 4096 May 5 21:07 openapi 21:09:43 -rw-rw-r-- 1 1001 1001 594 May 5 21:07 security.txt 21:09:43 drwxrwxr-x 4 1001 1001 4096 May 5 21:07 snap 21:09:43 -rw-rw-r-- 1 1001 1001 204 May 5 21:07 version.go [Pipeline] sh 21:09:43 + '[' -e coverage.out ] 21:09:43 + chown 1001:1001 coverage.out [Pipeline] stash 21:09:43 Stashed 1 file(s) [Pipeline] sh 21:09:43 + make build 21:09:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:09:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:09:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:09:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:09:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:10:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:10:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:10:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:10:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:10:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:10:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:10:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:10:09 $ docker stop --time=1 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 21:10:12 $ docker rm -f --volumes 4ded6807ff73aeb5a5a1a44e0d290b5643eb4d7ad3db9e1e33df169060fb7aa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:13 21:10:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:13 latest: Pulling from edgex-devops/edgex-compose 21:10:13 cbdbe7a5bc2a: Pulling fs layer 21:10:13 ca9280d653b3: Pulling fs layer 21:10:13 7e9c9ca2126c: Pulling fs layer 21:10:13 cbdbe7a5bc2a: Download complete 21:10:14 ca9280d653b3: Verifying Checksum 21:10:14 ca9280d653b3: Download complete 21:10:14 cbdbe7a5bc2a: Pull complete 21:10:14 7e9c9ca2126c: Verifying Checksum 21:10:14 7e9c9ca2126c: Download complete 21:10:14 ca9280d653b3: Pull complete 21:10:17 7e9c9ca2126c: Pull complete 21:10:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:10:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:10:17 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:10:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:19 $ docker top 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:20 + docker-compose build --help 21:10:20 + grep parallel 21:10:20 --parallel Build images in parallel. [Pipeline] } 21:10:20 $ docker stop --time=1 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 21:10:22 $ docker rm -f --volumes 7eabde7496494aec704423a78cca5d4c3f1784461cf5b628499fb613e5154c67 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:10:22 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:10:22 $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:22 $ docker top fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:23 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:23 Building core-command ... 21:10:23 Building core-common-config-bootstrapper ... 21:10:23 Building core-data ... 21:10:23 Building core-metadata ... 21:10:23 Building security-bootstrapper ... 21:10:23 Building security-proxy-auth ... 21:10:23 Building security-proxy-setup ... 21:10:23 Building security-secretstore-setup ... 21:10:23 Building security-spiffe-token-provider ... 21:10:23 Building security-spire-agent ... 21:10:23 Building security-spire-config ... 21:10:23 Building security-spire-server ... 21:10:23 Building support-notifications ... 21:10:23 Building support-scheduler ... 21:10:23 Building security-proxy-auth 21:10:23 Building support-scheduler 21:10:23 Building core-command 21:10:23 Building support-notifications 21:10:23 Building security-secretstore-setup 21:10:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:10:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:35 ---> 9227b765358a 21:10:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:10:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:10:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:35 ---> 9227b765358a 21:10:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:10:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:10:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:35 ---> 9227b765358a 21:10:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:10:35 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:10:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:10:35 ---> 9227b765358a 21:10:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:10:36 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:10:36 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:10:36 ---> 9227b765358a 21:10:36 Step 3/25 : WORKDIR /edgex-go 21:10:44 ---> Running in 5baa99949876 21:10:44 ---> Running in 20faa1c5d915 21:10:44 ---> Running in de08be5e1581 21:10:44 ---> Running in cc5d7cf05fe7 21:10:44 ---> Running in 951cc23d6946 21:10:44 Removing intermediate container 20faa1c5d915 21:10:44 ---> ce960c0650fc 21:10:44 Step 4/23 : WORKDIR /edgex-go 21:10:44 Removing intermediate container 5baa99949876 21:10:44 ---> f6a468b9361e 21:10:44 Step 4/25 : RUN apk add --update --no-cache make git 21:10:44 Removing intermediate container de08be5e1581 21:10:44 ---> ac2d1bd37db9 21:10:44 Step 4/23 : WORKDIR /edgex-go 21:10:44 Removing intermediate container 951cc23d6946 21:10:44 ---> 5acc41977009 21:10:44 Step 4/24 : WORKDIR /edgex-go 21:10:44 Removing intermediate container cc5d7cf05fe7 21:10:44 ---> d2a4e0a7a0f3 21:10:44 Step 4/23 : WORKDIR /edgex-go 21:10:44 ---> Running in 9daa1acda38b 21:10:44 ---> Running in 21699291121a 21:10:44 ---> Running in 3de4f94fca26 21:10:44 ---> Running in d5f1018e6f4c 21:10:44 ---> Running in a0bc5ddead04 21:10:44 Removing intermediate container 9daa1acda38b 21:10:44 ---> 1bc7f7cf86c7 21:10:44 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:10:44 ---> Running in 34b5e6343ba1 21:10:44 Removing intermediate container a0bc5ddead04 21:10:44 ---> 82c9350f7eca 21:10:44 Step 5/23 : RUN apk add --update --no-cache make git 21:10:44 Removing intermediate container 3de4f94fca26 21:10:44 ---> 015110a63b84 21:10:44 Step 5/23 : RUN apk add --update --no-cache make git 21:10:44 Removing intermediate container d5f1018e6f4c 21:10:44 ---> 8fc27682e775 21:10:44 Step 5/24 : RUN apk add --update --no-cache make git 21:10:44 ---> Running in 46ba7a718c8d 21:10:44 ---> Running in 65f30cca6bfd 21:10:44 ---> Running in 35ac468a65ba 21:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:10:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:10:45 OK: 265 MiB in 53 packages 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:10:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:10:45 OK: 265 MiB in 53 packages 21:10:45 OK: 265 MiB in 53 packages 21:10:45 OK: 265 MiB in 53 packages 21:10:45 OK: 265 MiB in 53 packages 21:10:45 Removing intermediate container 21699291121a 21:10:45 ---> e2103f2533f4 21:10:45 Step 5/25 : COPY go.mod vendor* ./ 21:10:45 ---> 7c9b25837c8d 21:10:45 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:45 ---> Running in fe7e7235d332 21:10:45 Removing intermediate container 34b5e6343ba1 21:10:45 ---> fe85143e55a3 21:10:45 Step 6/23 : COPY go.mod vendor* ./ 21:10:46 Removing intermediate container 46ba7a718c8d 21:10:46 ---> 0c0dabf42223 21:10:46 Step 6/23 : COPY go.mod vendor* ./ 21:10:46 Removing intermediate container 35ac468a65ba 21:10:46 ---> 3e959522eac2 21:10:46 Step 6/23 : COPY go.mod vendor* ./ 21:10:46 ---> abef3d05415b 21:10:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:46 ---> 4837a3e4dfae 21:10:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:46 ---> Running in da1d682aab97 21:10:46 ---> Running in 9b8f3bf26d5f 21:10:46 Removing intermediate container 65f30cca6bfd 21:10:46 ---> 81f8e4d7aa6b 21:10:46 Step 6/24 : COPY go.mod vendor* ./ 21:10:46 ---> e25b47b94fbd 21:10:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:46 ---> Running in 81afcf8b4ba9 21:10:46 ---> d827eacd580d 21:10:46 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:46 ---> Running in 4521fd8dfd59 21:11:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13933 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 21:11:10 Running in /w/workspace/edgex-go/515 [Pipeline] { [Pipeline] checkout 21:11:10 The recommended git tool is: git 21:11:16 using credential edgex-jenkins-ssh 21:11:16 Cloning the remote Git repository 21:11:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:11:16 > git init /w/workspace/edgex-go/515 # timeout=10 21:11:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:16 > git --version # timeout=10 21:11:16 > git --version # 'git version 2.25.1' 21:11:16 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:33 Removing intermediate container da1d682aab97 21:11:33 ---> 01bde5cc759f 21:11:33 Step 8/23 : COPY . . 21:11:33 Removing intermediate container fe7e7235d332 21:11:33 ---> b8b819a65711 21:11:33 Step 7/25 : COPY . . 21:11:33 Removing intermediate container 81afcf8b4ba9 21:11:33 ---> ea8cbfd1856e 21:11:33 Step 8/23 : COPY . . 21:11:33 Removing intermediate container 4521fd8dfd59 21:11:33 ---> cfe1160fa52e 21:11:33 Step 8/24 : COPY . . 21:11:33 Removing intermediate container 9b8f3bf26d5f 21:11:33 ---> 10863b920a66 21:11:33 Step 8/23 : COPY . . 21:11:34 Avoid second fetch 21:11:34 Checking out Revision ce5d24036f637d84b811de065aa37bd3eaf3c7fe (main) 21:11:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:34 > git config core.sparsecheckout # timeout=10 21:11:34 > git checkout -f ce5d24036f637d84b811de065aa37bd3eaf3c7fe # timeout=10 21:11:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4554)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:11:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:11:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:11:35 Dload Upload Total Spent Left Speed 21:11:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 226k [Pipeline] sh 21:11:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:11:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:11:36 + sudo tee /etc/docker/daemon.new 21:11:36 { 21:11:36 "registry-mirrors": [ 21:11:36 "https://nexus3.edgexfoundry.org:10001" 21:11:36 ], 21:11:36 "bip": "10.250.0.254/24", 21:11:36 "hosts": [ 21:11:36 "tcp://0.0.0.0:5555", 21:11:36 "unix:///var/run/docker.sock" 21:11:36 ], 21:11:36 "mtu": 1458, 21:11:36 "selinux-enabled": true, 21:11:36 "seccomp-profile": "/etc/docker/seccomp.json" 21:11:36 } [Pipeline] sh 21:11:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:11:37 + sudo service docker restart 21:11:54 ---> 207591205037 21:11:54 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 21:11:54 ---> c59e98df1f8f 21:11:54 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:11:54 ---> e10a6af86e18 21:11:54 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:11:54 ---> 80aa38d89013 21:11:54 Step 9/23 : RUN make cmd/support-notifications/support-notifications 21:11:54 ---> 2638ec7acaff 21:11:54 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:11:54 ---> Running in 9abfd4c303df 21:11:54 ---> Running in d4bd2ee34ff0 21:11:54 ---> Running in 765cfae23681 21:11:54 ---> Running in b8ec5a3e3c44 21:11:54 ---> Running in f0d339d041f9 21:11:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:11:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:11:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:11:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:11:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:11:55 provisioning config files... 21:11:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config14682888518361454269tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:56 ---> docker-login.sh 21:11:56 nexus3.edgexfoundry.org:10001 21:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:56 Configure a credential helper to remove this warning. See 21:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:56 21:11:56 Login Succeeded 21:11:56 nexus3.edgexfoundry.org:10002 21:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:57 Configure a credential helper to remove this warning. See 21:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:57 21:11:57 Login Succeeded 21:11:57 nexus3.edgexfoundry.org:10003 21:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:57 Configure a credential helper to remove this warning. See 21:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:57 21:11:57 Login Succeeded 21:11:57 nexus3.edgexfoundry.org:10004 21:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:58 Configure a credential helper to remove this warning. See 21:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:58 21:11:58 Login Succeeded 21:11:58 docker.io 21:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:58 Configure a credential helper to remove this warning. See 21:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:58 21:11:58 Login Succeeded 21:11:58 ---> docker-login.sh ends [Pipeline] } 21:11:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:11:59 + git config --global --add safe.directory /w/workspace/edgex-go/515 [Pipeline] echo 21:11:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:11:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:11:59 ========================================================= 21:11:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 21:11:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:11:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:11:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:11:59 c41833b44d91: Pulling fs layer 21:11:59 ed15518f5707: Pulling fs layer 21:11:59 feae8fd75edb: Pulling fs layer 21:11:59 242c74f7c9fa: Pulling fs layer 21:11:59 3cdef696dda3: Pulling fs layer 21:11:59 2ced38df9373: Pulling fs layer 21:11:59 58f1dce35555: Pulling fs layer 21:11:59 242c74f7c9fa: Waiting 21:11:59 3cdef696dda3: Waiting 21:11:59 2ced38df9373: Waiting 21:11:59 58f1dce35555: Waiting 21:11:59 ed15518f5707: Verifying Checksum 21:11:59 ed15518f5707: Download complete 21:11:59 242c74f7c9fa: Verifying Checksum 21:11:59 242c74f7c9fa: Download complete 21:11:59 3cdef696dda3: Verifying Checksum 21:11:59 3cdef696dda3: Download complete 21:11:59 c41833b44d91: Verifying Checksum 21:11:59 c41833b44d91: Download complete 21:12:00 c41833b44d91: Pull complete 21:12:01 58f1dce35555: Verifying Checksum 21:12:01 58f1dce35555: Download complete 21:12:01 ed15518f5707: Pull complete 21:12:02 feae8fd75edb: Verifying Checksum 21:12:02 feae8fd75edb: Download complete 21:12:02 2ced38df9373: Verifying Checksum 21:12:02 2ced38df9373: Download complete 21:12:15 feae8fd75edb: Pull complete 21:12:15 242c74f7c9fa: Pull complete 21:12:15 3cdef696dda3: Pull complete 21:12:21 2ced38df9373: Pull complete 21:12:23 58f1dce35555: Pull complete 21:12:23 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 21:12:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:12:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:12:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:12:24 WORKDIR /edgex 21:12:24 COPY go.mod . 21:12:24 RUN go mod download 21:12:24 + docker build -t ci-base-image-arm64 -f - . 21:12:24 Sending build context to Docker daemon 2.931MB 21:12:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:12:24 ---> fadd8f120f05 21:12:24 Step 2/4 : WORKDIR /edgex 21:12:26 ---> Running in 283a49e3d77e 21:12:26 Removing intermediate container 283a49e3d77e 21:12:26 ---> f5a9ff36a150 21:12:26 Step 3/4 : COPY go.mod . 21:12:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:12:27 ---> 3c01dda0eca3 21:12:27 Step 4/4 : RUN go mod download 21:12:27 ---> Running in 19dddadaea0f 21:12:31 Removing intermediate container 9abfd4c303df 21:12:31 ---> 00edc0601960 21:12:31 21:12:31 Step 10/23 : FROM alpine:3.17 21:12:31 Removing intermediate container 765cfae23681 21:12:31 ---> 0a6a99c32654 21:12:31 21:12:31 Step 10/24 : FROM alpine:3.17 21:12:31 Removing intermediate container b8ec5a3e3c44 21:12:31 ---> 244cdd4dd7be 21:12:31 21:12:31 Step 9/25 : FROM alpine:3.17 21:12:31 3.17: Pulling from library/alpine 21:12:31 3.17: Pulling from library/alpine 21:12:31 3.17: Pulling from library/alpine 21:12:32 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:12:32 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:12:32 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:12:33 Status: Downloaded newer image for alpine:3.17 21:12:33 Status: Downloaded newer image for alpine:3.17 21:12:33 Status: Image is up to date for alpine:3.17 21:12:34 ---> 9ed4aefc74f6 21:12:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:12:34 ---> 9ed4aefc74f6 21:12:34 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:12:35 ---> 9ed4aefc74f6 21:12:35 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:12:35 ---> Running in 58d5d2a3b3e1 21:12:35 ---> Running in 32b84a397d25 21:12:35 ---> Running in 7fec2c9ef7d5 21:12:35 Removing intermediate container 58d5d2a3b3e1 21:12:35 ---> 1462f7cd84d0 21:12:35 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:12:35 Removing intermediate container f0d339d041f9 21:12:35 ---> bf99ca9982e4 21:12:35 21:12:35 Step 10/23 : FROM alpine:3.17 21:12:35 ---> 9ed4aefc74f6 21:12:35 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:12:35 Removing intermediate container d4bd2ee34ff0 21:12:35 ---> 78b3d2670238 21:12:35 21:12:35 Step 10/23 : FROM alpine:3.17 21:12:35 ---> 9ed4aefc74f6 21:12:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:35 ---> Running in bef2becd5da2 21:12:35 ---> Running in 068763b9cfae 21:12:35 ---> Running in de2375585670 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:36 (1/3) Installing ca-certificates (20220614-r4) 21:12:36 (2/3) Installing dumb-init (1.2.5-r2) 21:12:36 (3/3) Installing su-exec (0.2-r2) 21:12:36 Executing busybox-1.35.0-r29.trigger 21:12:36 Executing ca-certificates-20220614-r4.trigger 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:36 (1/1) Installing dumb-init (1.2.5-r2) 21:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:36 Executing busybox-1.35.0-r29.trigger 21:12:36 (1/1) Installing dumb-init (1.2.5-r2) 21:12:36 OK: 7 MiB in 16 packages 21:12:36 Executing busybox-1.35.0-r29.trigger 21:12:36 OK: 7 MiB in 16 packages 21:12:36 OK: 8 MiB in 18 packages 21:12:37 (1/1) Installing dumb-init (1.2.5-r2) 21:12:37 Executing busybox-1.35.0-r29.trigger 21:12:37 OK: 7 MiB in 16 packages 21:12:37 (1/2) Installing ca-certificates (20220614-r4) 21:12:37 (2/2) Installing dumb-init (1.2.5-r2) 21:12:37 Executing busybox-1.35.0-r29.trigger 21:12:37 Executing ca-certificates-20220614-r4.trigger 21:12:37 OK: 8 MiB in 17 packages 21:12:37 Removing intermediate container bef2becd5da2 21:12:37 ---> f682b1d4cfa6 21:12:37 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:37 Removing intermediate container 7fec2c9ef7d5 21:12:37 ---> c854cf2cb3ab 21:12:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:12:37 ---> 6430e5af8b4d 21:12:37 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:12:37 Removing intermediate container 32b84a397d25 21:12:37 ---> d1b7c6143959 21:12:37 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:12:37 ---> Running in eaee0dcb948a 21:12:37 ---> Running in d3490ae38ab7 21:12:37 Removing intermediate container 068763b9cfae 21:12:37 ---> b56250ede6bc 21:12:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:12:37 Removing intermediate container eaee0dcb948a 21:12:37 ---> b9b36e4ac7c1 21:12:37 Step 13/24 : ENV APP_PORT=59882 21:12:37 Removing intermediate container d3490ae38ab7 21:12:37 ---> aabf09bef81a 21:12:37 Step 12/25 : WORKDIR / 21:12:37 ---> Running in 4b042e373093 21:12:37 ---> 16f50a55796d 21:12:37 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:12:37 ---> Running in fa7efaf0d1a5 21:12:37 ---> Running in 5876b1846e78 21:12:37 Removing intermediate container de2375585670 21:12:37 ---> 540e20ba2d80 21:12:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 21:12:37 ---> Running in f94d108be63b 21:12:37 Removing intermediate container 4b042e373093 21:12:37 ---> d8e1fd66247f 21:12:37 Step 13/23 : ENV APP_PORT=59861 21:12:38 Removing intermediate container 5876b1846e78 21:12:38 ---> c0bba18df387 21:12:38 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:38 Removing intermediate container fa7efaf0d1a5 21:12:38 ---> c2070681ad91 21:12:38 Step 14/24 : EXPOSE $APP_PORT 21:12:38 ---> Running in 1c0dc32c6014 21:12:38 Removing intermediate container f94d108be63b 21:12:38 ---> cf45504c6a4a 21:12:38 Step 13/23 : ENV APP_PORT=59860 21:12:38 ---> Running in 5b98bfe9ca30 21:12:38 ---> Running in 068f14bf05eb 21:12:38 Removing intermediate container 1c0dc32c6014 21:12:38 ---> 03f4c98781fa 21:12:38 Step 14/23 : EXPOSE $APP_PORT 21:12:38 ---> 4aceb6f7d952 21:12:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 21:12:38 ---> d3fd6a1dc1c6 21:12:38 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 21:12:38 ---> Running in e3f508641fb1 21:12:38 Removing intermediate container 5b98bfe9ca30 21:12:38 ---> 4fb63cffee68 21:12:38 Step 15/24 : WORKDIR / 21:12:38 Removing intermediate container 068f14bf05eb 21:12:38 ---> e955d0bb94ed 21:12:38 Step 14/23 : EXPOSE $APP_PORT 21:12:38 ---> Running in 4405ae8d1fd9 21:12:38 Removing intermediate container e3f508641fb1 21:12:38 ---> b75db0128ee4 21:12:38 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:38 ---> d6f5737d9f00 21:12:38 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:12:38 ---> 1460a317b2ac 21:12:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:12:38 ---> Running in ab9d35ace953 21:12:38 Removing intermediate container 4405ae8d1fd9 21:12:38 ---> bb076378442a 21:12:38 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:38 Removing intermediate container ab9d35ace953 21:12:38 ---> 4a1afaec641d 21:12:38 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:38 ---> 67edffa06a6f 21:12:38 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:12:38 ---> a60aeac09107 21:12:38 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 21:12:38 ---> cf266f29f5de 21:12:38 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:12:38 ---> a43a25626dba 21:12:38 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 21:12:38 ---> Running in 31c3e2de9393 21:12:38 ---> 937466ff19cf 21:12:38 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:12:38 ---> d5ab9520aad6 21:12:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:12:38 ---> 26134f9b937f 21:12:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 21:12:38 ---> 7ab258b10c41 21:12:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:12:38 ---> 06e184c79159 21:12:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:12:40 ---> 06de62f93366 21:12:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:12:40 ---> 00b3a08ab5a1 21:12:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 21:12:40 ---> 955213630d27 21:12:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 21:12:40 ---> c7646b016d2f 21:12:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 21:12:40 ---> 2042c994900d 21:12:40 Step 20/24 : ENTRYPOINT ["/core-command"] 21:12:40 ---> aee05f747a20 21:12:40 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:12:40 ---> 6d43d05833c7 21:12:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:12:40 ---> 94dfa2d6183f 21:12:40 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:12:40 ---> Running in fee382f902f1 21:12:40 ---> Running in 879aa79ae49e 21:12:40 ---> Running in 0cd1547c4c08 21:12:40 Removing intermediate container 31c3e2de9393 21:12:40 ---> f132265a481c 21:12:40 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:12:40 ---> Running in 17df75f0354e 21:12:40 Removing intermediate container fee382f902f1 21:12:40 ---> 7d6468fad2c4 21:12:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:12:40 Removing intermediate container 879aa79ae49e 21:12:40 ---> a50ae7683a09 21:12:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:12:41 Removing intermediate container 17df75f0354e 21:12:41 ---> 75a6640f7e8a 21:12:41 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:12:41 Removing intermediate container 0cd1547c4c08 21:12:41 ---> e15ea0776d99 21:12:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:12:41 ---> Running in 17d626d1dc69 21:12:41 ---> Running in a7a46c969c60 21:12:41 ---> Running in 9b8e0b47b6ae 21:12:41 ---> 3cd2d5494c6a 21:12:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:12:41 ---> Running in bdffffba97dd 21:12:41 Removing intermediate container 17d626d1dc69 21:12:41 ---> 1e59949fa4c1 21:12:41 Step 22/24 : LABEL arch=x86_64 21:12:41 Removing intermediate container a7a46c969c60 21:12:41 ---> d1b1482a4e76 21:12:41 Step 21/23 : LABEL arch=x86_64 21:12:41 ---> Running in c06170dd0ceb 21:12:41 Removing intermediate container 9b8e0b47b6ae 21:12:41 ---> 702f7b5270a4 21:12:41 Step 21/23 : LABEL arch=x86_64 21:12:41 Removing intermediate container bdffffba97dd 21:12:41 ---> 22b0efd7b4d4 21:12:41 Step 21/23 : LABEL arch=x86_64 21:12:41 ---> Running in f205d88afc40 21:12:41 ---> Running in 9fe0367b54c5 21:12:41 ---> Running in 2edb22ceecfc 21:12:41 ---> 1ba342630d02 21:12:41 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:12:41 Removing intermediate container c06170dd0ceb 21:12:41 ---> 09bf4c10f135 21:12:41 Step 23/24 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:12:41 ---> Running in a27e81eb38c4 21:12:41 Removing intermediate container f205d88afc40 21:12:41 ---> c283994e8b00 21:12:41 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:12:41 ---> Running in 1b2ef725d309 21:12:41 Removing intermediate container 9fe0367b54c5 21:12:41 ---> c2d7858d03af 21:12:41 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:12:41 Removing intermediate container 2edb22ceecfc 21:12:41 ---> 2be9741a879b 21:12:41 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:12:41 ---> Running in 663b454f6c53 21:12:41 ---> Running in c853f181a8c3 21:12:41 ---> Running in 23ba97b87751 21:12:41 Removing intermediate container 1b2ef725d309 21:12:41 ---> 5223ef517b2a 21:12:41 Step 24/24 : LABEL version=3.0.0-dev.150 21:12:41 Removing intermediate container 663b454f6c53 21:12:41 ---> e8f7ecf0ca87 21:12:41 Step 23/23 : LABEL version=3.0.0-dev.150 21:12:41 Removing intermediate container c853f181a8c3 21:12:41 ---> 3f31aedc457c 21:12:41 Step 23/23 : LABEL version=3.0.0-dev.150 ---> Running in 95929d480996 21:12:41 21:12:41 ---> Running in f16712a12716 21:12:41 Removing intermediate container 23ba97b87751 21:12:41 ---> b111f94571ad 21:12:41 Step 23/23 : LABEL version=3.0.0-dev.150 21:12:41 ---> Running in 512d0a59a707 21:12:41 ---> Running in f9f684bbd53f 21:12:41 Removing intermediate container 95929d480996 21:12:41 ---> 64ed9153019a 21:12:41 21:12:41 Removing intermediate container f16712a12716 21:12:41 ---> 40312b10580b 21:12:41 21:12:41 Removing intermediate container 512d0a59a707 21:12:41 ---> 1e1de0af5918 21:12:41 21:12:41 Removing intermediate container f9f684bbd53f 21:12:41 ---> 17c553bc812a 21:12:41 21:12:41 Successfully built 64ed9153019a 21:12:42 Successfully tagged core-command:latest 21:12:42 Building security-spiffe-token-provider 21:12:42  Building core-command ... done Successfully built 40312b10580b 21:12:42 Successfully tagged support-notifications:latest 21:12:42 Building security-bootstrapper 21:12:42  Building support-notifications ... done Successfully built 1e1de0af5918 21:12:42 Successfully tagged security-proxy-auth:latest 21:12:42 Building core-data 21:12:42  Building security-proxy-auth ... done Successfully built 17c553bc812a 21:12:42 Successfully tagged support-scheduler:latest 21:12:42 Building security-proxy-setup 21:12:42  Building support-scheduler ... done Removing intermediate container a27e81eb38c4 21:12:42 ---> 8e16161aff4d 21:12:42 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:12:42 ---> Running in 06f5e9508ec3 21:12:42 Removing intermediate container 06f5e9508ec3 21:12:42 ---> 5eaeacd84c16 21:12:42 Step 23/25 : LABEL arch=x86_64 21:12:42 ---> Running in 310a57d1ec44 21:12:52 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:12:52 Step 2/33 : FROM ${BUILDER_BASE} AS builder 21:12:52 ---> 9227b765358a 21:12:52 Step 3/33 : WORKDIR /edgex-go 21:12:52 ---> Using cache 21:12:52 ---> f6a468b9361e 21:12:52 Step 4/33 : RUN apk add --update --no-cache make git 21:12:52 ---> Using cache 21:12:52 ---> e2103f2533f4 21:12:52 Step 5/33 : COPY go.mod vendor* ./ 21:12:52 ---> Using cache 21:12:52 ---> 7c9b25837c8d 21:12:52 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:52 ---> Using cache 21:12:52 ---> b8b819a65711 21:12:52 Step 7/33 : COPY . . 21:12:52 ---> Using cache 21:12:52 ---> 2638ec7acaff 21:12:52 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:12:52 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:12:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:12:52 ---> 9227b765358a 21:12:52 Step 3/20 : WORKDIR /edgex-go 21:12:52 ---> Using cache 21:12:52 ---> f6a468b9361e 21:12:52 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 21:12:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:12:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:12:52 ---> 9227b765358a 21:12:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:12:52 ---> Using cache 21:12:52 ---> d2a4e0a7a0f3 21:12:52 Step 4/23 : WORKDIR /edgex-go 21:12:52 ---> Using cache 21:12:52 ---> 82c9350f7eca 21:12:52 Step 5/23 : RUN apk add --update --no-cache make git 21:12:52 ---> Using cache 21:12:52 ---> 0c0dabf42223 21:12:52 Step 6/23 : COPY go.mod vendor* ./ 21:12:52 ---> Using cache 21:12:52 ---> 4837a3e4dfae 21:12:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:52 ---> Using cache 21:12:52 ---> 10863b920a66 21:12:52 Step 8/23 : COPY . . 21:12:52 ---> Using cache 21:12:52 ---> 207591205037 21:12:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:12:52 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:12:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:12:52 ---> 9227b765358a 21:12:52 Step 3/22 : WORKDIR /edgex-go 21:12:52 ---> Using cache 21:12:52 ---> f6a468b9361e 21:12:52 Step 4/22 : RUN apk add --update --no-cache make git 21:12:52 ---> Using cache 21:12:52 ---> e2103f2533f4 21:12:52 Step 5/22 : COPY go.mod vendor* ./ 21:12:52 ---> Using cache 21:12:52 ---> 7c9b25837c8d 21:12:52 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:52 ---> Using cache 21:12:52 ---> b8b819a65711 21:12:52 Step 7/22 : COPY . . 21:12:52 ---> Using cache 21:12:52 ---> 2638ec7acaff 21:12:52 Step 8/22 : RUN make cmd/secrets-config/secrets-config 21:12:58 Removing intermediate container 310a57d1ec44 21:12:58 ---> 47f9c8dae5a0 21:12:58 Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:12:58 ---> Running in ae21602412e3 21:12:58 ---> Running in f412711e6835 21:12:58 ---> Running in 28b1421ff277 21:12:58 ---> Running in c9a4d11233bb 21:12:58 ---> Running in acc0c0f72e9f 21:12:59 Removing intermediate container 28b1421ff277 21:12:59 ---> d4f7319e857f 21:12:59 Step 25/25 : LABEL version=3.0.0-dev.150 21:12:59 ---> Running in 16c0804bde5c 21:12:59 Removing intermediate container 16c0804bde5c 21:12:59 ---> a1187fdc9597 21:12:59 21:12:59 Successfully built a1187fdc9597 21:12:59 Successfully tagged security-secretstore-setup:latest 21:12:59  Building security-secretstore-setup ... done Building security-spire-config 21:12:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:12:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:12:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:12:59 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:12:59 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:12:59 OK: 17819 distinct packages available 21:12:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:12:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:12:59 Removing intermediate container 19dddadaea0f 21:12:59 ---> f4ca31364295 21:12:59 Successfully built f4ca31364295 21:12:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:00 OK: 265 MiB in 53 packages 21:13:00 + docker inspect -f . ci-base-image-arm64 21:13:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:00 prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container 21:13:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:13:01 $ docker top 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:02 + go version 21:13:02 go version go1.20.2 linux/arm64 [Pipeline] } 21:13:02 $ docker stop --time=1 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 21:13:03 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:13:03 ---> 9227b765358a 21:13:03 Step 3/27 : WORKDIR /edgex-go 21:13:03 ---> Using cache 21:13:03 ---> f6a468b9361e 21:13:03 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:13:04 $ docker rm -f --volumes 1d3e09a761d12dfcbcfac7c5838c740500cdde7c635b8213fe1ca5a22eca6432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:05 21:13:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:05 latest: Pulling from edgex-devops/edgex-compose-arm64 21:13:05 29e5d40040c1: Pulling fs layer 21:13:05 1ce36da41761: Pulling fs layer 21:13:05 25b303627fd3: Pulling fs layer 21:13:05 29e5d40040c1: Download complete 21:13:06 1ce36da41761: Verifying Checksum 21:13:06 1ce36da41761: Download complete 21:13:06 29e5d40040c1: Pull complete 21:13:07 1ce36da41761: Pull complete 21:13:07 25b303627fd3: Verifying Checksum 21:13:07 25b303627fd3: Download complete 21:13:08 ---> Running in 9eb57fcd4170 21:13:08 Removing intermediate container ae21602412e3 21:13:08 ---> 566f67c22ef9 21:13:08 Step 5/20 : COPY go.mod vendor* ./ 21:13:09 ---> fa7fb5c29669 21:13:09 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:09 ---> Running in 38b210755506 21:13:09 OK: 265 MiB in 53 packages 21:13:10 Removing intermediate container 9eb57fcd4170 21:13:10 ---> a900c526486d 21:13:10 Step 5/27 : COPY go.mod vendor* ./ 21:13:11 ---> 50759d77cfde 21:13:11 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:11 ---> Running in 8747fcd61c14 21:13:19 25b303627fd3: Pull complete 21:13:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:13:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:20 prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container 21:13:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:13:22 $ docker top 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:23 + docker-compose build --help 21:13:23 + grep parallel 21:13:27 --parallel Build images in parallel. [Pipeline] } 21:13:27 $ docker stop --time=1 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 21:13:29 $ docker rm -f --volumes 8bbf4f9edb300c5bdc5dd109f271de62234d3fdd4a3554486252789f8a3abd33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:13:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:30 prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container 21:13:30 $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:13:33 $ docker top d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 -eo pid,comm [Pipeline] { [Pipeline] sh 21:13:33 + docker-compose -f ./docker-compose-build.yml build --parallel 21:13:37 Removing intermediate container f412711e6835 21:13:37 ---> c2b43bb28803 21:13:37 21:13:37 Step 9/22 : FROM alpine:3.17 21:13:37 ---> 9ed4aefc74f6 21:13:37 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 21:13:37 Removing intermediate container c9a4d11233bb 21:13:37 Removing intermediate container acc0c0f72e9f 21:13:37 ---> eafbb734606e 21:13:37 ---> c6b9b955abf5 21:13:37 21:13:37 21:13:37 Step 9/33 : FROM alpine:3.17Step 10/23 : FROM alpine:3.17 21:13:37 21:13:37 ---> 9ed4aefc74f6 21:13:37 ---> 9ed4aefc74f6 21:13:37 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation'Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:13:37 21:13:37 ---> Running in 526bfa3867bd 21:13:37 ---> Running in cab510d7dab5 21:13:37 ---> Running in ebebcac1bff5 21:13:37 Removing intermediate container ebebcac1bff5 21:13:37 ---> a4fa6d47c457 21:13:37 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 21:13:37 Removing intermediate container cab510d7dab5 21:13:37 ---> f72a11b0f0e2 21:13:37 Step 12/23 : ENV APP_PORT=59880 21:13:37 ---> Running in 236eb21eb19c 21:13:37 ---> Running in 0c101bec614a 21:13:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:37 Removing intermediate container 0c101bec614a 21:13:37 ---> 2b82209acafd 21:13:37 Step 13/23 : EXPOSE $APP_PORT 21:13:37 ---> Running in a5b4f39ca832 21:13:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:37 (1/2) Installing dumb-init (1.2.5-r2) 21:13:37 (2/2) Installing openssl (3.0.8-r4) 21:13:37 Executing busybox-1.35.0-r29.trigger 21:13:37 OK: 8 MiB in 17 packages 21:13:37 Removing intermediate container a5b4f39ca832 21:13:37 ---> 8f624e7193d1 21:13:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:37 Step 14/23 : RUN apk add --update --no-cache dumb-init 21:13:37 ---> Running in ecab10aabbe5 21:13:37 Removing intermediate container 38b210755506 21:13:37 ---> 86ea6ab66063 21:13:37 Step 7/20 : COPY . . 21:13:37 Removing intermediate container 8747fcd61c14 21:13:37 ---> 302bfca97f3e 21:13:37 Step 7/27 : COPY . . 21:13:37 (1/2) Installing dumb-init (1.2.5-r2) 21:13:37 (2/2) Installing su-exec (0.2-r2) 21:13:37 Executing busybox-1.35.0-r29.trigger 21:13:37 OK: 7 MiB in 17 packages 21:13:39 Building core-command ... 21:13:39 Building core-common-config-bootstrapper ... 21:13:39 Building core-data ... 21:13:39 Building core-metadata ... 21:13:39 Building security-bootstrapper ... 21:13:39 Building security-proxy-auth ... 21:13:39 Building security-proxy-setup ... 21:13:39 Building security-secretstore-setup ... 21:13:39 Building security-spiffe-token-provider ... 21:13:39 Building security-spire-agent ... 21:13:39 Building security-spire-config ... 21:13:39 Building security-spire-server ... 21:13:39 Building support-notifications ... 21:13:39 Building support-scheduler ... 21:13:39 Building support-notifications 21:13:39 Building security-spire-agent 21:13:39 Building security-spiffe-token-provider 21:13:39 Building security-spire-server 21:13:39 Building core-metadata 21:13:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:40 (1/1) Installing dumb-init (1.2.5-r2) 21:13:40 Executing busybox-1.35.0-r29.trigger 21:13:40 OK: 7 MiB in 16 packages 21:13:44 Removing intermediate container 526bfa3867bd 21:13:44 ---> e32c2f08929b 21:13:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:13:44 ---> 116a3222e58d 21:13:44 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:13:44 ---> Running in 624cd066046e 21:13:44 ---> d685d05084c0 21:13:44 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:13:44 ---> Running in a218768a53d4 21:13:44 Removing intermediate container 236eb21eb19c 21:13:44 ---> 58cdd1f6f884 21:13:44 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 21:13:44 ---> Running in b3fa603c49e3 21:13:44 ---> Running in 8cd56196b0d9 21:13:44 Removing intermediate container ecab10aabbe5 21:13:44 ---> 3829ad7d8194 21:13:44 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:44 Removing intermediate container 624cd066046e 21:13:44 ---> eeb82d9b1026 21:13:44 Step 12/22 : WORKDIR /edgex 21:13:44 Removing intermediate container a218768a53d4 21:13:44 ---> 306e05bed1bf 21:13:44 Step 9/27 : WORKDIR /edgex-go/spire-build 21:13:44 Removing intermediate container b3fa603c49e3 21:13:44 ---> 7303384b0d5e 21:13:44 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:13:44 ---> Running in f94d6e002afd 21:13:44 ---> Running in 5e95cddf8632 21:13:44 ---> Running in f65cffe85042 21:13:44 ---> 119208e6ff58 21:13:44 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:13:44 Removing intermediate container f94d6e002afd 21:13:44 ---> 5e6043e2b8c1 21:13:44 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:13:44 Removing intermediate container f65cffe85042 21:13:44 ---> 33de15d67a8d 21:13:44 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:13:44 Removing intermediate container 5e95cddf8632 21:13:44 ---> 816c8d30cb8c 21:13:44 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:13:44 ---> Running in 6e4b7b3765ce 21:13:45 ---> 33bb17f4a5c4 21:13:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:45 ---> Running in d9aee168e6f7 21:13:45 ---> 47823dcd1aa3 21:13:45 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 21:13:45 Removing intermediate container 6e4b7b3765ce 21:13:45 ---> 10d2a22a4037 21:13:45 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:13:45 Removing intermediate container d9aee168e6f7 21:13:45 ---> 805e04b11c7a 21:13:45 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 21:13:45 ---> Running in 9cd3c774e8aa 21:13:45 ---> Running in 0f82090a3307 21:13:45 ---> c9e55e43343e 21:13:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:13:45 Removing intermediate container 9cd3c774e8aa 21:13:45 ---> fa0dab6a8f83 21:13:45 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:13:45 ---> f09d6ea900c0 21:13:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 21:13:45 ---> Running in 487f7f44df43 21:13:45 ---> 5621878cb3b8 21:13:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:13:46 ---> e966ba9b81e2 21:13:46 Step 19/23 : ENTRYPOINT ["/core-data"] 21:13:46 ---> Running in c7f549de81d2 21:13:46 ---> 21785e06700e 21:13:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:13:46 Removing intermediate container c7f549de81d2 21:13:46 ---> 96adbc1cced2 21:13:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:13:46 ---> Running in a29f1b2d3463 21:13:46 Removing intermediate container 0f82090a3307 21:13:46 ---> 52514f151b2f 21:13:46 Step 12/27 : WORKDIR /edgex-go 21:13:46 ---> e05b07f9c989 21:13:46 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:13:46 Removing intermediate container a29f1b2d3463 21:13:46 ---> 4a4ecb72bc64 21:13:46 Step 21/23 : LABEL arch=x86_64 21:13:46 ---> Running in b0ebda0c5d3e 21:13:46 ---> Running in 8fecac8c73cb 21:13:46 Removing intermediate container 487f7f44df43 21:13:46 ---> 6b0dcc4da489 21:13:46 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 21:13:46 ---> Running in c46c92573ca8 21:13:46 ---> Running in f51abae770d7 21:13:46 Removing intermediate container b0ebda0c5d3e 21:13:46 ---> ed4407649ebc 21:13:46 21:13:46 Step 13/27 : FROM alpine:3.17 21:13:46 ---> 9ed4aefc74f6 21:13:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:46 ---> Running in 12778fa14203 21:13:46 Removing intermediate container c46c92573ca8 21:13:46 ---> b3e9b0b5d2f6 21:13:46 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:13:46 ---> Running in b91773b93800 21:13:46 Removing intermediate container f51abae770d7 21:13:46 ---> 75ce3ffab4c0 21:13:46 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:13:46 Removing intermediate container 12778fa14203 21:13:46 ---> 7eb045aae89d 21:13:46 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:13:46 ---> Running in 22c3626a19c5 21:13:46 Removing intermediate container b91773b93800 21:13:46 ---> 38634bb1b0a4 21:13:46 Step 23/23 : LABEL version=3.0.0-dev.150 21:13:47 ---> Running in daa652c580d0 21:13:47 ---> 55d3f107d795 21:13:47 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:13:47 ---> Running in 5429f477fd21 21:13:47 Removing intermediate container daa652c580d0 21:13:47 ---> df98bae5599c 21:13:47 21:13:47 Successfully built df98bae5599c 21:13:47 Successfully tagged core-data:latest 21:13:47  Building core-data ... done Building security-spire-server 21:13:47 Removing intermediate container 8fecac8c73cb 21:13:47 ---> 64e398434cdb 21:13:47 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 21:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:48 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:13:48 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:13:48 OK: 17820 distinct packages available 21:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:13:49 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> f4ca31364295 21:13:49 Step 3/20 : WORKDIR /edgex-go 21:13:49 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> f4ca31364295 21:13:49 Step 3/27 : WORKDIR /edgex-go 21:13:49 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> f4ca31364295 21:13:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:13:49 ---> Running in 4cd103bcfa50 21:13:49 ---> Running in cd93ade72700 21:13:49 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> f4ca31364295 21:13:49 Step 3/25 : ARG ADD_BUILD_TAGS="" 21:13:49 ---> Running in 30961fcd6263 21:13:49 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> f4ca31364295 21:13:49 Step 3/26 : WORKDIR /edgex-go 21:13:49 ---> Running in faae4f25416a 21:13:49 ---> Running in 8621117b0236 21:13:49 Removing intermediate container 4cd103bcfa50 21:13:49 ---> f9f297b9f7bc 21:13:49 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 21:13:49 Removing intermediate container cd93ade72700 21:13:49 ---> c6f6bbcd8691 21:13:49 Step 4/23 : WORKDIR /edgex-go 21:13:49 Removing intermediate container 30961fcd6263 21:13:49 ---> 767022b09ded 21:13:49 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:13:49 ---> Running in 11789360ffcb 21:13:49 Removing intermediate container faae4f25416a 21:13:49 ---> 82a630c72c8c 21:13:49 Step 4/25 : WORKDIR /edgex-go 21:13:49 ---> Running in d8817aac086c 21:13:49 ---> Running in d9d1deeafac0 21:13:49 Removing intermediate container 8621117b0236 21:13:49 ---> 74e031c6bfe3 21:13:49 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 21:13:49 ---> Running in b701cacf8c3f 21:13:49 (1/4) Installing dumb-init (1.2.5-r2) 21:13:49 (2/4) Installing musl-obstack (1.2.3-r0) 21:13:49 (3/4) Installing libucontext (1.2-r0) 21:13:49 (4/4) Installing gcompat (1.1.0-r0) 21:13:49 ---> Running in bf755ef89156 21:13:49 Executing busybox-1.35.0-r29.trigger 21:13:49 OK: 7 MiB in 19 packages 21:13:49 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:13:49 ---> 9227b765358a 21:13:49 Step 3/26 : WORKDIR /edgex-go 21:13:49 ---> Using cache 21:13:49 ---> f6a468b9361e 21:13:49 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 21:13:49 ---> Using cache 21:13:49 ---> a900c526486d 21:13:49 Step 5/26 : COPY go.mod vendor* ./ 21:13:49 ---> Using cache 21:13:49 ---> 50759d77cfde 21:13:49 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:49 ---> Using cache 21:13:49 ---> 302bfca97f3e 21:13:49 Step 7/26 : COPY . . 21:13:49 ---> Using cache 21:13:49 ---> 116a3222e58d 21:13:49 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 21:13:49 ---> Using cache 21:13:49 ---> 306e05bed1bf 21:13:49 Step 9/26 : WORKDIR /edgex-go/spire-build 21:13:49 ---> Using cache 21:13:49 ---> 816c8d30cb8c 21:13:49 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:13:49 ---> Using cache 21:13:49 ---> 805e04b11c7a 21:13:49 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 21:13:50 Removing intermediate container d8817aac086c 21:13:50 ---> ff7d6c1a73f0 21:13:50 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:13:50 Removing intermediate container b701cacf8c3f 21:13:50 ---> 89385abe1d3f 21:13:50 Step 5/25 : RUN apk add --update --no-cache make git 21:13:50 ---> Running in 99ec5b594404 21:13:50 ---> Running in 578c3b83ccea 21:13:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:53 ---> Running in 3257ee947173 21:13:53 ---> Running in e10ce2cef524 21:13:53 Removing intermediate container 3257ee947173 21:13:53 ---> a9a4f64a28cd 21:13:53 Step 20/22 : LABEL arch=x86_64 21:13:53 Removing intermediate container 22c3626a19c5 21:13:53 ---> 1e9541444e8b 21:13:53 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:53 ---> Running in 1609d3c688ae 21:13:53 Removing intermediate container 1609d3c688ae 21:13:53 ---> 014aa626f940 21:13:53 Step 21/22 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:13:53 ---> Running in c5d545cc6d97 21:13:53 ---> e54cdfee7d3d 21:13:53 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:13:53 Removing intermediate container 5429f477fd21 21:13:53 ---> 4f808c344085 21:13:53 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:53 OK: 263 MiB in 53 packages 21:13:53 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:13:53 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:13:53 OK: 17690 distinct packages available 21:13:53 Removing intermediate container c5d545cc6d97 21:13:53 ---> 3a3a04ff51a6 21:13:53 Step 22/22 : LABEL version=3.0.0-dev.150 21:13:53 ---> Running in 7054033e56a0 21:13:53 ---> a7e6de8e4ea8 21:13:53 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 21:13:53 OK: 263 MiB in 53 packages 21:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:53 ---> 63325f666a61 21:13:53 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:13:53 Removing intermediate container e10ce2cef524 21:13:53 ---> 4623f90eb6b9 21:13:53 Step 12/26 : WORKDIR /edgex-go 21:13:53 Removing intermediate container 7054033e56a0 21:13:53 ---> 928b1f9099e8 21:13:53 21:13:53 ---> Running in c088c784daac 21:13:53 ---> 2ab51cc19258 21:13:53 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:13:53 Successfully built 928b1f9099e8 21:13:53 Successfully tagged security-proxy-setup:latest 21:13:53 Building security-spire-agent 21:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:13:54  Building security-proxy-setup ... done Removing intermediate container c088c784daac 21:13:54 ---> 60ff4b302dc0 21:13:54 21:13:54 Step 13/26 : FROM alpine:3.17 21:13:54 ---> 9ed4aefc74f6 21:13:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:54 ---> Using cache 21:13:54 ---> 7eb045aae89d 21:13:54 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:13:54 Removing intermediate container d9d1deeafac0 21:13:54 ---> e4d5069133f1 21:13:54 Step 5/27 : COPY go.mod vendor* ./ 21:13:55 OK: 263 MiB in 53 packages 21:13:55 Removing intermediate container bf755ef89156 21:13:55 ---> 85656c6d17d9 21:13:55 Step 5/26 : COPY go.mod vendor* ./ 21:13:55 OK: 263 MiB in 53 packages 21:13:56 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:13:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:13:56 ---> 9227b765358a 21:13:56 Step 3/27 : WORKDIR /edgex-go 21:13:56 ---> Using cache 21:13:56 ---> f6a468b9361e 21:13:56 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:13:56 ---> Using cache 21:13:56 ---> a900c526486d 21:13:56 Step 5/27 : COPY go.mod vendor* ./ 21:13:56 ---> Using cache 21:13:56 ---> 50759d77cfde 21:13:56 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:56 ---> Using cache 21:13:56 ---> 302bfca97f3e 21:13:56 Step 7/27 : COPY . . 21:13:56 ---> Using cache 21:13:56 ---> 116a3222e58d 21:13:56 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:13:56 ---> Using cache 21:13:56 ---> 306e05bed1bf 21:13:56 Step 9/27 : WORKDIR /edgex-go/spire-build 21:13:56 ---> Using cache 21:13:56 ---> 816c8d30cb8c 21:13:56 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:13:56 ---> Using cache 21:13:56 ---> 805e04b11c7a 21:13:56 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 21:13:56 ---> Using cache 21:13:56 ---> 52514f151b2f 21:13:56 Step 12/27 : WORKDIR /edgex-go 21:13:56 ---> Using cache 21:13:56 ---> ed4407649ebc 21:13:56 21:13:56 Step 13/27 : FROM alpine:3.17 21:13:56 ---> 9ed4aefc74f6 21:13:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:56 ---> Using cache 21:13:56 ---> 7eb045aae89d 21:13:56 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:13:58 OK: 263 MiB in 53 packages 21:13:58 ---> 00ad25af8535 21:13:58 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:58 ---> 4cca7ee43d91 21:13:58 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:58 ---> Running in e158ba67c728 21:13:58 ---> Running in e43a1200cdf9 21:13:59 ---> Running in 68970a3e3c22 21:13:59 ---> 5b53b1fea653 21:13:59 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 21:13:59 ---> Running in 4dbc5bfc738d 21:13:59 ---> f58840886094 21:13:59 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:13:59 ---> 383d687cf17d 21:13:59 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 21:13:59 Removing intermediate container 578c3b83ccea 21:13:59 ---> 1532d41b3ae8 21:13:59 Step 6/25 : COPY go.mod vendor* ./ 21:13:59 Removing intermediate container 99ec5b594404 21:13:59 ---> 44e90df533f5 21:13:59 Step 6/23 : COPY go.mod vendor* ./ 21:13:59 ---> 8281038f5c42 21:13:59 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:13:59 ---> Running in 3e560bb7f77d 21:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:13:59 Removing intermediate container 3e560bb7f77d 21:13:59 ---> 23865134c5a7 21:13:59 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:13:59 Removing intermediate container 11789360ffcb 21:13:59 ---> 3e6b72d9caae 21:13:59 Step 5/20 : COPY go.mod vendor* ./ 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:00 ---> 6f5b47ba8856 21:14:00 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:00 ---> eea5c5ad814d 21:14:00 Step 22/27 : WORKDIR / 21:14:00 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:14:00 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:14:00 OK: 17820 distinct packages available 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:14:00 ---> 5f95a2184e61 21:14:00 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:14:00 ---> Running in 3c49feb33f0f 21:14:00 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:14:00 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:14:00 OK: 17820 distinct packages available 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:00 Removing intermediate container 3c49feb33f0f 21:14:00 ---> ae1e986d23c5 21:14:00 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:14:00 ---> cfe35d597360 21:14:00 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:14:00 ---> 231f6da8a3a7 21:14:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:00 ---> 57271d1561a6 21:14:00 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:00 ---> Running in 86ca540351fd 21:14:00 ---> Running in 94f2f5dc9a3e 21:14:00 (1/5) Installing dumb-init (1.2.5-r2) 21:14:00 (2/5) Installing musl-obstack (1.2.3-r0) 21:14:00 (3/5) Installing libucontext (1.2-r0) 21:14:00 (4/5) Installing gcompat (1.1.0-r0) 21:14:00 (5/5) Installing openssl (3.0.8-r4) 21:14:00 Executing busybox-1.35.0-r29.trigger 21:14:00 OK: 8 MiB in 20 packages 21:14:00 (1/5) Installing dumb-init (1.2.5-r2) 21:14:00 (2/5) Installing musl-obstack (1.2.3-r0) 21:14:00 (3/5) Installing libucontext (1.2-r0) 21:14:00 Removing intermediate container 94f2f5dc9a3e 21:14:00 ---> 5bcbfcf38def 21:14:00 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:14:00 (4/5) Installing gcompat (1.1.0-r0) 21:14:00 (5/5) Installing openssl (3.0.8-r4) 21:14:00 Executing busybox-1.35.0-r29.trigger 21:14:00 OK: 8 MiB in 20 packages 21:14:00 ---> Running in b7eff61d1a10 21:14:00 ---> Running in dca7fc1a16da 21:14:00 ---> fb70783cd8eb 21:14:00 Step 28/33 : RUN chmod +x /entrypoint.sh 21:14:00 ---> Running in 4db5a8ea5697 21:14:00 Removing intermediate container b7eff61d1a10 21:14:00 ---> 854db956c99b 21:14:00 Step 25/27 : LABEL arch=x86_64 21:14:00 ---> Running in 60afee6d5da8 21:14:00 Removing intermediate container 60afee6d5da8 21:14:00 ---> 33c2ddb51d7d 21:14:00 Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:01 ---> Running in 6ff47acd97bb 21:14:01 Removing intermediate container 68970a3e3c22 21:14:01 ---> f6b7933dc50f 21:14:01 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:01 Removing intermediate container 6ff47acd97bb 21:14:01 ---> 3301ab120d7b 21:14:01 Step 27/27 : LABEL version=3.0.0-dev.150 21:14:01 ---> Running in ca2b4c25f1af 21:14:01 ---> 1fa846cd86d2 21:14:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:01 ---> Running in 7efdc9a3c200 21:14:01 Removing intermediate container 4dbc5bfc738d 21:14:01 ---> 76ee9f5485ba 21:14:01 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:01 ---> 4c0424a26c5d 21:14:01 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 21:14:01 Removing intermediate container ca2b4c25f1af 21:14:01 ---> afa63eac71be 21:14:01 21:14:01 Successfully built afa63eac71be 21:14:01 Successfully tagged security-spire-config:latest 21:14:01 Building core-metadata 21:14:01  Building security-spire-config ... done  ---> 34835659ca7d 21:14:01 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:14:01 ---> 7c3da11dbc06 21:14:01 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:14:05 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:14:05 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:14:05 ---> 9227b765358a 21:14:05 Step 3/25 : ARG ADD_BUILD_TAGS="" 21:14:05 ---> Using cache 21:14:05 ---> d2a4e0a7a0f3 21:14:05 Step 4/25 : WORKDIR /edgex-go 21:14:05 ---> Using cache 21:14:05 ---> 82c9350f7eca 21:14:05 Step 5/25 : RUN apk add --update --no-cache make git 21:14:05 ---> Using cache 21:14:05 ---> 0c0dabf42223 21:14:05 Step 6/25 : COPY go.mod vendor* ./ 21:14:05 ---> Using cache 21:14:05 ---> 4837a3e4dfae 21:14:05 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:05 ---> Using cache 21:14:05 ---> 10863b920a66 21:14:05 Step 8/25 : COPY . . 21:14:05 ---> Using cache 21:14:05 ---> 207591205037 21:14:05 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:14:08 ---> 3a6c12980fd5 21:14:08 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:14:08 Removing intermediate container 4db5a8ea5697 21:14:08 ---> 9c9e58d68d74 21:14:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 21:14:08 ---> Running in 86632d0d0ca1 21:14:08 ---> 8088c42d9142 21:14:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:14:08 ---> Running in 45a918f4b029 21:14:08 ---> 5a3782cd5c0f 21:14:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:14:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:14:10 Removing intermediate container 45a918f4b029 21:14:10 ---> 44e91f5be5ba 21:14:10 Step 30/33 : CMD ["gate"] 21:14:11 ---> de7c81bcf0b4 21:14:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:14:11 ---> 86054c38d691 21:14:11 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:14:11 ---> Running in a2ffd2633dc0 21:14:11 Removing intermediate container 8cd56196b0d9 21:14:11 ---> 19d141760f9c 21:14:11 21:14:11 Step 9/20 : FROM alpine:3.17 21:14:11 ---> 9ed4aefc74f6 21:14:11 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 21:14:11 ---> Using cache 21:14:11 ---> a4fa6d47c457 21:14:11 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:14:12 ---> Running in 0bf2c050621f 21:14:12 Removing intermediate container a2ffd2633dc0 21:14:12 ---> 0e590f1d843e 21:14:12 Step 31/33 : LABEL arch=x86_64 21:14:12 ---> d58e1cc29484 21:14:12 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:14:12 ---> 73c9458e7e86 21:14:12 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:14:12 ---> Running in 9bc95d3d5b0e 21:14:12 ---> Running in 9e20c36fefee 21:14:13 Removing intermediate container 9bc95d3d5b0e 21:14:13 ---> 74e6c23bc8fc 21:14:13 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:14:13 Removing intermediate container 9e20c36fefee 21:14:13 ---> ea23189e4917 21:14:13 Step 32/33 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:13 ---> Running in 3cf2d83d3874 21:14:13 ---> 4f5550589191 21:14:13 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:14:13 ---> Running in 281d53593842 21:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:14:13 Removing intermediate container 3cf2d83d3874 21:14:13 ---> f99340581cf5 21:14:13 Step 24/26 : LABEL arch=x86_64 21:14:13 ---> Running in 2f25240c2bca 21:14:13 Removing intermediate container 281d53593842 21:14:13 ---> adee2baa870d 21:14:13 Step 33/33 : LABEL version=3.0.0-dev.150 21:14:13 ---> Running in 52a435be4202 21:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:13 ---> 2f10c3aa62db 21:14:13 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:14:13 Removing intermediate container 2f25240c2bca 21:14:13 ---> 86b3e82ff939 21:14:13 Step 25/26 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:13 ---> Running in 629dc587423c 21:14:13 Removing intermediate container 52a435be4202 21:14:13 ---> 0569e4f5a6b3 21:14:13 21:14:13 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:14:13 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:14:13 OK: 17820 distinct packages available 21:14:13 ---> 5918be019d61 21:14:13 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:14:13 Successfully built 0569e4f5a6b3 21:14:13 ---> Running in 3e3ced7bd254 21:14:13 Successfully tagged security-bootstrapper:latest 21:14:13  Building security-bootstrapper ... done Building core-common-config-bootstrapper 21:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:14:13 Removing intermediate container 629dc587423c 21:14:13 ---> 959d661b29ae 21:14:13 Step 26/26 : LABEL version=3.0.0-dev.150 21:14:13 ---> Running in b7c4494df9aa 21:14:14 (1/9) Installing ca-certificates (20220614-r4) 21:14:14 (2/9) Installing brotli-libs (1.0.9-r9) 21:14:14 (3/9) Installing nghttp2-libs (1.51.0-r0) 21:14:14 (4/9) Installing libcurl (8.0.1-r0) 21:14:14 (5/9) Installing curl (8.0.1-r0) 21:14:14 (6/9) Installing dumb-init (1.2.5-r2) 21:14:14 (7/9) Installing musl-obstack (1.2.3-r0) 21:14:14 (8/9) Installing libucontext (1.2-r0) 21:14:14 (9/9) Installing gcompat (1.1.0-r0) 21:14:14 Executing busybox-1.35.0-r29.trigger 21:14:14 Executing ca-certificates-20220614-r4.trigger 21:14:14 OK: 10 MiB in 24 packages 21:14:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:14:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:14:18 Removing intermediate container 3e3ced7bd254 21:14:18 ---> d4bc96af9fee 21:14:18 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:14:18 ---> 9227b765358a 21:14:18 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:14:18 ---> Using cache 21:14:18 ---> d2a4e0a7a0f3 21:14:18 Step 4/23 : WORKDIR /edgex-go 21:14:18 ---> Using cache 21:14:18 ---> 82c9350f7eca 21:14:18 Step 5/23 : RUN apk add --update --no-cache make git 21:14:18 ---> Using cache 21:14:18 ---> 0c0dabf42223 21:14:18 Step 6/23 : COPY go.mod vendor* ./ 21:14:18 ---> Using cache 21:14:18 ---> 4837a3e4dfae 21:14:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:18 ---> Using cache 21:14:18 ---> 10863b920a66 21:14:18 Step 8/23 : COPY . . 21:14:18 ---> Using cache 21:14:18 ---> 207591205037 21:14:18 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:14:18 Removing intermediate container b7c4494df9aa 21:14:18 ---> 2ffc64073017 21:14:18 21:14:18 ---> Running in 814b7dc172f1 21:14:18 ---> Running in 4d3ba7aa0866 21:14:18 Successfully built 2ffc64073017 21:14:19 Successfully tagged security-spire-server:latest 21:14:19  Building security-spire-server ... done Removing intermediate container 4d3ba7aa0866 21:14:19 ---> 58c672889d2d 21:14:19 Step 25/27 : LABEL arch=x86_64 21:14:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:14:19 ---> Running in d190d748e436 21:14:19 Removing intermediate container 0bf2c050621f 21:14:19 ---> 7ea03b610d02 21:14:19 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:19 Removing intermediate container d190d748e436 21:14:19 ---> fa80f596fcdf 21:14:19 Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:19 ---> 831020720d95 21:14:19 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 21:14:19 ---> Running in 3236dcc0e44a 21:14:19 ---> de811d8b1533 21:14:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:14:19 Removing intermediate container 3236dcc0e44a 21:14:19 ---> 1128c516ec85 21:14:19 Step 27/27 : LABEL version=3.0.0-dev.150 21:14:19 ---> Running in 8a632cb82fe9 21:14:20 Removing intermediate container 8a632cb82fe9 21:14:20 ---> 085b140391d9 21:14:20 21:14:20 Successfully built 085b140391d9 21:14:20 Successfully tagged security-spire-agent:latest 21:14:20  Building security-spire-agent ... done  ---> ab2dc21d649c 21:14:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 21:14:20 ---> 72545de0536a 21:14:20 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:14:20 ---> Running in 3d7f33534f80 21:14:20 Removing intermediate container 3d7f33534f80 21:14:20 ---> 9f5555bb4375 21:14:20 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 21:14:20 ---> Running in cca322fe7279 21:14:20 Removing intermediate container cca322fe7279 21:14:20 ---> 49b2a8600106 21:14:20 Step 18/20 : LABEL arch=x86_64 21:14:20 ---> Running in 4d4b5c066c1d 21:14:21 Removing intermediate container 4d4b5c066c1d 21:14:21 ---> 768d60e584f0 21:14:21 Step 19/20 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:21 ---> Running in 3cdd44fd28f4 21:14:21 Removing intermediate container 3cdd44fd28f4 21:14:21 ---> d09238d15890 21:14:21 Step 20/20 : LABEL version=3.0.0-dev.150 21:14:21 ---> Running in 12a44e6a87d2 21:14:21 Removing intermediate container 12a44e6a87d2 21:14:21 ---> b201e65b6c97 21:14:21 21:14:21 Successfully built b201e65b6c97 21:14:21 Successfully tagged security-spiffe-token-provider:latest 21:14:31  Building security-spiffe-token-provider ... done Removing intermediate container 86632d0d0ca1 21:14:31 ---> 0f321a43ff05 21:14:31 21:14:31 Step 10/25 : FROM alpine:3.17 21:14:31 ---> 9ed4aefc74f6 21:14:31 Step 11/25 : RUN apk add --update --no-cache dumb-init 21:14:31 ---> Using cache 21:14:31 ---> b56250ede6bc 21:14:31 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:14:31 ---> Using cache 21:14:31 ---> d8e1fd66247f 21:14:31 Step 13/25 : ENV APP_PORT=59881 21:14:31 ---> Running in a6a01d7b8211 21:14:31 Removing intermediate container a6a01d7b8211 21:14:31 ---> 56556301cfdf 21:14:31 Step 14/25 : EXPOSE $APP_PORT 21:14:31 ---> Running in 91c2477d8dcc 21:14:31 Removing intermediate container 91c2477d8dcc 21:14:31 ---> dec2fca790fe 21:14:31 Step 15/25 : WORKDIR / 21:14:31 ---> Running in 3e91588e9f2e 21:14:31 Removing intermediate container 3e91588e9f2e 21:14:31 ---> 01730f71e736 21:14:31 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:31 ---> d287f32bda5f 21:14:31 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 21:14:32 ---> f96b2b3eaa98 21:14:32 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:14:33 ---> 575212d79302 21:14:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 21:14:33 Removing intermediate container 814b7dc172f1 21:14:33 ---> d64887539680 21:14:33 21:14:33 Step 10/23 : FROM alpine:3.17 21:14:33 ---> 9ed4aefc74f6 21:14:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:14:33 ---> Using cache 21:14:33 ---> 1462f7cd84d0 21:14:33 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:14:33 ---> Using cache 21:14:33 ---> f682b1d4cfa6 21:14:33 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:33 ---> Using cache 21:14:33 ---> 6430e5af8b4d 21:14:33 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:14:33 ---> Using cache 21:14:33 ---> 16f50a55796d 21:14:33 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:14:33 ---> d01e5ba50632 21:14:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 21:14:34 ---> dca20e804cc8 21:14:34 Step 21/25 : ENTRYPOINT ["/core-metadata"] 21:14:34 ---> d48b757222e4 21:14:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:14:34 ---> Running in 275fc4964447 21:14:34 Removing intermediate container 275fc4964447 21:14:34 ---> 523478e6b8b1 21:14:34 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:14:34 ---> Running in f8bc8cf506df 21:14:34 ---> 5e0ccfb1ca79 21:14:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:14:34 Removing intermediate container f8bc8cf506df 21:14:34 ---> 5dcc5e9762fa 21:14:34 Step 23/25 : LABEL arch=x86_64 21:14:34 ---> Running in 691eb3829fa3 21:14:34 ---> 69e18c99a03c 21:14:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:14:34 ---> Running in f37199985b43 21:14:34 Removing intermediate container 691eb3829fa3 21:14:34 ---> e42d43375137 21:14:34 Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:34 ---> Running in 87fc113019fc 21:14:34 Removing intermediate container 87fc113019fc 21:14:34 ---> 2ece3e62e324 21:14:34 Step 25/25 : LABEL version=3.0.0-dev.150 21:14:34 ---> Running in ff1816bd20b9 21:14:34 Removing intermediate container ff1816bd20b9 21:14:34 ---> 200ee1d4905a 21:14:34 21:14:34 Successfully built 200ee1d4905a 21:14:34 Successfully tagged core-metadata:latest 21:14:34  Building core-metadata ... done Removing intermediate container f37199985b43 21:14:34 ---> 29cacdb5c17d 21:14:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:14:34 ---> Running in 4df08c0fc32c 21:14:35 Removing intermediate container 4df08c0fc32c 21:14:35 ---> 0e49967b7851 21:14:35 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 21:14:35 ---> Running in 61e49836c390 21:14:35 Removing intermediate container 61e49836c390 21:14:35 ---> fa7d7435f803 21:14:35 Step 21/23 : LABEL arch=x86_64 21:14:35 ---> Running in 199aa75e7b85 21:14:35 Removing intermediate container 199aa75e7b85 21:14:35 ---> cf33484bf749 21:14:35 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:35 ---> Running in 9d9540601616 21:14:35 Removing intermediate container 9d9540601616 21:14:35 ---> a553bd2eb418 21:14:35 Step 23/23 : LABEL version=3.0.0-dev.150 21:14:35 ---> Running in f2702ae1ed64 21:14:35 Removing intermediate container f2702ae1ed64 21:14:35 ---> 16c21728cb32 21:14:35 21:14:35 Successfully built 16c21728cb32 21:14:35 Successfully tagged core-common-config-bootstrapper:latest 21:14:35  Building core-common-config-bootstrapper ... done  [Pipeline] } 21:14:35 $ docker stop --time=1 fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 21:14:36 $ docker rm -f --volumes fe327e997892bc964eed5622446caee236f54d04afbf9220d136df7559cf6fa3 [Pipeline] // withDockerContainer [Pipeline] sh 21:14:37 + docker images 21:14:37 REPOSITORY TAG IMAGE ID CREATED SIZE 21:14:37 core-common-config-bootstrapper latest 16c21728cb32 2 seconds ago 17.2MB 21:14:37 core-metadata latest 200ee1d4905a 3 seconds ago 20.4MB 21:14:37 d64887539680 4 seconds ago 1.72GB 21:14:37 0f321a43ff05 8 seconds ago 1.73GB 21:14:37 security-spiffe-token-provider latest b201e65b6c97 16 seconds ago 32.8MB 21:14:37 security-spire-agent latest 085b140391d9 18 seconds ago 161MB 21:14:37 security-spire-server latest 2ffc64073017 21 seconds ago 103MB 21:14:37 security-bootstrapper latest 0569e4f5a6b3 24 seconds ago 22.2MB 21:14:37 19d141760f9c 27 seconds ago 1.76GB 21:14:37 security-spire-config latest afa63eac71be 36 seconds ago 102MB 21:14:37 60ff4b302dc0 44 seconds ago 1.58GB 21:14:37 security-proxy-setup latest 928b1f9099e8 44 seconds ago 18.7MB 21:14:37 core-data latest df98bae5599c 51 seconds ago 20MB 21:14:37 ed4407649ebc 51 seconds ago 1.58GB 21:14:37 c6b9b955abf5 About a minute ago 1.71GB 21:14:37 eafbb734606e About a minute ago 1.73GB 21:14:37 c2b43bb28803 About a minute ago 1.7GB 21:14:37 security-secretstore-setup latest a1187fdc9597 About a minute ago 32.8MB 21:14:37 core-command latest 64ed9153019a About a minute ago 19.8MB 21:14:37 support-notifications latest 40312b10580b About a minute ago 32.4MB 21:14:37 support-scheduler latest 17c553bc812a About a minute ago 31.8MB 21:14:37 security-proxy-auth latest 1e1de0af5918 About a minute ago 18.3MB 21:14:37 bf99ca9982e4 2 minutes ago 1.79GB 21:14:37 78b3d2670238 2 minutes ago 1.79GB 21:14:37 244cdd4dd7be 2 minutes ago 1.72GB 21:14:37 0a6a99c32654 2 minutes ago 1.72GB 21:14:37 00edc0601960 2 minutes ago 1.7GB 21:14:37 ci-base-image-x86_64 latest 9227b765358a 6 minutes ago 918MB 21:14:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 11 days ago 700MB 21:14:37 alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB 21:14:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 10 months ago 253MB 21:14:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:14:37 provisioning config files... 21:14:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config9230226124080915306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:14:37 ---> docker-login.sh 21:14:37 nexus3.edgexfoundry.org:10001 21:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:37 Configure a credential helper to remove this warning. See 21:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:37 21:14:37 Login Succeeded 21:14:37 nexus3.edgexfoundry.org:10002 21:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:37 Configure a credential helper to remove this warning. See 21:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:37 21:14:37 Login Succeeded 21:14:37 nexus3.edgexfoundry.org:10003 21:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:37 Configure a credential helper to remove this warning. See 21:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:37 21:14:37 Login Succeeded 21:14:37 nexus3.edgexfoundry.org:10004 21:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:37 Configure a credential helper to remove this warning. See 21:14:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:37 21:14:37 Login Succeeded 21:14:37 docker.io 21:14:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:14:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:14:38 Configure a credential helper to remove this warning. See 21:14:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:14:38 21:14:38 Login Succeeded 21:14:38 ---> docker-login.sh ends [Pipeline] } 21:14:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:14:38 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:14:38 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:38 latest 21:14:38 3.0.0-dev.150 21:14:38 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:38 main 21:14:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:38 + docker push nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:14:38 5a96f75cf197: Preparing 21:14:38 42d2c6a1191e: Preparing 21:14:38 893c95baa9cc: Preparing 21:14:38 9a4be542c7f7: Preparing 21:14:38 3226d6adfbce: Preparing 21:14:38 f1417ff83b31: Preparing 21:14:38 f1417ff83b31: Waiting 21:14:38 893c95baa9cc: Pushed 21:14:38 9a4be542c7f7: Pushed 21:14:38 3226d6adfbce: Pushed 21:14:38 5a96f75cf197: Pushed 21:14:38 f1417ff83b31: Layer already exists 21:14:40 42d2c6a1191e: Pushed 21:14:40 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:14:40 5a96f75cf197: Preparing 21:14:40 42d2c6a1191e: Preparing 21:14:40 893c95baa9cc: Preparing 21:14:40 9a4be542c7f7: Preparing 21:14:40 3226d6adfbce: Preparing 21:14:40 f1417ff83b31: Preparing 21:14:40 f1417ff83b31: Waiting 21:14:40 5a96f75cf197: Layer already exists 21:14:40 3226d6adfbce: Layer already exists 21:14:40 42d2c6a1191e: Layer already exists 21:14:40 893c95baa9cc: Layer already exists 21:14:40 9a4be542c7f7: Layer already exists 21:14:40 f1417ff83b31: Layer already exists 21:14:40 latest: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:41 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 21:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:14:41 5a96f75cf197: Preparing 21:14:41 42d2c6a1191e: Preparing 21:14:41 893c95baa9cc: Preparing 21:14:41 9a4be542c7f7: Preparing 21:14:41 3226d6adfbce: Preparing 21:14:41 f1417ff83b31: Preparing 21:14:41 f1417ff83b31: Waiting 21:14:41 893c95baa9cc: Layer already exists 21:14:41 9a4be542c7f7: Layer already exists 21:14:41 42d2c6a1191e: Layer already exists 21:14:41 3226d6adfbce: Layer already exists 21:14:41 5a96f75cf197: Layer already exists 21:14:41 f1417ff83b31: Layer already exists 21:14:41 3.0.0-dev.150: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:42 + docker push nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:14:42 5a96f75cf197: Preparing 21:14:42 42d2c6a1191e: Preparing 21:14:42 893c95baa9cc: Preparing 21:14:42 9a4be542c7f7: Preparing 21:14:42 3226d6adfbce: Preparing 21:14:42 f1417ff83b31: Preparing 21:14:42 f1417ff83b31: Waiting 21:14:42 3226d6adfbce: Layer already exists 21:14:42 5a96f75cf197: Layer already exists 21:14:42 893c95baa9cc: Layer already exists 21:14:42 42d2c6a1191e: Layer already exists 21:14:42 9a4be542c7f7: Layer already exists 21:14:42 f1417ff83b31: Layer already exists 21:14:42 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:14:42 5a96f75cf197: Preparing 21:14:42 42d2c6a1191e: Preparing 21:14:42 893c95baa9cc: Preparing 21:14:42 9a4be542c7f7: Preparing 21:14:42 3226d6adfbce: Preparing 21:14:42 f1417ff83b31: Preparing 21:14:42 f1417ff83b31: Waiting 21:14:42 3226d6adfbce: Layer already exists 21:14:42 9a4be542c7f7: Layer already exists 21:14:42 5a96f75cf197: Layer already exists 21:14:42 893c95baa9cc: Layer already exists 21:14:42 42d2c6a1191e: Layer already exists 21:14:42 f1417ff83b31: Layer already exists 21:14:42 main: digest: sha256:552061757ce88449b751db1dbffb5d5ebde65eba0983264b44a41b8b5ed1faa5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:42 ===================================================== [Pipeline] echo 21:14:42 taggedImages: 21:14:42 - nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:42 - nexus3.edgexfoundry.org:10004/core-command:latest 21:14:42 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.150 21:14:42 - nexus3.edgexfoundry.org:10004/core-command:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:14:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:14:42 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:42 latest 21:14:42 3.0.0-dev.150 21:14:42 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:42 main 21:14:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:14:43 5d969f362585: Preparing 21:14:43 645a5b12c0a6: Preparing 21:14:43 dd33671974b6: Preparing 21:14:43 6e826cbf917d: Preparing 21:14:43 893c95baa9cc: Preparing 21:14:43 9a4be542c7f7: Preparing 21:14:43 0a3598aba77a: Preparing 21:14:43 f1417ff83b31: Preparing 21:14:43 0a3598aba77a: Waiting 21:14:43 f1417ff83b31: Waiting 21:14:43 9a4be542c7f7: Waiting 21:14:43 893c95baa9cc: Layer already exists 21:14:43 9a4be542c7f7: Layer already exists 21:14:43 dd33671974b6: Pushed 21:14:43 645a5b12c0a6: Pushed 21:14:43 5d969f362585: Pushed 21:14:43 f1417ff83b31: Layer already exists 21:14:43 0a3598aba77a: Pushed 21:14:44 6e826cbf917d: Pushed 21:14:44 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14: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 21:14:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:14:45 5d969f362585: Preparing 21:14:45 645a5b12c0a6: Preparing 21:14:45 dd33671974b6: Preparing 21:14:45 6e826cbf917d: Preparing 21:14:45 893c95baa9cc: Preparing 21:14:45 9a4be542c7f7: Preparing 21:14:45 0a3598aba77a: Preparing 21:14:45 f1417ff83b31: Preparing 21:14:45 0a3598aba77a: Waiting 21:14:45 9a4be542c7f7: Waiting 21:14:45 645a5b12c0a6: Layer already exists 21:14:45 dd33671974b6: Layer already exists 21:14:45 893c95baa9cc: Layer already exists 21:14:45 6e826cbf917d: Layer already exists 21:14:45 5d969f362585: Layer already exists 21:14:45 9a4be542c7f7: Layer already exists 21:14:45 f1417ff83b31: Layer already exists 21:14:45 0a3598aba77a: Layer already exists 21:14:45 latest: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 21:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:14:45 5d969f362585: Preparing 21:14:45 645a5b12c0a6: Preparing 21:14:45 dd33671974b6: Preparing 21:14:45 6e826cbf917d: Preparing 21:14:45 893c95baa9cc: Preparing 21:14:45 9a4be542c7f7: Preparing 21:14:45 0a3598aba77a: Preparing 21:14:45 f1417ff83b31: Preparing 21:14:45 9a4be542c7f7: Waiting 21:14:45 0a3598aba77a: Waiting 21:14:45 f1417ff83b31: Waiting 21:14:45 893c95baa9cc: Layer already exists 21:14:45 645a5b12c0a6: Layer already exists 21:14:45 5d969f362585: Layer already exists 21:14:45 6e826cbf917d: Layer already exists 21:14:45 dd33671974b6: Layer already exists 21:14:45 0a3598aba77a: Layer already exists 21:14:45 9a4be542c7f7: Layer already exists 21:14:45 f1417ff83b31: Layer already exists 21:14:45 3.0.0-dev.150: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:14:46 5d969f362585: Preparing 21:14:46 645a5b12c0a6: Preparing 21:14:46 dd33671974b6: Preparing 21:14:46 6e826cbf917d: Preparing 21:14:46 893c95baa9cc: Preparing 21:14:46 9a4be542c7f7: Preparing 21:14:46 0a3598aba77a: Preparing 21:14:46 f1417ff83b31: Preparing 21:14:46 9a4be542c7f7: Waiting 21:14:46 0a3598aba77a: Waiting 21:14:46 f1417ff83b31: Waiting 21:14:46 5d969f362585: Layer already exists 21:14:46 6e826cbf917d: Layer already exists 21:14:46 dd33671974b6: Layer already exists 21:14:46 645a5b12c0a6: Layer already exists 21:14:46 893c95baa9cc: Layer already exists 21:14:46 9a4be542c7f7: Layer already exists 21:14:46 f1417ff83b31: Layer already exists 21:14:46 0a3598aba77a: Layer already exists 21:14:46 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:47 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:14:47 5d969f362585: Preparing 21:14:47 645a5b12c0a6: Preparing 21:14:47 dd33671974b6: Preparing 21:14:47 6e826cbf917d: Preparing 21:14:47 893c95baa9cc: Preparing 21:14:47 9a4be542c7f7: Preparing 21:14:47 0a3598aba77a: Preparing 21:14:47 f1417ff83b31: Preparing 21:14:47 0a3598aba77a: Waiting 21:14:47 9a4be542c7f7: Waiting 21:14:47 f1417ff83b31: Waiting 21:14:47 6e826cbf917d: Layer already exists 21:14:47 893c95baa9cc: Layer already exists 21:14:47 dd33671974b6: Layer already exists 21:14:47 5d969f362585: Layer already exists 21:14:47 645a5b12c0a6: Layer already exists 21:14:47 9a4be542c7f7: Layer already exists 21:14:47 0a3598aba77a: Layer already exists 21:14:47 f1417ff83b31: Layer already exists 21:14:47 main: digest: sha256:a10430bbc964de391f5aeecf2d0bdf5239dbb9a9c79040d9101d94fa93b8bf74 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:47 ===================================================== [Pipeline] echo 21:14:47 taggedImages: 21:14:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:14:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.150 21:14:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:14:47 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:14:47 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:47 latest 21:14:47 3.0.0-dev.150 21:14:47 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:47 main 21:14:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:47 + docker push nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:14:47 9b61a904bc2c: Preparing 21:14:47 1051b59d279e: Preparing 21:14:47 893c95baa9cc: Preparing 21:14:47 9a4be542c7f7: Preparing 21:14:47 9716c03f52e9: Preparing 21:14:47 f1417ff83b31: Preparing 21:14:47 f1417ff83b31: Waiting 21:14:47 9a4be542c7f7: Layer already exists 21:14:47 893c95baa9cc: Layer already exists 21:14:47 f1417ff83b31: Layer already exists 21:14:47 9b61a904bc2c: Pushed 21:14:47 9716c03f52e9: Pushed 21:14:49 1051b59d279e: Pushed 21:14:49 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:49 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:14:49 9b61a904bc2c: Preparing 21:14:49 1051b59d279e: Preparing 21:14:49 893c95baa9cc: Preparing 21:14:49 9a4be542c7f7: Preparing 21:14:49 9716c03f52e9: Preparing 21:14:49 f1417ff83b31: Preparing 21:14:49 f1417ff83b31: Waiting 21:14:49 9b61a904bc2c: Layer already exists 21:14:49 1051b59d279e: Layer already exists 21:14:49 893c95baa9cc: Layer already exists 21:14:49 9716c03f52e9: Layer already exists 21:14:49 9a4be542c7f7: Layer already exists 21:14:49 f1417ff83b31: Layer already exists 21:14:49 latest: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:50 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 21:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:14:50 9b61a904bc2c: Preparing 21:14:50 1051b59d279e: Preparing 21:14:50 893c95baa9cc: Preparing 21:14:50 9a4be542c7f7: Preparing 21:14:50 9716c03f52e9: Preparing 21:14:50 f1417ff83b31: Preparing 21:14:50 f1417ff83b31: Waiting 21:14:50 9b61a904bc2c: Layer already exists 21:14:50 1051b59d279e: Layer already exists 21:14:50 893c95baa9cc: Layer already exists 21:14:50 9716c03f52e9: Layer already exists 21:14:50 9a4be542c7f7: Layer already exists 21:14:50 f1417ff83b31: Layer already exists 21:14:50 3.0.0-dev.150: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:51 + docker push nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:14:51 9b61a904bc2c: Preparing 21:14:51 1051b59d279e: Preparing 21:14:51 893c95baa9cc: Preparing 21:14:51 9a4be542c7f7: Preparing 21:14:51 9716c03f52e9: Preparing 21:14:51 f1417ff83b31: Preparing 21:14:51 f1417ff83b31: Waiting 21:14:51 9a4be542c7f7: Layer already exists 21:14:51 893c95baa9cc: Layer already exists 21:14:51 9b61a904bc2c: Layer already exists 21:14:51 1051b59d279e: Layer already exists 21:14:51 9716c03f52e9: Layer already exists 21:14:51 f1417ff83b31: Layer already exists 21:14:51 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:51 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:14:51 9b61a904bc2c: Preparing 21:14:51 1051b59d279e: Preparing 21:14:51 893c95baa9cc: Preparing 21:14:51 9a4be542c7f7: Preparing 21:14:51 9716c03f52e9: Preparing 21:14:51 f1417ff83b31: Preparing 21:14:51 f1417ff83b31: Waiting 21:14:51 9a4be542c7f7: Layer already exists 21:14:51 9716c03f52e9: Layer already exists 21:14:51 893c95baa9cc: Layer already exists 21:14:51 9b61a904bc2c: Layer already exists 21:14:51 1051b59d279e: Layer already exists 21:14:51 f1417ff83b31: Layer already exists 21:14:51 main: digest: sha256:afaa644cb77658aa33cd23d92859cb97bfe37c501f3bd8cd89bef5a6e27d2fd8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:51 ===================================================== [Pipeline] echo 21:14:51 taggedImages: 21:14:51 - nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:51 - nexus3.edgexfoundry.org:10004/core-data:latest 21:14:51 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.150 21:14:51 - nexus3.edgexfoundry.org:10004/core-data:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:51 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:14:51 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:14:51 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:51 latest 21:14:51 3.0.0-dev.150 21:14:51 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:51 main 21:14:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:14:52 dc0a893c2479: Preparing 21:14:52 184b94081a49: Preparing 21:14:52 79df7357a111: Preparing 21:14:52 893c95baa9cc: Preparing 21:14:52 9a4be542c7f7: Preparing 21:14:52 0a3598aba77a: Preparing 21:14:52 f1417ff83b31: Preparing 21:14:52 f1417ff83b31: Waiting 21:14:52 0a3598aba77a: Waiting 21:14:52 893c95baa9cc: Layer already exists 21:14:52 9a4be542c7f7: Layer already exists 21:14:52 0a3598aba77a: Layer already exists 21:14:52 f1417ff83b31: Layer already exists 21:14:52 dc0a893c2479: Pushed 21:14:52 184b94081a49: Pushed 21:14:53 79df7357a111: Pushed 21:14:53 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:14:54 dc0a893c2479: Preparing 21:14:54 184b94081a49: Preparing 21:14:54 79df7357a111: Preparing 21:14:54 893c95baa9cc: Preparing 21:14:54 9a4be542c7f7: Preparing 21:14:54 0a3598aba77a: Preparing 21:14:54 f1417ff83b31: Preparing 21:14:54 f1417ff83b31: Waiting 21:14:54 0a3598aba77a: Waiting 21:14:54 79df7357a111: Layer already exists 21:14:54 9a4be542c7f7: Layer already exists 21:14:54 dc0a893c2479: Layer already exists 21:14:54 184b94081a49: Layer already exists 21:14:54 893c95baa9cc: Layer already exists 21:14:54 0a3598aba77a: Layer already exists 21:14:54 f1417ff83b31: Layer already exists 21:14:54 latest: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 21:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:14:55 dc0a893c2479: Preparing 21:14:55 184b94081a49: Preparing 21:14:55 79df7357a111: Preparing 21:14:55 893c95baa9cc: Preparing 21:14:55 9a4be542c7f7: Preparing 21:14:55 0a3598aba77a: Preparing 21:14:55 f1417ff83b31: Preparing 21:14:55 0a3598aba77a: Waiting 21:14:55 f1417ff83b31: Waiting 21:14:55 dc0a893c2479: Layer already exists 21:14:55 79df7357a111: Layer already exists 21:14:55 9a4be542c7f7: Layer already exists 21:14:55 184b94081a49: Layer already exists 21:14:55 893c95baa9cc: Layer already exists 21:14:55 f1417ff83b31: Layer already exists 21:14:55 0a3598aba77a: Layer already exists 21:14:55 3.0.0-dev.150: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:14:55 dc0a893c2479: Preparing 21:14:55 184b94081a49: Preparing 21:14:55 79df7357a111: Preparing 21:14:55 893c95baa9cc: Preparing 21:14:55 9a4be542c7f7: Preparing 21:14:55 0a3598aba77a: Preparing 21:14:55 f1417ff83b31: Preparing 21:14:55 f1417ff83b31: Waiting 21:14:55 184b94081a49: Layer already exists 21:14:55 79df7357a111: Layer already exists 21:14:55 9a4be542c7f7: Layer already exists 21:14:55 893c95baa9cc: Layer already exists 21:14:55 dc0a893c2479: Layer already exists 21:14:55 f1417ff83b31: Layer already exists 21:14:55 0a3598aba77a: Layer already exists 21:14:55 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:14:56 dc0a893c2479: Preparing 21:14:56 184b94081a49: Preparing 21:14:56 79df7357a111: Preparing 21:14:56 893c95baa9cc: Preparing 21:14:56 9a4be542c7f7: Preparing 21:14:56 0a3598aba77a: Preparing 21:14:56 f1417ff83b31: Preparing 21:14:56 0a3598aba77a: Waiting 21:14:56 f1417ff83b31: Waiting 21:14:56 79df7357a111: Layer already exists 21:14:56 9a4be542c7f7: Layer already exists 21:14:56 dc0a893c2479: Layer already exists 21:14:56 184b94081a49: Layer already exists 21:14:56 893c95baa9cc: Layer already exists 21:14:56 0a3598aba77a: Layer already exists 21:14:56 f1417ff83b31: Layer already exists 21:14:56 main: digest: sha256:3a1a755047781a8a586be29e98dae79ae3f40cd7f7cfa36bf69101da5aa40d17 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:14:56 ===================================================== [Pipeline] echo 21:14:56 taggedImages: 21:14:56 - nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:14:56 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.150 21:14:56 - nexus3.edgexfoundry.org:10004/core-metadata:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:56 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:14:56 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:14:56 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:56 latest 21:14:56 3.0.0-dev.150 21:14:56 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:14:56 main 21:14:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:14:56 777641fc75ca: Preparing 21:14:56 777641fc75ca: Preparing 21:14:56 3b37c607ec63: Preparing 21:14:56 6e5a08c4fc82: Preparing 21:14:56 706bcb8d1ce8: Preparing 21:14:56 42155020b8ff: Preparing 21:14:56 148e6e5d89d5: Preparing 21:14:56 893c95baa9cc: Preparing 21:14:56 9a4be542c7f7: Preparing 21:14:56 01d3ab8f9551: Preparing 21:14:56 87a757d08be7: Preparing 21:14:56 675b05c0c226: Preparing 21:14:56 3a8522369f40: Preparing 21:14:56 f1417ff83b31: Preparing 21:14:56 9a4be542c7f7: Waiting 21:14:56 01d3ab8f9551: Waiting 21:14:56 87a757d08be7: Waiting 21:14:56 675b05c0c226: Waiting 21:14:56 148e6e5d89d5: Waiting 21:14:56 893c95baa9cc: Waiting 21:14:56 f1417ff83b31: Waiting 21:14:56 3a8522369f40: Waiting 21:14:56 6e5a08c4fc82: Pushed 21:14:56 3b37c607ec63: Pushed 21:14:56 706bcb8d1ce8: Pushed 21:14:56 42155020b8ff: Pushed 21:14:56 777641fc75ca: Pushed 21:14:56 893c95baa9cc: Layer already exists 21:14:56 9a4be542c7f7: Layer already exists 21:14:57 87a757d08be7: Pushed 21:14:57 675b05c0c226: Pushed 21:14:57 f1417ff83b31: Layer already exists 21:14:57 01d3ab8f9551: Pushed 21:14:57 3a8522369f40: Pushed 21:14:58 148e6e5d89d5: Pushed 21:14:58 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:14:59 777641fc75ca: Preparing 21:14:59 777641fc75ca: Preparing 21:14:59 3b37c607ec63: Preparing 21:14:59 6e5a08c4fc82: Preparing 21:14:59 706bcb8d1ce8: Preparing 21:14:59 42155020b8ff: Preparing 21:14:59 148e6e5d89d5: Preparing 21:14:59 893c95baa9cc: Preparing 21:14:59 9a4be542c7f7: Preparing 21:14:59 01d3ab8f9551: Preparing 21:14:59 87a757d08be7: Preparing 21:14:59 675b05c0c226: Preparing 21:14:59 3a8522369f40: Preparing 21:14:59 f1417ff83b31: Preparing 21:14:59 9a4be542c7f7: Waiting 21:14:59 675b05c0c226: Waiting 21:14:59 87a757d08be7: Waiting 21:14:59 3a8522369f40: Waiting 21:14:59 148e6e5d89d5: Waiting 21:14:59 893c95baa9cc: Waiting 21:14:59 01d3ab8f9551: Waiting 21:14:59 f1417ff83b31: Waiting 21:14:59 42155020b8ff: Layer already exists 21:14:59 777641fc75ca: Layer already exists 21:14:59 3b37c607ec63: Layer already exists 21:14:59 706bcb8d1ce8: Layer already exists 21:14:59 6e5a08c4fc82: Layer already exists 21:14:59 148e6e5d89d5: Layer already exists 21:14:59 87a757d08be7: Layer already exists 21:14:59 893c95baa9cc: Layer already exists 21:14:59 9a4be542c7f7: Layer already exists 21:14:59 01d3ab8f9551: Layer already exists 21:14:59 675b05c0c226: Layer already exists 21:14:59 3a8522369f40: Layer already exists 21:14:59 f1417ff83b31: Layer already exists 21:14:59 latest: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 21:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:15:00 777641fc75ca: Preparing 21:15:00 777641fc75ca: Preparing 21:15:00 3b37c607ec63: Preparing 21:15:00 6e5a08c4fc82: Preparing 21:15:00 706bcb8d1ce8: Preparing 21:15:00 42155020b8ff: Preparing 21:15:00 148e6e5d89d5: Preparing 21:15:00 893c95baa9cc: Preparing 21:15:00 9a4be542c7f7: Preparing 21:15:00 01d3ab8f9551: Preparing 21:15:00 87a757d08be7: Preparing 21:15:00 675b05c0c226: Preparing 21:15:00 3a8522369f40: Preparing 21:15:00 f1417ff83b31: Preparing 21:15:00 148e6e5d89d5: Waiting 21:15:00 675b05c0c226: Waiting 21:15:00 893c95baa9cc: Waiting 21:15:00 3a8522369f40: Waiting 21:15:00 9a4be542c7f7: Waiting 21:15:00 f1417ff83b31: Waiting 21:15:00 01d3ab8f9551: Waiting 21:15:00 87a757d08be7: Waiting 21:15:00 777641fc75ca: Layer already exists 21:15:00 42155020b8ff: Layer already exists 21:15:00 6e5a08c4fc82: Layer already exists 21:15:00 3b37c607ec63: Layer already exists 21:15:00 706bcb8d1ce8: Layer already exists 21:15:00 893c95baa9cc: Layer already exists 21:15:00 148e6e5d89d5: Layer already exists 21:15:00 01d3ab8f9551: Layer already exists 21:15:00 9a4be542c7f7: Layer already exists 21:15:00 87a757d08be7: Layer already exists 21:15:00 675b05c0c226: Layer already exists 21:15:00 3a8522369f40: Layer already exists 21:15:00 f1417ff83b31: Layer already exists 21:15:00 3.0.0-dev.150: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:15:00 777641fc75ca: Preparing 21:15:00 777641fc75ca: Preparing 21:15:00 3b37c607ec63: Preparing 21:15:00 6e5a08c4fc82: Preparing 21:15:00 706bcb8d1ce8: Preparing 21:15:00 42155020b8ff: Preparing 21:15:00 148e6e5d89d5: Preparing 21:15:00 893c95baa9cc: Preparing 21:15:00 9a4be542c7f7: Preparing 21:15:00 01d3ab8f9551: Preparing 21:15:00 87a757d08be7: Preparing 21:15:00 675b05c0c226: Preparing 21:15:00 3a8522369f40: Preparing 21:15:00 f1417ff83b31: Preparing 21:15:00 148e6e5d89d5: Waiting 21:15:00 893c95baa9cc: Waiting 21:15:00 9a4be542c7f7: Waiting 21:15:00 01d3ab8f9551: Waiting 21:15:00 87a757d08be7: Waiting 21:15:00 675b05c0c226: Waiting 21:15:00 3a8522369f40: Waiting 21:15:00 f1417ff83b31: Waiting 21:15:00 777641fc75ca: Layer already exists 21:15:00 3b37c607ec63: Layer already exists 21:15:00 42155020b8ff: Layer already exists 21:15:00 706bcb8d1ce8: Layer already exists 21:15:00 6e5a08c4fc82: Layer already exists 21:15:00 148e6e5d89d5: Layer already exists 21:15:00 893c95baa9cc: Layer already exists 21:15:00 9a4be542c7f7: Layer already exists 21:15:00 87a757d08be7: Layer already exists 21:15:00 01d3ab8f9551: Layer already exists 21:15:00 675b05c0c226: Layer already exists 21:15:00 3a8522369f40: Layer already exists 21:15:00 f1417ff83b31: Layer already exists 21:15:00 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:15:01 777641fc75ca: Preparing 21:15:01 777641fc75ca: Preparing 21:15:01 3b37c607ec63: Preparing 21:15:01 6e5a08c4fc82: Preparing 21:15:01 706bcb8d1ce8: Preparing 21:15:01 42155020b8ff: Preparing 21:15:01 148e6e5d89d5: Preparing 21:15:01 893c95baa9cc: Preparing 21:15:01 9a4be542c7f7: Preparing 21:15:01 01d3ab8f9551: Preparing 21:15:01 87a757d08be7: Preparing 21:15:01 675b05c0c226: Preparing 21:15:01 3a8522369f40: Preparing 21:15:01 f1417ff83b31: Preparing 21:15:01 148e6e5d89d5: Waiting 21:15:01 893c95baa9cc: Waiting 21:15:01 3a8522369f40: Waiting 21:15:01 675b05c0c226: Waiting 21:15:01 01d3ab8f9551: Waiting 21:15:01 87a757d08be7: Waiting 21:15:01 9a4be542c7f7: Waiting 21:15:01 6e5a08c4fc82: Layer already exists 21:15:01 706bcb8d1ce8: Layer already exists 21:15:01 42155020b8ff: Layer already exists 21:15:01 3b37c607ec63: Layer already exists 21:15:01 777641fc75ca: Layer already exists 21:15:01 148e6e5d89d5: Layer already exists 21:15:01 01d3ab8f9551: Layer already exists 21:15:01 893c95baa9cc: Layer already exists 21:15:01 87a757d08be7: Layer already exists 21:15:01 9a4be542c7f7: Layer already exists 21:15:01 3a8522369f40: Layer already exists 21:15:01 675b05c0c226: Layer already exists 21:15:01 f1417ff83b31: Layer already exists 21:15:01 main: digest: sha256:14ff7a8418a07541616af8893fa3202ba6e011791b74df6fbf5f6672244d6126 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:01 ===================================================== [Pipeline] echo 21:15:01 taggedImages: 21:15:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:15:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.150 21:15:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:15:01 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:15:01 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:01 latest 21:15:01 3.0.0-dev.150 21:15:01 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:01 main 21:15:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:15:01 502939ddb349: Preparing 21:15:01 f174d6263f86: Preparing 21:15:01 d06ec5f36f5c: Preparing 21:15:01 037497c3c12c: Preparing 21:15:01 893c95baa9cc: Preparing 21:15:01 9a4be542c7f7: Preparing 21:15:01 0a3598aba77a: Preparing 21:15:01 f1417ff83b31: Preparing 21:15:01 9a4be542c7f7: Waiting 21:15:01 0a3598aba77a: Waiting 21:15:01 f1417ff83b31: Waiting 21:15:01 893c95baa9cc: Layer already exists 21:15:01 9a4be542c7f7: Layer already exists 21:15:01 0a3598aba77a: Layer already exists 21:15:01 f1417ff83b31: Layer already exists 21:15:01 f174d6263f86: Pushed 21:15:01 d06ec5f36f5c: Pushed 21:15:01 502939ddb349: Pushed 21:15:03 037497c3c12c: Pushed 21:15:03 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:15:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:15:03 502939ddb349: Preparing 21:15:03 f174d6263f86: Preparing 21:15:03 d06ec5f36f5c: Preparing 21:15:03 037497c3c12c: Preparing 21:15:03 893c95baa9cc: Preparing 21:15:03 9a4be542c7f7: Preparing 21:15:03 0a3598aba77a: Preparing 21:15:03 f1417ff83b31: Preparing 21:15:03 0a3598aba77a: Waiting 21:15:03 f1417ff83b31: Waiting 21:15:03 893c95baa9cc: Layer already exists 21:15:03 502939ddb349: Layer already exists 21:15:03 037497c3c12c: Layer already exists 21:15:03 d06ec5f36f5c: Layer already exists 21:15:03 f174d6263f86: Layer already exists 21:15:03 9a4be542c7f7: Layer already exists 21:15:03 f1417ff83b31: Layer already exists 21:15:03 0a3598aba77a: Layer already exists 21:15:03 latest: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 21:15:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:15:04 502939ddb349: Preparing 21:15:04 f174d6263f86: Preparing 21:15:04 d06ec5f36f5c: Preparing 21:15:04 037497c3c12c: Preparing 21:15:04 893c95baa9cc: Preparing 21:15:04 9a4be542c7f7: Preparing 21:15:04 0a3598aba77a: Preparing 21:15:04 f1417ff83b31: Preparing 21:15:04 0a3598aba77a: Waiting 21:15:04 9a4be542c7f7: Waiting 21:15:04 893c95baa9cc: Layer already exists 21:15:04 d06ec5f36f5c: Layer already exists 21:15:04 f174d6263f86: Layer already exists 21:15:04 037497c3c12c: Layer already exists 21:15:04 502939ddb349: Layer already exists 21:15:04 9a4be542c7f7: Layer already exists 21:15:04 f1417ff83b31: Layer already exists 21:15:04 0a3598aba77a: Layer already exists 21:15:04 3.0.0-dev.150: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:15:05 502939ddb349: Preparing 21:15:05 f174d6263f86: Preparing 21:15:05 d06ec5f36f5c: Preparing 21:15:05 037497c3c12c: Preparing 21:15:05 893c95baa9cc: Preparing 21:15:05 9a4be542c7f7: Preparing 21:15:05 0a3598aba77a: Preparing 21:15:05 f1417ff83b31: Preparing 21:15:05 9a4be542c7f7: Waiting 21:15:05 0a3598aba77a: Waiting 21:15:05 893c95baa9cc: Layer already exists 21:15:05 502939ddb349: Layer already exists 21:15:05 037497c3c12c: Layer already exists 21:15:05 f174d6263f86: Layer already exists 21:15:05 d06ec5f36f5c: Layer already exists 21:15:05 9a4be542c7f7: Layer already exists 21:15:05 0a3598aba77a: Layer already exists 21:15:05 f1417ff83b31: Layer already exists 21:15:05 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:15:05 502939ddb349: Preparing 21:15:05 f174d6263f86: Preparing 21:15:05 d06ec5f36f5c: Preparing 21:15:05 037497c3c12c: Preparing 21:15:05 893c95baa9cc: Preparing 21:15:05 9a4be542c7f7: Preparing 21:15:05 0a3598aba77a: Preparing 21:15:05 f1417ff83b31: Preparing 21:15:05 9a4be542c7f7: Waiting 21:15:05 0a3598aba77a: Waiting 21:15:05 f1417ff83b31: Waiting 21:15:05 502939ddb349: Layer already exists 21:15:05 f174d6263f86: Layer already exists 21:15:05 037497c3c12c: Layer already exists 21:15:05 893c95baa9cc: Layer already exists 21:15:05 d06ec5f36f5c: Layer already exists 21:15:05 0a3598aba77a: Layer already exists 21:15:05 9a4be542c7f7: Layer already exists 21:15:05 f1417ff83b31: Layer already exists 21:15:05 main: digest: sha256:0db97132d8dd6e88766e331f405f7cd496bb4357dce5703e11206a069351b450 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:05 ===================================================== [Pipeline] echo 21:15:05 taggedImages: 21:15:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:15:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.150 21:15:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:15:05 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:15:05 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:05 latest 21:15:05 3.0.0-dev.150 21:15:05 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:05 main 21:15:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:15:06 c5d0657476ff: Preparing 21:15:06 8a1d2f68819b: Preparing 21:15:06 6187cabf7694: Preparing 21:15:06 e1f2882db283: Preparing 21:15:06 893c95baa9cc: Preparing 21:15:06 9a4be542c7f7: Preparing 21:15:06 39614e264a20: Preparing 21:15:06 d7fc3f6e3a8e: Preparing 21:15:06 f1417ff83b31: Preparing 21:15:06 9a4be542c7f7: Waiting 21:15:06 39614e264a20: Waiting 21:15:06 d7fc3f6e3a8e: Waiting 21:15:06 f1417ff83b31: Waiting 21:15:06 893c95baa9cc: Layer already exists 21:15:06 9a4be542c7f7: Layer already exists 21:15:06 e1f2882db283: Pushed 21:15:06 8a1d2f68819b: Pushed 21:15:06 c5d0657476ff: Pushed 21:15:06 f1417ff83b31: Layer already exists 21:15:06 39614e264a20: Pushed 21:15:06 d7fc3f6e3a8e: Pushed 21:15:07 6187cabf7694: Pushed 21:15:07 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:15:08 c5d0657476ff: Preparing 21:15:08 8a1d2f68819b: Preparing 21:15:08 6187cabf7694: Preparing 21:15:08 e1f2882db283: Preparing 21:15:08 893c95baa9cc: Preparing 21:15:08 9a4be542c7f7: Preparing 21:15:08 39614e264a20: Preparing 21:15:08 d7fc3f6e3a8e: Preparing 21:15:08 f1417ff83b31: Preparing 21:15:08 39614e264a20: Waiting 21:15:08 d7fc3f6e3a8e: Waiting 21:15:08 9a4be542c7f7: Waiting 21:15:08 f1417ff83b31: Waiting 21:15:08 8a1d2f68819b: Layer already exists 21:15:08 893c95baa9cc: Layer already exists 21:15:08 e1f2882db283: Layer already exists 21:15:08 c5d0657476ff: Layer already exists 21:15:08 6187cabf7694: Layer already exists 21:15:08 9a4be542c7f7: Layer already exists 21:15:08 39614e264a20: Layer already exists 21:15:08 d7fc3f6e3a8e: Layer already exists 21:15:08 f1417ff83b31: Layer already exists 21:15:08 latest: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 21:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:15:09 c5d0657476ff: Preparing 21:15:09 8a1d2f68819b: Preparing 21:15:09 6187cabf7694: Preparing 21:15:09 e1f2882db283: Preparing 21:15:09 893c95baa9cc: Preparing 21:15:09 9a4be542c7f7: Preparing 21:15:09 39614e264a20: Preparing 21:15:09 d7fc3f6e3a8e: Preparing 21:15:09 f1417ff83b31: Preparing 21:15:09 9a4be542c7f7: Waiting 21:15:09 39614e264a20: Waiting 21:15:09 d7fc3f6e3a8e: Waiting 21:15:09 f1417ff83b31: Waiting 21:15:09 e1f2882db283: Layer already exists 21:15:09 c5d0657476ff: Layer already exists 21:15:09 8a1d2f68819b: Layer already exists 21:15:09 893c95baa9cc: Layer already exists 21:15:09 6187cabf7694: Layer already exists 21:15:09 39614e264a20: Layer already exists 21:15:09 9a4be542c7f7: Layer already exists 21:15:09 d7fc3f6e3a8e: Layer already exists 21:15:09 f1417ff83b31: Layer already exists 21:15:09 3.0.0-dev.150: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:15:09 c5d0657476ff: Preparing 21:15:09 8a1d2f68819b: Preparing 21:15:09 6187cabf7694: Preparing 21:15:09 e1f2882db283: Preparing 21:15:09 893c95baa9cc: Preparing 21:15:09 9a4be542c7f7: Preparing 21:15:09 39614e264a20: Preparing 21:15:09 d7fc3f6e3a8e: Preparing 21:15:09 f1417ff83b31: Preparing 21:15:09 9a4be542c7f7: Waiting 21:15:09 d7fc3f6e3a8e: Waiting 21:15:09 39614e264a20: Waiting 21:15:09 f1417ff83b31: Waiting 21:15:09 8a1d2f68819b: Layer already exists 21:15:09 c5d0657476ff: Layer already exists 21:15:09 e1f2882db283: Layer already exists 21:15:09 893c95baa9cc: Layer already exists 21:15:09 6187cabf7694: Layer already exists 21:15:09 9a4be542c7f7: Layer already exists 21:15:09 39614e264a20: Layer already exists 21:15:09 d7fc3f6e3a8e: Layer already exists 21:15:09 f1417ff83b31: Layer already exists 21:15:09 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:15:10 c5d0657476ff: Preparing 21:15:10 8a1d2f68819b: Preparing 21:15:10 6187cabf7694: Preparing 21:15:10 e1f2882db283: Preparing 21:15:10 893c95baa9cc: Preparing 21:15:10 9a4be542c7f7: Preparing 21:15:10 39614e264a20: Preparing 21:15:10 d7fc3f6e3a8e: Preparing 21:15:10 9a4be542c7f7: Waiting 21:15:10 39614e264a20: Waiting 21:15:10 f1417ff83b31: Preparing 21:15:10 d7fc3f6e3a8e: Waiting 21:15:10 f1417ff83b31: Waiting 21:15:10 8a1d2f68819b: Layer already exists 21:15:10 6187cabf7694: Layer already exists 21:15:10 e1f2882db283: Layer already exists 21:15:10 893c95baa9cc: Layer already exists 21:15:10 c5d0657476ff: Layer already exists 21:15:10 9a4be542c7f7: Layer already exists 21:15:10 f1417ff83b31: Layer already exists 21:15:10 39614e264a20: Layer already exists 21:15:10 d7fc3f6e3a8e: Layer already exists 21:15:10 main: digest: sha256:1edee4a436d24d0dc71721cf6c981a38e4935b258860d07ba8b03b19ba116d07 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:10 ===================================================== [Pipeline] echo 21:15:10 taggedImages: 21:15:10 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:10 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:15:10 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.150 21:15:10 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:10 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:15:10 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:15:10 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:10 latest 21:15:10 3.0.0-dev.150 21:15:10 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:10 main 21:15:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:15:10 8ad3c21910a4: Preparing 21:15:10 03947686bf46: Preparing 21:15:10 baaa684cd060: Preparing 21:15:10 c205179a6605: Preparing 21:15:10 690c29ce80da: Preparing 21:15:10 81ea57432eba: Preparing 21:15:10 0f69d4e8a482: Preparing 21:15:10 893c95baa9cc: Preparing 21:15:10 9a4be542c7f7: Preparing 21:15:10 cc36045b7481: Preparing 21:15:10 f1417ff83b31: Preparing 21:15:10 893c95baa9cc: Waiting 21:15:10 f1417ff83b31: Waiting 21:15:10 9a4be542c7f7: Waiting 21:15:10 cc36045b7481: Waiting 21:15:10 81ea57432eba: Waiting 21:15:10 0f69d4e8a482: Waiting 21:15:10 03947686bf46: Pushed 21:15:10 8ad3c21910a4: Pushed 21:15:10 690c29ce80da: Pushed 21:15:10 893c95baa9cc: Layer already exists 21:15:10 9a4be542c7f7: Layer already exists 21:15:11 81ea57432eba: Pushed 21:15:11 0f69d4e8a482: Pushed 21:15:11 f1417ff83b31: Layer already exists 21:15:11 cc36045b7481: Pushed 21:15:12 c205179a6605: Pushed 21:15:12 baaa684cd060: Pushed 21:15:12 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:15:13 8ad3c21910a4: Preparing 21:15:13 03947686bf46: Preparing 21:15:13 baaa684cd060: Preparing 21:15:13 c205179a6605: Preparing 21:15:13 690c29ce80da: Preparing 21:15:13 81ea57432eba: Preparing 21:15:13 0f69d4e8a482: Preparing 21:15:13 893c95baa9cc: Preparing 21:15:13 9a4be542c7f7: Preparing 21:15:13 cc36045b7481: Preparing 21:15:13 f1417ff83b31: Preparing 21:15:13 81ea57432eba: Waiting 21:15:13 0f69d4e8a482: Waiting 21:15:13 cc36045b7481: Waiting 21:15:13 f1417ff83b31: Waiting 21:15:13 9a4be542c7f7: Waiting 21:15:13 893c95baa9cc: Waiting 21:15:13 c205179a6605: Layer already exists 21:15:13 baaa684cd060: Layer already exists 21:15:13 03947686bf46: Layer already exists 21:15:13 690c29ce80da: Layer already exists 21:15:13 8ad3c21910a4: Layer already exists 21:15:13 893c95baa9cc: Layer already exists 21:15:13 0f69d4e8a482: Layer already exists 21:15:13 81ea57432eba: Layer already exists 21:15:13 9a4be542c7f7: Layer already exists 21:15:13 cc36045b7481: Layer already exists 21:15:13 f1417ff83b31: Layer already exists 21:15:13 latest: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 21:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:15:13 8ad3c21910a4: Preparing 21:15:13 03947686bf46: Preparing 21:15:13 baaa684cd060: Preparing 21:15:13 c205179a6605: Preparing 21:15:13 690c29ce80da: Preparing 21:15:13 81ea57432eba: Preparing 21:15:13 0f69d4e8a482: Preparing 21:15:13 81ea57432eba: Waiting 21:15:13 893c95baa9cc: Preparing 21:15:13 9a4be542c7f7: Preparing 21:15:13 0f69d4e8a482: Waiting 21:15:13 893c95baa9cc: Waiting 21:15:13 cc36045b7481: Preparing 21:15:13 9a4be542c7f7: Waiting 21:15:13 f1417ff83b31: Preparing 21:15:13 cc36045b7481: Waiting 21:15:13 f1417ff83b31: Waiting 21:15:13 8ad3c21910a4: Layer already exists 21:15:13 690c29ce80da: Layer already exists 21:15:13 c205179a6605: Layer already exists 21:15:13 03947686bf46: Layer already exists 21:15:13 baaa684cd060: Layer already exists 21:15:13 81ea57432eba: Layer already exists 21:15:13 cc36045b7481: Layer already exists 21:15:13 0f69d4e8a482: Layer already exists 21:15:13 893c95baa9cc: Layer already exists 21:15:13 9a4be542c7f7: Layer already exists 21:15:13 f1417ff83b31: Layer already exists 21:15:13 3.0.0-dev.150: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:15:14 8ad3c21910a4: Preparing 21:15:14 03947686bf46: Preparing 21:15:14 baaa684cd060: Preparing 21:15:14 c205179a6605: Preparing 21:15:14 690c29ce80da: Preparing 21:15:14 81ea57432eba: Preparing 21:15:14 0f69d4e8a482: Preparing 21:15:14 893c95baa9cc: Preparing 21:15:14 9a4be542c7f7: Preparing 21:15:14 cc36045b7481: Preparing 21:15:14 f1417ff83b31: Preparing 21:15:14 0f69d4e8a482: Waiting 21:15:14 893c95baa9cc: Waiting 21:15:14 9a4be542c7f7: Waiting 21:15:14 81ea57432eba: Waiting 21:15:14 cc36045b7481: Waiting 21:15:14 f1417ff83b31: Waiting 21:15:14 8ad3c21910a4: Layer already exists 21:15:14 690c29ce80da: Layer already exists 21:15:14 baaa684cd060: Layer already exists 21:15:14 03947686bf46: Layer already exists 21:15:14 c205179a6605: Layer already exists 21:15:14 81ea57432eba: Layer already exists 21:15:14 0f69d4e8a482: Layer already exists 21:15:14 cc36045b7481: Layer already exists 21:15:14 893c95baa9cc: Layer already exists 21:15:14 9a4be542c7f7: Layer already exists 21:15:14 f1417ff83b31: Layer already exists 21:15:14 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:15:15 8ad3c21910a4: Preparing 21:15:15 03947686bf46: Preparing 21:15:15 baaa684cd060: Preparing 21:15:15 c205179a6605: Preparing 21:15:15 690c29ce80da: Preparing 21:15:15 81ea57432eba: Preparing 21:15:15 0f69d4e8a482: Preparing 21:15:15 893c95baa9cc: Preparing 21:15:15 9a4be542c7f7: Preparing 21:15:15 cc36045b7481: Preparing 21:15:15 f1417ff83b31: Preparing 21:15:15 cc36045b7481: Waiting 21:15:15 0f69d4e8a482: Waiting 21:15:15 893c95baa9cc: Waiting 21:15:15 9a4be542c7f7: Waiting 21:15:15 f1417ff83b31: Waiting 21:15:15 81ea57432eba: Waiting 21:15:15 03947686bf46: Layer already exists 21:15:15 c205179a6605: Layer already exists 21:15:15 690c29ce80da: Layer already exists 21:15:15 8ad3c21910a4: Layer already exists 21:15:15 baaa684cd060: Layer already exists 21:15:15 81ea57432eba: Layer already exists 21:15:15 893c95baa9cc: Layer already exists 21:15:15 0f69d4e8a482: Layer already exists 21:15:15 9a4be542c7f7: Layer already exists 21:15:15 cc36045b7481: Layer already exists 21:15:15 f1417ff83b31: Layer already exists 21:15:15 main: digest: sha256:a1ff6f1bc1555ebe8a4e68a2efbf02d49f023e490043283a7a800bbc5f48c4e3 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:15 ===================================================== [Pipeline] echo 21:15:15 taggedImages: 21:15:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:15:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.150 21:15:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:15:15 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:15:15 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:15 latest 21:15:15 3.0.0-dev.150 21:15:15 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:15 main 21:15:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:15 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:15:15 323904d2697b: Preparing 21:15:15 53e5444e1ca9: Preparing 21:15:15 893c95baa9cc: Preparing 21:15:15 9a4be542c7f7: Preparing 21:15:15 01b8c75d322a: Preparing 21:15:15 f1417ff83b31: Preparing 21:15:15 f1417ff83b31: Waiting 21:15:15 9a4be542c7f7: Layer already exists 21:15:15 893c95baa9cc: Layer already exists 21:15:15 f1417ff83b31: Layer already exists 21:15:15 323904d2697b: Pushed 21:15:16 01b8c75d322a: Pushed 21:15:17 53e5444e1ca9: Pushed 21:15:18 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:15:18 323904d2697b: Preparing 21:15:18 53e5444e1ca9: Preparing 21:15:18 893c95baa9cc: Preparing 21:15:18 9a4be542c7f7: Preparing 21:15:18 01b8c75d322a: Preparing 21:15:18 f1417ff83b31: Preparing 21:15:18 f1417ff83b31: Waiting 21:15:18 893c95baa9cc: Layer already exists 21:15:18 9a4be542c7f7: Layer already exists 21:15:18 01b8c75d322a: Layer already exists 21:15:18 53e5444e1ca9: Layer already exists 21:15:18 323904d2697b: Layer already exists 21:15:18 f1417ff83b31: Layer already exists 21:15:18 latest: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 21:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:15:19 323904d2697b: Preparing 21:15:19 53e5444e1ca9: Preparing 21:15:19 893c95baa9cc: Preparing 21:15:19 9a4be542c7f7: Preparing 21:15:19 01b8c75d322a: Preparing 21:15:19 f1417ff83b31: Preparing 21:15:19 f1417ff83b31: Waiting 21:15:19 53e5444e1ca9: Layer already exists 21:15:19 893c95baa9cc: Layer already exists 21:15:19 9a4be542c7f7: Layer already exists 21:15:19 01b8c75d322a: Layer already exists 21:15:19 323904d2697b: Layer already exists 21:15:19 f1417ff83b31: Layer already exists 21:15:19 3.0.0-dev.150: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:15:19 323904d2697b: Preparing 21:15:19 53e5444e1ca9: Preparing 21:15:19 893c95baa9cc: Preparing 21:15:19 9a4be542c7f7: Preparing 21:15:19 01b8c75d322a: Preparing 21:15:19 f1417ff83b31: Preparing 21:15:19 f1417ff83b31: Waiting 21:15:19 9a4be542c7f7: Layer already exists 21:15:19 01b8c75d322a: Layer already exists 21:15:19 53e5444e1ca9: Layer already exists 21:15:19 893c95baa9cc: Layer already exists 21:15:19 323904d2697b: Layer already exists 21:15:19 f1417ff83b31: Layer already exists 21:15:19 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:20 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:15:20 323904d2697b: Preparing 21:15:20 53e5444e1ca9: Preparing 21:15:20 893c95baa9cc: Preparing 21:15:20 9a4be542c7f7: Preparing 21:15:20 01b8c75d322a: Preparing 21:15:20 f1417ff83b31: Preparing 21:15:20 f1417ff83b31: Waiting 21:15:20 53e5444e1ca9: Layer already exists 21:15:20 323904d2697b: Layer already exists 21:15:20 9a4be542c7f7: Layer already exists 21:15:20 893c95baa9cc: Layer already exists 21:15:20 01b8c75d322a: Layer already exists 21:15:20 f1417ff83b31: Layer already exists 21:15:20 main: digest: sha256:058ed6c745d61e7d2cf16b852ea1407eb5d84b47665ee6a2f75dcc878c77ee94 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:20 ===================================================== [Pipeline] echo 21:15:20 taggedImages: 21:15:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:15:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.150 21:15:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:15:20 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:15:20 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:20 latest 21:15:20 3.0.0-dev.150 21:15:20 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:20 main 21:15:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:15:21 97e9f9e28278: Preparing 21:15:21 2ae3f7e0ffe6: Preparing 21:15:21 63c5e1fa2582: Preparing 21:15:21 1a3dcdd4edb9: Preparing 21:15:21 bff2105dbfe2: Preparing 21:15:21 893c95baa9cc: Preparing 21:15:21 9a4be542c7f7: Preparing 21:15:21 fd7cb47ab321: Preparing 21:15:21 f1417ff83b31: Preparing 21:15:21 893c95baa9cc: Waiting 21:15:21 fd7cb47ab321: Waiting 21:15:21 9a4be542c7f7: Waiting 21:15:21 f1417ff83b31: Waiting 21:15:21 63c5e1fa2582: Pushed 21:15:21 97e9f9e28278: Pushed 21:15:21 2ae3f7e0ffe6: Pushed 21:15:21 893c95baa9cc: Layer already exists 21:15:21 9a4be542c7f7: Layer already exists 21:15:21 f1417ff83b31: Layer already exists 21:15:21 fd7cb47ab321: Pushed 21:15:27 bff2105dbfe2: Pushed 21:15:29 1a3dcdd4edb9: Pushed 21:15:29 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:15:29 97e9f9e28278: Preparing 21:15:29 2ae3f7e0ffe6: Preparing 21:15:29 63c5e1fa2582: Preparing 21:15:29 1a3dcdd4edb9: Preparing 21:15:29 bff2105dbfe2: Preparing 21:15:29 893c95baa9cc: Preparing 21:15:29 9a4be542c7f7: Preparing 21:15:29 fd7cb47ab321: Preparing 21:15:29 f1417ff83b31: Preparing 21:15:29 893c95baa9cc: Waiting 21:15:29 fd7cb47ab321: Waiting 21:15:29 f1417ff83b31: Waiting 21:15:29 9a4be542c7f7: Waiting 21:15:29 63c5e1fa2582: Layer already exists 21:15:29 bff2105dbfe2: Layer already exists 21:15:29 97e9f9e28278: Layer already exists 21:15:29 2ae3f7e0ffe6: Layer already exists 21:15:29 1a3dcdd4edb9: Layer already exists 21:15:29 893c95baa9cc: Layer already exists 21:15:29 9a4be542c7f7: Layer already exists 21:15:29 fd7cb47ab321: Layer already exists 21:15:29 f1417ff83b31: Layer already exists 21:15:29 latest: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 21:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:15:30 97e9f9e28278: Preparing 21:15:30 2ae3f7e0ffe6: Preparing 21:15:30 63c5e1fa2582: Preparing 21:15:30 1a3dcdd4edb9: Preparing 21:15:30 bff2105dbfe2: Preparing 21:15:30 893c95baa9cc: Preparing 21:15:30 9a4be542c7f7: Preparing 21:15:30 fd7cb47ab321: Preparing 21:15:30 f1417ff83b31: Preparing 21:15:30 893c95baa9cc: Waiting 21:15:30 9a4be542c7f7: Waiting 21:15:30 fd7cb47ab321: Waiting 21:15:30 f1417ff83b31: Waiting 21:15:30 97e9f9e28278: Layer already exists 21:15:30 2ae3f7e0ffe6: Layer already exists 21:15:30 bff2105dbfe2: Layer already exists 21:15:30 1a3dcdd4edb9: Layer already exists 21:15:30 63c5e1fa2582: Layer already exists 21:15:30 fd7cb47ab321: Layer already exists 21:15:30 f1417ff83b31: Layer already exists 21:15:30 9a4be542c7f7: Layer already exists 21:15:30 893c95baa9cc: Layer already exists 21:15:30 3.0.0-dev.150: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:30 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:15:31 97e9f9e28278: Preparing 21:15:31 2ae3f7e0ffe6: Preparing 21:15:31 63c5e1fa2582: Preparing 21:15:31 1a3dcdd4edb9: Preparing 21:15:31 bff2105dbfe2: Preparing 21:15:31 893c95baa9cc: Preparing 21:15:31 9a4be542c7f7: Preparing 21:15:31 fd7cb47ab321: Preparing 21:15:31 f1417ff83b31: Preparing 21:15:31 9a4be542c7f7: Waiting 21:15:31 fd7cb47ab321: Waiting 21:15:31 893c95baa9cc: Waiting 21:15:31 97e9f9e28278: Layer already exists 21:15:31 2ae3f7e0ffe6: Layer already exists 21:15:31 bff2105dbfe2: Layer already exists 21:15:31 1a3dcdd4edb9: Layer already exists 21:15:31 63c5e1fa2582: Layer already exists 21:15:31 9a4be542c7f7: Layer already exists 21:15:31 fd7cb47ab321: Layer already exists 21:15:31 893c95baa9cc: Layer already exists 21:15:31 f1417ff83b31: Layer already exists 21:15:31 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:15:31 97e9f9e28278: Preparing 21:15:31 2ae3f7e0ffe6: Preparing 21:15:31 63c5e1fa2582: Preparing 21:15:31 1a3dcdd4edb9: Preparing 21:15:31 bff2105dbfe2: Preparing 21:15:31 893c95baa9cc: Preparing 21:15:31 9a4be542c7f7: Preparing 21:15:31 fd7cb47ab321: Preparing 21:15:31 f1417ff83b31: Preparing 21:15:31 893c95baa9cc: Waiting 21:15:31 9a4be542c7f7: Waiting 21:15:31 fd7cb47ab321: Waiting 21:15:31 f1417ff83b31: Waiting 21:15:31 97e9f9e28278: Layer already exists 21:15:31 1a3dcdd4edb9: Layer already exists 21:15:31 63c5e1fa2582: Layer already exists 21:15:31 bff2105dbfe2: Layer already exists 21:15:31 2ae3f7e0ffe6: Layer already exists 21:15:31 893c95baa9cc: Layer already exists 21:15:31 f1417ff83b31: Layer already exists 21:15:31 fd7cb47ab321: Layer already exists 21:15:31 9a4be542c7f7: Layer already exists 21:15:31 main: digest: sha256:9ae6505b1cf31927d7c37b87d79c51f2172ccce12f6411c10f1575f3b49ba67c size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:31 ===================================================== [Pipeline] echo 21:15:31 taggedImages: 21:15:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:15:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.150 21:15:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:15:31 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:15:31 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:31 latest 21:15:31 3.0.0-dev.150 21:15:31 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:31 main 21:15:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:15:32 cf549d66eba8: Preparing 21:15:32 0853174128f3: Preparing 21:15:32 aaa963648de5: Preparing 21:15:32 34e9e168da6f: Preparing 21:15:32 893c95baa9cc: Preparing 21:15:32 9a4be542c7f7: Preparing 21:15:32 717e009ed7b5: Preparing 21:15:32 f1417ff83b31: Preparing 21:15:32 9a4be542c7f7: Waiting 21:15:32 f1417ff83b31: Waiting 21:15:32 717e009ed7b5: Waiting 21:15:32 893c95baa9cc: Layer already exists 21:15:32 9a4be542c7f7: Layer already exists 21:15:32 aaa963648de5: Pushed 21:15:32 0853174128f3: Pushed 21:15:32 cf549d66eba8: Pushed 21:15:32 f1417ff83b31: Layer already exists 21:15:32 717e009ed7b5: Pushed 21:15:40 34e9e168da6f: Pushed 21:15:40 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:15:41 cf549d66eba8: Preparing 21:15:41 0853174128f3: Preparing 21:15:41 aaa963648de5: Preparing 21:15:41 34e9e168da6f: Preparing 21:15:41 893c95baa9cc: Preparing 21:15:41 9a4be542c7f7: Preparing 21:15:41 717e009ed7b5: Preparing 21:15:41 f1417ff83b31: Preparing 21:15:41 9a4be542c7f7: Waiting 21:15:41 f1417ff83b31: Waiting 21:15:41 717e009ed7b5: Waiting 21:15:41 34e9e168da6f: Layer already exists 21:15:41 cf549d66eba8: Layer already exists 21:15:41 0853174128f3: Layer already exists 21:15:41 aaa963648de5: Layer already exists 21:15:41 893c95baa9cc: Layer already exists 21:15:41 717e009ed7b5: Layer already exists 21:15:41 9a4be542c7f7: Layer already exists 21:15:41 f1417ff83b31: Layer already exists 21:15:41 latest: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 21:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:15:42 cf549d66eba8: Preparing 21:15:42 0853174128f3: Preparing 21:15:42 aaa963648de5: Preparing 21:15:42 34e9e168da6f: Preparing 21:15:42 893c95baa9cc: Preparing 21:15:42 9a4be542c7f7: Preparing 21:15:42 717e009ed7b5: Preparing 21:15:42 f1417ff83b31: Preparing 21:15:42 f1417ff83b31: Waiting 21:15:42 717e009ed7b5: Waiting 21:15:42 9a4be542c7f7: Waiting 21:15:42 893c95baa9cc: Layer already exists 21:15:42 aaa963648de5: Layer already exists 21:15:42 0853174128f3: Layer already exists 21:15:42 cf549d66eba8: Layer already exists 21:15:42 34e9e168da6f: Layer already exists 21:15:42 9a4be542c7f7: Layer already exists 21:15:42 f1417ff83b31: Layer already exists 21:15:42 717e009ed7b5: Layer already exists 21:15:42 3.0.0-dev.150: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:15:42 cf549d66eba8: Preparing 21:15:42 0853174128f3: Preparing 21:15:42 aaa963648de5: Preparing 21:15:42 34e9e168da6f: Preparing 21:15:42 893c95baa9cc: Preparing 21:15:42 9a4be542c7f7: Preparing 21:15:42 717e009ed7b5: Preparing 21:15:42 9a4be542c7f7: Waiting 21:15:42 f1417ff83b31: Preparing 21:15:42 f1417ff83b31: Waiting 21:15:42 717e009ed7b5: Waiting 21:15:42 0853174128f3: Layer already exists 21:15:42 893c95baa9cc: Layer already exists 21:15:42 cf549d66eba8: Layer already exists 21:15:42 34e9e168da6f: Layer already exists 21:15:42 aaa963648de5: Layer already exists 21:15:42 9a4be542c7f7: Layer already exists 21:15:42 717e009ed7b5: Layer already exists 21:15:42 f1417ff83b31: Layer already exists 21:15:42 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:15:43 cf549d66eba8: Preparing 21:15:43 0853174128f3: Preparing 21:15:43 aaa963648de5: Preparing 21:15:43 34e9e168da6f: Preparing 21:15:43 893c95baa9cc: Preparing 21:15:43 9a4be542c7f7: Preparing 21:15:43 717e009ed7b5: Preparing 21:15:43 f1417ff83b31: Preparing 21:15:43 9a4be542c7f7: Waiting 21:15:43 717e009ed7b5: Waiting 21:15:43 f1417ff83b31: Waiting 21:15:43 0853174128f3: Layer already exists 21:15:43 cf549d66eba8: Layer already exists 21:15:43 aaa963648de5: Layer already exists 21:15:43 34e9e168da6f: Layer already exists 21:15:43 893c95baa9cc: Layer already exists 21:15:43 9a4be542c7f7: Layer already exists 21:15:43 717e009ed7b5: Layer already exists 21:15:43 f1417ff83b31: Layer already exists 21:15:43 main: digest: sha256:f3bbb9a381d61c394c8102c347292b536494bd1c45175d7654afcfdb5de9965d size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:43 ===================================================== [Pipeline] echo 21:15:43 taggedImages: 21:15:43 - nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:43 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:15:43 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.150 21:15:43 - nexus3.edgexfoundry.org:10004/security-spire-config:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:43 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:15:43 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:15:43 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:43 latest 21:15:43 3.0.0-dev.150 21:15:43 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:43 main 21:15:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:15:43 15cb6b1e3be8: Preparing 21:15:43 4ded7828b8d9: Preparing 21:15:43 30bc9f3f0eee: Preparing 21:15:43 ea3ac04ecef3: Preparing 21:15:43 893c95baa9cc: Preparing 21:15:43 9a4be542c7f7: Preparing 21:15:43 74f3d3343e63: Preparing 21:15:43 f1417ff83b31: Preparing 21:15:43 f1417ff83b31: Waiting 21:15:43 893c95baa9cc: Layer already exists 21:15:43 9a4be542c7f7: Layer already exists 21:15:43 15cb6b1e3be8: Pushed 21:15:43 30bc9f3f0eee: Pushed 21:15:43 4ded7828b8d9: Pushed 21:15:43 f1417ff83b31: Layer already exists 21:15:44 74f3d3343e63: Pushed 21:15:52 ea3ac04ecef3: Pushed 21:15:52 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:53 Removing intermediate container e43a1200cdf9 21:15:53 ---> 0d5e3aa90407 21:15:53 Step 7/26 : COPY . . 21:15:53 Removing intermediate container e158ba67c728 21:15:53 ---> dc06c1a55550 21:15:53 Step 7/27 : COPY . . 21:15:53 Removing intermediate container 7efdc9a3c200 21:15:53 ---> e708ceb1360d 21:15:53 Step 7/20 : COPY . . 21:15:53 Removing intermediate container 86ca540351fd 21:15:53 ---> 3c1529a090fd 21:15:53 Step 8/23 : COPY . . 21:15:53 Removing intermediate container dca7fc1a16da 21:15:53 ---> 7452815ba962 21:15:53 Step 8/25 : COPY . . 21:15:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:15:53 15cb6b1e3be8: Preparing 21:15:53 4ded7828b8d9: Preparing 21:15:53 30bc9f3f0eee: Preparing 21:15:53 ea3ac04ecef3: Preparing 21:15:53 893c95baa9cc: Preparing 21:15:53 9a4be542c7f7: Preparing 21:15:53 74f3d3343e63: Preparing 21:15:53 f1417ff83b31: Preparing 21:15:53 74f3d3343e63: Waiting 21:15:53 f1417ff83b31: Waiting 21:15:53 9a4be542c7f7: Waiting 21:15:53 30bc9f3f0eee: Layer already exists 21:15:53 ea3ac04ecef3: Layer already exists 21:15:53 4ded7828b8d9: Layer already exists 21:15:53 893c95baa9cc: Layer already exists 21:15:53 15cb6b1e3be8: Layer already exists 21:15:53 9a4be542c7f7: Layer already exists 21:15:53 74f3d3343e63: Layer already exists 21:15:53 f1417ff83b31: Layer already exists 21:15:53 latest: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 21:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:15:53 15cb6b1e3be8: Preparing 21:15:53 4ded7828b8d9: Preparing 21:15:53 30bc9f3f0eee: Preparing 21:15:53 ea3ac04ecef3: Preparing 21:15:53 893c95baa9cc: Preparing 21:15:53 9a4be542c7f7: Preparing 21:15:53 74f3d3343e63: Preparing 21:15:53 f1417ff83b31: Preparing 21:15:53 9a4be542c7f7: Waiting 21:15:53 74f3d3343e63: Waiting 21:15:53 f1417ff83b31: Waiting 21:15:53 ea3ac04ecef3: Layer already exists 21:15:53 893c95baa9cc: Layer already exists 21:15:53 4ded7828b8d9: Layer already exists 21:15:53 15cb6b1e3be8: Layer already exists 21:15:53 30bc9f3f0eee: Layer already exists 21:15:53 9a4be542c7f7: Layer already exists 21:15:53 74f3d3343e63: Layer already exists 21:15:53 f1417ff83b31: Layer already exists 21:15:53 3.0.0-dev.150: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:54 ---> ba49a58f07b7 21:15:54 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 21:15:54 ---> 5fcaf3e2faa9 21:15:54 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:15:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:54 ---> Running in e83ff1a524ee 21:15:54 ---> Running in 8ebc7f296d0e 21:15:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:15:54 15cb6b1e3be8: Preparing 21:15:54 4ded7828b8d9: Preparing 21:15:54 30bc9f3f0eee: Preparing 21:15:54 ea3ac04ecef3: Preparing 21:15:54 893c95baa9cc: Preparing 21:15:54 9a4be542c7f7: Preparing 21:15:54 74f3d3343e63: Preparing 21:15:54 f1417ff83b31: Preparing 21:15:54 74f3d3343e63: Waiting 21:15:54 9a4be542c7f7: Waiting 21:15:54 893c95baa9cc: Layer already exists 21:15:54 4ded7828b8d9: Layer already exists 21:15:54 15cb6b1e3be8: Layer already exists 21:15:54 30bc9f3f0eee: Layer already exists 21:15:54 ea3ac04ecef3: Layer already exists 21:15:54 9a4be542c7f7: Layer already exists 21:15:54 f1417ff83b31: Layer already exists 21:15:54 74f3d3343e63: Layer already exists 21:15:54 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:15:55 15cb6b1e3be8: Preparing 21:15:55 4ded7828b8d9: Preparing 21:15:55 30bc9f3f0eee: Preparing 21:15:55 ea3ac04ecef3: Preparing 21:15:55 893c95baa9cc: Preparing 21:15:55 9a4be542c7f7: Preparing 21:15:55 74f3d3343e63: Preparing 21:15:55 f1417ff83b31: Preparing 21:15:55 9a4be542c7f7: Waiting 21:15:55 74f3d3343e63: Waiting 21:15:55 f1417ff83b31: Waiting 21:15:55 893c95baa9cc: Layer already exists 21:15:55 30bc9f3f0eee: Layer already exists 21:15:55 15cb6b1e3be8: Layer already exists 21:15:55 ea3ac04ecef3: Layer already exists 21:15:55 4ded7828b8d9: Layer already exists 21:15:55 74f3d3343e63: Layer already exists 21:15:55 f1417ff83b31: Layer already exists 21:15:55 9a4be542c7f7: Layer already exists 21:15:55 main: digest: sha256:c5d0b2cf8756c00aff0201554da554f241e84ceb49477ffe2fc09c115605fe57 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:55 ===================================================== [Pipeline] echo 21:15:55 taggedImages: 21:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.150 21:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:55 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:15:55 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:15:55 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:55 latest 21:15:55 3.0.0-dev.150 21:15:55 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:15:55 main 21:15:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:15:55 d98a326836ad: Preparing 21:15:55 5d4709abb933: Preparing 21:15:55 893c95baa9cc: Preparing 21:15:55 9a4be542c7f7: Preparing 21:15:55 73ac16120428: Preparing 21:15:55 f1417ff83b31: Preparing 21:15:55 f1417ff83b31: Waiting 21:15:55 893c95baa9cc: Layer already exists 21:15:55 9a4be542c7f7: Layer already exists 21:15:55 f1417ff83b31: Layer already exists 21:15:55 d98a326836ad: Pushed 21:15:55 73ac16120428: Pushed 21:15:56 Removing intermediate container e83ff1a524ee 21:15:56 ---> a81e57e023e0 21:15:56 Removing intermediate container 8ebc7f296d0e 21:15:56 ---> 70b7396d3da8 21:15:56 Step 9/27 : WORKDIR /edgex-go/spire-build 21:15:56 Step 9/26 : WORKDIR /edgex-go/spire-build 21:15:56 ---> Running in 0bf174bcb674 21:15:56 ---> Running in 898cc5a7f23e 21:15:56 ---> fd0027bd5825 21:15:56 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:15:56 ---> 4705fabf7a5a 21:15:56 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:15:56 ---> 984fe1641c57 21:15:56 Step 9/23 : RUN make cmd/support-notifications/support-notifications 21:15:57 ---> Running in 0f2e2b62d13f 21:15:57 ---> Running in d40a99880536 21:15:57 ---> Running in 49d811ec6548 21:15:58 Removing intermediate container 0bf174bcb674 21:15:58 ---> c194032e9264 21:15:58 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:15:58 Removing intermediate container 898cc5a7f23e 21:15:58 ---> d31b24725a56 21:15:58 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:15:58 ---> Running in b69b834cae71 21:15:58 ---> Running in 10ba4619f39d 21:15:58 5d4709abb933: Pushed 21:15:58 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:15:59 d98a326836ad: Preparing 21:15:59 5d4709abb933: Preparing 21:15:59 893c95baa9cc: Preparing 21:15:59 9a4be542c7f7: Preparing 21:15:59 73ac16120428: Preparing 21:15:59 f1417ff83b31: Preparing 21:15:59 f1417ff83b31: Waiting 21:15:59 893c95baa9cc: Layer already exists 21:15:59 9a4be542c7f7: Layer already exists 21:15:59 5d4709abb933: Layer already exists 21:15:59 73ac16120428: Layer already exists 21:15:59 d98a326836ad: Layer already exists 21:15:59 f1417ff83b31: Layer already exists 21:15:59 latest: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:59 Removing intermediate container b69b834cae71 21:15:59 ---> 68b2e1b41282 21:15:59 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 21:15:59 ---> Running in da98c8d66286 21:15:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:59 Removing intermediate container 10ba4619f39d 21:15:59 ---> c84348e2fb9d 21:15:59 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 21:15:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 21:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:15:59 d98a326836ad: Preparing 21:15:59 5d4709abb933: Preparing 21:15:59 893c95baa9cc: Preparing 21:15:59 9a4be542c7f7: Preparing 21:15:59 73ac16120428: Preparing 21:15:59 f1417ff83b31: Preparing 21:15:59 f1417ff83b31: Waiting 21:15:59 73ac16120428: Layer already exists 21:15:59 5d4709abb933: Layer already exists 21:15:59 893c95baa9cc: Layer already exists 21:15:59 d98a326836ad: Layer already exists 21:15:59 9a4be542c7f7: Layer already exists 21:15:59 f1417ff83b31: Layer already exists 21:15:59 3.0.0-dev.150: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:15:59 ---> Running in be47b84e33fd 21:16:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:16:00 d98a326836ad: Preparing 21:16:00 5d4709abb933: Preparing 21:16:00 893c95baa9cc: Preparing 21:16:00 9a4be542c7f7: Preparing 21:16:00 73ac16120428: Preparing 21:16:00 f1417ff83b31: Preparing 21:16:00 f1417ff83b31: Waiting 21:16:00 73ac16120428: Layer already exists 21:16:00 5d4709abb933: Layer already exists 21:16:00 d98a326836ad: Layer already exists 21:16:00 893c95baa9cc: Layer already exists 21:16:00 9a4be542c7f7: Layer already exists 21:16:00 f1417ff83b31: Layer already exists 21:16:00 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:16:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 21:16:00 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:16:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] sh 21:16:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:16:00 d98a326836ad: Preparing 21:16:00 5d4709abb933: Preparing 21:16:00 893c95baa9cc: Preparing 21:16:00 9a4be542c7f7: Preparing 21:16:00 73ac16120428: Preparing 21:16:00 f1417ff83b31: Preparing 21:16:00 f1417ff83b31: Waiting 21:16:00 893c95baa9cc: Layer already exists 21:16:00 5d4709abb933: Layer already exists 21:16:00 9a4be542c7f7: Layer already exists 21:16:00 73ac16120428: Layer already exists 21:16:00 d98a326836ad: Layer already exists 21:16:00 f1417ff83b31: Layer already exists 21:16:01 main: digest: sha256:3b4598ae34c6e5a3ba4cef067f467cf3741ff02ed82bb6f038813e8e6f34a249 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:01 ===================================================== [Pipeline] echo 21:16:01 taggedImages: 21:16:01 - nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:01 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:16:01 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.150 21:16:01 - nexus3.edgexfoundry.org:10004/support-notifications:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:16:01 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:16:01 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:16:01 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:01 latest 21:16:01 3.0.0-dev.150 21:16:01 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:16:01 main 21:16:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:16:01 c9f1f3818cd1: Preparing 21:16:01 31dc34f8dae0: Preparing 21:16:01 893c95baa9cc: Preparing 21:16:01 9a4be542c7f7: Preparing 21:16:01 0a3598aba77a: Preparing 21:16:01 f1417ff83b31: Preparing 21:16:01 f1417ff83b31: Waiting 21:16:01 9a4be542c7f7: Layer already exists 21:16:01 893c95baa9cc: Layer already exists 21:16:01 0a3598aba77a: Layer already exists 21:16:01 f1417ff83b31: Layer already exists 21:16:01 c9f1f3818cd1: Pushed 21:16:04 31dc34f8dae0: Pushed 21:16:04 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:04 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:16:05 c9f1f3818cd1: Preparing 21:16:05 31dc34f8dae0: Preparing 21:16:05 893c95baa9cc: Preparing 21:16:05 9a4be542c7f7: Preparing 21:16:05 0a3598aba77a: Preparing 21:16:05 f1417ff83b31: Preparing 21:16:05 c9f1f3818cd1: Layer already exists 21:16:05 893c95baa9cc: Layer already exists 21:16:05 0a3598aba77a: Layer already exists 21:16:05 9a4be542c7f7: Layer already exists 21:16:05 31dc34f8dae0: Layer already exists 21:16:05 f1417ff83b31: Layer already exists 21:16:05 latest: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 21:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:16:05 c9f1f3818cd1: Preparing 21:16:05 31dc34f8dae0: Preparing 21:16:05 893c95baa9cc: Preparing 21:16:05 9a4be542c7f7: Preparing 21:16:05 0a3598aba77a: Preparing 21:16:05 f1417ff83b31: Preparing 21:16:05 f1417ff83b31: Waiting 21:16:05 893c95baa9cc: Layer already exists 21:16:05 c9f1f3818cd1: Layer already exists 21:16:05 31dc34f8dae0: Layer already exists 21:16:05 0a3598aba77a: Layer already exists 21:16:05 9a4be542c7f7: Layer already exists 21:16:05 f1417ff83b31: Layer already exists 21:16:05 3.0.0-dev.150: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:06 Removing intermediate container da98c8d66286 21:16:06 ---> 803b205e1cf9 21:16:06 Step 12/26 : WORKDIR /edgex-go 21:16:06 Removing intermediate container be47b84e33fd 21:16:06 ---> 008c66652b58 21:16:06 Step 12/27 : WORKDIR /edgex-go 21:16:06 ---> Running in a4da0e501295 21:16:06 ---> Running in 2ce8990f7605 21:16:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:16:06 c9f1f3818cd1: Preparing 21:16:06 31dc34f8dae0: Preparing 21:16:06 893c95baa9cc: Preparing 21:16:06 9a4be542c7f7: Preparing 21:16:06 0a3598aba77a: Preparing 21:16:06 f1417ff83b31: Preparing 21:16:06 f1417ff83b31: Waiting 21:16:06 9a4be542c7f7: Layer already exists 21:16:06 0a3598aba77a: Layer already exists 21:16:06 31dc34f8dae0: Layer already exists 21:16:06 c9f1f3818cd1: Layer already exists 21:16:06 893c95baa9cc: Layer already exists 21:16:06 f1417ff83b31: Layer already exists 21:16:06 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:06 Removing intermediate container 2ce8990f7605 21:16:06 ---> 1ecd7114587a 21:16:06 21:16:06 Step 13/27 : FROM alpine:3.17 21:16:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:16:06 Removing intermediate container a4da0e501295 21:16:06 ---> 024a2a9eda57 21:16:06 21:16:06 Step 13/26 : FROM alpine:3.17 21:16:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:16:06 c9f1f3818cd1: Preparing 21:16:06 31dc34f8dae0: Preparing 21:16:06 893c95baa9cc: Preparing 21:16:06 9a4be542c7f7: Preparing 21:16:06 0a3598aba77a: Preparing 21:16:06 f1417ff83b31: Preparing 21:16:06 31dc34f8dae0: Layer already exists 21:16:06 c9f1f3818cd1: Layer already exists 21:16:06 893c95baa9cc: Layer already exists 21:16:06 0a3598aba77a: Layer already exists 21:16:06 9a4be542c7f7: Layer already exists 21:16:06 f1417ff83b31: Layer already exists 21:16:06 main: digest: sha256:6c04c1d2dfdd37e5149c3f0a1251adca8f4fdae18e583a8f2d7a120c8397e473 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:06 ===================================================== [Pipeline] echo 21:16:06 taggedImages: 21:16:06 - nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:06 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:16:06 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.150 21:16:06 - nexus3.edgexfoundry.org:10004/support-scheduler:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:16:06 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:07 3.17: Pulling from library/alpine 21:16:07 3.17: Pulling from library/alpine 21:16:08 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:16:08 Status: Downloaded newer image for alpine:3.17 21:16:08 ---> 51e60588ff2c 21:16:08 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:16:08 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:16:08 Status: Image is up to date for alpine:3.17 21:16:08 ---> 51e60588ff2c 21:16:08 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:16:09 ---> Running in f27b9b449f14 21:16:09 ---> Running in 9b2fcbf10065 21:16:10 Removing intermediate container f27b9b449f14 21:16:10 ---> abb3399ac6c2 21:16:10 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:16:10 Removing intermediate container 9b2fcbf10065 21:16:10 ---> 2ea158298f50 21:16:10 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:16:11 ---> Running in bfc6d905b6fd 21:16:11 ---> Running in 9594a05a711c 21:16:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:16:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:16:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:16:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:16:18 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:16:18 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:16:18 OK: 17691 distinct packages available 21:16:19 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:16:19 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:16:19 OK: 17691 distinct packages available 21:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:16:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:16:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:16:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:16:22 (1/5) Installing dumb-init (1.2.5-r2) 21:16:22 (2/5) Installing musl-obstack (1.2.3-r0) 21:16:22 (3/5) Installing libucontext (1.2-r0) 21:16:23 (4/5) Installing gcompat (1.1.0-r0) 21:16:23 (5/5) Installing openssl (3.0.8-r4) 21:16:23 Executing busybox-1.35.0-r29.trigger 21:16:23 OK: 9 MiB in 20 packages 21:16:23 (1/5) Installing dumb-init (1.2.5-r2) 21:16:23 (2/5) Installing musl-obstack (1.2.3-r0) 21:16:23 (3/5) Installing libucontext (1.2-r0) 21:16:23 (4/5) Installing gcompat (1.1.0-r0) 21:16:23 (5/5) Installing openssl (3.0.8-r4) 21:16:23 Executing busybox-1.35.0-r29.trigger 21:16:23 OK: 9 MiB in 20 packages 21:16:27 Removing intermediate container bfc6d905b6fd 21:16:27 ---> 4d8a8d556687 21:16:27 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:27 Removing intermediate container 9594a05a711c 21:16:27 ---> 35bed585ff01 21:16:27 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:28 ---> e49e8968e0e4 21:16:28 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 21:16:28 ---> 69eac97a4c64 21:16:28 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:16:29 ---> d9de9fa3598c 21:16:29 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:16:30 ---> 41942d362f20 21:16:30 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:16:36 ---> c7331f826a78 21:16:36 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:16:39 ---> fc0dae88b34a 21:16:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:16:40 ---> 5add902b2085 21:16:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:16:41 ---> f9dfd6ad7f04 21:16:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:16:42 ---> fe38d2420c1f 21:16:42 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:16:42 ---> Running in d52000065b85 21:16:43 Removing intermediate container d52000065b85 21:16:43 ---> cabfd592728d 21:16:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:16:43 ---> Running in 1c3d330f8700 21:16:44 ---> 527d9ac8f741 21:16:44 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:16:44 Removing intermediate container 1c3d330f8700 21:16:44 ---> 35e5d111c646 21:16:44 Step 24/26 : LABEL arch=arm64 21:16:44 ---> Running in 27e61b5e0839 21:16:45 Removing intermediate container 27e61b5e0839 21:16:45 ---> e226deeceb19 21:16:45 Step 25/26 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:45 ---> Running in c754c73668c9 21:16:45 ---> b0d5814effb7 21:16:45 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:16:46 Removing intermediate container c754c73668c9 21:16:46 ---> 036cedc5575a 21:16:46 Step 26/26 : LABEL version=3.0.0-dev.150 21:16:46 ---> Running in 4b7b95420308 21:16:47 Removing intermediate container 4b7b95420308 21:16:47 ---> add1775680de 21:16:47 21:16:47 Successfully built add1775680de 21:16:47 Successfully tagged security-spire-server-arm64:latest 21:16:47 ---> 5dcd94afd7c3 21:16:47 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:16:47 Building core-common-config-bootstrapper 21:16:48  Building security-spire-server ... done  ---> 298e05b6dbcf 21:16:48 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:16:48 ---> Running in d99e29a3163b 21:16:48 Removing intermediate container d99e29a3163b 21:16:48 ---> d0050836a1c5 21:16:48 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:16:49 ---> Running in a4a565de621d 21:16:49 Removing intermediate container a4a565de621d 21:16:49 ---> a2ca4513e121 21:16:49 Step 25/27 : LABEL arch=arm64 21:16:49 ---> Running in 17742ecef6e9 21:16:50 Removing intermediate container 17742ecef6e9 21:16:50 ---> 65069f46e5ad 21:16:50 Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:16:50 ---> Running in 8d539bdbf602 21:16:50 Removing intermediate container 8d539bdbf602 21:16:50 ---> 58373d600901 21:16:50 Step 27/27 : LABEL version=3.0.0-dev.150 21:16:50 ---> Running in 8679446fc11f 21:16:51 Removing intermediate container 8679446fc11f 21:16:51 ---> 6eb54757b322 21:16:51 21:16:52 Successfully built 6eb54757b322 21:16:52 Successfully tagged security-spire-agent-arm64:latest 21:16:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Building security-proxy-setup 21:16:52 21:16:52  Building security-spire-agent ... done Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:52 ---> f4ca31364295 21:16:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:16:52 ---> Using cache 21:16:52 ---> 82a630c72c8c 21:16:52 Step 4/23 : WORKDIR /edgex-go 21:16:52 ---> Using cache 21:16:52 ---> 89385abe1d3f 21:16:52 Step 5/23 : RUN apk add --update --no-cache make git 21:16:52 ---> Using cache 21:16:52 ---> 1532d41b3ae8 21:16:52 Step 6/23 : COPY go.mod vendor* ./ 21:16:52 ---> Using cache 21:16:52 ---> 57271d1561a6 21:16:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:16:52 ---> Using cache 21:16:52 ---> 7452815ba962 21:16:52 Step 8/23 : COPY . . 21:16:52 ---> Using cache 21:16:52 ---> fd0027bd5825 21:16:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:16:52 ---> Running in 4a73a9c624ea 21:16:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:16:56 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:16:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:56 ---> f4ca31364295 21:16:56 Step 3/22 : WORKDIR /edgex-go 21:16:56 ---> Using cache 21:16:56 ---> 74e031c6bfe3 21:16:56 Step 4/22 : RUN apk add --update --no-cache make git 21:16:56 ---> Running in a4be883bc29d 21:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:16:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:17:00 OK: 263 MiB in 53 packages 21:17:02 Removing intermediate container a4be883bc29d 21:17:02 ---> 565c54e76cde 21:17:02 Step 5/22 : COPY go.mod vendor* ./ 21:17:03 ---> 0c13890116eb 21:17:03 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:17:03 ---> Running in 6e4c74c850d8 21:18:40 Removing intermediate container 6e4c74c850d8 21:18:40 ---> de31a4817a5b 21:18:40 Step 7/22 : COPY . . 21:18:40 ---> 9775371285af 21:18:40 Step 8/22 : RUN make cmd/secrets-config/secrets-config 21:18:40 ---> Running in b31243f683f0 21:18:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:23:33 Removing intermediate container d40a99880536 21:23:33 ---> 165bb5db9b5f 21:23:33 21:23:33 Step 10/25 : FROM alpine:3.17 21:23:33 ---> 51e60588ff2c 21:23:33 Step 11/25 : RUN apk add --update --no-cache dumb-init 21:23:33 ---> Running in 515b92e62482 21:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:23:33 (1/1) Installing dumb-init (1.2.5-r2) 21:23:33 Executing busybox-1.35.0-r29.trigger 21:23:33 OK: 8 MiB in 16 packages 21:23:33 Removing intermediate container 515b92e62482 21:23:33 ---> 2e61a2e5403c 21:23:33 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:23:33 ---> Running in 7ef5c00b3180 21:23:33 Removing intermediate container 7ef5c00b3180 21:23:33 ---> 729ee3c34b69 21:23:33 Step 13/25 : ENV APP_PORT=59881 21:23:33 ---> Running in d8fb9c731ee9 21:23:33 Removing intermediate container d8fb9c731ee9 21:23:33 ---> 282d675f1cb5 21:23:33 Step 14/25 : EXPOSE $APP_PORT 21:23:33 ---> Running in 4ad6a615ebae 21:23:33 Removing intermediate container 4ad6a615ebae 21:23:33 ---> a0d7a58a9071 21:23:33 Step 15/25 : WORKDIR / 21:23:33 ---> Running in b3bd1ee50341 21:23:33 Removing intermediate container b3bd1ee50341 21:23:33 ---> 078529d5044e 21:23:33 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:33 ---> 24272f9f6cbf 21:23:33 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 21:23:33 ---> 6ab0ea29291b 21:23:33 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:23:33 ---> 3d203df04e51 21:23:33 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 21:23:34 ---> f9151ccc6cf0 21:23:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 21:23:36 ---> 6d47753b9861 21:23:36 Step 21/25 : ENTRYPOINT ["/core-metadata"] 21:23:36 ---> Running in 75a05a2b0810 21:23:37 Removing intermediate container 75a05a2b0810 21:23:37 ---> ddf3b4b58030 21:23:37 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:37 ---> Running in ada616dad650 21:23:38 Removing intermediate container ada616dad650 21:23:38 ---> 674416cf368b 21:23:38 Step 23/25 : LABEL arch=arm64 21:23:38 ---> Running in b84fd7167490 21:23:39 Removing intermediate container b84fd7167490 21:23:39 ---> f3c44807663c 21:23:39 Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:23:39 ---> Running in 00e4bd38bdfd 21:23:39 Removing intermediate container 00e4bd38bdfd 21:23:39 ---> a67837f5e765 21:23:39 Step 25/25 : LABEL version=3.0.0-dev.150 21:23:40 ---> Running in 82d80f066088 21:23:41 Removing intermediate container 82d80f066088 21:23:41 ---> d1dc30f4cefd 21:23:41 21:23:41 Successfully built d1dc30f4cefd 21:23:41 Successfully tagged core-metadata-arm64:latest 21:23:41 Building core-command 21:23:43  Building core-metadata ... done Removing intermediate container 4a73a9c624ea 21:23:43 ---> 7e427a8560a1 21:23:43 21:23:43 Step 10/23 : FROM alpine:3.17 21:23:43 ---> 51e60588ff2c 21:23:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:23:43 ---> Running in df42557ad9d8 21:23:45 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:23:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:45 ---> f4ca31364295 21:23:45 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:23:45 ---> Using cache 21:23:45 ---> 82a630c72c8c 21:23:45 Step 4/24 : WORKDIR /edgex-go 21:23:45 ---> Using cache 21:23:45 ---> 89385abe1d3f 21:23:45 Step 5/24 : RUN apk add --update --no-cache make git 21:23:45 ---> Using cache 21:23:45 ---> 1532d41b3ae8 21:23:45 Step 6/24 : COPY go.mod vendor* ./ 21:23:45 ---> Using cache 21:23:45 ---> 57271d1561a6 21:23:45 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:23:45 ---> Using cache 21:23:45 ---> 7452815ba962 21:23:45 Step 8/24 : COPY . . 21:23:45 ---> Using cache 21:23:45 ---> fd0027bd5825 21:23:45 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:23:47 ---> Running in 5c4ebafa9bd2 21:23:47 Removing intermediate container df42557ad9d8 21:23:47 ---> 19d5561e78e3 21:23:47 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:23:47 ---> Running in 0347a0eaf951 21:23:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:23:52 (1/1) Installing dumb-init (1.2.5-r2) 21:23:52 Executing busybox-1.35.0-r29.trigger 21:23:52 OK: 8 MiB in 16 packages 21:23:54 Removing intermediate container 0347a0eaf951 21:23:54 ---> e8dc068f9737 21:23:54 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:55 ---> bdc301619952 21:23:55 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:23:56 ---> 7f13c24c01bc 21:23:56 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:23:57 ---> 148b778dc36d 21:23:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:24:01 ---> 7c909f5edd77 21:24:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:24:02 ---> 6d1bd61bcac6 21:24:02 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:24:02 ---> Running in 0b8f487310c7 21:24:05 Removing intermediate container 0b8f487310c7 21:24:05 ---> 3545f64e4a6f 21:24:05 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:24:05 ---> Running in e0b8fdc6c279 21:24:06 Removing intermediate container e0b8fdc6c279 21:24:06 ---> 26456969b1f3 21:24:06 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 21:24:06 ---> Running in b99e575fb54a 21:24:07 Removing intermediate container b99e575fb54a 21:24:07 ---> 1070f091374f 21:24:07 Step 21/23 : LABEL arch=arm64 21:24:07 ---> Running in 645a1695166e 21:24:07 Removing intermediate container 645a1695166e 21:24:07 ---> e38305743540 21:24:07 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:24:07 ---> Running in 4bc59bf7f9ab 21:24:08 Removing intermediate container 4bc59bf7f9ab 21:24:08 ---> 458af04f4108 21:24:08 Step 23/23 : LABEL version=3.0.0-dev.150 21:24:08 ---> Running in 7c627d0875b4 21:24:08 Removing intermediate container 7c627d0875b4 21:24:08 ---> 498f90a9b9c6 21:24:08 21:24:09 Successfully built 498f90a9b9c6 21:24:09 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:24:09  Building core-common-config-bootstrapper ... done Building core-data 21:24:12 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:24:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:12 ---> f4ca31364295 21:24:12 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:24:12 ---> Using cache 21:24:12 ---> 82a630c72c8c 21:24:12 Step 4/23 : WORKDIR /edgex-go 21:24:12 ---> Using cache 21:24:12 ---> 89385abe1d3f 21:24:12 Step 5/23 : RUN apk add --update --no-cache make git 21:24:12 ---> Using cache 21:24:12 ---> 1532d41b3ae8 21:24:12 Step 6/23 : COPY go.mod vendor* ./ 21:24:12 ---> Using cache 21:24:12 ---> 57271d1561a6 21:24:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:24:12 ---> Using cache 21:24:12 ---> 7452815ba962 21:24:12 Step 8/23 : COPY . . 21:24:12 ---> Using cache 21:24:12 ---> fd0027bd5825 21:24:12 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:24:12 ---> Running in da33fccec254 21:24:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:24:53 Removing intermediate container 0f2e2b62d13f 21:24:53 ---> ad685d5d29b2 21:24:53 21:24:53 Step 9/20 : FROM alpine:3.17 21:24:53 ---> 51e60588ff2c 21:24:53 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 21:24:53 ---> Running in b66ad61c2d50 21:24:53 Removing intermediate container b66ad61c2d50 21:24:53 ---> 5e8f2dcb5fec 21:24:53 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:24:53 ---> Running in 7cbe15dc1b4d 21:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:24:54 Removing intermediate container b31243f683f0 21:24:54 ---> 3f8367b2edcc 21:24:54 21:24:54 Step 9/22 : FROM alpine:3.17 21:24:54 ---> 51e60588ff2c 21:24:54 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 21:24:54 ---> Running in 26b1e688901b 21:24:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:24:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:24:57 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:24:57 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:24:57 OK: 17691 distinct packages available 21:24:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:24:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:24:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:24:59 (1/2) Installing dumb-init (1.2.5-r2) 21:24:59 (2/2) Installing openssl (3.0.8-r4) 21:24:59 Executing busybox-1.35.0-r29.trigger 21:24:59 OK: 8 MiB in 17 packages 21:24:59 (1/9) Installing ca-certificates (20220614-r4) 21:24:59 (2/9) Installing brotli-libs (1.0.9-r9) 21:24:59 (3/9) Installing nghttp2-libs (1.51.0-r0) 21:24:59 (4/9) Installing libcurl (8.0.1-r0) 21:24:59 (5/9) Installing curl (8.0.1-r0) 21:24:59 (6/9) Installing dumb-init (1.2.5-r2) 21:24:59 (7/9) Installing musl-obstack (1.2.3-r0) 21:24:59 (8/9) Installing libucontext (1.2-r0) 21:24:59 (9/9) Installing gcompat (1.1.0-r0) 21:24:59 Executing busybox-1.35.0-r29.trigger 21:25:00 Executing ca-certificates-20220614-r4.trigger 21:25:00 Removing intermediate container 26b1e688901b 21:25:00 ---> 9045c5d3523b 21:25:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:25:00 OK: 11 MiB in 24 packages 21:25:00 ---> Running in 438b69bda5e2 21:25:01 Removing intermediate container 438b69bda5e2 21:25:01 ---> a3ebc87f0f45 21:25:01 Step 12/22 : WORKDIR /edgex 21:25:01 ---> Running in 7b071d8d9995 21:25:02 Removing intermediate container 7b071d8d9995 21:25:02 ---> 2fadc8daa866 21:25:02 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:03 Removing intermediate container 7cbe15dc1b4d 21:25:03 ---> 075b838c73ba 21:25:03 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 21:25:03 ---> 2a138147c537 21:25:03 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 21:25:04 ---> a26a9d02be88 21:25:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:25:04 ---> 515622a3f48b 21:25:04 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 21:25:07 ---> e36911f88013 21:25:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:25:07 ---> dc1852fd6061 21:25:07 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:25:09 ---> 9de8985254d3 21:25:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:25:10 ---> 5e7fd9c3c15f 21:25:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 21:25:11 ---> 15526d496a9b 21:25:11 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:25:11 ---> Running in d6cc1c2383f3 21:25:12 ---> e668f3a6d74d 21:25:12 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:25:12 ---> Running in 11c1f720b462 21:25:13 Removing intermediate container 11c1f720b462 21:25:13 ---> 402aa712fcbb 21:25:13 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 21:25:13 ---> Running in dc0baeb83366 21:25:14 Removing intermediate container dc0baeb83366 21:25:14 ---> 90607dafa704 21:25:14 Step 18/20 : LABEL arch=arm64 21:25:14 ---> Running in 78b26b5b342b 21:25:15 Removing intermediate container 78b26b5b342b 21:25:15 ---> 2859fa2d563c 21:25:15 Step 19/20 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:25:15 Removing intermediate container d6cc1c2383f3 21:25:15 ---> 4f4d782d6a02 21:25:15 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 21:25:15 ---> Running in f6970b6c18cc 21:25:15 ---> Running in 33d0ccfcb96c 21:25:16 Removing intermediate container 33d0ccfcb96c 21:25:16 ---> 815b357e7a78 21:25:16 Step 20/22 : LABEL arch=arm64 21:25:16 Removing intermediate container f6970b6c18cc 21:25:16 ---> 16e731c0b933 21:25:16 Step 20/20 : LABEL version=3.0.0-dev.150 21:25:16 ---> Running in 713111360ad1 21:25:16 ---> Running in 053a5367f818 21:25:16 Removing intermediate container 053a5367f818 21:25:16 ---> 95a77b39dbdc 21:25:16 21:25:16 Removing intermediate container 713111360ad1 21:25:16 ---> 9f7d8cf1d69a 21:25:16 Step 21/22 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:25:16 Successfully built 95a77b39dbdc 21:25:16 Successfully tagged security-spiffe-token-provider-arm64:latest 21:25:17 Building support-scheduler 21:25:17  Building security-spiffe-token-provider ... done  ---> Running in e4c1e9cbed00 21:25:17 Removing intermediate container e4c1e9cbed00 21:25:17 ---> d18d771c919c 21:25:17 Step 22/22 : LABEL version=3.0.0-dev.150 21:25:17 ---> Running in df95a52fcf19 21:25:20 Removing intermediate container df95a52fcf19 21:25:20 ---> 14fcedc73cc2 21:25:20 21:25:20 Successfully built 14fcedc73cc2 21:25:20 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17Successfully tagged security-proxy-setup-arm64:latest 21:25:20 Building security-proxy-auth 21:25:20  Building security-proxy-setup ... done  21:25:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:25:20 ---> f4ca31364295 21:25:20 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:25:20 ---> Using cache 21:25:20 ---> 82a630c72c8c 21:25:20 Step 4/23 : WORKDIR /edgex-go 21:25:20 ---> Using cache 21:25:20 ---> 89385abe1d3f 21:25:20 Step 5/23 : RUN apk add --update --no-cache make git 21:25:20 ---> Using cache 21:25:20 ---> 1532d41b3ae8 21:25:20 Step 6/23 : COPY go.mod vendor* ./ 21:25:20 ---> Using cache 21:25:20 ---> 57271d1561a6 21:25:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:25:20 ---> Using cache 21:25:20 ---> 7452815ba962 21:25:20 Step 8/23 : COPY . . 21:25:20 ---> Using cache 21:25:20 ---> fd0027bd5825 21:25:20 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 21:25:20 ---> Running in 9630f421c669 21:25:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:25:24 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:25:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:25:24 ---> f4ca31364295 21:25:24 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:25:24 ---> Using cache 21:25:24 ---> 82a630c72c8c 21:25:24 Step 4/23 : WORKDIR /edgex-go 21:25:24 ---> Using cache 21:25:24 ---> 89385abe1d3f 21:25:24 Step 5/23 : RUN apk add --update --no-cache make git 21:25:24 ---> Using cache 21:25:24 ---> 1532d41b3ae8 21:25:24 Step 6/23 : COPY go.mod vendor* ./ 21:25:24 ---> Using cache 21:25:24 ---> 57271d1561a6 21:25:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:25:24 ---> Using cache 21:25:24 ---> 7452815ba962 21:25:24 Step 8/23 : COPY . . 21:25:24 ---> Using cache 21:25:24 ---> fd0027bd5825 21:25:24 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:25:24 ---> Running in 2221b59bde6b 21:25:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:25:53 Removing intermediate container 49d811ec6548 21:25:53 ---> 9f535ef84208 21:25:53 21:25:53 Step 10/23 : FROM alpine:3.17 21:25:53 ---> 51e60588ff2c 21:25:53 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:25:53 ---> Running in 23f863fe8e22 21:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:25:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:25:56 (1/2) Installing ca-certificates (20220614-r4) 21:25:56 (2/2) Installing dumb-init (1.2.5-r2) 21:25:56 Executing busybox-1.35.0-r29.trigger 21:25:56 Executing ca-certificates-20220614-r4.trigger 21:25:57 OK: 8 MiB in 17 packages 21:26:00 Removing intermediate container 23f863fe8e22 21:26:00 ---> 7e8ef45b9e35 21:26:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 21:26:00 ---> Running in 7bac64ece182 21:26:00 Removing intermediate container 7bac64ece182 21:26:00 ---> b1f09780539b 21:26:00 Step 13/23 : ENV APP_PORT=59860 21:26:00 ---> Running in 102cbc6efaf6 21:26:01 Removing intermediate container 102cbc6efaf6 21:26:01 ---> 1c985cbb335f 21:26:01 Step 14/23 : EXPOSE $APP_PORT 21:26:01 ---> Running in dd37d74fbd57 21:26:02 Removing intermediate container dd37d74fbd57 21:26:02 ---> f52448b47458 21:26:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:03 ---> bea81c016715 21:26:03 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:26:04 ---> 5fe0282e5268 21:26:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:26:06 ---> af683125c205 21:26:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 21:26:07 ---> 6d65fef14728 21:26:07 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:26:07 ---> Running in 3f2187914e71 21:26:08 Removing intermediate container 3f2187914e71 21:26:08 ---> 6ac44d7c1e77 21:26:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:26:08 ---> Running in 574d1f8fe0d0 21:26:08 Removing intermediate container 574d1f8fe0d0 21:26:08 ---> 5365dc957d04 21:26:08 Step 21/23 : LABEL arch=arm64 21:26:08 ---> Running in 0401ab5e0879 21:26:09 Removing intermediate container 0401ab5e0879 21:26:09 ---> 04bcfd294079 21:26:09 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:26:09 ---> Running in 8ea47acf7706 21:26:10 Removing intermediate container 8ea47acf7706 21:26:10 ---> 2234bd3c4a3f 21:26:10 Step 23/23 : LABEL version=3.0.0-dev.150 21:26:10 ---> Running in 1bc120ebda7d 21:26:10 Removing intermediate container 1bc120ebda7d 21:26:10 ---> c0940fd63016 21:26:10 21:26:10 Successfully built c0940fd63016 21:26:10 Successfully tagged support-notifications-arm64:latest 21:26:10 Building security-bootstrapper 21:26:14  Building support-notifications ... done Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:26:14 Step 2/33 : FROM ${BUILDER_BASE} AS builder 21:26:14 ---> f4ca31364295 21:26:14 Step 3/33 : WORKDIR /edgex-go 21:26:14 ---> Using cache 21:26:14 ---> 74e031c6bfe3 21:26:14 Step 4/33 : RUN apk add --update --no-cache make git 21:26:14 ---> Using cache 21:26:14 ---> 565c54e76cde 21:26:14 Step 5/33 : COPY go.mod vendor* ./ 21:26:14 ---> Using cache 21:26:14 ---> 0c13890116eb 21:26:14 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:26:14 ---> Using cache 21:26:14 ---> de31a4817a5b 21:26:14 Step 7/33 : COPY . . 21:26:14 ---> Using cache 21:26:14 ---> 9775371285af 21:26:14 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:26:14 ---> Running in af7509113223 21:26:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:30:53 Removing intermediate container 5c4ebafa9bd2 21:30:53 ---> 2d91a760850b 21:30:53 21:30:53 Step 10/24 : FROM alpine:3.17 21:30:53 ---> 51e60588ff2c 21:30:53 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:30:53 ---> Using cache 21:30:53 ---> 2e61a2e5403c 21:30:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:30:53 ---> Using cache 21:30:53 ---> 729ee3c34b69 21:30:53 Step 13/24 : ENV APP_PORT=59882 21:30:53 ---> Running in e6d39e6322be 21:30:53 Removing intermediate container e6d39e6322be 21:30:53 ---> 5c85d0ab569f 21:30:53 Step 14/24 : EXPOSE $APP_PORT 21:30:53 ---> Running in e414429386b0 21:30:53 Removing intermediate container e414429386b0 21:30:53 ---> 897d8030142c 21:30:53 Step 15/24 : WORKDIR / 21:30:53 ---> Running in f27506f150d5 21:30:53 Removing intermediate container f27506f150d5 21:30:53 ---> dd1dc3a6ed6c 21:30:53 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:53 ---> 2432dfeb1e27 21:30:53 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 21:30:53 ---> bf11871cbd00 21:30:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:30:53 ---> 7e924ddfe2a2 21:30:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 21:30:53 ---> 3bd711b915d8 21:30:53 Step 20/24 : ENTRYPOINT ["/core-command"] 21:30:53 ---> Running in fc64b043304e 21:30:53 Removing intermediate container fc64b043304e 21:30:53 ---> 3d0d44dcb8cd 21:30:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:30:53 ---> Running in ed993c1bb298 21:30:53 Removing intermediate container ed993c1bb298 21:30:53 ---> a10438c41245 21:30:53 Step 22/24 : LABEL arch=arm64 21:30:53 ---> Running in 66c05f4778a6 21:30:53 Removing intermediate container 66c05f4778a6 21:30:53 ---> 12378936318c 21:30:53 Step 23/24 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:30:53 ---> Running in aaba92cac9af 21:30:53 Removing intermediate container aaba92cac9af 21:30:53 ---> 2f534de03155 21:30:53 Step 24/24 : LABEL version=3.0.0-dev.150 21:30:53 ---> Running in 7545d1f6d6e8 21:30:53 Removing intermediate container 7545d1f6d6e8 21:30:53 ---> 1b6bf401733c 21:30:53 21:30:53 Successfully built 1b6bf401733c 21:30:53 Successfully tagged core-command-arm64:latest 21:30:53  Building core-command ... done Building security-secretstore-setup 21:30:56 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:30:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 21:30:56 ---> f4ca31364295 21:30:56 Step 3/25 : WORKDIR /edgex-go 21:30:56 ---> Using cache 21:30:56 ---> 74e031c6bfe3 21:30:56 Step 4/25 : RUN apk add --update --no-cache make git 21:30:56 ---> Using cache 21:30:56 ---> 565c54e76cde 21:30:56 Step 5/25 : COPY go.mod vendor* ./ 21:30:56 ---> Using cache 21:30:56 ---> 0c13890116eb 21:30:56 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:56 ---> Using cache 21:30:56 ---> de31a4817a5b 21:30:56 Step 7/25 : COPY . . 21:30:56 ---> Using cache 21:30:56 ---> 9775371285af 21:30:56 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:30:56 ---> Running in bc2b72841bef 21:30:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:31:25 Removing intermediate container da33fccec254 21:31:25 ---> 5402b92aafc1 21:31:25 21:31:25 Step 10/23 : FROM alpine:3.17 21:31:25 ---> 51e60588ff2c 21:31:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:31:25 ---> Running in 5f971a2f6fca 21:31:25 Removing intermediate container 5f971a2f6fca 21:31:25 ---> fc2b93ba974e 21:31:25 Step 12/23 : ENV APP_PORT=59880 21:31:25 ---> Running in ba29ae0551cf 21:31:25 Removing intermediate container ba29ae0551cf 21:31:25 ---> 605c3de7a208 21:31:25 Step 13/23 : EXPOSE $APP_PORT 21:31:25 ---> Running in 9c5c234e9c50 21:31:25 Removing intermediate container 9c5c234e9c50 21:31:25 ---> 02fa0d0f35dc 21:31:25 Step 14/23 : RUN apk add --update --no-cache dumb-init 21:31:25 ---> Running in 376b8d5c0a3b 21:31:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:31:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:31:28 (1/1) Installing dumb-init (1.2.5-r2) 21:31:28 Executing busybox-1.35.0-r29.trigger 21:31:28 OK: 8 MiB in 16 packages 21:31:30 Removing intermediate container 376b8d5c0a3b 21:31:30 ---> a9c9b67ccbe2 21:31:30 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:31 ---> 73c71e5b9036 21:31:31 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:31:33 ---> 3eeca085165e 21:31:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:31:35 ---> d5511a90b2bc 21:31:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 21:31:37 ---> 5116e43a1f96 21:31:37 Step 19/23 : ENTRYPOINT ["/core-data"] 21:31:37 ---> Running in d230f6fdc3dc 21:31:38 Removing intermediate container d230f6fdc3dc 21:31:38 ---> 9dde5b64f0fd 21:31:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:31:38 ---> Running in a6418218f07c 21:31:39 Removing intermediate container a6418218f07c 21:31:39 ---> 112058cedf5c 21:31:39 Step 21/23 : LABEL arch=arm64 21:31:39 ---> Running in 1ce177ab49f4 21:31:40 Removing intermediate container 1ce177ab49f4 21:31:40 ---> 114938ccf7d3 21:31:40 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:31:40 ---> Running in aa9491a4b3e5 21:31:41 Removing intermediate container aa9491a4b3e5 21:31:41 ---> 86764d7da560 21:31:41 Step 23/23 : LABEL version=3.0.0-dev.150 21:31:41 ---> Running in 392e3ad0ce6f 21:31:43 Removing intermediate container 392e3ad0ce6f 21:31:43 ---> fcb5b8388cae 21:31:43 21:31:43 Successfully built fcb5b8388cae 21:31:43 Successfully tagged core-data-arm64:latest 21:31:44  Building core-data ... done Building security-spire-config 21:31:44 Removing intermediate container 2221b59bde6b 21:31:44 ---> e7f8d6138b86 21:31:44 21:31:44 Step 10/23 : FROM alpine:3.17 21:31:44 ---> 51e60588ff2c 21:31:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:31:44 ---> Using cache 21:31:44 ---> 19d5561e78e3 21:31:44 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:31:44 ---> Using cache 21:31:44 ---> e8dc068f9737 21:31:44 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:44 ---> Using cache 21:31:44 ---> bdc301619952 21:31:44 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 21:31:44 ---> Using cache 21:31:44 ---> 7f13c24c01bc 21:31:44 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:31:46 ---> d8b7523df640 21:31:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 21:31:47 ---> 29f1a57a03db 21:31:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:31:48 ---> f3edf6a4a574 21:31:48 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:48 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 21:31:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:31:48 ---> f4ca31364295 21:31:48 Step 3/27 : WORKDIR /edgex-go 21:31:48 ---> Using cache 21:31:48 ---> 74e031c6bfe3 21:31:48 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 21:31:48 ---> Using cache 21:31:48 ---> 85656c6d17d9 21:31:48 Step 5/27 : COPY go.mod vendor* ./ 21:31:48 ---> Running in b88e53460435 21:31:48 ---> Using cache 21:31:48 ---> 4cca7ee43d91 21:31:48 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:48 ---> Using cache 21:31:48 ---> 0d5e3aa90407 21:31:48 Step 7/27 : COPY . . 21:31:48 ---> Using cache 21:31:48 ---> ba49a58f07b7 21:31:48 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 21:31:48 ---> Using cache 21:31:48 ---> a81e57e023e0 21:31:48 Step 9/27 : WORKDIR /edgex-go/spire-build 21:31:48 ---> Using cache 21:31:48 ---> c194032e9264 21:31:48 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 21:31:48 ---> Using cache 21:31:48 ---> 68b2e1b41282 21:31:48 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 21:31:49 ---> Running in c88f71045457 21:31:52 Removing intermediate container b88e53460435 21:31:52 ---> 898b36ca5913 21:31:52 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 21:31:52 ---> Running in 52705addff81 21:31:53 Removing intermediate container c88f71045457 21:31:53 ---> 5352c0018ba3 21:31:53 Step 12/27 : WORKDIR /edgex-go 21:31:53 ---> Running in 401e662307ce 21:31:53 Removing intermediate container 52705addff81 21:31:53 ---> acbc8262a025 21:31:53 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:31:53 ---> Running in 8a695b9b69fc 21:31:54 Removing intermediate container 401e662307ce 21:31:54 ---> 437bbec08f9f 21:31:54 21:31:54 Step 13/27 : FROM alpine:3.17 21:31:54 ---> 51e60588ff2c 21:31:54 Removing intermediate container 8a695b9b69fc 21:31:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:31:54 ---> Using cache 21:31:54 ---> 2ea158298f50 21:31:54 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:31:54 ---> 0c6bed998c72 21:31:54 Step 21/23 : LABEL arch=arm64 21:31:54 ---> Running in abc7bc296a0c 21:31:54 ---> Running in de814a9a41a5 21:31:55 Removing intermediate container de814a9a41a5 21:31:55 ---> 37ebb9296532 21:31:55 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:31:56 ---> Running in b14c71e8c046 21:31:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:31:57 Removing intermediate container b14c71e8c046 21:31:57 ---> f5fccce2a9b0 21:31:57 Step 23/23 : LABEL version=3.0.0-dev.150 21:31:57 ---> Running in db359f16de72 21:31:58 Removing intermediate container db359f16de72 21:31:58 ---> 849376babbdd 21:31:58 21:31:58 Successfully built 849376babbdd 21:31:58 Successfully tagged security-proxy-auth-arm64:latest 21:31:58  Building security-proxy-auth ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:31:59 v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:31:59 v3.17.3-151-g349dc4ade02 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:31:59 OK: 17691 distinct packages available 21:31:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:32:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:32:01 (1/4) Installing dumb-init (1.2.5-r2) 21:32:01 (2/4) Installing musl-obstack (1.2.3-r0) 21:32:01 (3/4) Installing libucontext (1.2-r0) 21:32:01 (4/4) Installing gcompat (1.1.0-r0) 21:32:01 Executing busybox-1.35.0-r29.trigger 21:32:01 OK: 8 MiB in 19 packages 21:32:03 Removing intermediate container abc7bc296a0c 21:32:03 ---> 57571c0bacd4 21:32:03 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 21:32:04 ---> a9ff7c3d202b 21:32:04 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 21:32:05 ---> 1c83a4e9e3e5 21:32:05 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:32:12 ---> 9b7e61919d18 21:32:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:32:13 ---> d494274c5b53 21:32:13 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:32:13 ---> Running in 64578860a277 21:32:14 Removing intermediate container 64578860a277 21:32:14 ---> 40fbaf36e0c7 21:32:14 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:32:15 ---> 4402dc89a692 21:32:15 Step 22/27 : WORKDIR / 21:32:15 ---> Running in f8761ac55869 21:32:15 Removing intermediate container f8761ac55869 21:32:15 ---> 0d5d1bc23c9f 21:32:15 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:32:15 ---> Running in 1a144c721c84 21:32:16 Removing intermediate container 1a144c721c84 21:32:16 ---> b9d96d99f500 21:32:16 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:32:16 ---> Running in e43b67a1fb58 21:32:17 Removing intermediate container e43b67a1fb58 21:32:17 ---> 7a2eaad87864 21:32:17 Step 25/27 : LABEL arch=arm64 21:32:17 ---> Running in 10f12553717b 21:32:17 Removing intermediate container 10f12553717b 21:32:17 ---> 1a4952eea12f 21:32:17 Step 26/27 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:32:17 ---> Running in a7cced0169ad 21:32:18 Removing intermediate container a7cced0169ad 21:32:18 ---> 577e2084b6f7 21:32:18 Step 27/27 : LABEL version=3.0.0-dev.150 21:32:18 ---> Running in a9b1d0bb4202 21:32:19 Removing intermediate container a9b1d0bb4202 21:32:19 ---> e148a3f32ea3 21:32:19 21:32:19 Successfully built e148a3f32ea3 21:32:19 Successfully tagged security-spire-config-arm64:latest 21:32:34  Building security-spire-config ... done Removing intermediate container af7509113223 21:32:34 ---> 9815f7466f73 21:32:34 21:32:34 Step 9/33 : FROM alpine:3.17 21:32:34 ---> 51e60588ff2c 21:32:34 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 21:32:34 ---> Using cache 21:32:34 ---> 5e8f2dcb5fec 21:32:34 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 21:32:34 ---> Running in d0b1226360dd 21:32:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:32:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:32:36 (1/2) Installing dumb-init (1.2.5-r2) 21:32:36 (2/2) Installing su-exec (0.2-r2) 21:32:36 Executing busybox-1.35.0-r29.trigger 21:32:36 OK: 8 MiB in 17 packages 21:32:37 Removing intermediate container d0b1226360dd 21:32:37 ---> c3dbc714eb7f 21:32:37 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 21:32:37 ---> Running in 11932797ea0b 21:32:38 Removing intermediate container 11932797ea0b 21:32:38 ---> 56e89ad4e0d4 21:32:38 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:32:38 ---> Running in 6484d3e3de43 21:32:38 Removing intermediate container 6484d3e3de43 21:32:38 ---> dd69a16735f1 21:32:38 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:32:38 ---> Running in d1b6df19dcf0 21:32:39 Removing intermediate container d1b6df19dcf0 21:32:39 ---> 19ff5e2c29a7 21:32:39 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:32:39 ---> Running in f9fb176c0c7c 21:32:39 Removing intermediate container f9fb176c0c7c 21:32:39 ---> 5d9f19655c28 21:32:39 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:32:39 ---> Running in 279cdec8a0f3 21:32:43 Removing intermediate container 279cdec8a0f3 21:32:43 ---> eb749e9ce2c1 21:32:43 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 21:32:43 ---> Running in 256a6ad31f41 21:32:43 Removing intermediate container 256a6ad31f41 21:32:43 ---> 0a99c52c7bbe 21:32:43 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:32:44 ---> ee75a870c65f 21:32:44 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:32:44 ---> Running in 239388ee88b8 21:32:47 Removing intermediate container 239388ee88b8 21:32:47 ---> df9a8c9a4225 21:32:47 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 21:32:48 ---> 20d17c010ed3 21:32:48 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 21:32:48 ---> ffe81cd5d774 21:32:48 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:32:52 ---> 36f71db08dd8 21:32:52 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 21:32:53 ---> 267a147cc536 21:32:53 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 21:32:53 ---> 41994d8c815a 21:32:53 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:32:54 ---> 22e0a1ef98d0 21:32:54 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:32:55 ---> dd1064fd8787 21:32:55 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:32:56 ---> fd09627196b8 21:32:56 Step 28/33 : RUN chmod +x /entrypoint.sh 21:32:56 ---> Running in 27f75487cec3 21:33:00 Removing intermediate container 27f75487cec3 21:33:00 ---> dec2fcc386d2 21:33:00 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 21:33:00 ---> Running in e656c0ab1ad0 21:33:00 Removing intermediate container e656c0ab1ad0 21:33:00 ---> 7bcc85244998 21:33:00 Step 30/33 : CMD ["gate"] 21:33:00 ---> Running in 175d1558d6a4 21:33:01 Removing intermediate container 175d1558d6a4 21:33:01 ---> 8dcc5dac3369 21:33:01 Step 31/33 : LABEL arch=arm64 21:33:01 ---> Running in 8fa4b535f7f1 21:33:01 Removing intermediate container 8fa4b535f7f1 21:33:01 ---> b1bfe8a00c27 21:33:01 Step 32/33 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:33:01 ---> Running in ed6c54e9d48f 21:33:02 Removing intermediate container ed6c54e9d48f 21:33:02 ---> 231beaa0219e 21:33:02 Step 33/33 : LABEL version=3.0.0-dev.150 21:33:02 ---> Running in bac5f2f2d4bc 21:33:02 Removing intermediate container bac5f2f2d4bc 21:33:02 ---> d855cdbabf53 21:33:02 21:33:02 Successfully built d855cdbabf53 21:33:02 Successfully tagged security-bootstrapper-arm64:latest 21:33:49  Building security-bootstrapper ... done Removing intermediate container 9630f421c669 21:33:49 ---> 4f6d3c8a2ea5 21:33:49 21:33:49 Step 10/23 : FROM alpine:3.17 21:33:49 ---> 51e60588ff2c 21:33:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:33:49 ---> Using cache 21:33:49 ---> 2e61a2e5403c 21:33:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 21:33:49 ---> Using cache 21:33:49 ---> 729ee3c34b69 21:33:49 Step 13/23 : ENV APP_PORT=59861 21:33:49 ---> Running in 3f942ce2ad58 21:33:49 Removing intermediate container 3f942ce2ad58 21:33:49 ---> 6ec204d4991c 21:33:49 Step 14/23 : EXPOSE $APP_PORT 21:33:49 ---> Running in b046fd983a12 21:33:49 Removing intermediate container b046fd983a12 21:33:49 ---> 9a05bad187df 21:33:49 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:33:50 ---> c134a920e460 21:33:50 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 21:33:51 ---> 8b3eb7e32b57 21:33:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:33:53 ---> f7100b1ccbbf 21:33:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 21:33:53 ---> 915d7301d76d 21:33:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:33:54 ---> Running in 93d5790e701f 21:33:54 Removing intermediate container 93d5790e701f 21:33:54 ---> 650b900143ae 21:33:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:33:54 ---> Running in e0e3761c11ee 21:33:54 Removing intermediate container e0e3761c11ee 21:33:54 ---> 20590f9a03b0 21:33:54 Step 21/23 : LABEL arch=arm64 21:33:54 ---> Running in 5bd2deba3e72 21:33:55 Removing intermediate container 5bd2deba3e72 21:33:55 ---> ca8fec80d9c1 21:33:55 Step 22/23 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:33:55 ---> Running in a6db338b9c74 21:33:55 Removing intermediate container a6db338b9c74 21:33:55 ---> d24dca0b8ba9 21:33:55 Step 23/23 : LABEL version=3.0.0-dev.150 21:33:55 ---> Running in b8d9feb1a3c9 21:33:56 Removing intermediate container b8d9feb1a3c9 21:33:56 ---> b7cb3c949428 21:33:56 21:33:56 Successfully built b7cb3c949428 21:33:56 Successfully tagged support-scheduler-arm64:latest 21:34:01  Building support-scheduler ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.150" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:34:11 Removing intermediate container bc2b72841bef 21:34:11 ---> f5467fb807eb 21:34:11 21:34:11 Step 9/25 : FROM alpine:3.17 21:34:11 ---> 51e60588ff2c 21:34:11 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:34:12 ---> Running in e4443205df13 21:34:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:34:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:34:14 (1/3) Installing ca-certificates (20220614-r4) 21:34:14 (2/3) Installing dumb-init (1.2.5-r2) 21:34:14 (3/3) Installing su-exec (0.2-r2) 21:34:14 Executing busybox-1.35.0-r29.trigger 21:34:14 Executing ca-certificates-20220614-r4.trigger 21:34:15 OK: 8 MiB in 18 packages 21:34:16 Removing intermediate container e4443205df13 21:34:16 ---> 57f4f9568019 21:34:16 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:34:16 ---> Running in e30b0fb04d0a 21:34:16 Removing intermediate container e30b0fb04d0a 21:34:16 ---> 652f509f0e77 21:34:16 Step 12/25 : WORKDIR / 21:34:16 ---> Running in a7f796d208a8 21:34:17 Removing intermediate container a7f796d208a8 21:34:17 ---> 9f4024bc66de 21:34:17 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 21:34:17 ---> 1d592359e0d3 21:34:17 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 21:34:18 ---> 5d4c80277fc2 21:34:18 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:34:18 ---> db3f1cb6a68b 21:34:18 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 21:34:19 ---> aa6d4fc27205 21:34:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 21:34:19 ---> 415aeea07069 21:34:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:34:20 ---> b1d42e7c9760 21:34:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:34:21 ---> 001af65e42bd 21:34:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:34:22 ---> 195ff3b983bc 21:34:22 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:34:22 ---> Running in 1a9be6e0cb00 21:34:25 Removing intermediate container 1a9be6e0cb00 21:34:25 ---> b3d039cecd99 21:34:25 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 21:34:25 ---> Running in 530a396022af 21:34:25 Removing intermediate container 530a396022af 21:34:25 ---> af267c7209d2 21:34:25 Step 23/25 : LABEL arch=arm64 21:34:25 ---> Running in e1520e524144 21:34:26 Removing intermediate container e1520e524144 21:34:26 ---> 5255e2d7d15a 21:34:26 Step 24/25 : LABEL git_sha=ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:26 ---> Running in bd422c1004ea 21:34:26 Removing intermediate container bd422c1004ea 21:34:26 ---> 5153647e40e7 21:34:26 Step 25/25 : LABEL version=3.0.0-dev.150 21:34:26 ---> Running in 573cec25eb8e 21:34:27 Removing intermediate container 573cec25eb8e 21:34:27 ---> 5c5b4e817458 21:34:27 21:34:27 Successfully built 5c5b4e817458 21:34:27 Successfully tagged security-secretstore-setup-arm64:latest 21:34:27  Building security-secretstore-setup ... done  [Pipeline] } 21:34:27 $ docker stop --time=1 d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 21:34:28 $ docker rm -f --volumes d3697c12e5e3370ffdee69becb4eb92987b52771b16d1f0f71f619d6de6f9104 [Pipeline] // withDockerContainer [Pipeline] sh 21:34:29 + docker images 21:34:29 REPOSITORY TAG IMAGE ID CREATED SIZE 21:34:29 security-secretstore-setup-arm64 latest 5c5b4e817458 3 seconds ago 32.2MB 21:34:29 f5467fb807eb 20 seconds ago 1.35GB 21:34:29 support-scheduler-arm64 latest b7cb3c949428 34 seconds ago 31.2MB 21:34:29 4f6d3c8a2ea5 43 seconds ago 1.42GB 21:34:29 security-bootstrapper-arm64 latest d855cdbabf53 About a minute ago 21.9MB 21:34:29 9815f7466f73 About a minute ago 1.34GB 21:34:29 security-spire-config-arm64 latest e148a3f32ea3 2 minutes ago 96.1MB 21:34:29 security-proxy-auth-arm64 latest 849376babbdd 2 minutes ago 18.1MB 21:34:29 437bbec08f9f 2 minutes ago 1.21GB 21:34:29 e7f8d6138b86 2 minutes ago 1.33GB 21:34:29 core-data-arm64 latest fcb5b8388cae 2 minutes ago 19.9MB 21:34:29 5402b92aafc1 3 minutes ago 1.36GB 21:34:29 core-command-arm64 latest 1b6bf401733c 3 minutes ago 19.7MB 21:34:29 2d91a760850b 3 minutes ago 1.35GB 21:34:29 support-notifications-arm64 latest c0940fd63016 8 minutes ago 31.9MB 21:34:29 9f535ef84208 8 minutes ago 1.42GB 21:34:29 security-proxy-setup-arm64 latest 14fcedc73cc2 9 minutes ago 18.7MB 21:34:29 security-spiffe-token-provider-arm64 latest 95a77b39dbdc 9 minutes ago 32.7MB 21:34:29 3f8367b2edcc 9 minutes ago 1.33GB 21:34:29 ad685d5d29b2 9 minutes ago 1.39GB 21:34:29 core-common-config-bootstrapper-arm64 latest 498f90a9b9c6 10 minutes ago 17.2MB 21:34:29 7e427a8560a1 10 minutes ago 1.35GB 21:34:29 core-metadata-arm64 latest d1dc30f4cefd 10 minutes ago 20.2MB 21:34:29 165bb5db9b5f 11 minutes ago 1.36GB 21:34:29 security-spire-agent-arm64 latest 6eb54757b322 17 minutes ago 153MB 21:34:29 security-spire-server-arm64 latest add1775680de 17 minutes ago 97MB 21:34:29 1ecd7114587a 18 minutes ago 1.21GB 21:34:29 024a2a9eda57 18 minutes ago 1.21GB 21:34:29 ci-base-image-arm64 latest f4ca31364295 21 minutes ago 899MB 21:34:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 11 days ago 681MB 21:34:29 alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB 21:34:29 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 21:34:29 provisioning config files... 21:34:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/515@tmp/config1129541197465169603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:34:30 ---> docker-login.sh 21:34:30 nexus3.edgexfoundry.org:10001 21:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:30 Configure a credential helper to remove this warning. See 21:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:30 21:34:30 Login Succeeded 21:34:30 nexus3.edgexfoundry.org:10002 21:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:31 Configure a credential helper to remove this warning. See 21:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:31 21:34:31 Login Succeeded 21:34:31 nexus3.edgexfoundry.org:10003 21:34:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:31 Configure a credential helper to remove this warning. See 21:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:31 21:34:31 Login Succeeded 21:34:31 nexus3.edgexfoundry.org:10004 21:34:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:31 Configure a credential helper to remove this warning. See 21:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:31 21:34:31 Login Succeeded 21:34:31 docker.io 21:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:34:32 Configure a credential helper to remove this warning. See 21:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:34:32 21:34:32 Login Succeeded 21:34:32 ---> docker-login.sh ends [Pipeline] } 21:34:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:34:32 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 21:34:32 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:32 latest 21:34:32 3.0.0-dev.150 21:34:32 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:32 main 21:34:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:34:33 07d69c305c25: Preparing 21:34:33 61e9d43da8d4: Preparing 21:34:33 4aff90ef896d: Preparing 21:34:33 6d59c816bac3: Preparing 21:34:33 c73bc4f272e4: Preparing 21:34:33 26cbea5cba74: Preparing 21:34:33 26cbea5cba74: Waiting 21:34:33 4aff90ef896d: Pushed 21:34:33 6d59c816bac3: Pushed 21:34:33 07d69c305c25: Pushed 21:34:33 c73bc4f272e4: Pushed 21:34:33 26cbea5cba74: Layer already exists 21:34:36 61e9d43da8d4: Pushed 21:34:36 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:34:37 07d69c305c25: Preparing 21:34:37 61e9d43da8d4: Preparing 21:34:37 4aff90ef896d: Preparing 21:34:37 6d59c816bac3: Preparing 21:34:37 c73bc4f272e4: Preparing 21:34:37 26cbea5cba74: Preparing 21:34:37 07d69c305c25: Layer already exists 21:34:37 4aff90ef896d: Layer already exists 21:34:37 61e9d43da8d4: Layer already exists 21:34:37 6d59c816bac3: Layer already exists 21:34:37 c73bc4f272e4: Layer already exists 21:34:37 26cbea5cba74: Layer already exists 21:34:37 latest: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 21:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:34:38 07d69c305c25: Preparing 21:34:38 61e9d43da8d4: Preparing 21:34:38 4aff90ef896d: Preparing 21:34:38 6d59c816bac3: Preparing 21:34:38 c73bc4f272e4: Preparing 21:34:38 26cbea5cba74: Preparing 21:34:38 26cbea5cba74: Waiting 21:34:38 6d59c816bac3: Layer already exists 21:34:38 07d69c305c25: Layer already exists 21:34:38 c73bc4f272e4: Layer already exists 21:34:38 4aff90ef896d: Layer already exists 21:34:38 61e9d43da8d4: Layer already exists 21:34:38 26cbea5cba74: Layer already exists 21:34:38 3.0.0-dev.150: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:34:39 07d69c305c25: Preparing 21:34:39 61e9d43da8d4: Preparing 21:34:39 4aff90ef896d: Preparing 21:34:39 6d59c816bac3: Preparing 21:34:39 c73bc4f272e4: Preparing 21:34:39 26cbea5cba74: Preparing 21:34:39 26cbea5cba74: Waiting 21:34:39 6d59c816bac3: Layer already exists 21:34:39 07d69c305c25: Layer already exists 21:34:39 4aff90ef896d: Layer already exists 21:34:39 c73bc4f272e4: Layer already exists 21:34:39 61e9d43da8d4: Layer already exists 21:34:39 26cbea5cba74: Layer already exists 21:34:39 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 21:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:34:40 07d69c305c25: Preparing 21:34:40 61e9d43da8d4: Preparing 21:34:40 4aff90ef896d: Preparing 21:34:40 6d59c816bac3: Preparing 21:34:40 c73bc4f272e4: Preparing 21:34:40 26cbea5cba74: Preparing 21:34:40 26cbea5cba74: Waiting 21:34:40 4aff90ef896d: Layer already exists 21:34:40 c73bc4f272e4: Layer already exists 21:34:40 07d69c305c25: Layer already exists 21:34:40 6d59c816bac3: Layer already exists 21:34:40 61e9d43da8d4: Layer already exists 21:34:40 26cbea5cba74: Layer already exists 21:34:40 main: digest: sha256:22d40abe5486a526bad7f712bfe7e2c96a2342f3edf58349c4eda16f871f6f86 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:40 ===================================================== [Pipeline] echo 21:34:40 taggedImages: 21:34:40 - nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:40 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:34:40 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.150 21:34:40 - nexus3.edgexfoundry.org:10004/core-command-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:40 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 21:34:40 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 21:34:40 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:40 latest 21:34:40 3.0.0-dev.150 21:34:40 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:40 main 21:34:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:34:41 767ba050d02d: Preparing 21:34:41 04a27896349b: Preparing 21:34:41 c1bf17bfc60a: Preparing 21:34:41 ed308b9264ed: Preparing 21:34:41 4aff90ef896d: Preparing 21:34:41 6d59c816bac3: Preparing 21:34:41 c24fc7f92226: Preparing 21:34:41 26cbea5cba74: Preparing 21:34:41 c24fc7f92226: Waiting 21:34:41 6d59c816bac3: Waiting 21:34:41 26cbea5cba74: Waiting 21:34:41 4aff90ef896d: Layer already exists 21:34:41 6d59c816bac3: Layer already exists 21:34:41 04a27896349b: Pushed 21:34:41 767ba050d02d: Pushed 21:34:41 c1bf17bfc60a: Pushed 21:34:41 26cbea5cba74: Layer already exists 21:34:41 c24fc7f92226: Pushed 21:34:44 ed308b9264ed: Pushed 21:34:44 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:44 + 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 21:34:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:34:44 767ba050d02d: Preparing 21:34:44 04a27896349b: Preparing 21:34:44 c1bf17bfc60a: Preparing 21:34:44 ed308b9264ed: Preparing 21:34:44 4aff90ef896d: Preparing 21:34:44 6d59c816bac3: Preparing 21:34:44 c24fc7f92226: Preparing 21:34:44 26cbea5cba74: Preparing 21:34:44 6d59c816bac3: Waiting 21:34:44 c24fc7f92226: Waiting 21:34:44 26cbea5cba74: Waiting 21:34:44 c1bf17bfc60a: Layer already exists 21:34:44 ed308b9264ed: Layer already exists 21:34:44 4aff90ef896d: Layer already exists 21:34:44 04a27896349b: Layer already exists 21:34:44 767ba050d02d: Layer already exists 21:34:44 6d59c816bac3: Layer already exists 21:34:44 26cbea5cba74: Layer already exists 21:34:44 c24fc7f92226: Layer already exists 21:34:44 latest: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:45 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 21:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:34:45 767ba050d02d: Preparing 21:34:45 04a27896349b: Preparing 21:34:45 c1bf17bfc60a: Preparing 21:34:45 ed308b9264ed: Preparing 21:34:45 4aff90ef896d: Preparing 21:34:45 6d59c816bac3: Preparing 21:34:45 c24fc7f92226: Preparing 21:34:45 26cbea5cba74: Preparing 21:34:45 6d59c816bac3: Waiting 21:34:45 26cbea5cba74: Waiting 21:34:45 c24fc7f92226: Waiting 21:34:45 4aff90ef896d: Layer already exists 21:34:45 767ba050d02d: Layer already exists 21:34:45 c1bf17bfc60a: Layer already exists 21:34:45 04a27896349b: Layer already exists 21:34:45 ed308b9264ed: Layer already exists 21:34:45 c24fc7f92226: Layer already exists 21:34:45 26cbea5cba74: Layer already exists 21:34:45 6d59c816bac3: Layer already exists 21:34:46 3.0.0-dev.150: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:34:46 767ba050d02d: Preparing 21:34:46 04a27896349b: Preparing 21:34:46 c1bf17bfc60a: Preparing 21:34:46 ed308b9264ed: Preparing 21:34:46 4aff90ef896d: Preparing 21:34:46 6d59c816bac3: Preparing 21:34:46 c24fc7f92226: Preparing 21:34:46 26cbea5cba74: Preparing 21:34:46 c24fc7f92226: Waiting 21:34:46 26cbea5cba74: Waiting 21:34:46 6d59c816bac3: Waiting 21:34:46 4aff90ef896d: Layer already exists 21:34:46 c1bf17bfc60a: Layer already exists 21:34:46 ed308b9264ed: Layer already exists 21:34:46 04a27896349b: Layer already exists 21:34:46 767ba050d02d: Layer already exists 21:34:46 6d59c816bac3: Layer already exists 21:34:46 26cbea5cba74: Layer already exists 21:34:46 c24fc7f92226: Layer already exists 21:34:46 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:47 + 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 21:34:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 21:34:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:34:47 767ba050d02d: Preparing 21:34:47 04a27896349b: Preparing 21:34:47 c1bf17bfc60a: Preparing 21:34:47 ed308b9264ed: Preparing 21:34:47 4aff90ef896d: Preparing 21:34:47 6d59c816bac3: Preparing 21:34:47 c24fc7f92226: Preparing 21:34:47 26cbea5cba74: Preparing 21:34:47 6d59c816bac3: Waiting 21:34:47 c24fc7f92226: Waiting 21:34:47 26cbea5cba74: Waiting 21:34:47 4aff90ef896d: Layer already exists 21:34:47 767ba050d02d: Layer already exists 21:34:47 c1bf17bfc60a: Layer already exists 21:34:47 04a27896349b: Layer already exists 21:34:47 ed308b9264ed: Layer already exists 21:34:47 26cbea5cba74: Layer already exists 21:34:47 6d59c816bac3: Layer already exists 21:34:47 c24fc7f92226: Layer already exists 21:34:47 main: digest: sha256:32310fb0c3518f5410f582ce2bf04bd1bea0cbd7af8c9f8cc3861703d86f61f8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:47 ===================================================== [Pipeline] echo 21:34:47 taggedImages: 21:34:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:34:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.150 21:34:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 21:34:47 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 21:34:47 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:47 latest 21:34:47 3.0.0-dev.150 21:34:47 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:47 main 21:34:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:34:48 d2ac6afb4995: Preparing 21:34:48 a51cd69360e0: Preparing 21:34:48 4aff90ef896d: Preparing 21:34:48 6d59c816bac3: Preparing 21:34:48 226f5188f0fb: Preparing 21:34:48 26cbea5cba74: Preparing 21:34:48 26cbea5cba74: Waiting 21:34:48 6d59c816bac3: Layer already exists 21:34:48 4aff90ef896d: Layer already exists 21:34:48 26cbea5cba74: Layer already exists 21:34:48 d2ac6afb4995: Pushed 21:34:48 226f5188f0fb: Pushed 21:34:52 a51cd69360e0: Pushed 21:34:52 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:34:52 d2ac6afb4995: Preparing 21:34:52 a51cd69360e0: Preparing 21:34:52 4aff90ef896d: Preparing 21:34:52 6d59c816bac3: Preparing 21:34:52 226f5188f0fb: Preparing 21:34:52 26cbea5cba74: Preparing 21:34:52 26cbea5cba74: Waiting 21:34:52 6d59c816bac3: Layer already exists 21:34:52 226f5188f0fb: Layer already exists 21:34:52 4aff90ef896d: Layer already exists 21:34:52 a51cd69360e0: Layer already exists 21:34:52 d2ac6afb4995: Layer already exists 21:34:52 26cbea5cba74: Layer already exists 21:34:52 latest: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 21:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:34:54 d2ac6afb4995: Preparing 21:34:54 a51cd69360e0: Preparing 21:34:54 4aff90ef896d: Preparing 21:34:54 6d59c816bac3: Preparing 21:34:54 226f5188f0fb: Preparing 21:34:54 26cbea5cba74: Preparing 21:34:54 26cbea5cba74: Waiting 21:34:54 a51cd69360e0: Layer already exists 21:34:54 d2ac6afb4995: Layer already exists 21:34:54 226f5188f0fb: Layer already exists 21:34:54 4aff90ef896d: Layer already exists 21:34:54 6d59c816bac3: Layer already exists 21:34:54 26cbea5cba74: Layer already exists 21:34:54 3.0.0-dev.150: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:34:54 d2ac6afb4995: Preparing 21:34:54 a51cd69360e0: Preparing 21:34:54 4aff90ef896d: Preparing 21:34:54 6d59c816bac3: Preparing 21:34:54 226f5188f0fb: Preparing 21:34:54 26cbea5cba74: Preparing 21:34:54 26cbea5cba74: Waiting 21:34:54 d2ac6afb4995: Layer already exists 21:34:54 4aff90ef896d: Layer already exists 21:34:54 226f5188f0fb: Layer already exists 21:34:54 6d59c816bac3: Layer already exists 21:34:54 a51cd69360e0: Layer already exists 21:34:54 26cbea5cba74: Layer already exists 21:34:54 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 21:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:34:55 d2ac6afb4995: Preparing 21:34:55 a51cd69360e0: Preparing 21:34:55 4aff90ef896d: Preparing 21:34:55 6d59c816bac3: Preparing 21:34:55 226f5188f0fb: Preparing 21:34:55 26cbea5cba74: Preparing 21:34:55 26cbea5cba74: Waiting 21:34:55 226f5188f0fb: Layer already exists 21:34:55 a51cd69360e0: Layer already exists 21:34:55 6d59c816bac3: Layer already exists 21:34:55 4aff90ef896d: Layer already exists 21:34:55 d2ac6afb4995: Layer already exists 21:34:55 26cbea5cba74: Layer already exists 21:34:55 main: digest: sha256:4c4c057e30604e44f7d1906bf399522912d665e5d37327b9b02acf5183bffaad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:34:55 ===================================================== [Pipeline] echo 21:34:55 taggedImages: 21:34:55 - nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:55 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:34:55 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.150 21:34:55 - nexus3.edgexfoundry.org:10004/core-data-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:55 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 21:34:55 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 21:34:55 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:55 latest 21:34:55 3.0.0-dev.150 21:34:55 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:34:55 main 21:34:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:34:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:34:56 2c47510b6d2a: Preparing 21:34:56 d8c2c2d92cb2: Preparing 21:34:56 2006533b3dab: Preparing 21:34:56 4aff90ef896d: Preparing 21:34:56 6d59c816bac3: Preparing 21:34:56 c73bc4f272e4: Preparing 21:34:56 26cbea5cba74: Preparing 21:34:56 c73bc4f272e4: Waiting 21:34:56 26cbea5cba74: Waiting 21:34:56 6d59c816bac3: Layer already exists 21:34:56 4aff90ef896d: Layer already exists 21:34:56 c73bc4f272e4: Layer already exists 21:34:56 26cbea5cba74: Layer already exists 21:34:56 d8c2c2d92cb2: Pushed 21:34:56 2c47510b6d2a: Pushed 21:35:00 2006533b3dab: Pushed 21:35:00 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:35:00 2c47510b6d2a: Preparing 21:35:00 d8c2c2d92cb2: Preparing 21:35:00 2006533b3dab: Preparing 21:35:00 4aff90ef896d: Preparing 21:35:00 6d59c816bac3: Preparing 21:35:00 c73bc4f272e4: Preparing 21:35:00 26cbea5cba74: Preparing 21:35:00 c73bc4f272e4: Waiting 21:35:00 26cbea5cba74: Waiting 21:35:00 d8c2c2d92cb2: Layer already exists 21:35:00 2c47510b6d2a: Layer already exists 21:35:00 6d59c816bac3: Layer already exists 21:35:00 2006533b3dab: Layer already exists 21:35:00 4aff90ef896d: Layer already exists 21:35:00 c73bc4f272e4: Layer already exists 21:35:00 26cbea5cba74: Layer already exists 21:35:00 latest: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:01 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 21:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:35:01 2c47510b6d2a: Preparing 21:35:01 d8c2c2d92cb2: Preparing 21:35:01 2006533b3dab: Preparing 21:35:01 4aff90ef896d: Preparing 21:35:01 6d59c816bac3: Preparing 21:35:01 c73bc4f272e4: Preparing 21:35:01 26cbea5cba74: Preparing 21:35:01 c73bc4f272e4: Waiting 21:35:01 26cbea5cba74: Waiting 21:35:01 6d59c816bac3: Layer already exists 21:35:01 4aff90ef896d: Layer already exists 21:35:01 d8c2c2d92cb2: Layer already exists 21:35:01 2c47510b6d2a: Layer already exists 21:35:01 2006533b3dab: Layer already exists 21:35:01 26cbea5cba74: Layer already exists 21:35:01 c73bc4f272e4: Layer already exists 21:35:01 3.0.0-dev.150: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:35:02 2c47510b6d2a: Preparing 21:35:02 d8c2c2d92cb2: Preparing 21:35:02 2006533b3dab: Preparing 21:35:02 4aff90ef896d: Preparing 21:35:02 6d59c816bac3: Preparing 21:35:02 c73bc4f272e4: Preparing 21:35:02 26cbea5cba74: Preparing 21:35:02 c73bc4f272e4: Waiting 21:35:02 26cbea5cba74: Waiting 21:35:02 2006533b3dab: Layer already exists 21:35:02 2c47510b6d2a: Layer already exists 21:35:02 6d59c816bac3: Layer already exists 21:35:02 4aff90ef896d: Layer already exists 21:35:02 d8c2c2d92cb2: Layer already exists 21:35:02 c73bc4f272e4: Layer already exists 21:35:02 26cbea5cba74: Layer already exists 21:35:02 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 21:35:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:35:05 2c47510b6d2a: Preparing 21:35:05 d8c2c2d92cb2: Preparing 21:35:05 2006533b3dab: Preparing 21:35:05 4aff90ef896d: Preparing 21:35:05 6d59c816bac3: Preparing 21:35:05 c73bc4f272e4: Preparing 21:35:05 26cbea5cba74: Preparing 21:35:05 c73bc4f272e4: Waiting 21:35:05 26cbea5cba74: Waiting 21:35:05 2006533b3dab: Layer already exists 21:35:05 2c47510b6d2a: Layer already exists 21:35:05 6d59c816bac3: Layer already exists 21:35:05 d8c2c2d92cb2: Layer already exists 21:35:05 4aff90ef896d: Layer already exists 21:35:05 c73bc4f272e4: Layer already exists 21:35:05 26cbea5cba74: Layer already exists 21:35:05 main: digest: sha256:6ec6723285776016ed0b86227b04ce6c77d02c0b63b417af180f6f8f0412afa7 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:05 ===================================================== [Pipeline] echo 21:35:05 taggedImages: 21:35:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:35:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.150 21:35:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 21:35:05 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 21:35:05 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:05 latest 21:35:05 3.0.0-dev.150 21:35:05 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:05 main 21:35:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:35:06 b86df2e447a8: Preparing 21:35:06 b86df2e447a8: Preparing 21:35:06 d2f8dbc473c7: Preparing 21:35:06 ef13c41d5a96: Preparing 21:35:06 61822b20d661: Preparing 21:35:06 9d9f4c3b25ff: Preparing 21:35:06 f4519a46a81e: Preparing 21:35:06 4aff90ef896d: Preparing 21:35:06 6d59c816bac3: Preparing 21:35:06 458010d9b81e: Preparing 21:35:06 592266d53ebd: Preparing 21:35:06 a6827718f5a0: Preparing 21:35:06 02da87104403: Preparing 21:35:06 26cbea5cba74: Preparing 21:35:06 458010d9b81e: Waiting 21:35:06 f4519a46a81e: Waiting 21:35:06 592266d53ebd: Waiting 21:35:06 a6827718f5a0: Waiting 21:35:06 4aff90ef896d: Waiting 21:35:06 02da87104403: Waiting 21:35:06 26cbea5cba74: Waiting 21:35:06 6d59c816bac3: Waiting 21:35:06 b86df2e447a8: Pushed 21:35:06 d2f8dbc473c7: Pushed 21:35:06 ef13c41d5a96: Pushed 21:35:06 61822b20d661: Pushed 21:35:06 9d9f4c3b25ff: Pushed 21:35:06 4aff90ef896d: Layer already exists 21:35:06 6d59c816bac3: Layer already exists 21:35:06 458010d9b81e: Pushed 21:35:06 592266d53ebd: Pushed 21:35:06 a6827718f5a0: Pushed 21:35:06 02da87104403: Pushed 21:35:06 26cbea5cba74: Layer already exists 21:35:10 f4519a46a81e: Pushed 21:35:10 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:35:10 b86df2e447a8: Preparing 21:35:10 b86df2e447a8: Preparing 21:35:10 d2f8dbc473c7: Preparing 21:35:10 ef13c41d5a96: Preparing 21:35:10 61822b20d661: Preparing 21:35:10 9d9f4c3b25ff: Preparing 21:35:10 f4519a46a81e: Preparing 21:35:10 4aff90ef896d: Preparing 21:35:10 6d59c816bac3: Preparing 21:35:10 458010d9b81e: Preparing 21:35:10 592266d53ebd: Preparing 21:35:10 a6827718f5a0: Preparing 21:35:10 02da87104403: Preparing 21:35:10 26cbea5cba74: Preparing 21:35:10 6d59c816bac3: Waiting 21:35:10 458010d9b81e: Waiting 21:35:10 592266d53ebd: Waiting 21:35:10 a6827718f5a0: Waiting 21:35:10 02da87104403: Waiting 21:35:10 26cbea5cba74: Waiting 21:35:10 f4519a46a81e: Waiting 21:35:10 4aff90ef896d: Waiting 21:35:10 ef13c41d5a96: Layer already exists 21:35:10 9d9f4c3b25ff: Layer already exists 21:35:10 d2f8dbc473c7: Layer already exists 21:35:10 b86df2e447a8: Layer already exists 21:35:10 61822b20d661: Layer already exists 21:35:10 f4519a46a81e: Layer already exists 21:35:10 6d59c816bac3: Layer already exists 21:35:10 458010d9b81e: Layer already exists 21:35:10 592266d53ebd: Layer already exists 21:35:10 4aff90ef896d: Layer already exists 21:35:10 a6827718f5a0: Layer already exists 21:35:10 26cbea5cba74: Layer already exists 21:35:10 02da87104403: Layer already exists 21:35:11 latest: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 21:35:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:35:11 b86df2e447a8: Preparing 21:35:11 b86df2e447a8: Preparing 21:35:11 d2f8dbc473c7: Preparing 21:35:11 ef13c41d5a96: Preparing 21:35:11 61822b20d661: Preparing 21:35:11 9d9f4c3b25ff: Preparing 21:35:11 f4519a46a81e: Preparing 21:35:11 4aff90ef896d: Preparing 21:35:11 6d59c816bac3: Preparing 21:35:11 458010d9b81e: Preparing 21:35:11 f4519a46a81e: Waiting 21:35:11 4aff90ef896d: Waiting 21:35:11 592266d53ebd: Preparing 21:35:11 6d59c816bac3: Waiting 21:35:11 a6827718f5a0: Preparing 21:35:11 02da87104403: Preparing 21:35:11 26cbea5cba74: Preparing 21:35:11 592266d53ebd: Waiting 21:35:11 a6827718f5a0: Waiting 21:35:11 02da87104403: Waiting 21:35:11 26cbea5cba74: Waiting 21:35:11 458010d9b81e: Waiting 21:35:11 b86df2e447a8: Layer already exists 21:35:11 d2f8dbc473c7: Layer already exists 21:35:11 9d9f4c3b25ff: Layer already exists 21:35:11 ef13c41d5a96: Layer already exists 21:35:11 61822b20d661: Layer already exists 21:35:11 f4519a46a81e: Layer already exists 21:35:11 6d59c816bac3: Layer already exists 21:35:11 4aff90ef896d: Layer already exists 21:35:11 458010d9b81e: Layer already exists 21:35:11 592266d53ebd: Layer already exists 21:35:11 a6827718f5a0: Layer already exists 21:35:11 02da87104403: Layer already exists 21:35:11 26cbea5cba74: Layer already exists 21:35:12 3.0.0-dev.150: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:35:12 b86df2e447a8: Preparing 21:35:12 b86df2e447a8: Preparing 21:35:12 d2f8dbc473c7: Preparing 21:35:12 ef13c41d5a96: Preparing 21:35:12 61822b20d661: Preparing 21:35:12 9d9f4c3b25ff: Preparing 21:35:12 f4519a46a81e: Preparing 21:35:12 4aff90ef896d: Preparing 21:35:12 6d59c816bac3: Preparing 21:35:12 f4519a46a81e: Waiting 21:35:12 4aff90ef896d: Waiting 21:35:12 458010d9b81e: Preparing 21:35:12 592266d53ebd: Preparing 21:35:12 a6827718f5a0: Preparing 21:35:12 02da87104403: Preparing 21:35:12 26cbea5cba74: Preparing 21:35:12 6d59c816bac3: Waiting 21:35:12 a6827718f5a0: Waiting 21:35:12 02da87104403: Waiting 21:35:12 458010d9b81e: Waiting 21:35:12 592266d53ebd: Waiting 21:35:12 61822b20d661: Layer already exists 21:35:12 9d9f4c3b25ff: Layer already exists 21:35:12 ef13c41d5a96: Layer already exists 21:35:12 d2f8dbc473c7: Layer already exists 21:35:12 b86df2e447a8: Layer already exists 21:35:12 458010d9b81e: Layer already exists 21:35:12 f4519a46a81e: Layer already exists 21:35:12 4aff90ef896d: Layer already exists 21:35:12 6d59c816bac3: Layer already exists 21:35:12 592266d53ebd: Layer already exists 21:35:12 a6827718f5a0: Layer already exists 21:35:12 02da87104403: Layer already exists 21:35:12 26cbea5cba74: Layer already exists 21:35:13 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 21:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:35:13 b86df2e447a8: Preparing 21:35:13 b86df2e447a8: Preparing 21:35:13 d2f8dbc473c7: Preparing 21:35:13 ef13c41d5a96: Preparing 21:35:13 61822b20d661: Preparing 21:35:13 9d9f4c3b25ff: Preparing 21:35:13 f4519a46a81e: Preparing 21:35:13 4aff90ef896d: Preparing 21:35:13 6d59c816bac3: Preparing 21:35:13 458010d9b81e: Preparing 21:35:13 592266d53ebd: Preparing 21:35:13 a6827718f5a0: Preparing 21:35:13 02da87104403: Preparing 21:35:13 26cbea5cba74: Preparing 21:35:13 592266d53ebd: Waiting 21:35:13 f4519a46a81e: Waiting 21:35:13 4aff90ef896d: Waiting 21:35:13 6d59c816bac3: Waiting 21:35:13 a6827718f5a0: Waiting 21:35:13 458010d9b81e: Waiting 21:35:13 02da87104403: Waiting 21:35:13 26cbea5cba74: Waiting 21:35:13 d2f8dbc473c7: Layer already exists 21:35:13 61822b20d661: Layer already exists 21:35:13 9d9f4c3b25ff: Layer already exists 21:35:13 ef13c41d5a96: Layer already exists 21:35:13 b86df2e447a8: Layer already exists 21:35:13 f4519a46a81e: Layer already exists 21:35:13 6d59c816bac3: Layer already exists 21:35:13 592266d53ebd: Layer already exists 21:35:13 458010d9b81e: Layer already exists 21:35:13 4aff90ef896d: Layer already exists 21:35:13 a6827718f5a0: Layer already exists 21:35:13 02da87104403: Layer already exists 21:35:13 26cbea5cba74: Layer already exists 21:35:13 main: digest: sha256:062f0848af4aa1243dc0107b8f26155a6dfe57d0b9e5576604ebde2b8b10a3e0 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:14 ===================================================== [Pipeline] echo 21:35:14 taggedImages: 21:35:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:35:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.150 21:35:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 21:35:14 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 21:35:14 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:14 latest 21:35:14 3.0.0-dev.150 21:35:14 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:14 main 21:35:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:35:14 f4f4c70e984d: Preparing 21:35:14 ad2be525ccc2: Preparing 21:35:14 8c35b140a7b6: Preparing 21:35:14 5b9058dfab0a: Preparing 21:35:14 4aff90ef896d: Preparing 21:35:14 6d59c816bac3: Preparing 21:35:14 c24fc7f92226: Preparing 21:35:14 26cbea5cba74: Preparing 21:35:14 6d59c816bac3: Waiting 21:35:14 c24fc7f92226: Waiting 21:35:14 26cbea5cba74: Waiting 21:35:14 4aff90ef896d: Layer already exists 21:35:15 6d59c816bac3: Layer already exists 21:35:15 c24fc7f92226: Layer already exists 21:35:15 26cbea5cba74: Layer already exists 21:35:15 f4f4c70e984d: Pushed 21:35:15 ad2be525ccc2: Pushed 21:35:15 8c35b140a7b6: Pushed 21:35:17 5b9058dfab0a: Pushed 21:35:18 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:19 + 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 21:35:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:35:20 f4f4c70e984d: Preparing 21:35:20 ad2be525ccc2: Preparing 21:35:20 8c35b140a7b6: Preparing 21:35:20 5b9058dfab0a: Preparing 21:35:20 4aff90ef896d: Preparing 21:35:20 6d59c816bac3: Preparing 21:35:20 c24fc7f92226: Preparing 21:35:20 26cbea5cba74: Preparing 21:35:20 6d59c816bac3: Waiting 21:35:20 26cbea5cba74: Waiting 21:35:20 c24fc7f92226: Waiting 21:35:20 4aff90ef896d: Layer already exists 21:35:20 ad2be525ccc2: Layer already exists 21:35:20 8c35b140a7b6: Layer already exists 21:35:20 f4f4c70e984d: Layer already exists 21:35:20 5b9058dfab0a: Layer already exists 21:35:20 26cbea5cba74: Layer already exists 21:35:20 6d59c816bac3: Layer already exists 21:35:20 c24fc7f92226: Layer already exists 21:35:20 latest: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:20 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 21:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:35:21 f4f4c70e984d: Preparing 21:35:21 ad2be525ccc2: Preparing 21:35:21 8c35b140a7b6: Preparing 21:35:21 5b9058dfab0a: Preparing 21:35:21 4aff90ef896d: Preparing 21:35:21 6d59c816bac3: Preparing 21:35:21 c24fc7f92226: Preparing 21:35:21 26cbea5cba74: Preparing 21:35:21 6d59c816bac3: Waiting 21:35:21 c24fc7f92226: Waiting 21:35:21 26cbea5cba74: Waiting 21:35:21 8c35b140a7b6: Layer already exists 21:35:21 f4f4c70e984d: Layer already exists 21:35:21 ad2be525ccc2: Layer already exists 21:35:21 4aff90ef896d: Layer already exists 21:35:21 5b9058dfab0a: Layer already exists 21:35:21 26cbea5cba74: Layer already exists 21:35:21 c24fc7f92226: Layer already exists 21:35:21 6d59c816bac3: Layer already exists 21:35:21 3.0.0-dev.150: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:35:22 f4f4c70e984d: Preparing 21:35:22 ad2be525ccc2: Preparing 21:35:22 8c35b140a7b6: Preparing 21:35:22 5b9058dfab0a: Preparing 21:35:22 4aff90ef896d: Preparing 21:35:22 6d59c816bac3: Preparing 21:35:22 c24fc7f92226: Preparing 21:35:22 26cbea5cba74: Preparing 21:35:22 6d59c816bac3: Waiting 21:35:22 c24fc7f92226: Waiting 21:35:22 26cbea5cba74: Waiting 21:35:22 8c35b140a7b6: Layer already exists 21:35:22 f4f4c70e984d: Layer already exists 21:35:22 ad2be525ccc2: Layer already exists 21:35:22 5b9058dfab0a: Layer already exists 21:35:22 4aff90ef896d: Layer already exists 21:35:22 c24fc7f92226: Layer already exists 21:35:22 26cbea5cba74: Layer already exists 21:35:22 6d59c816bac3: Layer already exists 21:35:22 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:22 + 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 21:35:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 21:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:35:23 f4f4c70e984d: Preparing 21:35:23 ad2be525ccc2: Preparing 21:35:23 8c35b140a7b6: Preparing 21:35:23 5b9058dfab0a: Preparing 21:35:23 4aff90ef896d: Preparing 21:35:23 6d59c816bac3: Preparing 21:35:23 c24fc7f92226: Preparing 21:35:23 26cbea5cba74: Preparing 21:35:23 c24fc7f92226: Waiting 21:35:23 26cbea5cba74: Waiting 21:35:23 6d59c816bac3: Waiting 21:35:23 8c35b140a7b6: Layer already exists 21:35:23 4aff90ef896d: Layer already exists 21:35:23 ad2be525ccc2: Layer already exists 21:35:23 f4f4c70e984d: Layer already exists 21:35:23 5b9058dfab0a: Layer already exists 21:35:23 6d59c816bac3: Layer already exists 21:35:23 c24fc7f92226: Layer already exists 21:35:23 26cbea5cba74: Layer already exists 21:35:23 main: digest: sha256:0caf7d991aabed4b4d7f01e98d6974a4e0cfde65239ce0fec2858e283554179b size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:23 ===================================================== [Pipeline] echo 21:35:23 taggedImages: 21:35:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:35:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.150 21:35:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 21:35:23 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 21:35:23 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:23 latest 21:35:23 3.0.0-dev.150 21:35:23 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:23 main 21:35:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:35:24 20c3696583c8: Preparing 21:35:24 06c07a1d910a: Preparing 21:35:24 6f440673a49b: Preparing 21:35:24 caeac16921ae: Preparing 21:35:24 4aff90ef896d: Preparing 21:35:24 6d59c816bac3: Preparing 21:35:24 0d520e0e6666: Preparing 21:35:24 4ce83707ce93: Preparing 21:35:24 26cbea5cba74: Preparing 21:35:24 0d520e0e6666: Waiting 21:35:24 4ce83707ce93: Waiting 21:35:24 26cbea5cba74: Waiting 21:35:24 6d59c816bac3: Waiting 21:35:24 4aff90ef896d: Layer already exists 21:35:24 6d59c816bac3: Layer already exists 21:35:24 caeac16921ae: Pushed 21:35:24 20c3696583c8: Pushed 21:35:24 06c07a1d910a: Pushed 21:35:24 0d520e0e6666: Pushed 21:35:24 26cbea5cba74: Layer already exists 21:35:24 4ce83707ce93: Pushed 21:35:27 6f440673a49b: Pushed 21:35:27 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:27 + 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 21:35:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:35:27 20c3696583c8: Preparing 21:35:27 06c07a1d910a: Preparing 21:35:27 6f440673a49b: Preparing 21:35:27 caeac16921ae: Preparing 21:35:27 4aff90ef896d: Preparing 21:35:27 6d59c816bac3: Preparing 21:35:27 0d520e0e6666: Preparing 21:35:27 4ce83707ce93: Preparing 21:35:27 26cbea5cba74: Preparing 21:35:27 6d59c816bac3: Waiting 21:35:27 0d520e0e6666: Waiting 21:35:27 4ce83707ce93: Waiting 21:35:27 26cbea5cba74: Waiting 21:35:27 20c3696583c8: Layer already exists 21:35:27 caeac16921ae: Layer already exists 21:35:27 4aff90ef896d: Layer already exists 21:35:27 06c07a1d910a: Layer already exists 21:35:27 6f440673a49b: Layer already exists 21:35:27 4ce83707ce93: Layer already exists 21:35:27 6d59c816bac3: Layer already exists 21:35:27 26cbea5cba74: Layer already exists 21:35:27 0d520e0e6666: Layer already exists 21:35:28 latest: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 21:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:35:28 20c3696583c8: Preparing 21:35:28 06c07a1d910a: Preparing 21:35:28 6f440673a49b: Preparing 21:35:28 caeac16921ae: Preparing 21:35:28 4aff90ef896d: Preparing 21:35:28 6d59c816bac3: Preparing 21:35:28 0d520e0e6666: Preparing 21:35:28 4ce83707ce93: Preparing 21:35:28 26cbea5cba74: Preparing 21:35:28 0d520e0e6666: Waiting 21:35:28 4ce83707ce93: Waiting 21:35:28 26cbea5cba74: Waiting 21:35:28 6d59c816bac3: Waiting 21:35:28 6f440673a49b: Layer already exists 21:35:28 06c07a1d910a: Layer already exists 21:35:28 20c3696583c8: Layer already exists 21:35:28 caeac16921ae: Layer already exists 21:35:28 4aff90ef896d: Layer already exists 21:35:28 0d520e0e6666: Layer already exists 21:35:28 6d59c816bac3: Layer already exists 21:35:28 4ce83707ce93: Layer already exists 21:35:28 26cbea5cba74: Layer already exists 21:35:29 3.0.0-dev.150: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:35:29 20c3696583c8: Preparing 21:35:29 06c07a1d910a: Preparing 21:35:29 6f440673a49b: Preparing 21:35:29 caeac16921ae: Preparing 21:35:29 4aff90ef896d: Preparing 21:35:29 6d59c816bac3: Preparing 21:35:29 0d520e0e6666: Preparing 21:35:29 4ce83707ce93: Preparing 21:35:29 26cbea5cba74: Preparing 21:35:29 4ce83707ce93: Waiting 21:35:29 6d59c816bac3: Waiting 21:35:29 0d520e0e6666: Waiting 21:35:29 26cbea5cba74: Waiting 21:35:29 6f440673a49b: Layer already exists 21:35:29 4aff90ef896d: Layer already exists 21:35:29 06c07a1d910a: Layer already exists 21:35:29 20c3696583c8: Layer already exists 21:35:29 caeac16921ae: Layer already exists 21:35:29 4ce83707ce93: Layer already exists 21:35:29 26cbea5cba74: Layer already exists 21:35:29 0d520e0e6666: Layer already exists 21:35:29 6d59c816bac3: Layer already exists 21:35:29 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:30 + 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 21:35:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 21:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:35:30 20c3696583c8: Preparing 21:35:30 06c07a1d910a: Preparing 21:35:30 6f440673a49b: Preparing 21:35:30 caeac16921ae: Preparing 21:35:30 4aff90ef896d: Preparing 21:35:30 6d59c816bac3: Preparing 21:35:30 0d520e0e6666: Preparing 21:35:30 4ce83707ce93: Preparing 21:35:30 26cbea5cba74: Preparing 21:35:30 6d59c816bac3: Waiting 21:35:30 0d520e0e6666: Waiting 21:35:30 4ce83707ce93: Waiting 21:35:30 26cbea5cba74: Waiting 21:35:30 06c07a1d910a: Layer already exists 21:35:30 4aff90ef896d: Layer already exists 21:35:30 20c3696583c8: Layer already exists 21:35:30 6f440673a49b: Layer already exists 21:35:30 caeac16921ae: Layer already exists 21:35:30 0d520e0e6666: Layer already exists 21:35:30 4ce83707ce93: Layer already exists 21:35:30 6d59c816bac3: Layer already exists 21:35:30 26cbea5cba74: Layer already exists 21:35:30 main: digest: sha256:91701c1989a88135f6805623c7c07106ed042a413bf2f1f3d928e8cc7d1f55d0 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:30 ===================================================== [Pipeline] echo 21:35:30 taggedImages: 21:35:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:35:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.150 21:35:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 21:35:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 21:35:30 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:30 latest 21:35:30 3.0.0-dev.150 21:35:30 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:30 main 21:35:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:35:31 94f959518018: Preparing 21:35:31 facab0dd5bdf: Preparing 21:35:31 f8260fa6a65d: Preparing 21:35:31 a10a7143f28d: Preparing 21:35:31 314b7b0a8ebd: Preparing 21:35:31 d22bdfa49b4e: Preparing 21:35:31 1bdab4d75a99: Preparing 21:35:31 4aff90ef896d: Preparing 21:35:31 6d59c816bac3: Preparing 21:35:31 8f2c3a1f8521: Preparing 21:35:31 26cbea5cba74: Preparing 21:35:31 d22bdfa49b4e: Waiting 21:35:31 1bdab4d75a99: Waiting 21:35:31 4aff90ef896d: Waiting 21:35:31 6d59c816bac3: Waiting 21:35:31 8f2c3a1f8521: Waiting 21:35:31 26cbea5cba74: Waiting 21:35:31 314b7b0a8ebd: Pushed 21:35:31 facab0dd5bdf: Pushed 21:35:31 94f959518018: Pushed 21:35:31 4aff90ef896d: Layer already exists 21:35:32 6d59c816bac3: Layer already exists 21:35:32 d22bdfa49b4e: Pushed 21:35:32 1bdab4d75a99: Pushed 21:35:32 26cbea5cba74: Layer already exists 21:35:32 8f2c3a1f8521: Pushed 21:35:34 a10a7143f28d: Pushed 21:35:35 f8260fa6a65d: Pushed 21:35:35 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:35 + 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 21:35:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:35:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:35:36 94f959518018: Preparing 21:35:36 facab0dd5bdf: Preparing 21:35:36 f8260fa6a65d: Preparing 21:35:36 a10a7143f28d: Preparing 21:35:36 314b7b0a8ebd: Preparing 21:35:36 d22bdfa49b4e: Preparing 21:35:36 1bdab4d75a99: Preparing 21:35:36 4aff90ef896d: Preparing 21:35:36 6d59c816bac3: Preparing 21:35:36 8f2c3a1f8521: Preparing 21:35:36 26cbea5cba74: Preparing 21:35:36 4aff90ef896d: Waiting 21:35:36 6d59c816bac3: Waiting 21:35:36 8f2c3a1f8521: Waiting 21:35:36 26cbea5cba74: Waiting 21:35:36 d22bdfa49b4e: Waiting 21:35:36 1bdab4d75a99: Waiting 21:35:36 f8260fa6a65d: Layer already exists 21:35:36 facab0dd5bdf: Layer already exists 21:35:36 a10a7143f28d: Layer already exists 21:35:36 94f959518018: Layer already exists 21:35:36 314b7b0a8ebd: Layer already exists 21:35:36 d22bdfa49b4e: Layer already exists 21:35:36 1bdab4d75a99: Layer already exists 21:35:36 6d59c816bac3: Layer already exists 21:35:36 4aff90ef896d: Layer already exists 21:35:36 8f2c3a1f8521: Layer already exists 21:35:36 26cbea5cba74: Layer already exists 21:35:36 latest: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 21:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:35:37 94f959518018: Preparing 21:35:37 facab0dd5bdf: Preparing 21:35:37 f8260fa6a65d: Preparing 21:35:37 a10a7143f28d: Preparing 21:35:37 314b7b0a8ebd: Preparing 21:35:37 d22bdfa49b4e: Preparing 21:35:37 1bdab4d75a99: Preparing 21:35:37 4aff90ef896d: Preparing 21:35:37 6d59c816bac3: Preparing 21:35:37 8f2c3a1f8521: Preparing 21:35:37 26cbea5cba74: Preparing 21:35:37 d22bdfa49b4e: Waiting 21:35:37 1bdab4d75a99: Waiting 21:35:37 4aff90ef896d: Waiting 21:35:37 6d59c816bac3: Waiting 21:35:37 26cbea5cba74: Waiting 21:35:37 8f2c3a1f8521: Waiting 21:35:37 94f959518018: Layer already exists 21:35:37 a10a7143f28d: Layer already exists 21:35:37 314b7b0a8ebd: Layer already exists 21:35:37 f8260fa6a65d: Layer already exists 21:35:37 facab0dd5bdf: Layer already exists 21:35:37 1bdab4d75a99: Layer already exists 21:35:37 d22bdfa49b4e: Layer already exists 21:35:37 4aff90ef896d: Layer already exists 21:35:37 8f2c3a1f8521: Layer already exists 21:35:37 6d59c816bac3: Layer already exists 21:35:37 26cbea5cba74: Layer already exists 21:35:37 3.0.0-dev.150: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:35:38 94f959518018: Preparing 21:35:38 facab0dd5bdf: Preparing 21:35:38 f8260fa6a65d: Preparing 21:35:38 a10a7143f28d: Preparing 21:35:38 314b7b0a8ebd: Preparing 21:35:38 d22bdfa49b4e: Preparing 21:35:38 1bdab4d75a99: Preparing 21:35:38 4aff90ef896d: Preparing 21:35:38 6d59c816bac3: Preparing 21:35:38 8f2c3a1f8521: Preparing 21:35:38 26cbea5cba74: Preparing 21:35:38 d22bdfa49b4e: Waiting 21:35:38 1bdab4d75a99: Waiting 21:35:38 4aff90ef896d: Waiting 21:35:38 6d59c816bac3: Waiting 21:35:38 8f2c3a1f8521: Waiting 21:35:38 26cbea5cba74: Waiting 21:35:38 f8260fa6a65d: Layer already exists 21:35:38 94f959518018: Layer already exists 21:35:38 314b7b0a8ebd: Layer already exists 21:35:38 facab0dd5bdf: Layer already exists 21:35:38 a10a7143f28d: Layer already exists 21:35:38 1bdab4d75a99: Layer already exists 21:35:38 d22bdfa49b4e: Layer already exists 21:35:38 4aff90ef896d: Layer already exists 21:35:38 8f2c3a1f8521: Layer already exists 21:35:38 6d59c816bac3: Layer already exists 21:35:38 26cbea5cba74: Layer already exists 21:35:38 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:38 + 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 21:35:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 21:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:35:39 94f959518018: Preparing 21:35:39 facab0dd5bdf: Preparing 21:35:39 f8260fa6a65d: Preparing 21:35:39 a10a7143f28d: Preparing 21:35:39 314b7b0a8ebd: Preparing 21:35:39 d22bdfa49b4e: Preparing 21:35:39 1bdab4d75a99: Preparing 21:35:39 4aff90ef896d: Preparing 21:35:39 6d59c816bac3: Preparing 21:35:39 8f2c3a1f8521: Preparing 21:35:39 26cbea5cba74: Preparing 21:35:39 4aff90ef896d: Waiting 21:35:39 6d59c816bac3: Waiting 21:35:39 8f2c3a1f8521: Waiting 21:35:39 d22bdfa49b4e: Waiting 21:35:39 1bdab4d75a99: Waiting 21:35:39 94f959518018: Layer already exists 21:35:39 f8260fa6a65d: Layer already exists 21:35:39 314b7b0a8ebd: Layer already exists 21:35:39 facab0dd5bdf: Layer already exists 21:35:39 a10a7143f28d: Layer already exists 21:35:39 1bdab4d75a99: Layer already exists 21:35:39 d22bdfa49b4e: Layer already exists 21:35:39 6d59c816bac3: Layer already exists 21:35:39 4aff90ef896d: Layer already exists 21:35:39 8f2c3a1f8521: Layer already exists 21:35:39 26cbea5cba74: Layer already exists 21:35:39 main: digest: sha256:4fa71ed6fa14f79567bf36993b7dd0b40093bca5ba56fe7b68de469d9b189f88 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:39 ===================================================== [Pipeline] echo 21:35:39 taggedImages: 21:35:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:35:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.150 21:35:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 21:35:39 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 21:35:39 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:39 latest 21:35:39 3.0.0-dev.150 21:35:39 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:39 main 21:35:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:39 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:35:40 b68c89d46c8b: Preparing 21:35:40 4bb6a1edeeb8: Preparing 21:35:40 4aff90ef896d: Preparing 21:35:40 6d59c816bac3: Preparing 21:35:40 672afff35d3a: Preparing 21:35:40 26cbea5cba74: Preparing 21:35:40 26cbea5cba74: Waiting 21:35:40 4aff90ef896d: Layer already exists 21:35:40 6d59c816bac3: Layer already exists 21:35:40 26cbea5cba74: Layer already exists 21:35:40 b68c89d46c8b: Pushed 21:35:41 672afff35d3a: Pushed 21:35:45 4bb6a1edeeb8: Pushed 21:35:45 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:45 + 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 21:35:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:35:45 b68c89d46c8b: Preparing 21:35:45 4bb6a1edeeb8: Preparing 21:35:45 4aff90ef896d: Preparing 21:35:45 6d59c816bac3: Preparing 21:35:45 672afff35d3a: Preparing 21:35:45 26cbea5cba74: Preparing 21:35:45 26cbea5cba74: Waiting 21:35:45 672afff35d3a: Layer already exists 21:35:45 b68c89d46c8b: Layer already exists 21:35:45 4bb6a1edeeb8: Layer already exists 21:35:45 6d59c816bac3: Layer already exists 21:35:45 4aff90ef896d: Layer already exists 21:35:45 26cbea5cba74: Layer already exists 21:35:45 latest: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:46 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 21:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:35:46 b68c89d46c8b: Preparing 21:35:46 4bb6a1edeeb8: Preparing 21:35:46 4aff90ef896d: Preparing 21:35:46 6d59c816bac3: Preparing 21:35:46 672afff35d3a: Preparing 21:35:46 26cbea5cba74: Preparing 21:35:46 26cbea5cba74: Waiting 21:35:46 672afff35d3a: Layer already exists 21:35:46 6d59c816bac3: Layer already exists 21:35:46 4bb6a1edeeb8: Layer already exists 21:35:46 4aff90ef896d: Layer already exists 21:35:46 b68c89d46c8b: Layer already exists 21:35:46 26cbea5cba74: Layer already exists 21:35:46 3.0.0-dev.150: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:35:47 b68c89d46c8b: Preparing 21:35:47 4bb6a1edeeb8: Preparing 21:35:47 4aff90ef896d: Preparing 21:35:47 6d59c816bac3: Preparing 21:35:47 672afff35d3a: Preparing 21:35:47 26cbea5cba74: Preparing 21:35:47 26cbea5cba74: Waiting 21:35:47 b68c89d46c8b: Layer already exists 21:35:47 6d59c816bac3: Layer already exists 21:35:47 672afff35d3a: Layer already exists 21:35:47 4bb6a1edeeb8: Layer already exists 21:35:47 4aff90ef896d: Layer already exists 21:35:47 26cbea5cba74: Layer already exists 21:35:47 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:48 + 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 21:35:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 21:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:35:48 b68c89d46c8b: Preparing 21:35:48 4bb6a1edeeb8: Preparing 21:35:48 4aff90ef896d: Preparing 21:35:48 6d59c816bac3: Preparing 21:35:48 672afff35d3a: Preparing 21:35:48 26cbea5cba74: Preparing 21:35:48 26cbea5cba74: Waiting 21:35:48 6d59c816bac3: Layer already exists 21:35:48 4aff90ef896d: Layer already exists 21:35:48 672afff35d3a: Layer already exists 21:35:48 4bb6a1edeeb8: Layer already exists 21:35:48 b68c89d46c8b: Layer already exists 21:35:48 26cbea5cba74: Layer already exists 21:35:48 main: digest: sha256:384663418fd25fcd53a3205cabe8287b338db49d6322806df20669b44c28ce3b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:35:48 ===================================================== [Pipeline] echo 21:35:48 taggedImages: 21:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.150 21:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 21:35:48 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 21:35:48 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:48 latest 21:35:48 3.0.0-dev.150 21:35:48 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:35:48 main 21:35:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:35:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:35:49 0c37cc54191a: Preparing 21:35:49 bc4e1fe31127: Preparing 21:35:49 0f8e6921741b: Preparing 21:35:49 bfa76dcc9d00: Preparing 21:35:49 e0eb0a7faf02: Preparing 21:35:49 4aff90ef896d: Preparing 21:35:49 6d59c816bac3: Preparing 21:35:49 53f912e90b59: Preparing 21:35:49 26cbea5cba74: Preparing 21:35:49 4aff90ef896d: Waiting 21:35:49 6d59c816bac3: Waiting 21:35:49 53f912e90b59: Waiting 21:35:49 26cbea5cba74: Waiting 21:35:49 0f8e6921741b: Pushed 21:35:49 bc4e1fe31127: Pushed 21:35:49 0c37cc54191a: Pushed 21:35:49 4aff90ef896d: Layer already exists 21:35:49 6d59c816bac3: Layer already exists 21:35:49 26cbea5cba74: Layer already exists 21:35:50 53f912e90b59: Pushed 21:36:03 e0eb0a7faf02: Pushed 21:36:07 bfa76dcc9d00: Pushed 21:36:07 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:07 + 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 21:36:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:36:07 0c37cc54191a: Preparing 21:36:07 bc4e1fe31127: Preparing 21:36:07 0f8e6921741b: Preparing 21:36:07 bfa76dcc9d00: Preparing 21:36:07 e0eb0a7faf02: Preparing 21:36:07 4aff90ef896d: Preparing 21:36:07 6d59c816bac3: Preparing 21:36:07 53f912e90b59: Preparing 21:36:07 26cbea5cba74: Preparing 21:36:07 6d59c816bac3: Waiting 21:36:07 53f912e90b59: Waiting 21:36:07 26cbea5cba74: Waiting 21:36:07 0f8e6921741b: Layer already exists 21:36:07 bfa76dcc9d00: Layer already exists 21:36:07 e0eb0a7faf02: Layer already exists 21:36:07 0c37cc54191a: Layer already exists 21:36:07 bc4e1fe31127: Layer already exists 21:36:07 53f912e90b59: Layer already exists 21:36:07 6d59c816bac3: Layer already exists 21:36:07 26cbea5cba74: Layer already exists 21:36:07 4aff90ef896d: Layer already exists 21:36:07 latest: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 21:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:36:08 0c37cc54191a: Preparing 21:36:08 bc4e1fe31127: Preparing 21:36:08 0f8e6921741b: Preparing 21:36:08 bfa76dcc9d00: Preparing 21:36:08 e0eb0a7faf02: Preparing 21:36:08 4aff90ef896d: Preparing 21:36:08 6d59c816bac3: Preparing 21:36:08 53f912e90b59: Preparing 21:36:08 26cbea5cba74: Preparing 21:36:08 6d59c816bac3: Waiting 21:36:08 53f912e90b59: Waiting 21:36:08 4aff90ef896d: Waiting 21:36:08 0f8e6921741b: Layer already exists 21:36:08 e0eb0a7faf02: Layer already exists 21:36:08 bc4e1fe31127: Layer already exists 21:36:08 0c37cc54191a: Layer already exists 21:36:08 bfa76dcc9d00: Layer already exists 21:36:08 53f912e90b59: Layer already exists 21:36:08 6d59c816bac3: Layer already exists 21:36:08 26cbea5cba74: Layer already exists 21:36:08 4aff90ef896d: Layer already exists 21:36:09 3.0.0-dev.150: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:36:09 0c37cc54191a: Preparing 21:36:09 bc4e1fe31127: Preparing 21:36:09 0f8e6921741b: Preparing 21:36:09 bfa76dcc9d00: Preparing 21:36:09 e0eb0a7faf02: Preparing 21:36:09 4aff90ef896d: Preparing 21:36:09 6d59c816bac3: Preparing 21:36:09 53f912e90b59: Preparing 21:36:09 26cbea5cba74: Preparing 21:36:09 6d59c816bac3: Waiting 21:36:09 53f912e90b59: Waiting 21:36:09 26cbea5cba74: Waiting 21:36:09 4aff90ef896d: Waiting 21:36:09 bfa76dcc9d00: Layer already exists 21:36:09 0c37cc54191a: Layer already exists 21:36:09 e0eb0a7faf02: Layer already exists 21:36:09 0f8e6921741b: Layer already exists 21:36:09 bc4e1fe31127: Layer already exists 21:36:09 4aff90ef896d: Layer already exists 21:36:09 53f912e90b59: Layer already exists 21:36:09 6d59c816bac3: Layer already exists 21:36:09 26cbea5cba74: Layer already exists 21:36:09 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:10 + 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 21:36:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 21:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:36:10 0c37cc54191a: Preparing 21:36:10 bc4e1fe31127: Preparing 21:36:10 0f8e6921741b: Preparing 21:36:10 bfa76dcc9d00: Preparing 21:36:10 e0eb0a7faf02: Preparing 21:36:10 4aff90ef896d: Preparing 21:36:10 6d59c816bac3: Preparing 21:36:10 53f912e90b59: Preparing 21:36:10 26cbea5cba74: Preparing 21:36:10 6d59c816bac3: Waiting 21:36:10 53f912e90b59: Waiting 21:36:10 4aff90ef896d: Waiting 21:36:10 26cbea5cba74: Waiting 21:36:10 bc4e1fe31127: Layer already exists 21:36:10 bfa76dcc9d00: Layer already exists 21:36:10 0c37cc54191a: Layer already exists 21:36:10 e0eb0a7faf02: Layer already exists 21:36:10 0f8e6921741b: Layer already exists 21:36:10 4aff90ef896d: Layer already exists 21:36:10 53f912e90b59: Layer already exists 21:36:10 6d59c816bac3: Layer already exists 21:36:10 26cbea5cba74: Layer already exists 21:36:10 main: digest: sha256:e02403d542186f1144ca7ff08991b25bb464f2c9156621368c748362688b01f6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:10 ===================================================== [Pipeline] echo 21:36:10 taggedImages: 21:36:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:36:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.150 21:36:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 21:36:10 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 21:36:10 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:10 latest 21:36:10 3.0.0-dev.150 21:36:10 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:10 main 21:36:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:36:11 bf6f2b3fdf1a: Preparing 21:36:11 a197e3483bea: Preparing 21:36:11 d8a5957672ee: Preparing 21:36:11 aa380a40c3d7: Preparing 21:36:11 4aff90ef896d: Preparing 21:36:11 6d59c816bac3: Preparing 21:36:11 66a8e2293f6d: Preparing 21:36:11 26cbea5cba74: Preparing 21:36:11 6d59c816bac3: Waiting 21:36:11 66a8e2293f6d: Waiting 21:36:11 26cbea5cba74: Waiting 21:36:11 4aff90ef896d: Layer already exists 21:36:12 6d59c816bac3: Layer already exists 21:36:12 d8a5957672ee: Pushed 21:36:12 bf6f2b3fdf1a: Pushed 21:36:12 a197e3483bea: Pushed 21:36:12 26cbea5cba74: Layer already exists 21:36:12 66a8e2293f6d: Pushed 21:36:30 aa380a40c3d7: Pushed 21:36:30 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:31 + 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 21:36:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:36:31 bf6f2b3fdf1a: Preparing 21:36:31 a197e3483bea: Preparing 21:36:31 d8a5957672ee: Preparing 21:36:31 aa380a40c3d7: Preparing 21:36:31 4aff90ef896d: Preparing 21:36:31 6d59c816bac3: Preparing 21:36:31 66a8e2293f6d: Preparing 21:36:31 26cbea5cba74: Preparing 21:36:31 66a8e2293f6d: Waiting 21:36:31 26cbea5cba74: Waiting 21:36:31 6d59c816bac3: Waiting 21:36:31 4aff90ef896d: Layer already exists 21:36:31 aa380a40c3d7: Layer already exists 21:36:31 d8a5957672ee: Layer already exists 21:36:31 bf6f2b3fdf1a: Layer already exists 21:36:31 a197e3483bea: Layer already exists 21:36:31 26cbea5cba74: Layer already exists 21:36:31 66a8e2293f6d: Layer already exists 21:36:31 6d59c816bac3: Layer already exists 21:36:31 latest: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 21:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:36:32 bf6f2b3fdf1a: Preparing 21:36:32 a197e3483bea: Preparing 21:36:32 d8a5957672ee: Preparing 21:36:32 aa380a40c3d7: Preparing 21:36:32 4aff90ef896d: Preparing 21:36:32 6d59c816bac3: Preparing 21:36:32 66a8e2293f6d: Preparing 21:36:32 26cbea5cba74: Preparing 21:36:32 6d59c816bac3: Waiting 21:36:32 26cbea5cba74: Waiting 21:36:32 66a8e2293f6d: Waiting 21:36:32 4aff90ef896d: Layer already exists 21:36:32 a197e3483bea: Layer already exists 21:36:32 aa380a40c3d7: Layer already exists 21:36:32 bf6f2b3fdf1a: Layer already exists 21:36:32 d8a5957672ee: Layer already exists 21:36:32 6d59c816bac3: Layer already exists 21:36:32 66a8e2293f6d: Layer already exists 21:36:32 26cbea5cba74: Layer already exists 21:36:32 3.0.0-dev.150: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:36:33 bf6f2b3fdf1a: Preparing 21:36:33 a197e3483bea: Preparing 21:36:33 d8a5957672ee: Preparing 21:36:33 aa380a40c3d7: Preparing 21:36:33 4aff90ef896d: Preparing 21:36:33 6d59c816bac3: Preparing 21:36:33 66a8e2293f6d: Preparing 21:36:33 26cbea5cba74: Preparing 21:36:33 66a8e2293f6d: Waiting 21:36:33 6d59c816bac3: Waiting 21:36:33 26cbea5cba74: Waiting 21:36:33 bf6f2b3fdf1a: Layer already exists 21:36:33 a197e3483bea: Layer already exists 21:36:33 aa380a40c3d7: Layer already exists 21:36:33 d8a5957672ee: Layer already exists 21:36:33 4aff90ef896d: Layer already exists 21:36:33 66a8e2293f6d: Layer already exists 21:36:33 6d59c816bac3: Layer already exists 21:36:33 26cbea5cba74: Layer already exists 21:36:33 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:33 + 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 21:36:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:36:34 bf6f2b3fdf1a: Preparing 21:36:34 a197e3483bea: Preparing 21:36:34 d8a5957672ee: Preparing 21:36:34 aa380a40c3d7: Preparing 21:36:34 4aff90ef896d: Preparing 21:36:34 6d59c816bac3: Preparing 21:36:34 66a8e2293f6d: Preparing 21:36:34 26cbea5cba74: Preparing 21:36:34 6d59c816bac3: Waiting 21:36:34 66a8e2293f6d: Waiting 21:36:34 26cbea5cba74: Waiting 21:36:34 d8a5957672ee: Layer already exists 21:36:34 aa380a40c3d7: Layer already exists 21:36:34 a197e3483bea: Layer already exists 21:36:34 bf6f2b3fdf1a: Layer already exists 21:36:34 4aff90ef896d: Layer already exists 21:36:34 6d59c816bac3: Layer already exists 21:36:34 66a8e2293f6d: Layer already exists 21:36:34 26cbea5cba74: Layer already exists 21:36:34 main: digest: sha256:f4f85b20c1b72a0f8bce173be96d2a3684266ba6c72b7e556c14b5aa786058d5 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:34 ===================================================== [Pipeline] echo 21:36:34 taggedImages: 21:36:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:36:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.150 21:36:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:36:34 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:36:34 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:34 latest 21:36:34 3.0.0-dev.150 21:36:34 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:34 main 21:36:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:36:35 1eaeb6b1ceac: Preparing 21:36:35 6be57b96d5a4: Preparing 21:36:35 b6c1bd22e1d2: Preparing 21:36:35 91284e6b35dd: Preparing 21:36:35 4aff90ef896d: Preparing 21:36:35 6d59c816bac3: Preparing 21:36:35 fc4b6084c051: Preparing 21:36:35 26cbea5cba74: Preparing 21:36:35 6d59c816bac3: Waiting 21:36:35 fc4b6084c051: Waiting 21:36:35 26cbea5cba74: Waiting 21:36:35 4aff90ef896d: Layer already exists 21:36:35 6d59c816bac3: Layer already exists 21:36:35 6be57b96d5a4: Pushed 21:36:35 b6c1bd22e1d2: Pushed 21:36:35 1eaeb6b1ceac: Pushed 21:36:35 26cbea5cba74: Layer already exists 21:36:36 fc4b6084c051: Pushed 21:36:54 91284e6b35dd: Pushed 21:36:54 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:55 + 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 21:36:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:36:55 1eaeb6b1ceac: Preparing 21:36:55 6be57b96d5a4: Preparing 21:36:55 b6c1bd22e1d2: Preparing 21:36:55 91284e6b35dd: Preparing 21:36:55 4aff90ef896d: Preparing 21:36:55 6d59c816bac3: Preparing 21:36:55 fc4b6084c051: Preparing 21:36:55 26cbea5cba74: Preparing 21:36:55 fc4b6084c051: Waiting 21:36:55 26cbea5cba74: Waiting 21:36:55 6d59c816bac3: Waiting 21:36:55 b6c1bd22e1d2: Layer already exists 21:36:55 91284e6b35dd: Layer already exists 21:36:55 1eaeb6b1ceac: Layer already exists 21:36:55 4aff90ef896d: Layer already exists 21:36:55 6be57b96d5a4: Layer already exists 21:36:55 fc4b6084c051: Layer already exists 21:36:55 26cbea5cba74: Layer already exists 21:36:55 6d59c816bac3: Layer already exists 21:36:55 latest: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:55 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 21:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:36:56 1eaeb6b1ceac: Preparing 21:36:56 6be57b96d5a4: Preparing 21:36:56 b6c1bd22e1d2: Preparing 21:36:56 91284e6b35dd: Preparing 21:36:56 4aff90ef896d: Preparing 21:36:56 6d59c816bac3: Preparing 21:36:56 fc4b6084c051: Preparing 21:36:56 26cbea5cba74: Preparing 21:36:56 fc4b6084c051: Waiting 21:36:56 6d59c816bac3: Waiting 21:36:56 26cbea5cba74: Waiting 21:36:56 4aff90ef896d: Layer already exists 21:36:56 91284e6b35dd: Layer already exists 21:36:56 b6c1bd22e1d2: Layer already exists 21:36:56 1eaeb6b1ceac: Layer already exists 21:36:56 6be57b96d5a4: Layer already exists 21:36:56 fc4b6084c051: Layer already exists 21:36:56 26cbea5cba74: Layer already exists 21:36:56 6d59c816bac3: Layer already exists 21:36:56 3.0.0-dev.150: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:56 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:36:57 1eaeb6b1ceac: Preparing 21:36:57 6be57b96d5a4: Preparing 21:36:57 b6c1bd22e1d2: Preparing 21:36:57 91284e6b35dd: Preparing 21:36:57 4aff90ef896d: Preparing 21:36:57 6d59c816bac3: Preparing 21:36:57 fc4b6084c051: Preparing 21:36:57 26cbea5cba74: Preparing 21:36:57 6d59c816bac3: Waiting 21:36:57 fc4b6084c051: Waiting 21:36:57 26cbea5cba74: Waiting 21:36:57 b6c1bd22e1d2: Layer already exists 21:36:57 1eaeb6b1ceac: Layer already exists 21:36:57 6be57b96d5a4: Layer already exists 21:36:57 91284e6b35dd: Layer already exists 21:36:57 4aff90ef896d: Layer already exists 21:36:57 fc4b6084c051: Layer already exists 21:36:57 6d59c816bac3: Layer already exists 21:36:57 26cbea5cba74: Layer already exists 21:36:57 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:57 + 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 21:36:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:36:58 1eaeb6b1ceac: Preparing 21:36:58 6be57b96d5a4: Preparing 21:36:58 b6c1bd22e1d2: Preparing 21:36:58 91284e6b35dd: Preparing 21:36:58 4aff90ef896d: Preparing 21:36:58 6d59c816bac3: Preparing 21:36:58 fc4b6084c051: Preparing 21:36:58 26cbea5cba74: Preparing 21:36:58 fc4b6084c051: Waiting 21:36:58 26cbea5cba74: Waiting 21:36:58 6d59c816bac3: Waiting 21:36:58 91284e6b35dd: Layer already exists 21:36:58 4aff90ef896d: Layer already exists 21:36:58 b6c1bd22e1d2: Layer already exists 21:36:58 6be57b96d5a4: Layer already exists 21:36:58 1eaeb6b1ceac: Layer already exists 21:36:58 fc4b6084c051: Layer already exists 21:36:58 6d59c816bac3: Layer already exists 21:36:58 26cbea5cba74: Layer already exists 21:36:58 main: digest: sha256:a77d65ffbe510197c906b44f9cca6b68d6fe6084010b1e740d14682c03567b84 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:36:58 ===================================================== [Pipeline] echo 21:36:58 taggedImages: 21:36:58 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:58 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:36:58 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.150 21:36:58 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:58 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:36:58 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:36:58 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:58 latest 21:36:58 3.0.0-dev.150 21:36:58 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:36:58 main 21:36:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:36:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:36:59 75ffbfbb33ad: Preparing 21:36:59 e288c5a7b91e: Preparing 21:36:59 4aff90ef896d: Preparing 21:36:59 6d59c816bac3: Preparing 21:36:59 ee777e016b51: Preparing 21:36:59 26cbea5cba74: Preparing 21:36:59 26cbea5cba74: Waiting 21:36:59 4aff90ef896d: Layer already exists 21:36:59 6d59c816bac3: Layer already exists 21:36:59 26cbea5cba74: Layer already exists 21:36:59 75ffbfbb33ad: Pushed 21:36:59 ee777e016b51: Pushed 21:37:06 e288c5a7b91e: Pushed 21:37:06 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:37:06 75ffbfbb33ad: Preparing 21:37:06 e288c5a7b91e: Preparing 21:37:06 4aff90ef896d: Preparing 21:37:06 6d59c816bac3: Preparing 21:37:06 ee777e016b51: Preparing 21:37:06 26cbea5cba74: Preparing 21:37:06 26cbea5cba74: Waiting 21:37:06 75ffbfbb33ad: Layer already exists 21:37:06 6d59c816bac3: Layer already exists 21:37:06 4aff90ef896d: Layer already exists 21:37:06 e288c5a7b91e: Layer already exists 21:37:06 ee777e016b51: Layer already exists 21:37:06 26cbea5cba74: Layer already exists 21:37:06 latest: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 21:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:37:07 75ffbfbb33ad: Preparing 21:37:07 e288c5a7b91e: Preparing 21:37:07 4aff90ef896d: Preparing 21:37:07 6d59c816bac3: Preparing 21:37:07 ee777e016b51: Preparing 21:37:07 26cbea5cba74: Preparing 21:37:07 26cbea5cba74: Waiting 21:37:07 6d59c816bac3: Layer already exists 21:37:07 e288c5a7b91e: Layer already exists 21:37:07 75ffbfbb33ad: Layer already exists 21:37:07 ee777e016b51: Layer already exists 21:37:07 4aff90ef896d: Layer already exists 21:37:07 26cbea5cba74: Layer already exists 21:37:07 3.0.0-dev.150: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:37:08 75ffbfbb33ad: Preparing 21:37:08 e288c5a7b91e: Preparing 21:37:08 4aff90ef896d: Preparing 21:37:08 6d59c816bac3: Preparing 21:37:08 ee777e016b51: Preparing 21:37:08 26cbea5cba74: Preparing 21:37:08 75ffbfbb33ad: Layer already exists 21:37:08 4aff90ef896d: Layer already exists 21:37:08 6d59c816bac3: Layer already exists 21:37:08 e288c5a7b91e: Layer already exists 21:37:08 ee777e016b51: Layer already exists 21:37:08 26cbea5cba74: Layer already exists 21:37:08 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:37:08 75ffbfbb33ad: Preparing 21:37:08 e288c5a7b91e: Preparing 21:37:08 4aff90ef896d: Preparing 21:37:08 6d59c816bac3: Preparing 21:37:08 ee777e016b51: Preparing 21:37:08 26cbea5cba74: Preparing 21:37:08 26cbea5cba74: Waiting 21:37:08 ee777e016b51: Layer already exists 21:37:08 4aff90ef896d: Layer already exists 21:37:08 75ffbfbb33ad: Layer already exists 21:37:08 6d59c816bac3: Layer already exists 21:37:08 e288c5a7b91e: Layer already exists 21:37:08 26cbea5cba74: Layer already exists 21:37:08 main: digest: sha256:04e555fcbba98d3d24b3a5f02e42eca74c63a4a43e467dcb1005ac239ff11c8a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:37:09 ===================================================== [Pipeline] echo 21:37:09 taggedImages: 21:37:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:37:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:37:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.150 21:37:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:37:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:37:09 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:37:09 ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:37:09 latest 21:37:09 3.0.0-dev.150 21:37:09 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:37:09 main 21:37:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:37:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:37:09 fa84a44eb6c0: Preparing 21:37:09 0f2b0c91b1fd: Preparing 21:37:09 4aff90ef896d: Preparing 21:37:09 6d59c816bac3: Preparing 21:37:09 c73bc4f272e4: Preparing 21:37:09 26cbea5cba74: Preparing 21:37:09 26cbea5cba74: Waiting 21:37:09 c73bc4f272e4: Layer already exists 21:37:09 6d59c816bac3: Layer already exists 21:37:09 4aff90ef896d: Layer already exists 21:37:09 26cbea5cba74: Layer already exists 21:37:09 fa84a44eb6c0: Pushed 21:37:15 0f2b0c91b1fd: Pushed 21:37:15 ce5d24036f637d84b811de065aa37bd3eaf3c7fe: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:37:15 fa84a44eb6c0: Preparing 21:37:15 0f2b0c91b1fd: Preparing 21:37:15 4aff90ef896d: Preparing 21:37:15 6d59c816bac3: Preparing 21:37:15 c73bc4f272e4: Preparing 21:37:15 26cbea5cba74: Preparing 21:37:15 26cbea5cba74: Waiting 21:37:15 0f2b0c91b1fd: Layer already exists 21:37:15 6d59c816bac3: Layer already exists 21:37:15 4aff90ef896d: Layer already exists 21:37:15 c73bc4f272e4: Layer already exists 21:37:15 fa84a44eb6c0: Layer already exists 21:37:15 26cbea5cba74: Layer already exists 21:37:15 latest: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:16 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 21:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:37:16 fa84a44eb6c0: Preparing 21:37:16 0f2b0c91b1fd: Preparing 21:37:16 4aff90ef896d: Preparing 21:37:16 6d59c816bac3: Preparing 21:37:16 c73bc4f272e4: Preparing 21:37:16 26cbea5cba74: Preparing 21:37:16 26cbea5cba74: Waiting 21:37:16 0f2b0c91b1fd: Layer already exists 21:37:16 fa84a44eb6c0: Layer already exists 21:37:16 6d59c816bac3: Layer already exists 21:37:16 4aff90ef896d: Layer already exists 21:37:16 c73bc4f272e4: Layer already exists 21:37:16 26cbea5cba74: Layer already exists 21:37:16 3.0.0-dev.150: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:17 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:37:17 fa84a44eb6c0: Preparing 21:37:17 0f2b0c91b1fd: Preparing 21:37:17 4aff90ef896d: Preparing 21:37:17 6d59c816bac3: Preparing 21:37:17 c73bc4f272e4: Preparing 21:37:17 26cbea5cba74: Preparing 21:37:17 26cbea5cba74: Waiting 21:37:17 fa84a44eb6c0: Layer already exists 21:37:17 0f2b0c91b1fd: Layer already exists 21:37:17 4aff90ef896d: Layer already exists 21:37:17 c73bc4f272e4: Layer already exists 21:37:17 6d59c816bac3: Layer already exists 21:37:17 26cbea5cba74: Layer already exists 21:37:18 ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:37:18 fa84a44eb6c0: Preparing 21:37:18 0f2b0c91b1fd: Preparing 21:37:18 4aff90ef896d: Preparing 21:37:18 6d59c816bac3: Preparing 21:37:18 c73bc4f272e4: Preparing 21:37:18 26cbea5cba74: Preparing 21:37:18 26cbea5cba74: Waiting 21:37:18 c73bc4f272e4: Layer already exists 21:37:18 6d59c816bac3: Layer already exists 21:37:18 4aff90ef896d: Layer already exists 21:37:18 0f2b0c91b1fd: Layer already exists 21:37:18 fa84a44eb6c0: Layer already exists 21:37:18 26cbea5cba74: Layer already exists 21:37:19 main: digest: sha256:9a3498cb38f04325161c11cc64f72f0346ff95cfd84cae9991ee6c606503375c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:37:19 ===================================================== [Pipeline] echo 21:37:19 taggedImages: 21:37:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe 21:37:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:37:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.150 21:37:19 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ce5d24036f637d84b811de065aa37bd3eaf3c7fe-3.0.0-dev.150 21:37:19 - 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 21:37:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:37:19 21:37:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:37:19 arm64: Pulling from edgex-lftools-log-publisher 21:37:19 8998bd30e6a1: Pulling fs layer 21:37:19 04944245beec: Pulling fs layer 21:37:19 699f458cf7ca: Pulling fs layer 21:37:19 765212b225bb: Pulling fs layer 21:37:19 f23df028b6ca: Pulling fs layer 21:37:19 d65c8cfc05b1: Pulling fs layer 21:37:19 2437ff75d9bd: Pulling fs layer 21:37:19 f23df028b6ca: Waiting 21:37:19 d65c8cfc05b1: Waiting 21:37:19 2437ff75d9bd: Waiting 21:37:19 765212b225bb: Waiting 21:37:20 04944245beec: Verifying Checksum 21:37:20 04944245beec: Download complete 21:37:20 765212b225bb: Verifying Checksum 21:37:20 765212b225bb: Download complete 21:37:20 f23df028b6ca: Download complete 21:37:20 d65c8cfc05b1: Verifying Checksum 21:37:20 d65c8cfc05b1: Download complete 21:37:20 699f458cf7ca: Verifying Checksum 21:37:20 699f458cf7ca: Download complete 21:37:20 8998bd30e6a1: Verifying Checksum 21:37:20 8998bd30e6a1: Download complete 21:37:23 2437ff75d9bd: Verifying Checksum 21:37:23 2437ff75d9bd: Download complete 21:37:24 8998bd30e6a1: Pull complete 21:37:25 04944245beec: Pull complete 21:37:26 699f458cf7ca: Pull complete 21:37:26 765212b225bb: Pull complete 21:37:27 f23df028b6ca: Pull complete 21:37:27 d65c8cfc05b1: Pull complete 21:37:42 2437ff75d9bd: Pull complete 21:37:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:37:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:37:43 prd-ubuntu20.04-docker-arm64-4c-16g-13933 does not seem to be running inside a container 21:37:43 $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:37:45 $ docker top 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:37:46 ---> job-cost.sh 21:37:46 lf-activate-venv: SKIPPING 21:37:46 INFO: No Stack... 21:37:46 INFO: Retrieving Pricing Info for: v3-standard-4 21:37:47 INFO: Archiving Costs [Pipeline] sh 21:37:47 + cut -d, -f6 21:37:47 + cat /w/workspace/edgex-go/515/archives/cost.csv [Pipeline] lock 21:37:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] 21:37:48 Resource [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] did not exist. Created. 21:37:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:37:48 + echo total: 0.10999999940395355 [Pipeline] stash 21:37:49 Stashed 1 file(s) [Pipeline] } 21:37:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-515-stack-cost] [Pipeline] // lock [Pipeline] } 21:37:49 $ docker stop --time=1 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 21:37:50 $ docker rm -f --volumes 42a9e7d7330d84720578fe9e1f2365d22315b5f2c3a6fda8aecd297d2e868f21 [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 21:37:51 provisioning config files... 21:37:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/515@tmp/config8311018416496862236tmp [Pipeline] { [Pipeline] sh 21:37:51 + set +x 21:37:51 + curl -s https://codecov.io/bash 21:37:51 + bash -s -- 21:37:51 21:37:51 _____ _ 21:37:51 / ____| | | 21:37:51 | | ___ __| | ___ ___ _____ __ 21:37:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:37:51 | |___| (_) | (_| | __/ (_| (_) \ V / 21:37:51 \_____\___/ \__,_|\___|\___\___/ \_/ 21:37:51 Bash-1.0.6 21:37:51 21:37:51 21:37:51 ==> git version 2.25.1 found 21:37:51 ==> 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 21:37:51 Release-Date: 2020-01-08 21:37:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:37:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:37:51 ==> Jenkins CI detected. 21:37:51 current dir:  /w/workspace/edgex-go/515 21:37:51 project root: . 21:37:51 --> token set from env 21:37:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:37:51 ==> Running gcov in . (disable via -X gcov) 21:37:51 ==> Python coveragepy not found 21:37:51 ==> Searching for coverage reports in: 21:37:51 + . 21:37:51 -> Found 1 reports 21:37:51 ==> Detecting git/mercurial file structure 21:37:51 ==> Reading reports 21:37:51 + ./coverage.out bytes=448560 21:37:51 ==> Appending adjustments 21:37:51 https://docs.codecov.io/docs/fixing-reports 21:37:52 + Found adjustments 21:37:52 ==> Gzipping contents 21:37:52 60K /tmp/codecov.c1f9TX.gz 21:37:52 ==> Uploading reports 21:37:52 url: https://codecov.io 21:37:52 query: branch=main&commit=ce5d24036f637d84b811de065aa37bd3eaf3c7fe&build=515&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F515%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:37:52 -> Pinging Codecov 21:37:52 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=ce5d24036f637d84b811de065aa37bd3eaf3c7fe&build=515&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F515%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:37:52 -> Uploading to 21:37:52 https://storage.googleapis.com/codecov/v4/raw/2023-05-05/00271124DB129430A58F1EEE437C3FCB/ce5d24036f637d84b811de065aa37bd3eaf3c7fe/e96d987d-e6f4-4ffd-acf5-6483abc9a23f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230505T213752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ec0a768650b5f26e433a832876dfde90dc85320cef0464d7588a66fd02118a0 21:37:52 % Total % Received % Xferd Average Speed Time Time Time Current 21:37:52 Dload Upload Total Spent Left Speed 21:37:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57605 0 0 100 57605 0 219k --:--:-- --:--:-- --:--:-- 219k 21:37:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ce5d24036f637d84b811de065aa37bd3eaf3c7fe [Pipeline] } 21:37:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:37:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:37:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:53 21:37:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:37:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:37:53 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:37:53 df9b9388f04a: Pulling fs layer 21:37:53 52dc419b0ee2: Pulling fs layer 21:37:53 25bc292e5bac: Pulling fs layer 21:37:53 114826534d7a: Pulling fs layer 21:37:53 4657fd5d0bcf: Pulling fs layer 21:37:53 6ad1cebc031e: Pulling fs layer 21:37:53 8a3aa393b2d8: Pulling fs layer 21:37:53 114826534d7a: Waiting 21:37:53 4657fd5d0bcf: Waiting 21:37:53 6ad1cebc031e: Waiting 21:37:53 8a3aa393b2d8: Waiting 21:37:53 25bc292e5bac: Verifying Checksum 21:37:53 25bc292e5bac: Download complete 21:37:53 52dc419b0ee2: Download complete 21:37:53 4657fd5d0bcf: Download complete 21:37:53 df9b9388f04a: Verifying Checksum 21:37:53 df9b9388f04a: Download complete 21:37:54 df9b9388f04a: Pull complete 21:37:54 6ad1cebc031e: Verifying Checksum 21:37:54 6ad1cebc031e: Download complete 21:37:54 52dc419b0ee2: Pull complete 21:37:54 25bc292e5bac: Pull complete 21:37:54 114826534d7a: Verifying Checksum 21:37:54 114826534d7a: Download complete 21:37:54 8a3aa393b2d8: Verifying Checksum 21:37:54 8a3aa393b2d8: Download complete 21:37:58 114826534d7a: Pull complete 21:37:58 4657fd5d0bcf: Pull complete 21:37:58 6ad1cebc031e: Pull complete 21:38:00 8a3aa393b2d8: Pull complete 21:38:00 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:38:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:38:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:00 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:00 $ 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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:03 $ docker top 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 -eo pid,comm [Pipeline] { [Pipeline] echo 21:38:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:38:03 + set -o pipefail 21:38:03 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:38:10 21:38:10 Monitoring /w/workspace/edgex-go/515 (github.com/edgexfoundry/edgex-go)... 21:38:10 21:38:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/7d8a4b7b-572c-48e0-90dc-f8923dd199fa 21:38:10 21:38:10 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:38:10 21:38:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:38:10 21:38:10 21:38:10 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:38:10 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:38:10 More details here: https://snyk.co/ue1NS 21:38:10 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 21:38:10 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:38:10 $ docker stop --time=1 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 21:38:12 $ docker rm -f --volumes 4822765f0799bf4e317265bd4531de55b48d6ce0a26af154875be789e9692742 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:38:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:38:12 provisioning config files... 21:38:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/515@tmp/config12647700277390182343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:38:13 --> edgex-publish-swagger.sh 21:38:13 === Publish openapi/v3 API === 21:38:13 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 21:38:13 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/515/openapi/v3/core-command.yaml] 21:38:13 % Total % Received % Xferd Average Speed Time Time Time Current 21:38:13 Dload Upload Total Spent Left Speed 21:38:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 46747 --:--:-- --:--:-- --:--:-- 46747 21:38:13 21:38:13 21:38:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/515/openapi/v3/core-data.yaml] 21:38:13 % Total % Received % Xferd Average Speed Time Time Time Current 21:38:13 Dload Upload Total Spent Left Speed 21:38:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 334k --:--:-- --:--:-- --:--:-- 332k 100 69110 0 0 100 69110 0 127k --:--:-- --:--:-- --:--:-- 126k 21:38:14 21:38:14 21:38:14 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/515/openapi/v3/core-metadata.yaml] 21:38:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:38:14 Dload Upload Total Spent Left Speed 21:38:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 243k --:--:-- --:--:-- --:--:-- 242k 100 141k 0 0 100 141k 0 243k --:--:-- --:--:-- --:--:-- 242k 21:38:14 21:38:14 21:38:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/515/openapi/v3/support-notifications.yaml] 21:38:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:38:14 Dload Upload Total Spent Left Speed 21:38:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 148k --:--:-- --:--:-- --:--:-- 148k 21:38:15 21:38:15 21:38:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/515/openapi/v3/support-scheduler.yaml] 21:38:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:38:15 Dload Upload Total Spent Left Speed 21:38:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 74524 --:--:-- --:--:-- --:--:-- 74363 100 34356 0 0 100 34356 0 74524 --:--:-- --:--:-- --:--:-- 74363 21:38:15 21:38:15 [Pipeline] } 21:38:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 21:38:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:38:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:38:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:16 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:17 $ docker top 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:38:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:38:17 [ssh-agent] Looking for ssh-agent implementation... 21:38:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:38:17 $ docker exec 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 ssh-agent 21:38:17 SSH_AUTH_SOCK=/tmp/ssh-TIpF50ZgETUe/agent.32 21:38:17 SSH_AGENT_PID=39 21:38:17 Running ssh-add (command line suppressed) 21:38:17 Identity added: /w/workspace/edgex-go/515@tmp/private_key_12283368895306092065.key (/w/workspace/edgex-go/515@tmp/private_key_12283368895306092065.key) 21:38:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:38:17 + git semver tag 21:38:17 2023-05-05 21:38:17,900 [run_tag] DEBUG tag force:False 21:38:17 2023-05-05 21:38:17,900 [check_head_tag] DEBUG check head tag 21:38:17 2023-05-05 21:38:17,904 [execute] INFO git cat-file --batch-check 21:38:17 2023-05-05 21:38:17,904 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=) 21:38:17 2023-05-05 21:38:17,907 [execute] INFO git cat-file --batch 21:38:17 2023-05-05 21:38:17,907 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=) 21:38:17 2023-05-05 21:38:17,972 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:17 2023-05-05 21:38:17,972 [execute] INFO git tag -a v3.0.0-dev.150 -m v3.0.0-dev.150 21:38:17 2023-05-05 21:38:17,972 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.150', '-m', 'v3.0.0-dev.150'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) 21:38:17 2023-05-05 21:38:17,977 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:17 3.0.0-dev.150 [Pipeline] } 21:38:18 $ docker exec --env ******** --env ******** 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 ssh-agent -k 21:38:18 unset SSH_AUTH_SOCK; 21:38:18 unset SSH_AGENT_PID; 21:38:18 echo Agent pid 39 killed; 21:38:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:38:18 + git semver [Pipeline] } 21:38:18 $ docker stop --time=1 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 21:38:20 $ docker rm -f --volumes 0552157048e9237fca233d934f667e0a0ec82c0e211e2b01a5c507d494da13b5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:20 21:38:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:20 0.23.1-centos7: Pulling from edgex-lftools 21:38:20 ab5ef0e58194: Pulling fs layer 21:38:20 9712f1f96733: Pulling fs layer 21:38:20 63f879dbbcfc: Pulling fs layer 21:38:20 0d9ebad4ef96: Pulling fs layer 21:38:20 e9a5061849ea: Pulling fs layer 21:38:20 d747dcd14b5f: Pulling fs layer 21:38:20 2de7ff778b66: Pulling fs layer 21:38:20 0d9ebad4ef96: Waiting 21:38:20 e9a5061849ea: Waiting 21:38:20 d747dcd14b5f: Waiting 21:38:20 2de7ff778b66: Waiting 21:38:20 9712f1f96733: Download complete 21:38:21 63f879dbbcfc: Verifying Checksum 21:38:21 63f879dbbcfc: Download complete 21:38:21 e9a5061849ea: Verifying Checksum 21:38:21 e9a5061849ea: Download complete 21:38:21 d747dcd14b5f: Verifying Checksum 21:38:21 d747dcd14b5f: Download complete 21:38:21 0d9ebad4ef96: Verifying Checksum 21:38:21 0d9ebad4ef96: Download complete 21:38:21 ab5ef0e58194: Verifying Checksum 21:38:21 ab5ef0e58194: Download complete 21:38:21 2de7ff778b66: Verifying Checksum 21:38:21 2de7ff778b66: Download complete 21:38:23 ab5ef0e58194: Pull complete 21:38:23 9712f1f96733: Pull complete 21:38:24 63f879dbbcfc: Pull complete 21:38:27 0d9ebad4ef96: Pull complete 21:38:27 e9a5061849ea: Pull complete 21:38:27 d747dcd14b5f: Pull complete 21:38:28 2de7ff778b66: Pull complete 21:38:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:38:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:38:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:28 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:31 $ docker top 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:38:31 provisioning config files... 21:38:31 copy managed file [sigul-config] to file:/w/workspace/edgex-go/515@tmp/config12228137681590793627tmp 21:38:31 copy managed file [sigul-password] to file:/w/workspace/edgex-go/515@tmp/config11201382879333352638tmp 21:38:31 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/515@tmp/config11023043615960313558tmp [Pipeline] { [Pipeline] echo 21:38:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:38:31 ---> sigul-configuration.sh 21:38:31 gpg: directory `/root/.gnupg' created 21:38:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:38:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:38:31 gpg: keyring `/root/.gnupg/secring.gpg' created 21:38:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:38:31 gpg: CAST5 encrypted data 21:38:31 gpg: encrypted with 1 passphrase 21:38:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:38:31 + mkdir /home/jenkins 21:38:31 + mkdir /home/jenkins/sigul [Pipeline] sh 21:38:32 + 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 21:38:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:38:32 ---> sigul-install.sh 21:38:32 Sigul already installed; skipping installation. [Pipeline] sh 21:38:32 + git tag --list 21:38:32 0.6.0 21:38:32 0.6.1 21:38:32 0.7.0 21:38:32 0.7.1 21:38:32 v1.0.0 21:38:32 v1.0.1 21:38:32 v1.1.0 21:38:32 v1.2.0 21:38:32 v1.2.1 21:38:32 v1.3.0 21:38:32 v1.3.1 21:38:32 v2.0.0 21:38:32 v2.1.0 21:38:32 v2.1.1 21:38:32 v2.1.1-dev.1 21:38:32 v2.1.1-dev.2 21:38:32 v2.1.1-dev.3 21:38:32 v2.1.1-dev.4 21:38:32 v2.1.1-dev.5 21:38:32 v2.1.1-dev.6 21:38:32 v2.1.1-dev.7 21:38:32 v2.1.1-dev.8 21:38:32 v2.1.2-dev.1 21:38:32 v2.2.0 21:38:32 v2.2.1-dev.1 21:38:32 v2.2.1-dev.10 21:38:32 v2.2.1-dev.11 21:38:32 v2.2.1-dev.12 21:38:32 v2.2.1-dev.13 21:38:32 v2.2.1-dev.14 21:38:32 v2.2.1-dev.15 21:38:32 v2.2.1-dev.16 21:38:32 v2.2.1-dev.17 21:38:32 v2.2.1-dev.18 21:38:32 v2.2.1-dev.19 21:38:32 v2.2.1-dev.2 21:38:32 v2.2.1-dev.20 21:38:32 v2.2.1-dev.21 21:38:32 v2.2.1-dev.22 21:38:32 v2.2.1-dev.23 21:38:32 v2.2.1-dev.24 21:38:32 v2.2.1-dev.25 21:38:32 v2.2.1-dev.26 21:38:32 v2.2.1-dev.27 21:38:32 v2.2.1-dev.28 21:38:32 v2.2.1-dev.29 21:38:32 v2.2.1-dev.3 21:38:32 v2.2.1-dev.4 21:38:32 v2.2.1-dev.5 21:38:32 v2.2.1-dev.6 21:38:32 v2.2.1-dev.7 21:38:32 v2.2.1-dev.8 21:38:32 v2.2.1-dev.9 21:38:32 v2.3.0 21:38:32 v2.3.0-dev.100 21:38:32 v2.3.0-dev.101 21:38:32 v2.3.0-dev.102 21:38:32 v2.3.0-dev.103 21:38:32 v2.3.0-dev.104 21:38:32 v2.3.0-dev.105 21:38:32 v2.3.0-dev.106 21:38:32 v2.3.0-dev.29 21:38:32 v2.3.0-dev.30 21:38:32 v2.3.0-dev.31 21:38:32 v2.3.0-dev.32 21:38:32 v2.3.0-dev.33 21:38:32 v2.3.0-dev.34 21:38:32 v2.3.0-dev.35 21:38:32 v2.3.0-dev.36 21:38:32 v2.3.0-dev.37 21:38:32 v2.3.0-dev.38 21:38:32 v2.3.0-dev.39 21:38:32 v2.3.0-dev.40 21:38:32 v2.3.0-dev.41 21:38:32 v2.3.0-dev.42 21:38:32 v2.3.0-dev.43 21:38:32 v2.3.0-dev.44 21:38:32 v2.3.0-dev.45 21:38:32 v2.3.0-dev.46 21:38:32 v2.3.0-dev.47 21:38:32 v2.3.0-dev.48 21:38:32 v2.3.0-dev.49 21:38:32 v2.3.0-dev.50 21:38:32 v2.3.0-dev.51 21:38:32 v2.3.0-dev.52 21:38:32 v2.3.0-dev.53 21:38:32 v2.3.0-dev.54 21:38:32 v2.3.0-dev.55 21:38:32 v2.3.0-dev.56 21:38:32 v2.3.0-dev.57 21:38:32 v2.3.0-dev.58 21:38:32 v2.3.0-dev.59 21:38:32 v2.3.0-dev.60 21:38:32 v2.3.0-dev.61 21:38:32 v2.3.0-dev.62 21:38:32 v2.3.0-dev.63 21:38:32 v2.3.0-dev.64 21:38:32 v2.3.0-dev.65 21:38:32 v2.3.0-dev.66 21:38:32 v2.3.0-dev.67 21:38:32 v2.3.0-dev.68 21:38:32 v2.3.0-dev.69 21:38:32 v2.3.0-dev.70 21:38:32 v2.3.0-dev.71 21:38:32 v2.3.0-dev.72 21:38:32 v2.3.0-dev.73 21:38:32 v2.3.0-dev.74 21:38:32 v2.3.0-dev.75 21:38:32 v2.3.0-dev.76 21:38:32 v2.3.0-dev.77 21:38:32 v2.3.0-dev.78 21:38:32 v2.3.0-dev.79 21:38:32 v2.3.0-dev.80 21:38:32 v2.3.0-dev.81 21:38:32 v2.3.0-dev.82 21:38:32 v2.3.0-dev.83 21:38:32 v2.3.0-dev.84 21:38:32 v2.3.0-dev.85 21:38:32 v2.3.0-dev.86 21:38:32 v2.3.0-dev.87 21:38:32 v2.3.0-dev.88 21:38:32 v2.3.0-dev.89 21:38:32 v2.3.0-dev.90 21:38:32 v2.3.0-dev.91 21:38:32 v2.3.0-dev.92 21:38:32 v2.3.0-dev.93 21:38:32 v2.3.0-dev.94 21:38:32 v2.3.0-dev.95 21:38:32 v2.3.0-dev.96 21:38:32 v2.3.0-dev.97 21:38:32 v2.3.0-dev.98 21:38:32 v2.3.0-dev.99 21:38:32 v2.3.1-dev.1 21:38:32 v2.3.1-dev.2 21:38:32 v2.3.1-dev.3 21:38:32 v2.3.1-dev.4 21:38:32 v2.3.1-dev.5 21:38:32 v3.0.0-dev.1 21:38:32 v3.0.0-dev.10 21:38:32 v3.0.0-dev.100 21:38:32 v3.0.0-dev.101 21:38:32 v3.0.0-dev.102 21:38:32 v3.0.0-dev.103 21:38:32 v3.0.0-dev.104 21:38:32 v3.0.0-dev.105 21:38:32 v3.0.0-dev.106 21:38:32 v3.0.0-dev.107 21:38:32 v3.0.0-dev.108 21:38:32 v3.0.0-dev.109 21:38:32 v3.0.0-dev.11 21:38:32 v3.0.0-dev.110 21:38:32 v3.0.0-dev.111 21:38:32 v3.0.0-dev.112 21:38:32 v3.0.0-dev.113 21:38:32 v3.0.0-dev.114 21:38:32 v3.0.0-dev.115 21:38:32 v3.0.0-dev.116 21:38:32 v3.0.0-dev.117 21:38:32 v3.0.0-dev.118 21:38:32 v3.0.0-dev.119 21:38:32 v3.0.0-dev.12 21:38:32 v3.0.0-dev.120 21:38:32 v3.0.0-dev.121 21:38:32 v3.0.0-dev.122 21:38:32 v3.0.0-dev.123 21:38:32 v3.0.0-dev.124 21:38:32 v3.0.0-dev.125 21:38:32 v3.0.0-dev.126 21:38:32 v3.0.0-dev.127 21:38:32 v3.0.0-dev.128 21:38:32 v3.0.0-dev.129 21:38:32 v3.0.0-dev.13 21:38:32 v3.0.0-dev.130 21:38:32 v3.0.0-dev.131 21:38:32 v3.0.0-dev.132 21:38:32 v3.0.0-dev.133 21:38:32 v3.0.0-dev.134 21:38:32 v3.0.0-dev.135 21:38:32 v3.0.0-dev.136 21:38:32 v3.0.0-dev.137 21:38:32 v3.0.0-dev.138 21:38:32 v3.0.0-dev.139 21:38:32 v3.0.0-dev.14 21:38:32 v3.0.0-dev.140 21:38:32 v3.0.0-dev.141 21:38:32 v3.0.0-dev.142 21:38:32 v3.0.0-dev.143 21:38:32 v3.0.0-dev.144 21:38:32 v3.0.0-dev.145 21:38:32 v3.0.0-dev.146 21:38:32 v3.0.0-dev.147 21:38:32 v3.0.0-dev.148 21:38:32 v3.0.0-dev.149 21:38:32 v3.0.0-dev.15 21:38:32 v3.0.0-dev.150 21:38:32 v3.0.0-dev.16 21:38:32 v3.0.0-dev.17 21:38:32 v3.0.0-dev.18 21:38:32 v3.0.0-dev.19 21:38:32 v3.0.0-dev.2 21:38:32 v3.0.0-dev.20 21:38:32 v3.0.0-dev.21 21:38:32 v3.0.0-dev.22 21:38:32 v3.0.0-dev.23 21:38:32 v3.0.0-dev.24 21:38:32 v3.0.0-dev.25 21:38:32 v3.0.0-dev.26 21:38:32 v3.0.0-dev.27 21:38:32 v3.0.0-dev.28 21:38:32 v3.0.0-dev.29 21:38:32 v3.0.0-dev.3 21:38:32 v3.0.0-dev.30 21:38:32 v3.0.0-dev.31 21:38:32 v3.0.0-dev.32 21:38:32 v3.0.0-dev.33 21:38:32 v3.0.0-dev.34 21:38:32 v3.0.0-dev.35 21:38:32 v3.0.0-dev.36 21:38:32 v3.0.0-dev.37 21:38:32 v3.0.0-dev.38 21:38:32 v3.0.0-dev.39 21:38:32 v3.0.0-dev.4 21:38:32 v3.0.0-dev.40 21:38:32 v3.0.0-dev.41 21:38:32 v3.0.0-dev.42 21:38:32 v3.0.0-dev.43 21:38:32 v3.0.0-dev.44 21:38:32 v3.0.0-dev.45 21:38:32 v3.0.0-dev.46 21:38:32 v3.0.0-dev.47 21:38:32 v3.0.0-dev.48 21:38:32 v3.0.0-dev.49 21:38:32 v3.0.0-dev.5 21:38:32 v3.0.0-dev.50 21:38:32 v3.0.0-dev.51 21:38:32 v3.0.0-dev.52 21:38:32 v3.0.0-dev.53 21:38:32 v3.0.0-dev.54 21:38:32 v3.0.0-dev.55 21:38:32 v3.0.0-dev.56 21:38:32 v3.0.0-dev.57 21:38:32 v3.0.0-dev.58 21:38:32 v3.0.0-dev.59 21:38:32 v3.0.0-dev.6 21:38:32 v3.0.0-dev.60 21:38:32 v3.0.0-dev.61 21:38:32 v3.0.0-dev.62 21:38:32 v3.0.0-dev.63 21:38:32 v3.0.0-dev.64 21:38:32 v3.0.0-dev.65 21:38:32 v3.0.0-dev.66 21:38:32 v3.0.0-dev.67 21:38:32 v3.0.0-dev.68 21:38:32 v3.0.0-dev.69 21:38:32 v3.0.0-dev.7 21:38:32 v3.0.0-dev.70 21:38:32 v3.0.0-dev.71 21:38:32 v3.0.0-dev.72 21:38:32 v3.0.0-dev.73 21:38:32 v3.0.0-dev.74 21:38:32 v3.0.0-dev.75 21:38:32 v3.0.0-dev.76 21:38:32 v3.0.0-dev.77 21:38:32 v3.0.0-dev.78 21:38:32 v3.0.0-dev.79 21:38:32 v3.0.0-dev.8 21:38:32 v3.0.0-dev.80 21:38:32 v3.0.0-dev.81 21:38:32 v3.0.0-dev.82 21:38:32 v3.0.0-dev.83 21:38:32 v3.0.0-dev.84 21:38:32 v3.0.0-dev.85 21:38:32 v3.0.0-dev.86 21:38:32 v3.0.0-dev.87 21:38:32 v3.0.0-dev.88 21:38:32 v3.0.0-dev.89 21:38:32 v3.0.0-dev.9 21:38:32 v3.0.0-dev.90 21:38:32 v3.0.0-dev.91 21:38:32 v3.0.0-dev.92 21:38:32 v3.0.0-dev.93 21:38:32 v3.0.0-dev.94 21:38:32 v3.0.0-dev.95 21:38:32 v3.0.0-dev.96 21:38:32 v3.0.0-dev.97 21:38:32 v3.0.0-dev.98 21:38:32 v3.0.0-dev.99 [Pipeline] sh 21:38:32 + lftools sign git-tag v3.0.0-dev.150 21:38:33 Signing Git tag with Sigul... 21:38:33 Signing v3.0.0-dev.150 [Pipeline] echo 21:38:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:38:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:38:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:38:34 $ docker stop --time=1 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f 21:38:35 $ docker rm -f --volumes 67acee517bb1a76941430365ea171d3df285d763fe9093a73dea88f1a2f2f29f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:38:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:38:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:38:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:36 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:36 $ docker top 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:38:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:38:36 [ssh-agent] Looking for ssh-agent implementation... 21:38:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:38:36 $ docker exec 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 ssh-agent 21:38:36 SSH_AUTH_SOCK=/tmp/ssh-00M4JepmF0F3/agent.32 21:38:36 SSH_AGENT_PID=38 21:38:36 Running ssh-add (command line suppressed) 21:38:36 Identity added: /w/workspace/edgex-go/515@tmp/private_key_1701826489670578369.key (/w/workspace/edgex-go/515@tmp/private_key_1701826489670578369.key) 21:38:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:38:37 + git semver bump pre 21:38:37 2023-05-05 21:38:37,336 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:37 2023-05-05 21:38:37,336 [bump_version] DEBUG bumping version:3.0.0-dev.150 on axis:pre with prefix:dev 21:38:37 2023-05-05 21:38:37,336 [bump_version] DEBUG bumped version:3.0.0-dev.151 21:38:37 2023-05-05 21:38:37,336 [write_version] DEBUG write version:3.0.0-dev.151 to path:/w/workspace/edgex-go/515/.semver/main with force:True 21:38:37 2023-05-05 21:38:37,337 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:37 2023-05-05 21:38:37,337 [write_file] DEBUG write to file:/w/workspace/edgex-go/515/.semver/main 21:38:37 2023-05-05 21:38:37,339 [execute] INFO git cat-file --batch-check 21:38:37 2023-05-05 21:38:37,339 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) 21:38:37 2023-05-05 21:38:37,344 [execute] INFO git cat-file --batch 21:38:37 2023-05-05 21:38:37,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) 21:38:37 2023-05-05 21:38:37,349 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:37 3.0.0-dev.151 [Pipeline] } 21:38:37 $ docker exec --env ******** --env ******** 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 ssh-agent -k 21:38:37 unset SSH_AUTH_SOCK; 21:38:37 unset SSH_AGENT_PID; 21:38:37 echo Agent pid 38 killed; 21:38:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:38:37 + git semver [Pipeline] } 21:38:38 $ docker stop --time=1 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 21:38:39 $ docker rm -f --volumes 835eaca72ce563883d0dea67a97ad5d01617e099ddadbcff12d94f19d4f4f363 [Pipeline] // withDockerContainer [Pipeline] sh 21:38:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:38:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:38:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:40 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:40 $ docker top 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 -eo pid,comm 21:38:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:38:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:38:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:38:40 [ssh-agent] Looking for ssh-agent implementation... 21:38:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:38:40 $ docker exec 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 ssh-agent 21:38:40 SSH_AUTH_SOCK=/tmp/ssh-2oWuaWTfpwpr/agent.32 21:38:40 SSH_AGENT_PID=38 21:38:40 Running ssh-add (command line suppressed) 21:38:40 Identity added: /w/workspace/edgex-go/515@tmp/private_key_10690643914193684572.key (/w/workspace/edgex-go/515@tmp/private_key_10690643914193684572.key) 21:38:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:38:41 + git semver push 21:38:41 2023-05-05 21:38:41,324 [run_push] DEBUG push 21:38:41 2023-05-05 21:38:41,324 [execute] INFO git cat-file --batch-check 21:38:41 2023-05-05 21:38:41,325 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=) 21:38:41 2023-05-05 21:38:41,328 [execute] INFO git rev-list b5dbbe36bbb430c7a9365d92fc50b9fa01989149 -- 21:38:41 2023-05-05 21:38:41,329 [execute] DEBUG Popen(['git', 'rev-list', 'b5dbbe36bbb430c7a9365d92fc50b9fa01989149', '--'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=None) 21:38:41 2023-05-05 21:38:41,345 [execute] INFO git fetch -v origin 21:38:41 2023-05-05 21:38:41,345 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=True, shell=None, istream=None) 21:38:41 2023-05-05 21:38:41,802 [run_push] DEBUG no remote changes detected 21:38:41 2023-05-05 21:38:41,803 [execute] INFO git push origin semver 21:38:41 2023-05-05 21:38:41,803 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/515/.semver, universal_newlines=False, shell=None, istream=None) 21:38:42 2023-05-05 21:38:42,749 [run_push] DEBUG push all version tags 21:38:42 2023-05-05 21:38:42,749 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:38:42 2023-05-05 21:38:42,750 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/515, universal_newlines=False, shell=None, istream=None) 21:38:43 2023-05-05 21:38:43,557 [read_version] DEBUG read version from /w/workspace/edgex-go/515/.semver/main 21:38:43 3.0.0-dev.151 [Pipeline] } 21:38:43 $ docker exec --env ******** --env ******** 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 ssh-agent -k 21:38:43 unset SSH_AUTH_SOCK; 21:38:43 unset SSH_AGENT_PID; 21:38:43 echo Agent pid 38 killed; 21:38:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:38:44 + git semver [Pipeline] } 21:38:44 $ docker stop --time=1 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 21:38:45 $ docker rm -f --volumes 4d46b6b97f35710f8279c9b9f81612c335b1a7bb698a8036f2b588946d016ae9 [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 21:38:46 + [ -d /w/workspace/edgex-go/515/archives ] [Pipeline] libraryResource [Pipeline] sh 21:38:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:38:47 ---> package-listing.sh 21:38:47 ++ facter osfamily 21:38:47 ++ tr '[:upper:]' '[:lower:]' 21:38:47 + OS_FAMILY=debian 21:38:47 + workspace=/w/workspace/edgex-go/515 21:38:47 + START_PACKAGES=/tmp/packages_start.txt 21:38:47 + END_PACKAGES=/tmp/packages_end.txt 21:38:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:38:47 + PACKAGES=/tmp/packages_start.txt 21:38:47 + '[' /w/workspace/edgex-go/515 ']' 21:38:47 + PACKAGES=/tmp/packages_end.txt 21:38:47 + case "${OS_FAMILY}" in 21:38:47 + dpkg -l 21:38:47 + grep '^ii' 21:38:47 + '[' -f /tmp/packages_start.txt ']' 21:38:47 + '[' -f /tmp/packages_end.txt ']' 21:38:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:38:47 + '[' /w/workspace/edgex-go/515 ']' 21:38:47 + mkdir -p /w/workspace/edgex-go/515/archives/ 21:38:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/515/archives/ [Pipeline] echo 21:38:47 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/515/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:38:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:38:48 21:38:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:38:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:38:49 latest: Pulling from edgex-lftools-log-publisher 21:38:49 5eb5b503b376: Pulling fs layer 21:38:49 5c69ac0246d0: Pulling fs layer 21:38:49 ec43610c2a17: Pulling fs layer 21:38:49 3a2ae6a8a46f: Pulling fs layer 21:38:49 33b1e0a273af: Pulling fs layer 21:38:49 5d3b04190fa2: Pulling fs layer 21:38:49 2f39f015ded8: Pulling fs layer 21:38:49 3a2ae6a8a46f: Waiting 21:38:49 33b1e0a273af: Waiting 21:38:49 5d3b04190fa2: Waiting 21:38:49 2f39f015ded8: Waiting 21:38:49 5c69ac0246d0: Verifying Checksum 21:38:49 5c69ac0246d0: Download complete 21:38:49 3a2ae6a8a46f: Verifying Checksum 21:38:49 ec43610c2a17: Verifying Checksum 21:38:49 ec43610c2a17: Download complete 21:38:49 33b1e0a273af: Verifying Checksum 21:38:49 33b1e0a273af: Download complete 21:38:49 5d3b04190fa2: Verifying Checksum 21:38:49 5d3b04190fa2: Download complete 21:38:49 5eb5b503b376: Verifying Checksum 21:38:49 5eb5b503b376: Download complete 21:38:49 2f39f015ded8: Download complete 21:38:50 5eb5b503b376: Pull complete 21:38:50 5c69ac0246d0: Pull complete 21:38:50 ec43610c2a17: Pull complete 21:38:51 3a2ae6a8a46f: Pull complete 21:38:51 33b1e0a273af: Pull complete 21:38:51 5d3b04190fa2: Pull complete 21:38:55 2f39f015ded8: Pull complete 21:38:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:38:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:38:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:38:55 prd-ubuntu20.04-docker-8c-8g-13931 does not seem to be running inside a container 21:38:55 $ 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/515/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/515 -v /w/workspace/edgex-go/515:/w/workspace/edgex-go/515:rw,z -v /w/workspace/edgex-go/515@tmp:/w/workspace/edgex-go/515@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 21:38:57 $ docker top a799e9e6afe2f86f4852d15381b507d0624e09b5fc36ade074424aa6979a7e04 -eo pid,comm [Pipeline] { [Pipeline] sh 21:38:57 + touch /tmp/pre-build-complete [Pipeline] sh 21:38:57 + mkdir -p /var/log/sysstat [Pipeline] sh 21:38:58 + ls /var/log/sa-host 21:38:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:38:58 provisioning config files... 21:38:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/515@tmp/config17054975558932585580tmp [Pipeline] { [Pipeline] echo 21:38:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:38:58 ---> create-netrc.sh [Pipeline] } 21:38:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:38:58 ---> python-tools-install.sh [Pipeline] echo 21:38:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:38:59 ---> sudo-logs.sh 21:38:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:38:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:38:59 ---> job-cost.sh 21:38:59 lf-activate-venv: SKIPPING 21:38:59 DEBUG: total: 0.10999999940395355 21:38:59 INFO: Retrieving Stack Cost... 21:39:00 INFO: Retrieving Pricing Info for: v3-standard-8 21:39:00 INFO: Archiving Costs [Pipeline] echo 21:39:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:39:00 ---> logs-deploy.sh 21:39:00 lf-activate-venv: SKIPPING 21:39:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/515 21:39:00 INFO: archiving workspace using pattern(s): 21:39:01 Archives upload complete. 21:39:01 INFO: archiving logs to Nexus 21:39:02 ---> uname -a: 21:39:02 Linux prd-ubuntu20-04-docker-8c-8g-13931 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:39:02 21:39:02 21:39:02 ---> lscpu: 21:39:02 Architecture: x86_64 21:39:02 CPU op-mode(s): 32-bit, 64-bit 21:39:02 Byte Order: Little Endian 21:39:02 Address sizes: 40 bits physical, 48 bits virtual 21:39:02 CPU(s): 8 21:39:02 On-line CPU(s) list: 0-7 21:39:02 Thread(s) per core: 1 21:39:02 Core(s) per socket: 1 21:39:02 Socket(s): 8 21:39:02 NUMA node(s): 1 21:39:02 Vendor ID: AuthenticAMD 21:39:02 CPU family: 23 21:39:02 Model: 49 21:39:02 Model name: AMD EPYC-Rome Processor 21:39:02 Stepping: 0 21:39:02 CPU MHz: 2799.998 21:39:02 BogoMIPS: 5599.99 21:39:02 Virtualization: AMD-V 21:39:02 Hypervisor vendor: KVM 21:39:02 Virtualization type: full 21:39:02 L1d cache: 256 KiB 21:39:02 L1i cache: 256 KiB 21:39:02 L2 cache: 4 MiB 21:39:02 L3 cache: 128 MiB 21:39:02 NUMA node0 CPU(s): 0-7 21:39:02 Vulnerability Itlb multihit: Not affected 21:39:02 Vulnerability L1tf: Not affected 21:39:02 Vulnerability Mds: Not affected 21:39:02 Vulnerability Meltdown: Not affected 21:39:02 Vulnerability Mmio stale data: Not affected 21:39:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:39:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:39:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:39:02 Vulnerability Srbds: Not affected 21:39:02 Vulnerability Tsx async abort: Not affected 21:39:02 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 21:39:02 21:39:02 21:39:02 ---> nproc: 21:39:02 8 21:39:02 21:39:02 21:39:02 ---> df -h: 21:39:02 Filesystem Size Used Avail Use% Mounted on 21:39:02 overlay 155G 20G 136G 13% / 21:39:02 tmpfs 64M 0 64M 0% /dev 21:39:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:39:02 shm 64M 0 64M 0% /dev/shm 21:39:02 /dev/vda1 155G 20G 136G 13% /facter-os 21:39:02 21:39:02 21:39:02 ---> sar -b -r -n DEV: 21:39:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-13931) 05/05/23 _x86_64_ (8 CPU) 21:39:02 21:39:02 21:07:03 LINUX RESTART (8 CPU) 21:39:02 21:39:02 21:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:39:02 21:09:01 107.29 0.85 106.44 0.00 36.74 88768.82 0.00 21:39:02 21:10:01 50.86 0.23 50.62 0.00 4.27 57270.07 0.00 21:39:02 21:11:01 386.52 5.62 380.90 0.00 64.92 173892.48 0.00 21:39:02 21:12:01 349.45 3.68 345.77 0.00 33.59 231244.12 0.00 21:39:02 21:13:01 636.30 9.33 626.98 0.00 2921.83 198633.41 0.00 21:39:02 21:14:01 892.17 3.60 888.57 0.00 2538.62 224433.72 0.00 21:39:02 21:15:01 483.55 0.10 483.45 0.00 10.26 106659.69 0.00 21:39:02 21:16:01 29.50 0.05 29.45 0.00 8.53 763.87 0.00 21:39:02 21:17:01 3.38 0.02 3.37 0.00 0.13 65.72 0.00 21:39:02 21:18:02 2.25 0.00 2.25 0.00 0.00 38.26 0.00 21:39:02 21:19:01 0.97 0.00 0.97 0.00 0.00 10.71 0.00 21:39:02 21:20:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 21:39:02 21:21:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 21:39:02 21:22:01 1.93 0.00 1.93 0.00 0.00 20.53 0.00 21:39:02 21:23:01 2.20 0.02 2.18 0.00 0.13 23.60 0.00 21:39:02 21:24:01 1.92 0.00 1.92 0.00 0.00 21.73 0.00 21:39:02 21:25:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 21:39:02 21:26:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 21:39:02 21:27:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 21:39:02 21:28:01 1.77 0.00 1.77 0.00 0.00 19.06 0.00 21:39:02 21:29:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 21:39:02 21:30:01 2.07 0.00 2.07 0.00 0.00 22.00 0.00 21:39:02 21:31:01 1.42 0.00 1.42 0.00 0.00 15.46 0.00 21:39:02 21:32:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 21:39:02 21:33:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 21:39:02 21:34:01 1.80 0.00 1.80 0.00 0.00 20.00 0.00 21:39:02 21:35:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 21:39:02 21:36:01 1.73 0.00 1.73 0.00 0.00 18.53 0.00 21:39:02 21:37:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 21:39:02 21:38:01 12.81 0.10 12.71 0.00 10.26 3575.67 0.00 21:39:02 21:39:01 157.29 0.17 157.12 0.00 13.06 70026.86 0.00 21:39:02 Average: 101.33 0.77 100.57 0.00 182.26 37277.22 0.00 21:39:02 21:39:02 21:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:39:02 21:09:01 27747056 31436188 868060 2.64 113348 3761056 2241876 6.61 1617200 3052744 509640 21:39:02 21:10:01 27522904 31501820 799884 2.43 117144 4020956 1922884 5.67 1501720 3369740 364308 21:39:02 21:11:01 24147736 31509764 778364 2.37 201672 7084992 1876116 5.53 2037176 5956028 978860 21:39:02 21:12:01 21249764 30923304 1342052 4.08 288224 9181704 4580896 13.50 2516688 8212600 374244 21:39:02 21:13:01 20178940 31031432 1235948 3.76 305840 10323564 2821688 8.32 2465008 9321472 458316 21:39:02 21:14:01 18501096 31329280 934080 2.84 347732 12148184 2633876 7.76 2582292 10771108 200996 21:39:02 21:15:01 19865748 31515736 757036 2.30 353960 11012472 1994536 5.88 2403140 9648280 1976 21:39:02 21:16:01 19856316 31508256 763784 2.32 355172 11013148 2011256 5.93 2412036 9648420 552 21:39:02 21:17:01 19868020 31520096 751796 2.29 355268 11013140 1886944 5.56 2397604 9648368 24 21:39:02 21:18:02 19868424 31520552 751536 2.29 355344 11013124 1886944 5.56 2397120 9648352 8 21:39:02 21:19:01 19874544 31526700 745480 2.27 355360 11013128 1886944 5.56 2391452 9648352 24 21:39:02 21:20:01 19874544 31526716 745524 2.27 355392 11013128 1886944 5.56 2391392 9648352 4 21:39:02 21:21:01 19876072 31528312 743940 2.26 355408 11013132 1886944 5.56 2389588 9648360 24 21:39:02 21:22:01 19876528 31529172 743372 2.26 355464 11013136 1886944 5.56 2389292 9648720 8 21:39:02 21:23:01 19875528 31528300 744256 2.26 355540 11013136 1902388 5.61 2389460 9648720 176 21:39:02 21:24:01 19875964 31528744 743908 2.26 355588 11013144 1902388 5.61 2389384 9648724 8 21:39:02 21:25:01 19875672 31528508 744148 2.26 355612 11013144 1902388 5.61 2389436 9648728 4 21:39:02 21:26:01 19875624 31528464 744108 2.26 355636 11013148 1902388 5.61 2389440 9648732 12 21:39:02 21:27:01 19875576 31528428 744080 2.26 355648 11013152 1902388 5.61 2389452 9648740 4 21:39:02 21:28:01 19875592 31528504 744008 2.26 355680 11013152 1902388 5.61 2389584 9648736 8 21:39:02 21:29:01 19875796 31528768 743696 2.26 355724 11013156 1902388 5.61 2389560 9648744 8 21:39:02 21:30:01 19875664 31528700 743912 2.26 355780 11013156 1902388 5.61 2389616 9648748 8 21:39:02 21:31:01 19875656 31528752 743840 2.26 355836 11013152 1902388 5.61 2389668 9648756 8 21:39:02 21:32:01 19875860 31529080 743400 2.26 355868 11013292 1902388 5.61 2389692 9648864 12 21:39:02 21:33:01 19876340 31529620 742840 2.26 355880 11013288 1902388 5.61 2389808 9648888 8 21:39:02 21:34:01 19876292 31529588 742892 2.26 355896 11013304 1902388 5.61 2389752 9648880 8 21:39:02 21:35:01 19876176 31529472 743128 2.26 355916 11013304 1902388 5.61 2389820 9648880 4 21:39:02 21:36:01 19876120 31529472 743124 2.26 355936 11013308 1902388 5.61 2389800 9648888 8 21:39:02 21:37:01 19876104 31529468 743096 2.26 355952 11013312 1902388 5.61 2389804 9648900 8 21:39:02 21:38:01 19107112 31508208 764104 2.32 357340 11717252 2003764 5.91 2413316 10352888 619408 21:39:02 21:39:01 17797532 31423088 840944 2.56 394064 12774376 2009244 5.92 2604408 11330236 1088 21:39:02 Average: 20430655 31476532 797430 2.43 332362 10461763 2063020 6.08 2346894 9170514 113218 21:39:02 21:39:02 21:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:39:02 21:09:01 ens3 173.61 105.12 740.70 28.20 0.00 0.00 0.00 0.00 21:39:02 21:09:01 veth4bef69a 0.10 0.29 0.01 0.03 0.00 0.00 0.00 0.00 21:39:02 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:09:01 docker0 78.29 122.22 6.25 694.79 0.00 0.00 0.00 0.00 21:39:02 21:10:01 ens3 40.64 44.56 24.61 110.52 0.00 0.00 0.00 0.00 21:39:02 21:10:01 veth4bef69a 1.47 1.48 0.13 0.13 0.00 0.00 0.00 0.00 21:39:02 21:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:10:01 docker0 1.47 1.47 0.11 0.13 0.00 0.00 0.00 0.00 21:39:02 21:11:01 ens3 946.79 490.58 7957.84 62.58 0.00 0.00 0.00 0.00 21:39:02 21:11:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:39:02 21:11:01 docker0 438.18 858.44 37.67 6261.18 0.00 0.00 0.00 0.00 21:39:02 21:11:01 vethf6783d3 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 21:39:02 21:12:01 veth310451d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:12:01 ens3 18.26 10.25 20.49 4.47 0.00 0.00 0.00 0.00 21:39:02 21:12:01 veth03096e5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:12:01 veth5b58443 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:12:01 veth7d56f71 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:12:01 vethf6783d3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:12:01 veth55921cc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:13:01 vethc152058 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:13:01 ens3 409.86 181.43 1797.82 22.88 0.00 0.00 0.00 0.00 21:39:02 21:13:01 veth9f78452 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:13:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 21:39:02 21:13:01 docker0 10.91 22.85 0.69 304.88 0.00 0.00 0.00 0.00 21:39:02 21:13:01 vethd5b16bd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:13:01 vethf6783d3 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 21:39:02 21:14:01 ens3 592.92 270.41 3395.42 35.59 0.00 0.00 0.00 0.00 21:39:02 21:14:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 21:39:02 21:14:01 veth894ae3a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 21:39:02 21:14:01 docker0 188.17 412.30 15.31 2867.56 0.00 0.00 0.00 0.00 21:39:02 21:14:01 vethf6783d3 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 21:39:02 21:15:01 ens3 264.04 269.21 249.90 811.05 0.00 0.00 0.00 0.00 21:39:02 21:15:01 lo 27.93 27.93 2.75 2.75 0.00 0.00 0.00 0.00 21:39:02 21:15:01 docker0 4.03 7.82 0.27 102.40 0.00 0.00 0.00 0.00 21:39:02 21:16:01 ens3 448.96 476.02 214.25 2791.51 0.00 0.00 0.00 0.00 21:39:02 21:16:01 lo 40.19 40.19 3.96 3.96 0.00 0.00 0.00 0.00 21:39:02 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:17:01 ens3 33.51 32.14 18.12 192.93 0.00 0.00 0.00 0.00 21:39:02 21:17:01 lo 3.20 3.20 0.32 0.32 0.00 0.00 0.00 0.00 21:39:02 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:18:02 ens3 0.35 0.20 0.09 0.07 0.00 0.00 0.00 0.00 21:39:02 21:18:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:19:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:39:02 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:23:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:39:02 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:24:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:25:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:28:01 ens3 0.30 0.27 0.08 0.08 0.00 0.00 0.00 0.00 21:39:02 21:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:33:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:39:02 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:36:01 ens3 0.72 0.60 1.82 0.04 0.00 0.00 0.00 0.00 21:39:02 21:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:39:02 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:38:01 ens3 127.40 70.82 3971.14 11.07 0.00 0.00 0.00 0.00 21:39:02 21:38:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 21:39:02 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:39:02 21:39:01 ens3 372.77 248.64 6370.75 151.16 0.00 0.00 0.00 0.00 21:39:02 21:39:01 lo 2.40 2.40 0.25 0.25 0.00 0.00 0.00 0.00 21:39:02 21:39:01 docker0 37.36 66.67 3.34 582.90 0.00 0.00 0.00 0.00 21:39:02 Average: ens3 110.73 71.03 799.29 136.33 0.00 0.00 0.00 0.00 21:39:02 Average: lo 2.57 2.57 0.25 0.25 0.00 0.00 0.00 0.00 21:39:02 Average: docker0 24.45 48.11 2.05 348.84 0.00 0.00 0.00 0.00 21:39:02 21:39:02 21:39:02 ---> sar -P ALL: 21:39:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-13931) 05/05/23 _x86_64_ (8 CPU) 21:39:02 21:39:02 21:07:03 LINUX RESTART (8 CPU) 21:39:02 21:39:02 21:08:02 CPU %user %nice %system %iowait %steal %idle 21:39:02 21:09:01 all 28.51 0.00 5.93 0.92 0.08 64.56 21:39:02 21:09:01 0 28.72 0.00 6.11 1.63 0.09 63.45 21:39:02 21:09:01 1 29.75 0.00 5.47 1.09 0.09 63.59 21:39:02 21:09:01 2 28.98 0.00 5.86 0.07 0.09 65.01 21:39:02 21:09:01 3 27.79 0.00 6.53 0.51 0.09 65.08 21:39:02 21:09:01 4 28.30 0.00 6.13 0.12 0.09 65.36 21:39:02 21:09:01 5 28.60 0.00 6.15 0.34 0.09 64.82 21:39:02 21:09:01 6 29.00 0.00 6.16 0.02 0.07 64.75 21:39:02 21:09:01 7 26.93 0.00 4.99 3.62 0.09 64.38 21:39:02 21:10:01 all 40.98 0.00 5.67 0.46 0.07 52.82 21:39:02 21:10:01 0 40.45 0.00 5.67 0.13 0.08 53.66 21:39:02 21:10:01 1 39.72 0.00 5.83 1.96 0.08 52.40 21:39:02 21:10:01 2 41.74 0.00 5.37 0.07 0.07 52.75 21:39:02 21:10:01 3 41.44 0.00 5.44 1.06 0.07 52.00 21:39:02 21:10:01 4 40.12 0.00 6.06 0.05 0.07 53.70 21:39:02 21:10:01 5 42.30 0.00 5.56 0.02 0.07 52.05 21:39:02 21:10:01 6 40.80 0.00 5.64 0.00 0.07 53.49 21:39:02 21:10:01 7 41.25 0.00 5.83 0.37 0.08 52.47 21:39:02 21:11:01 all 13.27 0.00 7.26 6.71 0.08 72.68 21:39:02 21:11:01 0 14.31 0.00 8.14 7.72 0.08 69.74 21:39:02 21:11:01 1 15.31 0.00 7.10 3.08 0.08 74.42 21:39:02 21:11:01 2 14.49 0.00 7.74 5.21 0.09 72.47 21:39:02 21:11:01 3 12.38 0.00 6.74 6.45 0.07 74.36 21:39:02 21:11:01 4 14.09 0.00 8.13 3.89 0.07 73.82 21:39:02 21:11:01 5 10.56 0.00 5.59 2.79 0.07 80.98 21:39:02 21:11:01 6 12.68 0.00 6.26 6.52 0.07 74.47 21:39:02 21:11:01 7 12.36 0.00 8.38 18.11 0.10 61.05 21:39:02 21:12:01 all 19.48 0.00 6.42 13.45 0.06 60.60 21:39:02 21:12:01 0 19.18 0.00 7.09 12.60 0.05 61.08 21:39:02 21:12:01 1 19.18 0.00 6.14 13.46 0.05 61.17 21:39:02 21:12:01 2 20.27 0.00 6.09 3.58 0.05 70.02 21:39:02 21:12:01 3 19.05 0.00 5.89 6.75 0.05 68.26 21:39:02 21:12:01 4 20.30 0.00 7.76 51.35 0.08 20.50 21:39:02 21:12:01 5 19.69 0.00 6.27 4.06 0.05 69.93 21:39:02 21:12:01 6 19.20 0.00 6.22 13.15 0.03 61.40 21:39:02 21:12:01 7 18.97 0.00 5.88 2.89 0.08 72.18 21:39:02 21:13:01 all 44.09 0.00 10.20 11.87 0.09 33.74 21:39:02 21:13:01 0 44.16 0.00 10.29 4.55 0.08 40.91 21:39:02 21:13:01 1 42.97 0.00 10.91 9.00 0.10 37.02 21:39:02 21:13:01 2 43.78 0.00 11.37 6.52 0.10 38.23 21:39:02 21:13:01 3 44.46 0.00 9.69 6.88 0.08 38.88 21:39:02 21:13:01 4 43.72 0.00 9.12 29.43 0.10 17.64 21:39:02 21:13:01 5 44.76 0.00 9.20 25.79 0.08 20.16 21:39:02 21:13:01 6 44.25 0.00 11.54 7.39 0.10 36.73 21:39:02 21:13:01 7 44.60 0.00 9.53 5.23 0.10 40.54 21:39:02 21:14:01 all 40.08 0.00 10.13 15.63 0.10 34.05 21:39:02 21:14:01 0 40.34 0.00 10.03 13.85 0.08 35.71 21:39:02 21:14:01 1 39.88 0.00 9.98 17.32 0.12 32.71 21:39:02 21:14:01 2 39.64 0.00 9.95 15.29 0.10 35.01 21:39:02 21:14:01 3 40.85 0.00 10.16 23.55 0.12 25.32 21:39:02 21:14:01 4 40.34 0.00 9.80 12.95 0.08 36.83 21:39:02 21:14:01 5 40.09 0.00 9.77 19.81 0.10 30.24 21:39:02 21:14:01 6 41.14 0.00 10.04 5.24 0.10 43.47 21:39:02 21:14:01 7 38.39 0.00 11.31 17.04 0.12 33.15 21:39:02 21:15:01 all 25.16 0.00 5.53 6.80 0.09 62.43 21:39:02 21:15:01 0 25.07 0.00 6.20 2.35 0.08 66.30 21:39:02 21:15:01 1 26.44 0.00 5.38 9.90 0.08 58.20 21:39:02 21:15:01 2 25.56 0.00 5.26 4.70 0.08 64.40 21:39:02 21:15:01 3 23.61 0.00 4.55 4.03 0.08 67.72 21:39:02 21:15:01 4 25.38 0.00 5.55 5.49 0.08 63.50 21:39:02 21:15:01 5 24.21 0.00 5.88 9.25 0.07 60.60 21:39:02 21:15:01 6 25.10 0.00 5.87 11.54 0.08 57.41 21:39:02 21:15:01 7 25.92 0.00 5.53 7.19 0.12 61.24 21:39:02 21:16:01 all 8.99 0.00 0.89 0.08 0.05 89.98 21:39:02 21:16:01 0 9.66 0.00 1.20 0.12 0.05 88.97 21:39:02 21:16:01 1 12.22 0.00 0.97 0.15 0.07 86.60 21:39:02 21:16:01 2 4.92 0.00 0.64 0.02 0.03 94.40 21:39:02 21:16:01 3 12.76 0.00 0.87 0.02 0.07 86.29 21:39:02 21:16:01 4 12.02 0.00 0.75 0.05 0.05 87.13 21:39:02 21:16:01 5 5.10 0.00 0.75 0.12 0.05 93.98 21:39:02 21:16:01 6 6.09 0.00 0.92 0.02 0.05 92.92 21:39:02 21:16:01 7 9.18 0.00 1.04 0.18 0.07 89.53 21:39:02 21:17:01 all 0.82 0.00 0.08 0.01 0.02 99.07 21:39:02 21:17:01 0 0.23 0.00 0.12 0.02 0.00 99.63 21:39:02 21:17:01 1 2.78 0.00 0.11 0.05 0.02 97.04 21:39:02 21:17:01 2 0.38 0.00 0.08 0.00 0.03 99.50 21:39:02 21:17:01 3 0.98 0.00 0.03 0.00 0.02 98.97 21:39:02 21:17:01 4 0.10 0.00 0.05 0.00 0.02 99.83 21:39:02 21:17:01 5 0.90 0.00 0.08 0.02 0.02 98.98 21:39:02 21:17:01 6 0.90 0.00 0.12 0.00 0.02 98.97 21:39:02 21:17:01 7 0.23 0.00 0.07 0.02 0.03 99.65 21:39:02 21:18:02 all 0.09 0.00 0.02 0.01 0.01 99.87 21:39:02 21:18:02 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:18:02 1 0.60 0.00 0.05 0.03 0.02 99.30 21:39:02 21:18:02 2 0.02 0.00 0.07 0.02 0.02 99.88 21:39:02 21:18:02 3 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:18:02 4 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:18:02 5 0.02 0.00 0.00 0.02 0.00 99.97 21:39:02 21:18:02 6 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:18:02 7 0.05 0.00 0.03 0.02 0.02 99.88 21:39:02 21:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:39:02 21:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:19:01 1 0.03 0.00 0.00 0.02 0.02 99.93 21:39:02 21:19:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:39:02 21:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:19:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:39:02 21:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:39:02 21:19:01 CPU %user %nice %system %iowait %steal %idle 21:39:02 21:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:39:02 21:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:20:01 1 0.03 0.00 0.02 0.00 0.03 99.92 21:39:02 21:20:01 2 0.07 0.00 0.03 0.00 0.02 99.88 21:39:02 21:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:39:02 21:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:20:01 7 0.00 0.00 0.02 0.02 0.00 99.97 21:39:02 21:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:39:02 21:21:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:21:01 1 0.05 0.00 0.03 0.02 0.03 99.87 21:39:02 21:21:01 2 0.07 0.00 0.05 0.00 0.02 99.87 21:39:02 21:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:39:02 21:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 21:39:02 21:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:22:01 1 0.02 0.00 0.03 0.03 0.03 99.88 21:39:02 21:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:39:02 21:22:01 3 0.00 0.00 0.00 0.02 0.02 99.97 21:39:02 21:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:23:01 all 0.03 0.00 0.03 0.02 0.01 99.91 21:39:02 21:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:23:01 1 0.08 0.00 0.05 0.13 0.03 99.70 21:39:02 21:23:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:39:02 21:23:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:39:02 21:23:01 4 0.03 0.00 0.02 0.00 0.00 99.95 21:39:02 21:23:01 5 0.03 0.00 0.03 0.00 0.00 99.93 21:39:02 21:23:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:39:02 21:23:01 7 0.02 0.00 0.05 0.00 0.02 99.92 21:39:02 21:24:01 all 0.01 0.00 0.01 0.01 0.01 99.96 21:39:02 21:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:24:01 1 0.03 0.00 0.03 0.02 0.03 99.88 21:39:02 21:24:01 2 0.05 0.00 0.00 0.00 0.02 99.93 21:39:02 21:24:01 3 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:24:01 5 0.00 0.00 0.00 0.03 0.02 99.95 21:39:02 21:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 21:39:02 21:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:25:01 1 0.05 0.00 0.03 0.02 0.02 99.88 21:39:02 21:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:39:02 21:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:25:01 6 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:26:01 all 0.04 0.00 0.01 0.00 0.01 99.94 21:39:02 21:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:26:01 1 0.27 0.00 0.02 0.02 0.02 99.68 21:39:02 21:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:39:02 21:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:26:01 7 0.02 0.00 0.02 0.02 0.00 99.95 21:39:02 21:27:01 all 0.25 0.00 0.01 0.00 0.01 99.73 21:39:02 21:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:27:01 1 1.87 0.00 0.03 0.00 0.02 98.08 21:39:02 21:27:01 2 0.05 0.00 0.00 0.00 0.02 99.93 21:39:02 21:27:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:39:02 21:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:28:01 all 0.22 0.00 0.01 0.01 0.01 99.75 21:39:02 21:28:01 0 0.02 0.00 0.00 0.00 0.03 99.95 21:39:02 21:28:01 1 1.58 0.00 0.02 0.03 0.02 98.35 21:39:02 21:28:01 2 0.08 0.00 0.02 0.02 0.02 99.87 21:39:02 21:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:39:02 21:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:28:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:28:01 7 0.02 0.00 0.02 0.02 0.02 99.93 21:39:02 21:29:01 all 0.28 0.00 0.01 0.01 0.00 99.70 21:39:02 21:29:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:39:02 21:29:01 1 2.00 0.00 0.02 0.03 0.00 97.95 21:39:02 21:29:01 2 0.05 0.00 0.02 0.00 0.02 99.92 21:39:02 21:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:39:02 21:29:01 5 0.05 0.00 0.02 0.02 0.00 99.92 21:39:02 21:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:39:02 21:30:01 all 0.17 0.00 0.02 0.00 0.01 99.79 21:39:02 21:30:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:39:02 21:30:01 1 1.24 0.00 0.03 0.02 0.02 98.70 21:39:02 21:30:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:39:02 21:30:01 3 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:30:01 5 0.00 0.00 0.03 0.00 0.02 99.95 21:39:02 21:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:39:02 21:30:01 CPU %user %nice %system %iowait %steal %idle 21:39:02 21:31:01 all 0.03 0.00 0.00 0.01 0.00 99.96 21:39:02 21:31:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:39:02 21:31:01 1 0.08 0.00 0.00 0.03 0.00 99.88 21:39:02 21:31:01 2 0.07 0.00 0.00 0.00 0.00 99.93 21:39:02 21:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:39:02 21:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:31:01 7 0.02 0.00 0.00 0.02 0.02 99.95 21:39:02 21:32:01 all 0.03 0.00 0.01 0.00 0.01 99.94 21:39:02 21:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:32:01 1 0.05 0.00 0.02 0.02 0.00 99.92 21:39:02 21:32:01 2 0.12 0.00 0.05 0.00 0.02 99.82 21:39:02 21:32:01 3 0.03 0.00 0.03 0.00 0.03 99.90 21:39:02 21:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:32:01 5 0.03 0.00 0.02 0.02 0.02 99.92 21:39:02 21:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 21:39:02 21:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:39:02 21:33:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:33:01 1 0.02 0.00 0.02 0.02 0.02 99.93 21:39:02 21:33:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:39:02 21:33:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:39:02 21:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:33:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:39:02 21:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:39:02 21:34:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:34:01 1 0.02 0.00 0.00 0.02 0.00 99.97 21:39:02 21:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:39:02 21:34:01 3 0.03 0.00 0.00 0.00 0.03 99.93 21:39:02 21:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:39:02 21:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:34:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:39:02 21:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:39:02 21:35:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:39:02 21:35:01 1 0.00 0.00 0.02 0.00 0.02 99.97 21:39:02 21:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:39:02 21:35:01 3 0.02 0.00 0.05 0.00 0.02 99.92 21:39:02 21:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 21:39:02 21:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:35:01 7 0.00 0.00 0.02 0.02 0.00 99.97 21:39:02 21:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:39:02 21:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 21:39:02 21:36:01 2 0.07 0.00 0.02 0.00 0.02 99.90 21:39:02 21:36:01 3 0.02 0.00 0.02 0.00 0.03 99.93 21:39:02 21:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:39:02 21:36:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:39:02 21:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:39:02 21:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:39:02 21:37:01 all 0.01 0.00 0.01 0.01 0.01 99.97 21:39:02 21:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:39:02 21:37:01 1 0.02 0.00 0.00 0.02 0.00 99.97 21:39:02 21:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:39:02 21:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 21:39:02 21:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:37:01 5 0.02 0.00 0.00 0.03 0.00 99.95 21:39:02 21:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 21:39:02 21:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:39:02 21:38:01 all 2.80 0.00 1.05 0.10 0.02 96.03 21:39:02 21:38:01 0 3.44 0.00 0.97 0.12 0.02 95.46 21:39:02 21:38:01 1 3.90 0.00 0.85 0.22 0.03 94.99 21:39:02 21:38:01 2 2.84 0.00 0.74 0.05 0.03 96.34 21:39:02 21:38:01 3 2.30 0.00 1.19 0.35 0.03 96.13 21:39:02 21:38:01 4 3.00 0.00 1.17 0.02 0.02 95.80 21:39:02 21:38:01 5 2.28 0.00 0.89 0.02 0.02 96.80 21:39:02 21:38:01 6 2.61 0.00 1.07 0.02 0.02 96.28 21:39:02 21:38:01 7 2.01 0.00 1.54 0.02 0.02 96.42 21:39:02 21:39:01 all 9.11 0.00 3.71 1.33 0.06 85.79 21:39:02 21:39:01 0 7.92 0.00 3.48 1.58 0.05 86.97 21:39:02 21:39:01 1 9.68 0.00 3.55 0.10 0.05 86.62 21:39:02 21:39:01 2 8.36 0.00 4.06 0.20 0.05 87.32 21:39:02 21:39:01 3 9.09 0.00 4.36 5.09 0.08 81.38 21:39:02 21:39:01 4 9.89 0.00 3.19 0.35 0.05 86.51 21:39:02 21:39:01 5 8.25 0.00 3.94 0.10 0.07 87.64 21:39:02 21:39:01 6 10.89 0.00 3.53 2.18 0.07 83.34 21:39:02 21:39:01 7 8.83 0.00 3.55 1.03 0.08 86.50 21:39:02 Average: all 7.51 0.00 1.83 1.84 0.03 88.80 21:39:02 Average: 0 7.48 0.00 1.90 1.43 0.03 89.17 21:39:02 Average: 1 8.00 0.00 1.82 1.82 0.04 88.32 21:39:02 Average: 2 7.42 0.00 1.84 1.14 0.03 89.56 21:39:02 Average: 3 7.52 0.00 1.78 1.75 0.03 88.92 21:39:02 Average: 4 7.59 0.00 1.85 3.32 0.02 87.22 21:39:02 Average: 5 7.27 0.00 1.74 2.00 0.02 88.96 21:39:02 Average: 6 7.45 0.00 1.84 1.48 0.03 89.21 21:39:02 Average: 7 7.31 0.00 1.85 1.78 0.03 89.03 21:39:02 21:39:02 21:39:02