Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 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-ssh16272988081711483524.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-ssh3931252811062058542.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-ssh114605917523266073.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-ssh12870668800629923498.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-ssh9461783235467113062.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/v2], 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6038’ Running on prd-ubuntu20.04-docker-8c-8g-6047 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/409 [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/409 # 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 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 (main) Commit message: "Merge pull request #4358 from marcpfuller/update_swagger" > 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 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 # timeout=10 > git rev-list --no-walk 24167a0eacb631b08fe8df020ccd42208c51fac2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:34:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:34:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:34:37 ========================================================= 03:34:37 EdgeX Global Pipelines Version Info 03:34:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:34:38 ------------------- 03:34:38 stable info: 03:34:38 ------------------- 03:34:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:34:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:34:38 Message: update stable to v1.0.244 03:34:38 ------------------- 03:34:38 experimental info: 03:34:38 ------------------- 03:34:38 Commited By: **** collab-it+edgex@linuxfoundation.org 03:34:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:34:38 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:34:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 788be75 [Pipeline] echo 03:34:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:34:39 provisioning config files... 03:34:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config8277569757790823515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:34:39 ---> docker-login.sh 03:34:39 nexus3.edgexfoundry.org:10001 03:34:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:39 Configure a credential helper to remove this warning. See 03:34:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:39 03:34:39 Login Succeeded 03:34:40 nexus3.edgexfoundry.org:10002 03:34:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:40 Configure a credential helper to remove this warning. See 03:34:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:40 03:34:40 Login Succeeded 03:34:40 nexus3.edgexfoundry.org:10003 03:34:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:40 Configure a credential helper to remove this warning. See 03:34:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:40 03:34:40 Login Succeeded 03:34:40 nexus3.edgexfoundry.org:10004 03:34:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:40 Configure a credential helper to remove this warning. See 03:34:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:40 03:34:40 Login Succeeded 03:34:40 docker.io 03:34:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:40 Configure a credential helper to remove this warning. See 03:34:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:40 03:34:40 Login Succeeded 03:34:40 ---> docker-login.sh ends [Pipeline] } 03:34:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:40 + 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-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 03:34:40 + dirname cmd/core-command/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo core-command,cmd/core-command/Dockerfile 03:34:40 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:34:40 + + cut -d/ -f2dirname 03:34:40 cmd/core-data/Dockerfile 03:34:40 + echo core-data,cmd/core-data/Dockerfile 03:34:40 + dirname cmd/core-metadata/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo core-metadata,cmd/core-metadata/Dockerfile 03:34:40 + dirname cmd/security-bootstrapper/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:34:40 + dirname cmd/security-proxy-setup/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:34:40 + dirname cmd/security-secretstore-setup/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:34:40 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:34:40 + dirname cmd/security-spire-agent/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:34:40 + dirname cmd/security-spire-config/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:34:40 + dirname cmd/security-spire-server/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:34:40 + dirname cmd/support-notifications/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo support-notifications,cmd/support-notifications/Dockerfile 03:34:40 + dirname cmd/support-scheduler/Dockerfile 03:34:40 + cut -d/ -f2 03:34:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:34:40 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-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 03:34:41 + git rev-list -1 --merges 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6~1..788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo 03:34:41 -----------> git rev-list -1 --merges 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6~1..788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:34:41 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [false] [Pipeline] sh 03:34:41 + git log --format=format:%s -1 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] echo 03:34:41 ========================================================= 03:34:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:34:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:34:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:34:42 + grep -v github /etc/ssh/ssh_known_hosts 03:34:42 + [ -e /tmp/ssh_known_hosts ] 03:34:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:34:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:34:42 + sudo tee -a /etc/ssh/ssh_known_hosts 03:34:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:42 03:34:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:42 0.1.4: Pulling from edgex-devops/py-git-semver 03:34:42 b85a868b505f: Pulling fs layer 03:34:42 e2be974225ed: Pulling fs layer 03:34:42 339a4e72a1f5: Pulling fs layer 03:34:42 988bab9f4d93: Pulling fs layer 03:34:42 1469e6f7b9e6: Pulling fs layer 03:34:42 eaf3925da568: Pulling fs layer 03:34:42 bab4dde63d76: Pulling fs layer 03:34:42 bde34c3a00c8: Pulling fs layer 03:34:42 b352a97aabf1: Pulling fs layer 03:34:42 4872d77fe225: Pulling fs layer 03:34:42 5851b861e8e6: Pulling fs layer 03:34:42 988bab9f4d93: Waiting 03:34:42 1469e6f7b9e6: Waiting 03:34:42 eaf3925da568: Waiting 03:34:42 bab4dde63d76: Waiting 03:34:42 bde34c3a00c8: Waiting 03:34:42 b352a97aabf1: Waiting 03:34:42 4872d77fe225: Waiting 03:34:42 5851b861e8e6: Waiting 03:34:42 e2be974225ed: Download complete 03:34:42 988bab9f4d93: Verifying Checksum 03:34:42 988bab9f4d93: Download complete 03:34:42 1469e6f7b9e6: Verifying Checksum 03:34:42 1469e6f7b9e6: Download complete 03:34:43 339a4e72a1f5: Verifying Checksum 03:34:43 339a4e72a1f5: Download complete 03:34:43 eaf3925da568: Verifying Checksum 03:34:43 eaf3925da568: Download complete 03:34:43 bde34c3a00c8: Verifying Checksum 03:34:43 bde34c3a00c8: Download complete 03:34:43 b352a97aabf1: Verifying Checksum 03:34:43 b352a97aabf1: Download complete 03:34:43 4872d77fe225: Verifying Checksum 03:34:43 4872d77fe225: Download complete 03:34:43 5851b861e8e6: Verifying Checksum 03:34:43 5851b861e8e6: Download complete 03:34:43 b85a868b505f: Verifying Checksum 03:34:43 b85a868b505f: Download complete 03:34:43 bab4dde63d76: Verifying Checksum 03:34:43 bab4dde63d76: Download complete 03:34:44 b85a868b505f: Pull complete 03:34:44 e2be974225ed: Pull complete 03:34:45 339a4e72a1f5: Pull complete 03:34:45 988bab9f4d93: Pull complete 03:34:45 1469e6f7b9e6: Pull complete 03:34:45 eaf3925da568: Pull complete 03:34:47 bab4dde63d76: Pull complete 03:34:47 bde34c3a00c8: Pull complete 03:34:47 b352a97aabf1: Pull complete 03:34:47 4872d77fe225: Pull complete 03:34:47 5851b861e8e6: Pull complete 03:34:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:47 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 03:34:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:34:50 $ docker top a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 -eo pid,comm 03:34:50 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). 03:34:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:34:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:50 [ssh-agent] Looking for ssh-agent implementation... 03:34:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:50 $ docker exec a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent 03:34:50 SSH_AUTH_SOCK=/tmp/ssh-lQaDeUrCrpBG/agent.32 03:34:50 SSH_AGENT_PID=38 03:34:50 Running ssh-add (command line suppressed) 03:34:50 Identity added: /w/workspace/edgex-go/409@tmp/private_key_8982836301448141700.key (/w/workspace/edgex-go/409@tmp/private_key_8982836301448141700.key) 03:34:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:50 + git tag --points-at HEAD [Pipeline] } 03:34:50 $ docker exec --env ******** --env ******** a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent -k 03:34:50 unset SSH_AUTH_SOCK; 03:34:50 unset SSH_AGENT_PID; 03:34:50 echo Agent pid 38 killed; 03:34:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:34:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:50 [ssh-agent] Looking for ssh-agent implementation... 03:34:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:51 $ docker exec a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent 03:34:51 SSH_AUTH_SOCK=/tmp/ssh-FSEPiIIaFCS4/agent.69 03:34:51 SSH_AGENT_PID=75 03:34:51 Running ssh-add (command line suppressed) 03:34:51 Identity added: /w/workspace/edgex-go/409@tmp/private_key_10181596012482952840.key (/w/workspace/edgex-go/409@tmp/private_key_10181596012482952840.key) 03:34:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:51 + git semver init 03:34:51 2023-02-15 03:34:51,725 [run_init] DEBUG init version:0.0.0 force:False 03:34:51 2023-02-15 03:34:51,727 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/409/.semver 03:34:51 2023-02-15 03:34:51,728 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/409/.semver 03:34:51 2023-02-15 03:34:51,728 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/409/.semver'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) 03:34:57 2023-02-15 03:34:57,019 [append_file] DEBUG append to file:/w/workspace/edgex-go/409/.git/info/exclude 03:34:57 2023-02-15 03:34:57,020 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/409/.semver/main with force:False 03:34:57 2023-02-15 03:34:57,020 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 03:34:57 2023-02-15 03:34:57,020 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 03:34:57 3.0.0-dev.49 [Pipeline] } 03:34:57 $ docker exec --env ******** --env ******** a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 ssh-agent -k 03:34:57 unset SSH_AUTH_SOCK; 03:34:57 unset SSH_AGENT_PID; 03:34:57 echo Agent pid 75 killed; 03:34:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:57 + git semver [Pipeline] } 03:34:57 $ docker stop --time=1 a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 03:35:00 $ docker rm -f --volumes a111db493cfa491523dbb295503caedf11b146ae35d2da64de9bf085d28d3615 [Pipeline] // withDockerContainer [Pipeline] sh 03:35:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:35:00 Stashed 1 file(s) [Pipeline] echo 03:35:00 [edgeXSemver]: initialized semver on version 3.0.0-dev.49 [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 03:35:01 + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] echo 03:35:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:35:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:35:01 ========================================================= 03:35:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 03:35:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:35:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:35:01 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 03:35:01 213ec9aee27d: Pulling fs layer 03:35:01 4583459ba037: Pulling fs layer 03:35:01 93c1e223e6f2: Pulling fs layer 03:35:01 53926ce57604: Pulling fs layer 03:35:01 21b2b0c7a3f4: Pulling fs layer 03:35:01 22ff95d597cd: Pulling fs layer 03:35:01 12d6caf4c0d1: Pulling fs layer 03:35:01 96b7cbca73a9: Pulling fs layer 03:35:01 a7acece74701: Pulling fs layer 03:35:01 96b7cbca73a9: Waiting 03:35:01 a7acece74701: Waiting 03:35:01 22ff95d597cd: Waiting 03:35:01 12d6caf4c0d1: Waiting 03:35:01 53926ce57604: Waiting 03:35:01 21b2b0c7a3f4: Waiting 03:35:01 93c1e223e6f2: Verifying Checksum 03:35:01 93c1e223e6f2: Download complete 03:35:01 4583459ba037: Download complete 03:35:01 21b2b0c7a3f4: Verifying Checksum 03:35:01 21b2b0c7a3f4: Download complete 03:35:01 22ff95d597cd: Download complete 03:35:01 213ec9aee27d: Download complete 03:35:01 12d6caf4c0d1: Download complete 03:35:01 213ec9aee27d: Pull complete 03:35:02 4583459ba037: Pull complete 03:35:02 93c1e223e6f2: Pull complete 03:35:02 a7acece74701: Verifying Checksum 03:35:02 a7acece74701: Download complete 03:35:03 53926ce57604: Verifying Checksum 03:35:03 53926ce57604: Download complete 03:35:03 96b7cbca73a9: Verifying Checksum 03:35:06 53926ce57604: Pull complete 03:35:06 21b2b0c7a3f4: Pull complete 03:35:06 22ff95d597cd: Pull complete 03:35:06 12d6caf4c0d1: Pull complete 03:35:08 96b7cbca73a9: Pull complete 03:35:09 a7acece74701: Pull complete 03:35:09 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 03:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 03:35:09 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:35:09 WORKDIR /edgex 03:35:09 COPY go.mod . 03:35:09 RUN go mod download 03:35:09 + docker build -t ci-base-image-x86_64 -f - . 03:35:10 Sending build context to Docker daemon 170.3MB 03:35:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:35:10 ---> db6d94c90886 03:35:10 Step 2/4 : WORKDIR /edgex 03:35:14 ---> Running in 15389ea2eaa8 03:35:14 Removing intermediate container 15389ea2eaa8 03:35:14 ---> db8e3fb9a69d 03:35:14 Step 3/4 : COPY go.mod . 03:35:14 ---> 4b2c86d14281 03:35:14 Step 4/4 : RUN go mod download 03:35:14 ---> Running in 86cfb7ef032f 03:35:15 Still waiting to schedule task 03:35:15 ‘prd-ubuntu20.04-docker-arm64-4c-16g-6043’ is offline 03:35:29 Removing intermediate container 86cfb7ef032f 03:35:29 ---> ffc43572810c 03:35:29 Successfully built ffc43572810c 03:35:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:29 + docker inspect -f . ci-base-image-x86_64 03:35:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:35:29 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 03:35:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:35:30 $ docker top 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:30 + go version 03:35:30 go version go1.18.7 linux/amd64 [Pipeline] } 03:35:30 $ docker stop --time=1 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 03:35:31 $ docker rm -f --volumes 1f94860c946c510dc9af3ce03c965a8f9b7e51c39a34cfafcae60ae5285a2139 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:32 + docker inspect -f . ci-base-image-x86_64 03:35:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:35:32 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 03:35:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:35:32 $ docker top 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f -eo pid,comm [Pipeline] { [Pipeline] echo 03:35:32 ========================================================= 03:35:32 [edgeXBuildGoParallel] Running Tests and Build... 03:35:32 ========================================================= [Pipeline] sh 03:35:33 + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] fileExists [Pipeline] sh 03:35:33 + make test 03:35:33 go test -race -coverprofile=coverage.out ./... 03:35:40 ? github.com/edgexfoundry/edgex-go [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements 03:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.136s coverage: 98.5% of statements 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.143s coverage: 73.7% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.110s coverage: 54.0% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.098s coverage: 88.5% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.104s coverage: 3.6% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.451s coverage: 95.6% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.068s coverage: 72.2% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.6% of statements 03:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 82.9% of statements 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 03:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 03:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 03:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.356s coverage: 79.9% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 64.4% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.2% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.1% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 65.3% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 41.0% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:36:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:36:19 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 03:36:37 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." 03:36:37 go vet ./... 03:36:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:36:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:36:39 ./bin/test-attribution-txt.sh [Pipeline] echo 03:36:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 03:36:39 + ls -al . 03:36:39 total 744 03:36:39 drwxrwxr-x 11 1001 1001 4096 Feb 15 03:35 . 03:36:39 drwxr-xr-x 4 root root 4096 Feb 15 03:35 .. 03:36:39 drwxrwxr-x 2 1001 1001 4096 Feb 15 03:34 .blubracket 03:36:39 -rw-rw-r-- 1 1001 1001 16 Feb 15 03:34 .dockerignore 03:36:39 drwxrwxr-x 8 1001 1001 4096 Feb 15 03:36 .git 03:36:39 drwxrwxr-x 3 1001 1001 4096 Feb 15 03:34 .github 03:36:39 -rw-rw-r-- 1 1001 1001 1024 Feb 15 03:34 .gitignore 03:36:39 -rw-rw-r-- 1 1001 1001 42 Feb 15 03:34 .golangci.yml 03:36:39 -rw-rw-r-- 1 1001 1001 87 Feb 15 03:34 .hadolint.yml 03:36:39 drwxr-xr-x 3 1001 1001 4096 Feb 15 03:34 .semver 03:36:39 -rw-rw-r-- 1 1001 1001 166 Feb 15 03:34 .sonarcloud.properties 03:36:39 -rw-rw-r-- 1 1001 1001 1171 Feb 15 03:34 ADOPTERS.md 03:36:39 -rw-rw-r-- 1 1001 1001 10825 Feb 15 03:34 Attribution.txt 03:36:39 -rw-rw-r-- 1 1001 1001 73765 Feb 15 03:34 CHANGELOG.md 03:36:39 -rw-rw-r-- 1 1001 1001 3804 Feb 15 03:34 CONTRIBUTING.md 03:36:39 -rw-rw-r-- 1 1001 1001 677 Feb 15 03:34 GOVERNANCE.md 03:36:39 -rw-rw-r-- 1 1001 1001 850 Feb 15 03:34 Jenkinsfile 03:36:39 -rw-rw-r-- 1 1001 1001 10775 Feb 15 03:34 LICENSE 03:36:39 -rw-rw-r-- 1 1001 1001 13375 Feb 15 03:34 Makefile 03:36:39 -rw-rw-r-- 1 1001 1001 582 Feb 15 03:34 OWNERS.md 03:36:39 -rw-rw-r-- 1 1001 1001 9403 Feb 15 03:34 README.md 03:36:39 -rw-rw-r-- 1 1001 1001 6912 Feb 15 03:34 SECURITY.md 03:36:39 -rw-rw-r-- 1 1001 1001 12 Feb 15 03:35 VERSION 03:36:39 drwxrwxr-x 2 1001 1001 4096 Feb 15 03:34 bin 03:36:39 drwxrwxr-x 17 1001 1001 4096 Feb 15 03:34 cmd 03:36:39 -rw-r--r-- 1 root root 487418 Feb 15 03:36 coverage.out 03:36:39 -rw-rw-r-- 1 1001 1001 3295 Feb 15 03:34 go.mod 03:36:39 -rw-rw-r-- 1 1001 1001 33318 Feb 15 03:34 go.sum 03:36:39 drwxrwxr-x 7 1001 1001 4096 Feb 15 03:34 internal 03:36:39 drwxrwxr-x 3 1001 1001 4096 Feb 15 03:34 openapi 03:36:39 drwxrwxr-x 4 1001 1001 4096 Feb 15 03:34 snap 03:36:39 -rw-rw-r-- 1 1001 1001 204 Feb 15 03:34 version.go [Pipeline] sh 03:36:39 + '[' -e coverage.out ] 03:36:39 + chown 1001:1001 coverage.out [Pipeline] stash 03:36:39 Stashed 1 file(s) [Pipeline] sh 03:36:40 + make build 03:36:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 03:36:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:36:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:36:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:36:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:36:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6049 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:36:57 Running in /w/workspace/edgex-go/409 [Pipeline] { [Pipeline] checkout 03:36:57 The recommended git tool is: git 03:37:02 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:37:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:37:03 using credential edgex-jenkins-ssh 03:37:03 Cloning the remote Git repository 03:37:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:37:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:37:03 > git init /w/workspace/edgex-go/409 # timeout=10 03:37:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:37:03 > git --version # timeout=10 03:37:03 > git --version # 'git version 2.25.1' 03:37:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:37:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:37:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:37:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:37:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:37:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:37:09 $ docker stop --time=1 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f 03:37:12 $ docker rm -f --volumes 0aa141571b6df57a2c263b4741f3a41bb1c01865e27385ccdeb0237a52e05f2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:13 03:37:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:13 latest: Pulling from edgex-devops/edgex-compose 03:37:13 cbdbe7a5bc2a: Pulling fs layer 03:37:13 ca9280d653b3: Pulling fs layer 03:37:13 7e9c9ca2126c: Pulling fs layer 03:37:14 cbdbe7a5bc2a: Verifying Checksum 03:37:14 cbdbe7a5bc2a: Download complete 03:37:14 cbdbe7a5bc2a: Pull complete 03:37:14 ca9280d653b3: Verifying Checksum 03:37:14 ca9280d653b3: Download complete 03:37:14 ca9280d653b3: Pull complete 03:37:14 7e9c9ca2126c: Download complete 03:37:17 7e9c9ca2126c: Pull complete 03:37:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:37:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:37:17 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 03:37:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:37:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:37:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:37:20 Avoid second fetch 03:37:20 Checking out Revision 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 (main) 03:37:20 $ docker top 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:21 + docker-compose build --help 03:37:21 + grep parallel 03:37:21 Commit message: "Merge pull request #4358 from marcpfuller/update_swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:37:21 --parallel Build images in parallel. [Pipeline] } 03:37:21 $ docker stop --time=1 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 03:37:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:37:22 % Total % Received % Xferd Average Speed Time Time Time Current 03:37:22 Dload Upload Total Spent Left Speed 03:37:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79198 0 --:--:-- --:--:-- --:--:-- 78709 03:37:20 > git config core.sparsecheckout # timeout=10 03:37:20 > git checkout -f 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 # timeout=10 03:37:23 $ docker rm -f --volumes 8dc99fc8cb94d271cba95ed8f632d7b98fb013be157a199c77c160c69f29c186 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:37:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:37:23 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 03:37:23 $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:37:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:37:23 + sudo tee /etc/docker/daemon.new 03:37:23 { 03:37:23 "registry-mirrors": [ 03:37:23 "https://nexus3.edgexfoundry.org:10001" 03:37:23 ], 03:37:23 "bip": "10.250.0.254/24", 03:37:23 "hosts": [ 03:37:23 "tcp://0.0.0.0:5555", 03:37:23 "unix:///var/run/docker.sock" 03:37:23 ], 03:37:23 "mtu": 1458, 03:37:23 "selinux-enabled": true, 03:37:23 "seccomp-profile": "/etc/docker/seccomp.json" 03:37:23 } 03:37:24 $ docker top f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:37:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:37:24 + docker-compose -f ./docker-compose-build.yml build --parallel 03:37:24 + sudo service docker restart 03:37:25 Building core-command ... 03:37:25 Building core-common-config-bootstrapper ... 03:37:25 Building core-data ... 03:37:25 Building core-metadata ... 03:37:25 Building security-bootstrapper ... 03:37:25 Building security-proxy-setup ... 03:37:25 Building security-secretstore-setup ... 03:37:25 Building security-spiffe-token-provider ... 03:37:25 Building security-spire-agent ... 03:37:25 Building security-spire-config ... 03:37:25 Building security-spire-server ... 03:37:25 Building support-notifications ... 03:37:25 Building support-scheduler ... 03:37:25 Building security-bootstrapper 03:37:25 Building core-metadata 03:37:25 Building security-spiffe-token-provider 03:37:25 Building support-scheduler 03:37:25 Building security-proxy-setup 03:37:34 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:34 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:37:34 ---> ffc43572810c 03:37:34 Step 3/32 : WORKDIR /edgex-go 03:37:34 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:37:34 ---> ffc43572810c 03:37:34 Step 3/21 : WORKDIR /edgex-go 03:37:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:37:34 ---> ffc43572810c 03:37:34 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:37:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:37:34 ---> ffc43572810c 03:37:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:37:36 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:37:36 Step 2/19 : FROM ${BUILDER_BASE} AS builder 03:37:36 ---> ffc43572810c 03:37:36 Step 3/19 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:37:43 provisioning config files... 03:37:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config12814725943333521014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:37:43 ---> docker-login.sh 03:37:43 nexus3.edgexfoundry.org:10001 03:37:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:37:43 Configure a credential helper to remove this warning. See 03:37:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:37:43 03:37:43 Login Succeeded 03:37:43 nexus3.edgexfoundry.org:10002 03:37:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:37:44 Configure a credential helper to remove this warning. See 03:37:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:37:44 03:37:44 Login Succeeded 03:37:44 nexus3.edgexfoundry.org:10003 03:37:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:37:44 Configure a credential helper to remove this warning. See 03:37:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:37:44 03:37:44 Login Succeeded 03:37:44 nexus3.edgexfoundry.org:10004 03:37:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:37:45 Configure a credential helper to remove this warning. See 03:37:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:37:45 03:37:45 Login Succeeded 03:37:45 docker.io 03:37:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:37:45 Configure a credential helper to remove this warning. See 03:37:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:37:45 03:37:45 Login Succeeded 03:37:45 ---> docker-login.sh ends [Pipeline] } 03:37:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:37:46 + git config --global --add safe.directory /w/workspace/edgex-go/409 [Pipeline] echo 03:37:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:37:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:37:46 ========================================================= 03:37:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:37:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:37:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:37:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:37:46 9b18e9b68314: Pulling fs layer 03:37:46 35d82f9e3411: Pulling fs layer 03:37:46 e16973657156: Pulling fs layer 03:37:46 fc693d55d65f: Pulling fs layer 03:37:46 7e9fc2657dce: Pulling fs layer 03:37:46 dda99020689f: Pulling fs layer 03:37:46 db1c61fa0a46: Pulling fs layer 03:37:46 891c053d2c06: Pulling fs layer 03:37:46 7e9fc2657dce: Waiting 03:37:46 db1c61fa0a46: Waiting 03:37:46 dda99020689f: Waiting 03:37:46 fc693d55d65f: Waiting 03:37:46 891c053d2c06: Waiting 03:37:46 e16973657156: Verifying Checksum 03:37:46 e16973657156: Download complete 03:37:46 35d82f9e3411: Download complete 03:37:46 7e9fc2657dce: Verifying Checksum 03:37:46 7e9fc2657dce: Download complete 03:37:46 dda99020689f: Verifying Checksum 03:37:46 dda99020689f: Download complete 03:37:46 9b18e9b68314: Verifying Checksum 03:37:46 ---> Running in 9338f2e1b2c2 03:37:46 ---> Running in e2ab5e545c3b 03:37:46 ---> Running in ba6f62809350 03:37:46 ---> Running in b3e8619876b4 03:37:46 ---> Running in e627b75ce59c 03:37:47 Removing intermediate container 9338f2e1b2c2 03:37:47 ---> f98970fa65c2 03:37:47 Step 4/24 : WORKDIR /edgex-go 03:37:47 Removing intermediate container b3e8619876b4 03:37:47 ---> 8a7d56c37f48 03:37:47 Step 4/22 : WORKDIR /edgex-go 03:37:47 ---> Running in 3a4dbe1dfad8 03:37:47 Removing intermediate container ba6f62809350 03:37:47 ---> 04f0c37904cf 03:37:47 Step 4/21 : RUN apk add --update --no-cache make git 03:37:47 Removing intermediate container e627b75ce59c 03:37:47 ---> 08dbbba769bd 03:37:47 Step 4/32 : RUN apk add --update --no-cache make git 03:37:47 ---> Running in 1d085b1fa0f2 03:37:47 Removing intermediate container e2ab5e545c3b 03:37:47 ---> 058369057256 03:37:47 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 03:37:47 ---> Running in 8470cbd9aabf 03:37:47 ---> Running in 7a63b5e12162 03:37:47 Removing intermediate container 3a4dbe1dfad8 03:37:47 ---> 558c9c024d88 03:37:47 Step 5/24 : RUN apk add --update --no-cache make git 03:37:47 ---> Running in 3ff90a520352 03:37:47 ---> Running in a051b6361161 03:37:47 Removing intermediate container 1d085b1fa0f2 03:37:47 ---> e6804b521aba 03:37:47 Step 5/22 : RUN apk add --update --no-cache make git 03:37:47 ---> Running in dc2c85c7fd66 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:47 9b18e9b68314: Pull complete 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:48 891c053d2c06: Verifying Checksum 03:37:48 891c053d2c06: Download complete 03:37:48 OK: 211 MiB in 51 packages 03:37:48 OK: 211 MiB in 51 packages 03:37:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:48 OK: 211 MiB in 51 packages 03:37:48 35d82f9e3411: Pull complete 03:37:48 OK: 211 MiB in 51 packages 03:37:48 v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 03:37:48 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 03:37:48 OK: 17046 distinct packages available 03:37:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:37:48 Removing intermediate container 7a63b5e12162 03:37:48 ---> 2283078794c2 03:37:48 Step 5/32 : COPY go.mod vendor* ./ 03:37:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:37:48 Removing intermediate container 8470cbd9aabf 03:37:48 ---> 8dd38f9243e7 03:37:48 Step 5/21 : COPY go.mod vendor* ./ 03:37:48 e16973657156: Pull complete 03:37:48 ---> 6c6531b7604c 03:37:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:48 ---> Running in 04ea9356982b 03:37:48 OK: 211 MiB in 51 packages 03:37:48 ---> 0aa855dac9a3 03:37:48 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:48 Removing intermediate container dc2c85c7fd66 03:37:48 ---> 20b76c1ab63d 03:37:48 Step 6/22 : COPY go.mod vendor* ./ 03:37:48 ---> Running in bab4661502b0 03:37:48 Removing intermediate container a051b6361161 03:37:48 ---> adbb70cb51d9 03:37:48 Step 6/24 : COPY go.mod vendor* ./ 03:37:48 ---> e601b7b5dcd5 03:37:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:48 ---> Running in 029340fdce6b 03:37:48 ---> e45369d63555 03:37:48 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:48 ---> Running in ebf6a6244b33 03:37:49 db1c61fa0a46: Verifying Checksum 03:37:49 db1c61fa0a46: Download complete 03:37:49 Removing intermediate container 3ff90a520352 03:37:49 ---> 89e64a2ca735 03:37:49 Step 5/19 : COPY go.mod vendor* ./ 03:37:49 ---> 09cade0acf4b 03:37:49 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:37:49 ---> Running in 768b9e13397e 03:37:49 fc693d55d65f: Verifying Checksum 03:37:49 fc693d55d65f: Download complete 03:38:02 fc693d55d65f: Pull complete 03:38:02 7e9fc2657dce: Pull complete 03:38:02 dda99020689f: Pull complete 03:38:08 db1c61fa0a46: Pull complete 03:38:10 891c053d2c06: Pull complete 03:38:10 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 03:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:38:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 03:38:11 + + docker build -techo ci-base-image-arm64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:38:11 WORKDIR /edgex 03:38:11 COPY go.mod . 03:38:11 RUN go mod download -f 03:38:11 - . 03:38:11 Sending build context to Docker daemon 3.098MB 03:38:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:38:11 ---> f96f9c87975a 03:38:11 Step 2/4 : WORKDIR /edgex 03:38:13 ---> Running in 1bc00c38723b 03:38:13 Removing intermediate container 1bc00c38723b 03:38:13 ---> 19e8ca864446 03:38:13 Step 3/4 : COPY go.mod . 03:38:14 ---> 0dbda058aa42 03:38:14 Step 4/4 : RUN go mod download 03:38:14 ---> Running in 24ff3b6812b8 03:39:01 Removing intermediate container 24ff3b6812b8 03:39:01 ---> 6d1fc2385b9e 03:39:01 Successfully built 6d1fc2385b9e 03:39:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:01 + docker inspect -f . ci-base-image-arm64 03:39:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:39:01 prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container 03:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:39:03 $ docker top 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 -eo pid,comm [Pipeline] { [Pipeline] sh 03:39:04 + go version 03:39:04 go version go1.18.7 linux/arm64 [Pipeline] } 03:39:04 $ docker stop --time=1 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 03:39:05 $ docker rm -f --volumes 07106096ca3bb505fb5eb1271b2fe73b4c50d480aedd4debd8892e00672c5369 [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 03:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:39:06 03:39:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:39:06 latest: Pulling from edgex-devops/edgex-compose-arm64 03:39:06 29e5d40040c1: Pulling fs layer 03:39:06 1ce36da41761: Pulling fs layer 03:39:06 25b303627fd3: Pulling fs layer 03:39:06 29e5d40040c1: Verifying Checksum 03:39:06 29e5d40040c1: Download complete 03:39:07 1ce36da41761: Verifying Checksum 03:39:07 1ce36da41761: Download complete 03:39:08 25b303627fd3: Verifying Checksum 03:39:08 25b303627fd3: Download complete 03:39:10 29e5d40040c1: Pull complete 03:39:10 Removing intermediate container 029340fdce6b 03:39:10 ---> 83f8787c9790 03:39:10 Step 8/22 : COPY . . 03:39:10 Removing intermediate container 04ea9356982b 03:39:10 ---> 8f90d4b355c6 03:39:10 Step 7/32 : COPY . . 03:39:10 Removing intermediate container 768b9e13397e 03:39:10 ---> d637d15041f8 03:39:10 Step 7/19 : COPY . . 03:39:10 Removing intermediate container bab4661502b0 03:39:10 ---> 6be8701aee38 03:39:10 Step 7/21 : COPY . . 03:39:10 Removing intermediate container ebf6a6244b33 03:39:10 ---> 3038e8e40c3e 03:39:10 Step 8/24 : COPY . . 03:39:10 1ce36da41761: Pull complete 03:39:23 25b303627fd3: Pull complete 03:39:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:39:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:39:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:39:23 prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container 03:39:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:39:25 $ docker top 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f -eo pid,comm [Pipeline] { [Pipeline] sh 03:39:26 + docker-compose build --help 03:39:26 + grep parallel 03:39:31 --parallel Build images in parallel. [Pipeline] } 03:39:31 $ docker stop --time=1 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f 03:39:32 $ docker rm -f --volumes 308f0fcb9726bf9a0b84999fa7a83ac0a5f605adc1ceae54c47c46870e685b4f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:39:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:39:33 prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container 03:39:33 $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 03:39:34 $ docker top 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 -eo pid,comm [Pipeline] { [Pipeline] sh 03:39:35 + docker-compose -f ./docker-compose-build.yml build --parallel 03:39:37 ---> d70284e7b1ae 03:39:37 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 03:39:37 ---> 55768ca6cfa2 03:39:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:39:37 ---> 3e71c3cebb4d 03:39:37 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:39:37 ---> dc3339465ebc 03:39:37 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:39:37 ---> f935e9e9875f 03:39:37 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:39:37 ---> Running in 82aaca66d09b 03:39:37 ---> Running in fefc191b23e6 03:39:37 ---> Running in 495d42a74d1e 03:39:37 ---> Running in c514f01ed894 03:39:37 ---> Running in 6a9702101438 03:39:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:39:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:39:37 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:39:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:39:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:39:39 Building core-command ... 03:39:39 Building core-common-config-bootstrapper ... 03:39:39 Building core-data ... 03:39:39 Building core-metadata ... 03:39:39 Building security-bootstrapper ... 03:39:39 Building security-proxy-setup ... 03:39:39 Building security-secretstore-setup ... 03:39:39 Building security-spiffe-token-provider ... 03:39:39 Building security-spire-agent ... 03:39:39 Building security-spire-config ... 03:39:39 Building security-spire-server ... 03:39:39 Building support-notifications ... 03:39:39 Building support-scheduler ... 03:39:39 Building security-bootstrapper 03:39:39 Building core-metadata 03:39:39 Building security-proxy-setup 03:39:39 Building security-spiffe-token-provider 03:39:39 Building support-scheduler 03:39:49 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:39:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:39:49 ---> 6d1fc2385b9e 03:39:49 Step 3/21 : WORKDIR /edgex-go 03:39:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:39:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:39:49 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> 6d1fc2385b9e 03:39:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 03:39:49 03:39:49 Step 2/19 : FROM ${BUILDER_BASE} AS builder 03:39:49 ---> 6d1fc2385b9e 03:39:49 Step 3/19 : WORKDIR /edgex-go 03:39:50 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:39:50 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:39:50 ---> 6d1fc2385b9e 03:39:50 Step 3/32 : WORKDIR /edgex-go 03:39:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:39:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:39:50 ---> 6d1fc2385b9e 03:39:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:39:50 ---> Running in b938e050627b 03:39:50 ---> Running in b29c70ee8f85 03:39:50 ---> Running in d320ca354e64 03:39:50 ---> Running in c40b1fa54d2c 03:39:50 ---> Running in 8715b8b5d311 03:39:50 Removing intermediate container b938e050627b 03:39:50 ---> b71cfad0a074 03:39:50 Step 4/24 : WORKDIR /edgex-go 03:39:50 ---> Running in 5249490f798b 03:39:50 Removing intermediate container d320ca354e64 03:39:50 ---> 71103507f4b6 03:39:50 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 03:39:51 Removing intermediate container 8715b8b5d311 03:39:51 ---> bfeeb723520b 03:39:51 Step 4/22 : WORKDIR /edgex-go 03:39:51 Removing intermediate container b29c70ee8f85 03:39:51 ---> 9ced66052a37 03:39:51 Step 4/21 : RUN apk add --update --no-cache make git 03:39:51 Removing intermediate container c40b1fa54d2c 03:39:51 ---> 094fec0c0be4 03:39:51 Step 4/32 : RUN apk add --update --no-cache make git 03:39:51 ---> Running in 29badc9d4022 03:39:51 ---> Running in 3acfb8253d29 03:39:51 ---> Running in 67b4e60b2a54 03:39:51 ---> Running in 574352ae0661 03:39:51 Removing intermediate container 5249490f798b 03:39:51 ---> 087ac18deafb 03:39:51 Step 5/24 : RUN apk add --update --no-cache make git 03:39:51 Removing intermediate container 29badc9d4022 03:39:51 ---> a40424354b71 03:39:51 Step 5/22 : RUN apk add --update --no-cache make git 03:39:51 ---> Running in 2368338b9319 03:39:52 ---> Running in 8d4ef2669d9c 03:39:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:55 OK: 221 MiB in 51 packages 03:39:55 v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 03:39:55 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 03:39:55 OK: 16903 distinct packages available 03:39:55 OK: 221 MiB in 51 packages 03:39:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:39:56 OK: 221 MiB in 51 packages 03:39:56 OK: 221 MiB in 51 packages 03:39:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:39:56 Removing intermediate container 3acfb8253d29 03:39:56 ---> 6655db2332d7 03:39:56 Step 5/21 : COPY go.mod vendor* ./ 03:39:57 OK: 221 MiB in 51 packages 03:39:57 Removing intermediate container 574352ae0661 03:39:57 ---> f3745fc27305 03:39:57 Step 5/32 : COPY go.mod vendor* ./ 03:39:58 ---> 888305bbfdbc 03:39:58 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:58 Removing intermediate container 2368338b9319 03:39:58 Removing intermediate container 8d4ef2669d9c 03:39:58 ---> c9205ceec3f2 03:39:58 Step 6/22 : COPY go.mod vendor* ./ 03:39:58 ---> 65954727958c 03:39:58 Step 6/24 : COPY go.mod vendor* ./ 03:39:58 ---> Running in 9f698eb79c1e 03:39:58 ---> 6757912ecc9e 03:39:58 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:58 ---> Running in 60fde62262d3 03:39:59 Removing intermediate container 67b4e60b2a54 03:39:59 ---> 15465a628de3 03:39:59 Step 5/19 : COPY go.mod vendor* ./ 03:39:59 ---> 3cf34a8787b3 03:39:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:59 ---> 168217a94ce5 03:39:59 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:59 ---> Running in ea494f50a4e1 03:40:00 ---> Running in a135aba2c678 03:40:00 ---> aeadbf9837a9 03:40:00 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:00 ---> Running in 5852267287e7 03:40:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:40:21 Removing intermediate container 495d42a74d1e 03:40:21 ---> 0e1e1bda0197 03:40:21 03:40:21 Step 9/32 : FROM alpine:3.16 03:40:21 Removing intermediate container fefc191b23e6 03:40:21 ---> 61df658959f1 03:40:21 03:40:21 Step 10/24 : FROM alpine:3.16 03:40:21 Removing intermediate container 6a9702101438 03:40:21 ---> db348090a429 03:40:21 03:40:21 Step 9/21 : FROM alpine:3.16 03:40:21 Removing intermediate container 82aaca66d09b 03:40:21 ---> 4098d77d8368 03:40:21 03:40:21 Step 9/19 : FROM alpine:3.15 03:40:22 3.16: Pulling from library/alpine 03:40:22 3.16: Pulling from library/alpine 03:40:22 3.16: Pulling from library/alpine 03:40:22 3.15: Pulling from library/alpine 03:40:24 Removing intermediate container c514f01ed894 03:40:24 ---> 78113ac873db 03:40:24 03:40:24 Step 10/22 : FROM alpine:3.16 03:40:25 3.16: Pulling from library/alpine 03:40:25 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 03:40:25 Status: Downloaded newer image for alpine:3.15 03:40:25 ---> 5ce65d7b0fde 03:40:25 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:40:25 ---> Running in c3e2ddac758b 03:40:25 Removing intermediate container c3e2ddac758b 03:40:25 ---> 86c754dd171c 03:40:25 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:40:25 ---> Running in f5b7747d3020 03:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:40:26 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:40:26 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:40:26 OK: 15857 distinct packages available 03:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:40:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:40:26 (1/9) Installing ca-certificates (20220614-r0) 03:40:26 (2/9) Installing brotli-libs (1.0.9-r5) 03:40:26 (3/9) Installing nghttp2-libs (1.46.0-r0) 03:40:26 (4/9) Installing libcurl (7.80.0-r5) 03:40:26 (5/9) Installing curl (7.80.0-r5) 03:40:26 (6/9) Installing dumb-init (1.2.5-r1) 03:40:26 (7/9) Installing musl-obstack (1.2.3-r0) 03:40:26 (8/9) Installing libucontext (1.1-r0) 03:40:26 (9/9) Installing gcompat (1.0.0-r4) 03:40:26 Executing busybox-1.34.1-r7.trigger 03:40:26 Executing ca-certificates-20220614-r0.trigger 03:40:26 OK: 8 MiB in 23 packages 03:40:27 Removing intermediate container f5b7747d3020 03:40:27 ---> 91e4eef7b97e 03:40:27 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:27 ---> 086d94d2e96f 03:40:27 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:40:28 ---> 4af829f0c786 03:40:28 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 03:40:28 ---> 9ab39db21d10 03:40:28 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:40:28 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:40:28 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:40:28 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:40:28 Status: Image is up to date for alpine:3.16 03:40:28 Status: Downloaded newer image for alpine:3.16 03:40:28 Status: Downloaded newer image for alpine:3.16 03:40:28 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:40:28 Status: Image is up to date for alpine:3.16 03:40:28 ---> dfd21b5a31f5 03:40:28 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:40:28 ---> Running in 9ad757ea9aa5 03:40:28 ---> dfd21b5a31f5 03:40:28 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 03:40:28 ---> dfd21b5a31f5 03:40:28 ---> dfd21b5a31f5 03:40:28 Step 11/24 : RUN apk add --update --no-cache dumb-initStep 11/22 : RUN apk add --update --no-cache dumb-init 03:40:28 03:40:28 ---> Running in 4bd0e69c2032 03:40:28 ---> Running in 5b1abd4021df 03:40:28 ---> Running in 9daef712bb89 03:40:28 ---> Running in ce3d76e0dd32 03:40:28 Removing intermediate container 9ad757ea9aa5 03:40:28 ---> 3f59f60a47ab 03:40:28 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:40:28 ---> Running in 26ca9c54ef38 03:40:28 Removing intermediate container 5b1abd4021df 03:40:28 ---> 9768be5c9f46 03:40:28 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 03:40:28 ---> Running in 466b22a9c4f3 03:40:28 Removing intermediate container 26ca9c54ef38 03:40:28 ---> 2f22a9698aad 03:40:28 Step 17/19 : LABEL arch=x86_64 03:40:28 ---> Running in 87d0ccf6e8d5 03:40:28 Removing intermediate container 87d0ccf6e8d5 03:40:28 ---> aeefbb2d90e5 03:40:28 Step 18/19 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:40:28 ---> Running in edd90210c37c 03:40:29 Removing intermediate container edd90210c37c 03:40:29 ---> 3f874db945ac 03:40:29 Step 19/19 : LABEL version=3.0.0-dev.49 03:40:29 ---> Running in ba965b310a3b 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:29 Removing intermediate container ba965b310a3b 03:40:29 ---> bdd3b3ace437 03:40:29 03:40:29 Successfully built bdd3b3ace437 03:40:29 Successfully tagged security-spiffe-token-provider:latest 03:40:29  Building security-spiffe-token-provider ... done Building support-notifications 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:29 (1/1) Installing dumb-init (1.2.5-r1) 03:40:29 Executing busybox-1.35.0-r17.trigger 03:40:29 OK: 6 MiB in 15 packages 03:40:29 (1/6) Installing ca-certificates (20220614-r0) 03:40:29 (2/6) Installing brotli-libs (1.0.9-r6) 03:40:29 (3/6) Installing nghttp2-libs (1.47.0-r0) 03:40:29 (1/1) Installing dumb-init (1.2.5-r1) 03:40:29 (4/6) Installing libcurl (7.83.1-r5) 03:40:29 Executing busybox-1.35.0-r17.trigger 03:40:29 (1/2) Installing dumb-init (1.2.5-r1) 03:40:29 OK: 6 MiB in 15 packages 03:40:29 (2/2) Installing su-exec (0.2-r1) 03:40:29 (5/6) Installing curl (7.83.1-r5) 03:40:29 Executing busybox-1.35.0-r17.trigger 03:40:29 OK: 6 MiB in 16 packages 03:40:29 (6/6) Installing dumb-init (1.2.5-r1) 03:40:29 Executing busybox-1.35.0-r17.trigger 03:40:29 Executing ca-certificates-20220614-r0.trigger 03:40:29 OK: 8 MiB in 20 packages 03:40:33 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:40:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:40:33 ---> ffc43572810c 03:40:33 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:40:33 ---> Using cache 03:40:33 ---> 8a7d56c37f48 03:40:33 Step 4/22 : WORKDIR /edgex-go 03:40:33 ---> Using cache 03:40:33 ---> e6804b521aba 03:40:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:40:35 ---> Running in 0eacd9a4c154 03:40:35 Removing intermediate container 466b22a9c4f3 03:40:35 ---> dbf964290b13 03:40:35 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 03:40:35 Removing intermediate container 9daef712bb89 03:40:35 ---> 80399ffd3696 03:40:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:40:35 Removing intermediate container ce3d76e0dd32 03:40:35 ---> 0077df5be7c4 03:40:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:40:35 ---> Running in 7aee3419d356 03:40:35 ---> Running in 6fa3c711648a 03:40:35 Removing intermediate container 4bd0e69c2032 03:40:35 ---> 34a532583155 03:40:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:40:35 ---> Running in 153212776f9c 03:40:35 ---> Running in 84bd7365acc4 03:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:35 Removing intermediate container 7aee3419d356 03:40:35 ---> 6c5dcd614bb9 03:40:35 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 03:40:35 Removing intermediate container 6fa3c711648a 03:40:35 ---> 784cdbb7cda9 03:40:35 Step 13/24 : ENV APP_PORT=59881 03:40:35 ---> Running in 51c4fb026ee0 03:40:35 ---> Running in 2c82ede004a1 03:40:35 Removing intermediate container 153212776f9c 03:40:35 ---> 9f03c788425f 03:40:35 Step 13/22 : ENV APP_PORT=59861 03:40:35 Removing intermediate container 84bd7365acc4 03:40:35 ---> 3451d9bf2b40 03:40:35 Step 12/21 : WORKDIR /edgex 03:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:35 ---> Running in 19415011c369 03:40:35 Removing intermediate container 51c4fb026ee0 03:40:35 ---> 7099326fd1d1 03:40:35 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 03:40:35 ---> Running in 1c71252dd74f 03:40:35 Removing intermediate container 2c82ede004a1 03:40:35 ---> f470defcde01 03:40:35 Step 14/24 : EXPOSE $APP_PORT 03:40:35 ---> Running in 612e85150fd0 03:40:35 ---> Running in ca6e74eb923a 03:40:35 Removing intermediate container 19415011c369 03:40:35 ---> 39144526441b 03:40:35 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:40:35 Removing intermediate container 1c71252dd74f 03:40:35 ---> f8d9b202c423 03:40:35 Step 14/22 : EXPOSE $APP_PORT 03:40:35 Removing intermediate container 612e85150fd0 03:40:35 ---> 9ccd3a28a28d 03:40:35 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 03:40:35 OK: 211 MiB in 51 packages 03:40:35 ---> Running in 58279d3b4461 03:40:35 ---> Running in 643c69853adb 03:40:35 Removing intermediate container ca6e74eb923a 03:40:35 ---> bb11073a412a 03:40:35 Step 15/24 : WORKDIR / 03:40:35 ---> Running in 2cc530285a62 03:40:35 ---> a543555bb1d3 03:40:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:40:35 Removing intermediate container 58279d3b4461 03:40:35 ---> 79b939ab5c70 03:40:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:35 Removing intermediate container 643c69853adb 03:40:35 ---> 4003f18e723a 03:40:35 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 03:40:35 ---> Running in cbdf9d0eb680 03:40:35 Removing intermediate container 2cc530285a62 03:40:35 ---> 5cc8527210f5 03:40:35 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:35 ---> 646838fc0af5 03:40:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:40:35 ---> f17709a57d0e 03:40:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:40:35 ---> 6bd36dadeda0 03:40:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:40:35 Removing intermediate container 0eacd9a4c154 03:40:35 ---> 0ba63a8f8def 03:40:35 Step 6/22 : COPY go.mod vendor* ./ 03:40:37 ---> 062df59576b7 03:40:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:37 ---> Running in ef662b290ba7 03:40:37 ---> fcac2f8f73d0 03:40:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:40:37 ---> 463e9749e0d3 03:40:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:40:37 ---> f2d7e5adb38a 03:40:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:40:37 ---> ab5866f3cf2c 03:40:37 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:37 ---> Running in 0772e875ae57 03:40:37 ---> 4c7068b0e075 03:40:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:40:37 ---> Running in d606a93e7dad 03:40:37 ---> 15b0963337aa 03:40:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 03:40:37 Removing intermediate container d606a93e7dad 03:40:37 ---> 43be2c705449 03:40:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:40:37 Removing intermediate container cbdf9d0eb680 03:40:37 ---> 0ff318a13465 03:40:37 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 03:40:37 ---> Running in c7c718d50b9e 03:40:37 ---> Running in 0b10f357043e 03:40:37 ---> a3687c9977a2 03:40:37 Step 20/24 : ENTRYPOINT ["/core-metadata"] 03:40:37 ---> Running in e4e7fcf45f23 03:40:37 Removing intermediate container c7c718d50b9e 03:40:37 ---> 39b80c0d01f8 03:40:37 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 03:40:37 Removing intermediate container 0b10f357043e 03:40:37 ---> ce743df1fdc3 03:40:37 Step 20/22 : LABEL arch=x86_64 03:40:37 Removing intermediate container e4e7fcf45f23 03:40:37 ---> f781d312b1a1 03:40:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:40:37 ---> Running in c9ddb001f427 03:40:37 ---> Running in cb7ef10875d6 03:40:37 Removing intermediate container c9ddb001f427 03:40:37 ---> 526b9c590746 03:40:37 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:40:37 ---> bad17bd7ed16 03:40:37 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 03:40:38 ---> Running in 0f27fd2e5f91 03:40:38 ---> Running in 033025157e64 03:40:38 Removing intermediate container cb7ef10875d6 03:40:38 ---> 4ac2fae5ff35 03:40:38 Step 22/24 : LABEL arch=x86_64 03:40:38 ---> Running in 32aab3243f1c 03:40:38 Removing intermediate container 033025157e64 03:40:38 ---> 275745c5eeb4 03:40:38 Step 22/22 : LABEL version=3.0.0-dev.49 03:40:38 ---> Running in 317e3e13d495 03:40:38 Removing intermediate container 32aab3243f1c 03:40:38 ---> d59b06dd9003 03:40:38 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:40:38 ---> Running in 4a907694f0fc 03:40:38 Removing intermediate container 0772e875ae57 03:40:38 ---> 28c88752653e 03:40:38 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 03:40:38 Removing intermediate container 317e3e13d495 03:40:38 ---> e5bb5858d184 03:40:38 03:40:38 ---> Running in 1bbd0c5d04b8 03:40:38 Removing intermediate container 4a907694f0fc 03:40:38 ---> 37f7dfadeaa1 03:40:38 Step 24/24 : LABEL version=3.0.0-dev.49 03:40:38 Successfully built e5bb5858d184 03:40:38 Successfully tagged support-scheduler:latest 03:40:38 Building security-secretstore-setup 03:40:38  Building support-scheduler ... done  ---> Running in 69cecdcd8f2c 03:40:38 Removing intermediate container 1bbd0c5d04b8 03:40:38 ---> 1c685e6b703c 03:40:38 Step 19/21 : LABEL arch=x86_64 03:40:38 ---> Running in bac2c92f2c2c 03:40:38 Removing intermediate container 69cecdcd8f2c 03:40:38 ---> ba9166c56942 03:40:38 03:40:38 Successfully built ba9166c56942 03:40:38 Successfully tagged core-metadata:latest 03:40:38  Building core-metadata ... done Building security-spire-server 03:40:38 Removing intermediate container bac2c92f2c2c 03:40:38 ---> 1a970c509e12 03:40:38 Step 20/21 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:40:42 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:40:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:40:42 ---> ffc43572810c 03:40:42 Step 3/23 : WORKDIR /edgex-go 03:40:42 ---> Using cache 03:40:42 ---> 058369057256 03:40:42 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 03:40:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:40:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:40:42 ---> ffc43572810c 03:40:42 Step 3/24 : WORKDIR /edgex-go 03:40:42 ---> Using cache 03:40:42 ---> 058369057256 03:40:42 Step 4/24 : RUN apk add --update --no-cache make git 03:40:46 ---> Running in 92efc35cb37d 03:40:46 ---> Running in 385a03de84f2 03:40:46 ---> Running in bb93d63142f8 03:40:46 Removing intermediate container 0f27fd2e5f91 03:40:46 ---> 15f1879ccf50 03:40:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:40:46 Removing intermediate container 92efc35cb37d 03:40:46 ---> e2ca754cd2c6 03:40:46 Step 21/21 : LABEL version=3.0.0-dev.49 03:40:46 ---> Running in 78adee555c19 03:40:46 Removing intermediate container 78adee555c19 03:40:46 ---> a7dd563d2a03 03:40:46 03:40:46 ---> 666ad10e123b 03:40:46 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:40:46 Successfully built a7dd563d2a03 03:40:46 Successfully tagged security-proxy-setup:latest 03:40:46  Building security-proxy-setup ... done Building core-data 03:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:40:46 OK: 211 MiB in 51 packages 03:40:47 OK: 211 MiB in 51 packages 03:40:48 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:40:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:40:48 ---> ffc43572810c 03:40:48 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:40:48 ---> Using cache 03:40:48 ---> 8a7d56c37f48 03:40:48 Step 4/22 : WORKDIR /edgex-go 03:40:48 ---> Using cache 03:40:48 ---> e6804b521aba 03:40:48 Step 5/22 : RUN apk add --update --no-cache make git 03:40:48 ---> Using cache 03:40:48 ---> 20b76c1ab63d 03:40:48 Step 6/22 : COPY go.mod vendor* ./ 03:40:48 ---> Using cache 03:40:48 ---> e601b7b5dcd5 03:40:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:48 ---> Using cache 03:40:48 ---> 83f8787c9790 03:40:48 Step 8/22 : COPY . . 03:40:48 ---> Using cache 03:40:48 ---> 55768ca6cfa2 03:40:48 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 03:40:50 ---> 5e28b2628592 03:40:50 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:40:50 ---> Running in b0509f17404b 03:40:50 ---> 99c0cd3fc648 03:40:50 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:40:50 Removing intermediate container bb93d63142f8 03:40:50 ---> 569346b2693d 03:40:50 Step 5/23 : COPY go.mod vendor* ./ 03:40:50 Removing intermediate container 385a03de84f2 03:40:50 ---> 9b75b18ce0d7 03:40:50 Step 5/24 : COPY go.mod vendor* ./ 03:40:50 ---> cf6ddfb807d2 03:40:50 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 03:40:50 ---> 3b6ca47758cd 03:40:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:50 ---> Running in 9ca2817f2710 03:40:50 ---> d2b77b8a4f77 03:40:50 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:50 ---> Running in 451004a476bc 03:40:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 03:40:50 ---> a7b2de5e8829 03:40:50 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 03:40:51 ---> 3f90ca08d4c0 03:40:51 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:40:51 ---> 8559a49843de 03:40:51 Step 27/32 : RUN chmod +x /entrypoint.sh 03:40:51 ---> Running in 3969836fc097 03:40:52 Removing intermediate container 3969836fc097 03:40:52 ---> 0df0651bd7e5 03:40:52 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:40:52 ---> Running in 781bd34ad91f 03:40:52 Removing intermediate container 781bd34ad91f 03:40:52 ---> 83d22f783744 03:40:52 Step 29/32 : CMD ["gate"] 03:40:52 ---> Running in 50764ddb74dc 03:40:52 Removing intermediate container 50764ddb74dc 03:40:52 ---> 3b5b8f1682e8 03:40:52 Step 30/32 : LABEL arch=x86_64 03:40:52 ---> Running in 37d7255444a1 03:40:52 Removing intermediate container 37d7255444a1 03:40:52 ---> 3ccbe2f0fa5d 03:40:52 Step 31/32 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:40:52 ---> Running in adc9dcba52d1 03:40:52 Removing intermediate container adc9dcba52d1 03:40:52 ---> 6f13390026f2 03:40:52 Step 32/32 : LABEL version=3.0.0-dev.49 03:40:52 ---> Running in 723bcab9f4af 03:40:52 Removing intermediate container 723bcab9f4af 03:40:52 ---> 5a97ea1ff822 03:40:52 03:40:52 Successfully built 5a97ea1ff822 03:40:52 Successfully tagged security-bootstrapper:latest 03:40:52  Building security-bootstrapper ... done Building core-common-config-bootstrapper 03:40:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:40:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:40:55 ---> ffc43572810c 03:40:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:40:55 ---> Using cache 03:40:55 ---> 8a7d56c37f48 03:40:55 Step 4/22 : WORKDIR /edgex-go 03:40:55 ---> Using cache 03:40:55 ---> e6804b521aba 03:40:55 Step 5/22 : RUN apk add --update --no-cache make git 03:40:55 ---> Using cache 03:40:55 ---> 20b76c1ab63d 03:40:55 Step 6/22 : COPY go.mod vendor* ./ 03:40:55 ---> Using cache 03:40:55 ---> e601b7b5dcd5 03:40:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:55 ---> Using cache 03:40:55 ---> 83f8787c9790 03:40:55 Step 8/22 : COPY . . 03:40:55 ---> Using cache 03:40:55 ---> 55768ca6cfa2 03:40:55 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:41:00 ---> Running in 0abc3ed15b4c 03:41:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:41:27 Removing intermediate container ef662b290ba7 03:41:27 ---> f3434cdc1b28 03:41:27 Step 8/22 : COPY . . 03:41:35 Removing intermediate container 0abc3ed15b4c 03:41:35 ---> e314ba01fa01 03:41:35 03:41:35 Step 10/22 : FROM alpine:3.16 03:41:35 ---> dfd21b5a31f5 03:41:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 03:41:35 ---> 65125107c742 03:41:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:41:35 Removing intermediate container b0509f17404b 03:41:35 ---> cd562aef2707 03:41:35 03:41:35 Step 10/22 : FROM alpine:3.16 03:41:35 ---> dfd21b5a31f5 03:41:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:41:35 ---> Running in 284c805dbf84 03:41:35 ---> Running in ff18124404fb 03:41:35 ---> Running in f49ef49caff9 03:41:35 Removing intermediate container 284c805dbf84 03:41:35 ---> f12d6c8141dc 03:41:35 Step 12/22 : RUN apk add --update --no-cache dumb-init 03:41:35 Removing intermediate container f49ef49caff9 03:41:35 ---> 0fe450161443 03:41:35 Step 12/22 : ENV APP_PORT=59880 03:41:35 ---> Running in b5de9e53780f 03:41:35 ---> Running in 96ccf5eb5128 03:41:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:41:35 Removing intermediate container 96ccf5eb5128 03:41:35 ---> a02e028379db 03:41:35 Step 13/22 : EXPOSE $APP_PORT 03:41:35 ---> Running in f1a0be3d1139 03:41:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:41:35 Removing intermediate container f1a0be3d1139 03:41:35 ---> 7417df3e4e07 03:41:35 Step 14/22 : RUN apk add --update --no-cache dumb-init 03:41:35 ---> Running in 3c7e84378950 03:41:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:41:35 Removing intermediate container 451004a476bc 03:41:35 ---> 87fdae5304a6 03:41:35 Step 7/24 : COPY . . 03:41:35 Removing intermediate container 9ca2817f2710 03:41:35 ---> f3aaa8837422 03:41:35 Step 7/23 : COPY . . 03:41:36 (1/1) Installing dumb-init (1.2.5-r1) 03:41:36 Executing busybox-1.35.0-r17.trigger 03:41:36 OK: 6 MiB in 15 packages 03:41:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:41:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:41:36 (1/1) Installing dumb-init (1.2.5-r1) 03:41:36 Executing busybox-1.35.0-r17.trigger 03:41:36 OK: 6 MiB in 15 packages 03:41:51 ---> 303440956fd4 03:41:51 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 03:41:51 Removing intermediate container b5de9e53780f 03:41:51 ---> 4d87bb4f996c 03:41:51 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:41:51 ---> 5f1f5f484a6d 03:41:51 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:41:51 ---> Running in e586d0b40e72 03:41:51 Removing intermediate container 3c7e84378950 03:41:51 ---> 0818dfd0f7d8 03:41:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:41:51 ---> Running in c81f5b1af52e 03:41:51 Removing intermediate container e586d0b40e72 03:41:51 ---> d3f19d57eb76 03:41:51 Step 9/23 : WORKDIR /edgex-go/spire-build 03:41:51 ---> f912ee219f8c 03:41:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:41:51 ---> Running in 88703a78cc61 03:41:51 ---> dd3faf5bd2c3 03:41:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:41:51 Removing intermediate container 88703a78cc61 03:41:51 ---> 8f7603c7b788 03:41:51 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 03:41:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:41:51 ---> Running in 683e46ff815e 03:41:51 ---> 31bec1b256fe 03:41:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:41:51 ---> f44539325f6e 03:41:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:41:51 ---> e27e2f6e58f0 03:41:51 Step 18/22 : ENTRYPOINT ["/core-data"] 03:41:51 ---> 1e87d338a0d4 03:41:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:41:51 ---> Running in 337fc0b2391c 03:41:51 Removing intermediate container 337fc0b2391c 03:41:51 ---> acf4fd2f695b 03:41:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:41:51 ---> c8af668080fc 03:41:51 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:41:51 ---> Running in 88061dd77166 03:41:51 ---> Running in d3fa005c75ca 03:41:51 Removing intermediate container 683e46ff815e 03:41:51 ---> 8e9fd91ba377 03:41:51 Step 11/23 : WORKDIR /edgex-go 03:41:51 ---> Running in a32b4fa0b8c2 03:41:51 Removing intermediate container 88061dd77166 03:41:51 ---> b13c0fcffaa3 03:41:51 Step 20/22 : LABEL arch=x86_64 03:41:51 ---> Running in 18d58a04a113 03:41:51 Removing intermediate container a32b4fa0b8c2 03:41:51 ---> bf25be80ce93 03:41:51 03:41:51 Step 12/23 : FROM alpine:3.15 03:41:51 ---> 5ce65d7b0fde 03:41:51 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:41:51 ---> Using cache 03:41:51 ---> 86c754dd171c 03:41:51 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:41:51 Removing intermediate container 18d58a04a113 03:41:51 ---> 25179f6e406b 03:41:51 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:41:51 ---> Running in 384bc40896ab 03:41:51 ---> Running in 61d5fd34cff8 03:41:51 Removing intermediate container 61d5fd34cff8 03:41:51 ---> 2367458531ae 03:41:51 Step 22/22 : LABEL version=3.0.0-dev.49 03:41:51 ---> Running in 0c1ad4631741 03:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:41:52 Removing intermediate container 0c1ad4631741 03:41:52 ---> 29342799fa82 03:41:52 03:41:52 Removing intermediate container d3fa005c75ca 03:41:52 ---> 0f52cd49a577 03:41:52 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 03:41:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:41:52 ---> Running in 4aa92a18fec5 03:41:52 Successfully built 29342799fa82 03:41:52 Successfully tagged core-data:latest 03:41:52  Building core-data ... done Building core-command 03:41:52 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:41:52 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:41:52 OK: 15857 distinct packages available 03:41:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:41:52 Removing intermediate container 60fde62262d3 03:41:52 ---> bcc72cc82478 03:41:52 Step 7/32 : COPY . . 03:41:52 Removing intermediate container a135aba2c678 03:41:52 ---> c0047e909afc 03:41:52 Step 8/24 : COPY . . 03:41:52 Removing intermediate container 5852267287e7 03:41:52 ---> 28838eb61a64 03:41:52 Step 7/19 : COPY . . 03:41:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:41:52 (1/5) Installing dumb-init (1.2.5-r1) 03:41:52 (2/5) Installing musl-obstack (1.2.3-r0) 03:41:52 (3/5) Installing libucontext (1.1-r0) 03:41:52 (4/5) Installing gcompat (1.0.0-r4) 03:41:52 (5/5) Installing openssl (1.1.1t-r1) 03:41:52 Executing busybox-1.34.1-r7.trigger 03:41:52 OK: 7 MiB in 19 packages 03:41:53 Removing intermediate container ea494f50a4e1 03:41:53 ---> f2a8bff230c4 03:41:53 Step 8/22 : COPY . . 03:41:53 ---> 89c98421b780 03:41:53 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:41:53 Removing intermediate container 9f698eb79c1e 03:41:53 ---> b93782411041 03:41:53 Step 7/21 : COPY . . 03:41:53 ---> Running in 58d0880ce8b9 03:41:56 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:41:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:41:56 ---> ffc43572810c 03:41:56 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:41:56 ---> Using cache 03:41:56 ---> 8a7d56c37f48 03:41:56 Step 4/23 : WORKDIR /edgex-go 03:41:56 ---> Using cache 03:41:56 ---> e6804b521aba 03:41:56 Step 5/23 : RUN apk add --update --no-cache make git 03:41:56 ---> Using cache 03:41:56 ---> 20b76c1ab63d 03:41:56 Step 6/23 : COPY go.mod vendor* ./ 03:41:56 ---> Using cache 03:41:56 ---> e601b7b5dcd5 03:41:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:56 ---> Using cache 03:41:56 ---> 83f8787c9790 03:41:56 Step 8/23 : COPY . . 03:41:56 ---> Using cache 03:41:56 ---> 55768ca6cfa2 03:41:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 03:41:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:41:56 ---> 8a277bb42a21 03:41:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:41:56 ---> 50e68c7c936c 03:41:56 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 03:41:56 ---> 080f2d4b5767 03:41:56 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:41:56 ---> b81eb7202e94 03:41:56 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:41:57 ---> Running in e89dc9c92c4a 03:41:57 ---> Running in fd2409e733fb 03:41:57 ---> Running in e4b27f3fc79a 03:41:57 ---> Running in 631cc1109755 03:41:58 Removing intermediate container 4aa92a18fec5 03:41:58 ---> 5450bc06167e 03:41:58 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 03:42:00 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:42:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:42:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:42:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:42:00 ---> Running in e6ddf2140d57 03:42:00 ---> Running in d109dee74790 03:42:01 Removing intermediate container e6ddf2140d57 03:42:01 ---> 64309de37238 03:42:01 Step 20/22 : LABEL arch=x86_64 03:42:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:42:01 Removing intermediate container 384bc40896ab 03:42:01 ---> 639be41420fe 03:42:01 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:42:01 ---> Running in c0b6b9371ed6 03:42:01 Removing intermediate container c0b6b9371ed6 03:42:01 ---> 03fefb5a2d74 03:42:01 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:01 ---> Running in 5bca9148b024 03:42:04 Removing intermediate container 5bca9148b024 03:42:04 ---> e75bbf5b068e 03:42:04 Step 22/22 : LABEL version=3.0.0-dev.49 03:42:04 ---> bf21e273ee52 03:42:04 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:42:04 ---> Running in e2e899432bea 03:42:04 Removing intermediate container e2e899432bea 03:42:04 ---> 09fc5530104d 03:42:04 03:42:04 ---> b34ac369611a 03:42:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:42:04 Successfully built 09fc5530104d 03:42:04 Successfully tagged core-common-config-bootstrapper:latest 03:42:04  Building core-common-config-bootstrapper ... done Building security-spire-agent 03:42:04 ---> ba744e82bb40 03:42:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:42:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:42:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:42:09 ---> ffc43572810c 03:42:09 Step 3/24 : WORKDIR /edgex-go 03:42:09 ---> Using cache 03:42:09 ---> 058369057256 03:42:09 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 03:42:09 ---> Using cache 03:42:09 ---> 569346b2693d 03:42:09 Step 5/24 : COPY go.mod vendor* ./ 03:42:09 ---> Using cache 03:42:09 ---> 3b6ca47758cd 03:42:09 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:42:09 ---> Using cache 03:42:09 ---> f3aaa8837422 03:42:09 Step 7/24 : COPY . . 03:42:09 ---> Using cache 03:42:09 ---> 303440956fd4 03:42:09 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 03:42:09 ---> Using cache 03:42:09 ---> d3f19d57eb76 03:42:09 Step 9/24 : WORKDIR /edgex-go/spire-build 03:42:09 ---> Using cache 03:42:09 ---> 8f7603c7b788 03:42:09 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 03:42:13 ---> dd6f43429571 03:42:13 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:42:13 Removing intermediate container ff18124404fb 03:42:13 ---> ba8a2ae72ee3 03:42:13 03:42:13 Step 10/22 : FROM alpine:3.16 03:42:13 ---> dfd21b5a31f5 03:42:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:42:13 ---> Running in fa0673148766 03:42:13 ---> Running in f842fca6be04 03:42:13 ---> Running in 1833c867c243 03:42:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:42:13 Removing intermediate container 1833c867c243 03:42:13 ---> 106042d3a0fa 03:42:13 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:42:13 ---> Running in 3007d3835cd6 03:42:13 Removing intermediate container 3007d3835cd6 03:42:13 ---> f9c56aa86c85 03:42:13 Step 21/23 : LABEL arch=x86_64 03:42:13 ---> Running in 051a14c85aa9 03:42:13 Removing intermediate container 051a14c85aa9 03:42:13 ---> f057eb76c96d 03:42:13 Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:13 ---> Running in 4dd4c8bee2d7 03:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:42:13 Removing intermediate container 4dd4c8bee2d7 03:42:13 ---> 5d7308b44bf3 03:42:13 Step 23/23 : LABEL version=3.0.0-dev.49 03:42:13 ---> Running in 3695e6781873 03:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:42:13 Removing intermediate container 3695e6781873 03:42:13 ---> c2731f011200 03:42:13 03:42:13 Successfully built c2731f011200 03:42:13 Successfully tagged security-spire-server:latest 03:42:13 Building security-spire-config 03:42:13  Building security-spire-server ... done Removing intermediate container fa0673148766 03:42:13 ---> 5eb619b3d427 03:42:13 Step 11/24 : WORKDIR /edgex-go 03:42:14 ---> Running in fb1a46b653f0 03:42:14 (1/2) Installing ca-certificates (20220614-r0) 03:42:14 (2/2) Installing dumb-init (1.2.5-r1) 03:42:14 Executing busybox-1.35.0-r17.trigger 03:42:14 Executing ca-certificates-20220614-r0.trigger 03:42:14 OK: 6 MiB in 16 packages 03:42:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:42:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:42:17 ---> ffc43572810c 03:42:17 Step 3/24 : WORKDIR /edgex-go 03:42:17 ---> Using cache 03:42:17 ---> 058369057256 03:42:17 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 03:42:17 ---> Using cache 03:42:17 ---> 569346b2693d 03:42:17 Step 5/24 : COPY go.mod vendor* ./ 03:42:17 ---> Using cache 03:42:17 ---> 3b6ca47758cd 03:42:17 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:42:17 ---> Using cache 03:42:17 ---> f3aaa8837422 03:42:17 Step 7/24 : COPY . . 03:42:17 ---> Using cache 03:42:17 ---> 303440956fd4 03:42:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 03:42:17 ---> Using cache 03:42:17 ---> d3f19d57eb76 03:42:17 Step 9/24 : WORKDIR /edgex-go/spire-build 03:42:17 ---> Using cache 03:42:17 ---> 8f7603c7b788 03:42:17 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 03:42:17 ---> Using cache 03:42:17 ---> 5eb619b3d427 03:42:17 Step 11/24 : WORKDIR /edgex-go 03:42:17 ---> Using cache 03:42:17 ---> a0b5c1a60cbb 03:42:17 03:42:17 Step 12/24 : FROM alpine:3.15 03:42:17 ---> 5ce65d7b0fde 03:42:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:42:17 ---> Using cache 03:42:17 ---> 86c754dd171c 03:42:17 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:42:20 Removing intermediate container fb1a46b653f0 03:42:20 ---> a0b5c1a60cbb 03:42:20 03:42:20 Step 12/24 : FROM alpine:3.15 03:42:20 ---> 5ce65d7b0fde 03:42:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:42:20 ---> Using cache 03:42:20 ---> 86c754dd171c 03:42:20 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:42:20 ---> Using cache 03:42:20 ---> 639be41420fe 03:42:20 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 03:42:21 ---> Running in 297e0ba8410a 03:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:42:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:42:22 ---> c75adda68c7a 03:42:22 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:42:23 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:42:23 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:42:23 OK: 15857 distinct packages available 03:42:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 03:42:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 03:42:23 (1/4) Installing dumb-init (1.2.5-r1) 03:42:23 (2/4) Installing musl-obstack (1.2.3-r0) 03:42:23 (3/4) Installing libucontext (1.1-r0) 03:42:23 (4/4) Installing gcompat (1.0.0-r4) 03:42:23 Executing busybox-1.34.1-r7.trigger 03:42:23 OK: 6 MiB in 18 packages 03:42:23 Removing intermediate container f842fca6be04 03:42:23 ---> 5212b0371fa8 03:42:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:42:25 ---> Running in e9aee3eb8d0d 03:42:25 ---> 5d1e036d7589 03:42:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:42:25 Removing intermediate container c81f5b1af52e 03:42:25 ---> cdb8a42fb16f 03:42:25 03:42:25 Step 9/24 : FROM alpine:3.16 03:42:25 ---> dfd21b5a31f5 03:42:25 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 03:42:25 ---> Running in 9c30f0fe94a8 03:42:25 Removing intermediate container e9aee3eb8d0d 03:42:25 ---> e3cc3750981a 03:42:25 Step 13/22 : ENV APP_PORT=59860 03:42:25 ---> Running in 6afb8ea48dd2 03:42:25 Removing intermediate container 297e0ba8410a 03:42:25 ---> ae088ac22b12 03:42:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:42:25 ---> 71bdb2840feb 03:42:25 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:42:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:42:26 Removing intermediate container 6afb8ea48dd2 03:42:26 ---> a0df574c6a21 03:42:26 Step 14/22 : EXPOSE $APP_PORT 03:42:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:42:27 (1/3) Installing ca-certificates (20220614-r0) 03:42:27 (2/3) Installing dumb-init (1.2.5-r1) 03:42:27 (3/3) Installing su-exec (0.2-r1) 03:42:27 Executing busybox-1.35.0-r17.trigger 03:42:27 Executing ca-certificates-20220614-r0.trigger 03:42:27 OK: 6 MiB in 17 packages 03:42:28 ---> c15cfc7c8ad6 03:42:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:42:28 ---> 315befbfae25 03:42:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:42:28 ---> Running in fb019d168be8 03:42:28 Removing intermediate container d109dee74790 03:42:28 ---> 27dddad2541c 03:42:28 03:42:28 Step 10/23 : FROM alpine:3.16 03:42:28 ---> dfd21b5a31f5 03:42:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:42:28 ---> Using cache 03:42:28 ---> 0077df5be7c4 03:42:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:42:28 ---> Using cache 03:42:28 ---> 9f03c788425f 03:42:28 Step 13/23 : ENV APP_PORT=59882 03:42:28 ---> Running in ef6ece96cafe 03:42:28 Removing intermediate container fb019d168be8 03:42:28 ---> 35275cb5b813 03:42:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:42:28 ---> df03c465ea07 03:42:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:42:28 ---> d5d09681d972 03:42:28 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:42:28 ---> Running in b7ef9e8397fb 03:42:28 ---> Running in af242f1295c1 03:42:28 Removing intermediate container 9c30f0fe94a8 03:42:28 ---> be09dd71423c 03:42:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:42:28 Removing intermediate container ef6ece96cafe 03:42:28 ---> 125775c32ece 03:42:28 Step 14/23 : EXPOSE $APP_PORT 03:42:28 ---> Running in 762fdaa228f2 03:42:29 ---> Running in 7308192388aa 03:42:29 ---> d546d608a3e2 03:42:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:42:29 Removing intermediate container b7ef9e8397fb 03:42:29 ---> e6e28ceff29d 03:42:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:42:29 Removing intermediate container af242f1295c1 03:42:29 ---> 55dc6e63345b 03:42:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:42:29 Removing intermediate container 762fdaa228f2 03:42:29 ---> 59ecb1fccc0d 03:42:29 Step 12/24 : WORKDIR / 03:42:29 ---> Running in 4645f88506d6 03:42:29 Removing intermediate container 7308192388aa 03:42:29 ---> 0a5ccbcb8d36 03:42:29 Step 15/23 : WORKDIR / 03:42:29 ---> Running in acbddc88ba83 03:42:29 Removing intermediate container 4645f88506d6 03:42:29 ---> f1bb46103f00 03:42:29 Step 22/24 : LABEL arch=x86_64 03:42:29 ---> Running in b7edde040832 03:42:29 ---> 72e736c299ab 03:42:29 Step 19/24 : WORKDIR / 03:42:29 ---> Running in a0ae14bfcc52 03:42:29 ---> c6c6b9b4cc2f 03:42:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:42:29 ---> Running in 59075d9dd1ce 03:42:29 Removing intermediate container acbddc88ba83 03:42:29 ---> fbad53123bc6 03:42:29 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:42:29 Removing intermediate container b7edde040832 03:42:29 ---> 20e2c510f699 03:42:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:42:29 Removing intermediate container a0ae14bfcc52 03:42:29 ---> 3c08ee69d47b 03:42:29 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:29 ---> 015f2b35c55b 03:42:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:42:29 ---> Running in 43fb394e8c82 03:42:29 ---> Running in d294c7db6cd2 03:42:29 Removing intermediate container 59075d9dd1ce 03:42:29 ---> 387f1177e056 03:42:29 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:42:29 ---> Running in bf97927899c8 03:42:29 Removing intermediate container d294c7db6cd2 03:42:29 ---> 7ae5483358a7 03:42:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:42:29 Removing intermediate container 43fb394e8c82 03:42:29 ---> 91d9359f64d2 03:42:29 Step 24/24 : LABEL version=3.0.0-dev.49 03:42:29 ---> 463d838ee352 03:42:29 ---> 235d95dfa2f0 03:42:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command /Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:42:29 03:42:29 ---> Running in ed4af6dbb5d4 03:42:29 ---> Running in 02e91edd7954 03:42:29 Removing intermediate container bf97927899c8 03:42:29 ---> 72bf766ab47f 03:42:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:42:30 ---> Running in 39b27051d217 03:42:30 Removing intermediate container ed4af6dbb5d4 03:42:30 ---> 59d89415e6ff 03:42:30 Step 20/22 : LABEL arch=x86_64 03:42:30 ---> Running in 3db568db1295 03:42:30 Removing intermediate container 02e91edd7954 03:42:30 ---> 05fa70eda1dc 03:42:30 03:42:30 ---> cb3a728e28bf 03:42:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:42:30 Removing intermediate container 39b27051d217 03:42:30 ---> 3bd708160f8c 03:42:30 Step 22/24 : LABEL arch=x86_64 03:42:30 ---> Running in 051856d37885 03:42:30 Successfully built 05fa70eda1dc 03:42:30 Removing intermediate container 3db568db1295 03:42:30 ---> c4e1902dea98 03:42:30 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:30 Successfully tagged security-spire-agent:latest 03:42:30  Building security-spire-agent ... done  ---> Running in f85c2d739b8d 03:42:30 ---> 62766f189ee8 03:42:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:42:30 ---> f0c46c4721df 03:42:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:42:30 Removing intermediate container 051856d37885 03:42:30 ---> cb7de5bea983 03:42:30 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:30 ---> Running in 6e00a08fa164 03:42:30 Removing intermediate container f85c2d739b8d 03:42:30 ---> a8552a634fdf 03:42:30 Step 22/22 : LABEL version=3.0.0-dev.49 03:42:30 ---> Running in da62b4c4fe6c 03:42:30 Removing intermediate container 6e00a08fa164 03:42:30 ---> c85703427bdd 03:42:30 Step 24/24 : LABEL version=3.0.0-dev.49 03:42:30 ---> Running in 58a1839ac48c 03:42:30 ---> e4a7060b2dbc 03:42:30 Step 19/23 : ENTRYPOINT ["/core-command"] 03:42:30 ---> c0e510c95cc8 03:42:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:42:30 ---> Running in 784f417f5afa 03:42:30 Removing intermediate container da62b4c4fe6c 03:42:30 ---> 755e17ed557e 03:42:30 03:42:30 Removing intermediate container 58a1839ac48c 03:42:30 ---> ac9b4331067b 03:42:30 03:42:31 Successfully built ac9b4331067b 03:42:31 Successfully tagged security-spire-config:latest 03:42:31  Building security-spire-config ... done Removing intermediate container 784f417f5afa 03:42:31 ---> dc29ea49ef70 03:42:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:42:31 Successfully built 755e17ed557e 03:42:31 Successfully tagged support-notifications:latest 03:42:31  Building support-notifications ... done  ---> Running in 00ab611605d7 03:42:31 ---> 04ed41e2414a 03:42:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:42:31 Removing intermediate container 00ab611605d7 03:42:31 ---> 7ab11eba41b2 03:42:31 Step 21/23 : LABEL arch=x86_64 03:42:31 ---> Running in c6e2b815f0a8 03:42:31 Removing intermediate container c6e2b815f0a8 03:42:31 ---> 005943011073 03:42:31 Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:31 ---> Running in 711fc9e0fef2 03:42:31 Removing intermediate container 711fc9e0fef2 03:42:31 ---> 8e597a6f5cfe 03:42:31 Step 23/23 : LABEL version=3.0.0-dev.49 03:42:31 ---> 861f5de0532f 03:42:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:42:31 ---> Running in d1146b60f37d 03:42:32 Removing intermediate container d1146b60f37d 03:42:32 ---> 33d4b2ae903d 03:42:32 03:42:32 ---> 7219c9961552 03:42:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:42:32 ---> Running in a8a73e48cecc 03:42:32 Successfully built 33d4b2ae903d 03:42:32 Successfully tagged core-command:latest 03:42:32  Building core-command ... done Removing intermediate container a8a73e48cecc 03:42:32 ---> 19166f028cff 03:42:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:42:32 ---> Running in 894efd854282 03:42:32 Removing intermediate container 894efd854282 03:42:32 ---> 82679117feb5 03:42:32 Step 22/24 : LABEL arch=x86_64 03:42:32 ---> Running in 00e2bd809f6f 03:42:32 Removing intermediate container 00e2bd809f6f 03:42:32 ---> 65bfd28afc38 03:42:32 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:32 ---> Running in 521e180783e9 03:42:32 Removing intermediate container 521e180783e9 03:42:32 ---> acf94feec4bf 03:42:32 Step 24/24 : LABEL version=3.0.0-dev.49 03:42:32 ---> Running in 66419f2a7044 03:42:33 Removing intermediate container 66419f2a7044 03:42:33 ---> e3267c31c806 03:42:33 03:42:33 Successfully built e3267c31c806 03:42:33 Successfully tagged security-secretstore-setup:latest 03:42:33  Building security-secretstore-setup ... done  [Pipeline] } 03:42:33 $ docker stop --time=1 f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 03:42:34 $ docker rm -f --volumes f55fa17ad02a041a8869ee78b30e72128a73dba653aee8e7e2860f43ac05c5e2 [Pipeline] // withDockerContainer [Pipeline] sh 03:42:34 + docker images 03:42:34 REPOSITORY TAG IMAGE ID CREATED SIZE 03:42:34 security-secretstore-setup latest e3267c31c806 2 seconds ago 30MB 03:42:34 core-command latest 33d4b2ae903d 3 seconds ago 17.7MB 03:42:34 security-spire-agent latest 05fa70eda1dc 4 seconds ago 125MB 03:42:34 security-spire-config latest ac9b4331067b 4 seconds ago 85.8MB 03:42:34 support-notifications latest 755e17ed557e 4 seconds ago 30.7MB 03:42:34 27dddad2541c 6 seconds ago 1.68GB 03:42:34 cdb8a42fb16f 11 seconds ago 1.67GB 03:42:34 a0b5c1a60cbb 20 seconds ago 1.55GB 03:42:34 security-spire-server latest c2731f011200 21 seconds ago 86.5MB 03:42:34 ba8a2ae72ee3 23 seconds ago 1.74GB 03:42:34 core-common-config-bootstrapper latest 09fc5530104d 30 seconds ago 15.5MB 03:42:34 core-data latest 29342799fa82 43 seconds ago 17.9MB 03:42:34 bf25be80ce93 43 seconds ago 1.55GB 03:42:34 e314ba01fa01 About a minute ago 1.67GB 03:42:34 cd562aef2707 About a minute ago 1.68GB 03:42:34 security-bootstrapper latest 5a97ea1ff822 About a minute ago 20.4MB 03:42:34 security-proxy-setup latest a7dd563d2a03 About a minute ago 27.8MB 03:42:34 core-metadata latest ba9166c56942 About a minute ago 18.5MB 03:42:34 support-scheduler latest e5bb5858d184 About a minute ago 30MB 03:42:34 security-spiffe-token-provider latest bdd3b3ace437 2 minutes ago 30MB 03:42:34 78113ac873db 2 minutes ago 1.74GB 03:42:34 61df658959f1 2 minutes ago 1.68GB 03:42:34 4098d77d8368 2 minutes ago 1.71GB 03:42:34 0e1e1bda0197 2 minutes ago 1.67GB 03:42:34 db348090a429 2 minutes ago 1.67GB 03:42:34 ci-base-image-x86_64 latest ffc43572810c 7 minutes ago 903MB 03:42:34 alpine 3.15 5ce65d7b0fde 3 days ago 5.59MB 03:42:34 alpine 3.16 dfd21b5a31f5 3 days ago 5.55MB 03:42:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 03:42:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 03:42:34 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 03:42:34 provisioning config files... 03:42:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config4225895869062696909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:35 ---> docker-login.sh 03:42:35 nexus3.edgexfoundry.org:10001 03:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:35 Configure a credential helper to remove this warning. See 03:42:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:35 03:42:35 Login Succeeded 03:42:35 nexus3.edgexfoundry.org:10002 03:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:35 Configure a credential helper to remove this warning. See 03:42:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:35 03:42:35 Login Succeeded 03:42:35 nexus3.edgexfoundry.org:10003 03:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:35 Configure a credential helper to remove this warning. See 03:42:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:35 03:42:35 Login Succeeded 03:42:35 nexus3.edgexfoundry.org:10004 03:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:35 Configure a credential helper to remove this warning. See 03:42:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:35 03:42:35 Login Succeeded 03:42:35 docker.io 03:42:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:35 Configure a credential helper to remove this warning. See 03:42:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:35 03:42:35 Login Succeeded 03:42:35 ---> docker-login.sh ends [Pipeline] } 03:42:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:42:35 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:42:35 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:35 latest 03:42:35 3.0.0-dev.49 03:42:35 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:35 main 03:42:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:36 + docker push nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:42:36 0e4e4853181c: Preparing 03:42:36 9e99ea59f0a6: Preparing 03:42:36 9241c87f706f: Preparing 03:42:36 49b97f6077d5: Preparing 03:42:36 aa5968d388b8: Preparing 03:42:36 aa5968d388b8: Layer already exists 03:42:36 9241c87f706f: Pushed 03:42:36 49b97f6077d5: Pushed 03:42:36 0e4e4853181c: Pushed 03:42:37 9e99ea59f0a6: Pushed 03:42:37 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:42:38 0e4e4853181c: Preparing 03:42:38 9e99ea59f0a6: Preparing 03:42:38 9241c87f706f: Preparing 03:42:38 49b97f6077d5: Preparing 03:42:38 aa5968d388b8: Preparing 03:42:38 9e99ea59f0a6: Layer already exists 03:42:38 aa5968d388b8: Layer already exists 03:42:38 9241c87f706f: Layer already exists 03:42:38 0e4e4853181c: Layer already exists 03:42:38 49b97f6077d5: Layer already exists 03:42:38 latest: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 03:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:42:39 0e4e4853181c: Preparing 03:42:39 9e99ea59f0a6: Preparing 03:42:39 9241c87f706f: Preparing 03:42:39 49b97f6077d5: Preparing 03:42:39 aa5968d388b8: Preparing 03:42:39 0e4e4853181c: Layer already exists 03:42:39 9241c87f706f: Layer already exists 03:42:39 9e99ea59f0a6: Layer already exists 03:42:39 49b97f6077d5: Layer already exists 03:42:39 aa5968d388b8: Layer already exists 03:42:39 3.0.0-dev.49: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker push nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:42:39 0e4e4853181c: Preparing 03:42:39 9e99ea59f0a6: Preparing 03:42:39 9241c87f706f: Preparing 03:42:39 49b97f6077d5: Preparing 03:42:39 aa5968d388b8: Preparing 03:42:39 aa5968d388b8: Layer already exists 03:42:39 49b97f6077d5: Layer already exists 03:42:39 0e4e4853181c: Layer already exists 03:42:39 9e99ea59f0a6: Layer already exists 03:42:39 9241c87f706f: Layer already exists 03:42:39 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:42:40 0e4e4853181c: Preparing 03:42:40 9e99ea59f0a6: Preparing 03:42:40 9241c87f706f: Preparing 03:42:40 49b97f6077d5: Preparing 03:42:40 aa5968d388b8: Preparing 03:42:40 0e4e4853181c: Layer already exists 03:42:40 49b97f6077d5: Layer already exists 03:42:40 aa5968d388b8: Layer already exists 03:42:40 9241c87f706f: Layer already exists 03:42:40 9e99ea59f0a6: Layer already exists 03:42:40 main: digest: sha256:53503cec62cdb188431ec38fc30435d90add3f0383dfc74d5cda5564e460fa9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:40 ===================================================== [Pipeline] echo 03:42:40 taggedImages: 03:42:40 - nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:40 - nexus3.edgexfoundry.org:10004/core-command:latest 03:42:40 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.49 03:42:40 - nexus3.edgexfoundry.org:10004/core-command:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:40 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:42:40 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:42:40 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:40 latest 03:42:40 3.0.0-dev.49 03:42:40 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:40 main 03:42:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:42:41 cb1185331c2b: Preparing 03:42:41 d9a0fe903256: Preparing 03:42:41 24c413b93a35: Preparing 03:42:41 a0f1e88ae18a: Preparing 03:42:41 9241c87f706f: Preparing 03:42:41 71a4ec88a1ed: Preparing 03:42:41 aa5968d388b8: Preparing 03:42:41 71a4ec88a1ed: Waiting 03:42:41 aa5968d388b8: Waiting 03:42:41 9241c87f706f: Layer already exists 03:42:41 24c413b93a35: Pushed 03:42:41 cb1185331c2b: Pushed 03:42:41 d9a0fe903256: Pushed 03:42:41 71a4ec88a1ed: Pushed 03:42:41 aa5968d388b8: Layer already exists 03:42:42 a0f1e88ae18a: Pushed 03:42:42 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:42 + 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 03:42:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:42:43 cb1185331c2b: Preparing 03:42:43 d9a0fe903256: Preparing 03:42:43 24c413b93a35: Preparing 03:42:43 a0f1e88ae18a: Preparing 03:42:43 9241c87f706f: Preparing 03:42:43 71a4ec88a1ed: Preparing 03:42:43 aa5968d388b8: Preparing 03:42:43 71a4ec88a1ed: Waiting 03:42:43 aa5968d388b8: Waiting 03:42:43 d9a0fe903256: Layer already exists 03:42:43 a0f1e88ae18a: Layer already exists 03:42:43 9241c87f706f: Layer already exists 03:42:43 cb1185331c2b: Layer already exists 03:42:43 24c413b93a35: Layer already exists 03:42:43 71a4ec88a1ed: Layer already exists 03:42:43 aa5968d388b8: Layer already exists 03:42:43 latest: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 03:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:42:44 cb1185331c2b: Preparing 03:42:44 d9a0fe903256: Preparing 03:42:44 24c413b93a35: Preparing 03:42:44 a0f1e88ae18a: Preparing 03:42:44 9241c87f706f: Preparing 03:42:44 71a4ec88a1ed: Preparing 03:42:44 aa5968d388b8: Preparing 03:42:44 71a4ec88a1ed: Waiting 03:42:44 aa5968d388b8: Waiting 03:42:44 d9a0fe903256: Layer already exists 03:42:44 24c413b93a35: Layer already exists 03:42:44 9241c87f706f: Layer already exists 03:42:44 cb1185331c2b: Layer already exists 03:42:44 71a4ec88a1ed: Layer already exists 03:42:44 aa5968d388b8: Layer already exists 03:42:44 a0f1e88ae18a: Layer already exists 03:42:44 3.0.0-dev.49: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:42:44 cb1185331c2b: Preparing 03:42:44 d9a0fe903256: Preparing 03:42:44 24c413b93a35: Preparing 03:42:44 a0f1e88ae18a: Preparing 03:42:44 9241c87f706f: Preparing 03:42:44 71a4ec88a1ed: Preparing 03:42:44 aa5968d388b8: Preparing 03:42:44 71a4ec88a1ed: Waiting 03:42:44 aa5968d388b8: Waiting 03:42:44 9241c87f706f: Layer already exists 03:42:44 a0f1e88ae18a: Layer already exists 03:42:44 d9a0fe903256: Layer already exists 03:42:44 24c413b93a35: Layer already exists 03:42:44 cb1185331c2b: Layer already exists 03:42:44 71a4ec88a1ed: Layer already exists 03:42:44 aa5968d388b8: Layer already exists 03:42:44 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:45 + 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 03:42:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:42:45 cb1185331c2b: Preparing 03:42:45 d9a0fe903256: Preparing 03:42:45 24c413b93a35: Preparing 03:42:45 a0f1e88ae18a: Preparing 03:42:45 9241c87f706f: Preparing 03:42:45 71a4ec88a1ed: Preparing 03:42:45 aa5968d388b8: Preparing 03:42:45 71a4ec88a1ed: Waiting 03:42:45 aa5968d388b8: Waiting 03:42:45 24c413b93a35: Layer already exists 03:42:45 9241c87f706f: Layer already exists 03:42:45 cb1185331c2b: Layer already exists 03:42:45 a0f1e88ae18a: Layer already exists 03:42:45 d9a0fe903256: Layer already exists 03:42:45 aa5968d388b8: Layer already exists 03:42:45 71a4ec88a1ed: Layer already exists 03:42:45 main: digest: sha256:c3c3f3e2945fccd22359dc8cda2eb908a9a9b30851d89794897d5bfea462e480 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:45 ===================================================== [Pipeline] echo 03:42:45 taggedImages: 03:42:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:42:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.49 03:42:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:42:45 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:42:45 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:45 latest 03:42:45 3.0.0-dev.49 03:42:45 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:45 main 03:42:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:46 + docker push nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:46 82cd52237368: Preparing 03:42:46 af562a04d29e: Preparing 03:42:46 9241c87f706f: Preparing 03:42:46 71a4ec88a1ed: Preparing 03:42:46 aa5968d388b8: Preparing 03:42:46 aa5968d388b8: Layer already exists 03:42:46 71a4ec88a1ed: Layer already exists 03:42:46 82cd52237368: Pushed 03:42:46 9241c87f706f: Layer already exists 03:42:47 af562a04d29e: Pushed 03:42:48 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:48 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:48 82cd52237368: Preparing 03:42:48 af562a04d29e: Preparing 03:42:48 9241c87f706f: Preparing 03:42:48 71a4ec88a1ed: Preparing 03:42:48 aa5968d388b8: Preparing 03:42:48 aa5968d388b8: Layer already exists 03:42:48 af562a04d29e: Layer already exists 03:42:48 9241c87f706f: Layer already exists 03:42:48 71a4ec88a1ed: Layer already exists 03:42:48 82cd52237368: Layer already exists 03:42:48 latest: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:49 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 03:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:49 82cd52237368: Preparing 03:42:49 af562a04d29e: Preparing 03:42:49 9241c87f706f: Preparing 03:42:49 71a4ec88a1ed: Preparing 03:42:49 aa5968d388b8: Preparing 03:42:49 aa5968d388b8: Layer already exists 03:42:49 71a4ec88a1ed: Layer already exists 03:42:49 9241c87f706f: Layer already exists 03:42:49 af562a04d29e: Layer already exists 03:42:49 82cd52237368: Layer already exists 03:42:49 3.0.0-dev.49: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:50 + docker push nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:50 82cd52237368: Preparing 03:42:50 af562a04d29e: Preparing 03:42:50 9241c87f706f: Preparing 03:42:50 71a4ec88a1ed: Preparing 03:42:50 aa5968d388b8: Preparing 03:42:50 aa5968d388b8: Layer already exists 03:42:50 9241c87f706f: Layer already exists 03:42:50 71a4ec88a1ed: Layer already exists 03:42:50 af562a04d29e: Layer already exists 03:42:50 82cd52237368: Layer already exists 03:42:50 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:50 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:50 82cd52237368: Preparing 03:42:50 af562a04d29e: Preparing 03:42:50 9241c87f706f: Preparing 03:42:50 71a4ec88a1ed: Preparing 03:42:50 aa5968d388b8: Preparing 03:42:50 82cd52237368: Layer already exists 03:42:50 af562a04d29e: Layer already exists 03:42:50 71a4ec88a1ed: Layer already exists 03:42:50 aa5968d388b8: Layer already exists 03:42:50 9241c87f706f: Layer already exists 03:42:50 main: digest: sha256:9309531c38e411b1149fa9768ef5b1d5ad4a8f3413b82bd7c96357eb750ecbad size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:50 ===================================================== [Pipeline] echo 03:42:50 taggedImages: 03:42:50 - nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:50 - nexus3.edgexfoundry.org:10004/core-data:latest 03:42:50 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.49 03:42:50 - nexus3.edgexfoundry.org:10004/core-data:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:50 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:42:50 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:42:50 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:50 latest 03:42:50 3.0.0-dev.49 03:42:50 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:50 main 03:42:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:51 c7e402efbdf7: Preparing 03:42:51 407e0acaaa51: Preparing 03:42:51 5d0ed0a93ee7: Preparing 03:42:51 9241c87f706f: Preparing 03:42:51 49b97f6077d5: Preparing 03:42:51 aa5968d388b8: Preparing 03:42:51 aa5968d388b8: Waiting 03:42:51 9241c87f706f: Layer already exists 03:42:51 49b97f6077d5: Layer already exists 03:42:51 aa5968d388b8: Layer already exists 03:42:51 c7e402efbdf7: Pushed 03:42:51 407e0acaaa51: Pushed 03:42:52 5d0ed0a93ee7: Pushed 03:42:52 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:53 c7e402efbdf7: Preparing 03:42:53 407e0acaaa51: Preparing 03:42:53 5d0ed0a93ee7: Preparing 03:42:53 9241c87f706f: Preparing 03:42:53 49b97f6077d5: Preparing 03:42:53 aa5968d388b8: Preparing 03:42:53 aa5968d388b8: Waiting 03:42:53 9241c87f706f: Layer already exists 03:42:53 c7e402efbdf7: Layer already exists 03:42:53 407e0acaaa51: Layer already exists 03:42:53 49b97f6077d5: Layer already exists 03:42:53 5d0ed0a93ee7: Layer already exists 03:42:53 aa5968d388b8: Layer already exists 03:42:53 latest: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 03:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:54 c7e402efbdf7: Preparing 03:42:54 407e0acaaa51: Preparing 03:42:54 5d0ed0a93ee7: Preparing 03:42:54 9241c87f706f: Preparing 03:42:54 49b97f6077d5: Preparing 03:42:54 aa5968d388b8: Preparing 03:42:54 aa5968d388b8: Waiting 03:42:54 49b97f6077d5: Layer already exists 03:42:54 9241c87f706f: Layer already exists 03:42:54 c7e402efbdf7: Layer already exists 03:42:54 5d0ed0a93ee7: Layer already exists 03:42:54 407e0acaaa51: Layer already exists 03:42:54 aa5968d388b8: Layer already exists 03:42:54 3.0.0-dev.49: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:54 c7e402efbdf7: Preparing 03:42:54 407e0acaaa51: Preparing 03:42:54 5d0ed0a93ee7: Preparing 03:42:54 9241c87f706f: Preparing 03:42:54 49b97f6077d5: Preparing 03:42:54 aa5968d388b8: Preparing 03:42:54 aa5968d388b8: Waiting 03:42:54 9241c87f706f: Layer already exists 03:42:54 407e0acaaa51: Layer already exists 03:42:54 49b97f6077d5: Layer already exists 03:42:54 c7e402efbdf7: Layer already exists 03:42:54 5d0ed0a93ee7: Layer already exists 03:42:54 aa5968d388b8: Layer already exists 03:42:54 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:55 c7e402efbdf7: Preparing 03:42:55 407e0acaaa51: Preparing 03:42:55 5d0ed0a93ee7: Preparing 03:42:55 9241c87f706f: Preparing 03:42:55 49b97f6077d5: Preparing 03:42:55 aa5968d388b8: Preparing 03:42:55 aa5968d388b8: Waiting 03:42:55 5d0ed0a93ee7: Layer already exists 03:42:55 9241c87f706f: Layer already exists 03:42:55 c7e402efbdf7: Layer already exists 03:42:55 407e0acaaa51: Layer already exists 03:42:55 49b97f6077d5: Layer already exists 03:42:55 aa5968d388b8: Layer already exists 03:42:55 main: digest: sha256:7cf32f492283d762b80833f3bd08e157efc4b80f16ece14d96351ca5f80bb264 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:55 ===================================================== [Pipeline] echo 03:42:55 taggedImages: 03:42:55 - nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:42:55 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.49 03:42:55 - nexus3.edgexfoundry.org:10004/core-metadata:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:55 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:42:55 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:42:55 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:55 latest 03:42:55 3.0.0-dev.49 03:42:55 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:42:55 main 03:42:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:42:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:56 efb8d2ff710f: Preparing 03:42:56 efb8d2ff710f: Preparing 03:42:56 78b5be0efe4b: Preparing 03:42:56 87bcc8b4ed62: Preparing 03:42:56 22a2c21d67ea: Preparing 03:42:56 d290fbf5590c: Preparing 03:42:56 2891c54e8404: Preparing 03:42:56 9241c87f706f: Preparing 03:42:56 f8e6ee2b8805: Preparing 03:42:56 3b6e1adefc24: Preparing 03:42:56 717851230eba: Preparing 03:42:56 b4d22f4ab5df: Preparing 03:42:56 aa5968d388b8: Preparing 03:42:56 2891c54e8404: Waiting 03:42:56 9241c87f706f: Waiting 03:42:56 f8e6ee2b8805: Waiting 03:42:56 aa5968d388b8: Waiting 03:42:56 3b6e1adefc24: Waiting 03:42:56 717851230eba: Waiting 03:42:56 b4d22f4ab5df: Waiting 03:42:56 22a2c21d67ea: Pushed 03:42:56 efb8d2ff710f: Pushed 03:42:56 d290fbf5590c: Pushed 03:42:56 87bcc8b4ed62: Pushed 03:42:56 78b5be0efe4b: Pushed 03:42:56 9241c87f706f: Layer already exists 03:42:56 3b6e1adefc24: Pushed 03:42:56 f8e6ee2b8805: Pushed 03:42:56 aa5968d388b8: Layer already exists 03:42:56 717851230eba: Pushed 03:42:56 b4d22f4ab5df: Pushed 03:42:58 2891c54e8404: Pushed 03:42:58 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:58 efb8d2ff710f: Preparing 03:42:58 efb8d2ff710f: Preparing 03:42:58 78b5be0efe4b: Preparing 03:42:58 87bcc8b4ed62: Preparing 03:42:58 22a2c21d67ea: Preparing 03:42:58 d290fbf5590c: Preparing 03:42:58 2891c54e8404: Preparing 03:42:58 9241c87f706f: Preparing 03:42:58 f8e6ee2b8805: Preparing 03:42:58 3b6e1adefc24: Preparing 03:42:58 717851230eba: Preparing 03:42:58 b4d22f4ab5df: Preparing 03:42:58 aa5968d388b8: Preparing 03:42:58 9241c87f706f: Waiting 03:42:58 717851230eba: Waiting 03:42:58 b4d22f4ab5df: Waiting 03:42:58 f8e6ee2b8805: Waiting 03:42:58 3b6e1adefc24: Waiting 03:42:58 aa5968d388b8: Waiting 03:42:58 2891c54e8404: Waiting 03:42:58 d290fbf5590c: Layer already exists 03:42:58 efb8d2ff710f: Layer already exists 03:42:58 87bcc8b4ed62: Layer already exists 03:42:58 78b5be0efe4b: Layer already exists 03:42:58 22a2c21d67ea: Layer already exists 03:42:58 2891c54e8404: Layer already exists 03:42:58 f8e6ee2b8805: Layer already exists 03:42:58 717851230eba: Layer already exists 03:42:58 9241c87f706f: Layer already exists 03:42:58 3b6e1adefc24: Layer already exists 03:42:58 b4d22f4ab5df: Layer already exists 03:42:58 aa5968d388b8: Layer already exists 03:42:58 latest: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 03:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:59 efb8d2ff710f: Preparing 03:42:59 efb8d2ff710f: Preparing 03:42:59 78b5be0efe4b: Preparing 03:42:59 87bcc8b4ed62: Preparing 03:42:59 22a2c21d67ea: Preparing 03:42:59 d290fbf5590c: Preparing 03:42:59 2891c54e8404: Preparing 03:42:59 9241c87f706f: Preparing 03:42:59 f8e6ee2b8805: Preparing 03:42:59 3b6e1adefc24: Preparing 03:42:59 717851230eba: Preparing 03:42:59 b4d22f4ab5df: Preparing 03:42:59 aa5968d388b8: Preparing 03:42:59 9241c87f706f: Waiting 03:42:59 717851230eba: Waiting 03:42:59 b4d22f4ab5df: Waiting 03:42:59 f8e6ee2b8805: Waiting 03:42:59 3b6e1adefc24: Waiting 03:42:59 aa5968d388b8: Waiting 03:42:59 22a2c21d67ea: Layer already exists 03:42:59 efb8d2ff710f: Layer already exists 03:42:59 78b5be0efe4b: Layer already exists 03:42:59 87bcc8b4ed62: Layer already exists 03:42:59 d290fbf5590c: Layer already exists 03:42:59 2891c54e8404: Layer already exists 03:42:59 9241c87f706f: Layer already exists 03:42:59 f8e6ee2b8805: Layer already exists 03:42:59 3b6e1adefc24: Layer already exists 03:42:59 717851230eba: Layer already exists 03:42:59 b4d22f4ab5df: Layer already exists 03:42:59 aa5968d388b8: Layer already exists 03:42:59 3.0.0-dev.49: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:43:00 efb8d2ff710f: Preparing 03:43:00 efb8d2ff710f: Preparing 03:43:00 78b5be0efe4b: Preparing 03:43:00 87bcc8b4ed62: Preparing 03:43:00 22a2c21d67ea: Preparing 03:43:00 d290fbf5590c: Preparing 03:43:00 2891c54e8404: Preparing 03:43:00 9241c87f706f: Preparing 03:43:00 f8e6ee2b8805: Preparing 03:43:00 3b6e1adefc24: Preparing 03:43:00 717851230eba: Preparing 03:43:00 b4d22f4ab5df: Preparing 03:43:00 aa5968d388b8: Preparing 03:43:00 2891c54e8404: Waiting 03:43:00 b4d22f4ab5df: Waiting 03:43:00 717851230eba: Waiting 03:43:00 9241c87f706f: Waiting 03:43:00 f8e6ee2b8805: Waiting 03:43:00 aa5968d388b8: Waiting 03:43:00 3b6e1adefc24: Waiting 03:43:00 d290fbf5590c: Layer already exists 03:43:00 efb8d2ff710f: Layer already exists 03:43:00 87bcc8b4ed62: Layer already exists 03:43:00 78b5be0efe4b: Layer already exists 03:43:00 22a2c21d67ea: Layer already exists 03:43:00 2891c54e8404: Layer already exists 03:43:00 f8e6ee2b8805: Layer already exists 03:43:00 9241c87f706f: Layer already exists 03:43:00 717851230eba: Layer already exists 03:43:00 3b6e1adefc24: Layer already exists 03:43:00 aa5968d388b8: Layer already exists 03:43:00 b4d22f4ab5df: Layer already exists 03:43:00 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:43:00 efb8d2ff710f: Preparing 03:43:00 efb8d2ff710f: Preparing 03:43:00 78b5be0efe4b: Preparing 03:43:00 87bcc8b4ed62: Preparing 03:43:00 22a2c21d67ea: Preparing 03:43:00 d290fbf5590c: Preparing 03:43:00 2891c54e8404: Preparing 03:43:00 9241c87f706f: Preparing 03:43:00 f8e6ee2b8805: Preparing 03:43:00 3b6e1adefc24: Preparing 03:43:00 717851230eba: Preparing 03:43:00 b4d22f4ab5df: Preparing 03:43:00 aa5968d388b8: Preparing 03:43:00 9241c87f706f: Waiting 03:43:00 f8e6ee2b8805: Waiting 03:43:00 3b6e1adefc24: Waiting 03:43:00 717851230eba: Waiting 03:43:00 b4d22f4ab5df: Waiting 03:43:00 aa5968d388b8: Waiting 03:43:00 78b5be0efe4b: Layer already exists 03:43:00 22a2c21d67ea: Layer already exists 03:43:00 efb8d2ff710f: Layer already exists 03:43:00 d290fbf5590c: Layer already exists 03:43:00 87bcc8b4ed62: Layer already exists 03:43:00 2891c54e8404: Layer already exists 03:43:00 9241c87f706f: Layer already exists 03:43:00 717851230eba: Layer already exists 03:43:00 f8e6ee2b8805: Layer already exists 03:43:00 3b6e1adefc24: Layer already exists 03:43:00 b4d22f4ab5df: Layer already exists 03:43:00 aa5968d388b8: Layer already exists 03:43:00 main: digest: sha256:2173eae31808a8346611071a08904f6e646b60be09bed1a3029914e79f2a62c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:00 ===================================================== [Pipeline] echo 03:43:00 taggedImages: 03:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.49 03:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:43:00 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:43:00 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:00 latest 03:43:00 3.0.0-dev.49 03:43:00 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:00 main 03:43:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:43:01 a0c64719682f: Preparing 03:43:01 1a5ab1d8a8e3: Preparing 03:43:01 3a45b93897ea: Preparing 03:43:01 6f3c1b819153: Preparing 03:43:01 c5af26665b69: Preparing 03:43:01 8961b46f228d: Preparing 03:43:01 ef805edc72ff: Preparing 03:43:01 aa5968d388b8: Preparing 03:43:01 8961b46f228d: Waiting 03:43:01 ef805edc72ff: Waiting 03:43:01 aa5968d388b8: Waiting 03:43:01 c5af26665b69: Pushed 03:43:01 1a5ab1d8a8e3: Pushed 03:43:01 a0c64719682f: Pushed 03:43:01 aa5968d388b8: Layer already exists 03:43:01 8961b46f228d: Pushed 03:43:02 ef805edc72ff: Pushed 03:43:02 6f3c1b819153: Pushed 03:43:02 3a45b93897ea: Pushed 03:43:03 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:43:03 a0c64719682f: Preparing 03:43:03 1a5ab1d8a8e3: Preparing 03:43:03 3a45b93897ea: Preparing 03:43:03 6f3c1b819153: Preparing 03:43:03 c5af26665b69: Preparing 03:43:03 8961b46f228d: Preparing 03:43:03 ef805edc72ff: Preparing 03:43:03 aa5968d388b8: Preparing 03:43:03 ef805edc72ff: Waiting 03:43:03 8961b46f228d: Waiting 03:43:03 aa5968d388b8: Waiting 03:43:03 6f3c1b819153: Layer already exists 03:43:03 c5af26665b69: Layer already exists 03:43:03 a0c64719682f: Layer already exists 03:43:03 1a5ab1d8a8e3: Layer already exists 03:43:03 3a45b93897ea: Layer already exists 03:43:03 8961b46f228d: Layer already exists 03:43:03 ef805edc72ff: Layer already exists 03:43:03 aa5968d388b8: Layer already exists 03:43:03 latest: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 03:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:43:04 a0c64719682f: Preparing 03:43:04 1a5ab1d8a8e3: Preparing 03:43:04 3a45b93897ea: Preparing 03:43:04 6f3c1b819153: Preparing 03:43:04 c5af26665b69: Preparing 03:43:04 8961b46f228d: Preparing 03:43:04 ef805edc72ff: Preparing 03:43:04 aa5968d388b8: Preparing 03:43:04 8961b46f228d: Waiting 03:43:04 aa5968d388b8: Waiting 03:43:04 c5af26665b69: Layer already exists 03:43:04 1a5ab1d8a8e3: Layer already exists 03:43:04 a0c64719682f: Layer already exists 03:43:04 6f3c1b819153: Layer already exists 03:43:04 3a45b93897ea: Layer already exists 03:43:04 8961b46f228d: Layer already exists 03:43:04 ef805edc72ff: Layer already exists 03:43:04 aa5968d388b8: Layer already exists 03:43:04 3.0.0-dev.49: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:43:05 a0c64719682f: Preparing 03:43:05 1a5ab1d8a8e3: Preparing 03:43:05 3a45b93897ea: Preparing 03:43:05 6f3c1b819153: Preparing 03:43:05 c5af26665b69: Preparing 03:43:05 8961b46f228d: Preparing 03:43:05 ef805edc72ff: Preparing 03:43:05 aa5968d388b8: Preparing 03:43:05 8961b46f228d: Waiting 03:43:05 ef805edc72ff: Waiting 03:43:05 a0c64719682f: Layer already exists 03:43:05 6f3c1b819153: Layer already exists 03:43:05 3a45b93897ea: Layer already exists 03:43:05 c5af26665b69: Layer already exists 03:43:05 1a5ab1d8a8e3: Layer already exists 03:43:05 8961b46f228d: Layer already exists 03:43:05 ef805edc72ff: Layer already exists 03:43:05 aa5968d388b8: Layer already exists 03:43:05 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:43:05 a0c64719682f: Preparing 03:43:05 1a5ab1d8a8e3: Preparing 03:43:05 3a45b93897ea: Preparing 03:43:05 6f3c1b819153: Preparing 03:43:05 c5af26665b69: Preparing 03:43:05 8961b46f228d: Preparing 03:43:05 ef805edc72ff: Preparing 03:43:05 aa5968d388b8: Preparing 03:43:05 8961b46f228d: Waiting 03:43:05 ef805edc72ff: Waiting 03:43:05 aa5968d388b8: Waiting 03:43:05 6f3c1b819153: Layer already exists 03:43:05 3a45b93897ea: Layer already exists 03:43:05 1a5ab1d8a8e3: Layer already exists 03:43:05 c5af26665b69: Layer already exists 03:43:05 a0c64719682f: Layer already exists 03:43:05 8961b46f228d: Layer already exists 03:43:05 aa5968d388b8: Layer already exists 03:43:05 ef805edc72ff: Layer already exists 03:43:05 main: digest: sha256:b18f21c8bfa118b21595b32f9deb3c7048e384982d617641e08ec872ccb57e85 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:05 ===================================================== [Pipeline] echo 03:43:05 taggedImages: 03:43:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:43:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.49 03:43:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:43:05 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:43:05 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:05 latest 03:43:05 3.0.0-dev.49 03:43:05 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:05 main 03:43:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:06 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:43:06 efb21d2af17c: Preparing 03:43:06 47804a0f1c08: Preparing 03:43:06 a60492676200: Preparing 03:43:06 672bf00bf378: Preparing 03:43:06 4e853edc4d9e: Preparing 03:43:06 b97c84f9cdd0: Preparing 03:43:06 b07ddbebd801: Preparing 03:43:06 036dbf720ef9: Preparing 03:43:06 a820578dd65e: Preparing 03:43:06 aa5968d388b8: Preparing 03:43:06 036dbf720ef9: Waiting 03:43:06 b07ddbebd801: Waiting 03:43:06 b97c84f9cdd0: Waiting 03:43:06 a820578dd65e: Waiting 03:43:06 aa5968d388b8: Waiting 03:43:06 47804a0f1c08: Pushed 03:43:06 efb21d2af17c: Pushed 03:43:06 4e853edc4d9e: Pushed 03:43:06 b97c84f9cdd0: Pushed 03:43:06 036dbf720ef9: Pushed 03:43:06 b07ddbebd801: Pushed 03:43:06 aa5968d388b8: Layer already exists 03:43:06 a820578dd65e: Pushed 03:43:07 672bf00bf378: Pushed 03:43:07 a60492676200: Pushed 03:43:07 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:43:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:43:08 efb21d2af17c: Preparing 03:43:08 47804a0f1c08: Preparing 03:43:08 a60492676200: Preparing 03:43:08 672bf00bf378: Preparing 03:43:08 4e853edc4d9e: Preparing 03:43:08 b97c84f9cdd0: Preparing 03:43:08 b07ddbebd801: Preparing 03:43:08 036dbf720ef9: Preparing 03:43:08 a820578dd65e: Preparing 03:43:08 aa5968d388b8: Preparing 03:43:08 b97c84f9cdd0: Waiting 03:43:08 036dbf720ef9: Waiting 03:43:08 aa5968d388b8: Waiting 03:43:08 a820578dd65e: Waiting 03:43:08 b07ddbebd801: Waiting 03:43:08 efb21d2af17c: Layer already exists 03:43:08 4e853edc4d9e: Layer already exists 03:43:08 47804a0f1c08: Layer already exists 03:43:08 672bf00bf378: Layer already exists 03:43:08 a60492676200: Layer already exists 03:43:08 a820578dd65e: Layer already exists 03:43:08 036dbf720ef9: Layer already exists 03:43:08 b07ddbebd801: Layer already exists 03:43:08 b97c84f9cdd0: Layer already exists 03:43:08 aa5968d388b8: Layer already exists 03:43:08 latest: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 03:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:43:09 efb21d2af17c: Preparing 03:43:09 47804a0f1c08: Preparing 03:43:09 a60492676200: Preparing 03:43:09 672bf00bf378: Preparing 03:43:09 4e853edc4d9e: Preparing 03:43:09 b97c84f9cdd0: Preparing 03:43:09 b07ddbebd801: Preparing 03:43:09 036dbf720ef9: Preparing 03:43:09 a820578dd65e: Preparing 03:43:09 aa5968d388b8: Preparing 03:43:09 b07ddbebd801: Waiting 03:43:09 036dbf720ef9: Waiting 03:43:09 a820578dd65e: Waiting 03:43:09 aa5968d388b8: Waiting 03:43:09 b97c84f9cdd0: Waiting 03:43:09 47804a0f1c08: Layer already exists 03:43:09 4e853edc4d9e: Layer already exists 03:43:09 672bf00bf378: Layer already exists 03:43:09 a60492676200: Layer already exists 03:43:09 efb21d2af17c: Layer already exists 03:43:09 036dbf720ef9: Layer already exists 03:43:09 b07ddbebd801: Layer already exists 03:43:09 b97c84f9cdd0: Layer already exists 03:43:09 a820578dd65e: Layer already exists 03:43:09 aa5968d388b8: Layer already exists 03:43:09 3.0.0-dev.49: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:43:09 efb21d2af17c: Preparing 03:43:09 47804a0f1c08: Preparing 03:43:09 a60492676200: Preparing 03:43:09 672bf00bf378: Preparing 03:43:09 4e853edc4d9e: Preparing 03:43:09 b97c84f9cdd0: Preparing 03:43:09 b07ddbebd801: Preparing 03:43:09 036dbf720ef9: Preparing 03:43:09 a820578dd65e: Preparing 03:43:09 aa5968d388b8: Preparing 03:43:09 a820578dd65e: Waiting 03:43:09 b07ddbebd801: Waiting 03:43:09 036dbf720ef9: Waiting 03:43:09 4e853edc4d9e: Layer already exists 03:43:09 efb21d2af17c: Layer already exists 03:43:09 47804a0f1c08: Layer already exists 03:43:09 a60492676200: Layer already exists 03:43:09 672bf00bf378: Layer already exists 03:43:09 b97c84f9cdd0: Layer already exists 03:43:09 b07ddbebd801: Layer already exists 03:43:09 036dbf720ef9: Layer already exists 03:43:09 a820578dd65e: Layer already exists 03:43:09 aa5968d388b8: Layer already exists 03:43:09 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:43:10 efb21d2af17c: Preparing 03:43:10 47804a0f1c08: Preparing 03:43:10 a60492676200: Preparing 03:43:10 672bf00bf378: Preparing 03:43:10 4e853edc4d9e: Preparing 03:43:10 b97c84f9cdd0: Preparing 03:43:10 b07ddbebd801: Preparing 03:43:10 036dbf720ef9: Preparing 03:43:10 a820578dd65e: Preparing 03:43:10 aa5968d388b8: Preparing 03:43:10 b97c84f9cdd0: Waiting 03:43:10 b07ddbebd801: Waiting 03:43:10 036dbf720ef9: Waiting 03:43:10 a820578dd65e: Waiting 03:43:10 aa5968d388b8: Waiting 03:43:10 4e853edc4d9e: Layer already exists 03:43:10 a60492676200: Layer already exists 03:43:10 672bf00bf378: Layer already exists 03:43:10 efb21d2af17c: Layer already exists 03:43:10 47804a0f1c08: Layer already exists 03:43:10 b07ddbebd801: Layer already exists 03:43:10 b97c84f9cdd0: Layer already exists 03:43:10 036dbf720ef9: Layer already exists 03:43:10 aa5968d388b8: Layer already exists 03:43:10 a820578dd65e: Layer already exists 03:43:10 main: digest: sha256:2e8584376dfd737d9eebe9682f2930a1c27ac636ed88e7af99530f3aa7affc7e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:10 ===================================================== [Pipeline] echo 03:43:10 taggedImages: 03:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.49 03:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:43:10 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:43:10 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:10 latest 03:43:10 3.0.0-dev.49 03:43:10 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:10 main 03:43:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:43:10 ab10ee5cc7ce: Preparing 03:43:10 44ece9386200: Preparing 03:43:10 9241c87f706f: Preparing 03:43:10 7d40110f9f64: Preparing 03:43:10 4e6476652798: Preparing 03:43:10 9241c87f706f: Layer already exists 03:43:10 ab10ee5cc7ce: Pushed 03:43:10 4e6476652798: Layer already exists 03:43:11 7d40110f9f64: Pushed 03:43:12 44ece9386200: Pushed 03:43:13 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:13 + 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 03:43:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:43:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:43:13 ab10ee5cc7ce: Preparing 03:43:13 44ece9386200: Preparing 03:43:13 9241c87f706f: Preparing 03:43:13 7d40110f9f64: Preparing 03:43:13 4e6476652798: Preparing 03:43:13 7d40110f9f64: Layer already exists 03:43:13 ab10ee5cc7ce: Layer already exists 03:43:13 9241c87f706f: Layer already exists 03:43:13 44ece9386200: Layer already exists 03:43:13 4e6476652798: Layer already exists 03:43:13 latest: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 03:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:43:14 ab10ee5cc7ce: Preparing 03:43:14 44ece9386200: Preparing 03:43:14 9241c87f706f: Preparing 03:43:14 7d40110f9f64: Preparing 03:43:14 4e6476652798: Preparing 03:43:14 4e6476652798: Layer already exists 03:43:14 44ece9386200: Layer already exists 03:43:14 7d40110f9f64: Layer already exists 03:43:14 9241c87f706f: Layer already exists 03:43:14 ab10ee5cc7ce: Layer already exists 03:43:14 3.0.0-dev.49: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:43:15 ab10ee5cc7ce: Preparing 03:43:15 44ece9386200: Preparing 03:43:15 9241c87f706f: Preparing 03:43:15 7d40110f9f64: Preparing 03:43:15 4e6476652798: Preparing 03:43:15 ab10ee5cc7ce: Layer already exists 03:43:15 44ece9386200: Layer already exists 03:43:15 9241c87f706f: Layer already exists 03:43:15 7d40110f9f64: Layer already exists 03:43:15 4e6476652798: Layer already exists 03:43:15 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:15 + 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 03:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:43:15 ab10ee5cc7ce: Preparing 03:43:15 44ece9386200: Preparing 03:43:15 9241c87f706f: Preparing 03:43:15 7d40110f9f64: Preparing 03:43:15 4e6476652798: Preparing 03:43:15 9241c87f706f: Layer already exists 03:43:15 ab10ee5cc7ce: Layer already exists 03:43:15 44ece9386200: Layer already exists 03:43:15 7d40110f9f64: Layer already exists 03:43:15 4e6476652798: Layer already exists 03:43:15 main: digest: sha256:2f766165e7f867cfcb21742c6e243e35bd7c9e20a1e91db1482c26c91ec0dcad size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:15 ===================================================== [Pipeline] echo 03:43:15 taggedImages: 03:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.49 03:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:15 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:43:15 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:43:15 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:15 latest 03:43:15 3.0.0-dev.49 03:43:15 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:15 main 03:43:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:16 6072de615f5e: Preparing 03:43:16 fe75c56cb6b5: Preparing 03:43:16 ce868d20b415: Preparing 03:43:16 2b0309dd1dd6: Preparing 03:43:16 bf69c5e38930: Preparing 03:43:16 6f26460e0a96: Preparing 03:43:16 4e6476652798: Preparing 03:43:16 6f26460e0a96: Waiting 03:43:16 ce868d20b415: Pushed 03:43:16 fe75c56cb6b5: Pushed 03:43:16 6072de615f5e: Pushed 03:43:16 4e6476652798: Layer already exists 03:43:16 6f26460e0a96: Pushed 03:43:20 bf69c5e38930: Pushed 03:43:23 2b0309dd1dd6: Pushed 03:43:23 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:24 6072de615f5e: Preparing 03:43:24 fe75c56cb6b5: Preparing 03:43:24 ce868d20b415: Preparing 03:43:24 2b0309dd1dd6: Preparing 03:43:24 bf69c5e38930: Preparing 03:43:24 6f26460e0a96: Preparing 03:43:24 4e6476652798: Preparing 03:43:24 6f26460e0a96: Waiting 03:43:24 4e6476652798: Waiting 03:43:24 fe75c56cb6b5: Layer already exists 03:43:24 6072de615f5e: Layer already exists 03:43:24 ce868d20b415: Layer already exists 03:43:24 bf69c5e38930: Layer already exists 03:43:24 2b0309dd1dd6: Layer already exists 03:43:24 4e6476652798: Layer already exists 03:43:24 6f26460e0a96: Layer already exists 03:43:24 latest: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 03:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:24 6072de615f5e: Preparing 03:43:24 fe75c56cb6b5: Preparing 03:43:24 ce868d20b415: Preparing 03:43:24 2b0309dd1dd6: Preparing 03:43:24 bf69c5e38930: Preparing 03:43:24 6f26460e0a96: Preparing 03:43:24 4e6476652798: Preparing 03:43:24 6f26460e0a96: Waiting 03:43:24 4e6476652798: Waiting 03:43:24 fe75c56cb6b5: Layer already exists 03:43:24 2b0309dd1dd6: Layer already exists 03:43:24 6072de615f5e: Layer already exists 03:43:24 ce868d20b415: Layer already exists 03:43:24 bf69c5e38930: Layer already exists 03:43:24 6f26460e0a96: Layer already exists 03:43:24 4e6476652798: Layer already exists 03:43:24 3.0.0-dev.49: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:25 6072de615f5e: Preparing 03:43:25 fe75c56cb6b5: Preparing 03:43:25 ce868d20b415: Preparing 03:43:25 2b0309dd1dd6: Preparing 03:43:25 bf69c5e38930: Preparing 03:43:25 6f26460e0a96: Preparing 03:43:25 4e6476652798: Preparing 03:43:25 6f26460e0a96: Waiting 03:43:25 6072de615f5e: Layer already exists 03:43:25 bf69c5e38930: Layer already exists 03:43:25 2b0309dd1dd6: Layer already exists 03:43:25 fe75c56cb6b5: Layer already exists 03:43:25 ce868d20b415: Layer already exists 03:43:25 6f26460e0a96: Layer already exists 03:43:25 4e6476652798: Layer already exists 03:43:25 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:26 6072de615f5e: Preparing 03:43:26 fe75c56cb6b5: Preparing 03:43:26 ce868d20b415: Preparing 03:43:26 2b0309dd1dd6: Preparing 03:43:26 bf69c5e38930: Preparing 03:43:26 6f26460e0a96: Preparing 03:43:26 4e6476652798: Preparing 03:43:26 6f26460e0a96: Waiting 03:43:26 4e6476652798: Waiting 03:43:26 2b0309dd1dd6: Layer already exists 03:43:26 6072de615f5e: Layer already exists 03:43:26 fe75c56cb6b5: Layer already exists 03:43:26 ce868d20b415: Layer already exists 03:43:26 bf69c5e38930: Layer already exists 03:43:26 6f26460e0a96: Layer already exists 03:43:26 4e6476652798: Layer already exists 03:43:26 main: digest: sha256:9920a34d61f0918a73dfa5bc39f976e92f5af33f7dbf9839604eb847123af996 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:26 ===================================================== [Pipeline] echo 03:43:26 taggedImages: 03:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.49 03:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:43:26 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:43:26 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:26 latest 03:43:26 3.0.0-dev.49 03:43:26 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:26 main 03:43:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:26 1c09255cfd35: Preparing 03:43:26 8dc50b1fcad6: Preparing 03:43:26 5e3beb29be07: Preparing 03:43:26 4e94b097e5ae: Preparing 03:43:26 3d28e9449b80: Preparing 03:43:26 4e6476652798: Preparing 03:43:26 4e6476652798: Waiting 03:43:26 8dc50b1fcad6: Pushed 03:43:26 5e3beb29be07: Pushed 03:43:26 1c09255cfd35: Pushed 03:43:26 4e6476652798: Layer already exists 03:43:26 3d28e9449b80: Pushed 03:43:33 4e94b097e5ae: Pushed 03:43:33 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:34 1c09255cfd35: Preparing 03:43:34 8dc50b1fcad6: Preparing 03:43:34 5e3beb29be07: Preparing 03:43:34 4e94b097e5ae: Preparing 03:43:34 3d28e9449b80: Preparing 03:43:34 4e6476652798: Preparing 03:43:34 4e6476652798: Waiting 03:43:34 3d28e9449b80: Layer already exists 03:43:34 4e94b097e5ae: Layer already exists 03:43:34 8dc50b1fcad6: Layer already exists 03:43:34 5e3beb29be07: Layer already exists 03:43:34 1c09255cfd35: Layer already exists 03:43:34 4e6476652798: Layer already exists 03:43:34 latest: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 03:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:34 1c09255cfd35: Preparing 03:43:34 8dc50b1fcad6: Preparing 03:43:34 5e3beb29be07: Preparing 03:43:34 4e94b097e5ae: Preparing 03:43:34 3d28e9449b80: Preparing 03:43:34 4e6476652798: Preparing 03:43:34 4e6476652798: Waiting 03:43:34 3d28e9449b80: Layer already exists 03:43:34 8dc50b1fcad6: Layer already exists 03:43:34 5e3beb29be07: Layer already exists 03:43:34 1c09255cfd35: Layer already exists 03:43:34 4e94b097e5ae: Layer already exists 03:43:34 4e6476652798: Layer already exists 03:43:34 3.0.0-dev.49: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:35 1c09255cfd35: Preparing 03:43:35 8dc50b1fcad6: Preparing 03:43:35 5e3beb29be07: Preparing 03:43:35 4e94b097e5ae: Preparing 03:43:35 3d28e9449b80: Preparing 03:43:35 4e6476652798: Preparing 03:43:35 4e6476652798: Waiting 03:43:35 5e3beb29be07: Layer already exists 03:43:35 4e94b097e5ae: Layer already exists 03:43:35 3d28e9449b80: Layer already exists 03:43:35 1c09255cfd35: Layer already exists 03:43:35 8dc50b1fcad6: Layer already exists 03:43:35 4e6476652798: Layer already exists 03:43:35 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:36 1c09255cfd35: Preparing 03:43:36 8dc50b1fcad6: Preparing 03:43:36 5e3beb29be07: Preparing 03:43:36 4e94b097e5ae: Preparing 03:43:36 3d28e9449b80: Preparing 03:43:36 4e6476652798: Preparing 03:43:36 4e6476652798: Waiting 03:43:36 5e3beb29be07: Layer already exists 03:43:36 3d28e9449b80: Layer already exists 03:43:36 8dc50b1fcad6: Layer already exists 03:43:36 4e94b097e5ae: Layer already exists 03:43:36 1c09255cfd35: Layer already exists 03:43:36 4e6476652798: Layer already exists 03:43:36 main: digest: sha256:1f5791c7cb934476beae893870c54ac12dd94d153cdc97b069723726d4bba9b2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:36 ===================================================== [Pipeline] echo 03:43:36 taggedImages: 03:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.49 03:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:36 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:43:36 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:43:36 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:36 latest 03:43:36 3.0.0-dev.49 03:43:36 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:36 main 03:43:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:36 cc242f8a0a35: Preparing 03:43:36 657e0f251caf: Preparing 03:43:36 4986bbb8579e: Preparing 03:43:36 b9d60a13724f: Preparing 03:43:36 6f26460e0a96: Preparing 03:43:36 4e6476652798: Preparing 03:43:36 6f26460e0a96: Layer already exists 03:43:36 4e6476652798: Layer already exists 03:43:36 4986bbb8579e: Pushed 03:43:36 cc242f8a0a35: Pushed 03:43:36 657e0f251caf: Pushed 03:43:43 b9d60a13724f: Pushed 03:43:43 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:43:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:44 cc242f8a0a35: Preparing 03:43:44 657e0f251caf: Preparing 03:43:44 4986bbb8579e: Preparing 03:43:44 b9d60a13724f: Preparing 03:43:44 6f26460e0a96: Preparing 03:43:44 4e6476652798: Preparing 03:43:44 4e6476652798: Waiting 03:43:44 b9d60a13724f: Layer already exists 03:43:44 6f26460e0a96: Layer already exists 03:43:44 cc242f8a0a35: Layer already exists 03:43:44 4986bbb8579e: Layer already exists 03:43:44 657e0f251caf: Layer already exists 03:43:44 4e6476652798: Layer already exists 03:43:44 latest: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 03:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:45 cc242f8a0a35: Preparing 03:43:45 657e0f251caf: Preparing 03:43:45 4986bbb8579e: Preparing 03:43:45 b9d60a13724f: Preparing 03:43:45 6f26460e0a96: Preparing 03:43:45 4e6476652798: Preparing 03:43:45 4e6476652798: Waiting 03:43:45 6f26460e0a96: Layer already exists 03:43:45 657e0f251caf: Layer already exists 03:43:45 b9d60a13724f: Layer already exists 03:43:45 4986bbb8579e: Layer already exists 03:43:45 cc242f8a0a35: Layer already exists 03:43:45 4e6476652798: Layer already exists 03:43:45 3.0.0-dev.49: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:45 cc242f8a0a35: Preparing 03:43:45 657e0f251caf: Preparing 03:43:45 4986bbb8579e: Preparing 03:43:45 b9d60a13724f: Preparing 03:43:45 6f26460e0a96: Preparing 03:43:45 4e6476652798: Preparing 03:43:45 4e6476652798: Waiting 03:43:45 b9d60a13724f: Layer already exists 03:43:45 6f26460e0a96: Layer already exists 03:43:45 657e0f251caf: Layer already exists 03:43:45 4986bbb8579e: Layer already exists 03:43:45 cc242f8a0a35: Layer already exists 03:43:45 4e6476652798: Layer already exists 03:43:45 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:46 cc242f8a0a35: Preparing 03:43:46 657e0f251caf: Preparing 03:43:46 4986bbb8579e: Preparing 03:43:46 b9d60a13724f: Preparing 03:43:46 6f26460e0a96: Preparing 03:43:46 4e6476652798: Preparing 03:43:46 4e6476652798: Waiting 03:43:46 6f26460e0a96: Layer already exists 03:43:46 b9d60a13724f: Layer already exists 03:43:46 cc242f8a0a35: Layer already exists 03:43:46 4986bbb8579e: Layer already exists 03:43:46 657e0f251caf: Layer already exists 03:43:46 4e6476652798: Layer already exists 03:43:46 main: digest: sha256:3fa73140a8470b5bdcdc86d2d5048881687c04ecffeb5959b07365f35ae47c6f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:46 ===================================================== [Pipeline] echo 03:43:46 taggedImages: 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.49 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:43:46 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:43:46 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:46 latest 03:43:46 3.0.0-dev.49 03:43:46 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:46 main 03:43:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:46 ed05e64868f7: Preparing 03:43:46 162ba26625ad: Preparing 03:43:46 9241c87f706f: Preparing 03:43:46 db4c58661e4e: Preparing 03:43:46 aa5968d388b8: Preparing 03:43:46 ed05e64868f7: Pushed 03:43:46 db4c58661e4e: Pushed 03:43:47 aa5968d388b8: Layer already exists 03:43:47 9241c87f706f: Layer already exists 03:43:49 162ba26625ad: Pushed 03:43:50 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:43:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:50 ed05e64868f7: Preparing 03:43:50 162ba26625ad: Preparing 03:43:50 9241c87f706f: Preparing 03:43:50 db4c58661e4e: Preparing 03:43:50 aa5968d388b8: Preparing 03:43:50 162ba26625ad: Layer already exists 03:43:50 aa5968d388b8: Layer already exists 03:43:50 9241c87f706f: Layer already exists 03:43:50 db4c58661e4e: Layer already exists 03:43:50 ed05e64868f7: Layer already exists 03:43:50 latest: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 03:43:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:51 ed05e64868f7: Preparing 03:43:51 162ba26625ad: Preparing 03:43:51 9241c87f706f: Preparing 03:43:51 db4c58661e4e: Preparing 03:43:51 aa5968d388b8: Preparing 03:43:51 db4c58661e4e: Layer already exists 03:43:51 ed05e64868f7: Layer already exists 03:43:51 aa5968d388b8: Layer already exists 03:43:51 9241c87f706f: Layer already exists 03:43:51 162ba26625ad: Layer already exists 03:43:51 3.0.0-dev.49: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:52 ed05e64868f7: Preparing 03:43:52 162ba26625ad: Preparing 03:43:52 9241c87f706f: Preparing 03:43:52 db4c58661e4e: Preparing 03:43:52 aa5968d388b8: Preparing 03:43:52 aa5968d388b8: Layer already exists 03:43:52 162ba26625ad: Layer already exists 03:43:52 ed05e64868f7: Layer already exists 03:43:52 9241c87f706f: Layer already exists 03:43:52 db4c58661e4e: Layer already exists 03:43:52 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:43:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:53 ed05e64868f7: Preparing 03:43:53 162ba26625ad: Preparing 03:43:53 9241c87f706f: Preparing 03:43:53 db4c58661e4e: Preparing 03:43:53 aa5968d388b8: Preparing 03:43:53 162ba26625ad: Layer already exists 03:43:53 ed05e64868f7: Layer already exists 03:43:53 db4c58661e4e: Layer already exists 03:43:53 9241c87f706f: Layer already exists 03:43:53 aa5968d388b8: Layer already exists 03:43:53 main: digest: sha256:95b69097262717559cb09133d35db7d6d8e526a5a9203481187909f4e8844432 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:53 ===================================================== [Pipeline] echo 03:43:53 taggedImages: 03:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.49 03:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:53 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:43:53 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:43:53 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:53 latest 03:43:53 3.0.0-dev.49 03:43:53 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:53 main 03:43:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:54 ceb04dd8c24d: Preparing 03:43:54 a64e020c6a1f: Preparing 03:43:54 9241c87f706f: Preparing 03:43:54 49b97f6077d5: Preparing 03:43:54 aa5968d388b8: Preparing 03:43:54 ceb04dd8c24d: Pushed 03:43:54 aa5968d388b8: Layer already exists 03:43:54 9241c87f706f: Layer already exists 03:43:55 49b97f6077d5: Layer already exists 03:43:56 a64e020c6a1f: Pushed 03:43:56 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:57 ceb04dd8c24d: Preparing 03:43:57 a64e020c6a1f: Preparing 03:43:57 9241c87f706f: Preparing 03:43:57 49b97f6077d5: Preparing 03:43:57 aa5968d388b8: Preparing 03:43:57 aa5968d388b8: Layer already exists 03:43:57 ceb04dd8c24d: Layer already exists 03:43:57 9241c87f706f: Layer already exists 03:43:57 a64e020c6a1f: Layer already exists 03:43:57 49b97f6077d5: Layer already exists 03:43:57 latest: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 03:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:58 ceb04dd8c24d: Preparing 03:43:58 a64e020c6a1f: Preparing 03:43:58 9241c87f706f: Preparing 03:43:58 49b97f6077d5: Preparing 03:43:58 aa5968d388b8: Preparing 03:43:58 49b97f6077d5: Layer already exists 03:43:58 ceb04dd8c24d: Layer already exists 03:43:58 a64e020c6a1f: Layer already exists 03:43:58 aa5968d388b8: Layer already exists 03:43:58 9241c87f706f: Layer already exists 03:43:58 3.0.0-dev.49: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:59 ceb04dd8c24d: Preparing 03:43:59 a64e020c6a1f: Preparing 03:43:59 9241c87f706f: Preparing 03:43:59 49b97f6077d5: Preparing 03:43:59 aa5968d388b8: Preparing 03:44:00 49b97f6077d5: Layer already exists 03:44:00 a64e020c6a1f: Layer already exists 03:44:00 ceb04dd8c24d: Layer already exists 03:44:00 9241c87f706f: Layer already exists 03:44:00 aa5968d388b8: Layer already exists 03:44:00 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:00 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:44:00 ceb04dd8c24d: Preparing 03:44:00 a64e020c6a1f: Preparing 03:44:00 9241c87f706f: Preparing 03:44:00 49b97f6077d5: Preparing 03:44:00 aa5968d388b8: Preparing 03:44:00 ceb04dd8c24d: Layer already exists 03:44:00 aa5968d388b8: Layer already exists 03:44:00 9241c87f706f: Layer already exists 03:44:00 a64e020c6a1f: Layer already exists 03:44:00 49b97f6077d5: Layer already exists 03:44:00 main: digest: sha256:c09c18a9ebb0da25816baad1d3dcf2ab7c3f118282cc4db8a202eeaa17fc377e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:44:00 ===================================================== [Pipeline] echo 03:44:00 taggedImages: 03:44:00 - nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:44:00 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:44:00 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.49 03:44:00 - nexus3.edgexfoundry.org:10004/support-scheduler:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:44:00 - 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] } 03:47:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 03:47:49 Removing intermediate container e4b27f3fc79a 03:47:49 ---> 0684b0facdf3 03:47:49 03:47:49 Step 9/21 : FROM alpine:3.16 03:47:49 3.16: Pulling from library/alpine 03:47:50 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:47:50 Status: Downloaded newer image for alpine:3.16 03:47:50 ---> 4c81e5bf8899 03:47:50 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 03:47:50 ---> Running in b79d6ef0fd3e 03:47:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:47:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:47:55 (1/6) Installing ca-certificates (20220614-r0) 03:47:55 (2/6) Installing brotli-libs (1.0.9-r6) 03:47:55 (3/6) Installing nghttp2-libs (1.47.0-r0) 03:47:55 (4/6) Installing libcurl (7.83.1-r5) 03:47:55 (5/6) Installing curl (7.83.1-r5) 03:47:55 (6/6) Installing dumb-init (1.2.5-r1) 03:47:55 Executing busybox-1.35.0-r17.trigger 03:47:55 Executing ca-certificates-20220614-r0.trigger 03:47:56 OK: 8 MiB in 20 packages 03:47:59 Removing intermediate container b79d6ef0fd3e 03:47:59 ---> 462103722c19 03:47:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:47:59 ---> Running in 12cf79587685 03:48:00 Removing intermediate container 12cf79587685 03:48:00 ---> 41a7c62ef863 03:48:00 Step 12/21 : WORKDIR /edgex 03:48:00 ---> Running in c7e3552ae8a1 03:48:01 Removing intermediate container c7e3552ae8a1 03:48:01 ---> 8e446f0aa5f7 03:48:01 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:48:02 Removing intermediate container 58d0880ce8b9 03:48:02 ---> fb9f9941cef8 03:48:02 03:48:02 Step 9/32 : FROM alpine:3.16 03:48:02 ---> 4c81e5bf8899 03:48:02 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:48:02 ---> Running in 4de54e5bb347 03:48:02 ---> 5891496519fd 03:48:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:48:03 Removing intermediate container 4de54e5bb347 03:48:03 ---> a4402a327450 03:48:03 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 03:48:03 ---> Running in 7b95b34e82d4 03:48:04 ---> 6932adac813f 03:48:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:48:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:48:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:48:07 ---> 47fa27682ee0 03:48:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:48:07 ---> fd29b904d430 03:48:07 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:48:07 ---> Running in e7ed77b0ec73 03:48:07 (1/2) Installing dumb-init (1.2.5-r1) 03:48:07 (2/2) Installing su-exec (0.2-r1) 03:48:07 Executing busybox-1.35.0-r17.trigger 03:48:08 OK: 5 MiB in 16 packages 03:48:10 Removing intermediate container 7b95b34e82d4 03:48:10 ---> 9907a06075e2 03:48:10 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 03:48:10 ---> Running in 6f6efe04c550 03:48:11 Removing intermediate container 6f6efe04c550 03:48:11 ---> 7afa4c1a5ea9 03:48:11 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 03:48:11 ---> Running in 2eaeb194572d 03:48:11 Removing intermediate container e7ed77b0ec73 03:48:11 ---> 68a3b851ae0e 03:48:11 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 03:48:11 ---> Running in cb399f2492b4 03:48:12 Removing intermediate container 2eaeb194572d 03:48:12 ---> 5cd72d9c6fa9 03:48:12 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 03:48:12 ---> Running in 0f925b360322 03:48:12 Removing intermediate container cb399f2492b4 03:48:12 ---> afd8f3a73a82 03:48:12 Step 19/21 : LABEL arch=arm64 03:48:12 ---> Running in 3a38a433739b 03:48:13 Removing intermediate container 0f925b360322 03:48:13 ---> 6a1b391c50f8 03:48:13 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 03:48:13 ---> Running in 7d12a28ea352 03:48:13 Removing intermediate container 3a38a433739b 03:48:13 ---> 34323ff66b93 03:48:13 Step 20/21 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:48:13 ---> Running in 663f9cdb00c4 03:48:13 Removing intermediate container 7d12a28ea352 03:48:13 ---> 995c06065691 03:48:13 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 03:48:13 ---> Running in d4b2a281112e 03:48:14 Removing intermediate container 663f9cdb00c4 03:48:14 ---> 161b6c78ed5f 03:48:14 Step 21/21 : LABEL version=3.0.0-dev.49 03:48:14 ---> Running in 8e7c087920b4 03:48:15 Removing intermediate container 8e7c087920b4 03:48:15 ---> ec53918f4259 03:48:15 03:48:15 Successfully built ec53918f4259 03:48:15 Successfully tagged security-proxy-setup-arm64:latest 03:48:15 Building support-notifications 03:48:16  Building security-proxy-setup ... done Removing intermediate container d4b2a281112e 03:48:16 ---> deca4c6181af 03:48:16 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 03:48:17 ---> Running in c172c64520c1 03:48:17 Removing intermediate container c172c64520c1 03:48:17 ---> 9ec0417194b5 03:48:17 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 03:48:18 ---> 7ed5bc3dcd12 03:48:18 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 03:48:18 ---> Running in 29a0198568c3 03:48:19 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:48:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:48:19 ---> 6d1fc2385b9e 03:48:19 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:48:19 ---> Using cache 03:48:19 ---> bfeeb723520b 03:48:19 Step 4/22 : WORKDIR /edgex-go 03:48:19 ---> Using cache 03:48:19 ---> a40424354b71 03:48:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:48:19 ---> Running in aa79ffdf809d 03:48:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:48:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:48:22 Removing intermediate container 29a0198568c3 03:48:22 ---> e2dbd0a9c9b6 03:48:22 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 03:48:23 ---> bf8ad877d4b9 03:48:23 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:48:24 OK: 221 MiB in 51 packages 03:48:26 ---> 0525790b3b16 03:48:26 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:48:26 Removing intermediate container aa79ffdf809d 03:48:26 ---> c57faa44f6d9 03:48:26 Step 6/22 : COPY go.mod vendor* ./ 03:48:27 ---> df8e7932bc73 03:48:27 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:48:27 ---> 6c72ef4f68b5 03:48:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:27 ---> Running in 70c6a92dd54b 03:48:28 ---> 4aa5bec33818 03:48:28 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 03:48:29 ---> 0300342418b4 03:48:29 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 03:48:30 ---> 9830a4b60ed3 03:48:30 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:48:31 ---> b87b8273639c 03:48:31 Step 27/32 : RUN chmod +x /entrypoint.sh 03:48:31 ---> Running in 170fc92ad84a 03:48:35 Removing intermediate container 170fc92ad84a 03:48:35 ---> 013fd689c447 03:48:35 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 03:48:36 ---> Running in 790149663e62 03:48:36 Removing intermediate container 790149663e62 03:48:36 ---> b5c82272e060 03:48:36 Step 29/32 : CMD ["gate"] 03:48:36 ---> Running in db88579e51f5 03:48:37 Removing intermediate container db88579e51f5 03:48:37 ---> c7c632c8c15e 03:48:37 Step 30/32 : LABEL arch=arm64 03:48:37 ---> Running in 05a20eb49bd1 03:48:37 Removing intermediate container 05a20eb49bd1 03:48:37 ---> 1ff0650b16b1 03:48:37 Step 31/32 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:48:38 ---> Running in 0dce46362329 03:48:39 Removing intermediate container 0dce46362329 03:48:39 ---> 96f8e92ade42 03:48:39 Step 32/32 : LABEL version=3.0.0-dev.49 03:48:39 ---> Running in c4c159f70d87 03:48:39 Removing intermediate container c4c159f70d87 03:48:39 ---> ad5d2039431c 03:48:40 03:48:40 Successfully built ad5d2039431c 03:48:40 Successfully tagged security-bootstrapper-arm64:latest 03:48:40  Building security-bootstrapper ... done Building security-secretstore-setup 03:48:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:48:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:48:44 ---> 6d1fc2385b9e 03:48:44 Step 3/24 : WORKDIR /edgex-go 03:48:44 ---> Using cache 03:48:44 ---> 094fec0c0be4 03:48:44 Step 4/24 : RUN apk add --update --no-cache make git 03:48:44 ---> Using cache 03:48:44 ---> f3745fc27305 03:48:44 Step 5/24 : COPY go.mod vendor* ./ 03:48:44 ---> Using cache 03:48:44 ---> 6757912ecc9e 03:48:44 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:48:44 ---> Using cache 03:48:44 ---> bcc72cc82478 03:48:44 Step 7/24 : COPY . . 03:48:44 ---> Using cache 03:48:44 ---> 89c98421b780 03:48:44 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:48:45 ---> Running in 9a6786ecba44 03:48:47 Removing intermediate container e89dc9c92c4a 03:48:47 ---> 7d086b128734 03:48:47 03:48:47 Step 10/24 : FROM alpine:3.16 03:48:47 ---> 4c81e5bf8899 03:48:47 Step 11/24 : RUN apk add --update --no-cache dumb-init 03:48:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:48:47 ---> Running in d256df9f195d 03:48:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:48:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:48:51 (1/1) Installing dumb-init (1.2.5-r1) 03:48:51 Executing busybox-1.35.0-r17.trigger 03:48:51 OK: 5 MiB in 15 packages 03:48:53 Removing intermediate container d256df9f195d 03:48:53 ---> c5e1c9eca0fc 03:48:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:48:53 ---> Running in f428f13a356b 03:48:53 Removing intermediate container f428f13a356b 03:48:53 ---> c5bc10426a08 03:48:53 Step 13/24 : ENV APP_PORT=59881 03:48:53 ---> Running in 89fdd373f296 03:48:54 Removing intermediate container 89fdd373f296 03:48:54 ---> 5fa68fb8d071 03:48:54 Step 14/24 : EXPOSE $APP_PORT 03:48:54 ---> Running in 79704cd24c48 03:48:54 Removing intermediate container 79704cd24c48 03:48:54 ---> f1eb53879756 03:48:54 Step 15/24 : WORKDIR / 03:48:54 ---> Running in 3e88545c2ad3 03:48:55 Removing intermediate container 3e88545c2ad3 03:48:55 ---> 6c9eb9482ff6 03:48:55 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:48:56 ---> e15c925cf253 03:48:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:48:58 ---> c2829b5ad5eb 03:48:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:48:59 ---> 9462b5199cdc 03:48:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 03:49:00 ---> 142c874254ee 03:49:00 Step 20/24 : ENTRYPOINT ["/core-metadata"] 03:49:00 ---> Running in 36268425fcb5 03:49:01 Removing intermediate container 36268425fcb5 03:49:01 ---> 9bcb4524b77f 03:49:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:49:01 ---> Running in a7576b139962 03:49:02 Removing intermediate container a7576b139962 03:49:02 ---> 36ed09b84426 03:49:02 Step 22/24 : LABEL arch=arm64 03:49:02 ---> Running in 61cd4bc8c898 03:49:02 Removing intermediate container 61cd4bc8c898 03:49:02 ---> a899c908a1bf 03:49:02 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:49:02 ---> Running in 2cf2e83940b7 03:49:03 Removing intermediate container 2cf2e83940b7 03:49:03 ---> 12b07349baa4 03:49:03 Step 24/24 : LABEL version=3.0.0-dev.49 03:49:03 ---> Running in 6e7cb31c2d02 03:49:03 Removing intermediate container 6e7cb31c2d02 03:49:03 ---> 633d96ba4ac5 03:49:03 03:49:03 Successfully built 633d96ba4ac5 03:49:04 Successfully tagged core-metadata-arm64:latest 03:49:04  Building core-metadata ... done Building security-spire-server 03:49:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:49:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:49:07 ---> 6d1fc2385b9e 03:49:07 Step 3/23 : WORKDIR /edgex-go 03:49:07 ---> Using cache 03:49:07 ---> 094fec0c0be4 03:49:07 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 03:49:07 ---> Running in 2630c5c31a55 03:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:49:11 OK: 221 MiB in 51 packages 03:49:13 Removing intermediate container 2630c5c31a55 03:49:13 ---> a66174f143d6 03:49:13 Step 5/23 : COPY go.mod vendor* ./ 03:49:14 ---> 838e66c8aafc 03:49:14 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:49:14 ---> Running in 04f0d6409ba8 03:50:22 Removing intermediate container 631cc1109755 03:50:22 ---> 07236930fc38 03:50:22 03:50:22 Step 9/19 : FROM alpine:3.15 03:50:22 3.15: Pulling from library/alpine 03:50:22 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 03:50:22 Status: Downloaded newer image for alpine:3.15 03:50:22 ---> 354640af7b1b 03:50:22 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:50:22 ---> Running in 13c81585f4c7 03:50:22 Removing intermediate container 13c81585f4c7 03:50:22 ---> 8e4e30892918 03:50:22 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:50:22 ---> Running in 6ed836024197 03:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:50:22 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:50:22 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:50:22 OK: 15734 distinct packages available 03:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:50:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:50:23 (1/9) Installing ca-certificates (20220614-r0) 03:50:23 (2/9) Installing brotli-libs (1.0.9-r5) 03:50:23 (3/9) Installing nghttp2-libs (1.46.0-r0) 03:50:23 (4/9) Installing libcurl (7.80.0-r5) 03:50:23 (5/9) Installing curl (7.80.0-r5) 03:50:23 (6/9) Installing dumb-init (1.2.5-r1) 03:50:23 (7/9) Installing musl-obstack (1.2.3-r0) 03:50:23 (8/9) Installing libucontext (1.1-r0) 03:50:23 (9/9) Installing gcompat (1.0.0-r4) 03:50:23 Executing busybox-1.34.1-r7.trigger 03:50:23 Executing ca-certificates-20220614-r0.trigger 03:50:23 OK: 8 MiB in 23 packages 03:50:28 Removing intermediate container 6ed836024197 03:50:28 ---> 156d41785bef 03:50:28 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 03:50:31 ---> a2683120f4fe 03:50:31 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:50:35 ---> b16a2475b257 03:50:35 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 03:50:37 ---> 03877d72c8d1 03:50:37 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 03:50:37 ---> Running in 02d460a5eb44 03:50:38 Removing intermediate container 02d460a5eb44 03:50:38 ---> a78f3b6aa3de 03:50:38 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:50:38 ---> Running in 92b126b25a36 03:50:39 Removing intermediate container 92b126b25a36 03:50:39 ---> 85e7db9e2cd8 03:50:39 Step 17/19 : LABEL arch=arm64 03:50:39 ---> Running in 621e0e118132 03:50:40 Removing intermediate container 621e0e118132 03:50:40 ---> 5e03377c47f8 03:50:40 Step 18/19 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:50:40 ---> Running in 649fed1ec4d4 03:50:42 Removing intermediate container 649fed1ec4d4 03:50:42 ---> feab31220a39 03:50:42 Step 19/19 : LABEL version=3.0.0-dev.49 03:50:42 ---> Running in 16590ededc1f 03:50:42 Removing intermediate container 70c6a92dd54b 03:50:42 ---> ff2350fa39a5 03:50:42 Step 8/22 : COPY . . 03:50:44 Removing intermediate container 16590ededc1f 03:50:44 ---> ed953ff658ad 03:50:44 03:50:44 Successfully built ed953ff658ad 03:50:44 Successfully tagged security-spiffe-token-provider-arm64:latest 03:50:44  Building security-spiffe-token-provider ... done Building core-data 03:50:48 ---> 50e9923cc258 03:50:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:50:48 ---> Running in f4596bc58709 03:50:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:50:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:50:50 ---> 6d1fc2385b9e 03:50:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:50:50 ---> Using cache 03:50:50 ---> bfeeb723520b 03:50:50 Step 4/22 : WORKDIR /edgex-go 03:50:50 ---> Using cache 03:50:50 ---> a40424354b71 03:50:50 Step 5/22 : RUN apk add --update --no-cache make git 03:50:50 ---> Using cache 03:50:50 ---> c9205ceec3f2 03:50:50 Step 6/22 : COPY go.mod vendor* ./ 03:50:51 ---> Using cache 03:50:51 ---> 3cf34a8787b3 03:50:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:50:51 ---> Using cache 03:50:51 ---> f2a8bff230c4 03:50:51 Step 8/22 : COPY . . 03:50:51 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:50:51 ---> Using cache 03:50:51 ---> 8a277bb42a21 03:50:51 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 03:50:51 ---> Running in 26c62ee808c2 03:50:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 03:51:07 Removing intermediate container fd2409e733fb 03:51:07 ---> d56fa8d0c645 03:51:07 03:51:07 Step 10/22 : FROM alpine:3.16 03:51:07 ---> 4c81e5bf8899 03:51:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:51:07 ---> Using cache 03:51:07 ---> c5e1c9eca0fc 03:51:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:51:07 ---> Using cache 03:51:07 ---> c5bc10426a08 03:51:07 Step 13/22 : ENV APP_PORT=59861 03:51:07 ---> Running in 556464df3044 03:51:08 Removing intermediate container 556464df3044 03:51:08 ---> f9b22e8f617f 03:51:08 Step 14/22 : EXPOSE $APP_PORT 03:51:08 ---> Running in 31f5d557188d 03:51:09 Removing intermediate container 31f5d557188d 03:51:09 ---> 3e87d37f8786 03:51:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:51:10 ---> 5bb3e1878ba3 03:51:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:51:11 Removing intermediate container 04f0d6409ba8 03:51:11 ---> c514bde968f3 03:51:11 Step 7/23 : COPY . . 03:51:14 ---> 337cece80846 03:51:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:51:15 ---> c0ca2eaa9304 03:51:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:51:15 ---> Running in bb54a7b39e7c 03:51:15 ---> 56de75f21ad8 03:51:15 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 03:51:16 ---> Running in 4dfa5ad4aeec 03:51:16 Removing intermediate container bb54a7b39e7c 03:51:16 ---> d8fcf0fcb788 03:51:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:51:16 ---> Running in 37b02db0e5c6 03:51:16 Removing intermediate container 4dfa5ad4aeec 03:51:16 ---> b8b991f909bf 03:51:16 Step 9/23 : WORKDIR /edgex-go/spire-build 03:51:16 ---> Running in 70866b7a53ba 03:51:17 Removing intermediate container 37b02db0e5c6 03:51:17 ---> d9582605d9a2 03:51:17 Step 20/22 : LABEL arch=arm64 03:51:17 ---> Running in e2823f9dc644 03:51:17 Removing intermediate container 70866b7a53ba 03:51:17 ---> 98dc97cb95b5 03:51:17 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 03:51:17 ---> Running in 1311c4d299d8 03:51:17 Removing intermediate container e2823f9dc644 03:51:17 ---> d328329b22ae 03:51:17 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:51:17 ---> Running in 67e6a77e9136 03:51:18 Removing intermediate container 67e6a77e9136 03:51:18 ---> 8905039aa7c4 03:51:18 Step 22/22 : LABEL version=3.0.0-dev.49 03:51:18 ---> Running in 713d09bbf49c 03:51:19 Removing intermediate container 713d09bbf49c 03:51:19 ---> 9050470b8ea7 03:51:19 03:51:19 Successfully built 9050470b8ea7 03:51:19 Successfully tagged support-scheduler-arm64:latest 03:51:19 Building core-common-config-bootstrapper 03:51:21  Building support-scheduler ... done Removing intermediate container 1311c4d299d8 03:51:21 ---> eacf3ee7d7c8 03:51:21 Step 11/23 : WORKDIR /edgex-go 03:51:21 ---> Running in 2285c4c64392 03:51:22 Removing intermediate container 2285c4c64392 03:51:22 ---> a2075e2d6c9e 03:51:22 03:51:22 Step 12/23 : FROM alpine:3.15 03:51:22 ---> 354640af7b1b 03:51:22 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:51:22 ---> Using cache 03:51:22 ---> 8e4e30892918 03:51:22 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:51:22 ---> Running in 25939ed1b634 03:51:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:51:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:51:24 ---> 6d1fc2385b9e 03:51:24 Step 3/22 : ARG ADD_BUILD_TAGS="" 03:51:24 ---> Using cache 03:51:24 ---> bfeeb723520b 03:51:24 Step 4/22 : WORKDIR /edgex-go 03:51:24 ---> Using cache 03:51:24 ---> a40424354b71 03:51:24 Step 5/22 : RUN apk add --update --no-cache make git 03:51:24 ---> Using cache 03:51:24 ---> c9205ceec3f2 03:51:24 Step 6/22 : COPY go.mod vendor* ./ 03:51:24 ---> Using cache 03:51:24 ---> 3cf34a8787b3 03:51:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:51:24 ---> Using cache 03:51:24 ---> f2a8bff230c4 03:51:24 Step 8/22 : COPY . . 03:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:51:24 ---> Using cache 03:51:24 ---> 8a277bb42a21 03:51:24 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:51:24 ---> Running in 9e0f6a950f7d 03:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:51:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:51:26 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:51:26 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:51:26 OK: 15734 distinct packages available 03:51:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:51:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:51:28 (1/5) Installing dumb-init (1.2.5-r1) 03:51:28 (2/5) Installing musl-obstack (1.2.3-r0) 03:51:28 (3/5) Installing libucontext (1.1-r0) 03:51:28 (4/5) Installing gcompat (1.0.0-r4) 03:51:28 (5/5) Installing openssl (1.1.1t-r1) 03:51:28 Executing busybox-1.34.1-r7.trigger 03:51:28 OK: 6 MiB in 19 packages 03:51:30 Removing intermediate container 25939ed1b634 03:51:30 ---> 04a97d3c8606 03:51:30 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:51:36 ---> d23f27c632a4 03:51:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:51:36 ---> c11dba707f1d 03:51:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:51:37 ---> 7b398474a97b 03:51:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:51:38 ---> bb01f56fee8b 03:51:38 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:51:38 ---> Running in f859ae531849 03:51:38 Removing intermediate container f859ae531849 03:51:38 ---> b12decdd9b7c 03:51:38 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:51:39 ---> Running in 8ee7cef163dd 03:51:39 Removing intermediate container 8ee7cef163dd 03:51:39 ---> 0a5a368bc59a 03:51:39 Step 21/23 : LABEL arch=arm64 03:51:39 ---> Running in 3a9b1841cda8 03:51:40 Removing intermediate container 3a9b1841cda8 03:51:40 ---> 67ef701f7fda 03:51:40 Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:51:40 ---> Running in 028e3b0cd706 03:51:40 Removing intermediate container 028e3b0cd706 03:51:40 ---> 7f7f106d1383 03:51:40 Step 23/23 : LABEL version=3.0.0-dev.49 03:51:40 ---> Running in 406346b1c8f8 03:51:41 Removing intermediate container 406346b1c8f8 03:51:41 ---> 087e3ca272d4 03:51:41 03:51:41 Successfully built 087e3ca272d4 03:51:41 Successfully tagged security-spire-server-arm64:latest 03:51:41 Building core-command 03:51:44  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:51:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:51:44 ---> 6d1fc2385b9e 03:51:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 03:51:44 ---> Using cache 03:51:44 ---> bfeeb723520b 03:51:44 Step 4/23 : WORKDIR /edgex-go 03:51:44 ---> Using cache 03:51:44 ---> a40424354b71 03:51:44 Step 5/23 : RUN apk add --update --no-cache make git 03:51:44 ---> Using cache 03:51:44 ---> c9205ceec3f2 03:51:44 Step 6/23 : COPY go.mod vendor* ./ 03:51:45 ---> Using cache 03:51:45 ---> 3cf34a8787b3 03:51:45 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:51:45 ---> Using cache 03:51:45 ---> f2a8bff230c4 03:51:45 Step 8/23 : COPY . . 03:51:45 ---> Using cache 03:51:45 ---> 8a277bb42a21 03:51:45 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 03:51:45 ---> Running in 0493a0cac81c 03:51:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 03:53:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:54:12 Removing intermediate container 9a6786ecba44 03:54:12 ---> c95350217bae 03:54:12 03:54:12 Step 9/24 : FROM alpine:3.16 03:54:12 ---> 4c81e5bf8899 03:54:12 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 03:54:12 ---> Running in a9aa0d486d45 03:54:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:54:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:54:15 (1/3) Installing ca-certificates (20220614-r0) 03:54:15 (2/3) Installing dumb-init (1.2.5-r1) 03:54:15 (3/3) Installing su-exec (0.2-r1) 03:54:15 Executing busybox-1.35.0-r17.trigger 03:54:15 Executing ca-certificates-20220614-r0.trigger 03:54:16 OK: 6 MiB in 17 packages 03:54:18 Removing intermediate container a9aa0d486d45 03:54:18 ---> bd0ae5348848 03:54:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:54:18 ---> Running in 1c5b824c8705 03:54:18 Removing intermediate container 1c5b824c8705 03:54:18 ---> aa0f4d7cf999 03:54:18 Step 12/24 : WORKDIR / 03:54:18 ---> Running in 301c21602612 03:54:19 Removing intermediate container 301c21602612 03:54:19 ---> 5fefb6aa5232 03:54:19 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:54:20 ---> 7b05c3cd9af8 03:54:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:54:21 ---> 45c93932ee2f 03:54:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:54:22 ---> 4d4a8a1490c7 03:54:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 03:54:24 ---> ca8d729329a3 03:54:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:54:25 ---> d61f2a1b0c02 03:54:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:54:27 ---> 57e5a790ca20 03:54:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:54:28 ---> f55fc9973055 03:54:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:54:28 ---> Running in 743ec081358c 03:54:31 Removing intermediate container 743ec081358c 03:54:31 ---> 1109151c430b 03:54:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:54:31 ---> Running in 39665dda8d74 03:54:32 Removing intermediate container 39665dda8d74 03:54:32 ---> 343008a18dc9 03:54:32 Step 22/24 : LABEL arch=arm64 03:54:32 ---> Running in 5a103ca5daeb 03:54:32 Removing intermediate container 5a103ca5daeb 03:54:32 ---> cc964158f61b 03:54:32 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:54:32 ---> Running in c537eed5bea6 03:54:33 Removing intermediate container c537eed5bea6 03:54:33 ---> 68e4003b9de0 03:54:33 Step 24/24 : LABEL version=3.0.0-dev.49 03:54:33 ---> Running in 755e3c30c243 03:54:33 Removing intermediate container 755e3c30c243 03:54:33 ---> 4f4d747e4797 03:54:33 03:54:33 Successfully built 4f4d747e4797 03:54:33 Successfully tagged security-secretstore-setup-arm64:latest 03:54:33 Building security-spire-agent 03:54:37  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:54:37 ---> 6d1fc2385b9e 03:54:37 Step 3/24 : WORKDIR /edgex-go 03:54:37 ---> Using cache 03:54:37 ---> 094fec0c0be4 03:54:37 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 03:54:37 ---> Using cache 03:54:37 ---> a66174f143d6 03:54:37 Step 5/24 : COPY go.mod vendor* ./ 03:54:37 ---> Using cache 03:54:37 ---> 838e66c8aafc 03:54:37 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:37 ---> Using cache 03:54:37 ---> c514bde968f3 03:54:37 Step 7/24 : COPY . . 03:54:37 ---> Using cache 03:54:37 ---> 56de75f21ad8 03:54:37 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 03:54:37 ---> Using cache 03:54:37 ---> b8b991f909bf 03:54:37 Step 9/24 : WORKDIR /edgex-go/spire-build 03:54:37 ---> Using cache 03:54:37 ---> 98dc97cb95b5 03:54:37 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 03:54:37 ---> Running in c0847b2ceb4d 03:54:39 Removing intermediate container c0847b2ceb4d 03:54:39 ---> bdbeef203fcb 03:54:39 Step 11/24 : WORKDIR /edgex-go 03:54:40 ---> Running in 403570dd6b7a 03:54:40 Removing intermediate container 403570dd6b7a 03:54:40 ---> 7131b0f2311c 03:54:40 03:54:40 Step 12/24 : FROM alpine:3.15 03:54:40 ---> 354640af7b1b 03:54:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:54:40 ---> Using cache 03:54:40 ---> 8e4e30892918 03:54:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:54:40 ---> Using cache 03:54:40 ---> 04a97d3c8606 03:54:40 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 03:54:44 ---> 881391317b1f 03:54:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:54:49 ---> 09124363c073 03:54:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:54:49 ---> 8465cbe1b393 03:54:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:54:50 ---> e806fe11a16c 03:54:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:54:51 ---> 45d41a246ec9 03:54:51 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:54:51 ---> Running in e64a11368556 03:54:51 Removing intermediate container e64a11368556 03:54:51 ---> 1a5adebdb3d2 03:54:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:54:52 ---> Running in 7cc6d8331a5f 03:54:52 Removing intermediate container 7cc6d8331a5f 03:54:52 ---> 0f8f5bdfc0d1 03:54:52 Step 22/24 : LABEL arch=arm64 03:54:52 ---> Running in 05bbaac29601 03:54:53 Removing intermediate container 05bbaac29601 03:54:53 ---> 6b750cca06e8 03:54:53 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:54:53 ---> Running in 2bc1aab81a38 03:54:54 Removing intermediate container 2bc1aab81a38 03:54:54 ---> ac9b9eb7853d 03:54:54 Step 24/24 : LABEL version=3.0.0-dev.49 03:54:54 ---> Running in ecbef2b30c00 03:54:54 Removing intermediate container ecbef2b30c00 03:54:54 ---> 6fe22f508ba6 03:54:54 03:54:54 Successfully built 6fe22f508ba6 03:54:54 Successfully tagged security-spire-agent-arm64:latest 03:54:54 Building security-spire-config 03:54:58  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 03:54:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:54:58 ---> 6d1fc2385b9e 03:54:58 Step 3/24 : WORKDIR /edgex-go 03:54:58 ---> Using cache 03:54:58 ---> 094fec0c0be4 03:54:58 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 03:54:58 ---> Using cache 03:54:58 ---> a66174f143d6 03:54:58 Step 5/24 : COPY go.mod vendor* ./ 03:54:58 ---> Using cache 03:54:58 ---> 838e66c8aafc 03:54:58 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:58 ---> Using cache 03:54:58 ---> c514bde968f3 03:54:58 Step 7/24 : COPY . . 03:54:58 ---> Using cache 03:54:58 ---> 56de75f21ad8 03:54:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 03:54:58 ---> Using cache 03:54:58 ---> b8b991f909bf 03:54:58 Step 9/24 : WORKDIR /edgex-go/spire-build 03:54:58 ---> Using cache 03:54:58 ---> 98dc97cb95b5 03:54: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 03:54:58 ---> Using cache 03:54:58 ---> bdbeef203fcb 03:54:58 Step 11/24 : WORKDIR /edgex-go 03:54:58 ---> Using cache 03:54:58 ---> 7131b0f2311c 03:54:58 03:54:58 Step 12/24 : FROM alpine:3.15 03:54:58 ---> 354640af7b1b 03:54:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 03:54:58 ---> Using cache 03:54:58 ---> 8e4e30892918 03:54:58 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 03:54:58 ---> Running in c76c13e6f86a 03:55:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:55:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:55:02 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 03:55:02 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 03:55:02 OK: 15734 distinct packages available 03:55:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 03:55:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 03:55:04 (1/4) Installing dumb-init (1.2.5-r1) 03:55:04 (2/4) Installing musl-obstack (1.2.3-r0) 03:55:04 (3/4) Installing libucontext (1.1-r0) 03:55:04 (4/4) Installing gcompat (1.0.0-r4) 03:55:04 Executing busybox-1.34.1-r7.trigger 03:55:04 OK: 6 MiB in 18 packages 03:55:05 Removing intermediate container c76c13e6f86a 03:55:05 ---> c598c1118594 03:55:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 03:55:10 ---> 801a7b6aa25e 03:55:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:55:11 ---> 2eb337091749 03:55:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 03:55:11 ---> Running in 216ecc45211b 03:55:12 Removing intermediate container 216ecc45211b 03:55:12 ---> 5452e7e61947 03:55:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:55:14 ---> 65590d54dd62 03:55:14 Step 19/24 : WORKDIR / 03:55:14 ---> Running in 745b8cf4c1bc 03:55:14 Removing intermediate container 745b8cf4c1bc 03:55:14 ---> ff3bd6f034e5 03:55:14 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 03:55:15 ---> Running in 3a2833255afb 03:55:15 Removing intermediate container 3a2833255afb 03:55:15 ---> 65809f08769e 03:55:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 03:55:15 ---> Running in 20cd1f86ffe5 03:55:16 Removing intermediate container 20cd1f86ffe5 03:55:16 ---> 0a223b5fa9a8 03:55:16 Step 22/24 : LABEL arch=arm64 03:55:16 ---> Running in 8f7b3b2b82be 03:55:17 Removing intermediate container 8f7b3b2b82be 03:55:17 ---> 3154d70c594f 03:55:17 Step 23/24 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:55:17 ---> Running in 12bfa77fad38 03:55:17 Removing intermediate container 12bfa77fad38 03:55:17 ---> 78a618b08fac 03:55:17 Step 24/24 : LABEL version=3.0.0-dev.49 03:55:18 ---> Running in 038a612f3acb 03:55:18 Removing intermediate container 038a612f3acb 03:55:18 ---> fae2bc1fc65f 03:55:18 03:55:18 Successfully built fae2bc1fc65f 03:55:18 Successfully tagged security-spire-config-arm64:latest 03:57:25  Building security-spire-config ... done Removing intermediate container 9e0f6a950f7d 03:57:25 ---> a5cffa82d3ad 03:57:25 03:57:25 Step 10/22 : FROM alpine:3.16 03:57:25 ---> 4c81e5bf8899 03:57:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 03:57:25 ---> Running in 69ede18b65ad 03:57:25 Removing intermediate container 26c62ee808c2 03:57:25 ---> 1740421a651a 03:57:25 03:57:25 Step 10/22 : FROM alpine:3.16 03:57:25 ---> 4c81e5bf8899 03:57:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:57:25 ---> Running in af76b03184cd 03:57:25 Removing intermediate container 69ede18b65ad 03:57:25 ---> 63906d229fcf 03:57:25 Step 12/22 : RUN apk add --update --no-cache dumb-initRemoving intermediate container af76b03184cd 03:57:25 03:57:25 ---> c4394b69dd71 03:57:25 Step 12/22 : ENV APP_PORT=59880 03:57:25 ---> Running in f5a13ae3fd0b 03:57:25 ---> Running in 978343d61c20 03:57:25 Removing intermediate container f5a13ae3fd0b 03:57:25 ---> b93356be960c 03:57:25 Step 13/22 : EXPOSE $APP_PORT 03:57:25 ---> Running in fd29b724902f 03:57:26 Removing intermediate container fd29b724902f 03:57:26 ---> 2512b182ac95 03:57:26 Step 14/22 : RUN apk add --update --no-cache dumb-init 03:57:26 ---> Running in c53d36c4276a 03:57:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:57:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:57:28 (1/1) Installing dumb-init (1.2.5-r1) 03:57:28 Executing busybox-1.35.0-r17.trigger 03:57:28 OK: 5 MiB in 15 packages 03:57:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:57:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:57:30 (1/1) Installing dumb-init (1.2.5-r1) 03:57:30 Executing busybox-1.35.0-r17.trigger 03:57:30 OK: 5 MiB in 15 packages 03:57:30 Removing intermediate container 978343d61c20 03:57:30 ---> 06db2c817f07 03:57:30 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:32 Removing intermediate container c53d36c4276a 03:57:32 ---> 35841fc879cb 03:57:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:32 ---> 11e07e4a40fe 03:57:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:57:35 ---> 8f7636317bc5 03:57:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:57:35 ---> b18b3e7712f9 03:57:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:57:36 ---> 147c93b95173 03:57:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:57:38 ---> 4f86a3e69ac8 03:57:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:57:38 ---> 90787cc6cd96 03:57:38 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:57:38 ---> Running in 8015f39ad346 03:57:39 Removing intermediate container 0493a0cac81c 03:57:39 ---> 8deb5a1f7a3a 03:57:39 03:57:39 Step 10/23 : FROM alpine:3.16 03:57:39 ---> 4c81e5bf8899 03:57:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:57:39 ---> Using cache 03:57:39 ---> c5e1c9eca0fc 03:57:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:57:39 ---> Using cache 03:57:39 ---> c5bc10426a08 03:57:39 Step 13/23 : ENV APP_PORT=59882 03:57:40 ---> Running in 065c027074cb 03:57:40 ---> ce5bc54a114e 03:57:40 Step 18/22 : ENTRYPOINT ["/core-data"] 03:57:40 ---> Running in 1a2e4b6901c0 03:57:40 Removing intermediate container 065c027074cb 03:57:40 ---> 4230d8881b79 03:57:40 Step 14/23 : EXPOSE $APP_PORT 03:57:40 ---> Running in a75ab2e5958b 03:57:41 Removing intermediate container 1a2e4b6901c0 03:57:41 ---> a765029574d6 03:57:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:57:41 ---> Running in a970bc5d38f1 03:57:41 Removing intermediate container a75ab2e5958b 03:57:41 ---> 468c18f660f5 03:57:41 Step 15/23 : WORKDIR / 03:57:41 ---> Running in 1ec5d89bd4ab 03:57:42 Removing intermediate container a970bc5d38f1 03:57:42 ---> 82fa8e395726 03:57:42 Step 20/22 : LABEL arch=arm64 03:57:42 Removing intermediate container 8015f39ad346 03:57:42 ---> d9b3053c59ed 03:57:42 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 03:57:42 ---> Running in 0df57e92794d 03:57:42 ---> Running in 978abef10dbf 03:57:42 Removing intermediate container 1ec5d89bd4ab 03:57:42 ---> a65330facd88 03:57:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:57:43 Removing intermediate container 0df57e92794d 03:57:43 ---> e6635de0fe9c 03:57:43 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:57:43 Removing intermediate container 978abef10dbf 03:57:43 ---> e7b617f5d763 03:57:43 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 03:57:43 ---> Running in 5263d622ea71 03:57:43 ---> Running in 48db66f03afa 03:57:43 ---> c68f7cf4fc15 03:57:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:57:43 Removing intermediate container 5263d622ea71 03:57:43 ---> 536004dd5bcd 03:57:43 Step 22/22 : LABEL version=3.0.0-dev.49 03:57:44 Removing intermediate container 48db66f03afa 03:57:44 ---> 3d2842a837fa 03:57:44 Step 20/22 : LABEL arch=arm64 03:57:44 ---> Running in e09a17862149 03:57:44 ---> Running in 347dc252bea8 03:57:44 Removing intermediate container e09a17862149 03:57:44 ---> ef8316f41453 03:57:44 03:57:44 Successfully built ef8316f41453 03:57:44 Successfully tagged core-data-arm64:latest 03:57:45  Building core-data ... done Removing intermediate container 347dc252bea8 03:57:45 ---> a87fcb0ff0dc 03:57:45 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:57:45 ---> Running in 3572d511132b 03:57:45 ---> b9124c3d3a37 03:57:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:57:45 Removing intermediate container 3572d511132b 03:57:45 ---> 38a444a4f9db 03:57:45 Step 22/22 : LABEL version=3.0.0-dev.49 03:57:45 ---> Running in b8d42d6266a6 03:57:46 Removing intermediate container b8d42d6266a6 03:57:46 ---> f16cf7db3697 03:57:46 03:57:46 Successfully built f16cf7db3697 03:57:46 Successfully tagged core-common-config-bootstrapper-arm64:latest 03:57:46  Building core-common-config-bootstrapper ... done  ---> 102eeb53e116 03:57:46 Step 19/23 : ENTRYPOINT ["/core-command"] 03:57:46 ---> Running in 55c08866b2a9 03:57:46 Removing intermediate container 55c08866b2a9 03:57:46 ---> c0e35e2a1f71 03:57:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:57:47 ---> Running in ec84e27a6fe7 03:57:47 Removing intermediate container ec84e27a6fe7 03:57:47 ---> 155acc227415 03:57:47 Step 21/23 : LABEL arch=arm64 03:57:47 ---> Running in 7d79fdcf0be6 03:57:47 Removing intermediate container 7d79fdcf0be6 03:57:47 ---> e2cac8a747d1 03:57:47 Step 22/23 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:57:47 ---> Running in ebe39db98179 03:57:48 Removing intermediate container ebe39db98179 03:57:48 ---> aee3b8a75548 03:57:48 Step 23/23 : LABEL version=3.0.0-dev.49 03:57:48 ---> Running in 3a77080663fa 03:57:48 Removing intermediate container 3a77080663fa 03:57:48 ---> 3979d1cd10bb 03:57:48 03:57:48 Successfully built 3979d1cd10bb 03:57:48 Successfully tagged core-command-arm64:latest 03:58:15  Building core-command ... done Removing intermediate container f4596bc58709 03:58:15 ---> 1a6a3eb2282d 03:58:15 03:58:15 Step 10/22 : FROM alpine:3.16 03:58:15 ---> 4c81e5bf8899 03:58:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:58:15 ---> Running in 1700c02b53fe 03:58:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:58:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:58:15 (1/2) Installing ca-certificates (20220614-r0) 03:58:15 (2/2) Installing dumb-init (1.2.5-r1) 03:58:15 Executing busybox-1.35.0-r17.trigger 03:58:15 Executing ca-certificates-20220614-r0.trigger 03:58:15 OK: 6 MiB in 16 packages 03:58:17 Removing intermediate container 1700c02b53fe 03:58:17 ---> 1e74dbbc8c15 03:58:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:58:17 ---> Running in 9a349df3c02e 03:58:17 Removing intermediate container 9a349df3c02e 03:58:17 ---> ac4b82d65f78 03:58:17 Step 13/22 : ENV APP_PORT=59860 03:58:17 ---> Running in 382597cdc77c 03:58:17 Removing intermediate container 382597cdc77c 03:58:17 ---> e6683678d125 03:58:17 Step 14/22 : EXPOSE $APP_PORT 03:58:17 ---> Running in 663c100a4094 03:58:17 Removing intermediate container 663c100a4094 03:58:17 ---> 32d6a3d59954 03:58:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:18 ---> 99eaf33b2a52 03:58:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:58:19 ---> 9b498046390d 03:58:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:58:20 ---> 7ab7c854d4cf 03:58:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:58:20 ---> Running in f0524b2e0662 03:58:20 Removing intermediate container f0524b2e0662 03:58:20 ---> e8c88dcb9a5c 03:58:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:58:20 ---> Running in ef3bb6855969 03:58:20 Removing intermediate container ef3bb6855969 03:58:20 ---> 8534171269ed 03:58:20 Step 20/22 : LABEL arch=arm64 03:58:20 ---> Running in aa401fb390cf 03:58:21 Removing intermediate container aa401fb390cf 03:58:21 ---> 603ff5840920 03:58:21 Step 21/22 : LABEL git_sha=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:21 ---> Running in bdef9e874588 03:58:21 Removing intermediate container bdef9e874588 03:58:21 ---> e0e35fca9224 03:58:21 Step 22/22 : LABEL version=3.0.0-dev.49 03:58:21 ---> Running in c3a65ab16857 03:58:21 Removing intermediate container c3a65ab16857 03:58:21 ---> 4d5e5a5401e0 03:58:21 03:58:21 Successfully built 4d5e5a5401e0 03:58:21 Successfully tagged support-notifications-arm64:latest 03:58:22  Building support-notifications ... done  [Pipeline] } 03:58:22 $ docker stop --time=1 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 03:58:24 $ docker rm -f --volumes 5936d8950bbcb4cbf6101147a57b524b847b995c3c65add85dbeaf7836794f18 [Pipeline] // withDockerContainer [Pipeline] sh 03:58:24 + docker images 03:58:24 REPOSITORY TAG IMAGE ID CREATED SIZE 03:58:24 support-notifications-arm64 latest 4d5e5a5401e0 3 seconds ago 29.7MB 03:58:24 1a6a3eb2282d 13 seconds ago 1.4GB 03:58:24 core-command-arm64 latest 3979d1cd10bb 36 seconds ago 17MB 03:58:24 core-common-config-bootstrapper-arm64 latest f16cf7db3697 38 seconds ago 14.9MB 03:58:24 core-data-arm64 latest ef8316f41453 40 seconds ago 17.2MB 03:58:24 8deb5a1f7a3a 46 seconds ago 1.34GB 03:58:24 1740421a651a About a minute ago 1.34GB 03:58:24 a5cffa82d3ad About a minute ago 1.33GB 03:58:24 security-spire-config-arm64 latest fae2bc1fc65f 3 minutes ago 83.6MB 03:58:24 security-spire-agent-arm64 latest 6fe22f508ba6 3 minutes ago 122MB 03:58:24 7131b0f2311c 3 minutes ago 1.21GB 03:58:24 security-secretstore-setup-arm64 latest 4f4d747e4797 3 minutes ago 29MB 03:58:24 c95350217bae 4 minutes ago 1.33GB 03:58:24 security-spire-server-arm64 latest 087e3ca272d4 6 minutes ago 84.3MB 03:58:24 a2075e2d6c9e 7 minutes ago 1.21GB 03:58:24 support-scheduler-arm64 latest 9050470b8ea7 7 minutes ago 29MB 03:58:24 d56fa8d0c645 7 minutes ago 1.4GB 03:58:24 security-spiffe-token-provider-arm64 latest ed953ff658ad 7 minutes ago 29.1MB 03:58:24 07236930fc38 8 minutes ago 1.37GB 03:58:24 core-metadata-arm64 latest 633d96ba4ac5 9 minutes ago 17.7MB 03:58:24 7d086b128734 9 minutes ago 1.34GB 03:58:24 security-bootstrapper-arm64 latest ad5d2039431c 9 minutes ago 19.6MB 03:58:24 security-proxy-setup-arm64 latest ec53918f4259 10 minutes ago 26.9MB 03:58:24 fb9f9941cef8 10 minutes ago 1.33GB 03:58:24 0684b0facdf3 10 minutes ago 1.33GB 03:58:24 ci-base-image-arm64 latest 6d1fc2385b9e 19 minutes ago 905MB 03:58:24 alpine 3.15 354640af7b1b 4 days ago 5.34MB 03:58:24 alpine 3.16 4c81e5bf8899 4 days ago 5.3MB 03:58:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 03:58:24 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 03:58:25 provisioning config files... 03:58:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/409@tmp/config13212343470570862283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:58:25 ---> docker-login.sh 03:58:25 nexus3.edgexfoundry.org:10001 03:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:25 Configure a credential helper to remove this warning. See 03:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:25 03:58:25 Login Succeeded 03:58:25 nexus3.edgexfoundry.org:10002 03:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:25 Configure a credential helper to remove this warning. See 03:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:25 03:58:25 Login Succeeded 03:58:25 nexus3.edgexfoundry.org:10003 03:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:26 Configure a credential helper to remove this warning. See 03:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:26 03:58:26 Login Succeeded 03:58:26 nexus3.edgexfoundry.org:10004 03:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:26 Configure a credential helper to remove this warning. See 03:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:26 03:58:26 Login Succeeded 03:58:26 docker.io 03:58:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:27 Configure a credential helper to remove this warning. See 03:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:27 03:58:27 Login Succeeded 03:58:27 ---> docker-login.sh ends [Pipeline] } 03:58:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:58:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:58:27 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:58:27 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:27 latest 03:58:27 3.0.0-dev.49 03:58:27 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:27 main 03:58:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:58:27 79370fbc52c1: Preparing 03:58:27 cc93b9df7076: Preparing 03:58:27 541f2e8eef3e: Preparing 03:58:27 89e54088b867: Preparing 03:58:27 f70ee36035b9: Preparing 03:58:27 f70ee36035b9: Layer already exists 03:58:28 89e54088b867: Pushed 03:58:28 541f2e8eef3e: Pushed 03:58:28 79370fbc52c1: Pushed 03:58:30 cc93b9df7076: Pushed 03:58:30 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:58:31 79370fbc52c1: Preparing 03:58:31 cc93b9df7076: Preparing 03:58:31 541f2e8eef3e: Preparing 03:58:31 89e54088b867: Preparing 03:58:31 f70ee36035b9: Preparing 03:58:31 f70ee36035b9: Layer already exists 03:58:31 541f2e8eef3e: Layer already exists 03:58:31 89e54088b867: Layer already exists 03:58:31 cc93b9df7076: Layer already exists 03:58:31 79370fbc52c1: Layer already exists 03:58:31 latest: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 03:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:58:32 79370fbc52c1: Preparing 03:58:32 cc93b9df7076: Preparing 03:58:32 541f2e8eef3e: Preparing 03:58:32 89e54088b867: Preparing 03:58:32 f70ee36035b9: Preparing 03:58:32 cc93b9df7076: Layer already exists 03:58:32 79370fbc52c1: Layer already exists 03:58:32 541f2e8eef3e: Layer already exists 03:58:32 89e54088b867: Layer already exists 03:58:32 f70ee36035b9: Layer already exists 03:58:32 3.0.0-dev.49: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:58:32 79370fbc52c1: Preparing 03:58:32 cc93b9df7076: Preparing 03:58:32 541f2e8eef3e: Preparing 03:58:32 89e54088b867: Preparing 03:58:32 f70ee36035b9: Preparing 03:58:32 541f2e8eef3e: Layer already exists 03:58:32 89e54088b867: Layer already exists 03:58:32 cc93b9df7076: Layer already exists 03:58:32 79370fbc52c1: Layer already exists 03:58:32 f70ee36035b9: Layer already exists 03:58:32 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:58:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:58:33 79370fbc52c1: Preparing 03:58:33 cc93b9df7076: Preparing 03:58:33 541f2e8eef3e: Preparing 03:58:33 89e54088b867: Preparing 03:58:33 f70ee36035b9: Preparing 03:58:33 f70ee36035b9: Layer already exists 03:58:33 79370fbc52c1: Layer already exists 03:58:33 cc93b9df7076: Layer already exists 03:58:33 541f2e8eef3e: Layer already exists 03:58:33 89e54088b867: Layer already exists 03:58:33 main: digest: sha256:1a2834090739da46a6bdc69c25091b859db3a81c98432836d0d6e2e5f0f0ed69 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:58:33 ===================================================== [Pipeline] echo 03:58:33 taggedImages: 03:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.49 03:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:58:33 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:58:33 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:33 latest 03:58:33 3.0.0-dev.49 03:58:33 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:33 main 03:58:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:58:34 55e44959ab6e: Preparing 03:58:34 0126dfeffb1b: Preparing 03:58:34 ef19bcc5f069: Preparing 03:58:34 99fc59fbd7ed: Preparing 03:58:34 541f2e8eef3e: Preparing 03:58:34 9d316c175614: Preparing 03:58:34 f70ee36035b9: Preparing 03:58:34 9d316c175614: Waiting 03:58:34 541f2e8eef3e: Layer already exists 03:58:34 0126dfeffb1b: Pushed 03:58:34 ef19bcc5f069: Pushed 03:58:34 55e44959ab6e: Pushed 03:58:34 9d316c175614: Pushed 03:58:34 f70ee36035b9: Layer already exists 03:58:36 99fc59fbd7ed: Pushed 03:58:36 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:37 + 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 03:58:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:58:37 55e44959ab6e: Preparing 03:58:37 0126dfeffb1b: Preparing 03:58:37 ef19bcc5f069: Preparing 03:58:37 99fc59fbd7ed: Preparing 03:58:37 541f2e8eef3e: Preparing 03:58:37 9d316c175614: Preparing 03:58:37 f70ee36035b9: Preparing 03:58:37 9d316c175614: Waiting 03:58:37 f70ee36035b9: Waiting 03:58:37 0126dfeffb1b: Layer already exists 03:58:37 ef19bcc5f069: Layer already exists 03:58:37 55e44959ab6e: Layer already exists 03:58:37 99fc59fbd7ed: Layer already exists 03:58:37 541f2e8eef3e: Layer already exists 03:58:37 f70ee36035b9: Layer already exists 03:58:37 9d316c175614: Layer already exists 03:58:37 latest: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 03:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:58:38 55e44959ab6e: Preparing 03:58:38 0126dfeffb1b: Preparing 03:58:38 ef19bcc5f069: Preparing 03:58:38 99fc59fbd7ed: Preparing 03:58:38 541f2e8eef3e: Preparing 03:58:38 9d316c175614: Preparing 03:58:38 f70ee36035b9: Preparing 03:58:38 f70ee36035b9: Waiting 03:58:38 9d316c175614: Waiting 03:58:38 ef19bcc5f069: Layer already exists 03:58:38 55e44959ab6e: Layer already exists 03:58:38 541f2e8eef3e: Layer already exists 03:58:38 0126dfeffb1b: Layer already exists 03:58:38 99fc59fbd7ed: Layer already exists 03:58:38 9d316c175614: Layer already exists 03:58:38 f70ee36035b9: Layer already exists 03:58:38 3.0.0-dev.49: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:58:38 55e44959ab6e: Preparing 03:58:38 0126dfeffb1b: Preparing 03:58:38 ef19bcc5f069: Preparing 03:58:38 99fc59fbd7ed: Preparing 03:58:38 541f2e8eef3e: Preparing 03:58:38 9d316c175614: Preparing 03:58:38 f70ee36035b9: Preparing 03:58:38 9d316c175614: Waiting 03:58:38 f70ee36035b9: Waiting 03:58:38 541f2e8eef3e: Layer already exists 03:58:38 99fc59fbd7ed: Layer already exists 03:58:38 0126dfeffb1b: Layer already exists 03:58:38 ef19bcc5f069: Layer already exists 03:58:38 55e44959ab6e: Layer already exists 03:58:38 9d316c175614: Layer already exists 03:58:38 f70ee36035b9: Layer already exists 03:58:38 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:39 + 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 03:58:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:58:39 55e44959ab6e: Preparing 03:58:39 0126dfeffb1b: Preparing 03:58:39 ef19bcc5f069: Preparing 03:58:39 99fc59fbd7ed: Preparing 03:58:39 541f2e8eef3e: Preparing 03:58:39 9d316c175614: Preparing 03:58:39 f70ee36035b9: Preparing 03:58:39 9d316c175614: Waiting 03:58:39 f70ee36035b9: Waiting 03:58:39 99fc59fbd7ed: Layer already exists 03:58:39 55e44959ab6e: Layer already exists 03:58:39 541f2e8eef3e: Layer already exists 03:58:39 ef19bcc5f069: Layer already exists 03:58:39 0126dfeffb1b: Layer already exists 03:58:39 f70ee36035b9: Layer already exists 03:58:39 9d316c175614: Layer already exists 03:58:40 main: digest: sha256:721c0960c74b653885fbb929bff094d3bb54b08a62a39798a76af3951628d943 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:58:40 ===================================================== [Pipeline] echo 03:58:40 taggedImages: 03:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.49 03:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:58:40 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:58:40 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:40 latest 03:58:40 3.0.0-dev.49 03:58:40 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:40 main 03:58:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:58:40 35d3aa929dfb: Preparing 03:58:40 de59e6d38170: Preparing 03:58:40 541f2e8eef3e: Preparing 03:58:40 7e4b59de9733: Preparing 03:58:40 f70ee36035b9: Preparing 03:58:40 f70ee36035b9: Layer already exists 03:58:40 541f2e8eef3e: Layer already exists 03:58:41 35d3aa929dfb: Pushed 03:58:41 7e4b59de9733: Pushed 03:58:43 de59e6d38170: Pushed 03:58:44 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:58:44 35d3aa929dfb: Preparing 03:58:44 de59e6d38170: Preparing 03:58:44 541f2e8eef3e: Preparing 03:58:44 7e4b59de9733: Preparing 03:58:44 f70ee36035b9: Preparing 03:58:44 de59e6d38170: Layer already exists 03:58:44 541f2e8eef3e: Layer already exists 03:58:44 f70ee36035b9: Layer already exists 03:58:44 35d3aa929dfb: Layer already exists 03:58:44 7e4b59de9733: Layer already exists 03:58:44 latest: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 03:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:58:45 35d3aa929dfb: Preparing 03:58:45 de59e6d38170: Preparing 03:58:45 541f2e8eef3e: Preparing 03:58:45 7e4b59de9733: Preparing 03:58:45 f70ee36035b9: Preparing 03:58:45 35d3aa929dfb: Layer already exists 03:58:45 7e4b59de9733: Layer already exists 03:58:45 de59e6d38170: Layer already exists 03:58:45 541f2e8eef3e: Layer already exists 03:58:45 f70ee36035b9: Layer already exists 03:58:45 3.0.0-dev.49: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:58:46 35d3aa929dfb: Preparing 03:58:46 de59e6d38170: Preparing 03:58:46 541f2e8eef3e: Preparing 03:58:46 7e4b59de9733: Preparing 03:58:46 f70ee36035b9: Preparing 03:58:46 f70ee36035b9: Layer already exists 03:58:46 35d3aa929dfb: Layer already exists 03:58:46 7e4b59de9733: Layer already exists 03:58:46 de59e6d38170: Layer already exists 03:58:46 541f2e8eef3e: Layer already exists 03:58:46 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:58:47 35d3aa929dfb: Preparing 03:58:47 de59e6d38170: Preparing 03:58:47 541f2e8eef3e: Preparing 03:58:47 7e4b59de9733: Preparing 03:58:47 f70ee36035b9: Preparing 03:58:47 de59e6d38170: Layer already exists 03:58:47 f70ee36035b9: Layer already exists 03:58:47 35d3aa929dfb: Layer already exists 03:58:47 541f2e8eef3e: Layer already exists 03:58:47 7e4b59de9733: Layer already exists 03:58:47 main: digest: sha256:06c90f347c1975e2d6b8973337f7f894d3616fd01994f585cdc022891cf5a706 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:58:47 ===================================================== [Pipeline] echo 03:58:47 taggedImages: 03:58:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:58:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.49 03:58:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:58:47 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:58:47 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:47 latest 03:58:47 3.0.0-dev.49 03:58:47 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:47 main 03:58:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:58:49 e8939c0e779f: Preparing 03:58:49 6816ee0a1021: Preparing 03:58:49 c1814392878f: Preparing 03:58:49 541f2e8eef3e: Preparing 03:58:49 89e54088b867: Preparing 03:58:49 f70ee36035b9: Preparing 03:58:49 f70ee36035b9: Waiting 03:58:49 541f2e8eef3e: Layer already exists 03:58:49 89e54088b867: Layer already exists 03:58:49 f70ee36035b9: Layer already exists 03:58:49 e8939c0e779f: Pushed 03:58:49 6816ee0a1021: Pushed 03:58:53 c1814392878f: Pushed 03:58:53 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:58:53 e8939c0e779f: Preparing 03:58:53 6816ee0a1021: Preparing 03:58:53 c1814392878f: Preparing 03:58:53 541f2e8eef3e: Preparing 03:58:53 89e54088b867: Preparing 03:58:53 f70ee36035b9: Preparing 03:58:53 f70ee36035b9: Waiting 03:58:53 c1814392878f: Layer already exists 03:58:53 89e54088b867: Layer already exists 03:58:53 541f2e8eef3e: Layer already exists 03:58:53 6816ee0a1021: Layer already exists 03:58:53 e8939c0e779f: Layer already exists 03:58:53 f70ee36035b9: Layer already exists 03:58:53 latest: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 03:58:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:58:54 e8939c0e779f: Preparing 03:58:54 6816ee0a1021: Preparing 03:58:54 c1814392878f: Preparing 03:58:54 541f2e8eef3e: Preparing 03:58:54 89e54088b867: Preparing 03:58:54 f70ee36035b9: Preparing 03:58:54 f70ee36035b9: Waiting 03:58:54 e8939c0e779f: Layer already exists 03:58:54 6816ee0a1021: Layer already exists 03:58:54 89e54088b867: Layer already exists 03:58:54 541f2e8eef3e: Layer already exists 03:58:54 c1814392878f: Layer already exists 03:58:54 f70ee36035b9: Layer already exists 03:58:54 3.0.0-dev.49: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:58:55 e8939c0e779f: Preparing 03:58:55 6816ee0a1021: Preparing 03:58:55 c1814392878f: Preparing 03:58:55 541f2e8eef3e: Preparing 03:58:55 89e54088b867: Preparing 03:58:55 f70ee36035b9: Preparing 03:58:55 f70ee36035b9: Waiting 03:58:55 e8939c0e779f: Layer already exists 03:58:55 c1814392878f: Layer already exists 03:58:55 541f2e8eef3e: Layer already exists 03:58:55 6816ee0a1021: Layer already exists 03:58:55 89e54088b867: Layer already exists 03:58:55 f70ee36035b9: Layer already exists 03:58:55 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:58:56 e8939c0e779f: Preparing 03:58:56 6816ee0a1021: Preparing 03:58:56 c1814392878f: Preparing 03:58:56 541f2e8eef3e: Preparing 03:58:56 89e54088b867: Preparing 03:58:56 f70ee36035b9: Preparing 03:58:56 e8939c0e779f: Layer already exists 03:58:56 6816ee0a1021: Layer already exists 03:58:56 541f2e8eef3e: Layer already exists 03:58:56 c1814392878f: Layer already exists 03:58:56 89e54088b867: Layer already exists 03:58:56 f70ee36035b9: Layer already exists 03:58:56 main: digest: sha256:b96a5312a6d2f8921fc4c42bec4ec2a24623411a0146396e115ea69a1417c937 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:58:56 ===================================================== [Pipeline] echo 03:58:56 taggedImages: 03:58:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:58:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.49 03:58:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:58:56 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:58:56 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:56 latest 03:58:56 3.0.0-dev.49 03:58:56 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:58:56 main 03:58:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:58:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:58:57 a38bc4b288ed: Preparing 03:58:57 a38bc4b288ed: Preparing 03:58:57 af41674df913: Preparing 03:58:57 8298c48f6b89: Preparing 03:58:57 6796144d3122: Preparing 03:58:57 e8921ec90fef: Preparing 03:58:57 b08492b5e4f5: Preparing 03:58:57 541f2e8eef3e: Preparing 03:58:57 12bf17fb6cbf: Preparing 03:58:57 e8b967c7b177: Preparing 03:58:57 b8061d35a578: Preparing 03:58:57 3e70d87ba161: Preparing 03:58:57 f70ee36035b9: Preparing 03:58:57 b08492b5e4f5: Waiting 03:58:57 541f2e8eef3e: Waiting 03:58:57 b8061d35a578: Waiting 03:58:57 3e70d87ba161: Waiting 03:58:57 12bf17fb6cbf: Waiting 03:58:57 e8b967c7b177: Waiting 03:58:57 f70ee36035b9: Waiting 03:58:57 a38bc4b288ed: Pushed 03:58:57 af41674df913: Pushed 03:58:57 6796144d3122: Pushed 03:58:57 e8921ec90fef: Pushed 03:58:57 8298c48f6b89: Pushed 03:58:57 541f2e8eef3e: Layer already exists 03:58:57 12bf17fb6cbf: Pushed 03:58:57 f70ee36035b9: Layer already exists 03:58:57 e8b967c7b177: Pushed 03:58:57 b8061d35a578: Pushed 03:58:57 3e70d87ba161: Pushed 03:59:01 b08492b5e4f5: Pushed 03:59:01 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:59:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:59:01 a38bc4b288ed: Preparing 03:59:01 a38bc4b288ed: Preparing 03:59:01 af41674df913: Preparing 03:59:01 8298c48f6b89: Preparing 03:59:01 6796144d3122: Preparing 03:59:01 e8921ec90fef: Preparing 03:59:01 b08492b5e4f5: Preparing 03:59:01 541f2e8eef3e: Preparing 03:59:01 12bf17fb6cbf: Preparing 03:59:01 e8b967c7b177: Preparing 03:59:01 b8061d35a578: Preparing 03:59:01 3e70d87ba161: Preparing 03:59:01 f70ee36035b9: Preparing 03:59:01 b08492b5e4f5: Waiting 03:59:01 541f2e8eef3e: Waiting 03:59:01 12bf17fb6cbf: Waiting 03:59:01 e8b967c7b177: Waiting 03:59:01 3e70d87ba161: Waiting 03:59:01 b8061d35a578: Waiting 03:59:01 f70ee36035b9: Waiting 03:59:01 af41674df913: Layer already exists 03:59:01 e8921ec90fef: Layer already exists 03:59:01 a38bc4b288ed: Layer already exists 03:59:01 6796144d3122: Layer already exists 03:59:01 8298c48f6b89: Layer already exists 03:59:01 b8061d35a578: Layer already exists 03:59:01 b08492b5e4f5: Layer already exists 03:59:01 541f2e8eef3e: Layer already exists 03:59:01 e8b967c7b177: Layer already exists 03:59:01 12bf17fb6cbf: Layer already exists 03:59:02 f70ee36035b9: Layer already exists 03:59:02 3e70d87ba161: Layer already exists 03:59:02 latest: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 03:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:59:02 a38bc4b288ed: Preparing 03:59:02 a38bc4b288ed: Preparing 03:59:02 af41674df913: Preparing 03:59:02 8298c48f6b89: Preparing 03:59:02 6796144d3122: Preparing 03:59:02 e8921ec90fef: Preparing 03:59:02 b08492b5e4f5: Preparing 03:59:02 541f2e8eef3e: Preparing 03:59:02 12bf17fb6cbf: Preparing 03:59:02 e8b967c7b177: Preparing 03:59:02 b8061d35a578: Preparing 03:59:02 3e70d87ba161: Preparing 03:59:02 b08492b5e4f5: Waiting 03:59:02 541f2e8eef3e: Waiting 03:59:02 e8b967c7b177: Waiting 03:59:02 12bf17fb6cbf: Waiting 03:59:02 b8061d35a578: Waiting 03:59:02 3e70d87ba161: Waiting 03:59:02 f70ee36035b9: Preparing 03:59:02 f70ee36035b9: Waiting 03:59:02 8298c48f6b89: Layer already exists 03:59:02 af41674df913: Layer already exists 03:59:02 6796144d3122: Layer already exists 03:59:02 e8921ec90fef: Layer already exists 03:59:02 a38bc4b288ed: Layer already exists 03:59:02 12bf17fb6cbf: Layer already exists 03:59:02 b08492b5e4f5: Layer already exists 03:59:02 e8b967c7b177: Layer already exists 03:59:02 541f2e8eef3e: Layer already exists 03:59:02 b8061d35a578: Layer already exists 03:59:02 f70ee36035b9: Layer already exists 03:59:02 3e70d87ba161: Layer already exists 03:59:02 3.0.0-dev.49: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:59:03 a38bc4b288ed: Preparing 03:59:03 a38bc4b288ed: Preparing 03:59:03 af41674df913: Preparing 03:59:03 8298c48f6b89: Preparing 03:59:03 6796144d3122: Preparing 03:59:03 e8921ec90fef: Preparing 03:59:03 b08492b5e4f5: Preparing 03:59:03 541f2e8eef3e: Preparing 03:59:03 12bf17fb6cbf: Preparing 03:59:03 e8b967c7b177: Preparing 03:59:03 b8061d35a578: Preparing 03:59:03 3e70d87ba161: Preparing 03:59:03 f70ee36035b9: Preparing 03:59:03 b08492b5e4f5: Waiting 03:59:03 541f2e8eef3e: Waiting 03:59:03 e8b967c7b177: Waiting 03:59:03 b8061d35a578: Waiting 03:59:03 3e70d87ba161: Waiting 03:59:03 f70ee36035b9: Waiting 03:59:03 12bf17fb6cbf: Waiting 03:59:03 8298c48f6b89: Layer already exists 03:59:03 6796144d3122: Layer already exists 03:59:03 af41674df913: Layer already exists 03:59:03 e8921ec90fef: Layer already exists 03:59:03 a38bc4b288ed: Layer already exists 03:59:03 541f2e8eef3e: Layer already exists 03:59:03 b08492b5e4f5: Layer already exists 03:59:03 12bf17fb6cbf: Layer already exists 03:59:03 e8b967c7b177: Layer already exists 03:59:03 b8061d35a578: Layer already exists 03:59:03 3e70d87ba161: Layer already exists 03:59:03 f70ee36035b9: Layer already exists 03:59:03 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:59:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:59:04 a38bc4b288ed: Preparing 03:59:04 a38bc4b288ed: Preparing 03:59:04 af41674df913: Preparing 03:59:04 8298c48f6b89: Preparing 03:59:04 6796144d3122: Preparing 03:59:04 e8921ec90fef: Preparing 03:59:04 b08492b5e4f5: Preparing 03:59:04 541f2e8eef3e: Preparing 03:59:04 12bf17fb6cbf: Preparing 03:59:04 e8b967c7b177: Preparing 03:59:04 b8061d35a578: Preparing 03:59:04 3e70d87ba161: Preparing 03:59:04 f70ee36035b9: Preparing 03:59:04 e8b967c7b177: Waiting 03:59:04 b8061d35a578: Waiting 03:59:04 3e70d87ba161: Waiting 03:59:04 541f2e8eef3e: Waiting 03:59:04 b08492b5e4f5: Waiting 03:59:04 12bf17fb6cbf: Waiting 03:59:04 f70ee36035b9: Waiting 03:59:04 af41674df913: Layer already exists 03:59:04 a38bc4b288ed: Layer already exists 03:59:04 e8921ec90fef: Layer already exists 03:59:04 6796144d3122: Layer already exists 03:59:04 8298c48f6b89: Layer already exists 03:59:04 541f2e8eef3e: Layer already exists 03:59:04 b08492b5e4f5: Layer already exists 03:59:04 e8b967c7b177: Layer already exists 03:59:04 12bf17fb6cbf: Layer already exists 03:59:04 b8061d35a578: Layer already exists 03:59:04 3e70d87ba161: Layer already exists 03:59:04 f70ee36035b9: Layer already exists 03:59:04 main: digest: sha256:2d1d455110d2dc6f07b4bdec0f1ce61da01cd6335488c7bb2f84d26ccfffcb1b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:04 ===================================================== [Pipeline] echo 03:59:04 taggedImages: 03:59:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:59:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.49 03:59:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:59:04 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:59:04 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:04 latest 03:59:04 3.0.0-dev.49 03:59:04 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:04 main 03:59:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:59:05 c5add3a7ac6a: Preparing 03:59:05 cc573c8b5710: Preparing 03:59:05 dc376ef5d9fd: Preparing 03:59:05 7382bde0f029: Preparing 03:59:05 72a6c328cadc: Preparing 03:59:05 86437739bc3a: Preparing 03:59:05 dd2b396c8bf3: Preparing 03:59:05 f70ee36035b9: Preparing 03:59:05 86437739bc3a: Waiting 03:59:05 dd2b396c8bf3: Waiting 03:59:05 f70ee36035b9: Waiting 03:59:05 72a6c328cadc: Pushed 03:59:05 c5add3a7ac6a: Pushed 03:59:05 cc573c8b5710: Pushed 03:59:06 f70ee36035b9: Layer already exists 03:59:06 86437739bc3a: Pushed 03:59:06 dd2b396c8bf3: Pushed 03:59:08 dc376ef5d9fd: Pushed 03:59:08 7382bde0f029: Pushed 03:59:08 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:08 + 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 03:59:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:59:09 c5add3a7ac6a: Preparing 03:59:09 cc573c8b5710: Preparing 03:59:09 dc376ef5d9fd: Preparing 03:59:09 7382bde0f029: Preparing 03:59:09 72a6c328cadc: Preparing 03:59:09 86437739bc3a: Preparing 03:59:09 dd2b396c8bf3: Preparing 03:59:09 f70ee36035b9: Preparing 03:59:09 86437739bc3a: Waiting 03:59:09 dd2b396c8bf3: Waiting 03:59:09 f70ee36035b9: Waiting 03:59:09 cc573c8b5710: Layer already exists 03:59:09 72a6c328cadc: Layer already exists 03:59:09 c5add3a7ac6a: Layer already exists 03:59:09 dc376ef5d9fd: Layer already exists 03:59:09 7382bde0f029: Layer already exists 03:59:09 f70ee36035b9: Layer already exists 03:59:09 dd2b396c8bf3: Layer already exists 03:59:09 86437739bc3a: Layer already exists 03:59:09 latest: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 03:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:59:10 c5add3a7ac6a: Preparing 03:59:10 cc573c8b5710: Preparing 03:59:10 dc376ef5d9fd: Preparing 03:59:10 7382bde0f029: Preparing 03:59:10 72a6c328cadc: Preparing 03:59:10 86437739bc3a: Preparing 03:59:10 dd2b396c8bf3: Preparing 03:59:10 f70ee36035b9: Preparing 03:59:10 86437739bc3a: Waiting 03:59:10 dd2b396c8bf3: Waiting 03:59:10 f70ee36035b9: Waiting 03:59:10 dc376ef5d9fd: Layer already exists 03:59:10 72a6c328cadc: Layer already exists 03:59:10 c5add3a7ac6a: Layer already exists 03:59:10 cc573c8b5710: Layer already exists 03:59:10 7382bde0f029: Layer already exists 03:59:10 f70ee36035b9: Layer already exists 03:59:10 86437739bc3a: Layer already exists 03:59:10 dd2b396c8bf3: Layer already exists 03:59:10 3.0.0-dev.49: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:59:10 c5add3a7ac6a: Preparing 03:59:10 cc573c8b5710: Preparing 03:59:10 dc376ef5d9fd: Preparing 03:59:10 7382bde0f029: Preparing 03:59:10 72a6c328cadc: Preparing 03:59:10 86437739bc3a: Preparing 03:59:10 dd2b396c8bf3: Preparing 03:59:10 f70ee36035b9: Preparing 03:59:10 86437739bc3a: Waiting 03:59:10 dd2b396c8bf3: Waiting 03:59:10 f70ee36035b9: Waiting 03:59:10 72a6c328cadc: Layer already exists 03:59:10 dc376ef5d9fd: Layer already exists 03:59:10 7382bde0f029: Layer already exists 03:59:10 cc573c8b5710: Layer already exists 03:59:10 c5add3a7ac6a: Layer already exists 03:59:10 dd2b396c8bf3: Layer already exists 03:59:10 86437739bc3a: Layer already exists 03:59:10 f70ee36035b9: Layer already exists 03:59:11 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:11 + 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 03:59:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:59:11 c5add3a7ac6a: Preparing 03:59:11 cc573c8b5710: Preparing 03:59:11 dc376ef5d9fd: Preparing 03:59:11 7382bde0f029: Preparing 03:59:11 72a6c328cadc: Preparing 03:59:11 86437739bc3a: Preparing 03:59:11 dd2b396c8bf3: Preparing 03:59:11 f70ee36035b9: Preparing 03:59:11 dd2b396c8bf3: Waiting 03:59:11 f70ee36035b9: Waiting 03:59:11 86437739bc3a: Waiting 03:59:11 72a6c328cadc: Layer already exists 03:59:11 cc573c8b5710: Layer already exists 03:59:11 dc376ef5d9fd: Layer already exists 03:59:11 c5add3a7ac6a: Layer already exists 03:59:11 7382bde0f029: Layer already exists 03:59:11 86437739bc3a: Layer already exists 03:59:11 f70ee36035b9: Layer already exists 03:59:11 dd2b396c8bf3: Layer already exists 03:59:12 main: digest: sha256:112e90944b0e87b9a633920723a3c679b4c805c6f1998539b0713a5dd82bc39e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:12 ===================================================== [Pipeline] echo 03:59:12 taggedImages: 03:59:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:59:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.49 03:59:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:59:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:59:12 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:12 latest 03:59:12 3.0.0-dev.49 03:59:12 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:12 main 03:59:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:59:12 0683d8aba829: Preparing 03:59:12 6ee3375ce4f4: Preparing 03:59:12 8e742439a431: Preparing 03:59:12 4088c6bce37f: Preparing 03:59:12 4aad4c79cbc2: Preparing 03:59:12 5114e64c3b98: Preparing 03:59:12 ff6271f171c2: Preparing 03:59:12 90a7c001cb81: Preparing 03:59:12 88bc7b7e6e3a: Preparing 03:59:12 f70ee36035b9: Preparing 03:59:12 5114e64c3b98: Waiting 03:59:12 ff6271f171c2: Waiting 03:59:12 f70ee36035b9: Waiting 03:59:12 90a7c001cb81: Waiting 03:59:12 88bc7b7e6e3a: Waiting 03:59:13 6ee3375ce4f4: Pushed 03:59:13 4aad4c79cbc2: Pushed 03:59:13 0683d8aba829: Pushed 03:59:13 5114e64c3b98: Pushed 03:59:13 ff6271f171c2: Pushed 03:59:13 90a7c001cb81: Pushed 03:59:13 f70ee36035b9: Layer already exists 03:59:13 88bc7b7e6e3a: Pushed 03:59:15 4088c6bce37f: Pushed 03:59:16 8e742439a431: Pushed 03:59:16 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:16 + 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 03:59:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:59:17 0683d8aba829: Preparing 03:59:17 6ee3375ce4f4: Preparing 03:59:17 8e742439a431: Preparing 03:59:17 4088c6bce37f: Preparing 03:59:17 4aad4c79cbc2: Preparing 03:59:17 5114e64c3b98: Preparing 03:59:17 ff6271f171c2: Preparing 03:59:17 90a7c001cb81: Preparing 03:59:17 88bc7b7e6e3a: Preparing 03:59:17 f70ee36035b9: Preparing 03:59:17 90a7c001cb81: Waiting 03:59:17 88bc7b7e6e3a: Waiting 03:59:17 5114e64c3b98: Waiting 03:59:17 f70ee36035b9: Waiting 03:59:17 ff6271f171c2: Waiting 03:59:17 6ee3375ce4f4: Layer already exists 03:59:17 8e742439a431: Layer already exists 03:59:17 4aad4c79cbc2: Layer already exists 03:59:17 0683d8aba829: Layer already exists 03:59:17 4088c6bce37f: Layer already exists 03:59:17 ff6271f171c2: Layer already exists 03:59:17 5114e64c3b98: Layer already exists 03:59:17 f70ee36035b9: Layer already exists 03:59:17 90a7c001cb81: Layer already exists 03:59:17 88bc7b7e6e3a: Layer already exists 03:59:17 latest: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 03:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:59:18 0683d8aba829: Preparing 03:59:18 6ee3375ce4f4: Preparing 03:59:18 8e742439a431: Preparing 03:59:18 4088c6bce37f: Preparing 03:59:18 4aad4c79cbc2: Preparing 03:59:18 5114e64c3b98: Preparing 03:59:18 ff6271f171c2: Preparing 03:59:18 90a7c001cb81: Preparing 03:59:18 88bc7b7e6e3a: Preparing 03:59:18 f70ee36035b9: Preparing 03:59:18 5114e64c3b98: Waiting 03:59:18 ff6271f171c2: Waiting 03:59:18 90a7c001cb81: Waiting 03:59:18 88bc7b7e6e3a: Waiting 03:59:18 f70ee36035b9: Waiting 03:59:18 4aad4c79cbc2: Layer already exists 03:59:18 4088c6bce37f: Layer already exists 03:59:18 6ee3375ce4f4: Layer already exists 03:59:18 8e742439a431: Layer already exists 03:59:18 0683d8aba829: Layer already exists 03:59:18 90a7c001cb81: Layer already exists 03:59:18 5114e64c3b98: Layer already exists 03:59:18 ff6271f171c2: Layer already exists 03:59:18 f70ee36035b9: Layer already exists 03:59:18 88bc7b7e6e3a: Layer already exists 03:59:18 3.0.0-dev.49: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:59:19 0683d8aba829: Preparing 03:59:19 6ee3375ce4f4: Preparing 03:59:19 8e742439a431: Preparing 03:59:19 4088c6bce37f: Preparing 03:59:19 4aad4c79cbc2: Preparing 03:59:19 5114e64c3b98: Preparing 03:59:19 ff6271f171c2: Preparing 03:59:19 90a7c001cb81: Preparing 03:59:19 88bc7b7e6e3a: Preparing 03:59:19 f70ee36035b9: Preparing 03:59:19 90a7c001cb81: Waiting 03:59:19 88bc7b7e6e3a: Waiting 03:59:19 f70ee36035b9: Waiting 03:59:19 5114e64c3b98: Waiting 03:59:19 ff6271f171c2: Waiting 03:59:19 4aad4c79cbc2: Layer already exists 03:59:19 4088c6bce37f: Layer already exists 03:59:19 6ee3375ce4f4: Layer already exists 03:59:19 8e742439a431: Layer already exists 03:59:19 0683d8aba829: Layer already exists 03:59:19 5114e64c3b98: Layer already exists 03:59:19 88bc7b7e6e3a: Layer already exists 03:59:19 f70ee36035b9: Layer already exists 03:59:19 ff6271f171c2: Layer already exists 03:59:19 90a7c001cb81: Layer already exists 03:59:19 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + 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 03:59:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:59:20 0683d8aba829: Preparing 03:59:20 6ee3375ce4f4: Preparing 03:59:20 8e742439a431: Preparing 03:59:20 4088c6bce37f: Preparing 03:59:20 4aad4c79cbc2: Preparing 03:59:20 5114e64c3b98: Preparing 03:59:20 ff6271f171c2: Preparing 03:59:20 90a7c001cb81: Preparing 03:59:20 88bc7b7e6e3a: Preparing 03:59:20 f70ee36035b9: Preparing 03:59:20 5114e64c3b98: Waiting 03:59:20 ff6271f171c2: Waiting 03:59:20 90a7c001cb81: Waiting 03:59:20 88bc7b7e6e3a: Waiting 03:59:20 f70ee36035b9: Waiting 03:59:20 4aad4c79cbc2: Layer already exists 03:59:20 0683d8aba829: Layer already exists 03:59:20 6ee3375ce4f4: Layer already exists 03:59:20 4088c6bce37f: Layer already exists 03:59:20 8e742439a431: Layer already exists 03:59:20 90a7c001cb81: Layer already exists 03:59:20 5114e64c3b98: Layer already exists 03:59:20 ff6271f171c2: Layer already exists 03:59:20 88bc7b7e6e3a: Layer already exists 03:59:20 f70ee36035b9: Layer already exists 03:59:20 main: digest: sha256:2bd81038fd4a6922f04d2afa814caa268418892618cb8dc27de4d110fd0c5c6b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:20 ===================================================== [Pipeline] echo 03:59:20 taggedImages: 03:59:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:59:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.49 03:59:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:59:20 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:59:20 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:20 latest 03:59:20 3.0.0-dev.49 03:59:20 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:20 main 03:59:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:59:20 9ff3f91c2824: Preparing 03:59:20 01cd0bba42ef: Preparing 03:59:20 541f2e8eef3e: Preparing 03:59:20 2195863e65e5: Preparing 03:59:20 a8cfdf0cc8ec: Preparing 03:59:20 a8cfdf0cc8ec: Layer already exists 03:59:20 541f2e8eef3e: Layer already exists 03:59:21 9ff3f91c2824: Pushed 03:59:22 2195863e65e5: Pushed 03:59:25 01cd0bba42ef: Pushed 03:59:25 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:25 + 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 03:59:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:59:26 9ff3f91c2824: Preparing 03:59:26 01cd0bba42ef: Preparing 03:59:26 541f2e8eef3e: Preparing 03:59:26 2195863e65e5: Preparing 03:59:26 a8cfdf0cc8ec: Preparing 03:59:26 a8cfdf0cc8ec: Layer already exists 03:59:26 2195863e65e5: Layer already exists 03:59:26 01cd0bba42ef: Layer already exists 03:59:26 9ff3f91c2824: Layer already exists 03:59:26 541f2e8eef3e: Layer already exists 03:59:26 latest: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 03:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:59:27 9ff3f91c2824: Preparing 03:59:27 01cd0bba42ef: Preparing 03:59:27 541f2e8eef3e: Preparing 03:59:27 2195863e65e5: Preparing 03:59:27 a8cfdf0cc8ec: Preparing 03:59:27 541f2e8eef3e: Layer already exists 03:59:27 9ff3f91c2824: Layer already exists 03:59:27 a8cfdf0cc8ec: Layer already exists 03:59:27 01cd0bba42ef: Layer already exists 03:59:27 2195863e65e5: Layer already exists 03:59:27 3.0.0-dev.49: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:59:27 9ff3f91c2824: Preparing 03:59:27 01cd0bba42ef: Preparing 03:59:27 541f2e8eef3e: Preparing 03:59:27 2195863e65e5: Preparing 03:59:27 a8cfdf0cc8ec: Preparing 03:59:27 2195863e65e5: Layer already exists 03:59:27 01cd0bba42ef: Layer already exists 03:59:27 a8cfdf0cc8ec: Layer already exists 03:59:27 541f2e8eef3e: Layer already exists 03:59:27 9ff3f91c2824: Layer already exists 03:59:27 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:28 + 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 03:59:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:59:28 9ff3f91c2824: Preparing 03:59:28 01cd0bba42ef: Preparing 03:59:28 541f2e8eef3e: Preparing 03:59:28 2195863e65e5: Preparing 03:59:28 a8cfdf0cc8ec: Preparing 03:59:28 01cd0bba42ef: Layer already exists 03:59:28 a8cfdf0cc8ec: Layer already exists 03:59:28 9ff3f91c2824: Layer already exists 03:59:28 2195863e65e5: Layer already exists 03:59:28 541f2e8eef3e: Layer already exists 03:59:28 main: digest: sha256:53447d7924c05604a1a11901a10c0bd95ac58536cfe6db5a56f9785d052e4c6a size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:29 ===================================================== [Pipeline] echo 03:59:29 taggedImages: 03:59:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:59:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.49 03:59:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:59:29 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:59:29 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:29 latest 03:59:29 3.0.0-dev.49 03:59:29 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:29 main 03:59:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:59:29 075c719ea383: Preparing 03:59:29 17f08f058747: Preparing 03:59:29 b4eacb7d5355: Preparing 03:59:29 dbcee8b58ba6: Preparing 03:59:29 c23156b320c0: Preparing 03:59:29 a51348b36889: Preparing 03:59:29 a8cfdf0cc8ec: Preparing 03:59:29 a51348b36889: Waiting 03:59:29 a8cfdf0cc8ec: Waiting 03:59:30 17f08f058747: Pushed 03:59:30 075c719ea383: Pushed 03:59:30 b4eacb7d5355: Pushed 03:59:30 a8cfdf0cc8ec: Layer already exists 03:59:31 a51348b36889: Pushed 03:59:37 c23156b320c0: Pushed 03:59:44 dbcee8b58ba6: Pushed 03:59:44 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:44 + 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 03:59:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:59:44 075c719ea383: Preparing 03:59:44 17f08f058747: Preparing 03:59:44 b4eacb7d5355: Preparing 03:59:44 dbcee8b58ba6: Preparing 03:59:44 c23156b320c0: Preparing 03:59:44 a51348b36889: Preparing 03:59:44 a8cfdf0cc8ec: Preparing 03:59:44 a8cfdf0cc8ec: Waiting 03:59:44 17f08f058747: Layer already exists 03:59:44 b4eacb7d5355: Layer already exists 03:59:44 075c719ea383: Layer already exists 03:59:44 dbcee8b58ba6: Layer already exists 03:59:44 c23156b320c0: Layer already exists 03:59:44 a8cfdf0cc8ec: Layer already exists 03:59:44 a51348b36889: Layer already exists 03:59:45 latest: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 03:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:59:45 075c719ea383: Preparing 03:59:45 17f08f058747: Preparing 03:59:45 b4eacb7d5355: Preparing 03:59:45 dbcee8b58ba6: Preparing 03:59:45 c23156b320c0: Preparing 03:59:45 a51348b36889: Preparing 03:59:45 a8cfdf0cc8ec: Preparing 03:59:45 a51348b36889: Waiting 03:59:45 a8cfdf0cc8ec: Waiting 03:59:45 c23156b320c0: Layer already exists 03:59:45 17f08f058747: Layer already exists 03:59:45 b4eacb7d5355: Layer already exists 03:59:45 dbcee8b58ba6: Layer already exists 03:59:45 075c719ea383: Layer already exists 03:59:45 a51348b36889: Layer already exists 03:59:45 a8cfdf0cc8ec: Layer already exists 03:59:46 3.0.0-dev.49: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:59:46 075c719ea383: Preparing 03:59:46 17f08f058747: Preparing 03:59:46 b4eacb7d5355: Preparing 03:59:46 dbcee8b58ba6: Preparing 03:59:46 c23156b320c0: Preparing 03:59:46 a51348b36889: Preparing 03:59:46 a8cfdf0cc8ec: Preparing 03:59:46 a51348b36889: Waiting 03:59:46 a8cfdf0cc8ec: Waiting 03:59:46 dbcee8b58ba6: Layer already exists 03:59:46 b4eacb7d5355: Layer already exists 03:59:46 075c719ea383: Layer already exists 03:59:46 17f08f058747: Layer already exists 03:59:46 c23156b320c0: Layer already exists 03:59:46 a51348b36889: Layer already exists 03:59:46 a8cfdf0cc8ec: Layer already exists 03:59:47 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:47 + 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 03:59:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:59:47 075c719ea383: Preparing 03:59:47 17f08f058747: Preparing 03:59:47 b4eacb7d5355: Preparing 03:59:47 dbcee8b58ba6: Preparing 03:59:47 c23156b320c0: Preparing 03:59:47 a51348b36889: Preparing 03:59:47 a8cfdf0cc8ec: Preparing 03:59:47 a51348b36889: Waiting 03:59:47 a8cfdf0cc8ec: Waiting 03:59:47 c23156b320c0: Layer already exists 03:59:47 dbcee8b58ba6: Layer already exists 03:59:47 075c719ea383: Layer already exists 03:59:47 17f08f058747: Layer already exists 03:59:47 b4eacb7d5355: Layer already exists 03:59:47 a8cfdf0cc8ec: Layer already exists 03:59:47 a51348b36889: Layer already exists 03:59:47 main: digest: sha256:0751bab679c2c21c33afe8dfa858019cc60f833ecf3927e590ece0de905b7e55 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:48 ===================================================== [Pipeline] echo 03:59:48 taggedImages: 03:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.49 03:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:59:48 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:59:48 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:48 latest 03:59:48 3.0.0-dev.49 03:59:48 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 03:59:48 main 03:59:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:48 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 03:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:59:48 4b7dc57c28e0: Preparing 03:59:48 b3c4dc170344: Preparing 03:59:48 bd8ee0c72e43: Preparing 03:59:48 d098b6450b21: Preparing 03:59:48 1aad6f451f54: Preparing 03:59:48 a8cfdf0cc8ec: Preparing 03:59:48 a8cfdf0cc8ec: Waiting 03:59:49 4b7dc57c28e0: Pushed 03:59:49 bd8ee0c72e43: Pushed 03:59:49 b3c4dc170344: Pushed 03:59:49 a8cfdf0cc8ec: Layer already exists 03:59:49 1aad6f451f54: Pushed 04:00:04 d098b6450b21: Pushed 04:00:04 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:04 + 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 04:00:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:00:05 4b7dc57c28e0: Preparing 04:00:05 b3c4dc170344: Preparing 04:00:05 bd8ee0c72e43: Preparing 04:00:05 d098b6450b21: Preparing 04:00:05 1aad6f451f54: Preparing 04:00:05 a8cfdf0cc8ec: Preparing 04:00:05 a8cfdf0cc8ec: Waiting 04:00:05 4b7dc57c28e0: Layer already exists 04:00:05 b3c4dc170344: Layer already exists 04:00:05 d098b6450b21: Layer already exists 04:00:05 bd8ee0c72e43: Layer already exists 04:00:05 1aad6f451f54: Layer already exists 04:00:05 a8cfdf0cc8ec: Layer already exists 04:00:05 latest: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 04:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:00:06 4b7dc57c28e0: Preparing 04:00:06 b3c4dc170344: Preparing 04:00:06 bd8ee0c72e43: Preparing 04:00:06 d098b6450b21: Preparing 04:00:06 1aad6f451f54: Preparing 04:00:06 a8cfdf0cc8ec: Preparing 04:00:06 a8cfdf0cc8ec: Waiting 04:00:06 b3c4dc170344: Layer already exists 04:00:06 bd8ee0c72e43: Layer already exists 04:00:06 1aad6f451f54: Layer already exists 04:00:06 4b7dc57c28e0: Layer already exists 04:00:06 d098b6450b21: Layer already exists 04:00:06 a8cfdf0cc8ec: Layer already exists 04:00:06 3.0.0-dev.49: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:00:07 4b7dc57c28e0: Preparing 04:00:07 b3c4dc170344: Preparing 04:00:07 bd8ee0c72e43: Preparing 04:00:07 d098b6450b21: Preparing 04:00:07 1aad6f451f54: Preparing 04:00:07 a8cfdf0cc8ec: Preparing 04:00:07 a8cfdf0cc8ec: Waiting 04:00:07 4b7dc57c28e0: Layer already exists 04:00:07 b3c4dc170344: Layer already exists 04:00:07 1aad6f451f54: Layer already exists 04:00:07 bd8ee0c72e43: Layer already exists 04:00:07 d098b6450b21: Layer already exists 04:00:07 a8cfdf0cc8ec: Layer already exists 04:00:07 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:07 + 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 04:00:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:00:07 4b7dc57c28e0: Preparing 04:00:07 b3c4dc170344: Preparing 04:00:07 bd8ee0c72e43: Preparing 04:00:07 d098b6450b21: Preparing 04:00:07 1aad6f451f54: Preparing 04:00:07 a8cfdf0cc8ec: Preparing 04:00:07 a8cfdf0cc8ec: Waiting 04:00:07 bd8ee0c72e43: Layer already exists 04:00:07 d098b6450b21: Layer already exists 04:00:07 1aad6f451f54: Layer already exists 04:00:07 4b7dc57c28e0: Layer already exists 04:00:07 b3c4dc170344: Layer already exists 04:00:07 a8cfdf0cc8ec: Layer already exists 04:00:08 main: digest: sha256:16b0e65e631b2bbc085b94366184fb47310590083cfe445f3e0b76be7686c46d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:08 ===================================================== [Pipeline] echo 04:00:08 taggedImages: 04:00:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:00:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.49 04:00:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:00:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:00:08 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:08 latest 04:00:08 3.0.0-dev.49 04:00:08 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:08 main 04:00:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:00:08 a029a0663748: Preparing 04:00:08 8a44ca9fe154: Preparing 04:00:08 3fc9c54c1aba: Preparing 04:00:08 b83a112b48a3: Preparing 04:00:08 a51348b36889: Preparing 04:00:08 a8cfdf0cc8ec: Preparing 04:00:08 a8cfdf0cc8ec: Waiting 04:00:08 a51348b36889: Layer already exists 04:00:09 a8cfdf0cc8ec: Layer already exists 04:00:09 a029a0663748: Pushed 04:00:09 3fc9c54c1aba: Pushed 04:00:09 8a44ca9fe154: Pushed 04:00:27 b83a112b48a3: Pushed 04:00:27 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:27 + 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 04:00:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:00:27 a029a0663748: Preparing 04:00:27 8a44ca9fe154: Preparing 04:00:27 3fc9c54c1aba: Preparing 04:00:27 b83a112b48a3: Preparing 04:00:27 a51348b36889: Preparing 04:00:27 a8cfdf0cc8ec: Preparing 04:00:27 a8cfdf0cc8ec: Waiting 04:00:27 8a44ca9fe154: Layer already exists 04:00:27 a029a0663748: Layer already exists 04:00:27 3fc9c54c1aba: Layer already exists 04:00:27 a51348b36889: Layer already exists 04:00:27 b83a112b48a3: Layer already exists 04:00:27 a8cfdf0cc8ec: Layer already exists 04:00:28 latest: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 04:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:00:28 a029a0663748: Preparing 04:00:28 8a44ca9fe154: Preparing 04:00:28 3fc9c54c1aba: Preparing 04:00:28 b83a112b48a3: Preparing 04:00:28 a51348b36889: Preparing 04:00:28 a8cfdf0cc8ec: Preparing 04:00:28 a8cfdf0cc8ec: Waiting 04:00:28 b83a112b48a3: Layer already exists 04:00:28 a029a0663748: Layer already exists 04:00:28 8a44ca9fe154: Layer already exists 04:00:28 a51348b36889: Layer already exists 04:00:28 3fc9c54c1aba: Layer already exists 04:00:28 a8cfdf0cc8ec: Layer already exists 04:00:28 3.0.0-dev.49: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:00:29 a029a0663748: Preparing 04:00:29 8a44ca9fe154: Preparing 04:00:29 3fc9c54c1aba: Preparing 04:00:29 b83a112b48a3: Preparing 04:00:29 a51348b36889: Preparing 04:00:29 a8cfdf0cc8ec: Preparing 04:00:29 a8cfdf0cc8ec: Waiting 04:00:29 8a44ca9fe154: Layer already exists 04:00:29 b83a112b48a3: Layer already exists 04:00:29 3fc9c54c1aba: Layer already exists 04:00:29 a51348b36889: Layer already exists 04:00:29 a029a0663748: Layer already exists 04:00:29 a8cfdf0cc8ec: Layer already exists 04:00:29 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:30 + 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 04:00:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:00:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:00:30 a029a0663748: Preparing 04:00:30 8a44ca9fe154: Preparing 04:00:30 3fc9c54c1aba: Preparing 04:00:30 b83a112b48a3: Preparing 04:00:30 a51348b36889: Preparing 04:00:30 a8cfdf0cc8ec: Preparing 04:00:30 a8cfdf0cc8ec: Waiting 04:00:30 8a44ca9fe154: Layer already exists 04:00:30 3fc9c54c1aba: Layer already exists 04:00:30 a029a0663748: Layer already exists 04:00:30 a51348b36889: Layer already exists 04:00:30 b83a112b48a3: Layer already exists 04:00:30 a8cfdf0cc8ec: Layer already exists 04:00:30 main: digest: sha256:66528680d3ba8def8243e92379091c1664d320cddcc0ea5e89fd337869879b49 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:30 ===================================================== [Pipeline] echo 04:00:30 taggedImages: 04:00:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:00:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.49 04:00:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:30 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:00:30 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:00:30 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:30 latest 04:00:30 3.0.0-dev.49 04:00:30 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:30 main 04:00:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:00:31 4452fa63d993: Preparing 04:00:31 29ebfd518724: Preparing 04:00:31 541f2e8eef3e: Preparing 04:00:31 a847ebfdedc9: Preparing 04:00:31 f70ee36035b9: Preparing 04:00:31 f70ee36035b9: Layer already exists 04:00:31 541f2e8eef3e: Layer already exists 04:00:31 4452fa63d993: Pushed 04:00:32 a847ebfdedc9: Pushed 04:00:37 29ebfd518724: Pushed 04:00:37 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:00:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:00:38 4452fa63d993: Preparing 04:00:38 29ebfd518724: Preparing 04:00:38 541f2e8eef3e: Preparing 04:00:38 a847ebfdedc9: Preparing 04:00:38 f70ee36035b9: Preparing 04:00:38 541f2e8eef3e: Layer already exists 04:00:38 4452fa63d993: Layer already exists 04:00:38 a847ebfdedc9: Layer already exists 04:00:38 29ebfd518724: Layer already exists 04:00:38 f70ee36035b9: Layer already exists 04:00:38 latest: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 04:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:00:39 4452fa63d993: Preparing 04:00:39 29ebfd518724: Preparing 04:00:39 541f2e8eef3e: Preparing 04:00:39 a847ebfdedc9: Preparing 04:00:39 f70ee36035b9: Preparing 04:00:39 f70ee36035b9: Layer already exists 04:00:39 4452fa63d993: Layer already exists 04:00:39 a847ebfdedc9: Layer already exists 04:00:39 29ebfd518724: Layer already exists 04:00:39 541f2e8eef3e: Layer already exists 04:00:39 3.0.0-dev.49: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:00:40 4452fa63d993: Preparing 04:00:40 29ebfd518724: Preparing 04:00:40 541f2e8eef3e: Preparing 04:00:40 a847ebfdedc9: Preparing 04:00:40 f70ee36035b9: Preparing 04:00:40 f70ee36035b9: Layer already exists 04:00:40 29ebfd518724: Layer already exists 04:00:40 a847ebfdedc9: Layer already exists 04:00:40 541f2e8eef3e: Layer already exists 04:00:40 4452fa63d993: Layer already exists 04:00:40 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:00:40 4452fa63d993: Preparing 04:00:40 29ebfd518724: Preparing 04:00:40 541f2e8eef3e: Preparing 04:00:40 a847ebfdedc9: Preparing 04:00:40 f70ee36035b9: Preparing 04:00:40 f70ee36035b9: Layer already exists 04:00:40 a847ebfdedc9: Layer already exists 04:00:40 4452fa63d993: Layer already exists 04:00:40 29ebfd518724: Layer already exists 04:00:40 541f2e8eef3e: Layer already exists 04:00:40 main: digest: sha256:a6c19693abd3dd4a9c59a97f89c5732abe45e318bd72b0bbbf429d3b23233883 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:41 ===================================================== [Pipeline] echo 04:00:41 taggedImages: 04:00:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:00:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.49 04:00:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:41 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:00:41 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 04:00:41 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:41 latest 04:00:41 3.0.0-dev.49 04:00:41 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:41 main 04:00:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:00:41 d411704d768d: Preparing 04:00:41 d69bb47d34e6: Preparing 04:00:41 541f2e8eef3e: Preparing 04:00:41 89e54088b867: Preparing 04:00:41 f70ee36035b9: Preparing 04:00:41 f70ee36035b9: Layer already exists 04:00:41 89e54088b867: Layer already exists 04:00:41 541f2e8eef3e: Layer already exists 04:00:42 d411704d768d: Pushed 04:00:47 d69bb47d34e6: Pushed 04:00:47 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:00:48 d411704d768d: Preparing 04:00:48 d69bb47d34e6: Preparing 04:00:48 541f2e8eef3e: Preparing 04:00:48 89e54088b867: Preparing 04:00:48 f70ee36035b9: Preparing 04:00:48 89e54088b867: Layer already exists 04:00:48 d411704d768d: Layer already exists 04:00:48 541f2e8eef3e: Layer already exists 04:00:48 d69bb47d34e6: Layer already exists 04:00:48 f70ee36035b9: Layer already exists 04:00:48 latest: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 04:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:00:48 d411704d768d: Preparing 04:00:48 d69bb47d34e6: Preparing 04:00:48 541f2e8eef3e: Preparing 04:00:48 89e54088b867: Preparing 04:00:48 f70ee36035b9: Preparing 04:00:48 d69bb47d34e6: Layer already exists 04:00:48 89e54088b867: Layer already exists 04:00:48 f70ee36035b9: Layer already exists 04:00:48 541f2e8eef3e: Layer already exists 04:00:48 d411704d768d: Layer already exists 04:00:48 3.0.0-dev.49: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:00:49 d411704d768d: Preparing 04:00:49 d69bb47d34e6: Preparing 04:00:49 541f2e8eef3e: Preparing 04:00:49 89e54088b867: Preparing 04:00:49 f70ee36035b9: Preparing 04:00:49 d69bb47d34e6: Layer already exists 04:00:49 d411704d768d: Layer already exists 04:00:49 f70ee36035b9: Layer already exists 04:00:49 541f2e8eef3e: Layer already exists 04:00:49 89e54088b867: Layer already exists 04:00:49 788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 04:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:00:50 d411704d768d: Preparing 04:00:50 d69bb47d34e6: Preparing 04:00:50 541f2e8eef3e: Preparing 04:00:50 89e54088b867: Preparing 04:00:50 f70ee36035b9: Preparing 04:00:50 d69bb47d34e6: Layer already exists 04:00:50 f70ee36035b9: Layer already exists 04:00:50 d411704d768d: Layer already exists 04:00:50 541f2e8eef3e: Layer already exists 04:00:50 89e54088b867: Layer already exists 04:00:50 main: digest: sha256:c4dc6586f583a30622d1d93c86476d0cb58224aa6426e44211c74f803194e3ac size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:50 ===================================================== [Pipeline] echo 04:00:50 taggedImages: 04:00:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 04:00:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:00:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.49 04:00:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:788be756f331ff1c1ac8640fcafd3eeb74e9f5c6-3.0.0-dev.49 04:00:50 - 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 04:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:00:50 04:00:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:00:51 arm64: Pulling from edgex-lftools-log-publisher 04:00:51 8998bd30e6a1: Pulling fs layer 04:00:51 04944245beec: Pulling fs layer 04:00:51 699f458cf7ca: Pulling fs layer 04:00:51 765212b225bb: Pulling fs layer 04:00:51 f23df028b6ca: Pulling fs layer 04:00:51 d65c8cfc05b1: Pulling fs layer 04:00:51 2437ff75d9bd: Pulling fs layer 04:00:51 f23df028b6ca: Waiting 04:00:51 d65c8cfc05b1: Waiting 04:00:51 2437ff75d9bd: Waiting 04:00:51 765212b225bb: Waiting 04:00:51 04944245beec: Verifying Checksum 04:00:51 04944245beec: Download complete 04:00:51 765212b225bb: Verifying Checksum 04:00:51 765212b225bb: Download complete 04:00:51 f23df028b6ca: Verifying Checksum 04:00:51 f23df028b6ca: Download complete 04:00:51 d65c8cfc05b1: Verifying Checksum 04:00:51 d65c8cfc05b1: Download complete 04:00:51 699f458cf7ca: Verifying Checksum 04:00:51 699f458cf7ca: Download complete 04:00:52 8998bd30e6a1: Verifying Checksum 04:00:52 8998bd30e6a1: Download complete 04:00:54 2437ff75d9bd: Verifying Checksum 04:00:54 2437ff75d9bd: Download complete 04:00:56 8998bd30e6a1: Pull complete 04:00:56 04944245beec: Pull complete 04:00:58 699f458cf7ca: Pull complete 04:00:58 765212b225bb: Pull complete 04:00:58 f23df028b6ca: Pull complete 04:00:58 d65c8cfc05b1: Pull complete 04:01:13 2437ff75d9bd: Pull complete 04:01:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:01:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:01:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:14 prd-ubuntu20.04-docker-arm64-4c-16g-6049 does not seem to be running inside a container 04:01:14 $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:01:15 $ docker top fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:16 ---> job-cost.sh 04:01:16 lf-activate-venv: SKIPPING 04:01:16 INFO: No Stack... 04:01:16 INFO: Retrieving Pricing Info for: v3-standard-4 04:01:17 INFO: Archiving Costs [Pipeline] sh 04:01:17 + cat /w/workspace/edgex-go/409/archives/cost.csv 04:01:17 + cut -d, -f6 [Pipeline] lock 04:01:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] 04:01:17 Resource [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] did not exist. Created. 04:01:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:01:18 + echo total: 0.10999999940395355 [Pipeline] stash 04:01:19 Stashed 1 file(s) [Pipeline] } 04:01:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-409-stack-cost] [Pipeline] // lock [Pipeline] } 04:01:19 $ docker stop --time=1 fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 04:01:20 $ docker rm -f --volumes fae10a3b196a81567a0bb05601d195629819b2a4963f8a90671c926dbe0c1cc3 [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 04:01:21 provisioning config files... 04:01:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/409@tmp/config12797985051924742947tmp [Pipeline] { [Pipeline] sh 04:01:21 + set +x 04:01:21 + curl -s https://codecov.io/bash 04:01:21 + bash -s -- 04:01:21 04:01:21 _____ _ 04:01:21 / ____| | | 04:01:21 | | ___ __| | ___ ___ _____ __ 04:01:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:01:21 | |___| (_) | (_| | __/ (_| (_) \ V / 04:01:21 \_____\___/ \__,_|\___|\___\___/ \_/ 04:01:21 Bash-1.0.6 04:01:21 04:01:21 04:01:21 ==> git version 2.25.1 found 04:01:21 ==> 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 04:01:21 Release-Date: 2020-01-08 04:01:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:01:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:01:21 ==> Jenkins CI detected. 04:01:21 current dir:  /w/workspace/edgex-go/409 04:01:21 project root: . 04:01:21 --> token set from env 04:01:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:01:21 ==> Running gcov in . (disable via -X gcov) 04:01:21 ==> Python coveragepy not found 04:01:21 ==> Searching for coverage reports in: 04:01:21 + . 04:01:21 -> Found 1 reports 04:01:21 ==> Detecting git/mercurial file structure 04:01:21 ==> Reading reports 04:01:21 + ./coverage.out bytes=487418 04:01:21 ==> Appending adjustments 04:01:21 https://docs.codecov.io/docs/fixing-reports 04:01:22 + Found adjustments 04:01:22 ==> Gzipping contents 04:01:23 64K /tmp/codecov.R14A8m.gz 04:01:23 ==> Uploading reports 04:01:23 url: https://codecov.io 04:01:23 query: branch=main&commit=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6&build=409&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F409%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:01:23 -> Pinging Codecov 04:01:23 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=788be756f331ff1c1ac8640fcafd3eeb74e9f5c6&build=409&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F409%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:01:23 -> Uploading to 04:01:23 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/788be756f331ff1c1ac8640fcafd3eeb74e9f5c6/28e58181-3f16-41c8-becf-beddd55bff30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T040122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b803bf1210268b11af456b39816805db898019febe7a4627fa23db955f4706e 04:01:23 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:23 Dload Upload Total Spent Left Speed 04:01:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62884 0 0 100 62884 0 161k --:--:-- --:--:-- --:--:-- 161k 04:01:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/788be756f331ff1c1ac8640fcafd3eeb74e9f5c6 [Pipeline] } 04:01:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:01:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:01:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:01:24 04:01:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:01:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 04:01:24 df9b9388f04a: Pulling fs layer 04:01:24 52dc419b0ee2: Pulling fs layer 04:01:24 25bc292e5bac: Pulling fs layer 04:01:24 114826534d7a: Pulling fs layer 04:01:24 4657fd5d0bcf: Pulling fs layer 04:01:24 6ad1cebc031e: Pulling fs layer 04:01:24 8a3aa393b2d8: Pulling fs layer 04:01:24 6ad1cebc031e: Waiting 04:01:24 114826534d7a: Waiting 04:01:24 4657fd5d0bcf: Waiting 04:01:24 8a3aa393b2d8: Waiting 04:01:24 25bc292e5bac: Verifying Checksum 04:01:24 25bc292e5bac: Download complete 04:01:24 52dc419b0ee2: Verifying Checksum 04:01:24 52dc419b0ee2: Download complete 04:01:24 4657fd5d0bcf: Verifying Checksum 04:01:24 4657fd5d0bcf: Download complete 04:01:24 df9b9388f04a: Verifying Checksum 04:01:24 df9b9388f04a: Download complete 04:01:24 df9b9388f04a: Pull complete 04:01:24 52dc419b0ee2: Pull complete 04:01:24 25bc292e5bac: Pull complete 04:01:24 6ad1cebc031e: Verifying Checksum 04:01:24 6ad1cebc031e: Download complete 04:01:25 114826534d7a: Verifying Checksum 04:01:25 114826534d7a: Download complete 04:01:26 8a3aa393b2d8: Verifying Checksum 04:01:26 8a3aa393b2d8: Download complete 04:01:29 114826534d7a: Pull complete 04:01:29 4657fd5d0bcf: Pull complete 04:01:30 6ad1cebc031e: Pull complete 04:01:33 8a3aa393b2d8: Pull complete 04:01:33 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 04:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 04:01:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:33 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:01:33 $ 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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:01:37 $ docker top fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a -eo pid,comm [Pipeline] { [Pipeline] echo 04:01:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 04:01:37 + set -o pipefail 04:01:37 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 04:01:45 04:01:45 Monitoring /w/workspace/edgex-go/409 (github.com/edgexfoundry/edgex-go)... 04:01:45 04:01:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/77d26125-ab26-4637-b7e8-a2cfcb58df03 04:01:45 04:01:45 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 04:01:45 04:01:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:01:45 04:01:45 04:01:45 A medium severity vulnerability was found in the Snyk CLI versions you are using. 04:01:45 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 04:01:45 More details here: https://snyk.co/ue1NS [Pipeline] } 04:01:45 $ docker stop --time=1 fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a 04:01:48 $ docker rm -f --volumes fd1ad1f9e0563c7fff2f169d568cae44cfb6e6112d225a0b92ce391ccaf6883a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:01:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:01:48 provisioning config files... 04:01:48 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/409@tmp/config13701758338972779388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:49 --> edgex-publish-swagger.sh 04:01:49 === Publish openapi/v2 API === 04:01:49 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 04:01:49 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/409/openapi/v2/core-command.yaml] 04:01:49 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:49 Dload Upload Total Spent Left Speed 04:01:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 53790 --:--:-- --:--:-- --:--:-- 53697 100 31091 0 0 100 31091 0 53790 --:--:-- --:--:-- --:--:-- 53697 04:01:49 04:01:49 04:01:49 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/409/openapi/v2/core-data.yaml] 04:01:49 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:49 Dload Upload Total Spent Left Speed 04:01:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 123k --:--:-- --:--:-- --:--:-- 123k 04:01:50 04:01:50 04:01:50 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/409/openapi/v2/core-metadata.yaml] 04:01:50 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:50 Dload Upload Total Spent Left Speed 04:01:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 1281k --:--:-- --:--:-- --:--:-- 1270k 100 142k 0 0 100 142k 0 259k --:--:-- --:--:-- --:--:-- 259k 04:01:50 04:01:50 04:01:50 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/409/openapi/v2/support-notifications.yaml] 04:01:50 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:50 Dload Upload Total Spent Left Speed 04:01:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 171k --:--:-- --:--:-- --:--:-- 172k 04:01:51 04:01:51 04:01:51 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/409/openapi/v2/support-scheduler.yaml] 04:01:51 % Total % Received % Xferd Average Speed Time Time Time Current 04:01:51 Dload Upload Total Spent Left Speed 04:01:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 68112 --:--:-- --:--:-- --:--:-- 68112 04:01:51 04:01:51 [Pipeline] } 04:01:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 04:01:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:01:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:01:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:52 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:01:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:01:53 $ docker top eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:01:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:53 [ssh-agent] Looking for ssh-agent implementation... 04:01:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:53 $ docker exec eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 ssh-agent 04:01:53 SSH_AUTH_SOCK=/tmp/ssh-vGnR4eTBibWb/agent.31 04:01:53 SSH_AGENT_PID=37 04:01:53 Running ssh-add (command line suppressed) 04:01:53 Identity added: /w/workspace/edgex-go/409@tmp/private_key_8844996575438958967.key (/w/workspace/edgex-go/409@tmp/private_key_8844996575438958967.key) 04:01:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:53 + git semver tag 04:01:53 2023-02-15 04:01:53,933 [run_tag] DEBUG tag force:False 04:01:53 2023-02-15 04:01:53,933 [check_head_tag] DEBUG check head tag 04:01:53 2023-02-15 04:01:53,937 [execute] INFO git cat-file --batch-check 04:01:53 2023-02-15 04:01:53,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=) 04:01:53 2023-02-15 04:01:53,940 [execute] INFO git cat-file --batch 04:01:53 2023-02-15 04:01:53,941 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=) 04:01:53 2023-02-15 04:01:53,985 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:01:53 2023-02-15 04:01:53,986 [execute] INFO git tag -a v3.0.0-dev.49 -m v3.0.0-dev.49 04:01:53 2023-02-15 04:01:53,986 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.49', '-m', 'v3.0.0-dev.49'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) 04:01:53 2023-02-15 04:01:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:01:53 3.0.0-dev.49 [Pipeline] } 04:01:54 $ docker exec --env ******** --env ******** eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 ssh-agent -k 04:01:54 unset SSH_AUTH_SOCK; 04:01:54 unset SSH_AGENT_PID; 04:01:54 echo Agent pid 37 killed; 04:01:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:01:54 + git semver [Pipeline] } 04:01:54 $ docker stop --time=1 eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 04:01:56 $ docker rm -f --volumes eab3aa1589de28fe279a15b3f4fbd65c35b6036d5cc733d57d7696e31ae69920 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:01:56 04:01:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:01:56 0.23.1-centos7: Pulling from edgex-lftools 04:01:56 ab5ef0e58194: Pulling fs layer 04:01:56 9712f1f96733: Pulling fs layer 04:01:56 63f879dbbcfc: Pulling fs layer 04:01:56 0d9ebad4ef96: Pulling fs layer 04:01:56 e9a5061849ea: Pulling fs layer 04:01:56 0d9ebad4ef96: Waiting 04:01:56 d747dcd14b5f: Pulling fs layer 04:01:56 2de7ff778b66: Pulling fs layer 04:01:56 e9a5061849ea: Waiting 04:01:56 2de7ff778b66: Waiting 04:01:56 9712f1f96733: Verifying Checksum 04:01:56 9712f1f96733: Download complete 04:01:57 63f879dbbcfc: Verifying Checksum 04:01:57 63f879dbbcfc: Download complete 04:01:58 ab5ef0e58194: Verifying Checksum 04:01:58 ab5ef0e58194: Download complete 04:01:58 0d9ebad4ef96: Verifying Checksum 04:01:58 0d9ebad4ef96: Download complete 04:01:58 d747dcd14b5f: Verifying Checksum 04:01:58 d747dcd14b5f: Download complete 04:01:58 e9a5061849ea: Verifying Checksum 04:01:58 e9a5061849ea: Download complete 04:01:59 2de7ff778b66: Verifying Checksum 04:01:59 2de7ff778b66: Download complete 04:02:00 ab5ef0e58194: Pull complete 04:02:00 9712f1f96733: Pull complete 04:02:01 63f879dbbcfc: Pull complete 04:02:06 0d9ebad4ef96: Pull complete 04:02:06 e9a5061849ea: Pull complete 04:02:06 d747dcd14b5f: Pull complete 04:02:06 2de7ff778b66: Pull complete 04:02:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:02:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:02:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:06 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:02:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:02:10 $ docker top d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:02:10 provisioning config files... 04:02:10 copy managed file [sigul-config] to file:/w/workspace/edgex-go/409@tmp/config5088476289888723841tmp 04:02:10 copy managed file [sigul-password] to file:/w/workspace/edgex-go/409@tmp/config937119884348246038tmp 04:02:10 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/409@tmp/config10247452392539251255tmp [Pipeline] { [Pipeline] echo 04:02:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:02:10 ---> sigul-configuration.sh 04:02:10 gpg: directory `/root/.gnupg' created 04:02:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:02:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:02:10 gpg: keyring `/root/.gnupg/secring.gpg' created 04:02:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:02:10 gpg: CAST5 encrypted data 04:02:10 gpg: encrypted with 1 passphrase 04:02:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:02:11 + mkdir /home/jenkins 04:02:11 + mkdir /home/jenkins/sigul [Pipeline] sh 04:02:11 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 04:02:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:02:11 ---> sigul-install.sh 04:02:11 Sigul already installed; skipping installation. [Pipeline] sh 04:02:11 + git tag --list 04:02:11 0.6.0 04:02:11 0.6.1 04:02:11 0.7.0 04:02:11 0.7.1 04:02:11 v1.0.0 04:02:11 v1.0.1 04:02:11 v1.1.0 04:02:11 v1.2.0 04:02:11 v1.2.1 04:02:11 v1.3.0 04:02:11 v1.3.1 04:02:11 v2.0.0 04:02:11 v2.1.0 04:02:11 v2.1.1 04:02:11 v2.1.1-dev.1 04:02:11 v2.1.1-dev.2 04:02:11 v2.1.1-dev.3 04:02:11 v2.1.1-dev.4 04:02:11 v2.1.1-dev.5 04:02:11 v2.1.1-dev.6 04:02:11 v2.1.1-dev.7 04:02:11 v2.1.1-dev.8 04:02:11 v2.1.2-dev.1 04:02:11 v2.2.0 04:02:11 v2.2.1-dev.1 04:02:11 v2.2.1-dev.10 04:02:11 v2.2.1-dev.11 04:02:11 v2.2.1-dev.12 04:02:11 v2.2.1-dev.13 04:02:11 v2.2.1-dev.14 04:02:11 v2.2.1-dev.15 04:02:11 v2.2.1-dev.16 04:02:11 v2.2.1-dev.17 04:02:11 v2.2.1-dev.18 04:02:11 v2.2.1-dev.19 04:02:11 v2.2.1-dev.2 04:02:11 v2.2.1-dev.20 04:02:11 v2.2.1-dev.21 04:02:11 v2.2.1-dev.22 04:02:11 v2.2.1-dev.23 04:02:11 v2.2.1-dev.24 04:02:11 v2.2.1-dev.25 04:02:11 v2.2.1-dev.26 04:02:11 v2.2.1-dev.27 04:02:11 v2.2.1-dev.28 04:02:11 v2.2.1-dev.29 04:02:11 v2.2.1-dev.3 04:02:11 v2.2.1-dev.4 04:02:11 v2.2.1-dev.5 04:02:11 v2.2.1-dev.6 04:02:11 v2.2.1-dev.7 04:02:11 v2.2.1-dev.8 04:02:11 v2.2.1-dev.9 04:02:11 v2.3.0 04:02:11 v2.3.0-dev.100 04:02:11 v2.3.0-dev.101 04:02:11 v2.3.0-dev.102 04:02:11 v2.3.0-dev.103 04:02:11 v2.3.0-dev.104 04:02:11 v2.3.0-dev.105 04:02:11 v2.3.0-dev.106 04:02:11 v2.3.0-dev.29 04:02:11 v2.3.0-dev.30 04:02:11 v2.3.0-dev.31 04:02:11 v2.3.0-dev.32 04:02:11 v2.3.0-dev.33 04:02:11 v2.3.0-dev.34 04:02:11 v2.3.0-dev.35 04:02:11 v2.3.0-dev.36 04:02:11 v2.3.0-dev.37 04:02:11 v2.3.0-dev.38 04:02:11 v2.3.0-dev.39 04:02:11 v2.3.0-dev.40 04:02:11 v2.3.0-dev.41 04:02:11 v2.3.0-dev.42 04:02:11 v2.3.0-dev.43 04:02:11 v2.3.0-dev.44 04:02:11 v2.3.0-dev.45 04:02:11 v2.3.0-dev.46 04:02:11 v2.3.0-dev.47 04:02:11 v2.3.0-dev.48 04:02:11 v2.3.0-dev.49 04:02:11 v2.3.0-dev.50 04:02:11 v2.3.0-dev.51 04:02:11 v2.3.0-dev.52 04:02:11 v2.3.0-dev.53 04:02:11 v2.3.0-dev.54 04:02:11 v2.3.0-dev.55 04:02:11 v2.3.0-dev.56 04:02:11 v2.3.0-dev.57 04:02:11 v2.3.0-dev.58 04:02:11 v2.3.0-dev.59 04:02:11 v2.3.0-dev.60 04:02:11 v2.3.0-dev.61 04:02:11 v2.3.0-dev.62 04:02:11 v2.3.0-dev.63 04:02:11 v2.3.0-dev.64 04:02:11 v2.3.0-dev.65 04:02:11 v2.3.0-dev.66 04:02:11 v2.3.0-dev.67 04:02:11 v2.3.0-dev.68 04:02:11 v2.3.0-dev.69 04:02:11 v2.3.0-dev.70 04:02:11 v2.3.0-dev.71 04:02:11 v2.3.0-dev.72 04:02:11 v2.3.0-dev.73 04:02:11 v2.3.0-dev.74 04:02:11 v2.3.0-dev.75 04:02:11 v2.3.0-dev.76 04:02:11 v2.3.0-dev.77 04:02:11 v2.3.0-dev.78 04:02:11 v2.3.0-dev.79 04:02:11 v2.3.0-dev.80 04:02:11 v2.3.0-dev.81 04:02:11 v2.3.0-dev.82 04:02:11 v2.3.0-dev.83 04:02:11 v2.3.0-dev.84 04:02:11 v2.3.0-dev.85 04:02:11 v2.3.0-dev.86 04:02:11 v2.3.0-dev.87 04:02:11 v2.3.0-dev.88 04:02:11 v2.3.0-dev.89 04:02:11 v2.3.0-dev.90 04:02:11 v2.3.0-dev.91 04:02:11 v2.3.0-dev.92 04:02:11 v2.3.0-dev.93 04:02:11 v2.3.0-dev.94 04:02:11 v2.3.0-dev.95 04:02:11 v2.3.0-dev.96 04:02:11 v2.3.0-dev.97 04:02:11 v2.3.0-dev.98 04:02:11 v2.3.0-dev.99 04:02:11 v2.3.1-dev.1 04:02:11 v2.3.1-dev.2 04:02:11 v2.3.1-dev.3 04:02:11 v2.3.1-dev.4 04:02:11 v2.3.1-dev.5 04:02:11 v3.0.0-dev.1 04:02:11 v3.0.0-dev.10 04:02:11 v3.0.0-dev.11 04:02:11 v3.0.0-dev.12 04:02:11 v3.0.0-dev.13 04:02:11 v3.0.0-dev.14 04:02:11 v3.0.0-dev.15 04:02:11 v3.0.0-dev.16 04:02:11 v3.0.0-dev.17 04:02:11 v3.0.0-dev.18 04:02:11 v3.0.0-dev.19 04:02:11 v3.0.0-dev.2 04:02:11 v3.0.0-dev.20 04:02:11 v3.0.0-dev.21 04:02:11 v3.0.0-dev.22 04:02:11 v3.0.0-dev.23 04:02:11 v3.0.0-dev.24 04:02:11 v3.0.0-dev.25 04:02:11 v3.0.0-dev.26 04:02:11 v3.0.0-dev.27 04:02:11 v3.0.0-dev.28 04:02:11 v3.0.0-dev.29 04:02:11 v3.0.0-dev.3 04:02:11 v3.0.0-dev.30 04:02:11 v3.0.0-dev.31 04:02:11 v3.0.0-dev.32 04:02:11 v3.0.0-dev.33 04:02:11 v3.0.0-dev.34 04:02:11 v3.0.0-dev.35 04:02:11 v3.0.0-dev.36 04:02:11 v3.0.0-dev.37 04:02:11 v3.0.0-dev.38 04:02:11 v3.0.0-dev.39 04:02:11 v3.0.0-dev.4 04:02:11 v3.0.0-dev.40 04:02:11 v3.0.0-dev.41 04:02:11 v3.0.0-dev.42 04:02:11 v3.0.0-dev.43 04:02:11 v3.0.0-dev.44 04:02:11 v3.0.0-dev.45 04:02:11 v3.0.0-dev.46 04:02:11 v3.0.0-dev.47 04:02:11 v3.0.0-dev.48 04:02:11 v3.0.0-dev.49 04:02:11 v3.0.0-dev.5 04:02:11 v3.0.0-dev.6 04:02:11 v3.0.0-dev.7 04:02:11 v3.0.0-dev.8 04:02:11 v3.0.0-dev.9 [Pipeline] sh 04:02:12 + lftools sign git-tag v3.0.0-dev.49 04:02:12 Signing Git tag with Sigul... 04:02:12 Signing v3.0.0-dev.49 [Pipeline] echo 04:02:12 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:02:13 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:02:13 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:02:13 $ docker stop --time=1 d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f 04:02:14 $ docker rm -f --volumes d4360a48fce4416c86f91f0b5c210edc565cccd5fd821ef031e2a27894b3ef6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:02:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:02:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:02:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:15 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:02:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:02:15 $ docker top 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:02:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:15 [ssh-agent] Looking for ssh-agent implementation... 04:02:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:15 $ docker exec 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af ssh-agent 04:02:16 SSH_AUTH_SOCK=/tmp/ssh-eY9uVIKQOHvM/agent.32 04:02:16 SSH_AGENT_PID=38 04:02:16 Running ssh-add (command line suppressed) 04:02:16 Identity added: /w/workspace/edgex-go/409@tmp/private_key_8203418598151764792.key (/w/workspace/edgex-go/409@tmp/private_key_8203418598151764792.key) 04:02:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:16 + git semver bump pre 04:02:16 2023-02-15 04:02:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:02:16 2023-02-15 04:02:16,674 [bump_version] DEBUG bumping version:3.0.0-dev.49 on axis:pre with prefix:dev 04:02:16 2023-02-15 04:02:16,674 [bump_version] DEBUG bumped version:3.0.0-dev.50 04:02:16 2023-02-15 04:02:16,674 [write_version] DEBUG write version:3.0.0-dev.50 to path:/w/workspace/edgex-go/409/.semver/main with force:True 04:02:16 2023-02-15 04:02:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:02:16 2023-02-15 04:02:16,675 [write_file] DEBUG write to file:/w/workspace/edgex-go/409/.semver/main 04:02:16 2023-02-15 04:02:16,677 [execute] INFO git cat-file --batch-check 04:02:16 2023-02-15 04:02:16,677 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) 04:02:16 2023-02-15 04:02:16,683 [execute] INFO git cat-file --batch 04:02:16 2023-02-15 04:02:16,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) 04:02:16 2023-02-15 04:02:16,689 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:02:16 3.0.0-dev.50 [Pipeline] } 04:02:16 $ docker exec --env ******** --env ******** 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af ssh-agent -k 04:02:16 unset SSH_AUTH_SOCK; 04:02:16 unset SSH_AGENT_PID; 04:02:16 echo Agent pid 38 killed; 04:02:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:17 + git semver [Pipeline] } 04:02:17 $ docker stop --time=1 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af 04:02:18 $ docker rm -f --volumes 2584bff693538711430f8adee465fbe533fb1ef57106f5453042c9886cbee0af [Pipeline] // withDockerContainer [Pipeline] sh 04:02:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:02:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:02:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:19 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:02:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:02:19 $ docker top a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:02:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:02:20 [ssh-agent] Looking for ssh-agent implementation... 04:02:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:02:20 $ docker exec a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f ssh-agent 04:02:20 SSH_AUTH_SOCK=/tmp/ssh-XAPFdAn8SUzO/agent.32 04:02:20 SSH_AGENT_PID=38 04:02:20 Running ssh-add (command line suppressed) 04:02:20 Identity added: /w/workspace/edgex-go/409@tmp/private_key_17108366012528324660.key (/w/workspace/edgex-go/409@tmp/private_key_17108366012528324660.key) 04:02:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:02:20 + git semver push 04:02:20 2023-02-15 04:02:20,838 [run_push] DEBUG push 04:02:20 2023-02-15 04:02:20,839 [execute] INFO git cat-file --batch-check 04:02:20 2023-02-15 04:02:20,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=) 04:02:20 2023-02-15 04:02:20,843 [execute] INFO git rev-list e4a0c723416f3c92a59cd605caf5aa60641a14c9 -- 04:02:20 2023-02-15 04:02:20,843 [execute] DEBUG Popen(['git', 'rev-list', 'e4a0c723416f3c92a59cd605caf5aa60641a14c9', '--'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=None) 04:02:20 2023-02-15 04:02:20,859 [execute] INFO git fetch -v origin 04:02:20 2023-02-15 04:02:20,859 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=True, shell=None, istream=None) 04:02:21 2023-02-15 04:02:21,391 [run_push] DEBUG no remote changes detected 04:02:21 2023-02-15 04:02:21,392 [execute] INFO git push origin semver 04:02:21 2023-02-15 04:02:21,392 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/409/.semver, universal_newlines=False, shell=None, istream=None) 04:02:22 2023-02-15 04:02:22,358 [run_push] DEBUG push all version tags 04:02:22 2023-02-15 04:02:22,359 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:02:22 2023-02-15 04:02:22,359 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/409, universal_newlines=False, shell=None, istream=None) 04:02:23 2023-02-15 04:02:23,246 [read_version] DEBUG read version from /w/workspace/edgex-go/409/.semver/main 04:02:23 3.0.0-dev.50 [Pipeline] } 04:02:23 $ docker exec --env ******** --env ******** a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f ssh-agent -k 04:02:23 unset SSH_AUTH_SOCK; 04:02:23 unset SSH_AGENT_PID; 04:02:23 echo Agent pid 38 killed; 04:02:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:23 + git semver [Pipeline] } 04:02:24 $ docker stop --time=1 a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f 04:02:25 $ docker rm -f --volumes a9ef5db9ac0b9e85bc014cfd3124b80048e0ceea6d5cd8be906ebd02ab6b0d2f [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 04:02:25 + [ -d /w/workspace/edgex-go/409/archives ] [Pipeline] libraryResource [Pipeline] sh 04:02:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:02:26 ---> package-listing.sh 04:02:26 ++ facter osfamily 04:02:26 ++ tr '[:upper:]' '[:lower:]' 04:02:27 + OS_FAMILY=debian 04:02:27 + workspace=/w/workspace/edgex-go/409 04:02:27 + START_PACKAGES=/tmp/packages_start.txt 04:02:27 + END_PACKAGES=/tmp/packages_end.txt 04:02:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:02:27 + PACKAGES=/tmp/packages_start.txt 04:02:27 + '[' /w/workspace/edgex-go/409 ']' 04:02:27 + PACKAGES=/tmp/packages_end.txt 04:02:27 + case "${OS_FAMILY}" in 04:02:27 + dpkg -l 04:02:27 + grep '^ii' 04:02:27 + '[' -f /tmp/packages_start.txt ']' 04:02:27 + '[' -f /tmp/packages_end.txt ']' 04:02:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:02:27 + '[' /w/workspace/edgex-go/409 ']' 04:02:27 + mkdir -p /w/workspace/edgex-go/409/archives/ 04:02:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/409/archives/ [Pipeline] echo 04:02:27 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/409/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:02:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:02:28 04:02:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:02:28 latest: Pulling from edgex-lftools-log-publisher 04:02:28 5eb5b503b376: Pulling fs layer 04:02:28 5c69ac0246d0: Pulling fs layer 04:02:28 ec43610c2a17: Pulling fs layer 04:02:28 3a2ae6a8a46f: Pulling fs layer 04:02:28 33b1e0a273af: Pulling fs layer 04:02:28 3a2ae6a8a46f: Waiting 04:02:28 5d3b04190fa2: Pulling fs layer 04:02:28 2f39f015ded8: Pulling fs layer 04:02:28 33b1e0a273af: Waiting 04:02:28 5d3b04190fa2: Waiting 04:02:28 2f39f015ded8: Waiting 04:02:28 5c69ac0246d0: Verifying Checksum 04:02:28 5c69ac0246d0: Download complete 04:02:28 3a2ae6a8a46f: Verifying Checksum 04:02:28 3a2ae6a8a46f: Download complete 04:02:28 33b1e0a273af: Verifying Checksum 04:02:28 33b1e0a273af: Download complete 04:02:28 5d3b04190fa2: Download complete 04:02:28 ec43610c2a17: Verifying Checksum 04:02:28 ec43610c2a17: Download complete 04:02:28 5eb5b503b376: Verifying Checksum 04:02:28 5eb5b503b376: Download complete 04:02:29 2f39f015ded8: Download complete 04:02:30 5eb5b503b376: Pull complete 04:02:30 5c69ac0246d0: Pull complete 04:02:30 ec43610c2a17: Pull complete 04:02:30 3a2ae6a8a46f: Pull complete 04:02:30 33b1e0a273af: Pull complete 04:02:30 5d3b04190fa2: Pull complete 04:02:35 2f39f015ded8: Pull complete 04:02:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:02:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:02:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:35 prd-ubuntu20.04-docker-8c-8g-6047 does not seem to be running inside a container 04:02:35 $ 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/409/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/409 -v /w/workspace/edgex-go/409:/w/workspace/edgex-go/409:rw,z -v /w/workspace/edgex-go/409@tmp:/w/workspace/edgex-go/409@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 04:02:38 $ docker top 13bfcf57288a5df0483723465d5d9eb9f5146b24c69d61f7e25e22a699f650a3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:38 + touch /tmp/pre-build-complete [Pipeline] sh 04:02:38 + mkdir -p /var/log/sysstat [Pipeline] sh 04:02:39 + ls /var/log/sa-host 04:02:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:02:39 provisioning config files... 04:02:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/409@tmp/config6453701046719503914tmp [Pipeline] { [Pipeline] echo 04:02:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:02:39 ---> create-netrc.sh [Pipeline] } 04:02:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:02:39 ---> python-tools-install.sh [Pipeline] echo 04:02:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:02:40 ---> sudo-logs.sh 04:02:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:02:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:02:40 ---> job-cost.sh 04:02:40 lf-activate-venv: SKIPPING 04:02:40 DEBUG: total: 0.10999999940395355 04:02:40 INFO: Retrieving Stack Cost... 04:02:40 INFO: Retrieving Pricing Info for: v3-standard-8 04:02:41 INFO: Archiving Costs [Pipeline] echo 04:02:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:02:41 ---> logs-deploy.sh 04:02:41 lf-activate-venv: SKIPPING 04:02:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/409 04:02:41 INFO: archiving workspace using pattern(s): 04:02:42 Archives upload complete. 04:02:42 INFO: archiving logs to Nexus 04:02:43 ---> uname -a: 04:02:43 Linux prd-ubuntu20-04-docker-8c-8g-6047 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:02:43 04:02:43 04:02:43 ---> lscpu: 04:02:43 Architecture: x86_64 04:02:43 CPU op-mode(s): 32-bit, 64-bit 04:02:43 Byte Order: Little Endian 04:02:43 Address sizes: 40 bits physical, 48 bits virtual 04:02:43 CPU(s): 8 04:02:43 On-line CPU(s) list: 0-7 04:02:43 Thread(s) per core: 1 04:02:43 Core(s) per socket: 1 04:02:43 Socket(s): 8 04:02:43 NUMA node(s): 1 04:02:43 Vendor ID: AuthenticAMD 04:02:43 CPU family: 23 04:02:43 Model: 49 04:02:43 Model name: AMD EPYC-Rome Processor 04:02:43 Stepping: 0 04:02:43 CPU MHz: 2799.956 04:02:43 BogoMIPS: 5599.91 04:02:43 Virtualization: AMD-V 04:02:43 Hypervisor vendor: KVM 04:02:43 Virtualization type: full 04:02:43 L1d cache: 256 KiB 04:02:43 L1i cache: 256 KiB 04:02:43 L2 cache: 4 MiB 04:02:43 L3 cache: 128 MiB 04:02:43 NUMA node0 CPU(s): 0-7 04:02:43 Vulnerability Itlb multihit: Not affected 04:02:43 Vulnerability L1tf: Not affected 04:02:43 Vulnerability Mds: Not affected 04:02:43 Vulnerability Meltdown: Not affected 04:02:43 Vulnerability Mmio stale data: Not affected 04:02:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:02:43 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:02:43 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:02:43 Vulnerability Srbds: Not affected 04:02:43 Vulnerability Tsx async abort: Not affected 04:02:43 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 04:02:43 04:02:43 04:02:43 ---> nproc: 04:02:43 8 04:02:43 04:02:43 04:02:43 ---> df -h: 04:02:43 Filesystem Size Used Avail Use% Mounted on 04:02:43 overlay 155G 20G 135G 13% / 04:02:43 tmpfs 64M 0 64M 0% /dev 04:02:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:02:43 shm 64M 0 64M 0% /dev/shm 04:02:43 /dev/vda1 155G 20G 135G 13% /facter-os 04:02:43 04:02:43 04:02:43 ---> sar -b -r -n DEV: 04:02:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6047) 02/15/23 _x86_64_ (8 CPU) 04:02:43 04:02:43 03:33:54 LINUX RESTART (8 CPU) 04:02:43 04:02:43 03:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:02:43 03:35:01 139.81 47.58 92.23 0.00 5392.97 182109.25 0.00 04:02:43 03:36:01 99.37 0.77 98.60 0.00 43.46 50653.16 0.00 04:02:43 03:37:01 49.33 0.28 49.04 0.00 7.60 18946.73 0.00 04:02:43 03:38:01 202.55 0.12 202.43 0.00 10.00 96941.04 0.00 04:02:43 03:39:01 302.05 7.51 294.54 0.00 63.85 98199.00 0.00 04:02:43 03:40:01 222.99 13.06 209.93 0.00 5195.40 175324.20 0.00 04:02:43 03:41:01 707.80 1.73 706.07 0.00 280.75 168453.12 0.00 04:02:43 03:42:01 574.19 1.18 573.00 0.00 12.93 202734.88 0.00 04:02:43 03:43:01 527.79 0.17 527.62 0.00 17.46 100031.99 0.00 04:02:43 03:44:01 27.43 0.02 27.41 0.00 1.07 696.82 0.00 04:02:43 03:45:02 1.27 0.00 1.27 0.00 0.00 15.33 0.00 04:02:43 03:46:01 1.59 0.00 1.59 0.00 0.00 16.27 0.00 04:02:43 03:47:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 04:02:43 03:48:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 04:02:43 03:49:01 2.13 0.02 2.12 0.00 0.13 25.06 0.00 04:02:43 03:50:01 2.07 0.00 2.07 0.00 0.00 21.60 0.00 04:02:43 03:51:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 04:02:43 03:52:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 04:02:43 03:53:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 04:02:43 03:54:01 2.15 0.00 2.15 0.00 0.00 23.73 0.00 04:02:43 03:55:01 1.17 0.00 1.17 0.00 0.00 12.80 0.00 04:02:43 03:56:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 04:02:43 03:57:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 04:02:43 03:58:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 04:02:43 03:59:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 04:02:43 04:00:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 04:02:43 04:01:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 04:02:43 04:02:01 85.64 0.38 85.25 0.00 12.53 38989.10 0.00 04:02:43 Average: 105.83 2.60 103.23 0.00 394.50 40502.05 0.00 04:02:43 04:02:43 03:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:02:43 03:35:01 29601416 31641072 700300 2.13 61420 2271864 1859664 5.48 971580 1994244 54340 04:02:43 03:36:01 27770492 31425688 874648 2.66 113572 3738856 2216136 6.53 1632040 3023196 570064 04:02:43 03:37:01 27670352 31465184 833764 2.54 115860 3854528 1977056 5.83 1447048 3290640 275168 04:02:43 03:38:01 26083920 31450144 834624 2.54 122516 5369624 2406488 7.09 1623280 4630240 5980 04:02:43 03:39:01 22390512 31485048 797684 2.43 285048 8601960 1965620 5.79 2104596 7507404 868880 04:02:43 03:40:01 20649716 30966780 1283228 3.90 294932 9821824 3435044 10.12 2840408 8478460 132212 04:02:43 03:41:01 20312336 31181868 1071408 3.26 312816 10325064 2732852 8.05 2511192 9121028 198672 04:02:43 03:42:01 17850696 31226252 1025504 3.12 382904 12628744 3471744 10.23 2696776 11255912 77884 04:02:43 03:43:01 19602208 31518412 749556 2.28 395928 11215796 1984320 5.85 2342676 9943684 1976 04:02:43 03:44:01 19607440 31524728 742916 2.26 396848 11216112 1847640 5.45 2340572 9943580 8 04:02:43 03:45:02 19609276 31526580 741028 2.25 396876 11216112 1847640 5.45 2338144 9943580 12 04:02:43 03:46:01 19609568 31526876 740776 2.25 396880 11216116 1847640 5.45 2338040 9943584 4 04:02:43 03:47:01 19613880 31531224 736824 2.24 396908 11216116 1847640 5.45 2333824 9943584 164 04:02:43 03:48:01 19613912 31531292 736804 2.24 396928 11216120 1847640 5.45 2333980 9943588 224 04:02:43 03:49:01 19616348 31534376 734484 2.23 396952 11216124 1868320 5.51 2330164 9944136 208 04:02:43 03:50:01 19616592 31534628 734200 2.23 397000 11216120 1868320 5.51 2329892 9944136 0 04:02:43 03:51:01 19616756 31534840 733916 2.23 397024 11216132 1868320 5.51 2329840 9944140 164 04:02:43 03:52:01 19616812 31534900 733840 2.23 397036 11216132 1868320 5.51 2329644 9944144 236 04:02:43 03:53:01 19617016 31535168 733548 2.23 397060 11216136 1868320 5.51 2329516 9944148 12 04:02:43 03:54:01 19616708 31534872 733756 2.23 397104 11216132 1868320 5.51 2329844 9944152 0 04:02:43 03:55:01 19616220 31534436 734320 2.23 397124 11216144 1868320 5.51 2330216 9944160 156 04:02:43 03:56:01 19615896 31534156 734532 2.23 397152 11216148 1868320 5.51 2330096 9944160 236 04:02:43 03:57:01 19616076 31534348 734252 2.23 397160 11216148 1868320 5.51 2329984 9944160 172 04:02:43 03:58:01 19616036 31534332 734172 2.23 397176 11216152 1868320 5.51 2329940 9944164 228 04:02:43 03:59:01 19615980 31534276 734252 2.23 397192 11216152 1868320 5.51 2330064 9944164 40 04:02:43 04:00:01 19615616 31533948 734536 2.23 397212 11216160 1868320 5.51 2330100 9944176 228 04:02:43 04:01:01 19616148 31534492 734124 2.23 397228 11216164 1884372 5.55 2330332 9944180 184 04:02:43 04:02:01 18395980 31491084 776908 2.36 426928 12293628 2191600 6.46 2447164 10976484 379144 04:02:43 Average: 20835497 31480036 792497 2.41 344957 10071868 2063676 6.08 2235391 8900472 91664 04:02:43 04:02:43 03:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:02:43 03:35:01 ens3 960.26 814.71 8690.93 121.49 0.00 0.00 0.00 0.00 04:02:43 03:35:01 docker0 299.93 316.50 23.04 2727.96 0.00 0.00 0.00 0.00 04:02:43 03:35:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 04:02:43 03:36:01 ens3 217.53 168.21 3869.49 29.42 0.00 0.00 0.00 0.00 04:02:43 03:36:01 veth8cd01e8 0.17 0.33 0.01 0.04 0.00 0.00 0.00 0.00 04:02:43 03:36:01 docker0 69.19 90.05 5.84 690.65 0.00 0.00 0.00 0.00 04:02:43 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:37:01 ens3 39.54 38.59 31.00 101.62 0.00 0.00 0.00 0.00 04:02:43 03:37:01 veth8cd01e8 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 04:02:43 03:37:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 04:02:43 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:38:01 ens3 204.43 134.23 1970.12 26.67 0.00 0.00 0.00 0.00 04:02:43 03:38:01 veth2a47e7b 11.53 17.31 1.11 5.80 0.00 0.00 0.00 0.00 04:02:43 03:38:01 docker0 68.04 105.95 5.40 272.03 0.00 0.00 0.00 0.00 04:02:43 03:38:01 veth181c28a 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 04:02:43 03:38:01 vethcfd4f4c 11.41 16.98 1.11 5.76 0.00 0.00 0.00 0.00 04:02:43 03:38:01 veth064641c 11.65 17.31 1.12 5.78 0.00 0.00 0.00 0.00 04:02:43 03:38:01 veth076b218 11.61 17.41 1.12 5.79 0.00 0.00 0.00 0.00 04:02:43 03:38:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 04:02:43 03:38:01 vethdf9620d 11.63 17.35 1.12 5.79 0.00 0.00 0.00 0.00 04:02:43 03:39:01 ens3 968.23 670.53 5822.57 58.41 0.00 0.00 0.00 0.00 04:02:43 03:39:01 docker0 668.98 965.04 48.15 5820.50 0.00 0.00 0.00 0.00 04:02:43 03:39:01 veth181c28a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:40:01 ens3 133.65 78.69 1939.32 9.38 0.00 0.00 0.00 0.00 04:02:43 03:40:01 veth665fc54 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:40:01 veth1dfe9cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:40:01 veth5fe4265 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:40:01 veth20fac6c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:40:01 vethc8e247a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:40:01 veth181c28a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:40:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 04:02:43 03:41:01 ens3 295.48 184.54 1704.34 30.73 0.00 0.00 0.00 0.00 04:02:43 03:41:01 vethd77c295 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:41:01 vethe806608 25.36 36.43 2.48 11.69 0.00 0.00 0.00 0.00 04:02:43 03:41:01 docker0 154.24 251.96 12.53 1581.56 0.00 0.00 0.00 0.00 04:02:43 03:41:01 veth181c28a 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 04:02:43 03:41:01 veth6f930a6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:41:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 04:02:43 03:41:01 vetha59376c 23.86 35.09 2.34 11.37 0.00 0.00 0.00 0.00 04:02:43 03:42:01 vethd274b2d 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 04:02:43 03:42:01 ens3 241.98 134.93 2488.01 21.11 0.00 0.00 0.00 0.00 04:02:43 03:42:01 vethd3fb855 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:42:01 docker0 120.30 221.71 10.34 2469.75 0.00 0.00 0.00 0.00 04:02:43 03:42:01 veth181c28a 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 04:02:43 03:42:01 veth62b2496 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:43:01 ens3 278.76 285.17 311.09 862.57 0.00 0.00 0.00 0.00 04:02:43 03:43:01 docker0 8.05 14.76 0.50 164.05 0.00 0.00 0.00 0.00 04:02:43 03:43:01 lo 26.99 26.99 2.66 2.66 0.00 0.00 0.00 0.00 04:02:43 03:44:01 ens3 446.59 441.78 192.45 2529.47 0.00 0.00 0.00 0.00 04:02:43 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:44:01 lo 35.06 35.06 3.45 3.45 0.00 0.00 0.00 0.00 04:02:43 03:45:02 ens3 0.22 0.12 0.08 0.08 0.00 0.00 0.00 0.00 04:02:43 03:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:47:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:48:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:49:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:50:01 ens3 0.25 0.22 0.09 0.07 0.00 0.00 0.00 0.00 04:02:43 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:51:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:52:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:53:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:54:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:55:01 ens3 2.20 2.15 13.44 0.25 0.00 0.00 0.00 0.00 04:02:43 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:56:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:57:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 03:59:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 04:00:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:02:43 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:02:43 04:01:01 ens3 0.98 0.40 0.36 0.21 0.00 0.00 0.00 0.00 04:02:43 04:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 04:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:02:43 04:02:01 ens3 344.76 281.42 7762.93 44.31 0.00 0.00 0.00 0.00 04:02:43 04:02:01 docker0 34.11 49.09 3.01 587.37 0.00 0.00 0.00 0.00 04:02:43 04:02:01 lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 04:02:43 Average: ens3 147.80 115.66 1243.48 137.08 0.00 0.00 0.00 0.00 04:02:43 Average: docker0 50.89 72.06 3.89 511.53 0.00 0.00 0.00 0.00 04:02:43 Average: lo 2.69 2.69 0.26 0.26 0.00 0.00 0.00 0.00 04:02:43 04:02:43 04:02:43 ---> sar -P ALL: 04:02:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6047) 02/15/23 _x86_64_ (8 CPU) 04:02:43 04:02:43 03:33:54 LINUX RESTART (8 CPU) 04:02:43 04:02:43 03:34:01 CPU %user %nice %system %iowait %steal %idle 04:02:43 03:35:01 all 7.86 0.00 2.48 3.19 0.06 86.42 04:02:43 03:35:01 0 6.62 0.00 2.22 3.98 0.03 87.14 04:02:43 03:35:01 1 5.85 0.00 1.84 3.63 0.03 88.65 04:02:43 03:35:01 2 6.59 0.00 3.41 0.45 0.08 89.46 04:02:43 03:35:01 3 6.81 0.00 2.12 3.35 0.07 87.66 04:02:43 03:35:01 4 9.52 0.00 3.17 2.47 0.05 84.79 04:02:43 03:35:01 5 9.39 0.00 2.39 8.82 0.05 79.35 04:02:43 03:35:01 6 8.33 0.00 1.69 0.12 0.05 89.81 04:02:43 03:35:01 7 9.79 0.00 2.97 2.66 0.08 84.50 04:02:43 03:36:01 all 31.18 0.00 6.34 2.29 0.10 60.09 04:02:43 03:36:01 0 30.14 0.00 5.52 0.05 0.08 64.20 04:02:43 03:36:01 1 32.67 0.00 6.39 5.36 0.08 55.49 04:02:43 03:36:01 2 28.97 0.00 8.20 1.13 0.07 61.63 04:02:43 03:36:01 3 33.11 0.00 5.68 3.11 0.07 58.02 04:02:43 03:36:01 4 31.98 0.00 5.33 0.85 0.07 61.77 04:02:43 03:36:01 5 30.81 0.00 5.91 0.12 0.07 63.10 04:02:43 03:36:01 6 31.54 0.00 6.10 7.26 0.22 54.88 04:02:43 03:36:01 7 30.27 0.00 7.57 0.42 0.10 61.64 04:02:43 03:37:01 all 39.13 0.00 5.37 0.99 0.08 54.43 04:02:43 03:37:01 0 35.72 0.00 5.20 0.44 0.07 58.58 04:02:43 03:37:01 1 41.62 0.00 5.53 0.02 0.07 52.76 04:02:43 03:37:01 2 36.72 0.00 4.74 0.20 0.08 58.25 04:02:43 03:37:01 3 42.02 0.00 5.75 0.72 0.08 51.42 04:02:43 03:37:01 4 40.57 0.00 5.60 0.12 0.08 53.63 04:02:43 03:37:01 5 39.90 0.00 5.67 0.10 0.08 54.25 04:02:43 03:37:01 6 41.11 0.00 5.27 0.19 0.08 53.35 04:02:43 03:37:01 7 35.33 0.00 5.18 6.17 0.09 53.23 04:02:43 03:38:01 all 9.60 0.00 5.54 4.69 0.07 80.10 04:02:43 03:38:01 0 7.90 0.00 6.10 7.39 0.07 78.55 04:02:43 03:38:01 1 10.31 0.00 5.79 20.52 0.07 63.31 04:02:43 03:38:01 2 10.06 0.00 3.97 0.47 0.05 85.45 04:02:43 03:38:01 3 9.59 0.00 6.33 1.51 0.05 82.52 04:02:43 03:38:01 4 11.23 0.00 5.90 6.62 0.05 76.20 04:02:43 03:38:01 5 7.71 0.00 4.77 0.20 0.07 87.25 04:02:43 03:38:01 6 11.65 0.00 6.67 0.68 0.07 80.94 04:02:43 03:38:01 7 8.37 0.00 4.82 0.19 0.12 86.50 04:02:43 03:39:01 all 8.29 0.00 4.02 11.60 0.12 75.97 04:02:43 03:39:01 0 9.63 0.00 4.99 21.53 0.27 63.58 04:02:43 03:39:01 1 8.61 0.00 3.60 14.03 0.08 73.68 04:02:43 03:39:01 2 9.97 0.00 4.83 10.23 0.08 74.89 04:02:43 03:39:01 3 8.03 0.00 3.45 4.19 0.07 84.25 04:02:43 03:39:01 4 7.46 0.00 3.85 11.74 0.07 76.89 04:02:43 03:39:01 5 7.09 0.00 3.05 9.47 0.07 80.33 04:02:43 03:39:01 6 7.91 0.00 3.50 4.98 0.13 83.47 04:02:43 03:39:01 7 7.63 0.00 4.87 16.71 0.17 70.62 04:02:43 03:40:01 all 38.65 0.00 8.65 12.14 0.12 40.44 04:02:43 03:40:01 0 40.49 0.00 10.74 45.79 0.12 2.87 04:02:43 03:40:01 1 38.18 0.00 7.56 3.10 0.07 51.09 04:02:43 03:40:01 2 39.79 0.00 8.62 4.09 0.19 47.31 04:02:43 03:40:01 3 39.70 0.00 7.17 2.11 0.14 50.88 04:02:43 03:40:01 4 36.10 0.00 9.99 31.60 0.09 22.21 04:02:43 03:40:01 5 38.04 0.00 8.33 5.19 0.08 48.36 04:02:43 03:40:01 6 39.31 0.00 7.56 2.49 0.09 50.56 04:02:43 03:40:01 7 37.52 0.00 9.22 2.82 0.20 50.24 04:02:43 03:41:01 all 32.39 0.00 9.12 15.29 0.12 43.09 04:02:43 03:41:01 0 31.69 0.00 8.71 24.96 0.10 34.54 04:02:43 03:41:01 1 31.98 0.00 8.00 4.82 0.09 55.12 04:02:43 03:41:01 2 35.94 0.00 11.80 27.12 0.14 25.00 04:02:43 03:41:01 3 31.16 0.00 8.83 7.57 0.10 52.34 04:02:43 03:41:01 4 32.30 0.00 8.95 14.46 0.10 44.19 04:02:43 03:41:01 5 31.69 0.00 8.81 18.52 0.07 40.92 04:02:43 03:41:01 6 30.72 0.00 8.99 9.76 0.12 50.41 04:02:43 03:41:01 7 33.66 0.00 8.87 15.06 0.20 42.22 04:02:43 03:42:01 all 44.06 0.00 11.99 13.28 0.24 30.43 04:02:43 03:42:01 0 42.27 0.00 10.53 6.78 0.23 40.18 04:02:43 03:42:01 1 43.68 0.00 12.46 14.82 0.33 28.70 04:02:43 03:42:01 2 48.35 0.00 13.59 11.99 0.24 25.82 04:02:43 03:42:01 3 44.57 0.00 12.13 7.81 0.24 35.25 04:02:43 03:42:01 4 44.84 0.00 11.33 11.47 0.19 32.17 04:02:43 03:42:01 5 44.68 0.00 12.77 12.89 0.29 29.36 04:02:43 03:42:01 6 40.84 0.00 11.78 34.25 0.28 12.86 04:02:43 03:42:01 7 43.11 0.00 11.30 6.40 0.16 39.03 04:02:43 03:43:01 all 24.07 0.00 6.93 6.11 0.12 62.78 04:02:43 03:43:01 0 22.16 0.00 6.37 5.06 0.17 66.23 04:02:43 03:43:01 1 24.52 0.00 5.78 3.31 0.10 66.28 04:02:43 03:43:01 2 26.47 0.00 9.37 8.79 0.10 55.27 04:02:43 03:43:01 3 25.16 0.00 6.30 7.39 0.14 61.02 04:02:43 03:43:01 4 25.55 0.00 7.36 7.92 0.10 59.07 04:02:43 03:43:01 5 24.02 0.00 6.67 9.95 0.10 59.26 04:02:43 03:43:01 6 21.20 0.00 5.91 2.59 0.10 70.20 04:02:43 03:43:01 7 23.45 0.00 7.68 3.87 0.14 64.86 04:02:43 03:44:01 all 8.08 0.00 0.89 1.47 0.13 89.43 04:02:43 03:44:01 0 8.48 0.00 0.90 0.27 0.17 90.18 04:02:43 03:44:01 1 5.08 0.00 0.75 1.25 0.12 92.80 04:02:43 03:44:01 2 11.65 0.00 0.85 0.17 0.12 87.21 04:02:43 03:44:01 3 6.95 0.00 0.67 0.69 0.17 91.53 04:02:43 03:44:01 4 7.50 0.00 0.92 0.35 0.12 91.12 04:02:43 03:44:01 5 10.87 0.00 0.77 8.74 0.10 79.52 04:02:43 03:44:01 6 6.50 0.00 0.94 0.17 0.10 92.30 04:02:43 03:44:01 7 7.56 0.00 1.29 0.15 0.17 90.83 04:02:43 03:45:02 all 0.02 0.00 0.02 0.08 0.01 99.87 04:02:43 03:45:02 0 0.02 0.00 0.02 0.00 0.02 99.95 04:02:43 03:45:02 1 0.00 0.00 0.00 0.17 0.02 99.82 04:02:43 03:45:02 2 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:45:02 3 0.07 0.00 0.08 0.00 0.02 99.83 04:02:43 03:45:02 4 0.00 0.00 0.02 0.00 0.02 99.97 04:02:43 03:45:02 5 0.03 0.00 0.03 0.47 0.00 99.47 04:02:43 03:45:02 6 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:45:02 7 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 04:02:43 03:45:02 CPU %user %nice %system %iowait %steal %idle 04:02:43 03:46:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:02:43 03:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:46:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:02:43 03:46:01 2 0.02 0.00 0.00 0.02 0.02 99.95 04:02:43 03:46:01 3 0.02 0.00 0.05 0.00 0.02 99.92 04:02:43 03:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:02:43 03:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 04:02:43 03:46:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:02:43 03:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:47:01 all 0.11 0.00 0.01 0.00 0.01 99.86 04:02:43 03:47:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:02:43 03:47:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:02:43 03:47:01 2 0.60 0.00 0.03 0.00 0.02 99.35 04:02:43 03:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:47:01 4 0.13 0.00 0.00 0.00 0.00 99.87 04:02:43 03:47:01 5 0.03 0.00 0.02 0.02 0.05 99.88 04:02:43 03:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:47:01 7 0.03 0.00 0.03 0.00 0.02 99.92 04:02:43 03:48:01 all 0.19 0.00 0.01 0.01 0.01 99.79 04:02:43 03:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:48:01 2 1.37 0.00 0.03 0.03 0.00 98.56 04:02:43 03:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 04:02:43 03:48:01 4 0.00 0.00 0.00 0.02 0.02 99.97 04:02:43 03:48:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:02:43 03:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:48:01 7 0.05 0.00 0.02 0.00 0.00 99.93 04:02:43 03:49:01 all 0.27 0.00 0.02 0.01 0.01 99.69 04:02:43 03:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:02:43 03:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:49:01 2 0.86 0.00 0.03 0.00 0.03 99.07 04:02:43 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:49:01 4 0.03 0.00 0.02 0.02 0.00 99.93 04:02:43 03:49:01 5 1.19 0.00 0.05 0.03 0.02 98.71 04:02:43 03:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:02:43 03:50:01 0 0.03 0.00 0.07 0.00 0.02 99.88 04:02:43 03:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:02:43 03:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:50:01 5 1.03 0.00 0.08 0.03 0.00 98.86 04:02:43 03:50:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:02:43 03:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:02:43 03:51:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:02:43 03:51:01 2 0.05 0.00 0.05 0.00 0.02 99.88 04:02:43 03:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:02:43 03:51:01 5 0.03 0.00 0.00 0.02 0.02 99.93 04:02:43 03:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:02:43 03:52:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:02:43 03:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:02:43 03:52:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:02:43 03:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:02:43 03:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:52:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:02:43 03:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:53:01 all 0.02 0.00 0.01 0.01 0.01 99.96 04:02:43 03:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:53:01 1 0.02 0.00 0.00 0.03 0.00 99.95 04:02:43 03:53:01 2 0.05 0.00 0.05 0.00 0.03 99.87 04:02:43 03:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:02:43 03:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:02:43 03:53:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:02:43 03:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:53:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:02:43 03:54:01 all 0.01 0.00 0.01 0.01 0.01 99.97 04:02:43 03:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:54:01 1 0.00 0.00 0.00 0.02 0.02 99.97 04:02:43 03:54:01 2 0.02 0.00 0.05 0.02 0.02 99.90 04:02:43 03:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:54:01 5 0.00 0.00 0.02 0.03 0.02 99.93 04:02:43 03:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:55:01 all 0.04 0.00 0.01 0.00 0.01 99.94 04:02:43 03:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:02:43 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:55:01 2 0.07 0.00 0.03 0.00 0.03 99.87 04:02:43 03:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:02:43 03:55:01 4 0.10 0.00 0.00 0.00 0.02 99.88 04:02:43 03:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:02:43 03:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:55:01 7 0.05 0.00 0.00 0.00 0.02 99.93 04:02:43 03:56:01 all 0.01 0.00 0.00 0.01 0.00 99.97 04:02:43 03:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:56:01 1 0.00 0.00 0.00 0.03 0.00 99.97 04:02:43 03:56:01 2 0.03 0.00 0.03 0.00 0.02 99.92 04:02:43 03:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:56:01 5 0.00 0.00 0.00 0.02 0.02 99.97 04:02:43 03:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 04:02:43 03:56:01 CPU %user %nice %system %iowait %steal %idle 04:02:43 03:57:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:02:43 03:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:02:43 03:57:01 2 0.10 0.00 0.05 0.00 0.03 99.82 04:02:43 03:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:02:43 03:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:58:01 all 0.01 0.00 0.02 0.03 0.00 99.94 04:02:43 03:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:02:43 03:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 03:58:01 2 0.03 0.00 0.05 0.00 0.02 99.90 04:02:43 03:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 03:58:01 5 0.00 0.00 0.00 0.22 0.00 99.78 04:02:43 03:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 03:58:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:02:43 03:59:01 all 0.17 0.00 0.01 0.01 0.01 99.81 04:02:43 03:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:02:43 03:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:59:01 2 0.05 0.00 0.00 0.00 0.02 99.93 04:02:43 03:59:01 3 0.02 0.00 0.03 0.00 0.03 99.92 04:02:43 03:59:01 4 0.02 0.00 0.00 0.07 0.02 99.90 04:02:43 03:59:01 5 1.14 0.00 0.00 0.00 0.02 98.84 04:02:43 03:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:02:43 03:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:02:43 04:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:02:43 04:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:02:43 04:00:01 1 0.00 0.00 0.00 0.02 0.02 99.97 04:02:43 04:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:02:43 04:00:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:02:43 04:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:02:43 04:00:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:02:43 04:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 04:00:01 7 0.02 0.00 0.00 0.00 0.05 99.93 04:02:43 04:01:01 all 0.03 0.00 0.01 0.00 0.01 99.96 04:02:43 04:01:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:02:43 04:01:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:02:43 04:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:02:43 04:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:02:43 04:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:02:43 04:01:01 5 0.02 0.00 0.00 0.02 0.02 99.95 04:02:43 04:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:02:43 04:01:01 7 0.05 0.00 0.02 0.00 0.00 99.93 04:02:43 04:02:01 all 6.44 0.00 2.78 1.19 0.07 89.53 04:02:43 04:02:01 0 6.47 0.00 2.18 3.22 0.12 88.02 04:02:43 04:02:01 1 4.78 0.00 3.84 0.03 0.02 91.34 04:02:43 04:02:01 2 6.63 0.00 2.33 0.37 0.03 90.64 04:02:43 04:02:01 3 6.94 0.00 2.29 0.02 0.05 90.70 04:02:43 04:02:01 4 6.93 0.00 2.98 5.37 0.12 84.61 04:02:43 04:02:01 5 5.71 0.00 1.94 0.40 0.12 91.84 04:02:43 04:02:01 6 7.00 0.00 3.06 0.08 0.03 89.83 04:02:43 04:02:01 7 7.04 0.00 3.63 0.02 0.05 89.26 04:02:43 Average: all 8.84 0.00 2.26 2.55 0.05 86.30 04:02:43 Average: 0 8.53 0.00 2.25 4.23 0.05 84.93 04:02:43 Average: 1 8.71 0.00 2.17 2.51 0.04 86.58 04:02:43 Average: 2 9.34 0.00 2.55 2.29 0.05 85.78 04:02:43 Average: 3 8.98 0.00 2.15 1.36 0.05 87.47 04:02:43 Average: 4 8.96 0.00 2.30 3.26 0.04 85.44 04:02:43 Average: 5 8.95 0.00 2.16 2.66 0.05 86.18 04:02:43 Average: 6 8.68 0.00 2.17 2.18 0.05 86.94 04:02:43 Average: 7 8.59 0.00 2.38 1.92 0.06 87.06 04:02:43 04:02:43 04:02:43