Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 145341ff45959b68fb1ffbee66110f9f8e8ddab7 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-ssh15749416671677863556.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh1683297166070553542.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh4161963643988553529.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17033245866957689978.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-ssh3907246128004528928.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7541 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/490 [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/490 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 145341ff45959b68fb1ffbee66110f9f8e8ddab7 (main) Commit message: "Merge pull request #4509 from jim-wang-intel/fix-spire-config-script-support-services" > git config core.sparsecheckout # timeout=10 > git checkout -f 145341ff45959b68fb1ffbee66110f9f8e8ddab7 # timeout=10 > git rev-list --no-walk 0cbeeedaee7f8a21d271cdac82adb9eb7ec5968d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:04:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:04:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:04:54 ========================================================= 06:04:54 EdgeX Global Pipelines Version Info 06:04:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:04:54 ------------------- 06:04:54 stable info: 06:04:54 ------------------- 06:04:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:04:54 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 06:04:54 Message: update stable to v1.0.245 06:04:55 ------------------- 06:04:55 experimental info: 06:04:55 ------------------- 06:04:55 Commited By: **** collab-it+edgex@linuxfoundation.org 06:04:55 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 06:04:55 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 145341f [Pipeline] echo 06:04:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:55 provisioning config files... 06:04:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config14192792751174919953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:04:56 ---> docker-login.sh 06:04:56 nexus3.edgexfoundry.org:10001 06:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:56 Configure a credential helper to remove this warning. See 06:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:56 06:04:56 Login Succeeded 06:04:56 nexus3.edgexfoundry.org:10002 06:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:56 Configure a credential helper to remove this warning. See 06:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:56 06:04:56 Login Succeeded 06:04:56 nexus3.edgexfoundry.org:10003 06:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:56 Configure a credential helper to remove this warning. See 06:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:56 06:04:56 Login Succeeded 06:04:56 nexus3.edgexfoundry.org:10004 06:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:56 Configure a credential helper to remove this warning. See 06:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:56 06:04:56 Login Succeeded 06:04:56 docker.io 06:04:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:04:57 Configure a credential helper to remove this warning. See 06:04:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:04:57 06:04:57 Login Succeeded 06:04:57 ---> docker-login.sh ends [Pipeline] } 06:04:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:04:57 + 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 06:04:57 + dirname cmd/core-command/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo core-command,cmd/core-command/Dockerfile 06:04:57 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:04:57 + dirname cmd/core-data/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo core-data,cmd/core-data/Dockerfile 06:04:57 + dirname cmd/core-metadata/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo core-metadata,cmd/core-metadata/Dockerfile 06:04:57 + + dirname cmd/security-bootstrapper/Dockerfile 06:04:57 cut -d/ -f2 06:04:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:04:57 + dirname cmd/security-proxy-auth/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:04:57 + dirname cmd/security-proxy-setup/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:04:57 + dirname cmd/security-secretstore-setup/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:04:57 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:04:57 + dirname cmd/security-spire-agent/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:04:57 + dirname cmd/security-spire-config/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:04:57 + dirname cmd/security-spire-server/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:04:57 + dirname cmd/support-notifications/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo support-notifications,cmd/support-notifications/Dockerfile 06:04:57 + dirname cmd/support-scheduler/Dockerfile 06:04:57 + cut -d/ -f2 06:04:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:04:57 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 06:04:58 + git rev-list -1 --merges 145341ff45959b68fb1ffbee66110f9f8e8ddab7~1..145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo 06:04:58 -----------> git rev-list -1 --merges 145341ff45959b68fb1ffbee66110f9f8e8ddab7~1..145341ff45959b68fb1ffbee66110f9f8e8ddab7 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:04:58 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [false] [Pipeline] sh 06:04:58 + git log --format=format:%s -1 145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] echo 06:04:58 ========================================================= 06:04:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:04:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:04:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:04:58 + grep -v github /etc/ssh/ssh_known_hosts 06:04:58 + [ -e /tmp/ssh_known_hosts ] 06:04:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:04:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:04:58 + sudo tee -a /etc/ssh/ssh_known_hosts 06:04:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:04:59 06:04:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:04:59 0.1.4: Pulling from edgex-devops/py-git-semver 06:04:59 b85a868b505f: Pulling fs layer 06:04:59 e2be974225ed: Pulling fs layer 06:04:59 339a4e72a1f5: Pulling fs layer 06:04:59 988bab9f4d93: Pulling fs layer 06:04:59 1469e6f7b9e6: Pulling fs layer 06:04:59 eaf3925da568: Pulling fs layer 06:04:59 bab4dde63d76: Pulling fs layer 06:04:59 bde34c3a00c8: Pulling fs layer 06:04:59 b352a97aabf1: Pulling fs layer 06:04:59 4872d77fe225: Pulling fs layer 06:04:59 5851b861e8e6: Pulling fs layer 06:04:59 988bab9f4d93: Waiting 06:04:59 1469e6f7b9e6: Waiting 06:04:59 bde34c3a00c8: Waiting 06:04:59 eaf3925da568: Waiting 06:04:59 bab4dde63d76: Waiting 06:04:59 5851b861e8e6: Waiting 06:04:59 4872d77fe225: Waiting 06:05:00 e2be974225ed: Verifying Checksum 06:05:00 e2be974225ed: Download complete 06:05:00 988bab9f4d93: Download complete 06:05:00 1469e6f7b9e6: Download complete 06:05:00 eaf3925da568: Download complete 06:05:00 339a4e72a1f5: Verifying Checksum 06:05:00 339a4e72a1f5: Download complete 06:05:00 bde34c3a00c8: Download complete 06:05:00 b352a97aabf1: Download complete 06:05:00 4872d77fe225: Verifying Checksum 06:05:00 4872d77fe225: Download complete 06:05:00 5851b861e8e6: Download complete 06:05:00 b85a868b505f: Verifying Checksum 06:05:00 b85a868b505f: Download complete 06:05:00 bab4dde63d76: Verifying Checksum 06:05:00 bab4dde63d76: Download complete 06:05:01 b85a868b505f: Pull complete 06:05:01 e2be974225ed: Pull complete 06:05:02 339a4e72a1f5: Pull complete 06:05:02 988bab9f4d93: Pull complete 06:05:02 1469e6f7b9e6: Pull complete 06:05:02 eaf3925da568: Pull complete 06:05:04 bab4dde63d76: Pull complete 06:05:04 bde34c3a00c8: Pull complete 06:05:04 b352a97aabf1: Pull complete 06:05:04 4872d77fe225: Pull complete 06:05:04 5851b861e8e6: Pull complete 06:05:04 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:05:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:05:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:04 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:05:08 $ docker top 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b -eo pid,comm 06:05:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:05:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:05:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:08 [ssh-agent] Looking for ssh-agent implementation... 06:05:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:08 $ docker exec 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent 06:05:08 SSH_AUTH_SOCK=/tmp/ssh-gNo6c0PyCaqG/agent.32 06:05:08 SSH_AGENT_PID=38 06:05:09 Running ssh-add (command line suppressed) 06:05:09 Identity added: /w/workspace/edgex-go/490@tmp/private_key_12542582897550490650.key (/w/workspace/edgex-go/490@tmp/private_key_12542582897550490650.key) 06:05:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:09 + git tag --points-at HEAD [Pipeline] } 06:05:09 $ docker exec --env ******** --env ******** 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent -k 06:05:09 unset SSH_AUTH_SOCK; 06:05:09 unset SSH_AGENT_PID; 06:05:09 echo Agent pid 38 killed; 06:05:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:05:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:09 [ssh-agent] Looking for ssh-agent implementation... 06:05:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:09 $ docker exec 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent 06:05:09 SSH_AUTH_SOCK=/tmp/ssh-k2Xk54USPahz/agent.70 06:05:09 SSH_AGENT_PID=76 06:05:09 Running ssh-add (command line suppressed) 06:05:09 Identity added: /w/workspace/edgex-go/490@tmp/private_key_4942101004426824990.key (/w/workspace/edgex-go/490@tmp/private_key_4942101004426824990.key) 06:05:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:10 + git semver init 06:05:10 2023-04-12 06:05:10,378 [run_init] DEBUG init version:0.0.0 force:False 06:05:10 2023-04-12 06:05:10,378 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/490/.semver 06:05:10 2023-04-12 06:05:10,379 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/490/.semver 06:05:10 2023-04-12 06:05:10,379 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/490/.semver'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) 06:05:17 2023-04-12 06:05:16,048 [append_file] DEBUG append to file:/w/workspace/edgex-go/490/.git/info/exclude 06:05:17 2023-04-12 06:05:16,049 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/490/.semver/main with force:False 06:05:17 2023-04-12 06:05:16,049 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:05:17 2023-04-12 06:05:16,049 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:05:17 3.0.0-dev.128 [Pipeline] } 06:05:17 $ docker exec --env ******** --env ******** 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b ssh-agent -k 06:05:17 unset SSH_AUTH_SOCK; 06:05:17 unset SSH_AGENT_PID; 06:05:17 echo Agent pid 76 killed; 06:05:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:05:17 + git semver [Pipeline] } 06:05:17 $ docker stop --time=1 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b 06:05:19 $ docker rm -f --volumes 859333acc43dea8c39ecec8e408953b2c08f9c5b48c7ee41d6921a870ecb918b [Pipeline] // withDockerContainer [Pipeline] sh 06:05:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:05:19 Stashed 1 file(s) [Pipeline] echo 06:05:19 [edgeXSemver]: initialized semver on version 3.0.0-dev.128 [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 06:05:20 + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] echo 06:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:05:20 ========================================================= 06:05:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 06:05:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:05:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:05:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 06:05:20 63b65145d645: Pulling fs layer 06:05:20 a2d21d5440eb: Pulling fs layer 06:05:20 935e6c44a52c: Pulling fs layer 06:05:20 94cc34f8dd06: Pulling fs layer 06:05:20 30dea6a524f1: Pulling fs layer 06:05:20 a2aff8979fd8: Pulling fs layer 06:05:20 6808be2612f2: Pulling fs layer 06:05:20 f25807f1079a: Pulling fs layer 06:05:20 94cc34f8dd06: Waiting 06:05:20 30dea6a524f1: Waiting 06:05:20 f25807f1079a: Waiting 06:05:20 a2aff8979fd8: Waiting 06:05:20 a2d21d5440eb: Download complete 06:05:20 94cc34f8dd06: Download complete 06:05:20 63b65145d645: Verifying Checksum 06:05:20 63b65145d645: Download complete 06:05:20 a2aff8979fd8: Verifying Checksum 06:05:20 a2aff8979fd8: Download complete 06:05:20 63b65145d645: Pull complete 06:05:20 a2d21d5440eb: Pull complete 06:05:20 f25807f1079a: Verifying Checksum 06:05:20 f25807f1079a: Download complete 06:05:21 935e6c44a52c: Verifying Checksum 06:05:21 935e6c44a52c: Download complete 06:05:21 6808be2612f2: Verifying Checksum 06:05:21 6808be2612f2: Download complete 06:05:24 935e6c44a52c: Pull complete 06:05:24 94cc34f8dd06: Pull complete 06:05:24 30dea6a524f1: Pull complete 06:05:24 a2aff8979fd8: Pull complete 06:05:26 6808be2612f2: Pull complete 06:05:27 f25807f1079a: Pull complete 06:05:27 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 06:05:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:05:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:05:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:05:27 WORKDIR /edgex 06:05:27 COPY go.mod . 06:05:27 RUN go mod download 06:05:27 + docker build -t ci-base-image-x86_64 -f - . 06:05:28 Sending build context to Docker daemon 170.6MB 06:05:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:05:28 ---> 3b553350e43f 06:05:28 Step 2/4 : WORKDIR /edgex 06:05:34 Still waiting to schedule task 06:05:34 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 06:05:36 ---> Running in e90749ac2f97 06:05:36 Removing intermediate container e90749ac2f97 06:05:36 ---> 64858d562fcd 06:05:36 Step 3/4 : COPY go.mod . 06:05:36 ---> 7edeee44357c 06:05:36 Step 4/4 : RUN go mod download 06:05:36 ---> Running in 017309e32d78 06:05:51 Removing intermediate container 017309e32d78 06:05:51 ---> 951dee3ec5e7 06:05:51 Successfully built 951dee3ec5e7 06:05:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:51 + docker inspect -f . ci-base-image-x86_64 06:05:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:51 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:05:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:05:52 $ docker top b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e -eo pid,comm [Pipeline] { [Pipeline] sh 06:05:52 + go version 06:05:52 go version go1.20.2 linux/amd64 [Pipeline] } 06:05:52 $ docker stop --time=1 b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e 06:05:53 $ docker rm -f --volumes b556cb79d538b7e2013201e5f09271a00d7cf9a313dc9b345e97e27e3a153a2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:54 + docker inspect -f . ci-base-image-x86_64 06:05:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:54 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:05:54 $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:05:54 $ docker top 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b -eo pid,comm [Pipeline] { [Pipeline] echo 06:05:54 ========================================================= 06:05:54 [edgeXBuildGoParallel] Running Tests and Build... 06:05:54 ========================================================= [Pipeline] sh 06:05:55 + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] fileExists [Pipeline] sh 06:05:55 + make test 06:05:55 go test -race -coverprofile=coverage.out ./... 06:06:03 ? github.com/edgexfoundry/edgex-go [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:06:17 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:06:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:06:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:06:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:06:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:06:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:06:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.093s coverage: 71.5% of statements 06:06:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 54.0% of statements 06:06:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:06:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.691s coverage: 88.5% of statements 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements 06:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:06:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:06:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.410s coverage: 95.6% of statements 06:06:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:06:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:06:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:06:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:06:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:06:29 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 06:06:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:06:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:06:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:06:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 65.9% of statements 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.077s coverage: 0.9% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 29.0% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 44.1% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 82.9% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 06:06:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:06:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:06:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:06:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 06:06:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:06:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:06:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:06:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:06:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:06:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:06:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:06:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:06:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:06:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:06:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:06:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 06:06:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:06:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:06:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:06:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.310s coverage: 79.9% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 64.4% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 62.3% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 81.2% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 82.1% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 86.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 38.4% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.114s coverage: 92.3% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.072s coverage: 61.5% of statements 06:06:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.103s coverage: 97.7% of statements 06:06:57 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 06:06:57 running golangci-lint 06:06:57 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 06:06:57 go version go1.20.2 linux/amd64 06:06:57 level=info msg="[config_reader] Used config file .golangci.yml" 06:06:57 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 06:07:12 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|deps|name|types_sizes|compiled_files) took 15.962715366s" 06:07:12 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 54.54158ms" 06:07:22 level=info msg="[linters_context/goanalysis] analyzers took 1m4.252475074s with top 10 stages: buildir: 37.776657062s, fact_deprecated: 2.097149152s, inspect: 1.660011263s, gosec: 1.415485847s, S1038: 1.088907175s, printf: 1.057634585s, ctrlflow: 1.025617477s, nilness: 779.954402ms, fact_purity: 763.637375ms, unused: 537.595224ms" 06:07:22 level=info msg="[runner] Issues before processing: 201, after processing: 0" 06:07:22 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 201/201, skip_dirs: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, nolint: 0/21, filename_unadjuster: 201/201, skip_files: 201/201, path_prettifier: 201/201, exclude-rules: 21/201, cgo: 201/201" 06:07:22 level=info msg="[runner] processing took 21.651656ms with stages: nolint: 9.915469ms, identifier_marker: 6.837088ms, exclude-rules: 1.781348ms, autogenerated_exclude: 1.456765ms, path_prettifier: 1.08385ms, skip_dirs: 472.805µs, cgo: 66.13µs, filename_unadjuster: 33.281µs, max_same_issues: 830ns, uniq_by_line: 670ns, exclude: 470ns, path_shortener: 440ns, max_from_linter: 430ns, diff: 380ns, skip_files: 360ns, severity-rules: 360ns, source_code: 300ns, path_prefixer: 280ns, sort_results: 280ns, max_per_file_from_linter: 120ns" 06:07:22 level=info msg="[runner] linters took 8.793348685s with stages: goanalysis_metalinter: 8.771546937s" 06:07:22 level=info msg="File cache stats: 0 entries of total size 0B" 06:07:22 level=info msg="Memory: 248 samples, avg is 190.4MB, max is 786.2MB" 06:07:22 level=info msg="Execution took 24.822233388s" 06:07:22 go vet ./... 06:07:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:07:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:07:26 ./bin/test-attribution-txt.sh [Pipeline] echo 06:07:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:07:26 + ls -al . 06:07:26 total 704 06:07:26 drwxrwxr-x 11 1001 1001 4096 Apr 12 06:05 . 06:07:26 drwxr-xr-x 4 root root 4096 Apr 12 06:05 .. 06:07:26 drwxrwxr-x 2 1001 1001 4096 Apr 12 06:04 .blubracket 06:07:26 -rw-rw-r-- 1 1001 1001 16 Apr 12 06:04 .dockerignore 06:07:26 drwxrwxr-x 8 1001 1001 4096 Apr 12 06:05 .git 06:07:26 drwxrwxr-x 3 1001 1001 4096 Apr 12 06:04 .github 06:07:26 -rw-rw-r-- 1 1001 1001 1133 Apr 12 06:04 .gitignore 06:07:26 -rw-rw-r-- 1 1001 1001 42 Apr 12 06:04 .golangci.yml 06:07:26 -rw-rw-r-- 1 1001 1001 87 Apr 12 06:04 .hadolint.yml 06:07:26 drwxr-xr-x 3 1001 1001 4096 Apr 12 06:05 .semver 06:07:26 -rw-rw-r-- 1 1001 1001 166 Apr 12 06:04 .sonarcloud.properties 06:07:26 -rw-rw-r-- 1 1001 1001 1171 Apr 12 06:04 ADOPTERS.md 06:07:26 -rw-rw-r-- 1 1001 1001 10835 Apr 12 06:04 Attribution.txt 06:07:26 -rw-rw-r-- 1 1001 1001 73765 Apr 12 06:04 CHANGELOG.md 06:07:26 -rw-rw-r-- 1 1001 1001 3804 Apr 12 06:04 CONTRIBUTING.md 06:07:26 -rw-rw-r-- 1 1001 1001 677 Apr 12 06:04 GOVERNANCE.md 06:07:26 -rw-rw-r-- 1 1001 1001 883 Apr 12 06:04 Jenkinsfile 06:07:26 -rw-rw-r-- 1 1001 1001 10775 Apr 12 06:04 LICENSE 06:07:26 -rw-rw-r-- 1 1001 1001 14368 Apr 12 06:04 Makefile 06:07:26 -rw-rw-r-- 1 1001 1001 582 Apr 12 06:04 OWNERS.md 06:07:26 -rw-rw-r-- 1 1001 1001 9403 Apr 12 06:04 README.md 06:07:26 -rw-rw-r-- 1 1001 1001 789 Apr 12 06:04 SECURITY.md 06:07:26 -rw-rw-r-- 1 1001 1001 13 Apr 12 06:05 VERSION 06:07:26 drwxrwxr-x 2 1001 1001 4096 Apr 12 06:04 bin 06:07:26 drwxrwxr-x 18 1001 1001 4096 Apr 12 06:04 cmd 06:07:26 -rw-r--r-- 1 root root 448244 Apr 12 06:06 coverage.out 06:07:26 -rw-rw-r-- 1 1001 1001 3200 Apr 12 06:04 go.mod 06:07:26 -rw-rw-r-- 1 1001 1001 31265 Apr 12 06:04 go.sum 06:07:26 drwxrwxr-x 7 1001 1001 4096 Apr 12 06:04 internal 06:07:26 drwxrwxr-x 3 1001 1001 4096 Apr 12 06:04 openapi 06:07:26 -rw-rw-r-- 1 1001 1001 594 Apr 12 06:04 security.txt 06:07:26 drwxrwxr-x 4 1001 1001 4096 Apr 12 06:04 snap 06:07:26 -rw-rw-r-- 1 1001 1001 204 Apr 12 06:04 version.go [Pipeline] sh 06:07:27 + '[' -e coverage.out ] 06:07:27 + chown 1001:1001 coverage.out [Pipeline] stash 06:07:27 Stashed 1 file(s) [Pipeline] sh 06:07:27 + make build 06:07:27 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:07:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:07:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:07:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:07:43 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:07:51 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:07:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:07:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:07:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:07:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:07:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:07:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:07:59 $ docker stop --time=1 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b 06:08:04 $ docker rm -f --volumes 47bfee4a888a0698fc4576fc6abdb6f63067a0f3ed8e782730b65889bbb4cf9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:04 06:08:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:05 latest: Pulling from edgex-devops/edgex-compose 06:08:05 cbdbe7a5bc2a: Pulling fs layer 06:08:05 ca9280d653b3: Pulling fs layer 06:08:05 7e9c9ca2126c: Pulling fs layer 06:08:05 cbdbe7a5bc2a: Verifying Checksum 06:08:05 cbdbe7a5bc2a: Download complete 06:08:05 ca9280d653b3: Verifying Checksum 06:08:05 ca9280d653b3: Download complete 06:08:05 cbdbe7a5bc2a: Pull complete 06:08:06 7e9c9ca2126c: Verifying Checksum 06:08:06 7e9c9ca2126c: Download complete 06:08:06 ca9280d653b3: Pull complete 06:08:10 7e9c9ca2126c: Pull complete 06:08:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:08:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:08:10 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:08:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:08:13 $ docker top ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:13 + docker-compose build --help 06:08:13 + grep parallel 06:08:13 --parallel Build images in parallel. [Pipeline] } 06:08:13 $ docker stop --time=1 ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 06:08:15 $ docker rm -f --volumes ab0142c1dba1410b425d24bf52ab90a4de38de85035e806560b9bcb7956641f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:08:15 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:08:15 $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:08:16 $ docker top e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:16 + docker-compose -f ./docker-compose-build.yml build --parallel 06:08:17 Building core-command ... 06:08:17 Building core-common-config-bootstrapper ... 06:08:17 Building core-data ... 06:08:17 Building core-metadata ... 06:08:17 Building security-bootstrapper ... 06:08:17 Building security-proxy-auth ... 06:08:17 Building security-proxy-setup ... 06:08:17 Building security-secretstore-setup ... 06:08:17 Building security-spiffe-token-provider ... 06:08:17 Building security-spire-agent ... 06:08:17 Building security-spire-config ... 06:08:17 Building security-spire-server ... 06:08:17 Building support-notifications ... 06:08:17 Building support-scheduler ... 06:08:17 Building security-bootstrapper 06:08:17 Building security-spiffe-token-provider 06:08:17 Building security-proxy-setup 06:08:17 Building support-notifications 06:08:17 Building support-scheduler 06:08:31 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:08:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:31 ---> 951dee3ec5e7 06:08:31 Step 3/22 : WORKDIR /edgex-go 06:08:31 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:08:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:31 ---> 951dee3ec5e7 06:08:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:08:31 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:08:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:31 ---> 951dee3ec5e7 06:08:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:08:31 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:08:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:08:31 ---> 951dee3ec5e7 06:08:31 Step 3/20 : WORKDIR /edgex-go 06:08:31 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:08:31 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:08:31 ---> 951dee3ec5e7 06:08:31 Step 3/33 : WORKDIR /edgex-go 06:08:37 ---> Running in f172fa39f301 06:08:37 ---> Running in ecc28b2e3c64 06:08:37 ---> Running in e0e1f69c1a48 06:08:37 ---> Running in 032011414eb8 06:08:37 ---> Running in ed802fadea38 06:08:37 Removing intermediate container ecc28b2e3c64 06:08:37 ---> c30bca4621ef 06:08:37 Step 4/23 : WORKDIR /edgex-go 06:08:37 Removing intermediate container f172fa39f301 06:08:37 ---> 411a8d57a9e3 06:08:37 Step 4/23 : WORKDIR /edgex-go 06:08:37 Removing intermediate container ed802fadea38 06:08:37 ---> 3082fedea6d0 06:08:37 Step 4/22 : RUN apk add --update --no-cache make git 06:08:37 Removing intermediate container e0e1f69c1a48 06:08:37 ---> b599cc6430a3 06:08:37 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 06:08:37 ---> Running in 8985b6b809b9 06:08:37 ---> Running in 5f99bf789b2f 06:08:37 Removing intermediate container 032011414eb8 06:08:37 ---> 8bbe0febd380 06:08:37 Step 4/33 : RUN apk add --update --no-cache make git 06:08:37 ---> Running in 84c007e2b056 06:08:37 ---> Running in e2e57fc17f86 06:08:37 ---> Running in f9b3193b067f 06:08:37 Removing intermediate container 5f99bf789b2f 06:08:37 ---> f4fd6a6d2710 06:08:37 Step 5/23 : RUN apk add --update --no-cache make git 06:08:37 Removing intermediate container 8985b6b809b9 06:08:37 ---> 8bc8b770c1b8 06:08:37 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 06:08:37 ---> Running in 4be1c9fea127 06:08:37 ---> Running in b1561d8b11a8 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:37 OK: 265 MiB in 53 packages 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:37 OK: 265 MiB in 53 packages 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:37 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:08:37 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:08:37 OK: 17824 distinct packages available 06:08:38 Removing intermediate container 84c007e2b056 06:08:38 ---> edb7f82f03b6 06:08:38 Step 5/22 : COPY go.mod vendor* ./ 06:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:08:38 OK: 265 MiB in 53 packages 06:08:38 OK: 265 MiB in 53 packages 06:08:38 ---> a25acb3fc114 06:08:38 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:38 ---> Running in 8eee446a1ff6 06:08:38 Removing intermediate container f9b3193b067f 06:08:38 ---> db753e3dcce7 06:08:38 Step 5/33 : COPY go.mod vendor* ./ 06:08:38 OK: 265 MiB in 53 packages 06:08:38 ---> 2c8036950300 06:08:38 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:38 ---> Running in a67877d74d1b 06:08:38 Removing intermediate container b1561d8b11a8 06:08:38 ---> 91e4e86ba5b3 06:08:38 Step 6/23 : COPY go.mod vendor* ./ 06:08:38 Removing intermediate container 4be1c9fea127 06:08:38 ---> ac9f38c52f7f 06:08:38 Step 6/23 : COPY go.mod vendor* ./ 06:08:39 Removing intermediate container e2e57fc17f86 06:08:39 ---> b0cad260439b 06:08:39 Step 5/20 : COPY go.mod vendor* ./ 06:08:39 ---> 4982d86f3be0 06:08:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:39 ---> Running in c8d1adc129d0 06:08:39 ---> 9c8605876b54 06:08:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:39 ---> Running in 4c4ee119f054 06:08:39 ---> 2ca4e5a06707 06:08:39 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:39 ---> Running in 0c170f780914 06:08:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7542 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:08:52 Running in /w/workspace/edgex-go/490 [Pipeline] { [Pipeline] checkout 06:08:52 The recommended git tool is: git 06:08:57 using credential edgex-jenkins-ssh 06:08:57 Cloning the remote Git repository 06:08:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:08:57 > git init /w/workspace/edgex-go/490 # timeout=10 06:08:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:08:57 > git --version # timeout=10 06:08:57 > git --version # 'git version 2.25.1' 06:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:08:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:14 Avoid second fetch 06:09:14 Checking out Revision 145341ff45959b68fb1ffbee66110f9f8e8ddab7 (main) 06:09:15 Commit message: "Merge pull request #4509 from jim-wang-intel/fix-spire-config-script-support-services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:14 > git config core.sparsecheckout # timeout=10 06:09:14 > git checkout -f 145341ff45959b68fb1ffbee66110f9f8e8ddab7 # timeout=10 06:09:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:09:16 % Total % Received % Xferd Average Speed Time Time Time Current 06:09:16 Dload Upload Total Spent Left Speed 06:09:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 06:09:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:09:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:09:17 + sudo tee /etc/docker/daemon.new 06:09:17 { 06:09:17 "registry-mirrors": [ 06:09:17 "https://nexus3.edgexfoundry.org:10001" 06:09:17 ], 06:09:17 "bip": "10.250.0.254/24", 06:09:17 "hosts": [ 06:09:17 "tcp://0.0.0.0:5555", 06:09:17 "unix:///var/run/docker.sock" 06:09:17 ], 06:09:17 "mtu": 1458, 06:09:17 "selinux-enabled": true, 06:09:17 "seccomp-profile": "/etc/docker/seccomp.json" 06:09:17 } [Pipeline] sh 06:09:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:09:18 + sudo service docker restart 06:09:35 Removing intermediate container c8d1adc129d0 06:09:35 ---> daa975b9ae74 06:09:35 Step 8/23 : COPY . . 06:09:35 Removing intermediate container a67877d74d1b 06:09:35 ---> 8e7e8b195860 06:09:35 Step 7/33 : COPY . . 06:09:35 Removing intermediate container 8eee446a1ff6 06:09:35 ---> 0566ffd2bb49 06:09:35 Step 7/22 : COPY . . 06:09:35 Removing intermediate container 4c4ee119f054 06:09:35 ---> e3663e5f3b82 06:09:35 Step 8/23 : COPY . . 06:09:35 Removing intermediate container 0c170f780914 06:09:35 ---> d4f7e428a796 06:09:35 Step 7/20 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:36 provisioning config files... 06:09:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config1524106860296962346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:36 ---> docker-login.sh 06:09:36 nexus3.edgexfoundry.org:10001 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:37 nexus3.edgexfoundry.org:10002 06:09:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:37 Configure a credential helper to remove this warning. See 06:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:37 06:09:37 Login Succeeded 06:09:37 nexus3.edgexfoundry.org:10003 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 nexus3.edgexfoundry.org:10004 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 docker.io 06:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:38 Configure a credential helper to remove this warning. See 06:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:38 06:09:38 Login Succeeded 06:09:38 ---> docker-login.sh ends [Pipeline] } 06:09:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:09:39 + git config --global --add safe.directory /w/workspace/edgex-go/490 [Pipeline] echo 06:09:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:09:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:09:39 ========================================================= 06:09:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:09:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:09:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:09:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:09:40 af6eaf76a39c: Pulling fs layer 06:09:40 55522c791124: Pulling fs layer 06:09:40 ce5c4a1c91eb: Pulling fs layer 06:09:40 169dfbe0d373: Pulling fs layer 06:09:40 e1ff8fa3b103: Pulling fs layer 06:09:40 52ebb69f0ebf: Pulling fs layer 06:09:40 5abe8eddf0d5: Pulling fs layer 06:09:40 e1ff8fa3b103: Waiting 06:09:40 52ebb69f0ebf: Waiting 06:09:40 5abe8eddf0d5: Waiting 06:09:40 169dfbe0d373: Waiting 06:09:40 55522c791124: Download complete 06:09:40 169dfbe0d373: Download complete 06:09:40 e1ff8fa3b103: Verifying Checksum 06:09:40 e1ff8fa3b103: Download complete 06:09:40 af6eaf76a39c: Verifying Checksum 06:09:40 af6eaf76a39c: Download complete 06:09:41 5abe8eddf0d5: Verifying Checksum 06:09:41 5abe8eddf0d5: Download complete 06:09:42 ce5c4a1c91eb: Verifying Checksum 06:09:42 ce5c4a1c91eb: Download complete 06:09:42 52ebb69f0ebf: Verifying Checksum 06:09:42 52ebb69f0ebf: Download complete 06:09:43 af6eaf76a39c: Pull complete 06:09:44 55522c791124: Pull complete 06:09:54 ce5c4a1c91eb: Pull complete 06:09:54 169dfbe0d373: Pull complete 06:09:54 e1ff8fa3b103: Pull complete 06:10:01 52ebb69f0ebf: Pull complete 06:10:03 5abe8eddf0d5: Pull complete 06:10:03 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 06:10:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:10:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:10:03 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:10:03 WORKDIR /edgex 06:10:03 COPY go.mod . 06:10:03 RUN go mod download 06:10:03 + docker build -t ci-base-image-arm64 -f - . 06:10:04 Sending build context to Docker daemon 2.935MB 06:10:04 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:10:04 ---> 6cb57ee374ae 06:10:04 Step 2/4 : WORKDIR /edgex 06:10:06 ---> Running in ba84108424ec 06:10:06 Removing intermediate container ba84108424ec 06:10:06 ---> 912e957f27f4 06:10:06 Step 3/4 : COPY go.mod . 06:10:07 ---> 156e377820b6 06:10:07 Step 4/4 : RUN go mod download 06:10:07 ---> Running in 7b7a10e45519 06:10:07 ---> cc48e9c939ab 06:10:07 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 06:10:07 ---> be436582a4b5 06:10:07 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:10:07 ---> 654a9a05e41c 06:10:07 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:10:07 ---> Running in c1d76452814b 06:10:07 ---> 8a19797c7a38 06:10:07 Step 8/22 : RUN make cmd/secrets-config/secrets-config 06:10:07 ---> 7e59ccbf707f 06:10:07 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:10:07 ---> Running in 352250777adb 06:10:07 ---> Running in 71e4511a32d9 06:10:07 ---> Running in 53827b4edeb9 06:10:07 ---> Running in b7b0f59d75e4 06:10:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:10:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:10:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:10:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:10:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:10:39 Removing intermediate container 7b7a10e45519 06:10:39 ---> 6cc3a2addbc6 06:10:39 Successfully built 6cc3a2addbc6 06:10:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:39 + docker inspect -f . ci-base-image-arm64 06:10:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:39 prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container 06:10:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:10:41 $ docker top bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:42 + go version 06:10:42 go version go1.20.2 linux/arm64 [Pipeline] } 06:10:42 $ docker stop --time=1 bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 06:10:43 $ docker rm -f --volumes bfff082a42e9c02c8e025e90f16f9625b071b9e96b5230b5b582cb2108dd6ba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:10:44 06:10:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:10:44 latest: Pulling from edgex-devops/edgex-compose-arm64 06:10:44 29e5d40040c1: Pulling fs layer 06:10:44 1ce36da41761: Pulling fs layer 06:10:44 25b303627fd3: Pulling fs layer 06:10:44 29e5d40040c1: Download complete 06:10:45 1ce36da41761: Verifying Checksum 06:10:45 1ce36da41761: Download complete 06:10:45 29e5d40040c1: Pull complete 06:10:46 25b303627fd3: Verifying Checksum 06:10:46 25b303627fd3: Download complete 06:10:46 1ce36da41761: Pull complete 06:10:56 25b303627fd3: Pull complete 06:10:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:10:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:10:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:57 prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container 06:10:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:10:59 $ docker top 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:00 + grep parallel 06:11:00 + docker-compose build --help 06:11:04 --parallel Build images in parallel. [Pipeline] } 06:11:04 $ docker stop --time=1 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 06:11:06 $ docker rm -f --volumes 1c5291496f65ea65ffd0432812dcd09473f39b54f767e3fb5b01e9bd62b88b58 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:11:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:06 prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container 06:11:06 $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:11:07 $ docker top fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:08 + docker-compose -f ./docker-compose-build.yml build --parallel 06:11:12 Building core-command ... 06:11:12 Building core-common-config-bootstrapper ... 06:11:12 Building core-data ... 06:11:12 Building core-metadata ... 06:11:12 Building security-bootstrapper ... 06:11:12 Building security-proxy-auth ... 06:11:12 Building security-proxy-setup ... 06:11:12 Building security-secretstore-setup ... 06:11:12 Building security-spiffe-token-provider ... 06:11:12 Building security-spire-agent ... 06:11:12 Building security-spire-config ... 06:11:12 Building security-spire-server ... 06:11:12 Building support-notifications ... 06:11:12 Building support-scheduler ... 06:11:12 Building security-bootstrapper 06:11:12 Building support-scheduler 06:11:12 Building core-data 06:11:12 Building core-common-config-bootstrapper 06:11:12 Building core-metadata 06:11:15 Removing intermediate container 71e4511a32d9 06:11:15 ---> 5f073c8947c3 06:11:15 06:11:15 Step 9/33 : FROM alpine:3.17 06:11:15 Removing intermediate container 352250777adb 06:11:15 ---> 90af4cf5b2f8 06:11:15 06:11:15 Step 9/20 : FROM alpine:3.17 06:11:15 3.17: Pulling from library/alpine 06:11:15 3.17: Pulling from library/alpine 06:11:15 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:11:15 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:11:15 Status: Downloaded newer image for alpine:3.17 06:11:15 Status: Downloaded newer image for alpine:3.17 06:11:15 ---> 9ed4aefc74f6 06:11:15 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:11:15 ---> 9ed4aefc74f6 06:11:15 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:11:15 ---> Running in 30d617e4be02 06:11:15 ---> Running in 5eb8b5a902d9 06:11:15 Removing intermediate container 53827b4edeb9 06:11:15 ---> fcdd500eafc9 06:11:15 06:11:15 Step 9/22 : FROM alpine:3.17 06:11:15 ---> 9ed4aefc74f6 06:11:15 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 06:11:16 ---> Running in 7655bbc679c5 06:11:16 Removing intermediate container c1d76452814b 06:11:16 ---> 41d35d653740 06:11:16 06:11:16 Step 10/23 : FROM alpine:3.17 06:11:16 Removing intermediate container b7b0f59d75e4 06:11:16 ---> 9545ab1be680 06:11:16 06:11:16 Step 10/23 : FROM alpine:3.17 06:11:16 ---> 9ed4aefc74f6 06:11:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:11:16 ---> 9ed4aefc74f6 06:11:16 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 06:11:16 Removing intermediate container 5eb8b5a902d9 06:11:16 ---> c40604c41961 06:11:16 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:11:16 Removing intermediate container 30d617e4be02 06:11:16 ---> a5a54fb722bf 06:11:16 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 06:11:16 ---> Running in cfc29abd41b4 06:11:16 ---> Running in 5709b22033e3 06:11:16 ---> Running in 185ac1558538 06:11:16 ---> Running in 05c31072ff87 06:11:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:18 (1/2) Installing dumb-init (1.2.5-r2) 06:11:18 (2/2) Installing openssl (3.0.8-r3) 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:18 Executing busybox-1.35.0-r29.trigger 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:18 OK: 8 MiB in 17 packages 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:18 (1/1) Installing dumb-init (1.2.5-r2) 06:11:18 Executing busybox-1.35.0-r29.trigger 06:11:18 OK: 7 MiB in 16 packages 06:11:18 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:11:18 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:11:18 OK: 17818 distinct packages available 06:11:18 (1/2) Installing dumb-init (1.2.5-r2) 06:11:18 (2/2) Installing su-exec (0.2-r2) 06:11:18 Executing busybox-1.35.0-r29.trigger 06:11:18 (1/2) Installing ca-certificates (20220614-r4) 06:11:18 OK: 7 MiB in 17 packages 06:11:18 (2/2) Installing dumb-init (1.2.5-r2) 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:18 Executing busybox-1.35.0-r29.trigger 06:11:18 Executing ca-certificates-20220614-r4.trigger 06:11:18 OK: 8 MiB in 17 packages 06:11:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:18 (1/9) Installing ca-certificates (20220614-r4) 06:11:18 (2/9) Installing brotli-libs (1.0.9-r9) 06:11:18 (3/9) Installing nghttp2-libs (1.51.0-r0) 06:11:18 (4/9) Installing libcurl (7.88.1-r1) 06:11:18 (5/9) Installing curl (7.88.1-r1) 06:11:18 (6/9) Installing dumb-init (1.2.5-r2) 06:11:18 (7/9) Installing musl-obstack (1.2.3-r0) 06:11:18 (8/9) Installing libucontext (1.2-r0) 06:11:18 (9/9) Installing gcompat (1.1.0-r0) 06:11:18 Executing busybox-1.35.0-r29.trigger 06:11:18 Executing ca-certificates-20220614-r4.trigger 06:11:18 Removing intermediate container 7655bbc679c5 06:11:18 ---> 729bc995335d 06:11:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:11:18 ---> Running in b62b7230bc84 06:11:18 OK: 10 MiB in 24 packages 06:11:19 Removing intermediate container b62b7230bc84 06:11:19 ---> 848f24758fa4 06:11:19 Step 12/22 : WORKDIR /edgex 06:11:19 ---> Running in 89595af3bd93 06:11:19 Removing intermediate container 185ac1558538 06:11:19 ---> 4b0142d3f90e 06:11:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:11:19 Removing intermediate container 05c31072ff87 06:11:19 ---> 6cb360bb4c88 06:11:19 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 06:11:19 ---> Running in 92bb0b798f1c 06:11:19 ---> Running in 455672ffc147 06:11:19 Removing intermediate container 89595af3bd93 06:11:19 ---> b5224ed30920 06:11:19 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:19 Removing intermediate container 92bb0b798f1c 06:11:19 ---> ec8aa3cb75d0 06:11:19 Step 13/23 : ENV APP_PORT=59861 06:11:19 Removing intermediate container 455672ffc147 06:11:19 ---> f09df546965f 06:11:19 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:11:19 ---> Running in ce8d540a03f0 06:11:19 ---> Running in 54f4cb5e4a5d 06:11:19 Removing intermediate container ce8d540a03f0 06:11:19 ---> 6fed2f5ed265 06:11:19 Step 14/23 : EXPOSE $APP_PORT 06:11:19 Removing intermediate container 54f4cb5e4a5d 06:11:19 ---> 7782290857dd 06:11:19 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:11:19 ---> 7daf5a84058e 06:11:19 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 06:11:19 ---> Running in 068df8eb18b1 06:11:19 ---> Running in 386c8fd93ff9 06:11:20 Removing intermediate container 5709b22033e3 06:11:20 ---> f7cd9de74dae 06:11:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 06:11:20 Removing intermediate container cfc29abd41b4 06:11:20 ---> 23096f3e58e3 06:11:20 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:20 ---> Running in 2c45e94b2498 06:11:20 Removing intermediate container 068df8eb18b1 06:11:20 ---> b699cf3dfd16 06:11:20 ---> 75891d80b0bb 06:11:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yamlStep 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:11:20 Removing intermediate container 386c8fd93ff9 06:11:20 06:11:20 ---> da4af6bd2a72 06:11:20 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:20 ---> Running in b672b6c8ab37 06:11:20 ---> 75e17deab26c 06:11:20 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 06:11:20 Removing intermediate container 2c45e94b2498 06:11:20 ---> 1b61b87c042c 06:11:20 Step 13/23 : ENV APP_PORT=59860 06:11:20 ---> Running in cc65e8e95ef8 06:11:20 Removing intermediate container b672b6c8ab37 06:11:20 ---> a70d74105829 06:11:20 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:11:20 ---> Running in fb1091d9f277 06:11:20 ---> 48ab36a0833e 06:11:20 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:11:20 ---> 6066745845ae 06:11:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:11:20 ---> 0f04dd568a86 06:11:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:11:20 Removing intermediate container cc65e8e95ef8 06:11:20 ---> df233f592fb3 06:11:20 Step 14/23 : EXPOSE $APP_PORT 06:11:20 ---> Running in 843972637afa 06:11:20 ---> caac94a78fb9 06:11:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:11:22 Removing intermediate container 843972637afa 06:11:22 ---> 190b215a0f68 06:11:22 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:22 ---> b5cb571829b8 06:11:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:11:22 ---> b75e9eb1891d 06:11:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:11:22 ---> df04dda562e7 06:11:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:11:22 ---> a5260e11e32c 06:11:22 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:11:22 ---> 68dbfad31231 06:11:22 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:22 ---> 2cb74fbd21e4 06:11:22 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:11:22 ---> Running in e30e6dee8e76 06:11:22 ---> Running in 3963f073ff4c 06:11:22 ---> 981ecd2bcfb7 06:11:22 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 06:11:22 Removing intermediate container fb1091d9f277 06:11:22 ---> 8f310a97eb93 06:11:22 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 06:11:22 ---> cf9c49cdaaec 06:11:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:11:22 ---> Running in 49bcf1939a16 06:11:22 ---> Running in 577df45472fe 06:11:22 Removing intermediate container 3963f073ff4c 06:11:22 ---> c0b90d86a9ad 06:11:22 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:11:22 ---> Running in aa7e5c3e2ea2 06:11:22 Removing intermediate container 49bcf1939a16 06:11:22 ---> 48838afadbb4 06:11:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:11:22 ---> Running in 70398dec6d5b 06:11:22 Removing intermediate container 577df45472fe 06:11:22 ---> 2918a6a7939b 06:11:22 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:11:22 Removing intermediate container aa7e5c3e2ea2 06:11:22 ---> a1bf0da30143 06:11:22 Step 18/20 : LABEL arch=x86_64 06:11:23 Removing intermediate container 70398dec6d5b 06:11:23 ---> 2f601a5e5361 06:11:23 Step 21/23 : LABEL arch=x86_64 06:11:23 ---> Running in 1852a77d60a9 06:11:23 ---> 12598399f676 06:11:23 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:11:23 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:23 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:11:23 ---> 6cc3a2addbc6 06:11:23 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:11:23 ---> Running in 960e897089db 06:11:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:23 ---> 6cc3a2addbc6 06:11:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:11:23 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:23 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:11:23 ---> 6cc3a2addbc6 06:11:23 Step 3/33 : WORKDIR /edgex-go 06:11:23 ---> Running in 0f75bebbbc00 06:11:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:23 ---> 6cc3a2addbc6 06:11:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:11:23 ---> Running in 2fe228b90f66 06:11:23 ---> Running in ceffc35bdade 06:11:23 Removing intermediate container 960e897089db 06:11:23 ---> 41fdb3fc5757 06:11:23 Step 4/25 : WORKDIR /edgex-go 06:11:23 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:23 ---> 6cc3a2addbc6 06:11:23 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:11:23 ---> Using cache 06:11:23 ---> 41fdb3fc5757 06:11:23 Step 4/23 : WORKDIR /edgex-go 06:11:23 ---> Running in a96823301f56 06:11:23 ---> 77d980ddae9f 06:11:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:11:23 ---> Running in 8576d5f7e1a8 06:11:23 ---> Running in b1ed072af907 06:11:23 Removing intermediate container 1852a77d60a9 06:11:23 ---> 6cbd211845e1 06:11:23 Step 19/20 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:11:23 Removing intermediate container 8576d5f7e1a8 06:11:23 ---> 580db9c30b41 06:11:23 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:11:23 ---> Running in bba02c26c6ff 06:11:23 Removing intermediate container 0f75bebbbc00 06:11:23 ---> c7f2f9c6bb6b 06:11:23 Step 4/23 : WORKDIR /edgex-go 06:11:23 ---> Running in fdfc0ee53b71 06:11:23 Removing intermediate container ceffc35bdade 06:11:23 ---> 33a839438c4e 06:11:23 Step 4/23 : WORKDIR /edgex-go 06:11:23 Removing intermediate container 2fe228b90f66 06:11:23 ---> 22bcd0e0ede6 06:11:23 Step 4/33 : RUN apk add --update --no-cache make git 06:11:23 ---> Running in 9000ffc5195f 06:11:23 ---> Running in 171e05c43639 06:11:23 ---> Running in 0898458b37e7 06:11:23 ---> 8461ba5a0fe5 06:11:23 Step 19/23 : ENTRYPOINT ["/support-notifications"] 06:11:23 Removing intermediate container bba02c26c6ff 06:11:23 ---> 5033adf2eb3a 06:11:23 Step 20/20 : LABEL version=3.0.0-dev.128 06:11:23 ---> Running in ddb71f9f5fe4 06:11:23 ---> Running in 418b345e58b4 06:11:23 Removing intermediate container 0898458b37e7 06:11:23 ---> 21ac00b91503 06:11:23 Step 23/23 : LABEL version=3.0.0-dev.128 06:11:23 ---> Running in 539b86fca7d7 06:11:23 Removing intermediate container 418b345e58b4 06:11:23 ---> d5e30fbafa75 06:11:23 06:11:23 Removing intermediate container e30e6dee8e76 06:11:23 ---> 1507f31dda36 06:11:23 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 06:11:23 Removing intermediate container ddb71f9f5fe4 06:11:23 ---> 85102ff64d3d 06:11:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:11:23 ---> Running in f6ea24b0e2ae 06:11:23 ---> Running in b32e0f17cd41 06:11:23 ---> Running in 8b6f9e7fe214 06:11:23 Successfully built d5e30fbafa75 06:11:23 Successfully tagged security-spiffe-token-provider:latest 06:11:23  Building security-spiffe-token-provider ... done Building security-proxy-auth 06:11:23 Removing intermediate container 539b86fca7d7 06:11:23 ---> 91b64b24b70d 06:11:23 06:11:23 Successfully built 91b64b24b70d 06:11:23 Successfully tagged support-scheduler:latest 06:11:23  Building support-scheduler ... done Building core-common-config-bootstrapper 06:11:23 Removing intermediate container b32e0f17cd41 06:11:23 ---> c33ce71aa1dc 06:11:23 Step 20/22 : LABEL arch=x86_64 06:11:23 Removing intermediate container 8b6f9e7fe214 06:11:23 ---> 15f22deb5825 06:11:23 Step 21/23 : LABEL arch=x86_64 06:11:23 Removing intermediate container a96823301f56 06:11:23 ---> 729cae6a6634 06:11:23 Step 5/25 : RUN apk add --update --no-cache make git 06:11:23 ---> Running in 173aeadb7ecb 06:11:24 Removing intermediate container fdfc0ee53b71 06:11:24 ---> 61b286546bf5 06:11:24 Step 5/23 : RUN apk add --update --no-cache make git 06:11:24 Removing intermediate container 171e05c43639 06:11:24 ---> 37b1ba545518 06:11:24 Step 5/23 : RUN apk add --update --no-cache make git 06:11:24 ---> Running in bd860ac11707 06:11:24 Removing intermediate container 9000ffc5195f 06:11:24 ---> 25b9a40158c1 06:11:24 Step 5/23 : RUN apk add --update --no-cache make git 06:11:24 ---> Running in 0f2315b70f77 06:11:24 ---> Running in dda309d9568c 06:11:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:11:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:11:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:11:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:11:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:11:27 OK: 263 MiB in 53 packages 06:11:27 OK: 263 MiB in 53 packages 06:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:28 ---> 951dee3ec5e7 06:11:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:11:28 ---> Using cache 06:11:28 ---> 411a8d57a9e3 06:11:28 Step 4/23 : WORKDIR /edgex-go 06:11:28 ---> Using cache 06:11:28 ---> f4fd6a6d2710 06:11:28 Step 5/23 : RUN apk add --update --no-cache make git 06:11:28 ---> Using cache 06:11:28 ---> ac9f38c52f7f 06:11:28 Step 6/23 : COPY go.mod vendor* ./ 06:11:28 ---> Using cache 06:11:28 ---> 9c8605876b54 06:11:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:28 ---> Using cache 06:11:28 ---> e3663e5f3b82 06:11:28 Step 8/23 : COPY . . 06:11:28 ---> Using cache 06:11:28 ---> cc48e9c939ab 06:11:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:11:28 OK: 263 MiB in 53 packages 06:11:28 OK: 263 MiB in 53 packages 06:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:28 ---> 951dee3ec5e7 06:11:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:11:28 ---> Using cache 06:11:28 ---> 411a8d57a9e3 06:11:28 Step 4/23 : WORKDIR /edgex-go 06:11:28 ---> Using cache 06:11:28 ---> f4fd6a6d2710 06:11:28 Step 5/23 : RUN apk add --update --no-cache make git 06:11:28 ---> Using cache 06:11:28 ---> ac9f38c52f7f 06:11:28 Step 6/23 : COPY go.mod vendor* ./ 06:11:28 ---> Using cache 06:11:28 ---> 9c8605876b54 06:11:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:28 ---> Using cache 06:11:28 ---> e3663e5f3b82 06:11:28 Step 8/23 : COPY . . 06:11:28 ---> Using cache 06:11:28 ---> cc48e9c939ab 06:11:28 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:11:29 OK: 263 MiB in 53 packages 06:11:33 Removing intermediate container f6ea24b0e2ae 06:11:33 ---> b2c0721fb4e8 06:11:33 Removing intermediate container 173aeadb7ecb 06:11:33 Step 5/33 : COPY go.mod vendor* ./ ---> b93a1665cb23 06:11:33 06:11:33 Step 6/25 : COPY go.mod vendor* ./ 06:11:33 Removing intermediate container bd860ac11707 06:11:33 ---> 9fbf00d74ae8 06:11:33 Step 6/23 : COPY go.mod vendor* ./ 06:11:33 Removing intermediate container dda309d9568c 06:11:33 ---> 0e7c9a978d3f 06:11:33 Step 6/23 : COPY go.mod vendor* ./ 06:11:33 Removing intermediate container 0f2315b70f77 06:11:33 ---> 0320b22bfe84 06:11:33 Step 6/23 : COPY go.mod vendor* ./ 06:11:34 ---> c77c1fad3221 06:11:34 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:34 ---> Running in 9c2dd702273e 06:11:34 ---> e76bda47e824 06:11:34 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:34 ---> Running in 068319bef127 06:11:34 ---> 51d374623096 06:11:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:34 ---> 86d3af02810a 06:11:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:35 ---> a4b77e0e1f0c 06:11:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:35 ---> Running in d94a22fd7629 06:11:35 ---> Running in 13da5d4e0006 06:11:35 ---> Running in 36e0d3c625ad 06:11:35 ---> Running in 6af51d48c517 06:11:35 ---> Running in 1a7a32b09526 06:11:35 ---> Running in 28b5fae7825a 06:11:35 ---> Running in 481cb35a9c14 06:11:35 Removing intermediate container b1ed072af907 06:11:35 Removing intermediate container 6af51d48c517 06:11:35 ---> 01e8a8da503a 06:11:35 ---> 7e3abbd17f86 06:11:35 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:35 Step 21/22 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:11:35 Removing intermediate container 1a7a32b09526 06:11:35 ---> 796fcfb28cd4 06:11:35 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:11:35 ---> Running in 10e098a3275d 06:11:35 ---> Running in f704203db849 06:11:35 Removing intermediate container f704203db849 06:11:35 ---> b7f69f53da4c 06:11:35 Step 23/23 : LABEL version=3.0.0-dev.128 06:11:35 Removing intermediate container 10e098a3275d 06:11:35 ---> 4e723247081c 06:11:35 Step 22/22 : LABEL version=3.0.0-dev.128 06:11:35 ---> 65062a0334f3 06:11:35 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 06:11:35 ---> Running in a2b33a6e19c4 06:11:35 ---> Running in 5ec5a4d9aa5f 06:11:35 Removing intermediate container a2b33a6e19c4 06:11:35 ---> 3dd68fa7db61 06:11:35 06:11:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:11:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:11:35 Removing intermediate container 5ec5a4d9aa5f 06:11:35 ---> 880870249d93 06:11:35 06:11:35 Successfully built 3dd68fa7db61 06:11:35 ---> af9d6ef46ec5 06:11:35 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:11:35 Successfully tagged support-notifications:latest 06:11:35  Building support-notifications ... done Building security-spire-config 06:11:35 Successfully built 880870249d93 06:11:35 Successfully tagged security-proxy-setup:latest 06:11:35  Building security-proxy-setup ... done Building security-spire-server 06:11:39 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:39 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:11:39 ---> 951dee3ec5e7 06:11:39 Step 3/27 : WORKDIR /edgex-go 06:11:39 ---> Using cache 06:11:39 ---> 8bbe0febd380 06:11:39 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:11:44 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:11:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:11:44 ---> 951dee3ec5e7 06:11:44 Step 3/26 : WORKDIR /edgex-go 06:11:44 ---> Using cache 06:11:44 ---> 8bbe0febd380 06:11:44 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 06:11:58 ---> 55043ab5a8fa 06:11:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:11:58 ---> Running in 36a41806eecc 06:11:58 ---> Running in 91c87c85739b 06:11:58 ---> 8b99620fc470 06:11:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 06:11:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:58 ---> a12bda1f7243 06:11:58 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:11:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:11:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:11:58 OK: 265 MiB in 53 packages 06:11:58 ---> 46e928b20e36 06:11:58 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:11:58 OK: 265 MiB in 53 packages 06:11:58 ---> 11649460cdfc 06:11:58 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:11:58 Removing intermediate container 36a41806eecc 06:11:58 ---> 3eaa130706f9 06:11:58 Step 5/27 : COPY go.mod vendor* ./ 06:11:58 ---> 9877194449ea 06:11:58 Step 28/33 : RUN chmod +x /entrypoint.sh 06:11:58 ---> Running in bd4a2326c86f 06:11:58 ---> bd63065a7c86 06:11:58 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:59 ---> Running in ef0f5edce087 06:11:59 Removing intermediate container 91c87c85739b 06:11:59 ---> ef1170ed06bf 06:11:59 Step 5/26 : COPY go.mod vendor* ./ 06:12:01 ---> d1e5aa9567de 06:12:01 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:02 ---> Running in 86edeb382f96 06:12:09 Removing intermediate container bd4a2326c86f 06:12:09 ---> bfbc7b345719 06:12:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:12:09 ---> Running in 66bc031f7f4d 06:12:10 Removing intermediate container 66bc031f7f4d 06:12:10 ---> dd7d7388f674 06:12:10 Step 30/33 : CMD ["gate"] 06:12:18 ---> Running in 3c1497adfb04 06:12:18 Removing intermediate container 481cb35a9c14 06:12:18 ---> 53f5d0a319de 06:12:18 06:12:18 Step 10/23 : FROM alpine:3.17 06:12:18 ---> 9ed4aefc74f6 06:12:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:12:18 Removing intermediate container 28b5fae7825a 06:12:18 ---> 6ea4d8fab25f 06:12:18 06:12:18 Step 10/23 : FROM alpine:3.17 06:12:18 ---> 9ed4aefc74f6 06:12:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:12:19 ---> Running in 5e8899d137d2 06:12:20 ---> Running in 775b502c8f38 06:12:20 Removing intermediate container 3c1497adfb04 06:12:20 ---> f5cf206ee8fe 06:12:20 Step 31/33 : LABEL arch=x86_64 06:12:29 Removing intermediate container 5e8899d137d2 06:12:29 ---> 9039cf349fd5 06:12:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:12:29 ---> Running in 2d99e5e52a93 06:12:29 Removing intermediate container 775b502c8f38 06:12:29 ---> 9756debb88ea 06:12:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:12:31 ---> Running in a43560517bdf 06:12:32 ---> Running in 789274510c5b 06:12:32 Removing intermediate container 2d99e5e52a93 06:12:32 ---> 37ea5ad2f87b 06:12:32 Step 32/33 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:12:32 ---> Running in 4bcb3ccf0cc9 06:12:33 Removing intermediate container 4bcb3ccf0cc9 06:12:33 ---> b9482ea25262 06:12:33 Step 33/33 : LABEL version=3.0.0-dev.128 06:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:12:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:12:37 (1/1) Installing dumb-init (1.2.5-r2) 06:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:12:37 Executing busybox-1.35.0-r29.trigger 06:12:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:12:37 OK: 7 MiB in 16 packages 06:12:37 (1/1) Installing dumb-init (1.2.5-r2) 06:12:37 Executing busybox-1.35.0-r29.trigger 06:12:37 OK: 7 MiB in 16 packages 06:12:45 ---> Running in 3b0a5228695f 06:12:45 Removing intermediate container 3b0a5228695f 06:12:45 ---> ee1488b44881 06:12:45 06:12:45 Removing intermediate container a43560517bdf 06:12:45 ---> baf1857b47f7 06:12:45 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:45 Removing intermediate container 789274510c5b 06:12:45 ---> 0d4e2844bc2a 06:12:45 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:45 Successfully built ee1488b44881 06:12:45 Successfully tagged security-bootstrapper:latest 06:12:45  Building security-bootstrapper ... done Building core-command 06:12:46 Removing intermediate container ef0f5edce087 06:12:46 ---> 07c702ee6e00 06:12:46 Step 7/27 : COPY . . 06:12:46 Removing intermediate container 86edeb382f96 06:12:46 ---> aee5b8cdca3e 06:12:46 Step 7/26 : COPY . . 06:12:50 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:12:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:12:50 ---> 951dee3ec5e7 06:12:50 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:12:50 ---> Using cache 06:12:50 ---> 411a8d57a9e3 06:12:50 Step 4/24 : WORKDIR /edgex-go 06:12:50 ---> Using cache 06:12:50 ---> f4fd6a6d2710 06:12:50 Step 5/24 : RUN apk add --update --no-cache make git 06:12:50 ---> Using cache 06:12:50 ---> ac9f38c52f7f 06:12:50 Step 6/24 : COPY go.mod vendor* ./ 06:12:50 ---> Using cache 06:12:50 ---> 9c8605876b54 06:12:50 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:50 ---> Using cache 06:12:50 ---> e3663e5f3b82 06:12:50 Step 8/24 : COPY . . 06:12:50 ---> Using cache 06:12:50 ---> cc48e9c939ab 06:12:50 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:13:08 ---> 27ed56867262 06:13:08 ---> 32afcb4085c9 06:13:08 Step 14/23 : COPY --from=builder /edgex-go/security.txt /Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:13:08 06:13:08 ---> bf772162be38 06:13:08 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 06:13:08 ---> Running in b8592fdfb5c5 06:13:08 ---> Running in b463dcf038c5 06:13:08 ---> fe9cf3f37be4 06:13:08 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:13:08 ---> aefa6386c3e3 06:13:08 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:13:08 ---> 3da71dae89d4 06:13:08 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:13:08 ---> Running in 2a48d182d965 06:13:08 Removing intermediate container b463dcf038c5 06:13:08 ---> 0800eb8d968d 06:13:08 Step 9/26 : WORKDIR /edgex-go/spire-build 06:13:08 ---> Running in a7f2889f04d7 06:13:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:13:08 Removing intermediate container 2a48d182d965 06:13:08 ---> 00f82e598a56 06:13:08 Step 9/27 : WORKDIR /edgex-go/spire-build 06:13:08 ---> a84e1ce811d8 06:13:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:13:08 ---> 903e6db5c4ed 06:13:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:13:08 ---> Running in da318a6203e7 06:13:08 Removing intermediate container a7f2889f04d7 06:13:08 ---> c2fcb9adbf7a 06:13:08 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:13:08 ---> Running in ee721f79582b 06:13:08 ---> d3a41796aa8b 06:13:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:13:08 Removing intermediate container da318a6203e7 06:13:08 ---> ac70d96e4f1b 06:13:08 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:13:08 ---> 58d20aa889a6 06:13:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:13:08 Removing intermediate container ee721f79582b 06:13:08 ---> ecfc0cbf425d 06:13:08 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:13:08 ---> Running in 18bd4bcc48b1 06:13:08 ---> Running in 0315a4b02575 06:13:08 ---> 83c69e99aa64 06:13:08 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:13:08 Removing intermediate container 0315a4b02575 06:13:08 ---> 739108ca6bc8 06:13:08 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:13:08 ---> Running in 0b1fbfac53e3 06:13:08 ---> Running in 8272f2c1ddf4 06:13:08 ---> 9f2664562734 06:13:08 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:13:08 ---> Running in ad21600caade 06:13:08 Removing intermediate container 18bd4bcc48b1 06:13:08 ---> be501773875a 06:13:08 Step 12/26 : WORKDIR /edgex-go 06:13:08 ---> Running in 99de7863d62d 06:13:08 Removing intermediate container 99de7863d62d 06:13:08 ---> 7fd48cb0212b 06:13:08 06:13:08 Step 13/26 : FROM alpine:3.17 06:13:08 ---> 9ed4aefc74f6 06:13:08 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:13:08 ---> Running in 34904611f0f2 06:13:08 Removing intermediate container 34904611f0f2 06:13:08 ---> a851f5b14634 06:13:08 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:13:08 ---> Running in 5b0614cae8e4 06:13:08 Removing intermediate container 0b1fbfac53e3 06:13:08 ---> 539eec5460eb 06:13:08 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:13:08 ---> Running in fc4747e378a1 06:13:08 Removing intermediate container 8272f2c1ddf4 06:13:08 ---> 02ab2b83f772 06:13:08 Step 12/27 : WORKDIR /edgex-go 06:13:08 ---> Running in e77b3ef7d4f3 06:13:08 Removing intermediate container fc4747e378a1 06:13:08 ---> 3fdcc09ae0dd 06:13:08 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:13:08 Removing intermediate container e77b3ef7d4f3 06:13:08 ---> 8fc0a5f22de0 06:13:08 06:13:08 Step 13/27 : FROM alpine:3.17 06:13:09 ---> 9ed4aefc74f6 06:13:09 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:13:09 ---> Using cache 06:13:09 ---> a851f5b14634 06:13:09 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:13:09 ---> Running in af1148b35864 06:13:09 Removing intermediate container ad21600caade 06:13:09 ---> 9397b5f0734c 06:13:09 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:13:09 ---> Running in 475dcfcb054b 06:13:09 ---> Running in 5af7ce85bd92 06:13:09 Removing intermediate container af1148b35864 06:13:09 ---> 21aec8f48a34 06:13:09 Step 21/23 : LABEL arch=x86_64 06:13:09 ---> Running in fea284379f43 06:13:09 Removing intermediate container 5af7ce85bd92 06:13:09 ---> 46fe7efc425c 06:13:09 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 06:13:09 ---> Running in 903c1bd0cb40 06:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:13:09 Removing intermediate container fea284379f43 06:13:09 ---> 45fd19421d3d 06:13:09 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:13:09 ---> Running in e41a2c1fd475 06:13:09 Removing intermediate container 903c1bd0cb40 06:13:09 ---> 28f890a1e053 06:13:09 Step 21/23 : LABEL arch=x86_64 06:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:13:09 ---> Running in 09aa7228fb0b 06:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:13:09 Removing intermediate container e41a2c1fd475 06:13:09 ---> e46a2806bd74 06:13:09 Step 23/23 : LABEL version=3.0.0-dev.128 06:13:09 Removing intermediate container 09aa7228fb0b 06:13:09 ---> cbab008d82c6 06:13:09 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:13:09 ---> Running in a5647e916618 06:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:13:09 ---> Running in b9be103ba5d1 06:13:10 Removing intermediate container a5647e916618 06:13:10 ---> 419ccb56a8c2 06:13:10 06:13:10 Removing intermediate container b9be103ba5d1 06:13:10 ---> 9ec6b094e601 06:13:10 Step 23/23 : LABEL version=3.0.0-dev.128 06:13:10 ---> Running in 9f2ecf3707e8 06:13:10 Successfully built 419ccb56a8c2 06:13:10 Successfully tagged security-proxy-auth:latest 06:13:10  Building security-proxy-auth ... done Building core-data 06:13:10 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:13:10 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:13:10 OK: 17818 distinct packages available 06:13:10 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:13:10 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:13:10 OK: 17818 distinct packages available 06:13:10 Removing intermediate container 9f2ecf3707e8 06:13:10 ---> a1e4fe1e6e3d 06:13:10 06:13:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:13:10 Successfully built a1e4fe1e6e3d 06:13:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:13:10 Successfully tagged core-common-config-bootstrapper:latest 06:13:10 Building core-metadata 06:13:10  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:13:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:13:10 (1/5) Installing dumb-init (1.2.5-r2) 06:13:10 (2/5) Installing musl-obstack (1.2.3-r0) 06:13:10 (3/5) Installing libucontext (1.2-r0) 06:13:10 (4/5) Installing gcompat (1.1.0-r0) 06:13:10 (5/5) Installing openssl (3.0.8-r3) 06:13:10 Executing busybox-1.35.0-r29.trigger 06:13:10 OK: 8 MiB in 20 packages 06:13:10 (1/4) Installing dumb-init (1.2.5-r2) 06:13:10 (2/4) Installing musl-obstack (1.2.3-r0) 06:13:10 (3/4) Installing libucontext (1.2-r0) 06:13:10 (4/4) Installing gcompat (1.1.0-r0) 06:13:10 Executing busybox-1.35.0-r29.trigger 06:13:10 OK: 7 MiB in 19 packages 06:13:14 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:13:14 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:13:14 ---> 951dee3ec5e7 06:13:14 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:13:14 ---> Using cache 06:13:14 ---> 411a8d57a9e3 06:13:14 Step 4/25 : WORKDIR /edgex-go 06:13:14 ---> Using cache 06:13:14 ---> f4fd6a6d2710 06:13:14 Step 5/25 : RUN apk add --update --no-cache make git 06:13:14 ---> Using cache 06:13:14 ---> ac9f38c52f7f 06:13:14 Step 6/25 : COPY go.mod vendor* ./ 06:13:14 ---> Using cache 06:13:14 ---> 9c8605876b54 06:13:14 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:14 ---> Using cache 06:13:14 ---> e3663e5f3b82 06:13:14 Step 8/25 : COPY . . 06:13:14 ---> Using cache 06:13:14 ---> cc48e9c939ab 06:13:14 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:13:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:13:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:13:16 ---> 951dee3ec5e7 06:13:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:13:16 ---> Using cache 06:13:16 ---> 411a8d57a9e3 06:13:16 Step 4/23 : WORKDIR /edgex-go 06:13:16 ---> Using cache 06:13:16 ---> f4fd6a6d2710 06:13:16 Step 5/23 : RUN apk add --update --no-cache make git 06:13:16 ---> Using cache 06:13:16 ---> ac9f38c52f7f 06:13:16 Step 6/23 : COPY go.mod vendor* ./ 06:13:16 ---> Using cache 06:13:16 ---> 9c8605876b54 06:13:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:16 ---> Using cache 06:13:16 ---> e3663e5f3b82 06:13:16 Step 8/23 : COPY . . 06:13:16 ---> Using cache 06:13:16 ---> cc48e9c939ab 06:13:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:13:26 ---> Running in 656ce417e031 06:13:26 ---> Running in 55c4e1a5226d 06:13:26 Removing intermediate container 5b0614cae8e4 06:13:26 ---> fef6c2c34f4c 06:13:26 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:26 Removing intermediate container 475dcfcb054b 06:13:26 ---> 481ba89f0f51 06:13:26 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:26 ---> a3fdfe288e0c 06:13:26 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 06:13:26 ---> fa375280ffc0 06:13:26 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:13:26 ---> 86b9c18c6a20 06:13:26 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:13:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:13:26 ---> c8d1cecee927 06:13:26 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:13:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:13:41 ---> ad9975fd3941 06:13:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:13:41 ---> 511c74a6595f 06:13:41 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:13:41 ---> f5a7257bcb6f 06:13:41 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:13:43 ---> 20791d331e3c 06:13:43 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:13:44 ---> c62eebae6f27 06:13:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:13:45 Removing intermediate container b8592fdfb5c5 06:13:45 ---> 99df6454f146 06:13:45 06:13:45 Step 10/24 : FROM alpine:3.17 06:13:45 ---> 9ed4aefc74f6 06:13:45 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:13:45 ---> Using cache 06:13:45 ---> 4b0142d3f90e 06:13:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:13:45 ---> Using cache 06:13:45 ---> ec8aa3cb75d0 06:13:45 Step 13/24 : ENV APP_PORT=59882 06:13:45 ---> Running in 6e0afe708e90 06:13:45 ---> Running in 1376c7b609d4 06:13:45 ---> f6f8dfc61f88 06:13:45 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:13:45 ---> Running in 1f674834f797 06:13:45 Removing intermediate container 6e0afe708e90 06:13:45 ---> 3f35e194d639 06:13:45 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:13:45 Removing intermediate container 1376c7b609d4 06:13:45 ---> b4e7dda5bf6a 06:13:45 Step 14/24 : EXPOSE $APP_PORT 06:13:45 ---> Running in 955eb5dc580e 06:13:45 Removing intermediate container 1f674834f797 06:13:45 ---> 45cd8b2be607 06:13:45 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:13:45 ---> Running in 65cbdc9525a6 06:13:45 ---> 8bd4103d9dd9 06:13:45 Step 22/27 : WORKDIR / 06:13:45 ---> Running in 67c970054c3a 06:13:45 Removing intermediate container 955eb5dc580e 06:13:45 ---> a3e23d809d4c 06:13:45 Step 15/24 : WORKDIR / 06:13:45 ---> Running in fd220e2b8823 06:13:45 Removing intermediate container 65cbdc9525a6 06:13:45 ---> 060a6ad018d8 06:13:45 Step 24/26 : LABEL arch=x86_64 06:13:45 ---> Running in 496c9894ed95 06:13:45 Removing intermediate container 67c970054c3a 06:13:45 ---> 9d4a98d0c64e 06:13:45 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:13:45 ---> Running in 1d761ef49a31 06:13:45 Removing intermediate container fd220e2b8823 06:13:45 ---> 0ff2c05d9ec5 06:13:45 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:45 Removing intermediate container 496c9894ed95 06:13:45 ---> c00ee399f5c8 06:13:45 Step 25/26 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:13:45 ---> Running in 474b8b0a50cc 06:13:46 Removing intermediate container 1d761ef49a31 06:13:46 ---> 0f0104bb29e9 06:13:46 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:13:46 ---> 1e3bafca9c2a 06:13:46 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 06:13:47 ---> Running in 09eb97ba0abf 06:13:47 Removing intermediate container 474b8b0a50cc 06:13:47 ---> 3caafc2cb6b5 06:13:47 Step 26/26 : LABEL version=3.0.0-dev.128 06:13:47 ---> Running in 888dc717339a 06:13:47 ---> 92026e81b7dc 06:13:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:13:47 Removing intermediate container 09eb97ba0abf 06:13:47 ---> 502fc5f3b25b 06:13:47 Step 25/27 : LABEL arch=x86_64 06:13:47 ---> Running in 60f955ab122c 06:13:48 Removing intermediate container 888dc717339a 06:13:48 ---> 351218bac70a 06:13:48 06:13:48 Successfully built 351218bac70a 06:13:48 Removing intermediate container 60f955ab122c 06:13:48 ---> 9a8be178221e 06:13:48 Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:13:48 ---> 027ca130e4c4 06:13:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:13:48 Successfully tagged security-spire-server:latest 06:13:48 Building security-secretstore-setup 06:13:48  Building security-spire-server ... done  ---> Running in 31400426ba5c 06:13:54 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:13:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:13:54 ---> 951dee3ec5e7 06:13:54 Step 3/25 : WORKDIR /edgex-go 06:13:54 ---> Using cache 06:13:54 ---> 8bbe0febd380 06:13:54 Step 4/25 : RUN apk add --update --no-cache make git 06:13:54 ---> Using cache 06:13:54 ---> db753e3dcce7 06:13:54 Step 5/25 : COPY go.mod vendor* ./ 06:13:54 ---> Using cache 06:13:54 ---> 2c8036950300 06:13:54 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:54 ---> Using cache 06:13:54 ---> 8e7e8b195860 06:13:54 Step 7/25 : COPY . . 06:13:54 ---> Using cache 06:13:54 ---> be436582a4b5 06:13:54 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:13:57 Removing intermediate container 068319bef127 06:13:57 ---> dca9f43dd1e2 06:13:57 Step 8/25 : COPY . . 06:13:57 Removing intermediate container 13da5d4e0006 06:13:57 ---> 8282736ed195 06:13:57 Step 8/23 : COPY . . 06:13:57 Removing intermediate container d94a22fd7629 06:13:57 ---> 1fdcaed6b7a0 06:13:57 Step 8/23 : COPY . . 06:13:57 Removing intermediate container 36e0d3c625ad 06:13:57 ---> 89b188b5e2d6 06:13:57 Step 8/23 : COPY . . 06:13:57 Removing intermediate container 9c2dd702273e 06:13:57 ---> 67f341fc13a2 06:13:57 Step 7/33 : COPY . . 06:13:59 Removing intermediate container 31400426ba5c 06:13:59 ---> be89e7bced61 06:13:59 Step 27/27 : LABEL version=3.0.0-dev.128 06:13:59 ---> 49003b517a08 06:13:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:13:59 ---> 0225431df451 06:13:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:13:59 ---> 0101d311360c 06:13:59 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 06:13:59 ---> 59d87feaf1db 06:13:59 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:13:59 ---> 121c67ef6725 06:13:59 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:14:00 ---> Running in d2abc30e7857 06:14:00 ---> Running in 7061ae19267d 06:14:00 ---> Running in ad15f31cffe0 06:14:00 ---> Running in 88820748c142 06:14:00 ---> Running in eab96fa2771a 06:14:00 ---> 61edf6111f54 06:14:00 Step 20/24 : ENTRYPOINT ["/core-command"] 06:14:00 ---> Running in 6401abc4644d 06:14:00 ---> Running in 9d563038dea8 06:14:00 ---> Running in fe699436b805 06:14:00 Removing intermediate container 9d563038dea8 06:14:00 ---> 757438f503a9 06:14:00 06:14:01 Successfully built 757438f503a9 06:14:01 Successfully tagged security-spire-config:latest 06:14:01 Building security-spire-agent 06:14:01  Building security-spire-config ... done Removing intermediate container fe699436b805 06:14:01 ---> 0b0f4d1911fd 06:14:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:14:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:14:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:14:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:14:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:14:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:14:06 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:14:06 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:14:06 ---> 951dee3ec5e7 06:14:06 Step 3/27 : WORKDIR /edgex-go 06:14:06 ---> Using cache 06:14:06 ---> 8bbe0febd380 06:14:06 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:14:06 ---> Using cache 06:14:06 ---> ef1170ed06bf 06:14:06 Step 5/27 : COPY go.mod vendor* ./ 06:14:06 ---> Using cache 06:14:06 ---> d1e5aa9567de 06:14:06 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:06 ---> Using cache 06:14:06 ---> aee5b8cdca3e 06:14:06 Step 7/27 : COPY . . 06:14:06 ---> Using cache 06:14:06 ---> bf772162be38 06:14:06 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:14:06 ---> Using cache 06:14:06 ---> 0800eb8d968d 06:14:06 Step 9/27 : WORKDIR /edgex-go/spire-build 06:14:06 ---> Using cache 06:14:06 ---> c2fcb9adbf7a 06:14:06 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:14:06 ---> Using cache 06:14:06 ---> ecfc0cbf425d 06:14:06 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:14:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:14:12 ---> Running in db4201d3b0c7 06:14:12 ---> Running in 3f89802399d8 06:14:12 Removing intermediate container 55c4e1a5226d 06:14:12 ---> dec4692173bc 06:14:12 06:14:12 Step 10/23 : FROM alpine:3.17 06:14:12 ---> 9ed4aefc74f6 06:14:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:14:12 Removing intermediate container db4201d3b0c7 06:14:12 ---> 97d413893889 06:14:12 Step 22/24 : LABEL arch=x86_64 06:14:12 ---> Running in 4fc9c7d1468b 06:14:12 Removing intermediate container 656ce417e031 06:14:12 ---> 846d37844bca 06:14:12 06:14:12 Step 10/25 : FROM alpine:3.17 06:14:12 ---> 9ed4aefc74f6 06:14:12 Step 11/25 : RUN apk add --update --no-cache dumb-init 06:14:12 ---> Using cache 06:14:12 ---> 4b0142d3f90e 06:14:12 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:14:12 ---> Using cache 06:14:12 ---> ec8aa3cb75d0 06:14:12 Step 13/25 : ENV APP_PORT=59881 06:14:13 ---> Running in 6c6fa8086f34 06:14:13 ---> Running in 3e24ffacab42 06:14:13 Removing intermediate container 4fc9c7d1468b 06:14:13 ---> f2411dfef025 06:14:13 Step 12/23 : ENV APP_PORT=59880 06:14:13 ---> Running in a8144343d778 06:14:13 Removing intermediate container 6c6fa8086f34 06:14:13 ---> 149bffc86fa7 06:14:13 Step 23/24 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:13 Removing intermediate container 3e24ffacab42 06:14:13 ---> 893a804fa4ad 06:14:13 Step 14/25 : EXPOSE $APP_PORT 06:14:13 ---> Running in 4588239ddac9 06:14:13 ---> Running in f2f8e333cdd7 06:14:13 Removing intermediate container a8144343d778 06:14:13 ---> 3c95c06189cd 06:14:13 Step 13/23 : EXPOSE $APP_PORT 06:14:13 ---> Running in 420b68bfde65 06:14:13 Removing intermediate container 4588239ddac9 06:14:13 ---> c76795f9a597 06:14:13 Step 24/24 : LABEL version=3.0.0-dev.128 06:14:13 ---> Running in 9a0db9fe9d2a 06:14:13 Removing intermediate container f2f8e333cdd7 06:14:13 ---> f019c11fe7e7 06:14:13 Step 15/25 : WORKDIR / 06:14:13 ---> Running in 01eb8424ab10 06:14:13 Removing intermediate container 3f89802399d8 06:14:13 ---> aa42126f407a 06:14:13 Step 12/27 : WORKDIR /edgex-go 06:14:13 Removing intermediate container 420b68bfde65 06:14:13 ---> 7377d3c0c4ad 06:14:13 Step 14/23 : RUN apk add --update --no-cache dumb-init 06:14:13 ---> Running in 1c27997412ac 06:14:13 Removing intermediate container 9a0db9fe9d2a 06:14:13 ---> 22838b09056d 06:14:13 06:14:13 Successfully built 22838b09056d 06:14:13 ---> Running in c62ba4a60a52 06:14:14 Successfully tagged core-command:latest 06:14:14  Building core-command ... done Removing intermediate container 01eb8424ab10 06:14:14 ---> 8b3d7955baab 06:14:14 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:14 Removing intermediate container 1c27997412ac 06:14:14 ---> 781db795f910 06:14:14 06:14:14 Step 13/27 : FROM alpine:3.17 06:14:14 ---> 9ed4aefc74f6 06:14:14 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:14:14 ---> Using cache 06:14:14 ---> a851f5b14634 06:14:14 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:14:14 ---> Using cache 06:14:14 ---> fef6c2c34f4c 06:14:14 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:14 ---> Using cache 06:14:14 ---> a3fdfe288e0c 06:14:14 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:14:14 ---> Using cache 06:14:14 ---> 86b9c18c6a20 06:14:14 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:14:14 ---> 3d8136793467 06:14:14 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 06:14:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:14:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:14:15 (1/1) Installing dumb-init (1.2.5-r2) 06:14:15 Executing busybox-1.35.0-r29.trigger 06:14:15 OK: 7 MiB in 16 packages 06:14:17 ---> e33a95ca8521 06:14:17 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:14:20 ---> 1545c496d07f 06:14:20 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:14:20 ---> 0af21809abef 06:14:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:14:20 Removing intermediate container c62ba4a60a52 06:14:20 ---> 7474f4833c05 06:14:20 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:20 ---> 2acef352a6c5 06:14:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:14:20 ---> 67208f7624cb 06:14:20 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:14:22 ---> a301e6e41cb5 06:14:22 Step 21/25 : ENTRYPOINT ["/core-metadata"] 06:14:22 ---> 2a5e3e5baa3f 06:14:22 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:14:22 ---> 55788d55fe8d 06:14:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:14:22 ---> Running in 5ef769705e72 06:14:22 Removing intermediate container 5ef769705e72 06:14:22 ---> bce25484176c 06:14:22 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:14:22 ---> Running in 4491df50c3be 06:14:22 ---> d69c2dfaa6e6 06:14:22 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:14:22 ---> dc7523b5a370 06:14:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:14:22 Removing intermediate container 4491df50c3be 06:14:22 ---> cd5275406716 06:14:22 Step 23/25 : LABEL arch=x86_64 06:14:22 ---> Running in ea8d78649cbb 06:14:22 ---> b396bd322285 06:14:22 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:14:23 ---> b6a2ad940317 06:14:23 Step 19/23 : ENTRYPOINT ["/core-data"] 06:14:23 ---> Running in 560e383039cb 06:14:23 Removing intermediate container ea8d78649cbb 06:14:23 ---> 76531771a208 06:14:23 Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:23 ---> Running in ab1e3eaa8665 06:14:23 ---> df558c91653e 06:14:23 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:14:23 ---> Running in 4ffc641999b8 06:14:23 Removing intermediate container 560e383039cb 06:14:23 ---> 8cab17170246 06:14:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:14:23 Removing intermediate container ab1e3eaa8665 06:14:23 ---> fca2eaa07107 06:14:23 Step 25/25 : LABEL version=3.0.0-dev.128 06:14:23 ---> Running in 5fbe44a9a35a 06:14:23 ---> Running in 7c42e54d4e9c 06:14:23 Removing intermediate container 4ffc641999b8 06:14:23 ---> e8ed96e4ecdf 06:14:23 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:14:23 ---> Running in 7aa0faf78373 06:14:23 Removing intermediate container 5fbe44a9a35a 06:14:23 ---> cf1bb734454d 06:14:23 Step 21/23 : LABEL arch=x86_64 06:14:23 ---> Running in 13e1875c7a62 06:14:23 Removing intermediate container 7c42e54d4e9c 06:14:23 ---> 070a60b35a88 06:14:23 06:14:23 Successfully built 070a60b35a88 06:14:23 Successfully tagged core-metadata:latest 06:14:23  Building core-metadata ... done Removing intermediate container 7aa0faf78373 06:14:23 ---> f36330c33a6e 06:14:23 Step 25/27 : LABEL arch=x86_64 06:14:23 Removing intermediate container 13e1875c7a62 06:14:23 ---> 057a5711382f 06:14:23 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:23 ---> Running in 56df0aa33b41 06:14:23 ---> Running in 96f9adc46440 06:14:23 Removing intermediate container 56df0aa33b41 06:14:23 ---> ba27191c7c7a 06:14:23 Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:23 ---> Running in 68c108da6d9f 06:14:23 Removing intermediate container 96f9adc46440 06:14:23 ---> c72e544adf47 06:14:23 Step 23/23 : LABEL version=3.0.0-dev.128 06:14:23 ---> Running in 8e3058281920 06:14:23 Removing intermediate container 68c108da6d9f 06:14:23 ---> c83748a4279e 06:14:23 Step 27/27 : LABEL version=3.0.0-dev.128 06:14:24 ---> Running in 8d171ca3cce1 06:14:24 Removing intermediate container 8e3058281920 06:14:24 ---> 209d9a9405c2 06:14:24 06:14:24 Removing intermediate container 8d171ca3cce1 06:14:24 ---> 4937082f4972 06:14:24 06:14:24 Successfully built 209d9a9405c2 06:14:24 Successfully tagged core-data:latest 06:14:24  Building core-data ... done Successfully built 4937082f4972 06:14:24 Successfully tagged security-spire-agent:latest 06:14:29  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:14:36 Removing intermediate container 6401abc4644d 06:14:36 ---> b67560ef394e 06:14:36 06:14:36 Step 9/25 : FROM alpine:3.17 06:14:36 ---> 9ed4aefc74f6 06:14:36 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:14:36 ---> Running in 9072e9e64234 06:14:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:14:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:14:36 (1/3) Installing ca-certificates (20220614-r4) 06:14:36 (2/3) Installing dumb-init (1.2.5-r2) 06:14:36 (3/3) Installing su-exec (0.2-r2) 06:14:36 Executing busybox-1.35.0-r29.trigger 06:14:36 Executing ca-certificates-20220614-r4.trigger 06:14:36 OK: 8 MiB in 18 packages 06:14:37 Removing intermediate container 9072e9e64234 06:14:37 ---> 634f427af9c8 06:14:37 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:14:37 ---> Running in bf19472a2874 06:14:37 Removing intermediate container bf19472a2874 06:14:37 ---> 273bd34d0a6c 06:14:37 Step 12/25 : WORKDIR / 06:14:37 ---> Running in d8c95d9c0a78 06:14:37 Removing intermediate container d8c95d9c0a78 06:14:37 ---> 7532401a65f5 06:14:37 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:37 ---> 747df495cbcf 06:14:37 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 06:14:37 ---> 603c725943b6 06:14:37 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:14:37 ---> ec95a374b4a0 06:14:37 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:14:37 ---> 9290a1172682 06:14:37 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:14:37 ---> c5d8c63a09b3 06:14:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:14:38 ---> 65bcb35ec2dc 06:14:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:14:39 ---> 2271302fb729 06:14:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:14:39 ---> 10c5ac91fa9a 06:14:39 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:14:39 ---> Running in 62da54e224ac 06:14:39 Removing intermediate container 62da54e224ac 06:14:39 ---> 6f8ffb452d70 06:14:39 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 06:14:39 ---> Running in d7bb21ab4d33 06:14:39 Removing intermediate container d7bb21ab4d33 06:14:39 ---> 22f0f0acd709 06:14:39 Step 23/25 : LABEL arch=x86_64 06:14:39 ---> Running in d2e8785c3ac9 06:14:39 Removing intermediate container d2e8785c3ac9 06:14:39 ---> c42902372cdf 06:14:39 Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:40 ---> Running in a5a51f42dcfd 06:14:40 Removing intermediate container a5a51f42dcfd 06:14:40 ---> 286af532d467 06:14:40 Step 25/25 : LABEL version=3.0.0-dev.128 06:14:40 ---> Running in b88fc538b089 06:14:40 Removing intermediate container b88fc538b089 06:14:40 ---> 158caaf91d18 06:14:40 06:14:40 Successfully built 158caaf91d18 06:14:40 Successfully tagged security-secretstore-setup:latest 06:14:40  Building security-secretstore-setup ... done  [Pipeline] } 06:14:40 $ docker stop --time=1 e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db 06:14:41 $ docker rm -f --volumes e3617004447fe5ebd72627840d6bac144d65f7870b7bdcf56a548b737d7323db [Pipeline] // withDockerContainer [Pipeline] sh 06:14:42 + docker images 06:14:42 REPOSITORY TAG IMAGE ID CREATED SIZE 06:14:42 security-secretstore-setup latest 158caaf91d18 1 second ago 32.8MB 06:14:42 b67560ef394e 9 seconds ago 1.68GB 06:14:42 security-spire-agent latest 4937082f4972 17 seconds ago 129MB 06:14:42 core-data latest 209d9a9405c2 18 seconds ago 20MB 06:14:42 core-metadata latest 070a60b35a88 18 seconds ago 20.4MB 06:14:42 781db795f910 27 seconds ago 1.54GB 06:14:42 core-command latest 22838b09056d 28 seconds ago 19.8MB 06:14:42 dec4692173bc 29 seconds ago 1.69GB 06:14:42 846d37844bca 30 seconds ago 1.69GB 06:14:42 security-spire-config latest 757438f503a9 41 seconds ago 88.9MB 06:14:42 security-spire-server latest 351218bac70a 54 seconds ago 89.8MB 06:14:42 99df6454f146 58 seconds ago 1.69GB 06:14:42 core-common-config-bootstrapper latest a1e4fe1e6e3d About a minute ago 17.2MB 06:14:42 security-proxy-auth latest 419ccb56a8c2 About a minute ago 18.3MB 06:14:42 7fd48cb0212b About a minute ago 1.54GB 06:14:42 8fc0a5f22de0 About a minute ago 1.54GB 06:14:42 security-bootstrapper latest ee1488b44881 About a minute ago 22.2MB 06:14:42 53f5d0a319de 2 minutes ago 1.68GB 06:14:42 6ea4d8fab25f 2 minutes ago 1.66GB 06:14:42 support-notifications latest 3dd68fa7db61 3 minutes ago 32.7MB 06:14:42 security-proxy-setup latest 880870249d93 3 minutes ago 18.7MB 06:14:42 support-scheduler latest 91b64b24b70d 3 minutes ago 32.1MB 06:14:42 security-spiffe-token-provider latest d5e30fbafa75 3 minutes ago 32.8MB 06:14:42 9545ab1be680 3 minutes ago 1.75GB 06:14:42 41d35d653740 3 minutes ago 1.75GB 06:14:42 fcdd500eafc9 3 minutes ago 1.66GB 06:14:42 5f073c8947c3 3 minutes ago 1.67GB 06:14:42 90af4cf5b2f8 3 minutes ago 1.72GB 06:14:42 ci-base-image-x86_64 latest 951dee3ec5e7 8 minutes ago 881MB 06:14:42 alpine 3.17 9ed4aefc74f6 13 days ago 7.05MB 06:14:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB 06:14:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 06:14:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:14:42 provisioning config files... 06:14:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config7921429969547033284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:14:42 ---> docker-login.sh 06:14:42 nexus3.edgexfoundry.org:10001 06:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:42 Configure a credential helper to remove this warning. See 06:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:42 06:14:42 Login Succeeded 06:14:42 nexus3.edgexfoundry.org:10002 06:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:42 Configure a credential helper to remove this warning. See 06:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:42 06:14:42 Login Succeeded 06:14:42 nexus3.edgexfoundry.org:10003 06:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:42 Configure a credential helper to remove this warning. See 06:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:42 06:14:42 Login Succeeded 06:14:42 nexus3.edgexfoundry.org:10004 06:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:43 Configure a credential helper to remove this warning. See 06:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:43 06:14:43 Login Succeeded 06:14:43 docker.io 06:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:14:43 Configure a credential helper to remove this warning. See 06:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:14:43 06:14:43 Login Succeeded 06:14:43 ---> docker-login.sh ends [Pipeline] } 06:14:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:14:43 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:14:43 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:43 latest 06:14:43 3.0.0-dev.128 06:14:43 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:43 main 06:14:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker push nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:14:44 99a66e87f511: Preparing 06:14:44 5b6d792ffb3a: Preparing 06:14:44 a817d467a782: Preparing 06:14:44 672acfe92ea5: Preparing 06:14:44 ad9112d3c907: Preparing 06:14:44 f1417ff83b31: Preparing 06:14:44 f1417ff83b31: Waiting 06:14:44 a817d467a782: Pushed 06:14:44 f1417ff83b31: Layer already exists 06:14:44 672acfe92ea5: Pushed 06:14:44 99a66e87f511: Pushed 06:14:44 ad9112d3c907: Pushed 06:14:45 5b6d792ffb3a: Pushed 06:14:45 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:46 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:14:46 99a66e87f511: Preparing 06:14:46 5b6d792ffb3a: Preparing 06:14:46 a817d467a782: Preparing 06:14:46 672acfe92ea5: Preparing 06:14:46 ad9112d3c907: Preparing 06:14:46 f1417ff83b31: Preparing 06:14:46 f1417ff83b31: Waiting 06:14:46 99a66e87f511: Layer already exists 06:14:46 a817d467a782: Layer already exists 06:14:46 ad9112d3c907: Layer already exists 06:14:46 5b6d792ffb3a: Layer already exists 06:14:46 672acfe92ea5: Layer already exists 06:14:46 f1417ff83b31: Layer already exists 06:14:46 latest: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:46 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 06:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:14:46 99a66e87f511: Preparing 06:14:46 5b6d792ffb3a: Preparing 06:14:46 a817d467a782: Preparing 06:14:46 672acfe92ea5: Preparing 06:14:46 ad9112d3c907: Preparing 06:14:46 f1417ff83b31: Preparing 06:14:46 f1417ff83b31: Waiting 06:14:46 672acfe92ea5: Layer already exists 06:14:46 5b6d792ffb3a: Layer already exists 06:14:46 a817d467a782: Layer already exists 06:14:46 99a66e87f511: Layer already exists 06:14:46 ad9112d3c907: Layer already exists 06:14:46 f1417ff83b31: Layer already exists 06:14:46 3.0.0-dev.128: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker push nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:14:47 99a66e87f511: Preparing 06:14:47 5b6d792ffb3a: Preparing 06:14:47 a817d467a782: Preparing 06:14:47 672acfe92ea5: Preparing 06:14:47 ad9112d3c907: Preparing 06:14:47 f1417ff83b31: Preparing 06:14:47 f1417ff83b31: Waiting 06:14:47 5b6d792ffb3a: Layer already exists 06:14:47 a817d467a782: Layer already exists 06:14:47 99a66e87f511: Layer already exists 06:14:47 ad9112d3c907: Layer already exists 06:14:47 672acfe92ea5: Layer already exists 06:14:47 f1417ff83b31: Layer already exists 06:14:47 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:47 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:14:47 99a66e87f511: Preparing 06:14:47 5b6d792ffb3a: Preparing 06:14:47 a817d467a782: Preparing 06:14:47 672acfe92ea5: Preparing 06:14:47 ad9112d3c907: Preparing 06:14:47 f1417ff83b31: Preparing 06:14:47 f1417ff83b31: Waiting 06:14:47 99a66e87f511: Layer already exists 06:14:47 ad9112d3c907: Layer already exists 06:14:47 5b6d792ffb3a: Layer already exists 06:14:47 a817d467a782: Layer already exists 06:14:47 672acfe92ea5: Layer already exists 06:14:47 f1417ff83b31: Layer already exists 06:14:47 main: digest: sha256:55a026d2b93d9759676053d7ee20c0dae3753e1321ec6ec4075410bfed7311ce size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:47 ===================================================== [Pipeline] echo 06:14:47 taggedImages: 06:14:47 - nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:47 - nexus3.edgexfoundry.org:10004/core-command:latest 06:14:47 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.128 06:14:47 - nexus3.edgexfoundry.org:10004/core-command:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:47 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:14:47 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:14:47 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:47 latest 06:14:47 3.0.0-dev.128 06:14:47 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:47 main 06:14:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:14:48 724f30329920: Preparing 06:14:48 a77bbf101cb4: Preparing 06:14:48 e2cc21001f86: Preparing 06:14:48 fdfed31a8cb5: Preparing 06:14:48 a817d467a782: Preparing 06:14:48 672acfe92ea5: Preparing 06:14:48 59a635db5918: Preparing 06:14:48 f1417ff83b31: Preparing 06:14:48 f1417ff83b31: Waiting 06:14:48 59a635db5918: Waiting 06:14:48 a817d467a782: Layer already exists 06:14:48 672acfe92ea5: Layer already exists 06:14:48 e2cc21001f86: Pushed 06:14:48 a77bbf101cb4: Pushed 06:14:48 f1417ff83b31: Layer already exists 06:14:48 724f30329920: Pushed 06:14:48 59a635db5918: Pushed 06:14:49 fdfed31a8cb5: Pushed 06:14:49 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:50 + 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 06:14:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:14:50 724f30329920: Preparing 06:14:50 a77bbf101cb4: Preparing 06:14:50 e2cc21001f86: Preparing 06:14:50 fdfed31a8cb5: Preparing 06:14:50 a817d467a782: Preparing 06:14:50 672acfe92ea5: Preparing 06:14:50 59a635db5918: Preparing 06:14:50 f1417ff83b31: Preparing 06:14:50 672acfe92ea5: Waiting 06:14:50 f1417ff83b31: Waiting 06:14:50 a77bbf101cb4: Layer already exists 06:14:50 a817d467a782: Layer already exists 06:14:50 724f30329920: Layer already exists 06:14:50 fdfed31a8cb5: Layer already exists 06:14:50 e2cc21001f86: Layer already exists 06:14:50 672acfe92ea5: Layer already exists 06:14:50 59a635db5918: Layer already exists 06:14:50 f1417ff83b31: Layer already exists 06:14:50 latest: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 06:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:14:51 724f30329920: Preparing 06:14:51 a77bbf101cb4: Preparing 06:14:51 e2cc21001f86: Preparing 06:14:51 fdfed31a8cb5: Preparing 06:14:51 a817d467a782: Preparing 06:14:51 672acfe92ea5: Preparing 06:14:51 59a635db5918: Preparing 06:14:51 f1417ff83b31: Preparing 06:14:51 672acfe92ea5: Waiting 06:14:51 59a635db5918: Waiting 06:14:51 f1417ff83b31: Waiting 06:14:51 fdfed31a8cb5: Layer already exists 06:14:51 a817d467a782: Layer already exists 06:14:51 e2cc21001f86: Layer already exists 06:14:51 724f30329920: Layer already exists 06:14:51 a77bbf101cb4: Layer already exists 06:14:51 672acfe92ea5: Layer already exists 06:14:51 f1417ff83b31: Layer already exists 06:14:51 59a635db5918: Layer already exists 06:14:51 3.0.0-dev.128: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:14:51 724f30329920: Preparing 06:14:51 a77bbf101cb4: Preparing 06:14:51 e2cc21001f86: Preparing 06:14:51 fdfed31a8cb5: Preparing 06:14:51 a817d467a782: Preparing 06:14:51 672acfe92ea5: Preparing 06:14:51 59a635db5918: Preparing 06:14:51 f1417ff83b31: Preparing 06:14:51 672acfe92ea5: Waiting 06:14:51 59a635db5918: Waiting 06:14:51 f1417ff83b31: Waiting 06:14:51 fdfed31a8cb5: Layer already exists 06:14:51 724f30329920: Layer already exists 06:14:51 a77bbf101cb4: Layer already exists 06:14:51 a817d467a782: Layer already exists 06:14:51 e2cc21001f86: Layer already exists 06:14:51 f1417ff83b31: Layer already exists 06:14:51 672acfe92ea5: Layer already exists 06:14:51 59a635db5918: Layer already exists 06:14:51 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:52 + 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 06:14:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:14:52 724f30329920: Preparing 06:14:52 a77bbf101cb4: Preparing 06:14:52 e2cc21001f86: Preparing 06:14:52 fdfed31a8cb5: Preparing 06:14:52 a817d467a782: Preparing 06:14:52 672acfe92ea5: Preparing 06:14:52 59a635db5918: Preparing 06:14:52 f1417ff83b31: Preparing 06:14:52 672acfe92ea5: Waiting 06:14:52 59a635db5918: Waiting 06:14:52 f1417ff83b31: Waiting 06:14:52 e2cc21001f86: Layer already exists 06:14:52 a817d467a782: Layer already exists 06:14:52 fdfed31a8cb5: Layer already exists 06:14:52 a77bbf101cb4: Layer already exists 06:14:52 724f30329920: Layer already exists 06:14:52 59a635db5918: Layer already exists 06:14:52 672acfe92ea5: Layer already exists 06:14:52 f1417ff83b31: Layer already exists 06:14:52 main: digest: sha256:60b6c2cbb872db83b80ce22344d8b0568442baf1a48a92594276babe3f48e3aa size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:52 ===================================================== [Pipeline] echo 06:14:52 taggedImages: 06:14:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:14:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.128 06:14:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:14:52 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:14:52 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:52 latest 06:14:52 3.0.0-dev.128 06:14:52 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:52 main 06:14:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:53 + docker push nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:14:53 1e788941984a: Preparing 06:14:53 3f6ad73b6a11: Preparing 06:14:53 a817d467a782: Preparing 06:14:53 672acfe92ea5: Preparing 06:14:53 d2a3369409e7: Preparing 06:14:53 f1417ff83b31: Preparing 06:14:53 f1417ff83b31: Waiting 06:14:53 a817d467a782: Layer already exists 06:14:53 672acfe92ea5: Layer already exists 06:14:53 f1417ff83b31: Layer already exists 06:14:53 1e788941984a: Pushed 06:14:53 d2a3369409e7: Pushed 06:14:54 3f6ad73b6a11: Pushed 06:14:54 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:55 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:14:55 1e788941984a: Preparing 06:14:55 3f6ad73b6a11: Preparing 06:14:55 a817d467a782: Preparing 06:14:55 672acfe92ea5: Preparing 06:14:55 d2a3369409e7: Preparing 06:14:55 f1417ff83b31: Preparing 06:14:55 f1417ff83b31: Waiting 06:14:55 a817d467a782: Layer already exists 06:14:55 672acfe92ea5: Layer already exists 06:14:55 3f6ad73b6a11: Layer already exists 06:14:55 1e788941984a: Layer already exists 06:14:55 d2a3369409e7: Layer already exists 06:14:55 f1417ff83b31: Layer already exists 06:14:55 latest: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:56 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 06:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:14:56 1e788941984a: Preparing 06:14:56 3f6ad73b6a11: Preparing 06:14:56 a817d467a782: Preparing 06:14:56 672acfe92ea5: Preparing 06:14:56 d2a3369409e7: Preparing 06:14:56 f1417ff83b31: Preparing 06:14:56 f1417ff83b31: Waiting 06:14:56 d2a3369409e7: Layer already exists 06:14:56 1e788941984a: Layer already exists 06:14:56 672acfe92ea5: Layer already exists 06:14:56 a817d467a782: Layer already exists 06:14:56 3f6ad73b6a11: Layer already exists 06:14:56 f1417ff83b31: Layer already exists 06:14:56 3.0.0-dev.128: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:56 + docker push nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:14:56 1e788941984a: Preparing 06:14:56 3f6ad73b6a11: Preparing 06:14:56 a817d467a782: Preparing 06:14:56 672acfe92ea5: Preparing 06:14:56 d2a3369409e7: Preparing 06:14:56 f1417ff83b31: Preparing 06:14:56 f1417ff83b31: Waiting 06:14:56 3f6ad73b6a11: Layer already exists 06:14:56 672acfe92ea5: Layer already exists 06:14:56 1e788941984a: Layer already exists 06:14:56 a817d467a782: Layer already exists 06:14:56 d2a3369409e7: Layer already exists 06:14:56 f1417ff83b31: Layer already exists 06:14:56 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:57 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:14:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:14:57 1e788941984a: Preparing 06:14:57 3f6ad73b6a11: Preparing 06:14:57 a817d467a782: Preparing 06:14:57 672acfe92ea5: Preparing 06:14:57 d2a3369409e7: Preparing 06:14:57 f1417ff83b31: Preparing 06:14:57 f1417ff83b31: Waiting 06:14:57 1e788941984a: Layer already exists 06:14:57 d2a3369409e7: Layer already exists 06:14:57 3f6ad73b6a11: Layer already exists 06:14:57 672acfe92ea5: Layer already exists 06:14:57 a817d467a782: Layer already exists 06:14:57 f1417ff83b31: Layer already exists 06:14:57 main: digest: sha256:0b393b20ad52f59f37e79ff1deecb98384de47ae6553ac59bdbcd97f6d80fd2e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:57 ===================================================== [Pipeline] echo 06:14:57 taggedImages: 06:14:57 - nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:57 - nexus3.edgexfoundry.org:10004/core-data:latest 06:14:57 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.128 06:14:57 - nexus3.edgexfoundry.org:10004/core-data:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:57 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:14:57 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:14:57 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:57 latest 06:14:57 3.0.0-dev.128 06:14:57 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:14:57 main 06:14:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:14:58 69355bcf4a7f: Preparing 06:14:58 142321d4ef6a: Preparing 06:14:58 c4264b311309: Preparing 06:14:58 a817d467a782: Preparing 06:14:58 672acfe92ea5: Preparing 06:14:58 ad9112d3c907: Preparing 06:14:58 f1417ff83b31: Preparing 06:14:58 f1417ff83b31: Waiting 06:14:58 ad9112d3c907: Waiting 06:14:58 672acfe92ea5: Layer already exists 06:14:58 a817d467a782: Layer already exists 06:14:58 ad9112d3c907: Layer already exists 06:14:58 f1417ff83b31: Layer already exists 06:14:58 69355bcf4a7f: Pushed 06:14:58 142321d4ef6a: Pushed 06:15:00 c4264b311309: Pushed 06:15:00 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:15:00 69355bcf4a7f: Preparing 06:15:00 142321d4ef6a: Preparing 06:15:00 c4264b311309: Preparing 06:15:00 a817d467a782: Preparing 06:15:00 672acfe92ea5: Preparing 06:15:00 ad9112d3c907: Preparing 06:15:00 f1417ff83b31: Preparing 06:15:00 f1417ff83b31: Waiting 06:15:00 ad9112d3c907: Waiting 06:15:00 142321d4ef6a: Layer already exists 06:15:00 69355bcf4a7f: Layer already exists 06:15:00 a817d467a782: Layer already exists 06:15:00 c4264b311309: Layer already exists 06:15:00 672acfe92ea5: Layer already exists 06:15:00 ad9112d3c907: Layer already exists 06:15:00 f1417ff83b31: Layer already exists 06:15:00 latest: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 06:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:15:01 69355bcf4a7f: Preparing 06:15:01 142321d4ef6a: Preparing 06:15:01 c4264b311309: Preparing 06:15:01 a817d467a782: Preparing 06:15:01 672acfe92ea5: Preparing 06:15:01 ad9112d3c907: Preparing 06:15:01 f1417ff83b31: Preparing 06:15:01 ad9112d3c907: Waiting 06:15:01 f1417ff83b31: Waiting 06:15:01 142321d4ef6a: Layer already exists 06:15:01 a817d467a782: Layer already exists 06:15:01 c4264b311309: Layer already exists 06:15:01 69355bcf4a7f: Layer already exists 06:15:01 672acfe92ea5: Layer already exists 06:15:01 f1417ff83b31: Layer already exists 06:15:01 ad9112d3c907: Layer already exists 06:15:01 3.0.0-dev.128: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:15:01 69355bcf4a7f: Preparing 06:15:01 142321d4ef6a: Preparing 06:15:01 c4264b311309: Preparing 06:15:01 a817d467a782: Preparing 06:15:01 672acfe92ea5: Preparing 06:15:01 ad9112d3c907: Preparing 06:15:01 f1417ff83b31: Preparing 06:15:01 ad9112d3c907: Waiting 06:15:01 f1417ff83b31: Waiting 06:15:01 142321d4ef6a: Layer already exists 06:15:01 a817d467a782: Layer already exists 06:15:01 69355bcf4a7f: Layer already exists 06:15:01 672acfe92ea5: Layer already exists 06:15:01 c4264b311309: Layer already exists 06:15:01 ad9112d3c907: Layer already exists 06:15:01 f1417ff83b31: Layer already exists 06:15:02 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:15:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:15:02 69355bcf4a7f: Preparing 06:15:02 142321d4ef6a: Preparing 06:15:02 c4264b311309: Preparing 06:15:02 a817d467a782: Preparing 06:15:02 672acfe92ea5: Preparing 06:15:02 ad9112d3c907: Preparing 06:15:02 f1417ff83b31: Preparing 06:15:02 f1417ff83b31: Waiting 06:15:02 672acfe92ea5: Layer already exists 06:15:02 a817d467a782: Layer already exists 06:15:02 c4264b311309: Layer already exists 06:15:02 69355bcf4a7f: Layer already exists 06:15:02 142321d4ef6a: Layer already exists 06:15:02 ad9112d3c907: Layer already exists 06:15:02 f1417ff83b31: Layer already exists 06:15:02 main: digest: sha256:b56c67b36a6ff8c75889f55d4e8f8a74249757852ccc926ea8cafb66966797d9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:02 ===================================================== [Pipeline] echo 06:15:02 taggedImages: 06:15:02 - nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:02 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:15:02 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.128 06:15:02 - nexus3.edgexfoundry.org:10004/core-metadata:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:02 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:15:02 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:15:02 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:02 latest 06:15:02 3.0.0-dev.128 06:15:02 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:02 main 06:15:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:03 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:15:03 da0c0eb1bcc7: Preparing 06:15:03 da0c0eb1bcc7: Preparing 06:15:03 26e6ae3cf85e: Preparing 06:15:03 fb0b69ee607d: Preparing 06:15:03 e4bd78c96c51: Preparing 06:15:03 4a2af999432c: Preparing 06:15:03 b9ef615e04c8: Preparing 06:15:03 a817d467a782: Preparing 06:15:03 672acfe92ea5: Preparing 06:15:03 8b7437435731: Preparing 06:15:03 eb064d28708b: Preparing 06:15:03 4dbc179dba55: Preparing 06:15:03 7d0aaa0cb313: Preparing 06:15:03 f1417ff83b31: Preparing 06:15:03 a817d467a782: Waiting 06:15:03 672acfe92ea5: Waiting 06:15:03 8b7437435731: Waiting 06:15:03 7d0aaa0cb313: Waiting 06:15:03 f1417ff83b31: Waiting 06:15:03 eb064d28708b: Waiting 06:15:03 b9ef615e04c8: Waiting 06:15:03 26e6ae3cf85e: Pushed 06:15:03 e4bd78c96c51: Pushed 06:15:03 fb0b69ee607d: Pushed 06:15:03 4a2af999432c: Pushed 06:15:03 a817d467a782: Layer already exists 06:15:03 672acfe92ea5: Layer already exists 06:15:03 da0c0eb1bcc7: Pushed 06:15:03 4dbc179dba55: Pushed 06:15:03 7d0aaa0cb313: Pushed 06:15:03 f1417ff83b31: Layer already exists 06:15:03 8b7437435731: Pushed 06:15:03 eb064d28708b: Pushed 06:15:05 b9ef615e04c8: Pushed 06:15:05 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:15:05 da0c0eb1bcc7: Preparing 06:15:05 da0c0eb1bcc7: Preparing 06:15:05 26e6ae3cf85e: Preparing 06:15:05 fb0b69ee607d: Preparing 06:15:05 e4bd78c96c51: Preparing 06:15:05 4a2af999432c: Preparing 06:15:05 b9ef615e04c8: Preparing 06:15:05 a817d467a782: Preparing 06:15:05 672acfe92ea5: Preparing 06:15:05 8b7437435731: Preparing 06:15:05 eb064d28708b: Preparing 06:15:05 4dbc179dba55: Preparing 06:15:05 7d0aaa0cb313: Preparing 06:15:05 f1417ff83b31: Preparing 06:15:05 a817d467a782: Waiting 06:15:05 672acfe92ea5: Waiting 06:15:05 b9ef615e04c8: Waiting 06:15:05 7d0aaa0cb313: Waiting 06:15:05 8b7437435731: Waiting 06:15:05 f1417ff83b31: Waiting 06:15:05 4dbc179dba55: Waiting 06:15:05 eb064d28708b: Waiting 06:15:05 26e6ae3cf85e: Layer already exists 06:15:05 4a2af999432c: Layer already exists 06:15:05 fb0b69ee607d: Layer already exists 06:15:05 e4bd78c96c51: Layer already exists 06:15:05 da0c0eb1bcc7: Layer already exists 06:15:05 8b7437435731: Layer already exists 06:15:05 b9ef615e04c8: Layer already exists 06:15:05 672acfe92ea5: Layer already exists 06:15:05 eb064d28708b: Layer already exists 06:15:05 a817d467a782: Layer already exists 06:15:05 7d0aaa0cb313: Layer already exists 06:15:05 f1417ff83b31: Layer already exists 06:15:05 4dbc179dba55: Layer already exists 06:15:05 latest: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 06:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:15:06 da0c0eb1bcc7: Preparing 06:15:06 da0c0eb1bcc7: Preparing 06:15:06 26e6ae3cf85e: Preparing 06:15:06 fb0b69ee607d: Preparing 06:15:06 e4bd78c96c51: Preparing 06:15:06 4a2af999432c: Preparing 06:15:06 b9ef615e04c8: Preparing 06:15:06 a817d467a782: Preparing 06:15:06 672acfe92ea5: Preparing 06:15:06 8b7437435731: Preparing 06:15:06 eb064d28708b: Preparing 06:15:06 4dbc179dba55: Preparing 06:15:06 7d0aaa0cb313: Preparing 06:15:06 f1417ff83b31: Preparing 06:15:06 eb064d28708b: Waiting 06:15:06 b9ef615e04c8: Waiting 06:15:06 672acfe92ea5: Waiting 06:15:06 8b7437435731: Waiting 06:15:06 a817d467a782: Waiting 06:15:06 7d0aaa0cb313: Waiting 06:15:06 4dbc179dba55: Waiting 06:15:06 f1417ff83b31: Waiting 06:15:06 26e6ae3cf85e: Layer already exists 06:15:06 fb0b69ee607d: Layer already exists 06:15:06 da0c0eb1bcc7: Layer already exists 06:15:06 e4bd78c96c51: Layer already exists 06:15:06 4a2af999432c: Layer already exists 06:15:06 b9ef615e04c8: Layer already exists 06:15:06 672acfe92ea5: Layer already exists 06:15:06 a817d467a782: Layer already exists 06:15:06 8b7437435731: Layer already exists 06:15:06 eb064d28708b: Layer already exists 06:15:06 4dbc179dba55: Layer already exists 06:15:06 7d0aaa0cb313: Layer already exists 06:15:06 f1417ff83b31: Layer already exists 06:15:06 3.0.0-dev.128: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:15:06 da0c0eb1bcc7: Preparing 06:15:06 da0c0eb1bcc7: Preparing 06:15:06 26e6ae3cf85e: Preparing 06:15:06 fb0b69ee607d: Preparing 06:15:06 e4bd78c96c51: Preparing 06:15:06 4a2af999432c: Preparing 06:15:06 b9ef615e04c8: Preparing 06:15:06 a817d467a782: Preparing 06:15:06 672acfe92ea5: Preparing 06:15:06 8b7437435731: Preparing 06:15:06 a817d467a782: Waiting 06:15:06 b9ef615e04c8: Waiting 06:15:06 8b7437435731: Waiting 06:15:06 672acfe92ea5: Waiting 06:15:06 eb064d28708b: Preparing 06:15:06 4dbc179dba55: Preparing 06:15:06 7d0aaa0cb313: Preparing 06:15:06 f1417ff83b31: Preparing 06:15:06 eb064d28708b: Waiting 06:15:06 4dbc179dba55: Waiting 06:15:06 7d0aaa0cb313: Waiting 06:15:06 da0c0eb1bcc7: Layer already exists 06:15:06 e4bd78c96c51: Layer already exists 06:15:06 fb0b69ee607d: Layer already exists 06:15:06 4a2af999432c: Layer already exists 06:15:06 26e6ae3cf85e: Layer already exists 06:15:06 b9ef615e04c8: Layer already exists 06:15:06 672acfe92ea5: Layer already exists 06:15:06 a817d467a782: Layer already exists 06:15:06 8b7437435731: Layer already exists 06:15:06 eb064d28708b: Layer already exists 06:15:06 4dbc179dba55: Layer already exists 06:15:06 f1417ff83b31: Layer already exists 06:15:06 7d0aaa0cb313: Layer already exists 06:15:06 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:15:07 da0c0eb1bcc7: Preparing 06:15:07 da0c0eb1bcc7: Preparing 06:15:07 26e6ae3cf85e: Preparing 06:15:07 fb0b69ee607d: Preparing 06:15:07 e4bd78c96c51: Preparing 06:15:07 4a2af999432c: Preparing 06:15:07 b9ef615e04c8: Preparing 06:15:07 a817d467a782: Preparing 06:15:07 672acfe92ea5: Preparing 06:15:07 8b7437435731: Preparing 06:15:07 eb064d28708b: Preparing 06:15:07 4dbc179dba55: Preparing 06:15:07 7d0aaa0cb313: Preparing 06:15:07 f1417ff83b31: Preparing 06:15:07 b9ef615e04c8: Waiting 06:15:07 a817d467a782: Waiting 06:15:07 8b7437435731: Waiting 06:15:07 672acfe92ea5: Waiting 06:15:07 7d0aaa0cb313: Waiting 06:15:07 eb064d28708b: Waiting 06:15:07 f1417ff83b31: Waiting 06:15:07 4dbc179dba55: Waiting 06:15:07 da0c0eb1bcc7: Layer already exists 06:15:07 4a2af999432c: Layer already exists 06:15:07 26e6ae3cf85e: Layer already exists 06:15:07 e4bd78c96c51: Layer already exists 06:15:07 fb0b69ee607d: Layer already exists 06:15:07 a817d467a782: Layer already exists 06:15:07 b9ef615e04c8: Layer already exists 06:15:07 8b7437435731: Layer already exists 06:15:07 672acfe92ea5: Layer already exists 06:15:07 eb064d28708b: Layer already exists 06:15:07 4dbc179dba55: Layer already exists 06:15:07 f1417ff83b31: Layer already exists 06:15:07 7d0aaa0cb313: Layer already exists 06:15:07 main: digest: sha256:d4fa5fe322bd7dbc8e81aaf65bf8fbabfd801eee6076332eaf25a34213452965 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:07 ===================================================== [Pipeline] echo 06:15:07 taggedImages: 06:15:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:15:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.128 06:15:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:15:07 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:15:07 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:07 latest 06:15:07 3.0.0-dev.128 06:15:07 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:07 main 06:15:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:15:08 498516ed7882: Preparing 06:15:08 a77bbf101cb4: Preparing 06:15:08 e35f8e6086ca: Preparing 06:15:08 9c3d22b7bf36: Preparing 06:15:08 a817d467a782: Preparing 06:15:08 672acfe92ea5: Preparing 06:15:08 3bd008e20ae1: Preparing 06:15:08 f1417ff83b31: Preparing 06:15:08 672acfe92ea5: Waiting 06:15:08 3bd008e20ae1: Waiting 06:15:08 f1417ff83b31: Waiting 06:15:08 a77bbf101cb4: Layer already exists 06:15:08 a817d467a782: Layer already exists 06:15:08 672acfe92ea5: Layer already exists 06:15:08 f1417ff83b31: Layer already exists 06:15:08 e35f8e6086ca: Pushed 06:15:08 498516ed7882: Pushed 06:15:08 3bd008e20ae1: Pushed 06:15:09 9c3d22b7bf36: Pushed 06:15:09 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:09 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:15:10 498516ed7882: Preparing 06:15:10 a77bbf101cb4: Preparing 06:15:10 e35f8e6086ca: Preparing 06:15:10 9c3d22b7bf36: Preparing 06:15:10 a817d467a782: Preparing 06:15:10 672acfe92ea5: Preparing 06:15:10 3bd008e20ae1: Preparing 06:15:10 f1417ff83b31: Preparing 06:15:10 672acfe92ea5: Waiting 06:15:10 f1417ff83b31: Waiting 06:15:10 3bd008e20ae1: Waiting 06:15:10 498516ed7882: Layer already exists 06:15:10 a817d467a782: Layer already exists 06:15:10 e35f8e6086ca: Layer already exists 06:15:10 9c3d22b7bf36: Layer already exists 06:15:10 a77bbf101cb4: Layer already exists 06:15:10 3bd008e20ae1: Layer already exists 06:15:10 f1417ff83b31: Layer already exists 06:15:10 672acfe92ea5: Layer already exists 06:15:10 latest: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 06:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:15:10 498516ed7882: Preparing 06:15:10 a77bbf101cb4: Preparing 06:15:10 e35f8e6086ca: Preparing 06:15:10 9c3d22b7bf36: Preparing 06:15:10 a817d467a782: Preparing 06:15:10 672acfe92ea5: Preparing 06:15:10 3bd008e20ae1: Preparing 06:15:10 f1417ff83b31: Preparing 06:15:10 672acfe92ea5: Waiting 06:15:10 3bd008e20ae1: Waiting 06:15:10 f1417ff83b31: Waiting 06:15:10 e35f8e6086ca: Layer already exists 06:15:10 a817d467a782: Layer already exists 06:15:10 a77bbf101cb4: Layer already exists 06:15:10 9c3d22b7bf36: Layer already exists 06:15:10 498516ed7882: Layer already exists 06:15:10 672acfe92ea5: Layer already exists 06:15:10 f1417ff83b31: Layer already exists 06:15:10 3bd008e20ae1: Layer already exists 06:15:10 3.0.0-dev.128: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:15:11 498516ed7882: Preparing 06:15:11 a77bbf101cb4: Preparing 06:15:11 e35f8e6086ca: Preparing 06:15:11 9c3d22b7bf36: Preparing 06:15:11 a817d467a782: Preparing 06:15:11 672acfe92ea5: Preparing 06:15:11 3bd008e20ae1: Preparing 06:15:11 f1417ff83b31: Preparing 06:15:11 672acfe92ea5: Waiting 06:15:11 3bd008e20ae1: Waiting 06:15:11 f1417ff83b31: Waiting 06:15:11 e35f8e6086ca: Layer already exists 06:15:11 9c3d22b7bf36: Layer already exists 06:15:11 a77bbf101cb4: Layer already exists 06:15:11 a817d467a782: Layer already exists 06:15:11 498516ed7882: Layer already exists 06:15:11 672acfe92ea5: Layer already exists 06:15:11 3bd008e20ae1: Layer already exists 06:15:11 f1417ff83b31: Layer already exists 06:15:11 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:15:12 498516ed7882: Preparing 06:15:12 a77bbf101cb4: Preparing 06:15:12 e35f8e6086ca: Preparing 06:15:12 9c3d22b7bf36: Preparing 06:15:12 a817d467a782: Preparing 06:15:12 672acfe92ea5: Preparing 06:15:12 3bd008e20ae1: Preparing 06:15:12 f1417ff83b31: Preparing 06:15:12 672acfe92ea5: Waiting 06:15:12 3bd008e20ae1: Waiting 06:15:12 f1417ff83b31: Waiting 06:15:12 e35f8e6086ca: Layer already exists 06:15:12 498516ed7882: Layer already exists 06:15:12 a77bbf101cb4: Layer already exists 06:15:12 a817d467a782: Layer already exists 06:15:12 9c3d22b7bf36: Layer already exists 06:15:12 672acfe92ea5: Layer already exists 06:15:12 3bd008e20ae1: Layer already exists 06:15:12 f1417ff83b31: Layer already exists 06:15:12 main: digest: sha256:47114f1b0f058c3e1fc98ffc78cf887837e44d98c7f1f4c1d5373b2a42964f13 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:12 ===================================================== [Pipeline] echo 06:15:12 taggedImages: 06:15:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:15:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.128 06:15:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:15:12 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:15:12 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:12 latest 06:15:12 3.0.0-dev.128 06:15:12 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:12 main 06:15:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:15:12 65399e0f1aa0: Preparing 06:15:12 576eafa536a9: Preparing 06:15:12 9f11a3cf0b0c: Preparing 06:15:12 1a07cae1a8a5: Preparing 06:15:12 a817d467a782: Preparing 06:15:12 672acfe92ea5: Preparing 06:15:12 5dc8514a2754: Preparing 06:15:12 4ab8a4ed7df5: Preparing 06:15:12 f1417ff83b31: Preparing 06:15:12 672acfe92ea5: Waiting 06:15:12 4ab8a4ed7df5: Waiting 06:15:12 5dc8514a2754: Waiting 06:15:12 a817d467a782: Layer already exists 06:15:12 672acfe92ea5: Layer already exists 06:15:12 65399e0f1aa0: Pushed 06:15:12 5dc8514a2754: Pushed 06:15:12 1a07cae1a8a5: Pushed 06:15:12 576eafa536a9: Pushed 06:15:12 f1417ff83b31: Layer already exists 06:15:12 4ab8a4ed7df5: Pushed 06:15:13 9f11a3cf0b0c: Pushed 06:15:14 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:15:14 65399e0f1aa0: Preparing 06:15:14 576eafa536a9: Preparing 06:15:14 9f11a3cf0b0c: Preparing 06:15:14 1a07cae1a8a5: Preparing 06:15:14 a817d467a782: Preparing 06:15:14 672acfe92ea5: Preparing 06:15:14 5dc8514a2754: Preparing 06:15:14 4ab8a4ed7df5: Preparing 06:15:14 f1417ff83b31: Preparing 06:15:14 5dc8514a2754: Waiting 06:15:14 4ab8a4ed7df5: Waiting 06:15:14 672acfe92ea5: Waiting 06:15:14 f1417ff83b31: Waiting 06:15:14 576eafa536a9: Layer already exists 06:15:14 a817d467a782: Layer already exists 06:15:14 9f11a3cf0b0c: Layer already exists 06:15:14 65399e0f1aa0: Layer already exists 06:15:14 1a07cae1a8a5: Layer already exists 06:15:14 672acfe92ea5: Layer already exists 06:15:14 5dc8514a2754: Layer already exists 06:15:14 4ab8a4ed7df5: Layer already exists 06:15:14 f1417ff83b31: Layer already exists 06:15:14 latest: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 06:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:15:15 65399e0f1aa0: Preparing 06:15:15 576eafa536a9: Preparing 06:15:15 9f11a3cf0b0c: Preparing 06:15:15 1a07cae1a8a5: Preparing 06:15:15 a817d467a782: Preparing 06:15:15 672acfe92ea5: Preparing 06:15:15 5dc8514a2754: Preparing 06:15:15 4ab8a4ed7df5: Preparing 06:15:15 f1417ff83b31: Preparing 06:15:15 672acfe92ea5: Waiting 06:15:15 4ab8a4ed7df5: Waiting 06:15:15 f1417ff83b31: Waiting 06:15:15 a817d467a782: Layer already exists 06:15:15 65399e0f1aa0: Layer already exists 06:15:15 1a07cae1a8a5: Layer already exists 06:15:15 9f11a3cf0b0c: Layer already exists 06:15:15 576eafa536a9: Layer already exists 06:15:15 672acfe92ea5: Layer already exists 06:15:15 5dc8514a2754: Layer already exists 06:15:15 4ab8a4ed7df5: Layer already exists 06:15:15 f1417ff83b31: Layer already exists 06:15:15 3.0.0-dev.128: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:15:16 65399e0f1aa0: Preparing 06:15:16 576eafa536a9: Preparing 06:15:16 9f11a3cf0b0c: Preparing 06:15:16 1a07cae1a8a5: Preparing 06:15:16 a817d467a782: Preparing 06:15:16 672acfe92ea5: Preparing 06:15:16 5dc8514a2754: Preparing 06:15:16 4ab8a4ed7df5: Preparing 06:15:16 f1417ff83b31: Preparing 06:15:16 672acfe92ea5: Waiting 06:15:16 4ab8a4ed7df5: Waiting 06:15:16 f1417ff83b31: Waiting 06:15:16 5dc8514a2754: Waiting 06:15:16 a817d467a782: Layer already exists 06:15:16 65399e0f1aa0: Layer already exists 06:15:16 9f11a3cf0b0c: Layer already exists 06:15:16 576eafa536a9: Layer already exists 06:15:16 1a07cae1a8a5: Layer already exists 06:15:16 672acfe92ea5: Layer already exists 06:15:16 5dc8514a2754: Layer already exists 06:15:16 4ab8a4ed7df5: Layer already exists 06:15:16 f1417ff83b31: Layer already exists 06:15:16 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:15:16 65399e0f1aa0: Preparing 06:15:16 576eafa536a9: Preparing 06:15:16 9f11a3cf0b0c: Preparing 06:15:16 1a07cae1a8a5: Preparing 06:15:16 a817d467a782: Preparing 06:15:16 672acfe92ea5: Preparing 06:15:16 5dc8514a2754: Preparing 06:15:16 4ab8a4ed7df5: Preparing 06:15:16 f1417ff83b31: Preparing 06:15:16 672acfe92ea5: Waiting 06:15:16 5dc8514a2754: Waiting 06:15:16 4ab8a4ed7df5: Waiting 06:15:16 f1417ff83b31: Waiting 06:15:16 576eafa536a9: Layer already exists 06:15:16 1a07cae1a8a5: Layer already exists 06:15:16 a817d467a782: Layer already exists 06:15:16 65399e0f1aa0: Layer already exists 06:15:16 9f11a3cf0b0c: Layer already exists 06:15:16 672acfe92ea5: Layer already exists 06:15:16 4ab8a4ed7df5: Layer already exists 06:15:16 f1417ff83b31: Layer already exists 06:15:16 5dc8514a2754: Layer already exists 06:15:16 main: digest: sha256:bf30b6e9f925282913be994c7c1b4297dddc44ec87c0aa14d3d626746aeb5398 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:16 ===================================================== [Pipeline] echo 06:15:16 taggedImages: 06:15:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:15:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.128 06:15:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:15:16 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:15:16 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:16 latest 06:15:16 3.0.0-dev.128 06:15:16 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:16 main 06:15:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:15:17 807c7c676092: Preparing 06:15:17 e1fb57a409ee: Preparing 06:15:17 e4345c6bfd19: Preparing 06:15:17 edecc219899e: Preparing 06:15:17 d131cc7a0fda: Preparing 06:15:17 2e7f66248da8: Preparing 06:15:17 e574a6026dfd: Preparing 06:15:17 a817d467a782: Preparing 06:15:17 672acfe92ea5: Preparing 06:15:17 2e7f66248da8: Waiting 06:15:17 e574a6026dfd: Waiting 06:15:17 a817d467a782: Waiting 06:15:17 b734eafc007d: Preparing 06:15:17 f1417ff83b31: Preparing 06:15:17 f1417ff83b31: Waiting 06:15:17 672acfe92ea5: Waiting 06:15:17 807c7c676092: Pushed 06:15:17 d131cc7a0fda: Pushed 06:15:17 e1fb57a409ee: Pushed 06:15:17 a817d467a782: Layer already exists 06:15:17 672acfe92ea5: Layer already exists 06:15:17 2e7f66248da8: Pushed 06:15:17 f1417ff83b31: Layer already exists 06:15:17 e574a6026dfd: Pushed 06:15:17 b734eafc007d: Pushed 06:15:18 edecc219899e: Pushed 06:15:18 e4345c6bfd19: Pushed 06:15:19 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:15:19 807c7c676092: Preparing 06:15:19 e1fb57a409ee: Preparing 06:15:19 e4345c6bfd19: Preparing 06:15:19 edecc219899e: Preparing 06:15:19 d131cc7a0fda: Preparing 06:15:19 2e7f66248da8: Preparing 06:15:19 e574a6026dfd: Preparing 06:15:19 a817d467a782: Preparing 06:15:19 672acfe92ea5: Preparing 06:15:19 b734eafc007d: Preparing 06:15:19 f1417ff83b31: Preparing 06:15:19 a817d467a782: Waiting 06:15:19 672acfe92ea5: Waiting 06:15:19 f1417ff83b31: Waiting 06:15:19 b734eafc007d: Waiting 06:15:19 e574a6026dfd: Waiting 06:15:19 e1fb57a409ee: Layer already exists 06:15:19 e4345c6bfd19: Layer already exists 06:15:19 807c7c676092: Layer already exists 06:15:19 d131cc7a0fda: Layer already exists 06:15:19 edecc219899e: Layer already exists 06:15:19 e574a6026dfd: Layer already exists 06:15:19 a817d467a782: Layer already exists 06:15:19 b734eafc007d: Layer already exists 06:15:19 672acfe92ea5: Layer already exists 06:15:19 2e7f66248da8: Layer already exists 06:15:19 f1417ff83b31: Layer already exists 06:15:19 latest: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 06:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:15:20 807c7c676092: Preparing 06:15:20 e1fb57a409ee: Preparing 06:15:20 e4345c6bfd19: Preparing 06:15:20 edecc219899e: Preparing 06:15:20 d131cc7a0fda: Preparing 06:15:20 2e7f66248da8: Preparing 06:15:20 e574a6026dfd: Preparing 06:15:20 a817d467a782: Preparing 06:15:20 672acfe92ea5: Preparing 06:15:20 b734eafc007d: Preparing 06:15:20 f1417ff83b31: Preparing 06:15:20 2e7f66248da8: Waiting 06:15:20 b734eafc007d: Waiting 06:15:20 e574a6026dfd: Waiting 06:15:20 f1417ff83b31: Waiting 06:15:20 a817d467a782: Waiting 06:15:20 672acfe92ea5: Waiting 06:15:20 d131cc7a0fda: Layer already exists 06:15:20 e4345c6bfd19: Layer already exists 06:15:20 edecc219899e: Layer already exists 06:15:20 e1fb57a409ee: Layer already exists 06:15:20 807c7c676092: Layer already exists 06:15:20 e574a6026dfd: Layer already exists 06:15:20 a817d467a782: Layer already exists 06:15:20 672acfe92ea5: Layer already exists 06:15:20 2e7f66248da8: Layer already exists 06:15:20 b734eafc007d: Layer already exists 06:15:20 f1417ff83b31: Layer already exists 06:15:20 3.0.0-dev.128: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:15:20 807c7c676092: Preparing 06:15:20 e1fb57a409ee: Preparing 06:15:20 e4345c6bfd19: Preparing 06:15:20 edecc219899e: Preparing 06:15:20 d131cc7a0fda: Preparing 06:15:20 2e7f66248da8: Preparing 06:15:20 e574a6026dfd: Preparing 06:15:20 a817d467a782: Preparing 06:15:20 672acfe92ea5: Preparing 06:15:20 b734eafc007d: Preparing 06:15:20 f1417ff83b31: Preparing 06:15:20 a817d467a782: Waiting 06:15:20 e574a6026dfd: Waiting 06:15:20 f1417ff83b31: Waiting 06:15:20 b734eafc007d: Waiting 06:15:20 672acfe92ea5: Waiting 06:15:20 2e7f66248da8: Waiting 06:15:20 edecc219899e: Layer already exists 06:15:20 e1fb57a409ee: Layer already exists 06:15:20 807c7c676092: Layer already exists 06:15:20 e4345c6bfd19: Layer already exists 06:15:20 d131cc7a0fda: Layer already exists 06:15:20 e574a6026dfd: Layer already exists 06:15:20 2e7f66248da8: Layer already exists 06:15:20 b734eafc007d: Layer already exists 06:15:20 a817d467a782: Layer already exists 06:15:20 672acfe92ea5: Layer already exists 06:15:20 f1417ff83b31: Layer already exists 06:15:20 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:15:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:15:21 807c7c676092: Preparing 06:15:21 e1fb57a409ee: Preparing 06:15:21 e4345c6bfd19: Preparing 06:15:21 edecc219899e: Preparing 06:15:21 d131cc7a0fda: Preparing 06:15:21 2e7f66248da8: Preparing 06:15:21 e574a6026dfd: Preparing 06:15:21 a817d467a782: Preparing 06:15:21 672acfe92ea5: Preparing 06:15:21 b734eafc007d: Preparing 06:15:21 f1417ff83b31: Preparing 06:15:21 2e7f66248da8: Waiting 06:15:21 e574a6026dfd: Waiting 06:15:21 a817d467a782: Waiting 06:15:21 f1417ff83b31: Waiting 06:15:21 672acfe92ea5: Waiting 06:15:21 b734eafc007d: Waiting 06:15:21 d131cc7a0fda: Layer already exists 06:15:21 e4345c6bfd19: Layer already exists 06:15:21 807c7c676092: Layer already exists 06:15:21 e1fb57a409ee: Layer already exists 06:15:21 edecc219899e: Layer already exists 06:15:21 2e7f66248da8: Layer already exists 06:15:21 e574a6026dfd: Layer already exists 06:15:21 672acfe92ea5: Layer already exists 06:15:21 b734eafc007d: Layer already exists 06:15:21 a817d467a782: Layer already exists 06:15:21 f1417ff83b31: Layer already exists 06:15:21 main: digest: sha256:a69be0c513e82a404432f118e22afe8bfcd58fcdbe4f51498202243c5bd08efb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:21 ===================================================== [Pipeline] echo 06:15:21 taggedImages: 06:15:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:15:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.128 06:15:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:15:21 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:15:21 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:21 latest 06:15:21 3.0.0-dev.128 06:15:21 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:21 main 06:15:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:15:22 e7bfe080227a: Preparing 06:15:22 2cf0dac13f03: Preparing 06:15:22 a817d467a782: Preparing 06:15:22 672acfe92ea5: Preparing 06:15:22 35d7c79bd1f2: Preparing 06:15:22 f1417ff83b31: Preparing 06:15:22 f1417ff83b31: Waiting 06:15:22 672acfe92ea5: Layer already exists 06:15:22 a817d467a782: Layer already exists 06:15:22 f1417ff83b31: Layer already exists 06:15:22 e7bfe080227a: Pushed 06:15:22 35d7c79bd1f2: Pushed 06:15:24 2cf0dac13f03: Pushed 06:15:24 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:24 + 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 06:15:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:15:24 e7bfe080227a: Preparing 06:15:24 2cf0dac13f03: Preparing 06:15:24 a817d467a782: Preparing 06:15:24 672acfe92ea5: Preparing 06:15:24 35d7c79bd1f2: Preparing 06:15:24 f1417ff83b31: Preparing 06:15:24 f1417ff83b31: Waiting 06:15:24 672acfe92ea5: Layer already exists 06:15:24 2cf0dac13f03: Layer already exists 06:15:24 a817d467a782: Layer already exists 06:15:24 e7bfe080227a: Layer already exists 06:15:24 35d7c79bd1f2: Layer already exists 06:15:24 f1417ff83b31: Layer already exists 06:15:24 latest: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:25 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 06:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:15:25 e7bfe080227a: Preparing 06:15:25 2cf0dac13f03: Preparing 06:15:25 a817d467a782: Preparing 06:15:25 672acfe92ea5: Preparing 06:15:25 35d7c79bd1f2: Preparing 06:15:25 f1417ff83b31: Preparing 06:15:25 f1417ff83b31: Waiting 06:15:25 a817d467a782: Layer already exists 06:15:25 2cf0dac13f03: Layer already exists 06:15:25 672acfe92ea5: Layer already exists 06:15:25 e7bfe080227a: Layer already exists 06:15:25 35d7c79bd1f2: Layer already exists 06:15:25 f1417ff83b31: Layer already exists 06:15:25 3.0.0-dev.128: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:25 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:15:26 e7bfe080227a: Preparing 06:15:26 2cf0dac13f03: Preparing 06:15:26 a817d467a782: Preparing 06:15:26 672acfe92ea5: Preparing 06:15:26 35d7c79bd1f2: Preparing 06:15:26 f1417ff83b31: Preparing 06:15:26 f1417ff83b31: Waiting 06:15:26 a817d467a782: Layer already exists 06:15:26 35d7c79bd1f2: Layer already exists 06:15:26 672acfe92ea5: Layer already exists 06:15:26 e7bfe080227a: Layer already exists 06:15:26 2cf0dac13f03: Layer already exists 06:15:26 f1417ff83b31: Layer already exists 06:15:26 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:26 + 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 06:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:15:26 e7bfe080227a: Preparing 06:15:26 2cf0dac13f03: Preparing 06:15:26 a817d467a782: Preparing 06:15:26 672acfe92ea5: Preparing 06:15:26 35d7c79bd1f2: Preparing 06:15:26 f1417ff83b31: Preparing 06:15:26 f1417ff83b31: Waiting 06:15:26 35d7c79bd1f2: Layer already exists 06:15:26 2cf0dac13f03: Layer already exists 06:15:26 e7bfe080227a: Layer already exists 06:15:26 a817d467a782: Layer already exists 06:15:26 672acfe92ea5: Layer already exists 06:15:26 f1417ff83b31: Layer already exists 06:15:26 main: digest: sha256:e2416b006f7199d736732ebb0506a2b247a4536086e9e5a4ef54074ae3c8277f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:26 ===================================================== [Pipeline] echo 06:15:26 taggedImages: 06:15:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:15:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.128 06:15:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:15:26 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:15:26 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:26 latest 06:15:26 3.0.0-dev.128 06:15:26 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:26 main 06:15:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:15:27 d8b74e08ab5e: Preparing 06:15:27 8e6f3843414c: Preparing 06:15:27 9c1734eb66c1: Preparing 06:15:27 7fae1f808c6d: Preparing 06:15:27 e3e8407f8a83: Preparing 06:15:27 a817d467a782: Preparing 06:15:27 672acfe92ea5: Preparing 06:15:27 f2d91a7eef20: Preparing 06:15:27 f1417ff83b31: Preparing 06:15:27 a817d467a782: Waiting 06:15:27 f1417ff83b31: Waiting 06:15:27 f2d91a7eef20: Waiting 06:15:27 9c1734eb66c1: Pushed 06:15:27 8e6f3843414c: Pushed 06:15:27 d8b74e08ab5e: Pushed 06:15:27 a817d467a782: Layer already exists 06:15:27 672acfe92ea5: Layer already exists 06:15:27 f1417ff83b31: Layer already exists 06:15:28 f2d91a7eef20: Pushed 06:15:31 e3e8407f8a83: Pushed 06:15:34 7fae1f808c6d: Pushed 06:15:34 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:15:34 d8b74e08ab5e: Preparing 06:15:34 8e6f3843414c: Preparing 06:15:34 9c1734eb66c1: Preparing 06:15:34 7fae1f808c6d: Preparing 06:15:34 e3e8407f8a83: Preparing 06:15:34 a817d467a782: Preparing 06:15:34 672acfe92ea5: Preparing 06:15:34 f2d91a7eef20: Preparing 06:15:34 f1417ff83b31: Preparing 06:15:34 a817d467a782: Waiting 06:15:34 672acfe92ea5: Waiting 06:15:34 f2d91a7eef20: Waiting 06:15:34 f1417ff83b31: Waiting 06:15:34 e3e8407f8a83: Layer already exists 06:15:34 9c1734eb66c1: Layer already exists 06:15:34 7fae1f808c6d: Layer already exists 06:15:34 8e6f3843414c: Layer already exists 06:15:34 d8b74e08ab5e: Layer already exists 06:15:34 a817d467a782: Layer already exists 06:15:34 672acfe92ea5: Layer already exists 06:15:34 f1417ff83b31: Layer already exists 06:15:34 f2d91a7eef20: Layer already exists 06:15:34 latest: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 06:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:15:35 d8b74e08ab5e: Preparing 06:15:35 8e6f3843414c: Preparing 06:15:35 9c1734eb66c1: Preparing 06:15:35 7fae1f808c6d: Preparing 06:15:35 e3e8407f8a83: Preparing 06:15:35 a817d467a782: Preparing 06:15:35 672acfe92ea5: Preparing 06:15:35 f2d91a7eef20: Preparing 06:15:35 f1417ff83b31: Preparing 06:15:35 672acfe92ea5: Waiting 06:15:35 f2d91a7eef20: Waiting 06:15:35 f1417ff83b31: Waiting 06:15:35 a817d467a782: Waiting 06:15:35 e3e8407f8a83: Layer already exists 06:15:35 7fae1f808c6d: Layer already exists 06:15:35 9c1734eb66c1: Layer already exists 06:15:35 8e6f3843414c: Layer already exists 06:15:35 d8b74e08ab5e: Layer already exists 06:15:35 a817d467a782: Layer already exists 06:15:35 f1417ff83b31: Layer already exists 06:15:35 f2d91a7eef20: Layer already exists 06:15:35 672acfe92ea5: Layer already exists 06:15:35 3.0.0-dev.128: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:15:36 d8b74e08ab5e: Preparing 06:15:36 8e6f3843414c: Preparing 06:15:36 9c1734eb66c1: Preparing 06:15:36 7fae1f808c6d: Preparing 06:15:36 e3e8407f8a83: Preparing 06:15:36 a817d467a782: Preparing 06:15:36 672acfe92ea5: Preparing 06:15:36 f2d91a7eef20: Preparing 06:15:36 f1417ff83b31: Preparing 06:15:36 672acfe92ea5: Waiting 06:15:36 f2d91a7eef20: Waiting 06:15:36 f1417ff83b31: Waiting 06:15:36 7fae1f808c6d: Layer already exists 06:15:36 8e6f3843414c: Layer already exists 06:15:36 e3e8407f8a83: Layer already exists 06:15:36 9c1734eb66c1: Layer already exists 06:15:36 d8b74e08ab5e: Layer already exists 06:15:36 a817d467a782: Layer already exists 06:15:36 f2d91a7eef20: Layer already exists 06:15:36 672acfe92ea5: Layer already exists 06:15:36 f1417ff83b31: Layer already exists 06:15:36 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:15:36 d8b74e08ab5e: Preparing 06:15:36 8e6f3843414c: Preparing 06:15:36 9c1734eb66c1: Preparing 06:15:36 7fae1f808c6d: Preparing 06:15:36 e3e8407f8a83: Preparing 06:15:36 a817d467a782: Preparing 06:15:36 672acfe92ea5: Preparing 06:15:36 f2d91a7eef20: Preparing 06:15:36 f1417ff83b31: Preparing 06:15:36 672acfe92ea5: Waiting 06:15:36 f2d91a7eef20: Waiting 06:15:36 f1417ff83b31: Waiting 06:15:36 a817d467a782: Waiting 06:15:36 9c1734eb66c1: Layer already exists 06:15:36 d8b74e08ab5e: Layer already exists 06:15:36 e3e8407f8a83: Layer already exists 06:15:36 8e6f3843414c: Layer already exists 06:15:36 7fae1f808c6d: Layer already exists 06:15:36 672acfe92ea5: Layer already exists 06:15:36 a817d467a782: Layer already exists 06:15:36 f1417ff83b31: Layer already exists 06:15:36 f2d91a7eef20: Layer already exists 06:15:36 main: digest: sha256:e65c313fcb7679654039680d378f00cc319b0a84b9957a827b78d83f6eadb3a7 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:36 ===================================================== [Pipeline] echo 06:15:36 taggedImages: 06:15:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:15:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.128 06:15:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:36 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:15:36 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:15:36 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:36 latest 06:15:36 3.0.0-dev.128 06:15:36 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:36 main 06:15:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:15:37 28e7fe5180b8: Preparing 06:15:37 430d5eb9e9ea: Preparing 06:15:37 df8cfdce9ab0: Preparing 06:15:37 9eef6031e01c: Preparing 06:15:37 a817d467a782: Preparing 06:15:37 672acfe92ea5: Preparing 06:15:37 21bba32f9082: Preparing 06:15:37 f1417ff83b31: Preparing 06:15:37 672acfe92ea5: Waiting 06:15:37 21bba32f9082: Waiting 06:15:37 f1417ff83b31: Waiting 06:15:37 a817d467a782: Layer already exists 06:15:37 672acfe92ea5: Layer already exists 06:15:37 430d5eb9e9ea: Pushed 06:15:37 28e7fe5180b8: Pushed 06:15:37 df8cfdce9ab0: Pushed 06:15:37 f1417ff83b31: Layer already exists 06:15:37 21bba32f9082: Pushed 06:15:44 9eef6031e01c: Pushed 06:15:44 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:15:44 28e7fe5180b8: Preparing 06:15:44 430d5eb9e9ea: Preparing 06:15:44 df8cfdce9ab0: Preparing 06:15:44 9eef6031e01c: Preparing 06:15:44 a817d467a782: Preparing 06:15:44 672acfe92ea5: Preparing 06:15:44 21bba32f9082: Preparing 06:15:44 f1417ff83b31: Preparing 06:15:44 672acfe92ea5: Waiting 06:15:44 f1417ff83b31: Waiting 06:15:44 21bba32f9082: Waiting 06:15:44 a817d467a782: Layer already exists 06:15:44 430d5eb9e9ea: Layer already exists 06:15:44 9eef6031e01c: Layer already exists 06:15:44 28e7fe5180b8: Layer already exists 06:15:44 df8cfdce9ab0: Layer already exists 06:15:44 672acfe92ea5: Layer already exists 06:15:44 f1417ff83b31: Layer already exists 06:15:44 21bba32f9082: Layer already exists 06:15:44 latest: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 06:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:15:45 28e7fe5180b8: Preparing 06:15:45 430d5eb9e9ea: Preparing 06:15:45 df8cfdce9ab0: Preparing 06:15:45 9eef6031e01c: Preparing 06:15:45 a817d467a782: Preparing 06:15:45 672acfe92ea5: Preparing 06:15:45 21bba32f9082: Preparing 06:15:45 f1417ff83b31: Preparing 06:15:45 21bba32f9082: Waiting 06:15:45 f1417ff83b31: Waiting 06:15:45 672acfe92ea5: Waiting 06:15:45 9eef6031e01c: Layer already exists 06:15:45 28e7fe5180b8: Layer already exists 06:15:45 a817d467a782: Layer already exists 06:15:45 df8cfdce9ab0: Layer already exists 06:15:45 430d5eb9e9ea: Layer already exists 06:15:45 672acfe92ea5: Layer already exists 06:15:45 21bba32f9082: Layer already exists 06:15:45 f1417ff83b31: Layer already exists 06:15:45 3.0.0-dev.128: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:15:45 28e7fe5180b8: Preparing 06:15:45 430d5eb9e9ea: Preparing 06:15:45 df8cfdce9ab0: Preparing 06:15:45 9eef6031e01c: Preparing 06:15:45 a817d467a782: Preparing 06:15:45 672acfe92ea5: Preparing 06:15:45 21bba32f9082: Preparing 06:15:45 f1417ff83b31: Preparing 06:15:45 21bba32f9082: Waiting 06:15:45 f1417ff83b31: Waiting 06:15:45 672acfe92ea5: Waiting 06:15:45 df8cfdce9ab0: Layer already exists 06:15:45 a817d467a782: Layer already exists 06:15:45 28e7fe5180b8: Layer already exists 06:15:45 430d5eb9e9ea: Layer already exists 06:15:45 9eef6031e01c: Layer already exists 06:15:45 672acfe92ea5: Layer already exists 06:15:45 f1417ff83b31: Layer already exists 06:15:45 21bba32f9082: Layer already exists 06:15:45 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:46 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:15:46 28e7fe5180b8: Preparing 06:15:46 430d5eb9e9ea: Preparing 06:15:46 df8cfdce9ab0: Preparing 06:15:46 9eef6031e01c: Preparing 06:15:46 a817d467a782: Preparing 06:15:46 672acfe92ea5: Preparing 06:15:46 21bba32f9082: Preparing 06:15:46 f1417ff83b31: Preparing 06:15:46 f1417ff83b31: Waiting 06:15:46 21bba32f9082: Waiting 06:15:46 672acfe92ea5: Waiting 06:15:46 9eef6031e01c: Layer already exists 06:15:46 28e7fe5180b8: Layer already exists 06:15:46 430d5eb9e9ea: Layer already exists 06:15:46 df8cfdce9ab0: Layer already exists 06:15:46 a817d467a782: Layer already exists 06:15:46 21bba32f9082: Layer already exists 06:15:46 672acfe92ea5: Layer already exists 06:15:46 f1417ff83b31: Layer already exists 06:15:46 main: digest: sha256:1df00e5d9fd6bda9d2d779556bb7f6de6946bb9ae8a34543978a622455c08ebc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:46 ===================================================== [Pipeline] echo 06:15:46 taggedImages: 06:15:46 - nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:15:46 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.128 06:15:46 - nexus3.edgexfoundry.org:10004/security-spire-config:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:15:46 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:15:46 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:46 latest 06:15:46 3.0.0-dev.128 06:15:46 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:46 main 06:15:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:15:47 ffa9e136cd26: Preparing 06:15:47 49bee0e50ac3: Preparing 06:15:47 4343724e8bb5: Preparing 06:15:47 9eef6031e01c: Preparing 06:15:47 a817d467a782: Preparing 06:15:47 672acfe92ea5: Preparing 06:15:47 f2d91a7eef20: Preparing 06:15:47 f1417ff83b31: Preparing 06:15:47 672acfe92ea5: Waiting 06:15:47 f2d91a7eef20: Waiting 06:15:47 f1417ff83b31: Waiting 06:15:47 a817d467a782: Layer already exists 06:15:47 9eef6031e01c: Layer already exists 06:15:47 f2d91a7eef20: Layer already exists 06:15:47 672acfe92ea5: Layer already exists 06:15:47 f1417ff83b31: Layer already exists 06:15:47 ffa9e136cd26: Pushed 06:15:47 49bee0e50ac3: Pushed 06:15:47 4343724e8bb5: Pushed 06:15:47 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:47 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:15:48 ffa9e136cd26: Preparing 06:15:48 49bee0e50ac3: Preparing 06:15:48 4343724e8bb5: Preparing 06:15:48 9eef6031e01c: Preparing 06:15:48 a817d467a782: Preparing 06:15:48 672acfe92ea5: Preparing 06:15:48 f2d91a7eef20: Preparing 06:15:48 f1417ff83b31: Preparing 06:15:48 f2d91a7eef20: Waiting 06:15:48 f1417ff83b31: Waiting 06:15:48 9eef6031e01c: Layer already exists 06:15:48 4343724e8bb5: Layer already exists 06:15:48 ffa9e136cd26: Layer already exists 06:15:48 a817d467a782: Layer already exists 06:15:48 49bee0e50ac3: Layer already exists 06:15:48 672acfe92ea5: Layer already exists 06:15:48 f2d91a7eef20: Layer already exists 06:15:48 f1417ff83b31: Layer already exists 06:15:48 latest: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 06:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:15:48 ffa9e136cd26: Preparing 06:15:48 49bee0e50ac3: Preparing 06:15:48 4343724e8bb5: Preparing 06:15:48 9eef6031e01c: Preparing 06:15:48 a817d467a782: Preparing 06:15:48 672acfe92ea5: Preparing 06:15:48 f2d91a7eef20: Preparing 06:15:48 f1417ff83b31: Preparing 06:15:48 f1417ff83b31: Waiting 06:15:48 672acfe92ea5: Waiting 06:15:48 f2d91a7eef20: Waiting 06:15:48 4343724e8bb5: Layer already exists 06:15:48 a817d467a782: Layer already exists 06:15:48 9eef6031e01c: Layer already exists 06:15:48 49bee0e50ac3: Layer already exists 06:15:48 ffa9e136cd26: Layer already exists 06:15:48 f2d91a7eef20: Layer already exists 06:15:48 672acfe92ea5: Layer already exists 06:15:48 f1417ff83b31: Layer already exists 06:15:48 3.0.0-dev.128: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:15:49 ffa9e136cd26: Preparing 06:15:49 49bee0e50ac3: Preparing 06:15:49 4343724e8bb5: Preparing 06:15:49 9eef6031e01c: Preparing 06:15:49 a817d467a782: Preparing 06:15:49 672acfe92ea5: Preparing 06:15:49 f2d91a7eef20: Preparing 06:15:49 f1417ff83b31: Preparing 06:15:49 f1417ff83b31: Waiting 06:15:49 672acfe92ea5: Waiting 06:15:49 f2d91a7eef20: Waiting 06:15:49 4343724e8bb5: Layer already exists 06:15:49 ffa9e136cd26: Layer already exists 06:15:49 a817d467a782: Layer already exists 06:15:49 49bee0e50ac3: Layer already exists 06:15:49 9eef6031e01c: Layer already exists 06:15:49 672acfe92ea5: Layer already exists 06:15:49 f1417ff83b31: Layer already exists 06:15:49 f2d91a7eef20: Layer already exists 06:15:49 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:15:49 ffa9e136cd26: Preparing 06:15:49 49bee0e50ac3: Preparing 06:15:49 4343724e8bb5: Preparing 06:15:49 9eef6031e01c: Preparing 06:15:49 a817d467a782: Preparing 06:15:49 672acfe92ea5: Preparing 06:15:49 f2d91a7eef20: Preparing 06:15:49 f1417ff83b31: Preparing 06:15:49 672acfe92ea5: Waiting 06:15:49 f2d91a7eef20: Waiting 06:15:49 f1417ff83b31: Waiting 06:15:49 a817d467a782: Layer already exists 06:15:49 9eef6031e01c: Layer already exists 06:15:49 49bee0e50ac3: Layer already exists 06:15:49 ffa9e136cd26: Layer already exists 06:15:49 4343724e8bb5: Layer already exists 06:15:49 672acfe92ea5: Layer already exists 06:15:49 f2d91a7eef20: Layer already exists 06:15:49 f1417ff83b31: Layer already exists 06:15:49 main: digest: sha256:36c00842f847d721bf62c28e0ff5c335e9dfa444c30aea5cba768faac74f3187 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:50 ===================================================== [Pipeline] echo 06:15:50 taggedImages: 06:15:50 - nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:50 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:15:50 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.128 06:15:50 - nexus3.edgexfoundry.org:10004/security-spire-server:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:50 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:15:50 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:15:50 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:50 latest 06:15:50 3.0.0-dev.128 06:15:50 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:50 main 06:15:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:15:50 f8dd0615b710: Preparing 06:15:50 295cc2cf65e6: Preparing 06:15:50 a817d467a782: Preparing 06:15:50 672acfe92ea5: Preparing 06:15:50 2bb36186c4d9: Preparing 06:15:50 f1417ff83b31: Preparing 06:15:50 f1417ff83b31: Waiting 06:15:50 a817d467a782: Layer already exists 06:15:50 672acfe92ea5: Layer already exists 06:15:50 f1417ff83b31: Layer already exists 06:15:50 f8dd0615b710: Pushed 06:15:50 2bb36186c4d9: Pushed 06:15:53 295cc2cf65e6: Pushed 06:15:53 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:53 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:15:53 f8dd0615b710: Preparing 06:15:53 295cc2cf65e6: Preparing 06:15:53 a817d467a782: Preparing 06:15:53 672acfe92ea5: Preparing 06:15:53 2bb36186c4d9: Preparing 06:15:53 f1417ff83b31: Preparing 06:15:53 f1417ff83b31: Waiting 06:15:53 672acfe92ea5: Layer already exists 06:15:53 a817d467a782: Layer already exists 06:15:53 f8dd0615b710: Layer already exists 06:15:53 295cc2cf65e6: Layer already exists 06:15:53 2bb36186c4d9: Layer already exists 06:15:53 f1417ff83b31: Layer already exists 06:15:53 latest: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 06:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:15:54 f8dd0615b710: Preparing 06:15:54 295cc2cf65e6: Preparing 06:15:54 a817d467a782: Preparing 06:15:54 672acfe92ea5: Preparing 06:15:54 2bb36186c4d9: Preparing 06:15:54 f1417ff83b31: Preparing 06:15:54 f1417ff83b31: Waiting 06:15:54 2bb36186c4d9: Layer already exists 06:15:54 f8dd0615b710: Layer already exists 06:15:54 672acfe92ea5: Layer already exists 06:15:54 a817d467a782: Layer already exists 06:15:54 295cc2cf65e6: Layer already exists 06:15:54 f1417ff83b31: Layer already exists 06:15:54 3.0.0-dev.128: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:15:55 f8dd0615b710: Preparing 06:15:55 295cc2cf65e6: Preparing 06:15:55 a817d467a782: Preparing 06:15:55 672acfe92ea5: Preparing 06:15:55 2bb36186c4d9: Preparing 06:15:55 f1417ff83b31: Preparing 06:15:55 f1417ff83b31: Waiting 06:15:55 a817d467a782: Layer already exists 06:15:55 2bb36186c4d9: Layer already exists 06:15:55 f8dd0615b710: Layer already exists 06:15:55 672acfe92ea5: Layer already exists 06:15:55 295cc2cf65e6: Layer already exists 06:15:55 f1417ff83b31: Layer already exists 06:15:55 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:55 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:15:55 f8dd0615b710: Preparing 06:15:55 295cc2cf65e6: Preparing 06:15:55 a817d467a782: Preparing 06:15:55 672acfe92ea5: Preparing 06:15:55 2bb36186c4d9: Preparing 06:15:55 f1417ff83b31: Preparing 06:15:55 f1417ff83b31: Waiting 06:15:55 a817d467a782: Layer already exists 06:15:55 2bb36186c4d9: Layer already exists 06:15:55 295cc2cf65e6: Layer already exists 06:15:55 f8dd0615b710: Layer already exists 06:15:55 672acfe92ea5: Layer already exists 06:15:55 f1417ff83b31: Layer already exists 06:15:55 main: digest: sha256:72d2a836f44a83a11cadf52f9bdbcf4e1a17c07647db40f78e97bf11f69a8cfa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:15:55 ===================================================== [Pipeline] echo 06:15:55 taggedImages: 06:15:55 - nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:55 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:15:55 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.128 06:15:55 - nexus3.edgexfoundry.org:10004/support-notifications:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:55 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:15:55 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:15:55 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:55 latest 06:15:55 3.0.0-dev.128 06:15:55 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:15:55 main 06:15:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:15:56 410f12462892: Preparing 06:15:56 69878670c771: Preparing 06:15:56 a817d467a782: Preparing 06:15:56 672acfe92ea5: Preparing 06:15:56 ad9112d3c907: Preparing 06:15:56 f1417ff83b31: Preparing 06:15:56 f1417ff83b31: Waiting 06:15:56 672acfe92ea5: Layer already exists 06:15:56 ad9112d3c907: Layer already exists 06:15:56 a817d467a782: Layer already exists 06:15:56 f1417ff83b31: Layer already exists 06:15:56 410f12462892: Pushed 06:15:58 69878670c771: Pushed 06:15:59 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:15:59 410f12462892: Preparing 06:15:59 69878670c771: Preparing 06:15:59 a817d467a782: Preparing 06:15:59 672acfe92ea5: Preparing 06:15:59 ad9112d3c907: Preparing 06:15:59 f1417ff83b31: Preparing 06:15:59 a817d467a782: Layer already exists 06:15:59 672acfe92ea5: Layer already exists 06:15:59 69878670c771: Layer already exists 06:15:59 410f12462892: Layer already exists 06:15:59 ad9112d3c907: Layer already exists 06:15:59 f1417ff83b31: Layer already exists 06:15:59 latest: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 06:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:16:00 410f12462892: Preparing 06:16:00 69878670c771: Preparing 06:16:00 a817d467a782: Preparing 06:16:00 672acfe92ea5: Preparing 06:16:00 ad9112d3c907: Preparing 06:16:00 f1417ff83b31: Preparing 06:16:00 f1417ff83b31: Waiting 06:16:00 ad9112d3c907: Layer already exists 06:16:00 410f12462892: Layer already exists 06:16:00 69878670c771: Layer already exists 06:16:00 672acfe92ea5: Layer already exists 06:16:00 a817d467a782: Layer already exists 06:16:00 f1417ff83b31: Layer already exists 06:16:00 3.0.0-dev.128: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:16:00 410f12462892: Preparing 06:16:00 69878670c771: Preparing 06:16:00 a817d467a782: Preparing 06:16:00 672acfe92ea5: Preparing 06:16:00 ad9112d3c907: Preparing 06:16:00 f1417ff83b31: Preparing 06:16:00 f1417ff83b31: Waiting 06:16:00 410f12462892: Layer already exists 06:16:00 69878670c771: Layer already exists 06:16:00 ad9112d3c907: Layer already exists 06:16:00 a817d467a782: Layer already exists 06:16:00 672acfe92ea5: Layer already exists 06:16:00 f1417ff83b31: Layer already exists 06:16:00 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:16:01 410f12462892: Preparing 06:16:01 69878670c771: Preparing 06:16:01 a817d467a782: Preparing 06:16:01 672acfe92ea5: Preparing 06:16:01 ad9112d3c907: Preparing 06:16:01 f1417ff83b31: Preparing 06:16:01 f1417ff83b31: Waiting 06:16:01 a817d467a782: Layer already exists 06:16:01 410f12462892: Layer already exists 06:16:01 ad9112d3c907: Layer already exists 06:16:01 69878670c771: Layer already exists 06:16:01 672acfe92ea5: Layer already exists 06:16:01 f1417ff83b31: Layer already exists 06:16:01 main: digest: sha256:b278c5908a3ac3400562d1e9f8a56b27c562186520730a9b696ea8d5dfd94eab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:01 ===================================================== [Pipeline] echo 06:16:01 taggedImages: 06:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.128 06:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:16:01 - 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] } 06:20:25 Removing intermediate container 88820748c142 06:20:25 ---> fd9ce1bc11d7 06:20:25 06:20:25 Step 9/33 : FROM alpine:3.17 06:20:25 3.17: Pulling from library/alpine 06:20:25 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:20:25 Status: Downloaded newer image for alpine:3.17 06:20:25 ---> 51e60588ff2c 06:20:25 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:20:25 ---> Running in ae2c55943dbc 06:20:25 Removing intermediate container ae2c55943dbc 06:20:25 ---> 2e5bf75ee540 06:20:25 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 06:20:25 ---> Running in ff204d1e925c 06:20:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:20:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:20:25 (1/2) Installing dumb-init (1.2.5-r2) 06:20:25 (2/2) Installing su-exec (0.2-r2) 06:20:25 Executing busybox-1.35.0-r29.trigger 06:20:25 OK: 8 MiB in 17 packages 06:20:25 Removing intermediate container ff204d1e925c 06:20:25 ---> 9af7010781bb 06:20:25 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 06:20:25 ---> Running in 73fd036170d3 06:20:26 Removing intermediate container 73fd036170d3 06:20:26 ---> f4958b818f68 06:20:26 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:20:26 ---> Running in 4d05e715c738 06:20:26 Removing intermediate container 4d05e715c738 06:20:26 ---> 456f70f09694 06:20:26 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:20:26 ---> Running in 88617d7b2d86 06:20:27 Removing intermediate container 88617d7b2d86 06:20:27 ---> d632ee465866 06:20:27 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:20:27 ---> Running in fba45e20503e 06:20:28 Removing intermediate container fba45e20503e 06:20:28 ---> 5af0b3e5d728 06:20:28 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:20:28 ---> Running in b63fe9d1a755 06:20:31 Removing intermediate container b63fe9d1a755 06:20:31 ---> 841dfeb47ebe 06:20:31 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 06:20:31 ---> Running in a3ea6f0574e4 06:20:32 Removing intermediate container a3ea6f0574e4 06:20:32 ---> ca3d025eec4f 06:20:32 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:20:33 ---> c3e8524f6208 06:20:33 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:20:33 ---> Running in e3f8b8157206 06:20:39 Removing intermediate container e3f8b8157206 06:20:39 ---> ea601b96b82c 06:20:39 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:20:40 ---> 339864039051 06:20:40 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 06:20:42 ---> c5c42351f55b 06:20:42 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:20:43 Removing intermediate container 7061ae19267d 06:20:43 ---> aa4f38c0d242 06:20:43 06:20:43 Step 10/23 : FROM alpine:3.17 06:20:43 ---> 51e60588ff2c 06:20:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:20:43 ---> Running in 8941474f2e23 06:20:43 Removing intermediate container 8941474f2e23 06:20:43 ---> 77ee8469f6b0 06:20:43 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:20:43 ---> Running in 81c9b3343025 06:20:44 ---> 553d2a9d1930 06:20:44 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:20:46 ---> 0c599e06d02d 06:20:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 06:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:20:46 ---> fdfdfe3f277f 06:20:46 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:20:47 ---> 17d86a4a87c9 06:20:47 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:20:48 (1/1) Installing dumb-init (1.2.5-r2) 06:20:48 Executing busybox-1.35.0-r29.trigger 06:20:48 OK: 8 MiB in 16 packages 06:20:50 ---> 47e3af22bdfe 06:20:50 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:20:51 Removing intermediate container 81c9b3343025 06:20:51 ---> b4d6225d4882 06:20:51 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:20:51 ---> 0667e9bba6c4 06:20:51 Step 28/33 : RUN chmod +x /entrypoint.sh 06:20:51 ---> Running in 6a57a70959e1 06:20:53 ---> 01c9a288ef3d 06:20:53 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:20:54 ---> 40dfa4119d32 06:20:54 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:20:55 Removing intermediate container 6a57a70959e1 06:20:55 ---> 9b8ef6c83555 06:20:55 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:20:56 ---> Running in 3a9c63b9d5f4 06:20:57 Removing intermediate container 3a9c63b9d5f4 06:20:57 ---> 73fad2f45091 06:20:57 Step 30/33 : CMD ["gate"] 06:20:57 ---> Running in 716d429ea4cf 06:20:58 ---> 8c54526c695e 06:20:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:20:58 Removing intermediate container 716d429ea4cf 06:20:58 ---> 80028b4cc487 06:20:58 Step 31/33 : LABEL arch=arm64 06:20:58 ---> Running in 1c1e1c022475 06:20:59 ---> 5b7533073d25 06:20:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:21:00 Removing intermediate container 1c1e1c022475 06:21:00 ---> b3ab26a28d19 06:21:00 Step 32/33 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:21:01 ---> Running in 2dd293881650 06:21:03 Removing intermediate container 2dd293881650 06:21:03 ---> d5be4ac0498f 06:21:03 Step 33/33 : LABEL version=3.0.0-dev.128 06:21:03 ---> 9fd1e67e8488 06:21:03 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:03 ---> Running in 0c235d60b5dc 06:21:04 ---> Running in 80bb328e5dc3 06:21:05 Removing intermediate container 0c235d60b5dc 06:21:05 ---> 8fb246ad4edb 06:21:05 06:21:06 Successfully built 8fb246ad4edb 06:21:06 Successfully tagged security-bootstrapper-arm64:latest 06:21:06 Building security-spire-config 06:21:09  Building security-bootstrapper ... done Removing intermediate container 80bb328e5dc3 06:21:09 ---> 508ebf2510e6 06:21:09 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:21:09 ---> Running in 71208baae284 06:21:10 Removing intermediate container 71208baae284 06:21:10 ---> 0a2278075ef8 06:21:10 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 06:21:10 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 ---> Running in 449a2f642d8f 06:21:10 06:21:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:21:10 ---> 6cc3a2addbc6 06:21:10 Step 3/27 : WORKDIR /edgex-go 06:21:10 ---> Using cache 06:21:10 ---> 22bcd0e0ede6 06:21:10 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:21:11 ---> Running in 507426fc168f 06:21:11 Removing intermediate container 449a2f642d8f 06:21:11 ---> 63f5072f2bb0 06:21:11 Step 21/23 : LABEL arch=arm64 06:21:12 ---> Running in 0f652a61e124 06:21:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:21:13 Removing intermediate container 0f652a61e124 06:21:13 ---> e366e808be60 06:21:13 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:21:14 ---> Running in c77e72071904 06:21:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:21:15 OK: 263 MiB in 53 packages 06:21:16 Removing intermediate container c77e72071904 06:21:16 ---> ca11cb8543c8 06:21:16 Step 23/23 : LABEL version=3.0.0-dev.128 06:21:16 ---> Running in 4a682697769b 06:21:17 Removing intermediate container 4a682697769b 06:21:17 ---> 6f51dd39ff2c 06:21:17 06:21:17 Removing intermediate container 507426fc168f 06:21:17 ---> cda45c57a60c 06:21:17 Step 5/27 : COPY go.mod vendor* ./ 06:21:17 Successfully built 6f51dd39ff2c 06:21:17 Successfully tagged core-common-config-bootstrapper-arm64:latest 06:21:17 Building security-proxy-auth 06:21:18  Building core-common-config-bootstrapper ... done Removing intermediate container eab96fa2771a 06:21:18 ---> f4092e1bbcc8 06:21:18 06:21:18 Step 10/25 : FROM alpine:3.17 06:21:18 ---> 51e60588ff2c 06:21:18 Step 11/25 : RUN apk add --update --no-cache dumb-init 06:21:18 Removing intermediate container ad15f31cffe0 06:21:18 ---> 7786ab81e808 06:21:18 06:21:18 Step 10/23 : FROM alpine:3.17 06:21:18 ---> 51e60588ff2c 06:21:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:21:18 ---> Running in a7985ce5ee19 06:21:18 ---> Running in 6169af3d7b36 06:21:19 ---> 5d590301c7e6 06:21:19 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:19 Removing intermediate container a7985ce5ee19 06:21:19 ---> 46ec5d0cfd58 06:21:19 Step 12/23 : ENV APP_PORT=59880 06:21:19 ---> Running in f6c7a49c722b 06:21:19 ---> Running in d528ba415ed6 06:21:20 Removing intermediate container d528ba415ed6 06:21:20 ---> 545829ceae52 06:21:20 Step 13/23 : EXPOSE $APP_PORT 06:21:20 ---> Running in 54f42a7f9abc 06:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:21:21 Removing intermediate container 54f42a7f9abc 06:21:21 ---> e10443eb914a 06:21:21 Step 14/23 : RUN apk add --update --no-cache dumb-init 06:21:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:21:21 ---> Running in 423888f9a781 06:21:22 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:21:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:21:22 ---> 6cc3a2addbc6 06:21:22 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:21:22 ---> Using cache 06:21:22 ---> 33a839438c4e 06:21:22 Step 4/23 : WORKDIR /edgex-go 06:21:22 ---> Using cache 06:21:22 ---> 37b1ba545518 06:21:22 Step 5/23 : RUN apk add --update --no-cache make git 06:21:22 ---> Using cache 06:21:22 ---> 0320b22bfe84 06:21:22 Step 6/23 : COPY go.mod vendor* ./ 06:21:22 ---> Using cache 06:21:22 ---> 51d374623096 06:21:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:22 ---> Using cache 06:21:22 ---> 1fdcaed6b7a0 06:21:22 Step 8/23 : COPY . . 06:21:22 ---> Using cache 06:21:22 ---> 0101d311360c 06:21:22 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:21:22 (1/1) Installing dumb-init (1.2.5-r2) 06:21:22 Executing busybox-1.35.0-r29.trigger 06:21:22 ---> Running in 6b6854a4a479 06:21:22 OK: 8 MiB in 16 packages 06:21:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:21:24 Removing intermediate container 6169af3d7b36 06:21:24 ---> 01ec4f6def1d 06:21:24 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:21:24 ---> Running in f2e322c9c94f 06:21:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:21:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:21:25 Removing intermediate container f2e322c9c94f 06:21:25 ---> 537075c03a60 06:21:25 Step 13/25 : ENV APP_PORT=59881 06:21:25 ---> Running in 784ac00c359b 06:21:25 Removing intermediate container 784ac00c359b 06:21:25 ---> 5d7b85db6f77 06:21:25 Step 14/25 : EXPOSE $APP_PORT 06:21:26 ---> Running in 5c23902fa273 06:21:26 (1/1) Installing dumb-init (1.2.5-r2) 06:21:26 Executing busybox-1.35.0-r29.trigger 06:21:26 Removing intermediate container 5c23902fa273 06:21:26 ---> 85a60e2ffc88 06:21:26 Step 15/25 : WORKDIR / 06:21:26 OK: 8 MiB in 16 packages 06:21:26 ---> Running in 86a64d07b665 06:21:27 Removing intermediate container 86a64d07b665 06:21:27 ---> a645a3451447 06:21:27 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:21:28 Removing intermediate container 423888f9a781 06:21:28 ---> 7e0d85cd6db3 06:21:28 ---> 849819519274 06:21:28 Step 17/25 : COPY --from=builder /edgex-go/security.txt /Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:21:28 06:21:29 ---> c669701ef031 06:21:29 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:21:29 ---> f7637a951721 06:21:29 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:21:31 ---> 0638221988b5 06:21:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:21:32 ---> 21a66b9bbf7d 06:21:32 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:21:33 ---> a77776966da7 06:21:33 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:21:33 ---> d3cd14fe55eb 06:21:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:21:34 ---> 540e56f18577 06:21:34 Step 21/25 : ENTRYPOINT ["/core-metadata"] 06:21:34 ---> 5c7d76292a1a 06:21:34 Step 19/23 : ENTRYPOINT ["/core-data"] 06:21:34 ---> Running in d24cdd12a49d 06:21:34 ---> Running in 8eaf4e124de6 06:21:35 Removing intermediate container d24cdd12a49d 06:21:35 ---> e3f14770f520 06:21:35 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:21:35 Removing intermediate container 8eaf4e124de6 06:21:35 ---> 9c164601368c 06:21:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:21:35 ---> Running in 8152659debf4 06:21:35 ---> Running in 33d34fdb6f6f 06:21:36 Removing intermediate container 33d34fdb6f6f 06:21:36 ---> dcc0ee0bb72a 06:21:36 Step 21/23 : LABEL arch=arm64 06:21:36 Removing intermediate container 8152659debf4 06:21:36 ---> a6143ec578e1 06:21:36 Step 23/25 : LABEL arch=arm64 06:21:36 ---> Running in a72af8d3f915 06:21:36 ---> Running in 902de56b1eb4 06:21:37 Removing intermediate container a72af8d3f915 06:21:37 ---> ba1f8235ed13 06:21:37 Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:21:37 Removing intermediate container 902de56b1eb4 06:21:37 ---> ae49a37a1b9d 06:21:37 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:21:37 ---> Running in 70d55eda51da 06:21:37 ---> Running in 08e364a9116c 06:21:38 Removing intermediate container 70d55eda51da 06:21:38 ---> a4f533ab6bca 06:21:38 Step 25/25 : LABEL version=3.0.0-dev.128 06:21:38 Removing intermediate container 08e364a9116c 06:21:38 ---> 1e437c35ca28 06:21:38 Step 23/23 : LABEL version=3.0.0-dev.128 06:21:38 ---> Running in 41844346a7b0 06:21:38 ---> Running in 95057021c71f 06:21:39 Removing intermediate container 95057021c71f 06:21:39 ---> b2447f4be8e4 06:21:39 06:21:39 Removing intermediate container 41844346a7b0 06:21:39 ---> 561dbc5ec841 06:21:39 06:21:39 Successfully built b2447f4be8e4 06:21:39 Successfully tagged core-metadata-arm64:latest 06:21:39  Building core-metadata ... done Building security-proxy-setup 06:21:39 Successfully built 561dbc5ec841 06:21:39 Successfully tagged core-data-arm64:latest 06:21:39 Building core-command 06:21:44  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:21:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:21:44 ---> 6cc3a2addbc6 06:21:44 Step 3/22 : WORKDIR /edgex-go 06:21:44 ---> Using cache 06:21:44 ---> 22bcd0e0ede6 06:21:44 Step 4/22 : RUN apk add --update --no-cache make git 06:21:44 ---> Using cache 06:21:44 ---> b2c0721fb4e8 06:21:44 Step 5/22 : COPY go.mod vendor* ./ 06:21:44 ---> Using cache 06:21:44 ---> c77c1fad3221 06:21:44 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:44 ---> Using cache 06:21:44 ---> 67f341fc13a2 06:21:44 Step 7/22 : COPY . . 06:21:44 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:21:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:21:44 ---> 6cc3a2addbc6 06:21:44 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:21:44 ---> Using cache 06:21:44 ---> 33a839438c4e 06:21:44 Step 4/24 : WORKDIR /edgex-go 06:21:44 ---> Using cache 06:21:44 ---> 37b1ba545518 06:21:44 Step 5/24 : RUN apk add --update --no-cache make git 06:21:44 ---> Using cache 06:21:44 ---> 0320b22bfe84 06:21:44 Step 6/24 : COPY go.mod vendor* ./ 06:21:44 ---> Using cache 06:21:44 ---> 51d374623096 06:21:44 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:44 ---> Using cache 06:21:44 ---> 1fdcaed6b7a0 06:21:44 Step 8/24 : COPY . . 06:21:44 ---> Using cache 06:21:44 ---> 121c67ef6725 06:21:44 Step 8/22 : RUN make cmd/secrets-config/secrets-config 06:21:44 ---> Using cache 06:21:44 ---> 0101d311360c 06:21:44 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:21:45 ---> Running in 22a39b67eae5 06:21:45 ---> Running in 7ac460fab6da 06:21:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 06:21:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 06:22:55 Removing intermediate container f6c7a49c722b 06:22:55 ---> 471b46c205a4 06:22:55 Step 7/27 : COPY . . 06:22:55 ---> 5339eae57c49 06:22:55 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:22:55 ---> Running in ee3d1908a8dd 06:22:55 Removing intermediate container ee3d1908a8dd 06:22:55 ---> 1e5662b56557 06:22:55 Step 9/27 : WORKDIR /edgex-go/spire-build 06:22:55 ---> Running in 2d42c4580ba0 06:22:55 Removing intermediate container 2d42c4580ba0 06:22:55 ---> dfeed78a0b87 06:22:55 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:22:55 ---> Running in b1ed54fd0539 06:22:55 Removing intermediate container d2abc30e7857 06:22:55 ---> 7ae87212ac99 06:22:55 06:22:55 Step 10/23 : FROM alpine:3.17 06:22:55 ---> 51e60588ff2c 06:22:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:22:55 ---> Using cache 06:22:55 ---> 01ec4f6def1d 06:22:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:22:55 ---> Using cache 06:22:55 ---> 537075c03a60 06:22:55 Step 13/23 : ENV APP_PORT=59861 06:22:55 ---> Running in bf9503871cb3 06:22:55 Removing intermediate container b1ed54fd0539 06:22:55 ---> c20c2d8c0273 06:22:55 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:22:55 ---> Running in 45d61bb7b468 06:22:55 Removing intermediate container bf9503871cb3 06:22:55 ---> e8bb5ab69e7e 06:22:55 Step 14/23 : EXPOSE $APP_PORT 06:22:55 ---> Running in 5a12bc78008c 06:22:55 Removing intermediate container 5a12bc78008c 06:22:55 ---> af69fb567871 06:22:55 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:56 ---> 69515ece19ec 06:22:56 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:22:58 ---> 139ced442146 06:22:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:22:58 Removing intermediate container 45d61bb7b468 06:22:58 ---> 164dc51d87dc 06:22:58 Step 12/27 : WORKDIR /edgex-go 06:22:58 ---> Running in ab85654efb7f 06:22:59 Removing intermediate container ab85654efb7f 06:22:59 ---> daff5d50aede 06:22:59 06:22:59 Step 13/27 : FROM alpine:3.17 06:22:59 ---> 51e60588ff2c 06:22:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:22:59 ---> Running in 5f6c1de0baab 06:23:03 Removing intermediate container 5f6c1de0baab 06:23:03 ---> 25dfeb523ffa 06:23:03 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:23:03 ---> Running in 463ed04401c7 06:23:03 ---> 14eb06f9f1b8 06:23:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:23:04 ---> dca8f95fdf2a 06:23:04 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 06:23:04 ---> Running in 3298a36826d4 06:23:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:23:05 Removing intermediate container 3298a36826d4 06:23:05 ---> 13eb6e796184 06:23:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:23:05 ---> Running in d565e0cc1d7b 06:23:06 Removing intermediate container d565e0cc1d7b 06:23:06 ---> b542172b8e7e 06:23:06 Step 21/23 : LABEL arch=arm64 06:23:06 ---> Running in 0fa98b612da2 06:23:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:23:06 Removing intermediate container 0fa98b612da2 06:23:06 ---> e13843074583 06:23:06 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:23:06 ---> Running in d2ebfedc5f90 06:23:07 Removing intermediate container d2ebfedc5f90 06:23:07 ---> 236e9989aec7 06:23:07 Step 23/23 : LABEL version=3.0.0-dev.128 06:23:07 ---> Running in 165419062af9 06:23:07 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:23:07 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:23:07 OK: 17689 distinct packages available 06:23:08 Removing intermediate container 165419062af9 06:23:08 ---> 91f733b3228e 06:23:08 06:23:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:23:08 Successfully built 91f733b3228e 06:23:08 Successfully tagged support-scheduler-arm64:latest 06:23:08  Building support-scheduler ... done Building security-secretstore-setup 06:23:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:23:10 (1/4) Installing dumb-init (1.2.5-r2) 06:23:10 (2/4) Installing musl-obstack (1.2.3-r0) 06:23:10 (3/4) Installing libucontext (1.2-r0) 06:23:10 (4/4) Installing gcompat (1.1.0-r0) 06:23:10 Executing busybox-1.35.0-r29.trigger 06:23:10 OK: 8 MiB in 19 packages 06:23:12 Removing intermediate container 463ed04401c7 06:23:12 ---> d7f9667f27ed 06:23:12 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:23:12 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:23:12 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:23:12 ---> 6cc3a2addbc6 06:23:12 Step 3/25 : WORKDIR /edgex-go 06:23:12 ---> Using cache 06:23:12 ---> 22bcd0e0ede6 06:23:12 Step 4/25 : RUN apk add --update --no-cache make git 06:23:12 ---> Using cache 06:23:12 ---> b2c0721fb4e8 06:23:12 Step 5/25 : COPY go.mod vendor* ./ 06:23:12 ---> Using cache 06:23:12 ---> c77c1fad3221 06:23:12 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:23:12 ---> Using cache 06:23:12 ---> 67f341fc13a2 06:23:12 Step 7/25 : COPY . . 06:23:12 ---> Using cache 06:23:12 ---> 121c67ef6725 06:23:12 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:23:12 ---> 00fdeeb6f7cb 06:23:12 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:23:12 ---> Running in 561ef7a8a34b 06:23:14 ---> 954d086c035a 06:23:14 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:23:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:23:20 ---> 1b50e729c62a 06:23:20 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:23:20 ---> 563bba22d1e9 06:23:20 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:23:20 ---> Running in 8b5aeee13f69 06:23:21 Removing intermediate container 8b5aeee13f69 06:23:21 ---> 985aec90edb4 06:23:21 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:23:22 ---> 014a80ad369e 06:23:22 Step 22/27 : WORKDIR / 06:23:22 ---> Running in 3f7ac2cfff82 06:23:22 Removing intermediate container 3f7ac2cfff82 06:23:22 ---> 6feae2084ee3 06:23:22 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:23:22 ---> Running in a56a084cc1f7 06:23:22 Removing intermediate container a56a084cc1f7 06:23:22 ---> b86689d41477 06:23:22 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:23:23 ---> Running in 1803a4409daa 06:23:23 Removing intermediate container 1803a4409daa 06:23:23 ---> e77ee5de0cbd 06:23:23 Step 25/27 : LABEL arch=arm64 06:23:23 ---> Running in c242ccecc4b4 06:23:24 Removing intermediate container c242ccecc4b4 06:23:24 ---> c1aea9c8cb73 06:23:24 Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:23:24 ---> Running in aea36a09026b 06:23:24 Removing intermediate container aea36a09026b 06:23:24 ---> 302287e9c58f 06:23:24 Step 27/27 : LABEL version=3.0.0-dev.128 06:23:25 ---> Running in e8c371a33b19 06:23:25 Removing intermediate container e8c371a33b19 06:23:25 ---> 3eef2cbec886 06:23:25 06:23:25 Successfully built 3eef2cbec886 06:23:25 Successfully tagged security-spire-config-arm64:latest 06:23:25 Building support-notifications 06:23:29  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:23:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:23:29 ---> 6cc3a2addbc6 06:23:29 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:23:29 ---> Using cache 06:23:29 ---> 33a839438c4e 06:23:29 Step 4/23 : WORKDIR /edgex-go 06:23:29 ---> Using cache 06:23:29 ---> 37b1ba545518 06:23:29 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 06:23:29 ---> Running in 596f10700377 06:23:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:23:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:23:33 OK: 263 MiB in 53 packages 06:23:35 Removing intermediate container 596f10700377 06:23:35 ---> 0c4f6d79eeed 06:23:35 Step 6/23 : COPY go.mod vendor* ./ 06:23:36 ---> 766487a999cf 06:23:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:23:36 ---> Running in c6318ac108e8 06:25:13 Removing intermediate container c6318ac108e8 06:25:13 ---> 3fcddd87270a 06:25:13 Step 8/23 : COPY . . 06:25:13 ---> 515010f38789 06:25:13 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:25:13 ---> Running in 5936391c0a3d 06:25:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:27:34 Removing intermediate container 6b6854a4a479 06:27:34 ---> cfc9ceeb15e4 06:27:34 06:27:34 Step 10/23 : FROM alpine:3.17 06:27:34 ---> 51e60588ff2c 06:27:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:27:34 ---> Using cache 06:27:34 ---> 77ee8469f6b0 06:27:34 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:27:34 ---> Using cache 06:27:34 ---> b4d6225d4882 06:27:34 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:34 ---> Using cache 06:27:34 ---> 01c9a288ef3d 06:27:34 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:27:34 ---> Using cache 06:27:34 ---> 40dfa4119d32 06:27:34 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:27:34 ---> ff93110b7fc6 06:27:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:27:34 ---> 3e9002b32360 06:27:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:27:34 ---> 10e6add17996 06:27:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:27:34 ---> Running in a1fe495a6f81 06:27:34 Removing intermediate container a1fe495a6f81 06:27:34 ---> 8e7913547933 06:27:34 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:27:34 ---> Running in 2c59f028d536 06:27:34 Removing intermediate container 2c59f028d536 06:27:34 ---> a81237c16949 06:27:34 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:27:34 ---> Running in 855de3e5e88c 06:27:34 Removing intermediate container 855de3e5e88c 06:27:34 ---> 98c1bef3c0e1 06:27:34 Step 21/23 : LABEL arch=arm64 06:27:34 ---> Running in 6d09cf204110 06:27:34 Removing intermediate container 6d09cf204110 06:27:34 ---> 1311b3d5625b 06:27:34 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:27:34 ---> Running in 4410e2e8adce 06:27:34 Removing intermediate container 4410e2e8adce 06:27:34 ---> f61dcfd2051e 06:27:34 Step 23/23 : LABEL version=3.0.0-dev.128 06:27:34 ---> Running in 86ee35a49415 06:27:34 Removing intermediate container 86ee35a49415 06:27:34 ---> a728537bd25e 06:27:34 06:27:34 Successfully built a728537bd25e 06:27:34 Successfully tagged security-proxy-auth-arm64:latest 06:27:34  Building security-proxy-auth ... done Building security-spire-agent 06:27:37 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:27:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:27:37 ---> 6cc3a2addbc6 06:27:37 Step 3/27 : WORKDIR /edgex-go 06:27:37 ---> Using cache 06:27:37 ---> 22bcd0e0ede6 06:27:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:27:37 ---> Using cache 06:27:37 ---> cda45c57a60c 06:27:37 Step 5/27 : COPY go.mod vendor* ./ 06:27:37 ---> Using cache 06:27:37 ---> 5d590301c7e6 06:27:37 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:37 ---> Using cache 06:27:37 ---> 471b46c205a4 06:27:37 Step 7/27 : COPY . . 06:27:37 ---> Using cache 06:27:37 ---> 5339eae57c49 06:27:37 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:27:37 ---> Using cache 06:27:37 ---> 1e5662b56557 06:27:37 Step 9/27 : WORKDIR /edgex-go/spire-build 06:27:37 ---> Using cache 06:27:37 ---> dfeed78a0b87 06:27:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:27:37 ---> Using cache 06:27:37 ---> c20c2d8c0273 06:27:37 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:27:37 ---> Using cache 06:27:37 ---> 164dc51d87dc 06:27:37 Step 12/27 : WORKDIR /edgex-go 06:27:37 ---> Using cache 06:27:37 ---> daff5d50aede 06:27:37 06:27:37 Step 13/27 : FROM alpine:3.17 06:27:37 ---> 51e60588ff2c 06:27:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:27:37 ---> Using cache 06:27:37 ---> 25dfeb523ffa 06:27:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:27:37 ---> Running in 6e6440e6b0fb 06:27:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:27:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:27:41 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:27:41 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:27:41 OK: 17689 distinct packages available 06:27:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:27:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:27:43 (1/5) Installing dumb-init (1.2.5-r2) 06:27:43 (2/5) Installing musl-obstack (1.2.3-r0) 06:27:43 (3/5) Installing libucontext (1.2-r0) 06:27:43 (4/5) Installing gcompat (1.1.0-r0) 06:27:43 (5/5) Installing openssl (3.0.8-r3) 06:27:43 Executing busybox-1.35.0-r29.trigger 06:27:43 OK: 9 MiB in 20 packages 06:27:45 Removing intermediate container 6e6440e6b0fb 06:27:45 ---> 36b15c8b310d 06:27:45 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:46 ---> 3587c1e24478 06:27:46 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:27:47 ---> 76c7f12ba863 06:27:47 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:27:54 ---> 0f39d953215d 06:27:54 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:27:57 Removing intermediate container 22a39b67eae5 06:27:57 ---> e7e806ba2096 06:27:57 06:27:57 Step 9/22 : FROM alpine:3.17 06:27:57 ---> 51e60588ff2c 06:27:57 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 06:27:57 ---> Running in 6a3e2f9dc669 06:27:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:28:00 ---> 6dc580d5fa58 06:28:00 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:28:01 ---> 0234e362b5f5 06:28:01 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:28:02 (1/2) Installing dumb-init (1.2.5-r2) 06:28:02 (2/2) Installing openssl (3.0.8-r3) 06:28:02 Executing busybox-1.35.0-r29.trigger 06:28:02 ---> a0e581288009 06:28:02 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:28:02 OK: 8 MiB in 17 packages 06:28:03 ---> 6130de49a848 06:28:03 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:28:03 ---> Running in 0e1566726d71 06:28:04 Removing intermediate container 6a3e2f9dc669 06:28:04 ---> 439c42ecb401 06:28:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:28:04 ---> Running in b0ef3e514b1d 06:28:04 Removing intermediate container 0e1566726d71 06:28:04 ---> aaa8571cdabc 06:28:04 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:28:04 ---> Running in 822f3b4f214a 06:28:06 Removing intermediate container b0ef3e514b1d 06:28:06 ---> 6b86763ba201 06:28:06 Step 12/22 : WORKDIR /edgex 06:28:06 Removing intermediate container 822f3b4f214a 06:28:06 ---> a9ef8676e7f1 06:28:06 Step 25/27 : LABEL arch=arm64 06:28:06 ---> Running in eff9c297bcb1 06:28:06 ---> Running in c9510f21f9d3 06:28:07 Removing intermediate container eff9c297bcb1 06:28:07 ---> 11057f61ce4e 06:28:07 Step 26/27 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:28:07 Removing intermediate container c9510f21f9d3 06:28:07 ---> 55e0c7946635 06:28:07 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:07 ---> Running in d22f880fb7c3 06:28:08 Removing intermediate container d22f880fb7c3 06:28:08 ---> d71b0354f80b 06:28:08 Step 27/27 : LABEL version=3.0.0-dev.128 06:28:08 ---> Running in f6a4bc9ff6a0 06:28:08 ---> 0d55ae5e2d4f 06:28:08 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 06:28:09 Removing intermediate container f6a4bc9ff6a0 06:28:09 ---> 764440b01f36 06:28:09 06:28:09 Successfully built 764440b01f36 06:28:09 Successfully tagged security-spire-agent-arm64:latest 06:28:09  Building security-spire-agent ... done Building security-spire-server 06:28:10 ---> 29c609384498 06:28:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:28:10 ---> fae5846d25de 06:28:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:28:12 ---> 8603b478841c 06:28:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:28:13 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:28:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:28:13 ---> 6cc3a2addbc6 06:28:13 Step 3/26 : WORKDIR /edgex-go 06:28:13 ---> Using cache 06:28:13 ---> 22bcd0e0ede6 06:28:13 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 06:28:13 ---> Using cache 06:28:13 ---> cda45c57a60c 06:28:13 Step 5/26 : COPY go.mod vendor* ./ 06:28:13 ---> ffd526deada5 06:28:13 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:28:13 ---> Using cache 06:28:13 ---> 5d590301c7e6 06:28:13 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:28:13 ---> Using cache 06:28:13 ---> 471b46c205a4 06:28:13 Step 7/26 : COPY . . 06:28:13 ---> Running in 0003b42cef58 06:28:13 ---> Using cache 06:28:13 ---> 5339eae57c49 06:28:13 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 06:28:13 ---> Using cache 06:28:13 ---> 1e5662b56557 06:28:13 Step 9/26 : WORKDIR /edgex-go/spire-build 06:28:13 ---> Using cache 06:28:13 ---> dfeed78a0b87 06:28:13 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:28:13 ---> Using cache 06:28:13 ---> c20c2d8c0273 06:28:13 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 06:28:14 ---> Running in 0b38e82f27ae 06:28:18 Removing intermediate container 0003b42cef58 06:28:18 ---> 40ea156944d0 06:28:18 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 06:28:18 ---> Running in 8117c35027fd 06:28:18 Removing intermediate container 0b38e82f27ae 06:28:18 ---> 0d98a3087f87 06:28:18 Step 12/26 : WORKDIR /edgex-go 06:28:18 ---> Running in 6fcc7f2c4271 06:28:18 Removing intermediate container 8117c35027fd 06:28:18 ---> 2a0a76cf9411 06:28:18 Step 20/22 : LABEL arch=arm64 06:28:18 ---> Running in a1140b73c729 06:28:18 Removing intermediate container 6fcc7f2c4271 06:28:18 ---> c7ad092d4cf2 06:28:18 06:28:18 Step 13/26 : FROM alpine:3.17 06:28:18 ---> 51e60588ff2c 06:28:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:28:18 ---> Using cache 06:28:18 ---> 25dfeb523ffa 06:28:18 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:28:18 ---> Using cache 06:28:18 ---> 36b15c8b310d 06:28:18 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:18 ---> Using cache 06:28:18 ---> 3587c1e24478 06:28:18 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 06:28:18 ---> Using cache 06:28:18 ---> 76c7f12ba863 06:28:18 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:28:19 Removing intermediate container a1140b73c729 06:28:19 ---> 8038b46f8f34 06:28:19 Step 21/22 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:28:19 ---> Running in 55082f297f3c 06:28:19 Removing intermediate container 55082f297f3c 06:28:19 ---> 1b6f638ef4fa 06:28:19 Step 22/22 : LABEL version=3.0.0-dev.128 06:28:20 ---> Running in e004633093b2 06:28:20 Removing intermediate container e004633093b2 06:28:20 ---> 56e4132d09e2 06:28:20 06:28:21 Successfully built 56e4132d09e2 06:28:21 Successfully tagged security-proxy-setup-arm64:latest 06:28:21  Building security-proxy-setup ... done Building security-spiffe-token-provider 06:28:26 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:28:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:28:26 ---> 6cc3a2addbc6 06:28:26 Step 3/20 : WORKDIR /edgex-go 06:28:26 ---> Using cache 06:28:26 ---> 22bcd0e0ede6 06:28:26 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 06:28:26 ---> Running in 993a70dd7e2a 06:28:27 ---> 808f69edd3fc 06:28:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:28:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:28:29 ---> 18817b909124 06:28:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:28:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:28:30 ---> 23f6f94d76cb 06:28:30 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:28:31 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:28:31 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:28:31 OK: 17695 distinct packages available 06:28:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:28:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:28:32 ---> f75d7712b423 06:28:32 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:28:32 ---> Running in dba71851a286 06:28:33 Removing intermediate container dba71851a286 06:28:33 ---> 331599759d99 06:28:33 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:28:33 ---> Running in 2ba018b44bad 06:28:33 OK: 263 MiB in 53 packages 06:28:34 Removing intermediate container 2ba018b44bad 06:28:34 ---> 932688755c7e 06:28:34 Step 24/26 : LABEL arch=arm64 06:28:34 ---> Running in e4cb82e38e95 06:28:36 Removing intermediate container e4cb82e38e95 06:28:36 ---> 446dc360751a 06:28:36 Step 25/26 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:28:36 Removing intermediate container 993a70dd7e2a 06:28:36 ---> 9ea3c12b8fe8 06:28:36 Step 5/20 : COPY go.mod vendor* ./ 06:28:36 ---> Running in 0c1ab45dbe70 06:28:37 Removing intermediate container 0c1ab45dbe70 06:28:37 ---> 5cfc950e2b9a 06:28:37 Step 26/26 : LABEL version=3.0.0-dev.128 06:28:37 ---> Running in 203a68e09513 06:28:37 ---> b4beb24c4706 06:28:37 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:28:37 ---> Running in 7846f2a42c22 06:28:38 Removing intermediate container 203a68e09513 06:28:38 ---> 9fea79a84ca1 06:28:38 06:28:38 Successfully built 9fea79a84ca1 06:28:38 Successfully tagged security-spire-server-arm64:latest 06:28:38  Building security-spire-server ... done Removing intermediate container 7ac460fab6da 06:28:38 ---> 5952b7af7fe2 06:28:38 06:28:38 Step 10/24 : FROM alpine:3.17 06:28:38 ---> 51e60588ff2c 06:28:38 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:28:38 ---> Using cache 06:28:38 ---> 01ec4f6def1d 06:28:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:28:38 ---> Using cache 06:28:38 ---> 537075c03a60 06:28:38 Step 13/24 : ENV APP_PORT=59882 06:28:38 ---> Running in 32192e2e7bc4 06:28:39 Removing intermediate container 32192e2e7bc4 06:28:39 ---> 6df1186b0199 06:28:39 Step 14/24 : EXPOSE $APP_PORT 06:28:39 ---> Running in 7125b53c6415 06:28:40 Removing intermediate container 7125b53c6415 06:28:40 ---> 128350691290 06:28:40 Step 15/24 : WORKDIR / 06:28:40 ---> Running in 038e15484a74 06:28:41 Removing intermediate container 038e15484a74 06:28:41 ---> 1de8654cb20b 06:28:41 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:41 ---> d0fdbe2cc09f 06:28:41 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 06:28:42 ---> 8325b3b5ff7a 06:28:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:28:44 ---> ae0baf48a67a 06:28:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:28:45 ---> 6c57a45d4231 06:28:45 Step 20/24 : ENTRYPOINT ["/core-command"] 06:28:45 ---> Running in 9e3bf1d59f95 06:28:45 Removing intermediate container 9e3bf1d59f95 06:28:45 ---> bfee110eb094 06:28:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:28:45 ---> Running in 3a7b78cc8777 06:28:46 Removing intermediate container 3a7b78cc8777 06:28:46 ---> 869618f99c11 06:28:46 Step 22/24 : LABEL arch=arm64 06:28:46 ---> Running in 480754a79514 06:28:47 Removing intermediate container 480754a79514 06:28:47 ---> e64089b1c8a4 06:28:47 Step 23/24 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:28:47 ---> Running in d42f2aa6d4b6 06:28:47 Removing intermediate container d42f2aa6d4b6 06:28:47 ---> 83fac3b8c23b 06:28:47 Step 24/24 : LABEL version=3.0.0-dev.128 06:28:47 ---> Running in 8543eb0cc51c 06:28:48 Removing intermediate container 8543eb0cc51c 06:28:48 ---> 5e7f73efac51 06:28:48 06:28:48 Successfully built 5e7f73efac51 06:28:48 Successfully tagged core-command-arm64:latest 06:29:00  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:29:18 Removing intermediate container 561ef7a8a34b 06:29:18 ---> 53e541110287 06:29:18 06:29:18 Step 9/25 : FROM alpine:3.17 06:29:18 ---> 51e60588ff2c 06:29:18 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:29:18 ---> Running in 589b9369b33b 06:29:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:29:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:29:23 (1/3) Installing ca-certificates (20220614-r4) 06:29:23 (2/3) Installing dumb-init (1.2.5-r2) 06:29:23 (3/3) Installing su-exec (0.2-r2) 06:29:23 Executing busybox-1.35.0-r29.trigger 06:29:23 Executing ca-certificates-20220614-r4.trigger 06:29:23 OK: 8 MiB in 18 packages 06:29:27 Removing intermediate container 589b9369b33b 06:29:27 ---> 3e8eaec69e25 06:29:27 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:29:27 ---> Running in ae01f8123173 06:29:27 Removing intermediate container ae01f8123173 06:29:27 ---> 7d76b3a1bff5 06:29:27 Step 12/25 : WORKDIR / 06:29:27 ---> Running in d00174e8f1f9 06:29:28 Removing intermediate container d00174e8f1f9 06:29:28 ---> 9555398f650a 06:29:28 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:29:29 ---> f7317d13a057 06:29:29 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 06:29:31 ---> 24d4bf8ffec6 06:29:31 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:29:32 ---> 61551e2ab5b1 06:29:32 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:29:33 ---> f4e77a08593d 06:29:33 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:29:37 ---> 803a16357e8b 06:29:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:29:40 ---> 90a8afb1c128 06:29:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:29:43 ---> 15285e2daefa 06:29:43 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:29:45 ---> f39b50151f41 06:29:45 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:45 ---> Running in 2782ce012cb6 06:29:48 Removing intermediate container 2782ce012cb6 06:29:48 ---> 0c570e0b891c 06:29:48 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 06:29:48 ---> Running in 23ded148b519 06:29:51 Removing intermediate container 23ded148b519 06:29:51 ---> 70b0a12d88ef 06:29:51 Step 23/25 : LABEL arch=arm64 06:29:51 ---> Running in d0f33d278423 06:29:52 Removing intermediate container d0f33d278423 06:29:52 ---> 828e464bdcd6 06:29:52 Step 24/25 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:29:52 ---> Running in d24e97d2fdb2 06:29:53 Removing intermediate container d24e97d2fdb2 06:29:53 ---> 5570b6237638 06:29:53 Step 25/25 : LABEL version=3.0.0-dev.128 06:29:53 ---> Running in fea07ecf8928 06:29:54 Removing intermediate container fea07ecf8928 06:29:54 ---> 896f8119f5b6 06:29:54 06:29:54 Successfully built 896f8119f5b6 06:29:54 Successfully tagged security-secretstore-setup-arm64:latest 06:29:56  Building security-secretstore-setup ... done Removing intermediate container 7846f2a42c22 06:29:56 ---> 946d68e8c213 06:29:56 Step 7/20 : COPY . . 06:29:59 ---> 5a35932923db 06:29:59 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:29:59 ---> Running in 6a835bf36648 06:30:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.128" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:30:57 Removing intermediate container 5936391c0a3d 06:30:57 ---> 6be717864071 06:30:57 06:30:57 Step 10/23 : FROM alpine:3.17 06:30:57 ---> 51e60588ff2c 06:30:57 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 06:30:57 ---> Running in 527f7f82e03a 06:30:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:30:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:30:57 (1/2) Installing ca-certificates (20220614-r4) 06:30:57 (2/2) Installing dumb-init (1.2.5-r2) 06:30:57 Executing busybox-1.35.0-r29.trigger 06:30:57 Executing ca-certificates-20220614-r4.trigger 06:30:57 OK: 8 MiB in 17 packages 06:30:57 Removing intermediate container 527f7f82e03a 06:30:57 ---> 66dd7fe0a243 06:30:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 06:30:57 ---> Running in c38aa0133457 06:30:58 Removing intermediate container c38aa0133457 06:30:58 ---> e93fb794ce02 06:30:58 Step 13/23 : ENV APP_PORT=59860 06:30:58 ---> Running in 20612ce8f5b1 06:30:58 Removing intermediate container 20612ce8f5b1 06:30:58 ---> b6f377bb0e30 06:30:58 Step 14/23 : EXPOSE $APP_PORT 06:30:58 ---> Running in b4c6e060e789 06:30:59 Removing intermediate container b4c6e060e789 06:30:59 ---> 74edc591c232 06:30:59 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:30:59 ---> a60c4aaa5751 06:30:59 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:31:00 ---> 639e231175db 06:31:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:31:03 ---> 0c681986b776 06:31:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:31:04 ---> 99e825e56f87 06:31:04 Step 19/23 : ENTRYPOINT ["/support-notifications"] 06:31:04 ---> Running in 723a4bfce2d8 06:31:04 Removing intermediate container 723a4bfce2d8 06:31:04 ---> c9da4fd547c4 06:31:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:31:04 ---> Running in 5243b444c894 06:31:05 Removing intermediate container 5243b444c894 06:31:05 ---> fbc5441648f3 06:31:05 Step 21/23 : LABEL arch=arm64 06:31:05 ---> Running in cdb60b75a796 06:31:06 Removing intermediate container cdb60b75a796 06:31:06 ---> 3030d9da5d68 06:31:06 Step 22/23 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:31:06 ---> Running in d2f107f6a01d 06:31:06 Removing intermediate container d2f107f6a01d 06:31:06 ---> 3d2654f597d5 06:31:06 Step 23/23 : LABEL version=3.0.0-dev.128 06:31:06 ---> Running in 4b23c2f3cac7 06:31:09 Removing intermediate container 4b23c2f3cac7 06:31:09 ---> 692a10d1efe0 06:31:09 06:31:09 Successfully built 692a10d1efe0 06:31:09 Successfully tagged support-notifications-arm64:latest 06:32:17  Building support-notifications ... done Removing intermediate container 6a835bf36648 06:32:17 ---> fde58309444d 06:32:17 06:32:17 Step 9/20 : FROM alpine:3.17 06:32:17 ---> 51e60588ff2c 06:32:17 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:32:17 ---> Using cache 06:32:17 ---> 2e5bf75ee540 06:32:17 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:32:17 ---> Running in 1047d95ab7c8 06:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:32:17 v3.17.3-66-gebcd1fec3cb [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:32:17 v3.17.3-73-g126a1226592 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:32:17 OK: 17689 distinct packages available 06:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:32:17 (1/9) Installing ca-certificates (20220614-r4) 06:32:17 (2/9) Installing brotli-libs (1.0.9-r9) 06:32:17 (3/9) Installing nghttp2-libs (1.51.0-r0) 06:32:18 (4/9) Installing libcurl (7.88.1-r1) 06:32:18 (5/9) Installing curl (7.88.1-r1) 06:32:18 (6/9) Installing dumb-init (1.2.5-r2) 06:32:18 (7/9) Installing musl-obstack (1.2.3-r0) 06:32:18 (8/9) Installing libucontext (1.2-r0) 06:32:18 (9/9) Installing gcompat (1.1.0-r0) 06:32:18 Executing busybox-1.35.0-r29.trigger 06:32:18 Executing ca-certificates-20220614-r4.trigger 06:32:18 OK: 11 MiB in 24 packages 06:32:19 Removing intermediate container 1047d95ab7c8 06:32:19 ---> f2d661598b96 06:32:19 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 06:32:20 ---> 0c88ed2c4444 06:32:20 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 06:32:20 ---> 4f58b17a06c2 06:32:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:32:22 ---> 29c40d4310fe 06:32:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:32:22 ---> 8be5419476e1 06:32:22 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:32:22 ---> Running in 041e6c75f201 06:32:22 Removing intermediate container 041e6c75f201 06:32:22 ---> e5b347261352 06:32:22 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:32:22 ---> Running in 612836a5c293 06:32:22 Removing intermediate container 612836a5c293 06:32:22 ---> 8ce93e100bb8 06:32:22 Step 18/20 : LABEL arch=arm64 06:32:23 ---> Running in ee77145f8de9 06:32:23 Removing intermediate container ee77145f8de9 06:32:23 ---> 0f18b6961aea 06:32:23 Step 19/20 : LABEL git_sha=145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:23 ---> Running in f58b9907329b 06:32:23 Removing intermediate container f58b9907329b 06:32:23 ---> cf635752bb83 06:32:23 Step 20/20 : LABEL version=3.0.0-dev.128 06:32:23 ---> Running in 50ab8398ed31 06:32:23 Removing intermediate container 50ab8398ed31 06:32:23 ---> de144c5d93b9 06:32:23 06:32:23 Successfully built de144c5d93b9 06:32:23 Successfully tagged security-spiffe-token-provider-arm64:latest 06:32:24  Building security-spiffe-token-provider ... done  [Pipeline] } 06:32:24 $ docker stop --time=1 fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 06:32:25 $ docker rm -f --volumes fe7af1748dc0d60f17177468be4b525a6dcf9905100d149a0af81f38c57b0d17 [Pipeline] // withDockerContainer [Pipeline] sh 06:32:26 + docker images 06:32:26 REPOSITORY TAG IMAGE ID CREATED SIZE 06:32:26 security-spiffe-token-provider-arm64 latest de144c5d93b9 3 seconds ago 32.7MB 06:32:26 fde58309444d 15 seconds ago 1.36GB 06:32:26 support-notifications-arm64 latest 692a10d1efe0 About a minute ago 32.2MB 06:32:26 6be717864071 About a minute ago 1.39GB 06:32:26 security-secretstore-setup-arm64 latest 896f8119f5b6 2 minutes ago 32.2MB 06:32:26 53e541110287 3 minutes ago 1.31GB 06:32:26 core-command-arm64 latest 5e7f73efac51 3 minutes ago 19.7MB 06:32:26 security-spire-server-arm64 latest 9fea79a84ca1 3 minutes ago 87.1MB 06:32:26 5952b7af7fe2 3 minutes ago 1.32GB 06:32:26 security-proxy-setup-arm64 latest 56e4132d09e2 4 minutes ago 18.7MB 06:32:26 c7ad092d4cf2 4 minutes ago 1.18GB 06:32:26 security-spire-agent-arm64 latest 764440b01f36 4 minutes ago 125MB 06:32:26 e7e806ba2096 4 minutes ago 1.3GB 06:32:26 security-proxy-auth-arm64 latest a728537bd25e 4 minutes ago 18.3MB 06:32:26 cfc9ceeb15e4 5 minutes ago 1.3GB 06:32:26 security-spire-config-arm64 latest 3eef2cbec886 9 minutes ago 86.2MB 06:32:26 support-scheduler-arm64 latest 91f733b3228e 9 minutes ago 31.5MB 06:32:26 daff5d50aede 9 minutes ago 1.18GB 06:32:26 7ae87212ac99 9 minutes ago 1.39GB 06:32:26 core-data-arm64 latest 561dbc5ec841 10 minutes ago 19.9MB 06:32:26 core-metadata-arm64 latest b2447f4be8e4 10 minutes ago 20.2MB 06:32:26 core-common-config-bootstrapper-arm64 latest 6f51dd39ff2c 11 minutes ago 17.2MB 06:32:26 7786ab81e808 11 minutes ago 1.32GB 06:32:26 f4092e1bbcc8 11 minutes ago 1.32GB 06:32:26 security-bootstrapper-arm64 latest 8fb246ad4edb 11 minutes ago 21.9MB 06:32:26 aa4f38c0d242 11 minutes ago 1.31GB 06:32:26 fd9ce1bc11d7 12 minutes ago 1.3GB 06:32:26 ci-base-image-arm64 latest 6cc3a2addbc6 21 minutes ago 866MB 06:32:26 alpine 3.17 51e60588ff2c 13 days ago 7.46MB 06:32:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB 06:32:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:26 provisioning config files... 06:32:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/490@tmp/config4534193911296567335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:27 ---> docker-login.sh 06:32:27 nexus3.edgexfoundry.org:10001 06:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:27 Configure a credential helper to remove this warning. See 06:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:27 06:32:27 Login Succeeded 06:32:27 nexus3.edgexfoundry.org:10002 06:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:27 Configure a credential helper to remove this warning. See 06:32:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:27 06:32:27 Login Succeeded 06:32:27 nexus3.edgexfoundry.org:10003 06:32:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:28 Configure a credential helper to remove this warning. See 06:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:28 06:32:28 Login Succeeded 06:32:28 nexus3.edgexfoundry.org:10004 06:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:28 Configure a credential helper to remove this warning. See 06:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:28 06:32:28 Login Succeeded 06:32:28 docker.io 06:32:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:32:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:32:28 Configure a credential helper to remove this warning. See 06:32:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:32:28 06:32:28 Login Succeeded 06:32:28 ---> docker-login.sh ends [Pipeline] } 06:32:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:32:28 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:32:28 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:28 latest 06:32:28 3.0.0-dev.128 06:32:28 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:28 main 06:32:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:32:29 36d615ab190c: Preparing 06:32:29 1ea0fd0aef7b: Preparing 06:32:29 5ea15e0a5445: Preparing 06:32:29 0ffa42b37ff8: Preparing 06:32:29 558ff4c52c36: Preparing 06:32:29 26cbea5cba74: Preparing 06:32:29 26cbea5cba74: Waiting 06:32:29 36d615ab190c: Pushed 06:32:29 558ff4c52c36: Pushed 06:32:29 5ea15e0a5445: Pushed 06:32:29 0ffa42b37ff8: Pushed 06:32:29 26cbea5cba74: Layer already exists 06:32:32 1ea0fd0aef7b: Pushed 06:32:32 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:32:33 36d615ab190c: Preparing 06:32:33 1ea0fd0aef7b: Preparing 06:32:33 5ea15e0a5445: Preparing 06:32:33 0ffa42b37ff8: Preparing 06:32:33 558ff4c52c36: Preparing 06:32:33 26cbea5cba74: Preparing 06:32:33 26cbea5cba74: Waiting 06:32:33 36d615ab190c: Layer already exists 06:32:33 0ffa42b37ff8: Layer already exists 06:32:33 1ea0fd0aef7b: Layer already exists 06:32:33 5ea15e0a5445: Layer already exists 06:32:33 558ff4c52c36: Layer already exists 06:32:33 26cbea5cba74: Layer already exists 06:32:33 latest: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 06:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:32:33 36d615ab190c: Preparing 06:32:33 1ea0fd0aef7b: Preparing 06:32:33 5ea15e0a5445: Preparing 06:32:33 0ffa42b37ff8: Preparing 06:32:33 558ff4c52c36: Preparing 06:32:33 26cbea5cba74: Preparing 06:32:33 26cbea5cba74: Waiting 06:32:33 0ffa42b37ff8: Layer already exists 06:32:33 36d615ab190c: Layer already exists 06:32:33 5ea15e0a5445: Layer already exists 06:32:33 1ea0fd0aef7b: Layer already exists 06:32:33 558ff4c52c36: Layer already exists 06:32:33 26cbea5cba74: Layer already exists 06:32:33 3.0.0-dev.128: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:32:34 36d615ab190c: Preparing 06:32:34 1ea0fd0aef7b: Preparing 06:32:34 5ea15e0a5445: Preparing 06:32:34 0ffa42b37ff8: Preparing 06:32:34 558ff4c52c36: Preparing 06:32:34 26cbea5cba74: Preparing 06:32:34 26cbea5cba74: Waiting 06:32:34 0ffa42b37ff8: Layer already exists 06:32:34 558ff4c52c36: Layer already exists 06:32:34 1ea0fd0aef7b: Layer already exists 06:32:34 5ea15e0a5445: Layer already exists 06:32:34 36d615ab190c: Layer already exists 06:32:34 26cbea5cba74: Layer already exists 06:32:34 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:32:35 36d615ab190c: Preparing 06:32:35 1ea0fd0aef7b: Preparing 06:32:35 5ea15e0a5445: Preparing 06:32:35 0ffa42b37ff8: Preparing 06:32:35 558ff4c52c36: Preparing 06:32:35 26cbea5cba74: Preparing 06:32:35 26cbea5cba74: Waiting 06:32:35 558ff4c52c36: Layer already exists 06:32:35 36d615ab190c: Layer already exists 06:32:35 0ffa42b37ff8: Layer already exists 06:32:35 1ea0fd0aef7b: Layer already exists 06:32:35 5ea15e0a5445: Layer already exists 06:32:35 26cbea5cba74: Layer already exists 06:32:35 main: digest: sha256:edf19d81c287675c8c05651bf9f5514c8872752b0a03789d9a27e1708afa8bac size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:35 ===================================================== [Pipeline] echo 06:32:35 taggedImages: 06:32:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:32:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.128 06:32:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:35 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:32:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:32:35 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:35 latest 06:32:35 3.0.0-dev.128 06:32:35 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:35 main 06:32:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:32:35 503633ff68ff: Preparing 06:32:35 f9dfcbc8e3ea: Preparing 06:32:35 de9b15fb4071: Preparing 06:32:35 bec1edbd5e4e: Preparing 06:32:35 5ea15e0a5445: Preparing 06:32:35 0ffa42b37ff8: Preparing 06:32:35 e108886505a0: Preparing 06:32:35 26cbea5cba74: Preparing 06:32:35 e108886505a0: Waiting 06:32:35 26cbea5cba74: Waiting 06:32:35 0ffa42b37ff8: Waiting 06:32:35 5ea15e0a5445: Layer already exists 06:32:36 0ffa42b37ff8: Layer already exists 06:32:36 de9b15fb4071: Pushed 06:32:36 503633ff68ff: Pushed 06:32:36 f9dfcbc8e3ea: Pushed 06:32:36 26cbea5cba74: Layer already exists 06:32:36 e108886505a0: Pushed 06:32:38 bec1edbd5e4e: Pushed 06:32:38 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:38 + 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 06:32:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:32:38 503633ff68ff: Preparing 06:32:38 f9dfcbc8e3ea: Preparing 06:32:38 de9b15fb4071: Preparing 06:32:38 bec1edbd5e4e: Preparing 06:32:38 5ea15e0a5445: Preparing 06:32:38 0ffa42b37ff8: Preparing 06:32:38 e108886505a0: Preparing 06:32:38 26cbea5cba74: Preparing 06:32:38 e108886505a0: Waiting 06:32:38 26cbea5cba74: Waiting 06:32:38 0ffa42b37ff8: Waiting 06:32:38 f9dfcbc8e3ea: Layer already exists 06:32:38 de9b15fb4071: Layer already exists 06:32:38 bec1edbd5e4e: Layer already exists 06:32:38 5ea15e0a5445: Layer already exists 06:32:38 503633ff68ff: Layer already exists 06:32:38 0ffa42b37ff8: Layer already exists 06:32:38 e108886505a0: Layer already exists 06:32:38 26cbea5cba74: Layer already exists 06:32:38 latest: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 06:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:32:39 503633ff68ff: Preparing 06:32:39 f9dfcbc8e3ea: Preparing 06:32:39 de9b15fb4071: Preparing 06:32:39 bec1edbd5e4e: Preparing 06:32:39 5ea15e0a5445: Preparing 06:32:39 0ffa42b37ff8: Preparing 06:32:39 e108886505a0: Preparing 06:32:39 26cbea5cba74: Preparing 06:32:39 0ffa42b37ff8: Waiting 06:32:39 e108886505a0: Waiting 06:32:39 26cbea5cba74: Waiting 06:32:39 f9dfcbc8e3ea: Layer already exists 06:32:39 de9b15fb4071: Layer already exists 06:32:39 503633ff68ff: Layer already exists 06:32:39 bec1edbd5e4e: Layer already exists 06:32:39 5ea15e0a5445: Layer already exists 06:32:39 26cbea5cba74: Layer already exists 06:32:39 0ffa42b37ff8: Layer already exists 06:32:39 e108886505a0: Layer already exists 06:32:40 3.0.0-dev.128: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:32:40 503633ff68ff: Preparing 06:32:40 f9dfcbc8e3ea: Preparing 06:32:40 de9b15fb4071: Preparing 06:32:40 bec1edbd5e4e: Preparing 06:32:40 5ea15e0a5445: Preparing 06:32:40 0ffa42b37ff8: Preparing 06:32:40 e108886505a0: Preparing 06:32:40 26cbea5cba74: Preparing 06:32:40 0ffa42b37ff8: Waiting 06:32:40 e108886505a0: Waiting 06:32:40 26cbea5cba74: Waiting 06:32:40 503633ff68ff: Layer already exists 06:32:40 5ea15e0a5445: Layer already exists 06:32:40 bec1edbd5e4e: Layer already exists 06:32:40 f9dfcbc8e3ea: Layer already exists 06:32:40 de9b15fb4071: Layer already exists 06:32:40 26cbea5cba74: Layer already exists 06:32:40 e108886505a0: Layer already exists 06:32:40 0ffa42b37ff8: Layer already exists 06:32:40 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:41 + 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 06:32:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:32:41 503633ff68ff: Preparing 06:32:41 f9dfcbc8e3ea: Preparing 06:32:41 de9b15fb4071: Preparing 06:32:41 bec1edbd5e4e: Preparing 06:32:41 5ea15e0a5445: Preparing 06:32:41 0ffa42b37ff8: Preparing 06:32:41 e108886505a0: Preparing 06:32:41 26cbea5cba74: Preparing 06:32:41 0ffa42b37ff8: Waiting 06:32:41 e108886505a0: Waiting 06:32:41 26cbea5cba74: Waiting 06:32:41 5ea15e0a5445: Layer already exists 06:32:41 bec1edbd5e4e: Layer already exists 06:32:41 f9dfcbc8e3ea: Layer already exists 06:32:41 de9b15fb4071: Layer already exists 06:32:41 503633ff68ff: Layer already exists 06:32:41 0ffa42b37ff8: Layer already exists 06:32:41 26cbea5cba74: Layer already exists 06:32:41 e108886505a0: Layer already exists 06:32:41 main: digest: sha256:546623cc94981780ac62ff1a5d2d711701b412e3ad14b44dccce58b9fba7e625 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:42 ===================================================== [Pipeline] echo 06:32:42 taggedImages: 06:32:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:32:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.128 06:32:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:32:42 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:32:42 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:42 latest 06:32:42 3.0.0-dev.128 06:32:42 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:42 main 06:32:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:32:42 21cba4aaef21: Preparing 06:32:42 eadd22e45735: Preparing 06:32:42 5ea15e0a5445: Preparing 06:32:42 0ffa42b37ff8: Preparing 06:32:42 a209515a2a9a: Preparing 06:32:42 26cbea5cba74: Preparing 06:32:42 26cbea5cba74: Waiting 06:32:42 5ea15e0a5445: Layer already exists 06:32:42 0ffa42b37ff8: Layer already exists 06:32:42 26cbea5cba74: Layer already exists 06:32:43 a209515a2a9a: Pushed 06:32:43 21cba4aaef21: Pushed 06:32:46 eadd22e45735: Pushed 06:32:46 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:32:47 21cba4aaef21: Preparing 06:32:47 eadd22e45735: Preparing 06:32:47 5ea15e0a5445: Preparing 06:32:47 0ffa42b37ff8: Preparing 06:32:47 a209515a2a9a: Preparing 06:32:47 26cbea5cba74: Preparing 06:32:47 26cbea5cba74: Waiting 06:32:47 eadd22e45735: Layer already exists 06:32:47 5ea15e0a5445: Layer already exists 06:32:47 a209515a2a9a: Layer already exists 06:32:47 0ffa42b37ff8: Layer already exists 06:32:47 21cba4aaef21: Layer already exists 06:32:47 26cbea5cba74: Layer already exists 06:32:47 latest: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 06:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:32:48 21cba4aaef21: Preparing 06:32:48 eadd22e45735: Preparing 06:32:48 5ea15e0a5445: Preparing 06:32:48 0ffa42b37ff8: Preparing 06:32:48 a209515a2a9a: Preparing 06:32:48 26cbea5cba74: Preparing 06:32:48 26cbea5cba74: Waiting 06:32:48 5ea15e0a5445: Layer already exists 06:32:48 eadd22e45735: Layer already exists 06:32:48 a209515a2a9a: Layer already exists 06:32:48 21cba4aaef21: Layer already exists 06:32:48 0ffa42b37ff8: Layer already exists 06:32:48 26cbea5cba74: Layer already exists 06:32:48 3.0.0-dev.128: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:32:48 21cba4aaef21: Preparing 06:32:48 eadd22e45735: Preparing 06:32:48 5ea15e0a5445: Preparing 06:32:48 0ffa42b37ff8: Preparing 06:32:48 a209515a2a9a: Preparing 06:32:48 26cbea5cba74: Preparing 06:32:48 26cbea5cba74: Waiting 06:32:48 21cba4aaef21: Layer already exists 06:32:48 5ea15e0a5445: Layer already exists 06:32:48 0ffa42b37ff8: Layer already exists 06:32:48 eadd22e45735: Layer already exists 06:32:48 a209515a2a9a: Layer already exists 06:32:48 26cbea5cba74: Layer already exists 06:32:48 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:32:49 21cba4aaef21: Preparing 06:32:49 eadd22e45735: Preparing 06:32:49 5ea15e0a5445: Preparing 06:32:49 0ffa42b37ff8: Preparing 06:32:49 a209515a2a9a: Preparing 06:32:49 26cbea5cba74: Preparing 06:32:49 26cbea5cba74: Waiting 06:32:49 a209515a2a9a: Layer already exists 06:32:49 0ffa42b37ff8: Layer already exists 06:32:49 5ea15e0a5445: Layer already exists 06:32:49 21cba4aaef21: Layer already exists 06:32:49 eadd22e45735: Layer already exists 06:32:49 26cbea5cba74: Layer already exists 06:32:49 main: digest: sha256:fe7fb526e6ca8b780ce975f26f7199c753a334c681c1ae191048da51ec335990 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:49 ===================================================== [Pipeline] echo 06:32:49 taggedImages: 06:32:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:32:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.128 06:32:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:32:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:32:49 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:49 latest 06:32:49 3.0.0-dev.128 06:32:49 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:49 main 06:32:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:32:50 6d3d79bfd542: Preparing 06:32:50 9afc30b039d0: Preparing 06:32:50 5a2c59678437: Preparing 06:32:50 5ea15e0a5445: Preparing 06:32:50 0ffa42b37ff8: Preparing 06:32:50 558ff4c52c36: Preparing 06:32:50 26cbea5cba74: Preparing 06:32:50 558ff4c52c36: Waiting 06:32:50 5ea15e0a5445: Layer already exists 06:32:50 0ffa42b37ff8: Layer already exists 06:32:50 558ff4c52c36: Layer already exists 06:32:50 26cbea5cba74: Layer already exists 06:32:50 6d3d79bfd542: Pushed 06:32:50 9afc30b039d0: Pushed 06:32:53 5a2c59678437: Pushed 06:32:53 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:32:54 6d3d79bfd542: Preparing 06:32:54 9afc30b039d0: Preparing 06:32:54 5a2c59678437: Preparing 06:32:54 5ea15e0a5445: Preparing 06:32:54 0ffa42b37ff8: Preparing 06:32:54 558ff4c52c36: Preparing 06:32:54 26cbea5cba74: Preparing 06:32:54 558ff4c52c36: Waiting 06:32:54 26cbea5cba74: Waiting 06:32:54 6d3d79bfd542: Layer already exists 06:32:54 0ffa42b37ff8: Layer already exists 06:32:54 5ea15e0a5445: Layer already exists 06:32:54 5a2c59678437: Layer already exists 06:32:54 9afc30b039d0: Layer already exists 06:32:54 558ff4c52c36: Layer already exists 06:32:54 26cbea5cba74: Layer already exists 06:32:54 latest: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 06:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:32:55 6d3d79bfd542: Preparing 06:32:55 9afc30b039d0: Preparing 06:32:55 5a2c59678437: Preparing 06:32:55 5ea15e0a5445: Preparing 06:32:55 0ffa42b37ff8: Preparing 06:32:55 558ff4c52c36: Preparing 06:32:55 26cbea5cba74: Preparing 06:32:55 558ff4c52c36: Waiting 06:32:55 26cbea5cba74: Waiting 06:32:55 5ea15e0a5445: Layer already exists 06:32:55 0ffa42b37ff8: Layer already exists 06:32:55 9afc30b039d0: Layer already exists 06:32:55 5a2c59678437: Layer already exists 06:32:55 6d3d79bfd542: Layer already exists 06:32:55 26cbea5cba74: Layer already exists 06:32:55 558ff4c52c36: Layer already exists 06:32:55 3.0.0-dev.128: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:32:56 6d3d79bfd542: Preparing 06:32:56 9afc30b039d0: Preparing 06:32:56 5a2c59678437: Preparing 06:32:56 5ea15e0a5445: Preparing 06:32:56 0ffa42b37ff8: Preparing 06:32:56 558ff4c52c36: Preparing 06:32:56 26cbea5cba74: Preparing 06:32:56 558ff4c52c36: Waiting 06:32:56 26cbea5cba74: Waiting 06:32:56 5a2c59678437: Layer already exists 06:32:56 6d3d79bfd542: Layer already exists 06:32:56 5ea15e0a5445: Layer already exists 06:32:56 9afc30b039d0: Layer already exists 06:32:56 0ffa42b37ff8: Layer already exists 06:32:56 558ff4c52c36: Layer already exists 06:32:56 26cbea5cba74: Layer already exists 06:32:56 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:32:57 6d3d79bfd542: Preparing 06:32:57 9afc30b039d0: Preparing 06:32:57 5a2c59678437: Preparing 06:32:57 5ea15e0a5445: Preparing 06:32:57 0ffa42b37ff8: Preparing 06:32:57 558ff4c52c36: Preparing 06:32:57 26cbea5cba74: Preparing 06:32:57 558ff4c52c36: Waiting 06:32:57 26cbea5cba74: Waiting 06:32:57 9afc30b039d0: Layer already exists 06:32:57 0ffa42b37ff8: Layer already exists 06:32:57 5ea15e0a5445: Layer already exists 06:32:57 6d3d79bfd542: Layer already exists 06:32:57 5a2c59678437: Layer already exists 06:32:57 26cbea5cba74: Layer already exists 06:32:57 558ff4c52c36: Layer already exists 06:32:57 main: digest: sha256:35232949081ff91e7a2cb3c977b33f755c2ee661e9b4e7f358db4f90049aecb1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:57 ===================================================== [Pipeline] echo 06:32:57 taggedImages: 06:32:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:32:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.128 06:32:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:32:57 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:32:57 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:57 latest 06:32:57 3.0.0-dev.128 06:32:57 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:32:57 main 06:32:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:32:58 307e75e933bd: Preparing 06:32:58 307e75e933bd: Preparing 06:32:58 4337543da8c5: Preparing 06:32:58 50b83acbb68b: Preparing 06:32:58 ff94629cf673: Preparing 06:32:58 5be802e9684e: Preparing 06:32:58 8b6bc8520012: Preparing 06:32:58 5ea15e0a5445: Preparing 06:32:58 0ffa42b37ff8: Preparing 06:32:58 60a6044198a4: Preparing 06:32:58 025f1d8148dc: Preparing 06:32:58 5711386f79b4: Preparing 06:32:58 03430f20892c: Preparing 06:32:58 26cbea5cba74: Preparing 06:32:58 60a6044198a4: Waiting 06:32:58 025f1d8148dc: Waiting 06:32:58 8b6bc8520012: Waiting 06:32:58 5711386f79b4: Waiting 06:32:58 03430f20892c: Waiting 06:32:58 26cbea5cba74: Waiting 06:32:58 5ea15e0a5445: Waiting 06:32:58 0ffa42b37ff8: Waiting 06:32:58 307e75e933bd: Pushed 06:32:58 50b83acbb68b: Pushed 06:32:58 5be802e9684e: Pushed 06:32:58 4337543da8c5: Pushed 06:32:58 ff94629cf673: Pushed 06:32:58 5ea15e0a5445: Layer already exists 06:32:58 0ffa42b37ff8: Layer already exists 06:32:58 60a6044198a4: Pushed 06:32:58 5711386f79b4: Pushed 06:32:58 025f1d8148dc: Pushed 06:32:58 03430f20892c: Pushed 06:32:58 26cbea5cba74: Layer already exists 06:33:02 8b6bc8520012: Pushed 06:33:02 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:33:03 307e75e933bd: Preparing 06:33:03 307e75e933bd: Preparing 06:33:03 4337543da8c5: Preparing 06:33:03 50b83acbb68b: Preparing 06:33:03 ff94629cf673: Preparing 06:33:03 5be802e9684e: Preparing 06:33:03 8b6bc8520012: Preparing 06:33:03 5ea15e0a5445: Preparing 06:33:03 0ffa42b37ff8: Preparing 06:33:03 60a6044198a4: Preparing 06:33:03 025f1d8148dc: Preparing 06:33:03 5711386f79b4: Preparing 06:33:03 03430f20892c: Preparing 06:33:03 26cbea5cba74: Preparing 06:33:03 60a6044198a4: Waiting 06:33:03 025f1d8148dc: Waiting 06:33:03 8b6bc8520012: Waiting 06:33:03 5ea15e0a5445: Waiting 06:33:03 0ffa42b37ff8: Waiting 06:33:03 5711386f79b4: Waiting 06:33:03 03430f20892c: Waiting 06:33:03 26cbea5cba74: Waiting 06:33:03 50b83acbb68b: Layer already exists 06:33:03 4337543da8c5: Layer already exists 06:33:03 ff94629cf673: Layer already exists 06:33:03 5be802e9684e: Layer already exists 06:33:03 307e75e933bd: Layer already exists 06:33:03 8b6bc8520012: Layer already exists 06:33:03 5ea15e0a5445: Layer already exists 06:33:03 0ffa42b37ff8: Layer already exists 06:33:03 60a6044198a4: Layer already exists 06:33:03 025f1d8148dc: Layer already exists 06:33:03 03430f20892c: Layer already exists 06:33:03 5711386f79b4: Layer already exists 06:33:03 26cbea5cba74: Layer already exists 06:33:03 latest: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 06:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:33:04 307e75e933bd: Preparing 06:33:04 307e75e933bd: Preparing 06:33:04 4337543da8c5: Preparing 06:33:04 50b83acbb68b: Preparing 06:33:04 ff94629cf673: Preparing 06:33:04 5be802e9684e: Preparing 06:33:04 8b6bc8520012: Preparing 06:33:04 5ea15e0a5445: Preparing 06:33:04 0ffa42b37ff8: Preparing 06:33:04 60a6044198a4: Preparing 06:33:04 025f1d8148dc: Preparing 06:33:04 5711386f79b4: Preparing 06:33:04 03430f20892c: Preparing 06:33:04 26cbea5cba74: Preparing 06:33:04 8b6bc8520012: Waiting 06:33:04 5ea15e0a5445: Waiting 06:33:04 0ffa42b37ff8: Waiting 06:33:04 60a6044198a4: Waiting 06:33:04 025f1d8148dc: Waiting 06:33:04 5711386f79b4: Waiting 06:33:04 03430f20892c: Waiting 06:33:04 26cbea5cba74: Waiting 06:33:04 307e75e933bd: Layer already exists 06:33:04 4337543da8c5: Layer already exists 06:33:04 ff94629cf673: Layer already exists 06:33:04 5be802e9684e: Layer already exists 06:33:04 50b83acbb68b: Layer already exists 06:33:04 8b6bc8520012: Layer already exists 06:33:04 5ea15e0a5445: Layer already exists 06:33:04 025f1d8148dc: Layer already exists 06:33:04 0ffa42b37ff8: Layer already exists 06:33:04 60a6044198a4: Layer already exists 06:33:04 03430f20892c: Layer already exists 06:33:04 5711386f79b4: Layer already exists 06:33:04 26cbea5cba74: Layer already exists 06:33:04 3.0.0-dev.128: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:33:05 307e75e933bd: Preparing 06:33:05 307e75e933bd: Preparing 06:33:05 4337543da8c5: Preparing 06:33:05 50b83acbb68b: Preparing 06:33:05 ff94629cf673: Preparing 06:33:05 5be802e9684e: Preparing 06:33:05 8b6bc8520012: Preparing 06:33:05 5ea15e0a5445: Preparing 06:33:05 0ffa42b37ff8: Preparing 06:33:05 60a6044198a4: Preparing 06:33:05 025f1d8148dc: Preparing 06:33:05 5711386f79b4: Preparing 06:33:05 03430f20892c: Preparing 06:33:05 26cbea5cba74: Preparing 06:33:05 8b6bc8520012: Waiting 06:33:05 025f1d8148dc: Waiting 06:33:05 5ea15e0a5445: Waiting 06:33:05 0ffa42b37ff8: Waiting 06:33:05 60a6044198a4: Waiting 06:33:05 5711386f79b4: Waiting 06:33:05 03430f20892c: Waiting 06:33:05 26cbea5cba74: Waiting 06:33:05 307e75e933bd: Layer already exists 06:33:05 4337543da8c5: Layer already exists 06:33:05 ff94629cf673: Layer already exists 06:33:05 5be802e9684e: Layer already exists 06:33:05 50b83acbb68b: Layer already exists 06:33:05 8b6bc8520012: Layer already exists 06:33:05 5ea15e0a5445: Layer already exists 06:33:05 60a6044198a4: Layer already exists 06:33:05 0ffa42b37ff8: Layer already exists 06:33:05 025f1d8148dc: Layer already exists 06:33:05 5711386f79b4: Layer already exists 06:33:05 26cbea5cba74: Layer already exists 06:33:05 03430f20892c: Layer already exists 06:33:05 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:33:05 307e75e933bd: Preparing 06:33:05 307e75e933bd: Preparing 06:33:05 4337543da8c5: Preparing 06:33:05 50b83acbb68b: Preparing 06:33:05 ff94629cf673: Preparing 06:33:05 5be802e9684e: Preparing 06:33:05 8b6bc8520012: Preparing 06:33:05 5ea15e0a5445: Preparing 06:33:05 0ffa42b37ff8: Preparing 06:33:05 60a6044198a4: Preparing 06:33:05 025f1d8148dc: Preparing 06:33:05 5711386f79b4: Preparing 06:33:05 03430f20892c: Preparing 06:33:05 26cbea5cba74: Preparing 06:33:05 8b6bc8520012: Waiting 06:33:05 5ea15e0a5445: Waiting 06:33:05 025f1d8148dc: Waiting 06:33:05 5711386f79b4: Waiting 06:33:05 03430f20892c: Waiting 06:33:05 26cbea5cba74: Waiting 06:33:05 60a6044198a4: Waiting 06:33:05 0ffa42b37ff8: Waiting 06:33:05 50b83acbb68b: Layer already exists 06:33:05 307e75e933bd: Layer already exists 06:33:05 ff94629cf673: Layer already exists 06:33:05 4337543da8c5: Layer already exists 06:33:05 5be802e9684e: Layer already exists 06:33:05 025f1d8148dc: Layer already exists 06:33:05 60a6044198a4: Layer already exists 06:33:05 8b6bc8520012: Layer already exists 06:33:05 5ea15e0a5445: Layer already exists 06:33:05 0ffa42b37ff8: Layer already exists 06:33:05 03430f20892c: Layer already exists 06:33:05 26cbea5cba74: Layer already exists 06:33:05 5711386f79b4: Layer already exists 06:33:06 main: digest: sha256:5ea61d81299e3e9a60f37548a6bffdd9d17aa0ce11c5494c878bc3288e65e84a size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:06 ===================================================== [Pipeline] echo 06:33:06 taggedImages: 06:33:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:33:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.128 06:33:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:33:06 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:33:06 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:06 latest 06:33:06 3.0.0-dev.128 06:33:06 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:06 main 06:33:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:06 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:33:06 bbd14e02f797: Preparing 06:33:06 d6ac5210cd65: Preparing 06:33:06 38afbcfcd3b3: Preparing 06:33:06 90d396fbd051: Preparing 06:33:06 5ea15e0a5445: Preparing 06:33:06 0ffa42b37ff8: Preparing 06:33:06 e108886505a0: Preparing 06:33:06 26cbea5cba74: Preparing 06:33:06 26cbea5cba74: Waiting 06:33:06 0ffa42b37ff8: Waiting 06:33:06 e108886505a0: Waiting 06:33:06 5ea15e0a5445: Layer already exists 06:33:07 0ffa42b37ff8: Layer already exists 06:33:07 e108886505a0: Layer already exists 06:33:07 26cbea5cba74: Layer already exists 06:33:07 38afbcfcd3b3: Pushed 06:33:07 d6ac5210cd65: Pushed 06:33:07 bbd14e02f797: Pushed 06:33:09 90d396fbd051: Pushed 06:33:09 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:10 + 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 06:33:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:33:10 bbd14e02f797: Preparing 06:33:10 d6ac5210cd65: Preparing 06:33:10 38afbcfcd3b3: Preparing 06:33:10 90d396fbd051: Preparing 06:33:10 5ea15e0a5445: Preparing 06:33:10 0ffa42b37ff8: Preparing 06:33:10 e108886505a0: Preparing 06:33:10 26cbea5cba74: Preparing 06:33:10 0ffa42b37ff8: Waiting 06:33:10 26cbea5cba74: Waiting 06:33:10 e108886505a0: Waiting 06:33:10 d6ac5210cd65: Layer already exists 06:33:10 90d396fbd051: Layer already exists 06:33:10 5ea15e0a5445: Layer already exists 06:33:10 38afbcfcd3b3: Layer already exists 06:33:10 bbd14e02f797: Layer already exists 06:33:10 0ffa42b37ff8: Layer already exists 06:33:10 e108886505a0: Layer already exists 06:33:10 26cbea5cba74: Layer already exists 06:33:10 latest: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 06:33:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:33:11 bbd14e02f797: Preparing 06:33:11 d6ac5210cd65: Preparing 06:33:11 38afbcfcd3b3: Preparing 06:33:11 90d396fbd051: Preparing 06:33:11 5ea15e0a5445: Preparing 06:33:11 0ffa42b37ff8: Preparing 06:33:11 e108886505a0: Preparing 06:33:11 26cbea5cba74: Preparing 06:33:11 0ffa42b37ff8: Waiting 06:33:11 e108886505a0: Waiting 06:33:11 26cbea5cba74: Waiting 06:33:11 5ea15e0a5445: Layer already exists 06:33:11 38afbcfcd3b3: Layer already exists 06:33:11 bbd14e02f797: Layer already exists 06:33:11 90d396fbd051: Layer already exists 06:33:11 d6ac5210cd65: Layer already exists 06:33:11 0ffa42b37ff8: Layer already exists 06:33:11 e108886505a0: Layer already exists 06:33:11 26cbea5cba74: Layer already exists 06:33:11 3.0.0-dev.128: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:33:12 bbd14e02f797: Preparing 06:33:12 d6ac5210cd65: Preparing 06:33:12 38afbcfcd3b3: Preparing 06:33:12 90d396fbd051: Preparing 06:33:12 5ea15e0a5445: Preparing 06:33:12 0ffa42b37ff8: Preparing 06:33:12 e108886505a0: Preparing 06:33:12 26cbea5cba74: Preparing 06:33:12 e108886505a0: Waiting 06:33:12 26cbea5cba74: Waiting 06:33:12 0ffa42b37ff8: Waiting 06:33:12 bbd14e02f797: Layer already exists 06:33:12 d6ac5210cd65: Layer already exists 06:33:12 5ea15e0a5445: Layer already exists 06:33:12 38afbcfcd3b3: Layer already exists 06:33:12 90d396fbd051: Layer already exists 06:33:12 e108886505a0: Layer already exists 06:33:12 0ffa42b37ff8: Layer already exists 06:33:12 26cbea5cba74: Layer already exists 06:33:12 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:12 + 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 06:33:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:33:13 bbd14e02f797: Preparing 06:33:13 d6ac5210cd65: Preparing 06:33:13 38afbcfcd3b3: Preparing 06:33:13 90d396fbd051: Preparing 06:33:13 5ea15e0a5445: Preparing 06:33:13 0ffa42b37ff8: Preparing 06:33:13 e108886505a0: Preparing 06:33:13 26cbea5cba74: Preparing 06:33:13 0ffa42b37ff8: Waiting 06:33:13 e108886505a0: Waiting 06:33:13 26cbea5cba74: Waiting 06:33:13 5ea15e0a5445: Layer already exists 06:33:13 bbd14e02f797: Layer already exists 06:33:13 90d396fbd051: Layer already exists 06:33:13 38afbcfcd3b3: Layer already exists 06:33:13 d6ac5210cd65: Layer already exists 06:33:13 26cbea5cba74: Layer already exists 06:33:13 e108886505a0: Layer already exists 06:33:13 0ffa42b37ff8: Layer already exists 06:33:13 main: digest: sha256:07fb25b5018496ab079dffb385deb7e7de70805382cd7927db51ca7bb9f71092 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:13 ===================================================== [Pipeline] echo 06:33:13 taggedImages: 06:33:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:33:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.128 06:33:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:33:13 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:33:13 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:13 latest 06:33:13 3.0.0-dev.128 06:33:13 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:13 main 06:33:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:33:14 5b06445d390c: Preparing 06:33:14 62aa81d3d99c: Preparing 06:33:14 3d1e11e14578: Preparing 06:33:14 abd54613ed47: Preparing 06:33:14 5ea15e0a5445: Preparing 06:33:14 0ffa42b37ff8: Preparing 06:33:14 4687debd1119: Preparing 06:33:14 4f87d36adb80: Preparing 06:33:14 26cbea5cba74: Preparing 06:33:14 0ffa42b37ff8: Waiting 06:33:14 4687debd1119: Waiting 06:33:14 4f87d36adb80: Waiting 06:33:14 26cbea5cba74: Waiting 06:33:14 5ea15e0a5445: Layer already exists 06:33:14 0ffa42b37ff8: Layer already exists 06:33:14 5b06445d390c: Pushed 06:33:14 62aa81d3d99c: Pushed 06:33:14 abd54613ed47: Pushed 06:33:14 4687debd1119: Pushed 06:33:14 26cbea5cba74: Layer already exists 06:33:14 4f87d36adb80: Pushed 06:33:16 3d1e11e14578: Pushed 06:33:16 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:17 + 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 06:33:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:33:17 5b06445d390c: Preparing 06:33:17 62aa81d3d99c: Preparing 06:33:17 3d1e11e14578: Preparing 06:33:17 abd54613ed47: Preparing 06:33:17 5ea15e0a5445: Preparing 06:33:17 0ffa42b37ff8: Preparing 06:33:17 4687debd1119: Preparing 06:33:17 4f87d36adb80: Preparing 06:33:17 26cbea5cba74: Preparing 06:33:17 0ffa42b37ff8: Waiting 06:33:17 4687debd1119: Waiting 06:33:17 4f87d36adb80: Waiting 06:33:17 26cbea5cba74: Waiting 06:33:17 5b06445d390c: Layer already exists 06:33:17 62aa81d3d99c: Layer already exists 06:33:17 3d1e11e14578: Layer already exists 06:33:17 abd54613ed47: Layer already exists 06:33:17 5ea15e0a5445: Layer already exists 06:33:17 4f87d36adb80: Layer already exists 06:33:17 4687debd1119: Layer already exists 06:33:17 26cbea5cba74: Layer already exists 06:33:17 0ffa42b37ff8: Layer already exists 06:33:17 latest: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 06:33:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:33:18 5b06445d390c: Preparing 06:33:18 62aa81d3d99c: Preparing 06:33:18 3d1e11e14578: Preparing 06:33:18 abd54613ed47: Preparing 06:33:18 5ea15e0a5445: Preparing 06:33:18 0ffa42b37ff8: Preparing 06:33:18 4687debd1119: Preparing 06:33:18 4f87d36adb80: Preparing 06:33:18 26cbea5cba74: Preparing 06:33:18 0ffa42b37ff8: Waiting 06:33:18 4687debd1119: Waiting 06:33:18 4f87d36adb80: Waiting 06:33:18 26cbea5cba74: Waiting 06:33:18 62aa81d3d99c: Layer already exists 06:33:18 abd54613ed47: Layer already exists 06:33:18 5b06445d390c: Layer already exists 06:33:18 5ea15e0a5445: Layer already exists 06:33:18 3d1e11e14578: Layer already exists 06:33:18 0ffa42b37ff8: Layer already exists 06:33:18 4687debd1119: Layer already exists 06:33:18 4f87d36adb80: Layer already exists 06:33:18 26cbea5cba74: Layer already exists 06:33:18 3.0.0-dev.128: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:33:19 5b06445d390c: Preparing 06:33:19 62aa81d3d99c: Preparing 06:33:19 3d1e11e14578: Preparing 06:33:19 abd54613ed47: Preparing 06:33:19 5ea15e0a5445: Preparing 06:33:19 0ffa42b37ff8: Preparing 06:33:19 4687debd1119: Preparing 06:33:19 4f87d36adb80: Preparing 06:33:19 26cbea5cba74: Preparing 06:33:19 4687debd1119: Waiting 06:33:19 4f87d36adb80: Waiting 06:33:19 0ffa42b37ff8: Waiting 06:33:19 26cbea5cba74: Waiting 06:33:19 5ea15e0a5445: Layer already exists 06:33:19 3d1e11e14578: Layer already exists 06:33:19 abd54613ed47: Layer already exists 06:33:19 5b06445d390c: Layer already exists 06:33:19 62aa81d3d99c: Layer already exists 06:33:19 4687debd1119: Layer already exists 06:33:19 4f87d36adb80: Layer already exists 06:33:19 26cbea5cba74: Layer already exists 06:33:19 0ffa42b37ff8: Layer already exists 06:33:19 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:19 + 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 06:33:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:33:20 5b06445d390c: Preparing 06:33:20 62aa81d3d99c: Preparing 06:33:20 3d1e11e14578: Preparing 06:33:20 abd54613ed47: Preparing 06:33:20 5ea15e0a5445: Preparing 06:33:20 0ffa42b37ff8: Preparing 06:33:20 4687debd1119: Preparing 06:33:20 4f87d36adb80: Preparing 06:33:20 26cbea5cba74: Preparing 06:33:20 0ffa42b37ff8: Waiting 06:33:20 4687debd1119: Waiting 06:33:20 4f87d36adb80: Waiting 06:33:20 26cbea5cba74: Waiting 06:33:20 5ea15e0a5445: Layer already exists 06:33:20 3d1e11e14578: Layer already exists 06:33:20 abd54613ed47: Layer already exists 06:33:20 62aa81d3d99c: Layer already exists 06:33:20 5b06445d390c: Layer already exists 06:33:20 0ffa42b37ff8: Layer already exists 06:33:20 4687debd1119: Layer already exists 06:33:20 4f87d36adb80: Layer already exists 06:33:20 26cbea5cba74: Layer already exists 06:33:20 main: digest: sha256:b537ee252c18bf13820f0d6ee7e952dbe8eee00a9c075b78eea21d075b36454d size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:20 ===================================================== [Pipeline] echo 06:33:20 taggedImages: 06:33:20 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:20 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:33:20 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.128 06:33:20 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:20 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:33:20 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:33:20 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:20 latest 06:33:20 3.0.0-dev.128 06:33:20 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:20 main 06:33:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:33:21 114c3c58a030: Preparing 06:33:21 cd5423fe2ddb: Preparing 06:33:21 4fa73835659e: Preparing 06:33:21 2fe7385e6359: Preparing 06:33:21 f8df5c4fe818: Preparing 06:33:21 0947343f031d: Preparing 06:33:21 7433a4882340: Preparing 06:33:21 5ea15e0a5445: Preparing 06:33:21 0ffa42b37ff8: Preparing 06:33:21 5bbd8671852b: Preparing 06:33:21 26cbea5cba74: Preparing 06:33:21 0947343f031d: Waiting 06:33:21 0ffa42b37ff8: Waiting 06:33:21 7433a4882340: Waiting 06:33:21 5ea15e0a5445: Waiting 06:33:21 5bbd8671852b: Waiting 06:33:21 26cbea5cba74: Waiting 06:33:21 f8df5c4fe818: Pushed 06:33:21 cd5423fe2ddb: Pushed 06:33:21 114c3c58a030: Pushed 06:33:21 5ea15e0a5445: Layer already exists 06:33:21 0ffa42b37ff8: Layer already exists 06:33:21 0947343f031d: Pushed 06:33:21 26cbea5cba74: Layer already exists 06:33:21 7433a4882340: Pushed 06:33:22 5bbd8671852b: Pushed 06:33:24 2fe7385e6359: Pushed 06:33:25 4fa73835659e: Pushed 06:33:25 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:25 + 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 06:33:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:33:25 114c3c58a030: Preparing 06:33:25 cd5423fe2ddb: Preparing 06:33:25 4fa73835659e: Preparing 06:33:25 2fe7385e6359: Preparing 06:33:25 f8df5c4fe818: Preparing 06:33:25 0947343f031d: Preparing 06:33:25 7433a4882340: Preparing 06:33:25 5ea15e0a5445: Preparing 06:33:25 0ffa42b37ff8: Preparing 06:33:25 5bbd8671852b: Preparing 06:33:25 26cbea5cba74: Preparing 06:33:25 0947343f031d: Waiting 06:33:25 7433a4882340: Waiting 06:33:25 5ea15e0a5445: Waiting 06:33:25 0ffa42b37ff8: Waiting 06:33:25 5bbd8671852b: Waiting 06:33:25 26cbea5cba74: Waiting 06:33:25 114c3c58a030: Layer already exists 06:33:25 f8df5c4fe818: Layer already exists 06:33:25 cd5423fe2ddb: Layer already exists 06:33:25 2fe7385e6359: Layer already exists 06:33:25 4fa73835659e: Layer already exists 06:33:25 7433a4882340: Layer already exists 06:33:25 0ffa42b37ff8: Layer already exists 06:33:25 5bbd8671852b: Layer already exists 06:33:25 5ea15e0a5445: Layer already exists 06:33:25 0947343f031d: Layer already exists 06:33:25 26cbea5cba74: Layer already exists 06:33:26 latest: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 06:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:33:26 114c3c58a030: Preparing 06:33:26 cd5423fe2ddb: Preparing 06:33:26 4fa73835659e: Preparing 06:33:26 2fe7385e6359: Preparing 06:33:26 f8df5c4fe818: Preparing 06:33:26 0947343f031d: Preparing 06:33:26 7433a4882340: Preparing 06:33:26 5ea15e0a5445: Preparing 06:33:26 0ffa42b37ff8: Preparing 06:33:26 5bbd8671852b: Preparing 06:33:26 26cbea5cba74: Preparing 06:33:26 0947343f031d: Waiting 06:33:26 7433a4882340: Waiting 06:33:26 5ea15e0a5445: Waiting 06:33:26 0ffa42b37ff8: Waiting 06:33:26 5bbd8671852b: Waiting 06:33:26 26cbea5cba74: Waiting 06:33:26 4fa73835659e: Layer already exists 06:33:26 f8df5c4fe818: Layer already exists 06:33:26 114c3c58a030: Layer already exists 06:33:26 2fe7385e6359: Layer already exists 06:33:26 cd5423fe2ddb: Layer already exists 06:33:26 0947343f031d: Layer already exists 06:33:26 5ea15e0a5445: Layer already exists 06:33:26 7433a4882340: Layer already exists 06:33:26 0ffa42b37ff8: Layer already exists 06:33:26 5bbd8671852b: Layer already exists 06:33:26 26cbea5cba74: Layer already exists 06:33:26 3.0.0-dev.128: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:33:27 114c3c58a030: Preparing 06:33:27 cd5423fe2ddb: Preparing 06:33:27 4fa73835659e: Preparing 06:33:27 2fe7385e6359: Preparing 06:33:27 f8df5c4fe818: Preparing 06:33:27 0947343f031d: Preparing 06:33:27 7433a4882340: Preparing 06:33:27 5ea15e0a5445: Preparing 06:33:27 0ffa42b37ff8: Preparing 06:33:27 5bbd8671852b: Preparing 06:33:27 26cbea5cba74: Preparing 06:33:27 5ea15e0a5445: Waiting 06:33:27 0ffa42b37ff8: Waiting 06:33:27 5bbd8671852b: Waiting 06:33:27 26cbea5cba74: Waiting 06:33:27 0947343f031d: Waiting 06:33:27 7433a4882340: Waiting 06:33:27 4fa73835659e: Layer already exists 06:33:27 cd5423fe2ddb: Layer already exists 06:33:27 2fe7385e6359: Layer already exists 06:33:27 114c3c58a030: Layer already exists 06:33:27 f8df5c4fe818: Layer already exists 06:33:27 7433a4882340: Layer already exists 06:33:27 0947343f031d: Layer already exists 06:33:27 5ea15e0a5445: Layer already exists 06:33:27 0ffa42b37ff8: Layer already exists 06:33:27 5bbd8671852b: Layer already exists 06:33:27 26cbea5cba74: Layer already exists 06:33:27 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:28 + 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 06:33:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:33:28 114c3c58a030: Preparing 06:33:28 cd5423fe2ddb: Preparing 06:33:28 4fa73835659e: Preparing 06:33:28 2fe7385e6359: Preparing 06:33:28 f8df5c4fe818: Preparing 06:33:28 0947343f031d: Preparing 06:33:28 7433a4882340: Preparing 06:33:28 0947343f031d: Waiting 06:33:28 5ea15e0a5445: Preparing 06:33:28 7433a4882340: Waiting 06:33:28 0ffa42b37ff8: Preparing 06:33:28 5bbd8671852b: Preparing 06:33:28 26cbea5cba74: Preparing 06:33:28 5ea15e0a5445: Waiting 06:33:28 0ffa42b37ff8: Waiting 06:33:28 5bbd8671852b: Waiting 06:33:28 26cbea5cba74: Waiting 06:33:28 f8df5c4fe818: Layer already exists 06:33:28 cd5423fe2ddb: Layer already exists 06:33:28 2fe7385e6359: Layer already exists 06:33:28 4fa73835659e: Layer already exists 06:33:28 114c3c58a030: Layer already exists 06:33:28 7433a4882340: Layer already exists 06:33:28 0947343f031d: Layer already exists 06:33:28 5ea15e0a5445: Layer already exists 06:33:28 0ffa42b37ff8: Layer already exists 06:33:28 5bbd8671852b: Layer already exists 06:33:28 26cbea5cba74: Layer already exists 06:33:28 main: digest: sha256:e3ba68144b0018082255c84d307c1382975cf49129afbe65600e753c7cbd8b80 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:28 ===================================================== [Pipeline] echo 06:33:28 taggedImages: 06:33:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:33:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.128 06:33:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:33:28 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:33:28 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:28 latest 06:33:28 3.0.0-dev.128 06:33:28 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:28 main 06:33:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:29 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:33:29 aeece4583cc9: Preparing 06:33:29 68d9f6852d9c: Preparing 06:33:29 5ea15e0a5445: Preparing 06:33:29 0ffa42b37ff8: Preparing 06:33:29 7df4508584e8: Preparing 06:33:29 26cbea5cba74: Preparing 06:33:29 26cbea5cba74: Waiting 06:33:29 0ffa42b37ff8: Layer already exists 06:33:29 5ea15e0a5445: Layer already exists 06:33:29 26cbea5cba74: Layer already exists 06:33:29 aeece4583cc9: Pushed 06:33:31 7df4508584e8: Pushed 06:33:34 68d9f6852d9c: Pushed 06:33:34 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:34 + 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 06:33:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:33:35 aeece4583cc9: Preparing 06:33:35 68d9f6852d9c: Preparing 06:33:35 5ea15e0a5445: Preparing 06:33:35 0ffa42b37ff8: Preparing 06:33:35 7df4508584e8: Preparing 06:33:35 26cbea5cba74: Preparing 06:33:35 26cbea5cba74: Waiting 06:33:35 0ffa42b37ff8: Layer already exists 06:33:35 68d9f6852d9c: Layer already exists 06:33:35 aeece4583cc9: Layer already exists 06:33:35 7df4508584e8: Layer already exists 06:33:35 5ea15e0a5445: Layer already exists 06:33:35 26cbea5cba74: Layer already exists 06:33:35 latest: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 06:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:33:36 aeece4583cc9: Preparing 06:33:36 68d9f6852d9c: Preparing 06:33:36 5ea15e0a5445: Preparing 06:33:36 0ffa42b37ff8: Preparing 06:33:36 7df4508584e8: Preparing 06:33:36 26cbea5cba74: Preparing 06:33:36 26cbea5cba74: Waiting 06:33:36 68d9f6852d9c: Layer already exists 06:33:36 7df4508584e8: Layer already exists 06:33:36 aeece4583cc9: Layer already exists 06:33:36 0ffa42b37ff8: Layer already exists 06:33:36 5ea15e0a5445: Layer already exists 06:33:36 26cbea5cba74: Layer already exists 06:33:36 3.0.0-dev.128: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:33:37 aeece4583cc9: Preparing 06:33:37 68d9f6852d9c: Preparing 06:33:37 5ea15e0a5445: Preparing 06:33:37 0ffa42b37ff8: Preparing 06:33:37 7df4508584e8: Preparing 06:33:37 26cbea5cba74: Preparing 06:33:37 26cbea5cba74: Waiting 06:33:37 aeece4583cc9: Layer already exists 06:33:37 0ffa42b37ff8: Layer already exists 06:33:37 68d9f6852d9c: Layer already exists 06:33:37 5ea15e0a5445: Layer already exists 06:33:37 7df4508584e8: Layer already exists 06:33:37 26cbea5cba74: Layer already exists 06:33:37 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:37 + 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 06:33:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:33:37 aeece4583cc9: Preparing 06:33:37 68d9f6852d9c: Preparing 06:33:37 5ea15e0a5445: Preparing 06:33:37 0ffa42b37ff8: Preparing 06:33:37 7df4508584e8: Preparing 06:33:37 26cbea5cba74: Preparing 06:33:37 26cbea5cba74: Waiting 06:33:37 aeece4583cc9: Layer already exists 06:33:37 5ea15e0a5445: Layer already exists 06:33:37 7df4508584e8: Layer already exists 06:33:37 68d9f6852d9c: Layer already exists 06:33:37 0ffa42b37ff8: Layer already exists 06:33:37 26cbea5cba74: Layer already exists 06:33:38 main: digest: sha256:b0288a0fcc7558fb45faa83d1391efacf710439859e4b11eb1a98e6b2d3b0a69 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:38 ===================================================== [Pipeline] echo 06:33:38 taggedImages: 06:33:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:33:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.128 06:33:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:33:38 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:33:38 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:38 latest 06:33:38 3.0.0-dev.128 06:33:38 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:38 main 06:33:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:33:38 652cef35647a: Preparing 06:33:38 b89bc5f23a75: Preparing 06:33:38 df1ef3165066: Preparing 06:33:38 57302882ee42: Preparing 06:33:38 22b13a5ae4e8: Preparing 06:33:38 5ea15e0a5445: Preparing 06:33:38 0ffa42b37ff8: Preparing 06:33:38 601aeea23078: Preparing 06:33:38 26cbea5cba74: Preparing 06:33:38 0ffa42b37ff8: Waiting 06:33:38 601aeea23078: Waiting 06:33:38 26cbea5cba74: Waiting 06:33:38 5ea15e0a5445: Waiting 06:33:39 df1ef3165066: Pushed 06:33:39 b89bc5f23a75: Pushed 06:33:39 652cef35647a: Pushed 06:33:39 5ea15e0a5445: Layer already exists 06:33:39 0ffa42b37ff8: Layer already exists 06:33:39 26cbea5cba74: Layer already exists 06:33:40 601aeea23078: Pushed 06:33:48 22b13a5ae4e8: Pushed 06:33:55 57302882ee42: Pushed 06:33:55 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:55 + 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 06:33:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:33:55 652cef35647a: Preparing 06:33:55 b89bc5f23a75: Preparing 06:33:55 df1ef3165066: Preparing 06:33:55 57302882ee42: Preparing 06:33:55 22b13a5ae4e8: Preparing 06:33:55 5ea15e0a5445: Preparing 06:33:55 0ffa42b37ff8: Preparing 06:33:55 601aeea23078: Preparing 06:33:55 26cbea5cba74: Preparing 06:33:55 0ffa42b37ff8: Waiting 06:33:55 26cbea5cba74: Waiting 06:33:55 601aeea23078: Waiting 06:33:55 5ea15e0a5445: Waiting 06:33:55 22b13a5ae4e8: Layer already exists 06:33:55 57302882ee42: Layer already exists 06:33:55 b89bc5f23a75: Layer already exists 06:33:55 df1ef3165066: Layer already exists 06:33:55 652cef35647a: Layer already exists 06:33:55 5ea15e0a5445: Layer already exists 06:33:55 601aeea23078: Layer already exists 06:33:55 26cbea5cba74: Layer already exists 06:33:55 0ffa42b37ff8: Layer already exists 06:33:56 latest: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 06:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:33:56 652cef35647a: Preparing 06:33:56 b89bc5f23a75: Preparing 06:33:56 df1ef3165066: Preparing 06:33:56 57302882ee42: Preparing 06:33:56 22b13a5ae4e8: Preparing 06:33:56 5ea15e0a5445: Preparing 06:33:56 0ffa42b37ff8: Preparing 06:33:56 601aeea23078: Preparing 06:33:56 26cbea5cba74: Preparing 06:33:56 0ffa42b37ff8: Waiting 06:33:56 26cbea5cba74: Waiting 06:33:56 601aeea23078: Waiting 06:33:56 5ea15e0a5445: Waiting 06:33:56 22b13a5ae4e8: Layer already exists 06:33:56 df1ef3165066: Layer already exists 06:33:56 57302882ee42: Layer already exists 06:33:56 652cef35647a: Layer already exists 06:33:56 b89bc5f23a75: Layer already exists 06:33:56 5ea15e0a5445: Layer already exists 06:33:56 0ffa42b37ff8: Layer already exists 06:33:56 601aeea23078: Layer already exists 06:33:56 26cbea5cba74: Layer already exists 06:33:57 3.0.0-dev.128: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:33:57 652cef35647a: Preparing 06:33:57 b89bc5f23a75: Preparing 06:33:57 df1ef3165066: Preparing 06:33:57 57302882ee42: Preparing 06:33:57 22b13a5ae4e8: Preparing 06:33:57 5ea15e0a5445: Preparing 06:33:57 0ffa42b37ff8: Preparing 06:33:57 601aeea23078: Preparing 06:33:57 26cbea5cba74: Preparing 06:33:57 0ffa42b37ff8: Waiting 06:33:57 601aeea23078: Waiting 06:33:57 26cbea5cba74: Waiting 06:33:57 5ea15e0a5445: Waiting 06:33:57 b89bc5f23a75: Layer already exists 06:33:57 22b13a5ae4e8: Layer already exists 06:33:57 652cef35647a: Layer already exists 06:33:57 df1ef3165066: Layer already exists 06:33:57 57302882ee42: Layer already exists 06:33:57 601aeea23078: Layer already exists 06:33:57 5ea15e0a5445: Layer already exists 06:33:57 26cbea5cba74: Layer already exists 06:33:57 0ffa42b37ff8: Layer already exists 06:33:58 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:58 + 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 06:33:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:33:58 652cef35647a: Preparing 06:33:58 b89bc5f23a75: Preparing 06:33:58 df1ef3165066: Preparing 06:33:58 57302882ee42: Preparing 06:33:58 22b13a5ae4e8: Preparing 06:33:58 5ea15e0a5445: Preparing 06:33:58 0ffa42b37ff8: Preparing 06:33:58 601aeea23078: Preparing 06:33:58 26cbea5cba74: Preparing 06:33:58 0ffa42b37ff8: Waiting 06:33:58 5ea15e0a5445: Waiting 06:33:58 601aeea23078: Waiting 06:33:58 26cbea5cba74: Waiting 06:33:58 b89bc5f23a75: Layer already exists 06:33:58 57302882ee42: Layer already exists 06:33:58 df1ef3165066: Layer already exists 06:33:58 652cef35647a: Layer already exists 06:33:58 22b13a5ae4e8: Layer already exists 06:33:58 5ea15e0a5445: Layer already exists 06:33:58 601aeea23078: Layer already exists 06:33:58 0ffa42b37ff8: Layer already exists 06:33:58 26cbea5cba74: Layer already exists 06:33:59 main: digest: sha256:b6424321fa25472753e0dabe5cfc9126ba8cbbaf74360be706112040bff20239 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:33:59 ===================================================== [Pipeline] echo 06:33:59 taggedImages: 06:33:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:33:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.128 06:33:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:33:59 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:33:59 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:59 latest 06:33:59 3.0.0-dev.128 06:33:59 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:33:59 main 06:33:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:33:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:33:59 4fb4b098d28b: Preparing 06:33:59 8e50c7d0b530: Preparing 06:33:59 46bcaaccdab7: Preparing 06:33:59 1176be82e52c: Preparing 06:33:59 5ea15e0a5445: Preparing 06:33:59 0ffa42b37ff8: Preparing 06:33:59 629942d765e1: Preparing 06:33:59 26cbea5cba74: Preparing 06:33:59 629942d765e1: Waiting 06:33:59 26cbea5cba74: Waiting 06:33:59 0ffa42b37ff8: Waiting 06:33:59 5ea15e0a5445: Layer already exists 06:34:00 0ffa42b37ff8: Layer already exists 06:34:00 46bcaaccdab7: Pushed 06:34:00 4fb4b098d28b: Pushed 06:34:00 8e50c7d0b530: Pushed 06:34:00 26cbea5cba74: Layer already exists 06:34:00 629942d765e1: Pushed 06:34:15 1176be82e52c: Pushed 06:34:15 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:16 + 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 06:34:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:34:16 4fb4b098d28b: Preparing 06:34:16 8e50c7d0b530: Preparing 06:34:16 46bcaaccdab7: Preparing 06:34:16 1176be82e52c: Preparing 06:34:16 5ea15e0a5445: Preparing 06:34:16 0ffa42b37ff8: Preparing 06:34:16 629942d765e1: Preparing 06:34:16 26cbea5cba74: Preparing 06:34:16 0ffa42b37ff8: Waiting 06:34:16 629942d765e1: Waiting 06:34:16 26cbea5cba74: Waiting 06:34:16 8e50c7d0b530: Layer already exists 06:34:16 46bcaaccdab7: Layer already exists 06:34:16 5ea15e0a5445: Layer already exists 06:34:16 1176be82e52c: Layer already exists 06:34:16 4fb4b098d28b: Layer already exists 06:34:16 629942d765e1: Layer already exists 06:34:16 0ffa42b37ff8: Layer already exists 06:34:16 26cbea5cba74: Layer already exists 06:34:16 latest: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 06:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:34:17 4fb4b098d28b: Preparing 06:34:17 8e50c7d0b530: Preparing 06:34:17 46bcaaccdab7: Preparing 06:34:17 1176be82e52c: Preparing 06:34:17 5ea15e0a5445: Preparing 06:34:17 0ffa42b37ff8: Preparing 06:34:17 629942d765e1: Preparing 06:34:17 26cbea5cba74: Preparing 06:34:17 629942d765e1: Waiting 06:34:17 26cbea5cba74: Waiting 06:34:17 0ffa42b37ff8: Waiting 06:34:17 8e50c7d0b530: Layer already exists 06:34:17 4fb4b098d28b: Layer already exists 06:34:17 1176be82e52c: Layer already exists 06:34:17 46bcaaccdab7: Layer already exists 06:34:17 5ea15e0a5445: Layer already exists 06:34:17 0ffa42b37ff8: Layer already exists 06:34:17 629942d765e1: Layer already exists 06:34:17 26cbea5cba74: Layer already exists 06:34:17 3.0.0-dev.128: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:34:18 4fb4b098d28b: Preparing 06:34:18 8e50c7d0b530: Preparing 06:34:18 46bcaaccdab7: Preparing 06:34:18 1176be82e52c: Preparing 06:34:18 5ea15e0a5445: Preparing 06:34:18 0ffa42b37ff8: Preparing 06:34:18 629942d765e1: Preparing 06:34:18 26cbea5cba74: Preparing 06:34:18 629942d765e1: Waiting 06:34:18 26cbea5cba74: Waiting 06:34:18 0ffa42b37ff8: Waiting 06:34:18 46bcaaccdab7: Layer already exists 06:34:18 5ea15e0a5445: Layer already exists 06:34:18 1176be82e52c: Layer already exists 06:34:18 8e50c7d0b530: Layer already exists 06:34:18 4fb4b098d28b: Layer already exists 06:34:18 26cbea5cba74: Layer already exists 06:34:18 629942d765e1: Layer already exists 06:34:18 0ffa42b37ff8: Layer already exists 06:34:18 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:18 + 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 06:34:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:34:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:34:19 4fb4b098d28b: Preparing 06:34:19 8e50c7d0b530: Preparing 06:34:19 46bcaaccdab7: Preparing 06:34:19 1176be82e52c: Preparing 06:34:19 5ea15e0a5445: Preparing 06:34:19 0ffa42b37ff8: Preparing 06:34:19 629942d765e1: Preparing 06:34:19 26cbea5cba74: Preparing 06:34:19 0ffa42b37ff8: Waiting 06:34:19 26cbea5cba74: Waiting 06:34:19 629942d765e1: Waiting 06:34:19 8e50c7d0b530: Layer already exists 06:34:19 4fb4b098d28b: Layer already exists 06:34:19 46bcaaccdab7: Layer already exists 06:34:19 1176be82e52c: Layer already exists 06:34:19 5ea15e0a5445: Layer already exists 06:34:19 0ffa42b37ff8: Layer already exists 06:34:19 26cbea5cba74: Layer already exists 06:34:19 629942d765e1: Layer already exists 06:34:19 main: digest: sha256:e7b91aa00da1d33f66c3981943e89db5655912853c38734d172b9e053802a69a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:19 ===================================================== [Pipeline] echo 06:34:19 taggedImages: 06:34:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:34:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.128 06:34:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:34:19 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:34:19 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:19 latest 06:34:19 3.0.0-dev.128 06:34:19 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:19 main 06:34:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:20 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:34:20 85cfb6c351ba: Preparing 06:34:20 f9894c307d72: Preparing 06:34:20 58eea2f83f52: Preparing 06:34:20 72c0b0491772: Preparing 06:34:20 5ea15e0a5445: Preparing 06:34:20 0ffa42b37ff8: Preparing 06:34:20 601aeea23078: Preparing 06:34:20 26cbea5cba74: Preparing 06:34:20 0ffa42b37ff8: Waiting 06:34:20 601aeea23078: Waiting 06:34:20 26cbea5cba74: Waiting 06:34:20 5ea15e0a5445: Layer already exists 06:34:20 0ffa42b37ff8: Layer already exists 06:34:20 601aeea23078: Layer already exists 06:34:20 26cbea5cba74: Layer already exists 06:34:20 58eea2f83f52: Pushed 06:34:20 f9894c307d72: Pushed 06:34:20 85cfb6c351ba: Pushed 06:34:38 72c0b0491772: Pushed 06:34:38 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:39 + 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 06:34:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:34:39 85cfb6c351ba: Preparing 06:34:39 f9894c307d72: Preparing 06:34:39 58eea2f83f52: Preparing 06:34:39 72c0b0491772: Preparing 06:34:39 5ea15e0a5445: Preparing 06:34:39 0ffa42b37ff8: Preparing 06:34:39 601aeea23078: Preparing 06:34:39 26cbea5cba74: Preparing 06:34:39 0ffa42b37ff8: Waiting 06:34:39 601aeea23078: Waiting 06:34:39 26cbea5cba74: Waiting 06:34:39 f9894c307d72: Layer already exists 06:34:39 58eea2f83f52: Layer already exists 06:34:39 85cfb6c351ba: Layer already exists 06:34:39 72c0b0491772: Layer already exists 06:34:39 5ea15e0a5445: Layer already exists 06:34:39 0ffa42b37ff8: Layer already exists 06:34:39 601aeea23078: Layer already exists 06:34:39 26cbea5cba74: Layer already exists 06:34:39 latest: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 06:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:34:40 85cfb6c351ba: Preparing 06:34:40 f9894c307d72: Preparing 06:34:40 58eea2f83f52: Preparing 06:34:40 72c0b0491772: Preparing 06:34:40 5ea15e0a5445: Preparing 06:34:40 0ffa42b37ff8: Preparing 06:34:40 601aeea23078: Preparing 06:34:40 26cbea5cba74: Preparing 06:34:40 601aeea23078: Waiting 06:34:40 26cbea5cba74: Waiting 06:34:40 0ffa42b37ff8: Waiting 06:34:40 5ea15e0a5445: Layer already exists 06:34:40 85cfb6c351ba: Layer already exists 06:34:40 f9894c307d72: Layer already exists 06:34:40 58eea2f83f52: Layer already exists 06:34:40 72c0b0491772: Layer already exists 06:34:40 601aeea23078: Layer already exists 06:34:40 26cbea5cba74: Layer already exists 06:34:40 0ffa42b37ff8: Layer already exists 06:34:40 3.0.0-dev.128: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:34:41 85cfb6c351ba: Preparing 06:34:41 f9894c307d72: Preparing 06:34:41 58eea2f83f52: Preparing 06:34:41 72c0b0491772: Preparing 06:34:41 5ea15e0a5445: Preparing 06:34:41 0ffa42b37ff8: Preparing 06:34:41 601aeea23078: Preparing 06:34:41 26cbea5cba74: Preparing 06:34:41 0ffa42b37ff8: Waiting 06:34:41 601aeea23078: Waiting 06:34:41 26cbea5cba74: Waiting 06:34:41 72c0b0491772: Layer already exists 06:34:41 5ea15e0a5445: Layer already exists 06:34:41 f9894c307d72: Layer already exists 06:34:41 58eea2f83f52: Layer already exists 06:34:41 85cfb6c351ba: Layer already exists 06:34:41 601aeea23078: Layer already exists 06:34:41 0ffa42b37ff8: Layer already exists 06:34:41 26cbea5cba74: Layer already exists 06:34:41 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:41 + 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 06:34:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:34:42 85cfb6c351ba: Preparing 06:34:42 f9894c307d72: Preparing 06:34:42 58eea2f83f52: Preparing 06:34:42 72c0b0491772: Preparing 06:34:42 5ea15e0a5445: Preparing 06:34:42 0ffa42b37ff8: Preparing 06:34:42 601aeea23078: Preparing 06:34:42 26cbea5cba74: Preparing 06:34:42 0ffa42b37ff8: Waiting 06:34:42 601aeea23078: Waiting 06:34:42 26cbea5cba74: Waiting 06:34:42 85cfb6c351ba: Layer already exists 06:34:42 72c0b0491772: Layer already exists 06:34:42 58eea2f83f52: Layer already exists 06:34:42 5ea15e0a5445: Layer already exists 06:34:42 f9894c307d72: Layer already exists 06:34:42 26cbea5cba74: Layer already exists 06:34:42 601aeea23078: Layer already exists 06:34:42 0ffa42b37ff8: Layer already exists 06:34:42 main: digest: sha256:275e51d04aa7f1b8a937aa5a2a8b2c1694fabcdba2df3f4a3c96f8f6955eb256 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:42 ===================================================== [Pipeline] echo 06:34:42 taggedImages: 06:34:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:34:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.128 06:34:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:34:42 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:34:42 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:42 latest 06:34:42 3.0.0-dev.128 06:34:42 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:42 main 06:34:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:34:43 6f83280940e5: Preparing 06:34:43 0322ca9c1131: Preparing 06:34:43 5ea15e0a5445: Preparing 06:34:43 0ffa42b37ff8: Preparing 06:34:43 66d71fce4700: Preparing 06:34:43 26cbea5cba74: Preparing 06:34:43 26cbea5cba74: Waiting 06:34:43 5ea15e0a5445: Layer already exists 06:34:43 0ffa42b37ff8: Layer already exists 06:34:43 26cbea5cba74: Layer already exists 06:34:43 6f83280940e5: Pushed 06:34:43 66d71fce4700: Pushed 06:34:49 0322ca9c1131: Pushed 06:34:49 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:34:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:34:49 6f83280940e5: Preparing 06:34:49 0322ca9c1131: Preparing 06:34:49 5ea15e0a5445: Preparing 06:34:49 0ffa42b37ff8: Preparing 06:34:49 66d71fce4700: Preparing 06:34:49 26cbea5cba74: Preparing 06:34:49 26cbea5cba74: Waiting 06:34:49 5ea15e0a5445: Layer already exists 06:34:49 66d71fce4700: Layer already exists 06:34:49 6f83280940e5: Layer already exists 06:34:49 0322ca9c1131: Layer already exists 06:34:49 0ffa42b37ff8: Layer already exists 06:34:49 26cbea5cba74: Layer already exists 06:34:50 latest: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 06:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:34:50 6f83280940e5: Preparing 06:34:50 0322ca9c1131: Preparing 06:34:50 5ea15e0a5445: Preparing 06:34:50 0ffa42b37ff8: Preparing 06:34:50 66d71fce4700: Preparing 06:34:50 26cbea5cba74: Preparing 06:34:50 26cbea5cba74: Waiting 06:34:50 0322ca9c1131: Layer already exists 06:34:50 0ffa42b37ff8: Layer already exists 06:34:50 5ea15e0a5445: Layer already exists 06:34:50 6f83280940e5: Layer already exists 06:34:50 66d71fce4700: Layer already exists 06:34:50 26cbea5cba74: Layer already exists 06:34:50 3.0.0-dev.128: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:34:51 6f83280940e5: Preparing 06:34:51 0322ca9c1131: Preparing 06:34:51 5ea15e0a5445: Preparing 06:34:51 0ffa42b37ff8: Preparing 06:34:51 66d71fce4700: Preparing 06:34:51 26cbea5cba74: Preparing 06:34:51 26cbea5cba74: Waiting 06:34:51 66d71fce4700: Layer already exists 06:34:51 0322ca9c1131: Layer already exists 06:34:51 6f83280940e5: Layer already exists 06:34:51 5ea15e0a5445: Layer already exists 06:34:51 0ffa42b37ff8: Layer already exists 06:34:51 26cbea5cba74: Layer already exists 06:34:51 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:34:52 6f83280940e5: Preparing 06:34:52 0322ca9c1131: Preparing 06:34:52 5ea15e0a5445: Preparing 06:34:52 0ffa42b37ff8: Preparing 06:34:52 66d71fce4700: Preparing 06:34:52 26cbea5cba74: Preparing 06:34:52 26cbea5cba74: Waiting 06:34:52 5ea15e0a5445: Layer already exists 06:34:52 66d71fce4700: Layer already exists 06:34:52 0ffa42b37ff8: Layer already exists 06:34:52 0322ca9c1131: Layer already exists 06:34:52 6f83280940e5: Layer already exists 06:34:52 26cbea5cba74: Layer already exists 06:34:52 main: digest: sha256:283e01e7f6dc7e004faee8942bd9fd59d64bf7c559b41cab24c6af3f16f4e1a4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:52 ===================================================== [Pipeline] echo 06:34:53 taggedImages: 06:34:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:34:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.128 06:34:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:53 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:34:53 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:34:53 145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:53 latest 06:34:53 3.0.0-dev.128 06:34:53 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:34:53 main 06:34:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:34:53 0943d8ec6785: Preparing 06:34:53 b9eee001a213: Preparing 06:34:53 5ea15e0a5445: Preparing 06:34:53 0ffa42b37ff8: Preparing 06:34:53 558ff4c52c36: Preparing 06:34:53 26cbea5cba74: Preparing 06:34:53 26cbea5cba74: Waiting 06:34:53 558ff4c52c36: Layer already exists 06:34:53 5ea15e0a5445: Layer already exists 06:34:53 0ffa42b37ff8: Layer already exists 06:34:53 26cbea5cba74: Layer already exists 06:34:53 0943d8ec6785: Pushed 06:34:59 b9eee001a213: Pushed 06:34:59 145341ff45959b68fb1ffbee66110f9f8e8ddab7: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:34:59 0943d8ec6785: Preparing 06:34:59 b9eee001a213: Preparing 06:34:59 5ea15e0a5445: Preparing 06:34:59 0ffa42b37ff8: Preparing 06:34:59 558ff4c52c36: Preparing 06:34:59 26cbea5cba74: Preparing 06:34:59 26cbea5cba74: Waiting 06:34:59 0943d8ec6785: Layer already exists 06:34:59 b9eee001a213: Layer already exists 06:34:59 0ffa42b37ff8: Layer already exists 06:34:59 5ea15e0a5445: Layer already exists 06:34:59 558ff4c52c36: Layer already exists 06:34:59 26cbea5cba74: Layer already exists 06:35:00 latest: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 06:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:35:00 0943d8ec6785: Preparing 06:35:00 b9eee001a213: Preparing 06:35:00 5ea15e0a5445: Preparing 06:35:00 0ffa42b37ff8: Preparing 06:35:00 558ff4c52c36: Preparing 06:35:00 26cbea5cba74: Preparing 06:35:00 26cbea5cba74: Waiting 06:35:00 0ffa42b37ff8: Layer already exists 06:35:00 b9eee001a213: Layer already exists 06:35:00 0943d8ec6785: Layer already exists 06:35:00 558ff4c52c36: Layer already exists 06:35:00 5ea15e0a5445: Layer already exists 06:35:00 26cbea5cba74: Layer already exists 06:35:01 3.0.0-dev.128: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:35:01 0943d8ec6785: Preparing 06:35:01 b9eee001a213: Preparing 06:35:01 5ea15e0a5445: Preparing 06:35:01 0ffa42b37ff8: Preparing 06:35:01 558ff4c52c36: Preparing 06:35:01 26cbea5cba74: Preparing 06:35:01 26cbea5cba74: Waiting 06:35:01 5ea15e0a5445: Layer already exists 06:35:01 0ffa42b37ff8: Layer already exists 06:35:01 558ff4c52c36: Layer already exists 06:35:01 b9eee001a213: Layer already exists 06:35:01 0943d8ec6785: Layer already exists 06:35:01 26cbea5cba74: Layer already exists 06:35:02 145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:35:02 0943d8ec6785: Preparing 06:35:02 b9eee001a213: Preparing 06:35:02 5ea15e0a5445: Preparing 06:35:02 0ffa42b37ff8: Preparing 06:35:02 558ff4c52c36: Preparing 06:35:02 26cbea5cba74: Preparing 06:35:02 26cbea5cba74: Waiting 06:35:02 b9eee001a213: Layer already exists 06:35:02 5ea15e0a5445: Layer already exists 06:35:02 558ff4c52c36: Layer already exists 06:35:02 0ffa42b37ff8: Layer already exists 06:35:02 0943d8ec6785: Layer already exists 06:35:02 26cbea5cba74: Layer already exists 06:35:03 main: digest: sha256:203b5acbeab1738f838a6c0f49e5b0b2f4c47fc90e3adedd8fdef7b131864036 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:35:03 ===================================================== [Pipeline] echo 06:35:03 taggedImages: 06:35:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7 06:35:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:35:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.128 06:35:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:145341ff45959b68fb1ffbee66110f9f8e8ddab7-3.0.0-dev.128 06:35:03 - 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 06:35:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:35:03 06:35:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:35:03 arm64: Pulling from edgex-lftools-log-publisher 06:35:03 8998bd30e6a1: Pulling fs layer 06:35:03 04944245beec: Pulling fs layer 06:35:03 699f458cf7ca: Pulling fs layer 06:35:03 765212b225bb: Pulling fs layer 06:35:03 f23df028b6ca: Pulling fs layer 06:35:03 d65c8cfc05b1: Pulling fs layer 06:35:03 2437ff75d9bd: Pulling fs layer 06:35:03 765212b225bb: Waiting 06:35:03 f23df028b6ca: Waiting 06:35:03 d65c8cfc05b1: Waiting 06:35:03 2437ff75d9bd: Waiting 06:35:04 04944245beec: Verifying Checksum 06:35:04 04944245beec: Download complete 06:35:04 765212b225bb: Verifying Checksum 06:35:04 765212b225bb: Download complete 06:35:04 f23df028b6ca: Download complete 06:35:04 d65c8cfc05b1: Verifying Checksum 06:35:04 d65c8cfc05b1: Download complete 06:35:04 699f458cf7ca: Verifying Checksum 06:35:04 699f458cf7ca: Download complete 06:35:04 8998bd30e6a1: Verifying Checksum 06:35:04 8998bd30e6a1: Download complete 06:35:06 2437ff75d9bd: Verifying Checksum 06:35:06 2437ff75d9bd: Download complete 06:35:08 8998bd30e6a1: Pull complete 06:35:09 04944245beec: Pull complete 06:35:10 699f458cf7ca: Pull complete 06:35:10 765212b225bb: Pull complete 06:35:11 f23df028b6ca: Pull complete 06:35:11 d65c8cfc05b1: Pull complete 06:35:26 2437ff75d9bd: Pull complete 06:35:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:35:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:26 prd-ubuntu20.04-docker-arm64-4c-16g-7542 does not seem to be running inside a container 06:35:26 $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:35:29 $ docker top 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:30 ---> job-cost.sh 06:35:30 lf-activate-venv: SKIPPING 06:35:30 INFO: No Stack... 06:35:30 INFO: Retrieving Pricing Info for: v3-standard-4 06:35:31 INFO: Archiving Costs [Pipeline] sh 06:35:32 + cut -d, -f6 06:35:32 + cat /w/workspace/edgex-go/490/archives/cost.csv [Pipeline] lock 06:35:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] 06:35:32 Resource [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] did not exist. Created. 06:35:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:35:32 + echo total: 0.10999999940395355 [Pipeline] stash 06:35:33 Stashed 1 file(s) [Pipeline] } 06:35:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-490-stack-cost] [Pipeline] // lock [Pipeline] } 06:35:33 $ docker stop --time=1 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 06:35:35 $ docker rm -f --volumes 38fbdbeeb3c8bfb4866f9574a7665ebb93d2d122a02de75c3551cc7aad5aeda1 [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 06:35:35 provisioning config files... 06:35:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/490@tmp/config4556744912983845263tmp [Pipeline] { [Pipeline] sh 06:35:35 + set +x 06:35:35 + curl -s https://codecov.io/bash 06:35:35 + bash -s -- 06:35:35 06:35:35 _____ _ 06:35:35 / ____| | | 06:35:35 | | ___ __| | ___ ___ _____ __ 06:35:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:35:35 | |___| (_) | (_| | __/ (_| (_) \ V / 06:35:35 \_____\___/ \__,_|\___|\___\___/ \_/ 06:35:35 Bash-1.0.6 06:35:35 06:35:35 06:35:35 ==> git version 2.25.1 found 06:35:35 ==> 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 06:35:35 Release-Date: 2020-01-08 06:35:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:35:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:35:35 ==> Jenkins CI detected. 06:35:35 current dir:  /w/workspace/edgex-go/490 06:35:35 project root: . 06:35:35 --> token set from env 06:35:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:35:36 ==> Running gcov in . (disable via -X gcov) 06:35:36 ==> Python coveragepy not found 06:35:36 ==> Searching for coverage reports in: 06:35:36 + . 06:35:36 -> Found 1 reports 06:35:36 ==> Detecting git/mercurial file structure 06:35:36 ==> Reading reports 06:35:36 + ./coverage.out bytes=448244 06:35:36 ==> Appending adjustments 06:35:36 https://docs.codecov.io/docs/fixing-reports 06:35:37 + Found adjustments 06:35:37 ==> Gzipping contents 06:35:37 60K /tmp/codecov.VMeoiB.gz 06:35:37 ==> Uploading reports 06:35:37 url: https://codecov.io 06:35:37 query: branch=main&commit=145341ff45959b68fb1ffbee66110f9f8e8ddab7&build=490&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F490%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:35:37 -> Pinging Codecov 06:35:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=145341ff45959b68fb1ffbee66110f9f8e8ddab7&build=490&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F490%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:35:37 -> Uploading to 06:35:37 https://storage.googleapis.com/codecov/v4/raw/2023-04-12/00271124DB129430A58F1EEE437C3FCB/145341ff45959b68fb1ffbee66110f9f8e8ddab7/910712f5-a68b-4fec-9c7b-d2188e1d699a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230412T063537Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=671b85f5b9d69f7c50e61a050942daf19c16f0c4551a55ad18ed63023f24c52e 06:35:37 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:37 Dload Upload Total Spent Left Speed 06:35:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57582 0 0 100 57582 0 179k --:--:-- --:--:-- --:--:-- 178k 100 57582 0 0 100 57582 0 179k --:--:-- --:--:-- --:--:-- 178k 06:35:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/145341ff45959b68fb1ffbee66110f9f8e8ddab7 [Pipeline] } 06:35:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:35:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:35:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:35:38 06:35:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:35:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:35:38 df9b9388f04a: Pulling fs layer 06:35:38 52dc419b0ee2: Pulling fs layer 06:35:38 25bc292e5bac: Pulling fs layer 06:35:38 114826534d7a: Pulling fs layer 06:35:38 4657fd5d0bcf: Pulling fs layer 06:35:38 6ad1cebc031e: Pulling fs layer 06:35:38 8a3aa393b2d8: Pulling fs layer 06:35:38 114826534d7a: Waiting 06:35:38 4657fd5d0bcf: Waiting 06:35:38 6ad1cebc031e: Waiting 06:35:38 8a3aa393b2d8: Waiting 06:35:38 25bc292e5bac: Verifying Checksum 06:35:38 25bc292e5bac: Download complete 06:35:38 52dc419b0ee2: Verifying Checksum 06:35:38 52dc419b0ee2: Download complete 06:35:38 4657fd5d0bcf: Download complete 06:35:38 df9b9388f04a: Verifying Checksum 06:35:38 df9b9388f04a: Download complete 06:35:38 6ad1cebc031e: Verifying Checksum 06:35:38 6ad1cebc031e: Download complete 06:35:38 df9b9388f04a: Pull complete 06:35:38 52dc419b0ee2: Pull complete 06:35:38 25bc292e5bac: Pull complete 06:35:39 114826534d7a: Verifying Checksum 06:35:39 114826534d7a: Download complete 06:35:39 8a3aa393b2d8: Download complete 06:35:42 114826534d7a: Pull complete 06:35:42 4657fd5d0bcf: Pull complete 06:35:42 6ad1cebc031e: Pull complete 06:35:44 8a3aa393b2d8: Pull complete 06:35:44 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 06:35:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:35:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:45 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:35:45 $ 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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:35:48 $ docker top 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 -eo pid,comm [Pipeline] { [Pipeline] echo 06:35:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:35:48 + set -o pipefail 06:35:48 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:35:54 06:35:54 Monitoring /w/workspace/edgex-go/490 (github.com/edgexfoundry/edgex-go)... 06:35:54 06:35:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0c7d1f32-7398-41a2-bbeb-1b94c696835c 06:35:54 06:35:54 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 06:35:54 06:35:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:35:54 06:35:54 06:35:54 A medium severity vulnerability was found in the Snyk CLI versions you are using. 06:35:54 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 06:35:54 More details here: https://snyk.co/ue1NS 06:35:54 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 06:35:54 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:35:54 $ docker stop --time=1 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 06:35:56 $ docker rm -f --volumes 74f2e80255b39c79a191bdbf4f5f1fbcbbfb28a9e00b51860e7a600005ae72a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:35:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:56 provisioning config files... 06:35:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/490@tmp/config15249364239337471942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:56 --> edgex-publish-swagger.sh 06:35:56 === Publish openapi/v3 API === 06:35:56 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 06:35:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/490/openapi/v3/core-command.yaml] 06:35:56 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:56 Dload Upload Total Spent Left Speed 06:35:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 52686 --:--:-- --:--:-- --:--:-- 52686 06:35:57 06:35:57 06:35:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/490/openapi/v3/core-data.yaml] 06:35:57 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:57 Dload Upload Total Spent Left Speed 06:35:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 107k --:--:-- --:--:-- --:--:-- 107k 100 69110 0 0 100 69110 0 107k --:--:-- --:--:-- --:--:-- 107k 06:35:57 06:35:57 06:35:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/490/openapi/v3/core-metadata.yaml] 06:35:57 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:57 Dload Upload Total Spent Left Speed 06:35:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 249k --:--:-- --:--:-- --:--:-- 249k 06:35:58 06:35:58 06:35:58 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/490/openapi/v3/support-notifications.yaml] 06:35:58 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:58 Dload Upload Total Spent Left Speed 06:35:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 416k --:--:-- --:--:-- --:--:-- 416k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 06:35:58 06:35:58 06:35:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/490/openapi/v3/support-scheduler.yaml] 06:35:58 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:58 Dload Upload Total Spent Left Speed 06:35:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 70983 --:--:-- --:--:-- --:--:-- 71130 06:35:59 06:35:59 [Pipeline] } 06:35:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 06:35:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:35:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:36:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:00 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:36:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:36:00 $ docker top ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:36:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:36:00 [ssh-agent] Looking for ssh-agent implementation... 06:36:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:36:00 $ docker exec ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 ssh-agent 06:36:00 SSH_AUTH_SOCK=/tmp/ssh-zoXrzQvK2qXU/agent.32 06:36:00 SSH_AGENT_PID=38 06:36:00 Running ssh-add (command line suppressed) 06:36:01 Identity added: /w/workspace/edgex-go/490@tmp/private_key_16945585959175804501.key (/w/workspace/edgex-go/490@tmp/private_key_16945585959175804501.key) 06:36:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:36:01 + git semver tag 06:36:01 2023-04-12 06:36:01,513 [run_tag] DEBUG tag force:False 06:36:01 2023-04-12 06:36:01,514 [check_head_tag] DEBUG check head tag 06:36:01 2023-04-12 06:36:01,518 [execute] INFO git cat-file --batch-check 06:36:01 2023-04-12 06:36:01,518 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=) 06:36:01 2023-04-12 06:36:01,521 [execute] INFO git cat-file --batch 06:36:01 2023-04-12 06:36:01,522 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=) 06:36:01 2023-04-12 06:36:01,578 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:01 2023-04-12 06:36:01,578 [execute] INFO git tag -a v3.0.0-dev.128 -m v3.0.0-dev.128 06:36:01 2023-04-12 06:36:01,578 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.128', '-m', 'v3.0.0-dev.128'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) 06:36:01 2023-04-12 06:36:01,583 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:01 3.0.0-dev.128 [Pipeline] } 06:36:01 $ docker exec --env ******** --env ******** ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 ssh-agent -k 06:36:01 unset SSH_AUTH_SOCK; 06:36:01 unset SSH_AGENT_PID; 06:36:01 echo Agent pid 38 killed; 06:36:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:02 + git semver [Pipeline] } 06:36:02 $ docker stop --time=1 ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 06:36:03 $ docker rm -f --volumes ab49ff44260d45a36c584cee6cd0e1aa100b6c3bb7c3bba7b0c1221e4485dbf2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:36:03 06:36:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:36:04 0.23.1-centos7: Pulling from edgex-lftools 06:36:04 ab5ef0e58194: Pulling fs layer 06:36:04 9712f1f96733: Pulling fs layer 06:36:04 63f879dbbcfc: Pulling fs layer 06:36:04 0d9ebad4ef96: Pulling fs layer 06:36:04 e9a5061849ea: Pulling fs layer 06:36:04 d747dcd14b5f: Pulling fs layer 06:36:04 2de7ff778b66: Pulling fs layer 06:36:04 0d9ebad4ef96: Waiting 06:36:04 e9a5061849ea: Waiting 06:36:04 d747dcd14b5f: Waiting 06:36:04 2de7ff778b66: Waiting 06:36:04 9712f1f96733: Download complete 06:36:04 63f879dbbcfc: Verifying Checksum 06:36:04 63f879dbbcfc: Download complete 06:36:04 e9a5061849ea: Download complete 06:36:04 d747dcd14b5f: Verifying Checksum 06:36:04 d747dcd14b5f: Download complete 06:36:04 0d9ebad4ef96: Verifying Checksum 06:36:04 0d9ebad4ef96: Download complete 06:36:04 ab5ef0e58194: Verifying Checksum 06:36:04 ab5ef0e58194: Download complete 06:36:04 2de7ff778b66: Verifying Checksum 06:36:04 2de7ff778b66: Download complete 06:36:07 ab5ef0e58194: Pull complete 06:36:07 9712f1f96733: Pull complete 06:36:08 63f879dbbcfc: Pull complete 06:36:11 0d9ebad4ef96: Pull complete 06:36:11 e9a5061849ea: Pull complete 06:36:11 d747dcd14b5f: Pull complete 06:36:12 2de7ff778b66: Pull complete 06:36:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:36:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:36:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:12 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:36:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:36:15 $ docker top 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:36:15 provisioning config files... 06:36:15 copy managed file [sigul-config] to file:/w/workspace/edgex-go/490@tmp/config12127668893115844483tmp 06:36:15 copy managed file [sigul-password] to file:/w/workspace/edgex-go/490@tmp/config1689043248755331255tmp 06:36:15 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/490@tmp/config16041255335307110907tmp [Pipeline] { [Pipeline] echo 06:36:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:36:15 ---> sigul-configuration.sh 06:36:15 gpg: directory `/root/.gnupg' created 06:36:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:36:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:36:15 gpg: keyring `/root/.gnupg/secring.gpg' created 06:36:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:36:15 gpg: CAST5 encrypted data 06:36:15 gpg: encrypted with 1 passphrase 06:36:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:36:16 + mkdir /home/jenkins 06:36:16 + mkdir /home/jenkins/sigul [Pipeline] sh 06:36:16 + 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 06:36:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:36:16 ---> sigul-install.sh 06:36:16 Sigul already installed; skipping installation. [Pipeline] sh 06:36:17 + git tag --list 06:36:17 0.6.0 06:36:17 0.6.1 06:36:17 0.7.0 06:36:17 0.7.1 06:36:17 v1.0.0 06:36:17 v1.0.1 06:36:17 v1.1.0 06:36:17 v1.2.0 06:36:17 v1.2.1 06:36:17 v1.3.0 06:36:17 v1.3.1 06:36:17 v2.0.0 06:36:17 v2.1.0 06:36:17 v2.1.1 06:36:17 v2.1.1-dev.1 06:36:17 v2.1.1-dev.2 06:36:17 v2.1.1-dev.3 06:36:17 v2.1.1-dev.4 06:36:17 v2.1.1-dev.5 06:36:17 v2.1.1-dev.6 06:36:17 v2.1.1-dev.7 06:36:17 v2.1.1-dev.8 06:36:17 v2.1.2-dev.1 06:36:17 v2.2.0 06:36:17 v2.2.1-dev.1 06:36:17 v2.2.1-dev.10 06:36:17 v2.2.1-dev.11 06:36:17 v2.2.1-dev.12 06:36:17 v2.2.1-dev.13 06:36:17 v2.2.1-dev.14 06:36:17 v2.2.1-dev.15 06:36:17 v2.2.1-dev.16 06:36:17 v2.2.1-dev.17 06:36:17 v2.2.1-dev.18 06:36:17 v2.2.1-dev.19 06:36:17 v2.2.1-dev.2 06:36:17 v2.2.1-dev.20 06:36:17 v2.2.1-dev.21 06:36:17 v2.2.1-dev.22 06:36:17 v2.2.1-dev.23 06:36:17 v2.2.1-dev.24 06:36:17 v2.2.1-dev.25 06:36:17 v2.2.1-dev.26 06:36:17 v2.2.1-dev.27 06:36:17 v2.2.1-dev.28 06:36:17 v2.2.1-dev.29 06:36:17 v2.2.1-dev.3 06:36:17 v2.2.1-dev.4 06:36:17 v2.2.1-dev.5 06:36:17 v2.2.1-dev.6 06:36:17 v2.2.1-dev.7 06:36:17 v2.2.1-dev.8 06:36:17 v2.2.1-dev.9 06:36:17 v2.3.0 06:36:17 v2.3.0-dev.100 06:36:17 v2.3.0-dev.101 06:36:17 v2.3.0-dev.102 06:36:17 v2.3.0-dev.103 06:36:17 v2.3.0-dev.104 06:36:17 v2.3.0-dev.105 06:36:17 v2.3.0-dev.106 06:36:17 v2.3.0-dev.29 06:36:17 v2.3.0-dev.30 06:36:17 v2.3.0-dev.31 06:36:17 v2.3.0-dev.32 06:36:17 v2.3.0-dev.33 06:36:17 v2.3.0-dev.34 06:36:17 v2.3.0-dev.35 06:36:17 v2.3.0-dev.36 06:36:17 v2.3.0-dev.37 06:36:17 v2.3.0-dev.38 06:36:17 v2.3.0-dev.39 06:36:17 v2.3.0-dev.40 06:36:17 v2.3.0-dev.41 06:36:17 v2.3.0-dev.42 06:36:17 v2.3.0-dev.43 06:36:17 v2.3.0-dev.44 06:36:17 v2.3.0-dev.45 06:36:17 v2.3.0-dev.46 06:36:17 v2.3.0-dev.47 06:36:17 v2.3.0-dev.48 06:36:17 v2.3.0-dev.49 06:36:17 v2.3.0-dev.50 06:36:17 v2.3.0-dev.51 06:36:17 v2.3.0-dev.52 06:36:17 v2.3.0-dev.53 06:36:17 v2.3.0-dev.54 06:36:17 v2.3.0-dev.55 06:36:17 v2.3.0-dev.56 06:36:17 v2.3.0-dev.57 06:36:17 v2.3.0-dev.58 06:36:17 v2.3.0-dev.59 06:36:17 v2.3.0-dev.60 06:36:17 v2.3.0-dev.61 06:36:17 v2.3.0-dev.62 06:36:17 v2.3.0-dev.63 06:36:17 v2.3.0-dev.64 06:36:17 v2.3.0-dev.65 06:36:17 v2.3.0-dev.66 06:36:17 v2.3.0-dev.67 06:36:17 v2.3.0-dev.68 06:36:17 v2.3.0-dev.69 06:36:17 v2.3.0-dev.70 06:36:17 v2.3.0-dev.71 06:36:17 v2.3.0-dev.72 06:36:17 v2.3.0-dev.73 06:36:17 v2.3.0-dev.74 06:36:17 v2.3.0-dev.75 06:36:17 v2.3.0-dev.76 06:36:17 v2.3.0-dev.77 06:36:17 v2.3.0-dev.78 06:36:17 v2.3.0-dev.79 06:36:17 v2.3.0-dev.80 06:36:17 v2.3.0-dev.81 06:36:17 v2.3.0-dev.82 06:36:17 v2.3.0-dev.83 06:36:17 v2.3.0-dev.84 06:36:17 v2.3.0-dev.85 06:36:17 v2.3.0-dev.86 06:36:17 v2.3.0-dev.87 06:36:17 v2.3.0-dev.88 06:36:17 v2.3.0-dev.89 06:36:17 v2.3.0-dev.90 06:36:17 v2.3.0-dev.91 06:36:17 v2.3.0-dev.92 06:36:17 v2.3.0-dev.93 06:36:17 v2.3.0-dev.94 06:36:17 v2.3.0-dev.95 06:36:17 v2.3.0-dev.96 06:36:17 v2.3.0-dev.97 06:36:17 v2.3.0-dev.98 06:36:17 v2.3.0-dev.99 06:36:17 v2.3.1-dev.1 06:36:17 v2.3.1-dev.2 06:36:17 v2.3.1-dev.3 06:36:17 v2.3.1-dev.4 06:36:17 v2.3.1-dev.5 06:36:17 v3.0.0-dev.1 06:36:17 v3.0.0-dev.10 06:36:17 v3.0.0-dev.100 06:36:17 v3.0.0-dev.101 06:36:17 v3.0.0-dev.102 06:36:17 v3.0.0-dev.103 06:36:17 v3.0.0-dev.104 06:36:17 v3.0.0-dev.105 06:36:17 v3.0.0-dev.106 06:36:17 v3.0.0-dev.107 06:36:17 v3.0.0-dev.108 06:36:17 v3.0.0-dev.109 06:36:17 v3.0.0-dev.11 06:36:17 v3.0.0-dev.110 06:36:17 v3.0.0-dev.111 06:36:17 v3.0.0-dev.112 06:36:17 v3.0.0-dev.113 06:36:17 v3.0.0-dev.114 06:36:17 v3.0.0-dev.115 06:36:17 v3.0.0-dev.116 06:36:17 v3.0.0-dev.117 06:36:17 v3.0.0-dev.118 06:36:17 v3.0.0-dev.119 06:36:17 v3.0.0-dev.12 06:36:17 v3.0.0-dev.120 06:36:17 v3.0.0-dev.121 06:36:17 v3.0.0-dev.122 06:36:17 v3.0.0-dev.123 06:36:17 v3.0.0-dev.124 06:36:17 v3.0.0-dev.125 06:36:17 v3.0.0-dev.126 06:36:17 v3.0.0-dev.127 06:36:17 v3.0.0-dev.128 06:36:17 v3.0.0-dev.13 06:36:17 v3.0.0-dev.14 06:36:17 v3.0.0-dev.15 06:36:17 v3.0.0-dev.16 06:36:17 v3.0.0-dev.17 06:36:17 v3.0.0-dev.18 06:36:17 v3.0.0-dev.19 06:36:17 v3.0.0-dev.2 06:36:17 v3.0.0-dev.20 06:36:17 v3.0.0-dev.21 06:36:17 v3.0.0-dev.22 06:36:17 v3.0.0-dev.23 06:36:17 v3.0.0-dev.24 06:36:17 v3.0.0-dev.25 06:36:17 v3.0.0-dev.26 06:36:17 v3.0.0-dev.27 06:36:17 v3.0.0-dev.28 06:36:17 v3.0.0-dev.29 06:36:17 v3.0.0-dev.3 06:36:17 v3.0.0-dev.30 06:36:17 v3.0.0-dev.31 06:36:17 v3.0.0-dev.32 06:36:17 v3.0.0-dev.33 06:36:17 v3.0.0-dev.34 06:36:17 v3.0.0-dev.35 06:36:17 v3.0.0-dev.36 06:36:17 v3.0.0-dev.37 06:36:17 v3.0.0-dev.38 06:36:17 v3.0.0-dev.39 06:36:17 v3.0.0-dev.4 06:36:17 v3.0.0-dev.40 06:36:17 v3.0.0-dev.41 06:36:17 v3.0.0-dev.42 06:36:17 v3.0.0-dev.43 06:36:17 v3.0.0-dev.44 06:36:17 v3.0.0-dev.45 06:36:17 v3.0.0-dev.46 06:36:17 v3.0.0-dev.47 06:36:17 v3.0.0-dev.48 06:36:17 v3.0.0-dev.49 06:36:17 v3.0.0-dev.5 06:36:17 v3.0.0-dev.50 06:36:17 v3.0.0-dev.51 06:36:17 v3.0.0-dev.52 06:36:17 v3.0.0-dev.53 06:36:17 v3.0.0-dev.54 06:36:17 v3.0.0-dev.55 06:36:17 v3.0.0-dev.56 06:36:17 v3.0.0-dev.57 06:36:17 v3.0.0-dev.58 06:36:17 v3.0.0-dev.59 06:36:17 v3.0.0-dev.6 06:36:17 v3.0.0-dev.60 06:36:17 v3.0.0-dev.61 06:36:17 v3.0.0-dev.62 06:36:17 v3.0.0-dev.63 06:36:17 v3.0.0-dev.64 06:36:17 v3.0.0-dev.65 06:36:17 v3.0.0-dev.66 06:36:17 v3.0.0-dev.67 06:36:17 v3.0.0-dev.68 06:36:17 v3.0.0-dev.69 06:36:17 v3.0.0-dev.7 06:36:17 v3.0.0-dev.70 06:36:17 v3.0.0-dev.71 06:36:17 v3.0.0-dev.72 06:36:17 v3.0.0-dev.73 06:36:17 v3.0.0-dev.74 06:36:17 v3.0.0-dev.75 06:36:17 v3.0.0-dev.76 06:36:17 v3.0.0-dev.77 06:36:17 v3.0.0-dev.78 06:36:17 v3.0.0-dev.79 06:36:17 v3.0.0-dev.8 06:36:17 v3.0.0-dev.80 06:36:17 v3.0.0-dev.81 06:36:17 v3.0.0-dev.82 06:36:17 v3.0.0-dev.83 06:36:17 v3.0.0-dev.84 06:36:17 v3.0.0-dev.85 06:36:17 v3.0.0-dev.86 06:36:17 v3.0.0-dev.87 06:36:17 v3.0.0-dev.88 06:36:17 v3.0.0-dev.89 06:36:17 v3.0.0-dev.9 06:36:17 v3.0.0-dev.90 06:36:17 v3.0.0-dev.91 06:36:17 v3.0.0-dev.92 06:36:17 v3.0.0-dev.93 06:36:17 v3.0.0-dev.94 06:36:17 v3.0.0-dev.95 06:36:17 v3.0.0-dev.96 06:36:17 v3.0.0-dev.97 06:36:17 v3.0.0-dev.98 06:36:17 v3.0.0-dev.99 [Pipeline] sh 06:36:17 + lftools sign git-tag v3.0.0-dev.128 06:36:17 Signing Git tag with Sigul... 06:36:17 Signing v3.0.0-dev.128 [Pipeline] echo 06:36:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:36:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:36:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:36:18 $ docker stop --time=1 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 06:36:19 $ docker rm -f --volumes 7a93bacdf090605114677642dc6bdef54c416762e9dbca35fbfef3f5320f2f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:36:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:36:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:36:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:20 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:36:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:36:21 $ docker top 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:36:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:36:21 [ssh-agent] Looking for ssh-agent implementation... 06:36:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:36:21 $ docker exec 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 ssh-agent 06:36:21 SSH_AUTH_SOCK=/tmp/ssh-rFAnS6HRLAPD/agent.33 06:36:21 SSH_AGENT_PID=39 06:36:21 Running ssh-add (command line suppressed) 06:36:21 Identity added: /w/workspace/edgex-go/490@tmp/private_key_4236386176528948584.key (/w/workspace/edgex-go/490@tmp/private_key_4236386176528948584.key) 06:36:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:36:21 + git semver bump pre 06:36:22 2023-04-12 06:36:22,090 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:22 2023-04-12 06:36:22,090 [bump_version] DEBUG bumping version:3.0.0-dev.128 on axis:pre with prefix:dev 06:36:22 2023-04-12 06:36:22,090 [bump_version] DEBUG bumped version:3.0.0-dev.129 06:36:22 2023-04-12 06:36:22,090 [write_version] DEBUG write version:3.0.0-dev.129 to path:/w/workspace/edgex-go/490/.semver/main with force:True 06:36:22 2023-04-12 06:36:22,090 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:22 2023-04-12 06:36:22,091 [write_file] DEBUG write to file:/w/workspace/edgex-go/490/.semver/main 06:36:22 2023-04-12 06:36:22,092 [execute] INFO git cat-file --batch-check 06:36:22 2023-04-12 06:36:22,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) 06:36:22 2023-04-12 06:36:22,098 [execute] INFO git cat-file --batch 06:36:22 2023-04-12 06:36:22,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) 06:36:22 2023-04-12 06:36:22,103 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:22 3.0.0-dev.129 [Pipeline] } 06:36:22 $ docker exec --env ******** --env ******** 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 ssh-agent -k 06:36:22 unset SSH_AUTH_SOCK; 06:36:22 unset SSH_AGENT_PID; 06:36:22 echo Agent pid 39 killed; 06:36:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:22 + git semver [Pipeline] } 06:36:22 $ docker stop --time=1 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 06:36:24 $ docker rm -f --volumes 0590b9d3f564dd4c5f9c4e9fee6b2d07f4c8c608e4df845b178a3bf8b11f15c7 [Pipeline] // withDockerContainer [Pipeline] sh 06:36:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:36:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:36:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:24 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:36:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:36:25 $ docker top f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 -eo pid,comm 06:36:25 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). 06:36:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:36:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:36:25 [ssh-agent] Looking for ssh-agent implementation... 06:36:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:36:25 $ docker exec f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 ssh-agent 06:36:25 SSH_AUTH_SOCK=/tmp/ssh-7YZAAMemWZ5Y/agent.32 06:36:25 SSH_AGENT_PID=38 06:36:25 Running ssh-add (command line suppressed) 06:36:25 Identity added: /w/workspace/edgex-go/490@tmp/private_key_13784772950284785421.key (/w/workspace/edgex-go/490@tmp/private_key_13784772950284785421.key) 06:36:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:36:25 + git semver push 06:36:26 2023-04-12 06:36:26,150 [run_push] DEBUG push 06:36:26 2023-04-12 06:36:26,151 [execute] INFO git cat-file --batch-check 06:36:26 2023-04-12 06:36:26,151 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=) 06:36:26 2023-04-12 06:36:26,156 [execute] INFO git rev-list e48f6d680b2be1b33cb3dd6bf990d16148c8035a -- 06:36:26 2023-04-12 06:36:26,156 [execute] DEBUG Popen(['git', 'rev-list', 'e48f6d680b2be1b33cb3dd6bf990d16148c8035a', '--'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=None) 06:36:26 2023-04-12 06:36:26,171 [execute] INFO git fetch -v origin 06:36:26 2023-04-12 06:36:26,171 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=True, shell=None, istream=None) 06:36:26 2023-04-12 06:36:26,682 [run_push] DEBUG no remote changes detected 06:36:26 2023-04-12 06:36:26,682 [execute] INFO git push origin semver 06:36:26 2023-04-12 06:36:26,683 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/490/.semver, universal_newlines=False, shell=None, istream=None) 06:36:27 2023-04-12 06:36:27,503 [run_push] DEBUG push all version tags 06:36:27 2023-04-12 06:36:27,503 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:36:27 2023-04-12 06:36:27,504 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/490, universal_newlines=False, shell=None, istream=None) 06:36:28 2023-04-12 06:36:28,292 [read_version] DEBUG read version from /w/workspace/edgex-go/490/.semver/main 06:36:28 3.0.0-dev.129 [Pipeline] } 06:36:28 $ docker exec --env ******** --env ******** f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 ssh-agent -k 06:36:28 unset SSH_AUTH_SOCK; 06:36:28 unset SSH_AGENT_PID; 06:36:28 echo Agent pid 38 killed; 06:36:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:28 + git semver [Pipeline] } 06:36:29 $ docker stop --time=1 f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 06:36:30 $ docker rm -f --volumes f1bffc920878346f9f218e3389d3132e93a356e2722fc2d1c6037e4fbed01767 [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 06:36:31 + [ -d /w/workspace/edgex-go/490/archives ] [Pipeline] libraryResource [Pipeline] sh 06:36:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:36:32 ---> package-listing.sh 06:36:32 ++ facter osfamily 06:36:32 ++ tr '[:upper:]' '[:lower:]' 06:36:32 + OS_FAMILY=debian 06:36:32 + workspace=/w/workspace/edgex-go/490 06:36:32 + START_PACKAGES=/tmp/packages_start.txt 06:36:32 + END_PACKAGES=/tmp/packages_end.txt 06:36:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:36:32 + PACKAGES=/tmp/packages_start.txt 06:36:32 + '[' /w/workspace/edgex-go/490 ']' 06:36:32 + PACKAGES=/tmp/packages_end.txt 06:36:32 + case "${OS_FAMILY}" in 06:36:32 + dpkg -l 06:36:32 + grep '^ii' 06:36:32 + '[' -f /tmp/packages_start.txt ']' 06:36:32 + '[' -f /tmp/packages_end.txt ']' 06:36:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:36:32 + '[' /w/workspace/edgex-go/490 ']' 06:36:32 + mkdir -p /w/workspace/edgex-go/490/archives/ 06:36:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/490/archives/ [Pipeline] echo 06:36:32 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/490/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:36:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:33 06:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:33 latest: Pulling from edgex-lftools-log-publisher 06:36:33 5eb5b503b376: Pulling fs layer 06:36:33 5c69ac0246d0: Pulling fs layer 06:36:33 ec43610c2a17: Pulling fs layer 06:36:33 3a2ae6a8a46f: Pulling fs layer 06:36:33 33b1e0a273af: Pulling fs layer 06:36:33 5d3b04190fa2: Pulling fs layer 06:36:33 2f39f015ded8: Pulling fs layer 06:36:33 3a2ae6a8a46f: Waiting 06:36:33 33b1e0a273af: Waiting 06:36:33 5d3b04190fa2: Waiting 06:36:33 2f39f015ded8: Waiting 06:36:33 5c69ac0246d0: Download complete 06:36:33 3a2ae6a8a46f: Verifying Checksum 06:36:33 3a2ae6a8a46f: Download complete 06:36:33 33b1e0a273af: Verifying Checksum 06:36:33 33b1e0a273af: Download complete 06:36:33 5d3b04190fa2: Verifying Checksum 06:36:33 5d3b04190fa2: Download complete 06:36:33 ec43610c2a17: Verifying Checksum 06:36:33 ec43610c2a17: Download complete 06:36:33 5eb5b503b376: Verifying Checksum 06:36:33 5eb5b503b376: Download complete 06:36:34 2f39f015ded8: Download complete 06:36:35 5eb5b503b376: Pull complete 06:36:35 5c69ac0246d0: Pull complete 06:36:35 ec43610c2a17: Pull complete 06:36:35 3a2ae6a8a46f: Pull complete 06:36:35 33b1e0a273af: Pull complete 06:36:35 5d3b04190fa2: Pull complete 06:36:39 2f39f015ded8: Pull complete 06:36:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:36:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:36:40 prd-ubuntu20.04-docker-8c-8g-7541 does not seem to be running inside a container 06:36:40 $ 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/490/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/490 -v /w/workspace/edgex-go/490:/w/workspace/edgex-go/490:rw,z -v /w/workspace/edgex-go/490@tmp:/w/workspace/edgex-go/490@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:36:41 $ docker top 875f34b7be9c50b2b8965de131e779d529f680a40c0fdbcc734d9fc7e19e3920 -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:42 + touch /tmp/pre-build-complete [Pipeline] sh 06:36:42 + mkdir -p /var/log/sysstat [Pipeline] sh 06:36:42 + ls /var/log/sa-host 06:36:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:36:42 provisioning config files... 06:36:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/490@tmp/config8385780220406008949tmp [Pipeline] { [Pipeline] echo 06:36:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:36:43 ---> create-netrc.sh [Pipeline] } 06:36:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:36:43 ---> python-tools-install.sh [Pipeline] echo 06:36:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:36:43 ---> sudo-logs.sh 06:36:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:36:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:36:43 ---> job-cost.sh 06:36:43 lf-activate-venv: SKIPPING 06:36:43 DEBUG: total: 0.10999999940395355 06:36:43 INFO: Retrieving Stack Cost... 06:36:44 INFO: Retrieving Pricing Info for: v3-standard-8 06:36:44 INFO: Archiving Costs [Pipeline] echo 06:36:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:36:45 ---> logs-deploy.sh 06:36:45 lf-activate-venv: SKIPPING 06:36:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/490 06:36:45 INFO: archiving workspace using pattern(s): 06:36:46 Archives upload complete. 06:36:46 INFO: archiving logs to Nexus 06:36:46 ---> uname -a: 06:36:46 Linux prd-ubuntu20-04-docker-8c-8g-7541 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:36:46 06:36:46 06:36:46 ---> lscpu: 06:36:46 Architecture: x86_64 06:36:46 CPU op-mode(s): 32-bit, 64-bit 06:36:46 Byte Order: Little Endian 06:36:46 Address sizes: 40 bits physical, 48 bits virtual 06:36:46 CPU(s): 8 06:36:46 On-line CPU(s) list: 0-7 06:36:46 Thread(s) per core: 1 06:36:46 Core(s) per socket: 1 06:36:46 Socket(s): 8 06:36:46 NUMA node(s): 1 06:36:46 Vendor ID: AuthenticAMD 06:36:46 CPU family: 23 06:36:46 Model: 49 06:36:46 Model name: AMD EPYC-Rome Processor 06:36:46 Stepping: 0 06:36:46 CPU MHz: 2799.998 06:36:46 BogoMIPS: 5599.99 06:36:46 Virtualization: AMD-V 06:36:46 Hypervisor vendor: KVM 06:36:46 Virtualization type: full 06:36:46 L1d cache: 256 KiB 06:36:46 L1i cache: 256 KiB 06:36:46 L2 cache: 4 MiB 06:36:46 L3 cache: 128 MiB 06:36:46 NUMA node0 CPU(s): 0-7 06:36:46 Vulnerability Itlb multihit: Not affected 06:36:46 Vulnerability L1tf: Not affected 06:36:46 Vulnerability Mds: Not affected 06:36:46 Vulnerability Meltdown: Not affected 06:36:46 Vulnerability Mmio stale data: Not affected 06:36:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:36:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:36:46 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:36:46 Vulnerability Srbds: Not affected 06:36:46 Vulnerability Tsx async abort: Not affected 06:36:46 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 06:36:46 06:36:46 06:36:46 ---> nproc: 06:36:46 8 06:36:46 06:36:46 06:36:46 ---> df -h: 06:36:46 Filesystem Size Used Avail Use% Mounted on 06:36:46 overlay 155G 20G 136G 13% / 06:36:46 tmpfs 64M 0 64M 0% /dev 06:36:46 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:36:46 shm 64M 0 64M 0% /dev/shm 06:36:46 /dev/vda1 155G 20G 136G 13% /facter-os 06:36:46 06:36:46 06:36:47 ---> sar -b -r -n DEV: 06:36:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7541) 04/12/23 _x86_64_ (8 CPU) 06:36:47 06:36:47 06:04:07 LINUX RESTART (8 CPU) 06:36:47 06:36:47 06:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:36:47 06:06:01 134.50 3.83 130.67 0.00 430.03 77426.61 0.00 06:36:47 06:07:01 28.40 0.00 28.40 0.00 0.00 28137.73 0.00 06:36:47 06:08:01 44.26 0.17 44.09 0.00 2.53 24692.82 0.00 06:36:47 06:09:01 416.63 5.58 411.05 0.00 58.79 148578.17 0.00 06:36:47 06:10:01 282.67 5.82 276.85 0.00 124.26 205846.93 0.00 06:36:47 06:11:01 219.35 9.82 209.53 0.00 5076.62 82829.66 0.00 06:36:47 06:12:01 518.85 0.18 518.66 0.00 18.36 135160.75 0.00 06:36:47 06:13:01 293.62 0.42 293.20 0.00 5.86 133447.28 0.00 06:36:47 06:14:01 505.75 0.05 505.70 0.00 8.67 134108.05 0.00 06:36:47 06:15:01 390.45 0.20 390.25 0.00 15.86 68330.48 0.00 06:36:47 06:16:01 28.46 0.05 28.41 0.00 8.93 11907.62 0.00 06:36:47 06:17:01 3.70 0.02 3.68 0.00 0.13 10911.03 0.00 06:36:47 06:18:01 3.08 0.00 3.08 0.00 0.00 11042.03 0.00 06:36:47 06:19:01 2.20 0.00 2.20 0.00 0.00 5125.01 0.00 06:36:47 06:20:01 1.35 0.02 1.33 0.00 0.13 15.86 0.00 06:36:47 06:21:01 1.75 0.00 1.75 0.00 0.00 23.33 0.00 06:36:47 06:22:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 06:36:47 06:23:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 06:36:47 06:24:01 1.27 0.00 1.27 0.00 0.00 13.20 0.00 06:36:47 06:25:01 1.20 0.03 1.17 0.00 0.27 14.53 0.00 06:36:47 06:26:01 4.49 2.26 2.23 0.00 36.89 75.53 0.00 06:36:47 06:27:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 06:36:47 06:28:01 0.92 0.00 0.92 0.00 0.00 9.47 0.00 06:36:47 06:29:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 06:36:47 06:30:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 06:36:47 06:31:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 06:36:47 06:32:01 0.88 0.00 0.88 0.00 0.00 9.73 0.00 06:36:47 06:33:01 1.63 0.00 1.63 0.00 0.00 17.86 0.00 06:36:47 06:34:01 0.93 0.00 0.93 0.00 0.00 9.33 0.00 06:36:47 06:35:01 1.37 0.00 1.37 0.00 0.00 15.99 0.00 06:36:47 06:36:01 66.74 0.27 66.47 0.00 11.60 33385.64 0.00 06:36:47 Average: 95.59 0.92 94.67 0.00 186.98 35856.18 0.00 06:36:47 06:36:47 06:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:36:47 06:06:01 28362952 31475136 827772 2.52 111560 3220688 2009224 5.92 1288892 2803428 71980 06:36:47 06:07:01 28000120 31419232 878828 2.67 113428 3502428 2266548 6.68 1403328 3024312 105792 06:36:47 06:08:01 27536104 31539672 764396 2.32 115940 4070960 1909884 5.63 1466016 3416028 288344 06:36:47 06:09:01 24184876 31475536 809436 2.46 200088 7044880 1925604 5.67 2063504 5917144 427904 06:36:47 06:10:01 20458956 31475000 809632 2.46 287368 10556616 1960452 5.78 1790500 9787628 130924 06:36:47 06:11:01 20546256 31459592 804156 2.45 310184 10357776 1942860 5.73 2191704 9206592 135016 06:36:47 06:12:01 20009320 31100112 1155324 3.51 333752 10533272 2973020 8.76 2763932 9181740 92 06:36:47 06:13:01 18282344 31458412 804388 2.45 361152 12504396 1955216 5.76 2286392 11308632 370928 06:36:47 06:14:01 18118400 31394264 868332 2.64 374608 12571660 2451468 7.22 2503208 11235864 366000 06:36:47 06:15:01 19790684 31492752 773472 2.35 385036 11034576 1993440 5.87 2492028 9628824 1532 06:36:47 06:16:01 19789144 31493284 772472 2.35 386336 11035404 1871764 5.52 2492116 9629228 224 06:36:47 06:17:01 19791752 31495976 769828 2.34 386388 11035396 1871764 5.52 2488444 9629220 20 06:36:47 06:18:01 19791888 31496204 769744 2.34 386448 11035396 1871764 5.52 2488072 9629360 16 06:36:47 06:19:01 19798872 31503224 763260 2.32 386476 11035404 1871764 5.52 2481164 9629364 208 06:36:47 06:20:01 19800456 31504852 761844 2.32 386500 11035408 1906796 5.62 2480728 9629368 188 06:36:47 06:21:01 19802424 31506836 760016 2.31 386536 11035388 1906796 5.62 2478984 9629348 16 06:36:47 06:22:01 19802068 31506500 760236 2.31 386548 11035392 1906796 5.62 2478996 9629352 16 06:36:47 06:23:01 19802044 31506488 760196 2.31 386568 11035392 1906796 5.62 2479008 9629352 16 06:36:47 06:24:01 19802020 31506508 760072 2.31 386592 11035400 1906796 5.62 2479360 9629360 188 06:36:47 06:25:01 19800992 31505616 760808 2.31 386612 11035404 1906796 5.62 2480084 9629440 248 06:36:47 06:26:01 19799372 31506644 759540 2.31 386672 11037764 1906796 5.62 2479132 9631712 216 06:36:47 06:27:01 19799372 31506664 759476 2.31 386684 11037768 1906796 5.62 2479164 9631716 24 06:36:47 06:28:01 19799104 31506404 759720 2.31 386688 11037768 1906796 5.62 2479168 9631716 12 06:36:47 06:29:01 19799304 31506628 759696 2.31 386704 11037776 1906796 5.62 2479476 9631724 4 06:36:47 06:30:01 19799328 31506684 759632 2.31 386732 11037772 1906796 5.62 2479268 9631728 28 06:36:47 06:31:01 19799296 31506668 759604 2.31 386736 11037780 1906796 5.62 2479224 9631728 8 06:36:47 06:32:01 19799248 31506644 759568 2.31 386752 11037784 1906796 5.62 2479240 9631732 32 06:36:47 06:33:01 19799420 31506824 759328 2.31 386756 11037788 1906796 5.62 2479244 9631736 12 06:36:47 06:34:01 19799120 31506536 759556 2.31 386764 11037788 1906796 5.62 2479252 9631736 8 06:36:47 06:35:01 19799320 31506744 759488 2.31 386780 11037792 1906796 5.62 2479312 9631740 8 06:36:47 06:36:01 18974868 31463548 798848 2.43 414916 11742104 2099600 6.19 2592400 10292328 800 06:36:47 Average: 20652885 31478877 791247 2.41 346461 10253907 1983326 5.85 2337463 8981070 61316 06:36:47 06:36:47 06:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:36:47 06:06:01 ens3 783.22 740.30 7646.58 82.87 0.00 0.00 0.00 0.00 06:36:47 06:06:01 vethfc88d3e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:06:01 lo 1.08 1.08 0.11 0.11 0.00 0.00 0.00 0.00 06:36:47 06:06:01 docker0 634.88 600.95 45.31 3488.27 0.00 0.00 0.00 0.00 06:36:47 06:07:01 ens3 49.01 49.54 29.61 105.77 0.00 0.00 0.00 0.00 06:36:47 06:07:01 vethfc88d3e 1.57 1.60 0.14 0.14 0.00 0.00 0.00 0.00 06:36:47 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:07:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 06:36:47 06:08:01 ens3 27.35 17.65 29.61 12.30 0.00 0.00 0.00 0.00 06:36:47 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:09:01 ens3 906.50 519.58 7932.95 61.94 0.00 0.00 0.00 0.00 06:36:47 06:09:01 veth4a11c17 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 06:36:47 06:09:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 06:36:47 06:09:01 docker0 469.02 820.43 39.27 6237.76 0.00 0.00 0.00 0.00 06:36:47 06:10:01 ens3 69.07 27.29 859.64 4.62 0.00 0.00 0.00 0.00 06:36:47 06:10:01 veth4a11c17 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:10:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 06:36:47 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:11:01 ens3 91.13 42.88 1956.00 5.56 0.00 0.00 0.00 0.00 06:36:47 06:11:01 veth00caa89 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:11:01 veth4a11c17 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:11:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 06:36:47 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:11:01 veth9ed2362 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:11:01 vetha0c8fe8 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:36:47 06:11:01 vethe703d8e 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:36:47 06:12:01 ens3 56.50 34.73 443.21 12.56 0.00 0.00 0.00 0.00 06:36:47 06:12:01 vethb2c8ce2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:12:01 veth9112b98 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:12:01 veth4a11c17 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:12:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 06:36:47 06:12:01 docker0 12.87 27.25 0.84 367.19 0.00 0.00 0.00 0.00 06:36:47 06:12:01 vetha918f28 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:12:01 veth5fb7bb7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:13:01 ens3 401.35 211.78 2504.49 31.14 0.00 0.00 0.00 0.00 06:36:47 06:13:01 veth4a11c17 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:13:01 docker0 194.67 372.70 15.93 2481.50 0.00 0.00 0.00 0.00 06:36:47 06:14:01 ens3 40.79 23.55 199.68 12.46 0.00 0.00 0.00 0.00 06:36:47 06:14:01 veth4357553 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:14:01 veth4a11c17 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:14:01 docker0 7.75 13.30 0.49 178.14 0.00 0.00 0.00 0.00 06:36:47 06:14:01 veth432847d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:15:01 ens3 183.17 197.40 200.25 670.01 0.00 0.00 0.00 0.00 06:36:47 06:15:01 lo 18.40 18.40 1.81 1.81 0.00 0.00 0.00 0.00 06:36:47 06:15:01 docker0 3.43 7.55 0.22 88.76 0.00 0.00 0.00 0.00 06:36:47 06:16:01 ens3 440.38 505.18 247.16 2474.39 0.00 0.00 0.00 0.00 06:36:47 06:16:01 lo 51.59 51.59 5.09 5.09 0.00 0.00 0.00 0.00 06:36:47 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:17:01 ens3 0.17 0.10 0.02 0.03 0.00 0.00 0.00 0.00 06:36:47 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:20:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 06:36:47 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:21:01 ens3 1.48 1.23 6.02 0.08 0.00 0.00 0.00 0.00 06:36:47 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:22:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:24:01 ens3 3.85 2.82 8.47 0.19 0.00 0.00 0.00 0.00 06:36:47 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:25:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:36:47 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:30:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 06:36:47 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:31:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:35:01 ens3 0.40 0.35 0.25 0.08 0.00 0.00 0.00 0.00 06:36:47 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:36:47 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:36:01 ens3 215.70 115.53 4574.10 28.44 0.00 0.00 0.00 0.00 06:36:47 06:36:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 06:36:47 06:36:01 docker0 29.35 58.87 2.77 580.45 0.00 0.00 0.00 0.00 06:36:47 06:36:01 veth2653238 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 06:36:47 Average: ens3 105.20 80.03 856.00 113.04 0.00 0.00 0.00 0.00 06:36:47 Average: lo 2.50 2.50 0.24 0.24 0.00 0.00 0.00 0.00 06:36:47 Average: docker0 43.36 61.11 3.36 431.50 0.00 0.00 0.00 0.00 06:36:47 Average: veth2653238 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:36:47 06:36:47 06:36:47 ---> sar -P ALL: 06:36:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7541) 04/12/23 _x86_64_ (8 CPU) 06:36:47 06:36:47 06:04:07 LINUX RESTART (8 CPU) 06:36:47 06:36:47 06:05:02 CPU %user %nice %system %iowait %steal %idle 06:36:47 06:06:01 all 10.53 0.00 3.98 4.91 0.06 80.52 06:36:47 06:06:01 0 10.55 0.00 3.39 0.15 0.07 85.84 06:36:47 06:06:01 1 8.92 0.00 2.95 2.29 0.03 85.81 06:36:47 06:06:01 2 13.10 0.00 6.15 25.25 0.09 55.41 06:36:47 06:06:01 3 9.46 0.00 3.64 0.50 0.07 86.33 06:36:47 06:06:01 4 12.36 0.00 4.03 0.84 0.07 82.70 06:36:47 06:06:01 5 8.44 0.00 2.93 8.09 0.05 80.49 06:36:47 06:06:01 6 10.68 0.00 4.33 0.24 0.05 84.70 06:36:47 06:06:01 7 10.79 0.00 4.40 1.91 0.09 82.81 06:36:47 06:07:01 all 28.66 0.00 5.01 1.13 0.09 65.11 06:36:47 06:07:01 0 30.35 0.00 5.53 0.02 0.07 64.04 06:36:47 06:07:01 1 28.30 0.00 4.26 0.75 0.08 66.61 06:36:47 06:07:01 2 28.42 0.00 5.31 6.84 0.12 59.31 06:36:47 06:07:01 3 28.43 0.00 5.23 0.32 0.08 65.93 06:36:47 06:07:01 4 28.45 0.00 4.34 0.03 0.07 67.10 06:36:47 06:07:01 5 28.27 0.00 4.91 1.00 0.08 65.74 06:36:47 06:07:01 6 28.78 0.00 5.59 0.00 0.10 65.53 06:36:47 06:07:01 7 28.32 0.00 4.93 0.07 0.10 66.59 06:36:47 06:08:01 all 47.52 0.00 7.12 0.82 0.09 44.44 06:36:47 06:08:01 0 42.98 0.00 6.46 0.10 0.10 50.36 06:36:47 06:08:01 1 49.58 0.00 7.71 1.73 0.10 40.87 06:36:47 06:08:01 2 49.87 0.00 7.40 2.70 0.10 39.94 06:36:47 06:08:01 3 46.90 0.00 6.89 0.12 0.08 46.01 06:36:47 06:08:01 4 48.03 0.00 7.33 0.52 0.10 44.03 06:36:47 06:08:01 5 49.81 0.00 7.43 1.05 0.08 41.63 06:36:47 06:08:01 6 49.32 0.00 7.66 0.15 0.08 42.79 06:36:47 06:08:01 7 43.68 0.00 6.09 0.20 0.08 49.94 06:36:47 06:09:01 all 12.47 0.00 8.48 10.99 0.08 67.98 06:36:47 06:09:01 0 10.78 0.00 6.58 2.59 0.05 80.00 06:36:47 06:09:01 1 14.54 0.00 9.72 18.54 0.07 57.13 06:36:47 06:09:01 2 14.18 0.00 8.94 6.01 0.07 70.80 06:36:47 06:09:01 3 11.82 0.00 6.76 3.90 0.05 77.47 06:36:47 06:09:01 4 10.42 0.00 8.04 14.47 0.10 66.96 06:36:47 06:09:01 5 11.22 0.00 7.89 8.13 0.09 72.67 06:36:47 06:09:01 6 14.70 0.00 9.78 19.46 0.14 55.93 06:36:47 06:09:01 7 12.17 0.00 10.16 14.94 0.07 62.66 06:36:47 06:10:01 all 6.62 0.00 5.55 22.55 0.06 65.22 06:36:47 06:10:01 0 6.63 0.00 4.92 35.92 0.08 52.45 06:36:47 06:10:01 1 6.25 0.00 6.57 8.11 0.03 79.05 06:36:47 06:10:01 2 6.82 0.00 6.77 46.89 0.07 39.44 06:36:47 06:10:01 3 6.60 0.00 5.29 5.19 0.03 82.90 06:36:47 06:10:01 4 6.96 0.00 4.88 7.48 0.05 80.63 06:36:47 06:10:01 5 6.58 0.00 5.49 12.74 0.03 75.16 06:36:47 06:10:01 6 6.62 0.00 6.02 34.03 0.05 53.29 06:36:47 06:10:01 7 6.54 0.00 4.48 30.44 0.10 58.45 06:36:47 06:11:01 all 54.85 0.00 9.92 14.35 0.15 20.73 06:36:47 06:11:01 0 54.56 0.00 9.14 9.52 0.17 26.61 06:36:47 06:11:01 1 54.96 0.00 10.49 8.50 0.14 25.91 06:36:47 06:11:01 2 55.26 0.00 10.17 23.92 0.12 10.53 06:36:47 06:11:01 3 55.34 0.00 9.17 12.27 0.15 23.07 06:36:47 06:11:01 4 54.71 0.00 9.84 27.36 0.12 7.97 06:36:47 06:11:01 5 54.80 0.00 11.53 5.93 0.22 27.52 06:36:47 06:11:01 6 55.19 0.00 9.74 18.64 0.12 16.31 06:36:47 06:11:01 7 53.97 0.00 9.32 8.35 0.14 28.22 06:36:47 06:12:01 all 19.19 0.00 7.32 22.67 0.09 50.73 06:36:47 06:12:01 0 19.44 0.00 7.25 25.54 0.07 47.69 06:36:47 06:12:01 1 20.07 0.00 8.14 13.17 0.10 58.51 06:36:47 06:12:01 2 20.38 0.00 6.64 13.21 0.05 59.71 06:36:47 06:12:01 3 17.53 0.00 6.69 45.66 0.10 30.01 06:36:47 06:12:01 4 19.42 0.00 8.52 37.94 0.07 34.06 06:36:47 06:12:01 5 18.46 0.00 7.82 14.03 0.10 59.59 06:36:47 06:12:01 6 17.43 0.00 5.87 12.79 0.08 63.82 06:36:47 06:12:01 7 20.83 0.00 7.67 18.80 0.12 52.57 06:36:47 06:13:01 all 10.61 0.00 4.69 33.22 0.08 51.41 06:36:47 06:13:01 0 11.17 0.00 3.90 26.57 0.07 58.29 06:36:47 06:13:01 1 10.89 0.00 4.87 55.00 0.10 29.14 06:36:47 06:13:01 2 13.28 0.00 6.19 48.39 0.10 32.03 06:36:47 06:13:01 3 8.66 0.00 4.58 18.13 0.07 68.57 06:36:47 06:13:01 4 11.19 0.00 5.01 24.05 0.07 59.68 06:36:47 06:13:01 5 8.61 0.00 3.48 17.80 0.05 70.06 06:36:47 06:13:01 6 8.04 0.00 4.30 35.65 0.05 51.96 06:36:47 06:13:01 7 13.04 0.00 5.19 40.19 0.14 41.44 06:36:47 06:14:01 all 31.41 0.00 7.89 22.92 0.11 37.67 06:36:47 06:14:01 0 28.64 0.00 8.83 24.76 0.14 37.64 06:36:47 06:14:01 1 30.88 0.00 7.57 20.11 0.07 41.37 06:36:47 06:14:01 2 34.56 0.00 9.08 30.24 0.12 26.01 06:36:47 06:14:01 3 31.08 0.00 7.34 32.07 0.15 29.36 06:36:47 06:14:01 4 32.39 0.00 7.33 24.43 0.15 35.70 06:36:47 06:14:01 5 30.32 0.00 7.20 11.32 0.09 51.08 06:36:47 06:14:01 6 29.66 0.00 6.67 9.90 0.08 53.69 06:36:47 06:14:01 7 33.79 0.00 9.08 30.75 0.10 26.28 06:36:47 06:15:01 all 14.06 0.00 4.17 10.58 0.07 71.11 06:36:47 06:15:01 0 13.96 0.00 3.96 15.74 0.07 66.26 06:36:47 06:15:01 1 13.75 0.00 4.45 19.52 0.08 62.19 06:36:47 06:15:01 2 13.13 0.00 4.15 10.09 0.07 72.56 06:36:47 06:15:01 3 15.90 0.00 4.76 8.88 0.08 70.37 06:36:47 06:15:01 4 14.32 0.00 4.15 11.01 0.05 70.46 06:36:47 06:15:01 5 14.83 0.00 3.65 8.62 0.08 72.82 06:36:47 06:15:01 6 13.67 0.00 4.75 7.35 0.05 74.18 06:36:47 06:15:01 7 12.91 0.00 3.51 3.38 0.08 80.12 06:36:47 06:16:01 all 7.87 0.00 0.99 0.14 0.07 90.93 06:36:47 06:16:01 0 9.00 0.00 1.02 0.79 0.05 89.14 06:36:47 06:16:01 1 9.07 0.00 1.19 0.08 0.07 89.59 06:36:47 06:16:01 2 9.81 0.00 1.10 0.02 0.07 89.00 06:36:47 06:16:01 3 8.40 0.00 1.36 0.08 0.08 90.08 06:36:47 06:16:01 4 6.01 0.00 0.90 0.10 0.05 92.94 06:36:47 06:16:01 5 9.83 0.00 0.85 0.03 0.08 89.20 06:36:47 06:16:01 6 7.98 0.00 0.70 0.02 0.07 91.23 06:36:47 06:16:01 7 2.81 0.00 0.82 0.02 0.07 96.29 06:36:47 06:36:47 06:16:01 CPU %user %nice %system %iowait %steal %idle 06:36:47 06:17:01 all 0.02 0.00 0.02 0.01 0.01 99.94 06:36:47 06:17:01 0 0.02 0.00 0.05 0.00 0.03 99.90 06:36:47 06:17:01 1 0.07 0.00 0.03 0.00 0.03 99.87 06:36:47 06:17:01 2 0.00 0.00 0.00 0.03 0.02 99.95 06:36:47 06:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:17:01 4 0.02 0.00 0.00 0.03 0.00 99.95 06:36:47 06:17:01 5 0.02 0.00 0.03 0.00 0.00 99.95 06:36:47 06:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:18:01 all 0.02 0.00 0.01 0.01 0.01 99.95 06:36:47 06:18:01 0 0.07 0.00 0.03 0.00 0.03 99.87 06:36:47 06:18:01 1 0.03 0.00 0.05 0.00 0.02 99.90 06:36:47 06:18:01 2 0.02 0.00 0.00 0.02 0.02 99.95 06:36:47 06:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:18:01 4 0.02 0.00 0.00 0.05 0.02 99.92 06:36:47 06:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:19:01 all 0.03 0.00 0.02 0.01 0.01 99.94 06:36:47 06:19:01 0 0.03 0.00 0.05 0.00 0.02 99.90 06:36:47 06:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:36:47 06:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 06:36:47 06:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:19:01 4 0.03 0.00 0.03 0.03 0.02 99.88 06:36:47 06:19:01 5 0.00 0.00 0.02 0.00 0.02 99.97 06:36:47 06:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:20:01 all 0.02 0.00 0.04 0.00 0.01 99.93 06:36:47 06:20:01 0 0.03 0.00 0.08 0.00 0.03 99.85 06:36:47 06:20:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:36:47 06:20:01 2 0.00 0.00 0.03 0.00 0.02 99.95 06:36:47 06:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:20:01 4 0.02 0.00 0.03 0.02 0.00 99.93 06:36:47 06:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:36:47 06:20:01 6 0.00 0.00 0.03 0.00 0.02 99.95 06:36:47 06:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:21:01 all 0.22 0.00 0.02 0.00 0.01 99.75 06:36:47 06:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:36:47 06:21:01 1 0.08 0.00 0.03 0.00 0.02 99.87 06:36:47 06:21:01 2 1.39 0.00 0.05 0.00 0.02 98.55 06:36:47 06:21:01 3 0.08 0.00 0.00 0.00 0.02 99.90 06:36:47 06:21:01 4 0.03 0.00 0.00 0.03 0.02 99.92 06:36:47 06:21:01 5 0.07 0.00 0.02 0.00 0.02 99.90 06:36:47 06:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:36:47 06:22:01 all 0.03 0.00 0.01 0.01 0.01 99.95 06:36:47 06:22:01 0 0.05 0.00 0.03 0.00 0.03 99.88 06:36:47 06:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:36:47 06:22:01 2 0.05 0.00 0.00 0.00 0.02 99.93 06:36:47 06:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:36:47 06:22:01 4 0.02 0.00 0.00 0.05 0.02 99.92 06:36:47 06:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:22:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:36:47 06:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:23:01 all 0.02 0.00 0.00 0.00 0.01 99.97 06:36:47 06:23:01 0 0.03 0.00 0.00 0.00 0.03 99.93 06:36:47 06:23:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:36:47 06:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:23:01 4 0.02 0.00 0.02 0.02 0.00 99.95 06:36:47 06:23:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:24:01 all 0.02 0.00 0.01 0.01 0.01 99.96 06:36:47 06:24:01 0 0.02 0.00 0.02 0.02 0.02 99.93 06:36:47 06:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:24:01 3 0.00 0.00 0.00 0.02 0.02 99.97 06:36:47 06:24:01 4 0.02 0.00 0.02 0.02 0.00 99.95 06:36:47 06:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:24:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:36:47 06:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 06:36:47 06:25:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:36:47 06:25:01 1 0.10 0.00 0.03 0.00 0.02 99.85 06:36:47 06:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:36:47 06:25:01 4 0.02 0.00 0.02 0.03 0.02 99.92 06:36:47 06:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:36:47 06:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:26:01 all 0.12 0.00 0.03 0.02 0.01 99.83 06:36:47 06:26:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:36:47 06:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:36:47 06:26:01 2 0.72 0.00 0.02 0.03 0.02 99.21 06:36:47 06:26:01 3 0.02 0.00 0.03 0.02 0.02 99.92 06:36:47 06:26:01 4 0.02 0.00 0.02 0.07 0.00 99.90 06:36:47 06:26:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:26:01 6 0.14 0.00 0.07 0.02 0.02 99.76 06:36:47 06:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:27:01 all 0.27 0.00 0.01 0.00 0.01 99.71 06:36:47 06:27:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:27:01 2 1.99 0.00 0.00 0.00 0.00 98.01 06:36:47 06:27:01 3 0.05 0.00 0.02 0.02 0.00 99.92 06:36:47 06:27:01 4 0.00 0.00 0.00 0.02 0.02 99.97 06:36:47 06:27:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:36:47 06:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 06:36:47 06:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:36:47 06:27:01 CPU %user %nice %system %iowait %steal %idle 06:36:47 06:28:01 all 0.27 0.00 0.01 0.00 0.01 99.72 06:36:47 06:28:01 0 0.03 0.00 0.03 0.00 0.03 99.90 06:36:47 06:28:01 1 0.07 0.00 0.00 0.00 0.02 99.92 06:36:47 06:28:01 2 1.97 0.00 0.00 0.00 0.00 98.03 06:36:47 06:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:28:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:36:47 06:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:29:01 all 0.14 0.00 0.02 0.00 0.01 99.83 06:36:47 06:29:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:36:47 06:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:36:47 06:29:01 2 0.32 0.00 0.05 0.00 0.02 99.62 06:36:47 06:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:29:01 4 0.02 0.00 0.00 0.02 0.02 99.95 06:36:47 06:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:36:47 06:29:01 6 0.66 0.00 0.02 0.00 0.02 99.30 06:36:47 06:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:30:01 all 0.07 0.00 0.01 0.00 0.01 99.91 06:36:47 06:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:30:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:36:47 06:30:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:36:47 06:30:01 6 0.47 0.00 0.03 0.00 0.02 99.48 06:36:47 06:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:31:01 all 0.12 0.00 0.01 0.03 0.01 99.83 06:36:47 06:31:01 0 0.03 0.00 0.05 0.00 0.03 99.88 06:36:47 06:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:36:47 06:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:31:01 3 0.02 0.00 0.00 0.02 0.00 99.97 06:36:47 06:31:01 4 0.03 0.00 0.02 0.20 0.02 99.73 06:36:47 06:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:36:47 06:31:01 6 0.78 0.00 0.03 0.00 0.02 99.17 06:36:47 06:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:32:01 all 0.26 0.00 0.01 0.00 0.01 99.72 06:36:47 06:32:01 0 0.02 0.00 0.02 0.00 0.03 99.93 06:36:47 06:32:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:36:47 06:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:36:47 06:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 06:36:47 06:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:32:01 6 1.97 0.00 0.02 0.00 0.02 98.00 06:36:47 06:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:33:01 all 0.27 0.00 0.01 0.00 0.01 99.70 06:36:47 06:33:01 0 0.02 0.00 0.02 0.00 0.03 99.93 06:36:47 06:33:01 1 0.07 0.00 0.03 0.00 0.02 99.88 06:36:47 06:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:33:01 3 0.05 0.00 0.00 0.00 0.00 99.95 06:36:47 06:33:01 4 0.02 0.00 0.02 0.03 0.02 99.92 06:36:47 06:33:01 5 0.00 0.00 0.02 0.00 0.02 99.97 06:36:47 06:33:01 6 1.97 0.00 0.00 0.00 0.00 98.03 06:36:47 06:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:34:01 all 0.26 0.00 0.02 0.00 0.01 99.71 06:36:47 06:34:01 0 0.03 0.00 0.03 0.00 0.03 99.90 06:36:47 06:34:01 1 0.02 0.00 0.07 0.00 0.02 99.90 06:36:47 06:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:34:01 3 0.02 0.00 0.03 0.02 0.02 99.92 06:36:47 06:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:34:01 6 1.95 0.00 0.00 0.00 0.00 98.05 06:36:47 06:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:36:47 06:35:01 all 0.05 0.00 0.03 0.00 0.01 99.91 06:36:47 06:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:36:47 06:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:36:47 06:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 06:36:47 06:35:01 4 0.02 0.00 0.02 0.02 0.02 99.93 06:36:47 06:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:36:47 06:35:01 6 0.32 0.00 0.12 0.00 0.02 99.55 06:36:47 06:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:36:47 06:36:01 all 4.42 0.00 1.82 0.82 0.04 92.90 06:36:47 06:36:01 0 3.65 0.00 2.39 0.18 0.05 93.72 06:36:47 06:36:01 1 6.68 0.00 1.89 0.02 0.03 91.38 06:36:47 06:36:01 2 5.48 0.00 2.17 4.62 0.03 87.69 06:36:47 06:36:01 3 4.41 0.00 1.83 0.08 0.03 93.65 06:36:47 06:36:01 4 3.57 0.00 1.73 0.91 0.03 93.76 06:36:47 06:36:01 5 4.33 0.00 1.58 0.30 0.03 93.76 06:36:47 06:36:01 6 3.92 0.00 1.21 0.42 0.03 94.42 06:36:47 06:36:01 7 3.31 0.00 1.79 0.02 0.03 94.84 06:36:47 Average: all 7.99 0.00 2.14 4.62 0.04 85.20 06:36:47 Average: 0 7.73 0.00 2.04 4.54 0.05 85.65 06:36:47 Average: 1 8.11 0.00 2.24 4.70 0.04 84.92 06:36:47 Average: 2 8.67 0.00 2.37 6.96 0.04 81.97 06:36:47 Average: 3 7.82 0.00 2.03 4.04 0.04 86.07 06:36:47 Average: 4 7.93 0.00 2.12 4.77 0.04 85.15 06:36:47 Average: 5 7.84 0.00 2.07 2.84 0.04 87.22 06:36:47 Average: 6 8.13 0.00 2.14 4.42 0.03 85.28 06:36:47 Average: 7 7.72 0.00 2.15 4.73 0.04 85.37 06:36:47 06:36:47 06:36:47