Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 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-ssh14792505298234395248.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh9282240552927099421.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh16011208500544997887.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh14942320759552985340.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-ssh4630526237348496445.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.18 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-7378 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/428 [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/428 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb # timeout=10 Commit message: "feat: Accept URL escape for device command name and resource name (#4376)" > git rev-list --no-walk d8f1dfdb8bae0404a1b2695e482aca65154f5ca9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:41:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:41:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:41:27 ========================================================= 18:41:27 EdgeX Global Pipelines Version Info 18:41:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:41:27 ------------------- 18:41:27 stable info: 18:41:27 ------------------- 18:41:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:41:27 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:41:27 Message: update stable to v1.0.244 18:41:28 ------------------- 18:41:28 experimental info: 18:41:28 ------------------- 18:41:28 Commited By: **** collab-it+edgex@linuxfoundation.org 18:41:28 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:41:28 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bf67f4 [Pipeline] echo 18:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:41:28 provisioning config files... 18:41:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config11341052534568626087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:41:29 ---> docker-login.sh 18:41:29 nexus3.edgexfoundry.org:10001 18:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:29 Configure a credential helper to remove this warning. See 18:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:29 18:41:29 Login Succeeded 18:41:29 nexus3.edgexfoundry.org:10002 18:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:29 Configure a credential helper to remove this warning. See 18:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:29 18:41:29 Login Succeeded 18:41:29 nexus3.edgexfoundry.org:10003 18:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:30 Configure a credential helper to remove this warning. See 18:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:30 18:41:30 Login Succeeded 18:41:30 nexus3.edgexfoundry.org:10004 18:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:30 Configure a credential helper to remove this warning. See 18:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:30 18:41:30 Login Succeeded 18:41:30 docker.io 18:41:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:30 Configure a credential helper to remove this warning. See 18:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:30 18:41:30 Login Succeeded 18:41:30 ---> docker-login.sh ends [Pipeline] } 18:41:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:30 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 18:41:30 + + cut -d/ -f2 18:41:30 dirname cmd/core-command/Dockerfile 18:41:30 + echo core-command,cmd/core-command/Dockerfile 18:41:30 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 18:41:30 cut -d/ -f2 18:41:30 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 18:41:30 + dirname cmd/core-data/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo core-data,cmd/core-data/Dockerfile 18:41:30 + dirname cmd/core-metadata/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo core-metadata,cmd/core-metadata/Dockerfile 18:41:30 + dirname cmd/security-bootstrapper/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + dirname cmd/security-proxy-auth/Dockerfile 18:41:30 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + dirname cmd/security-proxy-setup/Dockerfile 18:41:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:41:30 + dirname cmd/security-secretstore-setup/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:41:30 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:41:30 + dirname cmd/security-spire-agent/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:41:30 + dirname cmd/security-spire-config/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:41:30 + dirname cmd/security-spire-server/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:41:30 + dirname cmd/support-notifications/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo support-notifications,cmd/support-notifications/Dockerfile 18:41:30 + dirname cmd/support-scheduler/Dockerfile 18:41:30 + cut -d/ -f2 18:41:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 18:41:30 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:41:31 + git rev-list -1 --merges 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb~1..1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo 18:41:31 -----------> git rev-list -1 --merges 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb~1..1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [false] [Pipeline] sh 18:41:31 + git log --format=format:%s -1 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] echo 18:41:31 ========================================================= 18:41:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:41:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:41:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:41:31 + grep -v github /etc/ssh/ssh_known_hosts 18:41:31 + [ -e /tmp/ssh_known_hosts ] 18:41:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:41:31 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:41:31 + sudo tee -a /etc/ssh/ssh_known_hosts 18:41:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:41:32 18:41:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:41:32 0.1.4: Pulling from edgex-devops/py-git-semver 18:41:32 b85a868b505f: Pulling fs layer 18:41:32 e2be974225ed: Pulling fs layer 18:41:32 339a4e72a1f5: Pulling fs layer 18:41:32 988bab9f4d93: Pulling fs layer 18:41:32 1469e6f7b9e6: Pulling fs layer 18:41:32 eaf3925da568: Pulling fs layer 18:41:32 bab4dde63d76: Pulling fs layer 18:41:32 bde34c3a00c8: Pulling fs layer 18:41:32 b352a97aabf1: Pulling fs layer 18:41:32 4872d77fe225: Pulling fs layer 18:41:32 5851b861e8e6: Pulling fs layer 18:41:32 bab4dde63d76: Waiting 18:41:32 bde34c3a00c8: Waiting 18:41:32 b352a97aabf1: Waiting 18:41:32 4872d77fe225: Waiting 18:41:32 5851b861e8e6: Waiting 18:41:32 988bab9f4d93: Waiting 18:41:32 1469e6f7b9e6: Waiting 18:41:32 eaf3925da568: Waiting 18:41:32 e2be974225ed: Download complete 18:41:32 988bab9f4d93: Verifying Checksum 18:41:32 988bab9f4d93: Download complete 18:41:32 1469e6f7b9e6: Verifying Checksum 18:41:32 1469e6f7b9e6: Download complete 18:41:32 eaf3925da568: Download complete 18:41:32 339a4e72a1f5: Verifying Checksum 18:41:32 339a4e72a1f5: Download complete 18:41:32 bde34c3a00c8: Verifying Checksum 18:41:32 bde34c3a00c8: Download complete 18:41:32 b352a97aabf1: Verifying Checksum 18:41:32 b352a97aabf1: Download complete 18:41:32 4872d77fe225: Download complete 18:41:32 5851b861e8e6: Verifying Checksum 18:41:32 5851b861e8e6: Download complete 18:41:33 b85a868b505f: Verifying Checksum 18:41:33 b85a868b505f: Download complete 18:41:33 bab4dde63d76: Verifying Checksum 18:41:33 bab4dde63d76: Download complete 18:41:34 b85a868b505f: Pull complete 18:41:34 e2be974225ed: Pull complete 18:41:35 339a4e72a1f5: Pull complete 18:41:35 988bab9f4d93: Pull complete 18:41:35 1469e6f7b9e6: Pull complete 18:41:36 eaf3925da568: Pull complete 18:41:37 bab4dde63d76: Pull complete 18:41:37 bde34c3a00c8: Pull complete 18:41:37 b352a97aabf1: Pull complete 18:41:37 4872d77fe225: Pull complete 18:41:38 5851b861e8e6: Pull complete 18:41:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:41:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:41:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:38 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 18:41:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:41:41 $ docker top 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 -eo pid,comm 18:41:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:41:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:41 [ssh-agent] Looking for ssh-agent implementation... 18:41:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:42 $ docker exec 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent 18:41:42 SSH_AUTH_SOCK=/tmp/ssh-DIP8AplMNBkW/agent.33 18:41:42 SSH_AGENT_PID=39 18:41:42 Running ssh-add (command line suppressed) 18:41:42 Identity added: /w/workspace/edgex-go/428@tmp/private_key_17013274238745082757.key (/w/workspace/edgex-go/428@tmp/private_key_17013274238745082757.key) 18:41:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:42 + git tag --points-at HEAD [Pipeline] } 18:41:42 $ docker exec --env ******** --env ******** 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent -k 18:41:42 unset SSH_AUTH_SOCK; 18:41:42 unset SSH_AGENT_PID; 18:41:42 echo Agent pid 39 killed; 18:41:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:41:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:42 [ssh-agent] Looking for ssh-agent implementation... 18:41:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:42 $ docker exec 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent 18:41:42 SSH_AUTH_SOCK=/tmp/ssh-y7s92FZ47sKX/agent.71 18:41:42 SSH_AGENT_PID=77 18:41:42 Running ssh-add (command line suppressed) 18:41:42 Identity added: /w/workspace/edgex-go/428@tmp/private_key_12767405442343662482.key (/w/workspace/edgex-go/428@tmp/private_key_12767405442343662482.key) 18:41:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:43 + git semver init 18:41:43 2023-02-24 18:41:43,447 [run_init] DEBUG init version:0.0.0 force:False 18:41:43 2023-02-24 18:41:43,448 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/428/.semver 18:41:43 2023-02-24 18:41:43,448 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/428/.semver 18:41:43 2023-02-24 18:41:43,449 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/428/.semver'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) 18:41:48 2023-02-24 18:41:48,494 [append_file] DEBUG append to file:/w/workspace/edgex-go/428/.git/info/exclude 18:41:48 2023-02-24 18:41:48,494 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/428/.semver/main with force:False 18:41:48 2023-02-24 18:41:48,495 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 18:41:48 2023-02-24 18:41:48,495 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 18:41:48 3.0.0-dev.67 [Pipeline] } 18:41:48 $ docker exec --env ******** --env ******** 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 ssh-agent -k 18:41:48 unset SSH_AUTH_SOCK; 18:41:48 unset SSH_AGENT_PID; 18:41:48 echo Agent pid 77 killed; 18:41:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:49 + git semver [Pipeline] } 18:41:49 $ docker stop --time=1 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 18:41:51 $ docker rm -f --volumes 4ad306447f0a20bb36b569de550004119f326a5779168317f7ad70a3b4c40195 [Pipeline] // withDockerContainer [Pipeline] sh 18:41:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:41:51 Stashed 1 file(s) [Pipeline] echo 18:41:51 [edgeXSemver]: initialized semver on version 3.0.0-dev.67 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:41:52 + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] echo 18:41:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:41:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:41:52 ========================================================= 18:41:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:41:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:41:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:41:52 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:41:52 213ec9aee27d: Pulling fs layer 18:41:52 4583459ba037: Pulling fs layer 18:41:52 93c1e223e6f2: Pulling fs layer 18:41:52 53926ce57604: Pulling fs layer 18:41:52 21b2b0c7a3f4: Pulling fs layer 18:41:52 22ff95d597cd: Pulling fs layer 18:41:52 12d6caf4c0d1: Pulling fs layer 18:41:52 96b7cbca73a9: Pulling fs layer 18:41:52 a7acece74701: Pulling fs layer 18:41:52 21b2b0c7a3f4: Waiting 18:41:52 22ff95d597cd: Waiting 18:41:52 12d6caf4c0d1: Waiting 18:41:52 96b7cbca73a9: Waiting 18:41:52 a7acece74701: Waiting 18:41:52 53926ce57604: Waiting 18:41:52 93c1e223e6f2: Verifying Checksum 18:41:52 93c1e223e6f2: Download complete 18:41:52 4583459ba037: Verifying Checksum 18:41:52 4583459ba037: Download complete 18:41:52 21b2b0c7a3f4: Verifying Checksum 18:41:52 21b2b0c7a3f4: Download complete 18:41:52 22ff95d597cd: Verifying Checksum 18:41:52 22ff95d597cd: Download complete 18:41:52 213ec9aee27d: Verifying Checksum 18:41:52 213ec9aee27d: Download complete 18:41:52 12d6caf4c0d1: Download complete 18:41:53 213ec9aee27d: Pull complete 18:41:53 a7acece74701: Download complete 18:41:53 4583459ba037: Pull complete 18:41:53 96b7cbca73a9: Verifying Checksum 18:41:53 96b7cbca73a9: Download complete 18:41:54 53926ce57604: Verifying Checksum 18:41:54 53926ce57604: Download complete 18:41:54 93c1e223e6f2: Pull complete 18:41:57 53926ce57604: Pull complete 18:41:57 21b2b0c7a3f4: Pull complete 18:41:57 22ff95d597cd: Pull complete 18:41:57 12d6caf4c0d1: Pull complete 18:42:00 96b7cbca73a9: Pull complete 18:42:00 a7acece74701: Pull complete 18:42:00 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:42:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:42:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:42:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:42:01 WORKDIR /edgex 18:42:01 COPY go.mod . 18:42:01 RUN go mod download 18:42:01 + docker build -t ci-base-image-x86_64 -f - . 18:42:01 Sending build context to Docker daemon 170.4MB 18:42:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:42:01 ---> db6d94c90886 18:42:01 Step 2/4 : WORKDIR /edgex 18:42:07 Still waiting to schedule task 18:42:07 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7377’ 18:42:13 ---> Running in d20bf1f6e2e9 18:42:13 Removing intermediate container d20bf1f6e2e9 18:42:13 ---> ea9350cb96e5 18:42:13 Step 3/4 : COPY go.mod . 18:42:13 ---> fab1dee3df8b 18:42:13 Step 4/4 : RUN go mod download 18:42:13 ---> Running in 9164887107b8 18:42:31 Removing intermediate container 9164887107b8 18:42:31 ---> b331f3564dfb 18:42:31 Successfully built b331f3564dfb 18:42:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:42:32 + docker inspect -f . ci-base-image-x86_64 18:42:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:42:32 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 18:42:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:42:32 $ docker top d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f -eo pid,comm [Pipeline] { [Pipeline] sh 18:42:33 + go version 18:42:33 go version go1.18.7 linux/amd64 [Pipeline] } 18:42:33 $ docker stop --time=1 d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f 18:42:34 $ docker rm -f --volumes d5f1deab6757518da8980d6242436bcc52ebf2c673e7d64c68fafaddbfac426f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:42:34 + docker inspect -f . ci-base-image-x86_64 18:42:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:42:34 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 18:42:34 $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:42:35 $ docker top 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e -eo pid,comm [Pipeline] { [Pipeline] echo 18:42:35 ========================================================= 18:42:35 [edgeXBuildGoParallel] Running Tests and Build... 18:42:35 ========================================================= [Pipeline] sh 18:42:35 + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] fileExists [Pipeline] sh 18:42:35 + make test 18:42:35 go test -race -coverprofile=coverage.out ./... 18:42:42 ? github.com/edgexfoundry/edgex-go [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:42:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 18:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:42:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:42:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements 18:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.127s coverage: 71.2% of statements 18:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.136s coverage: 54.0% of statements 18:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.604s coverage: 88.5% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.084s coverage: 3.9% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.524s coverage: 95.6% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/io 0.116s coverage: 72.2% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.051s coverage: 0.9% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.6% of statements 18:43:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 82.9% of statements 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 18:43:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 18:43:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 18:43:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.102s coverage: 44.8% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.351s coverage: 79.9% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 64.4% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.0% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.256s coverage: 65.3% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 41.0% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:43:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:43:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:43:23 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:43:41 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:43:41 go vet ./... 18:43:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:43:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:43:43 ./bin/test-attribution-txt.sh [Pipeline] echo 18:43:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 18:43:43 + ls -al . 18:43:43 total 748 18:43:43 drwxrwxr-x 11 1001 1001 4096 Feb 24 18:42 . 18:43:43 drwxr-xr-x 4 root root 4096 Feb 24 18:42 .. 18:43:43 drwxrwxr-x 2 1001 1001 4096 Feb 24 18:41 .blubracket 18:43:43 -rw-rw-r-- 1 1001 1001 16 Feb 24 18:41 .dockerignore 18:43:43 drwxrwxr-x 8 1001 1001 4096 Feb 24 18:43 .git 18:43:43 drwxrwxr-x 3 1001 1001 4096 Feb 24 18:41 .github 18:43:43 -rw-rw-r-- 1 1001 1001 1068 Feb 24 18:41 .gitignore 18:43:43 -rw-rw-r-- 1 1001 1001 42 Feb 24 18:41 .golangci.yml 18:43:43 -rw-rw-r-- 1 1001 1001 87 Feb 24 18:41 .hadolint.yml 18:43:43 drwxr-xr-x 3 1001 1001 4096 Feb 24 18:41 .semver 18:43:43 -rw-rw-r-- 1 1001 1001 166 Feb 24 18:41 .sonarcloud.properties 18:43:43 -rw-rw-r-- 1 1001 1001 1171 Feb 24 18:41 ADOPTERS.md 18:43:43 -rw-rw-r-- 1 1001 1001 10825 Feb 24 18:41 Attribution.txt 18:43:43 -rw-rw-r-- 1 1001 1001 73765 Feb 24 18:41 CHANGELOG.md 18:43:43 -rw-rw-r-- 1 1001 1001 3804 Feb 24 18:41 CONTRIBUTING.md 18:43:43 -rw-rw-r-- 1 1001 1001 677 Feb 24 18:41 GOVERNANCE.md 18:43:43 -rw-rw-r-- 1 1001 1001 883 Feb 24 18:41 Jenkinsfile 18:43:43 -rw-rw-r-- 1 1001 1001 10775 Feb 24 18:41 LICENSE 18:43:43 -rw-rw-r-- 1 1001 1001 14116 Feb 24 18:41 Makefile 18:43:43 -rw-rw-r-- 1 1001 1001 582 Feb 24 18:41 OWNERS.md 18:43:43 -rw-rw-r-- 1 1001 1001 9403 Feb 24 18:41 README.md 18:43:43 -rw-rw-r-- 1 1001 1001 6912 Feb 24 18:41 SECURITY.md 18:43:43 -rw-rw-r-- 1 1001 1001 12 Feb 24 18:41 VERSION 18:43:43 drwxrwxr-x 2 1001 1001 4096 Feb 24 18:41 bin 18:43:43 drwxrwxr-x 18 1001 1001 4096 Feb 24 18:41 cmd 18:43:43 -rw-r--r-- 1 root root 487670 Feb 24 18:43 coverage.out 18:43:43 -rw-rw-r-- 1 1001 1001 3296 Feb 24 18:41 go.mod 18:43:43 -rw-rw-r-- 1 1001 1001 33293 Feb 24 18:41 go.sum 18:43:43 drwxrwxr-x 7 1001 1001 4096 Feb 24 18:41 internal 18:43:43 drwxrwxr-x 3 1001 1001 4096 Feb 24 18:41 openapi 18:43:43 drwxrwxr-x 4 1001 1001 4096 Feb 24 18:41 snap 18:43:43 -rw-rw-r-- 1 1001 1001 204 Feb 24 18:41 version.go [Pipeline] sh 18:43:44 + '[' -e coverage.out ] 18:43:44 + chown 1001:1001 coverage.out [Pipeline] stash 18:43:44 Stashed 1 file(s) [Pipeline] sh 18:43:44 + make build 18:43:44 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:43:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:43:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:43:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:43:58 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:44:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:44:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:44:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:44:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:44:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:44:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:44:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:44:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 18:44:15 $ docker stop --time=1 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e 18:44:21 $ docker rm -f --volumes 4bd90442549feba983bc9ac36a9e46a47826e04152b3efb0b3a335f9dee05d7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:44:21 18:44:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:44:22 latest: Pulling from edgex-devops/edgex-compose 18:44:22 cbdbe7a5bc2a: Pulling fs layer 18:44:22 ca9280d653b3: Pulling fs layer 18:44:22 7e9c9ca2126c: Pulling fs layer 18:44:22 cbdbe7a5bc2a: Verifying Checksum 18:44:22 cbdbe7a5bc2a: Download complete 18:44:22 ca9280d653b3: Verifying Checksum 18:44:22 ca9280d653b3: Download complete 18:44:22 cbdbe7a5bc2a: Pull complete 18:44:23 7e9c9ca2126c: Download complete 18:44:23 ca9280d653b3: Pull complete 18:44:26 7e9c9ca2126c: Pull complete 18:44:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:26 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 18:44:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:44:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7383 in /w/workspace/edgexfoundry_edgex-go_main 18:44:29 $ docker top 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:44:29 Running in /w/workspace/edgex-go/428 [Pipeline] { [Pipeline] checkout 18:44:29 The recommended git tool is: git 18:44:29 + docker-compose build --help 18:44:29 + grep parallel 18:44:30 --parallel Build images in parallel. [Pipeline] } 18:44:30 $ docker stop --time=1 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 18:44:31 $ docker rm -f --volumes 55f129a5434be3c4aed784dec8d74d90c17741ee01d26d5ddab0a85a659c1e46 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:44:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:31 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 18:44:31 $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:44:32 $ docker top f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:32 + docker-compose -f ./docker-compose-build.yml build --parallel 18:44:33 Building core-command ... 18:44:33 Building core-common-config-bootstrapper ... 18:44:33 Building core-data ... 18:44:33 Building core-metadata ... 18:44:33 Building security-bootstrapper ... 18:44:33 Building security-proxy-auth ... 18:44:33 Building security-proxy-setup ... 18:44:33 Building security-secretstore-setup ... 18:44:33 Building security-spiffe-token-provider ... 18:44:33 Building security-spire-agent ... 18:44:33 Building security-spire-config ... 18:44:33 Building security-spire-server ... 18:44:33 Building support-notifications ... 18:44:33 Building support-scheduler ... 18:44:33 Building support-scheduler 18:44:33 Building security-bootstrapper 18:44:33 Building core-common-config-bootstrapper 18:44:33 Building security-proxy-auth 18:44:33 Building core-data 18:44:35 using credential edgex-jenkins-ssh 18:44:35 Cloning the remote Git repository 18:44:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:44:35 > git init /w/workspace/edgex-go/428 # timeout=10 18:44:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:44:35 > git --version # timeout=10 18:44:35 > git --version # 'git version 2.25.1' 18:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:44:48 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:44:48 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:44:48 ---> b331f3564dfb 18:44:48 Step 3/32 : WORKDIR /edgex-go 18:44:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:44:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:48 ---> b331f3564dfb 18:44:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:44:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:44:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:48 ---> b331f3564dfb 18:44:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:44:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:44:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:48 ---> b331f3564dfb 18:44:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:44:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:44:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:44:48 ---> b331f3564dfb 18:44:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:44:57 Avoid second fetch 18:44:57 Checking out Revision 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb (main) 18:44:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:44:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:44:57 > git config core.sparsecheckout # timeout=10 18:44:57 > git checkout -f 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb # timeout=10 18:44:58 Commit message: "feat: Accept URL escape for device command name and resource name (#4376)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:44:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:44:59 % Total % Received % Xferd Average Speed Time Time Time Current 18:44:59 Dload Upload Total Spent Left Speed 18:44:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71234 0 --:--:-- --:--:-- --:--:-- 71634 [Pipeline] sh 18:44:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:45:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:45:00 + sudo tee /etc/docker/daemon.new 18:45:00 { 18:45:00 "registry-mirrors": [ 18:45:00 "https://nexus3.edgexfoundry.org:10001" 18:45:00 ], 18:45:00 "bip": "10.250.0.254/24", 18:45:00 "hosts": [ 18:45:00 "tcp://0.0.0.0:5555", 18:45:00 "unix:///var/run/docker.sock" 18:45:00 ], 18:45:00 "mtu": 1458, 18:45:00 "selinux-enabled": true, 18:45:00 "seccomp-profile": "/etc/docker/seccomp.json" 18:45:00 } [Pipeline] sh 18:45:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:45:00 + sudo service docker restart 18:45:10 ---> Running in 377bf8f6a057 18:45:10 ---> Running in 83ea12e40446 18:45:10 ---> Running in 71d5cff0b82c 18:45:10 ---> Running in f6c010874908 18:45:10 ---> Running in 6bb2b2766264 18:45:11 Removing intermediate container 377bf8f6a057 18:45:11 ---> a04c935a2f7e 18:45:11 Step 4/22 : WORKDIR /edgex-go 18:45:11 Removing intermediate container 6bb2b2766264 18:45:11 ---> 2add327a579d 18:45:11 Step 4/22 : WORKDIR /edgex-go 18:45:11 Removing intermediate container f6c010874908 18:45:11 ---> 35a50a307d15 18:45:11 Step 4/32 : RUN apk add --update --no-cache make git 18:45:11 Removing intermediate container 71d5cff0b82c 18:45:11 ---> 8e441742aca4 18:45:11 Step 4/22 : WORKDIR /edgex-go 18:45:11 Removing intermediate container 83ea12e40446 18:45:11 ---> ee1922737b0b 18:45:11 Step 4/22 : WORKDIR /edgex-go 18:45:12 ---> Running in 37dc46ad8286 18:45:12 ---> Running in fccc9b11df15 18:45:12 ---> Running in ba1fe2756323 18:45:12 ---> Running in 475fd18817d1 18:45:13 ---> Running in 0a4b4b37139d 18:45:14 Removing intermediate container 37dc46ad8286 18:45:14 ---> 7e1fbb988adb 18:45:14 Step 5/22 : RUN apk add --update --no-cache make git 18:45:14 Removing intermediate container fccc9b11df15 18:45:14 ---> c73f036d5f5f 18:45:14 Step 5/22 : RUN apk add --update --no-cache make git 18:45:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:14 Removing intermediate container 475fd18817d1 18:45:14 ---> 90c9a2803d19 18:45:14 Step 5/22 : RUN apk add --update --no-cache make git 18:45:15 Removing intermediate container 0a4b4b37139d 18:45:15 ---> f406ee703daf 18:45:15 Step 5/22 : RUN apk add --update --no-cache make git 18:45:15 OK: 211 MiB in 51 packages 18:45:15 ---> Running in 2e50a680b8f9 18:45:15 ---> Running in d9b1033512db 18:45:15 ---> Running in fc360b8fe751 18:45:15 ---> Running in e1f358aa1af5 18:45:16 Removing intermediate container ba1fe2756323 18:45:16 ---> 5eb7cfa41337 18:45:16 Step 5/32 : COPY go.mod vendor* ./ 18:45:16 ---> 5031ebb43bb7 18:45:16 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:17 OK: 211 MiB in 51 packages 18:45:17 ---> Running in c7f6d640ee82 18:45:17 OK: 211 MiB in 51 packages 18:45:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:45:18 Removing intermediate container 2e50a680b8f9 18:45:18 ---> 88aeda81b999 18:45:18 Step 6/22 : COPY go.mod vendor* ./ 18:45:18 Removing intermediate container d9b1033512db 18:45:18 ---> 46a9601d7b42 18:45:18 Step 6/22 : COPY go.mod vendor* ./ 18:45:18 OK: 211 MiB in 51 packages 18:45:18 OK: 211 MiB in 51 packages 18:45:18 ---> 02c5620e06df 18:45:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:18 ---> Running in 77df258e1909 18:45:18 ---> eff9d82dc8fc 18:45:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:18 ---> Running in cad2c5557fd8 18:45:18 Removing intermediate container e1f358aa1af5 18:45:18 ---> a36f8a573d9b 18:45:18 Step 6/22 : COPY go.mod vendor* ./ 18:45:18 ---> 9e8c6e82fd9b 18:45:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:18 Removing intermediate container fc360b8fe751 18:45:18 ---> 94db99a8286b 18:45:18 Step 6/22 : COPY go.mod vendor* ./ 18:45:18 ---> Running in 37425486fc9d 18:45:19 ---> 9b7f050cac2e 18:45:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:45:19 ---> Running in 89b95c486850 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:19 provisioning config files... 18:45:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config12391104191497899912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:45:19 ---> docker-login.sh 18:45:19 nexus3.edgexfoundry.org:10001 18:45:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:20 Configure a credential helper to remove this warning. See 18:45:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:20 18:45:20 Login Succeeded 18:45:20 nexus3.edgexfoundry.org:10002 18:45:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:20 Configure a credential helper to remove this warning. See 18:45:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:20 18:45:20 Login Succeeded 18:45:20 nexus3.edgexfoundry.org:10003 18:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:21 Configure a credential helper to remove this warning. See 18:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:21 18:45:21 Login Succeeded 18:45:21 nexus3.edgexfoundry.org:10004 18:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:21 Configure a credential helper to remove this warning. See 18:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:21 18:45:21 Login Succeeded 18:45:21 docker.io 18:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:22 Configure a credential helper to remove this warning. See 18:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:22 18:45:22 Login Succeeded 18:45:22 ---> docker-login.sh ends [Pipeline] } 18:45:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:45:22 + git config --global --add safe.directory /w/workspace/edgex-go/428 [Pipeline] echo 18:45:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:45:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:45:22 ========================================================= 18:45:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:45:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:45:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:45:24 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:45:24 9b18e9b68314: Pulling fs layer 18:45:24 35d82f9e3411: Pulling fs layer 18:45:24 e16973657156: Pulling fs layer 18:45:24 fc693d55d65f: Pulling fs layer 18:45:24 7e9fc2657dce: Pulling fs layer 18:45:24 dda99020689f: Pulling fs layer 18:45:24 db1c61fa0a46: Pulling fs layer 18:45:24 891c053d2c06: Pulling fs layer 18:45:24 dda99020689f: Waiting 18:45:24 db1c61fa0a46: Waiting 18:45:24 7e9fc2657dce: Waiting 18:45:24 fc693d55d65f: Waiting 18:45:24 891c053d2c06: Waiting 18:45:24 e16973657156: Verifying Checksum 18:45:24 e16973657156: Download complete 18:45:24 35d82f9e3411: Download complete 18:45:24 7e9fc2657dce: Verifying Checksum 18:45:24 7e9fc2657dce: Download complete 18:45:24 dda99020689f: Download complete 18:45:24 9b18e9b68314: Download complete 18:45:25 9b18e9b68314: Pull complete 18:45:25 891c053d2c06: Verifying Checksum 18:45:25 891c053d2c06: Download complete 18:45:26 35d82f9e3411: Pull complete 18:45:26 e16973657156: Pull complete 18:45:27 db1c61fa0a46: Verifying Checksum 18:45:27 db1c61fa0a46: Download complete 18:45:28 fc693d55d65f: Verifying Checksum 18:45:28 fc693d55d65f: Download complete 18:45:43 fc693d55d65f: Pull complete 18:45:43 7e9fc2657dce: Pull complete 18:45:43 dda99020689f: Pull complete 18:45:50 db1c61fa0a46: Pull complete 18:45:52 891c053d2c06: Pull complete 18:45:52 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:45:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:45:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:45:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:45:52 WORKDIR /edgex 18:45:52 COPY go.mod . 18:45:52 RUN go mod download 18:45:52 + docker build -t ci-base-image-arm64 -f - . 18:45:53 Sending build context to Docker daemon 3.12MB 18:45:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:45:53 ---> f96f9c87975a 18:45:53 Step 2/4 : WORKDIR /edgex 18:45:55 ---> Running in a99d175855cc 18:45:56 Removing intermediate container a99d175855cc 18:45:56 ---> 42d0a244df69 18:45:56 Step 3/4 : COPY go.mod . 18:45:56 ---> 2e033e1a6603 18:45:56 Step 4/4 : RUN go mod download 18:45:56 ---> Running in 6838e57766da 18:46:35 Removing intermediate container 6838e57766da 18:46:35 ---> efbb5a96c115 18:46:35 Successfully built efbb5a96c115 18:46:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:35 + docker inspect -f . ci-base-image-arm64 18:46:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:46:36 prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container 18:46:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:46:37 $ docker top 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:38 + go version 18:46:38 go version go1.18.7 linux/arm64 [Pipeline] } 18:46:38 $ docker stop --time=1 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 18:46:40 $ docker rm -f --volumes 93fc0a924533d31e8bfe85d0d4368566413a7f9b6586f720b4aa8e2169237445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:46:40 18:46:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:46:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:46:41 latest: Pulling from edgex-devops/edgex-compose-arm64 18:46:41 29e5d40040c1: Pulling fs layer 18:46:41 1ce36da41761: Pulling fs layer 18:46:41 25b303627fd3: Pulling fs layer 18:46:41 29e5d40040c1: Verifying Checksum 18:46:41 29e5d40040c1: Download complete 18:46:41 1ce36da41761: Verifying Checksum 18:46:41 1ce36da41761: Download complete 18:46:41 29e5d40040c1: Pull complete 18:46:43 1ce36da41761: Pull complete 18:46:43 25b303627fd3: Verifying Checksum 18:46:43 25b303627fd3: Download complete 18:46:53 25b303627fd3: Pull complete 18:46:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:46:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:46:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:46:53 prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container 18:46:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:46:56 $ docker top c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:56 + docker-compose build --help 18:46:56 + grep parallel 18:47:03 --parallel Build images in parallel. [Pipeline] } 18:47:03 $ docker stop --time=1 c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 18:47:05 $ docker rm -f --volumes c62f850750c1b7698e0651aeb3f04fea18db8b2715cf11177da536737aad3863 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:47:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:47:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:47:06 prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container 18:47: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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:47:07 $ docker top d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:08 + docker-compose -f ./docker-compose-build.yml build --parallel 18:47:12 Removing intermediate container c7f6d640ee82 18:47:12 ---> 22666903b510 18:47:12 Step 7/32 : COPY . . 18:47:12 Removing intermediate container cad2c5557fd8 18:47:12 ---> 068fc76bd42b 18:47:12 Step 8/22 : COPY . . 18:47:12 Removing intermediate container 77df258e1909 18:47:12 ---> c8c33de9f948 18:47:12 Step 8/22 : COPY . . 18:47:12 Removing intermediate container 37425486fc9d 18:47:12 ---> 0f8982b93ff8 18:47:12 Step 8/22 : COPY . . 18:47:12 Removing intermediate container 89b95c486850 18:47:12 ---> d0a89fae33a2 18:47:12 Step 8/22 : COPY . . 18:47:13 Building core-command ... 18:47:13 Building core-common-config-bootstrapper ... 18:47:13 Building core-data ... 18:47:13 Building core-metadata ... 18:47:13 Building security-bootstrapper ... 18:47:13 Building security-proxy-auth ... 18:47:13 Building security-proxy-setup ... 18:47:13 Building security-secretstore-setup ... 18:47:13 Building security-spiffe-token-provider ... 18:47:13 Building security-spire-agent ... 18:47:13 Building security-spire-config ... 18:47:13 Building security-spire-server ... 18:47:13 Building support-notifications ... 18:47:13 Building support-scheduler ... 18:47:13 Building support-scheduler 18:47:13 Building core-command 18:47:13 Building security-proxy-auth 18:47:13 Building security-spire-agent 18:47:13 Building security-spiffe-token-provider 18:47:25 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:25 Step 2/19 : FROM ${BUILDER_BASE} AS builder 18:47:25 ---> efbb5a96c115 18:47:25 Step 3/19 : WORKDIR /edgex-go 18:47:25 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:47:25 ---> efbb5a96c115 18:47:25 Step 3/24 : WORKDIR /edgex-go 18:47:25 ---> Running in f279ec7d0404 18:47:25 ---> Running in c22486c79191 18:47:25 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:25 18:47:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:47:25 ---> efbb5a96c115 18:47:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:47:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:47:25 ---> efbb5a96c115 18:47:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:47:25 ---> Running in c50f3d8dd7cb 18:47:25 ---> Running in 87bc4e6be8d3 18:47:26 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:47:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:47:26 ---> efbb5a96c115 18:47:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:47:26 ---> Running in 7a1d09b6af20 18:47:26 Removing intermediate container f279ec7d0404 18:47:26 ---> d26d778c5970 18:47:26 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 18:47:26 Removing intermediate container c22486c79191 18:47:26 ---> f2dcc3145cde 18:47:26 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:47:26 ---> Running in 346fdcf9ae94 18:47:26 ---> Running in a60fef6dc424 18:47:26 Removing intermediate container 87bc4e6be8d3 18:47:26 ---> aad34e5510c4 18:47:26 Step 4/22 : WORKDIR /edgex-go 18:47:26 Removing intermediate container c50f3d8dd7cb 18:47:26 ---> 0d1990a4272c 18:47:26 Step 4/22 : WORKDIR /edgex-go 18:47:26 Removing intermediate container 7a1d09b6af20 18:47:26 ---> a88e537731ea 18:47:26 Step 4/23 : WORKDIR /edgex-go 18:47:26 ---> Running in 3a0de15bc357 18:47:26 ---> Running in d4264eca353e 18:47:26 ---> Running in e8b49f4dc9e4 18:47:27 Removing intermediate container d4264eca353e 18:47:27 ---> 91e3ead9db77 18:47:27 Step 5/22 : RUN apk add --update --no-cache make git 18:47:27 Removing intermediate container 3a0de15bc357 18:47:27 ---> 36215712dce3 18:47:27 Step 5/22 : RUN apk add --update --no-cache make git 18:47:27 Removing intermediate container e8b49f4dc9e4 18:47:27 ---> 2bbee1b973a1 18:47:27 Step 5/23 : RUN apk add --update --no-cache make git 18:47:27 ---> Running in e4c8b706ea09 18:47:27 ---> Running in 8c4aaf96b4cb 18:47:28 ---> Running in a3e1c0debac0 18:47:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:30 v3.16.4-26-g25c3e7e4225 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 18:47:30 v3.16.4-27-gbe5b087fcb3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 18:47:30 OK: 16903 distinct packages available 18:47:30 OK: 221 MiB in 51 packages 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:47:31 Removing intermediate container a60fef6dc424 18:47:31 ---> 6c8212ab71bb 18:47:31 Step 5/24 : COPY go.mod vendor* ./ 18:47:32 OK: 221 MiB in 51 packages 18:47:32 OK: 221 MiB in 51 packages 18:47:32 OK: 221 MiB in 51 packages 18:47:33 ---> 6d007d0426cc 18:47:33 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:33 OK: 221 MiB in 51 packages 18:47:33 ---> Running in fd1f004d7fe9 18:47:34 Removing intermediate container e4c8b706ea09 18:47:34 ---> 3c9ab94dd652 18:47:34 Step 6/22 : COPY go.mod vendor* ./ 18:47:34 Removing intermediate container 346fdcf9ae94 18:47:34 ---> ca80ba07066c 18:47:34 Step 5/19 : COPY go.mod vendor* ./ 18:47:34 Removing intermediate container 8c4aaf96b4cb 18:47:34 ---> 96920a4b8011 18:47:34 Step 6/23 : COPY go.mod vendor* ./ 18:47:34 Removing intermediate container a3e1c0debac0 18:47:34 ---> d3511b848391 18:47:34 Step 6/22 : COPY go.mod vendor* ./ 18:47:35 ---> 93389091d0ad 18:47:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:35 ---> Running in e9772de5848c 18:47:36 ---> 37a7706e6b77 18:47:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:36 ---> 51d0ce6ca1af 18:47:36 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:36 ---> Running in ef99706d537a 18:47:36 ---> 3206da21500c 18:47:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:47:36 ---> Running in ec9481489599 18:47:36 ---> Running in 71cd6d57a214 18:47:58 ---> e41c773a673d 18:47:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:47:58 ---> bf58978573b5 18:47:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:47:58 ---> 2324c3926511 18:47:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:47:58 ---> a4adf6776e3e 18:47:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:47:58 ---> 8d66a21f6565 18:47:58 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:48:00 ---> Running in 8a05ab829b8b 18:48:00 ---> Running in 6959999d1bed 18:48:00 ---> Running in c1d407eb40ea 18:48:00 ---> Running in 7c678bdcd857 18:48:00 ---> Running in 28d1d0805e66 18:48:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 18:48:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:48:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:48:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:48:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:48:49 Removing intermediate container 6959999d1bed 18:48:49 ---> 6e45deaca832 18:48:49 18:48:49 Step 10/22 : FROM alpine:3.16 18:48:49 Removing intermediate container c1d407eb40ea 18:48:49 ---> 4e89cae3bc37 18:48:49 18:48:49 Step 10/22 : FROM alpine:3.16 18:48:49 Removing intermediate container 28d1d0805e66 18:48:49 ---> 44e55061869c 18:48:49 18:48:49 Step 10/22 : FROM alpine:3.16 18:48:49 3.16: Pulling from library/alpine 18:48:49 3.16: Pulling from library/alpine 18:48:50 3.16: Pulling from library/alpine 18:48:53 Removing intermediate container 8a05ab829b8b 18:48:53 ---> 70afc7a6510d 18:48:53 18:48:53 Step 9/32 : FROM alpine:3.16 18:48:54 Removing intermediate container 7c678bdcd857 18:48:54 ---> 178c68821ded 18:48:54 18:48:54 Step 10/22 : FROM alpine:3.16 18:48:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:48:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:48:54 Status: Downloaded newer image for alpine:3.16 18:48:54 Status: Image is up to date for alpine:3.16 18:48:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:48:54 ---> dfd21b5a31f5 18:48:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium'Status: Image is up to date for alpine:3.16 18:48:54 18:48:54 ---> dfd21b5a31f5 18:48:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:48:54 ---> dfd21b5a31f5 18:48:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:48:54 3.16: Pulling from library/alpine 18:48:54 3.16: Pulling from library/alpine 18:48:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:48:54 Status: Image is up to date for alpine:3.16 18:48:54 ---> dfd21b5a31f5 18:48:54 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:48:54 ---> Running in 1944716df6a1 18:48:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:48:54 Status: Image is up to date for alpine:3.16 18:48:54 ---> Running in 61f685c07931 18:48:54 ---> Running in fe503ad1a170 18:48:54 ---> dfd21b5a31f5 18:48:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:48:54 ---> Running in 78be928fdc13 18:48:54 ---> Running in 74d35d18fbdd 18:48:54 Removing intermediate container 1944716df6a1 18:48:54 ---> 565faeb2307e 18:48:54 Step 12/22 : RUN apk add --update --no-cache dumb-init 18:48:54 Removing intermediate container 61f685c07931 18:48:54 ---> e2be27f82911 18:48:54 Step 12/22 : ENV APP_PORT=59880 18:48:54 Removing intermediate container fe503ad1a170 18:48:54 ---> 4da5ca2ab834 18:48:54 Step 12/22 : RUN apk add --update --no-cache dumb-init 18:48:54 ---> Running in 10dceee57a22 18:48:54 Removing intermediate container 78be928fdc13 18:48:54 ---> ac2c6b92f44d 18:48:54 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 18:48:54 ---> Running in 79cdbf7b372d 18:48:54 ---> Running in 5043619935e6 18:48:54 ---> Running in 5c321fbdc043 18:48:54 Removing intermediate container 79cdbf7b372d 18:48:54 ---> 827087334ac2 18:48:54 Step 13/22 : EXPOSE $APP_PORT 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:55 ---> Running in 2a400ed205fa 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:55 Removing intermediate container 2a400ed205fa 18:48:55 ---> 465f5555832d 18:48:55 Step 14/22 : RUN apk add --update --no-cache dumb-init 18:48:55 ---> Running in ef9fe3d5e99f 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:55 (1/1) Installing dumb-init (1.2.5-r1) 18:48:55 (1/1) Installing dumb-init (1.2.5-r1) 18:48:55 Executing busybox-1.35.0-r17.trigger 18:48:55 Executing busybox-1.35.0-r17.trigger 18:48:55 OK: 6 MiB in 15 packages 18:48:55 OK: 6 MiB in 15 packages 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:55 (1/1) Installing dumb-init (1.2.5-r1) 18:48:55 Executing busybox-1.35.0-r17.trigger 18:48:55 OK: 6 MiB in 15 packages 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:55 (1/2) Installing dumb-init (1.2.5-r1) 18:48:55 (2/2) Installing su-exec (0.2-r1) 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:48:55 Executing busybox-1.35.0-r17.trigger 18:48:55 OK: 6 MiB in 16 packages 18:48:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:48:56 Removing intermediate container 10dceee57a22 18:48:56 ---> 3d2db0d76412 18:48:56 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:56 (1/1) Installing dumb-init (1.2.5-r1) 18:48:56 Executing busybox-1.35.0-r17.trigger 18:48:56 OK: 6 MiB in 15 packages 18:48:56 Removing intermediate container 74d35d18fbdd 18:48:56 ---> 66d05aa7df3c 18:48:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:48:56 ---> Running in 963caccbc637 18:48:56 ---> 3c9684290a28 18:48:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:48:56 Removing intermediate container 5043619935e6 18:48:56 ---> c29c12efb7c3 18:48:56 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:56 Removing intermediate container 963caccbc637 18:48:56 ---> f4ec56d98110 18:48:56 Step 13/22 : ENV APP_PORT=59861 18:48:56 Removing intermediate container 5c321fbdc043 18:48:56 ---> ed9edee12d45 18:48:56 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 18:48:56 ---> d6976042e702 18:48:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 18:48:56 ---> Running in f0c25073f0db 18:48:56 ---> Running in ad6338faf6ed 18:48:56 Removing intermediate container ef9fe3d5e99f 18:48:56 ---> 9f3f0668d331 18:48:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:57 Removing intermediate container f0c25073f0db 18:48:57 ---> 59c672cd87e1 18:48:57 Step 14/22 : EXPOSE $APP_PORT 18:48:57 ---> 27798955d43d 18:48:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:48:57 Removing intermediate container ad6338faf6ed 18:48:57 ---> f119b140c331 18:48:57 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 18:48:57 ---> 632988669e6a 18:48:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:48:57 ---> Running in 1d43cb3e9c7f 18:48:57 ---> Running in a892b92ca218 18:48:57 ---> 09aabe960f92 18:48:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:48:57 ---> f004f432539c 18:48:57 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:48:57 ---> Running in 8f0e6cae2cae 18:48:57 Removing intermediate container 1d43cb3e9c7f 18:48:57 ---> 8219d19c5e45 18:48:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:57 Removing intermediate container a892b92ca218 18:48:57 ---> c2a6e5cbee7b 18:48:57 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 18:48:57 ---> Running in d13c14e689c3 18:48:58 Removing intermediate container d13c14e689c3 18:48:58 ---> 07a7cecd29eb 18:48:58 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 18:48:58 ---> a926950fed10 18:48:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:48:58 ---> Running in c8a38a95a7f0 18:48:58 ---> f0c8b9b310e2 18:48:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:48:58 ---> 9af69ec76943 18:48:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:48:58 Removing intermediate container c8a38a95a7f0 18:48:58 ---> 48ed2b8e9b2e 18:48:58 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 18:48:58 ---> Running in 169a2f5a05ae 18:48:58 ---> 6926652ee3b3 18:48:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:48:58 Removing intermediate container 8f0e6cae2cae 18:48:58 ---> 9216f9117192 18:48:58 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 18:48:58 ---> 51c39a63e74b 18:48:58 Step 18/22 : ENTRYPOINT ["/core-data"] 18:48:59 ---> Running in 85913b79d551 18:48:59 ---> Running in cb1c68256436 18:48:59 ---> 0f38bd9b5ceb 18:48:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:48:59 ---> 407000648868 18:48:59 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:48:59 ---> Running in f63315671982 18:48:59 Removing intermediate container 85913b79d551 18:48:59 ---> 6c40e86370ac 18:48:59 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:48:59 Removing intermediate container cb1c68256436 18:48:59 ---> 353bf7e9acb1 18:48:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:48:59 ---> 52e07900b870 18:48:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:48:59 ---> Running in 08c9bff66515 18:48:59 ---> Running in b6d45adecdb3 18:48:59 ---> Running in 11443cf33a0d 18:48:59 Removing intermediate container 08c9bff66515 18:48:59 ---> 245563eadf2a 18:48:59 Step 20/22 : LABEL arch=x86_64 18:48:59 ---> Running in e90f7f43cb3a 18:48:59 Removing intermediate container b6d45adecdb3 18:48:59 ---> ada8b4d7653b 18:48:59 Step 20/22 : LABEL arch=x86_64 18:48:59 Removing intermediate container 11443cf33a0d 18:48:59 ---> fef97215f150 18:48:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:48:59 Removing intermediate container 169a2f5a05ae 18:48:59 ---> 8debd2045ef5 18:48:59 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 18:48:59 ---> Running in 4108a67003ea 18:48:59 ---> Running in 475a9f68a75c 18:48:59 ---> Running in 23be419b0e3c 18:48:59 Removing intermediate container e90f7f43cb3a 18:48:59 ---> ea0faf5abfa0 18:48:59 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:48:59 Removing intermediate container 4108a67003ea 18:48:59 ---> f606c5269794 18:48:59 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:48:59 Removing intermediate container 475a9f68a75c 18:48:59 ---> 89cd6f817122 18:48:59 Step 20/22 : LABEL arch=x86_64 18:48:59 ---> Running in 41959d3cdbf6 18:48:59 ---> Running in 4eb776679c7e 18:48:59 ---> Running in c2b061bd8c8f 18:48:59 Removing intermediate container 23be419b0e3c 18:48:59 ---> e973fdf5e757 18:48:59 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 18:48:59 Removing intermediate container 41959d3cdbf6 18:48:59 ---> 39ff8e4b9e87 18:48:59 Step 22/22 : LABEL version=3.0.0-dev.67 18:48:59 ---> Running in b116b8c5e110 18:48:59 Removing intermediate container 4eb776679c7e 18:48:59 ---> 8879335ebe59 18:48:59 Step 22/22 : LABEL version=3.0.0-dev.67 18:49:00 Removing intermediate container c2b061bd8c8f 18:49:00 ---> 00b08897b8bb 18:49:00 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:49:00 ---> Running in 66c1f2efca3e 18:49:00 ---> Running in d2aa1ee10e42 18:49:00 ---> ab47f1252128 18:49:00 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 18:49:00 Removing intermediate container f63315671982 18:49:00 ---> 90ff68303711 18:49:00 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 18:49:00 Removing intermediate container b116b8c5e110 18:49:00 ---> 0675521fc1e0 18:49:00 18:49:00 ---> Running in a9fd717e7b26 18:49:00 ---> Running in 7bf067158cf9 18:49:00 Successfully built 0675521fc1e0 18:49:00 Removing intermediate container 66c1f2efca3e 18:49:00 ---> 27b34f12309e 18:49:00 18:49:00 Successfully tagged security-proxy-auth:latest 18:49:00  Building security-proxy-auth ... done Building security-secretstore-setup 18:49:00 Removing intermediate container d2aa1ee10e42 18:49:00 ---> 90d9ed18847d 18:49:00 Step 22/22 : LABEL version=3.0.0-dev.67 18:49:00 ---> Running in cba8dd49bd3a 18:49:00 Successfully built 27b34f12309e 18:49:00 Successfully tagged core-data:latest 18:49:00 Building security-proxy-setup 18:49:00  Building core-data ... done Removing intermediate container 7bf067158cf9 18:49:00 ---> ed0d4cfbd575 18:49:00 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 18:49:05 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:49:05 ---> b331f3564dfb 18:49:05 Step 3/24 : WORKDIR /edgex-go 18:49:05 ---> Using cache 18:49:05 ---> 35a50a307d15 18:49:05 Step 4/24 : RUN apk add --update --no-cache make git 18:49:05 ---> Using cache 18:49:05 ---> 5eb7cfa41337 18:49:05 Step 5/24 : COPY go.mod vendor* ./ 18:49:05 ---> Using cache 18:49:05 ---> 5031ebb43bb7 18:49:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:05 ---> Using cache 18:49:05 ---> 22666903b510 18:49:05 Step 7/24 : COPY . . 18:49:05 ---> Using cache 18:49:05 ---> 8d66a21f6565 18:49:05 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:49:05 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:49:05 ---> b331f3564dfb 18:49:05 Step 3/21 : WORKDIR /edgex-go 18:49:05 ---> Using cache 18:49:05 ---> 35a50a307d15 18:49:05 Step 4/21 : RUN apk add --update --no-cache make git 18:49:05 ---> Using cache 18:49:05 ---> 5eb7cfa41337 18:49:05 Step 5/21 : COPY go.mod vendor* ./ 18:49:05 ---> Using cache 18:49:05 ---> 5031ebb43bb7 18:49:05 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:05 ---> Using cache 18:49:05 ---> 22666903b510 18:49:05 Step 7/21 : COPY . . 18:49:05 ---> Using cache 18:49:05 ---> 8d66a21f6565 18:49:05 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:49:12 ---> Running in 0c93e502b84d 18:49:12 Removing intermediate container cba8dd49bd3a 18:49:12 ---> e60110ad8d01 18:49:12 18:49:12 ---> Running in 3d196f20330c 18:49:12 ---> Running in e4d980df98ab 18:49:12 Successfully built e60110ad8d01 18:49:12 Successfully tagged support-scheduler:latest 18:49:12  Building support-scheduler ... done Building core-metadata 18:49:12 Removing intermediate container 0c93e502b84d 18:49:12 ---> a37a31a73ec4 18:49:12 Step 20/22 : LABEL arch=x86_64 18:49:12 ---> Running in abe76e15c2b4 18:49:12 Removing intermediate container a9fd717e7b26 18:49:12 ---> 942ac939329a 18:49:12 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:15 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:49:15 ---> b331f3564dfb 18:49:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:49:15 ---> Using cache 18:49:15 ---> ee1922737b0b 18:49:15 Step 4/24 : WORKDIR /edgex-go 18:49:15 ---> Using cache 18:49:15 ---> f406ee703daf 18:49:15 Step 5/24 : RUN apk add --update --no-cache make git 18:49:15 ---> Using cache 18:49:15 ---> a36f8a573d9b 18:49:15 Step 6/24 : COPY go.mod vendor* ./ 18:49:15 ---> Using cache 18:49:15 ---> 9e8c6e82fd9b 18:49:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:15 ---> Using cache 18:49:15 ---> 0f8982b93ff8 18:49:15 Step 8/24 : COPY . . 18:49:15 ---> Using cache 18:49:15 ---> a4adf6776e3e 18:49:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:49:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:49:18 Removing intermediate container abe76e15c2b4 18:49:18 ---> 74090ecac45d 18:49:18 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:49:18 ---> Running in d0d7aa0a169b 18:49:18 ---> 41be8f1a7832 18:49:18 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:49:18 ---> Running in 124feb88c79f 18:49:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:49:18 Removing intermediate container 124feb88c79f 18:49:18 ---> 6404f6352e42 18:49:18 Step 22/22 : LABEL version=3.0.0-dev.67 18:49:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:49:18 ---> d35cac5d441c 18:49:18 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:49:18 ---> Running in afdfbf8bfc43 18:49:19 ---> a54abeea5a92 18:49:19 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:49:19 Removing intermediate container afdfbf8bfc43 18:49:19 ---> 8857addb7898 18:49:19 18:49:19 Successfully built 8857addb7898 18:49:19 Successfully tagged core-common-config-bootstrapper:latest 18:49:19 Building security-spiffe-token-provider 18:49:19  Building core-common-config-bootstrapper ... done  ---> 0b2a180fbb5e 18:49:19 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 18:49:23 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:23 Step 2/19 : FROM ${BUILDER_BASE} AS builder 18:49:23 ---> b331f3564dfb 18:49:23 Step 3/19 : WORKDIR /edgex-go 18:49:23 ---> Using cache 18:49:23 ---> 35a50a307d15 18:49:23 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 18:49:26 ---> 38b741bdb9dd 18:49:26 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 18:49:26 ---> Running in 574a3bea69a0 18:49:27 ---> 95ff3d34b087 18:49:27 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:27 v3.16.4-26-g25c3e7e4225 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 18:49:27 v3.16.4-27-gbe5b087fcb3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 18:49:27 OK: 17046 distinct packages available 18:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:27 ---> 269f73e48719 18:49:27 Step 27/32 : RUN chmod +x /entrypoint.sh 18:49:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:28 ---> Running in cd36eb4d8ab2 18:49:28 OK: 211 MiB in 51 packages 18:49:29 Removing intermediate container 574a3bea69a0 18:49:29 ---> a801d8e25cc8 18:49:29 Step 5/19 : COPY go.mod vendor* ./ 18:49:30 ---> 082d69dfe817 18:49:30 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:49:30 ---> Running in 73d19ba8ee89 18:49:30 Removing intermediate container cd36eb4d8ab2 18:49:30 ---> 204127d90b74 18:49:30 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:49:31 ---> Running in 96210bda392d 18:49:31 Removing intermediate container 96210bda392d 18:49:31 ---> 4ac85e58d372 18:49:31 Step 29/32 : CMD ["gate"] 18:49:31 ---> Running in 74a09cad4c45 18:49:33 Removing intermediate container 74a09cad4c45 18:49:33 ---> e24dcb106811 18:49:33 Step 30/32 : LABEL arch=x86_64 18:49:33 ---> Running in 02bccf30874a 18:49:34 Removing intermediate container 02bccf30874a 18:49:34 ---> 3d7bfc2e2ef2 18:49:34 Step 31/32 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:49:34 ---> Running in 5cdd351a5d0c 18:49:35 Removing intermediate container 5cdd351a5d0c 18:49:35 ---> 6eb1d84203c2 18:49:35 Step 32/32 : LABEL version=3.0.0-dev.67 18:49:35 ---> Running in 5975252c769c 18:49:35 Removing intermediate container 5975252c769c 18:49:35 ---> 6788a1e1d35e 18:49:35 18:49:35 Successfully built 6788a1e1d35e 18:49:35 Successfully tagged security-bootstrapper:latest 18:49:35 Building support-notifications 18:49:39  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:49:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:49:39 ---> b331f3564dfb 18:49:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:49:39 ---> Using cache 18:49:39 ---> ee1922737b0b 18:49:39 Step 4/22 : WORKDIR /edgex-go 18:49:39 ---> Using cache 18:49:39 ---> f406ee703daf 18:49:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:49:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:49:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:49:44 ---> Running in 67abe5b92e71 18:49:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:46 OK: 211 MiB in 51 packages 18:49:58 Removing intermediate container e4d980df98ab 18:49:58 ---> d2b87840905a 18:49:58 18:49:58 Step 9/21 : FROM alpine:3.16 18:49:58 ---> dfd21b5a31f5 18:49:58 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 18:49:58 Removing intermediate container 3d196f20330c 18:49:58 ---> a9fbd4fba7d7 18:49:58 18:49:58 Step 9/24 : FROM alpine:3.16 18:49:58 ---> dfd21b5a31f5 18:49:58 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:49:58 Removing intermediate container d0d7aa0a169b 18:49:58 ---> b52f449b8152 18:49:58 18:49:58 Step 10/24 : FROM alpine:3.16 18:49:58 ---> dfd21b5a31f5 18:49:58 Step 11/24 : RUN apk add --update --no-cache dumb-init 18:49:58 ---> Using cache 18:49:58 ---> 66d05aa7df3c 18:49:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:58 ---> Using cache 18:49:58 ---> f4ec56d98110 18:49:58 Step 13/24 : ENV APP_PORT=59881 18:49:58 ---> Running in 17eb93c8cd64 18:49:58 ---> Running in 45ade9170c8c 18:49:58 Removing intermediate container 67abe5b92e71 18:49:58 ---> ab3917b6ec2f 18:49:58 Step 6/22 : COPY go.mod vendor* ./ 18:49:58 ---> Running in 278e57419960 18:49:58 Removing intermediate container 45ade9170c8c 18:49:58 ---> 39c0281a0a1a 18:49:58 Step 14/24 : EXPOSE $APP_PORT 18:49:58 Removing intermediate container ef99706d537a 18:49:58 ---> a4e0b5ff0b16 18:49:58 Step 8/23 : COPY . . 18:49:58 Removing intermediate container 71cd6d57a214 18:49:58 ---> c9e634f09d1d 18:49:58 Step 8/22 : COPY . . 18:49:58 Removing intermediate container ec9481489599 18:49:58 ---> 4f2bfbad8acf 18:49:58 Step 7/19 : COPY . . 18:49:58 Removing intermediate container e9772de5848c 18:49:58 ---> 8df65c009317 18:49:58 Step 8/22 : COPY . . 18:49:58 Removing intermediate container fd1f004d7fe9 18:49:58 ---> f330e89a7e1b 18:49:58 Step 7/24 : COPY . . 18:49:58 ---> e08bce3c2589 18:49:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> dd71b350d040 18:49:58 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:49:58 18:49:58 ---> 7391ec4c29ea 18:49:58 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:49:58 ---> e3e21a5f3a8d 18:49:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:49:58 ---> b2558ccebb60 18:49:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 18:49:58 ---> Running in ef71daf5829a 18:49:58 ---> Running in ed5b4ac52d26 18:49:58 ---> Running in 1c1f26c39fb1 18:49:58 ---> Running in 80fe9b336598 18:49:58 ---> Running in cb0cb0fd8c8f 18:49:58 Removing intermediate container cb0cb0fd8c8f 18:49:58 ---> f1ef3447dd77 18:49:58 Step 9/24 : WORKDIR /edgex-go/spire-build 18:49:58 ---> Running in ac61eda16b7e 18:49:58 Removing intermediate container ac61eda16b7e 18:49:58 ---> 966b2ba9723f 18:49:58 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:49:58 ---> Running in 6ce617bca8fb 18:49:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:49:58 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:49:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 18:49:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:49:58 Removing intermediate container 6ce617bca8fb 18:49:58 ---> 0d98beae17bd 18:49:58 Step 11/24 : WORKDIR /edgex-go 18:49:58 ---> Running in db3840a08887 18:49:58 Removing intermediate container db3840a08887 18:49:58 ---> ab692debc544 18:49:58 18:49:58 Step 12/24 : FROM alpine:3.15 18:49:58 3.15: Pulling from library/alpine 18:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:49:59 (1/6) Installing ca-certificates (20220614-r0) 18:49:59 (2/6) Installing brotli-libs (1.0.9-r6) 18:49:59 (3/6) Installing nghttp2-libs (1.47.0-r0) 18:49:59 (4/6) Installing libcurl (7.83.1-r6) 18:49:59 (5/6) Installing curl (7.83.1-r6) 18:49:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:49:59 (6/6) Installing dumb-init (1.2.5-r1) 18:49:59 Executing busybox-1.35.0-r17.trigger 18:49:59 Executing ca-certificates-20220614-r0.trigger 18:49:59 OK: 8 MiB in 20 packages 18:49:59 (1/3) Installing ca-certificates (20220614-r0) 18:49:59 (2/3) Installing dumb-init (1.2.5-r1) 18:49:59 (3/3) Installing su-exec (0.2-r1) 18:49:59 Executing busybox-1.35.0-r17.trigger 18:49:59 Executing ca-certificates-20220614-r0.trigger 18:49:59 OK: 6 MiB in 17 packages 18:50:01 ---> 244809bd5195 18:50:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:01 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 18:50:01 Status: Downloaded newer image for alpine:3.15 18:50:01 ---> 354640af7b1b 18:50:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:50:01 ---> Running in 7690c97f73cf 18:50:02 ---> Running in 106bfafb5c2d 18:50:02 ---> Running in 621c0ba67967 18:50:02 Removing intermediate container 106bfafb5c2d 18:50:02 ---> 1320b37d8022 18:50:02 Step 15/24 : WORKDIR / 18:50:02 ---> Running in 28f4ae61fbde 18:50:02 Removing intermediate container 278e57419960 18:50:02 ---> 5665e321db8b 18:50:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:50:02 Removing intermediate container 17eb93c8cd64 18:50:02 ---> f192603985cc 18:50:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:50:02 ---> Running in 2b351fb86be7 18:50:02 ---> Running in f78cf1fbea07 18:50:02 Removing intermediate container 28f4ae61fbde 18:50:02 ---> 74c2fc644a09 18:50:02 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:02 Removing intermediate container 2b351fb86be7 18:50:02 ---> a9efb60566a1 18:50:02 Step 12/24 : WORKDIR / 18:50:03 Removing intermediate container f78cf1fbea07 18:50:03 ---> 620255d2bd56 18:50:03 Step 12/21 : WORKDIR /edgex 18:50:03 ---> Running in 5d7edff7b621 18:50:03 ---> Running in d6bc37486ec4 18:50:03 ---> 0e54570c9f3b 18:50:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:50:03 Removing intermediate container d6bc37486ec4 18:50:03 ---> 7bc8a0370f14 18:50:03 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:50:03 Removing intermediate container 5d7edff7b621 18:50:03 ---> b104a4dbc4a6 18:50:03 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:50:03 Removing intermediate container 73d19ba8ee89 18:50:03 ---> 982bd1331579 18:50:03 Step 7/19 : COPY . . 18:50:03 ---> ae935a0010e4 18:50:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:50:03 ---> 5ca460a22c86 18:50:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:50:03 ---> a37a99d45e62 18:50:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:50:05 Removing intermediate container 7690c97f73cf 18:50:05 ---> 72c81b854d0c 18:50:05 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:50:05 ---> Running in c8383af46f87 18:50:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:50:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:50:09 ---> 6baf00cec1f4 18:50:09 ---> fa871f98215b 18:50:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 18:50:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:50:09 ---> 802158da2356 18:50:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:50:09 ---> f481ef64332b 18:50:09 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:50:09 ---> 06ca74a12711 18:50:09 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:50:09 ---> Running in f56396d90bc6 18:50:09 ---> Running in a8ea06a11d2d 18:50:09 ---> 81c22b2c18b3 18:50:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:50:09 ---> 633411e24f86 18:50:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:50:09 Removing intermediate container f56396d90bc6 18:50:09 ---> 70f893414521 18:50:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:50:09 ---> Running in 76d0d41f5c7a 18:50:09 ---> 6148db054bfa 18:50:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:50:09 ---> ccdcb4552a8d 18:50:09 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:50:09 ---> Running in a4cca770644a 18:50:09 Removing intermediate container 76d0d41f5c7a 18:50:09 ---> 000479793b42 18:50:09 Step 22/24 : LABEL arch=x86_64 18:50:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 18:50:09 ---> Running in 76d9c1c9e8dc 18:50:10 Removing intermediate container 76d9c1c9e8dc 18:50:10 ---> b1f9f55d29f9 18:50:10 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:50:10 ---> 8df4a0ff2006 18:50:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:50:10 ---> Running in a594c282b92f 18:50:10 Removing intermediate container a594c282b92f 18:50:10 ---> 4d9b5ba5e749 18:50:10 Step 24/24 : LABEL version=3.0.0-dev.67 18:50:10 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:50:10 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:50:10 OK: 15734 distinct packages available 18:50:10 ---> Running in 7244276f7e1b 18:50:10 Removing intermediate container a4cca770644a 18:50:10 ---> 5a45fc521f42 18:50:10 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 18:50:10 ---> 38154861f034 18:50:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:50:10 ---> Running in cd3fb0597ca6 18:50:10 Removing intermediate container 7244276f7e1b 18:50:10 ---> 93b0aaf1683a 18:50:10 18:50:10 Removing intermediate container cd3fb0597ca6 18:50:10 ---> 2ab0bb23ca4d 18:50:10 Step 19/21 : LABEL arch=x86_64 18:50:10 ---> Running in 40a54196235a 18:50:10 Successfully built 93b0aaf1683a 18:50:10 Successfully tagged core-metadata:latest 18:50:10  Building core-metadata ... done Building security-spire-agent 18:50:10 ---> 515c76bc8542 18:50:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:50:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:50:11 ---> Running in 79d94192623d 18:50:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:50:12 Removing intermediate container 40a54196235a 18:50:12 ---> c2570fc84104 18:50:12 Step 20/21 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:50:14 (1/5) Installing dumb-init (1.2.5-r1) 18:50:14 (2/5) Installing musl-obstack (1.2.3-r0) 18:50:14 (3/5) Installing libucontext (1.1-r0) 18:50:14 (4/5) Installing gcompat (1.0.0-r4) 18:50:14 (5/5) Installing openssl (1.1.1t-r1) 18:50:14 Executing busybox-1.34.1-r7.trigger 18:50:14 OK: 6 MiB in 19 packages 18:50:14 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:14 ---> b331f3564dfb 18:50:14 Step 3/24 : WORKDIR /edgex-go 18:50:14 ---> Using cache 18:50:14 ---> 35a50a307d15 18:50:14 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:50:16 Removing intermediate container c8383af46f87 18:50:16 ---> 98e6cfbb5642 18:50:16 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:50:20 ---> Running in 5a9ef4c6c857 18:50:20 ---> Running in 4db7c9807b8c 18:50:20 Removing intermediate container 4db7c9807b8c 18:50:20 ---> f1172914bf73 18:50:20 Step 21/21 : LABEL version=3.0.0-dev.67 18:50:20 ---> Running in 6732d5ac5764 18:50:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:50:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:50:20 Removing intermediate container 6732d5ac5764 18:50:20 ---> 9859a27d3ebf 18:50:20 18:50:20 Successfully built 9859a27d3ebf 18:50:20 Successfully tagged security-proxy-setup:latest 18:50:20  Building security-proxy-setup ... done Building security-spire-server 18:50:20 Removing intermediate container 79d94192623d 18:50:20 ---> 93d7f6eb3529 18:50:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:50:20 OK: 211 MiB in 51 packages 18:50:20 ---> Running in a52f544b5b47 18:50:24 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:24 ---> b331f3564dfb 18:50:24 Step 3/23 : WORKDIR /edgex-go 18:50:24 ---> Using cache 18:50:24 ---> 35a50a307d15 18:50:24 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 18:50:24 ---> 96384804cbe2 18:50:24 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:50:26 Removing intermediate container a52f544b5b47 18:50:26 ---> 950b259de2fd 18:50:26 Step 22/24 : LABEL arch=x86_64 18:50:26 ---> Running in 38eefd705ddc 18:50:26 ---> Running in c80b554e5bc0 18:50:27 Removing intermediate container 5a9ef4c6c857 18:50:27 ---> 6f5a8d0baa0f 18:50:27 Step 5/24 : COPY go.mod vendor* ./ 18:50:27 Removing intermediate container c80b554e5bc0 18:50:27 ---> 1f8a80aca9ca 18:50:27 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:50:27 OK: 211 MiB in 51 packages 18:50:28 ---> Running in a268e522b2ca 18:50:28 ---> 2a63584faff6 18:50:28 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:29 ---> Running in 8d86bf302ea7 18:50:29 Removing intermediate container a268e522b2ca 18:50:29 ---> a17f313731a8 18:50:29 Step 24/24 : LABEL version=3.0.0-dev.67 18:50:30 ---> Running in 391ec46c3a1b 18:50:31 ---> a532b61ad7ca 18:50:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:50:31 ---> 0b04a3199018 18:50:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:50:31 Removing intermediate container 38eefd705ddc 18:50:31 ---> 57aaefb9a52c 18:50:31 Step 5/23 : COPY go.mod vendor* ./ 18:50:32 ---> 9ce458cbda76 18:50:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:50:32 ---> ae6d83ef4c7d 18:50:32 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:50:32 ---> Running in 48183c772c35 18:50:33 Removing intermediate container 391ec46c3a1b 18:50:33 ---> 311b64162dc4 18:50:33 18:50:33 Successfully built 311b64162dc4 18:50:33 Removing intermediate container 48183c772c35 18:50:33 ---> 99b4858cd482 18:50:33 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:50:33 ---> Running in 87a4fb9ebcef 18:50:33 Successfully tagged security-secretstore-setup:latest 18:50:33  Building security-secretstore-setup ... done Building core-command 18:50:33 ---> 82f2dc896112 18:50:33 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:34 Removing intermediate container 87a4fb9ebcef 18:50:34 ---> 8edbca2f7450 18:50:34 Step 22/24 : LABEL arch=arm64 18:50:34 ---> Running in a4b7499ec011 18:50:34 Removing intermediate container a4b7499ec011 18:50:34 ---> c447f5d19477 18:50:34 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:50:34 ---> Running in a45cba5ff64d 18:50:35 Removing intermediate container a45cba5ff64d 18:50:35 ---> e67cf6c21a9f 18:50:35 Step 24/24 : LABEL version=3.0.0-dev.67 18:50:35 ---> Running in b2d40661838e 18:50:35 Removing intermediate container b2d40661838e 18:50:35 ---> 35c6f136db3b 18:50:35 18:50:36 Successfully built 35c6f136db3b 18:50:36 Successfully tagged security-spire-agent-arm64:latest 18:50:36  Building security-spire-agent ... done Building security-spire-config 18:50:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:38 ---> b331f3564dfb 18:50:38 Step 3/23 : ARG ADD_BUILD_TAGS="" 18:50:38 ---> Using cache 18:50:38 ---> ee1922737b0b 18:50:38 Step 4/23 : WORKDIR /edgex-go 18:50:38 ---> Using cache 18:50:38 ---> f406ee703daf 18:50:38 Step 5/23 : RUN apk add --update --no-cache make git 18:50:38 ---> Using cache 18:50:38 ---> a36f8a573d9b 18:50:38 Step 6/23 : COPY go.mod vendor* ./ 18:50:38 ---> Using cache 18:50:38 ---> 9e8c6e82fd9b 18:50:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:38 ---> Using cache 18:50:38 ---> 0f8982b93ff8 18:50:38 Step 8/23 : COPY . . 18:50:38 ---> Using cache 18:50:38 ---> a4adf6776e3e 18:50:38 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 18:50:40 ---> Running in 5e5af6218d6b 18:50:40 ---> Running in dec1073eba5a 18:50:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:50:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:50:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:40 ---> efbb5a96c115 18:50:40 Step 3/24 : WORKDIR /edgex-go 18:50:40 ---> Using cache 18:50:40 ---> f2dcc3145cde 18:50:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:50:40 ---> Using cache 18:50:40 ---> 6c8212ab71bb 18:50:40 Step 5/24 : COPY go.mod vendor* ./ 18:50:40 ---> Using cache 18:50:40 ---> 6d007d0426cc 18:50:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:50:40 ---> Using cache 18:50:40 ---> f330e89a7e1b 18:50:40 Step 7/24 : COPY . . 18:50:40 ---> Using cache 18:50:40 ---> e3e21a5f3a8d 18:50:40 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:50:40 ---> Using cache 18:50:40 ---> f1ef3447dd77 18:50:40 Step 9/24 : WORKDIR /edgex-go/spire-build 18:50:40 ---> Using cache 18:50:40 ---> 966b2ba9723f 18:50:40 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:50:40 ---> Using cache 18:50:40 ---> 0d98beae17bd 18:50:40 Step 11/24 : WORKDIR /edgex-go 18:50:40 ---> Using cache 18:50:40 ---> ab692debc544 18:50:40 18:50:40 Step 12/24 : FROM alpine:3.15 18:50:40 ---> 354640af7b1b 18:50:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:50:40 ---> Using cache 18:50:40 ---> 72c81b854d0c 18:50:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:50:40 ---> Running in faa64ba3c90d 18:50:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:50:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:50:44 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:50:44 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:50:44 OK: 15734 distinct packages available 18:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:50:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:50:46 (1/4) Installing dumb-init (1.2.5-r1) 18:50:46 (2/4) Installing musl-obstack (1.2.3-r0) 18:50:46 (3/4) Installing libucontext (1.1-r0) 18:50:46 (4/4) Installing gcompat (1.0.0-r4) 18:50:46 Executing busybox-1.34.1-r7.trigger 18:50:46 OK: 6 MiB in 18 packages 18:50:48 Removing intermediate container a8ea06a11d2d 18:50:48 ---> dc6fa364692f 18:50:48 18:50:48 Step 9/19 : FROM alpine:3.15 18:50:48 Removing intermediate container faa64ba3c90d 18:50:48 ---> cd3e4b3f3c65 18:50:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:50:49 3.15: Pulling from library/alpine 18:50:49 Removing intermediate container 621c0ba67967 18:50:49 ---> d46f20f01177 18:50:49 Step 8/22 : COPY . . 18:50:49 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 18:50:49 Status: Downloaded newer image for alpine:3.15 18:50:49 ---> 5ce65d7b0fde 18:50:49 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:50:53 ---> 7a35ae87b8ed 18:50:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:50:54 ---> d4f703916bbf 18:50:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:50:54 ---> Running in 9cfe290cffd9 18:50:55 Removing intermediate container 9cfe290cffd9 18:50:55 ---> dcfd23028642 18:50:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:50:56 ---> eea0cbe9b998 18:50:56 Step 19/24 : WORKDIR / 18:50:56 ---> Running in 4722c170d92a 18:50:57 Removing intermediate container 4722c170d92a 18:50:57 ---> 074cd998fe04 18:50:57 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:50:57 ---> Running in 9d6f617de250 18:50:57 Removing intermediate container 9d6f617de250 18:50:57 ---> f533aeaa34d8 18:50:57 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:50:57 ---> Running in 98f6ed002161 18:50:57 ---> Running in 18b3abb19bec 18:50:57 ---> c6880b7147e8 18:50:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:50:57 ---> Running in 9fc090bf6f6e 18:50:57 Removing intermediate container 18b3abb19bec 18:50:57 ---> 7bc7a6ba6651 18:50:57 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:50:57 ---> Running in 94ee1fcf771e 18:50:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:50:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:50:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:50:57 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:50:57 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:50:57 OK: 15857 distinct packages available 18:50:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:50:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:50:58 (1/9) Installing ca-certificates (20220614-r0) 18:50:58 (2/9) Installing brotli-libs (1.0.9-r5) 18:50:58 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:50:58 (4/9) Installing libcurl (7.80.0-r6) 18:50:58 (5/9) Installing curl (7.80.0-r6) 18:50:58 (6/9) Installing dumb-init (1.2.5-r1) 18:50:58 (7/9) Installing musl-obstack (1.2.3-r0) 18:50:58 (8/9) Installing libucontext (1.1-r0) 18:50:58 (9/9) Installing gcompat (1.0.0-r4) 18:50:58 Executing busybox-1.34.1-r7.trigger 18:50:58 Executing ca-certificates-20220614-r0.trigger 18:50:58 OK: 8 MiB in 23 packages 18:50:58 Removing intermediate container 98f6ed002161 18:50:58 ---> 3293b324ce27 18:50:58 Step 22/24 : LABEL arch=arm64 18:50:58 ---> Running in 78482b7c47cd 18:50:59 Removing intermediate container 78482b7c47cd 18:50:59 ---> 6104cbdc9fa6 18:50:59 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:50:59 ---> Running in 824ae9d04bbd 18:50:59 Removing intermediate container 824ae9d04bbd 18:50:59 ---> 84d8af329af3 18:50:59 Step 24/24 : LABEL version=3.0.0-dev.67 18:51:00 ---> Running in c42e9e9c3138 18:51:00 Removing intermediate container c42e9e9c3138 18:51:00 ---> 78d5b30d91e4 18:51:00 18:51:00 Successfully built 78d5b30d91e4 18:51:00 Successfully tagged security-spire-config-arm64:latest 18:51:00  Building security-spire-config ... done Building security-spire-server 18:51:04 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:51:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:51:04 ---> efbb5a96c115 18:51:04 Step 3/23 : WORKDIR /edgex-go 18:51:04 ---> Using cache 18:51:04 ---> f2dcc3145cde 18:51:04 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 18:51:04 ---> Using cache 18:51:04 ---> 6c8212ab71bb 18:51:04 Step 5/23 : COPY go.mod vendor* ./ 18:51:04 ---> Using cache 18:51:04 ---> 6d007d0426cc 18:51:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:04 ---> Using cache 18:51:04 ---> f330e89a7e1b 18:51:04 Step 7/23 : COPY . . 18:51:04 ---> Using cache 18:51:04 ---> e3e21a5f3a8d 18:51:04 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 18:51:04 ---> Using cache 18:51:04 ---> f1ef3447dd77 18:51:04 Step 9/23 : WORKDIR /edgex-go/spire-build 18:51:04 ---> Using cache 18:51:04 ---> 966b2ba9723f 18:51:04 Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:51:05 ---> Running in 5705472ca6c9 18:51:06 Removing intermediate container 94ee1fcf771e 18:51:06 ---> fc322d1bd0ea 18:51:06 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:08 Removing intermediate container 5705472ca6c9 18:51:08 ---> b677d0ad5f16 18:51:08 Step 11/23 : WORKDIR /edgex-go 18:51:08 ---> Running in 377ad2c8584a 18:51:09 Removing intermediate container 377ad2c8584a 18:51:09 ---> 9d31c6fc4126 18:51:09 18:51:09 Step 12/23 : FROM alpine:3.15 18:51:09 ---> 354640af7b1b 18:51:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:51:09 ---> Using cache 18:51:09 ---> 72c81b854d0c 18:51:09 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:51:09 ---> Using cache 18:51:09 ---> 98e6cfbb5642 18:51:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:51:14 ---> e8e1c1adce7a 18:51:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:51:15 ---> 38eb5ea30ad1 18:51:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:51:16 ---> 90359c98491d 18:51:16 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:51:16 Removing intermediate container dec1073eba5a 18:51:16 ---> 19a8b0dad20d 18:51:16 18:51:16 Step 10/23 : FROM alpine:3.16 18:51:16 ---> dfd21b5a31f5 18:51:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:51:16 ---> Using cache 18:51:16 ---> 66d05aa7df3c 18:51:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:51:16 ---> Using cache 18:51:16 ---> f4ec56d98110 18:51:16 Step 13/23 : ENV APP_PORT=59882 18:51:16 ---> c344aa575ab3 18:51:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:51:16 ---> Running in e522231736dd 18:51:17 Removing intermediate container 8d86bf302ea7 18:51:17 ---> cf87fe6021d0 18:51:17 Step 7/24 : COPY . . 18:51:17 ---> 09dcb9afc5c7 18:51:17 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:51:17 ---> Running in e10614f40fa5 18:51:17 Removing intermediate container e10614f40fa5 18:51:17 ---> 16b5af407b43 18:51:17 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:51:18 ---> Running in 70112c3c4750 18:51:18 Removing intermediate container 70112c3c4750 18:51:18 ---> 8bf29a05188b 18:51:18 Step 21/23 : LABEL arch=arm64 18:51:18 ---> Running in 4e508aeae72b 18:51:18 Removing intermediate container 4e508aeae72b 18:51:18 ---> 5ffe59eaebc1 18:51:18 Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:19 ---> Running in 15f0fc478bdf 18:51:19 Removing intermediate container 15f0fc478bdf 18:51:19 ---> c60064b542f0 18:51:19 Step 23/23 : LABEL version=3.0.0-dev.67 18:51:19 ---> Running in 38dbc0b0cd30 18:51:20 Removing intermediate container 38dbc0b0cd30 18:51:20 ---> 7a5a91bbcf4c 18:51:20 18:51:20 Successfully built 7a5a91bbcf4c 18:51:20 Successfully tagged security-spire-server-arm64:latest 18:51:20  Building security-spire-server ... done Building support-notifications 18:51:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:51:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:51:24 ---> efbb5a96c115 18:51:24 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:51:24 ---> Using cache 18:51:24 ---> a88e537731ea 18:51:24 Step 4/22 : WORKDIR /edgex-go 18:51:24 ---> Using cache 18:51:24 ---> 2bbee1b973a1 18:51:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:51:24 ---> Running in 6453da565aba 18:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:51:29 ---> 965e3ace0d90 18:51:29 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:51:29 Removing intermediate container e522231736dd 18:51:29 ---> 517fb2ae91a7 18:51:29 Step 14/23 : EXPOSE $APP_PORT 18:51:29 ---> Running in 217355474b38 18:51:29 ---> d2f6b647692e 18:51:29 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:51:29 OK: 221 MiB in 51 packages 18:51:30 ---> Running in 4ed5d11dea44 18:51:30 Removing intermediate container 5e5af6218d6b 18:51:30 ---> a18428937b0b 18:51:30 Step 7/23 : COPY . . 18:51:30 Removing intermediate container 217355474b38 18:51:30 ---> d40c3480c77f 18:51:30 Step 15/23 : WORKDIR / 18:51:31 Removing intermediate container 6453da565aba 18:51:31 ---> 09c38ba5200d 18:51:31 Step 6/22 : COPY go.mod vendor* ./ 18:51:32 ---> 14f8e165290d 18:51:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:32 ---> Running in 2f00e4167209 18:51:40 ---> 7579d0f30573 18:51:40 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:51:40 ---> Running in 674cdc3a933e 18:51:40 Removing intermediate container 4ed5d11dea44 18:51:40 ---> a8829972f3c3 18:51:40 Step 9/24 : WORKDIR /edgex-go/spire-build 18:51:40 ---> Running in 374dc5f1efa6 18:51:40 ---> Running in 3a7f1cf88607 18:51:40 ---> bd799885a395 18:51:40 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 18:51:40 ---> Running in b63deaae0b14 18:51:40 Removing intermediate container 674cdc3a933e 18:51:40 ---> 45bf2b2220c3 18:51:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:40 Removing intermediate container 374dc5f1efa6 18:51:40 ---> 00d8f10f8b27 18:51:40 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:51:40 Removing intermediate container 9fc090bf6f6e 18:51:40 ---> 22cc5d62b550 18:51:40 18:51:40 Step 10/22 : FROM alpine:3.16 18:51:40 Removing intermediate container 3a7f1cf88607 18:51:40 ---> 43bd2c32ca03 18:51:40 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:51:40 ---> dfd21b5a31f5 18:51:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:51:40 ---> Running in 18f6c2cb13aa 18:51:40 Removing intermediate container b63deaae0b14 18:51:40 ---> a337967ef5c7 18:51:40 Step 9/23 : WORKDIR /edgex-go/spire-build 18:51:40 ---> Running in 73510d85bf61 18:51:40 ---> Running in 1301ef858d1e 18:51:40 ---> 97c2dc3414c9 18:51:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:51:40 ---> Running in ebf9f126bf6b 18:51:40 Removing intermediate container 18f6c2cb13aa 18:51:40 ---> 18e7c2050528 18:51:40 Step 17/19 : LABEL arch=x86_64 18:51:40 ---> Running in e8291725c58e 18:51:40 Removing intermediate container ebf9f126bf6b 18:51:40 ---> 6b93fb27d25f 18:51:40 Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:51:40 Removing intermediate container e8291725c58e 18:51:40 ---> dc41d4540364 18:51:40 Step 18/19 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:40 ---> Running in 3d2ea9a07390 18:51:40 ---> 8792d3f62f67 18:51:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:51:40 ---> Running in b36ca52f68b4 18:51:40 Removing intermediate container b36ca52f68b4 18:51:40 ---> 1e242c11f033 18:51:40 Step 19/19 : LABEL version=3.0.0-dev.67 18:51:40 ---> d5e72d6b4103 18:51:40 Step 19/23 : ENTRYPOINT ["/core-command"] 18:51:40 ---> Running in fc691f48daa4 18:51:40 ---> Running in 48cd75423f8f 18:51:40 Removing intermediate container fc691f48daa4 18:51:40 ---> 0acee0229c9b 18:51:40 18:51:40 Removing intermediate container 48cd75423f8f 18:51:40 ---> c9d5216daf4d 18:51:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:51:40 Successfully built 0acee0229c9b 18:51:40 ---> Running in 9bbef7a7fdd4 18:51:40 Successfully tagged security-spiffe-token-provider:latest 18:51:40  Building security-spiffe-token-provider ... done Building security-spire-config 18:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:51:40 Removing intermediate container 73510d85bf61 18:51:40 ---> 3303c8433d00 18:51:40 Step 11/24 : WORKDIR /edgex-go 18:51:40 ---> Running in a11537ccb81e 18:51:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:51:41 (1/2) Installing ca-certificates (20220614-r0) 18:51:41 (2/2) Installing dumb-init (1.2.5-r1) 18:51:41 Executing busybox-1.35.0-r17.trigger 18:51:41 Executing ca-certificates-20220614-r0.trigger 18:51:41 OK: 6 MiB in 16 packages 18:51:42 Removing intermediate container 9bbef7a7fdd4 18:51:42 ---> d8f77e2b544b 18:51:42 Step 21/23 : LABEL arch=x86_64 18:51:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:51:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:51:45 ---> b331f3564dfb 18:51:45 Step 3/24 : WORKDIR /edgex-go 18:51:45 ---> Using cache 18:51:45 ---> 35a50a307d15 18:51:45 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 18:51:45 ---> Using cache 18:51:45 ---> 57aaefb9a52c 18:51:45 Step 5/24 : COPY go.mod vendor* ./ 18:51:45 ---> Using cache 18:51:45 ---> 82f2dc896112 18:51:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:51:45 ---> Using cache 18:51:45 ---> a18428937b0b 18:51:45 Step 7/24 : COPY . . 18:51:45 ---> Using cache 18:51:45 ---> bd799885a395 18:51:45 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 18:51:45 ---> Using cache 18:51:45 ---> a337967ef5c7 18:51:45 Step 9/24 : WORKDIR /edgex-go/spire-build 18:51:45 ---> Using cache 18:51:45 ---> 6b93fb27d25f 18:51:45 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 18:51:46 Removing intermediate container a11537ccb81e 18:51:46 ---> b6f64cc6f222 18:51:46 18:51:46 Step 12/24 : FROM alpine:3.15 18:51:46 ---> 5ce65d7b0fde 18:51:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:51:46 ---> Using cache 18:51:46 ---> 7bc7a6ba6651 18:51:46 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:51:46 ---> Running in edc12167fae8 18:51:46 ---> Running in b656ea77d8b6 18:51:46 ---> Running in 9c1aea1026ee 18:51:46 Removing intermediate container edc12167fae8 18:51:46 ---> 59594c158b48 18:51:46 Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:46 ---> Running in b8cb1728a6d2 18:51:46 Removing intermediate container 3d2ea9a07390 18:51:46 ---> 384ff1b55372 18:51:46 Step 11/23 : WORKDIR /edgex-go 18:51:46 Removing intermediate container 1301ef858d1e 18:51:46 ---> e87c3f56f7a5 18:51:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:51:46 Removing intermediate container b8cb1728a6d2 18:51:46 ---> 24cf5e02481a 18:51:46 Step 23/23 : LABEL version=3.0.0-dev.67 18:51:46 ---> Running in 0cfd8625ac7e 18:51:46 ---> Running in 9cfb2015c957 18:51:46 ---> Running in cf2185bbcded 18:51:46 Removing intermediate container 0cfd8625ac7e 18:51:46 ---> d1ccaf3cda31 18:51:46 18:51:46 Step 12/23 : FROM alpine:3.15 18:51:46 ---> 5ce65d7b0fde 18:51:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:51:46 ---> Using cache 18:51:46 ---> 7bc7a6ba6651 18:51:46 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:51:46 ---> Running in 6174f83915f2 18:51:46 Removing intermediate container 9cfb2015c957 18:51:46 ---> 30fe77c587e4 18:51:46 Step 13/22 : ENV APP_PORT=59860 18:51:46 Removing intermediate container cf2185bbcded 18:51:46 ---> 12dbdc3d9fc2 18:51:46 18:51:46 ---> Running in 661484fe1dc6 18:51:46 Successfully built 12dbdc3d9fc2 18:51:46 Successfully tagged core-command:latest 18:51:46  Building core-command ... done Removing intermediate container 661484fe1dc6 18:51:46 ---> c70801f5b448 18:51:46 Step 14/22 : EXPOSE $APP_PORT 18:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:46 ---> Running in f05a0abf6308 18:51:47 Removing intermediate container f05a0abf6308 18:51:47 ---> 4917ece32c9c 18:51:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:47 ---> 3e4e8773c132 18:51:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:47 Removing intermediate container b656ea77d8b6 18:51:47 ---> 101b72d05ff3 18:51:47 Step 11/24 : WORKDIR /edgex-go 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:47 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:51:47 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:51:47 OK: 15857 distinct packages available 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:47 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:51:47 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:51:47 OK: 15857 distinct packages available 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:47 (1/5) Installing dumb-init (1.2.5-r1) 18:51:47 (2/5) Installing musl-obstack (1.2.3-r0) 18:51:47 (3/5) Installing libucontext (1.1-r0) 18:51:47 (4/5) Installing gcompat (1.0.0-r4) 18:51:47 (5/5) Installing openssl (1.1.1t-r1) 18:51:47 Executing busybox-1.34.1-r7.trigger 18:51:47 OK: 7 MiB in 19 packages 18:51:47 (1/5) Installing dumb-init (1.2.5-r1) 18:51:47 (2/5) Installing musl-obstack (1.2.3-r0) 18:51:47 (3/5) Installing libucontext (1.1-r0) 18:51:47 (4/5) Installing gcompat (1.0.0-r4) 18:51:47 (5/5) Installing openssl (1.1.1t-r1) 18:51:47 Executing busybox-1.34.1-r7.trigger 18:51:47 OK: 7 MiB in 19 packages 18:51:47 ---> Running in 1e9c9a5c0576 18:51:47 ---> 635a93f42d02 18:51:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:51:47 Removing intermediate container 1e9c9a5c0576 18:51:47 ---> 6fd708912144 18:51:47 18:51:47 Step 12/24 : FROM alpine:3.15 18:51:47 ---> 5ce65d7b0fde 18:51:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:51:47 ---> Using cache 18:51:47 ---> 7bc7a6ba6651 18:51:47 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 18:51:48 ---> Running in 72091839cda5 18:51:48 ---> 3084a69b7394 18:51:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:51:48 ---> Running in 969376d0bc1b 18:51:48 Removing intermediate container 969376d0bc1b 18:51:48 ---> f55fb2f44736 18:51:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:51:48 ---> Running in 04589aa2b363 18:51:48 Removing intermediate container 9c1aea1026ee 18:51:48 ---> 8aadf5430d22 18:51:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 18:51:48 Removing intermediate container 04589aa2b363 18:51:48 ---> dbd5445e57fa 18:51:48 Step 20/22 : LABEL arch=x86_64 18:51:48 ---> Running in 99b416330579 18:51:48 Removing intermediate container 6174f83915f2 18:51:48 ---> 85ca81c20408 18:51:48 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:48 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:51:48 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:51:48 OK: 15857 distinct packages available 18:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:51:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:51:49 (1/4) Installing dumb-init (1.2.5-r1) 18:51:49 (2/4) Installing musl-obstack (1.2.3-r0) 18:51:49 (3/4) Installing libucontext (1.1-r0) 18:51:49 (4/4) Installing gcompat (1.0.0-r4) 18:51:49 Executing busybox-1.34.1-r7.trigger 18:51:49 OK: 6 MiB in 18 packages 18:51:50 Removing intermediate container 99b416330579 18:51:50 ---> 280c2063e9ac 18:51:50 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:51 ---> b572ed979f9d 18:51:51 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:51:51 ---> Running in e00fd62c1351 18:51:51 ---> 7fd241e88db0 18:51:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:51:51 Removing intermediate container e00fd62c1351 18:51:51 ---> ae14c0c7b2eb 18:51:51 Step 22/22 : LABEL version=3.0.0-dev.67 18:51:51 ---> Running in c49de12c122a 18:51:51 ---> 649ff45fcd21 18:51:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:51:51 Removing intermediate container 72091839cda5 18:51:51 ---> 02c1aa4a020a 18:51:51 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 18:51:51 Removing intermediate container c49de12c122a 18:51:51 ---> 7553e455b6c0 18:51:51 18:51:51 ---> 0982713461e0 18:51:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:51:51 Successfully built 7553e455b6c0 18:51:51 Successfully tagged support-notifications:latest 18:51:54  Building support-notifications ... done  ---> eec3672efe8e 18:51:54 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:51:54 ---> 72db57bffeea 18:51:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:51:54 ---> Running in fa2e6258bc5e 18:51:54 ---> daa4d2c30645 18:51:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:51:54 Removing intermediate container fa2e6258bc5e 18:51:54 ---> 0a026df9bb07 18:51:54 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:51:54 ---> Running in e9ed31cb8bea 18:51:54 ---> a3c4b4442737 18:51:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:51:54 ---> 6caab8730949 18:51:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 18:51:54 ---> Running in b8c90af62f6a 18:51:54 Removing intermediate container e9ed31cb8bea 18:51:54 ---> 43885f5d3e2e 18:51:54 Step 21/23 : LABEL arch=x86_64 18:51:54 ---> Running in 8a28213fcbdc 18:51:54 Removing intermediate container b8c90af62f6a 18:51:54 ---> 8a18544ccd79 18:51:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:51:54 ---> 3c4ac0279fab 18:51:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:51:54 Removing intermediate container 8a28213fcbdc 18:51:54 ---> f8080d99cb5f 18:51:54 Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:54 ---> Running in efd26d2be741 18:51:54 ---> 63e92dc81407 18:51:54 Step 19/24 : WORKDIR / 18:51:55 ---> Running in 0291f323debd 18:51:55 ---> dfd9e72d90f8 18:51:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:51:55 Removing intermediate container efd26d2be741 18:51:55 ---> 2901dd076cdc 18:51:55 Step 23/23 : LABEL version=3.0.0-dev.67 18:51:55 ---> Running in 1d541e0ec2cd 18:51:55 ---> Running in b578da5f3911 18:51:55 Removing intermediate container 0291f323debd 18:51:55 ---> 99410b1d4667 18:51:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 18:51:55 ---> Running in 4dae34ab1ebd 18:51:55 Removing intermediate container 1d541e0ec2cd 18:51:55 ---> 4a5cffdeda03 18:51:55 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:51:55 ---> Running in d58135f4362d 18:51:55 Removing intermediate container b578da5f3911 18:51:55 ---> d8b027d10fd2 18:51:55 18:51:55 Removing intermediate container 4dae34ab1ebd 18:51:55 ---> a27db43b7a33 18:51:55 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 18:51:55 Successfully built d8b027d10fd2 18:51:55 ---> Running in d3c8b3ab1505 18:51:55 Successfully tagged security-spire-server:latest 18:51:55  Building security-spire-server ... done Removing intermediate container d58135f4362d 18:51:55 ---> 33a0c6775528 18:51:55 Step 22/24 : LABEL arch=x86_64 18:51:55 ---> Running in 53e0681d7d8f 18:51:55 Removing intermediate container d3c8b3ab1505 18:51:55 ---> 58fe27ba484b 18:51:55 Step 22/24 : LABEL arch=x86_64 18:51:55 ---> Running in f4ad544e29a3 18:51:55 Removing intermediate container 53e0681d7d8f 18:51:55 ---> 6817e23d8f5f 18:51:55 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:55 ---> Running in 13ed6dd1167d 18:51:55 Removing intermediate container f4ad544e29a3 18:51:55 ---> 166a91d75b91 18:51:55 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:55 ---> Running in 4f7be840e5e5 18:51:55 Removing intermediate container 13ed6dd1167d 18:51:55 ---> a29f5065e6c0 18:51:55 Step 24/24 : LABEL version=3.0.0-dev.67 18:51:55 ---> Running in 8f21dd1ef8e0 18:51:55 Removing intermediate container 4f7be840e5e5 18:51:55 ---> b8a34b850b02 18:51:55 Step 24/24 : LABEL version=3.0.0-dev.67 18:51:55 ---> Running in 5d580a8564c0 18:51:55 Removing intermediate container 8f21dd1ef8e0 18:51:55 ---> adea1cad5955 18:51:55 18:51:55 Removing intermediate container 5d580a8564c0 18:51:55 ---> dd28dd83cf8c 18:51:55 18:51:55 Successfully built adea1cad5955 18:51:55 Successfully tagged security-spire-agent:latest 18:51:55  Building security-spire-agent ... done Successfully built dd28dd83cf8c 18:51:55 Successfully tagged security-spire-config:latest 18:51:55  Building security-spire-config ... done  [Pipeline] } 18:51:55 $ docker stop --time=1 f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c 18:51:57 $ docker rm -f --volumes f650c0dc05b02239c3c3662f6c11134697db05376c0ed3b3dae7feb4de8e776c [Pipeline] // withDockerContainer [Pipeline] sh 18:51:57 + docker images 18:51:57 REPOSITORY TAG IMAGE ID CREATED SIZE 18:51:57 security-spire-server latest d8b027d10fd2 2 seconds ago 86.5MB 18:51:57 security-spire-config latest dd28dd83cf8c 2 seconds ago 85.8MB 18:51:57 security-spire-agent latest adea1cad5955 2 seconds ago 125MB 18:51:57 support-notifications latest 7553e455b6c0 6 seconds ago 30.7MB 18:51:57 6fd708912144 10 seconds ago 1.56GB 18:51:57 d1ccaf3cda31 11 seconds ago 1.56GB 18:51:57 core-command latest 12dbdc3d9fc2 11 seconds ago 17.7MB 18:51:57 b6f64cc6f222 15 seconds ago 1.56GB 18:51:57 security-spiffe-token-provider latest 0acee0229c9b 17 seconds ago 30MB 18:51:57 22cc5d62b550 18 seconds ago 1.76GB 18:51:57 19a8b0dad20d 45 seconds ago 1.69GB 18:51:57 dc6fa364692f About a minute ago 1.73GB 18:51:57 security-secretstore-setup latest 311b64162dc4 About a minute ago 30MB 18:51:57 security-proxy-setup latest 9859a27d3ebf About a minute ago 27.8MB 18:51:57 core-metadata latest 93b0aaf1683a About a minute ago 18.5MB 18:51:57 a9fbd4fba7d7 2 minutes ago 1.68GB 18:51:57 d2b87840905a 2 minutes ago 1.68GB 18:51:57 b52f449b8152 2 minutes ago 1.7GB 18:51:57 security-bootstrapper latest 6788a1e1d35e 2 minutes ago 20.4MB 18:51:57 core-common-config-bootstrapper latest 8857addb7898 2 minutes ago 15.5MB 18:51:57 core-data latest 27b34f12309e 2 minutes ago 17.9MB 18:51:57 support-scheduler latest e60110ad8d01 2 minutes ago 30.1MB 18:51:57 security-proxy-auth latest 0675521fc1e0 2 minutes ago 16.2MB 18:51:57 178c68821ded 3 minutes ago 1.75GB 18:51:57 70afc7a6510d 3 minutes ago 1.68GB 18:51:57 44e55061869c 3 minutes ago 1.67GB 18:51:57 6e45deaca832 3 minutes ago 1.68GB 18:51:57 4e89cae3bc37 3 minutes ago 1.7GB 18:51:57 ci-base-image-x86_64 latest b331f3564dfb 9 minutes ago 904MB 18:51:57 alpine 3.15 5ce65d7b0fde 13 days ago 5.59MB 18:51:57 alpine 3.16 dfd21b5a31f5 13 days ago 5.55MB 18:51:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 18:51:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 18:51:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:51:57 provisioning config files... 18:51:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config11697952408178158041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:51:57 ---> docker-login.sh 18:51:57 nexus3.edgexfoundry.org:10001 18:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:57 Configure a credential helper to remove this warning. See 18:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:57 18:51:57 Login Succeeded 18:51:57 nexus3.edgexfoundry.org:10002 18:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:57 Configure a credential helper to remove this warning. See 18:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:57 18:51:57 Login Succeeded 18:51:57 nexus3.edgexfoundry.org:10003 18:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:58 Configure a credential helper to remove this warning. See 18:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:58 18:51:58 Login Succeeded 18:51:58 nexus3.edgexfoundry.org:10004 18:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:58 Configure a credential helper to remove this warning. See 18:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:58 18:51:58 Login Succeeded 18:51:58 docker.io 18:51:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:58 Configure a credential helper to remove this warning. See 18:51:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:58 18:51:58 Login Succeeded 18:51:58 ---> docker-login.sh ends [Pipeline] } 18:51:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:51:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:51:58 [edgeXDocker.push] Tagging docker image core-command with the following tags: 18:51:58 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:58 latest 18:51:58 3.0.0-dev.67 18:51:58 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:51:58 main 18:51:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:59 + docker push nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:51:59 b172e41664a0: Preparing 18:51:59 c4ed9233cf16: Preparing 18:51:59 559453f79041: Preparing 18:51:59 2f7c8388c216: Preparing 18:51:59 aa5968d388b8: Preparing 18:51:59 aa5968d388b8: Layer already exists 18:51:59 2f7c8388c216: Pushed 18:51:59 559453f79041: Pushed 18:51:59 b172e41664a0: Pushed 18:52:00 c4ed9233cf16: Pushed 18:52:00 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:01 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 18:52:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:52:01 b172e41664a0: Preparing 18:52:01 c4ed9233cf16: Preparing 18:52:01 559453f79041: Preparing 18:52:01 2f7c8388c216: Preparing 18:52:01 aa5968d388b8: Preparing 18:52:01 c4ed9233cf16: Layer already exists 18:52:01 2f7c8388c216: Layer already exists 18:52:01 b172e41664a0: Layer already exists 18:52:01 aa5968d388b8: Layer already exists 18:52:01 559453f79041: Layer already exists 18:52:01 latest: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:02 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 18:52:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:52:02 b172e41664a0: Preparing 18:52:02 c4ed9233cf16: Preparing 18:52:02 559453f79041: Preparing 18:52:02 2f7c8388c216: Preparing 18:52:02 aa5968d388b8: Preparing 18:52:02 b172e41664a0: Layer already exists 18:52:02 559453f79041: Layer already exists 18:52:02 c4ed9233cf16: Layer already exists 18:52:02 2f7c8388c216: Layer already exists 18:52:02 aa5968d388b8: Layer already exists 18:52:02 3.0.0-dev.67: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:02 + docker push nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:52:02 b172e41664a0: Preparing 18:52:02 c4ed9233cf16: Preparing 18:52:02 559453f79041: Preparing 18:52:02 2f7c8388c216: Preparing 18:52:02 aa5968d388b8: Preparing 18:52:02 2f7c8388c216: Layer already exists 18:52:02 aa5968d388b8: Layer already exists 18:52:02 559453f79041: Layer already exists 18:52:02 b172e41664a0: Layer already exists 18:52:02 c4ed9233cf16: Layer already exists 18:52:02 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:03 + docker push nexus3.edgexfoundry.org:10004/core-command:main 18:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 18:52:03 b172e41664a0: Preparing 18:52:03 c4ed9233cf16: Preparing 18:52:03 559453f79041: Preparing 18:52:03 2f7c8388c216: Preparing 18:52:03 aa5968d388b8: Preparing 18:52:03 aa5968d388b8: Layer already exists 18:52:03 559453f79041: Layer already exists 18:52:03 c4ed9233cf16: Layer already exists 18:52:03 2f7c8388c216: Layer already exists 18:52:03 b172e41664a0: Layer already exists 18:52:03 main: digest: sha256:b5a106677d0370d61f6f254eab9848a320b41c2c8eb0d2a28485358691b01630 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:03 ===================================================== [Pipeline] echo 18:52:03 taggedImages: 18:52:03 - nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:03 - nexus3.edgexfoundry.org:10004/core-command:latest 18:52:03 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.67 18:52:03 - nexus3.edgexfoundry.org:10004/core-command:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:03 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 18:52:03 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 18:52:03 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:03 latest 18:52:03 3.0.0-dev.67 18:52:03 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:03 main 18:52:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:04 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:52:04 4193b3fc37c1: Preparing 18:52:04 b5d970965d5b: Preparing 18:52:04 b68c9ae0a3a7: Preparing 18:52:04 3b89239d93f1: Preparing 18:52:04 559453f79041: Preparing 18:52:04 2f7c8388c216: Preparing 18:52:04 aa5968d388b8: Preparing 18:52:04 2f7c8388c216: Waiting 18:52:04 aa5968d388b8: Waiting 18:52:04 559453f79041: Layer already exists 18:52:04 2f7c8388c216: Layer already exists 18:52:04 aa5968d388b8: Layer already exists 18:52:04 4193b3fc37c1: Pushed 18:52:04 b5d970965d5b: Pushed 18:52:04 b68c9ae0a3a7: Pushed 18:52:05 3b89239d93f1: Pushed 18:52:05 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 18:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:52:06 4193b3fc37c1: Preparing 18:52:06 b5d970965d5b: Preparing 18:52:06 b68c9ae0a3a7: Preparing 18:52:06 3b89239d93f1: Preparing 18:52:06 559453f79041: Preparing 18:52:06 2f7c8388c216: Preparing 18:52:06 aa5968d388b8: Preparing 18:52:06 2f7c8388c216: Waiting 18:52:06 aa5968d388b8: Waiting 18:52:06 3b89239d93f1: Layer already exists 18:52:06 4193b3fc37c1: Layer already exists 18:52:06 b68c9ae0a3a7: Layer already exists 18:52:06 559453f79041: Layer already exists 18:52:06 b5d970965d5b: Layer already exists 18:52:06 2f7c8388c216: Layer already exists 18:52:06 aa5968d388b8: Layer already exists 18:52:06 latest: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 18:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:52:06 4193b3fc37c1: Preparing 18:52:06 b5d970965d5b: Preparing 18:52:06 b68c9ae0a3a7: Preparing 18:52:06 3b89239d93f1: Preparing 18:52:06 559453f79041: Preparing 18:52:06 2f7c8388c216: Preparing 18:52:06 aa5968d388b8: Preparing 18:52:06 2f7c8388c216: Waiting 18:52:06 4193b3fc37c1: Layer already exists 18:52:06 559453f79041: Layer already exists 18:52:06 3b89239d93f1: Layer already exists 18:52:06 b5d970965d5b: Layer already exists 18:52:06 b68c9ae0a3a7: Layer already exists 18:52:06 2f7c8388c216: Layer already exists 18:52:06 aa5968d388b8: Layer already exists 18:52:06 3.0.0-dev.67: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:52:07 4193b3fc37c1: Preparing 18:52:07 b5d970965d5b: Preparing 18:52:07 b68c9ae0a3a7: Preparing 18:52:07 3b89239d93f1: Preparing 18:52:07 559453f79041: Preparing 18:52:07 2f7c8388c216: Preparing 18:52:07 aa5968d388b8: Preparing 18:52:07 2f7c8388c216: Waiting 18:52:07 aa5968d388b8: Waiting 18:52:07 559453f79041: Layer already exists 18:52:07 3b89239d93f1: Layer already exists 18:52:07 b5d970965d5b: Layer already exists 18:52:07 b68c9ae0a3a7: Layer already exists 18:52:07 4193b3fc37c1: Layer already exists 18:52:07 aa5968d388b8: Layer already exists 18:52:07 2f7c8388c216: Layer already exists 18:52:07 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:07 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 18:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 18:52:08 4193b3fc37c1: Preparing 18:52:08 b5d970965d5b: Preparing 18:52:08 b68c9ae0a3a7: Preparing 18:52:08 3b89239d93f1: Preparing 18:52:08 559453f79041: Preparing 18:52:08 2f7c8388c216: Preparing 18:52:08 aa5968d388b8: Preparing 18:52:08 aa5968d388b8: Waiting 18:52:08 2f7c8388c216: Waiting 18:52:08 b68c9ae0a3a7: Layer already exists 18:52:08 3b89239d93f1: Layer already exists 18:52:08 b5d970965d5b: Layer already exists 18:52:08 559453f79041: Layer already exists 18:52:08 4193b3fc37c1: Layer already exists 18:52:08 2f7c8388c216: Layer already exists 18:52:08 aa5968d388b8: Layer already exists 18:52:08 main: digest: sha256:545206055ddadd49beedbe12a73c15a103ae102a51845771ae745f7ecc5698c3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:08 ===================================================== [Pipeline] echo 18:52:08 taggedImages: 18:52:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 18:52:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.67 18:52:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 18:52:08 [edgeXDocker.push] Tagging docker image core-data with the following tags: 18:52:08 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:08 latest 18:52:08 3.0.0-dev.67 18:52:08 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:08 main 18:52:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:08 + docker push nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:52:08 0c59413189cd: Preparing 18:52:08 b221dfae9ffd: Preparing 18:52:08 559453f79041: Preparing 18:52:08 052cc5804e45: Preparing 18:52:08 aa5968d388b8: Preparing 18:52:08 559453f79041: Layer already exists 18:52:08 aa5968d388b8: Layer already exists 18:52:08 0c59413189cd: Pushed 18:52:08 052cc5804e45: Pushed 18:52:10 b221dfae9ffd: Pushed 18:52:10 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:10 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 18:52:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:52:10 0c59413189cd: Preparing 18:52:10 b221dfae9ffd: Preparing 18:52:10 559453f79041: Preparing 18:52:10 052cc5804e45: Preparing 18:52:10 aa5968d388b8: Preparing 18:52:10 aa5968d388b8: Layer already exists 18:52:10 0c59413189cd: Layer already exists 18:52:10 052cc5804e45: Layer already exists 18:52:10 559453f79041: Layer already exists 18:52:10 b221dfae9ffd: Layer already exists 18:52:10 latest: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:11 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 18:52:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:52:11 0c59413189cd: Preparing 18:52:11 b221dfae9ffd: Preparing 18:52:11 559453f79041: Preparing 18:52:11 052cc5804e45: Preparing 18:52:11 aa5968d388b8: Preparing 18:52:11 0c59413189cd: Layer already exists 18:52:11 559453f79041: Layer already exists 18:52:11 aa5968d388b8: Layer already exists 18:52:11 b221dfae9ffd: Layer already exists 18:52:11 052cc5804e45: Layer already exists 18:52:11 3.0.0-dev.67: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:12 + docker push nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:52:12 0c59413189cd: Preparing 18:52:12 b221dfae9ffd: Preparing 18:52:12 559453f79041: Preparing 18:52:12 052cc5804e45: Preparing 18:52:12 aa5968d388b8: Preparing 18:52:12 aa5968d388b8: Layer already exists 18:52:12 0c59413189cd: Layer already exists 18:52:12 559453f79041: Layer already exists 18:52:12 052cc5804e45: Layer already exists 18:52:12 b221dfae9ffd: Layer already exists 18:52:12 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:12 + docker push nexus3.edgexfoundry.org:10004/core-data:main 18:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 18:52:12 0c59413189cd: Preparing 18:52:12 b221dfae9ffd: Preparing 18:52:12 559453f79041: Preparing 18:52:12 052cc5804e45: Preparing 18:52:12 aa5968d388b8: Preparing 18:52:12 aa5968d388b8: Layer already exists 18:52:12 052cc5804e45: Layer already exists 18:52:12 0c59413189cd: Layer already exists 18:52:12 b221dfae9ffd: Layer already exists 18:52:12 559453f79041: Layer already exists 18:52:12 main: digest: sha256:8280e92712b8ba46f4730cb4ee3e0eb08c6714a58fc0f658ee64c5ce4db1a496 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:12 ===================================================== [Pipeline] echo 18:52:12 taggedImages: 18:52:12 - nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:12 - nexus3.edgexfoundry.org:10004/core-data:latest 18:52:12 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.67 18:52:12 - nexus3.edgexfoundry.org:10004/core-data:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:12 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 18:52:12 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 18:52:12 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:12 latest 18:52:12 3.0.0-dev.67 18:52:12 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:12 main 18:52:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:52:13 f2484b33a8bb: Preparing 18:52:13 56a88d870b59: Preparing 18:52:13 3184e8f8189e: Preparing 18:52:13 559453f79041: Preparing 18:52:13 2f7c8388c216: Preparing 18:52:13 aa5968d388b8: Preparing 18:52:13 aa5968d388b8: Waiting 18:52:13 559453f79041: Layer already exists 18:52:13 2f7c8388c216: Layer already exists 18:52:13 aa5968d388b8: Layer already exists 18:52:13 f2484b33a8bb: Pushed 18:52:13 56a88d870b59: Pushed 18:52:14 3184e8f8189e: Pushed 18:52:14 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 18:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:52:15 f2484b33a8bb: Preparing 18:52:15 56a88d870b59: Preparing 18:52:15 3184e8f8189e: Preparing 18:52:15 559453f79041: Preparing 18:52:15 2f7c8388c216: Preparing 18:52:15 aa5968d388b8: Preparing 18:52:15 aa5968d388b8: Waiting 18:52:15 559453f79041: Layer already exists 18:52:15 56a88d870b59: Layer already exists 18:52:15 2f7c8388c216: Layer already exists 18:52:15 f2484b33a8bb: Layer already exists 18:52:15 3184e8f8189e: Layer already exists 18:52:15 aa5968d388b8: Layer already exists 18:52:15 latest: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 18:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:52:16 f2484b33a8bb: Preparing 18:52:16 56a88d870b59: Preparing 18:52:16 3184e8f8189e: Preparing 18:52:16 559453f79041: Preparing 18:52:16 2f7c8388c216: Preparing 18:52:16 aa5968d388b8: Preparing 18:52:16 aa5968d388b8: Waiting 18:52:16 f2484b33a8bb: Layer already exists 18:52:16 3184e8f8189e: Layer already exists 18:52:16 2f7c8388c216: Layer already exists 18:52:16 56a88d870b59: Layer already exists 18:52:16 559453f79041: Layer already exists 18:52:16 aa5968d388b8: Layer already exists 18:52:16 3.0.0-dev.67: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:16 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:52:16 f2484b33a8bb: Preparing 18:52:16 56a88d870b59: Preparing 18:52:16 3184e8f8189e: Preparing 18:52:16 559453f79041: Preparing 18:52:16 2f7c8388c216: Preparing 18:52:16 aa5968d388b8: Preparing 18:52:16 aa5968d388b8: Waiting 18:52:16 559453f79041: Layer already exists 18:52:16 f2484b33a8bb: Layer already exists 18:52:16 56a88d870b59: Layer already exists 18:52:16 3184e8f8189e: Layer already exists 18:52:16 2f7c8388c216: Layer already exists 18:52:16 aa5968d388b8: Layer already exists 18:52:16 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:16 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 18:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 18:52:17 f2484b33a8bb: Preparing 18:52:17 56a88d870b59: Preparing 18:52:17 3184e8f8189e: Preparing 18:52:17 559453f79041: Preparing 18:52:17 2f7c8388c216: Preparing 18:52:17 aa5968d388b8: Preparing 18:52:17 aa5968d388b8: Waiting 18:52:17 2f7c8388c216: Layer already exists 18:52:17 559453f79041: Layer already exists 18:52:17 3184e8f8189e: Layer already exists 18:52:17 56a88d870b59: Layer already exists 18:52:17 f2484b33a8bb: Layer already exists 18:52:17 aa5968d388b8: Layer already exists 18:52:17 main: digest: sha256:2d81e1b33444dabe05983cbb1c8dd03e8da6473d823e2a8efbe1bef7bd42302a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:17 ===================================================== [Pipeline] echo 18:52:17 taggedImages: 18:52:17 - nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:17 - nexus3.edgexfoundry.org:10004/core-metadata:latest 18:52:17 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.67 18:52:17 - nexus3.edgexfoundry.org:10004/core-metadata:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:17 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 18:52:17 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 18:52:17 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:17 latest 18:52:17 3.0.0-dev.67 18:52:17 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:17 main 18:52:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:52:17 93dd3c7cd30b: Preparing 18:52:17 93dd3c7cd30b: Preparing 18:52:17 b943a76ff013: Preparing 18:52:17 721b0ae38199: Preparing 18:52:17 6e93abecd8b5: Preparing 18:52:17 e1b4db647ce6: Preparing 18:52:17 2e7ce4fbddb6: Preparing 18:52:17 559453f79041: Preparing 18:52:17 c27ccc47b3c0: Preparing 18:52:17 7a5743b33e03: Preparing 18:52:17 aad00a702a10: Preparing 18:52:17 b56f20f9daa9: Preparing 18:52:17 aa5968d388b8: Preparing 18:52:17 7a5743b33e03: Waiting 18:52:17 aad00a702a10: Waiting 18:52:17 b56f20f9daa9: Waiting 18:52:17 aa5968d388b8: Waiting 18:52:17 2e7ce4fbddb6: Waiting 18:52:17 559453f79041: Waiting 18:52:17 c27ccc47b3c0: Waiting 18:52:17 b943a76ff013: Pushed 18:52:17 e1b4db647ce6: Pushed 18:52:17 6e93abecd8b5: Pushed 18:52:17 93dd3c7cd30b: Pushed 18:52:17 721b0ae38199: Pushed 18:52:17 559453f79041: Layer already exists 18:52:18 c27ccc47b3c0: Pushed 18:52:18 aa5968d388b8: Layer already exists 18:52:18 b56f20f9daa9: Pushed 18:52:18 7a5743b33e03: Pushed 18:52:18 aad00a702a10: Pushed 18:52:20 2e7ce4fbddb6: Pushed 18:52:20 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 18:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:52:20 93dd3c7cd30b: Preparing 18:52:20 93dd3c7cd30b: Preparing 18:52:20 b943a76ff013: Preparing 18:52:20 721b0ae38199: Preparing 18:52:20 6e93abecd8b5: Preparing 18:52:20 e1b4db647ce6: Preparing 18:52:20 2e7ce4fbddb6: Preparing 18:52:20 559453f79041: Preparing 18:52:20 c27ccc47b3c0: Preparing 18:52:20 7a5743b33e03: Preparing 18:52:20 aad00a702a10: Preparing 18:52:20 b56f20f9daa9: Preparing 18:52:20 aa5968d388b8: Preparing 18:52:20 559453f79041: Waiting 18:52:20 c27ccc47b3c0: Waiting 18:52:20 7a5743b33e03: Waiting 18:52:20 aad00a702a10: Waiting 18:52:20 b56f20f9daa9: Waiting 18:52:20 aa5968d388b8: Waiting 18:52:20 2e7ce4fbddb6: Waiting 18:52:20 b943a76ff013: Layer already exists 18:52:20 93dd3c7cd30b: Layer already exists 18:52:20 721b0ae38199: Layer already exists 18:52:20 6e93abecd8b5: Layer already exists 18:52:20 e1b4db647ce6: Layer already exists 18:52:20 2e7ce4fbddb6: Layer already exists 18:52:20 aad00a702a10: Layer already exists 18:52:20 559453f79041: Layer already exists 18:52:20 7a5743b33e03: Layer already exists 18:52:20 c27ccc47b3c0: Layer already exists 18:52:20 b56f20f9daa9: Layer already exists 18:52:20 aa5968d388b8: Layer already exists 18:52:20 latest: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 18:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:52:21 93dd3c7cd30b: Preparing 18:52:21 93dd3c7cd30b: Preparing 18:52:21 b943a76ff013: Preparing 18:52:21 721b0ae38199: Preparing 18:52:21 6e93abecd8b5: Preparing 18:52:21 e1b4db647ce6: Preparing 18:52:21 2e7ce4fbddb6: Preparing 18:52:21 559453f79041: Preparing 18:52:21 c27ccc47b3c0: Preparing 18:52:21 7a5743b33e03: Preparing 18:52:21 aad00a702a10: Preparing 18:52:21 b56f20f9daa9: Preparing 18:52:21 aa5968d388b8: Preparing 18:52:21 2e7ce4fbddb6: Waiting 18:52:21 559453f79041: Waiting 18:52:21 c27ccc47b3c0: Waiting 18:52:21 7a5743b33e03: Waiting 18:52:21 aad00a702a10: Waiting 18:52:21 b56f20f9daa9: Waiting 18:52:21 aa5968d388b8: Waiting 18:52:21 6e93abecd8b5: Layer already exists 18:52:21 721b0ae38199: Layer already exists 18:52:21 93dd3c7cd30b: Layer already exists 18:52:21 b943a76ff013: Layer already exists 18:52:21 e1b4db647ce6: Layer already exists 18:52:21 2e7ce4fbddb6: Layer already exists 18:52:21 559453f79041: Layer already exists 18:52:21 7a5743b33e03: Layer already exists 18:52:21 c27ccc47b3c0: Layer already exists 18:52:21 aad00a702a10: Layer already exists 18:52:21 b56f20f9daa9: Layer already exists 18:52:21 aa5968d388b8: Layer already exists 18:52:21 3.0.0-dev.67: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:52:21 93dd3c7cd30b: Preparing 18:52:21 93dd3c7cd30b: Preparing 18:52:21 b943a76ff013: Preparing 18:52:21 721b0ae38199: Preparing 18:52:21 6e93abecd8b5: Preparing 18:52:21 e1b4db647ce6: Preparing 18:52:21 2e7ce4fbddb6: Preparing 18:52:21 559453f79041: Preparing 18:52:21 c27ccc47b3c0: Preparing 18:52:21 2e7ce4fbddb6: Waiting 18:52:21 7a5743b33e03: Preparing 18:52:21 559453f79041: Waiting 18:52:21 c27ccc47b3c0: Waiting 18:52:21 7a5743b33e03: Waiting 18:52:21 aad00a702a10: Preparing 18:52:21 b56f20f9daa9: Preparing 18:52:21 aa5968d388b8: Preparing 18:52:21 aad00a702a10: Waiting 18:52:21 b56f20f9daa9: Waiting 18:52:21 aa5968d388b8: Waiting 18:52:21 6e93abecd8b5: Layer already exists 18:52:21 b943a76ff013: Layer already exists 18:52:21 93dd3c7cd30b: Layer already exists 18:52:21 e1b4db647ce6: Layer already exists 18:52:21 721b0ae38199: Layer already exists 18:52:21 2e7ce4fbddb6: Layer already exists 18:52:21 559453f79041: Layer already exists 18:52:21 aad00a702a10: Layer already exists 18:52:21 c27ccc47b3c0: Layer already exists 18:52:21 7a5743b33e03: Layer already exists 18:52:21 b56f20f9daa9: Layer already exists 18:52:21 aa5968d388b8: Layer already exists 18:52:21 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:22 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 18:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 18:52:22 93dd3c7cd30b: Preparing 18:52:22 93dd3c7cd30b: Preparing 18:52:22 b943a76ff013: Preparing 18:52:22 721b0ae38199: Preparing 18:52:22 6e93abecd8b5: Preparing 18:52:22 e1b4db647ce6: Preparing 18:52:22 2e7ce4fbddb6: Preparing 18:52:22 559453f79041: Preparing 18:52:22 c27ccc47b3c0: Preparing 18:52:22 7a5743b33e03: Preparing 18:52:22 c27ccc47b3c0: Waiting 18:52:22 2e7ce4fbddb6: Waiting 18:52:22 aad00a702a10: Preparing 18:52:22 b56f20f9daa9: Preparing 18:52:22 aa5968d388b8: Preparing 18:52:22 aad00a702a10: Waiting 18:52:22 b56f20f9daa9: Waiting 18:52:22 559453f79041: Waiting 18:52:22 aa5968d388b8: Waiting 18:52:22 6e93abecd8b5: Layer already exists 18:52:22 b943a76ff013: Layer already exists 18:52:22 93dd3c7cd30b: Layer already exists 18:52:22 e1b4db647ce6: Layer already exists 18:52:22 721b0ae38199: Layer already exists 18:52:22 2e7ce4fbddb6: Layer already exists 18:52:22 aad00a702a10: Layer already exists 18:52:22 559453f79041: Layer already exists 18:52:22 7a5743b33e03: Layer already exists 18:52:22 c27ccc47b3c0: Layer already exists 18:52:22 b56f20f9daa9: Layer already exists 18:52:22 aa5968d388b8: Layer already exists 18:52:22 main: digest: sha256:3bf14a20bb12e1075f5e2f96f7aa31e5bdc402a0be2f10d4ce608d29be3680a6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:22 ===================================================== [Pipeline] echo 18:52:22 taggedImages: 18:52:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 18:52:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.67 18:52:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 18:52:22 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 18:52:22 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:22 latest 18:52:22 3.0.0-dev.67 18:52:22 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:22 main 18:52:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:52:23 0f2ccd558e00: Preparing 18:52:23 5df4ca653034: Preparing 18:52:23 585d7e8880db: Preparing 18:52:23 6c0a91c2c716: Preparing 18:52:23 559453f79041: Preparing 18:52:23 2f7c8388c216: Preparing 18:52:23 aa5968d388b8: Preparing 18:52:23 2f7c8388c216: Waiting 18:52:23 aa5968d388b8: Waiting 18:52:23 559453f79041: Layer already exists 18:52:23 2f7c8388c216: Layer already exists 18:52:23 aa5968d388b8: Layer already exists 18:52:23 5df4ca653034: Pushed 18:52:23 585d7e8880db: Pushed 18:52:23 0f2ccd558e00: Pushed 18:52:24 6c0a91c2c716: Pushed 18:52:24 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 18:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:52:25 0f2ccd558e00: Preparing 18:52:25 5df4ca653034: Preparing 18:52:25 585d7e8880db: Preparing 18:52:25 6c0a91c2c716: Preparing 18:52:25 559453f79041: Preparing 18:52:25 2f7c8388c216: Preparing 18:52:25 aa5968d388b8: Preparing 18:52:25 2f7c8388c216: Waiting 18:52:25 0f2ccd558e00: Layer already exists 18:52:25 585d7e8880db: Layer already exists 18:52:25 6c0a91c2c716: Layer already exists 18:52:25 5df4ca653034: Layer already exists 18:52:25 559453f79041: Layer already exists 18:52:25 aa5968d388b8: Layer already exists 18:52:25 2f7c8388c216: Layer already exists 18:52:25 latest: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 18:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:52:25 0f2ccd558e00: Preparing 18:52:25 5df4ca653034: Preparing 18:52:25 585d7e8880db: Preparing 18:52:25 6c0a91c2c716: Preparing 18:52:25 559453f79041: Preparing 18:52:25 2f7c8388c216: Preparing 18:52:25 aa5968d388b8: Preparing 18:52:25 aa5968d388b8: Waiting 18:52:25 559453f79041: Layer already exists 18:52:25 0f2ccd558e00: Layer already exists 18:52:25 6c0a91c2c716: Layer already exists 18:52:25 5df4ca653034: Layer already exists 18:52:25 585d7e8880db: Layer already exists 18:52:25 2f7c8388c216: Layer already exists 18:52:25 aa5968d388b8: Layer already exists 18:52:25 3.0.0-dev.67: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:52:26 0f2ccd558e00: Preparing 18:52:26 5df4ca653034: Preparing 18:52:26 585d7e8880db: Preparing 18:52:26 6c0a91c2c716: Preparing 18:52:26 559453f79041: Preparing 18:52:26 2f7c8388c216: Preparing 18:52:26 aa5968d388b8: Preparing 18:52:26 2f7c8388c216: Waiting 18:52:26 aa5968d388b8: Waiting 18:52:26 585d7e8880db: Layer already exists 18:52:26 6c0a91c2c716: Layer already exists 18:52:26 559453f79041: Layer already exists 18:52:26 0f2ccd558e00: Layer already exists 18:52:26 5df4ca653034: Layer already exists 18:52:26 2f7c8388c216: Layer already exists 18:52:26 aa5968d388b8: Layer already exists 18:52:26 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 18:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 18:52:26 0f2ccd558e00: Preparing 18:52:26 5df4ca653034: Preparing 18:52:26 585d7e8880db: Preparing 18:52:26 6c0a91c2c716: Preparing 18:52:26 559453f79041: Preparing 18:52:26 2f7c8388c216: Preparing 18:52:26 aa5968d388b8: Preparing 18:52:26 aa5968d388b8: Waiting 18:52:26 5df4ca653034: Layer already exists 18:52:26 585d7e8880db: Layer already exists 18:52:26 559453f79041: Layer already exists 18:52:26 0f2ccd558e00: Layer already exists 18:52:26 6c0a91c2c716: Layer already exists 18:52:26 2f7c8388c216: Layer already exists 18:52:26 aa5968d388b8: Layer already exists 18:52:26 main: digest: sha256:7b88a4e6fc4a28df6a579ae72dcf50f0218f9a42fa2da0fc2dff4641ca1514b9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:26 ===================================================== [Pipeline] echo 18:52:27 taggedImages: 18:52:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 18:52:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.67 18:52:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 18:52:27 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 18:52:27 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:27 latest 18:52:27 3.0.0-dev.67 18:52:27 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:27 main 18:52:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:52:27 128110f03d5f: Preparing 18:52:27 fbf96baa2e5f: Preparing 18:52:27 63818f30593e: Preparing 18:52:27 ed402d090311: Preparing 18:52:27 fbea0b0aae9d: Preparing 18:52:27 6de5a5c265ba: Preparing 18:52:27 92e817c2ac26: Preparing 18:52:27 aa5968d388b8: Preparing 18:52:27 6de5a5c265ba: Waiting 18:52:27 92e817c2ac26: Waiting 18:52:27 aa5968d388b8: Waiting 18:52:27 128110f03d5f: Pushed 18:52:27 fbea0b0aae9d: Pushed 18:52:27 fbf96baa2e5f: Pushed 18:52:27 6de5a5c265ba: Pushed 18:52:27 aa5968d388b8: Layer already exists 18:52:28 92e817c2ac26: Pushed 18:52:28 63818f30593e: Pushed 18:52:28 ed402d090311: Pushed 18:52:28 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 18:52:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:52:29 128110f03d5f: Preparing 18:52:29 fbf96baa2e5f: Preparing 18:52:29 63818f30593e: Preparing 18:52:29 ed402d090311: Preparing 18:52:29 fbea0b0aae9d: Preparing 18:52:29 6de5a5c265ba: Preparing 18:52:29 92e817c2ac26: Preparing 18:52:29 aa5968d388b8: Preparing 18:52:29 6de5a5c265ba: Waiting 18:52:29 92e817c2ac26: Waiting 18:52:29 aa5968d388b8: Waiting 18:52:29 fbea0b0aae9d: Layer already exists 18:52:29 128110f03d5f: Layer already exists 18:52:29 fbf96baa2e5f: Layer already exists 18:52:29 63818f30593e: Layer already exists 18:52:29 ed402d090311: Layer already exists 18:52:29 6de5a5c265ba: Layer already exists 18:52:29 aa5968d388b8: Layer already exists 18:52:29 92e817c2ac26: Layer already exists 18:52:29 latest: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 18:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:52:30 128110f03d5f: Preparing 18:52:30 fbf96baa2e5f: Preparing 18:52:30 63818f30593e: Preparing 18:52:30 ed402d090311: Preparing 18:52:30 fbea0b0aae9d: Preparing 18:52:30 6de5a5c265ba: Preparing 18:52:30 92e817c2ac26: Preparing 18:52:30 aa5968d388b8: Preparing 18:52:30 aa5968d388b8: Waiting 18:52:30 6de5a5c265ba: Waiting 18:52:30 92e817c2ac26: Waiting 18:52:30 128110f03d5f: Layer already exists 18:52:30 63818f30593e: Layer already exists 18:52:30 fbea0b0aae9d: Layer already exists 18:52:30 ed402d090311: Layer already exists 18:52:30 fbf96baa2e5f: Layer already exists 18:52:30 6de5a5c265ba: Layer already exists 18:52:30 92e817c2ac26: Layer already exists 18:52:30 aa5968d388b8: Layer already exists 18:52:30 3.0.0-dev.67: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:52:30 128110f03d5f: Preparing 18:52:30 fbf96baa2e5f: Preparing 18:52:30 63818f30593e: Preparing 18:52:30 ed402d090311: Preparing 18:52:30 fbea0b0aae9d: Preparing 18:52:30 6de5a5c265ba: Preparing 18:52:30 92e817c2ac26: Preparing 18:52:30 aa5968d388b8: Preparing 18:52:30 6de5a5c265ba: Waiting 18:52:30 92e817c2ac26: Waiting 18:52:30 ed402d090311: Layer already exists 18:52:30 fbf96baa2e5f: Layer already exists 18:52:30 fbea0b0aae9d: Layer already exists 18:52:30 128110f03d5f: Layer already exists 18:52:30 63818f30593e: Layer already exists 18:52:30 6de5a5c265ba: Layer already exists 18:52:30 aa5968d388b8: Layer already exists 18:52:30 92e817c2ac26: Layer already exists 18:52:30 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 18:52:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 18:52:31 128110f03d5f: Preparing 18:52:31 fbf96baa2e5f: Preparing 18:52:31 63818f30593e: Preparing 18:52:31 ed402d090311: Preparing 18:52:31 fbea0b0aae9d: Preparing 18:52:31 6de5a5c265ba: Preparing 18:52:31 92e817c2ac26: Preparing 18:52:31 aa5968d388b8: Preparing 18:52:31 92e817c2ac26: Waiting 18:52:31 6de5a5c265ba: Waiting 18:52:31 aa5968d388b8: Waiting 18:52:31 fbea0b0aae9d: Layer already exists 18:52:31 ed402d090311: Layer already exists 18:52:31 128110f03d5f: Layer already exists 18:52:31 63818f30593e: Layer already exists 18:52:31 fbf96baa2e5f: Layer already exists 18:52:31 6de5a5c265ba: Layer already exists 18:52:31 92e817c2ac26: Layer already exists 18:52:31 aa5968d388b8: Layer already exists 18:52:31 main: digest: sha256:dee50145104c82b4b372e08dc79aa2e5df75f7df47b8a98b2220df9214517e60 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:31 ===================================================== [Pipeline] echo 18:52:31 taggedImages: 18:52:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 18:52:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.67 18:52:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 18:52:31 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 18:52:31 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:31 latest 18:52:31 3.0.0-dev.67 18:52:31 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:31 main 18:52:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:52:32 8edecacfef31: Preparing 18:52:32 54a881cb2a34: Preparing 18:52:32 9facfce87bf0: Preparing 18:52:32 bd531cc1fb8f: Preparing 18:52:32 27435bb63bbe: Preparing 18:52:32 7b5ee6140430: Preparing 18:52:32 ba2bda8590c4: Preparing 18:52:32 41fdef2ed649: Preparing 18:52:32 13141af1c3d1: Preparing 18:52:32 aa5968d388b8: Preparing 18:52:32 ba2bda8590c4: Waiting 18:52:32 41fdef2ed649: Waiting 18:52:32 13141af1c3d1: Waiting 18:52:32 aa5968d388b8: Waiting 18:52:32 7b5ee6140430: Waiting 18:52:32 27435bb63bbe: Pushed 18:52:32 8edecacfef31: Pushed 18:52:32 54a881cb2a34: Pushed 18:52:32 7b5ee6140430: Pushed 18:52:32 ba2bda8590c4: Pushed 18:52:32 41fdef2ed649: Pushed 18:52:32 aa5968d388b8: Layer already exists 18:52:32 13141af1c3d1: Pushed 18:52:33 bd531cc1fb8f: Pushed 18:52:33 9facfce87bf0: Pushed 18:52:33 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 18:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:52:34 8edecacfef31: Preparing 18:52:34 54a881cb2a34: Preparing 18:52:34 9facfce87bf0: Preparing 18:52:34 bd531cc1fb8f: Preparing 18:52:34 27435bb63bbe: Preparing 18:52:34 7b5ee6140430: Preparing 18:52:34 ba2bda8590c4: Preparing 18:52:34 41fdef2ed649: Preparing 18:52:34 13141af1c3d1: Preparing 18:52:34 7b5ee6140430: Waiting 18:52:34 aa5968d388b8: Preparing 18:52:34 13141af1c3d1: Waiting 18:52:34 41fdef2ed649: Waiting 18:52:34 aa5968d388b8: Waiting 18:52:34 8edecacfef31: Layer already exists 18:52:34 9facfce87bf0: Layer already exists 18:52:34 27435bb63bbe: Layer already exists 18:52:34 bd531cc1fb8f: Layer already exists 18:52:34 54a881cb2a34: Layer already exists 18:52:34 7b5ee6140430: Layer already exists 18:52:34 ba2bda8590c4: Layer already exists 18:52:34 aa5968d388b8: Layer already exists 18:52:34 41fdef2ed649: Layer already exists 18:52:34 13141af1c3d1: Layer already exists 18:52:34 latest: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 18:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:52:35 8edecacfef31: Preparing 18:52:35 54a881cb2a34: Preparing 18:52:35 9facfce87bf0: Preparing 18:52:35 bd531cc1fb8f: Preparing 18:52:35 27435bb63bbe: Preparing 18:52:35 7b5ee6140430: Preparing 18:52:35 ba2bda8590c4: Preparing 18:52:35 41fdef2ed649: Preparing 18:52:35 13141af1c3d1: Preparing 18:52:35 aa5968d388b8: Preparing 18:52:35 7b5ee6140430: Waiting 18:52:35 ba2bda8590c4: Waiting 18:52:35 41fdef2ed649: Waiting 18:52:35 13141af1c3d1: Waiting 18:52:35 aa5968d388b8: Waiting 18:52:35 27435bb63bbe: Layer already exists 18:52:35 54a881cb2a34: Layer already exists 18:52:35 bd531cc1fb8f: Layer already exists 18:52:35 9facfce87bf0: Layer already exists 18:52:35 8edecacfef31: Layer already exists 18:52:35 7b5ee6140430: Layer already exists 18:52:35 ba2bda8590c4: Layer already exists 18:52:35 41fdef2ed649: Layer already exists 18:52:35 13141af1c3d1: Layer already exists 18:52:35 aa5968d388b8: Layer already exists 18:52:35 3.0.0-dev.67: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:52:35 8edecacfef31: Preparing 18:52:35 54a881cb2a34: Preparing 18:52:35 9facfce87bf0: Preparing 18:52:35 bd531cc1fb8f: Preparing 18:52:35 27435bb63bbe: Preparing 18:52:35 7b5ee6140430: Preparing 18:52:35 ba2bda8590c4: Preparing 18:52:35 41fdef2ed649: Preparing 18:52:35 13141af1c3d1: Preparing 18:52:35 aa5968d388b8: Preparing 18:52:35 7b5ee6140430: Waiting 18:52:35 ba2bda8590c4: Waiting 18:52:35 13141af1c3d1: Waiting 18:52:35 41fdef2ed649: Waiting 18:52:35 aa5968d388b8: Waiting 18:52:35 9facfce87bf0: Layer already exists 18:52:35 27435bb63bbe: Layer already exists 18:52:35 54a881cb2a34: Layer already exists 18:52:35 8edecacfef31: Layer already exists 18:52:35 bd531cc1fb8f: Layer already exists 18:52:35 ba2bda8590c4: Layer already exists 18:52:35 7b5ee6140430: Layer already exists 18:52:35 41fdef2ed649: Layer already exists 18:52:35 13141af1c3d1: Layer already exists 18:52:35 aa5968d388b8: Layer already exists 18:52:35 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 18:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 18:52:36 8edecacfef31: Preparing 18:52:36 54a881cb2a34: Preparing 18:52:36 9facfce87bf0: Preparing 18:52:36 bd531cc1fb8f: Preparing 18:52:36 27435bb63bbe: Preparing 18:52:36 7b5ee6140430: Preparing 18:52:36 ba2bda8590c4: Preparing 18:52:36 41fdef2ed649: Preparing 18:52:36 13141af1c3d1: Preparing 18:52:36 aa5968d388b8: Preparing 18:52:36 41fdef2ed649: Waiting 18:52:36 13141af1c3d1: Waiting 18:52:36 aa5968d388b8: Waiting 18:52:36 7b5ee6140430: Waiting 18:52:36 ba2bda8590c4: Waiting 18:52:36 8edecacfef31: Layer already exists 18:52:36 bd531cc1fb8f: Layer already exists 18:52:36 54a881cb2a34: Layer already exists 18:52:36 9facfce87bf0: Layer already exists 18:52:36 27435bb63bbe: Layer already exists 18:52:36 ba2bda8590c4: Layer already exists 18:52:36 7b5ee6140430: Layer already exists 18:52:36 41fdef2ed649: Layer already exists 18:52:36 13141af1c3d1: Layer already exists 18:52:36 aa5968d388b8: Layer already exists 18:52:36 main: digest: sha256:3ce64e1b4f321f486450dc96d64cafa535aacd6350eee6ffca682b9d4c8093a1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:36 ===================================================== [Pipeline] echo 18:52:36 taggedImages: 18:52:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 18:52:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.67 18:52:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 18:52:36 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 18:52:36 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:36 latest 18:52:36 3.0.0-dev.67 18:52:36 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:36 main 18:52:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:52:37 cf6b2b02f81c: Preparing 18:52:37 5e77626b212e: Preparing 18:52:37 559453f79041: Preparing 18:52:37 c501bebfb96b: Preparing 18:52:37 4e6476652798: Preparing 18:52:37 4e6476652798: Layer already exists 18:52:37 559453f79041: Layer already exists 18:52:37 cf6b2b02f81c: Pushed 18:52:37 c501bebfb96b: Pushed 18:52:38 5e77626b212e: Pushed 18:52:39 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 18:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:52:39 cf6b2b02f81c: Preparing 18:52:39 5e77626b212e: Preparing 18:52:39 559453f79041: Preparing 18:52:39 c501bebfb96b: Preparing 18:52:39 4e6476652798: Preparing 18:52:39 cf6b2b02f81c: Layer already exists 18:52:39 c501bebfb96b: Layer already exists 18:52:39 559453f79041: Layer already exists 18:52:39 5e77626b212e: Layer already exists 18:52:39 4e6476652798: Layer already exists 18:52:39 latest: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 18:52:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:52:40 cf6b2b02f81c: Preparing 18:52:40 5e77626b212e: Preparing 18:52:40 559453f79041: Preparing 18:52:40 c501bebfb96b: Preparing 18:52:40 4e6476652798: Preparing 18:52:40 c501bebfb96b: Layer already exists 18:52:40 cf6b2b02f81c: Layer already exists 18:52:40 4e6476652798: Layer already exists 18:52:40 5e77626b212e: Layer already exists 18:52:40 559453f79041: Layer already exists 18:52:40 3.0.0-dev.67: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:52:41 cf6b2b02f81c: Preparing 18:52:41 5e77626b212e: Preparing 18:52:41 559453f79041: Preparing 18:52:41 c501bebfb96b: Preparing 18:52:41 4e6476652798: Preparing 18:52:41 cf6b2b02f81c: Layer already exists 18:52:41 559453f79041: Layer already exists 18:52:41 4e6476652798: Layer already exists 18:52:41 5e77626b212e: Layer already exists 18:52:41 c501bebfb96b: Layer already exists 18:52:41 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:41 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 18:52:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 18:52:41 cf6b2b02f81c: Preparing 18:52:41 5e77626b212e: Preparing 18:52:41 559453f79041: Preparing 18:52:41 c501bebfb96b: Preparing 18:52:41 4e6476652798: Preparing 18:52:41 559453f79041: Layer already exists 18:52:41 4e6476652798: Layer already exists 18:52:41 c501bebfb96b: Layer already exists 18:52:41 5e77626b212e: Layer already exists 18:52:41 cf6b2b02f81c: Layer already exists 18:52:41 main: digest: sha256:21de0699f14f8fa520f561e738c35147315f2a21146e194824a244da59ff4cf3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:41 ===================================================== [Pipeline] echo 18:52:41 taggedImages: 18:52:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 18:52:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.67 18:52:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 18:52:41 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 18:52:41 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:41 latest 18:52:41 3.0.0-dev.67 18:52:41 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:41 main 18:52:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:52:42 e43647bb732f: Preparing 18:52:42 5f7f0c15379a: Preparing 18:52:42 6aa859d6b3ea: Preparing 18:52:42 a1315b33217c: Preparing 18:52:42 b5f9b135f680: Preparing 18:52:42 632d328ce66a: Preparing 18:52:42 4e6476652798: Preparing 18:52:42 632d328ce66a: Waiting 18:52:42 4e6476652798: Waiting 18:52:42 5f7f0c15379a: Pushed 18:52:42 e43647bb732f: Pushed 18:52:42 6aa859d6b3ea: Pushed 18:52:42 4e6476652798: Layer already exists 18:52:42 632d328ce66a: Pushed 18:52:46 b5f9b135f680: Pushed 18:52:48 a1315b33217c: Pushed 18:52:48 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:49 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 18:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:52:49 e43647bb732f: Preparing 18:52:49 5f7f0c15379a: Preparing 18:52:49 6aa859d6b3ea: Preparing 18:52:49 a1315b33217c: Preparing 18:52:49 b5f9b135f680: Preparing 18:52:49 632d328ce66a: Preparing 18:52:49 4e6476652798: Preparing 18:52:49 632d328ce66a: Waiting 18:52:49 4e6476652798: Waiting 18:52:49 b5f9b135f680: Layer already exists 18:52:49 e43647bb732f: Layer already exists 18:52:49 5f7f0c15379a: Layer already exists 18:52:49 6aa859d6b3ea: Layer already exists 18:52:49 a1315b33217c: Layer already exists 18:52:49 632d328ce66a: Layer already exists 18:52:49 4e6476652798: Layer already exists 18:52:49 latest: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:49 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 18:52:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:52:50 e43647bb732f: Preparing 18:52:50 5f7f0c15379a: Preparing 18:52:50 6aa859d6b3ea: Preparing 18:52:50 a1315b33217c: Preparing 18:52:50 b5f9b135f680: Preparing 18:52:50 632d328ce66a: Preparing 18:52:50 4e6476652798: Preparing 18:52:50 4e6476652798: Waiting 18:52:50 632d328ce66a: Waiting 18:52:50 a1315b33217c: Layer already exists 18:52:50 5f7f0c15379a: Layer already exists 18:52:50 6aa859d6b3ea: Layer already exists 18:52:50 b5f9b135f680: Layer already exists 18:52:50 e43647bb732f: Layer already exists 18:52:50 632d328ce66a: Layer already exists 18:52:50 4e6476652798: Layer already exists 18:52:50 3.0.0-dev.67: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:52:50 e43647bb732f: Preparing 18:52:50 5f7f0c15379a: Preparing 18:52:50 6aa859d6b3ea: Preparing 18:52:50 a1315b33217c: Preparing 18:52:50 b5f9b135f680: Preparing 18:52:50 632d328ce66a: Preparing 18:52:50 4e6476652798: Preparing 18:52:50 632d328ce66a: Waiting 18:52:50 4e6476652798: Waiting 18:52:50 5f7f0c15379a: Layer already exists 18:52:50 a1315b33217c: Layer already exists 18:52:50 e43647bb732f: Layer already exists 18:52:50 6aa859d6b3ea: Layer already exists 18:52:50 b5f9b135f680: Layer already exists 18:52:50 632d328ce66a: Layer already exists 18:52:50 4e6476652798: Layer already exists 18:52:50 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 18:52:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 18:52:51 e43647bb732f: Preparing 18:52:51 5f7f0c15379a: Preparing 18:52:51 6aa859d6b3ea: Preparing 18:52:51 a1315b33217c: Preparing 18:52:51 b5f9b135f680: Preparing 18:52:51 632d328ce66a: Preparing 18:52:51 4e6476652798: Preparing 18:52:51 632d328ce66a: Waiting 18:52:51 4e6476652798: Waiting 18:52:51 b5f9b135f680: Layer already exists 18:52:51 6aa859d6b3ea: Layer already exists 18:52:51 e43647bb732f: Layer already exists 18:52:51 a1315b33217c: Layer already exists 18:52:51 5f7f0c15379a: Layer already exists 18:52:51 632d328ce66a: Layer already exists 18:52:51 4e6476652798: Layer already exists 18:52:51 main: digest: sha256:b6a0b463e90d121816b0d3cb18cae0e671d5c59cb4daf02facb1b87d5d0c855f size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:51 ===================================================== [Pipeline] echo 18:52:51 taggedImages: 18:52:51 - nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:51 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 18:52:51 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.67 18:52:51 - nexus3.edgexfoundry.org:10004/security-spire-agent:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:51 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 18:52:51 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 18:52:51 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:51 latest 18:52:51 3.0.0-dev.67 18:52:51 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:51 main 18:52:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:51 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:52:52 e27c500da9e0: Preparing 18:52:52 2ae0eabbc881: Preparing 18:52:52 712e7935b214: Preparing 18:52:52 a1315b33217c: Preparing 18:52:52 5c00d75bbb6e: Preparing 18:52:52 4e6476652798: Preparing 18:52:52 4e6476652798: Waiting 18:52:52 e27c500da9e0: Pushed 18:52:52 a1315b33217c: Layer already exists 18:52:52 712e7935b214: Pushed 18:52:52 2ae0eabbc881: Pushed 18:52:52 5c00d75bbb6e: Pushed 18:52:52 4e6476652798: Layer already exists 18:52:52 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 18:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:52:53 e27c500da9e0: Preparing 18:52:53 2ae0eabbc881: Preparing 18:52:53 712e7935b214: Preparing 18:52:53 a1315b33217c: Preparing 18:52:53 5c00d75bbb6e: Preparing 18:52:53 4e6476652798: Preparing 18:52:53 4e6476652798: Waiting 18:52:53 a1315b33217c: Layer already exists 18:52:53 712e7935b214: Layer already exists 18:52:53 e27c500da9e0: Layer already exists 18:52:53 2ae0eabbc881: Layer already exists 18:52:53 5c00d75bbb6e: Layer already exists 18:52:53 4e6476652798: Layer already exists 18:52:53 latest: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 18:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:52:54 e27c500da9e0: Preparing 18:52:54 2ae0eabbc881: Preparing 18:52:54 712e7935b214: Preparing 18:52:54 a1315b33217c: Preparing 18:52:54 5c00d75bbb6e: Preparing 18:52:54 4e6476652798: Preparing 18:52:54 4e6476652798: Waiting 18:52:54 e27c500da9e0: Layer already exists 18:52:54 5c00d75bbb6e: Layer already exists 18:52:54 712e7935b214: Layer already exists 18:52:54 2ae0eabbc881: Layer already exists 18:52:54 a1315b33217c: Layer already exists 18:52:54 4e6476652798: Layer already exists 18:52:54 3.0.0-dev.67: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:52:54 e27c500da9e0: Preparing 18:52:54 2ae0eabbc881: Preparing 18:52:54 712e7935b214: Preparing 18:52:54 a1315b33217c: Preparing 18:52:54 5c00d75bbb6e: Preparing 18:52:54 4e6476652798: Preparing 18:52:54 4e6476652798: Waiting 18:52:54 2ae0eabbc881: Layer already exists 18:52:54 5c00d75bbb6e: Layer already exists 18:52:54 a1315b33217c: Layer already exists 18:52:54 712e7935b214: Layer already exists 18:52:54 e27c500da9e0: Layer already exists 18:52:54 4e6476652798: Layer already exists 18:52:54 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 18:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 18:52:55 e27c500da9e0: Preparing 18:52:55 2ae0eabbc881: Preparing 18:52:55 712e7935b214: Preparing 18:52:55 a1315b33217c: Preparing 18:52:55 5c00d75bbb6e: Preparing 18:52:55 4e6476652798: Preparing 18:52:55 4e6476652798: Waiting 18:52:55 2ae0eabbc881: Layer already exists 18:52:55 5c00d75bbb6e: Layer already exists 18:52:55 e27c500da9e0: Layer already exists 18:52:55 a1315b33217c: Layer already exists 18:52:55 712e7935b214: Layer already exists 18:52:55 4e6476652798: Layer already exists 18:52:55 main: digest: sha256:cd0e7a3c71ec8accb48e9fd53d9398921371f5611a4566ca7bcdbcdb07bc39e1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:55 ===================================================== [Pipeline] echo 18:52:55 taggedImages: 18:52:55 - nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:55 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 18:52:55 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.67 18:52:55 - nexus3.edgexfoundry.org:10004/security-spire-config:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:55 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 18:52:55 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 18:52:55 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:55 latest 18:52:55 3.0.0-dev.67 18:52:55 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:52:55 main 18:52:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:52:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:52:55 cfe65a24d8fe: Preparing 18:52:55 094366397837: Preparing 18:52:55 15a95469cbbb: Preparing 18:52:55 526fd2116420: Preparing 18:52:55 569dc8cfa5d2: Preparing 18:52:55 4e6476652798: Preparing 18:52:55 4e6476652798: Waiting 18:52:55 094366397837: Pushed 18:52:55 15a95469cbbb: Pushed 18:52:55 cfe65a24d8fe: Pushed 18:52:55 4e6476652798: Layer already exists 18:52:56 569dc8cfa5d2: Pushed 18:53:02 526fd2116420: Pushed 18:53:02 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 18:53:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:53:03 cfe65a24d8fe: Preparing 18:53:03 094366397837: Preparing 18:53:03 15a95469cbbb: Preparing 18:53:03 526fd2116420: Preparing 18:53:03 569dc8cfa5d2: Preparing 18:53:03 4e6476652798: Preparing 18:53:03 4e6476652798: Waiting 18:53:03 569dc8cfa5d2: Layer already exists 18:53:03 15a95469cbbb: Layer already exists 18:53:03 cfe65a24d8fe: Layer already exists 18:53:03 526fd2116420: Layer already exists 18:53:03 094366397837: Layer already exists 18:53:03 4e6476652798: Layer already exists 18:53:03 latest: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 18:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:53:04 cfe65a24d8fe: Preparing 18:53:04 094366397837: Preparing 18:53:04 15a95469cbbb: Preparing 18:53:04 526fd2116420: Preparing 18:53:04 569dc8cfa5d2: Preparing 18:53:04 4e6476652798: Preparing 18:53:04 4e6476652798: Waiting 18:53:04 569dc8cfa5d2: Layer already exists 18:53:04 094366397837: Layer already exists 18:53:04 cfe65a24d8fe: Layer already exists 18:53:04 15a95469cbbb: Layer already exists 18:53:04 526fd2116420: Layer already exists 18:53:04 4e6476652798: Layer already exists 18:53:04 3.0.0-dev.67: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:53:04 cfe65a24d8fe: Preparing 18:53:04 094366397837: Preparing 18:53:04 15a95469cbbb: Preparing 18:53:04 526fd2116420: Preparing 18:53:04 569dc8cfa5d2: Preparing 18:53:04 4e6476652798: Preparing 18:53:04 4e6476652798: Waiting 18:53:04 cfe65a24d8fe: Layer already exists 18:53:04 526fd2116420: Layer already exists 18:53:04 569dc8cfa5d2: Layer already exists 18:53:04 15a95469cbbb: Layer already exists 18:53:04 094366397837: Layer already exists 18:53:04 4e6476652798: Layer already exists 18:53:04 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 18:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 18:53:05 cfe65a24d8fe: Preparing 18:53:05 094366397837: Preparing 18:53:05 15a95469cbbb: Preparing 18:53:05 526fd2116420: Preparing 18:53:05 569dc8cfa5d2: Preparing 18:53:05 4e6476652798: Preparing 18:53:05 526fd2116420: Layer already exists 18:53:05 15a95469cbbb: Layer already exists 18:53:05 cfe65a24d8fe: Layer already exists 18:53:05 569dc8cfa5d2: Layer already exists 18:53:05 094366397837: Layer already exists 18:53:05 4e6476652798: Layer already exists 18:53:05 main: digest: sha256:239c0dbe08904785df0f64ea83e5bea153eb2f86eeecdb9995f8d8400261aa59 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:05 ===================================================== [Pipeline] echo 18:53:05 taggedImages: 18:53:05 - nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:05 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 18:53:05 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.67 18:53:05 - nexus3.edgexfoundry.org:10004/security-spire-server:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:05 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 18:53:05 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 18:53:05 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:05 latest 18:53:05 3.0.0-dev.67 18:53:05 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:05 main 18:53:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:53:05 13ca9c786ff3: Preparing 18:53:05 1d89645686da: Preparing 18:53:05 559453f79041: Preparing 18:53:05 7ce15722a17c: Preparing 18:53:05 aa5968d388b8: Preparing 18:53:05 559453f79041: Layer already exists 18:53:05 aa5968d388b8: Layer already exists 18:53:05 13ca9c786ff3: Pushed 18:53:05 7ce15722a17c: Pushed 18:53:08 1d89645686da: Pushed 18:53:08 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 18:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:53:09 13ca9c786ff3: Preparing 18:53:09 1d89645686da: Preparing 18:53:09 559453f79041: Preparing 18:53:09 7ce15722a17c: Preparing 18:53:09 aa5968d388b8: Preparing 18:53:09 1d89645686da: Layer already exists 18:53:09 13ca9c786ff3: Layer already exists 18:53:09 aa5968d388b8: Layer already exists 18:53:09 7ce15722a17c: Layer already exists 18:53:09 559453f79041: Layer already exists 18:53:09 latest: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 18:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:53:09 13ca9c786ff3: Preparing 18:53:09 1d89645686da: Preparing 18:53:09 559453f79041: Preparing 18:53:09 7ce15722a17c: Preparing 18:53:09 aa5968d388b8: Preparing 18:53:09 aa5968d388b8: Layer already exists 18:53:09 13ca9c786ff3: Layer already exists 18:53:09 1d89645686da: Layer already exists 18:53:09 559453f79041: Layer already exists 18:53:09 7ce15722a17c: Layer already exists 18:53:09 3.0.0-dev.67: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:53:10 13ca9c786ff3: Preparing 18:53:10 1d89645686da: Preparing 18:53:10 559453f79041: Preparing 18:53:10 7ce15722a17c: Preparing 18:53:10 aa5968d388b8: Preparing 18:53:10 13ca9c786ff3: Layer already exists 18:53:10 1d89645686da: Layer already exists 18:53:10 7ce15722a17c: Layer already exists 18:53:10 559453f79041: Layer already exists 18:53:10 aa5968d388b8: Layer already exists 18:53:10 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:10 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 18:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 18:53:10 13ca9c786ff3: Preparing 18:53:10 1d89645686da: Preparing 18:53:10 559453f79041: Preparing 18:53:10 7ce15722a17c: Preparing 18:53:10 aa5968d388b8: Preparing 18:53:10 aa5968d388b8: Layer already exists 18:53:10 13ca9c786ff3: Layer already exists 18:53:10 1d89645686da: Layer already exists 18:53:10 559453f79041: Layer already exists 18:53:10 7ce15722a17c: Layer already exists 18:53:10 main: digest: sha256:c3fdb230beffb66b942c2fd8aad8cda0b139a76334a44d422de3065109133355 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:10 ===================================================== [Pipeline] echo 18:53:10 taggedImages: 18:53:10 - nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:10 - nexus3.edgexfoundry.org:10004/support-notifications:latest 18:53:10 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.67 18:53:10 - nexus3.edgexfoundry.org:10004/support-notifications:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:10 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 18:53:10 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 18:53:10 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:10 latest 18:53:10 3.0.0-dev.67 18:53:10 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:10 main 18:53:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:53:11 2ffb279378e6: Preparing 18:53:11 d601329b8715: Preparing 18:53:11 559453f79041: Preparing 18:53:11 2f7c8388c216: Preparing 18:53:11 aa5968d388b8: Preparing 18:53:11 aa5968d388b8: Layer already exists 18:53:11 2f7c8388c216: Layer already exists 18:53:11 559453f79041: Layer already exists 18:53:11 2ffb279378e6: Pushed 18:53:14 d601329b8715: Pushed 18:53:14 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 18:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:53:14 2ffb279378e6: Preparing 18:53:14 d601329b8715: Preparing 18:53:14 559453f79041: Preparing 18:53:14 2f7c8388c216: Preparing 18:53:14 aa5968d388b8: Preparing 18:53:14 d601329b8715: Layer already exists 18:53:14 aa5968d388b8: Layer already exists 18:53:14 2ffb279378e6: Layer already exists 18:53:14 2f7c8388c216: Layer already exists 18:53:14 559453f79041: Layer already exists 18:53:14 latest: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 18:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:53:15 2ffb279378e6: Preparing 18:53:15 d601329b8715: Preparing 18:53:15 559453f79041: Preparing 18:53:15 2f7c8388c216: Preparing 18:53:15 aa5968d388b8: Preparing 18:53:15 d601329b8715: Layer already exists 18:53:15 559453f79041: Layer already exists 18:53:15 2ffb279378e6: Layer already exists 18:53:15 aa5968d388b8: Layer already exists 18:53:15 2f7c8388c216: Layer already exists 18:53:15 3.0.0-dev.67: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:53:16 2ffb279378e6: Preparing 18:53:16 d601329b8715: Preparing 18:53:16 559453f79041: Preparing 18:53:16 2f7c8388c216: Preparing 18:53:16 aa5968d388b8: Preparing 18:53:16 d601329b8715: Layer already exists 18:53:16 2f7c8388c216: Layer already exists 18:53:16 559453f79041: Layer already exists 18:53:16 2ffb279378e6: Layer already exists 18:53:16 aa5968d388b8: Layer already exists 18:53:16 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 18:53:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 18:53:16 2ffb279378e6: Preparing 18:53:16 d601329b8715: Preparing 18:53:16 559453f79041: Preparing 18:53:16 2f7c8388c216: Preparing 18:53:16 aa5968d388b8: Preparing 18:53:16 559453f79041: Layer already exists 18:53:16 d601329b8715: Layer already exists 18:53:16 2ffb279378e6: Layer already exists 18:53:16 aa5968d388b8: Layer already exists 18:53:16 2f7c8388c216: Layer already exists 18:53:16 main: digest: sha256:985fa43514712709c8f70cca613cb59e9047b763a43cfcd5cb4ef25ed49ad165 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:16 ===================================================== [Pipeline] echo 18:53:16 taggedImages: 18:53:16 - nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:53:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 18:53:16 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.67 18:53:16 - nexus3.edgexfoundry.org:10004/support-scheduler:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 18:53:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:53:24 Removing intermediate container 2f00e4167209 18:53:24 ---> 8972fd63b7f4 18:53:24 Step 8/22 : COPY . . 18:53:24 ---> dc4251570eb3 18:53:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:53:24 ---> Running in 71cf0bf2d523 18:53:24 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:56:45 Removing intermediate container 80fe9b336598 18:56:45 ---> 65bebbe0cdf5 18:56:45 18:56:45 Step 10/22 : FROM alpine:3.16 18:56:45 3.16: Pulling from library/alpine 18:56:45 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:56:45 Status: Downloaded newer image for alpine:3.16 18:56:45 ---> 4c81e5bf8899 18:56:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 18:56:45 ---> Running in 32c32aae2930 18:56:45 Removing intermediate container 32c32aae2930 18:56:45 ---> 3392c3f503b3 18:56:45 Step 12/22 : RUN apk add --update --no-cache dumb-init 18:56:45 ---> Running in ecd66fa4dd64 18:56:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:56:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:56:49 (1/1) Installing dumb-init (1.2.5-r1) 18:56:49 Executing busybox-1.35.0-r17.trigger 18:56:49 OK: 5 MiB in 15 packages 18:56:51 Removing intermediate container ecd66fa4dd64 18:56:51 ---> 9f5ab0c7276f 18:56:51 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:56:51 ---> fb0d854abe7b 18:56:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:56:54 ---> 39cd87d57b89 18:56:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 18:56:54 ---> c5402b6d6f51 18:56:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:56:55 ---> fd577d8f095d 18:56:55 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:56:55 ---> Running in 1831f021317a 18:56:59 Removing intermediate container 1831f021317a 18:56:59 ---> b97eeabfadb8 18:56:59 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 18:56:59 ---> Running in ccbc7c38cec1 18:56:59 Removing intermediate container ccbc7c38cec1 18:56:59 ---> 0212c511d91f 18:56:59 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 18:56:59 ---> Running in 3169dd2d7b4f 18:57:00 Removing intermediate container 3169dd2d7b4f 18:57:00 ---> 40a01aa55fcc 18:57:00 Step 20/22 : LABEL arch=arm64 18:57:00 ---> Running in 140f3da4561c 18:57:01 Removing intermediate container 140f3da4561c 18:57:01 ---> 1891bcb55741 18:57:01 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:57:01 ---> Running in 817cfa62b984 18:57:01 Removing intermediate container 817cfa62b984 18:57:01 ---> 2cdf4936449e 18:57:01 Step 22/22 : LABEL version=3.0.0-dev.67 18:57:01 ---> Running in c9f9ccb30665 18:57:02 Removing intermediate container c9f9ccb30665 18:57:02 ---> a84f66053266 18:57:02 18:57:02 Successfully built a84f66053266 18:57:02 Successfully tagged security-proxy-auth-arm64:latest 18:57:02  Building security-proxy-auth ... done Building core-metadata 18:57:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:57:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:57:06 ---> efbb5a96c115 18:57:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 18:57:06 ---> Using cache 18:57:06 ---> a88e537731ea 18:57:06 Step 4/24 : WORKDIR /edgex-go 18:57:06 ---> Using cache 18:57:06 ---> 2bbee1b973a1 18:57:06 Step 5/24 : RUN apk add --update --no-cache make git 18:57:06 ---> Using cache 18:57:06 ---> 96920a4b8011 18:57:06 Step 6/24 : COPY go.mod vendor* ./ 18:57:06 ---> Using cache 18:57:06 ---> 37a7706e6b77 18:57:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:57:06 ---> Using cache 18:57:06 ---> a4e0b5ff0b16 18:57:06 Step 8/24 : COPY . . 18:57:06 ---> Using cache 18:57:06 ---> 7391ec4c29ea 18:57:06 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 18:57:08 ---> Running in 1992fd1fe684 18:57:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:57:36 Removing intermediate container 1c1f26c39fb1 18:57:36 ---> f892abefcca0 18:57:36 18:57:36 Step 10/23 : FROM alpine:3.16 18:57:36 ---> 4c81e5bf8899 18:57:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:57:36 ---> Running in 2ed5c9037e8d 18:57:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:57:38 (1/1) Installing dumb-init (1.2.5-r1) 18:57:38 Executing busybox-1.35.0-r17.trigger 18:57:38 OK: 5 MiB in 15 packages 18:57:40 Removing intermediate container 2ed5c9037e8d 18:57:40 ---> f24adc9ce86a 18:57:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:57:40 ---> Running in 847ae4c8dcae 18:57:40 Removing intermediate container 847ae4c8dcae 18:57:40 ---> 7aa9d4665858 18:57:40 Step 13/23 : ENV APP_PORT=59882 18:57:40 ---> Running in a04985c6901b 18:57:40 Removing intermediate container a04985c6901b 18:57:40 ---> ad45d73f1b3a 18:57:40 Step 14/23 : EXPOSE $APP_PORT 18:57:41 ---> Running in 601f6a6b65ca 18:57:41 Removing intermediate container 601f6a6b65ca 18:57:41 ---> 7127df6de175 18:57:41 Step 15/23 : WORKDIR / 18:57:41 ---> Running in fbbdab3d69e8 18:57:42 Removing intermediate container fbbdab3d69e8 18:57:42 ---> a1ce16912401 18:57:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:57:42 ---> b2fde76b29fc 18:57:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:57:48 ---> 7e3c116cdaeb 18:57:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:57:48 ---> 859ecf71eedd 18:57:48 Step 19/23 : ENTRYPOINT ["/core-command"] 18:57:48 ---> Running in 3b1ae3401831 18:57:48 Removing intermediate container 3b1ae3401831 18:57:48 ---> a26e99c5208c 18:57:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:57:48 ---> Running in 0891d5fc1d07 18:57:49 Removing intermediate container 0891d5fc1d07 18:57:49 ---> cc30ac6a5e29 18:57:49 Step 21/23 : LABEL arch=arm64 18:57:49 ---> Running in f1f201d66a10 18:57:49 Removing intermediate container f1f201d66a10 18:57:49 ---> 7a70902b1194 18:57:49 Step 22/23 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:57:49 ---> Running in ec6cea5d3f3c 18:57:50 Removing intermediate container ec6cea5d3f3c 18:57:50 ---> add38406efc7 18:57:50 Step 23/23 : LABEL version=3.0.0-dev.67 18:57:50 ---> Running in 9d73dc1d3dc8 18:57:51 Removing intermediate container 9d73dc1d3dc8 18:57:51 ---> dc9e62a625ca 18:57:51 18:57:51 Successfully built dc9e62a625ca 18:57:51 Successfully tagged core-command-arm64:latest 18:57:51  Building core-command ... done Building core-data 18:57:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:57:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:54 ---> efbb5a96c115 18:57:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:57:54 ---> Using cache 18:57:54 ---> a88e537731ea 18:57:54 Step 4/22 : WORKDIR /edgex-go 18:57:54 ---> Using cache 18:57:54 ---> 2bbee1b973a1 18:57:54 Step 5/22 : RUN apk add --update --no-cache make git 18:57:54 ---> Using cache 18:57:54 ---> 96920a4b8011 18:57:54 Step 6/22 : COPY go.mod vendor* ./ 18:57:54 ---> Using cache 18:57:54 ---> 37a7706e6b77 18:57:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:57:54 ---> Using cache 18:57:54 ---> a4e0b5ff0b16 18:57:54 Step 8/22 : COPY . . 18:57:54 ---> Using cache 18:57:54 ---> 7391ec4c29ea 18:57:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 18:57:54 ---> Running in df1490c85093 18:57:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:59:18 Removing intermediate container ef71daf5829a 18:59:18 ---> c216938c5d6a 18:59:18 18:59:18 Step 9/19 : FROM alpine:3.15 18:59:18 ---> 354640af7b1b 18:59:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 18:59:18 ---> Using cache 18:59:18 ---> 72c81b854d0c 18:59:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:59:18 ---> Running in 2e6673414420 18:59:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:59:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:59:19 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 18:59:19 v3.15.7-22-gdd1c9be72e7 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 18:59:19 OK: 15734 distinct packages available 18:59:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:59:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:59:21 (1/9) Installing ca-certificates (20220614-r0) 18:59:21 (2/9) Installing brotli-libs (1.0.9-r5) 18:59:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 18:59:21 (4/9) Installing libcurl (7.80.0-r6) 18:59:21 (5/9) Installing curl (7.80.0-r6) 18:59:21 (6/9) Installing dumb-init (1.2.5-r1) 18:59:21 (7/9) Installing musl-obstack (1.2.3-r0) 18:59:21 (8/9) Installing libucontext (1.1-r0) 18:59:21 (9/9) Installing gcompat (1.0.0-r4) 18:59:21 Executing busybox-1.34.1-r7.trigger 18:59:21 Executing ca-certificates-20220614-r0.trigger 18:59:22 OK: 8 MiB in 23 packages 18:59:24 Removing intermediate container 2e6673414420 18:59:24 ---> 08628279e86c 18:59:24 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:25 ---> 0b3db45cc0b7 18:59:25 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:59:27 ---> 9436b8f1a94b 18:59:27 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 18:59:28 ---> efff5ce1f2d0 18:59:28 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 18:59:28 ---> Running in 405acbf06d43 18:59:29 Removing intermediate container 405acbf06d43 18:59:29 ---> eb4596c0df5f 18:59:29 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:59:29 ---> Running in e31f80c3f281 18:59:29 Removing intermediate container e31f80c3f281 18:59:29 ---> d75a790494e2 18:59:29 Step 17/19 : LABEL arch=arm64 18:59:29 ---> Running in 2a822a443dda 18:59:30 Removing intermediate container 2a822a443dda 18:59:30 ---> 56a57e6a13d4 18:59:30 Step 18/19 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 18:59:30 ---> Running in 61eac4d15def 18:59:30 Removing intermediate container 61eac4d15def 18:59:30 ---> 5d589d581c73 18:59:30 Step 19/19 : LABEL version=3.0.0-dev.67 18:59:30 ---> Running in 58c00a0ae303 18:59:31 Removing intermediate container 58c00a0ae303 18:59:31 ---> c3e013c5a65a 18:59:31 18:59:31 Successfully built c3e013c5a65a 18:59:31 Successfully tagged security-spiffe-token-provider-arm64:latest 18:59:31  Building security-spiffe-token-provider ... done Building core-common-config-bootstrapper 18:59:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 18:59:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:59:34 ---> efbb5a96c115 18:59:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 18:59:34 ---> Using cache 18:59:34 ---> a88e537731ea 18:59:34 Step 4/22 : WORKDIR /edgex-go 18:59:34 ---> Using cache 18:59:34 ---> 2bbee1b973a1 18:59:34 Step 5/22 : RUN apk add --update --no-cache make git 18:59:34 ---> Using cache 18:59:34 ---> 96920a4b8011 18:59:34 Step 6/22 : COPY go.mod vendor* ./ 18:59:34 ---> Using cache 18:59:34 ---> 37a7706e6b77 18:59:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:59:34 ---> Using cache 18:59:34 ---> a4e0b5ff0b16 18:59:34 Step 8/22 : COPY . . 18:59:35 ---> Using cache 18:59:35 ---> 7391ec4c29ea 18:59:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:59:35 ---> Running in 25990d6ce3e3 18:59:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:00:33 Removing intermediate container ed5b4ac52d26 19:00:33 ---> 83ff78697e71 19:00:33 19:00:33 Step 10/22 : FROM alpine:3.16 19:00:33 ---> 4c81e5bf8899 19:00:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:00:33 ---> Using cache 19:00:33 ---> f24adc9ce86a 19:00:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:00:33 ---> Using cache 19:00:33 ---> 7aa9d4665858 19:00:33 Step 13/22 : ENV APP_PORT=59861 19:00:33 ---> Running in 6e05fb7ce2ef 19:00:33 Removing intermediate container 6e05fb7ce2ef 19:00:33 ---> d9c0d0c1579d 19:00:33 Step 14/22 : EXPOSE $APP_PORT 19:00:33 ---> Running in fab46166fa49 19:00:33 Removing intermediate container fab46166fa49 19:00:33 ---> cfac6efcb1f6 19:00:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:33 ---> 580242529188 19:00:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:00:33 ---> 183c2317e560 19:00:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:00:33 ---> d75b565cc3e8 19:00:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:00:33 ---> Running in da2e1968c6a2 19:00:33 Removing intermediate container da2e1968c6a2 19:00:33 ---> e65a9cfc844e 19:00:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:00:33 ---> Running in 178923ca7e3f 19:00:33 Removing intermediate container 178923ca7e3f 19:00:33 ---> cf355e842e7c 19:00:33 Step 20/22 : LABEL arch=arm64 19:00:33 ---> Running in 28f6e8a1fe6e 19:00:33 Removing intermediate container 28f6e8a1fe6e 19:00:33 ---> 60d088358dce 19:00:33 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:00:33 ---> Running in 124cc9dbf9e1 19:00:33 Removing intermediate container 124cc9dbf9e1 19:00:33 ---> d82fcbca1c5d 19:00:33 Step 22/22 : LABEL version=3.0.0-dev.67 19:00:33 ---> Running in f3f4b69b347b 19:00:35 Removing intermediate container f3f4b69b347b 19:00:35 ---> 641adece9209 19:00:35 19:00:35 Successfully built 641adece9209 19:00:35 Successfully tagged support-scheduler-arm64:latest 19:00:35  Building support-scheduler ... done Building security-bootstrapper 19:00:39 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:00:39 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:00:39 ---> efbb5a96c115 19:00:39 Step 3/32 : WORKDIR /edgex-go 19:00:39 ---> Using cache 19:00:39 ---> f2dcc3145cde 19:00:39 Step 4/32 : RUN apk add --update --no-cache make git 19:00:39 ---> Running in 5be40bf0c3c7 19:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:00:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:00:43 OK: 221 MiB in 51 packages 19:00:44 Removing intermediate container 5be40bf0c3c7 19:00:44 ---> 497ccf4da9f5 19:00:44 Step 5/32 : COPY go.mod vendor* ./ 19:00:45 ---> 5b14ee938eae 19:00:45 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:45 ---> Running in 9218294051d7 19:02:21 Removing intermediate container 9218294051d7 19:02:21 ---> 763394239175 19:02:21 Step 7/32 : COPY . . 19:02:23 ---> bc711dc7653d 19:02:23 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:02:23 ---> Running in b9211fa01982 19:02:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:03:00 Removing intermediate container 71cf0bf2d523 19:03:00 ---> 19efb6457367 19:03:00 19:03:00 Step 10/22 : FROM alpine:3.16 19:03:00 ---> 4c81e5bf8899 19:03:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:03:00 ---> Running in 134bf2cdfabe 19:03:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:01 (1/2) Installing ca-certificates (20220614-r0) 19:03:01 (2/2) Installing dumb-init (1.2.5-r1) 19:03:01 Executing busybox-1.35.0-r17.trigger 19:03:01 Executing ca-certificates-20220614-r0.trigger 19:03:02 OK: 6 MiB in 16 packages 19:03:04 Removing intermediate container 134bf2cdfabe 19:03:04 ---> 4a4a89f76a1c 19:03:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:03:04 ---> Running in a16a7c74e3fd 19:03:05 Removing intermediate container a16a7c74e3fd 19:03:05 ---> 07b5ba3ac88f 19:03:05 Step 13/22 : ENV APP_PORT=59860 19:03:05 ---> Running in 00515692428a 19:03:05 Removing intermediate container 00515692428a 19:03:05 ---> 61d17768bb5d 19:03:05 Step 14/22 : EXPOSE $APP_PORT 19:03:05 ---> Running in 303b8f28e3ac 19:03:06 Removing intermediate container 303b8f28e3ac 19:03:06 ---> 18166b205ad3 19:03:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:07 ---> fd823e386c03 19:03:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:03:09 ---> 40986ad27887 19:03:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:03:10 ---> 7bfa9b248c64 19:03:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:03:10 ---> Running in 1066c9f9bf2f 19:03:10 Removing intermediate container 1066c9f9bf2f 19:03:10 ---> 3c0bb5bbb6ff 19:03:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:03:11 ---> Running in ea75db021841 19:03:11 Removing intermediate container ea75db021841 19:03:11 ---> 8a0b1b6d526b 19:03:11 Step 20/22 : LABEL arch=arm64 19:03:11 ---> Running in ce1ad784ae5b 19:03:14 Removing intermediate container ce1ad784ae5b 19:03:14 ---> b86d5adc545f 19:03:14 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:03:14 ---> Running in aed2b7b162e7 19:03:14 Removing intermediate container aed2b7b162e7 19:03:14 ---> 5b136261e6b0 19:03:14 Step 22/22 : LABEL version=3.0.0-dev.67 19:03:15 ---> Running in 713cd411bd3d 19:03:15 Removing intermediate container 713cd411bd3d 19:03:15 ---> 4f849ccf2439 19:03:15 19:03:15 Successfully built 4f849ccf2439 19:03:15 Successfully tagged support-notifications-arm64:latest 19:03:15  Building support-notifications ... done Building security-proxy-setup 19:03:18 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:03:18 ---> efbb5a96c115 19:03:18 Step 3/21 : WORKDIR /edgex-go 19:03:18 ---> Using cache 19:03:18 ---> f2dcc3145cde 19:03:18 Step 4/21 : RUN apk add --update --no-cache make git 19:03:18 ---> Using cache 19:03:18 ---> 497ccf4da9f5 19:03:18 Step 5/21 : COPY go.mod vendor* ./ 19:03:18 ---> Using cache 19:03:18 ---> 5b14ee938eae 19:03:18 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:18 ---> Using cache 19:03:18 ---> 763394239175 19:03:18 Step 7/21 : COPY . . 19:03:18 ---> Using cache 19:03:18 ---> bc711dc7653d 19:03:18 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:03:19 ---> Running in 086991e2ed8b 19:03:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:04:00 Removing intermediate container 1992fd1fe684 19:04:00 ---> 6494ea0ac692 19:04:00 19:04:00 Step 10/24 : FROM alpine:3.16 19:04:00 ---> 4c81e5bf8899 19:04:00 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:04:00 ---> Using cache 19:04:00 ---> f24adc9ce86a 19:04:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:04:00 ---> Using cache 19:04:00 ---> 7aa9d4665858 19:04:00 Step 13/24 : ENV APP_PORT=59881 19:04:00 ---> Running in 28f71271716f 19:04:00 Removing intermediate container 28f71271716f 19:04:00 ---> f3718315b6ea 19:04:00 Step 14/24 : EXPOSE $APP_PORT 19:04:00 ---> Running in 7300e4a57021 19:04:00 Removing intermediate container 7300e4a57021 19:04:00 ---> 94876d04c96e 19:04:00 Step 15/24 : WORKDIR / 19:04:00 ---> Running in 7931934be8ca 19:04:00 Removing intermediate container 7931934be8ca 19:04:00 ---> 4213decb3340 19:04:00 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:00 ---> 233cf9e011e9 19:04:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:04:00 ---> 1425966e117f 19:04:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:04:00 ---> 99ba1a656340 19:04:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:04:01 ---> f5b59dab1a9b 19:04:01 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:04:01 ---> Running in 05c039694ae6 19:04:01 Removing intermediate container 05c039694ae6 19:04:01 ---> fb5fd6483162 19:04:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:04:01 ---> Running in 0d3904b9c13a 19:04:02 Removing intermediate container 0d3904b9c13a 19:04:02 ---> 85a420f20817 19:04:02 Step 22/24 : LABEL arch=arm64 19:04:02 ---> Running in 2b38c513793f 19:04:04 Removing intermediate container 2b38c513793f 19:04:04 ---> 89bf24a0c568 19:04:04 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:04:04 ---> Running in 4a9345bb8a6d 19:04:04 Removing intermediate container 4a9345bb8a6d 19:04:05 ---> 78181cd05d45 19:04:05 Step 24/24 : LABEL version=3.0.0-dev.67 19:04:05 ---> Running in 793ffec170a5 19:04:05 Removing intermediate container 793ffec170a5 19:04:05 ---> cfb00f743bd3 19:04:05 19:04:05 Successfully built cfb00f743bd3 19:04:05 Successfully tagged core-metadata-arm64:latest 19:04:05  Building core-metadata ... done Building security-secretstore-setup 19:04:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:04:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:04:09 ---> efbb5a96c115 19:04:09 Step 3/24 : WORKDIR /edgex-go 19:04:09 ---> Using cache 19:04:09 ---> f2dcc3145cde 19:04:09 Step 4/24 : RUN apk add --update --no-cache make git 19:04:09 ---> Using cache 19:04:09 ---> 497ccf4da9f5 19:04:09 Step 5/24 : COPY go.mod vendor* ./ 19:04:09 ---> Using cache 19:04:09 ---> 5b14ee938eae 19:04:09 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:04:09 ---> Using cache 19:04:09 ---> 763394239175 19:04:09 Step 7/24 : COPY . . 19:04:09 ---> Using cache 19:04:09 ---> bc711dc7653d 19:04:09 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:04:09 ---> Running in 18727af85bd0 19:04:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:04:43 Removing intermediate container df1490c85093 19:04:43 ---> f02e833ec3cc 19:04:43 19:04:43 Step 10/22 : FROM alpine:3.16 19:04:43 ---> 4c81e5bf8899 19:04:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:04:43 ---> Running in 88665ffce0a3 19:04:43 Removing intermediate container 88665ffce0a3 19:04:43 ---> ec0a7031959b 19:04:43 Step 12/22 : ENV APP_PORT=59880 19:04:43 ---> Running in 0b2ff148079a 19:04:43 Removing intermediate container 0b2ff148079a 19:04:43 ---> bfe429132a60 19:04:43 Step 13/22 : EXPOSE $APP_PORT 19:04:43 ---> Running in 01aff474cc51 19:04:43 Removing intermediate container 01aff474cc51 19:04:43 ---> f970fceb1c21 19:04:43 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:04:43 ---> Running in 22a9945d2059 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:04:44 (1/1) Installing dumb-init (1.2.5-r1) 19:04:44 Executing busybox-1.35.0-r17.trigger 19:04:44 OK: 5 MiB in 15 packages 19:04:45 Removing intermediate container 22a9945d2059 19:04:45 ---> ae4090b3ae22 19:04:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:46 ---> 7ca5cf23db44 19:04:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:04:48 ---> 21807d264e00 19:04:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:04:49 ---> 1050c1dfc688 19:04:49 Step 18/22 : ENTRYPOINT ["/core-data"] 19:04:49 ---> Running in bfff2f99b09e 19:04:49 Removing intermediate container bfff2f99b09e 19:04:49 ---> 412d11100883 19:04:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:04:49 ---> Running in 20425728e45e 19:04:50 Removing intermediate container 20425728e45e 19:04:50 ---> 44a70be67d2d 19:04:50 Step 20/22 : LABEL arch=arm64 19:04:50 ---> Running in 1cf4a69aff5f 19:04:51 Removing intermediate container 1cf4a69aff5f 19:04:51 ---> 1ee13e8d3b4a 19:04:51 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:04:51 ---> Running in 05afa9720db3 19:04:51 Removing intermediate container 05afa9720db3 19:04:51 ---> 0ac305cdeba3 19:04:51 Step 22/22 : LABEL version=3.0.0-dev.67 19:04:51 ---> Running in 03e91bb55fa0 19:04:52 Removing intermediate container 03e91bb55fa0 19:04:52 ---> 17914c7c0e29 19:04:52 19:04:52 Successfully built 17914c7c0e29 19:04:52 Successfully tagged core-data-arm64:latest 19:05:48  Building core-data ... done Removing intermediate container 25990d6ce3e3 19:05:48 ---> b29cb2a44866 19:05:48 19:05:48 Step 10/22 : FROM alpine:3.16 19:05:48 ---> 4c81e5bf8899 19:05:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 19:05:48 ---> Using cache 19:05:48 ---> 3392c3f503b3 19:05:48 Step 12/22 : RUN apk add --update --no-cache dumb-init 19:05:48 ---> Using cache 19:05:48 ---> 9f5ab0c7276f 19:05:48 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:05:48 ---> Using cache 19:05:48 ---> fb0d854abe7b 19:05:48 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:05:48 ---> ce55cc61f07d 19:05:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:05:48 ---> 430f5becaf66 19:05:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:05:48 ---> 19501d320dd0 19:05:48 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:05:48 ---> Running in 57be6e8e4dd7 19:05:51 Removing intermediate container 57be6e8e4dd7 19:05:51 ---> 3a02d184927c 19:05:51 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 19:05:51 ---> Running in 3233c2983f16 19:05:51 Removing intermediate container 3233c2983f16 19:05:51 ---> a77dbbedbcd7 19:05:51 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 19:05:52 ---> Running in cf595991dd17 19:05:52 Removing intermediate container cf595991dd17 19:05:52 ---> 3e8bcac74db7 19:05:52 Step 20/22 : LABEL arch=arm64 19:05:52 ---> Running in e0b479456455 19:05:52 Removing intermediate container e0b479456455 19:05:52 ---> 7ebb0846998a 19:05:52 Step 21/22 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:05:53 ---> Running in ecfc1660bf4b 19:05:53 Removing intermediate container ecfc1660bf4b 19:05:53 ---> 7eed64530b0d 19:05:53 Step 22/22 : LABEL version=3.0.0-dev.67 19:05:53 ---> Running in f263dbb4a196 19:05:53 Removing intermediate container f263dbb4a196 19:05:53 ---> 8538992dd2f7 19:05:53 19:05:53 Successfully built 8538992dd2f7 19:05:54 Successfully tagged core-common-config-bootstrapper-arm64:latest 19:07:30  Building core-common-config-bootstrapper ... done Removing intermediate container b9211fa01982 19:07:30 ---> 46d5a99c8291 19:07:30 19:07:30 Step 9/32 : FROM alpine:3.16 19:07:30 ---> 4c81e5bf8899 19:07:30 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:07:30 ---> Running in 85e33cdbb6e8 19:07:30 Removing intermediate container 85e33cdbb6e8 19:07:30 ---> fb1e5264bb22 19:07:30 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:07:30 ---> Running in b6afa06f24dd 19:07:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:07:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:07:30 (1/2) Installing dumb-init (1.2.5-r1) 19:07:30 (2/2) Installing su-exec (0.2-r1) 19:07:30 Executing busybox-1.35.0-r17.trigger 19:07:30 OK: 5 MiB in 16 packages 19:07:30 Removing intermediate container b6afa06f24dd 19:07:30 ---> 5064e4c1c2ae 19:07:30 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:07:30 ---> Running in 4543a0261dd7 19:07:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:07:30 Removing intermediate container 4543a0261dd7 19:07:30 ---> 5e909c8a4a00 19:07:30 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:07:30 ---> Running in 44e692cb9767 19:07:30 Removing intermediate container 44e692cb9767 19:07:30 ---> 964f9391a0c3 19:07:30 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:07:30 ---> Running in 781324b0c0c4 19:07:30 Removing intermediate container 781324b0c0c4 19:07:30 ---> 97d430cd0910 19:07:30 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:07:30 ---> Running in 070e39096a8c 19:07:30 Removing intermediate container 070e39096a8c 19:07:30 ---> 3943c3ecbb09 19:07:30 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:07:30 ---> Running in bd3f25971076 19:07:33 Removing intermediate container bd3f25971076 19:07:33 ---> 623e04ca46ab 19:07:33 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:07:33 ---> Running in 177966451c58 19:07:34 Removing intermediate container 177966451c58 19:07:34 ---> c05ffa130138 19:07:34 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:07:35 ---> 170ab793b7fd 19:07:35 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:07:35 ---> Running in 1c1ead84cf13 19:07:37 Removing intermediate container 1c1ead84cf13 19:07:37 ---> b61a1c6c4a2b 19:07:37 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:07:38 ---> 9be7a2931c9f 19:07:38 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:07:41 ---> 9560a7221fcd 19:07:41 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:07:44 ---> 48d2c25ab375 19:07:44 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:07:44 Removing intermediate container 086991e2ed8b 19:07:44 ---> 2a81e8ca5677 19:07:44 19:07:44 Step 9/21 : FROM alpine:3.16 19:07:44 ---> 4c81e5bf8899 19:07:44 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:07:44 ---> Running in 9e727556b0c6 19:07:45 ---> 626cb739148f 19:07:45 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:07:46 ---> d87d45cced6e 19:07:46 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:07:46 ---> 7114760c6133 19:07:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:07:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:07:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.67" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:07:47 ---> 76a326eda80e 19:07:47 Step 27/32 : RUN chmod +x /entrypoint.sh 19:07:47 ---> Running in 7147e2e87362 19:07:47 (1/6) Installing ca-certificates (20220614-r0) 19:07:48 (2/6) Installing brotli-libs (1.0.9-r6) 19:07:48 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:07:48 (4/6) Installing libcurl (7.83.1-r6) 19:07:48 (5/6) Installing curl (7.83.1-r6) 19:07:48 (6/6) Installing dumb-init (1.2.5-r1) 19:07:48 Executing busybox-1.35.0-r17.trigger 19:07:48 Executing ca-certificates-20220614-r0.trigger 19:07:48 OK: 8 MiB in 20 packages 19:07:50 Removing intermediate container 7147e2e87362 19:07:50 ---> ca77cb0ff6b8 19:07:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:07:50 ---> Running in 63a1b2111626 19:07:50 Removing intermediate container 9e727556b0c6 19:07:50 ---> 9bf3c942607e 19:07:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:07:50 ---> Running in a65ab44722e2 19:07:50 Removing intermediate container 63a1b2111626 19:07:50 ---> 928c13c953f4 19:07:50 Step 29/32 : CMD ["gate"] 19:07:50 ---> Running in c8688f4dc04e 19:07:50 Removing intermediate container a65ab44722e2 19:07:50 ---> 8494d239708c 19:07:50 Step 12/21 : WORKDIR /edgex 19:07:50 ---> Running in 49ffdd4baf65 19:07:51 Removing intermediate container c8688f4dc04e 19:07:51 ---> 857621af620a 19:07:51 Step 30/32 : LABEL arch=arm64 19:07:51 ---> Running in 0616087e49f9 19:07:51 Removing intermediate container 49ffdd4baf65 19:07:51 ---> 8aec2ac5e62f 19:07:51 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:07:51 Removing intermediate container 0616087e49f9 19:07:51 ---> 32c996695c90 19:07:51 Step 31/32 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:07:51 ---> Running in 4dd03c4dcaef 19:07:51 ---> 309068671b1a 19:07:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:07:52 Removing intermediate container 4dd03c4dcaef 19:07:52 ---> 85aa36f59a77 19:07:52 Step 32/32 : LABEL version=3.0.0-dev.67 19:07:52 ---> Running in 7673e31d5d8a 19:07:52 Removing intermediate container 7673e31d5d8a 19:07:52 ---> a97e56ed134f 19:07:52 19:07:52 Successfully built a97e56ed134f 19:07:52 Successfully tagged security-bootstrapper-arm64:latest 19:07:53  Building security-bootstrapper ... done  ---> 82d6119bfc52 19:07:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:07:54 ---> df363be7a9ba 19:07:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:07:54 ---> 5d7d31c9232c 19:07:54 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:07:58 ---> Running in 94855a169467 19:07:58 Removing intermediate container 18727af85bd0 19:07:58 ---> 5a6268aff290 19:07:58 19:07:58 Step 9/24 : FROM alpine:3.16 19:07:58 ---> 4c81e5bf8899 19:07:58 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:07:58 ---> Running in d774b9300e73 19:07:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:07:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:07:59 Removing intermediate container 94855a169467 19:07:59 ---> c4b8bdbfd94b 19:07:59 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:07:59 ---> Running in 04726262e3ce 19:08:00 Removing intermediate container 04726262e3ce 19:08:00 ---> 01ffce47e318 19:08:00 Step 19/21 : LABEL arch=arm64 19:08:00 ---> Running in 22d5ec896ba0 19:08:00 Removing intermediate container 22d5ec896ba0 19:08:00 ---> b5d485f489d6 19:08:00 Step 20/21 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:00 (1/3) Installing ca-certificates (20220614-r0) 19:08:00 ---> Running in a7ded7855923 19:08:01 (2/3) Installing dumb-init (1.2.5-r1) 19:08:01 (3/3) Installing su-exec (0.2-r1) 19:08:01 Executing busybox-1.35.0-r17.trigger 19:08:01 Executing ca-certificates-20220614-r0.trigger 19:08:01 Removing intermediate container a7ded7855923 19:08:01 ---> 9ffe99f7e081 19:08:01 Step 21/21 : LABEL version=3.0.0-dev.67 19:08:01 OK: 6 MiB in 17 packages 19:08:01 ---> Running in 9d3cfb03c972 19:08:01 Removing intermediate container 9d3cfb03c972 19:08:01 ---> 8e5b9bf514cc 19:08:01 19:08:01 Successfully built 8e5b9bf514cc 19:08:01 Successfully tagged security-proxy-setup-arm64:latest 19:08:02  Building security-proxy-setup ... done Removing intermediate container d774b9300e73 19:08:02 ---> c18d5fc70bcd 19:08:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:08:02 ---> Running in b415e004ba0e 19:08:02 Removing intermediate container b415e004ba0e 19:08:02 ---> b27ee16b06a6 19:08:02 Step 12/24 : WORKDIR / 19:08:02 ---> Running in 153f0b89c324 19:08:03 Removing intermediate container 153f0b89c324 19:08:03 ---> 5e29da28a5c1 19:08:03 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:08:03 ---> 3bb90f843175 19:08:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:08:04 ---> 4d5f788299b6 19:08:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:08:04 ---> 742d6ebe5e9c 19:08:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:08:05 ---> a697c2d87f2b 19:08:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:08:06 ---> 4e5c6645b778 19:08:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:08:07 ---> b4c1d2319951 19:08:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:08:07 ---> 746fd577db2f 19:08:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:08:07 ---> Running in 01d007a32837 19:08:09 Removing intermediate container 01d007a32837 19:08:09 ---> e74bbaed54b2 19:08:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:08:09 ---> Running in 17d4a5b54665 19:08:09 Removing intermediate container 17d4a5b54665 19:08:09 ---> f34ab7ca82c8 19:08:09 Step 22/24 : LABEL arch=arm64 19:08:09 ---> Running in 3c4476c48151 19:08:09 Removing intermediate container 3c4476c48151 19:08:09 ---> 594faf057052 19:08:09 Step 23/24 : LABEL git_sha=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:09 ---> Running in e3871b2628d9 19:08:10 Removing intermediate container e3871b2628d9 19:08:10 ---> 54ab9880ef7b 19:08:10 Step 24/24 : LABEL version=3.0.0-dev.67 19:08:10 ---> Running in 7bda16989ba1 19:08:10 Removing intermediate container 7bda16989ba1 19:08:10 ---> a7293d4d9d04 19:08:10 19:08:10 Successfully built a7293d4d9d04 19:08:10 Successfully tagged security-secretstore-setup-arm64:latest 19:08:11  Building security-secretstore-setup ... done  [Pipeline] } 19:08:11 $ docker stop --time=1 d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b 19:08:13 $ docker rm -f --volumes d78c8cc309d67a0311a61717761c6f010159ba71533c49a99cb09db4dd13104b [Pipeline] // withDockerContainer [Pipeline] sh 19:08:13 + docker images 19:08:13 REPOSITORY TAG IMAGE ID CREATED SIZE 19:08:13 security-secretstore-setup-arm64 latest a7293d4d9d04 3 seconds ago 29MB 19:08:13 security-proxy-setup-arm64 latest 8e5b9bf514cc 12 seconds ago 26.9MB 19:08:13 5a6268aff290 16 seconds ago 1.33GB 19:08:13 security-bootstrapper-arm64 latest a97e56ed134f 21 seconds ago 19.6MB 19:08:13 2a81e8ca5677 30 seconds ago 1.33GB 19:08:13 46d5a99c8291 52 seconds ago 1.33GB 19:08:13 core-common-config-bootstrapper-arm64 latest 8538992dd2f7 2 minutes ago 14.9MB 19:08:13 b29cb2a44866 2 minutes ago 1.33GB 19:08:13 core-data-arm64 latest 17914c7c0e29 3 minutes ago 17.3MB 19:08:13 f02e833ec3cc 3 minutes ago 1.34GB 19:08:13 core-metadata-arm64 latest cfb00f743bd3 4 minutes ago 17.8MB 19:08:13 6494ea0ac692 4 minutes ago 1.34GB 19:08:13 support-notifications-arm64 latest 4f849ccf2439 4 minutes ago 29.7MB 19:08:13 19efb6457367 5 minutes ago 1.4GB 19:08:13 support-scheduler-arm64 latest 641adece9209 7 minutes ago 29MB 19:08:13 83ff78697e71 7 minutes ago 1.4GB 19:08:13 security-spiffe-token-provider-arm64 latest c3e013c5a65a 8 minutes ago 29.1MB 19:08:13 c216938c5d6a 9 minutes ago 1.37GB 19:08:13 core-command-arm64 latest dc9e62a625ca 10 minutes ago 17.1MB 19:08:13 f892abefcca0 10 minutes ago 1.34GB 19:08:13 security-proxy-auth-arm64 latest a84f66053266 11 minutes ago 15.6MB 19:08:13 65bebbe0cdf5 11 minutes ago 1.32GB 19:08:13 security-spire-server-arm64 latest 7a5a91bbcf4c 16 minutes ago 84.3MB 19:08:13 9d31c6fc4126 17 minutes ago 1.21GB 19:08:13 security-spire-config-arm64 latest 78d5b30d91e4 17 minutes ago 83.6MB 19:08:13 security-spire-agent-arm64 latest 35c6f136db3b 17 minutes ago 122MB 19:08:13 ab692debc544 18 minutes ago 1.21GB 19:08:13 ci-base-image-arm64 latest efbb5a96c115 21 minutes ago 905MB 19:08:13 alpine 3.15 354640af7b1b 13 days ago 5.34MB 19:08:13 alpine 3.16 4c81e5bf8899 13 days ago 5.3MB 19:08:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 19:08:13 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 19:08:14 provisioning config files... 19:08:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/428@tmp/config16778004286594275973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:14 ---> docker-login.sh 19:08:14 nexus3.edgexfoundry.org:10001 19:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:14 Configure a credential helper to remove this warning. See 19:08:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:14 19:08:14 Login Succeeded 19:08:14 nexus3.edgexfoundry.org:10002 19:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:14 Configure a credential helper to remove this warning. See 19:08:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:14 19:08:14 Login Succeeded 19:08:14 nexus3.edgexfoundry.org:10003 19:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:15 Configure a credential helper to remove this warning. See 19:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:15 19:08:15 Login Succeeded 19:08:15 nexus3.edgexfoundry.org:10004 19:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:15 Configure a credential helper to remove this warning. See 19:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:15 19:08:15 Login Succeeded 19:08:15 docker.io 19:08:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:16 Configure a credential helper to remove this warning. See 19:08:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:16 19:08:16 Login Succeeded 19:08:16 ---> docker-login.sh ends [Pipeline] } 19:08:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:08:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:16 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 19:08:16 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:16 latest 19:08:16 3.0.0-dev.67 19:08:16 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:16 main 19:08:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:08:17 4409d9025e5e: Preparing 19:08:17 4c85b37aadb5: Preparing 19:08:17 df378e32ff14: Preparing 19:08:17 7e4cc741bdc9: Preparing 19:08:17 f70ee36035b9: Preparing 19:08:17 f70ee36035b9: Layer already exists 19:08:17 7e4cc741bdc9: Pushed 19:08:17 4409d9025e5e: Pushed 19:08:17 df378e32ff14: Pushed 19:08:20 4c85b37aadb5: Pushed 19:08:20 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:08:24 4409d9025e5e: Preparing 19:08:24 4c85b37aadb5: Preparing 19:08:24 df378e32ff14: Preparing 19:08:24 7e4cc741bdc9: Preparing 19:08:24 f70ee36035b9: Preparing 19:08:24 4c85b37aadb5: Layer already exists 19:08:24 f70ee36035b9: Layer already exists 19:08:24 4409d9025e5e: Layer already exists 19:08:24 7e4cc741bdc9: Layer already exists 19:08:24 df378e32ff14: Layer already exists 19:08:24 latest: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 19:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:08:25 4409d9025e5e: Preparing 19:08:25 4c85b37aadb5: Preparing 19:08:25 df378e32ff14: Preparing 19:08:25 7e4cc741bdc9: Preparing 19:08:25 f70ee36035b9: Preparing 19:08:25 df378e32ff14: Layer already exists 19:08:25 4409d9025e5e: Layer already exists 19:08:25 7e4cc741bdc9: Layer already exists 19:08:25 f70ee36035b9: Layer already exists 19:08:25 4c85b37aadb5: Layer already exists 19:08:25 3.0.0-dev.67: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:08:25 4409d9025e5e: Preparing 19:08:25 4c85b37aadb5: Preparing 19:08:25 df378e32ff14: Preparing 19:08:25 7e4cc741bdc9: Preparing 19:08:25 f70ee36035b9: Preparing 19:08:25 f70ee36035b9: Layer already exists 19:08:25 df378e32ff14: Layer already exists 19:08:25 7e4cc741bdc9: Layer already exists 19:08:25 4409d9025e5e: Layer already exists 19:08:25 4c85b37aadb5: Layer already exists 19:08:25 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 19:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:08:26 4409d9025e5e: Preparing 19:08:26 4c85b37aadb5: Preparing 19:08:26 df378e32ff14: Preparing 19:08:26 7e4cc741bdc9: Preparing 19:08:26 f70ee36035b9: Preparing 19:08:26 4c85b37aadb5: Layer already exists 19:08:26 f70ee36035b9: Layer already exists 19:08:26 df378e32ff14: Layer already exists 19:08:26 7e4cc741bdc9: Layer already exists 19:08:26 4409d9025e5e: Layer already exists 19:08:26 main: digest: sha256:dddace458b441f953da22232570bb2366978d17b1210d4628cd48c9d0d39b625 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:08:26 ===================================================== [Pipeline] echo 19:08:26 taggedImages: 19:08:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:08:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.67 19:08:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 19:08:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 19:08:27 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:27 latest 19:08:27 3.0.0-dev.67 19:08:27 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:27 main 19:08:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:08:27 37352ef8bf79: Preparing 19:08:27 2acd49e353d6: Preparing 19:08:27 0a3a6cc0385c: Preparing 19:08:27 db69d8910812: Preparing 19:08:27 df378e32ff14: Preparing 19:08:27 fdb750f0e6dc: Preparing 19:08:27 f70ee36035b9: Preparing 19:08:27 fdb750f0e6dc: Waiting 19:08:27 f70ee36035b9: Waiting 19:08:27 df378e32ff14: Layer already exists 19:08:27 37352ef8bf79: Pushed 19:08:27 2acd49e353d6: Pushed 19:08:27 0a3a6cc0385c: Pushed 19:08:27 fdb750f0e6dc: Pushed 19:08:27 f70ee36035b9: Layer already exists 19:08:30 db69d8910812: Pushed 19:08:30 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:30 + 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 19:08:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 19:08:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:08:31 37352ef8bf79: Preparing 19:08:31 2acd49e353d6: Preparing 19:08:31 0a3a6cc0385c: Preparing 19:08:31 db69d8910812: Preparing 19:08:31 df378e32ff14: Preparing 19:08:31 fdb750f0e6dc: Preparing 19:08:31 f70ee36035b9: Preparing 19:08:31 fdb750f0e6dc: Waiting 19:08:31 f70ee36035b9: Waiting 19:08:31 2acd49e353d6: Layer already exists 19:08:31 37352ef8bf79: Layer already exists 19:08:31 db69d8910812: Layer already exists 19:08:31 df378e32ff14: Layer already exists 19:08:31 0a3a6cc0385c: Layer already exists 19:08:31 fdb750f0e6dc: Layer already exists 19:08:31 f70ee36035b9: Layer already exists 19:08:31 latest: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 19:08:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:08:32 37352ef8bf79: Preparing 19:08:32 2acd49e353d6: Preparing 19:08:32 0a3a6cc0385c: Preparing 19:08:32 db69d8910812: Preparing 19:08:32 df378e32ff14: Preparing 19:08:32 fdb750f0e6dc: Preparing 19:08:32 f70ee36035b9: Preparing 19:08:32 f70ee36035b9: Waiting 19:08:32 fdb750f0e6dc: Waiting 19:08:32 0a3a6cc0385c: Layer already exists 19:08:32 2acd49e353d6: Layer already exists 19:08:32 df378e32ff14: Layer already exists 19:08:32 db69d8910812: Layer already exists 19:08:32 37352ef8bf79: Layer already exists 19:08:32 f70ee36035b9: Layer already exists 19:08:32 fdb750f0e6dc: Layer already exists 19:08:32 3.0.0-dev.67: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:08:33 37352ef8bf79: Preparing 19:08:33 2acd49e353d6: Preparing 19:08:33 0a3a6cc0385c: Preparing 19:08:33 db69d8910812: Preparing 19:08:33 df378e32ff14: Preparing 19:08:33 fdb750f0e6dc: Preparing 19:08:33 f70ee36035b9: Preparing 19:08:33 fdb750f0e6dc: Waiting 19:08:33 f70ee36035b9: Waiting 19:08:33 2acd49e353d6: Layer already exists 19:08:33 0a3a6cc0385c: Layer already exists 19:08:33 db69d8910812: Layer already exists 19:08:33 df378e32ff14: Layer already exists 19:08:33 37352ef8bf79: Layer already exists 19:08:33 fdb750f0e6dc: Layer already exists 19:08:33 f70ee36035b9: Layer already exists 19:08:33 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:33 + 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 19:08:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 19:08:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 19:08:34 37352ef8bf79: Preparing 19:08:34 2acd49e353d6: Preparing 19:08:34 0a3a6cc0385c: Preparing 19:08:34 db69d8910812: Preparing 19:08:34 df378e32ff14: Preparing 19:08:34 fdb750f0e6dc: Preparing 19:08:34 f70ee36035b9: Preparing 19:08:34 fdb750f0e6dc: Waiting 19:08:34 f70ee36035b9: Waiting 19:08:34 37352ef8bf79: Layer already exists 19:08:34 db69d8910812: Layer already exists 19:08:34 0a3a6cc0385c: Layer already exists 19:08:34 df378e32ff14: Layer already exists 19:08:34 2acd49e353d6: Layer already exists 19:08:34 f70ee36035b9: Layer already exists 19:08:34 fdb750f0e6dc: Layer already exists 19:08:34 main: digest: sha256:5df0f3c2b6e87ba90e75dc44566355f49183d6e8ae95a07fb1bf0c47cdae3a14 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:08:34 ===================================================== [Pipeline] echo 19:08:34 taggedImages: 19:08:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 19:08:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.67 19:08:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 19:08:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 19:08:34 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:34 latest 19:08:34 3.0.0-dev.67 19:08:34 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:34 main 19:08:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:08:35 47aa3244d4f0: Preparing 19:08:35 66cf36208b54: Preparing 19:08:35 df378e32ff14: Preparing 19:08:35 a055daab9c52: Preparing 19:08:35 f70ee36035b9: Preparing 19:08:35 f70ee36035b9: Layer already exists 19:08:35 df378e32ff14: Layer already exists 19:08:35 47aa3244d4f0: Pushed 19:08:35 a055daab9c52: Pushed 19:08:38 66cf36208b54: Pushed 19:08:38 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:08:39 47aa3244d4f0: Preparing 19:08:39 66cf36208b54: Preparing 19:08:39 df378e32ff14: Preparing 19:08:39 a055daab9c52: Preparing 19:08:39 f70ee36035b9: Preparing 19:08:39 f70ee36035b9: Layer already exists 19:08:39 47aa3244d4f0: Layer already exists 19:08:39 df378e32ff14: Layer already exists 19:08:39 a055daab9c52: Layer already exists 19:08:39 66cf36208b54: Layer already exists 19:08:39 latest: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 19:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:08:40 47aa3244d4f0: Preparing 19:08:40 66cf36208b54: Preparing 19:08:40 df378e32ff14: Preparing 19:08:40 a055daab9c52: Preparing 19:08:40 f70ee36035b9: Preparing 19:08:40 47aa3244d4f0: Layer already exists 19:08:40 a055daab9c52: Layer already exists 19:08:40 df378e32ff14: Layer already exists 19:08:40 f70ee36035b9: Layer already exists 19:08:40 66cf36208b54: Layer already exists 19:08:40 3.0.0-dev.67: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:08:40 47aa3244d4f0: Preparing 19:08:40 66cf36208b54: Preparing 19:08:40 df378e32ff14: Preparing 19:08:40 a055daab9c52: Preparing 19:08:40 f70ee36035b9: Preparing 19:08:40 a055daab9c52: Layer already exists 19:08:40 66cf36208b54: Layer already exists 19:08:40 df378e32ff14: Layer already exists 19:08:40 47aa3244d4f0: Layer already exists 19:08:40 f70ee36035b9: Layer already exists 19:08:41 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 19:08:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:08:41 47aa3244d4f0: Preparing 19:08:41 66cf36208b54: Preparing 19:08:41 df378e32ff14: Preparing 19:08:41 a055daab9c52: Preparing 19:08:41 f70ee36035b9: Preparing 19:08:41 47aa3244d4f0: Layer already exists 19:08:41 a055daab9c52: Layer already exists 19:08:41 f70ee36035b9: Layer already exists 19:08:41 66cf36208b54: Layer already exists 19:08:41 df378e32ff14: Layer already exists 19:08:41 main: digest: sha256:3e0ec379bd820065230df850a858212f0165daa96d0f61779231dec5a90ab941 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:08:41 ===================================================== [Pipeline] echo 19:08:42 taggedImages: 19:08:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:08:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.67 19:08:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:42 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 19:08:42 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 19:08:42 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:42 latest 19:08:42 3.0.0-dev.67 19:08:42 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:42 main 19:08:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:08:42 a780141ecf92: Preparing 19:08:42 8cd8694c913d: Preparing 19:08:42 bc7aa2847756: Preparing 19:08:42 df378e32ff14: Preparing 19:08:42 7e4cc741bdc9: Preparing 19:08:42 f70ee36035b9: Preparing 19:08:42 f70ee36035b9: Waiting 19:08:42 df378e32ff14: Layer already exists 19:08:42 7e4cc741bdc9: Layer already exists 19:08:42 f70ee36035b9: Layer already exists 19:08:42 a780141ecf92: Pushed 19:08:42 8cd8694c913d: Pushed 19:08:47 bc7aa2847756: Pushed 19:08:47 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:08:47 a780141ecf92: Preparing 19:08:47 8cd8694c913d: Preparing 19:08:47 bc7aa2847756: Preparing 19:08:47 df378e32ff14: Preparing 19:08:47 7e4cc741bdc9: Preparing 19:08:47 f70ee36035b9: Preparing 19:08:47 f70ee36035b9: Waiting 19:08:47 bc7aa2847756: Layer already exists 19:08:47 8cd8694c913d: Layer already exists 19:08:47 7e4cc741bdc9: Layer already exists 19:08:47 a780141ecf92: Layer already exists 19:08:47 df378e32ff14: Layer already exists 19:08:47 f70ee36035b9: Layer already exists 19:08:48 latest: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 19:08:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:08:48 a780141ecf92: Preparing 19:08:48 8cd8694c913d: Preparing 19:08:48 bc7aa2847756: Preparing 19:08:48 df378e32ff14: Preparing 19:08:48 7e4cc741bdc9: Preparing 19:08:48 f70ee36035b9: Preparing 19:08:48 f70ee36035b9: Waiting 19:08:48 8cd8694c913d: Layer already exists 19:08:48 a780141ecf92: Layer already exists 19:08:48 df378e32ff14: Layer already exists 19:08:48 bc7aa2847756: Layer already exists 19:08:48 7e4cc741bdc9: Layer already exists 19:08:48 f70ee36035b9: Layer already exists 19:08:48 3.0.0-dev.67: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:08:49 a780141ecf92: Preparing 19:08:49 8cd8694c913d: Preparing 19:08:49 bc7aa2847756: Preparing 19:08:49 df378e32ff14: Preparing 19:08:49 7e4cc741bdc9: Preparing 19:08:49 f70ee36035b9: Preparing 19:08:49 f70ee36035b9: Waiting 19:08:49 bc7aa2847756: Layer already exists 19:08:49 df378e32ff14: Layer already exists 19:08:49 7e4cc741bdc9: Layer already exists 19:08:49 a780141ecf92: Layer already exists 19:08:49 8cd8694c913d: Layer already exists 19:08:49 f70ee36035b9: Layer already exists 19:08:49 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 19:08:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:08:50 a780141ecf92: Preparing 19:08:50 8cd8694c913d: Preparing 19:08:50 bc7aa2847756: Preparing 19:08:50 df378e32ff14: Preparing 19:08:50 7e4cc741bdc9: Preparing 19:08:50 f70ee36035b9: Preparing 19:08:50 f70ee36035b9: Waiting 19:08:50 8cd8694c913d: Layer already exists 19:08:50 df378e32ff14: Layer already exists 19:08:50 bc7aa2847756: Layer already exists 19:08:50 a780141ecf92: Layer already exists 19:08:50 7e4cc741bdc9: Layer already exists 19:08:50 f70ee36035b9: Layer already exists 19:08:50 main: digest: sha256:218befb24015aa5df535fdf106a85dbc5452643cc2c1d79bb0e8e34ae6cf5006 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:08:51 ===================================================== [Pipeline] echo 19:08:51 taggedImages: 19:08:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:08:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.67 19:08:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 19:08:51 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 19:08:51 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:51 latest 19:08:51 3.0.0-dev.67 19:08:51 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:51 main 19:08:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:08:51 55c23a7b350b: Preparing 19:08:51 55c23a7b350b: Preparing 19:08:51 38c066e6a3b1: Preparing 19:08:51 5a848304f311: Preparing 19:08:51 3fb389cddbf6: Preparing 19:08:51 7d22c835fec7: Preparing 19:08:51 31b32206cc24: Preparing 19:08:51 df378e32ff14: Preparing 19:08:51 55e7a8071b3f: Preparing 19:08:51 c7229c768d03: Preparing 19:08:51 6af2d2b71227: Preparing 19:08:51 a79603f0240e: Preparing 19:08:51 f70ee36035b9: Preparing 19:08:51 31b32206cc24: Waiting 19:08:51 c7229c768d03: Waiting 19:08:51 a79603f0240e: Waiting 19:08:51 df378e32ff14: Waiting 19:08:51 f70ee36035b9: Waiting 19:08:51 55e7a8071b3f: Waiting 19:08:51 6af2d2b71227: Waiting 19:08:52 3fb389cddbf6: Pushed 19:08:52 5a848304f311: Pushed 19:08:52 55c23a7b350b: Pushed 19:08:52 7d22c835fec7: Pushed 19:08:52 38c066e6a3b1: Pushed 19:08:52 df378e32ff14: Layer already exists 19:08:52 6af2d2b71227: Pushed 19:08:52 55e7a8071b3f: Pushed 19:08:52 c7229c768d03: Pushed 19:08:52 a79603f0240e: Pushed 19:08:52 f70ee36035b9: Layer already exists 19:08:55 31b32206cc24: Pushed 19:08:55 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:08:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:08:57 55c23a7b350b: Preparing 19:08:57 55c23a7b350b: Preparing 19:08:57 38c066e6a3b1: Preparing 19:08:57 5a848304f311: Preparing 19:08:57 3fb389cddbf6: Preparing 19:08:57 7d22c835fec7: Preparing 19:08:57 31b32206cc24: Preparing 19:08:57 df378e32ff14: Preparing 19:08:57 55e7a8071b3f: Preparing 19:08:57 c7229c768d03: Preparing 19:08:57 6af2d2b71227: Preparing 19:08:57 a79603f0240e: Preparing 19:08:57 f70ee36035b9: Preparing 19:08:57 c7229c768d03: Waiting 19:08:57 6af2d2b71227: Waiting 19:08:57 a79603f0240e: Waiting 19:08:57 31b32206cc24: Waiting 19:08:57 df378e32ff14: Waiting 19:08:57 55e7a8071b3f: Waiting 19:08:57 f70ee36035b9: Waiting 19:08:57 5a848304f311: Layer already exists 19:08:57 7d22c835fec7: Layer already exists 19:08:57 55c23a7b350b: Layer already exists 19:08:57 38c066e6a3b1: Layer already exists 19:08:57 3fb389cddbf6: Layer already exists 19:08:57 df378e32ff14: Layer already exists 19:08:57 55e7a8071b3f: Layer already exists 19:08:57 6af2d2b71227: Layer already exists 19:08:57 31b32206cc24: Layer already exists 19:08:57 c7229c768d03: Layer already exists 19:08:57 a79603f0240e: Layer already exists 19:08:57 f70ee36035b9: Layer already exists 19:08:57 latest: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 19:08:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:08:57 55c23a7b350b: Preparing 19:08:57 55c23a7b350b: Preparing 19:08:57 38c066e6a3b1: Preparing 19:08:57 5a848304f311: Preparing 19:08:57 3fb389cddbf6: Preparing 19:08:57 7d22c835fec7: Preparing 19:08:57 31b32206cc24: Preparing 19:08:57 df378e32ff14: Preparing 19:08:57 55e7a8071b3f: Preparing 19:08:57 c7229c768d03: Preparing 19:08:57 6af2d2b71227: Preparing 19:08:57 a79603f0240e: Preparing 19:08:57 f70ee36035b9: Preparing 19:08:57 c7229c768d03: Waiting 19:08:57 6af2d2b71227: Waiting 19:08:57 a79603f0240e: Waiting 19:08:57 31b32206cc24: Waiting 19:08:57 f70ee36035b9: Waiting 19:08:57 55e7a8071b3f: Waiting 19:08:57 df378e32ff14: Waiting 19:08:57 38c066e6a3b1: Layer already exists 19:08:57 7d22c835fec7: Layer already exists 19:08:57 3fb389cddbf6: Layer already exists 19:08:57 5a848304f311: Layer already exists 19:08:57 55c23a7b350b: Layer already exists 19:08:57 df378e32ff14: Layer already exists 19:08:57 55e7a8071b3f: Layer already exists 19:08:57 c7229c768d03: Layer already exists 19:08:57 31b32206cc24: Layer already exists 19:08:57 6af2d2b71227: Layer already exists 19:08:57 f70ee36035b9: Layer already exists 19:08:57 a79603f0240e: Layer already exists 19:08:58 3.0.0-dev.67: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:08:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:08:58 55c23a7b350b: Preparing 19:08:58 55c23a7b350b: Preparing 19:08:58 38c066e6a3b1: Preparing 19:08:58 5a848304f311: Preparing 19:08:58 3fb389cddbf6: Preparing 19:08:58 7d22c835fec7: Preparing 19:08:58 31b32206cc24: Preparing 19:08:58 df378e32ff14: Preparing 19:08:58 55e7a8071b3f: Preparing 19:08:58 c7229c768d03: Preparing 19:08:58 6af2d2b71227: Preparing 19:08:58 a79603f0240e: Preparing 19:08:58 f70ee36035b9: Preparing 19:08:58 55e7a8071b3f: Waiting 19:08:58 31b32206cc24: Waiting 19:08:58 c7229c768d03: Waiting 19:08:58 df378e32ff14: Waiting 19:08:58 f70ee36035b9: Waiting 19:08:58 a79603f0240e: Waiting 19:08:58 5a848304f311: Layer already exists 19:08:58 38c066e6a3b1: Layer already exists 19:08:58 7d22c835fec7: Layer already exists 19:08:58 3fb389cddbf6: Layer already exists 19:08:58 55c23a7b350b: Layer already exists 19:08:58 df378e32ff14: Layer already exists 19:08:58 31b32206cc24: Layer already exists 19:08:58 c7229c768d03: Layer already exists 19:08:58 55e7a8071b3f: Layer already exists 19:08:58 6af2d2b71227: Layer already exists 19:08:58 a79603f0240e: Layer already exists 19:08:58 f70ee36035b9: Layer already exists 19:08:59 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 19:08:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:08:59 55c23a7b350b: Preparing 19:08:59 55c23a7b350b: Preparing 19:08:59 38c066e6a3b1: Preparing 19:08:59 5a848304f311: Preparing 19:08:59 3fb389cddbf6: Preparing 19:08:59 7d22c835fec7: Preparing 19:08:59 31b32206cc24: Preparing 19:08:59 df378e32ff14: Preparing 19:08:59 55e7a8071b3f: Preparing 19:08:59 c7229c768d03: Preparing 19:08:59 6af2d2b71227: Preparing 19:08:59 a79603f0240e: Preparing 19:08:59 f70ee36035b9: Preparing 19:08:59 31b32206cc24: Waiting 19:08:59 df378e32ff14: Waiting 19:08:59 55e7a8071b3f: Waiting 19:08:59 c7229c768d03: Waiting 19:08:59 6af2d2b71227: Waiting 19:08:59 a79603f0240e: Waiting 19:08:59 f70ee36035b9: Waiting 19:08:59 3fb389cddbf6: Layer already exists 19:08:59 38c066e6a3b1: Layer already exists 19:08:59 55c23a7b350b: Layer already exists 19:08:59 5a848304f311: Layer already exists 19:08:59 7d22c835fec7: Layer already exists 19:08:59 31b32206cc24: Layer already exists 19:08:59 df378e32ff14: Layer already exists 19:08:59 c7229c768d03: Layer already exists 19:08:59 55e7a8071b3f: Layer already exists 19:08:59 6af2d2b71227: Layer already exists 19:08:59 f70ee36035b9: Layer already exists 19:08:59 a79603f0240e: Layer already exists 19:09:00 main: digest: sha256:64905616f4dc01b1ca9de17174af08f7599f5ecc0707b8aa13eca1f937e94c2e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:00 ===================================================== [Pipeline] echo 19:09:00 taggedImages: 19:09:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:09:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.67 19:09:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 19:09:00 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 19:09:00 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:00 latest 19:09:00 3.0.0-dev.67 19:09:00 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:00 main 19:09:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:09:00 fda698de13cf: Preparing 19:09:00 2060ee9545b0: Preparing 19:09:00 414db3391eda: Preparing 19:09:00 24007dddb0eb: Preparing 19:09:00 df378e32ff14: Preparing 19:09:00 fdb750f0e6dc: Preparing 19:09:00 f70ee36035b9: Preparing 19:09:00 fdb750f0e6dc: Waiting 19:09:00 f70ee36035b9: Waiting 19:09:00 df378e32ff14: Layer already exists 19:09:00 fdb750f0e6dc: Layer already exists 19:09:01 f70ee36035b9: Layer already exists 19:09:01 fda698de13cf: Pushed 19:09:01 2060ee9545b0: Pushed 19:09:01 414db3391eda: Pushed 19:09:03 24007dddb0eb: Pushed 19:09:03 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:04 + 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 19:09:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 19:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:09:04 fda698de13cf: Preparing 19:09:04 2060ee9545b0: Preparing 19:09:04 414db3391eda: Preparing 19:09:04 24007dddb0eb: Preparing 19:09:04 df378e32ff14: Preparing 19:09:04 fdb750f0e6dc: Preparing 19:09:04 f70ee36035b9: Preparing 19:09:04 fdb750f0e6dc: Waiting 19:09:04 f70ee36035b9: Waiting 19:09:04 414db3391eda: Layer already exists 19:09:04 2060ee9545b0: Layer already exists 19:09:04 24007dddb0eb: Layer already exists 19:09:04 fda698de13cf: Layer already exists 19:09:04 df378e32ff14: Layer already exists 19:09:04 fdb750f0e6dc: Layer already exists 19:09:04 f70ee36035b9: Layer already exists 19:09:04 latest: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:04 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 19:09:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:09:05 fda698de13cf: Preparing 19:09:05 2060ee9545b0: Preparing 19:09:05 414db3391eda: Preparing 19:09:05 24007dddb0eb: Preparing 19:09:05 df378e32ff14: Preparing 19:09:05 fdb750f0e6dc: Preparing 19:09:05 f70ee36035b9: Preparing 19:09:05 fdb750f0e6dc: Waiting 19:09:05 f70ee36035b9: Waiting 19:09:05 df378e32ff14: Layer already exists 19:09:05 414db3391eda: Layer already exists 19:09:05 fda698de13cf: Layer already exists 19:09:05 24007dddb0eb: Layer already exists 19:09:05 2060ee9545b0: Layer already exists 19:09:05 fdb750f0e6dc: Layer already exists 19:09:05 f70ee36035b9: Layer already exists 19:09:05 3.0.0-dev.67: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:05 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:09:06 fda698de13cf: Preparing 19:09:06 2060ee9545b0: Preparing 19:09:06 414db3391eda: Preparing 19:09:06 24007dddb0eb: Preparing 19:09:06 df378e32ff14: Preparing 19:09:06 fdb750f0e6dc: Preparing 19:09:06 f70ee36035b9: Preparing 19:09:06 fdb750f0e6dc: Waiting 19:09:06 f70ee36035b9: Waiting 19:09:06 2060ee9545b0: Layer already exists 19:09:06 fda698de13cf: Layer already exists 19:09:06 24007dddb0eb: Layer already exists 19:09:06 df378e32ff14: Layer already exists 19:09:06 414db3391eda: Layer already exists 19:09:06 fdb750f0e6dc: Layer already exists 19:09:06 f70ee36035b9: Layer already exists 19:09:06 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:06 + 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 19:09:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 19:09:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 19:09:06 fda698de13cf: Preparing 19:09:06 2060ee9545b0: Preparing 19:09:06 414db3391eda: Preparing 19:09:06 24007dddb0eb: Preparing 19:09:06 df378e32ff14: Preparing 19:09:06 fdb750f0e6dc: Preparing 19:09:06 f70ee36035b9: Preparing 19:09:06 fdb750f0e6dc: Waiting 19:09:06 f70ee36035b9: Waiting 19:09:06 414db3391eda: Layer already exists 19:09:06 2060ee9545b0: Layer already exists 19:09:06 fda698de13cf: Layer already exists 19:09:06 df378e32ff14: Layer already exists 19:09:06 24007dddb0eb: Layer already exists 19:09:06 fdb750f0e6dc: Layer already exists 19:09:06 f70ee36035b9: Layer already exists 19:09:07 main: digest: sha256:7ab7cfe7d8a0bb84d75463ecaf34a1fdba809092a504ff59a1e7c81d3009c21f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:07 ===================================================== [Pipeline] echo 19:09:07 taggedImages: 19:09:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 19:09:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.67 19:09:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 19:09:07 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 19:09:07 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:07 latest 19:09:07 3.0.0-dev.67 19:09:07 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:07 main 19:09:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:07 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:09:08 7c55406b7f16: Preparing 19:09:08 f59a8bc240c2: Preparing 19:09:08 4b7bc2dfffd9: Preparing 19:09:08 e2bf19d77b59: Preparing 19:09:08 70e29c80e830: Preparing 19:09:08 62f87907985a: Preparing 19:09:08 e3db02143658: Preparing 19:09:08 f70ee36035b9: Preparing 19:09:08 e3db02143658: Waiting 19:09:08 62f87907985a: Waiting 19:09:08 f70ee36035b9: Waiting 19:09:08 70e29c80e830: Pushed 19:09:08 7c55406b7f16: Pushed 19:09:08 f59a8bc240c2: Pushed 19:09:08 f70ee36035b9: Layer already exists 19:09:08 62f87907985a: Pushed 19:09:09 e3db02143658: Pushed 19:09:10 4b7bc2dfffd9: Pushed 19:09:10 e2bf19d77b59: Pushed 19:09:10 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:11 + 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 19:09:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:09:11 7c55406b7f16: Preparing 19:09:11 f59a8bc240c2: Preparing 19:09:11 4b7bc2dfffd9: Preparing 19:09:11 e2bf19d77b59: Preparing 19:09:11 70e29c80e830: Preparing 19:09:11 62f87907985a: Preparing 19:09:11 e3db02143658: Preparing 19:09:11 f70ee36035b9: Preparing 19:09:11 e3db02143658: Waiting 19:09:11 f70ee36035b9: Waiting 19:09:11 62f87907985a: Waiting 19:09:11 7c55406b7f16: Layer already exists 19:09:11 f59a8bc240c2: Layer already exists 19:09:11 e2bf19d77b59: Layer already exists 19:09:11 4b7bc2dfffd9: Layer already exists 19:09:11 70e29c80e830: Layer already exists 19:09:11 62f87907985a: Layer already exists 19:09:11 e3db02143658: Layer already exists 19:09:11 f70ee36035b9: Layer already exists 19:09:11 latest: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:12 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 19:09:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:09:12 7c55406b7f16: Preparing 19:09:12 f59a8bc240c2: Preparing 19:09:12 4b7bc2dfffd9: Preparing 19:09:12 e2bf19d77b59: Preparing 19:09:12 70e29c80e830: Preparing 19:09:12 62f87907985a: Preparing 19:09:12 e3db02143658: Preparing 19:09:12 f70ee36035b9: Preparing 19:09:12 62f87907985a: Waiting 19:09:12 e3db02143658: Waiting 19:09:12 f70ee36035b9: Waiting 19:09:12 e2bf19d77b59: Layer already exists 19:09:12 f59a8bc240c2: Layer already exists 19:09:12 70e29c80e830: Layer already exists 19:09:12 4b7bc2dfffd9: Layer already exists 19:09:12 7c55406b7f16: Layer already exists 19:09:12 e3db02143658: Layer already exists 19:09:12 62f87907985a: Layer already exists 19:09:12 f70ee36035b9: Layer already exists 19:09:12 3.0.0-dev.67: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:12 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:09:13 7c55406b7f16: Preparing 19:09:13 f59a8bc240c2: Preparing 19:09:13 4b7bc2dfffd9: Preparing 19:09:13 e2bf19d77b59: Preparing 19:09:13 70e29c80e830: Preparing 19:09:13 62f87907985a: Preparing 19:09:13 e3db02143658: Preparing 19:09:13 f70ee36035b9: Preparing 19:09:13 e3db02143658: Waiting 19:09:13 62f87907985a: Waiting 19:09:13 f70ee36035b9: Waiting 19:09:13 f59a8bc240c2: Layer already exists 19:09:13 7c55406b7f16: Layer already exists 19:09:13 e2bf19d77b59: Layer already exists 19:09:13 4b7bc2dfffd9: Layer already exists 19:09:13 70e29c80e830: Layer already exists 19:09:13 e3db02143658: Layer already exists 19:09:13 f70ee36035b9: Layer already exists 19:09:13 62f87907985a: Layer already exists 19:09:13 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:13 + 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 19:09:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 19:09:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:09:13 7c55406b7f16: Preparing 19:09:13 f59a8bc240c2: Preparing 19:09:13 4b7bc2dfffd9: Preparing 19:09:13 e2bf19d77b59: Preparing 19:09:13 70e29c80e830: Preparing 19:09:13 62f87907985a: Preparing 19:09:13 e3db02143658: Preparing 19:09:13 f70ee36035b9: Preparing 19:09:13 62f87907985a: Waiting 19:09:13 e3db02143658: Waiting 19:09:13 f70ee36035b9: Waiting 19:09:13 e2bf19d77b59: Layer already exists 19:09:13 70e29c80e830: Layer already exists 19:09:13 4b7bc2dfffd9: Layer already exists 19:09:13 7c55406b7f16: Layer already exists 19:09:13 f59a8bc240c2: Layer already exists 19:09:13 f70ee36035b9: Layer already exists 19:09:13 62f87907985a: Layer already exists 19:09:13 e3db02143658: Layer already exists 19:09:13 main: digest: sha256:f03845f298192ea7e1a8e42078300b72557918efc6a193b7c51cedfd3c9a564f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:14 ===================================================== [Pipeline] echo 19:09:14 taggedImages: 19:09:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:09:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.67 19:09:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 19:09:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 19:09:14 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:14 latest 19:09:14 3.0.0-dev.67 19:09:14 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:14 main 19:09:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:09:14 b24b17d3586e: Preparing 19:09:14 790dbb8b4b85: Preparing 19:09:14 0fd1d91831f5: Preparing 19:09:14 4a7eb45c0655: Preparing 19:09:14 7f2521e875a0: Preparing 19:09:14 db19254c92c0: Preparing 19:09:14 8be67af79e79: Preparing 19:09:14 993deb1ff195: Preparing 19:09:14 1fecd5221f05: Preparing 19:09:14 f70ee36035b9: Preparing 19:09:14 db19254c92c0: Waiting 19:09:14 8be67af79e79: Waiting 19:09:14 1fecd5221f05: Waiting 19:09:14 f70ee36035b9: Waiting 19:09:14 993deb1ff195: Waiting 19:09:14 7f2521e875a0: Pushed 19:09:14 b24b17d3586e: Pushed 19:09:14 790dbb8b4b85: Pushed 19:09:15 8be67af79e79: Pushed 19:09:15 db19254c92c0: Pushed 19:09:15 993deb1ff195: Pushed 19:09:15 f70ee36035b9: Layer already exists 19:09:15 1fecd5221f05: Pushed 19:09:16 4a7eb45c0655: Pushed 19:09:17 0fd1d91831f5: Pushed 19:09:17 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:18 + 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 19:09:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:09:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:09:18 b24b17d3586e: Preparing 19:09:18 790dbb8b4b85: Preparing 19:09:18 0fd1d91831f5: Preparing 19:09:18 4a7eb45c0655: Preparing 19:09:18 7f2521e875a0: Preparing 19:09:18 db19254c92c0: Preparing 19:09:18 8be67af79e79: Preparing 19:09:18 993deb1ff195: Preparing 19:09:18 1fecd5221f05: Preparing 19:09:18 f70ee36035b9: Preparing 19:09:18 8be67af79e79: Waiting 19:09:18 993deb1ff195: Waiting 19:09:18 1fecd5221f05: Waiting 19:09:18 db19254c92c0: Waiting 19:09:18 7f2521e875a0: Layer already exists 19:09:18 790dbb8b4b85: Layer already exists 19:09:18 b24b17d3586e: Layer already exists 19:09:18 4a7eb45c0655: Layer already exists 19:09:18 0fd1d91831f5: Layer already exists 19:09:18 db19254c92c0: Layer already exists 19:09:18 993deb1ff195: Layer already exists 19:09:18 8be67af79e79: Layer already exists 19:09:18 f70ee36035b9: Layer already exists 19:09:18 1fecd5221f05: Layer already exists 19:09:18 latest: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 19:09:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:09:19 b24b17d3586e: Preparing 19:09:19 790dbb8b4b85: Preparing 19:09:19 0fd1d91831f5: Preparing 19:09:19 4a7eb45c0655: Preparing 19:09:19 7f2521e875a0: Preparing 19:09:19 db19254c92c0: Preparing 19:09:19 8be67af79e79: Preparing 19:09:19 993deb1ff195: Preparing 19:09:19 1fecd5221f05: Preparing 19:09:19 f70ee36035b9: Preparing 19:09:19 db19254c92c0: Waiting 19:09:19 993deb1ff195: Waiting 19:09:19 1fecd5221f05: Waiting 19:09:19 f70ee36035b9: Waiting 19:09:19 8be67af79e79: Waiting 19:09:19 790dbb8b4b85: Layer already exists 19:09:19 4a7eb45c0655: Layer already exists 19:09:19 b24b17d3586e: Layer already exists 19:09:19 0fd1d91831f5: Layer already exists 19:09:19 7f2521e875a0: Layer already exists 19:09:19 db19254c92c0: Layer already exists 19:09:19 993deb1ff195: Layer already exists 19:09:19 8be67af79e79: Layer already exists 19:09:19 f70ee36035b9: Layer already exists 19:09:19 1fecd5221f05: Layer already exists 19:09:19 3.0.0-dev.67: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:09:20 b24b17d3586e: Preparing 19:09:20 790dbb8b4b85: Preparing 19:09:20 0fd1d91831f5: Preparing 19:09:20 4a7eb45c0655: Preparing 19:09:20 7f2521e875a0: Preparing 19:09:20 db19254c92c0: Preparing 19:09:20 8be67af79e79: Preparing 19:09:20 993deb1ff195: Preparing 19:09:20 1fecd5221f05: Preparing 19:09:20 f70ee36035b9: Preparing 19:09:20 db19254c92c0: Waiting 19:09:20 8be67af79e79: Waiting 19:09:20 993deb1ff195: Waiting 19:09:20 1fecd5221f05: Waiting 19:09:20 f70ee36035b9: Waiting 19:09:20 7f2521e875a0: Layer already exists 19:09:20 0fd1d91831f5: Layer already exists 19:09:20 b24b17d3586e: Layer already exists 19:09:20 790dbb8b4b85: Layer already exists 19:09:20 4a7eb45c0655: Layer already exists 19:09:20 8be67af79e79: Layer already exists 19:09:20 db19254c92c0: Layer already exists 19:09:20 1fecd5221f05: Layer already exists 19:09:20 993deb1ff195: Layer already exists 19:09:20 f70ee36035b9: Layer already exists 19:09:20 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:20 + 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 19:09:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 19:09:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:09:21 b24b17d3586e: Preparing 19:09:21 790dbb8b4b85: Preparing 19:09:21 0fd1d91831f5: Preparing 19:09:21 4a7eb45c0655: Preparing 19:09:21 7f2521e875a0: Preparing 19:09:21 db19254c92c0: Preparing 19:09:21 8be67af79e79: Preparing 19:09:21 993deb1ff195: Preparing 19:09:21 1fecd5221f05: Preparing 19:09:21 f70ee36035b9: Preparing 19:09:21 993deb1ff195: Waiting 19:09:21 1fecd5221f05: Waiting 19:09:21 db19254c92c0: Waiting 19:09:21 f70ee36035b9: Waiting 19:09:21 8be67af79e79: Waiting 19:09:21 7f2521e875a0: Layer already exists 19:09:21 b24b17d3586e: Layer already exists 19:09:21 4a7eb45c0655: Layer already exists 19:09:21 790dbb8b4b85: Layer already exists 19:09:21 0fd1d91831f5: Layer already exists 19:09:21 8be67af79e79: Layer already exists 19:09:21 1fecd5221f05: Layer already exists 19:09:21 db19254c92c0: Layer already exists 19:09:21 993deb1ff195: Layer already exists 19:09:21 f70ee36035b9: Layer already exists 19:09:21 main: digest: sha256:eb4dd1223962b0e62c877edfd5f39a2b76c749f66816d629fe3244da33970db1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:21 ===================================================== [Pipeline] echo 19:09:21 taggedImages: 19:09:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:09:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.67 19:09:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 19:09:21 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 19:09:21 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:21 latest 19:09:21 3.0.0-dev.67 19:09:21 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:21 main 19:09:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:09:21 2d47e6260692: Preparing 19:09:21 49eabbfdd1e4: Preparing 19:09:21 df378e32ff14: Preparing 19:09:21 920e561cfefd: Preparing 19:09:21 a8cfdf0cc8ec: Preparing 19:09:21 a8cfdf0cc8ec: Layer already exists 19:09:21 df378e32ff14: Layer already exists 19:09:22 2d47e6260692: Pushed 19:09:23 920e561cfefd: Pushed 19:09:26 49eabbfdd1e4: Pushed 19:09:26 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:27 + 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 19:09:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:09:27 2d47e6260692: Preparing 19:09:27 49eabbfdd1e4: Preparing 19:09:27 df378e32ff14: Preparing 19:09:27 920e561cfefd: Preparing 19:09:27 a8cfdf0cc8ec: Preparing 19:09:27 920e561cfefd: Layer already exists 19:09:27 a8cfdf0cc8ec: Layer already exists 19:09:27 df378e32ff14: Layer already exists 19:09:27 2d47e6260692: Layer already exists 19:09:27 49eabbfdd1e4: Layer already exists 19:09:27 latest: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 19:09:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:09:28 2d47e6260692: Preparing 19:09:28 49eabbfdd1e4: Preparing 19:09:28 df378e32ff14: Preparing 19:09:28 920e561cfefd: Preparing 19:09:28 a8cfdf0cc8ec: Preparing 19:09:28 49eabbfdd1e4: Layer already exists 19:09:28 920e561cfefd: Layer already exists 19:09:28 a8cfdf0cc8ec: Layer already exists 19:09:28 df378e32ff14: Layer already exists 19:09:28 2d47e6260692: Layer already exists 19:09:28 3.0.0-dev.67: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:09:29 2d47e6260692: Preparing 19:09:29 49eabbfdd1e4: Preparing 19:09:29 df378e32ff14: Preparing 19:09:29 920e561cfefd: Preparing 19:09:29 a8cfdf0cc8ec: Preparing 19:09:29 a8cfdf0cc8ec: Layer already exists 19:09:29 49eabbfdd1e4: Layer already exists 19:09:29 920e561cfefd: Layer already exists 19:09:29 df378e32ff14: Layer already exists 19:09:29 2d47e6260692: Layer already exists 19:09:29 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:29 + 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 19:09:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 19:09:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:09:29 2d47e6260692: Preparing 19:09:29 49eabbfdd1e4: Preparing 19:09:29 df378e32ff14: Preparing 19:09:29 920e561cfefd: Preparing 19:09:29 a8cfdf0cc8ec: Preparing 19:09:29 a8cfdf0cc8ec: Layer already exists 19:09:29 df378e32ff14: Layer already exists 19:09:29 2d47e6260692: Layer already exists 19:09:29 49eabbfdd1e4: Layer already exists 19:09:29 920e561cfefd: Layer already exists 19:09:29 main: digest: sha256:03af492189086284fecef4c74e9da7f18344011efe6073fc8526f135132c76c8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:29 ===================================================== [Pipeline] echo 19:09:29 taggedImages: 19:09:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:09:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.67 19:09:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 19:09:29 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 19:09:29 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:29 latest 19:09:29 3.0.0-dev.67 19:09:29 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:29 main 19:09:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:09:30 469759d34860: Preparing 19:09:30 d16708a1cb2e: Preparing 19:09:30 c61128c8b5b2: Preparing 19:09:30 05a4a50a1280: Preparing 19:09:30 0f81f5fb356c: Preparing 19:09:30 7b3cf782d04d: Preparing 19:09:30 a8cfdf0cc8ec: Preparing 19:09:30 7b3cf782d04d: Waiting 19:09:30 a8cfdf0cc8ec: Waiting 19:09:30 d16708a1cb2e: Pushed 19:09:30 469759d34860: Pushed 19:09:30 c61128c8b5b2: Pushed 19:09:30 a8cfdf0cc8ec: Layer already exists 19:09:31 7b3cf782d04d: Pushed 19:09:39 0f81f5fb356c: Pushed 19:09:46 05a4a50a1280: Pushed 19:09:46 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:46 + 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 19:09:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:09:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:09:47 469759d34860: Preparing 19:09:47 d16708a1cb2e: Preparing 19:09:47 c61128c8b5b2: Preparing 19:09:47 05a4a50a1280: Preparing 19:09:47 0f81f5fb356c: Preparing 19:09:47 7b3cf782d04d: Preparing 19:09:47 a8cfdf0cc8ec: Preparing 19:09:47 7b3cf782d04d: Waiting 19:09:47 a8cfdf0cc8ec: Waiting 19:09:47 469759d34860: Layer already exists 19:09:47 0f81f5fb356c: Layer already exists 19:09:47 05a4a50a1280: Layer already exists 19:09:47 c61128c8b5b2: Layer already exists 19:09:47 d16708a1cb2e: Layer already exists 19:09:47 7b3cf782d04d: Layer already exists 19:09:47 a8cfdf0cc8ec: Layer already exists 19:09:47 latest: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 19:09:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:09:48 469759d34860: Preparing 19:09:48 d16708a1cb2e: Preparing 19:09:48 c61128c8b5b2: Preparing 19:09:48 05a4a50a1280: Preparing 19:09:48 0f81f5fb356c: Preparing 19:09:48 7b3cf782d04d: Preparing 19:09:48 a8cfdf0cc8ec: Preparing 19:09:48 7b3cf782d04d: Waiting 19:09:48 a8cfdf0cc8ec: Waiting 19:09:48 469759d34860: Layer already exists 19:09:48 c61128c8b5b2: Layer already exists 19:09:48 0f81f5fb356c: Layer already exists 19:09:48 05a4a50a1280: Layer already exists 19:09:48 d16708a1cb2e: Layer already exists 19:09:48 a8cfdf0cc8ec: Layer already exists 19:09:48 7b3cf782d04d: Layer already exists 19:09:48 3.0.0-dev.67: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:48 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:09:48 469759d34860: Preparing 19:09:48 d16708a1cb2e: Preparing 19:09:48 c61128c8b5b2: Preparing 19:09:48 05a4a50a1280: Preparing 19:09:48 0f81f5fb356c: Preparing 19:09:48 7b3cf782d04d: Preparing 19:09:48 a8cfdf0cc8ec: Preparing 19:09:48 7b3cf782d04d: Waiting 19:09:48 a8cfdf0cc8ec: Waiting 19:09:48 0f81f5fb356c: Layer already exists 19:09:48 05a4a50a1280: Layer already exists 19:09:48 469759d34860: Layer already exists 19:09:48 d16708a1cb2e: Layer already exists 19:09:48 c61128c8b5b2: Layer already exists 19:09:48 a8cfdf0cc8ec: Layer already exists 19:09:48 7b3cf782d04d: Layer already exists 19:09:48 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:49 + 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 19:09:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 19:09:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:09:49 469759d34860: Preparing 19:09:49 d16708a1cb2e: Preparing 19:09:49 c61128c8b5b2: Preparing 19:09:49 05a4a50a1280: Preparing 19:09:49 0f81f5fb356c: Preparing 19:09:49 7b3cf782d04d: Preparing 19:09:49 a8cfdf0cc8ec: Preparing 19:09:49 7b3cf782d04d: Waiting 19:09:49 a8cfdf0cc8ec: Waiting 19:09:49 c61128c8b5b2: Layer already exists 19:09:49 d16708a1cb2e: Layer already exists 19:09:49 05a4a50a1280: Layer already exists 19:09:49 0f81f5fb356c: Layer already exists 19:09:49 469759d34860: Layer already exists 19:09:49 7b3cf782d04d: Layer already exists 19:09:49 a8cfdf0cc8ec: Layer already exists 19:09:49 main: digest: sha256:70adc18fa616076d4d109c5f60adf8ccaa323fcb3c0c9b276dde62caa204a9c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:09:49 ===================================================== [Pipeline] echo 19:09:49 taggedImages: 19:09:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:09:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.67 19:09:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 19:09:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 19:09:49 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:49 latest 19:09:49 3.0.0-dev.67 19:09:49 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:09:49 main 19:09:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:09:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:09:50 f8119a60dc88: Preparing 19:09:50 ae93d8ef9846: Preparing 19:09:50 78411914115b: Preparing 19:09:50 c3357089ad50: Preparing 19:09:50 afc2f6d87eeb: Preparing 19:09:50 a8cfdf0cc8ec: Preparing 19:09:50 a8cfdf0cc8ec: Waiting 19:09:50 f8119a60dc88: Pushed 19:09:50 ae93d8ef9846: Pushed 19:09:50 78411914115b: Pushed 19:09:50 a8cfdf0cc8ec: Layer already exists 19:09:51 afc2f6d87eeb: Pushed 19:10:06 c3357089ad50: Pushed 19:10:06 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:06 + 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 19:10:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:10:07 f8119a60dc88: Preparing 19:10:07 ae93d8ef9846: Preparing 19:10:07 78411914115b: Preparing 19:10:07 c3357089ad50: Preparing 19:10:07 afc2f6d87eeb: Preparing 19:10:07 a8cfdf0cc8ec: Preparing 19:10:07 a8cfdf0cc8ec: Waiting 19:10:07 c3357089ad50: Layer already exists 19:10:07 78411914115b: Layer already exists 19:10:07 ae93d8ef9846: Layer already exists 19:10:07 f8119a60dc88: Layer already exists 19:10:07 afc2f6d87eeb: Layer already exists 19:10:07 a8cfdf0cc8ec: Layer already exists 19:10:07 latest: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 19:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:10:08 f8119a60dc88: Preparing 19:10:08 ae93d8ef9846: Preparing 19:10:08 78411914115b: Preparing 19:10:08 c3357089ad50: Preparing 19:10:08 afc2f6d87eeb: Preparing 19:10:08 a8cfdf0cc8ec: Preparing 19:10:08 a8cfdf0cc8ec: Waiting 19:10:08 afc2f6d87eeb: Layer already exists 19:10:08 ae93d8ef9846: Layer already exists 19:10:08 f8119a60dc88: Layer already exists 19:10:08 78411914115b: Layer already exists 19:10:08 c3357089ad50: Layer already exists 19:10:08 a8cfdf0cc8ec: Layer already exists 19:10:08 3.0.0-dev.67: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:10:08 f8119a60dc88: Preparing 19:10:08 ae93d8ef9846: Preparing 19:10:08 78411914115b: Preparing 19:10:08 c3357089ad50: Preparing 19:10:08 afc2f6d87eeb: Preparing 19:10:08 a8cfdf0cc8ec: Preparing 19:10:08 a8cfdf0cc8ec: Waiting 19:10:08 c3357089ad50: Layer already exists 19:10:08 f8119a60dc88: Layer already exists 19:10:08 afc2f6d87eeb: Layer already exists 19:10:08 ae93d8ef9846: Layer already exists 19:10:08 78411914115b: Layer already exists 19:10:08 a8cfdf0cc8ec: Layer already exists 19:10:08 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:09 + 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 19:10:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 19:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:10:09 f8119a60dc88: Preparing 19:10:09 ae93d8ef9846: Preparing 19:10:09 78411914115b: Preparing 19:10:09 c3357089ad50: Preparing 19:10:09 afc2f6d87eeb: Preparing 19:10:09 a8cfdf0cc8ec: Preparing 19:10:09 a8cfdf0cc8ec: Waiting 19:10:09 78411914115b: Layer already exists 19:10:09 afc2f6d87eeb: Layer already exists 19:10:09 f8119a60dc88: Layer already exists 19:10:09 ae93d8ef9846: Layer already exists 19:10:09 c3357089ad50: Layer already exists 19:10:09 a8cfdf0cc8ec: Layer already exists 19:10:09 main: digest: sha256:78d336cfc7334c4788dacd773dead74a86863aa500c4ba0cfa36946e9cbe3d8a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:10:09 ===================================================== [Pipeline] echo 19:10:09 taggedImages: 19:10:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:10:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.67 19:10:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 19:10:09 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 19:10:09 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:09 latest 19:10:09 3.0.0-dev.67 19:10:09 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:09 main 19:10:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:10:10 1eb07a16c6ba: Preparing 19:10:10 055a967ee0fc: Preparing 19:10:10 29a599dc0110: Preparing 19:10:10 5d52625bca3d: Preparing 19:10:10 7b3cf782d04d: Preparing 19:10:10 a8cfdf0cc8ec: Preparing 19:10:10 a8cfdf0cc8ec: Waiting 19:10:10 7b3cf782d04d: Layer already exists 19:10:10 a8cfdf0cc8ec: Layer already exists 19:10:10 29a599dc0110: Pushed 19:10:10 1eb07a16c6ba: Pushed 19:10:10 055a967ee0fc: Pushed 19:10:25 5d52625bca3d: Pushed 19:10:25 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:25 + 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 19:10:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:10:26 1eb07a16c6ba: Preparing 19:10:26 055a967ee0fc: Preparing 19:10:26 29a599dc0110: Preparing 19:10:26 5d52625bca3d: Preparing 19:10:26 7b3cf782d04d: Preparing 19:10:26 a8cfdf0cc8ec: Preparing 19:10:26 a8cfdf0cc8ec: Waiting 19:10:26 1eb07a16c6ba: Layer already exists 19:10:26 5d52625bca3d: Layer already exists 19:10:26 29a599dc0110: Layer already exists 19:10:26 7b3cf782d04d: Layer already exists 19:10:26 055a967ee0fc: Layer already exists 19:10:26 a8cfdf0cc8ec: Layer already exists 19:10:26 latest: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 19:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:10:26 1eb07a16c6ba: Preparing 19:10:26 055a967ee0fc: Preparing 19:10:26 29a599dc0110: Preparing 19:10:26 5d52625bca3d: Preparing 19:10:26 7b3cf782d04d: Preparing 19:10:26 a8cfdf0cc8ec: Preparing 19:10:26 a8cfdf0cc8ec: Waiting 19:10:26 7b3cf782d04d: Layer already exists 19:10:26 29a599dc0110: Layer already exists 19:10:26 055a967ee0fc: Layer already exists 19:10:26 5d52625bca3d: Layer already exists 19:10:26 1eb07a16c6ba: Layer already exists 19:10:26 a8cfdf0cc8ec: Layer already exists 19:10:26 3.0.0-dev.67: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:10:27 1eb07a16c6ba: Preparing 19:10:27 055a967ee0fc: Preparing 19:10:27 29a599dc0110: Preparing 19:10:27 5d52625bca3d: Preparing 19:10:27 7b3cf782d04d: Preparing 19:10:27 a8cfdf0cc8ec: Preparing 19:10:27 a8cfdf0cc8ec: Waiting 19:10:27 5d52625bca3d: Layer already exists 19:10:27 055a967ee0fc: Layer already exists 19:10:27 7b3cf782d04d: Layer already exists 19:10:27 29a599dc0110: Layer already exists 19:10:27 1eb07a16c6ba: Layer already exists 19:10:27 a8cfdf0cc8ec: Layer already exists 19:10:27 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 19:10:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:10:28 1eb07a16c6ba: Preparing 19:10:28 055a967ee0fc: Preparing 19:10:28 29a599dc0110: Preparing 19:10:28 5d52625bca3d: Preparing 19:10:28 7b3cf782d04d: Preparing 19:10:28 a8cfdf0cc8ec: Preparing 19:10:28 a8cfdf0cc8ec: Waiting 19:10:28 055a967ee0fc: Layer already exists 19:10:28 29a599dc0110: Layer already exists 19:10:28 1eb07a16c6ba: Layer already exists 19:10:28 7b3cf782d04d: Layer already exists 19:10:28 5d52625bca3d: Layer already exists 19:10:28 a8cfdf0cc8ec: Layer already exists 19:10:28 main: digest: sha256:fe6bc60736795b8dccab2ac5982b9a4ccbee1e9648f660ec0a34222be94e7b73 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:10:28 ===================================================== [Pipeline] echo 19:10:28 taggedImages: 19:10:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:10:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.67 19:10:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:28 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 19:10:28 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 19:10:28 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:28 latest 19:10:28 3.0.0-dev.67 19:10:28 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:28 main 19:10:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:10:29 1dbe60b899c0: Preparing 19:10:29 de161bc16e54: Preparing 19:10:29 df378e32ff14: Preparing 19:10:29 19e175488c13: Preparing 19:10:29 f70ee36035b9: Preparing 19:10:29 df378e32ff14: Layer already exists 19:10:29 f70ee36035b9: Layer already exists 19:10:29 1dbe60b899c0: Pushed 19:10:29 19e175488c13: Pushed 19:10:34 de161bc16e54: Pushed 19:10:34 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:10:35 1dbe60b899c0: Preparing 19:10:35 de161bc16e54: Preparing 19:10:35 df378e32ff14: Preparing 19:10:35 19e175488c13: Preparing 19:10:35 f70ee36035b9: Preparing 19:10:35 f70ee36035b9: Layer already exists 19:10:35 de161bc16e54: Layer already exists 19:10:35 1dbe60b899c0: Layer already exists 19:10:35 19e175488c13: Layer already exists 19:10:35 df378e32ff14: Layer already exists 19:10:35 latest: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 19:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:10:36 1dbe60b899c0: Preparing 19:10:36 de161bc16e54: Preparing 19:10:36 df378e32ff14: Preparing 19:10:36 19e175488c13: Preparing 19:10:36 f70ee36035b9: Preparing 19:10:36 f70ee36035b9: Layer already exists 19:10:36 1dbe60b899c0: Layer already exists 19:10:36 de161bc16e54: Layer already exists 19:10:36 19e175488c13: Layer already exists 19:10:36 df378e32ff14: Layer already exists 19:10:36 3.0.0-dev.67: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:10:36 1dbe60b899c0: Preparing 19:10:36 de161bc16e54: Preparing 19:10:36 df378e32ff14: Preparing 19:10:36 19e175488c13: Preparing 19:10:36 f70ee36035b9: Preparing 19:10:36 f70ee36035b9: Layer already exists 19:10:36 19e175488c13: Layer already exists 19:10:36 de161bc16e54: Layer already exists 19:10:36 df378e32ff14: Layer already exists 19:10:36 1dbe60b899c0: Layer already exists 19:10:36 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 19:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:10:37 1dbe60b899c0: Preparing 19:10:37 de161bc16e54: Preparing 19:10:37 df378e32ff14: Preparing 19:10:37 19e175488c13: Preparing 19:10:37 f70ee36035b9: Preparing 19:10:37 df378e32ff14: Layer already exists 19:10:37 1dbe60b899c0: Layer already exists 19:10:37 de161bc16e54: Layer already exists 19:10:37 19e175488c13: Layer already exists 19:10:37 f70ee36035b9: Layer already exists 19:10:37 main: digest: sha256:48cce6bfe271fbbe03e2733d3858c15bfb0027aab2cc1c0a39e9ecef68f6db72 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:10:37 ===================================================== [Pipeline] echo 19:10:37 taggedImages: 19:10:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:10:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.67 19:10:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 19:10:37 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 19:10:37 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:37 latest 19:10:37 3.0.0-dev.67 19:10:37 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:37 main 19:10:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:10:38 41b9814e0c0a: Preparing 19:10:38 f95422740995: Preparing 19:10:38 df378e32ff14: Preparing 19:10:38 7e4cc741bdc9: Preparing 19:10:38 f70ee36035b9: Preparing 19:10:38 f70ee36035b9: Layer already exists 19:10:38 7e4cc741bdc9: Layer already exists 19:10:38 df378e32ff14: Layer already exists 19:10:38 41b9814e0c0a: Pushed 19:10:43 f95422740995: Pushed 19:10:43 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:10:44 41b9814e0c0a: Preparing 19:10:44 f95422740995: Preparing 19:10:44 df378e32ff14: Preparing 19:10:44 7e4cc741bdc9: Preparing 19:10:44 f70ee36035b9: Preparing 19:10:44 f70ee36035b9: Layer already exists 19:10:44 df378e32ff14: Layer already exists 19:10:44 f95422740995: Layer already exists 19:10:44 7e4cc741bdc9: Layer already exists 19:10:44 41b9814e0c0a: Layer already exists 19:10:44 latest: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 19:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:10:45 41b9814e0c0a: Preparing 19:10:45 f95422740995: Preparing 19:10:45 df378e32ff14: Preparing 19:10:45 7e4cc741bdc9: Preparing 19:10:45 f70ee36035b9: Preparing 19:10:45 f70ee36035b9: Layer already exists 19:10:45 7e4cc741bdc9: Layer already exists 19:10:45 41b9814e0c0a: Layer already exists 19:10:45 f95422740995: Layer already exists 19:10:45 df378e32ff14: Layer already exists 19:10:45 3.0.0-dev.67: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:10:45 41b9814e0c0a: Preparing 19:10:45 f95422740995: Preparing 19:10:45 df378e32ff14: Preparing 19:10:45 7e4cc741bdc9: Preparing 19:10:45 f70ee36035b9: Preparing 19:10:45 f95422740995: Layer already exists 19:10:45 df378e32ff14: Layer already exists 19:10:45 7e4cc741bdc9: Layer already exists 19:10:45 f70ee36035b9: Layer already exists 19:10:45 41b9814e0c0a: Layer already exists 19:10:45 1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 19:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:10:46 41b9814e0c0a: Preparing 19:10:46 f95422740995: Preparing 19:10:46 df378e32ff14: Preparing 19:10:46 7e4cc741bdc9: Preparing 19:10:46 f70ee36035b9: Preparing 19:10:46 f95422740995: Layer already exists 19:10:46 df378e32ff14: Layer already exists 19:10:46 f70ee36035b9: Layer already exists 19:10:46 41b9814e0c0a: Layer already exists 19:10:46 7e4cc741bdc9: Layer already exists 19:10:46 main: digest: sha256:7b26e8391646a32d43860c6c1cf6f3597715984bcbbf8c005b65bfc791d8a5da size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:10:46 ===================================================== [Pipeline] echo 19:10:46 taggedImages: 19:10:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb 19:10:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:10:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.67 19:10:46 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1bf67f4ff8da0638a8c1a744aff8655ac9511fdb-3.0.0-dev.67 19:10:46 - 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 19:10:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:10:47 19:10:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:10:47 arm64: Pulling from edgex-lftools-log-publisher 19:10:47 8998bd30e6a1: Pulling fs layer 19:10:47 04944245beec: Pulling fs layer 19:10:47 699f458cf7ca: Pulling fs layer 19:10:47 765212b225bb: Pulling fs layer 19:10:47 f23df028b6ca: Pulling fs layer 19:10:47 d65c8cfc05b1: Pulling fs layer 19:10:47 2437ff75d9bd: Pulling fs layer 19:10:47 765212b225bb: Waiting 19:10:47 f23df028b6ca: Waiting 19:10:47 d65c8cfc05b1: Waiting 19:10:47 2437ff75d9bd: Waiting 19:10:47 04944245beec: Verifying Checksum 19:10:47 04944245beec: Download complete 19:10:47 765212b225bb: Verifying Checksum 19:10:47 765212b225bb: Download complete 19:10:47 f23df028b6ca: Verifying Checksum 19:10:47 f23df028b6ca: Download complete 19:10:47 d65c8cfc05b1: Verifying Checksum 19:10:47 d65c8cfc05b1: Download complete 19:10:48 699f458cf7ca: Verifying Checksum 19:10:48 699f458cf7ca: Download complete 19:10:48 8998bd30e6a1: Verifying Checksum 19:10:48 8998bd30e6a1: Download complete 19:10:50 2437ff75d9bd: Verifying Checksum 19:10:50 2437ff75d9bd: Download complete 19:10:52 8998bd30e6a1: Pull complete 19:10:52 04944245beec: Pull complete 19:10:53 699f458cf7ca: Pull complete 19:10:53 765212b225bb: Pull complete 19:10:54 f23df028b6ca: Pull complete 19:10:54 d65c8cfc05b1: Pull complete 19:11:07 2437ff75d9bd: Pull complete 19:11:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:11:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:11:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:07 prd-ubuntu20.04-docker-arm64-4c-16g-7383 does not seem to be running inside a container 19:11:07 $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@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 19:11:09 $ docker top 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:10 ---> job-cost.sh 19:11:10 lf-activate-venv: SKIPPING 19:11:10 INFO: No Stack... 19:11:11 INFO: Retrieving Pricing Info for: v3-standard-4 19:11:12 INFO: Archiving Costs [Pipeline] sh 19:11:12 + cat /w/workspace/edgex-go/428/archives/cost.csv 19:11:12 + cut -d, -f6 [Pipeline] lock 19:11:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] 19:11:12 Resource [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] did not exist. Created. 19:11:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:11:13 + echo total: 0.10999999940395355 [Pipeline] stash 19:11:13 Stashed 1 file(s) [Pipeline] } 19:11:13 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-428-stack-cost] [Pipeline] // lock [Pipeline] } 19:11:13 $ docker stop --time=1 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c 19:11:15 $ docker rm -f --volumes 011131ad2aa72098670b02e102b4d7614d667bc95750452b420ae290a628c72c [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 19:11:15 provisioning config files... 19:11:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/428@tmp/config17209348927558214041tmp [Pipeline] { [Pipeline] sh 19:11:15 + set +x 19:11:15 + curl -s https://codecov.io/bash 19:11:15 + bash -s -- 19:11:15 19:11:15 _____ _ 19:11:15 / ____| | | 19:11:15 | | ___ __| | ___ ___ _____ __ 19:11:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:11:15 | |___| (_) | (_| | __/ (_| (_) \ V / 19:11:15 \_____\___/ \__,_|\___|\___\___/ \_/ 19:11:15 Bash-1.0.6 19:11:15 19:11:15 19:11:15 ==> git version 2.25.1 found 19:11:15 ==> 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 19:11:15 Release-Date: 2020-01-08 19:11:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:11:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:11:15 ==> Jenkins CI detected. 19:11:15 current dir:  /w/workspace/edgex-go/428 19:11:15 project root: . 19:11:15 --> token set from env 19:11:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:11:16 ==> Running gcov in . (disable via -X gcov) 19:11:16 ==> Python coveragepy not found 19:11:16 ==> Searching for coverage reports in: 19:11:16 + . 19:11:16 -> Found 1 reports 19:11:16 ==> Detecting git/mercurial file structure 19:11:16 ==> Reading reports 19:11:16 + ./coverage.out bytes=487670 19:11:16 ==> Appending adjustments 19:11:16 https://docs.codecov.io/docs/fixing-reports 19:11:17 + Found adjustments 19:11:17 ==> Gzipping contents 19:11:17 64K /tmp/codecov.9KkvMl.gz 19:11:17 ==> Uploading reports 19:11:17 url: https://codecov.io 19:11:17 query: branch=main&commit=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb&build=428&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F428%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:11:17 -> Pinging Codecov 19:11:17 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=1bf67f4ff8da0638a8c1a744aff8655ac9511fdb&build=428&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F428%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:11:17 -> Uploading to 19:11:17 https://storage.googleapis.com/codecov/v4/raw/2023-02-24/00271124DB129430A58F1EEE437C3FCB/1bf67f4ff8da0638a8c1a744aff8655ac9511fdb/a1d1a659-e60f-4e9f-ad90-31a7f95a63e5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230224T191117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e38cc931f4b28386f7af3afa90d7897820b9ea455eb198c3d5d1ce0fcdb7a60 19:11:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:17 Dload Upload Total Spent Left Speed 19:11:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63063 0 0 100 63063 0 165k --:--:-- --:--:-- --:--:-- 164k 19:11:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1bf67f4ff8da0638a8c1a744aff8655ac9511fdb [Pipeline] } 19:11:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 19:11:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:11:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:11:18 19:11:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:11:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:11:18 df9b9388f04a: Pulling fs layer 19:11:18 52dc419b0ee2: Pulling fs layer 19:11:18 25bc292e5bac: Pulling fs layer 19:11:18 114826534d7a: Pulling fs layer 19:11:18 4657fd5d0bcf: Pulling fs layer 19:11:18 6ad1cebc031e: Pulling fs layer 19:11:18 8a3aa393b2d8: Pulling fs layer 19:11:18 114826534d7a: Waiting 19:11:18 6ad1cebc031e: Waiting 19:11:18 4657fd5d0bcf: Waiting 19:11:18 8a3aa393b2d8: Waiting 19:11:18 25bc292e5bac: Download complete 19:11:18 52dc419b0ee2: Verifying Checksum 19:11:18 52dc419b0ee2: Download complete 19:11:19 4657fd5d0bcf: Verifying Checksum 19:11:19 4657fd5d0bcf: Download complete 19:11:19 df9b9388f04a: Download complete 19:11:19 6ad1cebc031e: Verifying Checksum 19:11:19 6ad1cebc031e: Download complete 19:11:19 df9b9388f04a: Pull complete 19:11:19 52dc419b0ee2: Pull complete 19:11:19 114826534d7a: Verifying Checksum 19:11:19 114826534d7a: Download complete 19:11:20 8a3aa393b2d8: Download complete 19:11:20 25bc292e5bac: Pull complete 19:11:23 114826534d7a: Pull complete 19:11:23 4657fd5d0bcf: Pull complete 19:11:24 6ad1cebc031e: Pull complete 19:11:26 8a3aa393b2d8: Pull complete 19:11:26 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:11:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:11:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:26 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:11:26 $ 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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:11:38 $ docker top acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 -eo pid,comm [Pipeline] { [Pipeline] echo 19:11:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 19:11:38 + set -o pipefail 19:11:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 19:11:43 19:11:43 Monitoring /w/workspace/edgex-go/428 (github.com/edgexfoundry/edgex-go)... 19:11:43 19:11:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0d63e62a-8f45-4052-945d-9ee539a61d14 19:11:43 19:11:43 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:11:43 19:11:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:11:43 19:11:43 19:11:43 A medium severity vulnerability was found in the Snyk CLI versions you are using. 19:11:43 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 19:11:43 More details here: https://snyk.co/ue1NS [Pipeline] } 19:11:44 $ docker stop --time=1 acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 19:11:50 $ docker rm -f --volumes acbc498577b1c72f37e420841406bdb9905bce6d6f195783b1d6c7b475cfea47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 19:11:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:51 provisioning config files... 19:11:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/428@tmp/config15592212089040939805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:51 --> edgex-publish-swagger.sh 19:11:51 === Publish openapi/v3 API === 19:11:51 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 19:11:51 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/428/openapi/v3/core-command.yaml] 19:11:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:51 Dload Upload Total Spent Left Speed 19:11:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 51563 --:--:-- --:--:-- --:--:-- 51471 100 29030 0 0 100 29030 0 51563 --:--:-- --:--:-- --:--:-- 51471 19:11:51 19:11:51 19:11:51 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/428/openapi/v3/core-data.yaml] 19:11:51 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:51 Dload Upload Total Spent Left Speed 19:11:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 130k --:--:-- --:--:-- --:--:-- 130k 19:11:52 19:11:52 19:11:52 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/428/openapi/v3/core-metadata.yaml] 19:11:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:52 Dload Upload Total Spent Left Speed 19:11:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 206k --:--:-- --:--:-- --:--:-- 205k 100 140k 0 0 100 140k 0 205k --:--:-- --:--:-- --:--:-- 205k 19:11:53 19:11:53 19:11:53 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/428/openapi/v3/support-notifications.yaml] 19:11:53 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:53 Dload Upload Total Spent Left Speed 19:11:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 173k --:--:-- --:--:-- --:--:-- 173k 19:11:53 19:11:53 19:11:53 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/428/openapi/v3/support-scheduler.yaml] 19:11:53 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:53 Dload Upload Total Spent Left Speed 19:11:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 163k --:--:-- --:--:-- --:--:-- 162k 100 34001 0 0 100 34001 0 67866 --:--:-- --:--:-- --:--:-- 67731 19:11:54 19:11:54 [Pipeline] } 19:11:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 19:11:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:11:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:11:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:11:54 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:11:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:11:55 $ docker top 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d -eo pid,comm 19:11:55 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). 19:11:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:11:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:11:55 [ssh-agent] Looking for ssh-agent implementation... 19:11:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:11:55 $ docker exec 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d ssh-agent 19:11:55 SSH_AUTH_SOCK=/tmp/ssh-0cJBX1mSnWEe/agent.14 19:11:55 SSH_AGENT_PID=20 19:11:55 Running ssh-add (command line suppressed) 19:11:55 Identity added: /w/workspace/edgex-go/428@tmp/private_key_1780777305334849462.key (/w/workspace/edgex-go/428@tmp/private_key_1780777305334849462.key) 19:11:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:11:56 + git semver tag 19:11:56 2023-02-24 19:11:56,557 [run_tag] DEBUG tag force:False 19:11:56 2023-02-24 19:11:56,558 [check_head_tag] DEBUG check head tag 19:11:56 2023-02-24 19:11:56,562 [execute] INFO git cat-file --batch-check 19:11:56 2023-02-24 19:11:56,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=) 19:11:56 2023-02-24 19:11:56,567 [execute] INFO git cat-file --batch 19:11:56 2023-02-24 19:11:56,567 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=) 19:11:56 2023-02-24 19:11:56,616 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:11:56 2023-02-24 19:11:56,616 [execute] INFO git tag -a v3.0.0-dev.67 -m v3.0.0-dev.67 19:11:56 2023-02-24 19:11:56,617 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.67', '-m', 'v3.0.0-dev.67'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) 19:11:56 2023-02-24 19:11:56,619 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:11:56 3.0.0-dev.67 [Pipeline] } 19:11:56 $ docker exec --env ******** --env ******** 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d ssh-agent -k 19:11:56 unset SSH_AUTH_SOCK; 19:11:56 unset SSH_AGENT_PID; 19:11:56 echo Agent pid 20 killed; 19:11:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:11:57 + git semver [Pipeline] } 19:11:57 $ docker stop --time=1 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d 19:11:59 $ docker rm -f --volumes 5a1ef49d39b62ec3355adafacd2aa03eed614fb0e62479379ac5b97693b3cc5d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:11:59 19:11:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:12:00 0.23.1-centos7: Pulling from edgex-lftools 19:12:00 ab5ef0e58194: Pulling fs layer 19:12:00 9712f1f96733: Pulling fs layer 19:12:00 63f879dbbcfc: Pulling fs layer 19:12:00 0d9ebad4ef96: Pulling fs layer 19:12:00 e9a5061849ea: Pulling fs layer 19:12:00 d747dcd14b5f: Pulling fs layer 19:12:00 2de7ff778b66: Pulling fs layer 19:12:00 d747dcd14b5f: Waiting 19:12:00 e9a5061849ea: Waiting 19:12:00 2de7ff778b66: Waiting 19:12:00 0d9ebad4ef96: Waiting 19:12:00 9712f1f96733: Verifying Checksum 19:12:00 9712f1f96733: Download complete 19:12:00 63f879dbbcfc: Verifying Checksum 19:12:00 63f879dbbcfc: Download complete 19:12:00 0d9ebad4ef96: Verifying Checksum 19:12:00 0d9ebad4ef96: Download complete 19:12:00 e9a5061849ea: Verifying Checksum 19:12:00 e9a5061849ea: Download complete 19:12:00 d747dcd14b5f: Verifying Checksum 19:12:00 d747dcd14b5f: Download complete 19:12:00 ab5ef0e58194: Verifying Checksum 19:12:00 ab5ef0e58194: Download complete 19:12:00 2de7ff778b66: Verifying Checksum 19:12:00 2de7ff778b66: Download complete 19:12:03 ab5ef0e58194: Pull complete 19:12:03 9712f1f96733: Pull complete 19:12:04 63f879dbbcfc: Pull complete 19:12:07 0d9ebad4ef96: Pull complete 19:12:07 e9a5061849ea: Pull complete 19:12:07 d747dcd14b5f: Pull complete 19:12:08 2de7ff778b66: Pull complete 19:12:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:12:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:12:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:08 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:12:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:12:19 $ docker top cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:12:19 provisioning config files... 19:12:19 copy managed file [sigul-config] to file:/w/workspace/edgex-go/428@tmp/config4483111452087449581tmp 19:12:19 copy managed file [sigul-password] to file:/w/workspace/edgex-go/428@tmp/config6234865542635239862tmp 19:12:19 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/428@tmp/config12930362714324987419tmp [Pipeline] { [Pipeline] echo 19:12:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:12:19 ---> sigul-configuration.sh 19:12:19 gpg: directory `/root/.gnupg' created 19:12:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:12:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:12:19 gpg: keyring `/root/.gnupg/secring.gpg' created 19:12:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:12:19 gpg: CAST5 encrypted data 19:12:19 gpg: encrypted with 1 passphrase 19:12:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:12:19 + mkdir /home/jenkins 19:12:19 + mkdir /home/jenkins/sigul [Pipeline] sh 19:12:20 + 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 19:12:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:12:20 ---> sigul-install.sh 19:12:20 Sigul already installed; skipping installation. [Pipeline] sh 19:12:20 + git tag --list 19:12:20 0.6.0 19:12:20 0.6.1 19:12:20 0.7.0 19:12:20 0.7.1 19:12:20 v1.0.0 19:12:20 v1.0.1 19:12:20 v1.1.0 19:12:20 v1.2.0 19:12:20 v1.2.1 19:12:20 v1.3.0 19:12:20 v1.3.1 19:12:20 v2.0.0 19:12:20 v2.1.0 19:12:20 v2.1.1 19:12:20 v2.1.1-dev.1 19:12:20 v2.1.1-dev.2 19:12:20 v2.1.1-dev.3 19:12:20 v2.1.1-dev.4 19:12:20 v2.1.1-dev.5 19:12:20 v2.1.1-dev.6 19:12:20 v2.1.1-dev.7 19:12:20 v2.1.1-dev.8 19:12:20 v2.1.2-dev.1 19:12:20 v2.2.0 19:12:20 v2.2.1-dev.1 19:12:20 v2.2.1-dev.10 19:12:20 v2.2.1-dev.11 19:12:20 v2.2.1-dev.12 19:12:20 v2.2.1-dev.13 19:12:20 v2.2.1-dev.14 19:12:20 v2.2.1-dev.15 19:12:20 v2.2.1-dev.16 19:12:20 v2.2.1-dev.17 19:12:20 v2.2.1-dev.18 19:12:20 v2.2.1-dev.19 19:12:20 v2.2.1-dev.2 19:12:20 v2.2.1-dev.20 19:12:20 v2.2.1-dev.21 19:12:20 v2.2.1-dev.22 19:12:20 v2.2.1-dev.23 19:12:20 v2.2.1-dev.24 19:12:20 v2.2.1-dev.25 19:12:20 v2.2.1-dev.26 19:12:20 v2.2.1-dev.27 19:12:20 v2.2.1-dev.28 19:12:20 v2.2.1-dev.29 19:12:20 v2.2.1-dev.3 19:12:20 v2.2.1-dev.4 19:12:20 v2.2.1-dev.5 19:12:20 v2.2.1-dev.6 19:12:20 v2.2.1-dev.7 19:12:20 v2.2.1-dev.8 19:12:20 v2.2.1-dev.9 19:12:20 v2.3.0 19:12:20 v2.3.0-dev.100 19:12:20 v2.3.0-dev.101 19:12:20 v2.3.0-dev.102 19:12:20 v2.3.0-dev.103 19:12:20 v2.3.0-dev.104 19:12:20 v2.3.0-dev.105 19:12:20 v2.3.0-dev.106 19:12:20 v2.3.0-dev.29 19:12:20 v2.3.0-dev.30 19:12:20 v2.3.0-dev.31 19:12:20 v2.3.0-dev.32 19:12:20 v2.3.0-dev.33 19:12:20 v2.3.0-dev.34 19:12:20 v2.3.0-dev.35 19:12:20 v2.3.0-dev.36 19:12:20 v2.3.0-dev.37 19:12:20 v2.3.0-dev.38 19:12:20 v2.3.0-dev.39 19:12:20 v2.3.0-dev.40 19:12:20 v2.3.0-dev.41 19:12:20 v2.3.0-dev.42 19:12:20 v2.3.0-dev.43 19:12:20 v2.3.0-dev.44 19:12:20 v2.3.0-dev.45 19:12:20 v2.3.0-dev.46 19:12:20 v2.3.0-dev.47 19:12:20 v2.3.0-dev.48 19:12:20 v2.3.0-dev.49 19:12:20 v2.3.0-dev.50 19:12:20 v2.3.0-dev.51 19:12:20 v2.3.0-dev.52 19:12:20 v2.3.0-dev.53 19:12:20 v2.3.0-dev.54 19:12:20 v2.3.0-dev.55 19:12:20 v2.3.0-dev.56 19:12:20 v2.3.0-dev.57 19:12:20 v2.3.0-dev.58 19:12:20 v2.3.0-dev.59 19:12:20 v2.3.0-dev.60 19:12:20 v2.3.0-dev.61 19:12:20 v2.3.0-dev.62 19:12:20 v2.3.0-dev.63 19:12:20 v2.3.0-dev.64 19:12:20 v2.3.0-dev.65 19:12:20 v2.3.0-dev.66 19:12:20 v2.3.0-dev.67 19:12:20 v2.3.0-dev.68 19:12:20 v2.3.0-dev.69 19:12:20 v2.3.0-dev.70 19:12:20 v2.3.0-dev.71 19:12:20 v2.3.0-dev.72 19:12:20 v2.3.0-dev.73 19:12:20 v2.3.0-dev.74 19:12:20 v2.3.0-dev.75 19:12:20 v2.3.0-dev.76 19:12:20 v2.3.0-dev.77 19:12:20 v2.3.0-dev.78 19:12:20 v2.3.0-dev.79 19:12:20 v2.3.0-dev.80 19:12:20 v2.3.0-dev.81 19:12:20 v2.3.0-dev.82 19:12:20 v2.3.0-dev.83 19:12:20 v2.3.0-dev.84 19:12:20 v2.3.0-dev.85 19:12:20 v2.3.0-dev.86 19:12:20 v2.3.0-dev.87 19:12:20 v2.3.0-dev.88 19:12:20 v2.3.0-dev.89 19:12:20 v2.3.0-dev.90 19:12:20 v2.3.0-dev.91 19:12:20 v2.3.0-dev.92 19:12:20 v2.3.0-dev.93 19:12:20 v2.3.0-dev.94 19:12:20 v2.3.0-dev.95 19:12:20 v2.3.0-dev.96 19:12:20 v2.3.0-dev.97 19:12:20 v2.3.0-dev.98 19:12:20 v2.3.0-dev.99 19:12:20 v2.3.1-dev.1 19:12:20 v2.3.1-dev.2 19:12:20 v2.3.1-dev.3 19:12:20 v2.3.1-dev.4 19:12:20 v2.3.1-dev.5 19:12:20 v3.0.0-dev.1 19:12:20 v3.0.0-dev.10 19:12:20 v3.0.0-dev.11 19:12:20 v3.0.0-dev.12 19:12:20 v3.0.0-dev.13 19:12:20 v3.0.0-dev.14 19:12:20 v3.0.0-dev.15 19:12:20 v3.0.0-dev.16 19:12:20 v3.0.0-dev.17 19:12:20 v3.0.0-dev.18 19:12:20 v3.0.0-dev.19 19:12:20 v3.0.0-dev.2 19:12:20 v3.0.0-dev.20 19:12:20 v3.0.0-dev.21 19:12:20 v3.0.0-dev.22 19:12:20 v3.0.0-dev.23 19:12:20 v3.0.0-dev.24 19:12:20 v3.0.0-dev.25 19:12:20 v3.0.0-dev.26 19:12:20 v3.0.0-dev.27 19:12:20 v3.0.0-dev.28 19:12:20 v3.0.0-dev.29 19:12:20 v3.0.0-dev.3 19:12:20 v3.0.0-dev.30 19:12:20 v3.0.0-dev.31 19:12:20 v3.0.0-dev.32 19:12:20 v3.0.0-dev.33 19:12:20 v3.0.0-dev.34 19:12:20 v3.0.0-dev.35 19:12:20 v3.0.0-dev.36 19:12:20 v3.0.0-dev.37 19:12:20 v3.0.0-dev.38 19:12:20 v3.0.0-dev.39 19:12:20 v3.0.0-dev.4 19:12:20 v3.0.0-dev.40 19:12:20 v3.0.0-dev.41 19:12:20 v3.0.0-dev.42 19:12:20 v3.0.0-dev.43 19:12:20 v3.0.0-dev.44 19:12:20 v3.0.0-dev.45 19:12:20 v3.0.0-dev.46 19:12:20 v3.0.0-dev.47 19:12:20 v3.0.0-dev.48 19:12:20 v3.0.0-dev.49 19:12:20 v3.0.0-dev.5 19:12:20 v3.0.0-dev.50 19:12:20 v3.0.0-dev.51 19:12:20 v3.0.0-dev.52 19:12:20 v3.0.0-dev.53 19:12:20 v3.0.0-dev.54 19:12:20 v3.0.0-dev.55 19:12:20 v3.0.0-dev.56 19:12:20 v3.0.0-dev.57 19:12:20 v3.0.0-dev.58 19:12:20 v3.0.0-dev.59 19:12:20 v3.0.0-dev.6 19:12:20 v3.0.0-dev.60 19:12:20 v3.0.0-dev.61 19:12:20 v3.0.0-dev.62 19:12:20 v3.0.0-dev.63 19:12:20 v3.0.0-dev.64 19:12:20 v3.0.0-dev.65 19:12:20 v3.0.0-dev.66 19:12:20 v3.0.0-dev.67 19:12:20 v3.0.0-dev.7 19:12:20 v3.0.0-dev.8 19:12:20 v3.0.0-dev.9 [Pipeline] sh 19:12:21 + lftools sign git-tag v3.0.0-dev.67 19:12:21 Signing Git tag with Sigul... 19:12:21 Signing v3.0.0-dev.67 [Pipeline] echo 19:12:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:12:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:12:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:12:22 $ docker stop --time=1 cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 19:12:23 $ docker rm -f --volumes cbb91a78394c072ae735d33ae9013fc7060ce8d3e228dfdc6d429590b9592a07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:12:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:12:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:12:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:24 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:12:25 $ docker top 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 -eo pid,comm 19:12: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). 19:12:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:12:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:25 [ssh-agent] Looking for ssh-agent implementation... 19:12:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:25 $ docker exec 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 ssh-agent 19:12:25 SSH_AUTH_SOCK=/tmp/ssh-Q9ey2AxwauO7/agent.32 19:12:25 SSH_AGENT_PID=38 19:12:25 Running ssh-add (command line suppressed) 19:12:25 Identity added: /w/workspace/edgex-go/428@tmp/private_key_4250386037887427277.key (/w/workspace/edgex-go/428@tmp/private_key_4250386037887427277.key) 19:12:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:25 + git semver bump pre 19:12:26 2023-02-24 19:12:26,066 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:12:26 2023-02-24 19:12:26,066 [bump_version] DEBUG bumping version:3.0.0-dev.67 on axis:pre with prefix:dev 19:12:26 2023-02-24 19:12:26,066 [bump_version] DEBUG bumped version:3.0.0-dev.68 19:12:26 2023-02-24 19:12:26,067 [write_version] DEBUG write version:3.0.0-dev.68 to path:/w/workspace/edgex-go/428/.semver/main with force:True 19:12:26 2023-02-24 19:12:26,067 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:12:26 2023-02-24 19:12:26,067 [write_file] DEBUG write to file:/w/workspace/edgex-go/428/.semver/main 19:12:26 2023-02-24 19:12:26,068 [execute] INFO git cat-file --batch-check 19:12:26 2023-02-24 19:12:26,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) 19:12:26 2023-02-24 19:12:26,074 [execute] INFO git cat-file --batch 19:12:26 2023-02-24 19:12:26,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) 19:12:26 2023-02-24 19:12:26,080 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:12:26 3.0.0-dev.68 [Pipeline] } 19:12:26 $ docker exec --env ******** --env ******** 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 ssh-agent -k 19:12:26 unset SSH_AUTH_SOCK; 19:12:26 unset SSH_AGENT_PID; 19:12:26 echo Agent pid 38 killed; 19:12:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:26 + git semver [Pipeline] } 19:12:26 $ docker stop --time=1 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 19:12:28 $ docker rm -f --volumes 2550298729f174bad45961a90fb8a0dd8a9b5c6c0c97e9d1795d62073d7cf595 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:12:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:12:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:29 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:12:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:12:29 $ docker top d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 -eo pid,comm 19:12:29 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). 19:12:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:12:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:29 [ssh-agent] Looking for ssh-agent implementation... 19:12:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:29 $ docker exec d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 ssh-agent 19:12:29 SSH_AUTH_SOCK=/tmp/ssh-I2jphmXwVy73/agent.32 19:12:29 SSH_AGENT_PID=38 19:12:29 Running ssh-add (command line suppressed) 19:12:29 Identity added: /w/workspace/edgex-go/428@tmp/private_key_14776593607817247757.key (/w/workspace/edgex-go/428@tmp/private_key_14776593607817247757.key) 19:12:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:30 + git semver push 19:12:30 2023-02-24 19:12:30,361 [run_push] DEBUG push 19:12:30 2023-02-24 19:12:30,362 [execute] INFO git cat-file --batch-check 19:12:30 2023-02-24 19:12:30,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=) 19:12:30 2023-02-24 19:12:30,366 [execute] INFO git rev-list f969f7bfd56545ee82a29026e6b4a06bb70546c3 -- 19:12:30 2023-02-24 19:12:30,366 [execute] DEBUG Popen(['git', 'rev-list', 'f969f7bfd56545ee82a29026e6b4a06bb70546c3', '--'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=None) 19:12:30 2023-02-24 19:12:30,382 [execute] INFO git fetch -v origin 19:12:30 2023-02-24 19:12:30,382 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=True, shell=None, istream=None) 19:12:30 2023-02-24 19:12:30,980 [run_push] DEBUG no remote changes detected 19:12:30 2023-02-24 19:12:30,980 [execute] INFO git push origin semver 19:12:30 2023-02-24 19:12:30,981 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/428/.semver, universal_newlines=False, shell=None, istream=None) 19:12:31 2023-02-24 19:12:31,896 [run_push] DEBUG push all version tags 19:12:31 2023-02-24 19:12:31,897 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:12:31 2023-02-24 19:12:31,897 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/428, universal_newlines=False, shell=None, istream=None) 19:12:32 2023-02-24 19:12:32,831 [read_version] DEBUG read version from /w/workspace/edgex-go/428/.semver/main 19:12:32 3.0.0-dev.68 [Pipeline] } 19:12:33 $ docker exec --env ******** --env ******** d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 ssh-agent -k 19:12:33 unset SSH_AUTH_SOCK; 19:12:33 unset SSH_AGENT_PID; 19:12:33 echo Agent pid 38 killed; 19:12:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:33 + git semver [Pipeline] } 19:12:34 $ docker stop --time=1 d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 19:12:35 $ docker rm -f --volumes d374c1face8dac267d92969973c8fcb88575e3cebecd25dba3f6d8d733328ff3 [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 19:12:35 + [ -d /w/workspace/edgex-go/428/archives ] [Pipeline] libraryResource [Pipeline] sh 19:12:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:12:37 ---> package-listing.sh 19:12:37 ++ facter osfamily 19:12:37 ++ tr '[:upper:]' '[:lower:]' 19:12:37 + OS_FAMILY=debian 19:12:37 + workspace=/w/workspace/edgex-go/428 19:12:37 + START_PACKAGES=/tmp/packages_start.txt 19:12:37 + END_PACKAGES=/tmp/packages_end.txt 19:12:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:12:37 + PACKAGES=/tmp/packages_start.txt 19:12:37 + '[' /w/workspace/edgex-go/428 ']' 19:12:37 + PACKAGES=/tmp/packages_end.txt 19:12:37 + case "${OS_FAMILY}" in 19:12:37 + dpkg -l 19:12:37 + grep '^ii' 19:12:37 + '[' -f /tmp/packages_start.txt ']' 19:12:37 + '[' -f /tmp/packages_end.txt ']' 19:12:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:12:37 + '[' /w/workspace/edgex-go/428 ']' 19:12:37 + mkdir -p /w/workspace/edgex-go/428/archives/ 19:12:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/428/archives/ [Pipeline] echo 19:12:37 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/428/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:12:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:12:38 19:12:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:12:38 latest: Pulling from edgex-lftools-log-publisher 19:12:38 5eb5b503b376: Pulling fs layer 19:12:38 5c69ac0246d0: Pulling fs layer 19:12:38 ec43610c2a17: Pulling fs layer 19:12:38 3a2ae6a8a46f: Pulling fs layer 19:12:38 33b1e0a273af: Pulling fs layer 19:12:38 5d3b04190fa2: Pulling fs layer 19:12:38 2f39f015ded8: Pulling fs layer 19:12:38 5d3b04190fa2: Waiting 19:12:38 3a2ae6a8a46f: Waiting 19:12:38 2f39f015ded8: Waiting 19:12:38 33b1e0a273af: Waiting 19:12:38 5c69ac0246d0: Download complete 19:12:38 3a2ae6a8a46f: Download complete 19:12:38 ec43610c2a17: Verifying Checksum 19:12:38 ec43610c2a17: Download complete 19:12:38 33b1e0a273af: Verifying Checksum 19:12:38 33b1e0a273af: Download complete 19:12:38 5d3b04190fa2: Verifying Checksum 19:12:38 5d3b04190fa2: Download complete 19:12:38 5eb5b503b376: Verifying Checksum 19:12:38 5eb5b503b376: Download complete 19:12:39 2f39f015ded8: Verifying Checksum 19:12:39 5eb5b503b376: Pull complete 19:12:40 5c69ac0246d0: Pull complete 19:12:40 ec43610c2a17: Pull complete 19:12:40 3a2ae6a8a46f: Pull complete 19:12:40 33b1e0a273af: Pull complete 19:12:40 5d3b04190fa2: Pull complete 19:12:45 2f39f015ded8: Pull complete 19:12:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:12:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:12:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:45 prd-ubuntu20.04-docker-8c-8g-7378 does not seem to be running inside a container 19:12:45 $ 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/428/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/428 -v /w/workspace/edgex-go/428:/w/workspace/edgex-go/428:rw,z -v /w/workspace/edgex-go/428@tmp:/w/workspace/edgex-go/428@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:12:51 $ docker top 25c1b73474c1307ffae2b179defbda9665f8a9735796a890c0f439b6cc5eb8ea -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:52 + touch /tmp/pre-build-complete [Pipeline] sh 19:12:52 + mkdir -p /var/log/sysstat [Pipeline] sh 19:12:52 + ls /var/log/sa-host 19:12:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:52 provisioning config files... 19:12:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/428@tmp/config2175328951341986560tmp [Pipeline] { [Pipeline] echo 19:12:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:12:53 ---> create-netrc.sh [Pipeline] } 19:12:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:12:53 ---> python-tools-install.sh [Pipeline] echo 19:12:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:12:53 ---> sudo-logs.sh 19:12:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:12:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:12:53 ---> job-cost.sh 19:12:53 lf-activate-venv: SKIPPING 19:12:53 DEBUG: total: 0.10999999940395355 19:12:53 INFO: Retrieving Stack Cost... 19:12:54 INFO: Retrieving Pricing Info for: v3-standard-8 19:12:54 INFO: Archiving Costs [Pipeline] echo 19:12:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:12:55 ---> logs-deploy.sh 19:12:55 lf-activate-venv: SKIPPING 19:12:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/428 19:12:55 INFO: archiving workspace using pattern(s): 19:12:56 Archives upload complete. 19:12:56 INFO: archiving logs to Nexus 19:12:57 ---> uname -a: 19:12:57 Linux prd-ubuntu20-04-docker-8c-8g-7378 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:12:57 19:12:57 19:12:57 ---> lscpu: 19:12:57 Architecture: x86_64 19:12:57 CPU op-mode(s): 32-bit, 64-bit 19:12:57 Byte Order: Little Endian 19:12:57 Address sizes: 40 bits physical, 48 bits virtual 19:12:57 CPU(s): 8 19:12:57 On-line CPU(s) list: 0-7 19:12:57 Thread(s) per core: 1 19:12:57 Core(s) per socket: 1 19:12:57 Socket(s): 8 19:12:57 NUMA node(s): 1 19:12:57 Vendor ID: AuthenticAMD 19:12:57 CPU family: 23 19:12:57 Model: 49 19:12:57 Model name: AMD EPYC-Rome Processor 19:12:57 Stepping: 0 19:12:57 CPU MHz: 2800.000 19:12:57 BogoMIPS: 5600.00 19:12:57 Virtualization: AMD-V 19:12:57 Hypervisor vendor: KVM 19:12:57 Virtualization type: full 19:12:57 L1d cache: 256 KiB 19:12:57 L1i cache: 256 KiB 19:12:57 L2 cache: 4 MiB 19:12:57 L3 cache: 128 MiB 19:12:57 NUMA node0 CPU(s): 0-7 19:12:57 Vulnerability Itlb multihit: Not affected 19:12:57 Vulnerability L1tf: Not affected 19:12:57 Vulnerability Mds: Not affected 19:12:57 Vulnerability Meltdown: Not affected 19:12:57 Vulnerability Mmio stale data: Not affected 19:12:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:12:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:12:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:12:57 Vulnerability Srbds: Not affected 19:12:57 Vulnerability Tsx async abort: Not affected 19:12:57 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 19:12:57 19:12:57 19:12:57 ---> nproc: 19:12:57 8 19:12:57 19:12:57 19:12:57 ---> df -h: 19:12:57 Filesystem Size Used Avail Use% Mounted on 19:12:57 overlay 155G 21G 135G 14% / 19:12:57 tmpfs 64M 0 64M 0% /dev 19:12:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:12:57 shm 64M 0 64M 0% /dev/shm 19:12:57 /dev/vda1 155G 21G 135G 14% /facter-os 19:12:57 19:12:57 19:12:57 ---> sar -b -r -n DEV: 19:12:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7378) 02/24/23 _x86_64_ (8 CPU) 19:12:57 19:12:57 18:40:40 LINUX RESTART (8 CPU) 19:12:57 19:12:57 18:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:12:57 18:42:01 116.21 38.73 77.49 0.00 4287.02 133419.36 0.00 19:12:57 18:43:01 100.75 0.65 100.10 0.00 11.73 51020.30 0.00 19:12:57 18:44:01 38.24 0.25 37.99 0.00 3.20 20026.95 0.00 19:12:57 18:45:01 98.57 0.03 98.53 0.00 2.67 74949.02 0.00 19:12:57 18:46:02 360.35 6.82 353.53 0.00 124.61 85655.73 0.00 19:12:57 18:47:01 127.20 2.07 125.13 0.00 16.54 42369.36 0.00 19:12:57 18:48:01 138.38 0.00 138.38 0.00 0.00 141380.04 0.00 19:12:57 18:49:01 512.81 11.60 501.22 0.00 5123.81 89754.91 0.00 19:12:57 18:50:01 436.97 0.15 436.82 0.00 5.46 164084.51 0.00 19:12:57 18:51:01 563.01 0.65 562.36 0.00 10.53 184353.67 0.00 19:12:57 18:52:01 702.33 0.85 701.48 0.00 15.06 171976.14 0.00 19:12:57 18:53:01 27.01 0.07 26.95 0.00 8.27 855.72 0.00 19:12:57 18:54:01 9.13 0.02 9.11 0.00 2.93 218.33 0.00 19:12:57 18:55:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 19:12:57 18:56:01 2.67 0.02 2.65 0.00 0.13 32.93 0.00 19:12:57 18:57:01 1.70 0.00 1.70 0.00 0.00 18.13 0.00 19:12:57 18:58:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 19:12:57 18:59:01 1.15 0.00 1.15 0.00 0.00 16.40 0.00 19:12:57 19:00:01 1.27 0.00 1.27 0.00 0.00 13.46 0.00 19:12:57 19:01:01 1.70 0.00 1.70 0.00 0.00 19.33 0.00 19:12:57 19:02:01 1.20 0.00 1.20 0.00 0.00 12.53 0.00 19:12:57 19:03:01 1.63 0.00 1.63 0.00 0.00 17.60 0.00 19:12:57 19:04:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 19:12:57 19:05:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 19:12:57 19:06:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 19:12:57 19:07:01 1.70 0.00 1.70 0.00 0.00 18.13 0.00 19:12:57 19:08:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 19:12:57 19:09:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 19:12:57 19:10:01 1.18 0.00 1.18 0.00 0.00 12.53 0.00 19:12:57 19:11:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 19:12:57 19:12:01 70.32 0.28 70.04 0.00 15.86 34987.24 0.00 19:12:57 Average: 107.36 2.01 105.35 0.00 310.64 38578.01 0.00 19:12:57 19:12:57 18:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:12:57 18:42:01 28723276 31616600 707512 2.15 72492 3087064 1997172 5.89 1026800 2774724 878504 19:12:57 18:43:01 27751936 31391244 915976 2.79 113608 3721328 2365320 6.97 1663152 3018360 528444 19:12:57 18:44:01 27786040 31571564 733700 2.23 117116 3842440 1868128 5.51 1366040 3259412 360624 19:12:57 18:45:01 26151336 31554548 750920 2.28 119704 5422144 1814752 5.35 1538768 4684344 559924 19:12:57 18:46:02 22872296 31375304 915472 2.78 239956 8129184 2726184 8.03 2179740 7025192 1128672 19:12:57 18:47:01 22314752 31511728 775760 2.36 287876 8696708 1923476 5.67 2088504 7592812 687788 19:12:57 18:48:01 22242372 31496760 795128 2.42 290616 8848236 2316044 6.83 1764712 8099704 1004 19:12:57 18:49:01 21023412 31480264 787896 2.40 329116 9957760 2021376 5.96 2146996 8853984 465900 19:12:57 18:50:01 19801888 31436856 828744 2.52 355768 11026092 2204948 6.50 2299008 9834180 19612 19:12:57 18:51:01 17815820 31089716 1157932 3.52 408424 12490348 3144864 9.27 2832596 11145800 128176 19:12:57 18:52:01 18462272 31537804 729244 2.22 471596 12233556 1876888 5.53 2484932 10874700 908 19:12:57 18:53:01 18443240 31521028 745476 2.27 472936 12234428 2008320 5.92 2505320 10874652 656 19:12:57 18:54:01 18455636 31533756 732524 2.23 473244 12234564 1850764 5.45 2491496 10874660 16 19:12:57 18:55:01 18455816 31533992 732216 2.23 473264 12234568 1850764 5.45 2491356 10874664 168 19:12:57 18:56:01 18461940 31540280 726404 2.21 473340 12234572 1882388 5.55 2484436 10874668 8 19:12:57 18:57:01 18462512 31540892 725832 2.21 473376 12234568 1882388 5.55 2484528 10874668 4 19:12:57 18:58:01 18463148 31541532 725036 2.20 473400 12234576 1882388 5.55 2483524 10874672 4 19:12:57 18:59:01 18463544 31542004 724796 2.20 473424 12234552 1882388 5.55 2483520 10874700 172 19:12:57 19:00:01 18463268 31541744 725028 2.20 473436 12234556 1882388 5.55 2483544 10874704 8 19:12:57 19:01:01 18463544 31542044 724668 2.20 473448 12234564 1882388 5.55 2483572 10874708 32 19:12:57 19:02:01 18463464 31542124 724656 2.20 473476 12234568 1882388 5.55 2483540 10874868 8 19:12:57 19:03:01 18463320 31542100 724616 2.20 473508 12234572 1882388 5.55 2483508 10874872 48 19:12:57 19:04:01 18463336 31542128 724576 2.20 473512 12234576 1882388 5.55 2483516 10874876 4 19:12:57 19:05:01 18463288 31542112 724536 2.20 473540 12234576 1882388 5.55 2483856 10874884 172 19:12:57 19:06:01 18462988 31541824 724752 2.20 473568 12234576 1882388 5.55 2483548 10874888 12 19:12:57 19:07:01 18462972 31541872 724668 2.20 473604 12234576 1882388 5.55 2483676 10874892 4 19:12:57 19:08:01 18462924 31541832 724644 2.20 473608 12234584 1882388 5.55 2483612 10874892 12 19:12:57 19:09:01 18462876 31541804 724612 2.20 473624 12234588 1882388 5.55 2483628 10874896 176 19:12:57 19:10:01 18462784 31541712 724844 2.20 473632 12234588 1882388 5.55 2483636 10874896 8 19:12:57 19:11:01 18463052 31542008 724540 2.20 473644 12234592 1882388 5.55 2483672 10874900 48 19:12:57 19:12:01 17304056 31477984 786980 2.39 502488 13243960 2215088 6.53 2619844 11838832 305556 19:12:57 Average: 20097197 31509586 764313 2.32 396914 10746954 2009751 5.92 2298019 9536226 163441 19:12:57 19:12:57 18:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:12:57 18:42:01 docker0 550.91 451.52 39.19 2738.10 0.00 0.00 0.00 0.00 19:12:57 18:42:01 lo 4.80 4.80 0.47 0.47 0.00 0.00 0.00 0.00 19:12:57 18:42:01 ens3 1530.68 1494.97 11832.27 177.68 0.00 0.00 0.00 0.00 19:12:57 18:43:01 docker0 71.35 102.85 5.84 693.79 0.00 0.00 0.00 0.00 19:12:57 18:43:01 veth7de10ec 0.10 0.27 0.01 0.03 0.00 0.00 0.00 0.00 19:12:57 18:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:43:01 ens3 135.96 91.18 729.15 20.89 0.00 0.00 0.00 0.00 19:12:57 18:44:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 19:12:57 18:44:01 veth7de10ec 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 19:12:57 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:44:01 ens3 39.83 35.51 20.47 102.81 0.00 0.00 0.00 0.00 19:12:57 18:45:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:45:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 19:12:57 18:45:01 veth3778c10 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 19:12:57 18:45:01 ens3 104.73 65.29 1695.79 18.75 0.00 0.00 0.00 0.00 19:12:57 18:46:02 docker0 483.40 866.09 38.79 5970.49 0.00 0.00 0.00 0.00 19:12:57 18:46:02 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 19:12:57 18:46:02 veth3778c10 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:46:02 ens3 948.70 513.98 6391.47 53.84 0.00 0.00 0.00 0.00 19:12:57 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:47:01 veth3778c10 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:47:01 ens3 12.76 2.97 25.26 1.20 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth083c87b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 vethe0248e4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 vethb5b0504 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth796e226 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:48:01 vethcfe2eb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth3778c10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth5073e1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth5f04856 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:48:01 ens3 250.27 47.76 443.71 6.23 0.00 0.00 0.00 0.00 19:12:57 18:48:01 veth02d0b9e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:49:01 docker0 8.98 21.13 0.55 205.44 0.00 0.00 0.00 0.00 19:12:57 18:49:01 lo 2.33 2.33 0.22 0.22 0.00 0.00 0.00 0.00 19:12:57 18:49:01 veth3778c10 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:49:01 veth3e4a7a4 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:49:01 ens3 160.02 85.42 2199.49 13.41 0.00 0.00 0.00 0.00 19:12:57 18:50:01 docker0 114.70 216.33 8.68 1393.34 0.00 0.00 0.00 0.00 19:12:57 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:50:01 veth3778c10 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:50:01 ens3 252.93 136.49 1422.80 26.41 0.00 0.00 0.00 0.00 19:12:57 18:51:01 veth0fbbe11 27.73 40.38 2.71 13.35 0.00 0.00 0.00 0.00 19:12:57 18:51:01 veth7eaa82c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:51:01 docker0 230.08 436.79 18.18 2529.47 0.00 0.00 0.00 0.00 19:12:57 18:51:01 veth1cd91ed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:51:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 19:12:57 18:51:01 veth3778c10 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:12:57 18:51:01 ens3 480.95 261.77 2606.37 38.65 0.00 0.00 0.00 0.00 19:12:57 18:51:01 veth7a507eb 96.07 198.27 8.87 1172.14 0.00 0.00 0.00 0.10 19:12:57 18:51:01 vethb4b3290 198.27 96.07 1172.14 8.87 0.00 0.00 0.00 0.00 19:12:57 18:52:01 docker0 79.07 168.09 5.87 1440.33 0.00 0.00 0.00 0.00 19:12:57 18:52:01 lo 3.80 3.80 0.37 0.37 0.00 0.00 0.00 0.00 19:12:57 18:52:01 ens3 256.76 208.83 1480.93 317.35 0.00 0.00 0.00 0.00 19:12:57 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:53:01 lo 51.86 51.86 5.11 5.11 0.00 0.00 0.00 0.00 19:12:57 18:53:01 ens3 482.05 488.00 256.64 2429.22 0.00 0.00 0.00 0.00 19:12:57 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:54:01 lo 10.86 10.86 1.07 1.07 0.00 0.00 0.00 0.00 19:12:57 18:54:01 ens3 99.50 90.82 59.39 446.96 0.00 0.00 0.00 0.00 19:12:57 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:55:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:56:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:57:01 ens3 4.90 3.72 12.20 0.31 0.00 0.00 0.00 0.00 19:12:57 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:58:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:12:57 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 18:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 18:59:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:00:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:12:57 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:01:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:02:01 ens3 0.22 0.10 0.08 0.07 0.00 0.00 0.00 0.00 19:12:57 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:04:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 19:12:57 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:05:01 ens3 0.47 0.35 0.26 0.21 0.00 0.00 0.00 0.00 19:12:57 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:07:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 19:12:57 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:09:01 ens3 0.32 0.27 0.13 0.02 0.00 0.00 0.00 0.00 19:12:57 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:12:57 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:12:57 19:12:01 docker0 35.76 59.02 3.01 588.29 0.00 0.00 0.00 0.00 19:12:57 19:12:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 19:12:57 19:12:01 ens3 381.84 232.18 7760.94 39.74 0.00 0.00 0.00 0.00 19:12:57 Average: docker0 51.04 75.34 3.89 504.67 0.00 0.00 0.00 0.00 19:12:57 Average: lo 2.58 2.58 0.25 0.25 0.00 0.00 0.00 0.00 19:12:57 Average: ens3 166.39 121.54 1194.51 119.19 0.00 0.00 0.00 0.00 19:12:57 19:12:57 19:12:57 ---> sar -P ALL: 19:12:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7378) 02/24/23 _x86_64_ (8 CPU) 19:12:57 19:12:57 18:40:40 LINUX RESTART (8 CPU) 19:12:57 19:12:57 18:41:01 CPU %user %nice %system %iowait %steal %idle 19:12:57 18:42:01 all 10.03 0.00 3.43 5.97 0.06 80.51 19:12:57 18:42:01 0 11.18 0.00 5.13 0.76 0.05 82.89 19:12:57 18:42:01 1 7.71 0.00 3.32 16.69 0.05 72.23 19:12:57 18:42:01 2 9.18 0.00 2.56 9.88 0.05 78.33 19:12:57 18:42:01 3 9.91 0.00 2.74 8.37 0.05 78.93 19:12:57 18:42:01 4 7.28 0.00 3.29 0.47 0.03 88.93 19:12:57 18:42:01 5 12.32 0.00 3.94 4.24 0.07 79.43 19:12:57 18:42:01 6 10.21 0.00 2.99 5.53 0.07 81.20 19:12:57 18:42:01 7 12.50 0.00 3.46 1.81 0.09 82.15 19:12:57 18:43:01 all 26.51 0.00 4.88 5.22 0.14 63.25 19:12:57 18:43:01 0 23.06 0.00 4.76 0.91 0.15 71.12 19:12:57 18:43:01 1 28.94 0.00 5.24 9.88 0.13 55.80 19:12:57 18:43:01 2 24.44 0.00 3.96 1.13 0.12 70.34 19:12:57 18:43:01 3 22.19 0.00 4.23 11.59 0.22 61.77 19:12:57 18:43:01 4 24.64 0.00 5.24 0.22 0.12 69.79 19:12:57 18:43:01 5 29.70 0.00 5.06 0.03 0.15 65.05 19:12:57 18:43:01 6 28.81 0.00 5.18 0.03 0.12 65.86 19:12:57 18:43:01 7 30.29 0.00 5.37 17.99 0.13 46.22 19:12:57 18:44:01 all 39.25 0.00 4.96 1.27 0.07 54.45 19:12:57 18:44:01 0 37.01 0.00 4.51 0.69 0.08 57.70 19:12:57 18:44:01 1 41.05 0.00 5.39 1.16 0.07 52.33 19:12:57 18:44:01 2 36.81 0.00 4.48 0.03 0.07 58.61 19:12:57 18:44:01 3 37.07 0.00 5.10 7.79 0.07 49.97 19:12:57 18:44:01 4 36.74 0.00 4.65 0.05 0.08 58.48 19:12:57 18:44:01 5 40.36 0.00 5.30 0.22 0.07 54.06 19:12:57 18:44:01 6 41.31 0.00 5.25 0.05 0.07 53.32 19:12:57 18:44:01 7 43.55 0.00 4.97 0.20 0.07 51.21 19:12:57 18:45:01 all 12.44 0.00 6.89 6.55 0.06 74.05 19:12:57 18:45:01 0 11.16 0.00 5.21 23.00 0.05 60.58 19:12:57 18:45:01 1 13.67 0.00 7.56 14.83 0.05 63.89 19:12:57 18:45:01 2 13.98 0.00 6.21 0.20 0.07 79.54 19:12:57 18:45:01 3 12.23 0.00 7.06 0.00 0.07 80.64 19:12:57 18:45:01 4 11.69 0.00 7.37 1.70 0.07 79.17 19:12:57 18:45:01 5 12.49 0.00 6.70 2.75 0.05 78.00 19:12:57 18:45:01 6 11.78 0.00 7.91 9.47 0.09 70.76 19:12:57 18:45:01 7 12.53 0.00 7.14 0.36 0.07 79.91 19:12:57 18:46:02 all 8.14 0.00 3.90 22.98 0.06 64.92 19:12:57 18:46:02 0 7.28 0.00 3.51 17.90 0.05 71.25 19:12:57 18:46:02 1 7.26 0.00 3.54 40.22 0.07 48.92 19:12:57 18:46:02 2 8.54 0.00 3.92 11.55 0.05 75.93 19:12:57 18:46:02 3 9.35 0.00 4.09 17.68 0.05 68.82 19:12:57 18:46:02 4 8.90 0.00 4.23 17.48 0.05 69.34 19:12:57 18:46:02 5 6.73 0.00 3.37 26.59 0.05 63.26 19:12:57 18:46:02 6 8.24 0.00 3.07 16.28 0.07 72.34 19:12:57 18:46:02 7 8.82 0.00 5.49 36.21 0.08 49.40 19:12:57 18:47:01 all 2.02 0.00 1.07 43.35 0.02 53.54 19:12:57 18:47:01 0 1.61 0.00 0.90 36.84 0.03 60.61 19:12:57 18:47:01 1 1.92 0.00 0.83 28.85 0.02 68.38 19:12:57 18:47:01 2 2.02 0.00 1.12 33.93 0.02 62.91 19:12:57 18:47:01 3 2.62 0.00 0.75 24.43 0.02 72.19 19:12:57 18:47:01 4 1.77 0.00 1.00 37.49 0.02 59.73 19:12:57 18:47:01 5 1.40 0.00 1.72 68.42 0.02 28.45 19:12:57 18:47:01 6 2.85 0.00 0.96 35.31 0.03 60.84 19:12:57 18:47:01 7 1.96 0.00 1.28 81.67 0.03 15.07 19:12:57 18:48:01 all 2.43 0.00 2.62 24.74 0.03 70.18 19:12:57 18:48:01 0 2.50 0.00 2.62 2.90 0.02 91.96 19:12:57 18:48:01 1 2.27 0.00 2.39 11.32 0.03 83.98 19:12:57 18:48:01 2 2.96 0.00 2.06 5.44 0.03 89.50 19:12:57 18:48:01 3 2.08 0.00 3.40 13.79 0.03 80.69 19:12:57 18:48:01 4 2.03 0.00 3.61 54.56 0.03 39.77 19:12:57 18:48:01 5 2.02 0.00 2.61 5.56 0.02 89.79 19:12:57 18:48:01 6 2.92 0.00 2.47 19.62 0.03 74.95 19:12:57 18:48:01 7 2.68 0.00 1.81 84.97 0.05 10.48 19:12:57 18:49:01 all 55.65 0.00 10.08 9.18 0.13 24.95 19:12:57 18:49:01 0 57.97 0.00 10.14 5.99 0.12 25.79 19:12:57 18:49:01 1 54.85 0.00 8.76 1.44 0.10 34.85 19:12:57 18:49:01 2 55.28 0.00 11.12 9.46 0.21 23.93 19:12:57 18:49:01 3 53.37 0.00 9.61 6.99 0.12 29.92 19:12:57 18:49:01 4 56.70 0.00 10.26 13.96 0.12 18.95 19:12:57 18:49:01 5 52.82 0.00 12.06 15.14 0.12 19.87 19:12:57 18:49:01 6 56.39 0.00 8.92 9.61 0.14 24.95 19:12:57 18:49:01 7 57.82 0.00 9.79 10.90 0.14 21.35 19:12:57 18:50:01 all 32.38 0.00 7.43 19.23 0.08 40.88 19:12:57 18:50:01 0 33.15 0.00 6.19 20.64 0.08 39.93 19:12:57 18:50:01 1 31.68 0.00 6.95 8.43 0.10 52.85 19:12:57 18:50:01 2 33.13 0.00 8.47 36.94 0.08 21.38 19:12:57 18:50:01 3 30.71 0.00 6.45 3.73 0.07 59.04 19:12:57 18:50:01 4 32.33 0.00 8.48 17.93 0.08 41.18 19:12:57 18:50:01 5 32.17 0.00 6.51 5.25 0.07 56.00 19:12:57 18:50:01 6 32.11 0.00 8.40 43.44 0.10 15.95 19:12:57 18:50:01 7 33.78 0.00 7.96 17.52 0.08 40.66 19:12:57 18:51:01 all 32.84 0.00 9.64 25.78 0.13 31.62 19:12:57 18:51:01 0 33.79 0.00 10.59 28.67 0.12 26.83 19:12:57 18:51:01 1 29.55 0.00 8.67 29.48 0.19 32.11 19:12:57 18:51:01 2 33.54 0.00 10.05 18.93 0.12 37.35 19:12:57 18:51:01 3 28.72 0.00 8.54 28.12 0.12 34.50 19:12:57 18:51:01 4 35.53 0.00 8.80 25.49 0.09 30.10 19:12:57 18:51:01 5 33.40 0.00 10.31 32.51 0.10 23.68 19:12:57 18:51:01 6 33.48 0.00 10.43 18.85 0.16 37.08 19:12:57 18:51:01 7 34.70 0.00 9.69 24.04 0.14 31.43 19:12:57 18:52:01 all 21.99 0.00 6.93 17.82 0.08 53.18 19:12:57 18:52:01 0 22.99 0.00 6.76 8.29 0.08 61.87 19:12:57 18:52:01 1 20.34 0.00 7.58 8.79 0.07 63.22 19:12:57 18:52:01 2 21.58 0.00 7.26 10.57 0.07 60.52 19:12:57 18:52:01 3 19.43 0.00 6.64 11.74 0.07 62.13 19:12:57 18:52:01 4 22.60 0.00 7.27 36.15 0.08 33.89 19:12:57 18:52:01 5 22.66 0.00 6.02 19.18 0.08 52.06 19:12:57 18:52:01 6 24.45 0.00 6.63 18.80 0.08 50.03 19:12:57 18:52:01 7 21.85 0.00 7.31 28.96 0.10 41.78 19:12:57 19:12:57 18:52:01 CPU %user %nice %system %iowait %steal %idle 19:12:57 18:53:01 all 7.78 0.00 1.04 0.53 0.07 90.58 19:12:57 18:53:01 0 5.71 0.00 0.92 0.18 0.08 93.10 19:12:57 18:53:01 1 11.21 0.00 1.07 0.07 0.07 87.59 19:12:57 18:53:01 2 8.28 0.00 1.02 0.05 0.07 90.58 19:12:57 18:53:01 3 8.36 0.00 1.11 3.05 0.10 87.39 19:12:57 18:53:01 4 7.73 0.00 1.00 0.03 0.07 91.17 19:12:57 18:53:01 5 4.10 0.00 0.72 0.12 0.07 95.00 19:12:57 18:53:01 6 9.66 0.00 0.97 0.59 0.05 88.74 19:12:57 18:53:01 7 7.22 0.00 1.49 0.15 0.08 91.05 19:12:57 18:54:01 all 1.46 0.00 0.26 0.04 0.03 98.21 19:12:57 18:54:01 0 2.30 0.00 0.30 0.02 0.02 97.36 19:12:57 18:54:01 1 1.52 0.00 0.27 0.03 0.03 98.15 19:12:57 18:54:01 2 0.28 0.00 0.22 0.02 0.02 99.46 19:12:57 18:54:01 3 1.64 0.00 0.23 0.18 0.03 97.91 19:12:57 18:54:01 4 2.48 0.00 0.22 0.03 0.03 97.23 19:12:57 18:54:01 5 0.53 0.00 0.35 0.00 0.02 99.10 19:12:57 18:54:01 6 1.80 0.00 0.25 0.02 0.03 97.90 19:12:57 18:54:01 7 1.08 0.00 0.25 0.03 0.03 98.60 19:12:57 18:55:01 all 0.06 0.00 0.02 0.01 0.01 99.90 19:12:57 18:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:12:57 18:55:01 1 0.08 0.00 0.02 0.00 0.02 99.88 19:12:57 18:55:01 2 0.20 0.00 0.07 0.00 0.00 99.73 19:12:57 18:55:01 3 0.02 0.00 0.02 0.05 0.00 99.92 19:12:57 18:55:01 4 0.03 0.00 0.03 0.03 0.00 99.90 19:12:57 18:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 18:55:01 6 0.07 0.00 0.02 0.00 0.02 99.90 19:12:57 18:55:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:12:57 18:56:01 all 0.05 0.00 0.04 0.01 0.01 99.88 19:12:57 18:56:01 0 0.02 0.00 0.07 0.00 0.02 99.90 19:12:57 18:56:01 1 0.08 0.00 0.03 0.00 0.00 99.88 19:12:57 18:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 19:12:57 18:56:01 3 0.02 0.00 0.03 0.05 0.00 99.90 19:12:57 18:56:01 4 0.03 0.00 0.03 0.05 0.02 99.87 19:12:57 18:56:01 5 0.07 0.00 0.00 0.00 0.02 99.92 19:12:57 18:56:01 6 0.15 0.00 0.05 0.02 0.02 99.77 19:12:57 18:56:01 7 0.03 0.00 0.05 0.00 0.02 99.90 19:12:57 18:57:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:12:57 18:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 18:57:01 1 0.05 0.00 0.00 0.00 0.02 99.93 19:12:57 18:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 18:57:01 3 0.00 0.00 0.00 0.07 0.02 99.92 19:12:57 18:57:01 4 0.02 0.00 0.00 0.02 0.02 99.95 19:12:57 18:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 18:57:01 6 0.05 0.00 0.02 0.00 0.00 99.93 19:12:57 18:57:01 7 0.05 0.00 0.03 0.03 0.02 99.87 19:12:57 18:58:01 all 0.02 0.00 0.01 0.00 0.01 99.96 19:12:57 18:58:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:12:57 18:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 18:58:01 2 0.00 0.00 0.02 0.00 0.02 99.97 19:12:57 18:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 18:58:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:12:57 18:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 19:12:57 18:58:01 6 0.03 0.00 0.00 0.02 0.02 99.93 19:12:57 18:58:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:12:57 18:59:01 all 0.08 0.00 0.01 0.01 0.01 99.90 19:12:57 18:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:12:57 18:59:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:12:57 18:59:01 2 0.47 0.00 0.00 0.00 0.00 99.53 19:12:57 18:59:01 3 0.00 0.00 0.00 0.03 0.00 99.97 19:12:57 18:59:01 4 0.03 0.00 0.02 0.02 0.00 99.93 19:12:57 18:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 18:59:01 6 0.05 0.00 0.00 0.00 0.00 99.95 19:12:57 18:59:01 7 0.02 0.00 0.03 0.00 0.03 99.92 19:12:57 19:00:01 all 0.25 0.00 0.01 0.00 0.01 99.72 19:12:57 19:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:12:57 19:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:00:01 2 1.63 0.00 0.00 0.00 0.02 98.35 19:12:57 19:00:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:12:57 19:00:01 4 0.05 0.00 0.02 0.00 0.02 99.92 19:12:57 19:00:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:12:57 19:00:01 6 0.15 0.00 0.02 0.03 0.02 99.78 19:12:57 19:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:01:01 all 0.01 0.00 0.01 0.01 0.01 99.96 19:12:57 19:01:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:12:57 19:01:01 1 0.00 0.00 0.00 0.05 0.02 99.93 19:12:57 19:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 19:01:01 3 0.00 0.00 0.00 0.07 0.02 99.92 19:12:57 19:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 19:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 19:01:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:01:01 7 0.00 0.00 0.05 0.00 0.02 99.93 19:12:57 19:02:01 all 0.04 0.00 0.02 0.22 0.00 99.72 19:12:57 19:02:01 0 0.03 0.00 0.00 0.33 0.00 99.63 19:12:57 19:02:01 1 0.07 0.00 0.05 0.00 0.00 99.88 19:12:57 19:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 19:02:01 3 0.03 0.00 0.02 1.00 0.00 98.95 19:12:57 19:02:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:02:01 5 0.03 0.00 0.07 0.00 0.00 99.90 19:12:57 19:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:02:01 7 0.05 0.00 0.05 0.43 0.02 99.45 19:12:57 19:03:01 all 0.06 0.00 0.01 0.54 0.01 99.37 19:12:57 19:03:01 0 0.02 0.00 0.00 0.35 0.00 99.63 19:12:57 19:03:01 1 0.02 0.00 0.02 0.35 0.02 99.60 19:12:57 19:03:01 2 0.40 0.00 0.00 0.00 0.02 99.58 19:12:57 19:03:01 3 0.00 0.00 0.02 2.98 0.00 97.00 19:12:57 19:03:01 4 0.00 0.00 0.03 0.00 0.00 99.97 19:12:57 19:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:12:57 19:03:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:12:57 19:03:01 7 0.05 0.00 0.03 0.63 0.02 99.27 19:12:57 19:12:57 19:03:01 CPU %user %nice %system %iowait %steal %idle 19:12:57 19:04:01 all 0.06 0.00 0.01 0.23 0.00 99.68 19:12:57 19:04:01 0 0.00 0.00 0.02 0.35 0.02 99.62 19:12:57 19:04:01 1 0.05 0.00 0.03 0.17 0.00 99.75 19:12:57 19:04:01 2 0.33 0.00 0.00 0.00 0.00 99.67 19:12:57 19:04:01 3 0.00 0.00 0.00 1.35 0.00 98.65 19:12:57 19:04:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 19:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 19:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:04:01 7 0.05 0.00 0.05 0.00 0.02 99.88 19:12:57 19:05:01 all 0.07 0.00 0.02 0.08 0.01 99.82 19:12:57 19:05:01 0 0.02 0.00 0.05 0.00 0.00 99.93 19:12:57 19:05:01 1 0.03 0.00 0.00 0.00 0.02 99.95 19:12:57 19:05:01 2 0.47 0.00 0.02 0.00 0.00 99.52 19:12:57 19:05:01 3 0.00 0.00 0.00 0.43 0.00 99.57 19:12:57 19:05:01 4 0.00 0.00 0.00 0.00 0.03 99.97 19:12:57 19:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:12:57 19:05:01 6 0.02 0.00 0.03 0.00 0.00 99.95 19:12:57 19:05:01 7 0.03 0.00 0.03 0.17 0.02 99.75 19:12:57 19:06:01 all 0.03 0.00 0.01 0.08 0.00 99.89 19:12:57 19:06:01 0 0.03 0.00 0.00 0.35 0.00 99.62 19:12:57 19:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:12:57 19:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 19:12:57 19:06:01 3 0.03 0.00 0.02 0.18 0.00 99.77 19:12:57 19:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 19:06:01 5 0.02 0.00 0.00 0.03 0.00 99.95 19:12:57 19:06:01 6 0.05 0.00 0.00 0.00 0.00 99.95 19:12:57 19:06:01 7 0.03 0.00 0.02 0.03 0.00 99.92 19:12:57 19:07:01 all 0.06 0.00 0.01 0.02 0.01 99.90 19:12:57 19:07:01 0 0.02 0.00 0.00 0.13 0.02 99.83 19:12:57 19:07:01 1 0.02 0.00 0.00 0.02 0.02 99.95 19:12:57 19:07:01 2 0.30 0.00 0.00 0.00 0.00 99.70 19:12:57 19:07:01 3 0.03 0.00 0.00 0.02 0.02 99.93 19:12:57 19:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 19:07:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:12:57 19:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:12:57 19:07:01 7 0.05 0.00 0.03 0.00 0.02 99.90 19:12:57 19:08:01 all 0.05 0.00 0.02 0.01 0.00 99.91 19:12:57 19:08:01 0 0.02 0.00 0.02 0.02 0.00 99.95 19:12:57 19:08:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:12:57 19:08:01 2 0.23 0.00 0.00 0.00 0.00 99.77 19:12:57 19:08:01 3 0.02 0.00 0.02 0.08 0.00 99.88 19:12:57 19:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:12:57 19:08:01 5 0.07 0.00 0.03 0.00 0.00 99.90 19:12:57 19:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 19:08:01 7 0.03 0.00 0.03 0.00 0.02 99.92 19:12:57 19:09:01 all 0.05 0.00 0.01 0.01 0.00 99.93 19:12:57 19:09:01 0 0.08 0.00 0.00 0.02 0.02 99.88 19:12:57 19:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:12:57 19:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:12:57 19:09:01 3 0.02 0.00 0.00 0.03 0.00 99.95 19:12:57 19:09:01 4 0.05 0.00 0.03 0.00 0.00 99.92 19:12:57 19:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 19:09:01 6 0.12 0.00 0.02 0.00 0.00 99.87 19:12:57 19:09:01 7 0.07 0.00 0.02 0.00 0.00 99.92 19:12:57 19:10:01 all 0.16 0.00 0.02 0.02 0.01 99.80 19:12:57 19:10:01 0 0.02 0.00 0.03 0.03 0.00 99.92 19:12:57 19:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:12:57 19:10:01 2 1.01 0.00 0.00 0.00 0.00 98.99 19:12:57 19:10:01 3 0.03 0.00 0.02 0.12 0.00 99.83 19:12:57 19:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:12:57 19:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:12:57 19:10:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:12:57 19:10:01 7 0.07 0.00 0.03 0.00 0.02 99.88 19:12:57 19:11:01 all 0.03 0.00 0.02 0.12 0.01 99.83 19:12:57 19:11:01 0 0.02 0.00 0.03 0.37 0.02 99.57 19:12:57 19:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:12:57 19:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 19:12:57 19:11:01 3 0.02 0.00 0.02 0.55 0.00 99.42 19:12:57 19:11:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:12:57 19:11:01 5 0.05 0.00 0.03 0.00 0.02 99.90 19:12:57 19:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:12:57 19:11:01 7 0.05 0.00 0.02 0.02 0.02 99.90 19:12:57 19:12:01 all 5.54 0.00 2.43 5.04 0.05 86.94 19:12:57 19:12:01 0 5.60 0.00 3.34 26.48 0.05 64.52 19:12:57 19:12:01 1 5.72 0.00 1.96 0.20 0.05 92.06 19:12:57 19:12:01 2 4.98 0.00 2.20 0.81 0.03 91.97 19:12:57 19:12:01 3 4.27 0.00 2.66 7.22 0.07 85.79 19:12:57 19:12:01 4 5.70 0.00 2.21 0.97 0.05 91.07 19:12:57 19:12:01 5 6.78 0.00 2.28 3.46 0.03 87.45 19:12:57 19:12:01 6 6.03 0.00 2.61 0.62 0.05 90.68 19:12:57 19:12:01 7 5.20 0.00 2.17 0.69 0.05 91.90 19:12:57 Average: all 8.30 0.00 2.10 6.05 0.04 83.51 19:12:57 Average: 0 8.18 0.00 2.09 5.60 0.04 84.09 19:12:57 Average: 1 8.26 0.00 2.04 5.51 0.04 84.15 19:12:57 Average: 2 8.29 0.00 2.07 4.44 0.04 85.17 19:12:57 Average: 3 7.74 0.00 2.01 4.85 0.04 85.36 19:12:57 Average: 4 8.21 0.00 2.17 6.62 0.03 82.97 19:12:57 Average: 5 8.25 0.00 2.15 5.85 0.03 83.72 19:12:57 Average: 6 8.65 0.00 2.11 5.70 0.04 83.50 19:12:57 Average: 7 8.78 0.00 2.19 9.82 0.04 79.16 19:12:57 19:12:57 19:12:57