Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 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-ssh7285113913779922625.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh3587110546815575032.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh17145909074923157755.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh15544344178204134211.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-ssh7283307803776858289.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]] ========================================================= [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.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9111 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/611 [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/611 # 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 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b (main) Commit message: "build: Update to latest 3.2.0 dev go mods (#4731)" > 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 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 > git rev-list --no-walk 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:29:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:29:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:29:26 ========================================================= 08:29:26 EdgeX Global Pipelines Version Info 08:29:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:29:28 ------------------- 08:29:28 stable info: 08:29:28 ------------------- 08:29:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:29:28 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 08:29:28 Message: update stable to v1.0.258 08:29:29 ------------------- 08:29:29 experimental info: 08:29:29 ------------------- 08:29:29 Commited By: **** collab-it+edgex@linuxfoundation.org 08:29:29 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 08:29:29 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:29:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:29:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo 08:29:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97e9fbb [Pipeline] echo 08:29:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:30 provisioning config files... 08:29:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config2020941691354197952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:30 ---> ****-login.sh 08:29:30 nexus3.edgexfoundry.org:10001 08:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:30 Configure a credential helper to remove this warning. See 08:29:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:30 08:29:30 Login Succeeded 08:29:30 nexus3.edgexfoundry.org:10002 08:29:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:31 Configure a credential helper to remove this warning. See 08:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:31 08:29:31 Login Succeeded 08:29:31 nexus3.edgexfoundry.org:10003 08:29:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:31 Configure a credential helper to remove this warning. See 08:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:31 08:29:31 Login Succeeded 08:29:31 nexus3.edgexfoundry.org:10004 08:29:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:31 Configure a credential helper to remove this warning. See 08:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:31 08:29:31 Login Succeeded 08:29:31 ****.io 08:29:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:29:31 Configure a credential helper to remove this warning. See 08:29:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:29:31 08:29:31 Login Succeeded 08:29:31 ---> ****-login.sh ends [Pipeline] } 08:29:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:31 + 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 08:29:31 + dirname cmd/core-command/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo core-command,cmd/core-command/Dockerfile 08:29:31 + dirname cmd/core-common-config-bootstrapper/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 08:29:31 + dirname cmd/core-data/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo core-data,cmd/core-data/Dockerfile 08:29:31 + dirname cmd/core-metadata/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo core-metadata,cmd/core-metadata/Dockerfile 08:29:31 + dirname cmd/security-bootstrapper/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:29:31 + dirname cmd/security-proxy-auth/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 08:29:31 + dirname cmd/security-proxy-setup/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:29:31 + dirname cmd/security-secretstore-setup/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:29:31 + + dirname cmd/security-spiffe-token-provider/Dockerfile 08:29:31 cut -d/ -f2 08:29:31 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:29:31 + dirname cmd/security-spire-agent/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:29:31 + dirname cmd/security-spire-config/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:29:31 + dirname cmd/security-spire-server/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:29:31 + dirname cmd/support-notifications/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo support-notifications,cmd/support-notifications/Dockerfile 08:29:31 + dirname cmd/support-scheduler/Dockerfile 08:29:31 + cut -d/ -f2 08:29:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 08:29:31 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 08:29:32 + git rev-list -1 --merges 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b~1..97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo 08:29:32 -----------> git rev-list -1 --merges 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b~1..97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [false] [Pipeline] sh 08:29:32 + git log --format=format:%s -1 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] echo 08:29:32 ========================================================= 08:29:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:29:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:29:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:29:33 + grep -v github /etc/ssh/ssh_known_hosts 08:29:33 + [ -e /tmp/ssh_known_hosts ] 08:29:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:29:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:29:33 + sudo tee -a /etc/ssh/ssh_known_hosts 08:29:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:29:33 08:29:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:29:33 0.1.4: Pulling from edgex-devops/py-git-semver 08:29:33 b85a868b505f: Pulling fs layer 08:29:33 e2be974225ed: Pulling fs layer 08:29:33 339a4e72a1f5: Pulling fs layer 08:29:33 988bab9f4d93: Pulling fs layer 08:29:33 1469e6f7b9e6: Pulling fs layer 08:29:33 eaf3925da568: Pulling fs layer 08:29:33 bab4dde63d76: Pulling fs layer 08:29:33 bde34c3a00c8: Pulling fs layer 08:29:33 b352a97aabf1: Pulling fs layer 08:29:33 4872d77fe225: Pulling fs layer 08:29:33 5851b861e8e6: Pulling fs layer 08:29:33 1469e6f7b9e6: Waiting 08:29:33 eaf3925da568: Waiting 08:29:33 bab4dde63d76: Waiting 08:29:33 bde34c3a00c8: Waiting 08:29:33 b352a97aabf1: Waiting 08:29:33 4872d77fe225: Waiting 08:29:33 5851b861e8e6: Waiting 08:29:33 988bab9f4d93: Waiting 08:29:33 e2be974225ed: Verifying Checksum 08:29:33 e2be974225ed: Download complete 08:29:33 988bab9f4d93: Verifying Checksum 08:29:33 988bab9f4d93: Download complete 08:29:33 339a4e72a1f5: Verifying Checksum 08:29:33 339a4e72a1f5: Download complete 08:29:34 1469e6f7b9e6: Verifying Checksum 08:29:34 1469e6f7b9e6: Download complete 08:29:34 eaf3925da568: Verifying Checksum 08:29:34 eaf3925da568: Download complete 08:29:34 bde34c3a00c8: Verifying Checksum 08:29:34 bde34c3a00c8: Download complete 08:29:34 b352a97aabf1: Verifying Checksum 08:29:34 4872d77fe225: Download complete 08:29:34 5851b861e8e6: Verifying Checksum 08:29:34 5851b861e8e6: Download complete 08:29:34 b85a868b505f: Verifying Checksum 08:29:34 b85a868b505f: Download complete 08:29:34 bab4dde63d76: Download complete 08:29:35 b85a868b505f: Pull complete 08:29:35 e2be974225ed: Pull complete 08:29:36 339a4e72a1f5: Pull complete 08:29:36 988bab9f4d93: Pull complete 08:29:36 1469e6f7b9e6: Pull complete 08:29:36 eaf3925da568: Pull complete 08:29:38 bab4dde63d76: Pull complete 08:29:38 bde34c3a00c8: Pull complete 08:29:38 b352a97aabf1: Pull complete 08:29:38 4872d77fe225: Pull complete 08:29:38 5851b861e8e6: Pull complete 08:29:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:29:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:29:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:38 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:29:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 08:29:43 $ docker top 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 -eo pid,comm 08:29:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:29:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:29:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:29:43 [ssh-agent] Looking for ssh-agent implementation... 08:29:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:29:43 $ docker exec 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent 08:29:43 SSH_AUTH_SOCK=/tmp/ssh-V1MpyLFSg99n/agent.32 08:29:43 SSH_AGENT_PID=38 08:29:43 Running ssh-add (command line suppressed) 08:29:43 Identity added: /w/workspace/edgex-go/611@tmp/private_key_4425256951627567256.key (/w/workspace/edgex-go/611@tmp/private_key_4425256951627567256.key) 08:29:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:29:44 + git tag --points-at HEAD [Pipeline] } 08:29:44 $ docker exec --env ******** --env ******** 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent -k 08:29:44 unset SSH_AUTH_SOCK; 08:29:44 unset SSH_AGENT_PID; 08:29:44 echo Agent pid 38 killed; 08:29:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:29:44 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v3.2.0-dev.1' [Pipeline] sshagent 08:29:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:29:44 [ssh-agent] Looking for ssh-agent implementation... 08:29:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:29:44 $ docker exec 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent 08:29:44 SSH_AUTH_SOCK=/tmp/ssh-sBqUvPKKGN63/agent.70 08:29:44 SSH_AGENT_PID=76 08:29:44 Running ssh-add (command line suppressed) 08:29:44 Identity added: /w/workspace/edgex-go/611@tmp/private_key_12676955455897011519.key (/w/workspace/edgex-go/611@tmp/private_key_12676955455897011519.key) 08:29:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:29:45 + git semver init 08:29:45 2023-11-29 08:29:45,183 [run_init] DEBUG init version:0.0.0 force:False 08:29:45 2023-11-29 08:29:45,184 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/611/.semver 08:29:45 2023-11-29 08:29:45,185 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/611/.semver 08:29:45 2023-11-29 08:29:45,185 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/611/.semver'], cwd=/w/workspace/edgex-go/611, universal_newlines=False, shell=None, istream=None) 08:29:51 2023-11-29 08:29:50,696 [append_file] DEBUG append to file:/w/workspace/edgex-go/611/.git/info/exclude 08:29:51 2023-11-29 08:29:50,697 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/611/.semver/main with force:False 08:29:51 2023-11-29 08:29:50,697 [read_version] DEBUG read version from /w/workspace/edgex-go/611/.semver/main 08:29:51 2023-11-29 08:29:50,697 [read_version] DEBUG read version from /w/workspace/edgex-go/611/.semver/main 08:29:51 3.2.0-dev.2 [Pipeline] } 08:29:51 $ docker exec --env ******** --env ******** 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 ssh-agent -k 08:29:51 unset SSH_AUTH_SOCK; 08:29:51 unset SSH_AGENT_PID; 08:29:51 echo Agent pid 76 killed; 08:29:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:52 + git semver [Pipeline] } 08:29:52 $ docker stop --time=1 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 08:29:53 $ docker rm -f --volumes 768ffe05e470442acc01ad8a4eaea66576ca1996bd56fed84267412185eb6a32 [Pipeline] // withDockerContainer [Pipeline] sh 08:29:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:29:54 Stashed 1 file(s) [Pipeline] echo 08:29:54 [edgeXSemver]: initialized semver on version 3.2.0-dev.2 [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 08:29:54 + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] echo 08:29:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:29:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:29:55 ========================================================= 08:29:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 08:29:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 08:29:55 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 08:29:55 7264a8db6415: Pulling fs layer 08:29:55 c4d48a809fc2: Pulling fs layer 08:29:55 4f1c88b9dad5: Pulling fs layer 08:29:55 ad3a456e5733: Pulling fs layer 08:29:55 69c7f0334f64: Pulling fs layer 08:29:55 1f1c1a5573a3: Pulling fs layer 08:29:55 ce7588e14bc9: Pulling fs layer 08:29:55 b5e4710f87ac: Pulling fs layer 08:29:55 69c7f0334f64: Waiting 08:29:55 ad3a456e5733: Waiting 08:29:55 1f1c1a5573a3: Waiting 08:29:55 ce7588e14bc9: Waiting 08:29:55 b5e4710f87ac: Waiting 08:29:55 c4d48a809fc2: Download complete 08:29:55 ad3a456e5733: Download complete 08:29:55 69c7f0334f64: Download complete 08:29:55 7264a8db6415: Verifying Checksum 08:29:55 7264a8db6415: Download complete 08:29:55 1f1c1a5573a3: Verifying Checksum 08:29:55 1f1c1a5573a3: Download complete 08:29:55 7264a8db6415: Pull complete 08:29:55 b5e4710f87ac: Verifying Checksum 08:29:55 b5e4710f87ac: Download complete 08:29:55 c4d48a809fc2: Pull complete 08:29:55 4f1c88b9dad5: Verifying Checksum 08:29:55 4f1c88b9dad5: Download complete 08:29:56 ce7588e14bc9: Verifying Checksum 08:29:58 4f1c88b9dad5: Pull complete 08:29:58 ad3a456e5733: Pull complete 08:29:58 69c7f0334f64: Pull complete 08:29:58 1f1c1a5573a3: Pull complete 08:30:01 ce7588e14bc9: Pull complete 08:30:01 b5e4710f87ac: Pull complete 08:30:01 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 08:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 08:30:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 08:30:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 08:30:01 WORKDIR /edgex 08:30:01 COPY go.mod . 08:30:01 RUN go mod download 08:30:01 + docker build -t ci-base-image-x86_64 -f - . 08:30:02 Sending build context to Docker daemon 175.1MB 08:30:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 08:30:02 ---> 88b5674ff536 08:30:02 Step 2/4 : WORKDIR /edgex 08:30:07 ---> Running in e444edb5f3c4 08:30:07 Removing intermediate container e444edb5f3c4 08:30:07 ---> c2495fb3f49f 08:30:07 Step 3/4 : COPY go.mod . 08:30:07 ---> c929744eab41 08:30:07 Step 4/4 : RUN go mod download 08:30:07 ---> Running in 2c8cb9e88b00 08:30:09 Still waiting to schedule task 08:30:09 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:30:29 Removing intermediate container 2c8cb9e88b00 08:30:29 ---> b0194c6d0e45 08:30:29 Successfully built b0194c6d0e45 08:30:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:29 + docker inspect -f . ci-base-image-x86_64 08:30:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:30 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:30:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-x86_64 cat 08:30:30 $ docker top 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:30 + go version 08:30:30 go version go1.21.0 linux/amd64 [Pipeline] } 08:30:30 $ docker stop --time=1 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce 08:30:32 $ docker rm -f --volumes 1bdfbe8a653608498ac12b8e989f22d772c35be769562421d830fabe4b9d5cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:32 + docker inspect -f . ci-base-image-x86_64 08:30:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:30:32 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:30:32 $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-x86_64 cat 08:30:33 $ docker top 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 -eo pid,comm [Pipeline] { [Pipeline] echo 08:30:33 ========================================================= 08:30:33 [edgeXBuildGoParallel] Running Tests and Build... 08:30:33 ========================================================= [Pipeline] sh 08:30:33 + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] fileExists [Pipeline] sh 08:30:33 + make test 08:30:33 go test -race -coverprofile=coverage.out ./... 08:30:40 ? github.com/edgexfoundry/edgex-go [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:30:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:30:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:30:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.039s coverage: 28.7% of statements 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.066s coverage: 97.0% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 08:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:30:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:31:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:31:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:31:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.079s coverage: 69.2% of statements 08:31:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.055s coverage: 53.2% of statements 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:31:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.511s coverage: 93.4% of statements 08:31:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 4.1% of statements 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:31:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:31:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.380s coverage: 97.6% of statements 08:31:04 ok github.com/edgexfoundry/edgex-go/internal/io 1.040s coverage: 72.2% of statements 08:31:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:31:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:31:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.055s coverage: 0.9% of statements 08:31:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements 08:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.053s coverage: 41.7% of statements 08:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.042s coverage: 82.9% of statements 08:31:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.077s coverage: 94.1% of statements 08:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.049s coverage: 96.3% of statements 08:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.033s coverage: 87.5% of statements 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 08:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 08:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:31:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 08:31:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 08:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 08:31:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 08:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:31:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:31:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:31:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:31:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:31:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.050s coverage: 94.4% of statements 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:31:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:31:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:31:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:31:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.271s coverage: 79.9% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.065s coverage: 92.9% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.047s coverage: 62.3% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.063s coverage: 87.2% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.044s coverage: 20.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.037s coverage: 100.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.159s coverage: 63.1% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.042s coverage: 100.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.177s coverage: 38.4% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.041s coverage: 89.5% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.037s coverage: 84.8% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.070s coverage: 19.9% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.113s coverage: 95.7% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.063s coverage: 61.8% of statements 08:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.092s coverage: 98.9% of statements 08:31:33 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 08:31:33 running golangci-lint 08:31:33 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 08:31:33 go version go1.21.0 linux/amd64 08:31:33 level=info msg="[config_reader] Used config file .golangci.yml" 08:31:33 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 08:31:48 level=info msg="[loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 12.907649638s" 08:31:48 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 30.387611ms" 08:31:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9112 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 08:31:52 Running in /w/workspace/edgex-go/611 [Pipeline] { [Pipeline] checkout 08:31:55 level=info msg="[linters_context/goanalysis] analyzers took 1m8.661033313s with top 10 stages: buildir: 30.751600037s, gosec: 6.159893896s, inspect: 2.248149305s, fact_deprecated: 2.06123028s, ctrlflow: 1.198125253s, printf: 1.133144493s, fact_purity: 808.330209ms, S1038: 807.036682ms, nilness: 763.452847ms, isgenerated: 697.236435ms" 08:31:55 level=info msg="[runner] Issues before processing: 197, after processing: 0" 08:31:55 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 197/197, skip_files: 197/197, skip_dirs: 197/197, exclude-rules: 21/197, exclude: 197/197, cgo: 197/197, path_prettifier: 197/197, identifier_marker: 197/197, nolint: 0/21, autogenerated_exclude: 197/197" 08:31:55 level=info msg="[runner] processing took 15.062912ms with stages: nolint: 6.785139ms, identifier_marker: 3.887949ms, path_prettifier: 1.371474ms, exclude-rules: 1.073198ms, autogenerated_exclude: 1.019787ms, skip_dirs: 878.025µs, cgo: 24.98µs, filename_unadjuster: 14.32µs, skip_files: 4.55µs, max_same_issues: 830ns, fixer: 390ns, uniq_by_line: 370ns, exclude: 280ns, severity-rules: 270ns, diff: 270ns, path_prefixer: 260ns, path_shortener: 240ns, max_from_linter: 170ns, source_code: 140ns, sort_results: 140ns, max_per_file_from_linter: 130ns" 08:31:55 level=info msg="[runner] linters took 7.750883626s with stages: goanalysis_metalinter: 7.735738772s" 08:31:55 level=info msg="File cache stats: 0 entries of total size 0B" 08:31:55 level=info msg="Memory: 208 samples, avg is 233.1MB, max is 961.4MB" 08:31:55 level=info msg="Execution took 20.699018546s" 08:31:55 go vet ./... 08:31:55 The recommended git tool is: git 08:31:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:31:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:31:58 ./bin/test-attribution-txt.sh [Pipeline] echo 08:31:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 08:31:58 + ls -al . 08:31:58 total 736 08:31:58 drwxrwxr-x 11 1001 1001 4096 Nov 29 08:30 . 08:31:58 drwxr-xr-x 4 root root 4096 Nov 29 08:30 .. 08:31:58 drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 .blubracket 08:31:58 -rw-rw-r-- 1 1001 1001 10 Nov 29 08:29 .dockerignore 08:31:58 drwxrwxr-x 8 1001 1001 4096 Nov 29 08:31 .git 08:31:58 drwxrwxr-x 3 1001 1001 4096 Nov 29 08:29 .github 08:31:58 -rw-rw-r-- 1 1001 1001 1074 Nov 29 08:29 .gitignore 08:31:58 -rw-rw-r-- 1 1001 1001 42 Nov 29 08:29 .golangci.yml 08:31:58 -rw-rw-r-- 1 1001 1001 100 Nov 29 08:29 .hadolint.yml 08:31:58 drwxr-xr-x 3 1001 1001 4096 Nov 29 08:29 .semver 08:31:58 -rw-rw-r-- 1 1001 1001 155 Nov 29 08:29 .sonarcloud.properties 08:31:58 -rw-rw-r-- 1 1001 1001 1171 Nov 29 08:29 ADOPTERS.md 08:31:58 -rw-rw-r-- 1 1001 1001 11674 Nov 29 08:29 Attribution.txt 08:31:58 -rw-rw-r-- 1 1001 1001 100284 Nov 29 08:29 CHANGELOG.md 08:31:58 -rw-rw-r-- 1 1001 1001 3804 Nov 29 08:29 CONTRIBUTING.md 08:31:58 -rw-rw-r-- 1 1001 1001 677 Nov 29 08:29 GOVERNANCE.md 08:31:58 -rw-rw-r-- 1 1001 1001 861 Nov 29 08:29 Jenkinsfile 08:31:58 -rw-rw-r-- 1 1001 1001 10775 Nov 29 08:29 LICENSE 08:31:58 -rw-rw-r-- 1 1001 1001 15054 Nov 29 08:29 Makefile 08:31:58 -rw-rw-r-- 1 1001 1001 582 Nov 29 08:29 OWNERS.md 08:31:58 -rw-rw-r-- 1 1001 1001 9528 Nov 29 08:29 README.md 08:31:58 -rw-rw-r-- 1 1001 1001 789 Nov 29 08:29 SECURITY.md 08:31:58 -rw-rw-r-- 1 1001 1001 11 Nov 29 08:29 VERSION 08:31:58 drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 bin 08:31:58 drwxrwxr-x 18 1001 1001 4096 Nov 29 08:29 cmd 08:31:58 -rw-r--r-- 1 root root 453602 Nov 29 08:31 coverage.out 08:31:58 drwxrwxr-x 2 1001 1001 4096 Nov 29 08:29 fuzz_test 08:31:58 -rw-rw-r-- 1 1001 1001 3685 Nov 29 08:29 go.mod 08:31:58 -rw-rw-r-- 1 1001 1001 34438 Nov 29 08:29 go.sum 08:31:58 drwxrwxr-x 7 1001 1001 4096 Nov 29 08:29 internal 08:31:58 drwxrwxr-x 3 1001 1001 4096 Nov 29 08:29 openapi 08:31:58 -rw-rw-r-- 1 1001 1001 584 Nov 29 08:29 security.txt 08:31:58 -rw-rw-r-- 1 1001 1001 204 Nov 29 08:29 version.go [Pipeline] sh 08:31:58 + '[' -e coverage.out ] 08:31:58 + chown 1001:1001 coverage.out [Pipeline] stash 08:31:59 Stashed 1 file(s) [Pipeline] sh 08:31:59 + make build 08:31:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:32:00 using credential edgex-jenkins-ssh 08:32:00 Cloning the remote Git repository 08:32:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:00 > git init /w/workspace/edgex-go/611 # timeout=10 08:32:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:00 > git --version # timeout=10 08:32:00 > git --version # 'git version 2.25.1' 08:32:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:32:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:32:12 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:32:12 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:32:16 Avoid second fetch 08:32:16 Checking out Revision 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b (main) 08:32:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:32:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:16 > git config core.sparsecheckout # timeout=10 08:32:16 > git checkout -f 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b # timeout=10 08:32:17 Commit message: "build: Update to latest 3.2.0 dev go mods (#4731)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:32:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:32:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:32:18 % Total % Received % Xferd Average Speed Time Time Time Current 08:32:18 Dload Upload Total Spent Left Speed 08:32:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 83986 0 --:--:-- --:--:-- --:--:-- 83986 [Pipeline] sh 08:32:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:32:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 08:32:19 sudo tee /etc/docker/daemon.new 08:32:19 { 08:32:19 "registry-mirrors": [ 08:32:19 "https://nexus3.edgexfoundry.org:10001" 08:32:19 ], 08:32:19 "bip": "10.250.0.254/24", 08:32:19 "hosts": [ 08:32:19 "tcp://0.0.0.0:5555", 08:32:19 "unix:///var/run/docker.sock" 08:32:19 ], 08:32:19 "mtu": 1458, 08:32:19 "selinux-enabled": true, 08:32:19 "seccomp-profile": "/etc/docker/seccomp.json" 08:32:19 } [Pipeline] sh 08:32:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:32:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:32:19 + sudo service docker restart 08:32:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:32:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:32:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:32:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:32:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:32:25 $ docker stop --time=1 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 08:32:30 $ docker rm -f --volumes 489027db76ab11aa596cbd66a06baa934765a173db6da06999bfc6990b2a2a65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:31 08:32:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:31 latest: Pulling from edgex-devops/edgex-compose 08:32:31 91d30c5bc195: Pulling fs layer 08:32:31 2e9b0aa3be6d: Pulling fs layer 08:32:31 9c61dcf015f6: Pulling fs layer 08:32:31 4698f68db338: Pulling fs layer 08:32:31 2a2f49069b9e: Pulling fs layer 08:32:31 e0025b399a48: Pulling fs layer 08:32:31 4698f68db338: Waiting 08:32:31 e0025b399a48: Waiting 08:32:31 2a2f49069b9e: Waiting 08:32:31 91d30c5bc195: Verifying Checksum 08:32:31 91d30c5bc195: Download complete 08:32:31 4698f68db338: Verifying Checksum 08:32:31 4698f68db338: Download complete 08:32:31 2e9b0aa3be6d: Verifying Checksum 08:32:31 2e9b0aa3be6d: Download complete 08:32:31 91d30c5bc195: Pull complete 08:32:31 e0025b399a48: Verifying Checksum 08:32:31 e0025b399a48: Download complete 08:32:32 2a2f49069b9e: Download complete 08:32:32 2e9b0aa3be6d: Pull complete 08:32:32 9c61dcf015f6: Verifying Checksum 08:32:32 9c61dcf015f6: Download complete 08:32:34 9c61dcf015f6: Pull complete 08:32:34 4698f68db338: Pull complete 08:32:35 2a2f49069b9e: Pull complete 08:32:35 e0025b399a48: Pull complete 08:32:35 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 08:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:32:35 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:32:35 $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:32:38 $ docker top 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 08:32:38 provisioning config files... 08:32:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config7033315772591892945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:38 + docker compose -f ./docker-compose-build.yml build --parallel 08:32:39 ---> ****-login.sh 08:32:39 nexus3.edgexfoundry.org:10001 08:32:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:39 Configure a credential helper to remove this warning. See 08:32:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:39 08:32:39 Login Succeeded 08:32:39 nexus3.edgexfoundry.org:10002 08:32:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:39 Configure a credential helper to remove this warning. See 08:32:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:39 08:32:39 Login Succeeded 08:32:39 nexus3.edgexfoundry.org:10003 08:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:40 Configure a credential helper to remove this warning. See 08:32:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:40 08:32:40 Login Succeeded 08:32:40 nexus3.edgexfoundry.org:10004 08:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:40 Configure a credential helper to remove this warning. See 08:32:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:40 08:32:40 Login Succeeded 08:32:40 ****.io 08:32:40 #1 [security-proxy-setup internal] load build definition from Dockerfile 08:32:40 #1 transferring dockerfile: 2.50kB done 08:32:40 #1 DONE 0.0s 08:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:41 08:32:41 #2 [security-secretstore-setup internal] load build definition from Dockerfile 08:32:41 #2 transferring dockerfile: 2.49kB done 08:32:41 #2 DONE 0.0s 08:32:41 08:32:41 #3 [core-metadata internal] load build definition from Dockerfile 08:32:41 #3 transferring dockerfile: 2.06kB done 08:32:41 #3 DONE 0.0s 08:32:41 08:32:41 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:32:41 #4 transferring dockerfile: 1.89kB done 08:32:41 #4 DONE 0.0s 08:32:41 08:32:41 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:32:41 #5 transferring dockerfile: 2.23kB done 08:32:41 #5 DONE 0.0s 08:32:41 08:32:41 #6 [core-data internal] load build definition from Dockerfile 08:32:41 #6 transferring dockerfile: 2.01kB done 08:32:41 #6 DONE 0.0s 08:32:41 08:32:41 #7 [security-spire-agent internal] load build definition from Dockerfile 08:32:41 #7 transferring dockerfile: 1.81kB done 08:32:41 #7 DONE 0.0s 08:32:41 08:32:41 #8 [security-spire-server internal] load build definition from Dockerfile 08:32:41 #8 transferring dockerfile: 1.70kB done 08:32:41 #8 DONE 0.0s 08:32:41 08:32:41 #9 [security-bootstrapper internal] load build definition from Dockerfile 08:32:41 #9 transferring dockerfile: 2.93kB done 08:32:41 #9 DONE 0.0s 08:32:41 08:32:41 #10 [support-notifications internal] load build definition from Dockerfile 08:32:41 #10 transferring dockerfile: 1.95kB done 08:32:41 #10 DONE 0.0s 08:32:41 08:32:41 #11 [core-command internal] load build definition from Dockerfile 08:32:41 #11 transferring dockerfile: 1.93kB done 08:32:41 #11 DONE 0.0s 08:32:41 08:32:41 #12 [security-spire-config internal] load build definition from Dockerfile 08:32:41 #12 transferring dockerfile: 1.69kB done 08:32:41 #12 DONE 0.0s 08:32:41 08:32:41 #13 [security-proxy-auth internal] load build definition from Dockerfile 08:32:41 #13 transferring dockerfile: 2.15kB done 08:32:41 #13 DONE 0.1s 08:32:41 08:32:41 #14 [security-proxy-setup internal] load .dockerignore 08:32:41 #14 transferring context: 50B done 08:32:41 #14 DONE 0.1s 08:32:41 08:32:41 #15 [support-scheduler internal] load build definition from Dockerfile 08:32:41 #15 transferring dockerfile: 1.93kB done 08:32:41 #15 DONE 0.1s 08:32:41 08:32:41 #16 [security-secretstore-setup internal] load .dockerignore 08:32:41 #16 transferring context: 50B done 08:32:41 #16 DONE 0.0s 08:32:41 08:32:41 #17 [core-metadata internal] load .dockerignore 08:32:41 #17 transferring context: 50B done 08:32:41 #17 DONE 0.0s 08:32:41 08:32:41 #18 [security-spiffe-token-provider internal] load .dockerignore 08:32:41 #18 transferring context: 50B done 08:32:41 #18 DONE 0.0s 08:32:41 08:32:41 #19 [core-common-config-bootstrapper internal] load .dockerignore 08:32:41 #19 transferring context: 50B done 08:32:41 #19 DONE 0.0s 08:32:41 08:32:41 #20 [core-data internal] load .dockerignore 08:32:41 #20 transferring context: 50B done 08:32:41 #20 DONE 0.0s 08:32:41 08:32:41 #21 [security-spire-server internal] load .dockerignore 08:32:41 #21 transferring context: 50B done 08:32:41 #21 DONE 0.0s 08:32:41 08:32:41 #22 [security-spire-agent internal] load .dockerignore 08:32:41 #22 transferring context: 50B done 08:32:41 #22 DONE 0.0s 08:32:41 08:32:41 #23 [security-bootstrapper internal] load .dockerignore 08:32:41 #23 transferring context: 50B done 08:32:41 #23 DONE 0.0s 08:32:41 08:32:41 #24 [support-notifications internal] load .dockerignore 08:32:41 #24 transferring context: 50B done 08:32:41 #24 DONE 0.0s 08:32:41 08:32:41 #25 [core-command internal] load .dockerignore 08:32:41 #25 transferring context: 50B done 08:32:41 #25 DONE 0.0s 08:32:41 08:32:41 #26 [security-spire-config internal] load .dockerignore 08:32:41 #26 transferring context: 50B done 08:32:41 #26 DONE 0.0s 08:32:41 08:32:41 #27 [security-proxy-auth internal] load .dockerignore 08:32:41 #27 transferring context: 50B done 08:32:41 #27 DONE 0.0s 08:32:41 08:32:41 #28 [support-scheduler internal] load .dockerignore 08:32:41 #28 transferring context: 50B done 08:32:41 #28 DONE 0.0s 08:32:41 08:32:41 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:41 #29 DONE 0.0s 08:32:41 08:32:41 #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 08:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:41 Configure a credential helper to remove this warning. See 08:32:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:41 08:32:41 Login Succeeded 08:32:41 ---> ****-login.sh ends [Pipeline] } 08:32:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:32:41 #30 ... 08:32:41 08:32:41 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:41 #29 DONE 0.0s 08:32:41 08:32:41 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 08:32:41 #30 ... 08:32:41 08:32:41 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:41 #29 DONE 0.0s 08:32:41 08:32:41 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] sh 08:32:41 #30 ... 08:32:41 08:32:41 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:41 #29 DONE 0.0s 08:32:41 08:32:41 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 08:32:41 #30 ... 08:32:41 08:32:41 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:41 #29 DONE 0.0s 08:32:41 08:32:41 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 08:32:42 + git config --global --add safe.directory /w/workspace/edgex-go/611 [Pipeline] echo 08:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] 08:32:42 #30 ... 08:32:42 08:32:42 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:32:42 #29 DONE 0.0s 08:32:42 08:32:42 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [Pipeline] echo 08:32:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:32:42 ========================================================= 08:32:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 08:32:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:32:42 #30 DONE 0.6s 08:32:42 08:32:42 #31 [support-scheduler stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:32:42 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.0s done 08:32:42 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:32:42 #31 sha256:48d9183eb12a05c99bcc0bf44a003607b8e941e1d4f41f9ad12bdcc4b5672f86 528B / 528B done 08:32:42 #31 sha256:8ca4688f4f356596b5ae539337c9941abc78eda10021d35cbc52659c74d9b443 1.47kB / 1.47kB done 08:32:42 #31 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.2s done 08:32:42 #31 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.3s done 08:32:42 #31 DONE 1.1s 08:32:42 08:32:42 #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:32:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 08:32:42 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:32:42 9fda8d8052c6: Pulling fs layer 08:32:42 5d54e960e981: Pulling fs layer 08:32:42 c4a7e357bf2a: Pulling fs layer 08:32:42 f0e02332f6b5: Pulling fs layer 08:32:42 872ee5b61b7b: Pulling fs layer 08:32:42 f0e02332f6b5: Waiting 08:32:42 0c6a40ed1a82: Pulling fs layer 08:32:42 872ee5b61b7b: Waiting 08:32:42 94ae7d8d031c: Pulling fs layer 08:32:42 94ae7d8d031c: Waiting 08:32:42 0c6a40ed1a82: Waiting 08:32:42 #32 ... 08:32:42 08:32:42 #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 08:32:42 #33 DONE 1.2s 08:32:42 08:32:42 #31 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:32:42 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.0s done 08:32:42 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:32:42 #31 sha256:48d9183eb12a05c99bcc0bf44a003607b8e941e1d4f41f9ad12bdcc4b5672f86 528B / 528B done 08:32:42 #31 sha256:8ca4688f4f356596b5ae539337c9941abc78eda10021d35cbc52659c74d9b443 1.47kB / 1.47kB done 08:32:42 #31 sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 3.40MB / 3.40MB 0.2s done 08:32:42 #31 extracting sha256:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa 0.3s done 08:32:42 #31 DONE 1.1s 08:32:42 08:32:42 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 08:32:42 #34 DONE 1.0s 08:32:42 08:32:42 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 08:32:42 #35 DONE 1.0s 08:32:42 08:32:42 #36 [core-metadata builder 2/7] WORKDIR /edgex-go 08:32:42 5d54e960e981: Verifying Checksum 08:32:42 5d54e960e981: Download complete 08:32:42 f0e02332f6b5: Verifying Checksum 08:32:42 f0e02332f6b5: Download complete 08:32:42 872ee5b61b7b: Verifying Checksum 08:32:42 872ee5b61b7b: Download complete 08:32:42 9fda8d8052c6: Verifying Checksum 08:32:42 9fda8d8052c6: Download complete 08:32:42 #36 ... 08:32:42 08:32:42 #37 [security-spire-config internal] load build context 08:32:42 #37 transferring context: 16.35kB 0.0s done 08:32:42 #37 DONE 0.2s 08:32:42 08:32:42 #38 [security-spire-server internal] load build context 08:32:42 #38 transferring context: 18.10kB 0.0s done 08:32:42 #38 DONE 0.3s 08:32:42 08:32:42 #39 [security-spire-agent internal] load build context 08:32:42 #39 transferring context: 17.63kB 0.0s done 08:32:42 #39 DONE 0.3s 08:32:42 08:32:42 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:32:42 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done 08:32:43 94ae7d8d031c: Verifying Checksum 08:32:43 94ae7d8d031c: Download complete 08:32:43 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 08:32:43 #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 08:32:43 9fda8d8052c6: Pull complete 08:32:44 #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 08:32:44 5d54e960e981: Pull complete 08:32:44 c4a7e357bf2a: Verifying Checksum 08:32:44 c4a7e357bf2a: Download complete 08:32:45 0c6a40ed1a82: Verifying Checksum 08:32:45 0c6a40ed1a82: Download complete 08:32:48 #40 ... 08:32:48 08:32:48 #41 [security-proxy-setup internal] load build context 08:32:48 #41 transferring context: 356.00MB 6.3s 08:32:48 #41 transferring context: 369.40MB 6.5s done 08:32:48 #41 ... 08:32:48 08:32:48 #42 [security-secretstore-setup internal] load build context 08:32:48 #42 transferring context: 369.40MB 6.7s done 08:32:48 #42 ... 08:32:48 08:32:48 #43 [core-command internal] load build context 08:32:48 #43 ... 08:32:48 08:32:48 #44 [core-metadata internal] load build context 08:32:48 #44 ... 08:32:48 08:32:48 #43 [core-command internal] load build context 08:32:48 #43 transferring context: 369.40MB 6.7s done 08:32:51 #43 ... 08:32:51 08:32:51 #45 [security-spiffe-token-provider internal] load build context 08:32:51 #45 transferring context: 369.40MB 7.6s done 08:32:51 #45 ... 08:32:51 08:32:51 #46 [core-common-config-bootstrapper internal] load build context 08:32:51 #46 transferring context: 369.40MB 8.5s done 08:32:51 #46 ... 08:32:51 08:32:51 #47 [security-bootstrapper internal] load build context 08:32:51 #47 transferring context: 369.40MB 8.3s done 08:32:51 #47 ... 08:32:51 08:32:51 #48 [core-data internal] load build context 08:32:51 #48 transferring context: 369.40MB 7.1s done 08:32:52 #48 ... 08:32:52 08:32:52 #49 [support-notifications internal] load build context 08:32:52 #49 transferring context: 369.40MB 8.8s done 08:32:52 #49 ... 08:32:52 08:32:52 #50 [security-proxy-auth internal] load build context 08:32:52 #50 transferring context: 369.40MB 6.5s done 08:32:52 #50 ... 08:32:52 08:32:52 #51 [support-scheduler internal] load build context 08:32:52 #51 transferring context: 369.40MB 5.8s done 08:32:52 #51 ... 08:32:52 08:32:52 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:32:52 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 5.3s 08:32:52 #40 ... 08:32:52 08:32:52 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:32:52 #52 ... 08:32:52 08:32:52 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:32:52 #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done 08:32:52 #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 08:32:52 #53 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 08:32:52 #53 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 08:32:52 #53 ... 08:32:52 08:32:52 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:32:53 #54 ... 08:32:53 08:32:53 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:32:53 #55 ... 08:32:53 08:32:53 #56 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:32:53 #56 ... 08:32:53 08:32:53 #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 08:32:53 #57 ... 08:32:53 08:32:53 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:32:53 #58 ... 08:32:53 08:32:53 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:32:53 #59 ... 08:32:53 08:32:53 #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:32:53 #60 ... 08:32:53 08:32:53 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:32:54 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 6.9s 08:32:54 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 7.0s 08:32:55 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 8.8s 08:32:56 #40 ... 08:32:56 08:32:56 #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:32:56 #32 3.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:32:56 #32 4.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:32:56 #32 4.463 (1/1) Installing dumb-init (1.2.5-r2) 08:32:56 #32 4.468 Executing busybox-1.36.1-r2.trigger 08:32:56 #32 4.475 OK: 7 MiB in 16 packages 08:32:56 #32 ... 08:32:56 08:32:56 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:32:56 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 9.6s 08:32:57 c4a7e357bf2a: Pull complete 08:32:57 f0e02332f6b5: Pull complete 08:32:57 872ee5b61b7b: Pull complete 08:32:58 #40 ... 08:32:58 08:32:58 #44 [core-metadata internal] load build context 08:32:58 #44 transferring context: 369.40MB 7.8s done 08:32:58 #44 ... 08:32:58 08:32:58 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:32:59 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.1s 08:32:59 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 10.4s done 08:32:59 #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 08:32:59 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.4s done 08:32:59 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 12.5s done 08:32:59 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 12.4s done 08:32:59 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 12.5s done 08:32:59 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 08:33:00 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 13.1s 08:33:01 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 18.87MB / 25.84MB 14.3s 08:33:01 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 14.4s 08:33:02 #40 ... 08:33:02 08:33:02 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:33:02 #53 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 9.3s done 08:33:02 #53 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 11.4s done 08:33:02 #53 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 08:33:02 #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 14.7s 08:33:02 #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 14.7s 08:33:03 #53 ... 08:33:03 08:33:03 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:33:05 #40 ... 08:33:05 08:33:05 #41 [security-proxy-setup internal] load build context 08:33:05 #41 DONE 23.3s 08:33:05 08:33:05 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:33:05 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.7s done 08:33:05 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 08:33:05 #40 ... 08:33:05 08:33:05 #51 [support-scheduler internal] load build context 08:33:05 #51 DONE 22.7s 08:33:05 08:33:05 #43 [core-command internal] load build context 08:33:05 #43 DONE 23.1s 08:33:05 08:33:05 #50 [security-proxy-auth internal] load build context 08:33:05 #50 DONE 22.9s 08:33:05 08:33:05 #42 [security-secretstore-setup internal] load build context 08:33:05 #42 DONE 23.4s 08:33:05 08:33:05 #48 [core-data internal] load build context 08:33:05 #48 DONE 23.2s 08:33:05 08:33:05 #45 [security-spiffe-token-provider internal] load build context 08:33:05 #45 DONE 23.3s 08:33:05 08:33:05 #47 [security-bootstrapper internal] load build context 08:33:05 #47 DONE 23.2s 08:33:05 08:33:05 #44 [core-metadata internal] load build context 08:33:05 #44 DONE 23.4s 08:33:05 08:33:05 #46 [core-common-config-bootstrapper internal] load build context 08:33:05 #46 DONE 23.4s 08:33:05 08:33:05 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:33:05 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.7s done 08:33:05 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 08:33:05 #40 ... 08:33:05 08:33:05 #49 [support-notifications internal] load build context 08:33:05 #49 DONE 23.1s 08:33:05 08:33:05 #32 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:33:05 #32 DONE 22.5s 08:33:05 08:33:05 #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 08:33:05 #36 DONE 22.5s 08:33:05 08:33:05 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:33:05 0c6a40ed1a82: Pull complete 08:33:06 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.5s done 08:33:06 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.5s done 08:33:07 94ae7d8d031c: Pull complete 08:33:07 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 08:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 08:33:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 08:33:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 08:33:07 WORKDIR /edgex 08:33:07 COPY go.mod . 08:33:07 RUN go mod download 08:33:07 + docker build -t ci-base-image-arm64 -f - . 08:33:07 #40 ... 08:33:07 08:33:07 #57 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 08:33:07 #57 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:07 #57 23.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:07 #57 23.32 (1/2) Installing ca-certificates (20230506-r0) 08:33:07 #57 23.34 (2/2) Installing dumb-init (1.2.5-r2) 08:33:07 #57 23.34 Executing busybox-1.36.1-r2.trigger 08:33:07 #57 23.37 Executing ca-certificates-20230506-r0.trigger 08:33:07 #57 23.42 OK: 8 MiB in 17 packages 08:33:07 #57 DONE 25.5s 08:33:07 08:33:07 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:33:07 #0 0.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.303 OK: 264 MiB in 52 packages 08:33:07 #61 DONE 3.1s 08:33:07 08:33:07 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:33:07 #0 0.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.339 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:33:07 #0 1.339 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:33:07 #0 1.339 OK: 20069 distinct packages available 08:33:07 #0 1.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.855 OK: 264 MiB in 52 packages 08:33:07 #62 DONE 3.1s 08:33:07 08:33:07 #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 08:33:07 #0 1.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:07 #0 1.402 OK: 264 MiB in 52 packages 08:33:07 #63 DONE 3.2s 08:33:08 08:33:08 #56 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:33:08 #56 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #56 22.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #56 23.15 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:33:08 #56 23.15 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:33:08 #56 23.15 OK: 20076 distinct packages available 08:33:08 #56 23.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #56 23.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #56 23.71 (1/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #56 23.76 (2/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #56 23.77 (3/7) Installing dumb-init (1.2.5-r2) 08:33:08 #56 23.77 (4/7) Installing musl-obstack (1.2.3-r2) 08:33:08 #56 23.77 (5/7) Installing libucontext (1.2-r2) 08:33:08 #56 23.78 (6/7) Installing gcompat (1.1.0-r1) 08:33:08 #56 23.78 (7/7) Installing openssl (3.1.4-r1) 08:33:08 #56 23.82 Executing busybox-1.36.1-r2.trigger 08:33:08 #56 23.83 OK: 8 MiB in 20 packages 08:33:08 #56 DONE 25.3s 08:33:08 08:33:08 #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:33:08 #60 22.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #60 24.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #60 24.39 (1/1) Installing dumb-init (1.2.5-r2) 08:33:08 #60 24.39 Executing busybox-1.36.1-r2.trigger 08:33:08 #60 24.40 OK: 7 MiB in 16 packages 08:33:08 #60 DONE 25.6s 08:33:08 08:33:08 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:33:08 #59 22.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #59 22.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #59 22.95 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:33:08 #59 22.95 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:33:08 #59 22.95 OK: 20076 distinct packages available 08:33:08 #59 23.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #59 23.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #59 23.59 (1/4) Installing dumb-init (1.2.5-r2) 08:33:08 #59 23.59 (2/4) Installing musl-obstack (1.2.3-r2) 08:33:08 #59 23.61 (3/4) Installing libucontext (1.2-r2) 08:33:08 #59 23.61 (4/4) Installing gcompat (1.1.0-r1) 08:33:08 #59 23.61 Executing busybox-1.36.1-r2.trigger 08:33:08 #59 23.62 OK: 8 MiB in 19 packages 08:33:08 #59 DONE 25.4s 08:33:08 08:33:08 #64 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:33:08 #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #0 1.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #0 1.541 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:08 #0 1.555 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:08 #0 1.572 Executing busybox-1.36.1-r5.post-upgrade 08:33:08 #0 1.598 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:08 #0 1.608 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #0 1.641 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #0 1.648 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:08 #0 1.651 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:08 #0 1.655 Executing busybox-1.36.1-r5.trigger 08:33:08 #0 1.660 OK: 7 MiB in 16 packages 08:33:08 #64 DONE 3.1s 08:33:08 08:33:08 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:33:08 #58 22.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #58 22.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #58 23.21 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:33:08 #58 23.21 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:33:08 #58 23.21 OK: 20076 distinct packages available 08:33:08 #58 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #58 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #58 23.69 (1/11) Installing ca-certificates (20230506-r0) 08:33:08 #58 23.71 (2/11) Installing brotli-libs (1.0.9-r14) 08:33:08 #58 23.73 (3/11) Installing libunistring (1.1-r1) 08:33:08 #58 23.75 (4/11) Installing libidn2 (2.3.4-r1) 08:33:08 #58 23.79 (5/11) Installing nghttp2-libs (1.57.0-r0) 08:33:08 #58 23.79 (6/11) Installing libcurl (8.4.0-r0) 08:33:08 #58 23.80 (7/11) Installing curl (8.4.0-r0) 08:33:08 #58 23.82 (8/11) Installing dumb-init (1.2.5-r2) 08:33:08 #58 23.82 (9/11) Installing musl-obstack (1.2.3-r2) 08:33:08 #58 23.82 (10/11) Installing libucontext (1.2-r2) 08:33:08 #58 23.82 (11/11) Installing gcompat (1.1.0-r1) 08:33:08 #58 23.82 Executing busybox-1.36.1-r2.trigger 08:33:08 #58 23.82 Executing ca-certificates-20230506-r0.trigger 08:33:08 #58 23.86 OK: 12 MiB in 26 packages 08:33:08 #58 DONE 25.6s 08:33:08 08:33:08 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:33:08 #52 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #52 23.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #52 24.22 (1/2) Installing dumb-init (1.2.5-r2) 08:33:08 #52 24.22 (2/2) Installing su-exec (0.2-r3) 08:33:08 #52 24.23 Executing busybox-1.36.1-r2.trigger 08:33:08 #52 24.23 OK: 7 MiB in 17 packages 08:33:08 #52 DONE 25.6s 08:33:08 08:33:08 #65 [core-data builder 3/7] RUN apk add --update --no-cache make git 08:33:08 #0 1.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #0 1.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #0 1.399 OK: 264 MiB in 52 packages 08:33:08 #65 DONE 3.2s 08:33:08 08:33:08 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:33:08 #55 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #55 23.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #55 23.39 (1/4) Installing ca-certificates (20230506-r0) 08:33:08 #55 23.41 (2/4) Installing dumb-init (1.2.5-r2) 08:33:08 #55 23.42 (3/4) Installing su-exec (0.2-r3) 08:33:08 #55 23.42 (4/4) Installing yq (4.33.3-r5) 08:33:08 #55 23.48 Executing busybox-1.36.1-r2.trigger 08:33:08 #55 23.49 Executing ca-certificates-20230506-r0.trigger 08:33:08 #55 23.57 OK: 17 MiB in 19 packages 08:33:08 #55 DONE 25.6s 08:33:08 08:33:08 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:33:08 #54 22.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:08 #54 23.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:08 #54 24.18 (1/6) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #54 24.22 (2/6) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:08 #54 24.23 (3/6) Installing dumb-init (1.2.5-r2) 08:33:08 #54 24.23 (4/6) Installing openssl (3.1.4-r1) 08:33:08 #54 24.24 (5/6) Installing su-exec (0.2-r3) 08:33:08 #54 24.24 (6/6) Installing yq (4.33.3-r5) 08:33:08 #54 24.32 Executing busybox-1.36.1-r2.trigger 08:33:08 #54 24.32 OK: 17 MiB in 19 packages 08:33:08 #54 DONE 25.5s 08:33:08 08:33:08 #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:33:08 #66 ... 08:33:08 08:33:08 #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:33:08 #67 DONE 0.2s 08:33:08 Sending build context to Docker daemon 2.917MB 08:33:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 08:33:08 ---> 86de565de09d 08:33:08 Step 2/4 : WORKDIR /edgex 08:33:08 08:33:08 #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:33:08 #68 DONE 0.2s 08:33:08 08:33:08 #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:33:08 #69 DONE 0.2s 08:33:08 08:33:08 #70 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:33:08 #70 DONE 0.2s 08:33:08 08:33:08 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:33:08 #40 DONE 25.8s 08:33:08 08:33:08 #71 [core-command stage-1 3/9] RUN apk --no-cache upgrade 08:33:10 ---> Running in effe6355e0c2 08:33:10 Removing intermediate container effe6355e0c2 08:33:10 ---> 8db25ada837c 08:33:10 Step 3/4 : COPY go.mod . 08:33:10 #71 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:10 #71 2.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:10 #71 2.244 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:10 #71 2.252 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #71 2.272 Executing busybox-1.36.1-r5.post-upgrade 08:33:10 #71 2.283 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #71 2.286 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:10 #71 2.317 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:10 #71 2.326 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #71 2.329 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:10 #71 2.337 Executing busybox-1.36.1-r5.trigger 08:33:10 #71 2.343 OK: 7 MiB in 16 packages 08:33:10 #71 ... 08:33:10 08:33:10 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:33:10 #0 1.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:10 #0 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:10 #0 2.197 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:10 #0 2.211 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #0 2.223 Executing busybox-1.36.1-r5.post-upgrade 08:33:10 #0 2.257 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #0 2.257 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:10 #0 2.288 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:10 #0 2.299 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:10 #0 2.299 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:10 #0 2.303 Executing busybox-1.36.1-r5.trigger 08:33:10 #0 2.307 Executing ca-certificates-20230506-r0.trigger 08:33:10 #0 2.347 OK: 8 MiB in 17 packages 08:33:10 #72 DONE 2.9s 08:33:10 ---> d78230034abc 08:33:10 Step 4/4 : RUN go mod download 08:33:10 ---> Running in 0fe597fe8b4e 08:33:11 08:33:11 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:33:11 #0 2.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.371 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.386 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.427 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #0 2.447 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.454 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.472 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.476 Executing busybox-1.36.1-r5.trigger 08:33:11 #0 2.486 OK: 17 MiB in 19 packages 08:33:11 #73 DONE 3.0s 08:33:11 08:33:11 #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:33:11 #66 2.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #66 2.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #66 2.577 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #66 2.589 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #66 2.602 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #66 2.625 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #66 2.629 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #66 2.658 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #66 2.664 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #66 2.668 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #66 2.671 Executing busybox-1.36.1-r5.trigger 08:33:11 #66 2.675 Executing ca-certificates-20230506-r0.trigger 08:33:11 #66 2.723 OK: 17 MiB in 19 packages 08:33:11 #66 DONE 3.0s 08:33:11 08:33:11 #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:33:11 #0 2.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.350 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.362 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.384 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #0 2.410 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.438 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.442 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.449 Executing busybox-1.36.1-r5.trigger 08:33:11 #0 2.451 OK: 8 MiB in 20 packages 08:33:11 #74 DONE 3.1s 08:33:11 08:33:11 #71 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 08:33:11 #71 DONE 3.1s 08:33:11 08:33:11 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:33:11 #0 2.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.522 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.534 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.549 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #0 2.590 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.593 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.631 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.639 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.643 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.648 Executing busybox-1.36.1-r5.trigger 08:33:11 #0 2.669 OK: 8 MiB in 19 packages 08:33:11 #75 DONE 3.0s 08:33:11 08:33:11 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:33:11 #0 2.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.681 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.696 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.717 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #0 2.776 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.778 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.809 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.816 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.825 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.825 Executing busybox-1.36.1-r5.trigger 08:33:11 #0 2.829 OK: 7 MiB in 17 packages 08:33:11 #76 DONE 3.0s 08:33:11 08:33:11 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:33:11 #0 2.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 08:33:11 #0 2.492 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.512 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.526 Executing busybox-1.36.1-r5.post-upgrade 08:33:11 #0 2.536 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.539 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.594 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:33:11 #0 2.594 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:33:11 #0 2.594 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:33:11 #0 2.596 Executing busybox-1.36.1-r5.trigger 08:33:11 #0 2.613 Executing ca-certificates-20230506-r0.trigger 08:33:11 #0 2.649 OK: 12 MiB in 26 packages 08:33:11 #77 DONE 3.0s 08:33:11 08:33:11 #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:33:11 #78 DONE 0.1s 08:33:11 08:33:11 #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:33:12 #79 ... 08:33:12 08:33:12 #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:33:12 #80 DONE 1.5s 08:33:12 08:33:12 #81 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:33:12 #81 DONE 1.4s 08:33:12 08:33:12 #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:33:12 #82 DONE 1.5s 08:33:12 08:33:12 #83 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:33:12 #83 DONE 0.0s 08:33:12 08:33:12 #84 [security-spire-server stage-2 6/9] COPY security.txt / 08:33:13 #84 ... 08:33:13 08:33:13 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:33:13 #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 16.1s done 08:33:13 #53 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 16.6s done 08:33:13 #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 08:33:13 #53 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.9s done 08:33:13 #53 ... 08:33:13 08:33:13 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:33:13 #85 DONE 0.9s 08:33:13 08:33:13 #84 [security-spire-server stage-2 6/9] COPY security.txt / 08:33:13 #84 DONE 0.9s 08:33:13 08:33:13 #86 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:33:13 #86 DONE 0.9s 08:33:13 08:33:13 #87 [security-spire-config stage-2 6/10] COPY security.txt / 08:33:13 #87 DONE 0.0s 08:33:13 08:33:13 #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:33:13 #88 DONE 0.0s 08:33:13 08:33:13 #89 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:33:13 #89 DONE 0.0s 08:33:13 08:33:13 #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:33:13 #90 DONE 0.0s 08:33:13 08:33:13 #91 [security-spire-agent stage-3 7/10] COPY security.txt / 08:33:13 #91 DONE 0.0s 08:33:13 08:33:13 #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:33:13 #92 DONE 0.1s 08:33:13 08:33:13 #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:33:13 #93 DONE 0.1s 08:33:13 08:33:13 #94 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:33:13 #94 DONE 0.1s 08:33:13 08:33:13 #95 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:33:13 #95 DONE 0.1s 08:33:13 08:33:13 #96 [security-spire-server] exporting to image 08:33:13 #96 exporting layers 08:33:13 #96 ... 08:33:13 08:33:13 #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:33:13 #97 DONE 0.1s 08:33:13 08:33:13 #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:33:13 #98 DONE 0.1s 08:33:13 08:33:13 #99 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:33:13 #99 DONE 0.1s 08:33:13 08:33:13 #96 [security-spire-config] exporting to image 08:33:14 #96 ... 08:33:14 08:33:14 #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:33:14 #79 DONE 3.1s 08:33:14 08:33:14 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:33:14 #100 DONE 0.0s 08:33:14 08:33:14 #96 [security-spire-config] exporting to image 08:33:14 #96 exporting layers 0.6s done 08:33:14 #96 writing image sha256:af0c09aadff5fdae40371e94f6c08abd2844a018edd4d5be5c9db20ce8b40df3 0.0s done 08:33:14 #96 naming to docker.io/library/security-spire-server done 08:33:14 #96 writing image sha256:86205a9b156a719487286433985f8f65f3b26b7f0772e659937e4edd9f1e9f38 done 08:33:14 #96 naming to docker.io/library/security-spire-config done 08:33:14 #96 exporting layers 0.5s done 08:33:14 #96 writing image sha256:1d2cad1c975a2817093870b0529619637152f598f0c4007fbdc10c958fcccb04 done 08:33:14 #96 naming to docker.io/library/security-spire-agent done 08:33:14 #96 DONE 0.7s 08:33:14 08:33:14 #101 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:18 #101 ... 08:33:18 08:33:18 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:18 #102 ... 08:33:18 08:33:18 #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:18 #103 ... 08:33:18 08:33:18 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:57 Removing intermediate container 0fe597fe8b4e 08:33:57 ---> bc4373757390 08:33:57 Successfully built bc4373757390 08:33:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:57 #104 DONE 44.7s 08:33:57 08:33:57 #101 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:57 #101 DONE 44.7s 08:33:57 08:33:57 #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:57 #102 DONE 44.7s 08:33:57 08:33:57 #105 [support-notifications builder 6/7] COPY . . 08:33:57 #105 ... 08:33:57 08:33:57 #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:57 #103 DONE 44.7s 08:33:57 08:33:57 #106 [security-proxy-setup builder 6/7] COPY . . 08:33:58 + docker inspect -f . ci-base-image-arm64 08:33:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:33:58 prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container 08:33:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** ci-base-image-arm64 cat 08:34:01 $ docker top 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 -eo pid,comm 08:34:01 #106 DONE 8.2s 08:34:01 08:34:01 #107 [core-command builder 4/7] COPY go.mod vendor* ./ 08:34:01 #107 CACHED 08:34:01 08:34:01 #108 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #108 CACHED 08:34:01 08:34:01 #109 [core-command builder 6/7] COPY . . 08:34:01 #109 CACHED 08:34:01 08:34:01 #110 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #110 CACHED 08:34:01 08:34:01 #111 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:34:01 #111 CACHED 08:34:01 08:34:01 #112 [security-proxy-auth builder 6/7] COPY . . 08:34:01 #112 CACHED 08:34:01 08:34:01 #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #113 CACHED 08:34:01 08:34:01 #114 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:34:01 #114 CACHED 08:34:01 08:34:01 #115 [support-scheduler builder 6/7] COPY . . 08:34:01 #115 CACHED 08:34:01 08:34:01 #105 [support-notifications builder 6/7] COPY . . 08:34:01 #105 DONE 8.2s 08:34:01 08:34:01 #116 [security-bootstrapper builder 6/7] COPY . . 08:34:01 #116 CACHED 08:34:01 08:34:01 #117 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:34:01 #117 CACHED 08:34:01 08:34:01 #118 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #118 CACHED 08:34:01 08:34:01 #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #119 CACHED 08:34:01 08:34:01 #120 [core-data builder 4/7] COPY go.mod vendor* ./ 08:34:01 #120 CACHED 08:34:01 08:34:01 #121 [core-data builder 6/7] COPY . . 08:34:01 #121 CACHED 08:34:01 08:34:01 #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #122 CACHED 08:34:01 08:34:01 #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:34:01 #123 CACHED 08:34:01 08:34:01 #124 [core-common-config-bootstrapper builder 6/7] COPY . . 08:34:01 #124 CACHED 08:34:01 08:34:01 #125 [core-metadata builder 6/7] COPY . . 08:34:01 #125 DONE 8.2s 08:34:01 08:34:01 #126 [security-secretstore-setup builder 6/7] COPY . . 08:34:01 #126 CACHED 08:34:01 08:34:01 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:34:01 #127 CACHED 08:34:01 08:34:01 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:34:01 #128 CACHED 08:34:01 08:34:01 #129 [security-spiffe-token-provider builder 6/7] COPY . . 08:34:01 #129 DONE 8.2s 08:34:01 08:34:01 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [Pipeline] { [Pipeline] sh 08:34:02 + go version 08:34:02 go version go1.21.0 linux/arm64 [Pipeline] } 08:34:02 $ docker stop --time=1 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 08:34:02 #130 1.064 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:34:03 $ docker rm -f --volumes 331621eb44a43a67838aea0d59238fa580571805ca3edd8012f2cce3fd500ab9 [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] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:04 08:34:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:05 latest: Pulling from edgex-devops/edgex-compose-arm64 08:34:05 547446be3368: Pulling fs layer 08:34:05 d125d8839a47: Pulling fs layer 08:34:05 3e85d5ac6304: Pulling fs layer 08:34:05 c3105a71a48b: Pulling fs layer 08:34:05 0f093f025ec4: Pulling fs layer 08:34:05 c3106fc0e877: Pulling fs layer 08:34:05 0f093f025ec4: Waiting 08:34:05 c3105a71a48b: Waiting 08:34:05 c3106fc0e877: Waiting 08:34:05 547446be3368: Verifying Checksum 08:34:05 547446be3368: Download complete 08:34:05 c3105a71a48b: Verifying Checksum 08:34:05 c3105a71a48b: Download complete 08:34:05 d125d8839a47: Verifying Checksum 08:34:05 d125d8839a47: Download complete 08:34:05 c3106fc0e877: Verifying Checksum 08:34:05 c3106fc0e877: Download complete 08:34:05 0f093f025ec4: Verifying Checksum 08:34:05 0f093f025ec4: Download complete 08:34:05 547446be3368: Pull complete 08:34:06 #130 ... 08:34:06 08:34:06 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:34:06 #0 0.834 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:34:06 d125d8839a47: Pull complete 08:34:07 3e85d5ac6304: Verifying Checksum 08:34:07 3e85d5ac6304: Download complete 08:34:12 #131 ... 08:34:12 08:34:12 #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:34:12 #0 0.870 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:34:12 #132 ... 08:34:12 08:34:12 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:34:12 #0 0.339 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:34:12 #133 ... 08:34:12 08:34:12 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:34:12 #0 0.644 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:34:12 #134 ... 08:34:12 08:34:12 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:34:12 #0 1.161 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:34:12 #135 ... 08:34:12 08:34:12 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:34:12 #0 0.415 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:34:12 #136 ... 08:34:12 08:34:12 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:34:12 #0 0.774 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 08:34:12 #137 ... 08:34:12 08:34:12 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:34:12 #0 0.640 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:34:12 #138 ... 08:34:12 08:34:12 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:34:12 #0 1.255 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:34:12 #139 ... 08:34:12 08:34:12 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:34:12 #0 1.236 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:34:17 3e85d5ac6304: Pull complete 08:34:17 c3105a71a48b: Pull complete 08:34:17 0f093f025ec4: Pull complete 08:34:17 c3106fc0e877: Pull complete 08:34:17 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 08:34:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:34:17 prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container 08:34:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:34:19 $ docker top 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:20 + docker compose -f ./docker-compose-build.yml build --parallel 08:34:30 #1 [support-notifications internal] load build definition from Dockerfile 08:34:30 #1 transferring dockerfile: 1.95kB done 08:34:30 #1 DONE 0.5s 08:34:30 08:34:30 #2 [core-command internal] load build definition from Dockerfile 08:34:30 #2 transferring dockerfile: 1.93kB done 08:34:30 #2 DONE 0.1s 08:34:30 08:34:30 #3 [support-scheduler internal] load build definition from Dockerfile 08:34:30 #3 transferring dockerfile: 1.93kB 0.0s done 08:34:30 #3 DONE 0.1s 08:34:30 08:34:30 #4 [security-proxy-setup internal] load build definition from Dockerfile 08:34:30 #4 transferring dockerfile: 2.50kB 0.0s done 08:34:30 #4 DONE 0.1s 08:34:30 08:34:30 #5 [security-secretstore-setup internal] load build definition from Dockerfile 08:34:30 #5 transferring dockerfile: 2.49kB done 08:34:30 #5 DONE 0.1s 08:34:30 08:34:30 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:34:30 #6 transferring dockerfile: 2.23kB done 08:34:30 #6 DONE 0.1s 08:34:30 08:34:30 #7 [security-bootstrapper internal] load build definition from Dockerfile 08:34:30 #7 transferring dockerfile: 2.93kB 0.0s done 08:34:30 #7 DONE 0.1s 08:34:30 08:34:30 #8 [security-proxy-auth internal] load build definition from Dockerfile 08:34:30 #8 transferring dockerfile: 2.15kB done 08:34:30 #8 DONE 0.0s 08:34:30 08:34:30 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:34:30 #9 transferring dockerfile: 1.89kB done 08:34:30 #9 DONE 0.1s 08:34:30 08:34:30 #10 [security-spire-agent internal] load build definition from Dockerfile 08:34:30 #10 transferring dockerfile: 1.81kB done 08:34:30 #10 DONE 0.1s 08:34:30 08:34:30 #11 [security-spire-server internal] load build definition from Dockerfile 08:34:30 #11 transferring dockerfile: 1.70kB 0.0s done 08:34:30 #11 DONE 0.1s 08:34:30 08:34:30 #12 [core-metadata internal] load build definition from Dockerfile 08:34:30 #12 transferring dockerfile: 2.06kB 0.0s done 08:34:30 #12 DONE 0.1s 08:34:30 08:34:30 #13 [core-data internal] load build definition from Dockerfile 08:34:30 #13 transferring dockerfile: 2.01kB done 08:34:30 #13 DONE 0.1s 08:34:30 08:34:30 #14 [security-spire-config internal] load build definition from Dockerfile 08:34:30 #14 transferring dockerfile: 1.69kB done 08:34:30 #14 DONE 0.1s 08:34:30 08:34:30 #15 [support-notifications internal] load .dockerignore 08:34:30 #15 transferring context: 08:34:30 #15 transferring context: 50B 0.0s done 08:34:30 #15 DONE 0.1s 08:34:30 08:34:30 #16 [core-command internal] load .dockerignore 08:34:30 #16 transferring context: 50B done 08:34:30 #16 DONE 0.0s 08:34:30 08:34:30 #17 [support-scheduler internal] load .dockerignore 08:34:30 #17 transferring context: 50B done 08:34:30 #17 DONE 0.0s 08:34:30 08:34:30 #18 [security-proxy-setup internal] load .dockerignore 08:34:30 #18 transferring context: 50B done 08:34:30 #18 DONE 0.1s 08:34:31 08:34:31 #19 [security-secretstore-setup internal] load .dockerignore 08:34:31 #19 transferring context: 50B done 08:34:31 #19 DONE 0.1s 08:34:31 08:34:31 #20 [core-common-config-bootstrapper internal] load .dockerignore 08:34:31 #20 transferring context: 50B done 08:34:31 #20 DONE 0.1s 08:34:31 08:34:31 #21 [security-bootstrapper internal] load .dockerignore 08:34:31 #21 transferring context: 50B done 08:34:31 #21 DONE 0.1s 08:34:31 08:34:31 #22 [security-proxy-auth internal] load .dockerignore 08:34:31 #22 transferring context: 50B 0.0s done 08:34:31 #22 DONE 0.1s 08:34:31 08:34:31 #23 [security-spiffe-token-provider internal] load .dockerignore 08:34:31 #23 transferring context: 50B done 08:34:31 #23 DONE 0.1s 08:34:31 08:34:31 #24 [security-spire-agent internal] load .dockerignore 08:34:31 #24 transferring context: 50B done 08:34:31 #24 DONE 0.0s 08:34:31 08:34:31 #25 [security-spire-server internal] load .dockerignore 08:34:31 #25 transferring context: 50B 0.0s done 08:34:31 #25 DONE 0.1s 08:34:31 08:34:31 #26 [core-metadata internal] load .dockerignore 08:34:31 #26 transferring context: 50B 0.0s done 08:34:31 #26 DONE 0.1s 08:34:31 08:34:31 #27 [core-data internal] load .dockerignore 08:34:31 #27 transferring context: 50B 0.0s done 08:34:31 #27 DONE 0.1s 08:34:31 08:34:31 #28 [security-spire-config internal] load .dockerignore 08:34:31 #28 transferring context: 50B 0.0s done 08:34:31 #28 DONE 0.1s 08:34:31 08:34:31 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:31 #29 DONE 0.0s 08:34:31 08:34:31 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 08:34:32 #30 ... 08:34:32 08:34:32 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:32 #29 DONE 0.0s 08:34:32 08:34:32 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 08:34:32 #30 DONE 0.7s 08:34:32 08:34:32 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:32 #29 DONE 0.0s 08:34:32 08:34:32 #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:32 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:32 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:32 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:32 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:32 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:32 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 0B / 3.33MB 0.1s 08:34:32 #31 ... 08:34:32 08:34:32 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:32 #29 DONE 0.0s 08:34:32 08:34:32 #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:32 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 1.05MB / 3.33MB 0.2s 08:34:32 #31 ... 08:34:32 08:34:32 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:32 #29 DONE 0.0s 08:34:32 08:34:32 #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:32 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:32 #31 ... 08:34:32 08:34:32 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:32 #29 DONE 0.0s 08:34:32 08:34:32 #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:32 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:32 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:32 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:32 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:32 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:33 #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 08:34:33 #31 ... 08:34:33 08:34:33 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 08:34:33 #30 DONE 0.8s 08:34:33 08:34:33 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:33 #29 DONE 0.0s 08:34:33 08:34:33 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 08:34:33 #30 ... 08:34:33 08:34:33 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:33 #29 DONE 0.0s 08:34:33 08:34:33 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 08:34:34 #30 DONE 1.6s 08:34:34 08:34:34 #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:34 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:34 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:34 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:34 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:34 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:34 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:34 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:34 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:34 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:34 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:34 #31 ... 08:34:34 08:34:34 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:34 #29 DONE 0.0s 08:34:34 08:34:34 #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:34 #31 ... 08:34:34 08:34:34 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 08:34:34 #30 DONE 1.8s 08:34:34 08:34:34 #32 [core-command internal] load build context 08:34:34 #32 transferring context: 2.56MB 1.7s done 08:34:34 #32 DONE 2.1s 08:34:34 08:34:34 #33 [support-notifications internal] load build context 08:34:34 #33 transferring context: 2.56MB 1.7s done 08:34:34 #33 DONE 2.2s 08:34:34 08:34:34 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:34:34 #29 DONE 0.0s 08:34:34 08:34:34 #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:34 #31 ... 08:34:34 08:34:34 #34 [core-metadata internal] load build context 08:34:34 #34 DONE 0.0s 08:34:34 08:34:34 #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:34 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:34 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:34 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:34 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:34 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:35 #31 ... 08:34:35 08:34:35 #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 08:34:35 #30 DONE 2.2s 08:34:35 08:34:35 #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:35 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:35 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:35 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:35 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:35 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:35 #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 2.4s done 08:34:36 #31 ... 08:34:36 08:34:36 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 08:34:36 #35 DONE 1.9s 08:34:36 08:34:36 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 08:34:36 #36 DONE 1.9s 08:34:36 08:34:36 #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:36 #31 resolve docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 0.1s done 08:34:36 #31 sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 1.64kB / 1.64kB done 08:34:36 #31 sha256:6ce9a9a256a3495ae60ab0059ed1c7aee5ee89450477f2223f6ea7f6296df555 528B / 528B done 08:34:36 #31 sha256:3cc20332140056b331ad58185ab589c085f4e7d79d8c9769533d6a9b95d4b1b0 1.49kB / 1.49kB done 08:34:36 #31 sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 3.33MB / 3.33MB 0.4s done 08:34:36 #31 extracting sha256:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 2.4s done 08:34:36 #31 ... 08:34:36 08:34:36 #37 [core-common-config-bootstrapper internal] load build context 08:34:36 #37 transferring context: 2.56MB 1.9s done 08:34:36 #37 DONE 3.1s 08:34:36 08:34:36 #38 [security-proxy-setup internal] load build context 08:34:36 #38 transferring context: 2.56MB 2.2s done 08:34:36 #38 DONE 3.5s 08:34:36 08:34:36 #39 [security-secretstore-setup internal] load build context 08:34:36 #39 transferring context: 2.56MB 2.2s done 08:34:36 #39 DONE 3.1s 08:34:36 08:34:36 #40 [support-scheduler internal] load build context 08:34:36 #40 transferring context: 2.56MB 2.6s done 08:34:36 #40 DONE 3.6s 08:34:36 08:34:36 #41 [security-proxy-auth internal] load build context 08:34:36 #41 transferring context: 2.56MB 1.3s done 08:34:36 #41 DONE 2.3s 08:34:36 08:34:36 #42 [security-bootstrapper internal] load build context 08:34:36 #42 transferring context: 2.56MB 1.4s done 08:34:36 #42 DONE 2.7s 08:34:36 08:34:36 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:36 #43 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 08:34:36 #43 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.2s 08:34:36 #43 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s 08:34:36 #43 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done 08:34:36 #43 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 08:34:36 #43 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 08:34:36 #43 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 08:34:36 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.2s 08:34:36 #43 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 08:34:36 #43 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done 08:34:36 #43 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done 08:34:36 #43 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 08:34:36 #43 ... 08:34:36 08:34:36 #44 [security-spiffe-token-provider internal] load build context 08:34:36 #44 transferring context: 2.56MB 1.3s done 08:34:36 #44 DONE 2.2s 08:34:36 08:34:36 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:34:37 #31 ... 08:34:37 08:34:37 #45 [security-spire-agent internal] load build context 08:34:37 #45 transferring context: 17.63kB 0.1s done 08:34:37 #45 DONE 1.0s 08:34:37 08:34:37 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:37 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 1.0s 08:34:37 #43 ... 08:34:37 08:34:37 #46 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 08:34:37 #46 DONE 1.7s 08:34:37 08:34:37 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:37 #43 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 08:34:37 #43 ... 08:34:37 08:34:37 #47 [core-data internal] load build context 08:34:37 #47 transferring context: 2.56MB 0.9s done 08:34:37 #47 DONE 2.0s 08:34:37 08:34:37 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:37 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 1.3s 08:34:37 #43 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 08:34:37 #43 ... 08:34:37 08:34:37 #48 [security-spire-config internal] load build context 08:34:37 #48 transferring context: 16.35kB 0.1s done 08:34:37 #48 DONE 1.4s 08:34:37 08:34:37 #49 [security-spire-server internal] load build context 08:34:37 #49 transferring context: 18.10kB 0.0s done 08:34:37 #49 DONE 1.4s 08:34:37 08:34:37 #34 [core-metadata internal] load build context 08:34:37 #34 transferring context: 2.56MB 0.9s done 08:34:37 #34 DONE 2.5s 08:34:37 08:34:37 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:37 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.58MB / 23.39MB 1.4s 08:34:37 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 1.6s 08:34:38 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.69MB / 23.39MB 2.0s 08:34:38 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.84MB / 23.39MB 2.2s 08:34:38 #43 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 08:34:38 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.02MB / 23.39MB 2.3s 08:34:38 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.4s 08:34:38 #43 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.4s done 08:34:42 #43 ... 08:34:42 08:34:42 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:34:42 #50 ... 08:34:42 08:34:42 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:34:42 #51 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done 08:34:42 #51 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 08:34:42 #51 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 08:34:42 #51 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 08:34:42 #51 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 08:34:42 #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 08:34:42 #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 08:34:42 #51 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0B / 300B 0.3s 08:34:42 #51 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 2.0s done 08:34:42 #51 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 08:34:42 #51 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 08:34:43 #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 08:34:43 #51 ... 08:34:43 08:34:43 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:43 #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 08:34:47 #43 ... 08:34:47 08:34:47 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:34:47 #0 6.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 7.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #52 ... 08:34:47 08:34:47 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:34:47 #0 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 9.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #53 ... 08:34:47 08:34:47 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:34:47 #0 6.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 7.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #54 ... 08:34:47 08:34:47 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:34:47 #0 6.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 8.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #55 ... 08:34:47 08:34:47 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 08:34:47 #0 6.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 8.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #56 ... 08:34:47 08:34:47 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:34:47 #0 6.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 7.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:47 #57 ... 08:34:47 08:34:47 #58 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 08:34:47 #0 6.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:47 #0 8.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #58 ... 08:34:48 08:34:48 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:34:48 #0 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 8.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #59 ... 08:34:48 08:34:48 #60 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 08:34:48 #0 9.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #60 ... 08:34:48 08:34:48 #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:34:48 #0 6.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 8.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #61 ... 08:34:48 08:34:48 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:34:48 #0 6.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #62 ... 08:34:48 08:34:48 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:34:48 #0 6.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 8.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #63 ... 08:34:48 08:34:48 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:34:48 #0 6.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:34:48 #0 8.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:34:48 #64 ... 08:34:48 08:34:48 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:48 #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.5s 08:34:51 #43 ... 08:34:51 08:34:51 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:34:51 #64 12.92 OK: 266 MiB in 52 packages 08:34:51 #64 DONE 14.0s 08:34:51 08:34:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:51 #43 ... 08:34:51 08:34:51 #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:34:51 #65 DONE 0.6s 08:34:51 08:34:51 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:34:52 #43 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.5s done 08:34:53 #43 ... 08:34:53 08:34:53 #58 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 08:34:53 #58 14.81 (1/1) Installing dumb-init (1.2.5-r2) 08:34:53 #58 14.86 Executing busybox-1.36.1-r2.trigger 08:34:53 #58 15.08 OK: 8 MiB in 16 packages 08:34:53 #58 DONE 16.2s 08:34:53 08:34:53 #66 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 08:34:54 #66 ... 08:34:54 08:34:54 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:34:54 #53 15.73 OK: 266 MiB in 52 packages 08:34:54 #53 DONE 17.2s 08:34:54 08:34:54 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:34:54 #51 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.2s done 08:34:54 #51 ... 08:34:54 08:34:54 #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:34:55 #67 ... 08:34:55 08:34:55 #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:34:55 #57 15.40 (1/1) Installing dumb-init (1.2.5-r2) 08:34:55 #57 15.45 Executing busybox-1.36.1-r2.trigger 08:34:55 #57 15.56 OK: 8 MiB in 16 packages 08:34:55 #57 DONE 17.7s 08:34:55 08:34:55 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:34:55 #55 15.29 (1/2) Installing dumb-init (1.2.5-r2) 08:34:55 #55 15.34 (2/2) Installing su-exec (0.2-r3) 08:34:55 #55 15.37 Executing busybox-1.36.1-r2.trigger 08:34:55 #55 15.55 OK: 8 MiB in 17 packages 08:34:55 #55 DONE 17.8s 08:34:55 08:34:55 #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:34:55 #68 ... 08:34:55 08:34:55 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 08:34:55 #56 13.57 (1/2) Installing ca-certificates (20230506-r0) 08:34:55 #56 14.12 (2/2) Installing dumb-init (1.2.5-r2) 08:34:55 #56 14.14 Executing busybox-1.36.1-r2.trigger 08:34:55 #56 14.44 Executing ca-certificates-20230506-r0.trigger 08:34:55 #56 15.97 OK: 9 MiB in 17 packages 08:34:55 #56 DONE 18.0s 08:34:55 08:34:55 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:34:55 #69 ... 08:34:55 08:34:55 #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:34:55 #67 DONE 1.6s 08:34:56 08:34:56 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:34:56 #62 15.10 (1/6) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:34:56 #62 15.57 (2/6) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:34:56 #62 15.73 (3/6) Installing dumb-init (1.2.5-r2) 08:34:56 #62 15.75 (4/6) Installing openssl (3.1.4-r1) 08:34:56 #62 16.00 (5/6) Installing su-exec (0.2-r3) 08:34:56 #62 16.02 (6/6) Installing yq (4.33.3-r5) 08:34:56 #62 17.14 Executing busybox-1.36.1-r2.trigger 08:34:56 #62 17.40 OK: 18 MiB in 19 packages 08:34:56 #62 ... 08:34:56 08:34:56 #60 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 08:34:56 #60 17.11 OK: 266 MiB in 52 packages 08:34:56 #60 DONE 19.1s 08:34:56 08:34:56 #70 [core-command builder 4/7] COPY go.mod vendor* ./ 08:34:56 #70 ... 08:34:56 08:34:56 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:34:56 #62 DONE 19.2s 08:34:56 08:34:56 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:34:56 #59 14.33 (1/4) Installing ca-certificates (20230506-r0) 08:34:56 #59 14.90 (2/4) Installing dumb-init (1.2.5-r2) 08:34:56 #59 14.96 (3/4) Installing su-exec (0.2-r3) 08:34:56 #59 14.96 (4/4) Installing yq (4.33.3-r5) 08:34:56 #59 16.44 Executing busybox-1.36.1-r2.trigger 08:34:56 #59 16.47 Executing ca-certificates-20230506-r0.trigger 08:34:56 #59 17.46 OK: 18 MiB in 19 packages 08:34:56 #59 DONE 19.3s 08:34:56 08:34:56 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:34:57 #71 ... 08:34:57 08:34:57 #70 [core-command builder 4/7] COPY go.mod vendor* ./ 08:34:57 #70 DONE 1.1s 08:34:57 08:34:57 #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:00 #72 ... 08:35:00 08:35:00 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:35:00 #54 13.70 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:35:00 #54 13.70 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:35:00 #54 13.70 OK: 19953 distinct packages available 08:35:00 #54 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:00 #54 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:00 #54 21.15 (1/4) Installing dumb-init (1.2.5-r2) 08:35:00 #54 21.24 (2/4) Installing musl-obstack (1.2.3-r2) 08:35:00 #54 21.24 (3/4) Installing libucontext (1.2-r2) 08:35:00 #54 21.30 (4/4) Installing gcompat (1.1.0-r1) 08:35:00 #54 21.30 Executing busybox-1.36.1-r2.trigger 08:35:00 #54 21.40 OK: 8 MiB in 19 packages 08:35:00 #54 DONE 22.8s 08:35:00 08:35:00 #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:35:00 #61 15.52 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:35:00 #61 15.52 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:35:00 #61 15.52 OK: 19953 distinct packages available 08:35:00 #61 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:00 #61 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:00 #61 21.17 (1/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:00 #61 21.31 (2/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:00 #61 21.36 (3/7) Installing dumb-init (1.2.5-r2) 08:35:00 #61 21.38 (4/7) Installing musl-obstack (1.2.3-r2) 08:35:00 #61 21.38 (5/7) Installing libucontext (1.2-r2) 08:35:00 #61 21.41 (6/7) Installing gcompat (1.1.0-r1) 08:35:00 #61 21.45 (7/7) Installing openssl (3.1.4-r1) 08:35:00 #61 21.49 Executing busybox-1.36.1-r2.trigger 08:35:00 #61 21.56 OK: 9 MiB in 20 packages 08:35:00 #61 DONE 22.8s 08:35:00 08:35:00 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:35:00 #73 ... 08:35:00 08:35:00 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:35:00 #52 13.17 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:35:00 #52 13.17 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:35:00 #52 13.17 OK: 19953 distinct packages available 08:35:00 #52 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:00 #52 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:00 #52 20.64 (1/11) Installing ca-certificates (20230506-r0) 08:35:00 #52 20.83 (2/11) Installing brotli-libs (1.0.9-r14) 08:35:00 #52 20.88 (3/11) Installing libunistring (1.1-r1) 08:35:00 #52 21.00 (4/11) Installing libidn2 (2.3.4-r1) 08:35:00 #52 21.02 (5/11) Installing nghttp2-libs (1.57.0-r0) 08:35:00 #52 21.04 (6/11) Installing libcurl (8.4.0-r0) 08:35:00 #52 21.08 (7/11) Installing curl (8.4.0-r0) 08:35:00 #52 21.18 (8/11) Installing dumb-init (1.2.5-r2) 08:35:00 #52 21.18 (9/11) Installing musl-obstack (1.2.3-r2) 08:35:00 #52 21.18 (10/11) Installing libucontext (1.2-r2) 08:35:00 #52 21.22 (11/11) Installing gcompat (1.1.0-r1) 08:35:00 #52 21.25 Executing busybox-1.36.1-r2.trigger 08:35:00 #52 21.32 Executing ca-certificates-20230506-r0.trigger 08:35:00 #52 22.35 OK: 13 MiB in 26 packages 08:35:00 #52 DONE 23.3s 08:35:00 08:35:00 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:35:00 #74 ... 08:35:00 08:35:00 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:35:00 #63 15.50 v3.18.4-256-g7c18b4ada09 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 08:35:00 #63 15.50 v3.18.4-261-g9f2d1c1be27 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 08:35:00 #63 15.50 OK: 19946 distinct packages available 08:35:00 #63 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:00 #63 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:00 #63 22.71 OK: 266 MiB in 52 packages 08:35:00 #63 DONE 23.3s 08:35:00 08:35:00 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:35:01 #75 ... 08:35:01 08:35:01 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:02 #76 ... 08:35:02 08:35:02 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:35:02 #75 DONE 1.4s 08:35:02 08:35:02 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:05 #77 ... 08:35:05 08:35:05 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:35:05 #0 9.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:05 #78 ... 08:35:05 08:35:05 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:35:05 #69 9.865 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:06 #69 ... 08:35:06 08:35:06 #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:06 #79 ... 08:35:06 08:35:06 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:35:06 #73 6.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:06 #73 ... 08:35:06 08:35:06 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:35:06 #0 8.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:06 #0 9.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:06 #80 ... 08:35:06 08:35:06 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:35:06 #69 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:07 #69 ... 08:35:07 08:35:07 #66 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 08:35:07 #66 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:07 #66 10.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:07 #66 11.66 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:07 #66 11.74 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:07 #66 11.89 Executing busybox-1.36.1-r5.post-upgrade 08:35:07 #66 12.14 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:07 #66 12.14 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:07 #66 12.60 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:07 #66 12.64 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:07 #66 12.74 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:07 #66 12.77 Executing busybox-1.36.1-r5.trigger 08:35:07 #66 12.82 OK: 8 MiB in 16 packages 08:35:07 #66 DONE 13.9s 08:35:07 08:35:07 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:35:07 #78 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:10 #78 15.06 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:10 #78 15.11 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:10 #78 ... 08:35:10 08:35:10 #81 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 08:35:10 #0 6.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:10 #0 7.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:10 #81 ... 08:35:10 08:35:10 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:35:10 #78 15.21 Executing busybox-1.36.1-r5.post-upgrade 08:35:10 #78 15.57 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:10 #78 15.58 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #78 15.99 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #78 16.04 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #78 16.07 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #78 16.11 Executing busybox-1.36.1-r5.trigger 08:35:11 #78 16.21 OK: 8 MiB in 17 packages 08:35:11 #78 ... 08:35:11 08:35:11 #68 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:35:11 #68 9.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:11 #68 9.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:11 #68 14.32 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #68 14.41 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #68 14.54 Executing busybox-1.36.1-r5.post-upgrade 08:35:11 #68 14.88 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #68 14.88 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #68 15.22 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #68 15.30 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #68 15.33 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #68 15.37 Executing busybox-1.36.1-r5.trigger 08:35:11 #68 15.45 OK: 8 MiB in 16 packages 08:35:11 #68 DONE 16.6s 08:35:11 08:35:11 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:35:11 #80 13.22 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #80 13.30 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #80 13.39 Executing busybox-1.36.1-r5.post-upgrade 08:35:11 #80 13.74 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #80 13.76 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #80 13.78 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #80 13.81 Executing busybox-1.36.1-r5.trigger 08:35:11 #80 13.89 OK: 18 MiB in 19 packages 08:35:11 #80 DONE 15.3s 08:35:11 08:35:11 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:35:11 #82 DONE 0.3s 08:35:11 08:35:11 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:35:11 #69 14.97 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #69 15.05 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #69 15.17 Executing busybox-1.36.1-r5.post-upgrade 08:35:11 #69 15.44 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #69 15.45 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #69 15.71 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:11 #69 15.75 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:11 #69 15.77 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:11 #69 15.80 Executing busybox-1.36.1-r5.trigger 08:35:11 #69 15.85 Executing ca-certificates-20230506-r0.trigger 08:35:12 #69 16.97 OK: 9 MiB in 17 packages 08:35:12 #69 ... 08:35:12 08:35:12 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:35:12 #78 DONE 17.5s 08:35:12 08:35:12 #81 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 08:35:12 #81 10.44 (1/5) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:12 #81 10.52 (2/5) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:12 #81 10.65 Executing busybox-1.36.1-r5.post-upgrade 08:35:12 #81 11.00 (3/5) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:12 #81 11.01 (4/5) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:12 #81 11.03 (5/5) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:12 #81 11.10 Executing busybox-1.36.1-r5.trigger 08:35:12 #81 11.16 OK: 9 MiB in 20 packages 08:35:12 #81 DONE 12.6s 08:35:12 08:35:12 #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:35:13 #83 ... 08:35:13 08:35:13 #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:35:13 #69 DONE 18.2s 08:35:13 08:35:13 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:35:13 #73 7.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:13 #73 11.14 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:13 #73 11.21 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #73 11.28 Executing busybox-1.36.1-r5.post-upgrade 08:35:13 #73 11.78 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #73 11.80 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:13 #73 12.28 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:13 #73 12.37 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #73 12.39 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:13 #73 12.41 Executing busybox-1.36.1-r5.trigger 08:35:13 #73 12.58 OK: 8 MiB in 19 packages 08:35:13 #73 DONE 13.8s 08:35:13 08:35:13 #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:35:13 #84 ... 08:35:13 08:35:13 #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:35:13 #74 5.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:13 #74 6.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:13 #74 10.36 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:13 #74 10.43 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #74 10.54 Executing busybox-1.36.1-r5.post-upgrade 08:35:13 #74 10.99 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #74 11.03 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:13 #74 11.64 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:13 #74 11.70 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:13 #74 11.71 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:13 #74 11.75 Executing busybox-1.36.1-r5.trigger 08:35:14 #74 11.84 Executing ca-certificates-20230506-r0.trigger 08:35:14 #74 12.51 OK: 13 MiB in 26 packages 08:35:14 #74 DONE 13.6s 08:35:14 08:35:14 #71 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:35:14 #71 9.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 08:35:14 #71 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 08:35:14 #71 14.91 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 08:35:14 #71 15.03 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 08:35:14 #71 15.30 Executing busybox-1.36.1-r5.post-upgrade 08:35:14 #71 15.67 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 08:35:14 #71 15.71 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 08:35:14 #71 16.21 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 08:35:14 #71 16.30 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 08:35:14 #71 16.34 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 08:35:14 #71 16.39 Executing busybox-1.36.1-r5.trigger 08:35:14 #71 16.51 Executing ca-certificates-20230506-r0.trigger 08:35:14 #71 17.33 OK: 18 MiB in 19 packages 08:35:14 #71 DONE 18.0s 08:35:14 08:35:14 #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:35:15 #85 ... 08:35:15 08:35:15 #83 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:35:15 #83 DONE 2.7s 08:35:15 08:35:15 #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:35:15 #85 DONE 2.8s 08:35:15 08:35:15 #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:35:15 #86 ... 08:35:15 08:35:15 #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:35:15 #84 DONE 2.1s 08:35:15 08:35:15 #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:35:15 #86 DONE 0.4s 08:35:15 08:35:15 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:35:15 #87 DONE 3.3s 08:35:15 08:35:15 #88 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:35:16 #88 DONE 0.3s 08:35:16 08:35:16 #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:35:16 #89 DONE 0.4s 08:35:16 08:35:16 #90 [security-spire-server stage-2 6/9] COPY security.txt / 08:35:16 #90 DONE 0.3s 08:35:16 08:35:16 #91 [security-spire-config stage-2 6/10] COPY security.txt / 08:35:16 #91 ... 08:35:16 08:35:16 #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:35:16 #92 DONE 0.1s 08:35:16 08:35:16 #91 [security-spire-config stage-2 6/10] COPY security.txt / 08:35:16 #91 DONE 0.2s 08:35:16 08:35:16 #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:35:16 #93 ... 08:35:16 08:35:16 #94 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:35:16 #94 DONE 0.3s 08:35:16 08:35:16 #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:35:16 #93 DONE 0.3s 08:35:16 08:35:16 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:35:16 #95 DONE 1.4s 08:35:16 08:35:16 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:35:17 #96 ... 08:35:17 08:35:17 #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:35:17 #97 DONE 0.2s 08:35:17 08:35:17 #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:35:17 #98 DONE 0.2s 08:35:17 08:35:17 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:35:17 #96 DONE 0.2s 08:35:17 08:35:17 #99 [security-spire-server] exporting to image 08:35:17 #99 exporting layers 08:35:17 #99 ... 08:35:17 08:35:17 #100 [security-spire-agent stage-3 7/10] COPY security.txt / 08:35:17 #100 DONE 0.3s 08:35:17 08:35:17 #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:35:17 #101 DONE 0.3s 08:35:17 08:35:17 #99 [security-spire-config] exporting to image 08:35:17 #99 ... 08:35:17 08:35:17 #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:35:17 #102 DONE 0.2s 08:35:17 08:35:17 #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:35:17 #103 DONE 0.3s 08:35:17 08:35:17 #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:17 #72 ... 08:35:17 08:35:17 #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:35:17 #104 DONE 0.1s 08:35:18 08:35:18 #99 [security-spire-agent] exporting to image 08:35:19 #99 exporting layers 2.0s done 08:35:19 #99 writing image sha256:f50b9063cd696a27185758889956e50666abc26eb4eac796a8030b704e62e724 08:35:19 #99 writing image sha256:f50b9063cd696a27185758889956e50666abc26eb4eac796a8030b704e62e724 done 08:35:19 #99 naming to docker.io/library/security-spire-server-arm64 done 08:35:19 #99 exporting layers 1.8s done 08:35:19 #99 writing image sha256:cc42ef42d0e47172b1cae04ad5e5bab1f03951fa40fda72bc660d591b72dd596 done 08:35:19 #99 naming to docker.io/library/security-spire-config-arm64 done 08:35:19 #99 exporting layers 1.5s done 08:35:19 #99 writing image sha256:6181bc83ba2022cdaec7006b4e39a6184f31b3f3adc3793f95d4fc91b8c616d1 done 08:35:19 #99 naming to docker.io/library/security-spire-agent-arm64 done 08:35:19 #99 DONE 2.5s 08:35:19 08:35:19 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:35:20 #140 74.22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:35:20 #140 ... 08:35:20 08:35:20 #134 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:35:20 #134 DONE 79.0s 08:35:20 08:35:20 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:35:20 #137 DONE 78.9s 08:35:20 08:35:20 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:35:20 #131 DONE 79.0s 08:35:20 08:35:20 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:35:20 #140 DONE 79.0s 08:35:20 08:35:20 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:35:20 #138 DONE 79.0s 08:35:20 08:35:20 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:35:20 #133 DONE 79.0s 08:35:20 08:35:20 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:35:20 #139 DONE 79.1s 08:35:20 08:35:20 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:35:20 #141 ... 08:35:20 08:35:20 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:35:20 #135 DONE 79.2s 08:35:20 08:35:20 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:35:20 #130 DONE 79.4s 08:35:20 08:35:20 #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:35:20 #142 ... 08:35:20 08:35:20 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:35:20 #136 DONE 79.5s 08:35:20 08:35:20 #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:35:20 #132 DONE 79.5s 08:35:20 08:35:20 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:35:20 #141 DONE 0.6s 08:35:20 08:35:20 #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:35:20 #143 ... 08:35:20 08:35:20 #144 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:35:20 #144 DONE 0.8s 08:35:21 08:35:21 #145 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:35:21 #145 DONE 0.7s 08:35:21 08:35:21 #146 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #146 DONE 0.7s 08:35:21 08:35:21 #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #142 DONE 0.6s 08:35:21 08:35:21 #147 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #147 DONE 0.4s 08:35:21 08:35:21 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:35:21 #148 ... 08:35:21 08:35:21 #143 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #143 DONE 0.4s 08:35:21 08:35:21 #149 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:35:21 #149 DONE 0.2s 08:35:21 08:35:21 #150 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:35:21 #150 CACHED 08:35:21 08:35:21 #151 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #151 CACHED 08:35:21 08:35:21 #152 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:35:21 #152 DONE 0.5s 08:35:21 08:35:21 #153 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #153 CACHED 08:35:21 08:35:21 #154 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:35:21 #154 CACHED 08:35:21 08:35:21 #155 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:35:21 #155 CACHED 08:35:21 08:35:21 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #156 CACHED 08:35:21 08:35:21 #157 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 #157 CACHED 08:35:21 08:35:21 #158 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:35:21 #158 CACHED 08:35:21 08:35:21 #159 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:35:21 #159 ... 08:35:21 08:35:21 #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:35:21 #160 DONE 0.4s 08:35:21 08:35:21 #161 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:35:21 #161 DONE 0.4s 08:35:21 08:35:21 #162 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:35:21 #162 DONE 0.3s 08:35:21 08:35:21 #163 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:35:21 #163 DONE 0.4s 08:35:21 08:35:21 #164 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:35:22 #164 ... 08:35:22 08:35:22 #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 08:35:22 #165 DONE 1.2s 08:35:22 08:35:22 #166 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:35:23 #166 ... 08:35:23 08:35:23 #159 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:35:23 #159 DONE 1.7s 08:35:23 08:35:23 #167 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:35:23 #167 DONE 1.8s 08:35:23 08:35:23 #168 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:35:23 #168 DONE 1.8s 08:35:23 08:35:23 #169 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:35:23 #169 DONE 1.8s 08:35:23 08:35:23 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:35:23 #170 DONE 1.8s 08:35:23 08:35:23 #171 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:35:23 #171 DONE 1.7s 08:35:23 08:35:23 #172 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:35:23 #172 ... 08:35:23 08:35:23 #173 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:35:23 #173 DONE 1.9s 08:35:23 08:35:23 #166 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:35:23 #166 DONE 1.9s 08:35:23 08:35:23 #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:35:23 #148 DONE 2.4s 08:35:23 08:35:23 #164 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:35:23 #164 DONE 2.0s 08:35:23 08:35:23 #174 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:35:23 #174 DONE 0.6s 08:35:23 08:35:23 #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:35:23 #175 DONE 0.7s 08:35:23 08:35:23 #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:35:23 #176 ... 08:35:23 08:35:23 #177 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:35:23 #177 DONE 0.6s 08:35:23 08:35:23 #178 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:35:23 #178 DONE 0.6s 08:35:23 08:35:23 #179 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:35:23 #179 DONE 0.6s 08:35:23 08:35:23 #172 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:35:23 #172 DONE 0.6s 08:35:23 08:35:23 #180 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:35:23 #180 DONE 0.4s 08:35:23 08:35:23 #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:35:23 #181 DONE 0.4s 08:35:23 08:35:23 #182 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:35:23 #182 DONE 0.4s 08:35:23 08:35:23 #96 [security-spiffe-token-provider] exporting to image 08:35:23 #96 exporting layers 08:35:24 #96 ... 08:35:24 08:35:24 #183 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:35:24 #183 DONE 0.6s 08:35:24 08:35:24 #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:35:24 #184 DONE 0.4s 08:35:24 08:35:24 #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:35:24 #176 DONE 0.5s 08:35:24 08:35:24 #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:35:24 #185 DONE 0.5s 08:35:24 08:35:24 #186 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:35:24 #186 DONE 0.6s 08:35:24 08:35:24 #96 [core-metadata] exporting to image 08:35:24 #96 ... 08:35:24 08:35:24 #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:35:24 #187 DONE 0.5s 08:35:24 08:35:24 #188 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:35:24 #188 DONE 0.5s 08:35:24 08:35:24 #96 [core-metadata] exporting to image 08:35:24 #96 exporting layers 0.2s done 08:35:24 #96 ... 08:35:24 08:35:24 #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:35:24 #189 DONE 0.3s 08:35:24 08:35:24 #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:35:24 #190 DONE 0.3s 08:35:24 08:35:24 #96 [core-metadata] exporting to image 08:35:24 #96 writing image sha256:0670e98ad62a7e78c9e0f963085322f38dd359b1dcd77edf8b8af6620c7a6091 08:35:24 #96 writing image sha256:d5e4d905ca49eedaf37fa1d90e41274c274c76ccdbcf54dbf4d288dd6807192b 08:35:24 #96 writing image sha256:f2bdac05dd0c801a2a4b93cce0711b7d30e11ebc639ce64e7b1d3d40cfa61841 08:35:24 #96 writing image sha256:d5e4d905ca49eedaf37fa1d90e41274c274c76ccdbcf54dbf4d288dd6807192b 0.2s done 08:35:24 #96 naming to docker.io/library/core-command 08:35:24 #96 exporting layers 0.8s done 08:35:24 #96 naming to docker.io/library/core-command done 08:35:24 #96 writing image sha256:b8c6db2aee2344bc4b572f019856de870592d9ff907d32c6c26e31221e4c58b2 08:35:24 #96 ... 08:35:24 08:35:24 #191 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:35:24 #191 DONE 0.4s 08:35:24 08:35:24 #192 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:35:24 #192 DONE 0.5s 08:35:24 08:35:24 #96 [core-metadata] exporting to image 08:35:24 #96 exporting layers 0.7s done 08:35:24 #96 writing image sha256:0670e98ad62a7e78c9e0f963085322f38dd359b1dcd77edf8b8af6620c7a6091 0.4s done 08:35:24 #96 writing image sha256:f2bdac05dd0c801a2a4b93cce0711b7d30e11ebc639ce64e7b1d3d40cfa61841 0.4s done 08:35:24 #96 writing image sha256:b8c6db2aee2344bc4b572f019856de870592d9ff907d32c6c26e31221e4c58b2 0.2s done 08:35:24 #96 naming to docker.io/library/support-scheduler done 08:35:24 #96 naming to docker.io/library/security-spiffe-token-provider done 08:35:24 #96 naming to docker.io/library/core-data done 08:35:24 #96 writing image sha256:0ae708d4530e00ddda767694ee4737fb2f49633adc5a05bd3379062591e3cb28 done 08:35:24 #96 naming to docker.io/library/core-metadata done 08:35:24 #96 writing image sha256:ed4255d427934be0ae8396e5360bfab7bc9e8b97a2b46cef5d86e9aa0de638da 08:35:24 #96 ... 08:35:24 08:35:24 #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:24 #193 DONE 0.8s 08:35:24 08:35:24 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:24 #194 DONE 0.8s 08:35:24 08:35:24 #96 [security-proxy-auth] exporting to image 08:35:24 #96 writing image sha256:ed4255d427934be0ae8396e5360bfab7bc9e8b97a2b46cef5d86e9aa0de638da done 08:35:24 #96 naming to docker.io/library/support-notifications done 08:35:25 #96 ... 08:35:25 08:35:25 #195 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:35:25 #195 DONE 0.4s 08:35:25 08:35:25 #196 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:35:25 #196 DONE 0.4s 08:35:25 08:35:25 #96 [security-proxy-auth] exporting to image 08:35:25 #96 exporting layers 0.3s done 08:35:25 #96 writing image sha256:d2596ec70ca60c88ea34e1311141dc8f1021c3f9a39575c0e0922d16ab883146 done 08:35:25 #96 naming to docker.io/library/security-proxy-auth done 08:35:25 #96 exporting layers 0.2s done 08:35:25 #96 writing image sha256:33a124c49018014735a039be73a139882c1d32dd8a93faeeb530103fd086172c done 08:35:25 #96 naming to docker.io/library/core-common-config-bootstrapper done 08:35:25 #96 DONE 2.3s 08:35:25 08:35:25 #197 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 08:35:25 #197 DONE 0.1s 08:35:25 08:35:25 #198 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:35:25 #198 DONE 0.1s 08:35:25 08:35:25 #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:25 #199 DONE 1.0s 08:35:25 08:35:25 #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:25 #200 ... 08:35:25 08:35:25 #201 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 08:35:25 #201 DONE 0.1s 08:35:25 08:35:25 #202 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 08:35:25 #202 DONE 0.1s 08:35:25 08:35:25 #203 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:35:25 #203 DONE 0.0s 08:35:25 08:35:25 #96 [security-proxy-setup] exporting to image 08:35:25 #96 exporting layers 0.2s done 08:35:25 #96 writing image sha256:b668b5e227d13bf2ee978a77db266953f3ba6b58544052870881fe16ef9d2502 done 08:35:25 #96 naming to docker.io/library/security-proxy-setup done 08:35:25 #96 DONE 2.6s 08:35:25 08:35:25 #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:35:26 #204 ... 08:35:26 08:35:26 #200 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:35:26 #200 DONE 0.5s 08:35:26 08:35:26 #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:35:26 #204 DONE 0.6s 08:35:26 08:35:26 #96 [security-secretstore-setup] exporting to image 08:35:26 #96 exporting layers 0.3s done 08:35:26 #96 writing image sha256:ed39d5b4301886eb445b408489f21206e34f49537e6b8b68702ad9bc804fc832 done 08:35:26 #96 naming to docker.io/library/security-secretstore-setup done 08:35:26 #96 exporting layers 0.2s done 08:35:26 #96 writing image sha256:824aca6294e83afe9bae8ccb92f3f8cb14cbd85262f1bc164871bc236a555b32 done 08:35:26 #96 naming to docker.io/library/security-bootstrapper done 08:35:26 #96 DONE 3.0s 08:35:26 08:35:26 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:35:26 time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:35:26 time="2023-11-29T08:32:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:35:26 $ docker stop --time=1 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 08:35:28 $ docker rm -f --volumes 2a948e312d16cba5a9646b4a8c79062a7c5ac20a20d9712a512d2f1541295e07 [Pipeline] // withDockerContainer [Pipeline] sh 08:35:28 + docker images 08:35:28 REPOSITORY TAG IMAGE ID CREATED SIZE 08:35:28 security-proxy-setup latest b668b5e227d1 3 seconds ago 36MB 08:35:28 security-secretstore-setup latest ed39d5b43018 3 seconds ago 51.3MB 08:35:28 security-bootstrapper latest 824aca6294e8 3 seconds ago 30MB 08:35:28 security-proxy-auth latest d2596ec70ca6 4 seconds ago 26.1MB 08:35:28 core-common-config-bootstrapper latest 33a124c49018 4 seconds ago 24.9MB 08:35:28 core-metadata latest 0ae708d4530e 5 seconds ago 28.4MB 08:35:28 support-notifications latest ed4255d42793 5 seconds ago 41.6MB 08:35:28 core-data latest 0670e98ad62a 5 seconds ago 28MB 08:35:28 core-command latest d5e4d905ca49 5 seconds ago 27.8MB 08:35:28 support-scheduler latest f2bdac05dd0c 5 seconds ago 40.8MB 08:35:28 security-spiffe-token-provider latest b8c6db2aee23 5 seconds ago 42MB 08:35:28 security-spire-agent latest 1d2cad1c975a 2 minutes ago 167MB 08:35:28 security-spire-server latest af0c09aadff5 2 minutes ago 109MB 08:35:28 security-spire-config latest 86205a9b156a 2 minutes ago 108MB 08:35:28 ci-base-image-x86_64 latest b0194c6d0e45 5 minutes ago 937MB 08:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 2 weeks ago 564MB 08:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 months ago 334MB 08:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 16 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:28 provisioning config files... 08:35:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config14619125634444277012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:29 ---> ****-login.sh 08:35:29 nexus3.edgexfoundry.org:10001 08:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:29 Configure a credential helper to remove this warning. See 08:35:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:29 08:35:29 Login Succeeded 08:35:29 nexus3.edgexfoundry.org:10002 08:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:29 Configure a credential helper to remove this warning. See 08:35:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:29 08:35:29 Login Succeeded 08:35:29 nexus3.edgexfoundry.org:10003 08:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:29 Configure a credential helper to remove this warning. See 08:35:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:29 08:35:29 Login Succeeded 08:35:29 nexus3.edgexfoundry.org:10004 08:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:29 Configure a credential helper to remove this warning. See 08:35:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:29 08:35:29 Login Succeeded 08:35:29 ****.io 08:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:29 Configure a credential helper to remove this warning. See 08:35:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:29 08:35:29 Login Succeeded 08:35:29 ---> ****-login.sh ends [Pipeline] } 08:35:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:35:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:35:29 [edgeXDocker.push] Tagging docker image core-command with the following tags: 08:35:29 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:29 latest 08:35:29 3.2.0-dev.2 08:35:29 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:29 main 08:35:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:30 + docker push nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:35:30 60ee5be9347e: Preparing 08:35:30 fbd0e57556d3: Preparing 08:35:30 db55130fb114: Preparing 08:35:30 94335d529863: Preparing 08:35:30 1a0c1886e1ab: Preparing 08:35:30 8f3fc52d5863: Preparing 08:35:30 cc2447e1835a: Preparing 08:35:30 8f3fc52d5863: Waiting 08:35:30 cc2447e1835a: Waiting 08:35:31 94335d529863: Pushed 08:35:31 db55130fb114: Pushed 08:35:31 cc2447e1835a: Layer already exists 08:35:31 60ee5be9347e: Pushed 08:35:31 8f3fc52d5863: Pushed 08:35:31 1a0c1886e1ab: Pushed 08:35:32 fbd0e57556d3: Pushed 08:35:32 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:32 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:33 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 08:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:35:33 60ee5be9347e: Preparing 08:35:33 fbd0e57556d3: Preparing 08:35:33 db55130fb114: Preparing 08:35:33 94335d529863: Preparing 08:35:33 1a0c1886e1ab: Preparing 08:35:33 8f3fc52d5863: Preparing 08:35:33 cc2447e1835a: Preparing 08:35:33 cc2447e1835a: Waiting 08:35:33 8f3fc52d5863: Waiting 08:35:33 db55130fb114: Layer already exists 08:35:33 60ee5be9347e: Layer already exists 08:35:33 94335d529863: Layer already exists 08:35:33 fbd0e57556d3: Layer already exists 08:35:33 1a0c1886e1ab: Layer already exists 08:35:33 8f3fc52d5863: Layer already exists 08:35:33 cc2447e1835a: Layer already exists 08:35:33 latest: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:34 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 08:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:35:34 60ee5be9347e: Preparing 08:35:34 fbd0e57556d3: Preparing 08:35:34 db55130fb114: Preparing 08:35:34 94335d529863: Preparing 08:35:34 1a0c1886e1ab: Preparing 08:35:34 8f3fc52d5863: Preparing 08:35:34 cc2447e1835a: Preparing 08:35:34 8f3fc52d5863: Waiting 08:35:34 cc2447e1835a: Waiting 08:35:34 db55130fb114: Layer already exists 08:35:34 fbd0e57556d3: Layer already exists 08:35:34 94335d529863: Layer already exists 08:35:34 1a0c1886e1ab: Layer already exists 08:35:34 60ee5be9347e: Layer already exists 08:35:34 8f3fc52d5863: Layer already exists 08:35:34 cc2447e1835a: Layer already exists 08:35:34 3.2.0-dev.2: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:35 + docker push nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:35:35 60ee5be9347e: Preparing 08:35:35 fbd0e57556d3: Preparing 08:35:35 db55130fb114: Preparing 08:35:35 94335d529863: Preparing 08:35:35 1a0c1886e1ab: Preparing 08:35:35 8f3fc52d5863: Preparing 08:35:35 cc2447e1835a: Preparing 08:35:35 cc2447e1835a: Waiting 08:35:35 8f3fc52d5863: Waiting 08:35:35 60ee5be9347e: Layer already exists 08:35:35 fbd0e57556d3: Layer already exists 08:35:35 1a0c1886e1ab: Layer already exists 08:35:35 94335d529863: Layer already exists 08:35:35 db55130fb114: Layer already exists 08:35:35 8f3fc52d5863: Layer already exists 08:35:35 cc2447e1835a: Layer already exists 08:35:35 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:35 + docker push nexus3.edgexfoundry.org:10004/core-command:main 08:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:35:35 60ee5be9347e: Preparing 08:35:35 fbd0e57556d3: Preparing 08:35:35 db55130fb114: Preparing 08:35:35 94335d529863: Preparing 08:35:35 1a0c1886e1ab: Preparing 08:35:35 8f3fc52d5863: Preparing 08:35:35 cc2447e1835a: Preparing 08:35:35 8f3fc52d5863: Waiting 08:35:35 cc2447e1835a: Waiting 08:35:35 db55130fb114: Layer already exists 08:35:35 60ee5be9347e: Layer already exists 08:35:35 94335d529863: Layer already exists 08:35:35 1a0c1886e1ab: Layer already exists 08:35:35 fbd0e57556d3: Layer already exists 08:35:35 8f3fc52d5863: Layer already exists 08:35:35 cc2447e1835a: Layer already exists 08:35:35 main: digest: sha256:b0f8a489373451078b59c5c96365061ff8f98ee64259da34106f92537035b261 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:35:36 ===================================================== [Pipeline] echo 08:35:36 taggedImages: 08:35:36 - nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:36 - nexus3.edgexfoundry.org:10004/core-command:latest 08:35:36 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.2 08:35:36 - nexus3.edgexfoundry.org:10004/core-command:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:36 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 08:35:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 08:35:36 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:36 latest 08:35:36 3.2.0-dev.2 08:35:36 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:36 main 08:35:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:36 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:35:37 e4a65e7092bd: Preparing 08:35:37 6769bd5bf9f0: Preparing 08:35:37 817e2d64b3a6: Preparing 08:35:37 d1dfb4a0207c: Preparing 08:35:37 db55130fb114: Preparing 08:35:37 94335d529863: Preparing 08:35:37 1a0c1886e1ab: Preparing 08:35:37 8f3fc52d5863: Preparing 08:35:37 cc2447e1835a: Preparing 08:35:37 94335d529863: Waiting 08:35:37 1a0c1886e1ab: Waiting 08:35:37 8f3fc52d5863: Waiting 08:35:37 cc2447e1835a: Waiting 08:35:37 db55130fb114: Layer already exists 08:35:37 94335d529863: Layer already exists 08:35:37 1a0c1886e1ab: Layer already exists 08:35:37 8f3fc52d5863: Layer already exists 08:35:37 817e2d64b3a6: Pushed 08:35:37 6769bd5bf9f0: Pushed 08:35:37 e4a65e7092bd: Pushed 08:35:37 cc2447e1835a: Layer already exists 08:35:38 d1dfb4a0207c: Pushed 08:35:38 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:38 + 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 08:35:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:35:39 e4a65e7092bd: Preparing 08:35:39 6769bd5bf9f0: Preparing 08:35:39 817e2d64b3a6: Preparing 08:35:39 d1dfb4a0207c: Preparing 08:35:39 db55130fb114: Preparing 08:35:39 94335d529863: Preparing 08:35:39 1a0c1886e1ab: Preparing 08:35:39 8f3fc52d5863: Preparing 08:35:39 cc2447e1835a: Preparing 08:35:39 8f3fc52d5863: Waiting 08:35:39 94335d529863: Waiting 08:35:39 cc2447e1835a: Waiting 08:35:39 d1dfb4a0207c: Layer already exists 08:35:39 db55130fb114: Layer already exists 08:35:39 817e2d64b3a6: Layer already exists 08:35:39 6769bd5bf9f0: Layer already exists 08:35:39 e4a65e7092bd: Layer already exists 08:35:39 94335d529863: Layer already exists 08:35:39 8f3fc52d5863: Layer already exists 08:35:39 1a0c1886e1ab: Layer already exists 08:35:39 cc2447e1835a: Layer already exists 08:35:39 latest: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 08:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:35:40 e4a65e7092bd: Preparing 08:35:40 6769bd5bf9f0: Preparing 08:35:40 817e2d64b3a6: Preparing 08:35:40 d1dfb4a0207c: Preparing 08:35:40 db55130fb114: Preparing 08:35:40 94335d529863: Preparing 08:35:40 1a0c1886e1ab: Preparing 08:35:40 8f3fc52d5863: Preparing 08:35:40 cc2447e1835a: Preparing 08:35:40 1a0c1886e1ab: Waiting 08:35:40 8f3fc52d5863: Waiting 08:35:40 cc2447e1835a: Waiting 08:35:40 94335d529863: Waiting 08:35:40 e4a65e7092bd: Layer already exists 08:35:40 6769bd5bf9f0: Layer already exists 08:35:40 d1dfb4a0207c: Layer already exists 08:35:40 817e2d64b3a6: Layer already exists 08:35:40 db55130fb114: Layer already exists 08:35:40 1a0c1886e1ab: Layer already exists 08:35:40 8f3fc52d5863: Layer already exists 08:35:40 94335d529863: Layer already exists 08:35:40 cc2447e1835a: Layer already exists 08:35:40 3.2.0-dev.2: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:35:41 e4a65e7092bd: Preparing 08:35:41 6769bd5bf9f0: Preparing 08:35:41 817e2d64b3a6: Preparing 08:35:41 d1dfb4a0207c: Preparing 08:35:41 db55130fb114: Preparing 08:35:41 94335d529863: Preparing 08:35:41 1a0c1886e1ab: Preparing 08:35:41 8f3fc52d5863: Preparing 08:35:41 cc2447e1835a: Preparing 08:35:41 1a0c1886e1ab: Waiting 08:35:41 8f3fc52d5863: Waiting 08:35:41 cc2447e1835a: Waiting 08:35:41 94335d529863: Waiting 08:35:41 817e2d64b3a6: Layer already exists 08:35:41 e4a65e7092bd: Layer already exists 08:35:41 db55130fb114: Layer already exists 08:35:41 6769bd5bf9f0: Layer already exists 08:35:41 d1dfb4a0207c: Layer already exists 08:35:41 94335d529863: Layer already exists 08:35:41 8f3fc52d5863: Layer already exists 08:35:41 1a0c1886e1ab: Layer already exists 08:35:41 cc2447e1835a: Layer already exists 08:35:41 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:42 + 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 08:35:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:35:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:35:42 e4a65e7092bd: Preparing 08:35:42 6769bd5bf9f0: Preparing 08:35:42 817e2d64b3a6: Preparing 08:35:42 d1dfb4a0207c: Preparing 08:35:42 db55130fb114: Preparing 08:35:42 94335d529863: Preparing 08:35:42 1a0c1886e1ab: Preparing 08:35:42 8f3fc52d5863: Preparing 08:35:42 cc2447e1835a: Preparing 08:35:42 94335d529863: Waiting 08:35:42 8f3fc52d5863: Waiting 08:35:42 cc2447e1835a: Waiting 08:35:42 1a0c1886e1ab: Waiting 08:35:42 d1dfb4a0207c: Layer already exists 08:35:42 e4a65e7092bd: Layer already exists 08:35:42 817e2d64b3a6: Layer already exists 08:35:42 6769bd5bf9f0: Layer already exists 08:35:42 db55130fb114: Layer already exists 08:35:42 1a0c1886e1ab: Layer already exists 08:35:42 94335d529863: Layer already exists 08:35:42 8f3fc52d5863: Layer already exists 08:35:42 cc2447e1835a: Layer already exists 08:35:42 main: digest: sha256:5c1801421a47bb58690fff0f6e1c1afa7140077be96f6a9f793a8c8a2b1ede6a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:35:43 ===================================================== [Pipeline] echo 08:35:43 taggedImages: 08:35:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:35:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.2 08:35:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:43 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 08:35:43 [edgeXDocker.push] Tagging docker image core-data with the following tags: 08:35:43 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:43 latest 08:35:43 3.2.0-dev.2 08:35:43 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:43 main 08:35:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:44 + docker push nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:35:44 765d17d0f4bc: Preparing 08:35:44 5037265f6a28: Preparing 08:35:44 db55130fb114: Preparing 08:35:44 94335d529863: Preparing 08:35:44 2fbd38b2fca6: Preparing 08:35:44 45cc14744857: Preparing 08:35:44 cc2447e1835a: Preparing 08:35:44 45cc14744857: Waiting 08:35:44 94335d529863: Layer already exists 08:35:44 db55130fb114: Layer already exists 08:35:44 765d17d0f4bc: Pushed 08:35:44 cc2447e1835a: Layer already exists 08:35:44 45cc14744857: Pushed 08:35:44 2fbd38b2fca6: Pushed 08:35:45 5037265f6a28: Pushed 08:35:45 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:46 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 08:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:35:46 765d17d0f4bc: Preparing 08:35:46 5037265f6a28: Preparing 08:35:46 db55130fb114: Preparing 08:35:46 94335d529863: Preparing 08:35:46 2fbd38b2fca6: Preparing 08:35:46 45cc14744857: Preparing 08:35:46 cc2447e1835a: Preparing 08:35:46 45cc14744857: Waiting 08:35:46 cc2447e1835a: Waiting 08:35:46 2fbd38b2fca6: Layer already exists 08:35:46 765d17d0f4bc: Layer already exists 08:35:46 94335d529863: Layer already exists 08:35:46 db55130fb114: Layer already exists 08:35:46 5037265f6a28: Layer already exists 08:35:46 cc2447e1835a: Layer already exists 08:35:46 45cc14744857: Layer already exists 08:35:46 latest: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:47 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 08:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:35:47 765d17d0f4bc: Preparing 08:35:47 5037265f6a28: Preparing 08:35:47 db55130fb114: Preparing 08:35:47 94335d529863: Preparing 08:35:47 2fbd38b2fca6: Preparing 08:35:47 45cc14744857: Preparing 08:35:47 cc2447e1835a: Preparing 08:35:47 45cc14744857: Waiting 08:35:47 cc2447e1835a: Waiting 08:35:47 5037265f6a28: Layer already exists 08:35:47 db55130fb114: Layer already exists 08:35:47 765d17d0f4bc: Layer already exists 08:35:47 94335d529863: Layer already exists 08:35:47 2fbd38b2fca6: Layer already exists 08:35:47 cc2447e1835a: Layer already exists 08:35:47 45cc14744857: Layer already exists 08:35:47 3.2.0-dev.2: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:48 + docker push nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:35:48 765d17d0f4bc: Preparing 08:35:48 5037265f6a28: Preparing 08:35:48 db55130fb114: Preparing 08:35:48 94335d529863: Preparing 08:35:48 2fbd38b2fca6: Preparing 08:35:48 45cc14744857: Preparing 08:35:48 cc2447e1835a: Preparing 08:35:48 45cc14744857: Waiting 08:35:48 cc2447e1835a: Waiting 08:35:48 94335d529863: Layer already exists 08:35:48 2fbd38b2fca6: Layer already exists 08:35:48 765d17d0f4bc: Layer already exists 08:35:48 db55130fb114: Layer already exists 08:35:48 5037265f6a28: Layer already exists 08:35:48 45cc14744857: Layer already exists 08:35:48 cc2447e1835a: Layer already exists 08:35:48 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:49 + docker push nexus3.edgexfoundry.org:10004/core-data:main 08:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:35:49 765d17d0f4bc: Preparing 08:35:49 5037265f6a28: Preparing 08:35:49 db55130fb114: Preparing 08:35:49 94335d529863: Preparing 08:35:49 2fbd38b2fca6: Preparing 08:35:49 45cc14744857: Preparing 08:35:49 cc2447e1835a: Preparing 08:35:49 45cc14744857: Waiting 08:35:49 cc2447e1835a: Waiting 08:35:49 765d17d0f4bc: Layer already exists 08:35:49 5037265f6a28: Layer already exists 08:35:49 2fbd38b2fca6: Layer already exists 08:35:49 db55130fb114: Layer already exists 08:35:49 94335d529863: Layer already exists 08:35:49 cc2447e1835a: Layer already exists 08:35:49 45cc14744857: Layer already exists 08:35:49 main: digest: sha256:e4ec4c941af05aac54bb878c3e4d5cd87bf091ced7c6fe5461b1af97ee40f1ff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:35:49 ===================================================== [Pipeline] echo 08:35:49 taggedImages: 08:35:49 - nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:49 - nexus3.edgexfoundry.org:10004/core-data:latest 08:35:49 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.2 08:35:49 - nexus3.edgexfoundry.org:10004/core-data:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:49 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 08:35:49 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 08:35:49 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:49 latest 08:35:49 3.2.0-dev.2 08:35:49 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:49 main 08:35:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:35:50 cfe01b81215f: Preparing 08:35:50 5e10a0404e9a: Preparing 08:35:50 6760eac77061: Preparing 08:35:50 db55130fb114: Preparing 08:35:50 94335d529863: Preparing 08:35:50 1a0c1886e1ab: Preparing 08:35:50 8f3fc52d5863: Preparing 08:35:50 cc2447e1835a: Preparing 08:35:50 1a0c1886e1ab: Waiting 08:35:50 8f3fc52d5863: Waiting 08:35:50 cc2447e1835a: Waiting 08:35:50 5e10a0404e9a: Pushed 08:35:50 db55130fb114: Layer already exists 08:35:50 cfe01b81215f: Pushed 08:35:50 94335d529863: Layer already exists 08:35:51 1a0c1886e1ab: Layer already exists 08:35:51 8f3fc52d5863: Layer already exists 08:35:51 cc2447e1835a: Layer already exists 08:35:51 #43 ... 08:35:51 08:35:51 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #77 DONE 47.9s 08:35:51 08:35:51 #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #79 DONE 53.8s 08:35:51 08:35:51 #72 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #72 DONE 52.6s 08:35:51 08:35:51 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #76 DONE 58.1s 08:35:51 08:35:51 #105 [support-notifications builder 6/7] COPY . . 08:35:51 #105 ... 08:35:51 08:35:51 #106 [security-spiffe-token-provider builder 6/7] COPY . . 08:35:51 #106 DONE 1.0s 08:35:51 08:35:51 #107 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #107 CACHED 08:35:51 08:35:51 #108 [core-data builder 4/7] COPY go.mod vendor* ./ 08:35:51 #108 CACHED 08:35:51 08:35:51 #109 [core-data builder 6/7] COPY . . 08:35:51 #109 CACHED 08:35:51 08:35:51 #110 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:35:51 #110 CACHED 08:35:51 08:35:51 #111 [core-metadata builder 6/7] COPY . . 08:35:51 #111 CACHED 08:35:51 08:35:51 #112 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #112 CACHED 08:35:51 08:35:51 #113 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #113 CACHED 08:35:51 08:35:51 #114 [security-proxy-auth builder 6/7] COPY . . 08:35:51 #114 CACHED 08:35:51 08:35:51 #115 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:35:51 #115 CACHED 08:35:51 08:35:51 #116 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:35:51 #116 CACHED 08:35:51 08:35:51 #117 [security-bootstrapper builder 6/7] COPY . . 08:35:51 #117 CACHED 08:35:51 08:35:51 #118 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #118 CACHED 08:35:51 08:35:51 #119 [security-proxy-setup builder 6/7] COPY . . 08:35:51 #119 DONE 1.0s 08:35:51 08:35:51 #120 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:35:51 #120 CACHED 08:35:51 08:35:51 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 08:35:51 #121 CACHED 08:35:51 08:35:51 #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #122 CACHED 08:35:51 08:35:51 #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #123 CACHED 08:35:51 08:35:51 #124 [security-secretstore-setup builder 6/7] COPY . . 08:35:51 #124 CACHED 08:35:51 08:35:51 #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:35:51 #125 CACHED 08:35:51 08:35:51 #126 [core-command builder 6/7] COPY . . 08:35:51 #126 DONE 1.0s 08:35:51 08:35:51 #127 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:35:51 #127 CACHED 08:35:51 08:35:51 #128 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:35:51 #128 CACHED 08:35:51 08:35:51 #129 [support-scheduler builder 6/7] COPY . . 08:35:51 #129 CACHED 08:35:51 08:35:51 #105 [support-notifications builder 6/7] COPY . . 08:35:51 #105 DONE 0.9s 08:35:51 08:35:51 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:35:52 6760eac77061: Pushed 08:35:52 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 08:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:35:53 cfe01b81215f: Preparing 08:35:53 5e10a0404e9a: Preparing 08:35:53 6760eac77061: Preparing 08:35:53 db55130fb114: Preparing 08:35:53 94335d529863: Preparing 08:35:53 1a0c1886e1ab: Preparing 08:35:53 8f3fc52d5863: Preparing 08:35:53 1a0c1886e1ab: Waiting 08:35:53 8f3fc52d5863: Waiting 08:35:53 cc2447e1835a: Preparing 08:35:53 cc2447e1835a: Waiting 08:35:53 db55130fb114: Layer already exists 08:35:53 6760eac77061: Layer already exists 08:35:53 5e10a0404e9a: Layer already exists 08:35:53 94335d529863: Layer already exists 08:35:53 cfe01b81215f: Layer already exists 08:35:53 1a0c1886e1ab: Layer already exists 08:35:53 8f3fc52d5863: Layer already exists 08:35:53 cc2447e1835a: Layer already exists 08:35:53 latest: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 08:35:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:35:54 cfe01b81215f: Preparing 08:35:54 5e10a0404e9a: Preparing 08:35:54 6760eac77061: Preparing 08:35:54 db55130fb114: Preparing 08:35:54 94335d529863: Preparing 08:35:54 1a0c1886e1ab: Preparing 08:35:54 8f3fc52d5863: Preparing 08:35:54 cc2447e1835a: Preparing 08:35:54 1a0c1886e1ab: Waiting 08:35:54 8f3fc52d5863: Waiting 08:35:54 cc2447e1835a: Waiting 08:35:54 5e10a0404e9a: Layer already exists 08:35:54 6760eac77061: Layer already exists 08:35:54 db55130fb114: Layer already exists 08:35:54 cfe01b81215f: Layer already exists 08:35:54 94335d529863: Layer already exists 08:35:54 1a0c1886e1ab: Layer already exists 08:35:54 8f3fc52d5863: Layer already exists 08:35:54 cc2447e1835a: Layer already exists 08:35:54 3.2.0-dev.2: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:35:55 cfe01b81215f: Preparing 08:35:55 5e10a0404e9a: Preparing 08:35:55 6760eac77061: Preparing 08:35:55 db55130fb114: Preparing 08:35:55 94335d529863: Preparing 08:35:55 1a0c1886e1ab: Preparing 08:35:55 8f3fc52d5863: Preparing 08:35:55 cc2447e1835a: Preparing 08:35:55 1a0c1886e1ab: Waiting 08:35:55 cc2447e1835a: Waiting 08:35:55 8f3fc52d5863: Waiting 08:35:55 5e10a0404e9a: Layer already exists 08:35:55 94335d529863: Layer already exists 08:35:55 6760eac77061: Layer already exists 08:35:55 cfe01b81215f: Layer already exists 08:35:55 db55130fb114: Layer already exists 08:35:55 1a0c1886e1ab: Layer already exists 08:35:55 8f3fc52d5863: Layer already exists 08:35:55 cc2447e1835a: Layer already exists 08:35:55 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv 08:35:55 #130 4.257 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 08:35:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:35:56 cfe01b81215f: Preparing 08:35:56 5e10a0404e9a: Preparing 08:35:56 6760eac77061: Preparing 08:35:56 db55130fb114: Preparing 08:35:56 94335d529863: Preparing 08:35:56 1a0c1886e1ab: Preparing 08:35:56 8f3fc52d5863: Preparing 08:35:56 cc2447e1835a: Preparing 08:35:56 1a0c1886e1ab: Waiting 08:35:56 8f3fc52d5863: Waiting 08:35:56 cc2447e1835a: Waiting 08:35:56 94335d529863: Layer already exists 08:35:56 db55130fb114: Layer already exists 08:35:56 6760eac77061: Layer already exists 08:35:56 5e10a0404e9a: Layer already exists 08:35:56 cfe01b81215f: Layer already exists 08:35:56 1a0c1886e1ab: Layer already exists 08:35:56 cc2447e1835a: Layer already exists 08:35:56 8f3fc52d5863: Layer already exists 08:35:56 main: digest: sha256:6be1aefa0e7cdbbce15ff99daec3f2cb60c9265ab0446ac7e858ae8f61a98bfb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:35:56 ===================================================== [Pipeline] echo 08:35:56 taggedImages: 08:35:56 - nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 08:35:56 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.2 08:35:56 - nexus3.edgexfoundry.org:10004/core-metadata:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:56 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 08:35:56 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 08:35:56 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:56 latest 08:35:56 3.2.0-dev.2 08:35:56 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:35:56 main 08:35:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:35:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:35:57 c21a827d6819: Preparing 08:35:57 bba4f64e1614: Preparing 08:35:57 2b8f8bc4b6ab: Preparing 08:35:57 c41c36e52928: Preparing 08:35:57 1a9046c9a07e: Preparing 08:35:57 9f60424b109b: Preparing 08:35:57 f0bbefff117b: Preparing 08:35:57 db55130fb114: Preparing 08:35:57 94335d529863: Preparing 08:35:57 fbddd89b0c03: Preparing 08:35:57 4265a418ca4c: Preparing 08:35:57 5f70bf18a086: Preparing 08:35:57 f50986044e63: Preparing 08:35:57 4345cf27e208: Preparing 08:35:57 fc8052c72f28: Preparing 08:35:57 cc2447e1835a: Preparing 08:35:57 94335d529863: Waiting 08:35:57 fbddd89b0c03: Waiting 08:35:57 4265a418ca4c: Waiting 08:35:57 5f70bf18a086: Waiting 08:35:57 f50986044e63: Waiting 08:35:57 4345cf27e208: Waiting 08:35:57 fc8052c72f28: Waiting 08:35:57 cc2447e1835a: Waiting 08:35:57 9f60424b109b: Waiting 08:35:57 f0bbefff117b: Waiting 08:35:57 db55130fb114: Waiting 08:35:57 c21a827d6819: Pushed 08:35:57 bba4f64e1614: Pushed 08:35:57 1a9046c9a07e: Pushed 08:35:57 c41c36e52928: Pushed 08:35:57 2b8f8bc4b6ab: Pushed 08:35:57 db55130fb114: Layer already exists 08:35:57 94335d529863: Layer already exists 08:35:58 5f70bf18a086: Pushed 08:35:58 4265a418ca4c: Pushed 08:35:58 fbddd89b0c03: Pushed 08:35:58 9f60424b109b: Pushed 08:35:58 cc2447e1835a: Layer already exists 08:35:58 f50986044e63: Pushed 08:35:58 fc8052c72f28: Pushed 08:35:58 4345cf27e208: Pushed 08:35:59 f0bbefff117b: Pushed 08:35:59 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:36:00 c21a827d6819: Preparing 08:36:00 bba4f64e1614: Preparing 08:36:00 2b8f8bc4b6ab: Preparing 08:36:00 c41c36e52928: Preparing 08:36:00 1a9046c9a07e: Preparing 08:36:00 9f60424b109b: Preparing 08:36:00 f0bbefff117b: Preparing 08:36:00 db55130fb114: Preparing 08:36:00 94335d529863: Preparing 08:36:00 fbddd89b0c03: Preparing 08:36:00 4265a418ca4c: Preparing 08:36:00 5f70bf18a086: Preparing 08:36:00 f50986044e63: Preparing 08:36:00 4345cf27e208: Preparing 08:36:00 fc8052c72f28: Preparing 08:36:00 cc2447e1835a: Preparing 08:36:00 9f60424b109b: Waiting 08:36:00 f50986044e63: Waiting 08:36:00 5f70bf18a086: Waiting 08:36:00 4345cf27e208: Waiting 08:36:00 fc8052c72f28: Waiting 08:36:00 db55130fb114: Waiting 08:36:00 94335d529863: Waiting 08:36:00 fbddd89b0c03: Waiting 08:36:00 f0bbefff117b: Waiting 08:36:00 1a9046c9a07e: Layer already exists 08:36:00 bba4f64e1614: Layer already exists 08:36:00 c41c36e52928: Layer already exists 08:36:00 2b8f8bc4b6ab: Layer already exists 08:36:00 c21a827d6819: Layer already exists 08:36:00 9f60424b109b: Layer already exists 08:36:00 f0bbefff117b: Layer already exists 08:36:00 fbddd89b0c03: Layer already exists 08:36:00 94335d529863: Layer already exists 08:36:00 db55130fb114: Layer already exists 08:36:00 4265a418ca4c: Layer already exists 08:36:00 5f70bf18a086: Layer already exists 08:36:00 f50986044e63: Layer already exists 08:36:00 4345cf27e208: Layer already exists 08:36:00 fc8052c72f28: Layer already exists 08:36:00 cc2447e1835a: Layer already exists 08:36:00 latest: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } 08:36:00 #130 ... 08:36:00 08:36:00 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:36:00 #0 3.555 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:01 #131 ... 08:36:01 08:36:01 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:36:01 #0 5.858 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:36:01 #132 ... 08:36:01 08:36:01 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:36:01 #0 5.704 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:36:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv 08:36:01 #133 ... 08:36:01 08:36:01 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:36:01 #0 5.608 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:01 #134 ... 08:36:01 08:36:01 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:36:01 #0 5.275 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:36:01 #135 ... 08:36:01 08:36:01 #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:36:01 #0 5.259 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 08:36:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 08:36:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:36:01 c21a827d6819: Preparing 08:36:01 bba4f64e1614: Preparing 08:36:01 2b8f8bc4b6ab: Preparing 08:36:01 c41c36e52928: Preparing 08:36:01 1a9046c9a07e: Preparing 08:36:01 9f60424b109b: Preparing 08:36:01 f0bbefff117b: Preparing 08:36:01 db55130fb114: Preparing 08:36:01 94335d529863: Preparing 08:36:01 fbddd89b0c03: Preparing 08:36:01 4265a418ca4c: Preparing 08:36:01 5f70bf18a086: Preparing 08:36:01 f50986044e63: Preparing 08:36:01 4345cf27e208: Preparing 08:36:01 fc8052c72f28: Preparing 08:36:01 cc2447e1835a: Preparing 08:36:01 9f60424b109b: Waiting 08:36:01 4265a418ca4c: Waiting 08:36:01 f0bbefff117b: Waiting 08:36:01 4345cf27e208: Waiting 08:36:01 db55130fb114: Waiting 08:36:01 94335d529863: Waiting 08:36:01 5f70bf18a086: Waiting 08:36:01 fc8052c72f28: Waiting 08:36:01 fbddd89b0c03: Waiting 08:36:01 f50986044e63: Waiting 08:36:01 cc2447e1835a: Waiting 08:36:01 c21a827d6819: Layer already exists 08:36:01 c41c36e52928: Layer already exists 08:36:01 bba4f64e1614: Layer already exists 08:36:01 1a9046c9a07e: Layer already exists 08:36:01 2b8f8bc4b6ab: Layer already exists 08:36:01 db55130fb114: Layer already exists 08:36:01 f0bbefff117b: Layer already exists 08:36:01 9f60424b109b: Layer already exists 08:36:01 94335d529863: Layer already exists 08:36:01 fbddd89b0c03: Layer already exists 08:36:01 4265a418ca4c: Layer already exists 08:36:01 4345cf27e208: Layer already exists 08:36:01 f50986044e63: Layer already exists 08:36:01 5f70bf18a086: Layer already exists 08:36:01 fc8052c72f28: Layer already exists 08:36:01 cc2447e1835a: Layer already exists 08:36:01 3.2.0-dev.2: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:01 #136 ... 08:36:01 08:36:01 #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:36:01 #0 4.555 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:36:01 #137 ... 08:36:01 08:36:01 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:36:01 #0 5.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:36:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } 08:36:02 #138 ... 08:36:02 08:36:02 #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:36:02 #0 5.356 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:02 #139 ... 08:36:02 08:36:02 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:36:02 #0 5.527 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 08:36:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:36:02 c21a827d6819: Preparing 08:36:02 bba4f64e1614: Preparing 08:36:02 2b8f8bc4b6ab: Preparing 08:36:02 c41c36e52928: Preparing 08:36:02 1a9046c9a07e: Preparing 08:36:02 9f60424b109b: Preparing 08:36:02 f0bbefff117b: Preparing 08:36:02 db55130fb114: Preparing 08:36:02 94335d529863: Preparing 08:36:02 fbddd89b0c03: Preparing 08:36:02 4265a418ca4c: Preparing 08:36:02 9f60424b109b: Waiting 08:36:02 94335d529863: Waiting 08:36:02 f0bbefff117b: Waiting 08:36:02 db55130fb114: Waiting 08:36:02 fbddd89b0c03: Waiting 08:36:02 5f70bf18a086: Preparing 08:36:02 f50986044e63: Preparing 08:36:02 4345cf27e208: Preparing 08:36:02 fc8052c72f28: Preparing 08:36:02 cc2447e1835a: Preparing 08:36:02 5f70bf18a086: Waiting 08:36:02 4265a418ca4c: Waiting 08:36:02 f50986044e63: Waiting 08:36:02 4345cf27e208: Waiting 08:36:02 fc8052c72f28: Waiting 08:36:02 cc2447e1835a: Waiting 08:36:02 c21a827d6819: Layer already exists 08:36:02 1a9046c9a07e: Layer already exists 08:36:02 2b8f8bc4b6ab: Layer already exists 08:36:02 bba4f64e1614: Layer already exists 08:36:02 c41c36e52928: Layer already exists 08:36:02 9f60424b109b: Layer already exists 08:36:02 db55130fb114: Layer already exists 08:36:02 94335d529863: Layer already exists 08:36:02 f0bbefff117b: Layer already exists 08:36:02 fbddd89b0c03: Layer already exists 08:36:02 4265a418ca4c: Layer already exists 08:36:02 5f70bf18a086: Layer already exists 08:36:02 f50986044e63: Layer already exists 08:36:02 cc2447e1835a: Layer already exists 08:36:02 4345cf27e208: Layer already exists 08:36:02 fc8052c72f28: Layer already exists 08:36:02 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:36:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:36:03 c21a827d6819: Preparing 08:36:03 bba4f64e1614: Preparing 08:36:03 2b8f8bc4b6ab: Preparing 08:36:03 c41c36e52928: Preparing 08:36:03 1a9046c9a07e: Preparing 08:36:03 9f60424b109b: Preparing 08:36:03 f0bbefff117b: Preparing 08:36:03 db55130fb114: Preparing 08:36:03 94335d529863: Preparing 08:36:03 fbddd89b0c03: Preparing 08:36:03 4265a418ca4c: Preparing 08:36:03 5f70bf18a086: Preparing 08:36:03 f50986044e63: Preparing 08:36:03 4345cf27e208: Preparing 08:36:03 fc8052c72f28: Preparing 08:36:03 cc2447e1835a: Preparing 08:36:03 9f60424b109b: Waiting 08:36:03 f0bbefff117b: Waiting 08:36:03 db55130fb114: Waiting 08:36:03 94335d529863: Waiting 08:36:03 fbddd89b0c03: Waiting 08:36:03 4265a418ca4c: Waiting 08:36:03 fc8052c72f28: Waiting 08:36:03 5f70bf18a086: Waiting 08:36:03 f50986044e63: Waiting 08:36:03 cc2447e1835a: Waiting 08:36:03 c21a827d6819: Layer already exists 08:36:03 1a9046c9a07e: Layer already exists 08:36:03 2b8f8bc4b6ab: Layer already exists 08:36:03 bba4f64e1614: Layer already exists 08:36:03 c41c36e52928: Layer already exists 08:36:03 9f60424b109b: Layer already exists 08:36:03 f0bbefff117b: Layer already exists 08:36:03 db55130fb114: Layer already exists 08:36:03 fbddd89b0c03: Layer already exists 08:36:03 94335d529863: Layer already exists 08:36:03 4265a418ca4c: Layer already exists 08:36:03 5f70bf18a086: Layer already exists 08:36:03 f50986044e63: Layer already exists 08:36:03 fc8052c72f28: Layer already exists 08:36:03 4345cf27e208: Layer already exists 08:36:03 cc2447e1835a: Layer already exists 08:36:03 main: digest: sha256:b5a8e8dbed54fe68f148961faa3b8ca0850510a1fbe11b73326f22139568b723 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:03 ===================================================== [Pipeline] echo 08:36:03 taggedImages: 08:36:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:36:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.2 08:36:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 08:36:04 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 08:36:04 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:04 latest 08:36:04 3.2.0-dev.2 08:36:04 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:04 main 08:36:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:36:05 e4a65e7092bd: Preparing 08:36:05 6769bd5bf9f0: Preparing 08:36:05 3d559b6a7379: Preparing 08:36:05 0e1870f8f787: Preparing 08:36:05 db55130fb114: Preparing 08:36:05 94335d529863: Preparing 08:36:05 1a0c1886e1ab: Preparing 08:36:05 8f3fc52d5863: Preparing 08:36:05 cc2447e1835a: Preparing 08:36:05 94335d529863: Waiting 08:36:05 8f3fc52d5863: Waiting 08:36:05 cc2447e1835a: Waiting 08:36:05 1a0c1886e1ab: Waiting 08:36:05 6769bd5bf9f0: Layer already exists 08:36:05 e4a65e7092bd: Layer already exists 08:36:05 db55130fb114: Layer already exists 08:36:05 94335d529863: Layer already exists 08:36:05 8f3fc52d5863: Layer already exists 08:36:05 1a0c1886e1ab: Layer already exists 08:36:05 cc2447e1835a: Layer already exists 08:36:05 3d559b6a7379: Pushed 08:36:06 0e1870f8f787: Pushed 08:36:06 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:36:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:36:07 e4a65e7092bd: Preparing 08:36:07 6769bd5bf9f0: Preparing 08:36:07 3d559b6a7379: Preparing 08:36:07 0e1870f8f787: Preparing 08:36:07 db55130fb114: Preparing 08:36:07 94335d529863: Preparing 08:36:07 1a0c1886e1ab: Preparing 08:36:07 8f3fc52d5863: Preparing 08:36:07 cc2447e1835a: Preparing 08:36:07 1a0c1886e1ab: Waiting 08:36:07 94335d529863: Waiting 08:36:07 8f3fc52d5863: Waiting 08:36:07 cc2447e1835a: Waiting 08:36:07 0e1870f8f787: Layer already exists 08:36:07 3d559b6a7379: Layer already exists 08:36:07 6769bd5bf9f0: Layer already exists 08:36:07 e4a65e7092bd: Layer already exists 08:36:07 db55130fb114: Layer already exists 08:36:07 1a0c1886e1ab: Layer already exists 08:36:07 8f3fc52d5863: Layer already exists 08:36:07 94335d529863: Layer already exists 08:36:07 cc2447e1835a: Layer already exists 08:36:07 latest: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 08:36:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:36:08 e4a65e7092bd: Preparing 08:36:08 6769bd5bf9f0: Preparing 08:36:08 3d559b6a7379: Preparing 08:36:08 0e1870f8f787: Preparing 08:36:08 db55130fb114: Preparing 08:36:08 94335d529863: Preparing 08:36:08 1a0c1886e1ab: Preparing 08:36:08 8f3fc52d5863: Preparing 08:36:08 cc2447e1835a: Preparing 08:36:08 94335d529863: Waiting 08:36:08 1a0c1886e1ab: Waiting 08:36:08 8f3fc52d5863: Waiting 08:36:08 cc2447e1835a: Waiting 08:36:08 0e1870f8f787: Layer already exists 08:36:08 db55130fb114: Layer already exists 08:36:08 6769bd5bf9f0: Layer already exists 08:36:08 e4a65e7092bd: Layer already exists 08:36:08 3d559b6a7379: Layer already exists 08:36:08 94335d529863: Layer already exists 08:36:08 8f3fc52d5863: Layer already exists 08:36:08 cc2447e1835a: Layer already exists 08:36:08 1a0c1886e1ab: Layer already exists 08:36:08 3.2.0-dev.2: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:36:09 e4a65e7092bd: Preparing 08:36:09 6769bd5bf9f0: Preparing 08:36:09 3d559b6a7379: Preparing 08:36:09 0e1870f8f787: Preparing 08:36:09 db55130fb114: Preparing 08:36:09 94335d529863: Preparing 08:36:09 1a0c1886e1ab: Preparing 08:36:09 8f3fc52d5863: Preparing 08:36:09 cc2447e1835a: Preparing 08:36:09 94335d529863: Waiting 08:36:09 1a0c1886e1ab: Waiting 08:36:09 8f3fc52d5863: Waiting 08:36:09 cc2447e1835a: Waiting 08:36:09 3d559b6a7379: Layer already exists 08:36:09 0e1870f8f787: Layer already exists 08:36:09 e4a65e7092bd: Layer already exists 08:36:09 db55130fb114: Layer already exists 08:36:09 6769bd5bf9f0: Layer already exists 08:36:09 94335d529863: Layer already exists 08:36:09 1a0c1886e1ab: Layer already exists 08:36:09 8f3fc52d5863: Layer already exists 08:36:09 cc2447e1835a: Layer already exists 08:36:09 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 08:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:36:10 e4a65e7092bd: Preparing 08:36:10 6769bd5bf9f0: Preparing 08:36:10 3d559b6a7379: Preparing 08:36:10 0e1870f8f787: Preparing 08:36:10 db55130fb114: Preparing 08:36:10 94335d529863: Preparing 08:36:10 1a0c1886e1ab: Preparing 08:36:10 8f3fc52d5863: Preparing 08:36:10 cc2447e1835a: Preparing 08:36:10 1a0c1886e1ab: Waiting 08:36:10 8f3fc52d5863: Waiting 08:36:10 94335d529863: Waiting 08:36:10 cc2447e1835a: Waiting 08:36:10 db55130fb114: Layer already exists 08:36:10 0e1870f8f787: Layer already exists 08:36:10 6769bd5bf9f0: Layer already exists 08:36:10 3d559b6a7379: Layer already exists 08:36:10 94335d529863: Layer already exists 08:36:10 e4a65e7092bd: Layer already exists 08:36:10 1a0c1886e1ab: Layer already exists 08:36:10 8f3fc52d5863: Layer already exists 08:36:10 cc2447e1835a: Layer already exists 08:36:10 main: digest: sha256:d033b226525e01d8610f056280d847e2f9c918b794a76a3a75927726d059a94f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:10 ===================================================== [Pipeline] echo 08:36:10 taggedImages: 08:36:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:36:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.2 08:36:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 08:36:11 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 08:36:11 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:11 latest 08:36:11 3.2.0-dev.2 08:36:11 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:11 main 08:36:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:36:12 1e9a906f7835: Preparing 08:36:12 f37fe6482ab5: Preparing 08:36:12 bc4e4b4aa2fd: Preparing 08:36:12 9ad90f13c592: Preparing 08:36:12 e8752e9f40ec: Preparing 08:36:12 db55130fb114: Preparing 08:36:12 94335d529863: Preparing 08:36:12 986fa98cf64a: Preparing 08:36:12 6b254ba102ea: Preparing 08:36:12 e2f404fdd60d: Preparing 08:36:12 cc2447e1835a: Preparing 08:36:12 e2f404fdd60d: Waiting 08:36:12 db55130fb114: Waiting 08:36:12 986fa98cf64a: Waiting 08:36:12 94335d529863: Waiting 08:36:12 6b254ba102ea: Waiting 08:36:12 9ad90f13c592: Pushed 08:36:12 f37fe6482ab5: Pushed 08:36:12 db55130fb114: Layer already exists 08:36:12 e8752e9f40ec: Pushed 08:36:12 1e9a906f7835: Pushed 08:36:12 94335d529863: Layer already exists 08:36:12 cc2447e1835a: Layer already exists 08:36:12 986fa98cf64a: Pushed 08:36:12 6b254ba102ea: Pushed 08:36:13 bc4e4b4aa2fd: Pushed 08:36:13 e2f404fdd60d: Pushed 08:36:13 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:36:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:36:14 1e9a906f7835: Preparing 08:36:14 f37fe6482ab5: Preparing 08:36:14 bc4e4b4aa2fd: Preparing 08:36:14 9ad90f13c592: Preparing 08:36:14 e8752e9f40ec: Preparing 08:36:14 db55130fb114: Preparing 08:36:14 94335d529863: Preparing 08:36:14 986fa98cf64a: Preparing 08:36:14 6b254ba102ea: Preparing 08:36:14 e2f404fdd60d: Preparing 08:36:14 cc2447e1835a: Preparing 08:36:14 94335d529863: Waiting 08:36:14 6b254ba102ea: Waiting 08:36:14 e2f404fdd60d: Waiting 08:36:14 986fa98cf64a: Waiting 08:36:14 cc2447e1835a: Waiting 08:36:14 db55130fb114: Waiting 08:36:14 f37fe6482ab5: Layer already exists 08:36:14 1e9a906f7835: Layer already exists 08:36:14 e8752e9f40ec: Layer already exists 08:36:14 bc4e4b4aa2fd: Layer already exists 08:36:14 9ad90f13c592: Layer already exists 08:36:14 986fa98cf64a: Layer already exists 08:36:14 94335d529863: Layer already exists 08:36:14 db55130fb114: Layer already exists 08:36:14 6b254ba102ea: Layer already exists 08:36:14 e2f404fdd60d: Layer already exists 08:36:14 cc2447e1835a: Layer already exists 08:36:14 latest: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 08:36:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:36:15 1e9a906f7835: Preparing 08:36:15 f37fe6482ab5: Preparing 08:36:15 bc4e4b4aa2fd: Preparing 08:36:15 9ad90f13c592: Preparing 08:36:15 e8752e9f40ec: Preparing 08:36:15 db55130fb114: Preparing 08:36:15 94335d529863: Preparing 08:36:15 986fa98cf64a: Preparing 08:36:15 6b254ba102ea: Preparing 08:36:15 e2f404fdd60d: Preparing 08:36:15 cc2447e1835a: Preparing 08:36:15 94335d529863: Waiting 08:36:15 986fa98cf64a: Waiting 08:36:15 6b254ba102ea: Waiting 08:36:15 e2f404fdd60d: Waiting 08:36:15 cc2447e1835a: Waiting 08:36:15 db55130fb114: Waiting 08:36:15 bc4e4b4aa2fd: Layer already exists 08:36:15 f37fe6482ab5: Layer already exists 08:36:15 e8752e9f40ec: Layer already exists 08:36:15 9ad90f13c592: Layer already exists 08:36:15 1e9a906f7835: Layer already exists 08:36:15 db55130fb114: Layer already exists 08:36:15 94335d529863: Layer already exists 08:36:15 986fa98cf64a: Layer already exists 08:36:15 6b254ba102ea: Layer already exists 08:36:15 e2f404fdd60d: Layer already exists 08:36:15 cc2447e1835a: Layer already exists 08:36:15 3.2.0-dev.2: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:36:16 1e9a906f7835: Preparing 08:36:16 f37fe6482ab5: Preparing 08:36:16 bc4e4b4aa2fd: Preparing 08:36:16 9ad90f13c592: Preparing 08:36:16 e8752e9f40ec: Preparing 08:36:16 db55130fb114: Preparing 08:36:16 94335d529863: Preparing 08:36:16 986fa98cf64a: Preparing 08:36:16 6b254ba102ea: Preparing 08:36:16 e2f404fdd60d: Preparing 08:36:16 cc2447e1835a: Preparing 08:36:16 986fa98cf64a: Waiting 08:36:16 6b254ba102ea: Waiting 08:36:16 e2f404fdd60d: Waiting 08:36:16 db55130fb114: Waiting 08:36:16 cc2447e1835a: Waiting 08:36:16 94335d529863: Waiting 08:36:16 1e9a906f7835: Layer already exists 08:36:16 9ad90f13c592: Layer already exists 08:36:16 e8752e9f40ec: Layer already exists 08:36:16 bc4e4b4aa2fd: Layer already exists 08:36:16 f37fe6482ab5: Layer already exists 08:36:16 94335d529863: Layer already exists 08:36:16 6b254ba102ea: Layer already exists 08:36:16 db55130fb114: Layer already exists 08:36:16 e2f404fdd60d: Layer already exists 08:36:16 986fa98cf64a: Layer already exists 08:36:16 cc2447e1835a: Layer already exists 08:36:16 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 08:36:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:36:17 1e9a906f7835: Preparing 08:36:17 f37fe6482ab5: Preparing 08:36:17 bc4e4b4aa2fd: Preparing 08:36:17 9ad90f13c592: Preparing 08:36:17 e8752e9f40ec: Preparing 08:36:17 db55130fb114: Preparing 08:36:17 94335d529863: Preparing 08:36:17 986fa98cf64a: Preparing 08:36:17 6b254ba102ea: Preparing 08:36:17 e2f404fdd60d: Preparing 08:36:17 cc2447e1835a: Preparing 08:36:17 db55130fb114: Waiting 08:36:17 6b254ba102ea: Waiting 08:36:17 94335d529863: Waiting 08:36:17 986fa98cf64a: Waiting 08:36:17 cc2447e1835a: Waiting 08:36:17 e2f404fdd60d: Waiting 08:36:17 f37fe6482ab5: Layer already exists 08:36:17 e8752e9f40ec: Layer already exists 08:36:17 9ad90f13c592: Layer already exists 08:36:17 bc4e4b4aa2fd: Layer already exists 08:36:17 1e9a906f7835: Layer already exists 08:36:17 db55130fb114: Layer already exists 08:36:17 94335d529863: Layer already exists 08:36:17 6b254ba102ea: Layer already exists 08:36:17 e2f404fdd60d: Layer already exists 08:36:17 986fa98cf64a: Layer already exists 08:36:17 cc2447e1835a: Layer already exists 08:36:17 main: digest: sha256:23e58a0b862260ccf2f3f0c693ede32920e126ee59ca24a71f300c0d7a42562e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:18 ===================================================== [Pipeline] echo 08:36:18 taggedImages: 08:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.2 08:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 08:36:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 08:36:18 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:18 latest 08:36:18 3.2.0-dev.2 08:36:18 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:18 main 08:36:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:36:19 54aed32e645b: Preparing 08:36:19 602bab68fa2b: Preparing 08:36:19 93b18d43ee18: Preparing 08:36:19 c28489648d26: Preparing 08:36:19 a3512a35d5e4: Preparing 08:36:19 b607709b842b: Preparing 08:36:19 12cc6231a4e2: Preparing 08:36:19 db55130fb114: Preparing 08:36:19 94335d529863: Preparing 08:36:19 19fff82f0cb3: Preparing 08:36:19 05974e8025fa: Preparing 08:36:19 cc2447e1835a: Preparing 08:36:19 05974e8025fa: Waiting 08:36:19 cc2447e1835a: Waiting 08:36:19 19fff82f0cb3: Waiting 08:36:19 db55130fb114: Waiting 08:36:19 b607709b842b: Waiting 08:36:19 12cc6231a4e2: Waiting 08:36:19 602bab68fa2b: Pushed 08:36:19 a3512a35d5e4: Pushed 08:36:19 54aed32e645b: Pushed 08:36:19 db55130fb114: Layer already exists 08:36:19 b607709b842b: Pushed 08:36:19 12cc6231a4e2: Pushed 08:36:19 94335d529863: Layer already exists 08:36:20 cc2447e1835a: Layer already exists 08:36:20 19fff82f0cb3: Pushed 08:36:20 c28489648d26: Pushed 08:36:21 05974e8025fa: Pushed 08:36:21 93b18d43ee18: Pushed 08:36:21 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:36:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:36:22 54aed32e645b: Preparing 08:36:22 602bab68fa2b: Preparing 08:36:22 93b18d43ee18: Preparing 08:36:22 c28489648d26: Preparing 08:36:22 a3512a35d5e4: Preparing 08:36:22 b607709b842b: Preparing 08:36:22 12cc6231a4e2: Preparing 08:36:22 db55130fb114: Preparing 08:36:22 94335d529863: Preparing 08:36:22 19fff82f0cb3: Preparing 08:36:22 05974e8025fa: Preparing 08:36:22 cc2447e1835a: Preparing 08:36:22 19fff82f0cb3: Waiting 08:36:22 db55130fb114: Waiting 08:36:22 94335d529863: Waiting 08:36:22 05974e8025fa: Waiting 08:36:22 b607709b842b: Waiting 08:36:22 12cc6231a4e2: Waiting 08:36:22 93b18d43ee18: Layer already exists 08:36:22 c28489648d26: Layer already exists 08:36:22 a3512a35d5e4: Layer already exists 08:36:22 54aed32e645b: Layer already exists 08:36:22 602bab68fa2b: Layer already exists 08:36:22 b607709b842b: Layer already exists 08:36:22 12cc6231a4e2: Layer already exists 08:36:22 19fff82f0cb3: Layer already exists 08:36:22 db55130fb114: Layer already exists 08:36:22 94335d529863: Layer already exists 08:36:22 05974e8025fa: Layer already exists 08:36:22 cc2447e1835a: Layer already exists 08:36:22 latest: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 08:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:36:23 54aed32e645b: Preparing 08:36:23 602bab68fa2b: Preparing 08:36:23 93b18d43ee18: Preparing 08:36:23 c28489648d26: Preparing 08:36:23 a3512a35d5e4: Preparing 08:36:23 b607709b842b: Preparing 08:36:23 12cc6231a4e2: Preparing 08:36:23 db55130fb114: Preparing 08:36:23 94335d529863: Preparing 08:36:23 19fff82f0cb3: Preparing 08:36:23 05974e8025fa: Preparing 08:36:23 cc2447e1835a: Preparing 08:36:23 b607709b842b: Waiting 08:36:23 19fff82f0cb3: Waiting 08:36:23 12cc6231a4e2: Waiting 08:36:23 db55130fb114: Waiting 08:36:23 05974e8025fa: Waiting 08:36:23 cc2447e1835a: Waiting 08:36:23 94335d529863: Waiting 08:36:23 602bab68fa2b: Layer already exists 08:36:23 a3512a35d5e4: Layer already exists 08:36:23 c28489648d26: Layer already exists 08:36:23 54aed32e645b: Layer already exists 08:36:23 93b18d43ee18: Layer already exists 08:36:23 12cc6231a4e2: Layer already exists 08:36:23 b607709b842b: Layer already exists 08:36:23 94335d529863: Layer already exists 08:36:23 db55130fb114: Layer already exists 08:36:23 19fff82f0cb3: Layer already exists 08:36:23 cc2447e1835a: Layer already exists 08:36:23 05974e8025fa: Layer already exists 08:36:23 3.2.0-dev.2: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:36:24 54aed32e645b: Preparing 08:36:24 602bab68fa2b: Preparing 08:36:24 93b18d43ee18: Preparing 08:36:24 c28489648d26: Preparing 08:36:24 a3512a35d5e4: Preparing 08:36:24 b607709b842b: Preparing 08:36:24 12cc6231a4e2: Preparing 08:36:24 db55130fb114: Preparing 08:36:24 94335d529863: Preparing 08:36:24 19fff82f0cb3: Preparing 08:36:24 05974e8025fa: Preparing 08:36:24 cc2447e1835a: Preparing 08:36:24 94335d529863: Waiting 08:36:24 19fff82f0cb3: Waiting 08:36:24 12cc6231a4e2: Waiting 08:36:24 05974e8025fa: Waiting 08:36:24 cc2447e1835a: Waiting 08:36:24 db55130fb114: Waiting 08:36:24 93b18d43ee18: Layer already exists 08:36:24 c28489648d26: Layer already exists 08:36:24 54aed32e645b: Layer already exists 08:36:24 602bab68fa2b: Layer already exists 08:36:24 a3512a35d5e4: Layer already exists 08:36:24 94335d529863: Layer already exists 08:36:24 db55130fb114: Layer already exists 08:36:24 b607709b842b: Layer already exists 08:36:24 12cc6231a4e2: Layer already exists 08:36:24 19fff82f0cb3: Layer already exists 08:36:24 05974e8025fa: Layer already exists 08:36:24 cc2447e1835a: Layer already exists 08:36:24 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 08:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:36:25 54aed32e645b: Preparing 08:36:25 602bab68fa2b: Preparing 08:36:25 93b18d43ee18: Preparing 08:36:25 c28489648d26: Preparing 08:36:25 a3512a35d5e4: Preparing 08:36:25 b607709b842b: Preparing 08:36:25 12cc6231a4e2: Preparing 08:36:25 db55130fb114: Preparing 08:36:25 94335d529863: Preparing 08:36:25 19fff82f0cb3: Preparing 08:36:25 05974e8025fa: Preparing 08:36:25 cc2447e1835a: Preparing 08:36:25 db55130fb114: Waiting 08:36:25 05974e8025fa: Waiting 08:36:25 94335d529863: Waiting 08:36:25 cc2447e1835a: Waiting 08:36:25 12cc6231a4e2: Waiting 08:36:25 602bab68fa2b: Layer already exists 08:36:25 54aed32e645b: Layer already exists 08:36:25 a3512a35d5e4: Layer already exists 08:36:25 93b18d43ee18: Layer already exists 08:36:25 c28489648d26: Layer already exists 08:36:25 b607709b842b: Layer already exists 08:36:25 94335d529863: Layer already exists 08:36:25 12cc6231a4e2: Layer already exists 08:36:25 19fff82f0cb3: Layer already exists 08:36:25 db55130fb114: Layer already exists 08:36:25 05974e8025fa: Layer already exists 08:36:25 cc2447e1835a: Layer already exists 08:36:25 main: digest: sha256:242803449a31b6200a924afd49212ad02a73f0fed2ccff9d0d522b123f1927c3 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:26 ===================================================== [Pipeline] echo 08:36:26 taggedImages: 08:36:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:36:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.2 08:36:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 08:36:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 08:36:26 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:26 latest 08:36:26 3.2.0-dev.2 08:36:26 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:26 main 08:36:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:36:27 62ed301451db: Preparing 08:36:27 484e4948570d: Preparing 08:36:27 db55130fb114: Preparing 08:36:27 94335d529863: Preparing 08:36:27 83573e9cdb62: Preparing 08:36:27 9e8ffe2cae46: Preparing 08:36:27 cc2447e1835a: Preparing 08:36:27 9e8ffe2cae46: Waiting 08:36:27 cc2447e1835a: Waiting 08:36:27 db55130fb114: Layer already exists 08:36:27 62ed301451db: Pushed 08:36:27 94335d529863: Layer already exists 08:36:27 cc2447e1835a: Layer already exists 08:36:28 83573e9cdb62: Pushed 08:36:28 9e8ffe2cae46: Pushed 08:36:29 484e4948570d: Pushed 08:36:30 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:30 + 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 08:36:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:36:31 62ed301451db: Preparing 08:36:31 484e4948570d: Preparing 08:36:31 db55130fb114: Preparing 08:36:31 94335d529863: Preparing 08:36:31 83573e9cdb62: Preparing 08:36:31 9e8ffe2cae46: Preparing 08:36:31 cc2447e1835a: Preparing 08:36:31 9e8ffe2cae46: Waiting 08:36:31 cc2447e1835a: Waiting 08:36:31 484e4948570d: Layer already exists 08:36:31 83573e9cdb62: Layer already exists 08:36:31 62ed301451db: Layer already exists 08:36:31 94335d529863: Layer already exists 08:36:31 db55130fb114: Layer already exists 08:36:31 9e8ffe2cae46: Layer already exists 08:36:31 cc2447e1835a: Layer already exists 08:36:31 latest: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 08:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:36:32 62ed301451db: Preparing 08:36:32 484e4948570d: Preparing 08:36:32 db55130fb114: Preparing 08:36:32 94335d529863: Preparing 08:36:32 83573e9cdb62: Preparing 08:36:32 9e8ffe2cae46: Preparing 08:36:32 cc2447e1835a: Preparing 08:36:32 cc2447e1835a: Waiting 08:36:32 9e8ffe2cae46: Waiting 08:36:32 62ed301451db: Layer already exists 08:36:32 484e4948570d: Layer already exists 08:36:32 94335d529863: Layer already exists 08:36:32 9e8ffe2cae46: Layer already exists 08:36:32 cc2447e1835a: Layer already exists 08:36:32 83573e9cdb62: Layer already exists 08:36:32 db55130fb114: Layer already exists 08:36:32 3.2.0-dev.2: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:36:33 62ed301451db: Preparing 08:36:33 484e4948570d: Preparing 08:36:33 db55130fb114: Preparing 08:36:33 94335d529863: Preparing 08:36:33 83573e9cdb62: Preparing 08:36:33 9e8ffe2cae46: Preparing 08:36:33 cc2447e1835a: Preparing 08:36:33 9e8ffe2cae46: Waiting 08:36:33 cc2447e1835a: Waiting 08:36:33 94335d529863: Layer already exists 08:36:33 62ed301451db: Layer already exists 08:36:33 db55130fb114: Layer already exists 08:36:33 484e4948570d: Layer already exists 08:36:33 83573e9cdb62: Layer already exists 08:36:33 9e8ffe2cae46: Layer already exists 08:36:33 cc2447e1835a: Layer already exists 08:36:33 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 08:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:36:34 62ed301451db: Preparing 08:36:34 484e4948570d: Preparing 08:36:34 db55130fb114: Preparing 08:36:34 94335d529863: Preparing 08:36:34 83573e9cdb62: Preparing 08:36:34 9e8ffe2cae46: Preparing 08:36:34 cc2447e1835a: Preparing 08:36:34 9e8ffe2cae46: Waiting 08:36:34 cc2447e1835a: Waiting 08:36:34 484e4948570d: Layer already exists 08:36:34 94335d529863: Layer already exists 08:36:34 db55130fb114: Layer already exists 08:36:34 83573e9cdb62: Layer already exists 08:36:34 62ed301451db: Layer already exists 08:36:34 9e8ffe2cae46: Layer already exists 08:36:34 cc2447e1835a: Layer already exists 08:36:34 main: digest: sha256:97c12b700d003b4f29af6c7a96b3054761bbf98a15dd5684a6467b29efbe4da9 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:35 ===================================================== [Pipeline] echo 08:36:35 taggedImages: 08:36:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:36:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.2 08:36:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 08:36:35 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 08:36:35 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:35 latest 08:36:35 3.2.0-dev.2 08:36:35 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:35 main 08:36:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:36:36 2bc0eb463577: Preparing 08:36:36 c625ff63fe0e: Preparing 08:36:36 72d11c8143a9: Preparing 08:36:36 db55130fb114: Preparing 08:36:36 94335d529863: Preparing 08:36:36 0f488871bd34: Preparing 08:36:36 cfd841c1f87f: Preparing 08:36:36 16baab868848: Preparing 08:36:36 bb608d274f81: Preparing 08:36:36 cc2447e1835a: Preparing 08:36:36 cfd841c1f87f: Waiting 08:36:36 bb608d274f81: Waiting 08:36:36 16baab868848: Waiting 08:36:36 0f488871bd34: Waiting 08:36:36 c625ff63fe0e: Pushed 08:36:36 72d11c8143a9: Pushed 08:36:36 94335d529863: Layer already exists 08:36:37 2bc0eb463577: Pushed 08:36:37 db55130fb114: Layer already exists 08:36:37 cc2447e1835a: Layer already exists 08:36:37 16baab868848: Pushed 08:36:37 bb608d274f81: Pushed 08:36:42 cfd841c1f87f: Pushed 08:36:44 0f488871bd34: Pushed 08:36:44 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:36:45 2bc0eb463577: Preparing 08:36:45 c625ff63fe0e: Preparing 08:36:45 72d11c8143a9: Preparing 08:36:45 db55130fb114: Preparing 08:36:45 94335d529863: Preparing 08:36:45 0f488871bd34: Preparing 08:36:45 cfd841c1f87f: Preparing 08:36:45 16baab868848: Preparing 08:36:45 bb608d274f81: Preparing 08:36:45 cc2447e1835a: Preparing 08:36:45 16baab868848: Waiting 08:36:45 0f488871bd34: Waiting 08:36:45 bb608d274f81: Waiting 08:36:45 cc2447e1835a: Waiting 08:36:45 cfd841c1f87f: Waiting 08:36:45 72d11c8143a9: Layer already exists 08:36:45 2bc0eb463577: Layer already exists 08:36:45 c625ff63fe0e: Layer already exists 08:36:45 db55130fb114: Layer already exists 08:36:45 94335d529863: Layer already exists 08:36:45 0f488871bd34: Layer already exists 08:36:45 cfd841c1f87f: Layer already exists 08:36:45 bb608d274f81: Layer already exists 08:36:45 cc2447e1835a: Layer already exists 08:36:45 16baab868848: Layer already exists 08:36:45 latest: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 08:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:36:46 2bc0eb463577: Preparing 08:36:46 c625ff63fe0e: Preparing 08:36:46 72d11c8143a9: Preparing 08:36:46 db55130fb114: Preparing 08:36:46 94335d529863: Preparing 08:36:46 0f488871bd34: Preparing 08:36:46 cfd841c1f87f: Preparing 08:36:46 16baab868848: Preparing 08:36:46 bb608d274f81: Preparing 08:36:46 cc2447e1835a: Preparing 08:36:46 0f488871bd34: Waiting 08:36:46 cfd841c1f87f: Waiting 08:36:46 16baab868848: Waiting 08:36:46 bb608d274f81: Waiting 08:36:46 cc2447e1835a: Waiting 08:36:46 94335d529863: Layer already exists 08:36:46 c625ff63fe0e: Layer already exists 08:36:46 72d11c8143a9: Layer already exists 08:36:46 2bc0eb463577: Layer already exists 08:36:46 db55130fb114: Layer already exists 08:36:46 0f488871bd34: Layer already exists 08:36:46 cfd841c1f87f: Layer already exists 08:36:46 16baab868848: Layer already exists 08:36:46 cc2447e1835a: Layer already exists 08:36:46 bb608d274f81: Layer already exists 08:36:46 3.2.0-dev.2: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:36:47 2bc0eb463577: Preparing 08:36:47 c625ff63fe0e: Preparing 08:36:47 72d11c8143a9: Preparing 08:36:47 db55130fb114: Preparing 08:36:47 94335d529863: Preparing 08:36:47 0f488871bd34: Preparing 08:36:47 cfd841c1f87f: Preparing 08:36:47 16baab868848: Preparing 08:36:47 bb608d274f81: Preparing 08:36:47 cc2447e1835a: Preparing 08:36:47 0f488871bd34: Waiting 08:36:47 cfd841c1f87f: Waiting 08:36:47 bb608d274f81: Waiting 08:36:47 16baab868848: Waiting 08:36:47 cc2447e1835a: Waiting 08:36:47 2bc0eb463577: Layer already exists 08:36:47 db55130fb114: Layer already exists 08:36:47 94335d529863: Layer already exists 08:36:47 c625ff63fe0e: Layer already exists 08:36:47 72d11c8143a9: Layer already exists 08:36:47 0f488871bd34: Layer already exists 08:36:47 cfd841c1f87f: Layer already exists 08:36:47 16baab868848: Layer already exists 08:36:47 bb608d274f81: Layer already exists 08:36:47 cc2447e1835a: Layer already exists 08:36:47 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 08:36:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:36:48 2bc0eb463577: Preparing 08:36:48 c625ff63fe0e: Preparing 08:36:48 72d11c8143a9: Preparing 08:36:48 db55130fb114: Preparing 08:36:48 94335d529863: Preparing 08:36:48 0f488871bd34: Preparing 08:36:48 cfd841c1f87f: Preparing 08:36:48 16baab868848: Preparing 08:36:48 bb608d274f81: Preparing 08:36:48 cc2447e1835a: Preparing 08:36:48 0f488871bd34: Waiting 08:36:48 16baab868848: Waiting 08:36:48 cfd841c1f87f: Waiting 08:36:48 bb608d274f81: Waiting 08:36:48 cc2447e1835a: Waiting 08:36:48 72d11c8143a9: Layer already exists 08:36:48 2bc0eb463577: Layer already exists 08:36:48 c625ff63fe0e: Layer already exists 08:36:48 94335d529863: Layer already exists 08:36:48 db55130fb114: Layer already exists 08:36:48 0f488871bd34: Layer already exists 08:36:48 cfd841c1f87f: Layer already exists 08:36:48 16baab868848: Layer already exists 08:36:48 bb608d274f81: Layer already exists 08:36:48 cc2447e1835a: Layer already exists 08:36:48 main: digest: sha256:4f27cda75dc3ae31352293e73bf27aa2e616cc1864eaf0801868f9d1891c9d27 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:36:49 ===================================================== [Pipeline] echo 08:36:49 taggedImages: 08:36:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:36:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.2 08:36:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 08:36:49 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 08:36:49 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:49 latest 08:36:49 3.2.0-dev.2 08:36:49 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:36:49 main 08:36:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:36:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:36:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:36:50 86e9d34a1cc7: Preparing 08:36:50 3027643f9bcc: Preparing 08:36:50 ea0d8ec16ba4: Preparing 08:36:50 db55130fb114: Preparing 08:36:50 94335d529863: Preparing 08:36:50 d5f7f19af316: Preparing 08:36:50 ef2a0458e9ec: Preparing 08:36:50 3069f1058134: Preparing 08:36:50 cc2447e1835a: Preparing 08:36:50 d5f7f19af316: Waiting 08:36:50 ef2a0458e9ec: Waiting 08:36:50 3069f1058134: Waiting 08:36:50 cc2447e1835a: Waiting 08:36:50 94335d529863: Layer already exists 08:36:50 db55130fb114: Layer already exists 08:36:50 3027643f9bcc: Pushed 08:36:50 ea0d8ec16ba4: Pushed 08:36:50 cc2447e1835a: Layer already exists 08:36:50 86e9d34a1cc7: Pushed 08:36:51 3069f1058134: Pushed 08:36:51 ef2a0458e9ec: Pushed 08:36:59 d5f7f19af316: Pushed 08:36:59 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:37:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:37:01 86e9d34a1cc7: Preparing 08:37:01 3027643f9bcc: Preparing 08:37:01 ea0d8ec16ba4: Preparing 08:37:01 db55130fb114: Preparing 08:37:01 94335d529863: Preparing 08:37:01 d5f7f19af316: Preparing 08:37:01 ef2a0458e9ec: Preparing 08:37:01 3069f1058134: Preparing 08:37:01 cc2447e1835a: Preparing 08:37:01 ef2a0458e9ec: Waiting 08:37:01 3069f1058134: Waiting 08:37:01 cc2447e1835a: Waiting 08:37:01 d5f7f19af316: Waiting 08:37:01 3027643f9bcc: Layer already exists 08:37:01 94335d529863: Layer already exists 08:37:01 86e9d34a1cc7: Layer already exists 08:37:01 ea0d8ec16ba4: Layer already exists 08:37:01 db55130fb114: Layer already exists 08:37:01 ef2a0458e9ec: Layer already exists 08:37:01 d5f7f19af316: Layer already exists 08:37:01 3069f1058134: Layer already exists 08:37:01 cc2447e1835a: Layer already exists 08:37:01 latest: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 08:37:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:37:02 86e9d34a1cc7: Preparing 08:37:02 3027643f9bcc: Preparing 08:37:02 ea0d8ec16ba4: Preparing 08:37:02 db55130fb114: Preparing 08:37:02 94335d529863: Preparing 08:37:02 d5f7f19af316: Preparing 08:37:02 ef2a0458e9ec: Preparing 08:37:02 3069f1058134: Preparing 08:37:02 cc2447e1835a: Preparing 08:37:02 cc2447e1835a: Waiting 08:37:02 86e9d34a1cc7: Layer already exists 08:37:02 db55130fb114: Layer already exists 08:37:02 94335d529863: Layer already exists 08:37:02 ea0d8ec16ba4: Layer already exists 08:37:02 3027643f9bcc: Layer already exists 08:37:02 ef2a0458e9ec: Layer already exists 08:37:02 d5f7f19af316: Layer already exists 08:37:02 3069f1058134: Layer already exists 08:37:02 cc2447e1835a: Layer already exists 08:37:02 3.2.0-dev.2: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:37:03 86e9d34a1cc7: Preparing 08:37:03 3027643f9bcc: Preparing 08:37:03 ea0d8ec16ba4: Preparing 08:37:03 db55130fb114: Preparing 08:37:03 94335d529863: Preparing 08:37:03 d5f7f19af316: Preparing 08:37:03 ef2a0458e9ec: Preparing 08:37:03 3069f1058134: Preparing 08:37:03 cc2447e1835a: Preparing 08:37:03 d5f7f19af316: Waiting 08:37:03 ef2a0458e9ec: Waiting 08:37:03 cc2447e1835a: Waiting 08:37:03 3069f1058134: Waiting 08:37:03 db55130fb114: Layer already exists 08:37:03 94335d529863: Layer already exists 08:37:03 ea0d8ec16ba4: Layer already exists 08:37:03 86e9d34a1cc7: Layer already exists 08:37:03 3027643f9bcc: Layer already exists 08:37:03 cc2447e1835a: Layer already exists 08:37:03 3069f1058134: Layer already exists 08:37:03 ef2a0458e9ec: Layer already exists 08:37:03 d5f7f19af316: Layer already exists 08:37:03 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 08:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:37:04 86e9d34a1cc7: Preparing 08:37:04 3027643f9bcc: Preparing 08:37:04 ea0d8ec16ba4: Preparing 08:37:04 db55130fb114: Preparing 08:37:04 94335d529863: Preparing 08:37:04 d5f7f19af316: Preparing 08:37:04 ef2a0458e9ec: Preparing 08:37:04 3069f1058134: Preparing 08:37:04 cc2447e1835a: Preparing 08:37:04 d5f7f19af316: Waiting 08:37:04 ef2a0458e9ec: Waiting 08:37:04 3069f1058134: Waiting 08:37:04 cc2447e1835a: Waiting 08:37:04 94335d529863: Layer already exists 08:37:04 3027643f9bcc: Layer already exists 08:37:04 86e9d34a1cc7: Layer already exists 08:37:04 db55130fb114: Layer already exists 08:37:04 ea0d8ec16ba4: Layer already exists 08:37:04 ef2a0458e9ec: Layer already exists 08:37:04 d5f7f19af316: Layer already exists 08:37:04 cc2447e1835a: Layer already exists 08:37:04 3069f1058134: Layer already exists 08:37:04 main: digest: sha256:c3ebd053f76a4ec3c52cf2886ec7301761171108acf6babf3c3ac7204003f244 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:05 ===================================================== [Pipeline] echo 08:37:05 taggedImages: 08:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.2 08:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:05 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 08:37:05 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 08:37:05 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:05 latest 08:37:05 3.2.0-dev.2 08:37:05 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:05 main 08:37:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:37:06 2bc0eb463577: Preparing 08:37:06 37ab458aaae0: Preparing 08:37:06 44eace2785d9: Preparing 08:37:06 db55130fb114: Preparing 08:37:06 94335d529863: Preparing 08:37:06 d5f7f19af316: Preparing 08:37:06 16baab868848: Preparing 08:37:06 bb608d274f81: Preparing 08:37:06 cc2447e1835a: Preparing 08:37:06 d5f7f19af316: Waiting 08:37:06 16baab868848: Waiting 08:37:06 bb608d274f81: Waiting 08:37:06 cc2447e1835a: Waiting 08:37:06 94335d529863: Layer already exists 08:37:06 2bc0eb463577: Layer already exists 08:37:06 db55130fb114: Layer already exists 08:37:06 d5f7f19af316: Layer already exists 08:37:06 bb608d274f81: Layer already exists 08:37:06 16baab868848: Layer already exists 08:37:06 cc2447e1835a: Layer already exists 08:37:06 44eace2785d9: Pushed 08:37:06 37ab458aaae0: Pushed 08:37:06 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:37:07 2bc0eb463577: Preparing 08:37:07 37ab458aaae0: Preparing 08:37:07 44eace2785d9: Preparing 08:37:07 db55130fb114: Preparing 08:37:07 94335d529863: Preparing 08:37:07 d5f7f19af316: Preparing 08:37:07 16baab868848: Preparing 08:37:07 d5f7f19af316: Waiting 08:37:07 bb608d274f81: Preparing 08:37:07 16baab868848: Waiting 08:37:07 cc2447e1835a: Preparing 08:37:07 bb608d274f81: Waiting 08:37:07 cc2447e1835a: Waiting 08:37:07 37ab458aaae0: Layer already exists 08:37:07 2bc0eb463577: Layer already exists 08:37:07 94335d529863: Layer already exists 08:37:07 44eace2785d9: Layer already exists 08:37:07 db55130fb114: Layer already exists 08:37:07 bb608d274f81: Layer already exists 08:37:07 16baab868848: Layer already exists 08:37:07 d5f7f19af316: Layer already exists 08:37:07 cc2447e1835a: Layer already exists 08:37:07 latest: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 08:37:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:37:09 2bc0eb463577: Preparing 08:37:09 37ab458aaae0: Preparing 08:37:09 44eace2785d9: Preparing 08:37:09 db55130fb114: Preparing 08:37:09 94335d529863: Preparing 08:37:09 d5f7f19af316: Preparing 08:37:09 16baab868848: Preparing 08:37:09 bb608d274f81: Preparing 08:37:09 cc2447e1835a: Preparing 08:37:09 d5f7f19af316: Waiting 08:37:09 16baab868848: Waiting 08:37:09 bb608d274f81: Waiting 08:37:09 cc2447e1835a: Waiting 08:37:09 2bc0eb463577: Layer already exists 08:37:09 44eace2785d9: Layer already exists 08:37:09 db55130fb114: Layer already exists 08:37:09 94335d529863: Layer already exists 08:37:09 37ab458aaae0: Layer already exists 08:37:09 d5f7f19af316: Layer already exists 08:37:09 16baab868848: Layer already exists 08:37:09 bb608d274f81: Layer already exists 08:37:09 cc2447e1835a: Layer already exists 08:37:09 3.2.0-dev.2: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:37:10 2bc0eb463577: Preparing 08:37:10 37ab458aaae0: Preparing 08:37:10 44eace2785d9: Preparing 08:37:10 db55130fb114: Preparing 08:37:10 94335d529863: Preparing 08:37:10 d5f7f19af316: Preparing 08:37:10 16baab868848: Preparing 08:37:10 bb608d274f81: Preparing 08:37:10 cc2447e1835a: Preparing 08:37:10 d5f7f19af316: Waiting 08:37:10 16baab868848: Waiting 08:37:10 bb608d274f81: Waiting 08:37:10 2bc0eb463577: Layer already exists 08:37:10 db55130fb114: Layer already exists 08:37:10 44eace2785d9: Layer already exists 08:37:10 94335d529863: Layer already exists 08:37:10 37ab458aaae0: Layer already exists 08:37:10 d5f7f19af316: Layer already exists 08:37:10 bb608d274f81: Layer already exists 08:37:10 16baab868848: Layer already exists 08:37:10 cc2447e1835a: Layer already exists 08:37:10 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 08:37:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:37:11 2bc0eb463577: Preparing 08:37:11 37ab458aaae0: Preparing 08:37:11 44eace2785d9: Preparing 08:37:11 db55130fb114: Preparing 08:37:11 94335d529863: Preparing 08:37:11 d5f7f19af316: Preparing 08:37:11 16baab868848: Preparing 08:37:11 bb608d274f81: Preparing 08:37:11 cc2447e1835a: Preparing 08:37:11 d5f7f19af316: Waiting 08:37:11 16baab868848: Waiting 08:37:11 bb608d274f81: Waiting 08:37:11 cc2447e1835a: Waiting 08:37:11 94335d529863: Layer already exists 08:37:11 44eace2785d9: Layer already exists 08:37:11 2bc0eb463577: Layer already exists 08:37:11 37ab458aaae0: Layer already exists 08:37:11 db55130fb114: Layer already exists 08:37:11 16baab868848: Layer already exists 08:37:11 d5f7f19af316: Layer already exists 08:37:11 cc2447e1835a: Layer already exists 08:37:11 bb608d274f81: Layer already exists 08:37:11 main: digest: sha256:465994986bf1e70ec9830818fc3c502765658bb34ad1b6ba6ee9aeb4683b3aa0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:11 ===================================================== [Pipeline] echo 08:37:12 taggedImages: 08:37:12 - nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:12 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:37:12 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.2 08:37:12 - nexus3.edgexfoundry.org:10004/security-spire-server:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:12 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 08:37:12 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 08:37:12 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:12 latest 08:37:12 3.2.0-dev.2 08:37:12 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:12 main 08:37:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:37:13 2c0612f5cf11: Preparing 08:37:13 f68b426fa5e7: Preparing 08:37:13 db55130fb114: Preparing 08:37:13 94335d529863: Preparing 08:37:13 8cee19be6eaa: Preparing 08:37:13 a4ecf431be79: Preparing 08:37:13 cc2447e1835a: Preparing 08:37:13 a4ecf431be79: Waiting 08:37:13 cc2447e1835a: Waiting 08:37:13 db55130fb114: Layer already exists 08:37:13 94335d529863: Layer already exists 08:37:13 cc2447e1835a: Layer already exists 08:37:13 2c0612f5cf11: Pushed 08:37:13 a4ecf431be79: Pushed 08:37:14 8cee19be6eaa: Pushed 08:37:16 f68b426fa5e7: Pushed 08:37:16 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 08:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:37:18 2c0612f5cf11: Preparing 08:37:18 f68b426fa5e7: Preparing 08:37:18 db55130fb114: Preparing 08:37:18 94335d529863: Preparing 08:37:18 8cee19be6eaa: Preparing 08:37:18 a4ecf431be79: Preparing 08:37:18 cc2447e1835a: Preparing 08:37:18 a4ecf431be79: Waiting 08:37:18 cc2447e1835a: Waiting 08:37:18 2c0612f5cf11: Layer already exists 08:37:18 f68b426fa5e7: Layer already exists 08:37:18 db55130fb114: Layer already exists 08:37:18 94335d529863: Layer already exists 08:37:18 8cee19be6eaa: Layer already exists 08:37:18 a4ecf431be79: Layer already exists 08:37:18 cc2447e1835a: Layer already exists 08:37:18 latest: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 08:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:37:19 2c0612f5cf11: Preparing 08:37:19 f68b426fa5e7: Preparing 08:37:19 db55130fb114: Preparing 08:37:19 94335d529863: Preparing 08:37:19 8cee19be6eaa: Preparing 08:37:19 a4ecf431be79: Preparing 08:37:19 cc2447e1835a: Preparing 08:37:19 cc2447e1835a: Waiting 08:37:19 a4ecf431be79: Waiting 08:37:19 db55130fb114: Layer already exists 08:37:19 f68b426fa5e7: Layer already exists 08:37:19 94335d529863: Layer already exists 08:37:19 2c0612f5cf11: Layer already exists 08:37:19 8cee19be6eaa: Layer already exists 08:37:19 cc2447e1835a: Layer already exists 08:37:19 a4ecf431be79: Layer already exists 08:37:19 3.2.0-dev.2: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:37:20 2c0612f5cf11: Preparing 08:37:20 f68b426fa5e7: Preparing 08:37:20 db55130fb114: Preparing 08:37:20 94335d529863: Preparing 08:37:20 8cee19be6eaa: Preparing 08:37:20 a4ecf431be79: Preparing 08:37:20 cc2447e1835a: Preparing 08:37:20 a4ecf431be79: Waiting 08:37:20 cc2447e1835a: Waiting 08:37:20 db55130fb114: Layer already exists 08:37:20 94335d529863: Layer already exists 08:37:20 2c0612f5cf11: Layer already exists 08:37:20 f68b426fa5e7: Layer already exists 08:37:20 8cee19be6eaa: Layer already exists 08:37:20 cc2447e1835a: Layer already exists 08:37:20 a4ecf431be79: Layer already exists 08:37:20 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 08:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:37:21 2c0612f5cf11: Preparing 08:37:21 f68b426fa5e7: Preparing 08:37:21 db55130fb114: Preparing 08:37:21 94335d529863: Preparing 08:37:21 8cee19be6eaa: Preparing 08:37:21 a4ecf431be79: Preparing 08:37:21 cc2447e1835a: Preparing 08:37:21 a4ecf431be79: Waiting 08:37:21 cc2447e1835a: Waiting 08:37:21 2c0612f5cf11: Layer already exists 08:37:21 8cee19be6eaa: Layer already exists 08:37:21 db55130fb114: Layer already exists 08:37:21 94335d529863: Layer already exists 08:37:21 f68b426fa5e7: Layer already exists 08:37:21 cc2447e1835a: Layer already exists 08:37:21 a4ecf431be79: Layer already exists 08:37:21 main: digest: sha256:4971ffac4bffc2af4ebc7e344251364396bc02dd0b3c13f2bbed0171f2a0e6fb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:22 ===================================================== [Pipeline] echo 08:37:22 taggedImages: 08:37:22 - nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:22 - nexus3.edgexfoundry.org:10004/support-notifications:latest 08:37:22 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.2 08:37:22 - nexus3.edgexfoundry.org:10004/support-notifications:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:22 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 08:37:22 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 08:37:22 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:22 latest 08:37:22 3.2.0-dev.2 08:37:22 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:22 main 08:37:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:37:24 cba9aaafda5d: Preparing 08:37:24 01c8adbdad86: Preparing 08:37:24 db55130fb114: Preparing 08:37:24 94335d529863: Preparing 08:37:24 1a0c1886e1ab: Preparing 08:37:24 8f3fc52d5863: Preparing 08:37:24 cc2447e1835a: Preparing 08:37:24 8f3fc52d5863: Waiting 08:37:24 cc2447e1835a: Waiting 08:37:24 1a0c1886e1ab: Layer already exists 08:37:24 94335d529863: Layer already exists 08:37:24 db55130fb114: Layer already exists 08:37:24 8f3fc52d5863: Layer already exists 08:37:24 cc2447e1835a: Layer already exists 08:37:24 cba9aaafda5d: Pushed 08:37:27 01c8adbdad86: Pushed 08:37:27 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:37:28 cba9aaafda5d: Preparing 08:37:28 01c8adbdad86: Preparing 08:37:28 db55130fb114: Preparing 08:37:28 94335d529863: Preparing 08:37:28 1a0c1886e1ab: Preparing 08:37:28 8f3fc52d5863: Preparing 08:37:28 cc2447e1835a: Preparing 08:37:28 8f3fc52d5863: Waiting 08:37:28 cc2447e1835a: Waiting 08:37:28 01c8adbdad86: Layer already exists 08:37:28 cba9aaafda5d: Layer already exists 08:37:28 1a0c1886e1ab: Layer already exists 08:37:28 db55130fb114: Layer already exists 08:37:28 94335d529863: Layer already exists 08:37:28 8f3fc52d5863: Layer already exists 08:37:28 cc2447e1835a: Layer already exists 08:37:28 latest: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 08:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:37:29 cba9aaafda5d: Preparing 08:37:29 01c8adbdad86: Preparing 08:37:29 db55130fb114: Preparing 08:37:29 94335d529863: Preparing 08:37:29 1a0c1886e1ab: Preparing 08:37:29 8f3fc52d5863: Preparing 08:37:29 cc2447e1835a: Preparing 08:37:29 8f3fc52d5863: Waiting 08:37:29 cc2447e1835a: Waiting 08:37:29 db55130fb114: Layer already exists 08:37:29 01c8adbdad86: Layer already exists 08:37:29 94335d529863: Layer already exists 08:37:29 cba9aaafda5d: Layer already exists 08:37:29 1a0c1886e1ab: Layer already exists 08:37:29 8f3fc52d5863: Layer already exists 08:37:29 cc2447e1835a: Layer already exists 08:37:29 3.2.0-dev.2: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:37:31 cba9aaafda5d: Preparing 08:37:31 01c8adbdad86: Preparing 08:37:31 db55130fb114: Preparing 08:37:31 94335d529863: Preparing 08:37:31 1a0c1886e1ab: Preparing 08:37:31 8f3fc52d5863: Preparing 08:37:31 cc2447e1835a: Preparing 08:37:31 cc2447e1835a: Waiting 08:37:31 8f3fc52d5863: Waiting 08:37:31 cba9aaafda5d: Layer already exists 08:37:31 94335d529863: Layer already exists 08:37:31 db55130fb114: Layer already exists 08:37:31 1a0c1886e1ab: Layer already exists 08:37:31 01c8adbdad86: Layer already exists 08:37:31 cc2447e1835a: Layer already exists 08:37:31 8f3fc52d5863: Layer already exists 08:37:31 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 08:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:37:32 cba9aaafda5d: Preparing 08:37:32 01c8adbdad86: Preparing 08:37:32 db55130fb114: Preparing 08:37:32 94335d529863: Preparing 08:37:32 1a0c1886e1ab: Preparing 08:37:32 8f3fc52d5863: Preparing 08:37:32 cc2447e1835a: Preparing 08:37:32 8f3fc52d5863: Waiting 08:37:32 cc2447e1835a: Waiting 08:37:32 db55130fb114: Layer already exists 08:37:32 94335d529863: Layer already exists 08:37:32 cba9aaafda5d: Layer already exists 08:37:32 1a0c1886e1ab: Layer already exists 08:37:32 01c8adbdad86: Layer already exists 08:37:32 8f3fc52d5863: Layer already exists 08:37:32 cc2447e1835a: Layer already exists 08:37:32 main: digest: sha256:fac077e3c01e25f237d4090cb9b241e75b3fe46a286abcd8abbaa6828d383d22 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:37:32 ===================================================== [Pipeline] echo 08:37:33 taggedImages: 08:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.2 08:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:37:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:48:39 #140 ... 08:48:39 08:48:39 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:48:39 #133 758.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:48:39 #133 ... 08:48:39 08:48:39 #139 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:48:39 #139 DONE 764.0s 08:48:39 08:48:39 #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:48:39 #137 ... 08:48:39 08:48:39 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:48:39 #141 DONE 0.1s 08:48:39 08:48:39 #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:48:39 #136 ... 08:48:39 08:48:39 #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:48:39 #142 DONE 0.2s 08:48:39 08:48:39 #143 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 08:48:39 #143 DONE 0.2s 08:48:39 08:48:39 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:48:39 #132 ... 08:48:39 08:48:39 #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:48:39 #144 DONE 0.2s 08:48:39 08:48:39 #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:39 #145 DONE 0.3s 08:48:39 08:48:39 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:48:39 #138 ... 08:48:39 08:48:39 #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:48:39 #146 DONE 0.1s 08:48:39 08:48:39 #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:48:39 #147 DONE 1.9s 08:48:39 08:48:39 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:48:39 #50 ... 08:48:39 08:48:39 #99 [security-proxy-setup] exporting to image 08:48:39 #99 exporting layers 08:48:39 #99 exporting layers 0.9s done 08:48:39 #99 writing image sha256:c7c6fbd9a558026a6d78f5a8970277e4f3b738b25761efe014420a61d5d4fd0a done 08:48:39 #99 naming to docker.io/library/security-proxy-setup-arm64 done 08:48:39 #99 DONE 3.4s 08:48:39 08:48:39 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:48:46 #132 ... 08:48:46 08:48:46 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:48:46 #138 DONE 774.6s 08:48:46 08:48:46 #148 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:48:46 #148 DONE 0.3s 08:48:46 08:48:46 #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:48:46 #136 ... 08:48:46 08:48:46 #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:48:49 #149 ... 08:48:49 08:48:49 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:48:49 #133 DONE 778.4s 08:48:49 08:48:49 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:48:49 #130 ... 08:48:49 08:48:49 #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:48:49 #149 DONE 3.7s 08:48:49 08:48:49 #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:48:50 #150 DONE 0.5s 08:48:50 08:48:50 #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:48:50 #151 DONE 0.3s 08:48:50 08:48:50 #152 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:48:50 #152 DONE 0.4s 08:48:50 08:48:50 #153 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:48:50 #153 DONE 0.3s 08:48:50 08:48:50 #154 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:48:51 #154 DONE 0.5s 08:48:51 08:48:51 #155 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:48:51 #155 DONE 0.2s 08:48:51 08:48:51 #156 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:48:51 #156 DONE 0.2s 08:48:51 08:48:51 #157 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 08:48:51 #157 ... 08:48:51 08:48:51 #158 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 08:48:51 #158 DONE 0.1s 08:48:51 08:48:51 #157 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 08:48:51 #157 DONE 0.3s 08:48:51 08:48:51 #159 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:48:51 #159 DONE 0.3s 08:48:51 08:48:51 #160 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 08:48:51 #160 DONE 0.3s 08:48:51 08:48:51 #161 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 08:48:51 #161 DONE 0.2s 08:48:51 08:48:51 #162 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:48:52 #162 DONE 0.5s 08:48:52 08:48:52 #163 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:52 #163 ... 08:48:52 08:48:52 #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:48:52 #164 DONE 0.2s 08:48:52 08:48:52 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:48:53 #165 ... 08:48:53 08:48:53 #163 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:53 #163 DONE 0.7s 08:48:53 08:48:53 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:48:53 #166 DONE 0.3s 08:48:53 08:48:53 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:48:55 #165 DONE 3.0s 08:48:55 08:48:55 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:48:55 #167 DONE 2.6s 08:48:55 08:48:55 #99 [security-secretstore-setup] exporting to image 08:48:55 #99 exporting layers 08:48:57 #99 exporting layers 2.1s done 08:48:57 #99 writing image sha256:da57c639f4ccf13f229de7bfc4cb670e7b242c19052af7086ffe4c0cdf553f84 0.0s done 08:48:57 #99 naming to docker.io/library/security-bootstrapper-arm64 done 08:48:57 #99 exporting layers 1.9s done 08:48:57 #99 writing image sha256:b06d20d27a529976b7647c99fb4d29112998f4ce5c8010957888e6d4ef791867 done 08:48:57 #99 naming to docker.io/library/security-secretstore-setup-arm64 done 08:48:57 #99 DONE 5.9s 08:48:57 08:48:57 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:48:59 #134 ... 08:48:59 08:48:59 #137 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:48:59 #137 DONE 788.7s 08:48:59 08:48:59 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:48:59 #131 ... 08:48:59 08:48:59 #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:49:00 #168 DONE 0.2s 08:49:00 08:49:00 #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:49:00 #169 DONE 0.2s 08:49:00 08:49:00 #170 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:49:00 #170 DONE 0.3s 08:49:00 08:49:00 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 08:49:00 #31 ... 08:49:00 08:49:00 #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 08:49:00 #171 DONE 0.1s 08:49:00 08:49:00 #172 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:49:00 #172 DONE 0.1s 08:49:00 08:49:00 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:49:01 #50 ... 08:49:01 08:49:01 #173 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:49:03 #173 DONE 2.5s 08:49:03 08:49:03 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:49:03 #43 ... 08:49:03 08:49:03 #99 [security-proxy-auth] exporting to image 08:49:03 #99 exporting layers 08:49:04 #99 exporting layers 0.6s done 08:49:04 #99 writing image sha256:857752667cb096055f9e34d5a4ba5b87c22e750a4d9b84afcc83d05fa5f8a714 done 08:49:04 #99 naming to docker.io/library/security-proxy-auth-arm64 done 08:49:04 #99 DONE 6.6s 08:49:04 08:49:04 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:49:19 #134 DONE 807.9s 08:49:19 08:49:19 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:49:19 #130 ... 08:49:19 08:49:19 #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:49:19 #174 DONE 0.2s 08:49:19 08:49:19 #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:49:19 #175 DONE 0.1s 08:49:19 08:49:19 #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:49:19 #176 DONE 0.3s 08:49:19 08:49:19 #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:49:19 #177 DONE 0.1s 08:49:19 08:49:19 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:49:20 #51 ... 08:49:20 08:49:20 #178 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:49:20 #178 DONE 0.1s 08:49:20 08:49:20 #179 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:49:22 #179 DONE 1.7s 08:49:22 08:49:22 #99 [core-common-config-bootstrapper] exporting to image 08:49:22 #99 exporting layers 08:49:22 #99 exporting layers 0.6s done 08:49:22 #99 writing image sha256:62313e6ff57c9b83799abcccf339b1d0710a629855c3b9922f9481bd725ac14f done 08:49:22 #99 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 08:49:22 #99 DONE 7.2s 08:49:22 08:49:22 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:49:49 #51 ... 08:49:49 08:49:49 #136 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:49:49 #136 DONE 838.1s 08:49:49 08:49:49 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:49:49 #43 ... 08:49:49 08:49:49 #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:49:49 #180 DONE 0.2s 08:49:49 08:49:49 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:49:49 #181 DONE 0.2s 08:49:49 08:49:49 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:49:49 #51 ... 08:49:49 08:49:49 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:49:49 #182 DONE 0.3s 08:49:49 08:49:49 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:49:50 #51 ... 08:49:50 08:49:50 #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:49:50 #183 DONE 0.2s 08:49:50 08:49:50 #99 [core-command] exporting to image 08:49:50 #99 exporting layers 08:49:50 #99 exporting layers 0.2s done 08:49:50 #99 writing image sha256:d5bc50264e484c85eab7938a4099cc5f9021dc843397eacbeffdb3542cde225d done 08:49:50 #99 naming to docker.io/library/core-command-arm64 0.0s done 08:49:50 #99 DONE 7.4s 08:49:50 08:49:50 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:50:02 #51 ... 08:50:02 08:50:02 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:50:02 #135 DONE 851.5s 08:50:02 08:50:02 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:50:02 #132 ... 08:50:02 08:50:02 #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:50:03 #184 DONE 0.2s 08:50:03 08:50:03 #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:50:03 #185 DONE 0.1s 08:50:03 08:50:03 #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:50:03 #186 ... 08:50:03 08:50:03 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:50:03 #140 DONE 852.7s 08:50:03 08:50:03 #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:50:03 #186 DONE 0.5s 08:50:03 08:50:03 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:50:03 #50 ... 08:50:03 08:50:03 #187 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:50:04 #187 DONE 0.3s 08:50:04 08:50:04 #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:50:04 #188 DONE 0.2s 08:50:04 08:50:04 #189 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:50:04 #189 DONE 0.3s 08:50:04 08:50:04 #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:50:04 #190 DONE 0.2s 08:50:04 08:50:04 #99 [core-metadata] exporting to image 08:50:04 #99 exporting layers 08:50:04 #99 exporting layers 0.4s done 08:50:04 #99 writing image sha256:bb8e88c19a3bbeb0afcb26287845248be8459b43e97029a878da2809f8c4a28c done 08:50:04 #99 naming to docker.io/library/core-metadata-arm64 done 08:50:04 #99 DONE 7.9s 08:50:04 08:50:04 #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:50:04 #191 DONE 0.4s 08:50:04 08:50:04 #192 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:50:04 #192 DONE 0.2s 08:50:04 08:50:04 #99 [core-data] exporting to image 08:50:05 #99 exporting layers 0.4s done 08:50:05 #99 writing image sha256:86d33e3f84489e16e01b744a75dc0431beab24baf3d05143ac874d564c0b307c done 08:50:05 #99 naming to docker.io/library/core-data-arm64 done 08:50:05 #99 DONE 8.3s 08:50:05 08:50:05 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 08:50:20 #43 ... 08:50:20 08:50:20 #131 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:50:20 #131 DONE 867.2s 08:50:20 08:50:20 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 08:50:20 #51 ... 08:50:20 08:50:20 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:50:20 #193 DONE 0.1s 08:50:20 08:50:20 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:50:20 #194 DONE 0.1s 08:50:20 08:50:20 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:50:20 #132 ... 08:50:20 08:50:20 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:50:20 #195 DONE 0.4s 08:50:20 08:50:20 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:50:20 #196 DONE 0.1s 08:50:20 08:50:20 #99 [security-spiffe-token-provider] exporting to image 08:50:20 #99 exporting layers 08:50:20 #99 exporting layers 0.6s done 08:50:20 #99 writing image sha256:5007fa430df2dca8235862272ba62ec1f5258299c7ee25f1c111411221535ffc done 08:50:20 #99 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:50:20 #99 DONE 8.9s 08:50:20 08:50:20 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:50:42 #130 ... 08:50:42 08:50:42 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:50:42 #132 DONE 890.1s 08:50:42 08:50:42 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:50:42 #130 DONE 890.1s 08:50:42 08:50:42 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:50:42 #50 ... 08:50:42 08:50:42 #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:50:42 #197 DONE 0.2s 08:50:42 08:50:42 #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:50:42 #198 DONE 0.2s 08:50:42 08:50:42 #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:50:42 #199 DONE 0.1s 08:50:42 08:50:42 #200 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:50:42 #200 DONE 0.2s 08:50:42 08:50:42 #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:50:42 #201 DONE 0.4s 08:50:42 08:50:42 #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:50:42 #202 DONE 0.4s 08:50:42 08:50:42 #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 08:50:42 #203 DONE 0.1s 08:50:42 08:50:42 #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:50:42 #204 DONE 0.1s 08:50:42 08:50:42 #99 [support-scheduler] exporting to image 08:50:42 #99 exporting layers 08:50:42 #99 exporting layers 0.5s done 08:50:42 #99 writing image sha256:8d32d66ad4ba9d77ca579ba1807ffabcf0ddcf2d63fa4368b53de2ac9d003d79 0.0s done 08:50:42 #99 naming to docker.io/library/support-scheduler-arm64 done 08:50:42 #99 writing image sha256:74c432e1485cc4e9c39642411dab96470013fa31f8be45324c0361d5d3c1c0d4 done 08:50:42 #99 naming to docker.io/library/support-notifications-arm64 done 08:50:42 #99 DONE 9.8s 08:50:42 08:50:42 #50 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:50:42 time="2023-11-29T08:34:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:50:42 $ docker stop --time=1 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa 08:50:45 $ docker rm -f --volumes 10bb57a9c8730cef95c1b6b016574ada6acefd000ae6fc0b35bb8a2cd2bfd2fa [Pipeline] // withDockerContainer [Pipeline] sh 08:50:46 + docker images 08:50:46 REPOSITORY TAG IMAGE ID CREATED SIZE 08:50:46 support-scheduler-arm64 latest 8d32d66ad4ba 4 seconds ago 40.4MB 08:50:46 support-notifications-arm64 latest 74c432e1485c 4 seconds ago 41.4MB 08:50:46 security-spiffe-token-provider-arm64 latest 5007fa430df2 27 seconds ago 42.3MB 08:50:46 core-data-arm64 latest 86d33e3f8448 42 seconds ago 28MB 08:50:46 core-metadata-arm64 latest bb8e88c19a3b 42 seconds ago 28.3MB 08:50:46 core-command-arm64 latest d5bc50264e48 57 seconds ago 27.8MB 08:50:46 core-common-config-bootstrapper-arm64 latest 62313e6ff57c About a minute ago 25.1MB 08:50:46 security-proxy-auth-arm64 latest 857752667cb0 About a minute ago 26.2MB 08:50:46 security-secretstore-setup-arm64 latest b06d20d27a52 About a minute ago 50.7MB 08:50:46 security-bootstrapper-arm64 latest da57c639f4cc About a minute ago 29.9MB 08:50:46 security-proxy-setup-arm64 latest c7c6fbd9a558 2 minutes ago 36MB 08:50:46 security-spire-agent-arm64 latest 6181bc83ba20 15 minutes ago 159MB 08:50:46 security-spire-config-arm64 latest cc42ef42d0e4 15 minutes ago 103MB 08:50:46 security-spire-server-arm64 latest f50b9063cd69 15 minutes ago 103MB 08:50:46 ci-base-image-arm64 latest bc4373757390 17 minutes ago 933MB 08:50:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 2 weeks ago 560MB 08:50:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:47 provisioning config files... 08:50:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/611@tmp/config13271066290462775335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:48 ---> ****-login.sh 08:50:48 nexus3.edgexfoundry.org:10001 08:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:48 Configure a credential helper to remove this warning. See 08:50:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:48 08:50:48 Login Succeeded 08:50:48 nexus3.edgexfoundry.org:10002 08:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:48 Configure a credential helper to remove this warning. See 08:50:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:48 08:50:48 Login Succeeded 08:50:48 nexus3.edgexfoundry.org:10003 08:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:49 Configure a credential helper to remove this warning. See 08:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:49 08:50:49 Login Succeeded 08:50:49 nexus3.edgexfoundry.org:10004 08:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:49 Configure a credential helper to remove this warning. See 08:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:49 08:50:49 Login Succeeded 08:50:49 ****.io 08:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:50 Configure a credential helper to remove this warning. See 08:50:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:50 08:50:50 Login Succeeded 08:50:50 ---> ****-login.sh ends [Pipeline] } 08:50:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:50:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:50:50 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:50:50 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:50:50 latest 08:50:50 3.2.0-dev.2 08:50:50 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:50:50 main 08:50:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:50:52 5caaad3db2e7: Preparing 08:50:52 5f99042fd5cb: Preparing 08:50:52 94f4ed8e28fd: Preparing 08:50:52 abd7e433cba1: Preparing 08:50:52 2efcfd0c86d4: Preparing 08:50:52 4e95e64a34b9: Preparing 08:50:52 5f4d9fc4d98d: Preparing 08:50:52 4e95e64a34b9: Waiting 08:50:52 5f4d9fc4d98d: Waiting 08:50:52 abd7e433cba1: Pushed 08:50:52 94f4ed8e28fd: Pushed 08:50:52 5caaad3db2e7: Pushed 08:50:52 5f4d9fc4d98d: Layer already exists 08:50:52 4e95e64a34b9: Pushed 08:50:53 2efcfd0c86d4: Pushed 08:50:55 5f99042fd5cb: Pushed 08:50:55 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:50:56 5caaad3db2e7: Preparing 08:50:56 5f99042fd5cb: Preparing 08:50:56 94f4ed8e28fd: Preparing 08:50:56 abd7e433cba1: Preparing 08:50:56 2efcfd0c86d4: Preparing 08:50:56 4e95e64a34b9: Preparing 08:50:56 5f4d9fc4d98d: Preparing 08:50:56 4e95e64a34b9: Waiting 08:50:56 5f4d9fc4d98d: Waiting 08:50:56 2efcfd0c86d4: Layer already exists 08:50:56 5caaad3db2e7: Layer already exists 08:50:56 5f99042fd5cb: Layer already exists 08:50:56 94f4ed8e28fd: Layer already exists 08:50:56 abd7e433cba1: Layer already exists 08:50:56 5f4d9fc4d98d: Layer already exists 08:50:56 4e95e64a34b9: Layer already exists 08:50:57 latest: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:01 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 08:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:51:01 5caaad3db2e7: Preparing 08:51:01 5f99042fd5cb: Preparing 08:51:01 94f4ed8e28fd: Preparing 08:51:01 abd7e433cba1: Preparing 08:51:01 2efcfd0c86d4: Preparing 08:51:01 4e95e64a34b9: Preparing 08:51:01 5f4d9fc4d98d: Preparing 08:51:01 4e95e64a34b9: Waiting 08:51:01 5f4d9fc4d98d: Waiting 08:51:01 abd7e433cba1: Layer already exists 08:51:01 5f99042fd5cb: Layer already exists 08:51:01 94f4ed8e28fd: Layer already exists 08:51:01 2efcfd0c86d4: Layer already exists 08:51:01 5caaad3db2e7: Layer already exists 08:51:01 5f4d9fc4d98d: Layer already exists 08:51:01 4e95e64a34b9: Layer already exists 08:51:01 3.2.0-dev.2: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:51:03 5caaad3db2e7: Preparing 08:51:03 5f99042fd5cb: Preparing 08:51:03 94f4ed8e28fd: Preparing 08:51:03 abd7e433cba1: Preparing 08:51:03 2efcfd0c86d4: Preparing 08:51:03 4e95e64a34b9: Preparing 08:51:03 5f4d9fc4d98d: Preparing 08:51:03 5f4d9fc4d98d: Waiting 08:51:03 4e95e64a34b9: Waiting 08:51:03 5f99042fd5cb: Layer already exists 08:51:03 94f4ed8e28fd: Layer already exists 08:51:03 5caaad3db2e7: Layer already exists 08:51:03 2efcfd0c86d4: Layer already exists 08:51:03 abd7e433cba1: Layer already exists 08:51:03 4e95e64a34b9: Layer already exists 08:51:03 5f4d9fc4d98d: Layer already exists 08:51:03 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:51:04 5caaad3db2e7: Preparing 08:51:04 5f99042fd5cb: Preparing 08:51:04 94f4ed8e28fd: Preparing 08:51:04 abd7e433cba1: Preparing 08:51:04 2efcfd0c86d4: Preparing 08:51:04 4e95e64a34b9: Preparing 08:51:04 5f4d9fc4d98d: Preparing 08:51:04 4e95e64a34b9: Waiting 08:51:04 5f4d9fc4d98d: Waiting 08:51:04 5f99042fd5cb: Layer already exists 08:51:04 5caaad3db2e7: Layer already exists 08:51:04 2efcfd0c86d4: Layer already exists 08:51:04 94f4ed8e28fd: Layer already exists 08:51:04 abd7e433cba1: Layer already exists 08:51:04 5f4d9fc4d98d: Layer already exists 08:51:04 4e95e64a34b9: Layer already exists 08:51:05 main: digest: sha256:40e64d7387a764230dbf90f19238a5f8d3552b6acadc87ae4ce493bb693d5816 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:51:05 ===================================================== [Pipeline] echo 08:51:05 taggedImages: 08:51:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:51:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.2 08:51:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:51:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:51:06 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:06 latest 08:51:06 3.2.0-dev.2 08:51:06 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:06 main 08:51:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:51:07 56fe0714b636: Preparing 08:51:07 2177217e020b: Preparing 08:51:07 2641abf06808: Preparing 08:51:07 ce456c0bad29: Preparing 08:51:07 94f4ed8e28fd: Preparing 08:51:07 abd7e433cba1: Preparing 08:51:07 2efcfd0c86d4: Preparing 08:51:07 4e95e64a34b9: Preparing 08:51:07 5f4d9fc4d98d: Preparing 08:51:07 2efcfd0c86d4: Waiting 08:51:07 4e95e64a34b9: Waiting 08:51:07 abd7e433cba1: Waiting 08:51:07 5f4d9fc4d98d: Waiting 08:51:07 94f4ed8e28fd: Layer already exists 08:51:07 abd7e433cba1: Layer already exists 08:51:07 2efcfd0c86d4: Layer already exists 08:51:07 4e95e64a34b9: Layer already exists 08:51:07 2177217e020b: Pushed 08:51:07 56fe0714b636: Pushed 08:51:07 2641abf06808: Pushed 08:51:07 5f4d9fc4d98d: Layer already exists 08:51:10 ce456c0bad29: Pushed 08:51:10 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:51:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:51:15 56fe0714b636: Preparing 08:51:15 2177217e020b: Preparing 08:51:15 2641abf06808: Preparing 08:51:15 ce456c0bad29: Preparing 08:51:15 94f4ed8e28fd: Preparing 08:51:15 abd7e433cba1: Preparing 08:51:15 2efcfd0c86d4: Preparing 08:51:15 4e95e64a34b9: Preparing 08:51:15 5f4d9fc4d98d: Preparing 08:51:15 abd7e433cba1: Waiting 08:51:15 2efcfd0c86d4: Waiting 08:51:15 4e95e64a34b9: Waiting 08:51:15 5f4d9fc4d98d: Waiting 08:51:15 94f4ed8e28fd: Layer already exists 08:51:15 56fe0714b636: Layer already exists 08:51:15 2177217e020b: Layer already exists 08:51:15 ce456c0bad29: Layer already exists 08:51:15 2641abf06808: Layer already exists 08:51:15 5f4d9fc4d98d: Layer already exists 08:51:15 abd7e433cba1: Layer already exists 08:51:15 4e95e64a34b9: Layer already exists 08:51:15 2efcfd0c86d4: Layer already exists 08:51:15 latest: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 08:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:51:16 56fe0714b636: Preparing 08:51:16 2177217e020b: Preparing 08:51:16 2641abf06808: Preparing 08:51:16 ce456c0bad29: Preparing 08:51:16 94f4ed8e28fd: Preparing 08:51:16 abd7e433cba1: Preparing 08:51:16 abd7e433cba1: Waiting 08:51:16 2efcfd0c86d4: Preparing 08:51:16 4e95e64a34b9: Preparing 08:51:16 2efcfd0c86d4: Waiting 08:51:16 5f4d9fc4d98d: Preparing 08:51:16 4e95e64a34b9: Waiting 08:51:16 5f4d9fc4d98d: Waiting 08:51:16 56fe0714b636: Layer already exists 08:51:16 94f4ed8e28fd: Layer already exists 08:51:16 2177217e020b: Layer already exists 08:51:16 ce456c0bad29: Layer already exists 08:51:16 2641abf06808: Layer already exists 08:51:16 2efcfd0c86d4: Layer already exists 08:51:16 abd7e433cba1: Layer already exists 08:51:16 5f4d9fc4d98d: Layer already exists 08:51:16 4e95e64a34b9: Layer already exists 08:51:17 3.2.0-dev.2: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:17 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:51:18 56fe0714b636: Preparing 08:51:18 2177217e020b: Preparing 08:51:18 2641abf06808: Preparing 08:51:18 ce456c0bad29: Preparing 08:51:18 94f4ed8e28fd: Preparing 08:51:18 abd7e433cba1: Preparing 08:51:18 2efcfd0c86d4: Preparing 08:51:18 4e95e64a34b9: Preparing 08:51:18 5f4d9fc4d98d: Preparing 08:51:18 abd7e433cba1: Waiting 08:51:18 2efcfd0c86d4: Waiting 08:51:18 4e95e64a34b9: Waiting 08:51:18 5f4d9fc4d98d: Waiting 08:51:18 ce456c0bad29: Layer already exists 08:51:18 2641abf06808: Layer already exists 08:51:18 94f4ed8e28fd: Layer already exists 08:51:18 2177217e020b: Layer already exists 08:51:18 56fe0714b636: Layer already exists 08:51:18 5f4d9fc4d98d: Layer already exists 08:51:18 2efcfd0c86d4: Layer already exists 08:51:18 4e95e64a34b9: Layer already exists 08:51:18 abd7e433cba1: Layer already exists 08:51:18 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:19 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:51:19 56fe0714b636: Preparing 08:51:19 2177217e020b: Preparing 08:51:19 2641abf06808: Preparing 08:51:19 ce456c0bad29: Preparing 08:51:19 94f4ed8e28fd: Preparing 08:51:19 abd7e433cba1: Preparing 08:51:19 2efcfd0c86d4: Preparing 08:51:19 4e95e64a34b9: Preparing 08:51:19 5f4d9fc4d98d: Preparing 08:51:19 2efcfd0c86d4: Waiting 08:51:19 4e95e64a34b9: Waiting 08:51:19 5f4d9fc4d98d: Waiting 08:51:19 2641abf06808: Layer already exists 08:51:19 ce456c0bad29: Layer already exists 08:51:19 56fe0714b636: Layer already exists 08:51:19 94f4ed8e28fd: Layer already exists 08:51:19 2177217e020b: Layer already exists 08:51:19 2efcfd0c86d4: Layer already exists 08:51:19 5f4d9fc4d98d: Layer already exists 08:51:19 4e95e64a34b9: Layer already exists 08:51:19 abd7e433cba1: Layer already exists 08:51:20 main: digest: sha256:a3e0f8be8a03e2834c8b7403ae824134cef0c8224cc2e32d5e547060448535c3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:51:20 ===================================================== [Pipeline] echo 08:51:21 taggedImages: 08:51:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:51:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.2 08:51:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:51:21 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:51:21 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:21 latest 08:51:21 3.2.0-dev.2 08:51:21 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:21 main 08:51:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:51:22 19039b41d469: Preparing 08:51:22 098833e09387: Preparing 08:51:22 94f4ed8e28fd: Preparing 08:51:22 abd7e433cba1: Preparing 08:51:22 3c8d4543ea64: Preparing 08:51:22 f36e2f0ec3b8: Preparing 08:51:22 5f4d9fc4d98d: Preparing 08:51:22 f36e2f0ec3b8: Waiting 08:51:22 5f4d9fc4d98d: Waiting 08:51:22 94f4ed8e28fd: Layer already exists 08:51:22 abd7e433cba1: Layer already exists 08:51:23 5f4d9fc4d98d: Layer already exists 08:51:23 19039b41d469: Pushed 08:51:23 f36e2f0ec3b8: Pushed 08:51:24 3c8d4543ea64: Pushed 08:51:25 098833e09387: Pushed 08:51:28 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:51:29 19039b41d469: Preparing 08:51:29 098833e09387: Preparing 08:51:29 94f4ed8e28fd: Preparing 08:51:29 abd7e433cba1: Preparing 08:51:29 3c8d4543ea64: Preparing 08:51:29 f36e2f0ec3b8: Preparing 08:51:29 5f4d9fc4d98d: Preparing 08:51:29 f36e2f0ec3b8: Waiting 08:51:29 5f4d9fc4d98d: Waiting 08:51:29 3c8d4543ea64: Layer already exists 08:51:29 098833e09387: Layer already exists 08:51:29 94f4ed8e28fd: Layer already exists 08:51:29 19039b41d469: Layer already exists 08:51:29 abd7e433cba1: Layer already exists 08:51:29 5f4d9fc4d98d: Layer already exists 08:51:29 f36e2f0ec3b8: Layer already exists 08:51:29 latest: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 08:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:51:31 19039b41d469: Preparing 08:51:31 098833e09387: Preparing 08:51:31 94f4ed8e28fd: Preparing 08:51:31 abd7e433cba1: Preparing 08:51:31 3c8d4543ea64: Preparing 08:51:31 f36e2f0ec3b8: Preparing 08:51:31 5f4d9fc4d98d: Preparing 08:51:31 5f4d9fc4d98d: Waiting 08:51:31 f36e2f0ec3b8: Waiting 08:51:31 19039b41d469: Layer already exists 08:51:31 abd7e433cba1: Layer already exists 08:51:31 098833e09387: Layer already exists 08:51:31 94f4ed8e28fd: Layer already exists 08:51:31 3c8d4543ea64: Layer already exists 08:51:31 5f4d9fc4d98d: Layer already exists 08:51:31 f36e2f0ec3b8: Layer already exists 08:51:31 3.2.0-dev.2: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:51:32 19039b41d469: Preparing 08:51:32 098833e09387: Preparing 08:51:32 94f4ed8e28fd: Preparing 08:51:32 abd7e433cba1: Preparing 08:51:32 3c8d4543ea64: Preparing 08:51:32 f36e2f0ec3b8: Preparing 08:51:32 5f4d9fc4d98d: Preparing 08:51:32 f36e2f0ec3b8: Waiting 08:51:32 5f4d9fc4d98d: Waiting 08:51:32 098833e09387: Layer already exists 08:51:32 94f4ed8e28fd: Layer already exists 08:51:32 3c8d4543ea64: Layer already exists 08:51:32 abd7e433cba1: Layer already exists 08:51:32 19039b41d469: Layer already exists 08:51:32 5f4d9fc4d98d: Layer already exists 08:51:32 f36e2f0ec3b8: Layer already exists 08:51:32 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:51:34 19039b41d469: Preparing 08:51:34 098833e09387: Preparing 08:51:34 94f4ed8e28fd: Preparing 08:51:34 abd7e433cba1: Preparing 08:51:34 3c8d4543ea64: Preparing 08:51:34 f36e2f0ec3b8: Preparing 08:51:34 5f4d9fc4d98d: Preparing 08:51:34 f36e2f0ec3b8: Waiting 08:51:34 5f4d9fc4d98d: Waiting 08:51:34 94f4ed8e28fd: Layer already exists 08:51:34 3c8d4543ea64: Layer already exists 08:51:34 19039b41d469: Layer already exists 08:51:34 abd7e433cba1: Layer already exists 08:51:34 098833e09387: Layer already exists 08:51:34 f36e2f0ec3b8: Layer already exists 08:51:34 5f4d9fc4d98d: Layer already exists 08:51:34 main: digest: sha256:1ca8fc4da28d606a72b9712cd319d810ed4965e3b22a46fc2e82f5ccd9aa4c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:51:35 ===================================================== [Pipeline] echo 08:51:35 taggedImages: 08:51:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:51:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.2 08:51:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:51:35 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:51:35 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:35 latest 08:51:35 3.2.0-dev.2 08:51:35 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:35 main 08:51:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:51:37 f1545325c49c: Preparing 08:51:37 b0e39a946035: Preparing 08:51:37 859dce99a940: Preparing 08:51:37 94f4ed8e28fd: Preparing 08:51:37 abd7e433cba1: Preparing 08:51:37 2efcfd0c86d4: Preparing 08:51:37 4e95e64a34b9: Preparing 08:51:37 5f4d9fc4d98d: Preparing 08:51:37 4e95e64a34b9: Waiting 08:51:37 5f4d9fc4d98d: Waiting 08:51:37 94f4ed8e28fd: Layer already exists 08:51:37 abd7e433cba1: Layer already exists 08:51:37 2efcfd0c86d4: Layer already exists 08:51:37 4e95e64a34b9: Layer already exists 08:51:37 5f4d9fc4d98d: Layer already exists 08:51:37 b0e39a946035: Pushed 08:51:37 f1545325c49c: Pushed 08:51:40 859dce99a940: Pushed 08:51:40 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:51:42 f1545325c49c: Preparing 08:51:42 b0e39a946035: Preparing 08:51:42 859dce99a940: Preparing 08:51:42 94f4ed8e28fd: Preparing 08:51:42 abd7e433cba1: Preparing 08:51:42 2efcfd0c86d4: Preparing 08:51:42 2efcfd0c86d4: Waiting 08:51:42 4e95e64a34b9: Preparing 08:51:42 5f4d9fc4d98d: Preparing 08:51:42 4e95e64a34b9: Waiting 08:51:42 5f4d9fc4d98d: Waiting 08:51:42 b0e39a946035: Layer already exists 08:51:42 859dce99a940: Layer already exists 08:51:42 f1545325c49c: Layer already exists 08:51:42 abd7e433cba1: Layer already exists 08:51:42 94f4ed8e28fd: Layer already exists 08:51:42 2efcfd0c86d4: Layer already exists 08:51:42 4e95e64a34b9: Layer already exists 08:51:42 5f4d9fc4d98d: Layer already exists 08:51:42 latest: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 08:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:51:44 f1545325c49c: Preparing 08:51:44 b0e39a946035: Preparing 08:51:44 859dce99a940: Preparing 08:51:44 94f4ed8e28fd: Preparing 08:51:44 abd7e433cba1: Preparing 08:51:44 2efcfd0c86d4: Preparing 08:51:44 4e95e64a34b9: Preparing 08:51:44 5f4d9fc4d98d: Preparing 08:51:44 2efcfd0c86d4: Waiting 08:51:44 4e95e64a34b9: Waiting 08:51:44 5f4d9fc4d98d: Waiting 08:51:44 b0e39a946035: Layer already exists 08:51:44 859dce99a940: Layer already exists 08:51:44 f1545325c49c: Layer already exists 08:51:44 94f4ed8e28fd: Layer already exists 08:51:44 abd7e433cba1: Layer already exists 08:51:44 2efcfd0c86d4: Layer already exists 08:51:44 5f4d9fc4d98d: Layer already exists 08:51:44 4e95e64a34b9: Layer already exists 08:51:44 3.2.0-dev.2: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:51:45 f1545325c49c: Preparing 08:51:45 b0e39a946035: Preparing 08:51:45 859dce99a940: Preparing 08:51:45 94f4ed8e28fd: Preparing 08:51:45 abd7e433cba1: Preparing 08:51:45 2efcfd0c86d4: Preparing 08:51:45 4e95e64a34b9: Preparing 08:51:45 5f4d9fc4d98d: Preparing 08:51:45 2efcfd0c86d4: Waiting 08:51:45 4e95e64a34b9: Waiting 08:51:45 5f4d9fc4d98d: Waiting 08:51:45 abd7e433cba1: Layer already exists 08:51:45 f1545325c49c: Layer already exists 08:51:45 94f4ed8e28fd: Layer already exists 08:51:45 859dce99a940: Layer already exists 08:51:45 b0e39a946035: Layer already exists 08:51:45 2efcfd0c86d4: Layer already exists 08:51:45 5f4d9fc4d98d: Layer already exists 08:51:45 4e95e64a34b9: Layer already exists 08:51:45 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:51:47 f1545325c49c: Preparing 08:51:47 b0e39a946035: Preparing 08:51:47 859dce99a940: Preparing 08:51:47 94f4ed8e28fd: Preparing 08:51:47 abd7e433cba1: Preparing 08:51:47 2efcfd0c86d4: Preparing 08:51:47 4e95e64a34b9: Preparing 08:51:47 5f4d9fc4d98d: Preparing 08:51:47 2efcfd0c86d4: Waiting 08:51:47 4e95e64a34b9: Waiting 08:51:47 5f4d9fc4d98d: Waiting 08:51:47 abd7e433cba1: Layer already exists 08:51:47 94f4ed8e28fd: Layer already exists 08:51:47 f1545325c49c: Layer already exists 08:51:47 b0e39a946035: Layer already exists 08:51:47 859dce99a940: Layer already exists 08:51:47 2efcfd0c86d4: Layer already exists 08:51:47 4e95e64a34b9: Layer already exists 08:51:47 5f4d9fc4d98d: Layer already exists 08:51:47 main: digest: sha256:04108559b455dbe84926ebb6540df031ba4e158137307cea3efc87883952a9b7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:51:48 ===================================================== [Pipeline] echo 08:51:48 taggedImages: 08:51:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:51:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.2 08:51:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:51:48 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:51:48 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:48 latest 08:51:48 3.2.0-dev.2 08:51:48 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:51:48 main 08:51:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:51:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:51:50 20f8143f183c: Preparing 08:51:50 be94efacd249: Preparing 08:51:50 69554a3de34a: Preparing 08:51:50 d0a335c7f26a: Preparing 08:51:50 a7998f42ca59: Preparing 08:51:50 1a3f8e6274c6: Preparing 08:51:50 9a36ec6a43a3: Preparing 08:51:50 94f4ed8e28fd: Preparing 08:51:50 abd7e433cba1: Preparing 08:51:50 5347d355a8f3: Preparing 08:51:50 b09febd47099: Preparing 08:51:50 5f70bf18a086: Preparing 08:51:50 df7f4495a56f: Preparing 08:51:50 cde6d0d878e2: Preparing 08:51:50 93555943e9fb: Preparing 08:51:50 5f4d9fc4d98d: Preparing 08:51:50 5347d355a8f3: Waiting 08:51:50 b09febd47099: Waiting 08:51:50 5f70bf18a086: Waiting 08:51:50 df7f4495a56f: Waiting 08:51:50 cde6d0d878e2: Waiting 08:51:50 93555943e9fb: Waiting 08:51:50 5f4d9fc4d98d: Waiting 08:51:50 1a3f8e6274c6: Waiting 08:51:50 94f4ed8e28fd: Waiting 08:51:50 9a36ec6a43a3: Waiting 08:51:50 69554a3de34a: Pushed 08:51:50 a7998f42ca59: Pushed 08:51:50 be94efacd249: Pushed 08:51:50 20f8143f183c: Pushed 08:51:50 d0a335c7f26a: Pushed 08:51:50 94f4ed8e28fd: Layer already exists 08:51:50 abd7e433cba1: Layer already exists 08:51:50 1a3f8e6274c6: Pushed 08:51:50 5347d355a8f3: Pushed 08:51:50 b09febd47099: Pushed 08:51:50 5f70bf18a086: Pushed 08:51:50 5f4d9fc4d98d: Layer already exists 08:51:50 df7f4495a56f: Pushed 08:51:50 93555943e9fb: Pushed 08:51:52 cde6d0d878e2: Pushed 08:51:54 9a36ec6a43a3: Pushed 08:51:56 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:51:58 20f8143f183c: Preparing 08:51:58 be94efacd249: Preparing 08:51:58 69554a3de34a: Preparing 08:51:58 d0a335c7f26a: Preparing 08:51:58 a7998f42ca59: Preparing 08:51:58 1a3f8e6274c6: Preparing 08:51:58 9a36ec6a43a3: Preparing 08:51:58 94f4ed8e28fd: Preparing 08:51:58 abd7e433cba1: Preparing 08:51:58 5347d355a8f3: Preparing 08:51:58 b09febd47099: Preparing 08:51:58 5f70bf18a086: Preparing 08:51:58 df7f4495a56f: Preparing 08:51:58 cde6d0d878e2: Preparing 08:51:58 93555943e9fb: Preparing 08:51:58 5f4d9fc4d98d: Preparing 08:51:58 1a3f8e6274c6: Waiting 08:51:58 9a36ec6a43a3: Waiting 08:51:58 94f4ed8e28fd: Waiting 08:51:58 abd7e433cba1: Waiting 08:51:58 5347d355a8f3: Waiting 08:51:58 b09febd47099: Waiting 08:51:58 5f70bf18a086: Waiting 08:51:58 cde6d0d878e2: Waiting 08:51:58 93555943e9fb: Waiting 08:51:58 5f4d9fc4d98d: Waiting 08:51:58 a7998f42ca59: Layer already exists 08:51:58 be94efacd249: Layer already exists 08:51:58 69554a3de34a: Layer already exists 08:51:58 d0a335c7f26a: Layer already exists 08:51:58 20f8143f183c: Layer already exists 08:51:58 1a3f8e6274c6: Layer already exists 08:51:58 9a36ec6a43a3: Layer already exists 08:51:58 abd7e433cba1: Layer already exists 08:51:58 94f4ed8e28fd: Layer already exists 08:51:58 5347d355a8f3: Layer already exists 08:51:58 5f70bf18a086: Layer already exists 08:51:58 b09febd47099: Layer already exists 08:51:58 cde6d0d878e2: Layer already exists 08:51:58 df7f4495a56f: Layer already exists 08:51:58 93555943e9fb: Layer already exists 08:51:58 5f4d9fc4d98d: Layer already exists 08:51:58 latest: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 08:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:51:59 20f8143f183c: Preparing 08:51:59 be94efacd249: Preparing 08:51:59 69554a3de34a: Preparing 08:51:59 d0a335c7f26a: Preparing 08:51:59 a7998f42ca59: Preparing 08:51:59 1a3f8e6274c6: Preparing 08:51:59 9a36ec6a43a3: Preparing 08:51:59 94f4ed8e28fd: Preparing 08:51:59 abd7e433cba1: Preparing 08:51:59 5347d355a8f3: Preparing 08:51:59 b09febd47099: Preparing 08:51:59 5f70bf18a086: Preparing 08:51:59 df7f4495a56f: Preparing 08:51:59 cde6d0d878e2: Preparing 08:51:59 93555943e9fb: Preparing 08:51:59 5f4d9fc4d98d: Preparing 08:51:59 abd7e433cba1: Waiting 08:51:59 5347d355a8f3: Waiting 08:51:59 b09febd47099: Waiting 08:51:59 5f70bf18a086: Waiting 08:51:59 df7f4495a56f: Waiting 08:51:59 cde6d0d878e2: Waiting 08:51:59 93555943e9fb: Waiting 08:51:59 5f4d9fc4d98d: Waiting 08:51:59 9a36ec6a43a3: Waiting 08:51:59 94f4ed8e28fd: Waiting 08:51:59 20f8143f183c: Layer already exists 08:51:59 be94efacd249: Layer already exists 08:51:59 d0a335c7f26a: Layer already exists 08:51:59 69554a3de34a: Layer already exists 08:51:59 a7998f42ca59: Layer already exists 08:51:59 94f4ed8e28fd: Layer already exists 08:51:59 1a3f8e6274c6: Layer already exists 08:51:59 abd7e433cba1: Layer already exists 08:51:59 5347d355a8f3: Layer already exists 08:51:59 9a36ec6a43a3: Layer already exists 08:51:59 df7f4495a56f: Layer already exists 08:51:59 b09febd47099: Layer already exists 08:51:59 5f70bf18a086: Layer already exists 08:51:59 cde6d0d878e2: Layer already exists 08:51:59 93555943e9fb: Layer already exists 08:51:59 5f4d9fc4d98d: Layer already exists 08:51:59 3.2.0-dev.2: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:52:01 20f8143f183c: Preparing 08:52:01 be94efacd249: Preparing 08:52:01 69554a3de34a: Preparing 08:52:01 d0a335c7f26a: Preparing 08:52:01 a7998f42ca59: Preparing 08:52:01 1a3f8e6274c6: Preparing 08:52:01 9a36ec6a43a3: Preparing 08:52:01 94f4ed8e28fd: Preparing 08:52:01 abd7e433cba1: Preparing 08:52:01 5347d355a8f3: Preparing 08:52:01 b09febd47099: Preparing 08:52:01 5f70bf18a086: Preparing 08:52:01 df7f4495a56f: Preparing 08:52:01 cde6d0d878e2: Preparing 08:52:01 93555943e9fb: Preparing 08:52:01 5f4d9fc4d98d: Preparing 08:52:01 1a3f8e6274c6: Waiting 08:52:01 9a36ec6a43a3: Waiting 08:52:01 94f4ed8e28fd: Waiting 08:52:01 abd7e433cba1: Waiting 08:52:01 5347d355a8f3: Waiting 08:52:01 b09febd47099: Waiting 08:52:01 5f70bf18a086: Waiting 08:52:01 df7f4495a56f: Waiting 08:52:01 cde6d0d878e2: Waiting 08:52:01 5f4d9fc4d98d: Waiting 08:52:01 93555943e9fb: Waiting 08:52:01 20f8143f183c: Layer already exists 08:52:01 d0a335c7f26a: Layer already exists 08:52:01 69554a3de34a: Layer already exists 08:52:01 be94efacd249: Layer already exists 08:52:01 a7998f42ca59: Layer already exists 08:52:01 9a36ec6a43a3: Layer already exists 08:52:01 abd7e433cba1: Layer already exists 08:52:01 1a3f8e6274c6: Layer already exists 08:52:01 94f4ed8e28fd: Layer already exists 08:52:01 5347d355a8f3: Layer already exists 08:52:01 b09febd47099: Layer already exists 08:52:01 df7f4495a56f: Layer already exists 08:52:01 5f70bf18a086: Layer already exists 08:52:01 cde6d0d878e2: Layer already exists 08:52:01 93555943e9fb: Layer already exists 08:52:01 5f4d9fc4d98d: Layer already exists 08:52:01 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:52:03 20f8143f183c: Preparing 08:52:03 be94efacd249: Preparing 08:52:03 69554a3de34a: Preparing 08:52:03 d0a335c7f26a: Preparing 08:52:03 a7998f42ca59: Preparing 08:52:03 1a3f8e6274c6: Preparing 08:52:03 9a36ec6a43a3: Preparing 08:52:03 94f4ed8e28fd: Preparing 08:52:03 abd7e433cba1: Preparing 08:52:03 5347d355a8f3: Preparing 08:52:03 b09febd47099: Preparing 08:52:03 5f70bf18a086: Preparing 08:52:03 df7f4495a56f: Preparing 08:52:03 cde6d0d878e2: Preparing 08:52:03 93555943e9fb: Preparing 08:52:03 5f4d9fc4d98d: Preparing 08:52:03 1a3f8e6274c6: Waiting 08:52:03 9a36ec6a43a3: Waiting 08:52:03 94f4ed8e28fd: Waiting 08:52:03 abd7e433cba1: Waiting 08:52:03 5347d355a8f3: Waiting 08:52:03 b09febd47099: Waiting 08:52:03 5f70bf18a086: Waiting 08:52:03 df7f4495a56f: Waiting 08:52:03 cde6d0d878e2: Waiting 08:52:03 93555943e9fb: Waiting 08:52:03 5f4d9fc4d98d: Waiting 08:52:03 69554a3de34a: Layer already exists 08:52:03 20f8143f183c: Layer already exists 08:52:03 d0a335c7f26a: Layer already exists 08:52:03 be94efacd249: Layer already exists 08:52:03 a7998f42ca59: Layer already exists 08:52:03 abd7e433cba1: Layer already exists 08:52:03 1a3f8e6274c6: Layer already exists 08:52:03 5347d355a8f3: Layer already exists 08:52:03 9a36ec6a43a3: Layer already exists 08:52:03 94f4ed8e28fd: Layer already exists 08:52:03 b09febd47099: Layer already exists 08:52:03 cde6d0d878e2: Layer already exists 08:52:03 5f70bf18a086: Layer already exists 08:52:03 df7f4495a56f: Layer already exists 08:52:03 93555943e9fb: Layer already exists 08:52:03 5f4d9fc4d98d: Layer already exists 08:52:03 main: digest: sha256:fc5068c0375828508ee76701291299b27509514ecb70b250ad7df52d965be20d size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:52:04 ===================================================== [Pipeline] echo 08:52:04 taggedImages: 08:52:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:52:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.2 08:52:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:52:04 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:52:04 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:04 latest 08:52:04 3.2.0-dev.2 08:52:04 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:04 main 08:52:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:05 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:52:06 3fdfb5864281: Preparing 08:52:06 cbd161143dc9: Preparing 08:52:06 ff7e1e5054d7: Preparing 08:52:06 02e3109108ed: Preparing 08:52:06 94f4ed8e28fd: Preparing 08:52:06 abd7e433cba1: Preparing 08:52:06 2efcfd0c86d4: Preparing 08:52:06 4e95e64a34b9: Preparing 08:52:06 5f4d9fc4d98d: Preparing 08:52:06 2efcfd0c86d4: Waiting 08:52:06 4e95e64a34b9: Waiting 08:52:06 5f4d9fc4d98d: Waiting 08:52:06 abd7e433cba1: Waiting 08:52:06 94f4ed8e28fd: Layer already exists 08:52:06 abd7e433cba1: Layer already exists 08:52:06 cbd161143dc9: Pushed 08:52:06 2efcfd0c86d4: Layer already exists 08:52:06 ff7e1e5054d7: Pushed 08:52:06 4e95e64a34b9: Layer already exists 08:52:06 5f4d9fc4d98d: Layer already exists 08:52:06 3fdfb5864281: Pushed 08:52:09 02e3109108ed: Pushed 08:52:10 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:52:11 3fdfb5864281: Preparing 08:52:11 cbd161143dc9: Preparing 08:52:11 ff7e1e5054d7: Preparing 08:52:11 02e3109108ed: Preparing 08:52:11 94f4ed8e28fd: Preparing 08:52:11 abd7e433cba1: Preparing 08:52:11 2efcfd0c86d4: Preparing 08:52:11 4e95e64a34b9: Preparing 08:52:11 5f4d9fc4d98d: Preparing 08:52:11 abd7e433cba1: Waiting 08:52:11 2efcfd0c86d4: Waiting 08:52:11 4e95e64a34b9: Waiting 08:52:11 5f4d9fc4d98d: Waiting 08:52:11 94f4ed8e28fd: Layer already exists 08:52:11 3fdfb5864281: Layer already exists 08:52:11 ff7e1e5054d7: Layer already exists 08:52:11 cbd161143dc9: Layer already exists 08:52:11 02e3109108ed: Layer already exists 08:52:11 5f4d9fc4d98d: Layer already exists 08:52:11 abd7e433cba1: Layer already exists 08:52:11 2efcfd0c86d4: Layer already exists 08:52:11 4e95e64a34b9: Layer already exists 08:52:12 latest: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 08:52:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:52:13 3fdfb5864281: Preparing 08:52:13 cbd161143dc9: Preparing 08:52:13 ff7e1e5054d7: Preparing 08:52:13 02e3109108ed: Preparing 08:52:13 94f4ed8e28fd: Preparing 08:52:13 abd7e433cba1: Preparing 08:52:13 2efcfd0c86d4: Preparing 08:52:13 4e95e64a34b9: Preparing 08:52:13 5f4d9fc4d98d: Preparing 08:52:13 2efcfd0c86d4: Waiting 08:52:13 4e95e64a34b9: Waiting 08:52:13 5f4d9fc4d98d: Waiting 08:52:13 abd7e433cba1: Waiting 08:52:13 3fdfb5864281: Layer already exists 08:52:13 cbd161143dc9: Layer already exists 08:52:13 02e3109108ed: Layer already exists 08:52:13 ff7e1e5054d7: Layer already exists 08:52:13 94f4ed8e28fd: Layer already exists 08:52:13 2efcfd0c86d4: Layer already exists 08:52:13 abd7e433cba1: Layer already exists 08:52:13 4e95e64a34b9: Layer already exists 08:52:13 5f4d9fc4d98d: Layer already exists 08:52:13 3.2.0-dev.2: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:52:15 3fdfb5864281: Preparing 08:52:15 cbd161143dc9: Preparing 08:52:15 ff7e1e5054d7: Preparing 08:52:15 02e3109108ed: Preparing 08:52:15 94f4ed8e28fd: Preparing 08:52:15 abd7e433cba1: Preparing 08:52:15 2efcfd0c86d4: Preparing 08:52:15 4e95e64a34b9: Preparing 08:52:15 5f4d9fc4d98d: Preparing 08:52:15 2efcfd0c86d4: Waiting 08:52:15 4e95e64a34b9: Waiting 08:52:15 5f4d9fc4d98d: Waiting 08:52:15 abd7e433cba1: Waiting 08:52:15 3fdfb5864281: Layer already exists 08:52:15 02e3109108ed: Layer already exists 08:52:15 ff7e1e5054d7: Layer already exists 08:52:15 94f4ed8e28fd: Layer already exists 08:52:15 cbd161143dc9: Layer already exists 08:52:15 abd7e433cba1: Layer already exists 08:52:15 5f4d9fc4d98d: Layer already exists 08:52:15 2efcfd0c86d4: Layer already exists 08:52:15 4e95e64a34b9: Layer already exists 08:52:15 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:52:17 3fdfb5864281: Preparing 08:52:17 cbd161143dc9: Preparing 08:52:17 ff7e1e5054d7: Preparing 08:52:17 02e3109108ed: Preparing 08:52:17 94f4ed8e28fd: Preparing 08:52:17 abd7e433cba1: Preparing 08:52:17 2efcfd0c86d4: Preparing 08:52:17 4e95e64a34b9: Preparing 08:52:17 5f4d9fc4d98d: Preparing 08:52:17 2efcfd0c86d4: Waiting 08:52:17 abd7e433cba1: Waiting 08:52:17 4e95e64a34b9: Waiting 08:52:17 5f4d9fc4d98d: Waiting 08:52:17 3fdfb5864281: Layer already exists 08:52:17 94f4ed8e28fd: Layer already exists 08:52:17 02e3109108ed: Layer already exists 08:52:17 cbd161143dc9: Layer already exists 08:52:17 ff7e1e5054d7: Layer already exists 08:52:17 abd7e433cba1: Layer already exists 08:52:17 2efcfd0c86d4: Layer already exists 08:52:17 4e95e64a34b9: Layer already exists 08:52:17 5f4d9fc4d98d: Layer already exists 08:52:17 main: digest: sha256:6933eca72d2d7dc3478740e096891d2398116b7ef085c14ac7db1bbacd00eb78 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:52:18 ===================================================== [Pipeline] echo 08:52:18 taggedImages: 08:52:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:52:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.2 08:52:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:52:18 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:52:18 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:18 latest 08:52:18 3.2.0-dev.2 08:52:18 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:18 main 08:52:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:52:20 446743798731: Preparing 08:52:20 4898a9d16115: Preparing 08:52:20 40b0dd47a281: Preparing 08:52:20 b80904d92bf7: Preparing 08:52:20 268727efe576: Preparing 08:52:20 94f4ed8e28fd: Preparing 08:52:20 abd7e433cba1: Preparing 08:52:20 5d2449d4af74: Preparing 08:52:20 4337bd15ecbf: Preparing 08:52:20 efe4ee73b3b4: Preparing 08:52:20 5f4d9fc4d98d: Preparing 08:52:20 5d2449d4af74: Waiting 08:52:20 4337bd15ecbf: Waiting 08:52:20 efe4ee73b3b4: Waiting 08:52:20 5f4d9fc4d98d: Waiting 08:52:20 94f4ed8e28fd: Waiting 08:52:20 abd7e433cba1: Waiting 08:52:20 268727efe576: Pushed 08:52:20 94f4ed8e28fd: Layer already exists 08:52:20 446743798731: Pushed 08:52:20 4898a9d16115: Pushed 08:52:20 b80904d92bf7: Pushed 08:52:20 abd7e433cba1: Layer already exists 08:52:20 5f4d9fc4d98d: Layer already exists 08:52:20 5d2449d4af74: Pushed 08:52:21 4337bd15ecbf: Pushed 08:52:22 40b0dd47a281: Pushed 08:52:23 efe4ee73b3b4: Pushed 08:52:24 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:52:26 446743798731: Preparing 08:52:26 4898a9d16115: Preparing 08:52:26 40b0dd47a281: Preparing 08:52:26 b80904d92bf7: Preparing 08:52:26 268727efe576: Preparing 08:52:26 94f4ed8e28fd: Preparing 08:52:26 abd7e433cba1: Preparing 08:52:26 5d2449d4af74: Preparing 08:52:26 4337bd15ecbf: Preparing 08:52:26 efe4ee73b3b4: Preparing 08:52:26 5f4d9fc4d98d: Preparing 08:52:26 94f4ed8e28fd: Waiting 08:52:26 abd7e433cba1: Waiting 08:52:26 5d2449d4af74: Waiting 08:52:26 4337bd15ecbf: Waiting 08:52:26 efe4ee73b3b4: Waiting 08:52:26 5f4d9fc4d98d: Waiting 08:52:26 446743798731: Layer already exists 08:52:26 40b0dd47a281: Layer already exists 08:52:26 268727efe576: Layer already exists 08:52:26 b80904d92bf7: Layer already exists 08:52:26 4898a9d16115: Layer already exists 08:52:26 94f4ed8e28fd: Layer already exists 08:52:26 5d2449d4af74: Layer already exists 08:52:26 4337bd15ecbf: Layer already exists 08:52:26 abd7e433cba1: Layer already exists 08:52:26 efe4ee73b3b4: Layer already exists 08:52:26 5f4d9fc4d98d: Layer already exists 08:52:26 latest: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 08:52:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:52:27 446743798731: Preparing 08:52:27 4898a9d16115: Preparing 08:52:27 40b0dd47a281: Preparing 08:52:27 b80904d92bf7: Preparing 08:52:27 268727efe576: Preparing 08:52:27 94f4ed8e28fd: Preparing 08:52:27 abd7e433cba1: Preparing 08:52:27 5d2449d4af74: Preparing 08:52:27 4337bd15ecbf: Preparing 08:52:27 efe4ee73b3b4: Preparing 08:52:27 5f4d9fc4d98d: Preparing 08:52:27 94f4ed8e28fd: Waiting 08:52:27 abd7e433cba1: Waiting 08:52:27 5d2449d4af74: Waiting 08:52:27 4337bd15ecbf: Waiting 08:52:27 efe4ee73b3b4: Waiting 08:52:27 5f4d9fc4d98d: Waiting 08:52:27 40b0dd47a281: Layer already exists 08:52:27 4898a9d16115: Layer already exists 08:52:27 446743798731: Layer already exists 08:52:27 b80904d92bf7: Layer already exists 08:52:27 268727efe576: Layer already exists 08:52:27 94f4ed8e28fd: Layer already exists 08:52:27 5d2449d4af74: Layer already exists 08:52:27 abd7e433cba1: Layer already exists 08:52:27 efe4ee73b3b4: Layer already exists 08:52:27 4337bd15ecbf: Layer already exists 08:52:27 5f4d9fc4d98d: Layer already exists 08:52:28 3.2.0-dev.2: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:52:29 446743798731: Preparing 08:52:29 4898a9d16115: Preparing 08:52:29 40b0dd47a281: Preparing 08:52:29 b80904d92bf7: Preparing 08:52:29 268727efe576: Preparing 08:52:29 94f4ed8e28fd: Preparing 08:52:29 abd7e433cba1: Preparing 08:52:29 5d2449d4af74: Preparing 08:52:29 4337bd15ecbf: Preparing 08:52:29 efe4ee73b3b4: Preparing 08:52:29 5f4d9fc4d98d: Preparing 08:52:29 5d2449d4af74: Waiting 08:52:29 4337bd15ecbf: Waiting 08:52:29 efe4ee73b3b4: Waiting 08:52:29 5f4d9fc4d98d: Waiting 08:52:29 abd7e433cba1: Waiting 08:52:29 94f4ed8e28fd: Waiting 08:52:29 446743798731: Layer already exists 08:52:29 4898a9d16115: Layer already exists 08:52:29 40b0dd47a281: Layer already exists 08:52:29 268727efe576: Layer already exists 08:52:29 b80904d92bf7: Layer already exists 08:52:29 94f4ed8e28fd: Layer already exists 08:52:29 abd7e433cba1: Layer already exists 08:52:29 5d2449d4af74: Layer already exists 08:52:29 efe4ee73b3b4: Layer already exists 08:52:29 4337bd15ecbf: Layer already exists 08:52:29 5f4d9fc4d98d: Layer already exists 08:52:29 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52: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 08:52:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:52:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:52:31 446743798731: Preparing 08:52:31 4898a9d16115: Preparing 08:52:31 40b0dd47a281: Preparing 08:52:31 b80904d92bf7: Preparing 08:52:31 268727efe576: Preparing 08:52:31 94f4ed8e28fd: Preparing 08:52:31 abd7e433cba1: Preparing 08:52:31 5d2449d4af74: Preparing 08:52:31 4337bd15ecbf: Preparing 08:52:31 efe4ee73b3b4: Preparing 08:52:31 5f4d9fc4d98d: Preparing 08:52:31 94f4ed8e28fd: Waiting 08:52:31 abd7e433cba1: Waiting 08:52:31 5d2449d4af74: Waiting 08:52:31 4337bd15ecbf: Waiting 08:52:31 efe4ee73b3b4: Waiting 08:52:31 5f4d9fc4d98d: Waiting 08:52:31 268727efe576: Layer already exists 08:52:31 b80904d92bf7: Layer already exists 08:52:31 40b0dd47a281: Layer already exists 08:52:31 4898a9d16115: Layer already exists 08:52:31 446743798731: Layer already exists 08:52:31 94f4ed8e28fd: Layer already exists 08:52:31 efe4ee73b3b4: Layer already exists 08:52:31 abd7e433cba1: Layer already exists 08:52:31 4337bd15ecbf: Layer already exists 08:52:31 5d2449d4af74: Layer already exists 08:52:31 5f4d9fc4d98d: Layer already exists 08:52:31 main: digest: sha256:0a4477ae2fc2e9b7a33f7580723e337ba2c155d9806118274dee5153c9e16bcb size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:52:32 ===================================================== [Pipeline] echo 08:52:32 taggedImages: 08:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.2 08:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:52:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:52:32 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:32 latest 08:52:32 3.2.0-dev.2 08:52:32 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:32 main 08:52:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:52:34 c1e885df8d06: Preparing 08:52:34 3fe5b6d740ba: Preparing 08:52:34 76f6857e4712: Preparing 08:52:34 ae41df46ddcd: Preparing 08:52:34 a5a037897366: Preparing 08:52:34 95409a8ae6e3: Preparing 08:52:34 02b99b25c7b6: Preparing 08:52:34 94f4ed8e28fd: Preparing 08:52:34 abd7e433cba1: Preparing 08:52:34 4dcfa24bfa2e: Preparing 08:52:34 df8bc977ecec: Preparing 08:52:34 5f4d9fc4d98d: Preparing 08:52:34 abd7e433cba1: Waiting 08:52:34 4dcfa24bfa2e: Waiting 08:52:34 df8bc977ecec: Waiting 08:52:34 5f4d9fc4d98d: Waiting 08:52:34 95409a8ae6e3: Waiting 08:52:34 02b99b25c7b6: Waiting 08:52:34 94f4ed8e28fd: Waiting 08:52:34 3fe5b6d740ba: Pushed 08:52:34 a5a037897366: Pushed 08:52:34 c1e885df8d06: Pushed 08:52:34 94f4ed8e28fd: Layer already exists 08:52:34 abd7e433cba1: Layer already exists 08:52:35 95409a8ae6e3: Pushed 08:52:35 02b99b25c7b6: Pushed 08:52:35 5f4d9fc4d98d: Layer already exists 08:52:37 4dcfa24bfa2e: Pushed 08:52:37 ae41df46ddcd: Pushed 08:52:37 df8bc977ecec: Pushed 08:52:37 76f6857e4712: Pushed 08:52:38 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:52:39 c1e885df8d06: Preparing 08:52:39 3fe5b6d740ba: Preparing 08:52:39 76f6857e4712: Preparing 08:52:39 ae41df46ddcd: Preparing 08:52:39 a5a037897366: Preparing 08:52:39 95409a8ae6e3: Preparing 08:52:39 02b99b25c7b6: Preparing 08:52:39 94f4ed8e28fd: Preparing 08:52:39 abd7e433cba1: Preparing 08:52:39 4dcfa24bfa2e: Preparing 08:52:39 df8bc977ecec: Preparing 08:52:39 5f4d9fc4d98d: Preparing 08:52:39 02b99b25c7b6: Waiting 08:52:39 94f4ed8e28fd: Waiting 08:52:39 95409a8ae6e3: Waiting 08:52:39 abd7e433cba1: Waiting 08:52:39 4dcfa24bfa2e: Waiting 08:52:39 df8bc977ecec: Waiting 08:52:39 5f4d9fc4d98d: Waiting 08:52:39 c1e885df8d06: Layer already exists 08:52:39 a5a037897366: Layer already exists 08:52:39 76f6857e4712: Layer already exists 08:52:39 ae41df46ddcd: Layer already exists 08:52:39 3fe5b6d740ba: Layer already exists 08:52:39 95409a8ae6e3: Layer already exists 08:52:39 abd7e433cba1: Layer already exists 08:52:39 02b99b25c7b6: Layer already exists 08:52:39 4dcfa24bfa2e: Layer already exists 08:52:39 94f4ed8e28fd: Layer already exists 08:52:39 df8bc977ecec: Layer already exists 08:52:39 5f4d9fc4d98d: Layer already exists 08:52:40 latest: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 08:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:52:41 c1e885df8d06: Preparing 08:52:41 3fe5b6d740ba: Preparing 08:52:41 76f6857e4712: Preparing 08:52:41 ae41df46ddcd: Preparing 08:52:41 a5a037897366: Preparing 08:52:41 95409a8ae6e3: Preparing 08:52:41 02b99b25c7b6: Preparing 08:52:41 94f4ed8e28fd: Preparing 08:52:41 abd7e433cba1: Preparing 08:52:41 4dcfa24bfa2e: Preparing 08:52:41 df8bc977ecec: Preparing 08:52:41 5f4d9fc4d98d: Preparing 08:52:41 94f4ed8e28fd: Waiting 08:52:41 abd7e433cba1: Waiting 08:52:41 4dcfa24bfa2e: Waiting 08:52:41 df8bc977ecec: Waiting 08:52:41 5f4d9fc4d98d: Waiting 08:52:41 95409a8ae6e3: Waiting 08:52:41 02b99b25c7b6: Waiting 08:52:41 c1e885df8d06: Layer already exists 08:52:41 76f6857e4712: Layer already exists 08:52:41 a5a037897366: Layer already exists 08:52:41 ae41df46ddcd: Layer already exists 08:52:41 3fe5b6d740ba: Layer already exists 08:52:41 abd7e433cba1: Layer already exists 08:52:41 02b99b25c7b6: Layer already exists 08:52:41 94f4ed8e28fd: Layer already exists 08:52:41 4dcfa24bfa2e: Layer already exists 08:52:41 95409a8ae6e3: Layer already exists 08:52:41 5f4d9fc4d98d: Layer already exists 08:52:41 df8bc977ecec: Layer already exists 08:52:41 3.2.0-dev.2: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:52:43 c1e885df8d06: Preparing 08:52:43 3fe5b6d740ba: Preparing 08:52:43 76f6857e4712: Preparing 08:52:43 ae41df46ddcd: Preparing 08:52:43 a5a037897366: Preparing 08:52:43 95409a8ae6e3: Preparing 08:52:43 02b99b25c7b6: Preparing 08:52:43 94f4ed8e28fd: Preparing 08:52:43 abd7e433cba1: Preparing 08:52:43 4dcfa24bfa2e: Preparing 08:52:43 df8bc977ecec: Preparing 08:52:43 5f4d9fc4d98d: Preparing 08:52:43 95409a8ae6e3: Waiting 08:52:43 02b99b25c7b6: Waiting 08:52:43 94f4ed8e28fd: Waiting 08:52:43 abd7e433cba1: Waiting 08:52:43 4dcfa24bfa2e: Waiting 08:52:43 df8bc977ecec: Waiting 08:52:43 5f4d9fc4d98d: Waiting 08:52:43 76f6857e4712: Layer already exists 08:52:43 c1e885df8d06: Layer already exists 08:52:43 a5a037897366: Layer already exists 08:52:43 3fe5b6d740ba: Layer already exists 08:52:43 ae41df46ddcd: Layer already exists 08:52:43 02b99b25c7b6: Layer already exists 08:52:43 95409a8ae6e3: Layer already exists 08:52:43 94f4ed8e28fd: Layer already exists 08:52:43 4dcfa24bfa2e: Layer already exists 08:52:43 abd7e433cba1: Layer already exists 08:52:43 df8bc977ecec: Layer already exists 08:52:43 5f4d9fc4d98d: Layer already exists 08:52:43 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:52:45 c1e885df8d06: Preparing 08:52:45 3fe5b6d740ba: Preparing 08:52:45 76f6857e4712: Preparing 08:52:45 ae41df46ddcd: Preparing 08:52:45 a5a037897366: Preparing 08:52:45 95409a8ae6e3: Preparing 08:52:45 02b99b25c7b6: Preparing 08:52:45 94f4ed8e28fd: Preparing 08:52:45 abd7e433cba1: Preparing 08:52:45 4dcfa24bfa2e: Preparing 08:52:45 df8bc977ecec: Preparing 08:52:45 5f4d9fc4d98d: Preparing 08:52:45 94f4ed8e28fd: Waiting 08:52:45 abd7e433cba1: Waiting 08:52:45 4dcfa24bfa2e: Waiting 08:52:45 df8bc977ecec: Waiting 08:52:45 5f4d9fc4d98d: Waiting 08:52:45 95409a8ae6e3: Waiting 08:52:45 02b99b25c7b6: Waiting 08:52:45 76f6857e4712: Layer already exists 08:52:45 ae41df46ddcd: Layer already exists 08:52:45 3fe5b6d740ba: Layer already exists 08:52:45 c1e885df8d06: Layer already exists 08:52:45 a5a037897366: Layer already exists 08:52:45 02b99b25c7b6: Layer already exists 08:52:45 95409a8ae6e3: Layer already exists 08:52:45 94f4ed8e28fd: Layer already exists 08:52:45 4dcfa24bfa2e: Layer already exists 08:52:45 abd7e433cba1: Layer already exists 08:52:45 df8bc977ecec: Layer already exists 08:52:45 5f4d9fc4d98d: Layer already exists 08:52:45 main: digest: sha256:88738e96e5733dcecb05ead3df89d2e3dc3a5c1304a2667363b665d03d06ed08 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:52:46 ===================================================== [Pipeline] echo 08:52:46 taggedImages: 08:52:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:52:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.2 08:52:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:52:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:52:46 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:46 latest 08:52:46 3.2.0-dev.2 08:52:46 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:46 main 08:52:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:52:48 4f5683c725eb: Preparing 08:52:48 09698a584f72: Preparing 08:52:48 94f4ed8e28fd: Preparing 08:52:48 abd7e433cba1: Preparing 08:52:48 790351976390: Preparing 08:52:48 2e36327618cf: Preparing 08:52:48 5f4d9fc4d98d: Preparing 08:52:48 2e36327618cf: Waiting 08:52:48 5f4d9fc4d98d: Waiting 08:52:48 94f4ed8e28fd: Layer already exists 08:52:48 abd7e433cba1: Layer already exists 08:52:48 5f4d9fc4d98d: Layer already exists 08:52:48 4f5683c725eb: Pushed 08:52:50 790351976390: Pushed 08:52:50 2e36327618cf: Pushed 08:52:53 09698a584f72: Pushed 08:52:53 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:52:55 4f5683c725eb: Preparing 08:52:55 09698a584f72: Preparing 08:52:55 94f4ed8e28fd: Preparing 08:52:55 abd7e433cba1: Preparing 08:52:55 790351976390: Preparing 08:52:55 2e36327618cf: Preparing 08:52:55 5f4d9fc4d98d: Preparing 08:52:55 2e36327618cf: Waiting 08:52:55 5f4d9fc4d98d: Waiting 08:52:55 4f5683c725eb: Layer already exists 08:52:55 abd7e433cba1: Layer already exists 08:52:55 94f4ed8e28fd: Layer already exists 08:52:55 09698a584f72: Layer already exists 08:52:55 790351976390: Layer already exists 08:52:55 5f4d9fc4d98d: Layer already exists 08:52:55 2e36327618cf: Layer already exists 08:52:55 latest: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 08:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:52:57 4f5683c725eb: Preparing 08:52:57 09698a584f72: Preparing 08:52:57 94f4ed8e28fd: Preparing 08:52:57 abd7e433cba1: Preparing 08:52:57 790351976390: Preparing 08:52:57 2e36327618cf: Preparing 08:52:57 5f4d9fc4d98d: Preparing 08:52:57 2e36327618cf: Waiting 08:52:57 5f4d9fc4d98d: Waiting 08:52:57 09698a584f72: Layer already exists 08:52:57 94f4ed8e28fd: Layer already exists 08:52:57 abd7e433cba1: Layer already exists 08:52:57 4f5683c725eb: Layer already exists 08:52:57 790351976390: Layer already exists 08:52:57 2e36327618cf: Layer already exists 08:52:57 5f4d9fc4d98d: Layer already exists 08:52:57 3.2.0-dev.2: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:52:58 4f5683c725eb: Preparing 08:52:58 09698a584f72: Preparing 08:52:58 94f4ed8e28fd: Preparing 08:52:58 abd7e433cba1: Preparing 08:52:58 790351976390: Preparing 08:52:58 2e36327618cf: Preparing 08:52:58 5f4d9fc4d98d: Preparing 08:52:58 2e36327618cf: Waiting 08:52:58 5f4d9fc4d98d: Waiting 08:52:58 4f5683c725eb: Layer already exists 08:52:58 790351976390: Layer already exists 08:52:58 94f4ed8e28fd: Layer already exists 08:52:58 09698a584f72: Layer already exists 08:52:58 abd7e433cba1: Layer already exists 08:52:58 2e36327618cf: Layer already exists 08:52:58 5f4d9fc4d98d: Layer already exists 08:52:59 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:52:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:53:00 4f5683c725eb: Preparing 08:53:00 09698a584f72: Preparing 08:53:00 94f4ed8e28fd: Preparing 08:53:00 abd7e433cba1: Preparing 08:53:00 790351976390: Preparing 08:53:00 2e36327618cf: Preparing 08:53:00 5f4d9fc4d98d: Preparing 08:53:00 2e36327618cf: Waiting 08:53:00 5f4d9fc4d98d: Waiting 08:53:00 4f5683c725eb: Layer already exists 08:53:00 790351976390: Layer already exists 08:53:00 94f4ed8e28fd: Layer already exists 08:53:00 abd7e433cba1: Layer already exists 08:53:00 09698a584f72: Layer already exists 08:53:00 2e36327618cf: Layer already exists 08:53:00 5f4d9fc4d98d: Layer already exists 08:53:00 main: digest: sha256:a2a634c53f2ac67e94ba3be2ae3528e918f9e3f3acb9813766a6875ff5bcf673 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:53:01 ===================================================== [Pipeline] echo 08:53:01 taggedImages: 08:53:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:53:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.2 08:53:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:53:02 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:53:02 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:02 latest 08:53:02 3.2.0-dev.2 08:53:02 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:02 main 08:53:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:53:03 66cfaf32a10c: Preparing 08:53:03 a8b46d0e22b4: Preparing 08:53:03 bc277cb5f558: Preparing 08:53:03 94f4ed8e28fd: Preparing 08:53:03 abd7e433cba1: Preparing 08:53:03 65742670a9ec: Preparing 08:53:03 daf9c9ce90df: Preparing 08:53:03 65742670a9ec: Waiting 08:53:03 dd1b3116200e: Preparing 08:53:03 daf9c9ce90df: Waiting 08:53:03 dd1b3116200e: Waiting 08:53:03 cbd6c348aea5: Preparing 08:53:03 5f4d9fc4d98d: Preparing 08:53:03 cbd6c348aea5: Waiting 08:53:03 5f4d9fc4d98d: Waiting 08:53:04 bc277cb5f558: Pushed 08:53:04 a8b46d0e22b4: Pushed 08:53:07 94f4ed8e28fd: Layer already exists 08:53:07 abd7e433cba1: Layer already exists 08:53:07 66cfaf32a10c: Pushed 08:53:07 5f4d9fc4d98d: Layer already exists 08:53:07 dd1b3116200e: Pushed 08:53:08 cbd6c348aea5: Pushed 08:53:19 daf9c9ce90df: Pushed 08:53:23 65742670a9ec: Pushed 08:53:23 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:53:25 66cfaf32a10c: Preparing 08:53:25 a8b46d0e22b4: Preparing 08:53:25 bc277cb5f558: Preparing 08:53:25 94f4ed8e28fd: Preparing 08:53:25 abd7e433cba1: Preparing 08:53:25 65742670a9ec: Preparing 08:53:25 daf9c9ce90df: Preparing 08:53:25 dd1b3116200e: Preparing 08:53:25 cbd6c348aea5: Preparing 08:53:25 5f4d9fc4d98d: Preparing 08:53:25 65742670a9ec: Waiting 08:53:25 daf9c9ce90df: Waiting 08:53:25 dd1b3116200e: Waiting 08:53:25 cbd6c348aea5: Waiting 08:53:25 5f4d9fc4d98d: Waiting 08:53:25 94f4ed8e28fd: Layer already exists 08:53:25 a8b46d0e22b4: Layer already exists 08:53:25 abd7e433cba1: Layer already exists 08:53:25 bc277cb5f558: Layer already exists 08:53:25 66cfaf32a10c: Layer already exists 08:53:25 daf9c9ce90df: Layer already exists 08:53:25 cbd6c348aea5: Layer already exists 08:53:25 dd1b3116200e: Layer already exists 08:53:25 65742670a9ec: Layer already exists 08:53:25 5f4d9fc4d98d: Layer already exists 08:53:25 latest: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 08:53:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:53:27 66cfaf32a10c: Preparing 08:53:27 a8b46d0e22b4: Preparing 08:53:27 bc277cb5f558: Preparing 08:53:27 94f4ed8e28fd: Preparing 08:53:27 abd7e433cba1: Preparing 08:53:27 65742670a9ec: Preparing 08:53:27 daf9c9ce90df: Preparing 08:53:27 dd1b3116200e: Preparing 08:53:27 cbd6c348aea5: Preparing 08:53:27 5f4d9fc4d98d: Preparing 08:53:27 daf9c9ce90df: Waiting 08:53:27 dd1b3116200e: Waiting 08:53:27 cbd6c348aea5: Waiting 08:53:27 5f4d9fc4d98d: Waiting 08:53:27 65742670a9ec: Waiting 08:53:27 66cfaf32a10c: Layer already exists 08:53:27 94f4ed8e28fd: Layer already exists 08:53:27 a8b46d0e22b4: Layer already exists 08:53:27 abd7e433cba1: Layer already exists 08:53:27 bc277cb5f558: Layer already exists 08:53:27 dd1b3116200e: Layer already exists 08:53:27 daf9c9ce90df: Layer already exists 08:53:27 65742670a9ec: Layer already exists 08:53:27 cbd6c348aea5: Layer already exists 08:53:27 5f4d9fc4d98d: Layer already exists 08:53:27 3.2.0-dev.2: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:53:28 66cfaf32a10c: Preparing 08:53:28 a8b46d0e22b4: Preparing 08:53:28 bc277cb5f558: Preparing 08:53:28 94f4ed8e28fd: Preparing 08:53:28 abd7e433cba1: Preparing 08:53:28 65742670a9ec: Preparing 08:53:28 daf9c9ce90df: Preparing 08:53:28 dd1b3116200e: Preparing 08:53:28 cbd6c348aea5: Preparing 08:53:28 5f4d9fc4d98d: Preparing 08:53:28 daf9c9ce90df: Waiting 08:53:28 dd1b3116200e: Waiting 08:53:28 cbd6c348aea5: Waiting 08:53:28 5f4d9fc4d98d: Waiting 08:53:28 65742670a9ec: Waiting 08:53:28 66cfaf32a10c: Layer already exists 08:53:28 bc277cb5f558: Layer already exists 08:53:28 abd7e433cba1: Layer already exists 08:53:28 94f4ed8e28fd: Layer already exists 08:53:28 a8b46d0e22b4: Layer already exists 08:53:28 daf9c9ce90df: Layer already exists 08:53:28 65742670a9ec: Layer already exists 08:53:28 cbd6c348aea5: Layer already exists 08:53:28 dd1b3116200e: Layer already exists 08:53:28 5f4d9fc4d98d: Layer already exists 08:53:28 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:53:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:53:30 66cfaf32a10c: Preparing 08:53:30 a8b46d0e22b4: Preparing 08:53:30 bc277cb5f558: Preparing 08:53:30 94f4ed8e28fd: Preparing 08:53:30 abd7e433cba1: Preparing 08:53:30 65742670a9ec: Preparing 08:53:30 daf9c9ce90df: Preparing 08:53:30 dd1b3116200e: Preparing 08:53:30 cbd6c348aea5: Preparing 08:53:30 5f4d9fc4d98d: Preparing 08:53:30 daf9c9ce90df: Waiting 08:53:30 dd1b3116200e: Waiting 08:53:30 cbd6c348aea5: Waiting 08:53:30 5f4d9fc4d98d: Waiting 08:53:30 65742670a9ec: Waiting 08:53:30 66cfaf32a10c: Layer already exists 08:53:30 abd7e433cba1: Layer already exists 08:53:30 a8b46d0e22b4: Layer already exists 08:53:30 94f4ed8e28fd: Layer already exists 08:53:30 bc277cb5f558: Layer already exists 08:53:30 5f4d9fc4d98d: Layer already exists 08:53:30 65742670a9ec: Layer already exists 08:53:30 dd1b3116200e: Layer already exists 08:53:30 daf9c9ce90df: Layer already exists 08:53:30 cbd6c348aea5: Layer already exists 08:53:30 main: digest: sha256:0918c33a9548c75db8f79cf2713931ebc08d98aee784bc0019462fff78ab91e4 size: 2411 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:53:31 ===================================================== [Pipeline] echo 08:53:31 taggedImages: 08:53:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:53:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.2 08:53:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:53:31 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:53:31 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:31 latest 08:53:31 3.2.0-dev.2 08:53:31 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:31 main 08:53:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:53:33 cdd13df9b210: Preparing 08:53:33 ef975fcc2ed8: Preparing 08:53:33 f6a2229c8d9f: Preparing 08:53:33 94f4ed8e28fd: Preparing 08:53:33 abd7e433cba1: Preparing 08:53:33 d5c129bd7f2f: Preparing 08:53:33 4199541801d2: Preparing 08:53:33 d2f648c3836d: Preparing 08:53:33 5f4d9fc4d98d: Preparing 08:53:33 4199541801d2: Waiting 08:53:33 d2f648c3836d: Waiting 08:53:33 5f4d9fc4d98d: Waiting 08:53:33 d5c129bd7f2f: Waiting 08:53:33 f6a2229c8d9f: Pushed 08:53:33 ef975fcc2ed8: Pushed 08:53:34 abd7e433cba1: Layer already exists 08:53:34 94f4ed8e28fd: Layer already exists 08:53:34 cdd13df9b210: Pushed 08:53:34 5f4d9fc4d98d: Layer already exists 08:53:35 d2f648c3836d: Pushed 08:53:36 4199541801d2: Pushed 08:53:51 d5c129bd7f2f: Pushed 08:53:51 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:53:53 cdd13df9b210: Preparing 08:53:53 ef975fcc2ed8: Preparing 08:53:53 f6a2229c8d9f: Preparing 08:53:53 94f4ed8e28fd: Preparing 08:53:53 abd7e433cba1: Preparing 08:53:53 d5c129bd7f2f: Preparing 08:53:53 4199541801d2: Preparing 08:53:53 d2f648c3836d: Preparing 08:53:53 5f4d9fc4d98d: Preparing 08:53:53 4199541801d2: Waiting 08:53:53 d5c129bd7f2f: Waiting 08:53:53 d2f648c3836d: Waiting 08:53:53 5f4d9fc4d98d: Waiting 08:53:53 94f4ed8e28fd: Layer already exists 08:53:53 abd7e433cba1: Layer already exists 08:53:53 ef975fcc2ed8: Layer already exists 08:53:53 f6a2229c8d9f: Layer already exists 08:53:53 cdd13df9b210: Layer already exists 08:53:53 d5c129bd7f2f: Layer already exists 08:53:53 d2f648c3836d: Layer already exists 08:53:53 4199541801d2: Layer already exists 08:53:53 5f4d9fc4d98d: Layer already exists 08:53:53 latest: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:54 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 08:53:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:53:54 cdd13df9b210: Preparing 08:53:54 ef975fcc2ed8: Preparing 08:53:54 f6a2229c8d9f: Preparing 08:53:54 94f4ed8e28fd: Preparing 08:53:54 abd7e433cba1: Preparing 08:53:54 d5c129bd7f2f: Preparing 08:53:54 4199541801d2: Preparing 08:53:54 d2f648c3836d: Preparing 08:53:54 5f4d9fc4d98d: Preparing 08:53:54 d5c129bd7f2f: Waiting 08:53:54 4199541801d2: Waiting 08:53:54 d2f648c3836d: Waiting 08:53:54 5f4d9fc4d98d: Waiting 08:53:54 cdd13df9b210: Layer already exists 08:53:54 abd7e433cba1: Layer already exists 08:53:54 f6a2229c8d9f: Layer already exists 08:53:54 94f4ed8e28fd: Layer already exists 08:53:54 ef975fcc2ed8: Layer already exists 08:53:54 4199541801d2: Layer already exists 08:53:54 d2f648c3836d: Layer already exists 08:53:54 d5c129bd7f2f: Layer already exists 08:53:54 5f4d9fc4d98d: Layer already exists 08:53:54 3.2.0-dev.2: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:53:56 cdd13df9b210: Preparing 08:53:56 ef975fcc2ed8: Preparing 08:53:56 f6a2229c8d9f: Preparing 08:53:56 94f4ed8e28fd: Preparing 08:53:56 abd7e433cba1: Preparing 08:53:56 d5c129bd7f2f: Preparing 08:53:56 4199541801d2: Preparing 08:53:56 d2f648c3836d: Preparing 08:53:56 5f4d9fc4d98d: Preparing 08:53:56 d5c129bd7f2f: Waiting 08:53:56 4199541801d2: Waiting 08:53:56 d2f648c3836d: Waiting 08:53:56 5f4d9fc4d98d: Waiting 08:53:56 94f4ed8e28fd: Layer already exists 08:53:56 ef975fcc2ed8: Layer already exists 08:53:56 abd7e433cba1: Layer already exists 08:53:56 f6a2229c8d9f: Layer already exists 08:53:56 cdd13df9b210: Layer already exists 08:53:56 4199541801d2: Layer already exists 08:53:56 d5c129bd7f2f: Layer already exists 08:53:56 d2f648c3836d: Layer already exists 08:53:56 5f4d9fc4d98d: Layer already exists 08:53:56 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:53:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:53:58 cdd13df9b210: Preparing 08:53:58 ef975fcc2ed8: Preparing 08:53:58 f6a2229c8d9f: Preparing 08:53:58 94f4ed8e28fd: Preparing 08:53:58 abd7e433cba1: Preparing 08:53:58 d5c129bd7f2f: Preparing 08:53:58 4199541801d2: Preparing 08:53:58 d2f648c3836d: Preparing 08:53:58 5f4d9fc4d98d: Preparing 08:53:58 d5c129bd7f2f: Waiting 08:53:58 4199541801d2: Waiting 08:53:58 d2f648c3836d: Waiting 08:53:58 5f4d9fc4d98d: Waiting 08:53:58 ef975fcc2ed8: Layer already exists 08:53:58 94f4ed8e28fd: Layer already exists 08:53:58 f6a2229c8d9f: Layer already exists 08:53:58 cdd13df9b210: Layer already exists 08:53:58 abd7e433cba1: Layer already exists 08:53:58 4199541801d2: Layer already exists 08:53:58 5f4d9fc4d98d: Layer already exists 08:53:58 d5c129bd7f2f: Layer already exists 08:53:58 d2f648c3836d: Layer already exists 08:53:58 main: digest: sha256:a6cc265bac7c3d90ec43c055e3447df90db775584f1db7ed34c5df7d35c76715 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:53:59 ===================================================== [Pipeline] echo 08:53:59 taggedImages: 08:53:59 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:53:59 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:53:59 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.2 08:53:59 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:53:59 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:54:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:54:00 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:00 latest 08:54:00 3.2.0-dev.2 08:54:00 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:00 main 08:54:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:54:02 ea59baa512d1: Preparing 08:54:02 61b9e1206441: Preparing 08:54:02 913ebda395e2: Preparing 08:54:02 94f4ed8e28fd: Preparing 08:54:02 abd7e433cba1: Preparing 08:54:02 e39bad1b03a4: Preparing 08:54:02 dd1b3116200e: Preparing 08:54:02 cbd6c348aea5: Preparing 08:54:02 5f4d9fc4d98d: Preparing 08:54:02 e39bad1b03a4: Waiting 08:54:02 dd1b3116200e: Waiting 08:54:02 cbd6c348aea5: Waiting 08:54:02 5f4d9fc4d98d: Waiting 08:54:02 61b9e1206441: Pushed 08:54:02 913ebda395e2: Pushed 08:54:03 94f4ed8e28fd: Layer already exists 08:54:03 abd7e433cba1: Layer already exists 08:54:03 dd1b3116200e: Layer already exists 08:54:03 5f4d9fc4d98d: Layer already exists 08:54:03 ea59baa512d1: Pushed 08:54:03 cbd6c348aea5: Layer already exists 08:54:21 e39bad1b03a4: Pushed 08:54:21 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:54:23 ea59baa512d1: Preparing 08:54:23 61b9e1206441: Preparing 08:54:23 913ebda395e2: Preparing 08:54:23 94f4ed8e28fd: Preparing 08:54:23 abd7e433cba1: Preparing 08:54:23 e39bad1b03a4: Preparing 08:54:23 dd1b3116200e: Preparing 08:54:23 cbd6c348aea5: Preparing 08:54:23 5f4d9fc4d98d: Preparing 08:54:23 e39bad1b03a4: Waiting 08:54:23 dd1b3116200e: Waiting 08:54:23 cbd6c348aea5: Waiting 08:54:23 5f4d9fc4d98d: Waiting 08:54:23 913ebda395e2: Layer already exists 08:54:23 94f4ed8e28fd: Layer already exists 08:54:23 abd7e433cba1: Layer already exists 08:54:23 ea59baa512d1: Layer already exists 08:54:23 61b9e1206441: Layer already exists 08:54:23 5f4d9fc4d98d: Layer already exists 08:54:23 dd1b3116200e: Layer already exists 08:54:23 e39bad1b03a4: Layer already exists 08:54:23 cbd6c348aea5: Layer already exists 08:54:23 latest: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:24 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 08:54:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:54:25 ea59baa512d1: Preparing 08:54:25 61b9e1206441: Preparing 08:54:25 913ebda395e2: Preparing 08:54:25 94f4ed8e28fd: Preparing 08:54:25 abd7e433cba1: Preparing 08:54:25 e39bad1b03a4: Preparing 08:54:25 dd1b3116200e: Preparing 08:54:25 cbd6c348aea5: Preparing 08:54:25 5f4d9fc4d98d: Preparing 08:54:25 e39bad1b03a4: Waiting 08:54:25 dd1b3116200e: Waiting 08:54:25 cbd6c348aea5: Waiting 08:54:25 5f4d9fc4d98d: Waiting 08:54:25 61b9e1206441: Layer already exists 08:54:25 913ebda395e2: Layer already exists 08:54:25 ea59baa512d1: Layer already exists 08:54:25 abd7e433cba1: Layer already exists 08:54:25 94f4ed8e28fd: Layer already exists 08:54:25 e39bad1b03a4: Layer already exists 08:54:25 dd1b3116200e: Layer already exists 08:54:25 5f4d9fc4d98d: Layer already exists 08:54:25 cbd6c348aea5: Layer already exists 08:54:25 3.2.0-dev.2: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:54:27 ea59baa512d1: Preparing 08:54:27 61b9e1206441: Preparing 08:54:27 913ebda395e2: Preparing 08:54:27 94f4ed8e28fd: Preparing 08:54:27 abd7e433cba1: Preparing 08:54:27 e39bad1b03a4: Preparing 08:54:27 dd1b3116200e: Preparing 08:54:27 cbd6c348aea5: Preparing 08:54:27 5f4d9fc4d98d: Preparing 08:54:27 e39bad1b03a4: Waiting 08:54:27 dd1b3116200e: Waiting 08:54:27 5f4d9fc4d98d: Waiting 08:54:27 cbd6c348aea5: Waiting 08:54:27 94f4ed8e28fd: Layer already exists 08:54:27 abd7e433cba1: Layer already exists 08:54:27 61b9e1206441: Layer already exists 08:54:27 913ebda395e2: Layer already exists 08:54:27 ea59baa512d1: Layer already exists 08:54:27 e39bad1b03a4: Layer already exists 08:54:27 5f4d9fc4d98d: Layer already exists 08:54:27 dd1b3116200e: Layer already exists 08:54:27 cbd6c348aea5: Layer already exists 08:54:27 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:54:29 ea59baa512d1: Preparing 08:54:29 61b9e1206441: Preparing 08:54:29 913ebda395e2: Preparing 08:54:29 94f4ed8e28fd: Preparing 08:54:29 abd7e433cba1: Preparing 08:54:29 e39bad1b03a4: Preparing 08:54:29 dd1b3116200e: Preparing 08:54:29 cbd6c348aea5: Preparing 08:54:29 5f4d9fc4d98d: Preparing 08:54:29 dd1b3116200e: Waiting 08:54:29 cbd6c348aea5: Waiting 08:54:29 5f4d9fc4d98d: Waiting 08:54:29 e39bad1b03a4: Waiting 08:54:29 61b9e1206441: Layer already exists 08:54:29 913ebda395e2: Layer already exists 08:54:29 ea59baa512d1: Layer already exists 08:54:29 abd7e433cba1: Layer already exists 08:54:29 94f4ed8e28fd: Layer already exists 08:54:29 dd1b3116200e: Layer already exists 08:54:29 5f4d9fc4d98d: Layer already exists 08:54:29 cbd6c348aea5: Layer already exists 08:54:29 e39bad1b03a4: Layer already exists 08:54:29 main: digest: sha256:791cc7a3b7b64a4612f49b940dfda42091187a7e8f27dbea83cbfede4b2c1c57 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:54:30 ===================================================== [Pipeline] echo 08:54:30 taggedImages: 08:54:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:54:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.2 08:54:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:54:30 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:54:30 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:30 latest 08:54:30 3.2.0-dev.2 08:54:30 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:30 main 08:54:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:54:32 3a432383b276: Preparing 08:54:32 fd07f7ced128: Preparing 08:54:32 94f4ed8e28fd: Preparing 08:54:32 abd7e433cba1: Preparing 08:54:32 07f9868a3a56: Preparing 08:54:32 9a64f2b1661a: Preparing 08:54:32 5f4d9fc4d98d: Preparing 08:54:32 9a64f2b1661a: Waiting 08:54:32 5f4d9fc4d98d: Waiting 08:54:32 94f4ed8e28fd: Layer already exists 08:54:32 abd7e433cba1: Layer already exists 08:54:32 5f4d9fc4d98d: Layer already exists 08:54:32 3a432383b276: Pushed 08:54:33 9a64f2b1661a: Pushed 08:54:34 07f9868a3a56: Pushed 08:54:38 fd07f7ced128: Pushed 08:54:38 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:54:40 3a432383b276: Preparing 08:54:40 fd07f7ced128: Preparing 08:54:40 94f4ed8e28fd: Preparing 08:54:40 abd7e433cba1: Preparing 08:54:40 07f9868a3a56: Preparing 08:54:40 9a64f2b1661a: Preparing 08:54:40 5f4d9fc4d98d: Preparing 08:54:40 9a64f2b1661a: Waiting 08:54:40 5f4d9fc4d98d: Waiting 08:54:40 3a432383b276: Layer already exists 08:54:40 94f4ed8e28fd: Layer already exists 08:54:40 abd7e433cba1: Layer already exists 08:54:40 fd07f7ced128: Layer already exists 08:54:40 07f9868a3a56: Layer already exists 08:54:40 9a64f2b1661a: Layer already exists 08:54:40 5f4d9fc4d98d: Layer already exists 08:54:40 latest: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 08:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:54:42 3a432383b276: Preparing 08:54:42 fd07f7ced128: Preparing 08:54:42 94f4ed8e28fd: Preparing 08:54:42 abd7e433cba1: Preparing 08:54:42 07f9868a3a56: Preparing 08:54:42 9a64f2b1661a: Preparing 08:54:42 5f4d9fc4d98d: Preparing 08:54:42 9a64f2b1661a: Waiting 08:54:42 5f4d9fc4d98d: Waiting 08:54:42 94f4ed8e28fd: Layer already exists 08:54:42 3a432383b276: Layer already exists 08:54:42 07f9868a3a56: Layer already exists 08:54:42 fd07f7ced128: Layer already exists 08:54:42 abd7e433cba1: Layer already exists 08:54:42 5f4d9fc4d98d: Layer already exists 08:54:42 9a64f2b1661a: Layer already exists 08:54:42 3.2.0-dev.2: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:54:44 3a432383b276: Preparing 08:54:44 fd07f7ced128: Preparing 08:54:44 94f4ed8e28fd: Preparing 08:54:44 abd7e433cba1: Preparing 08:54:44 07f9868a3a56: Preparing 08:54:44 9a64f2b1661a: Preparing 08:54:44 5f4d9fc4d98d: Preparing 08:54:44 9a64f2b1661a: Waiting 08:54:44 abd7e433cba1: Layer already exists 08:54:44 3a432383b276: Layer already exists 08:54:44 07f9868a3a56: Layer already exists 08:54:44 fd07f7ced128: Layer already exists 08:54:44 94f4ed8e28fd: Layer already exists 08:54:44 5f4d9fc4d98d: Layer already exists 08:54:44 9a64f2b1661a: Layer already exists 08:54:44 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:54:47 3a432383b276: Preparing 08:54:47 fd07f7ced128: Preparing 08:54:47 94f4ed8e28fd: Preparing 08:54:47 abd7e433cba1: Preparing 08:54:47 07f9868a3a56: Preparing 08:54:47 9a64f2b1661a: Preparing 08:54:47 5f4d9fc4d98d: Preparing 08:54:47 9a64f2b1661a: Waiting 08:54:47 5f4d9fc4d98d: Waiting 08:54:47 fd07f7ced128: Layer already exists 08:54:47 abd7e433cba1: Layer already exists 08:54:47 3a432383b276: Layer already exists 08:54:47 94f4ed8e28fd: Layer already exists 08:54:47 07f9868a3a56: Layer already exists 08:54:47 9a64f2b1661a: Layer already exists 08:54:47 5f4d9fc4d98d: Layer already exists 08:54:47 main: digest: sha256:2dbf062a6ab4edcb9a0df958f50751cac6962f8962ea5edf8b1641827c8f497e size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:54:48 ===================================================== [Pipeline] echo 08:54:48 taggedImages: 08:54:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:54:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.2 08:54:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:48 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:54:48 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:54:48 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:48 latest 08:54:48 3.2.0-dev.2 08:54:48 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:54:48 main 08:54:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:54:50 27e04eae38f6: Preparing 08:54:50 9235c6a9aa62: Preparing 08:54:50 94f4ed8e28fd: Preparing 08:54:50 abd7e433cba1: Preparing 08:54:50 2efcfd0c86d4: Preparing 08:54:50 4e95e64a34b9: Preparing 08:54:50 5f4d9fc4d98d: Preparing 08:54:50 4e95e64a34b9: Waiting 08:54:50 5f4d9fc4d98d: Waiting 08:54:50 abd7e433cba1: Layer already exists 08:54:50 2efcfd0c86d4: Layer already exists 08:54:50 94f4ed8e28fd: Layer already exists 08:54:50 4e95e64a34b9: Layer already exists 08:54:51 5f4d9fc4d98d: Layer already exists 08:54:51 27e04eae38f6: Pushed 08:54:56 9235c6a9aa62: Pushed 08:54:56 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:55:02 27e04eae38f6: Preparing 08:55:02 9235c6a9aa62: Preparing 08:55:02 94f4ed8e28fd: Preparing 08:55:02 abd7e433cba1: Preparing 08:55:02 2efcfd0c86d4: Preparing 08:55:02 4e95e64a34b9: Preparing 08:55:02 5f4d9fc4d98d: Preparing 08:55:02 5f4d9fc4d98d: Waiting 08:55:02 4e95e64a34b9: Waiting 08:55:02 9235c6a9aa62: Layer already exists 08:55:02 abd7e433cba1: Layer already exists 08:55:02 27e04eae38f6: Layer already exists 08:55:02 2efcfd0c86d4: Layer already exists 08:55:02 94f4ed8e28fd: Layer already exists 08:55:02 4e95e64a34b9: Layer already exists 08:55:02 5f4d9fc4d98d: Layer already exists 08:55:02 latest: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 08:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:55:04 27e04eae38f6: Preparing 08:55:04 9235c6a9aa62: Preparing 08:55:04 94f4ed8e28fd: Preparing 08:55:04 abd7e433cba1: Preparing 08:55:04 2efcfd0c86d4: Preparing 08:55:04 4e95e64a34b9: Preparing 08:55:04 5f4d9fc4d98d: Preparing 08:55:04 4e95e64a34b9: Waiting 08:55:04 5f4d9fc4d98d: Waiting 08:55:04 94f4ed8e28fd: Layer already exists 08:55:04 abd7e433cba1: Layer already exists 08:55:04 27e04eae38f6: Layer already exists 08:55:04 9235c6a9aa62: Layer already exists 08:55:04 2efcfd0c86d4: Layer already exists 08:55:04 4e95e64a34b9: Layer already exists 08:55:04 5f4d9fc4d98d: Layer already exists 08:55:04 3.2.0-dev.2: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:55:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:55:06 27e04eae38f6: Preparing 08:55:06 9235c6a9aa62: Preparing 08:55:06 94f4ed8e28fd: Preparing 08:55:06 abd7e433cba1: Preparing 08:55:06 2efcfd0c86d4: Preparing 08:55:06 4e95e64a34b9: Preparing 08:55:06 5f4d9fc4d98d: Preparing 08:55:06 4e95e64a34b9: Waiting 08:55:06 5f4d9fc4d98d: Waiting 08:55:06 2efcfd0c86d4: Layer already exists 08:55:06 9235c6a9aa62: Layer already exists 08:55:06 abd7e433cba1: Layer already exists 08:55:06 27e04eae38f6: Layer already exists 08:55:06 94f4ed8e28fd: Layer already exists 08:55:06 4e95e64a34b9: Layer already exists 08:55:06 5f4d9fc4d98d: Layer already exists 08:55:06 97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:55:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:55:08 27e04eae38f6: Preparing 08:55:08 9235c6a9aa62: Preparing 08:55:08 94f4ed8e28fd: Preparing 08:55:08 abd7e433cba1: Preparing 08:55:08 2efcfd0c86d4: Preparing 08:55:08 4e95e64a34b9: Preparing 08:55:08 5f4d9fc4d98d: Preparing 08:55:08 4e95e64a34b9: Waiting 08:55:08 5f4d9fc4d98d: Waiting 08:55:08 2efcfd0c86d4: Layer already exists 08:55:08 94f4ed8e28fd: Layer already exists 08:55:08 abd7e433cba1: Layer already exists 08:55:08 9235c6a9aa62: Layer already exists 08:55:08 27e04eae38f6: Layer already exists 08:55:08 4e95e64a34b9: Layer already exists 08:55:08 5f4d9fc4d98d: Layer already exists 08:55:08 main: digest: sha256:6586b65e198ce6282958b32f7a1d9334ab18d5381cb913b5fc1ec7634a07f5c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:55:09 ===================================================== [Pipeline] echo 08:55:09 taggedImages: 08:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b 08:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.2 08:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:97e9fbb8a484dc0c2ce89b12687694aa0705ba0b-3.2.0-dev.2 08:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:55:11 08:55:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:55:11 arm64: Pulling from edgex-lftools-log-publisher 08:55:11 8998bd30e6a1: Pulling fs layer 08:55:11 04944245beec: Pulling fs layer 08:55:11 699f458cf7ca: Pulling fs layer 08:55:11 765212b225bb: Pulling fs layer 08:55:11 f23df028b6ca: Pulling fs layer 08:55:11 d65c8cfc05b1: Pulling fs layer 08:55:11 2437ff75d9bd: Pulling fs layer 08:55:11 765212b225bb: Waiting 08:55:11 f23df028b6ca: Waiting 08:55:11 d65c8cfc05b1: Waiting 08:55:11 2437ff75d9bd: Waiting 08:55:11 04944245beec: Verifying Checksum 08:55:11 04944245beec: Download complete 08:55:11 765212b225bb: Verifying Checksum 08:55:11 765212b225bb: Download complete 08:55:11 f23df028b6ca: Download complete 08:55:11 d65c8cfc05b1: Verifying Checksum 08:55:11 d65c8cfc05b1: Download complete 08:55:11 699f458cf7ca: Verifying Checksum 08:55:11 699f458cf7ca: Download complete 08:55:12 8998bd30e6a1: Verifying Checksum 08:55:12 8998bd30e6a1: Download complete 08:55:15 2437ff75d9bd: Verifying Checksum 08:55:15 2437ff75d9bd: Download complete 08:55:16 8998bd30e6a1: Pull complete 08:55:17 04944245beec: Pull complete 08:55:18 699f458cf7ca: Pull complete 08:55:18 765212b225bb: Pull complete 08:55:19 f23df028b6ca: Pull complete 08:55:19 d65c8cfc05b1: Pull complete 08:55:34 2437ff75d9bd: Pull complete 08:55:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:55:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:55:35 prd-ubuntu20.04-docker-arm64-4c-16g-9112 does not seem to be running inside a container 08:55:35 $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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-lftools-log-publisher:arm64 cat 08:55:37 $ docker top e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:55:39 ---> job-cost.sh 08:55:39 lf-activate-venv: SKIPPING 08:55:39 INFO: No Stack... 08:55:39 INFO: Retrieving Pricing Info for: v3-standard-4 08:55:40 INFO: Archiving Costs [Pipeline] sh 08:55:40 + cut -d, -f6 08:55:40 + cat /w/workspace/edgex-go/611/archives/cost.csv [Pipeline] lock 08:55:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] 08:55:40 Resource [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] did not exist. Created. 08:55:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:41 + echo total: 0.10999999940395355 [Pipeline] stash 08:55:42 Stashed 1 file(s) [Pipeline] } 08:55:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-611-stack-cost] [Pipeline] // lock [Pipeline] } 08:55:42 $ docker stop --time=1 e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 08:55:45 $ docker rm -f --volumes e29044a0cded37d5178ca040334d24c2c9be1f9efea93ca87aa2b0f7b04d7f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 08:55:49 provisioning config files... 08:55:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/611@tmp/config5950728527021557104tmp [Pipeline] { [Pipeline] sh 08:55:50 + set +x 08:55:50 + bash -s+ -- 08:55:50 curl -s https://codecov.io/bash 08:55:50 08:55:50 _____ _ 08:55:50 / ____| | | 08:55:50 | | ___ __| | ___ ___ _____ __ 08:55:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:55:50 | |___| (_) | (_| | __/ (_| (_) \ V / 08:55:50 \_____\___/ \__,_|\___|\___\___/ \_/ 08:55:50 Bash-1.0.6 08:55:50 08:55:50 08:55:50 ==> git version 2.25.1 found 08:55:50 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 08:55:50 Release-Date: 2020-01-08 08:55:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:55:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:55:50 ==> Jenkins CI detected. 08:55:50 current dir:  /w/workspace/edgex-go/611 08:55:50 project root: . 08:55:50 --> token set from env 08:55:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:55:50 ==> Running gcov in . (disable via -X gcov) 08:55:50 ==> Python coveragepy not found 08:55:50 ==> Searching for coverage reports in: 08:55:50 + . 08:55:50 -> Found 1 reports 08:55:50 ==> Detecting git/mercurial file structure 08:55:50 ==> Reading reports 08:55:50 + ./coverage.out bytes=453602 08:55:50 ==> Appending adjustments 08:55:50 https://docs.codecov.io/docs/fixing-reports 08:55:52 + Found adjustments 08:55:52 ==> Gzipping contents 08:55:52 60K /tmp/codecov.O7KzcN.gz 08:55:52 ==> Uploading reports 08:55:52 url: https://codecov.io 08:55:52 query: branch=main&commit=97e9fbb8a484dc0c2ce89b12687694aa0705ba0b&build=611&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F611%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:55:52 -> Pinging Codecov 08:55:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=97e9fbb8a484dc0c2ce89b12687694aa0705ba0b&build=611&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F611%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:55:52 -> Uploading to 08:55:52 https://storage.googleapis.com/codecov/v4/raw/2023-11-29/00271124DB129430A58F1EEE437C3FCB/97e9fbb8a484dc0c2ce89b12687694aa0705ba0b/71c7782b-a832-4deb-b43e-589abccbe417.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231129T085551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a548d553dc83db2b7d7c682803a5e1fd1f7d94cbc34d7d63e9a8964f3484972e 08:55:52 % Total % Received % Xferd Average Speed Time Time Time Current 08:55:52 Dload Upload Total Spent Left Speed 08:55:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57834 0 0 100 57834 0 190k --:--:-- --:--:-- --:--:-- 190k 08:55:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/97e9fbb8a484dc0c2ce89b12687694aa0705ba0b [Pipeline] } 08:55:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:55:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:55:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:55:54 08:55:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:55:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:55:54 df9b9388f04a: Pulling fs layer 08:55:54 52dc419b0ee2: Pulling fs layer 08:55:54 25bc292e5bac: Pulling fs layer 08:55:54 114826534d7a: Pulling fs layer 08:55:54 4657fd5d0bcf: Pulling fs layer 08:55:54 6ad1cebc031e: Pulling fs layer 08:55:54 8a3aa393b2d8: Pulling fs layer 08:55:54 4657fd5d0bcf: Waiting 08:55:54 114826534d7a: Waiting 08:55:54 6ad1cebc031e: Waiting 08:55:54 8a3aa393b2d8: Waiting 08:55:54 25bc292e5bac: Verifying Checksum 08:55:54 25bc292e5bac: Download complete 08:55:54 52dc419b0ee2: Download complete 08:55:54 4657fd5d0bcf: Verifying Checksum 08:55:54 4657fd5d0bcf: Download complete 08:55:54 df9b9388f04a: Verifying Checksum 08:55:54 df9b9388f04a: Download complete 08:55:55 df9b9388f04a: Pull complete 08:55:55 6ad1cebc031e: Verifying Checksum 08:55:55 6ad1cebc031e: Download complete 08:55:55 52dc419b0ee2: Pull complete 08:55:55 25bc292e5bac: Pull complete 08:55:55 114826534d7a: Verifying Checksum 08:55:55 114826534d7a: Download complete 08:55:55 8a3aa393b2d8: Verifying Checksum 08:55:55 8a3aa393b2d8: Download complete 08:55:59 114826534d7a: Pull complete 08:55:59 4657fd5d0bcf: Pull complete 08:55:59 6ad1cebc031e: Pull complete 08:56:01 8a3aa393b2d8: Pull complete 08:56:01 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 08:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:56:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:02 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:56:02 $ 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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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-snyk-go:1.410.4 cat 08:56:08 $ docker top a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 -eo pid,comm [Pipeline] { [Pipeline] echo 08:56:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 08:56:09 + set -o pipefail 08:56:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 08:56:17 08:56:17 Monitoring /w/workspace/edgex-go/611 (github.com/edgexfoundry/edgex-go)... 08:56:17 08:56:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/40fd7bb1-a662-4c5f-a261-c57acdf17465 08:56:17 08:56:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:56:17 08:56:17 08:56:17 A medium severity vulnerability was found in the Snyk CLI versions you are using. 08:56:17 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 08:56:17 More details here: https://snyk.co/ue1NS 08:56:17 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 08:56:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:56:17 $ docker stop --time=1 a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 08:56:21 $ docker rm -f --volumes a53bb9d66049ca7d025118b7bb968f1d9539e7d9bd319a864b540fd1ad3e7029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:56:23 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:23 provisioning config files... 08:56:23 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/611@tmp/config12223504552854654559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:56:24 --> edgex-publish-swagger.sh 08:56:24 === Publish openapi/v3 API === 08:56:24 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 08:56:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/611/openapi/v3/core-command.yaml] 08:56:24 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:24 Dload Upload Total Spent Left Speed 08:56:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 65827 --:--:-- --:--:-- --:--:-- 65827 08:56:24 08:56:24 08:56:24 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/611/openapi/v3/core-data.yaml] 08:56:24 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:24 Dload Upload Total Spent Left Speed 08:56:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 868k --:--:-- --:--:-- --:--:-- 857k 100 72043 0 0 100 72043 0 143k --:--:-- --:--:-- --:--:-- 143k 08:56:24 08:56:24 08:56:24 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/611/openapi/v3/core-metadata.yaml] 08:56:24 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:24 Dload Upload Total Spent Left Speed 08:56:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 180 100 144k 459 368k --:--:-- --:--:-- --:--:-- 368k 08:56:25 {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} 08:56:25 08:56:25 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/611/openapi/v3/support-notifications.yaml] 08:56:25 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:25 Dload Upload Total Spent Left Speed 08:56:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87000 0 0 100 87000 0 418k --:--:-- --:--:-- --:--:-- 416k 100 87180 100 180 100 87000 486 229k --:--:-- --:--:-- --:--:-- 229k 08:56:25 {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} 08:56:25 08:56:25 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/611/openapi/v3/support-scheduler.yaml] 08:56:25 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:25 Dload Upload Total Spent Left Speed 08:56:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37134 100 180 100 36954 489 98k --:--:-- --:--:-- --:--:-- 98k 08:56:26 {"code":403,"message":"This public API is blocked because you have exceeded your current plan's limits","messageCode":"PUBLIC_API_BLOCKED_UPGRADE_OR_DELETE","messageProperties":{}} 08:56:26 [Pipeline] } 08:56:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:56:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:56:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:56:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:29 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat 08:56:29 $ docker top e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:56:30 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:30 + git semver [Pipeline] } 08:56:31 $ docker stop --time=1 e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c 08:56:32 $ docker rm -f --volumes e37de0b53dcaf6fc4b4791e44216a33fdbf8449c9ef7c5c4ffec4e4057f4f35c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:56:33 08:56:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:56:34 0.23.1-centos7: Pulling from edgex-lftools 08:56:34 ab5ef0e58194: Pulling fs layer 08:56:34 9712f1f96733: Pulling fs layer 08:56:34 63f879dbbcfc: Pulling fs layer 08:56:34 0d9ebad4ef96: Pulling fs layer 08:56:34 e9a5061849ea: Pulling fs layer 08:56:34 d747dcd14b5f: Pulling fs layer 08:56:34 2de7ff778b66: Pulling fs layer 08:56:34 e9a5061849ea: Waiting 08:56:34 2de7ff778b66: Waiting 08:56:34 d747dcd14b5f: Waiting 08:56:34 9712f1f96733: Download complete 08:56:34 63f879dbbcfc: Verifying Checksum 08:56:34 63f879dbbcfc: Download complete 08:56:34 e9a5061849ea: Verifying Checksum 08:56:34 e9a5061849ea: Download complete 08:56:34 d747dcd14b5f: Download complete 08:56:34 0d9ebad4ef96: Verifying Checksum 08:56:34 0d9ebad4ef96: Download complete 08:56:34 ab5ef0e58194: Verifying Checksum 08:56:34 ab5ef0e58194: Download complete 08:56:34 2de7ff778b66: Verifying Checksum 08:56:34 2de7ff778b66: Download complete 08:56:37 ab5ef0e58194: Pull complete 08:56:37 9712f1f96733: Pull complete 08:56:38 63f879dbbcfc: Pull complete 08:56:42 0d9ebad4ef96: Pull complete 08:56:42 e9a5061849ea: Pull complete 08:56:42 d747dcd14b5f: Pull complete 08:56:43 2de7ff778b66: Pull complete 08:56:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:56:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:56:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:43 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:56:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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:0.23.1-centos7 cat 08:56:49 $ docker top 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:56:49 provisioning config files... 08:56:49 copy managed file [sigul-config] to file:/w/workspace/edgex-go/611@tmp/config10734399152653087590tmp 08:56:49 copy managed file [sigul-password] to file:/w/workspace/edgex-go/611@tmp/config5185370485817389580tmp 08:56:49 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/611@tmp/config16938385334588342124tmp [Pipeline] { [Pipeline] echo 08:56:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:56:50 ---> sigul-configuration.sh 08:56:50 gpg: directory `/root/.gnupg' created 08:56:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:56:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:56:50 gpg: keyring `/root/.gnupg/secring.gpg' created 08:56:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:56:50 gpg: CAST5 encrypted data 08:56:50 gpg: encrypted with 1 passphrase 08:56:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:56:50 + mkdir /home/jenkins 08:56:50 + mkdir /home/jenkins/sigul [Pipeline] sh 08:56:50 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 08:56:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:56:50 ---> sigul-install.sh 08:56:50 Sigul already installed; skipping installation. [Pipeline] sh 08:56:51 + git tag --list 08:56:51 0.6.0 08:56:51 0.6.1 08:56:51 0.7.0 08:56:51 0.7.1 08:56:51 v1.0.0 08:56:51 v1.0.1 08:56:51 v1.1.0 08:56:51 v1.2.0 08:56:51 v1.2.1 08:56:51 v1.3.0 08:56:51 v1.3.1 08:56:51 v2.0.0 08:56:51 v2.1.0 08:56:51 v2.1.1 08:56:51 v2.2.0 08:56:51 v2.3.0 08:56:51 v3.0 08:56:51 v3.0.0 08:56:51 v3.1 08:56:51 v3.1.0 08:56:51 v3.1.0-dev.1 08:56:51 v3.1.0-dev.10 08:56:51 v3.1.0-dev.11 08:56:51 v3.1.0-dev.12 08:56:51 v3.1.0-dev.13 08:56:51 v3.1.0-dev.14 08:56:51 v3.1.0-dev.15 08:56:51 v3.1.0-dev.16 08:56:51 v3.1.0-dev.17 08:56:51 v3.1.0-dev.18 08:56:51 v3.1.0-dev.19 08:56:51 v3.1.0-dev.2 08:56:51 v3.1.0-dev.20 08:56:51 v3.1.0-dev.21 08:56:51 v3.1.0-dev.22 08:56:51 v3.1.0-dev.23 08:56:51 v3.1.0-dev.24 08:56:51 v3.1.0-dev.25 08:56:51 v3.1.0-dev.26 08:56:51 v3.1.0-dev.27 08:56:51 v3.1.0-dev.28 08:56:51 v3.1.0-dev.29 08:56:51 v3.1.0-dev.3 08:56:51 v3.1.0-dev.30 08:56:51 v3.1.0-dev.31 08:56:51 v3.1.0-dev.32 08:56:51 v3.1.0-dev.33 08:56:51 v3.1.0-dev.34 08:56:51 v3.1.0-dev.35 08:56:51 v3.1.0-dev.36 08:56:51 v3.1.0-dev.37 08:56:51 v3.1.0-dev.38 08:56:51 v3.1.0-dev.39 08:56:51 v3.1.0-dev.4 08:56:51 v3.1.0-dev.40 08:56:51 v3.1.0-dev.41 08:56:51 v3.1.0-dev.42 08:56:51 v3.1.0-dev.43 08:56:51 v3.1.0-dev.44 08:56:51 v3.1.0-dev.45 08:56:51 v3.1.0-dev.46 08:56:51 v3.1.0-dev.47 08:56:51 v3.1.0-dev.48 08:56:51 v3.1.0-dev.49 08:56:51 v3.1.0-dev.5 08:56:51 v3.1.0-dev.50 08:56:51 v3.1.0-dev.51 08:56:51 v3.1.0-dev.52 08:56:51 v3.1.0-dev.53 08:56:51 v3.1.0-dev.54 08:56:51 v3.1.0-dev.55 08:56:51 v3.1.0-dev.56 08:56:51 v3.1.0-dev.57 08:56:51 v3.1.0-dev.58 08:56:51 v3.1.0-dev.59 08:56:51 v3.1.0-dev.6 08:56:51 v3.1.0-dev.60 08:56:51 v3.1.0-dev.61 08:56:51 v3.1.0-dev.62 08:56:51 v3.1.0-dev.63 08:56:51 v3.1.0-dev.64 08:56:51 v3.1.0-dev.65 08:56:51 v3.1.0-dev.66 08:56:51 v3.1.0-dev.67 08:56:51 v3.1.0-dev.68 08:56:51 v3.1.0-dev.69 08:56:51 v3.1.0-dev.7 08:56:51 v3.1.0-dev.70 08:56:51 v3.1.0-dev.71 08:56:51 v3.1.0-dev.72 08:56:51 v3.1.0-dev.73 08:56:51 v3.1.0-dev.8 08:56:51 v3.1.0-dev.9 08:56:51 v3.2.0-dev.1 [Pipeline] sh 08:56:51 + lftools sign git-tag v3.2.0-dev.2 08:56:52 Signing Git tag with Sigul... 08:56:52 Signing v3.2.0-dev.2 08:56:52 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v3.2.0-dev.2'], return code 1, stdout , stderr [Pipeline] echo 08:56:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:56:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:56:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:56:52 $ docker stop --time=1 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 08:56:54 $ docker rm -f --volumes 48c388d6ddec2c87117b071e3cf93eab6260e231d174613416832ce15eddc398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:56:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:56:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:56:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:56:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:56:56 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:56:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat 08:56:56 $ docker top 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e -eo pid,comm 08:56:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 08:56:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:56:57 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:58 + git semver [Pipeline] } 08:56:58 $ docker stop --time=1 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e 08:56:59 $ docker rm -f --volumes 3bb0c82461e80e793ac9591121204af31c731ee46bf47372d691cc188715788e [Pipeline] // withDockerContainer [Pipeline] sh 08:57:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:57:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:57:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:57:01 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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/py-git-semver:0.1.4 cat 08:57:01 $ docker top 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:57:02 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v3.2.0-dev.1' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:57:03 + git semver [Pipeline] } 08:57:03 $ docker stop --time=1 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b 08:57:04 $ docker rm -f --volumes 82284a7401c1f1e4a7952621aedec5dc354f8550d3b39a172ad578444002552b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:57:07 + [ -d /w/workspace/edgex-go/611/archives ] [Pipeline] libraryResource [Pipeline] sh 08:57:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:57:08 ---> package-listing.sh 08:57:08 ++ facter osfamily 08:57:08 ++ tr '[:upper:]' '[:lower:]' 08:57:08 + OS_FAMILY=debian 08:57:08 + workspace=/w/workspace/edgex-go/611 08:57:08 + START_PACKAGES=/tmp/packages_start.txt 08:57:08 + END_PACKAGES=/tmp/packages_end.txt 08:57:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:57:08 + PACKAGES=/tmp/packages_start.txt 08:57:08 + '[' /w/workspace/edgex-go/611 ']' 08:57:08 + PACKAGES=/tmp/packages_end.txt 08:57:08 + case "${OS_FAMILY}" in 08:57:08 + dpkg -l 08:57:08 + grep '^ii' 08:57:08 + '[' -f /tmp/packages_start.txt ']' 08:57:08 + '[' -f /tmp/packages_end.txt ']' 08:57:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:57:08 + '[' /w/workspace/edgex-go/611 ']' 08:57:08 + mkdir -p /w/workspace/edgex-go/611/archives/ 08:57:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/611/archives/ [Pipeline] echo 08:57:08 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/611/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:57:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:57:09 08:57:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:57:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:57:10 latest: Pulling from edgex-lftools-log-publisher 08:57:10 5eb5b503b376: Pulling fs layer 08:57:10 5c69ac0246d0: Pulling fs layer 08:57:10 ec43610c2a17: Pulling fs layer 08:57:10 3a2ae6a8a46f: Pulling fs layer 08:57:10 33b1e0a273af: Pulling fs layer 08:57:10 5d3b04190fa2: Pulling fs layer 08:57:10 2f39f015ded8: Pulling fs layer 08:57:10 33b1e0a273af: Waiting 08:57:10 5d3b04190fa2: Waiting 08:57:10 2f39f015ded8: Waiting 08:57:10 3a2ae6a8a46f: Waiting 08:57:10 5c69ac0246d0: Download complete 08:57:10 3a2ae6a8a46f: Verifying Checksum 08:57:10 3a2ae6a8a46f: Download complete 08:57:10 33b1e0a273af: Verifying Checksum 08:57:10 33b1e0a273af: Download complete 08:57:10 5d3b04190fa2: Verifying Checksum 08:57:10 5d3b04190fa2: Download complete 08:57:10 ec43610c2a17: Verifying Checksum 08:57:10 ec43610c2a17: Download complete 08:57:10 5eb5b503b376: Verifying Checksum 08:57:10 5eb5b503b376: Download complete 08:57:10 2f39f015ded8: Download complete 08:57:11 5eb5b503b376: Pull complete 08:57:11 5c69ac0246d0: Pull complete 08:57:11 ec43610c2a17: Pull complete 08:57:11 3a2ae6a8a46f: Pull complete 08:57:11 33b1e0a273af: Pull complete 08:57:12 5d3b04190fa2: Pull complete 08:57:16 2f39f015ded8: Pull complete 08:57:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:57:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:57:17 prd-ubuntu20.04-docker-8c-8g-9111 does not seem to be running inside a container 08:57:17 $ 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/611/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/611 -v /w/workspace/edgex-go/611:/w/workspace/edgex-go/611:rw,z -v /w/workspace/edgex-go/611@tmp:/w/workspace/edgex-go/611@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:latest cat 08:57:21 $ docker top 8c957659f0893312b6ef803973f99fc113b441e259250ebf273bb5aa24cad9ba -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:22 + touch /tmp/pre-build-complete [Pipeline] sh 08:57:22 + mkdir -p /var/log/sysstat [Pipeline] sh 08:57:22 + ls /var/log/sa-host 08:57:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:57:23 provisioning config files... 08:57:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/611@tmp/config1801697198927167414tmp [Pipeline] { [Pipeline] echo 08:57:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:57:23 ---> create-netrc.sh [Pipeline] } 08:57:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:57:24 ---> python-tools-install.sh [Pipeline] echo 08:57:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:57:24 ---> sudo-logs.sh 08:57:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:57:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:57:25 ---> job-cost.sh 08:57:25 lf-activate-venv: SKIPPING 08:57:25 DEBUG: total: 0.10999999940395355 08:57:25 INFO: Retrieving Stack Cost... 08:57:25 INFO: Retrieving Pricing Info for: v3-standard-8 08:57:26 INFO: Archiving Costs [Pipeline] echo 08:57:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:57:26 ---> logs-deploy.sh 08:57:26 lf-activate-venv: SKIPPING 08:57:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/611 08:57:26 INFO: archiving workspace using pattern(s): 08:57:27 Archives upload complete. 08:57:27 INFO: archiving logs to Nexus 08:57:28 ---> uname -a: 08:57:28 Linux prd-ubuntu20-04-docker-8c-8g-9111 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:57:28 08:57:28 08:57:28 ---> lscpu: 08:57:28 Architecture: x86_64 08:57:28 CPU op-mode(s): 32-bit, 64-bit 08:57:28 Byte Order: Little Endian 08:57:28 Address sizes: 40 bits physical, 48 bits virtual 08:57:28 CPU(s): 8 08:57:28 On-line CPU(s) list: 0-7 08:57:28 Thread(s) per core: 1 08:57:28 Core(s) per socket: 1 08:57:28 Socket(s): 8 08:57:28 NUMA node(s): 1 08:57:28 Vendor ID: AuthenticAMD 08:57:28 CPU family: 23 08:57:28 Model: 49 08:57:28 Model name: AMD EPYC-Rome Processor 08:57:28 Stepping: 0 08:57:28 CPU MHz: 2799.998 08:57:28 BogoMIPS: 5599.99 08:57:28 Virtualization: AMD-V 08:57:28 Hypervisor vendor: KVM 08:57:28 Virtualization type: full 08:57:28 L1d cache: 256 KiB 08:57:28 L1i cache: 256 KiB 08:57:28 L2 cache: 4 MiB 08:57:28 L3 cache: 128 MiB 08:57:28 NUMA node0 CPU(s): 0-7 08:57:28 Vulnerability Itlb multihit: Not affected 08:57:28 Vulnerability L1tf: Not affected 08:57:28 Vulnerability Mds: Not affected 08:57:28 Vulnerability Meltdown: Not affected 08:57:28 Vulnerability Mmio stale data: Not affected 08:57:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:57:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:57:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:57:28 Vulnerability Srbds: Not affected 08:57:28 Vulnerability Tsx async abort: Not affected 08:57:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 08:57:28 08:57:28 08:57:28 ---> nproc: 08:57:28 8 08:57:28 08:57:28 08:57:28 ---> df -h: 08:57:28 Filesystem Size Used Avail Use% Mounted on 08:57:28 overlay 155G 22G 134G 15% / 08:57:28 tmpfs 64M 0 64M 0% /dev 08:57:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:57:28 shm 64M 0 64M 0% /dev/shm 08:57:28 /dev/vda1 155G 22G 134G 15% /facter-os 08:57:28 08:57:28 08:57:28 ---> sar -b -r -n DEV: 08:57:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9111) 11/29/23 _x86_64_ (8 CPU) 08:57:28 08:57:28 08:28:43 LINUX RESTART (8 CPU) 08:57:28 08:57:28 08:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:57:28 08:30:01 118.46 46.81 71.65 0.00 5311.38 59822.96 0.00 08:57:28 08:31:01 137.78 0.72 137.06 0.00 11.46 57752.77 0.00 08:57:28 08:32:01 28.46 0.17 28.30 0.00 2.53 19874.57 0.00 08:57:28 08:33:01 211.73 1.42 210.31 0.00 74.39 146344.68 0.00 08:57:28 08:34:01 524.00 6.20 517.80 0.00 122.91 138012.73 0.00 08:57:28 08:35:01 329.22 8.93 320.29 0.00 2825.32 84050.12 0.00 08:57:28 08:36:01 579.05 1.52 577.54 0.00 2280.29 73410.83 0.00 08:57:28 08:37:01 31.43 0.07 31.36 0.00 4.80 791.87 0.00 08:57:28 08:38:01 12.11 0.02 12.10 0.00 1.87 322.61 0.00 08:57:28 08:39:01 3.52 1.65 1.87 0.00 37.73 22.13 0.00 08:57:28 08:40:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 08:57:28 08:41:01 1.50 0.00 1.50 0.00 0.00 17.06 0.00 08:57:28 08:42:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 08:57:28 08:43:01 1.00 0.00 1.00 0.00 0.00 12.26 0.00 08:57:28 08:44:01 1.75 0.02 1.73 0.00 0.13 19.86 0.00 08:57:28 08:45:01 1.15 0.00 1.15 0.00 0.00 18.13 0.00 08:57:28 08:46:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 08:57:28 08:47:01 1.93 0.00 1.93 0.00 0.00 21.86 0.00 08:57:28 08:48:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 08:57:28 08:49:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 08:57:28 08:50:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 08:57:28 08:51:01 1.98 0.00 1.98 0.00 0.00 22.40 0.00 08:57:28 08:52:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 08:57:28 08:53:01 1.90 0.00 1.90 0.00 0.00 21.73 0.00 08:57:28 08:54:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 08:57:28 08:55:01 1.90 0.00 1.90 0.00 0.00 22.13 0.00 08:57:28 08:56:01 10.57 0.08 10.48 0.00 8.27 5047.73 0.00 08:57:28 08:57:01 164.58 0.27 164.31 0.00 2.93 58301.77 0.00 08:57:28 Average: 77.65 2.42 75.23 0.00 381.58 23001.38 0.00 08:57:28 08:57:28 08:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:57:28 08:30:01 28920408 31552876 765164 2.33 74052 2830052 2030748 5.98 1035604 2546264 612428 08:57:28 08:31:01 26732904 30456160 1844408 5.61 118088 3785212 2376052 7.00 2578048 3080708 554316 08:57:28 08:32:01 27534232 31326340 971096 2.95 121736 3824836 2040096 6.01 1505608 3327452 300776 08:57:28 08:33:01 23570152 31415608 879592 2.67 132056 7770820 2850428 8.40 1689848 7004396 683128 08:57:28 08:34:01 20206440 31361240 919168 2.80 206592 10796940 3528660 10.40 2136124 9691340 1644 08:57:28 08:35:01 14431052 28678024 3514300 10.69 256504 13555136 8069308 23.78 6140904 11067176 435260 08:57:28 08:36:01 17482352 31438780 812704 2.47 279012 13370240 2132384 6.28 2770024 11599580 956 08:57:28 08:37:01 17483740 31437348 813988 2.48 278804 13367516 2238760 6.60 3082456 11285840 276 08:57:28 08:38:01 17489432 31443900 807264 2.45 279368 13367668 2138052 6.30 3128404 11232780 4 08:57:28 08:39:01 17480000 31436632 814468 2.48 279424 13368796 2154172 6.35 3135764 11233112 20 08:57:28 08:40:01 17486904 31443628 807844 2.46 279444 13368800 2154172 6.35 3128444 11233116 8 08:57:28 08:41:01 17487408 31444168 807400 2.46 279480 13368800 2154172 6.35 3128312 11233116 40 08:57:28 08:42:01 17496268 31453056 798516 2.43 279488 13368804 2154172 6.35 3119740 11233120 8 08:57:28 08:43:01 17496220 31453152 798360 2.43 279500 13368936 2154172 6.35 3119768 11233252 164 08:57:28 08:44:01 17495476 31452492 799492 2.43 279524 13368932 2187500 6.45 3119840 11233244 24 08:57:28 08:45:01 17495968 31452976 799128 2.43 279560 13368920 2187500 6.45 3120344 11233224 168 08:57:28 08:46:01 17495700 31452764 799308 2.43 279620 13368920 2187500 6.45 3120368 11233232 8 08:57:28 08:47:01 17495116 31452244 799764 2.43 279680 13368924 2187500 6.45 3120712 11233240 4 08:57:28 08:48:01 17495060 31452308 799692 2.43 279744 13368928 2187500 6.45 3120628 11233252 8 08:57:28 08:49:01 17494988 31452388 799472 2.43 279780 13369056 2187500 6.45 3120608 11233368 176 08:57:28 08:50:01 17495656 31453132 798688 2.43 279828 13369060 2187500 6.45 3119916 11233368 8 08:57:28 08:51:01 17496264 31453800 798092 2.43 279884 13369064 2187500 6.45 3120196 11233372 24 08:57:28 08:52:01 17495720 31453348 798536 2.43 279936 13369064 2187500 6.45 3120184 11233376 192 08:57:28 08:53:01 17495444 31453080 798720 2.43 279972 13369072 2187500 6.45 3120220 11233380 12 08:57:28 08:54:01 17495664 31453356 798388 2.43 280028 13369068 2187500 6.45 3120300 11233388 8 08:57:28 08:55:01 17495592 31453344 798336 2.43 280068 13369080 2187500 6.45 3120440 11233384 24 08:57:28 08:56:01 16711644 31424492 826456 2.51 282976 14072960 2273868 6.70 3151576 11937296 704068 08:57:28 08:57:01 15959520 31390160 858584 2.61 316052 14677056 2370736 6.99 3275044 12482284 152 08:57:28 Average: 18711262 31306814 950962 2.89 253579 12096095 2466784 7.27 2984622 10222166 117639 08:57:28 08:57:28 08:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:57:28 08:30:01 lo 5.07 5.07 0.49 0.49 0.00 0.00 0.00 0.00 08:57:28 08:30:01 ens3 1486.57 1361.99 11180.30 169.01 0.00 0.00 0.00 0.00 08:57:28 08:30:01 docker0 533.61 489.85 37.23 2818.95 0.00 0.00 0.00 0.00 08:57:28 08:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:31:01 ens3 237.04 165.46 1813.95 29.98 0.00 0.00 0.00 0.00 08:57:28 08:31:01 docker0 141.33 196.85 11.98 1777.48 0.00 0.00 0.00 0.00 08:57:28 08:31:01 vethf286867 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 08:57:28 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:32:01 ens3 66.01 56.04 42.74 97.89 0.00 0.00 0.00 0.00 08:57:28 08:32:01 docker0 1.50 1.50 0.11 0.14 0.00 0.00 0.00 0.00 08:57:28 08:32:01 vethf286867 1.50 1.53 0.13 0.14 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vethb22ce10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vethc7c9ce1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth0639815 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 ens3 130.13 75.65 2737.42 21.88 0.00 0.00 0.00 0.00 08:57:28 08:33:01 docker0 2.28 3.55 0.15 31.59 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth19ddfb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth7820c86 0.55 0.53 0.05 0.19 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vethb1321c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth8eb96ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth8d90ec3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vethaf1a972 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vethd8b6990 1.73 3.30 0.13 31.43 0.00 0.00 0.00 0.00 08:57:28 08:33:01 veth3f87e88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:33:01 vetha92597a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth02a9986 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 vethf8dabd5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth268416f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 ens3 615.11 353.46 4009.97 42.28 0.00 0.00 0.00 0.00 08:57:28 08:34:01 docker0 338.63 584.62 27.67 3684.76 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth2f1399c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth7820c86 0.08 0.85 0.00 0.04 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth9834a36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth3efaf5f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth1e221c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 vethfd2d5a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth1317ac0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth9b0193e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:34:01 veth16c79e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth8aee193 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 vethf8dabd5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth79e613c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 ens3 119.43 52.62 1364.58 8.45 0.00 0.00 0.00 0.00 08:57:28 08:35:01 docker0 0.10 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth0520706 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth2f1399c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth7820c86 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth582243a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth9834a36 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth3efaf5f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth1317ac0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 veth16c79e8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:35:01 vethd3944a1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:57:28 08:36:01 lo 25.93 25.93 2.56 2.56 0.00 0.00 0.00 0.00 08:57:28 08:36:01 ens3 425.55 357.16 1512.63 981.19 0.00 0.00 0.00 0.00 08:57:28 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:37:01 lo 35.79 35.79 3.52 3.52 0.00 0.00 0.00 0.00 08:57:28 08:37:01 ens3 385.14 373.55 170.23 2375.21 0.00 0.00 0.00 0.00 08:57:28 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:38:01 lo 15.66 15.66 1.54 1.54 0.00 0.00 0.00 0.00 08:57:28 08:38:01 ens3 159.71 165.81 84.96 639.61 0.00 0.00 0.00 0.00 08:57:28 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 08:57:28 08:39:01 ens3 7.32 5.72 5.30 6.13 0.00 0.00 0.00 0.00 08:57:28 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:40:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 08:57:28 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:45:01 ens3 0.30 0.32 0.09 0.08 0.00 0.00 0.00 0.00 08:57:28 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:46:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:47:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:49:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:50:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 08:57:28 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:51:01 ens3 0.23 0.22 0.23 0.01 0.00 0.00 0.00 0.00 08:57:28 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:54:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:57:28 08:55:01 ens3 0.37 0.33 0.14 0.08 0.00 0.00 0.00 0.00 08:57:28 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:56:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 08:57:28 08:56:01 ens3 118.57 62.98 3967.51 9.25 0.00 0.00 0.00 0.00 08:57:28 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:28 08:57:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 08:57:28 08:57:01 ens3 303.60 172.91 4280.70 42.06 0.00 0.00 0.00 0.00 08:57:28 08:57:01 docker0 67.46 136.42 5.32 1028.16 0.00 0.00 0.00 0.00 08:57:28 Average: lo 3.18 3.18 0.31 0.31 0.00 0.00 0.00 0.00 08:57:28 Average: ens3 144.86 114.46 1113.24 157.97 0.00 0.00 0.00 0.00 08:57:28 Average: docker0 38.75 50.46 2.95 333.61 0.00 0.00 0.00 0.00 08:57:28 08:57:28 08:57:28 ---> sar -P ALL: 08:57:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9111) 11/29/23 _x86_64_ (8 CPU) 08:57:28 08:57:28 08:28:43 LINUX RESTART (8 CPU) 08:57:28 08:57:28 08:29:01 CPU %user %nice %system %iowait %steal %idle 08:57:28 08:30:01 all 9.98 0.00 3.39 2.64 0.06 83.93 08:57:28 08:30:01 0 10.47 0.00 3.73 1.66 0.05 84.09 08:57:28 08:30:01 1 9.23 0.00 2.84 6.44 0.05 81.44 08:57:28 08:30:01 2 9.98 0.00 3.21 0.50 0.05 86.25 08:57:28 08:30:01 3 8.45 0.00 3.67 1.26 0.07 86.56 08:57:28 08:30:01 4 11.18 0.00 3.27 2.84 0.08 82.62 08:57:28 08:30:01 5 7.06 0.00 2.39 1.80 0.03 88.72 08:57:28 08:30:01 6 13.35 0.00 3.54 0.40 0.05 82.65 08:57:28 08:30:01 7 10.15 0.00 4.45 6.24 0.07 79.09 08:57:28 08:31:01 all 22.25 0.00 3.84 3.13 0.08 70.70 08:57:28 08:31:01 0 21.16 0.00 3.82 0.45 0.07 74.50 08:57:28 08:31:01 1 21.27 0.00 3.99 7.76 0.07 66.91 08:57:28 08:31:01 2 22.43 0.00 4.64 0.28 0.08 72.56 08:57:28 08:31:01 3 21.45 0.00 4.36 12.77 0.08 61.33 08:57:28 08:31:01 4 20.95 0.00 3.84 0.24 0.07 74.91 08:57:28 08:31:01 5 22.19 0.00 3.44 2.35 0.07 71.95 08:57:28 08:31:01 6 26.73 0.00 3.11 0.32 0.08 69.76 08:57:28 08:31:01 7 21.78 0.00 3.56 0.92 0.10 73.64 08:57:28 08:32:01 all 36.27 0.00 3.47 1.30 0.09 58.86 08:57:28 08:32:01 0 35.05 0.00 3.91 0.17 0.08 60.79 08:57:28 08:32:01 1 35.09 0.00 3.69 0.05 0.10 61.07 08:57:28 08:32:01 2 38.65 0.00 3.41 0.22 0.12 57.61 08:57:28 08:32:01 3 35.22 0.00 3.52 7.31 0.08 53.87 08:57:28 08:32:01 4 36.70 0.00 3.47 0.08 0.08 59.66 08:57:28 08:32:01 5 35.02 0.00 3.40 2.34 0.08 59.15 08:57:28 08:32:01 6 35.60 0.00 3.22 0.12 0.08 60.98 08:57:28 08:32:01 7 38.86 0.00 3.17 0.13 0.10 57.74 08:57:28 08:33:01 all 25.05 0.00 5.66 10.74 0.10 58.45 08:57:28 08:33:01 0 25.04 0.00 5.98 8.03 0.12 60.83 08:57:28 08:33:01 1 26.20 0.00 5.73 13.14 0.08 54.85 08:57:28 08:33:01 2 24.70 0.00 5.39 1.69 0.07 68.16 08:57:28 08:33:01 3 26.30 0.00 5.34 6.69 0.17 61.50 08:57:28 08:33:01 4 24.76 0.00 6.30 21.23 0.10 47.61 08:57:28 08:33:01 5 24.74 0.00 5.55 17.06 0.08 52.56 08:57:28 08:33:01 6 23.30 0.00 4.76 8.10 0.08 63.76 08:57:28 08:33:01 7 25.32 0.00 6.20 10.03 0.12 58.33 08:57:28 08:34:01 all 6.85 0.00 3.98 14.21 0.08 74.88 08:57:28 08:34:01 0 6.52 0.00 3.75 13.74 0.08 75.90 08:57:28 08:34:01 1 6.86 0.00 3.17 6.24 0.05 83.68 08:57:28 08:34:01 2 7.14 0.00 5.11 40.76 0.07 46.92 08:57:28 08:34:01 3 7.31 0.00 4.34 14.77 0.10 73.49 08:57:28 08:34:01 4 6.97 0.00 4.09 9.99 0.07 78.87 08:57:28 08:34:01 5 7.03 0.00 4.45 16.78 0.15 71.59 08:57:28 08:34:01 6 5.89 0.00 2.86 4.29 0.05 86.91 08:57:28 08:34:01 7 7.10 0.00 4.06 7.17 0.08 81.60 08:57:28 08:35:01 all 89.57 0.00 9.27 0.56 0.19 0.41 08:57:28 08:35:01 0 89.66 0.00 9.21 0.60 0.15 0.37 08:57:28 08:35:01 1 89.20 0.00 9.77 0.55 0.17 0.31 08:57:28 08:35:01 2 89.57 0.00 9.29 0.51 0.25 0.37 08:57:28 08:35:01 3 90.83 0.00 8.21 0.52 0.15 0.29 08:57:28 08:35:01 4 89.41 0.00 9.34 0.59 0.23 0.43 08:57:28 08:35:01 5 89.37 0.00 9.53 0.45 0.17 0.47 08:57:28 08:35:01 6 89.14 0.00 9.09 0.92 0.20 0.65 08:57:28 08:35:01 7 89.32 0.00 9.73 0.36 0.21 0.38 08:57:28 08:36:01 all 26.74 0.00 4.28 5.45 0.11 63.43 08:57:28 08:36:01 0 27.36 0.00 4.94 9.04 0.12 58.54 08:57:28 08:36:01 1 29.56 0.00 4.94 6.30 0.12 59.09 08:57:28 08:36:01 2 26.27 0.00 3.68 4.49 0.10 65.46 08:57:28 08:36:01 3 24.66 0.00 4.01 2.87 0.12 68.34 08:57:28 08:36:01 4 24.81 0.00 3.63 6.46 0.08 65.02 08:57:28 08:36:01 5 27.60 0.00 4.48 2.90 0.08 64.93 08:57:28 08:36:01 6 27.96 0.00 3.20 2.54 0.13 66.16 08:57:28 08:36:01 7 25.70 0.00 5.35 9.03 0.14 59.78 08:57:28 08:37:01 all 7.83 0.00 0.82 1.00 0.06 90.30 08:57:28 08:37:01 0 7.62 0.00 1.16 0.54 0.12 90.57 08:57:28 08:37:01 1 8.82 0.00 0.89 0.25 0.05 89.99 08:57:28 08:37:01 2 8.22 0.00 0.62 0.13 0.05 90.97 08:57:28 08:37:01 3 6.74 0.00 0.77 0.30 0.07 92.13 08:57:28 08:37:01 4 6.60 0.00 0.84 0.20 0.07 92.29 08:57:28 08:37:01 5 9.73 0.00 1.08 0.12 0.07 89.01 08:57:28 08:37:01 6 8.06 0.00 0.58 0.62 0.05 90.69 08:57:28 08:37:01 7 6.84 0.00 0.60 5.80 0.03 86.72 08:57:28 08:38:01 all 1.94 0.00 0.35 0.07 0.03 97.61 08:57:28 08:38:01 0 2.95 0.00 0.43 0.03 0.05 96.53 08:57:28 08:38:01 1 1.96 0.00 0.33 0.02 0.03 97.66 08:57:28 08:38:01 2 1.48 0.00 0.22 0.02 0.03 98.25 08:57:28 08:38:01 3 0.42 0.00 0.25 0.02 0.03 99.28 08:57:28 08:38:01 4 2.16 0.00 0.48 0.00 0.02 97.34 08:57:28 08:38:01 5 2.52 0.00 0.48 0.00 0.03 96.96 08:57:28 08:38:01 6 1.71 0.00 0.30 0.05 0.03 97.91 08:57:28 08:38:01 7 2.31 0.00 0.30 0.43 0.03 96.93 08:57:28 08:39:01 all 0.26 0.00 0.05 0.10 0.01 99.59 08:57:28 08:39:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:57:28 08:39:01 1 0.20 0.00 0.05 0.00 0.00 99.75 08:57:28 08:39:01 2 0.30 0.00 0.05 0.03 0.00 99.62 08:57:28 08:39:01 3 0.75 0.00 0.00 0.00 0.02 99.23 08:57:28 08:39:01 4 0.32 0.00 0.08 0.18 0.03 99.38 08:57:28 08:39:01 5 0.07 0.00 0.03 0.00 0.00 99.90 08:57:28 08:39:01 6 0.27 0.00 0.03 0.49 0.00 99.21 08:57:28 08:39:01 7 0.10 0.00 0.08 0.08 0.00 99.73 08:57:28 08:40:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:57:28 08:40:01 0 0.07 0.00 0.07 0.00 0.02 99.85 08:57:28 08:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:40:01 2 0.00 0.00 0.00 0.02 0.02 99.97 08:57:28 08:40:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:57:28 08:40:01 4 0.05 0.00 0.03 0.00 0.03 99.88 08:57:28 08:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:40:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:57:28 08:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:57:28 08:57:28 08:40:01 CPU %user %nice %system %iowait %steal %idle 08:57:28 08:41:01 all 0.14 0.00 0.01 0.02 0.01 99.82 08:57:28 08:41:01 0 0.05 0.00 0.03 0.00 0.03 99.88 08:57:28 08:41:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:57:28 08:41:01 2 0.00 0.00 0.02 0.02 0.00 99.97 08:57:28 08:41:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:57:28 08:41:01 4 0.10 0.00 0.03 0.00 0.02 99.85 08:57:28 08:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:57:28 08:41:01 6 0.86 0.00 0.00 0.00 0.00 99.14 08:57:28 08:41:01 7 0.02 0.00 0.00 0.15 0.02 99.82 08:57:28 08:42:01 all 0.13 0.00 0.02 0.00 0.02 99.83 08:57:28 08:42:01 0 0.08 0.00 0.03 0.00 0.03 99.85 08:57:28 08:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:57:28 08:42:01 2 0.03 0.00 0.02 0.02 0.02 99.92 08:57:28 08:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:57:28 08:42:01 4 0.03 0.00 0.03 0.00 0.03 99.90 08:57:28 08:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:57:28 08:42:01 6 0.80 0.00 0.00 0.00 0.02 99.19 08:57:28 08:42:01 7 0.03 0.00 0.00 0.00 0.02 99.95 08:57:28 08:43:01 all 0.03 0.00 0.02 0.03 0.01 99.92 08:57:28 08:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:57:28 08:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:43:01 2 0.00 0.00 0.02 0.15 0.00 99.83 08:57:28 08:43:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:57:28 08:43:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:57:28 08:43:01 5 0.07 0.00 0.02 0.00 0.02 99.90 08:57:28 08:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:43:01 7 0.02 0.00 0.02 0.08 0.00 99.88 08:57:28 08:44:01 all 0.05 0.00 0.03 0.02 0.02 99.89 08:57:28 08:44:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:57:28 08:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:44:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:57:28 08:44:01 3 0.10 0.00 0.03 0.00 0.03 99.83 08:57:28 08:44:01 4 0.02 0.00 0.02 0.02 0.02 99.93 08:57:28 08:44:01 5 0.07 0.00 0.03 0.00 0.02 99.88 08:57:28 08:44:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:57:28 08:44:01 7 0.03 0.00 0.02 0.12 0.02 99.82 08:57:28 08:45:01 all 0.09 0.00 0.02 0.02 0.01 99.86 08:57:28 08:45:01 0 0.03 0.00 0.05 0.00 0.03 99.88 08:57:28 08:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:57:28 08:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:57:28 08:45:01 3 0.07 0.00 0.02 0.00 0.03 99.88 08:57:28 08:45:01 4 0.02 0.00 0.02 0.07 0.00 99.90 08:57:28 08:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:57:28 08:45:01 6 0.53 0.00 0.02 0.00 0.00 99.45 08:57:28 08:45:01 7 0.03 0.00 0.00 0.08 0.00 99.88 08:57:28 08:46:01 all 0.04 0.00 0.02 0.01 0.01 99.92 08:57:28 08:46:01 0 0.07 0.00 0.03 0.00 0.02 99.88 08:57:28 08:46:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:57:28 08:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:57:28 08:46:01 3 0.08 0.00 0.07 0.00 0.02 99.83 08:57:28 08:46:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:46:01 6 0.13 0.00 0.00 0.00 0.00 99.87 08:57:28 08:46:01 7 0.00 0.00 0.00 0.10 0.00 99.90 08:57:28 08:47:01 all 0.11 0.00 0.02 0.01 0.01 99.85 08:57:28 08:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:57:28 08:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:57:28 08:47:01 3 0.08 0.00 0.05 0.00 0.03 99.83 08:57:28 08:47:01 4 0.00 0.00 0.02 0.02 0.02 99.95 08:57:28 08:47:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:57:28 08:47:01 6 0.63 0.00 0.03 0.00 0.02 99.32 08:57:28 08:47:01 7 0.03 0.00 0.02 0.07 0.02 99.87 08:57:28 08:48:01 all 0.04 0.00 0.01 0.00 0.00 99.94 08:57:28 08:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:57:28 08:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:57:28 08:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:48:01 3 0.10 0.00 0.05 0.00 0.02 99.83 08:57:28 08:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:57:28 08:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:57:28 08:48:01 6 0.08 0.00 0.00 0.00 0.00 99.92 08:57:28 08:48:01 7 0.02 0.00 0.02 0.03 0.02 99.92 08:57:28 08:49:01 all 0.03 0.00 0.02 0.00 0.01 99.93 08:57:28 08:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:57:28 08:49:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:57:28 08:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:57:28 08:49:01 3 0.13 0.00 0.05 0.00 0.02 99.80 08:57:28 08:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 08:57:28 08:49:01 5 0.05 0.00 0.02 0.00 0.02 99.92 08:57:28 08:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:57:28 08:49:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:57:28 08:50:01 all 0.05 0.00 0.01 0.01 0.01 99.93 08:57:28 08:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 08:57:28 08:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:57:28 08:50:01 3 0.05 0.00 0.00 0.00 0.02 99.93 08:57:28 08:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:57:28 08:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:57:28 08:50:01 6 0.18 0.00 0.02 0.00 0.00 99.80 08:57:28 08:50:01 7 0.02 0.00 0.02 0.03 0.02 99.92 08:57:28 08:51:01 all 0.04 0.00 0.02 0.00 0.01 99.92 08:57:28 08:51:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:57:28 08:51:01 1 0.00 0.00 0.00 0.02 0.00 99.98 08:57:28 08:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:51:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:57:28 08:51:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:57:28 08:51:01 6 0.15 0.00 0.02 0.00 0.00 99.83 08:57:28 08:51:01 7 0.02 0.00 0.03 0.02 0.02 99.92 08:57:28 08:57:28 08:51:01 CPU %user %nice %system %iowait %steal %idle 08:57:28 08:52:01 all 0.22 0.00 0.02 0.00 0.01 99.75 08:57:28 08:52:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:57:28 08:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:57:28 08:52:01 2 0.08 0.00 0.02 0.00 0.02 99.88 08:57:28 08:52:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:57:28 08:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:57:28 08:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:57:28 08:52:01 6 1.57 0.00 0.00 0.00 0.02 98.42 08:57:28 08:52:01 7 0.03 0.00 0.03 0.02 0.02 99.90 08:57:28 08:53:01 all 0.03 0.00 0.01 0.01 0.00 99.95 08:57:28 08:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:57:28 08:53:01 1 0.00 0.00 0.00 0.03 0.00 99.97 08:57:28 08:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:57:28 08:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:57:28 08:53:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:57:28 08:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:53:01 7 0.07 0.00 0.02 0.02 0.02 99.88 08:57:28 08:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:57:28 08:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:57:28 08:54:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:57:28 08:54:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:57:28 08:54:01 3 0.03 0.00 0.05 0.00 0.02 99.90 08:57:28 08:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:54:01 5 0.02 0.00 0.02 0.00 0.02 99.95 08:57:28 08:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:57:28 08:54:01 7 0.03 0.00 0.03 0.02 0.03 99.88 08:57:28 08:55:01 all 0.29 0.00 0.01 0.01 0.01 99.68 08:57:28 08:55:01 0 0.05 0.00 0.02 0.00 0.02 99.92 08:57:28 08:55:01 1 0.02 0.00 0.00 0.07 0.00 99.92 08:57:28 08:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:57:28 08:55:01 3 0.10 0.00 0.02 0.00 0.02 99.87 08:57:28 08:55:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:57:28 08:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:57:28 08:55:01 6 1.95 0.00 0.02 0.00 0.02 98.01 08:57:28 08:55:01 7 0.03 0.00 0.02 0.03 0.02 99.90 08:57:28 08:56:01 all 2.76 0.00 1.13 0.26 0.02 95.83 08:57:28 08:56:01 0 2.72 0.00 1.18 0.00 0.02 96.09 08:57:28 08:56:01 1 1.59 0.00 1.82 0.94 0.02 95.64 08:57:28 08:56:01 2 3.83 0.00 0.77 0.23 0.03 95.14 08:57:28 08:56:01 3 3.38 0.00 0.94 0.00 0.02 95.67 08:57:28 08:56:01 4 1.99 0.00 1.17 0.23 0.02 96.59 08:57:28 08:56:01 5 2.74 0.00 1.14 0.08 0.02 96.02 08:57:28 08:56:01 6 3.30 0.00 1.11 0.02 0.02 95.56 08:57:28 08:56:01 7 2.50 0.00 0.96 0.60 0.02 95.92 08:57:28 08:57:01 all 5.96 0.00 2.62 3.18 0.05 88.20 08:57:28 08:57:01 0 6.11 0.00 3.19 6.40 0.05 84.25 08:57:28 08:57:01 1 6.39 0.00 2.81 8.72 0.05 82.03 08:57:28 08:57:01 2 5.24 0.00 3.70 5.65 0.07 85.35 08:57:28 08:57:01 3 5.41 0.00 2.37 0.17 0.05 92.00 08:57:28 08:57:01 4 5.98 0.00 2.55 0.03 0.03 91.40 08:57:28 08:57:01 5 7.60 0.00 2.66 0.15 0.05 89.54 08:57:28 08:57:01 6 5.22 0.00 1.56 0.13 0.03 93.06 08:57:28 08:57:01 7 5.71 0.00 2.11 4.22 0.05 87.92 08:57:28 Average: all 8.37 0.00 1.39 1.52 0.04 88.69 08:57:28 Average: 0 8.37 0.00 1.48 1.44 0.04 88.67 08:57:28 Average: 1 8.32 0.00 1.41 1.79 0.03 88.45 08:57:28 Average: 2 8.46 0.00 1.43 1.93 0.04 88.14 08:57:28 Average: 3 8.24 0.00 1.36 1.65 0.04 88.71 08:57:28 Average: 4 8.16 0.00 1.39 1.49 0.04 88.93 08:57:28 Average: 5 8.39 0.00 1.38 1.56 0.03 88.64 08:57:28 Average: 6 8.76 0.00 1.19 0.64 0.03 89.38 08:57:28 Average: 7 8.30 0.00 1.44 1.63 0.04 88.60 08:57:28 08:57:28 08:57:28