Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 82043fa65646ece12caed6fa2ee7d1c8f814bef9 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-ssh14565484810397999167.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-ssh16116112239531721668.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-ssh14892275580259251843.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-ssh5272760055660401154.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-ssh378422438258054082.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6304 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/416 [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/416 # 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 82043fa65646ece12caed6fa2ee7d1c8f814bef9 (main) Commit message: "Merge pull request #4359 from jinlinGuan/issue-4319" > 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 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 > git rev-list --no-walk c6ae7449aad5f05f69153f6120284e804cf836f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:01:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:01:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:01:53 ========================================================= 15:01:53 EdgeX Global Pipelines Version Info 15:01:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:01:54 ------------------- 15:01:54 stable info: 15:01:54 ------------------- 15:01:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:01:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:01:54 Message: update stable to v1.0.244 15:01:54 ------------------- 15:01:54 experimental info: 15:01:54 ------------------- 15:01:54 Commited By: **** collab-it+edgex@linuxfoundation.org 15:01:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:01:54 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:01:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82043fa [Pipeline] echo 15:01:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:01:55 provisioning config files... 15:01:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config12971347032053592621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:55 ---> docker-login.sh 15:01:55 nexus3.edgexfoundry.org:10001 15:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:56 Configure a credential helper to remove this warning. See 15:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:56 15:01:56 Login Succeeded 15:01:56 nexus3.edgexfoundry.org:10002 15:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:56 Configure a credential helper to remove this warning. See 15:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:56 15:01:56 Login Succeeded 15:01:56 nexus3.edgexfoundry.org:10003 15:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:56 Configure a credential helper to remove this warning. See 15:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:56 15:01:56 Login Succeeded 15:01:56 nexus3.edgexfoundry.org:10004 15:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:56 Configure a credential helper to remove this warning. See 15:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:56 15:01:56 Login Succeeded 15:01:56 docker.io 15:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:56 Configure a credential helper to remove this warning. See 15:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:56 15:01:56 Login Succeeded 15:01:56 ---> docker-login.sh ends [Pipeline] } 15:01:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:01:56 + 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 15:01:56 + dirname cmd/core-command/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo core-command,cmd/core-command/Dockerfile 15:01:56 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:01:56 + + cut -d/ -f2dirname 15:01:56 cmd/core-data/Dockerfile 15:01:56 + echo core-data,cmd/core-data/Dockerfile 15:01:56 + dirname cmd/core-metadata/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo core-metadata,cmd/core-metadata/Dockerfile 15:01:56 + dirname cmd/security-bootstrapper/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:01:56 + dirname cmd/security-proxy-setup/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:01:56 + dirname cmd/security-secretstore-setup/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:01:56 + + dirname cmd/security-spiffe-token-provider/Dockerfile 15:01:56 cut -d/ -f2 15:01:56 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:01:56 + dirname cmd/security-spire-agent/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:01:56 + dirname cmd/security-spire-config/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:01:56 + dirname cmd/security-spire-server/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:01:56 + dirname cmd/support-notifications/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo support-notifications,cmd/support-notifications/Dockerfile 15:01:56 + dirname cmd/support-scheduler/Dockerfile 15:01:56 + cut -d/ -f2 15:01:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:01:56 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 15:01:57 + git rev-list -1 --merges 82043fa65646ece12caed6fa2ee7d1c8f814bef9~1..82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo 15:01:57 -----------> git rev-list -1 --merges 82043fa65646ece12caed6fa2ee7d1c8f814bef9~1..82043fa65646ece12caed6fa2ee7d1c8f814bef9 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:01:57 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [false] [Pipeline] sh 15:01:57 + git log --format=format:%s -1 82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] echo 15:01:57 ========================================================= 15:01:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:01:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:01:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:01:58 + grep -v github /etc/ssh/ssh_known_hosts 15:01:58 + [ -e /tmp/ssh_known_hosts ] 15:01:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:01:58 + + sudo tee -a /etc/ssh/ssh_known_hosts 15:01:58 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:01:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:01:58 15:01:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:01:58 0.1.4: Pulling from edgex-devops/py-git-semver 15:01:58 b85a868b505f: Pulling fs layer 15:01:58 e2be974225ed: Pulling fs layer 15:01:58 339a4e72a1f5: Pulling fs layer 15:01:58 988bab9f4d93: Pulling fs layer 15:01:58 1469e6f7b9e6: Pulling fs layer 15:01:58 eaf3925da568: Pulling fs layer 15:01:58 bab4dde63d76: Pulling fs layer 15:01:58 bde34c3a00c8: Pulling fs layer 15:01:58 b352a97aabf1: Pulling fs layer 15:01:58 4872d77fe225: Pulling fs layer 15:01:58 5851b861e8e6: Pulling fs layer 15:01:58 4872d77fe225: Waiting 15:01:58 b352a97aabf1: Waiting 15:01:58 5851b861e8e6: Waiting 15:01:58 eaf3925da568: Waiting 15:01:58 bde34c3a00c8: Waiting 15:01:58 bab4dde63d76: Waiting 15:01:58 1469e6f7b9e6: Waiting 15:01:58 988bab9f4d93: Waiting 15:01:58 e2be974225ed: Verifying Checksum 15:01:58 e2be974225ed: Download complete 15:01:58 988bab9f4d93: Verifying Checksum 15:01:58 988bab9f4d93: Download complete 15:01:58 1469e6f7b9e6: Verifying Checksum 15:01:58 1469e6f7b9e6: Download complete 15:01:58 eaf3925da568: Verifying Checksum 15:01:58 eaf3925da568: Download complete 15:01:59 339a4e72a1f5: Verifying Checksum 15:01:59 339a4e72a1f5: Download complete 15:01:59 b85a868b505f: Verifying Checksum 15:01:59 b85a868b505f: Download complete 15:01:59 bde34c3a00c8: Verifying Checksum 15:01:59 bde34c3a00c8: Download complete 15:01:59 4872d77fe225: Download complete 15:01:59 5851b861e8e6: Download complete 15:01:59 b352a97aabf1: Download complete 15:01:59 bab4dde63d76: Verifying Checksum 15:01:59 bab4dde63d76: Download complete 15:02:00 b85a868b505f: Pull complete 15:02:00 e2be974225ed: Pull complete 15:02:01 339a4e72a1f5: Pull complete 15:02:01 988bab9f4d93: Pull complete 15:02:01 1469e6f7b9e6: Pull complete 15:02:01 eaf3925da568: Pull complete 15:02:03 bab4dde63d76: Pull complete 15:02:03 bde34c3a00c8: Pull complete 15:02:03 b352a97aabf1: Pull complete 15:02:03 4872d77fe225: Pull complete 15:02:03 5851b861e8e6: Pull complete 15:02:03 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:02:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:02:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:03 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:02:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:02:05 $ docker top 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 -eo pid,comm 15:02:05 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). 15:02:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:02:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:05 [ssh-agent] Looking for ssh-agent implementation... 15:02:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:05 $ docker exec 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent 15:02:05 SSH_AUTH_SOCK=/tmp/ssh-d8b4BC5GYspN/agent.32 15:02:05 SSH_AGENT_PID=38 15:02:06 Running ssh-add (command line suppressed) 15:02:06 Identity added: /w/workspace/edgex-go/416@tmp/private_key_12400847689873546989.key (/w/workspace/edgex-go/416@tmp/private_key_12400847689873546989.key) 15:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:06 + git tag --points-at HEAD [Pipeline] } 15:02:06 $ docker exec --env ******** --env ******** 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent -k 15:02:06 unset SSH_AUTH_SOCK; 15:02:06 unset SSH_AGENT_PID; 15:02:06 echo Agent pid 38 killed; 15:02:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:02:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:02:06 [ssh-agent] Looking for ssh-agent implementation... 15:02:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:02:06 $ docker exec 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent 15:02:06 SSH_AUTH_SOCK=/tmp/ssh-B7VrfPv4nwwC/agent.70 15:02:06 SSH_AGENT_PID=76 15:02:06 Running ssh-add (command line suppressed) 15:02:06 Identity added: /w/workspace/edgex-go/416@tmp/private_key_9363003853731253708.key (/w/workspace/edgex-go/416@tmp/private_key_9363003853731253708.key) 15:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:02:07 + git semver init 15:02:07 2023-02-16 15:02:07,410 [run_init] DEBUG init version:0.0.0 force:False 15:02:07 2023-02-16 15:02:07,411 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/416/.semver 15:02:07 2023-02-16 15:02:07,412 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/416/.semver 15:02:07 2023-02-16 15:02:07,412 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/416/.semver'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) 15:02:15 2023-02-16 15:02:14,319 [append_file] DEBUG append to file:/w/workspace/edgex-go/416/.git/info/exclude 15:02:15 2023-02-16 15:02:14,319 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/416/.semver/main with force:False 15:02:15 2023-02-16 15:02:14,320 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:02:15 2023-02-16 15:02:14,320 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:02:15 3.0.0-dev.55 [Pipeline] } 15:02:15 $ docker exec --env ******** --env ******** 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 ssh-agent -k 15:02:15 unset SSH_AUTH_SOCK; 15:02:15 unset SSH_AGENT_PID; 15:02:15 echo Agent pid 76 killed; 15:02:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:02:16 + git semver [Pipeline] } 15:02:16 $ docker stop --time=1 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 15:02:17 $ docker rm -f --volumes 0ac7052cfb60b1f1174e4bc84cbb4eb797200eed12947529f52704776b1dc5d6 [Pipeline] // withDockerContainer [Pipeline] sh 15:02:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:02:18 Stashed 1 file(s) [Pipeline] echo 15:02:18 [edgeXSemver]: initialized semver on version 3.0.0-dev.55 [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 15:02:18 + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] echo 15:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:18 ========================================================= 15:02:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:02:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:02:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:02:18 213ec9aee27d: Pulling fs layer 15:02:18 4583459ba037: Pulling fs layer 15:02:18 93c1e223e6f2: Pulling fs layer 15:02:18 53926ce57604: Pulling fs layer 15:02:18 21b2b0c7a3f4: Pulling fs layer 15:02:18 22ff95d597cd: Pulling fs layer 15:02:18 12d6caf4c0d1: Pulling fs layer 15:02:18 96b7cbca73a9: Pulling fs layer 15:02:18 a7acece74701: Pulling fs layer 15:02:18 22ff95d597cd: Waiting 15:02:18 12d6caf4c0d1: Waiting 15:02:18 53926ce57604: Waiting 15:02:18 21b2b0c7a3f4: Waiting 15:02:18 96b7cbca73a9: Waiting 15:02:18 93c1e223e6f2: Verifying Checksum 15:02:18 93c1e223e6f2: Download complete 15:02:18 4583459ba037: Verifying Checksum 15:02:18 4583459ba037: Download complete 15:02:18 21b2b0c7a3f4: Verifying Checksum 15:02:18 21b2b0c7a3f4: Download complete 15:02:18 22ff95d597cd: Verifying Checksum 15:02:18 22ff95d597cd: Download complete 15:02:19 213ec9aee27d: Verifying Checksum 15:02:19 12d6caf4c0d1: Download complete 15:02:19 213ec9aee27d: Pull complete 15:02:19 4583459ba037: Pull complete 15:02:19 93c1e223e6f2: Pull complete 15:02:20 a7acece74701: Verifying Checksum 15:02:20 a7acece74701: Download complete 15:02:20 53926ce57604: Verifying Checksum 15:02:20 53926ce57604: Download complete 15:02:21 96b7cbca73a9: Verifying Checksum 15:02:21 96b7cbca73a9: Download complete 15:02:25 53926ce57604: Pull complete 15:02:25 21b2b0c7a3f4: Pull complete 15:02:25 22ff95d597cd: Pull complete 15:02:25 12d6caf4c0d1: Pull complete 15:02:27 96b7cbca73a9: Pull complete 15:02:27 a7acece74701: Pull complete 15:02:27 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:02:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:02:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:28 WORKDIR /edgex 15:02:28 COPY go.mod . 15:02:28 RUN go mod download 15:02:28 + docker build -t ci-base-image-x86_64 -f - . 15:02:28 Sending build context to Docker daemon 170.4MB 15:02:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:02:28 ---> db6d94c90886 15:02:28 Step 2/4 : WORKDIR /edgex 15:02:33 Still waiting to schedule task 15:02:33 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:02:35 ---> Running in 0bea59034933 15:02:35 Removing intermediate container 0bea59034933 15:02:35 ---> 868a21222b04 15:02:35 Step 3/4 : COPY go.mod . 15:02:35 ---> e9471550c5fc 15:02:35 Step 4/4 : RUN go mod download 15:02:35 ---> Running in 7e2476562923 15:02:50 Removing intermediate container 7e2476562923 15:02:50 ---> 4514c59a9bd0 15:02:50 Successfully built 4514c59a9bd0 15:02:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:50 + docker inspect -f . ci-base-image-x86_64 15:02:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:50 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:02:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:02:51 $ docker top 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:51 + go version 15:02:51 go version go1.18.7 linux/amd64 [Pipeline] } 15:02:51 $ docker stop --time=1 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f 15:02:52 $ docker rm -f --volumes 87df40dc4a683dce96a450845957b59623bc82c86e480c36a71a0eb9fd22dd4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:53 + docker inspect -f . ci-base-image-x86_64 15:02:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:02:53 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:02:53 $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:02:53 $ docker top d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f -eo pid,comm [Pipeline] { [Pipeline] echo 15:02:53 ========================================================= 15:02:53 [edgeXBuildGoParallel] Running Tests and Build... 15:02:53 ========================================================= [Pipeline] sh 15:02:53 + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] fileExists [Pipeline] sh 15:02:54 + make test 15:02:54 go test -race -coverprofile=coverage.out ./... 15:03:00 ? github.com/edgexfoundry/edgex-go [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.083s coverage: 28.7% of statements 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.167s coverage: 98.5% of statements 15:03:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.128s coverage: 73.7% of statements 15:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:03:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.122s coverage: 54.0% of statements 15:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.235s coverage: 88.5% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.107s coverage: 3.9% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.573s coverage: 95.6% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/io 0.081s coverage: 72.2% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.110s coverage: 65.9% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.080s coverage: 0.9% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.082s coverage: 29.6% of statements 15:03:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 82.9% of statements 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements 15:03:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 15:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 15:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.368s coverage: 79.9% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 64.4% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.069s coverage: 86.9% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 77.4% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.269s coverage: 91.2% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.224s coverage: 63.1% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.411s coverage: 65.3% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.200s coverage: 41.0% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.084s coverage: 89.5% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:03:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:03:42 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 15:04:00 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." 15:04:00 go vet ./... 15:04:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6305 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:04:04 Running in /w/workspace/edgex-go/416 [Pipeline] { [Pipeline] checkout 15:04:04 The recommended git tool is: git 15:04:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:04:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:04:04 ./bin/test-attribution-txt.sh [Pipeline] echo 15:04:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:04:05 + ls -al . 15:04:05 total 748 15:04:05 drwxrwxr-x 11 1001 1001 4096 Feb 16 15:02 . 15:04:05 drwxr-xr-x 4 root root 4096 Feb 16 15:02 .. 15:04:05 drwxrwxr-x 2 1001 1001 4096 Feb 16 15:01 .blubracket 15:04:05 -rw-rw-r-- 1 1001 1001 16 Feb 16 15:01 .dockerignore 15:04:05 drwxrwxr-x 8 1001 1001 4096 Feb 16 15:03 .git 15:04:05 drwxrwxr-x 3 1001 1001 4096 Feb 16 15:01 .github 15:04:05 -rw-rw-r-- 1 1001 1001 1024 Feb 16 15:01 .gitignore 15:04:05 -rw-rw-r-- 1 1001 1001 42 Feb 16 15:01 .golangci.yml 15:04:05 -rw-rw-r-- 1 1001 1001 87 Feb 16 15:01 .hadolint.yml 15:04:05 drwxr-xr-x 3 1001 1001 4096 Feb 16 15:02 .semver 15:04:05 -rw-rw-r-- 1 1001 1001 166 Feb 16 15:01 .sonarcloud.properties 15:04:05 -rw-rw-r-- 1 1001 1001 1171 Feb 16 15:01 ADOPTERS.md 15:04:05 -rw-rw-r-- 1 1001 1001 10825 Feb 16 15:01 Attribution.txt 15:04:05 -rw-rw-r-- 1 1001 1001 73765 Feb 16 15:01 CHANGELOG.md 15:04:05 -rw-rw-r-- 1 1001 1001 3804 Feb 16 15:01 CONTRIBUTING.md 15:04:05 -rw-rw-r-- 1 1001 1001 677 Feb 16 15:01 GOVERNANCE.md 15:04:05 -rw-rw-r-- 1 1001 1001 883 Feb 16 15:01 Jenkinsfile 15:04:05 -rw-rw-r-- 1 1001 1001 10775 Feb 16 15:01 LICENSE 15:04:05 -rw-rw-r-- 1 1001 1001 13375 Feb 16 15:01 Makefile 15:04:05 -rw-rw-r-- 1 1001 1001 582 Feb 16 15:01 OWNERS.md 15:04:05 -rw-rw-r-- 1 1001 1001 9403 Feb 16 15:01 README.md 15:04:05 -rw-rw-r-- 1 1001 1001 6912 Feb 16 15:01 SECURITY.md 15:04:05 -rw-rw-r-- 1 1001 1001 12 Feb 16 15:02 VERSION 15:04:05 drwxrwxr-x 2 1001 1001 4096 Feb 16 15:01 bin 15:04:05 drwxrwxr-x 17 1001 1001 4096 Feb 16 15:01 cmd 15:04:05 -rw-r--r-- 1 root root 487530 Feb 16 15:03 coverage.out 15:04:05 -rw-rw-r-- 1 1001 1001 3295 Feb 16 15:01 go.mod 15:04:05 -rw-rw-r-- 1 1001 1001 33318 Feb 16 15:01 go.sum 15:04:05 drwxrwxr-x 7 1001 1001 4096 Feb 16 15:01 internal 15:04:05 drwxrwxr-x 3 1001 1001 4096 Feb 16 15:01 openapi 15:04:05 drwxrwxr-x 4 1001 1001 4096 Feb 16 15:01 snap 15:04:05 -rw-rw-r-- 1 1001 1001 204 Feb 16 15:01 version.go [Pipeline] sh 15:04:05 + '[' -e coverage.out ] 15:04:05 + chown 1001:1001 coverage.out [Pipeline] stash 15:04:05 Stashed 1 file(s) [Pipeline] sh 15:04:05 + make build 15:04:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:04:09 using credential edgex-jenkins-ssh 15:04:09 Cloning the remote Git repository 15:04:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:04:09 > git init /w/workspace/edgex-go/416 # timeout=10 15:04:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:04:09 > git --version # timeout=10 15:04:09 > git --version # 'git version 2.25.1' 15:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:04:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:04:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:04:21 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:04:26 Avoid second fetch 15:04:26 Checking out Revision 82043fa65646ece12caed6fa2ee7d1c8f814bef9 (main) 15:04:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:04:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:26 > git config core.sparsecheckout # timeout=10 15:04:26 > git checkout -f 82043fa65646ece12caed6fa2ee7d1c8f814bef9 # timeout=10 15:04:26 Commit message: "Merge pull request #4359 from jinlinGuan/issue-4319" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:04:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:04:27 % Total % Received % Xferd Average Speed Time Time Time Current 15:04:27 Dload Upload Total Spent Left Speed 15:04:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 15:04:28 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:04:28 + sudo tee /etc/docker/daemon.new 15:04:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:04:28 { 15:04:28 "registry-mirrors": [ 15:04:28 "https://nexus3.edgexfoundry.org:10001" 15:04:28 ], 15:04:28 "bip": "10.250.0.254/24", 15:04:28 "hosts": [ 15:04:28 "tcp://0.0.0.0:5555", 15:04:28 "unix:///var/run/docker.sock" 15:04:28 ], 15:04:28 "mtu": 1458, 15:04:28 "selinux-enabled": true, 15:04:28 "seccomp-profile": "/etc/docker/seccomp.json" 15:04:28 } [Pipeline] sh 15:04:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:04:29 + sudo service docker restart 15:04:29 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:04:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:04:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:04:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:04:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:04:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:04:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:04:39 $ docker stop --time=1 d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f 15:04:43 $ docker rm -f --volumes d287825340b88e06eaf7da6c60e58458a12c4858519b7a66e13385fd43cbaf3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:43 15:04:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:44 latest: Pulling from edgex-devops/edgex-compose 15:04:44 cbdbe7a5bc2a: Pulling fs layer 15:04:44 ca9280d653b3: Pulling fs layer 15:04:44 7e9c9ca2126c: Pulling fs layer 15:04:44 cbdbe7a5bc2a: Verifying Checksum 15:04:44 cbdbe7a5bc2a: Download complete 15:04:44 cbdbe7a5bc2a: Pull complete 15:04:44 ca9280d653b3: Verifying Checksum 15:04:44 ca9280d653b3: Download complete 15:04:45 7e9c9ca2126c: Download complete 15:04:45 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:04:47 provisioning config files... 15:04:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config3171107273883193276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:04:47 ---> docker-login.sh 15:04:47 nexus3.edgexfoundry.org:10001 15:04:48 7e9c9ca2126c: Pull complete 15:04:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:04:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:48 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:04:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:04:48 Configure a credential helper to remove this warning. See 15:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:04:48 15:04:48 Login Succeeded 15:04:48 nexus3.edgexfoundry.org:10002 15:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:04:48 Configure a credential helper to remove this warning. See 15:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:04:48 15:04:48 Login Succeeded 15:04:49 nexus3.edgexfoundry.org:10003 15:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:04:49 Configure a credential helper to remove this warning. See 15:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:04:49 15:04:49 Login Succeeded 15:04:49 nexus3.edgexfoundry.org:10004 15:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:04:49 Configure a credential helper to remove this warning. See 15:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:04:49 15:04:49 Login Succeeded 15:04:49 docker.io 15:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:04:50 Configure a credential helper to remove this warning. See 15:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:04:50 15:04:50 Login Succeeded 15:04:50 ---> docker-login.sh ends 15:04:50 $ docker top 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 -eo pid,comm [Pipeline] { [Pipeline] } 15:04:50 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 15:04:50 + docker-compose build --help 15:04:50 + grep parallel 15:04:51 + git config --global --add safe.directory /w/workspace/edgex-go/416 [Pipeline] echo 15:04:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:04:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:04:51 ========================================================= 15:04:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:04:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:04:51 --parallel Build images in parallel. [Pipeline] } 15:04:51 $ docker stop --time=1 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 15:04:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:04:51 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:04:51 9b18e9b68314: Pulling fs layer 15:04:51 35d82f9e3411: Pulling fs layer 15:04:51 e16973657156: Pulling fs layer 15:04:51 fc693d55d65f: Pulling fs layer 15:04:51 7e9fc2657dce: Pulling fs layer 15:04:51 dda99020689f: Pulling fs layer 15:04:51 db1c61fa0a46: Pulling fs layer 15:04:51 891c053d2c06: Pulling fs layer 15:04:51 7e9fc2657dce: Waiting 15:04:51 dda99020689f: Waiting 15:04:51 891c053d2c06: Waiting 15:04:51 db1c61fa0a46: Waiting 15:04:51 fc693d55d65f: Waiting 15:04:51 e16973657156: Verifying Checksum 15:04:51 e16973657156: Download complete 15:04:51 35d82f9e3411: Verifying Checksum 15:04:51 35d82f9e3411: Download complete 15:04:51 7e9fc2657dce: Verifying Checksum 15:04:51 7e9fc2657dce: Download complete 15:04:51 dda99020689f: Download complete 15:04:51 9b18e9b68314: Verifying Checksum 15:04:52 $ docker rm -f --volumes 08a3bdd9cf89278ea866be26fa2fc9ce6d37e34109c4c63327c08e701a8d1666 [Pipeline] // withDockerContainer 15:04:52 9b18e9b68314: Pull complete 15:04:52 891c053d2c06: Verifying Checksum 15:04:52 891c053d2c06: Download complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:04:53 35d82f9e3411: Pull complete 15:04:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:04:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:04:53 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:04:53 $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:04:53 $ docker top 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf -eo pid,comm 15:04:53 e16973657156: Pull complete [Pipeline] { [Pipeline] sh 15:04:54 db1c61fa0a46: Verifying Checksum 15:04:54 db1c61fa0a46: Download complete 15:04:54 + docker-compose -f ./docker-compose-build.yml build --parallel 15:04:54 fc693d55d65f: Verifying Checksum 15:04:54 fc693d55d65f: Download complete 15:04:54 Building core-command ... 15:04:54 Building core-common-config-bootstrapper ... 15:04:54 Building core-data ... 15:04:54 Building core-metadata ... 15:04:54 Building security-bootstrapper ... 15:04:54 Building security-proxy-setup ... 15:04:54 Building security-secretstore-setup ... 15:04:54 Building security-spiffe-token-provider ... 15:04:54 Building security-spire-agent ... 15:04:54 Building security-spire-config ... 15:04:54 Building security-spire-server ... 15:04:54 Building support-notifications ... 15:04:54 Building support-scheduler ... 15:04:54 Building core-metadata 15:04:54 Building core-common-config-bootstrapper 15:04:54 Building security-secretstore-setup 15:04:54 Building support-notifications 15:04:54 Building security-proxy-setup 15:05:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:05:06 ---> 4514c59a9bd0 15:05:06 Step 3/24 : WORKDIR /edgex-go 15:05:06 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:06 ---> 4514c59a9bd0 15:05:06 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:05:06 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:05:06 ---> 4514c59a9bd0 15:05:06 Step 3/21 : WORKDIR /edgex-go 15:05:06 fc693d55d65f: Pull complete 15:05:06 7e9fc2657dce: Pull complete 15:05:06 dda99020689f: Pull complete 15:05:07 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:07 ---> 4514c59a9bd0 15:05:07 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:05:09 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:05:09 ---> 4514c59a9bd0 15:05:09 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:05:12 db1c61fa0a46: Pull complete 15:05:14 891c053d2c06: Pull complete 15:05:14 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:05:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:14 WORKDIR /edgex 15:05:14 COPY go.mod . 15:05:14 RUN go mod download 15:05:14 + docker build -t ci-base-image-arm64 -f - . 15:05:15 Sending build context to Docker daemon 3.092MB 15:05:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:05:15 ---> f96f9c87975a 15:05:15 Step 2/4 : WORKDIR /edgex 15:05:17 ---> Running in b0bc45d1c172 15:05:17 Removing intermediate container b0bc45d1c172 15:05:17 ---> 64ed4a99cd05 15:05:17 Step 3/4 : COPY go.mod . 15:05:17 ---> 0d66efb0aa1c 15:05:17 Step 4/4 : RUN go mod download 15:05:17 ---> Running in a3d3ec844bcf 15:05:27 ---> Running in 139c372e47b0 15:05:27 ---> Running in e88f3534d2f7 15:05:27 ---> Running in c145b93be9b7 15:05:27 ---> Running in 05e09d2de915 15:05:27 ---> Running in da56199a730a 15:05:27 Removing intermediate container 139c372e47b0 15:05:27 Removing intermediate container da56199a730a 15:05:27 ---> 82aca07ee4cf 15:05:27 ---> 402cda31a4dd 15:05:27 Step 4/22 : WORKDIR /edgex-goStep 4/22 : WORKDIR /edgex-go 15:05:27 15:05:27 Removing intermediate container e88f3534d2f7 15:05:27 ---> 38b192ca8c73 15:05:27 Step 4/24 : WORKDIR /edgex-go 15:05:27 Removing intermediate container 05e09d2de915 15:05:27 ---> bf4d75f97ee3 15:05:27 Step 4/24 : RUN apk add --update --no-cache make git 15:05:27 Removing intermediate container c145b93be9b7 15:05:27 ---> edd6af27d69a 15:05:27 Step 4/21 : RUN apk add --update --no-cache make git 15:05:27 ---> Running in 1181ea32cc35 15:05:27 ---> Running in 71af69dbb1ea 15:05:27 ---> Running in 28fa48f157ea 15:05:27 ---> Running in 4eb35c50848f 15:05:27 ---> Running in c6bffadf725b 15:05:27 Removing intermediate container 71af69dbb1ea 15:05:27 ---> 7e1c87d1046c 15:05:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:05:27 Removing intermediate container 1181ea32cc35 15:05:27 ---> 23221555b7cb 15:05:27 Step 5/22 : RUN apk add --update --no-cache make git 15:05:27 Removing intermediate container 4eb35c50848f 15:05:27 ---> 18f5ae0b8d90 15:05:27 Step 5/24 : RUN apk add --update --no-cache make git 15:05:27 ---> Running in e0c4f43db0c1 15:05:27 ---> Running in 720fbbcf788a 15:05:27 ---> Running in b79c6e648450 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:27 OK: 211 MiB in 51 packages 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:27 OK: 211 MiB in 51 packages 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:05:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:05:27 OK: 211 MiB in 51 packages 15:05:27 OK: 211 MiB in 51 packages 15:05:27 OK: 211 MiB in 51 packages 15:05:27 Removing intermediate container c6bffadf725b 15:05:27 ---> 1ebecf6276a3 15:05:27 Step 5/21 : COPY go.mod vendor* ./ 15:05:27 Removing intermediate container 28fa48f157ea 15:05:27 ---> 44c74a642e88 15:05:27 Step 5/24 : COPY go.mod vendor* ./ 15:05:27 ---> 404609d1af4e 15:05:27 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:27 ---> 43c7f3f98422 15:05:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:27 ---> Running in 03ebdbcdd881 15:05:27 ---> Running in 1e293076e4b0 15:05:27 Removing intermediate container 720fbbcf788a 15:05:27 ---> 6b82ac436a27 15:05:27 Step 6/22 : COPY go.mod vendor* ./ 15:05:27 Removing intermediate container e0c4f43db0c1 15:05:27 ---> addceeb1e700 15:05:27 Step 6/22 : COPY go.mod vendor* ./ 15:05:27 Removing intermediate container b79c6e648450 15:05:27 ---> a157d7c8202f 15:05:27 Step 6/24 : COPY go.mod vendor* ./ 15:05:27 ---> 8d07f6e10a14 15:05:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:27 ---> Running in 8ecc21ef6c0e 15:05:27 ---> ff090ae25e4c 15:05:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:27 ---> Running in a8874bd52f3e 15:05:28 ---> 66dc9818e781 15:05:28 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:28 ---> Running in c0c987a041ce 15:05:50 Removing intermediate container a3d3ec844bcf 15:05:50 ---> 38efb643a139 15:05:50 Successfully built 38efb643a139 15:05:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:50 + docker inspect -f . ci-base-image-arm64 15:05:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:05:50 prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container 15:05:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:05:53 $ docker top 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 -eo pid,comm [Pipeline] { [Pipeline] sh 15:05:53 + go version 15:05:53 go version go1.18.7 linux/arm64 [Pipeline] } 15:05:53 $ docker stop --time=1 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 15:05:55 $ docker rm -f --volumes 5a12389bf4987cf876e464d9431701fae0334af2f992a52af446122541c51008 [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 15:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:05:56 15:05:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:05:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:05:56 latest: Pulling from edgex-devops/edgex-compose-arm64 15:05:56 29e5d40040c1: Pulling fs layer 15:05:56 1ce36da41761: Pulling fs layer 15:05:56 25b303627fd3: Pulling fs layer 15:05:56 29e5d40040c1: Verifying Checksum 15:05:56 29e5d40040c1: Download complete 15:05:57 1ce36da41761: Verifying Checksum 15:05:57 1ce36da41761: Download complete 15:05:57 29e5d40040c1: Pull complete 15:05:58 25b303627fd3: Verifying Checksum 15:05:58 25b303627fd3: Download complete 15:05:58 1ce36da41761: Pull complete 15:06:08 25b303627fd3: Pull complete 15:06:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:09 prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container 15:06:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:06:11 $ docker top 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:12 + grep parallel 15:06:12 + docker-compose build --help 15:06:16 --parallel Build images in parallel. [Pipeline] } 15:06:16 $ docker stop --time=1 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 15:06:18 $ docker rm -f --volumes 68e1a472421a69b8273cfbb09cbb569ae88f1a942da26c99a78e29d35987efa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:06:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:06:18 prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container 15:06:18 $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:06:19 $ docker top 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:20 + docker-compose -f ./docker-compose-build.yml build --parallel 15:06:25 Building core-command ... 15:06:25 Building core-common-config-bootstrapper ... 15:06:25 Building core-data ... 15:06:25 Building core-metadata ... 15:06:25 Building security-bootstrapper ... 15:06:25 Building security-proxy-setup ... 15:06:25 Building security-secretstore-setup ... 15:06:25 Building security-spiffe-token-provider ... 15:06:25 Building security-spire-agent ... 15:06:25 Building security-spire-config ... 15:06:25 Building security-spire-server ... 15:06:25 Building support-notifications ... 15:06:25 Building support-scheduler ... 15:06:25 Building security-proxy-setup 15:06:25 Building security-spire-config 15:06:25 Building security-spire-server 15:06:25 Building core-command 15:06:25 Building security-spire-agent 15:06:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:06:35 ---> 38efb643a139 15:06:35 Step 3/24 : WORKDIR /edgex-go 15:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:35 ---> 38efb643a139 15:06:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:06:35 ---> Running in d0273fd09dab 15:06:35 ---> Running in a3b82a4fe15d 15:06:35 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:06:35 ---> 38efb643a139 15:06:35 Step 3/21 : WORKDIR /edgex-go 15:06:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:06:35 ---> 38efb643a139 15:06:35 Step 3/23 : WORKDIR /edgex-go 15:06:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:06:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:06:35 ---> 38efb643a139 15:06:35 Step 3/24 : WORKDIR /edgex-go 15:06:35 ---> Running in a14146c17d6d 15:06:35 ---> Running in f3c68ed25887 15:06:35 ---> Running in 2f24ba9e91c2 15:06:35 Removing intermediate container d0273fd09dab 15:06:35 ---> c550c10a73e5 15:06:35 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:06:35 Removing intermediate container a3b82a4fe15d 15:06:35 ---> 733854ecac68 15:06:35 Step 4/23 : WORKDIR /edgex-go 15:06:35 ---> Running in bd109743f358 15:06:35 ---> Running in 8b0bd243a629 15:06:35 Removing intermediate container f3c68ed25887 15:06:35 ---> 9dde0421816b 15:06:35 Step 4/21 : RUN apk add --update --no-cache make git 15:06:35 Removing intermediate container a14146c17d6d 15:06:35 ---> fad5e81b16fa 15:06:35 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:06:36 Removing intermediate container 2f24ba9e91c2 15:06:36 ---> e03e892aefc3 15:06:36 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:06:36 ---> Running in 0e69554dae6d 15:06:36 ---> Running in a24908d42dc3 15:06:36 ---> Running in 9b7445fea7af 15:06:36 Removing intermediate container 8b0bd243a629 15:06:36 ---> 8281ca12a270 15:06:36 Step 5/23 : RUN apk add --update --no-cache make git 15:06:36 ---> Running in bb7676e782f6 15:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:06:39 OK: 221 MiB in 51 packages 15:06:39 OK: 221 MiB in 51 packages 15:06:40 OK: 221 MiB in 51 packages 15:06:40 OK: 221 MiB in 51 packages 15:06:40 OK: 221 MiB in 51 packages 15:06:41 Removing intermediate container 0e69554dae6d 15:06:41 ---> 6f46d1c3faab 15:06:41 Step 5/23 : COPY go.mod vendor* ./ 15:06:41 Removing intermediate container bd109743f358 15:06:41 ---> e36b8294a030 15:06:41 Step 5/24 : COPY go.mod vendor* ./ 15:06:41 Removing intermediate container a24908d42dc3 15:06:41 ---> 002da7c56251 15:06:41 Step 5/21 : COPY go.mod vendor* ./ 15:06:42 Removing intermediate container bb7676e782f6 15:06:42 ---> bef454814b52 15:06:42 Step 6/23 : COPY go.mod vendor* ./ 15:06:42 Removing intermediate container 9b7445fea7af 15:06:42 ---> 6e1a7a693a27 15:06:42 Step 5/24 : COPY go.mod vendor* ./ 15:06:42 ---> 8230517bd3dd 15:06:42 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:42 ---> 64e51b40976d 15:06:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:42 ---> Running in b654370c6fac 15:06:42 ---> Running in 45f695b40e1b 15:06:43 ---> c9acc7327183 15:06:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:43 ---> 7916a975f7c7 15:06:43 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:43 ---> 334d5edf78cc 15:06:43 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:06:43 ---> Running in acd7f9315375 15:06:43 ---> Running in d86c1b1056ea 15:06:43 ---> Running in ab06939ace70 15:07:04 Removing intermediate container a8874bd52f3e 15:07:04 ---> b994b237c74a 15:07:04 Step 8/22 : COPY . . 15:07:04 Removing intermediate container 1e293076e4b0 15:07:04 ---> 40dd433b5cbb 15:07:04 Step 7/21 : COPY . . 15:07:04 Removing intermediate container c0c987a041ce 15:07:04 ---> fd7f5afb1845 15:07:04 Step 8/24 : COPY . . 15:07:04 Removing intermediate container 03ebdbcdd881 15:07:04 ---> 99e8bab98f6f 15:07:04 Step 7/24 : COPY . . 15:07:04 Removing intermediate container 8ecc21ef6c0e 15:07:04 ---> daad0acc3deb 15:07:04 Step 8/22 : COPY . . 15:07:23 ---> 09c37b27ba09 15:07:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:07:23 ---> 8bfe59d3c06c 15:07:23 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:07:23 ---> 7aaa122fe55e 15:07:23 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:07:23 ---> 50292cade375 15:07:23 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:07:23 ---> Running in f5bcae4724b3 15:07:23 ---> f675e99431d9 15:07:23 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:07:23 ---> Running in 74f9d4d9339c 15:07:23 ---> Running in f38f94665a67 15:07:23 ---> Running in ae1edb15fe02 15:07:23 ---> Running in f39d06797280 15:07:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:07:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:07:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:07:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:07:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:08:07 Removing intermediate container f38f94665a67 15:08:07 ---> d9791fd84796 15:08:07 15:08:07 Step 9/21 : FROM alpine:3.16 15:08:07 Removing intermediate container 74f9d4d9339c 15:08:07 ---> c013daf5331b 15:08:07 15:08:07 Step 10/24 : FROM alpine:3.16 15:08:07 Removing intermediate container ae1edb15fe02 15:08:07 ---> 6de27bfcd14c 15:08:07 15:08:07 Step 9/24 : FROM alpine:3.16 15:08:07 Removing intermediate container f39d06797280 15:08:07 ---> f54dc98c1b64 15:08:07 15:08:07 Step 10/22 : FROM alpine:3.16 15:08:07 3.16: Pulling from library/alpine 15:08:08 3.16: Pulling from library/alpine 15:08:08 3.16: Pulling from library/alpine 15:08:08 3.16: Pulling from library/alpine 15:08:12 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:08:12 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:08:12 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:08:12 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:08:12 Status: Image is up to date for alpine:3.16 15:08:12 Status: Downloaded newer image for alpine:3.16 15:08:12 Status: Downloaded newer image for alpine:3.16 15:08:12 Status: Downloaded newer image for alpine:3.16 15:08:12 ---> dfd21b5a31f5 15:08:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:08:12 ---> dfd21b5a31f5 15:08:12 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:08:12 ---> dfd21b5a31f5 15:08:12 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:08:12 ---> dfd21b5a31f5 15:08:12 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:08:12 ---> Running in ca2f8c0798f1 15:08:12 ---> Running in 7deb79968059 15:08:12 ---> Running in ac5b91388041 15:08:12 ---> Running in 8547d34006be 15:08:12 Removing intermediate container f5bcae4724b3 15:08:12 ---> c2cc1c2414c1 15:08:12 15:08:12 Step 10/22 : FROM alpine:3.16 15:08:12 ---> dfd21b5a31f5 15:08:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:08:12 ---> Running in 0bab79c6420e 15:08:12 Removing intermediate container ca2f8c0798f1 15:08:12 ---> 2f45432e1ebc 15:08:12 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:08:12 ---> Running in f9d07911de3c 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:12 (1/3) Installing ca-certificates (20220614-r0) 15:08:12 (2/3) Installing dumb-init (1.2.5-r1) 15:08:12 (3/3) Installing su-exec (0.2-r1) 15:08:12 Executing busybox-1.35.0-r17.trigger 15:08:12 Executing ca-certificates-20220614-r0.trigger 15:08:12 (1/1) Installing dumb-init (1.2.5-r1) 15:08:12 (1/2) Installing ca-certificates (20220614-r0) 15:08:12 (1/1) Installing dumb-init (1.2.5-r1) 15:08:12 Executing busybox-1.35.0-r17.trigger 15:08:12 Executing busybox-1.35.0-r17.trigger 15:08:12 OK: 6 MiB in 15 packages 15:08:12 OK: 6 MiB in 15 packages 15:08:12 (2/2) Installing dumb-init (1.2.5-r1) 15:08:12 Executing busybox-1.35.0-r17.trigger 15:08:12 OK: 6 MiB in 17 packages 15:08:12 Executing ca-certificates-20220614-r0.trigger 15:08:12 (1/6) Installing ca-certificates (20220614-r0) 15:08:12 (2/6) Installing brotli-libs (1.0.9-r6) 15:08:12 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:08:12 OK: 6 MiB in 16 packages 15:08:12 (4/6) Installing libcurl (7.83.1-r6) 15:08:12 (5/6) Installing curl (7.83.1-r6) 15:08:12 (6/6) Installing dumb-init (1.2.5-r1) 15:08:12 Executing busybox-1.35.0-r17.trigger 15:08:13 Executing ca-certificates-20220614-r0.trigger 15:08:13 OK: 8 MiB in 20 packages 15:08:13 Removing intermediate container ac5b91388041 15:08:13 ---> 7e70e0837aae 15:08:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:08:13 ---> Running in 231d82396786 15:08:13 Removing intermediate container f9d07911de3c 15:08:13 ---> c5ae9eb37283 15:08:13 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:13 Removing intermediate container 8547d34006be 15:08:13 ---> 06f51c5a1d0c 15:08:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:08:13 Removing intermediate container 0bab79c6420e 15:08:13 ---> fad5c54437b3 15:08:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:08:13 Removing intermediate container 7deb79968059 15:08:13 ---> c324f7c5ef0e 15:08:13 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:08:13 ---> Running in 5bdb96dfebff 15:08:13 ---> Running in 4d50bdce09c3 15:08:13 ---> Running in b6535fdc2d7a 15:08:13 Removing intermediate container 231d82396786 15:08:13 ---> 669f7427170f 15:08:13 Step 13/24 : ENV APP_PORT=59881 15:08:13 ---> a53eb26497fe 15:08:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:08:13 ---> Running in c78e5f30657a 15:08:14 Removing intermediate container 5bdb96dfebff 15:08:14 ---> eb12f4efbef2 15:08:14 Step 12/21 : WORKDIR /edgex 15:08:14 Removing intermediate container 4d50bdce09c3 15:08:14 ---> 6342446143d9 15:08:14 Step 13/22 : ENV APP_PORT=59860 15:08:14 Removing intermediate container b6535fdc2d7a 15:08:14 ---> 2dbad67d4cda 15:08:14 Step 12/24 : WORKDIR / 15:08:14 ---> Running in 4069d6e62973 15:08:14 ---> Running in c57472157d93 15:08:14 Removing intermediate container c78e5f30657a 15:08:14 ---> f87cff76e070 15:08:14 Step 14/24 : EXPOSE $APP_PORT 15:08:14 ---> Running in d6decd88a768 15:08:14 ---> Running in f58390e9406b 15:08:14 Removing intermediate container c57472157d93 15:08:14 ---> abd5f7c7e3fe 15:08:14 ---> fd3cc09a300d 15:08:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:08:14 Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container 4069d6e62973 15:08:14 ---> 7f175bae61e2 15:08:14 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:08:14 15:08:14 ---> Running in 950f35daa498 15:08:14 Removing intermediate container d6decd88a768 15:08:14 ---> f0d1a8c01a85 15:08:14 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:08:14 Removing intermediate container f58390e9406b 15:08:14 ---> a762fe679161 15:08:14 Step 15/24 : WORKDIR / 15:08:14 ---> Running in 4b62f45e3b3e 15:08:14 Removing intermediate container 950f35daa498 15:08:14 ---> 63e76456afd7 15:08:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:14 ---> 14a110baf544 15:08:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:08:14 ---> 698fa720e7a5 15:08:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:08:14 Removing intermediate container 4b62f45e3b3e 15:08:14 ---> 8cd52f4219be 15:08:14 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:14 ---> 17b4fb03b1c2 15:08:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:08:14 ---> 0183f9ad0d39 15:08:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:08:14 ---> 7b52b67ba156 15:08:14 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:08:14 ---> Running in addbdccd43bd 15:08:16 ---> a65c0f9a6d25 15:08:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:08:16 ---> 64c812099c3f 15:08:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:08:16 ---> 85d0910c6cca 15:08:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:08:16 ---> 248840780f5d 15:08:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:08:16 ---> 9546410f4fae 15:08:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:08:16 ---> 4631eea786de 15:08:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:08:17 ---> e9835d6f1e50 15:08:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:08:17 ---> 1b8ef0a002af 15:08:17 ---> Running in 4e9d8a4d1810 15:08:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:08:17 ---> 5f77a18b6768 15:08:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:08:17 ---> 9d973f1b1ac0 15:08:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:08:17 Removing intermediate container addbdccd43bd 15:08:17 ---> a8b8c28b430d 15:08:17 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:08:17 Removing intermediate container 4e9d8a4d1810 15:08:17 ---> 2d0e22b48aa0 15:08:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:08:17 ---> Running in 69f03367fd29 15:08:17 ---> Running in 6319d3025717 15:08:17 ---> 4e7c66d08e9f 15:08:17 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:08:17 ---> bc9d6699cd19 15:08:17 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:08:17 ---> Running in 86ab3bb08268 15:08:17 Removing intermediate container 6319d3025717 15:08:17 ---> 5fb657cd3972 15:08:17 Step 20/22 : LABEL arch=x86_64 15:08:17 Removing intermediate container 69f03367fd29 15:08:17 ---> dcea0dc7057c 15:08:17 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:08:17 ---> 4015e57cd9e3 15:08:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:08:17 ---> Running in 98819b4e9a2b 15:08:17 ---> Running in 5b628d9d7f9f 15:08:17 ---> Running in 555c59d0ea7e 15:08:18 Removing intermediate container 5b628d9d7f9f 15:08:18 Removing intermediate container 98819b4e9a2b 15:08:18 ---> c7091fc9309b 15:08:18 ---> b35fdacca709 15:08:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"]Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:08:18 15:08:18 Removing intermediate container 555c59d0ea7e 15:08:18 ---> f4b07f2a967c 15:08:18 Step 20/22 : LABEL arch=x86_64 15:08:18 ---> Running in ccf51ef73cbc 15:08:18 ---> Running in ac58290fa0d9 15:08:18 ---> 732c1f82e72f 15:08:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:08:18 ---> Running in 2e07f9fee1df 15:08:18 Removing intermediate container ac58290fa0d9 15:08:18 ---> 36ce3a39349f 15:08:18 Step 22/24 : LABEL arch=x86_64 15:08:18 Removing intermediate container 2e07f9fee1df 15:08:18 ---> 4ee770bd5a6d 15:08:18 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:08:18 Removing intermediate container ccf51ef73cbc 15:08:18 ---> c26d86196d96 15:08:18 Step 22/22 : LABEL version=3.0.0-dev.55 15:08:18 ---> Running in 972d980e44d0 15:08:18 ---> Running in 4fde61e633fc 15:08:18 ---> dfb2bbab8e20 15:08:18 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:08:18 ---> Running in 9b1d9a125fe8 15:08:18 ---> Running in a665c7a72426 15:08:18 Removing intermediate container 972d980e44d0 15:08:18 ---> d6efee9c0c75 15:08:18 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:08:18 Removing intermediate container 4fde61e633fc 15:08:18 ---> 7ba40a89b5e4 15:08:18 15:08:18 Removing intermediate container 86ab3bb08268 15:08:18 ---> e013e1d2bb88 15:08:18 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:08:18 ---> Running in 7488163eb19b 15:08:18 ---> Running in a3d7df989aed 15:08:18 Removing intermediate container 9b1d9a125fe8 15:08:18 ---> 7772b4ac4e37 15:08:18 Step 22/22 : LABEL version=3.0.0-dev.55 15:08:18 ---> Running in d3d4a4602cd1 15:08:18 Successfully built 7ba40a89b5e4 15:08:18 Successfully tagged support-notifications:latest 15:08:18  Building support-notifications ... done Building security-spiffe-token-provider 15:08:19 Removing intermediate container a3d7df989aed 15:08:19 ---> 8512167ccdbe 15:08:19 Step 19/21 : LABEL arch=x86_64 15:08:19 Removing intermediate container 7488163eb19b 15:08:19 ---> c1b88460aad3 15:08:19 Step 24/24 : LABEL version=3.0.0-dev.55 15:08:19 ---> Running in c799bb2743b5 15:08:19 Removing intermediate container d3d4a4602cd1 15:08:19 ---> d6fa132dd2f5 15:08:19 15:08:19 ---> Running in 78029439360c 15:08:19 Successfully built d6fa132dd2f5 15:08:21 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:21 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:08:21 Successfully tagged core-common-config-bootstrapper:latest 15:08:21  Building core-common-config-bootstrapper ... done  ---> 4514c59a9bd0 15:08:21 Step 3/19 : WORKDIR /edgex-go 15:08:21 Building security-spire-server 15:08:21 ---> Using cache 15:08:21 ---> edd6af27d69a 15:08:21 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:08:24 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:08:24 ---> 4514c59a9bd0 15:08:24 Step 3/23 : WORKDIR /edgex-go 15:08:24 ---> Using cache 15:08:24 ---> edd6af27d69a 15:08:24 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:08:26 Removing intermediate container c799bb2743b5 15:08:26 ---> 0de9115ecf40 15:08:26 Step 20/21 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:08:29 Removing intermediate container 78029439360c 15:08:29 ---> d510422731ef 15:08:29 15:08:29 ---> Running in df9c61e1b20c 15:08:29 ---> Running in b7c363b36af4 15:08:29 ---> Running in 9626757abcb6 15:08:29 Successfully built d510422731ef 15:08:29 Successfully tagged core-metadata:latest 15:08:29  Building core-metadata ... done Building security-spire-agent 15:08:29 Removing intermediate container df9c61e1b20c 15:08:29 ---> 63c06c94ea54 15:08:29 Step 21/21 : LABEL version=3.0.0-dev.55 15:08:29 Removing intermediate container a665c7a72426 15:08:29 ---> e0891665bdae 15:08:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:08:29 ---> Running in 8c5f504fe462 15:08:29 ---> Running in 5fad86cccca9 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:31 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:08:31 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:08:31 OK: 17046 distinct packages available 15:08:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:31 OK: 211 MiB in 51 packages 15:08:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:32 OK: 211 MiB in 51 packages 15:08:33 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:08:33 ---> 4514c59a9bd0 15:08:33 Step 3/24 : WORKDIR /edgex-go 15:08:33 ---> Using cache 15:08:33 ---> edd6af27d69a 15:08:33 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:08:35 Removing intermediate container acd7f9315375 15:08:35 ---> 4f674fd734c5 15:08:35 Step 8/23 : COPY . . 15:08:35 Removing intermediate container d86c1b1056ea 15:08:35 ---> 802f92c191a0 15:08:35 Step 7/24 : COPY . . 15:08:35 Removing intermediate container 45f695b40e1b 15:08:35 ---> 9bdb3ea4d7c2 15:08:35 Step 7/23 : COPY . . 15:08:35 Removing intermediate container b654370c6fac 15:08:35 ---> 18702f728ef3 15:08:35 Step 7/24 : COPY . . 15:08:35 Removing intermediate container ab06939ace70 15:08:35 ---> 6957bf0f9757 15:08:35 Step 7/21 : COPY . . 15:08:35 ---> 7e49fb62acd2 15:08:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:08:35 ---> Running in fe12c58be82f 15:08:35 ---> 1a9d800a3a5d 15:08:35 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:08:35 ---> 0fed17b9de68 15:08:35 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:08:35 ---> 4a962a6262aa 15:08:35 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:08:35 ---> Running in 60cf3c368193 15:08:35 ---> Running in bafeb5724344 15:08:35 ---> 833949299ded 15:08:35 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:08:35 ---> Running in 3782c12b9434 15:08:35 ---> Running in f7fac9d9fb47 15:08:35 Removing intermediate container bafeb5724344 15:08:35 ---> c4aa80de9715 15:08:35 Step 9/24 : WORKDIR /edgex-go/spire-build 15:08:35 ---> Running in da67f890b712 15:08:35 Removing intermediate container f7fac9d9fb47 15:08:35 Removing intermediate container 60cf3c368193 15:08:35 ---> d7443bf74973 15:08:35 Step 9/24 : WORKDIR /edgex-go/spire-build 15:08:35 ---> 0f01a2008a82 15:08:35 Step 9/23 : WORKDIR /edgex-go/spire-build 15:08:35 ---> Running in 11a770cc0ec1 15:08:35 ---> Running in 7eaa48308d5f 15:08:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:08:35 Removing intermediate container da67f890b712 15:08:35 ---> cec3e0a534cf 15:08:35 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 15:08:35 ---> Running in c0b7e91a5587 15:08:35 Removing intermediate container 11a770cc0ec1 15:08:35 ---> 4ea526412aea 15:08:35 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 15:08:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:08:35 Removing intermediate container 7eaa48308d5f 15:08:35 ---> e24039bc5b37 15:08:35 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 15:08:35 ---> Running in d54586b02b7e 15:08:35 ---> Running in 0e6ac1a0bf93 15:08:37 Removing intermediate container 8c5f504fe462 15:08:37 ---> 5a93201194c6 15:08:37 Step 22/24 : LABEL arch=x86_64 15:08:37 ---> Running in 1cd35e828f0a 15:08:37 Removing intermediate container 5fad86cccca9 15:08:37 ---> 126629d719fb 15:08:37 15:08:37 Successfully built 126629d719fb 15:08:37 Successfully tagged security-proxy-setup:latest 15:08:37  Building security-proxy-setup ... done Building support-scheduler 15:08:37 ---> Running in 2d676709ee07 15:08:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:08:41 ---> 4514c59a9bd0 15:08:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:08:41 ---> Using cache 15:08:41 ---> 38b192ca8c73 15:08:41 Step 4/22 : WORKDIR /edgex-go 15:08:41 ---> Using cache 15:08:41 ---> 18f5ae0b8d90 15:08:41 Step 5/22 : RUN apk add --update --no-cache make git 15:08:41 ---> Using cache 15:08:41 ---> a157d7c8202f 15:08:41 Step 6/22 : COPY go.mod vendor* ./ 15:08:41 ---> Using cache 15:08:41 ---> 66dc9818e781 15:08:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:41 ---> Using cache 15:08:41 ---> fd7f5afb1845 15:08:41 Step 8/22 : COPY . . 15:08:41 ---> Using cache 15:08:41 ---> 8bfe59d3c06c 15:08:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:08:41 Removing intermediate container d54586b02b7e 15:08:41 ---> d6ea5d61ed78 15:08:41 Step 11/24 : WORKDIR /edgex-go 15:08:41 Removing intermediate container c0b7e91a5587 15:08:41 ---> ed4c65fbd5ef 15:08:41 Step 11/24 : WORKDIR /edgex-go 15:08:41 Removing intermediate container 0e6ac1a0bf93 15:08:41 ---> c76441bf78a7 15:08:41 Step 11/23 : WORKDIR /edgex-go 15:08:41 ---> Running in 898cd62f6174 15:08:41 ---> Running in ebe3a5c3f1b2 15:08:41 ---> Running in b52528e6f813 15:08:43 Removing intermediate container b52528e6f813 15:08:43 ---> 37a3892f5db4 15:08:43 15:08:43 Step 12/23 : FROM alpine:3.15 15:08:43 Removing intermediate container 898cd62f6174 15:08:43 ---> d8008a6c7dd9 15:08:43 15:08:43 Step 12/24 : FROM alpine:3.15 15:08:43 Removing intermediate container 2d676709ee07 15:08:43 ---> ca7a92b0bfda 15:08:43 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:08:43 ---> Running in ca59c3cf7702 15:08:43 Removing intermediate container 9626757abcb6 15:08:43 ---> 8d0e3261f848 15:08:43 Step 5/19 : COPY go.mod vendor* ./ 15:08:43 ---> Running in 45abfec9cf44 15:08:43 Removing intermediate container b7c363b36af4 15:08:43 ---> 57958eb57e44 15:08:43 Step 5/23 : COPY go.mod vendor* ./ 15:08:43 Removing intermediate container 45abfec9cf44 15:08:43 ---> 3d4c2ec724fc 15:08:43 Step 24/24 : LABEL version=3.0.0-dev.55 15:08:43 ---> 4199a669e848 15:08:43 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:43 ---> Running in 76ea5480b213 15:08:43 ---> Running in 347fee068d6e 15:08:43 ---> f4d3568ca175 15:08:43 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:43 Removing intermediate container 76ea5480b213 15:08:43 ---> 9fe6cfda7d1d 15:08:43 15:08:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:08:43 ---> Running in ef843c9576f2 15:08:43 Successfully built 9fe6cfda7d1d 15:08:43 Successfully tagged security-secretstore-setup:latest 15:08:43 Building security-bootstrapper 15:08:43  Building security-secretstore-setup ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:08:43 Removing intermediate container ebe3a5c3f1b2 15:08:43 ---> 084f7327e2b4 15:08:43 15:08:43 Step 12/24 : FROM alpine:3.15 15:08:43 3.15: Pulling from library/alpine 15:08:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:08:43 3.15: Pulling from library/alpine 15:08:43 3.15: Pulling from library/alpine 15:08:43 OK: 211 MiB in 51 packages 15:08:46 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:46 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:46 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:08:46 Status: Downloaded newer image for alpine:3.15 15:08:46 Status: Image is up to date for alpine:3.15 15:08:46 Status: Image is up to date for alpine:3.15 15:08:46 ---> 354640af7b1b 15:08:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:46 ---> 354640af7b1b 15:08:46 ---> 354640af7b1b 15:08:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:08:46 ---> Running in d63199679603 15:08:46 ---> Running in f44a94cb057e 15:08:46 ---> Running in 76f2489467cb 15:08:47 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:08:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:08:47 ---> 4514c59a9bd0 15:08:47 Step 3/32 : WORKDIR /edgex-go 15:08:47 ---> Using cache 15:08:47 ---> edd6af27d69a 15:08:47 Step 4/32 : RUN apk add --update --no-cache make git 15:08:47 ---> Using cache 15:08:47 ---> 1ebecf6276a3 15:08:47 Step 5/32 : COPY go.mod vendor* ./ 15:08:47 ---> Using cache 15:08:47 ---> 404609d1af4e 15:08:47 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:47 ---> Using cache 15:08:47 ---> 40dd433b5cbb 15:08:47 Step 7/32 : COPY . . 15:08:47 ---> Using cache 15:08:47 ---> 7aaa122fe55e 15:08:47 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:08:48 Removing intermediate container f44a94cb057e 15:08:48 ---> 9f1a0538ce42 15:08:48 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:48 ---> Running in 140cd653305f 15:08:48 Removing intermediate container d63199679603 15:08:48 ---> 6b372b154ce9 15:08:48 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:08:48 Removing intermediate container 76f2489467cb 15:08:48 ---> f93892469455 15:08:48 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:08:48 ---> Running in a8ea08dce845 15:08:48 ---> Running in 8c16305b3751 15:08:51 ---> Running in 1d8534e477ef 15:08:51 Removing intermediate container 1cd35e828f0a 15:08:51 ---> 4fd31fc915d7 15:08:51 Step 5/24 : COPY go.mod vendor* ./ 15:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:52 ---> c5753999320c 15:08:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:08:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:08:52 ---> Running in 57a413b192e0 15:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:54 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:54 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:54 OK: 15734 distinct packages available 15:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:54 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:54 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:54 OK: 15734 distinct packages available 15:08:54 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:08:54 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:08:54 OK: 15734 distinct packages available 15:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:08:56 (1/4) Installing dumb-init (1.2.5-r1) 15:08:56 (2/4) Installing musl-obstack (1.2.3-r0) 15:08:56 (3/4) Installing libucontext (1.1-r0) 15:08:56 (4/4) Installing gcompat (1.0.0-r4) 15:08:56 Executing busybox-1.34.1-r7.trigger 15:08:56 OK: 6 MiB in 18 packages 15:08:56 (1/5) Installing dumb-init (1.2.5-r1) 15:08:56 (1/5) Installing dumb-init (1.2.5-r1) 15:08:56 (2/5) Installing musl-obstack (1.2.3-r0) 15:08:56 (2/5) Installing musl-obstack (1.2.3-r0) 15:08:56 (3/5) Installing libucontext (1.1-r0) 15:08:56 (4/5) Installing gcompat (1.0.0-r4) 15:08:56 (5/5) Installing openssl (1.1.1t-r1) 15:08:56 Executing busybox-1.34.1-r7.trigger 15:08:56 (3/5) Installing libucontext (1.1-r0) 15:08:56 (4/5) Installing gcompat (1.0.0-r4) 15:08:56 OK: 6 MiB in 19 packages 15:08:56 (5/5) Installing openssl (1.1.1t-r1) 15:08:56 Executing busybox-1.34.1-r7.trigger 15:08:56 OK: 6 MiB in 19 packages 15:09:00 Removing intermediate container a8ea08dce845 15:09:00 ---> 94c50c0cb6da 15:09:00 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:00 Removing intermediate container 8c16305b3751 15:09:00 ---> f3d586120e6f 15:09:00 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:05 Removing intermediate container 140cd653305f 15:09:05 ---> 3df5be4c22d8 15:09:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:09:10 ---> c08e941fe3e4 15:09:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:09:10 ---> a2d329bb8c3a 15:09:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:09:11 ---> b0d6812eba60 15:09:11 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:09:11 ---> eb9ddc638035 15:09:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d ---> 0472bbd115c7 15:09:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:09:11 15:09:11 ---> Running in 723348f93506 15:09:12 Removing intermediate container 723348f93506 15:09:12 ---> 6214a30694ff 15:09:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:09:13 ---> 50e0f6ef0845 15:09:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:09:14 ---> 422fbf0dfdb5 15:09:14 Step 19/24 : WORKDIR / 15:09:14 ---> e5a3c76d7ece 15:09:14 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:14 ---> Running in d4a61a9e1076 15:09:15 ---> Running in 13ab7f98abe8 15:09:17 Removing intermediate container d4a61a9e1076 15:09:17 ---> 47d8d12cbbaf 15:09:17 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:17 Removing intermediate container 13ab7f98abe8 15:09:17 ---> fc63344fed79 15:09:17 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:17 ---> Running in 8712fe3d0f4a 15:09:17 ---> Running in f7f33d3f3300 15:09:18 Removing intermediate container 8712fe3d0f4a 15:09:18 ---> f5d276971349 15:09:18 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:18 Removing intermediate container f7f33d3f3300 15:09:18 ---> a6b4c110835b 15:09:18 Step 21/23 : LABEL arch=arm64 15:09:18 ---> Running in d236fca2b562 15:09:18 ---> Running in 7a54f6cee01a 15:09:19 Removing intermediate container 7a54f6cee01a 15:09:19 ---> 83655516cfd6 15:09:19 Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:09:19 Removing intermediate container d236fca2b562 15:09:19 ---> 889c36b3fb54 15:09:19 Step 22/24 : LABEL arch=arm64 15:09:19 ---> Running in e3ce4f99d5b6 15:09:19 ---> Running in f5a209639838 15:09:20 ---> c6ca158cfa44 15:09:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:09:20 Removing intermediate container e3ce4f99d5b6 15:09:20 ---> 006b94f00425 15:09:20 Step 23/23 : LABEL version=3.0.0-dev.55 15:09:20 Removing intermediate container f5a209639838 15:09:20 ---> d9eac6de14d8 15:09:20 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:09:20 ---> Running in d5190dda76e7 15:09:21 ---> Running in 1ad6a5893739 15:09:21 Removing intermediate container 1ad6a5893739 15:09:21 ---> 1a98efd2ef48 15:09:21 Step 24/24 : LABEL version=3.0.0-dev.55 15:09:21 Removing intermediate container d5190dda76e7 15:09:21 ---> eb1c8e617877 15:09:21 15:09:21 ---> Running in 3c241b37c83a 15:09:21 ---> 32b9ed471500 15:09:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:09:22 Successfully built eb1c8e617877 15:09:22 Successfully tagged security-spire-server-arm64:latest 15:09:22  Building security-spire-server ... done Building core-common-config-bootstrapper 15:09:22 Removing intermediate container 3c241b37c83a 15:09:22 ---> cd87094c9d2d 15:09:22 15:09:22 Successfully built cd87094c9d2d 15:09:22 Successfully tagged security-spire-config-arm64:latest 15:09:22  Building security-spire-config ... done Building support-scheduler 15:09:23 ---> 40fa3f76b842 15:09:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:09:24 ---> f39f213d5cb1 15:09:24 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:09:24 ---> Running in cc65d686f591 15:09:24 Removing intermediate container cc65d686f591 15:09:24 ---> 2fd01564b295 15:09:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:09:24 ---> Running in 4150880c077b 15:09:25 Removing intermediate container 4150880c077b 15:09:25 ---> 2bb45478b6fe 15:09:25 Step 22/24 : LABEL arch=arm64 15:09:25 ---> Running in 8e3aec26ccbe 15:09:25 Removing intermediate container 8e3aec26ccbe 15:09:25 ---> 98b629d15cb1 15:09:25 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:09:25 ---> Running in b05c73c3e71c 15:09:26 Removing intermediate container b05c73c3e71c 15:09:26 ---> 7d70e8113ddb 15:09:26 Step 24/24 : LABEL version=3.0.0-dev.55 15:09:26 ---> Running in 427f1dd97ccc 15:09:26 Removing intermediate container 427f1dd97ccc 15:09:26 ---> 4ce48959abea 15:09:26 15:09:26 Successfully built 4ce48959abea 15:09:26 Successfully tagged security-spire-agent-arm64:latest 15:09:26  Building security-spire-agent ... done Building core-data 15:09:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:09:29 ---> 38efb643a139 15:09:29 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:09:29 ---> Using cache 15:09:29 ---> 733854ecac68 15:09:29 Step 4/22 : WORKDIR /edgex-go 15:09:29 ---> Using cache 15:09:29 ---> 8281ca12a270 15:09:29 Step 5/22 : RUN apk add --update --no-cache make git 15:09:29 ---> Using cache 15:09:29 ---> bef454814b52 15:09:29 Step 6/22 : COPY go.mod vendor* ./ 15:09:29 ---> Using cache 15:09:29 ---> c9acc7327183 15:09:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:29 ---> Using cache 15:09:29 ---> 4f674fd734c5 15:09:29 Step 8/22 : COPY . . 15:09:29 ---> Using cache 15:09:29 ---> 7e49fb62acd2 15:09:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:09:29 ---> Running in a2387c2ae785 15:09:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:09:31 ---> 38efb643a139 15:09:31 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:09:31 ---> Using cache 15:09:31 ---> 733854ecac68 15:09:31 Step 4/22 : WORKDIR /edgex-go 15:09:31 ---> Using cache 15:09:31 ---> 8281ca12a270 15:09:31 Step 5/22 : RUN apk add --update --no-cache make git 15:09:31 ---> Using cache 15:09:31 ---> bef454814b52 15:09:31 Step 6/22 : COPY go.mod vendor* ./ 15:09:31 ---> Using cache 15:09:31 ---> c9acc7327183 15:09:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:31 ---> Using cache 15:09:31 ---> 4f674fd734c5 15:09:31 Step 8/22 : COPY . . 15:09:31 ---> Using cache 15:09:31 ---> 7e49fb62acd2 15:09:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:09:31 ---> Running in 43b21ecc70fb 15:09:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:09:33 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:09:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:09:33 ---> 38efb643a139 15:09:33 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:09:33 ---> Using cache 15:09:33 ---> 733854ecac68 15:09:33 Step 4/22 : WORKDIR /edgex-go 15:09:33 ---> Using cache 15:09:33 ---> 8281ca12a270 15:09:33 Step 5/22 : RUN apk add --update --no-cache make git 15:09:33 ---> Using cache 15:09:33 ---> bef454814b52 15:09:33 Step 6/22 : COPY go.mod vendor* ./ 15:09:33 ---> Using cache 15:09:33 ---> c9acc7327183 15:09:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:33 ---> Using cache 15:09:33 ---> 4f674fd734c5 15:09:33 Step 8/22 : COPY . . 15:09:34 ---> Using cache 15:09:34 ---> 7e49fb62acd2 15:09:34 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:09:34 ---> Running in 1cf11e4093c7 15:09:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:09:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:09:48 Removing intermediate container 1d8534e477ef 15:09:48 ---> 6bb2f356ec72 15:09:48 15:09:48 Step 9/32 : FROM alpine:3.16 15:09:48 ---> dfd21b5a31f5 15:09:48 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:09:48 Removing intermediate container ca59c3cf7702 15:09:48 ---> b89ac7588733 15:09:48 15:09:48 Step 10/22 : FROM alpine:3.16 15:09:48 ---> dfd21b5a31f5 15:09:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:09:48 ---> Using cache 15:09:48 ---> 7e70e0837aae 15:09:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:09:48 ---> Using cache 15:09:48 ---> 669f7427170f 15:09:48 Step 13/22 : ENV APP_PORT=59861 15:09:48 Removing intermediate container 347fee068d6e 15:09:48 ---> 88ad5ed90f24 15:09:48 Step 7/19 : COPY . . 15:09:48 Removing intermediate container ef843c9576f2 15:09:48 ---> 83e37bb7f6c3 15:09:48 Step 7/23 : COPY . . 15:09:48 Removing intermediate container 57a413b192e0 15:09:48 ---> abfccbf9df9f 15:09:48 Step 7/24 : COPY . . 15:10:15 ---> Running in 85105d1022fa 15:10:15 ---> Running in 6315a3206c9a 15:10:15 ---> 8cf3d24137af 15:10:15 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:10:15 ---> dcc51616d893 15:10:15 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:10:15 ---> 526417b9c646 15:10:15 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:10:15 ---> Running in c1c468cb8709 15:10:15 ---> Running in 98d0b0ee696d 15:10:15 ---> Running in 2f3342716e36 15:10:16 Removing intermediate container 6315a3206c9a 15:10:16 ---> bd955cfb9475 15:10:16 Step 14/22 : EXPOSE $APP_PORT 15:10:16 Removing intermediate container 85105d1022fa 15:10:16 ---> 39f94d8264c3 15:10:16 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:10:16 ---> Running in 8b4e777adf84 15:10:16 ---> Running in a94dc49f188d 15:10:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:10:17 Removing intermediate container c1c468cb8709 15:10:17 ---> c8409b14ca33 15:10:17 Step 9/23 : WORKDIR /edgex-go/spire-build 15:10:17 Removing intermediate container 2f3342716e36 15:10:17 ---> 4af3c51ac82b 15:10:17 Step 9/24 : WORKDIR /edgex-go/spire-build 15:10:17 ---> Running in 03c845fbceb9 15:10:18 ---> Running in 4835483ab8c5 15:10:18 Removing intermediate container 8b4e777adf84 15:10:18 ---> 26c83826a9fc 15:10:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:10:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:10:18 (1/2) Installing dumb-init (1.2.5-r1) 15:10:18 (2/2) Installing su-exec (0.2-r1) 15:10:18 Executing busybox-1.35.0-r17.trigger 15:10:18 OK: 6 MiB in 16 packages 15:10:19 Removing intermediate container 03c845fbceb9 15:10:19 ---> 70fe90df5f29 15:10:19 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 15:10:19 Removing intermediate container 4835483ab8c5 15:10:19 ---> a3a0c16889e1 15:10:19 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 15:10:20 ---> b736da329304 15:10:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:10:21 ---> Running in c6351e46ff71 15:10:22 ---> Running in 05a65942692c 15:10:24 Removing intermediate container a94dc49f188d 15:10:24 ---> 5dc0f5cd3d1a 15:10:24 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:10:24 ---> 6deb32554874 15:10:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:10:27 ---> Running in f357014c8a12 15:10:27 ---> 58534e6b5a89 15:10:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:10:27 ---> Running in feaf1ca97e05 15:10:28 Removing intermediate container f357014c8a12 15:10:28 ---> 397b7fea12c8 15:10:28 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:10:28 Removing intermediate container c6351e46ff71 15:10:28 ---> 9adc373a5b44 15:10:28 Step 11/23 : WORKDIR /edgex-go 15:10:29 ---> Running in 5fbfd2237108 15:10:29 Removing intermediate container feaf1ca97e05 15:10:29 ---> c15b8a7037f1 15:10:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:10:30 Removing intermediate container 05a65942692c 15:10:30 ---> f50193575d7b 15:10:30 Step 11/24 : WORKDIR /edgex-go 15:10:30 ---> Running in 3e8ee1bd6dac 15:10:30 ---> Running in 27c2f1d8be8d 15:10:30 ---> Running in f3c07021b09f 15:10:30 Removing intermediate container 5fbfd2237108 15:10:30 ---> 204b4a03c8c4 15:10:30 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:10:31 ---> Running in 636b9d576b4a 15:10:31 Removing intermediate container 27c2f1d8be8d 15:10:31 ---> 0a4aaa6bcc0a 15:10:31 Step 20/22 : LABEL arch=x86_64 15:10:31 Removing intermediate container 3e8ee1bd6dac 15:10:31 ---> 11a9fc64a934 15:10:31 15:10:31 Step 12/23 : FROM alpine:3.15 15:10:31 Removing intermediate container f3c07021b09f 15:10:31 ---> 64fd210417d5 15:10:31 15:10:32 Step 12/24 : FROM alpine:3.15 15:10:32 3.15: Pulling from library/alpine 15:10:32 ---> Running in f3b769187799 15:10:32 3.15: Pulling from library/alpine 15:10:32 Removing intermediate container 636b9d576b4a 15:10:32 ---> c5b8a0ef31b1 15:10:32 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:10:33 ---> Running in 4c57c363c4d1 15:10:33 Removing intermediate container f3b769187799 15:10:33 ---> 1918382b4c37 15:10:33 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:10:34 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:10:34 ---> Running in 5fbdfa87ff2b 15:10:34 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:10:34 Status: Downloaded newer image for alpine:3.15 15:10:34 Status: Downloaded newer image for alpine:3.15 15:10:34 ---> 5ce65d7b0fde 15:10:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:10:34 Removing intermediate container 4c57c363c4d1 15:10:34 ---> 317ec44ab5be 15:10:34 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:10:34 ---> 5ce65d7b0fde 15:10:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:10:35 ---> Running in 7b7675fd0056 15:10:35 ---> Running in a31b1d298bc4 15:10:35 ---> Running in d1740a0a722b 15:10:35 Removing intermediate container 5fbdfa87ff2b 15:10:35 ---> 6053cbd49f83 15:10:35 Step 22/22 : LABEL version=3.0.0-dev.55 15:10:36 ---> Running in 808324e9eb1b 15:10:40 Removing intermediate container a31b1d298bc4 15:10:40 ---> 439884b78c6d 15:10:40 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:10:40 Removing intermediate container d1740a0a722b 15:10:40 ---> d6fbadaad420 15:10:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:10:40 ---> Running in 0b40e33843e2 15:10:40 Removing intermediate container 808324e9eb1b 15:10:40 ---> eb464e8db145 15:10:40 15:10:40 Successfully built eb464e8db145 15:10:40 Successfully tagged support-scheduler:latest 15:10:40 Building core-data 15:10:40  Building support-scheduler ... done Removing intermediate container 98d0b0ee696d 15:10:40 ---> ed9f29d717e1 15:10:40 15:10:40 Step 9/19 : FROM alpine:3.15 15:10:40 ---> 5ce65d7b0fde 15:10:40 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:10:40 ---> Using cache 15:10:40 ---> d6fbadaad420 15:10:40 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:10:40 ---> Running in d56eb42527fa 15:10:43 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:10:43 ---> 4514c59a9bd0 15:10:43 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:10:43 ---> Using cache 15:10:43 ---> 38b192ca8c73 15:10:43 Step 4/22 : WORKDIR /edgex-go 15:10:43 ---> Using cache 15:10:43 ---> 18f5ae0b8d90 15:10:43 Step 5/22 : RUN apk add --update --no-cache make git 15:10:43 ---> Using cache 15:10:43 ---> a157d7c8202f 15:10:43 Step 6/22 : COPY go.mod vendor* ./ 15:10:43 ---> Using cache 15:10:43 ---> 66dc9818e781 15:10:43 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:43 ---> Using cache 15:10:43 ---> fd7f5afb1845 15:10:43 Step 8/22 : COPY . . 15:10:43 ---> Using cache 15:10:43 ---> 8bfe59d3c06c 15:10:43 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:10:46 ---> Running in 3cf6ff68bae2 15:10:46 Removing intermediate container 7b7675fd0056 15:10:46 ---> bc695ab32156 15:10:46 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:46 ---> Running in 2718f51df60c 15:10:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:47 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:10:47 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:10:47 OK: 15857 distinct packages available 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:47 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:10:47 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:10:47 OK: 15857 distinct packages available 15:10:47 (1/5) Installing dumb-init (1.2.5-r1) 15:10:47 (2/5) Installing musl-obstack (1.2.3-r0) 15:10:47 (3/5) Installing libucontext (1.1-r0) 15:10:47 (4/5) Installing gcompat (1.0.0-r4) 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:47 (5/5) Installing openssl (1.1.1t-r1) 15:10:47 Executing busybox-1.34.1-r7.trigger 15:10:47 OK: 7 MiB in 19 packages 15:10:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:48 (1/5) Installing dumb-init (1.2.5-r1) 15:10:48 (2/5) Installing musl-obstack (1.2.3-r0) 15:10:48 (3/5) Installing libucontext (1.1-r0) 15:10:48 (4/5) Installing gcompat (1.0.0-r4) 15:10:48 (5/5) Installing openssl (1.1.1t-r1) 15:10:48 Executing busybox-1.34.1-r7.trigger 15:10:48 OK: 7 MiB in 19 packages 15:10:48 ---> Running in a33d64d8d5c6 15:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:49 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:10:49 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:10:49 OK: 15857 distinct packages available 15:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:10:50 (1/9) Installing ca-certificates (20220614-r0) 15:10:50 (2/9) Installing brotli-libs (1.0.9-r5) 15:10:50 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:10:50 (4/9) Installing libcurl (7.80.0-r6) 15:10:50 (5/9) Installing curl (7.80.0-r6) 15:10:50 (6/9) Installing dumb-init (1.2.5-r1) 15:10:50 (7/9) Installing musl-obstack (1.2.3-r0) 15:10:50 (8/9) Installing libucontext (1.1-r0) 15:10:50 (9/9) Installing gcompat (1.0.0-r4) 15:10:50 Executing busybox-1.34.1-r7.trigger 15:10:50 Executing ca-certificates-20220614-r0.trigger 15:10:50 OK: 8 MiB in 23 packages 15:10:50 Removing intermediate container a33d64d8d5c6 15:10:50 ---> 86fadb35c774 15:10:50 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:10:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:10:55 ---> 9070c6410f81 15:10:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:10:57 ---> Running in d02605bb72c9 15:10:57 Removing intermediate container d56eb42527fa 15:10:57 ---> 1b513c0da2e4 15:10:57 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:10:59 Removing intermediate container 0b40e33843e2 15:10:59 ---> ad50b4adaa0f 15:10:59 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:01 Removing intermediate container 3cf6ff68bae2 15:11:01 ---> 35cdd277bb45 15:11:01 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:05 ---> 9f48ba8979ce 15:11:05 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / ---> e496a6d12425 15:11:05 ---> f8bdc1556e89 15:11:05 15:11:05 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/binStep 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:11:05 15:11:11 ---> c369b3fe045f 15:11:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:11:11 ---> a71ff5a18e91 15:11:11 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:11:11 ---> 096b1688f091 15:11:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:11:12 ---> 034d05b6b42a 15:11:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:11:13 Removing intermediate container d02605bb72c9 15:11:13 ---> c3ba1f5b4a61 15:11:13 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:15 ---> 6682afd84e09 15:11:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:11:15 ---> c69dfae3b2a2 15:11:15 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:11:15 ---> 8b846400eb93 15:11:15 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:16 ---> Running in b773d83295bb 15:11:16 ---> b8cf3afed81e 15:11:16 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:11:16 Removing intermediate container 2718f51df60c 15:11:16 ---> 9a0e2de6bd78 15:11:16 15:11:16 Step 10/22 : FROM alpine:3.16 15:11:16 ---> dfd21b5a31f5 15:11:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:11:17 ---> d3186fdcdf70 15:11:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:11:17 ---> Running in 6d2d8b3c89d4 15:11:17 ---> Running in b23ec3f97aec 15:11:17 Removing intermediate container b773d83295bb 15:11:17 ---> 3a2cad06acaf 15:11:17 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:11:17 ---> 1609a79ac121 15:11:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:11:18 ---> 3223987ed0e7 15:11:18 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:18 Removing intermediate container 6d2d8b3c89d4 15:11:18 ---> abe95078fac7 15:11:18 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:18 ---> Running in 06fab65b61b2 15:11:18 Removing intermediate container b23ec3f97aec 15:11:18 ---> e5a927419538 15:11:18 Step 12/22 : ENV APP_PORT=59880 15:11:18 ---> 505c195204ad 15:11:18 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:11:18 ---> Running in d3b9a819b4e9 15:11:18 ---> Running in 5d16f900befb 15:11:19 ---> Running in f8e771022e04 15:11:19 Removing intermediate container 06fab65b61b2 15:11:19 ---> 6be95d619fb9 15:11:19 Step 17/19 : LABEL arch=x86_64 15:11:19 ---> 2ba24242371f 15:11:19 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:11:19 Removing intermediate container d3b9a819b4e9 15:11:19 ---> 8b5bbc7a2564 15:11:19 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:19 Removing intermediate container 5d16f900befb 15:11:19 ---> 595e58199451 15:11:19 Step 21/23 : LABEL arch=x86_64 15:11:19 ---> Running in e0136d1aca46 15:11:19 Removing intermediate container f8e771022e04 15:11:19 ---> 99fa07bd1fc9 15:11:19 Step 13/22 : EXPOSE $APP_PORT 15:11:19 ---> Running in 30542791941b 15:11:19 ---> Running in 324b4b76a31b 15:11:19 ---> Running in 30e8ad761f07 15:11:19 ---> 903ceab4c73d 15:11:19 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:11:19 Removing intermediate container e0136d1aca46 15:11:19 ---> ff6c1b9e5bde 15:11:19 Step 18/19 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:19 Removing intermediate container 30542791941b 15:11:19 ---> 6b8a836a7be1 15:11:19 Step 22/24 : LABEL arch=x86_64 15:11:20 ---> Running in a52580efbea8 15:11:20 Removing intermediate container 324b4b76a31b 15:11:20 ---> 7b62f0cb5a29 15:11:20 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:11:20 ---> cf48956379de 15:11:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:11:20 Removing intermediate container 30e8ad761f07 15:11:20 ---> d490768fd11c 15:11:20 Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:20 ---> Running in 2b4b49157576 15:11:20 ---> Running in ee5565c59968 15:11:20 ---> Running in 1a91c9f496e4 15:11:21 Removing intermediate container a52580efbea8 15:11:21 ---> 8687c0052b99 15:11:21 Step 19/19 : LABEL version=3.0.0-dev.55 15:11:21 ---> efe1ce93c6fb 15:11:21 Step 27/32 : RUN chmod +x /entrypoint.sh 15:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:11:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:11:21 ---> Running in c7b6eef60f30 15:11:22 Removing intermediate container ee5565c59968 15:11:22 ---> b3b9a36b715a 15:11:22 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:22 (1/1) Installing dumb-init (1.2.5-r1) 15:11:22 Executing busybox-1.35.0-r17.trigger 15:11:22 OK: 6 MiB in 15 packages 15:11:22 Removing intermediate container 1a91c9f496e4 15:11:22 ---> 20c1c5dfc5c2 15:11:22 Step 23/23 : LABEL version=3.0.0-dev.55 15:11:22 ---> Running in 847e8715b52c 15:11:22 ---> Running in 2ffbcc4591ef 15:11:22 ---> Running in 5bce6797c67c 15:11:22 Removing intermediate container c7b6eef60f30 15:11:22 ---> 48c0ab0813bb 15:11:22 15:11:22 Successfully built 48c0ab0813bb 15:11:23 Successfully tagged security-spiffe-token-provider:latest 15:11:23  Building security-spiffe-token-provider ... done Building core-command 15:11:26 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:11:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:11:26 ---> 4514c59a9bd0 15:11:26 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:11:26 ---> Using cache 15:11:26 ---> 38b192ca8c73 15:11:26 Step 4/23 : WORKDIR /edgex-go 15:11:26 ---> Using cache 15:11:26 ---> 18f5ae0b8d90 15:11:26 Step 5/23 : RUN apk add --update --no-cache make git 15:11:26 ---> Using cache 15:11:26 ---> a157d7c8202f 15:11:26 Step 6/23 : COPY go.mod vendor* ./ 15:11:26 ---> Using cache 15:11:26 ---> 66dc9818e781 15:11:26 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:26 ---> Using cache 15:11:26 ---> fd7f5afb1845 15:11:26 Step 8/23 : COPY . . 15:11:26 ---> Using cache 15:11:26 ---> 8bfe59d3c06c 15:11:26 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:11:29 Removing intermediate container 2ffbcc4591ef 15:11:29 ---> 804c00bef5ae 15:11:29 Step 24/24 : LABEL version=3.0.0-dev.55 15:11:29 Removing intermediate container 5bce6797c67c 15:11:29 ---> ddc463732b5d 15:11:29 15:11:29 Successfully built ddc463732b5d 15:11:30 ---> Running in d084c6de8234 15:11:30 Successfully tagged security-spire-server:latest 15:11:30  Building security-spire-server ... done Building security-spire-config 15:11:30 ---> Running in 2d22d333b3c0 15:11:30 Removing intermediate container 2b4b49157576 15:11:30 ---> 4bedb90fd91c 15:11:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:33 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:11:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:11:33 ---> 4514c59a9bd0 15:11:33 Step 3/24 : WORKDIR /edgex-go 15:11:33 ---> Using cache 15:11:33 ---> edd6af27d69a 15:11:33 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:11:33 ---> Using cache 15:11:33 ---> 4fd31fc915d7 15:11:33 Step 5/24 : COPY go.mod vendor* ./ 15:11:33 ---> Using cache 15:11:33 ---> c5753999320c 15:11:33 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:11:33 ---> Using cache 15:11:33 ---> abfccbf9df9f 15:11:33 Step 7/24 : COPY . . 15:11:33 ---> Using cache 15:11:33 ---> 526417b9c646 15:11:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:11:33 ---> Using cache 15:11:33 ---> 4af3c51ac82b 15:11:33 Step 9/24 : WORKDIR /edgex-go/spire-build 15:11:33 ---> Using cache 15:11:33 ---> a3a0c16889e1 15:11:33 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 15:11:33 ---> Using cache 15:11:33 ---> f50193575d7b 15:11:33 Step 11/24 : WORKDIR /edgex-go 15:11:33 ---> Using cache 15:11:33 ---> 64fd210417d5 15:11:33 15:11:33 Step 12/24 : FROM alpine:3.15 15:11:33 ---> 5ce65d7b0fde 15:11:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:11:33 ---> Using cache 15:11:33 ---> d6fbadaad420 15:11:33 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:11:37 ---> 7ffa6ec4b8a3 15:11:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:11:37 Removing intermediate container 2d22d333b3c0 15:11:37 ---> 53e47f0aaafa 15:11:37 15:11:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:11:37 Successfully built 53e47f0aaafa 15:11:38 Successfully tagged security-spire-agent:latest 15:11:38  Building security-spire-agent ... done  ---> Running in 9168c0af25aa 15:11:39 ---> d128de24fc14 15:11:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:11:39 Removing intermediate container 847e8715b52c 15:11:39 ---> 640e4f69ce7c 15:11:39 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:11:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:39 ---> Running in ec0510924615 15:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:40 ---> c704e3df6d9c 15:11:40 Step 18/22 : ENTRYPOINT ["/core-data"] 15:11:40 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:11:40 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:11:40 OK: 15857 distinct packages available 15:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:11:40 (1/4) Installing dumb-init (1.2.5-r1) 15:11:40 (2/4) Installing musl-obstack (1.2.3-r0) 15:11:40 (3/4) Installing libucontext (1.1-r0) 15:11:40 (4/4) Installing gcompat (1.0.0-r4) 15:11:40 Executing busybox-1.34.1-r7.trigger 15:11:40 OK: 6 MiB in 18 packages 15:11:40 ---> Running in 58a770b21e24 15:11:40 Removing intermediate container ec0510924615 15:11:40 ---> d29a06025390 15:11:40 Step 29/32 : CMD ["gate"] 15:11:41 ---> Running in f8a66c80c07f 15:11:41 Removing intermediate container 58a770b21e24 15:11:41 ---> 480e8cb9b7ff 15:11:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:11:42 ---> Running in d08f2f4dc9f9 15:11:43 Removing intermediate container f8a66c80c07f 15:11:43 ---> eb6af7c4c12a 15:11:43 Step 30/32 : LABEL arch=x86_64 15:11:43 Removing intermediate container 9168c0af25aa 15:11:43 ---> 2e7bacea7e9e 15:11:43 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:11:44 Removing intermediate container d08f2f4dc9f9 15:11:44 ---> a617ebdf4a9b 15:11:44 Step 20/22 : LABEL arch=x86_64 15:11:46 ---> Running in a7544ac823fc 15:11:46 ---> Running in 0f286b910a73 15:11:46 Removing intermediate container a7544ac823fc 15:11:46 ---> 2c993d75d431 15:11:46 Step 31/32 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:46 ---> e233224e0cc1 15:11:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:11:46 ---> Running in d8b75b772707 15:11:46 Removing intermediate container 0f286b910a73 15:11:46 ---> 1ebd677304bc 15:11:46 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:46 ---> Running in d61fc2a5b10b 15:11:46 Removing intermediate container d8b75b772707 15:11:46 ---> 757137a0b2ca 15:11:46 Step 32/32 : LABEL version=3.0.0-dev.55 15:11:46 ---> 32636880f88e 15:11:46 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:11:46 ---> Running in ee4a83a5c922 15:11:46 ---> Running in 65946b172c45 15:11:46 Removing intermediate container d61fc2a5b10b 15:11:46 ---> efd475c5b68d 15:11:46 Step 22/22 : LABEL version=3.0.0-dev.55 15:11:46 Removing intermediate container ee4a83a5c922 15:11:46 ---> c9d9b0f673de 15:11:46 15:11:46 ---> Running in 97de018aaaa0 15:11:46 Removing intermediate container 65946b172c45 15:11:46 ---> 5707fb42c2ac 15:11:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:11:46 Successfully built c9d9b0f673de 15:11:46 Successfully tagged security-bootstrapper:latest 15:11:47  Building security-bootstrapper ... done Removing intermediate container 97de018aaaa0 15:11:47 ---> 42660f3eb4bd 15:11:47 15:11:47 Successfully built 42660f3eb4bd 15:11:47 ---> b7e2bc796394 15:11:47 Step 19/24 : WORKDIR / 15:11:47 Successfully tagged core-data:latest 15:11:48  Building core-data ... done  ---> Running in e4f98865d006 15:11:48 Removing intermediate container e4f98865d006 15:11:48 ---> 97cbc7268162 15:11:48 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:11:49 ---> Running in a71def51461f 15:11:50 Removing intermediate container a71def51461f 15:11:50 ---> 2ae6a941df0d 15:11:50 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:11:52 ---> Running in 5507929c977e 15:11:53 Removing intermediate container 5507929c977e 15:11:53 ---> 4e9e08483c98 15:11:53 Step 22/24 : LABEL arch=x86_64 15:11:53 ---> Running in f6133592718b 15:11:55 Removing intermediate container f6133592718b 15:11:55 ---> c31706815b57 15:11:55 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:11:56 ---> Running in 3c166a23c0bc 15:11:56 Removing intermediate container d084c6de8234 15:11:56 ---> 7fc93a2f0330 15:11:56 15:11:56 Step 10/23 : FROM alpine:3.16 15:11:56 ---> dfd21b5a31f5 15:11:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:11:56 ---> Using cache 15:11:56 ---> 7e70e0837aae 15:11:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:11:56 ---> Using cache 15:11:56 ---> 669f7427170f 15:11:56 Step 13/23 : ENV APP_PORT=59882 15:11:57 ---> Running in be8b3675a255 15:11:57 Removing intermediate container 3c166a23c0bc 15:11:57 ---> 499af7e46c50 15:11:57 Step 24/24 : LABEL version=3.0.0-dev.55 15:11:57 ---> Running in 14fef319405f 15:11:57 Removing intermediate container be8b3675a255 15:11:57 ---> b5fc66e29bdd 15:11:57 Step 14/23 : EXPOSE $APP_PORT 15:11:58 ---> Running in 6a6561f37a83 15:11:58 Removing intermediate container 14fef319405f 15:11:58 ---> 54acd1f7b113 15:11:58 15:11:58 Successfully built 54acd1f7b113 15:11:58 Successfully tagged security-spire-config:latest 15:11:58  Building security-spire-config ... done Removing intermediate container 6a6561f37a83 15:11:58 ---> ee906e7fb13f 15:11:58 Step 15/23 : WORKDIR / 15:11:59 ---> Running in f55a38f8452a 15:11:59 Removing intermediate container f55a38f8452a 15:11:59 ---> 5241ec65c6fd 15:11:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:12:00 ---> aa9f9bd225a0 15:12:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:12:00 ---> 3fedaf88929a 15:12:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:12:01 ---> 45159a638fc8 15:12:01 Step 19/23 : ENTRYPOINT ["/core-command"] 15:12:01 ---> Running in c911fcddd0a0 15:12:01 Removing intermediate container c911fcddd0a0 15:12:01 ---> f4db01080934 15:12:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:12:01 ---> Running in 7f83885e3ff6 15:12:01 Removing intermediate container 7f83885e3ff6 15:12:01 ---> ae0b1c8b8d63 15:12:01 Step 21/23 : LABEL arch=x86_64 15:12:01 ---> Running in dc42c2b70ea6 15:12:01 Removing intermediate container dc42c2b70ea6 15:12:01 ---> 8553309d6b99 15:12:01 Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:01 ---> Running in 46b19ce86e06 15:12:01 Removing intermediate container 46b19ce86e06 15:12:01 ---> fa02ae560e55 15:12:01 Step 23/23 : LABEL version=3.0.0-dev.55 15:12:01 ---> Running in 153d543d10d2 15:12:01 Removing intermediate container 153d543d10d2 15:12:01 ---> cbfdd830b4b9 15:12:01 15:12:01 Successfully built cbfdd830b4b9 15:12:01 Successfully tagged core-command:latest 15:12:01  Building core-command ... done  [Pipeline] } 15:12:01 $ docker stop --time=1 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf 15:12:03 $ docker rm -f --volumes 19f21015d3b48a70e5f6ce2fe5d51cf26a89d892ff4bb36e25c6ebed91ea4aaf [Pipeline] // withDockerContainer [Pipeline] sh 15:12:03 + docker images 15:12:03 REPOSITORY TAG IMAGE ID CREATED SIZE 15:12:03 core-command latest cbfdd830b4b9 2 seconds ago 17.7MB 15:12:03 security-spire-config latest 54acd1f7b113 6 seconds ago 85.8MB 15:12:03 7fc93a2f0330 7 seconds ago 1.68GB 15:12:03 core-data latest 42660f3eb4bd 17 seconds ago 17.9MB 15:12:03 security-bootstrapper latest c9d9b0f673de 17 seconds ago 20.4MB 15:12:03 security-spire-agent latest 53e47f0aaafa 33 seconds ago 125MB 15:12:03 security-spiffe-token-provider latest 48c0ab0813bb 41 seconds ago 30MB 15:12:03 security-spire-server latest ddc463732b5d 41 seconds ago 86.5MB 15:12:03 9a0e2de6bd78 48 seconds ago 1.68GB 15:12:03 ed9f29d717e1 About a minute ago 1.72GB 15:12:03 support-scheduler latest eb464e8db145 About a minute ago 30MB 15:12:03 64fd210417d5 About a minute ago 1.55GB 15:12:03 11a9fc64a934 About a minute ago 1.55GB 15:12:03 b89ac7588733 2 minutes ago 1.74GB 15:12:03 6bb2f356ec72 2 minutes ago 1.67GB 15:12:03 security-secretstore-setup latest 9fe6cfda7d1d 3 minutes ago 30MB 15:12:03 security-proxy-setup latest 126629d719fb 3 minutes ago 27.8MB 15:12:03 core-metadata latest d510422731ef 3 minutes ago 18.5MB 15:12:03 support-notifications latest 7ba40a89b5e4 3 minutes ago 30.7MB 15:12:03 core-common-config-bootstrapper latest d6fa132dd2f5 3 minutes ago 15.5MB 15:12:03 c2cc1c2414c1 3 minutes ago 1.74GB 15:12:03 f54dc98c1b64 3 minutes ago 1.67GB 15:12:03 6de27bfcd14c 3 minutes ago 1.67GB 15:12:03 d9791fd84796 3 minutes ago 1.67GB 15:12:03 c013daf5331b 3 minutes ago 1.68GB 15:12:03 ci-base-image-x86_64 latest 4514c59a9bd0 9 minutes ago 904MB 15:12:03 alpine 3.15 5ce65d7b0fde 5 days ago 5.59MB 15:12:03 alpine 3.16 dfd21b5a31f5 5 days ago 5.55MB 15:12:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 15:12:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 15:12:03 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 15:12:03 provisioning config files... 15:12:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config9448030355285760218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:12:04 ---> docker-login.sh 15:12:04 nexus3.edgexfoundry.org:10001 15:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:04 Configure a credential helper to remove this warning. See 15:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:04 15:12:04 Login Succeeded 15:12:04 nexus3.edgexfoundry.org:10002 15:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:04 Configure a credential helper to remove this warning. See 15:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:04 15:12:04 Login Succeeded 15:12:04 nexus3.edgexfoundry.org:10003 15:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:04 Configure a credential helper to remove this warning. See 15:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:04 15:12:04 Login Succeeded 15:12:04 nexus3.edgexfoundry.org:10004 15:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:04 Configure a credential helper to remove this warning. See 15:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:04 15:12:04 Login Succeeded 15:12:04 docker.io 15:12:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:12:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:12:04 Configure a credential helper to remove this warning. See 15:12:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:12:04 15:12:04 Login Succeeded 15:12:04 ---> docker-login.sh ends [Pipeline] } 15:12:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:12:04 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:12:04 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:04 latest 15:12:04 3.0.0-dev.55 15:12:04 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:04 main 15:12:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:05 + docker push nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:12:05 a3a6cd127ebd: Preparing 15:12:05 92ab199b5e5e: Preparing 15:12:05 a698cd4645b1: Preparing 15:12:05 28444b4e4029: Preparing 15:12:05 aa5968d388b8: Preparing 15:12:05 aa5968d388b8: Layer already exists 15:12:05 a3a6cd127ebd: Pushed 15:12:05 a698cd4645b1: Pushed 15:12:05 28444b4e4029: Pushed 15:12:06 92ab199b5e5e: Pushed 15:12:06 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:07 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:12:07 a3a6cd127ebd: Preparing 15:12:07 92ab199b5e5e: Preparing 15:12:07 a698cd4645b1: Preparing 15:12:07 28444b4e4029: Preparing 15:12:07 aa5968d388b8: Preparing 15:12:07 aa5968d388b8: Layer already exists 15:12:07 a698cd4645b1: Layer already exists 15:12:07 92ab199b5e5e: Layer already exists 15:12:07 28444b4e4029: Layer already exists 15:12:07 a3a6cd127ebd: Layer already exists 15:12:07 latest: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:08 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 15:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:12:08 a3a6cd127ebd: Preparing 15:12:08 92ab199b5e5e: Preparing 15:12:08 a698cd4645b1: Preparing 15:12:08 28444b4e4029: Preparing 15:12:08 aa5968d388b8: Preparing 15:12:08 28444b4e4029: Layer already exists 15:12:08 aa5968d388b8: Layer already exists 15:12:08 a3a6cd127ebd: Layer already exists 15:12:08 a698cd4645b1: Layer already exists 15:12:08 92ab199b5e5e: Layer already exists 15:12:08 3.0.0-dev.55: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:08 + docker push nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:12:08 a3a6cd127ebd: Preparing 15:12:08 92ab199b5e5e: Preparing 15:12:08 a698cd4645b1: Preparing 15:12:08 28444b4e4029: Preparing 15:12:08 aa5968d388b8: Preparing 15:12:08 a698cd4645b1: Layer already exists 15:12:08 28444b4e4029: Layer already exists 15:12:08 aa5968d388b8: Layer already exists 15:12:08 92ab199b5e5e: Layer already exists 15:12:08 a3a6cd127ebd: Layer already exists 15:12:08 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:09 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:12:09 a3a6cd127ebd: Preparing 15:12:09 92ab199b5e5e: Preparing 15:12:09 a698cd4645b1: Preparing 15:12:09 28444b4e4029: Preparing 15:12:09 aa5968d388b8: Preparing 15:12:09 a3a6cd127ebd: Layer already exists 15:12:09 a698cd4645b1: Layer already exists 15:12:09 aa5968d388b8: Layer already exists 15:12:09 28444b4e4029: Layer already exists 15:12:09 92ab199b5e5e: Layer already exists 15:12:09 main: digest: sha256:bfe4c86b822e449d96c3976addbee2bc2fddfbe24343bfa26d19d9e3f3337452 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:09 ===================================================== [Pipeline] echo 15:12:09 taggedImages: 15:12:09 - nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:09 - nexus3.edgexfoundry.org:10004/core-command:latest 15:12:09 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.55 15:12:09 - nexus3.edgexfoundry.org:10004/core-command:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:09 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:12:09 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:12:09 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:09 latest 15:12:09 3.0.0-dev.55 15:12:09 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:09 main 15:12:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:12:10 b6b8b0708160: Preparing 15:12:10 e00ebfee5081: Preparing 15:12:10 5100df936f65: Preparing 15:12:10 cdf2624613b8: Preparing 15:12:10 a698cd4645b1: Preparing 15:12:10 28444b4e4029: Preparing 15:12:10 aa5968d388b8: Preparing 15:12:10 28444b4e4029: Waiting 15:12:10 aa5968d388b8: Waiting 15:12:10 a698cd4645b1: Layer already exists 15:12:10 28444b4e4029: Layer already exists 15:12:10 aa5968d388b8: Layer already exists 15:12:10 5100df936f65: Pushed 15:12:10 e00ebfee5081: Pushed 15:12:10 b6b8b0708160: Pushed 15:12:11 cdf2624613b8: Pushed 15:12:11 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:11 + 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 15:12:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:12:12 b6b8b0708160: Preparing 15:12:12 e00ebfee5081: Preparing 15:12:12 5100df936f65: Preparing 15:12:12 cdf2624613b8: Preparing 15:12:12 a698cd4645b1: Preparing 15:12:12 28444b4e4029: Preparing 15:12:12 aa5968d388b8: Preparing 15:12:12 28444b4e4029: Waiting 15:12:12 aa5968d388b8: Waiting 15:12:12 a698cd4645b1: Layer already exists 15:12:12 cdf2624613b8: Layer already exists 15:12:12 5100df936f65: Layer already exists 15:12:12 b6b8b0708160: Layer already exists 15:12:12 e00ebfee5081: Layer already exists 15:12:12 28444b4e4029: Layer already exists 15:12:12 aa5968d388b8: Layer already exists 15:12:12 latest: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 15:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:12:12 b6b8b0708160: Preparing 15:12:12 e00ebfee5081: Preparing 15:12:12 5100df936f65: Preparing 15:12:12 cdf2624613b8: Preparing 15:12:12 a698cd4645b1: Preparing 15:12:12 28444b4e4029: Preparing 15:12:12 aa5968d388b8: Preparing 15:12:12 aa5968d388b8: Waiting 15:12:12 a698cd4645b1: Layer already exists 15:12:12 e00ebfee5081: Layer already exists 15:12:12 5100df936f65: Layer already exists 15:12:12 b6b8b0708160: Layer already exists 15:12:12 cdf2624613b8: Layer already exists 15:12:12 28444b4e4029: Layer already exists 15:12:12 aa5968d388b8: Layer already exists 15:12:12 3.0.0-dev.55: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:13 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:12:13 b6b8b0708160: Preparing 15:12:13 e00ebfee5081: Preparing 15:12:13 5100df936f65: Preparing 15:12:13 cdf2624613b8: Preparing 15:12:13 a698cd4645b1: Preparing 15:12:13 28444b4e4029: Preparing 15:12:13 aa5968d388b8: Preparing 15:12:13 28444b4e4029: Waiting 15:12:13 aa5968d388b8: Waiting 15:12:13 e00ebfee5081: Layer already exists 15:12:13 cdf2624613b8: Layer already exists 15:12:13 5100df936f65: Layer already exists 15:12:13 a698cd4645b1: Layer already exists 15:12:13 b6b8b0708160: Layer already exists 15:12:13 28444b4e4029: Layer already exists 15:12:13 aa5968d388b8: Layer already exists 15:12:13 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:13 + 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 15:12:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:12:13 b6b8b0708160: Preparing 15:12:13 e00ebfee5081: Preparing 15:12:13 5100df936f65: Preparing 15:12:13 cdf2624613b8: Preparing 15:12:13 a698cd4645b1: Preparing 15:12:13 28444b4e4029: Preparing 15:12:13 aa5968d388b8: Preparing 15:12:13 28444b4e4029: Waiting 15:12:13 b6b8b0708160: Layer already exists 15:12:13 e00ebfee5081: Layer already exists 15:12:13 cdf2624613b8: Layer already exists 15:12:13 a698cd4645b1: Layer already exists 15:12:13 5100df936f65: Layer already exists 15:12:13 28444b4e4029: Layer already exists 15:12:13 aa5968d388b8: Layer already exists 15:12:13 main: digest: sha256:34e6f60e707cd2b6bc71c361a77a70cde92d70cf2a522b2564f3ac9a811030b1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:13 ===================================================== [Pipeline] echo 15:12:13 taggedImages: 15:12:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:12:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.55 15:12:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:12:14 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:12:14 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:14 latest 15:12:14 3.0.0-dev.55 15:12:14 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:14 main 15:12:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:14 + docker push nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:12:14 42880e8b2415: Preparing 15:12:14 870ea2cc750d: Preparing 15:12:14 a698cd4645b1: Preparing 15:12:14 f57bf964ef95: Preparing 15:12:14 aa5968d388b8: Preparing 15:12:14 a698cd4645b1: Layer already exists 15:12:14 aa5968d388b8: Layer already exists 15:12:14 42880e8b2415: Pushed 15:12:14 f57bf964ef95: Pushed 15:12:16 870ea2cc750d: Pushed 15:12:16 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:17 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:12:17 42880e8b2415: Preparing 15:12:17 870ea2cc750d: Preparing 15:12:17 a698cd4645b1: Preparing 15:12:17 f57bf964ef95: Preparing 15:12:17 aa5968d388b8: Preparing 15:12:17 870ea2cc750d: Layer already exists 15:12:17 a698cd4645b1: Layer already exists 15:12:17 42880e8b2415: Layer already exists 15:12:17 f57bf964ef95: Layer already exists 15:12:17 aa5968d388b8: Layer already exists 15:12:17 latest: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:17 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 15:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:12:17 42880e8b2415: Preparing 15:12:17 870ea2cc750d: Preparing 15:12:17 a698cd4645b1: Preparing 15:12:17 f57bf964ef95: Preparing 15:12:17 aa5968d388b8: Preparing 15:12:17 aa5968d388b8: Layer already exists 15:12:17 a698cd4645b1: Layer already exists 15:12:17 42880e8b2415: Layer already exists 15:12:17 870ea2cc750d: Layer already exists 15:12:17 f57bf964ef95: Layer already exists 15:12:17 3.0.0-dev.55: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:18 + docker push nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:12:18 42880e8b2415: Preparing 15:12:18 870ea2cc750d: Preparing 15:12:18 a698cd4645b1: Preparing 15:12:18 f57bf964ef95: Preparing 15:12:18 aa5968d388b8: Preparing 15:12:18 f57bf964ef95: Layer already exists 15:12:18 42880e8b2415: Layer already exists 15:12:18 870ea2cc750d: Layer already exists 15:12:18 a698cd4645b1: Layer already exists 15:12:18 aa5968d388b8: Layer already exists 15:12:18 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:19 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:12:19 42880e8b2415: Preparing 15:12:19 870ea2cc750d: Preparing 15:12:19 a698cd4645b1: Preparing 15:12:19 f57bf964ef95: Preparing 15:12:19 aa5968d388b8: Preparing 15:12:19 aa5968d388b8: Layer already exists 15:12:19 f57bf964ef95: Layer already exists 15:12:19 870ea2cc750d: Layer already exists 15:12:19 42880e8b2415: Layer already exists 15:12:19 a698cd4645b1: Layer already exists 15:12:19 main: digest: sha256:e8f57c33218eb61d28c95900a56037e626221a10b7988ab0107f9722974fb30c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:19 ===================================================== [Pipeline] echo 15:12:19 taggedImages: 15:12:19 - nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:19 - nexus3.edgexfoundry.org:10004/core-data:latest 15:12:19 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.55 15:12:19 - nexus3.edgexfoundry.org:10004/core-data:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:19 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:12:19 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:12:19 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:19 latest 15:12:19 3.0.0-dev.55 15:12:19 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:19 main 15:12:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:12:19 c2317abb8368: Preparing 15:12:19 88cc038be4e9: Preparing 15:12:19 94c79479bf0f: Preparing 15:12:19 a698cd4645b1: Preparing 15:12:19 28444b4e4029: Preparing 15:12:19 aa5968d388b8: Preparing 15:12:19 aa5968d388b8: Waiting 15:12:19 28444b4e4029: Layer already exists 15:12:19 a698cd4645b1: Layer already exists 15:12:19 aa5968d388b8: Layer already exists 15:12:19 c2317abb8368: Pushed 15:12:19 88cc038be4e9: Pushed 15:12:21 94c79479bf0f: Pushed 15:12:21 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:12:22 c2317abb8368: Preparing 15:12:22 88cc038be4e9: Preparing 15:12:22 94c79479bf0f: Preparing 15:12:22 a698cd4645b1: Preparing 15:12:22 28444b4e4029: Preparing 15:12:22 aa5968d388b8: Preparing 15:12:22 aa5968d388b8: Waiting 15:12:22 94c79479bf0f: Layer already exists 15:12:22 28444b4e4029: Layer already exists 15:12:22 a698cd4645b1: Layer already exists 15:12:22 c2317abb8368: Layer already exists 15:12:22 88cc038be4e9: Layer already exists 15:12:22 aa5968d388b8: Layer already exists 15:12:22 latest: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 15:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:12:23 c2317abb8368: Preparing 15:12:23 88cc038be4e9: Preparing 15:12:23 94c79479bf0f: Preparing 15:12:23 a698cd4645b1: Preparing 15:12:23 28444b4e4029: Preparing 15:12:23 aa5968d388b8: Preparing 15:12:23 aa5968d388b8: Waiting 15:12:23 88cc038be4e9: Layer already exists 15:12:23 a698cd4645b1: Layer already exists 15:12:23 c2317abb8368: Layer already exists 15:12:23 28444b4e4029: Layer already exists 15:12:23 94c79479bf0f: Layer already exists 15:12:23 aa5968d388b8: Layer already exists 15:12:23 3.0.0-dev.55: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:12:23 c2317abb8368: Preparing 15:12:23 88cc038be4e9: Preparing 15:12:23 94c79479bf0f: Preparing 15:12:23 a698cd4645b1: Preparing 15:12:23 28444b4e4029: Preparing 15:12:23 aa5968d388b8: Preparing 15:12:23 aa5968d388b8: Waiting 15:12:23 c2317abb8368: Layer already exists 15:12:23 88cc038be4e9: Layer already exists 15:12:23 94c79479bf0f: Layer already exists 15:12:23 a698cd4645b1: Layer already exists 15:12:23 28444b4e4029: Layer already exists 15:12:23 aa5968d388b8: Layer already exists 15:12:23 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:12:24 c2317abb8368: Preparing 15:12:24 88cc038be4e9: Preparing 15:12:24 94c79479bf0f: Preparing 15:12:24 a698cd4645b1: Preparing 15:12:24 28444b4e4029: Preparing 15:12:24 aa5968d388b8: Preparing 15:12:24 aa5968d388b8: Waiting 15:12:24 c2317abb8368: Layer already exists 15:12:24 88cc038be4e9: Layer already exists 15:12:24 a698cd4645b1: Layer already exists 15:12:24 28444b4e4029: Layer already exists 15:12:24 94c79479bf0f: Layer already exists 15:12:24 aa5968d388b8: Layer already exists 15:12:24 main: digest: sha256:11acd59953a25747cc8ba1912df26c920233edb38d524cc3e22589751be637c5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:24 ===================================================== [Pipeline] echo 15:12:24 taggedImages: 15:12:24 - nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:24 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:12:24 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.55 15:12:24 - nexus3.edgexfoundry.org:10004/core-metadata:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:24 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:12:24 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:12:24 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:24 latest 15:12:24 3.0.0-dev.55 15:12:24 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:24 main 15:12:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:12:25 50ab1e6926e4: Preparing 15:12:25 50ab1e6926e4: Preparing 15:12:25 f5a0ef931b10: Preparing 15:12:25 74bd0985171f: Preparing 15:12:25 20194664d16f: Preparing 15:12:25 afc2d8e391fc: Preparing 15:12:25 cc4cf75f38be: Preparing 15:12:25 a698cd4645b1: Preparing 15:12:25 6c30b1592da4: Preparing 15:12:25 82ff2286756a: Preparing 15:12:25 0db21006143d: Preparing 15:12:25 23d4448960a1: Preparing 15:12:25 aa5968d388b8: Preparing 15:12:25 cc4cf75f38be: Waiting 15:12:25 82ff2286756a: Waiting 15:12:25 6c30b1592da4: Waiting 15:12:25 0db21006143d: Waiting 15:12:25 aa5968d388b8: Waiting 15:12:25 20194664d16f: Pushed 15:12:25 f5a0ef931b10: Pushed 15:12:25 a698cd4645b1: Layer already exists 15:12:25 74bd0985171f: Pushed 15:12:25 afc2d8e391fc: Pushed 15:12:25 50ab1e6926e4: Pushed 15:12:25 6c30b1592da4: Pushed 15:12:25 82ff2286756a: Pushed 15:12:25 aa5968d388b8: Layer already exists 15:12:25 0db21006143d: Pushed 15:12:25 23d4448960a1: Pushed 15:12:27 cc4cf75f38be: Pushed 15:12:27 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:12:27 50ab1e6926e4: Preparing 15:12:27 50ab1e6926e4: Preparing 15:12:27 f5a0ef931b10: Preparing 15:12:27 74bd0985171f: Preparing 15:12:27 20194664d16f: Preparing 15:12:27 afc2d8e391fc: Preparing 15:12:27 cc4cf75f38be: Preparing 15:12:27 a698cd4645b1: Preparing 15:12:27 6c30b1592da4: Preparing 15:12:27 82ff2286756a: Preparing 15:12:27 0db21006143d: Preparing 15:12:27 23d4448960a1: Preparing 15:12:27 aa5968d388b8: Preparing 15:12:27 cc4cf75f38be: Waiting 15:12:27 0db21006143d: Waiting 15:12:27 a698cd4645b1: Waiting 15:12:27 23d4448960a1: Waiting 15:12:27 aa5968d388b8: Waiting 15:12:27 6c30b1592da4: Waiting 15:12:27 82ff2286756a: Waiting 15:12:27 afc2d8e391fc: Layer already exists 15:12:27 74bd0985171f: Layer already exists 15:12:27 f5a0ef931b10: Layer already exists 15:12:27 20194664d16f: Layer already exists 15:12:27 50ab1e6926e4: Layer already exists 15:12:27 cc4cf75f38be: Layer already exists 15:12:27 6c30b1592da4: Layer already exists 15:12:27 a698cd4645b1: Layer already exists 15:12:27 82ff2286756a: Layer already exists 15:12:27 0db21006143d: Layer already exists 15:12:27 aa5968d388b8: Layer already exists 15:12:27 23d4448960a1: Layer already exists 15:12:27 latest: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 15:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:12:28 50ab1e6926e4: Preparing 15:12:28 50ab1e6926e4: Preparing 15:12:28 f5a0ef931b10: Preparing 15:12:28 74bd0985171f: Preparing 15:12:28 20194664d16f: Preparing 15:12:28 afc2d8e391fc: Preparing 15:12:28 cc4cf75f38be: Preparing 15:12:28 a698cd4645b1: Preparing 15:12:28 6c30b1592da4: Preparing 15:12:28 82ff2286756a: Preparing 15:12:28 0db21006143d: Preparing 15:12:28 23d4448960a1: Preparing 15:12:28 aa5968d388b8: Preparing 15:12:28 82ff2286756a: Waiting 15:12:28 cc4cf75f38be: Waiting 15:12:28 0db21006143d: Waiting 15:12:28 6c30b1592da4: Waiting 15:12:28 23d4448960a1: Waiting 15:12:28 aa5968d388b8: Waiting 15:12:28 f5a0ef931b10: Layer already exists 15:12:28 74bd0985171f: Layer already exists 15:12:28 50ab1e6926e4: Layer already exists 15:12:28 afc2d8e391fc: Layer already exists 15:12:28 20194664d16f: Layer already exists 15:12:28 cc4cf75f38be: Layer already exists 15:12:28 a698cd4645b1: Layer already exists 15:12:28 82ff2286756a: Layer already exists 15:12:28 0db21006143d: Layer already exists 15:12:28 6c30b1592da4: Layer already exists 15:12:28 23d4448960a1: Layer already exists 15:12:28 aa5968d388b8: Layer already exists 15:12:28 3.0.0-dev.55: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:12:29 50ab1e6926e4: Preparing 15:12:29 50ab1e6926e4: Preparing 15:12:29 f5a0ef931b10: Preparing 15:12:29 74bd0985171f: Preparing 15:12:29 20194664d16f: Preparing 15:12:29 afc2d8e391fc: Preparing 15:12:29 cc4cf75f38be: Preparing 15:12:29 a698cd4645b1: Preparing 15:12:29 6c30b1592da4: Preparing 15:12:29 82ff2286756a: Preparing 15:12:29 0db21006143d: Preparing 15:12:29 23d4448960a1: Preparing 15:12:29 aa5968d388b8: Preparing 15:12:29 cc4cf75f38be: Waiting 15:12:29 6c30b1592da4: Waiting 15:12:29 82ff2286756a: Waiting 15:12:29 0db21006143d: Waiting 15:12:29 a698cd4645b1: Waiting 15:12:29 23d4448960a1: Waiting 15:12:29 aa5968d388b8: Waiting 15:12:29 50ab1e6926e4: Layer already exists 15:12:29 afc2d8e391fc: Layer already exists 15:12:29 74bd0985171f: Layer already exists 15:12:29 f5a0ef931b10: Layer already exists 15:12:29 20194664d16f: Layer already exists 15:12:29 a698cd4645b1: Layer already exists 15:12:29 cc4cf75f38be: Layer already exists 15:12:29 82ff2286756a: Layer already exists 15:12:29 6c30b1592da4: Layer already exists 15:12:29 0db21006143d: Layer already exists 15:12:29 23d4448960a1: Layer already exists 15:12:29 aa5968d388b8: Layer already exists 15:12:29 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:12:29 50ab1e6926e4: Preparing 15:12:29 50ab1e6926e4: Preparing 15:12:29 f5a0ef931b10: Preparing 15:12:29 74bd0985171f: Preparing 15:12:29 20194664d16f: Preparing 15:12:29 afc2d8e391fc: Preparing 15:12:29 cc4cf75f38be: Preparing 15:12:29 a698cd4645b1: Preparing 15:12:29 6c30b1592da4: Preparing 15:12:29 82ff2286756a: Preparing 15:12:29 a698cd4645b1: Waiting 15:12:29 cc4cf75f38be: Waiting 15:12:29 6c30b1592da4: Waiting 15:12:29 0db21006143d: Preparing 15:12:29 23d4448960a1: Preparing 15:12:29 aa5968d388b8: Preparing 15:12:29 0db21006143d: Waiting 15:12:29 23d4448960a1: Waiting 15:12:29 82ff2286756a: Waiting 15:12:29 f5a0ef931b10: Layer already exists 15:12:29 50ab1e6926e4: Layer already exists 15:12:29 20194664d16f: Layer already exists 15:12:29 afc2d8e391fc: Layer already exists 15:12:29 74bd0985171f: Layer already exists 15:12:29 cc4cf75f38be: Layer already exists 15:12:29 a698cd4645b1: Layer already exists 15:12:29 6c30b1592da4: Layer already exists 15:12:29 82ff2286756a: Layer already exists 15:12:29 0db21006143d: Layer already exists 15:12:29 23d4448960a1: Layer already exists 15:12:29 aa5968d388b8: Layer already exists 15:12:29 main: digest: sha256:283a7154211b6437a5ff6e565d1a8453ab691b408ef99251df4c33b7b459059a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:29 ===================================================== [Pipeline] echo 15:12:29 taggedImages: 15:12:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:12:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.55 15:12:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:12:29 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:12:29 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:29 latest 15:12:29 3.0.0-dev.55 15:12:29 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:29 main 15:12:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:12:30 6f09e030728f: Preparing 15:12:30 f9076f7d745b: Preparing 15:12:30 34a1517713ca: Preparing 15:12:30 c9402d51918a: Preparing 15:12:30 9becf9209ded: Preparing 15:12:30 295cc4629866: Preparing 15:12:30 6119fb1f0e7a: Preparing 15:12:30 aa5968d388b8: Preparing 15:12:30 295cc4629866: Waiting 15:12:30 6119fb1f0e7a: Waiting 15:12:30 9becf9209ded: Pushed 15:12:30 6f09e030728f: Pushed 15:12:30 f9076f7d745b: Pushed 15:12:30 295cc4629866: Pushed 15:12:30 aa5968d388b8: Layer already exists 15:12:31 6119fb1f0e7a: Pushed 15:12:31 34a1517713ca: Pushed 15:12:31 c9402d51918a: Pushed 15:12:31 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:12:32 6f09e030728f: Preparing 15:12:32 f9076f7d745b: Preparing 15:12:32 34a1517713ca: Preparing 15:12:32 c9402d51918a: Preparing 15:12:32 9becf9209ded: Preparing 15:12:32 295cc4629866: Preparing 15:12:32 6119fb1f0e7a: Preparing 15:12:32 aa5968d388b8: Preparing 15:12:32 295cc4629866: Waiting 15:12:32 6119fb1f0e7a: Waiting 15:12:32 aa5968d388b8: Waiting 15:12:32 f9076f7d745b: Layer already exists 15:12:32 9becf9209ded: Layer already exists 15:12:32 6f09e030728f: Layer already exists 15:12:32 c9402d51918a: Layer already exists 15:12:32 34a1517713ca: Layer already exists 15:12:32 295cc4629866: Layer already exists 15:12:32 6119fb1f0e7a: Layer already exists 15:12:32 aa5968d388b8: Layer already exists 15:12:32 latest: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 15:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:12:33 6f09e030728f: Preparing 15:12:33 f9076f7d745b: Preparing 15:12:33 34a1517713ca: Preparing 15:12:33 c9402d51918a: Preparing 15:12:33 9becf9209ded: Preparing 15:12:33 295cc4629866: Preparing 15:12:33 6119fb1f0e7a: Preparing 15:12:33 aa5968d388b8: Preparing 15:12:33 6119fb1f0e7a: Waiting 15:12:33 aa5968d388b8: Waiting 15:12:33 295cc4629866: Waiting 15:12:33 9becf9209ded: Layer already exists 15:12:33 6f09e030728f: Layer already exists 15:12:33 34a1517713ca: Layer already exists 15:12:33 c9402d51918a: Layer already exists 15:12:33 f9076f7d745b: Layer already exists 15:12:33 295cc4629866: Layer already exists 15:12:33 aa5968d388b8: Layer already exists 15:12:33 6119fb1f0e7a: Layer already exists 15:12:33 3.0.0-dev.55: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:12:34 6f09e030728f: Preparing 15:12:34 f9076f7d745b: Preparing 15:12:34 34a1517713ca: Preparing 15:12:34 c9402d51918a: Preparing 15:12:34 9becf9209ded: Preparing 15:12:34 295cc4629866: Preparing 15:12:34 6119fb1f0e7a: Preparing 15:12:34 aa5968d388b8: Preparing 15:12:34 6119fb1f0e7a: Waiting 15:12:34 aa5968d388b8: Waiting 15:12:34 34a1517713ca: Layer already exists 15:12:34 c9402d51918a: Layer already exists 15:12:34 f9076f7d745b: Layer already exists 15:12:34 9becf9209ded: Layer already exists 15:12:34 6f09e030728f: Layer already exists 15:12:34 aa5968d388b8: Layer already exists 15:12:34 295cc4629866: Layer already exists 15:12:34 6119fb1f0e7a: Layer already exists 15:12:34 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:12:34 6f09e030728f: Preparing 15:12:34 f9076f7d745b: Preparing 15:12:34 34a1517713ca: Preparing 15:12:34 c9402d51918a: Preparing 15:12:34 9becf9209ded: Preparing 15:12:34 295cc4629866: Preparing 15:12:34 6119fb1f0e7a: Preparing 15:12:34 aa5968d388b8: Preparing 15:12:34 6119fb1f0e7a: Waiting 15:12:34 9becf9209ded: Layer already exists 15:12:34 6f09e030728f: Layer already exists 15:12:34 c9402d51918a: Layer already exists 15:12:34 34a1517713ca: Layer already exists 15:12:34 f9076f7d745b: Layer already exists 15:12:34 6119fb1f0e7a: Layer already exists 15:12:34 295cc4629866: Layer already exists 15:12:34 aa5968d388b8: Layer already exists 15:12:34 main: digest: sha256:2ff5f55204fd0bd7920cb77bdba9d11064992c983287849126cf8dbb30ee4cce size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:34 ===================================================== [Pipeline] echo 15:12:34 taggedImages: 15:12:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:12:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.55 15:12:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:12:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:12:34 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:34 latest 15:12:34 3.0.0-dev.55 15:12:34 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:34 main 15:12:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:12:35 43b8c43c183c: Preparing 15:12:35 05752f45cdfe: Preparing 15:12:35 049701643460: Preparing 15:12:35 ab3b31b0ed04: Preparing 15:12:35 4cf61701590b: Preparing 15:12:35 5b03c673f781: Preparing 15:12:35 625df899d294: Preparing 15:12:35 460f658cc070: Preparing 15:12:35 1532e48e1f2b: Preparing 15:12:35 aa5968d388b8: Preparing 15:12:35 5b03c673f781: Waiting 15:12:35 625df899d294: Waiting 15:12:35 460f658cc070: Waiting 15:12:35 aa5968d388b8: Waiting 15:12:35 1532e48e1f2b: Waiting 15:12:35 43b8c43c183c: Pushed 15:12:35 4cf61701590b: Pushed 15:12:35 05752f45cdfe: Pushed 15:12:35 5b03c673f781: Pushed 15:12:35 625df899d294: Pushed 15:12:35 460f658cc070: Pushed 15:12:35 1532e48e1f2b: Pushed 15:12:36 aa5968d388b8: Layer already exists 15:12:36 ab3b31b0ed04: Pushed 15:12:36 049701643460: Pushed 15:12:36 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:12:37 43b8c43c183c: Preparing 15:12:37 05752f45cdfe: Preparing 15:12:37 049701643460: Preparing 15:12:37 ab3b31b0ed04: Preparing 15:12:37 4cf61701590b: Preparing 15:12:37 5b03c673f781: Preparing 15:12:37 625df899d294: Preparing 15:12:37 460f658cc070: Preparing 15:12:37 1532e48e1f2b: Preparing 15:12:37 aa5968d388b8: Preparing 15:12:37 625df899d294: Waiting 15:12:37 1532e48e1f2b: Waiting 15:12:37 460f658cc070: Waiting 15:12:37 aa5968d388b8: Waiting 15:12:37 4cf61701590b: Layer already exists 15:12:37 ab3b31b0ed04: Layer already exists 15:12:37 049701643460: Layer already exists 15:12:37 05752f45cdfe: Layer already exists 15:12:37 43b8c43c183c: Layer already exists 15:12:37 5b03c673f781: Layer already exists 15:12:37 625df899d294: Layer already exists 15:12:37 1532e48e1f2b: Layer already exists 15:12:37 460f658cc070: Layer already exists 15:12:37 aa5968d388b8: Layer already exists 15:12:37 latest: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 15:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:12:38 43b8c43c183c: Preparing 15:12:38 05752f45cdfe: Preparing 15:12:38 049701643460: Preparing 15:12:38 ab3b31b0ed04: Preparing 15:12:38 4cf61701590b: Preparing 15:12:38 5b03c673f781: Preparing 15:12:38 625df899d294: Preparing 15:12:38 460f658cc070: Preparing 15:12:38 1532e48e1f2b: Preparing 15:12:38 aa5968d388b8: Preparing 15:12:38 5b03c673f781: Waiting 15:12:38 625df899d294: Waiting 15:12:38 460f658cc070: Waiting 15:12:38 1532e48e1f2b: Waiting 15:12:38 aa5968d388b8: Waiting 15:12:38 ab3b31b0ed04: Layer already exists 15:12:38 43b8c43c183c: Layer already exists 15:12:38 049701643460: Layer already exists 15:12:38 4cf61701590b: Layer already exists 15:12:38 05752f45cdfe: Layer already exists 15:12:38 5b03c673f781: Layer already exists 15:12:38 625df899d294: Layer already exists 15:12:38 460f658cc070: Layer already exists 15:12:38 1532e48e1f2b: Layer already exists 15:12:38 aa5968d388b8: Layer already exists 15:12:38 3.0.0-dev.55: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:12:39 43b8c43c183c: Preparing 15:12:39 05752f45cdfe: Preparing 15:12:39 049701643460: Preparing 15:12:39 ab3b31b0ed04: Preparing 15:12:39 4cf61701590b: Preparing 15:12:39 5b03c673f781: Preparing 15:12:39 625df899d294: Preparing 15:12:39 460f658cc070: Preparing 15:12:39 1532e48e1f2b: Preparing 15:12:39 aa5968d388b8: Preparing 15:12:39 625df899d294: Waiting 15:12:39 aa5968d388b8: Waiting 15:12:39 1532e48e1f2b: Waiting 15:12:39 049701643460: Layer already exists 15:12:39 ab3b31b0ed04: Layer already exists 15:12:39 43b8c43c183c: Layer already exists 15:12:39 4cf61701590b: Layer already exists 15:12:39 05752f45cdfe: Layer already exists 15:12:39 5b03c673f781: Layer already exists 15:12:39 625df899d294: Layer already exists 15:12:39 460f658cc070: Layer already exists 15:12:39 1532e48e1f2b: Layer already exists 15:12:39 aa5968d388b8: Layer already exists 15:12:39 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:12:39 43b8c43c183c: Preparing 15:12:39 05752f45cdfe: Preparing 15:12:39 049701643460: Preparing 15:12:39 ab3b31b0ed04: Preparing 15:12:39 4cf61701590b: Preparing 15:12:39 5b03c673f781: Preparing 15:12:39 625df899d294: Preparing 15:12:39 460f658cc070: Preparing 15:12:39 1532e48e1f2b: Preparing 15:12:39 aa5968d388b8: Preparing 15:12:39 5b03c673f781: Waiting 15:12:39 460f658cc070: Waiting 15:12:39 625df899d294: Waiting 15:12:39 1532e48e1f2b: Waiting 15:12:39 aa5968d388b8: Waiting 15:12:39 05752f45cdfe: Layer already exists 15:12:39 ab3b31b0ed04: Layer already exists 15:12:39 43b8c43c183c: Layer already exists 15:12:39 049701643460: Layer already exists 15:12:39 4cf61701590b: Layer already exists 15:12:39 625df899d294: Layer already exists 15:12:39 1532e48e1f2b: Layer already exists 15:12:39 460f658cc070: Layer already exists 15:12:39 5b03c673f781: Layer already exists 15:12:39 aa5968d388b8: Layer already exists 15:12:39 main: digest: sha256:02d660bf8806df4c77a12863c2af843abee3f1fe69d0b5b84773e4b043ec68b8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:39 ===================================================== [Pipeline] echo 15:12:39 taggedImages: 15:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.55 15:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:12:39 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:12:39 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:39 latest 15:12:39 3.0.0-dev.55 15:12:39 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:39 main 15:12:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:12:40 1e0645951b4c: Preparing 15:12:40 0148fcd70abb: Preparing 15:12:40 a698cd4645b1: Preparing 15:12:40 c539051cccaa: Preparing 15:12:40 4e6476652798: Preparing 15:12:40 a698cd4645b1: Layer already exists 15:12:40 4e6476652798: Layer already exists 15:12:40 1e0645951b4c: Pushed 15:12:40 c539051cccaa: Pushed 15:12:42 0148fcd70abb: Pushed 15:12:42 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:42 + 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 15:12:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:12:43 1e0645951b4c: Preparing 15:12:43 0148fcd70abb: Preparing 15:12:43 a698cd4645b1: Preparing 15:12:43 c539051cccaa: Preparing 15:12:43 4e6476652798: Preparing 15:12:43 1e0645951b4c: Layer already exists 15:12:43 a698cd4645b1: Layer already exists 15:12:43 c539051cccaa: Layer already exists 15:12:43 0148fcd70abb: Layer already exists 15:12:43 4e6476652798: Layer already exists 15:12:43 latest: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 15:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:12:43 1e0645951b4c: Preparing 15:12:43 0148fcd70abb: Preparing 15:12:43 a698cd4645b1: Preparing 15:12:43 c539051cccaa: Preparing 15:12:43 4e6476652798: Preparing 15:12:43 4e6476652798: Layer already exists 15:12:43 1e0645951b4c: Layer already exists 15:12:43 0148fcd70abb: Layer already exists 15:12:43 c539051cccaa: Layer already exists 15:12:43 a698cd4645b1: Layer already exists 15:12:43 3.0.0-dev.55: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:12:44 1e0645951b4c: Preparing 15:12:44 0148fcd70abb: Preparing 15:12:44 a698cd4645b1: Preparing 15:12:44 c539051cccaa: Preparing 15:12:44 4e6476652798: Preparing 15:12:44 1e0645951b4c: Layer already exists 15:12:44 4e6476652798: Layer already exists 15:12:44 a698cd4645b1: Layer already exists 15:12:44 0148fcd70abb: Layer already exists 15:12:44 c539051cccaa: Layer already exists 15:12:44 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:44 + 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 15:12:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:12:45 1e0645951b4c: Preparing 15:12:45 0148fcd70abb: Preparing 15:12:45 a698cd4645b1: Preparing 15:12:45 c539051cccaa: Preparing 15:12:45 4e6476652798: Preparing 15:12:45 4e6476652798: Layer already exists 15:12:45 a698cd4645b1: Layer already exists 15:12:45 c539051cccaa: Layer already exists 15:12:45 0148fcd70abb: Layer already exists 15:12:45 1e0645951b4c: Layer already exists 15:12:45 main: digest: sha256:005a666422fdc3038fbae34086aabc6a3ae019ddd7e3f9822bb889416952302f size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:45 ===================================================== [Pipeline] echo 15:12:45 taggedImages: 15:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.55 15:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:12:45 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:12:45 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:45 latest 15:12:45 3.0.0-dev.55 15:12:45 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:45 main 15:12:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:12:45 b7c1e701dded: Preparing 15:12:45 0490afd9ed3f: Preparing 15:12:45 7db002227392: Preparing 15:12:45 61212d5e2bd6: Preparing 15:12:45 993c01205ea5: Preparing 15:12:45 9d5c589cd4d4: Preparing 15:12:45 4e6476652798: Preparing 15:12:45 9d5c589cd4d4: Waiting 15:12:45 4e6476652798: Waiting 15:12:45 0490afd9ed3f: Pushed 15:12:45 7db002227392: Pushed 15:12:45 b7c1e701dded: Pushed 15:12:46 4e6476652798: Layer already exists 15:12:46 9d5c589cd4d4: Pushed 15:12:49 993c01205ea5: Pushed 15:12:52 61212d5e2bd6: Pushed 15:12:52 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:12:53 b7c1e701dded: Preparing 15:12:53 0490afd9ed3f: Preparing 15:12:53 7db002227392: Preparing 15:12:53 61212d5e2bd6: Preparing 15:12:53 993c01205ea5: Preparing 15:12:53 9d5c589cd4d4: Preparing 15:12:53 4e6476652798: Preparing 15:12:53 9d5c589cd4d4: Waiting 15:12:53 4e6476652798: Waiting 15:12:53 0490afd9ed3f: Layer already exists 15:12:53 b7c1e701dded: Layer already exists 15:12:53 61212d5e2bd6: Layer already exists 15:12:53 993c01205ea5: Layer already exists 15:12:53 7db002227392: Layer already exists 15:12:53 9d5c589cd4d4: Layer already exists 15:12:53 4e6476652798: Layer already exists 15:12:53 latest: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 15:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:12:54 b7c1e701dded: Preparing 15:12:54 0490afd9ed3f: Preparing 15:12:54 7db002227392: Preparing 15:12:54 61212d5e2bd6: Preparing 15:12:54 993c01205ea5: Preparing 15:12:54 9d5c589cd4d4: Preparing 15:12:54 4e6476652798: Preparing 15:12:54 9d5c589cd4d4: Waiting 15:12:54 4e6476652798: Waiting 15:12:54 7db002227392: Layer already exists 15:12:54 b7c1e701dded: Layer already exists 15:12:54 0490afd9ed3f: Layer already exists 15:12:54 993c01205ea5: Layer already exists 15:12:54 61212d5e2bd6: Layer already exists 15:12:54 9d5c589cd4d4: Layer already exists 15:12:54 4e6476652798: Layer already exists 15:12:54 3.0.0-dev.55: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:12:54 b7c1e701dded: Preparing 15:12:54 0490afd9ed3f: Preparing 15:12:54 7db002227392: Preparing 15:12:54 61212d5e2bd6: Preparing 15:12:54 993c01205ea5: Preparing 15:12:54 9d5c589cd4d4: Preparing 15:12:54 4e6476652798: Preparing 15:12:54 4e6476652798: Waiting 15:12:54 9d5c589cd4d4: Waiting 15:12:54 0490afd9ed3f: Layer already exists 15:12:54 993c01205ea5: Layer already exists 15:12:54 7db002227392: Layer already exists 15:12:54 b7c1e701dded: Layer already exists 15:12:54 61212d5e2bd6: Layer already exists 15:12:54 4e6476652798: Layer already exists 15:12:54 9d5c589cd4d4: Layer already exists 15:12:54 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:12:55 b7c1e701dded: Preparing 15:12:55 0490afd9ed3f: Preparing 15:12:55 7db002227392: Preparing 15:12:55 61212d5e2bd6: Preparing 15:12:55 993c01205ea5: Preparing 15:12:55 9d5c589cd4d4: Preparing 15:12:55 4e6476652798: Preparing 15:12:55 4e6476652798: Waiting 15:12:55 9d5c589cd4d4: Waiting 15:12:55 7db002227392: Layer already exists 15:12:55 b7c1e701dded: Layer already exists 15:12:55 0490afd9ed3f: Layer already exists 15:12:55 993c01205ea5: Layer already exists 15:12:55 61212d5e2bd6: Layer already exists 15:12:55 9d5c589cd4d4: Layer already exists 15:12:55 4e6476652798: Layer already exists 15:12:55 main: digest: sha256:5c96086d5b4425edf41b7b8b3eee3c6d638c3c2ca4c8ed4f5d88818faf864b0c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:55 ===================================================== [Pipeline] echo 15:12:55 taggedImages: 15:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.55 15:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:12:55 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:12:55 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:55 latest 15:12:55 3.0.0-dev.55 15:12:55 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:12:55 main 15:12:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:12:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:12:56 500d28d0ec65: Preparing 15:12:56 46f9cdd4e3c3: Preparing 15:12:56 b82df01bfe39: Preparing 15:12:56 a6a4babaac00: Preparing 15:12:56 3639aa23debc: Preparing 15:12:56 4e6476652798: Preparing 15:12:56 4e6476652798: Waiting 15:12:56 46f9cdd4e3c3: Pushed 15:12:56 b82df01bfe39: Pushed 15:12:56 500d28d0ec65: Pushed 15:12:56 4e6476652798: Layer already exists 15:12:56 3639aa23debc: Pushed 15:13:03 a6a4babaac00: Pushed 15:13:03 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:13:03 500d28d0ec65: Preparing 15:13:03 46f9cdd4e3c3: Preparing 15:13:03 b82df01bfe39: Preparing 15:13:03 a6a4babaac00: Preparing 15:13:03 3639aa23debc: Preparing 15:13:03 4e6476652798: Preparing 15:13:03 4e6476652798: Waiting 15:13:03 3639aa23debc: Layer already exists 15:13:03 500d28d0ec65: Layer already exists 15:13:03 46f9cdd4e3c3: Layer already exists 15:13:03 a6a4babaac00: Layer already exists 15:13:03 b82df01bfe39: Layer already exists 15:13:03 4e6476652798: Layer already exists 15:13:03 latest: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 15:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:13:04 500d28d0ec65: Preparing 15:13:04 46f9cdd4e3c3: Preparing 15:13:04 b82df01bfe39: Preparing 15:13:04 a6a4babaac00: Preparing 15:13:04 3639aa23debc: Preparing 15:13:04 4e6476652798: Preparing 15:13:04 3639aa23debc: Layer already exists 15:13:04 46f9cdd4e3c3: Layer already exists 15:13:04 a6a4babaac00: Layer already exists 15:13:04 b82df01bfe39: Layer already exists 15:13:04 500d28d0ec65: Layer already exists 15:13:04 4e6476652798: Layer already exists 15:13:04 3.0.0-dev.55: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:13:05 500d28d0ec65: Preparing 15:13:05 46f9cdd4e3c3: Preparing 15:13:05 b82df01bfe39: Preparing 15:13:05 a6a4babaac00: Preparing 15:13:05 3639aa23debc: Preparing 15:13:05 4e6476652798: Preparing 15:13:05 4e6476652798: Waiting 15:13:05 b82df01bfe39: Layer already exists 15:13:05 46f9cdd4e3c3: Layer already exists 15:13:05 3639aa23debc: Layer already exists 15:13:05 a6a4babaac00: Layer already exists 15:13:05 500d28d0ec65: Layer already exists 15:13:05 4e6476652798: Layer already exists 15:13:05 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:05 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:13:05 500d28d0ec65: Preparing 15:13:05 46f9cdd4e3c3: Preparing 15:13:05 b82df01bfe39: Preparing 15:13:05 a6a4babaac00: Preparing 15:13:05 3639aa23debc: Preparing 15:13:05 4e6476652798: Preparing 15:13:05 4e6476652798: Waiting 15:13:05 3639aa23debc: Layer already exists 15:13:05 500d28d0ec65: Layer already exists 15:13:05 b82df01bfe39: Layer already exists 15:13:05 a6a4babaac00: Layer already exists 15:13:05 46f9cdd4e3c3: Layer already exists 15:13:05 4e6476652798: Layer already exists 15:13:05 main: digest: sha256:23e06bb9a888c472bf48a2ff8de20d42a86356a46189f1b1390eaf9530a006b7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:05 ===================================================== [Pipeline] echo 15:13:05 taggedImages: 15:13:05 - nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:05 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:13:05 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.55 15:13:05 - nexus3.edgexfoundry.org:10004/security-spire-config:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:05 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:13:05 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:13:05 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:05 latest 15:13:05 3.0.0-dev.55 15:13:05 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:05 main 15:13:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:13:06 5ddf31c0858b: Preparing 15:13:06 a65f6d619403: Preparing 15:13:06 f59b28a9f5cc: Preparing 15:13:06 b715026beed5: Preparing 15:13:06 8295a60c418e: Preparing 15:13:06 4e6476652798: Preparing 15:13:06 4e6476652798: Waiting 15:13:06 a65f6d619403: Pushed 15:13:06 5ddf31c0858b: Pushed 15:13:06 f59b28a9f5cc: Pushed 15:13:06 4e6476652798: Layer already exists 15:13:06 8295a60c418e: Pushed 15:13:13 b715026beed5: Pushed 15:13:13 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:13:13 5ddf31c0858b: Preparing 15:13:13 a65f6d619403: Preparing 15:13:13 f59b28a9f5cc: Preparing 15:13:13 b715026beed5: Preparing 15:13:13 8295a60c418e: Preparing 15:13:13 4e6476652798: Preparing 15:13:13 4e6476652798: Waiting 15:13:13 b715026beed5: Layer already exists 15:13:13 8295a60c418e: Layer already exists 15:13:13 a65f6d619403: Layer already exists 15:13:13 5ddf31c0858b: Layer already exists 15:13:13 f59b28a9f5cc: Layer already exists 15:13:13 4e6476652798: Layer already exists 15:13:13 latest: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 15:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:13:14 5ddf31c0858b: Preparing 15:13:14 a65f6d619403: Preparing 15:13:14 f59b28a9f5cc: Preparing 15:13:14 b715026beed5: Preparing 15:13:14 8295a60c418e: Preparing 15:13:14 4e6476652798: Preparing 15:13:14 4e6476652798: Waiting 15:13:14 8295a60c418e: Layer already exists 15:13:14 f59b28a9f5cc: Layer already exists 15:13:14 a65f6d619403: Layer already exists 15:13:14 b715026beed5: Layer already exists 15:13:14 5ddf31c0858b: Layer already exists 15:13:14 4e6476652798: Layer already exists 15:13:14 3.0.0-dev.55: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:13:15 5ddf31c0858b: Preparing 15:13:15 a65f6d619403: Preparing 15:13:15 f59b28a9f5cc: Preparing 15:13:15 b715026beed5: Preparing 15:13:15 8295a60c418e: Preparing 15:13:15 4e6476652798: Preparing 15:13:15 4e6476652798: Waiting 15:13:15 5ddf31c0858b: Layer already exists 15:13:15 b715026beed5: Layer already exists 15:13:15 8295a60c418e: Layer already exists 15:13:15 a65f6d619403: Layer already exists 15:13:15 f59b28a9f5cc: Layer already exists 15:13:15 4e6476652798: Layer already exists 15:13:15 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:13:16 5ddf31c0858b: Preparing 15:13:16 a65f6d619403: Preparing 15:13:16 f59b28a9f5cc: Preparing 15:13:16 b715026beed5: Preparing 15:13:16 8295a60c418e: Preparing 15:13:16 4e6476652798: Preparing 15:13:16 4e6476652798: Waiting 15:13:16 a65f6d619403: Layer already exists 15:13:16 5ddf31c0858b: Layer already exists 15:13:16 b715026beed5: Layer already exists 15:13:16 8295a60c418e: Layer already exists 15:13:16 f59b28a9f5cc: Layer already exists 15:13:16 4e6476652798: Layer already exists 15:13:16 main: digest: sha256:aa94987e0441f9eb949b5dd2c1c6ce16f7f890729a4b8a51be32bb0be41ea910 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:16 ===================================================== [Pipeline] echo 15:13:16 taggedImages: 15:13:16 - nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:16 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:13:16 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.55 15:13:16 - nexus3.edgexfoundry.org:10004/security-spire-server:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:16 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:13:16 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:13:16 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:16 latest 15:13:16 3.0.0-dev.55 15:13:16 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:16 main 15:13:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:13:17 91dc28622766: Preparing 15:13:17 a162ebe899e4: Preparing 15:13:17 a698cd4645b1: Preparing 15:13:17 47e3c7ae601b: Preparing 15:13:17 aa5968d388b8: Preparing 15:13:17 aa5968d388b8: Layer already exists 15:13:17 a698cd4645b1: Layer already exists 15:13:17 91dc28622766: Pushed 15:13:17 47e3c7ae601b: Pushed 15:13:19 a162ebe899e4: Pushed 15:13:19 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:13:20 91dc28622766: Preparing 15:13:20 a162ebe899e4: Preparing 15:13:20 a698cd4645b1: Preparing 15:13:20 47e3c7ae601b: Preparing 15:13:20 aa5968d388b8: Preparing 15:13:20 91dc28622766: Layer already exists 15:13:20 aa5968d388b8: Layer already exists 15:13:20 47e3c7ae601b: Layer already exists 15:13:20 a162ebe899e4: Layer already exists 15:13:20 a698cd4645b1: Layer already exists 15:13:20 latest: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 15:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:13:21 91dc28622766: Preparing 15:13:21 a162ebe899e4: Preparing 15:13:21 a698cd4645b1: Preparing 15:13:21 47e3c7ae601b: Preparing 15:13:21 aa5968d388b8: Preparing 15:13:21 47e3c7ae601b: Layer already exists 15:13:21 91dc28622766: Layer already exists 15:13:21 a162ebe899e4: Layer already exists 15:13:21 a698cd4645b1: Layer already exists 15:13:21 aa5968d388b8: Layer already exists 15:13:21 3.0.0-dev.55: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:13:21 91dc28622766: Preparing 15:13:21 a162ebe899e4: Preparing 15:13:21 a698cd4645b1: Preparing 15:13:21 47e3c7ae601b: Preparing 15:13:21 aa5968d388b8: Preparing 15:13:21 aa5968d388b8: Layer already exists 15:13:21 91dc28622766: Layer already exists 15:13:21 a162ebe899e4: Layer already exists 15:13:21 47e3c7ae601b: Layer already exists 15:13:21 a698cd4645b1: Layer already exists 15:13:21 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:13:22 91dc28622766: Preparing 15:13:22 a162ebe899e4: Preparing 15:13:22 a698cd4645b1: Preparing 15:13:22 47e3c7ae601b: Preparing 15:13:22 aa5968d388b8: Preparing 15:13:22 a162ebe899e4: Layer already exists 15:13:22 aa5968d388b8: Layer already exists 15:13:22 47e3c7ae601b: Layer already exists 15:13:22 91dc28622766: Layer already exists 15:13:22 a698cd4645b1: Layer already exists 15:13:22 main: digest: sha256:b0d2505f2e19b02337fa05e55848395b0f06ad0079ddf0dd7be0284a6af63383 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:22 ===================================================== [Pipeline] echo 15:13:22 taggedImages: 15:13:22 - nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:22 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:13:22 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.55 15:13:22 - nexus3.edgexfoundry.org:10004/support-notifications:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:22 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:13:22 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:13:22 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:22 latest 15:13:22 3.0.0-dev.55 15:13:22 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:22 main 15:13:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:13:23 f2fe06910fc1: Preparing 15:13:23 4b3157fc7f57: Preparing 15:13:23 a698cd4645b1: Preparing 15:13:23 28444b4e4029: Preparing 15:13:23 aa5968d388b8: Preparing 15:13:23 aa5968d388b8: Layer already exists 15:13:23 28444b4e4029: Layer already exists 15:13:23 a698cd4645b1: Layer already exists 15:13:23 f2fe06910fc1: Pushed 15:13:25 4b3157fc7f57: Pushed 15:13:25 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:13:26 f2fe06910fc1: Preparing 15:13:26 4b3157fc7f57: Preparing 15:13:26 a698cd4645b1: Preparing 15:13:26 28444b4e4029: Preparing 15:13:26 aa5968d388b8: Preparing 15:13:26 28444b4e4029: Layer already exists 15:13:26 f2fe06910fc1: Layer already exists 15:13:26 4b3157fc7f57: Layer already exists 15:13:26 a698cd4645b1: Layer already exists 15:13:26 aa5968d388b8: Layer already exists 15:13:26 latest: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 15:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:13:26 f2fe06910fc1: Preparing 15:13:26 4b3157fc7f57: Preparing 15:13:26 a698cd4645b1: Preparing 15:13:26 28444b4e4029: Preparing 15:13:26 aa5968d388b8: Preparing 15:13:26 28444b4e4029: Layer already exists 15:13:26 f2fe06910fc1: Layer already exists 15:13:26 aa5968d388b8: Layer already exists 15:13:26 a698cd4645b1: Layer already exists 15:13:26 4b3157fc7f57: Layer already exists 15:13:26 3.0.0-dev.55: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:13:27 f2fe06910fc1: Preparing 15:13:27 4b3157fc7f57: Preparing 15:13:27 a698cd4645b1: Preparing 15:13:27 28444b4e4029: Preparing 15:13:27 aa5968d388b8: Preparing 15:13:27 4b3157fc7f57: Layer already exists 15:13:27 aa5968d388b8: Layer already exists 15:13:27 28444b4e4029: Layer already exists 15:13:27 f2fe06910fc1: Layer already exists 15:13:27 a698cd4645b1: Layer already exists 15:13:27 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:13:28 f2fe06910fc1: Preparing 15:13:28 4b3157fc7f57: Preparing 15:13:28 a698cd4645b1: Preparing 15:13:28 28444b4e4029: Preparing 15:13:28 aa5968d388b8: Preparing 15:13:28 a698cd4645b1: Layer already exists 15:13:28 f2fe06910fc1: Layer already exists 15:13:28 28444b4e4029: Layer already exists 15:13:28 4b3157fc7f57: Layer already exists 15:13:28 aa5968d388b8: Layer already exists 15:13:28 main: digest: sha256:2fc3342ccfa7bfe74b33688fc3defc845d88d46dc19a107e829de4175571afd4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:28 ===================================================== [Pipeline] echo 15:13:28 taggedImages: 15:13:28 - nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:13:28 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:13:28 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.55 15:13:28 - nexus3.edgexfoundry.org:10004/support-scheduler:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:13:28 - 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] } 15:14:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:14:31 Removing intermediate container 3782c12b9434 15:14:31 ---> 54dc43975e3c 15:14:31 15:14:31 Step 9/21 : FROM alpine:3.16 15:14:31 3.16: Pulling from library/alpine 15:14:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:14:31 Status: Downloaded newer image for alpine:3.16 15:14:31 ---> 4c81e5bf8899 15:14:31 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:14:31 ---> Running in 8da1d15b6c5d 15:14:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:14:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:14:35 (1/6) Installing ca-certificates (20220614-r0) 15:14:35 (2/6) Installing brotli-libs (1.0.9-r6) 15:14:35 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:14:35 (4/6) Installing libcurl (7.83.1-r6) 15:14:35 (5/6) Installing curl (7.83.1-r6) 15:14:35 (6/6) Installing dumb-init (1.2.5-r1) 15:14:35 Executing busybox-1.35.0-r17.trigger 15:14:35 Executing ca-certificates-20220614-r0.trigger 15:14:36 OK: 8 MiB in 20 packages 15:14:38 Removing intermediate container 8da1d15b6c5d 15:14:38 ---> 1519c7e4c125 15:14:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:14:38 ---> Running in a1ae740b2192 15:14:39 Removing intermediate container a1ae740b2192 15:14:39 ---> 85f43b13366c 15:14:39 Step 12/21 : WORKDIR /edgex 15:14:39 ---> Running in 9ea9c2fe2943 15:14:39 Removing intermediate container 9ea9c2fe2943 15:14:39 ---> f7f291d55c72 15:14:39 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:14:40 ---> ca1fef8ea741 15:14:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:14:42 ---> 81c9368f99eb 15:14:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:14:43 ---> 87d12e195d31 15:14:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:14:44 ---> b1a9e34757d4 15:14:44 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:14:44 ---> Running in a3b6d349da2f 15:14:48 Removing intermediate container a3b6d349da2f 15:14:48 ---> 3d02cb8d9b2b 15:14:48 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:14:48 ---> Running in 82164b9b2797 15:14:48 Removing intermediate container 82164b9b2797 15:14:48 ---> 9f16f2a45c2f 15:14:48 Step 19/21 : LABEL arch=arm64 15:14:48 ---> Running in ffa6fd20f394 15:14:48 Removing intermediate container ffa6fd20f394 15:14:48 ---> 83a280f1fb10 15:14:48 Step 20/21 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:14:49 ---> Running in 5e5fe40f2c10 15:14:49 Removing intermediate container 5e5fe40f2c10 15:14:49 ---> 033f84070355 15:14:49 Step 21/21 : LABEL version=3.0.0-dev.55 15:14:49 ---> Running in 79308c75fd08 15:14:49 Removing intermediate container 79308c75fd08 15:14:49 ---> 86f43ea050d8 15:14:49 15:14:50 Successfully built 86f43ea050d8 15:14:50 Successfully tagged security-proxy-setup-arm64:latest 15:14:50  Building security-proxy-setup ... done Building security-bootstrapper 15:14:53 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:14:53 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:14:53 ---> 38efb643a139 15:14:53 Step 3/32 : WORKDIR /edgex-go 15:14:53 ---> Using cache 15:14:53 ---> e03e892aefc3 15:14:53 Step 4/32 : RUN apk add --update --no-cache make git 15:14:53 ---> Running in ff58b3c45d21 15:14:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:14:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:14:57 OK: 221 MiB in 51 packages 15:15:00 Removing intermediate container ff58b3c45d21 15:15:00 ---> 3b18dc3912fd 15:15:00 Step 5/32 : COPY go.mod vendor* ./ 15:15:01 ---> 0ab30c136aa5 15:15:01 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:01 ---> Running in 79b58c84f76e 15:15:04 Removing intermediate container fe12c58be82f 15:15:04 ---> aee76f6a68a0 15:15:04 15:15:04 Step 10/23 : FROM alpine:3.16 15:15:04 ---> 4c81e5bf8899 15:15:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:15:04 ---> Running in f65968dad1b4 15:15:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:15:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:15:07 (1/1) Installing dumb-init (1.2.5-r1) 15:15:07 Executing busybox-1.35.0-r17.trigger 15:15:07 OK: 5 MiB in 15 packages 15:15:09 Removing intermediate container f65968dad1b4 15:15:09 ---> bf4fe66b8775 15:15:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:15:09 ---> Running in 3598bfe1b804 15:15:09 Removing intermediate container 3598bfe1b804 15:15:09 ---> 0ed9d7610807 15:15:09 Step 13/23 : ENV APP_PORT=59882 15:15:09 ---> Running in f39e1684c022 15:15:10 Removing intermediate container f39e1684c022 15:15:10 ---> 77cdb8646d52 15:15:10 Step 14/23 : EXPOSE $APP_PORT 15:15:10 ---> Running in a2d1aaf6ba3f 15:15:11 Removing intermediate container a2d1aaf6ba3f 15:15:11 ---> 66c24e88da10 15:15:11 Step 15/23 : WORKDIR / 15:15:11 ---> Running in 2e940a4f0088 15:15:11 Removing intermediate container 2e940a4f0088 15:15:11 ---> ca65a0b1d1d9 15:15:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:15:12 ---> 0500bc6f6522 15:15:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:15:14 ---> 6651019c7b2b 15:15:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:15:15 ---> 5902d92fb307 15:15:15 Step 19/23 : ENTRYPOINT ["/core-command"] 15:15:15 ---> Running in 23e29c68f61c 15:15:15 Removing intermediate container 23e29c68f61c 15:15:15 ---> 23bf6ee25327 15:15:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:15:15 ---> Running in f6d17bf82551 15:15:16 Removing intermediate container f6d17bf82551 15:15:16 ---> 0cc741c06357 15:15:16 Step 21/23 : LABEL arch=arm64 15:15:16 ---> Running in 961a67495140 15:15:17 Removing intermediate container 961a67495140 15:15:17 ---> 89cdf321a157 15:15:17 Step 22/23 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:15:17 ---> Running in d75ef2bab97c 15:15:17 Removing intermediate container d75ef2bab97c 15:15:17 ---> 8c9504d15068 15:15:17 Step 23/23 : LABEL version=3.0.0-dev.55 15:15:17 ---> Running in 0a9a16bf802d 15:15:18 Removing intermediate container 0a9a16bf802d 15:15:18 ---> 2c3a87933294 15:15:18 15:15:18 Successfully built 2c3a87933294 15:15:18 Successfully tagged core-command-arm64:latest 15:15:18  Building core-command ... done Building support-notifications 15:15:21 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:15:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:15:21 ---> 38efb643a139 15:15:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:15:21 ---> Using cache 15:15:21 ---> 733854ecac68 15:15:21 Step 4/22 : WORKDIR /edgex-go 15:15:21 ---> Using cache 15:15:21 ---> 8281ca12a270 15:15:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:15:21 ---> Running in 9384de261870 15:15:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:15:25 OK: 221 MiB in 51 packages 15:15:27 Removing intermediate container 9384de261870 15:15:27 ---> 2c70e4bcf6b4 15:15:27 Step 6/22 : COPY go.mod vendor* ./ 15:15:27 ---> 4b77c73b592e 15:15:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:15:27 ---> Running in cdf661b54b62 15:16:14 Removing intermediate container a2387c2ae785 15:16:14 ---> bf18d81d8db1 15:16:14 15:16:14 Step 10/22 : FROM alpine:3.16 15:16:14 ---> 4c81e5bf8899 15:16:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:16:14 ---> Running in 91c40ca0212a 15:16:14 Removing intermediate container 91c40ca0212a 15:16:14 ---> 59dcde8ea3e4 15:16:14 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:16:14 ---> Running in 28071e5dc258 15:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:16:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:16:15 (1/1) Installing dumb-init (1.2.5-r1) 15:16:15 Executing busybox-1.35.0-r17.trigger 15:16:16 OK: 5 MiB in 15 packages 15:16:19 Removing intermediate container 28071e5dc258 15:16:19 ---> 649802e6e873 15:16:19 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:20 ---> 1e78c1893cd3 15:16:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:16:23 ---> 570317f0bac2 15:16:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:16:24 ---> 3fb7f610c2c8 15:16:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:16:26 ---> deabdb9a5b76 15:16:26 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:16:26 ---> Running in c859aab4a032 15:16:34 Removing intermediate container c859aab4a032 15:16:34 ---> 22337ee27928 15:16:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:16:34 ---> Running in f2b86689faa9 15:16:34 Removing intermediate container f2b86689faa9 15:16:34 ---> 91a5488e31ea 15:16:34 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:16:34 ---> Running in b1a756b1dc37 15:16:34 Removing intermediate container b1a756b1dc37 15:16:34 ---> 6ac36a5231ef 15:16:34 Step 20/22 : LABEL arch=arm64 15:16:35 ---> Running in 7efd3fdd9ef1 15:16:36 Removing intermediate container 7efd3fdd9ef1 15:16:36 ---> e90bfc944fab 15:16:36 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:16:36 ---> Running in 3c9160540652 15:16:38 Removing intermediate container 3c9160540652 15:16:38 ---> d47ff6baf4a4 15:16:38 Step 22/22 : LABEL version=3.0.0-dev.55 15:16:38 ---> Running in c04d0392f01c 15:16:39 Removing intermediate container c04d0392f01c 15:16:39 ---> be1bd2a1bf06 15:16:39 15:16:40 Successfully built be1bd2a1bf06 15:16:40 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:16:40  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 15:16:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:16:45 ---> 38efb643a139 15:16:45 Step 3/24 : WORKDIR /edgex-go 15:16:45 ---> Using cache 15:16:45 ---> e03e892aefc3 15:16:45 Step 4/24 : RUN apk add --update --no-cache make git 15:16:45 ---> Using cache 15:16:45 ---> 3b18dc3912fd 15:16:45 Step 5/24 : COPY go.mod vendor* ./ 15:16:45 ---> Using cache 15:16:45 ---> 0ab30c136aa5 15:16:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:46 ---> Running in 4d2e674b11b5 15:16:51 Removing intermediate container 1cf11e4093c7 15:16:51 ---> faa233ee2093 15:16:51 15:16:51 Step 10/22 : FROM alpine:3.16 15:16:51 ---> 4c81e5bf8899 15:16:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:16:51 ---> Running in 31f344b0e278 15:16:52 Removing intermediate container 31f344b0e278 15:16:52 ---> 2efbc212130c 15:16:52 Step 12/22 : ENV APP_PORT=59880 15:16:52 ---> Running in 2551b64735de 15:16:53 Removing intermediate container 2551b64735de 15:16:53 ---> 93e595e1ae74 15:16:53 Step 13/22 : EXPOSE $APP_PORT 15:16:53 ---> Running in 66a0567b436c 15:16:54 Removing intermediate container 66a0567b436c 15:16:54 ---> b090cf1c9121 15:16:54 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:16:54 ---> Running in 48c1654e4959 15:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:16:59 (1/1) Installing dumb-init (1.2.5-r1) 15:16:59 Executing busybox-1.35.0-r17.trigger 15:16:59 OK: 5 MiB in 15 packages 15:17:00 Removing intermediate container 48c1654e4959 15:17:00 ---> c19edcab3bcd 15:17:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:17:02 ---> b00354a056a5 15:17:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:17:05 ---> 8d0f635332d8 15:17:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:17:07 Removing intermediate container 79b58c84f76e 15:17:07 ---> 1b59749c8325 15:17:07 Step 7/32 : COPY . . 15:17:07 ---> 9540660ad04d 15:17:07 Step 18/22 : ENTRYPOINT ["/core-data"] 15:17:07 ---> Running in c82c436b8cba 15:17:08 Removing intermediate container c82c436b8cba 15:17:08 ---> 0eb14efc717d 15:17:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:17:08 ---> Running in 4a073f8c1ed1 15:17:09 Removing intermediate container 4a073f8c1ed1 15:17:09 ---> e01d7bb058a8 15:17:09 Step 20/22 : LABEL arch=arm64 15:17:09 ---> Running in 3d2483b35d2e 15:17:10 Removing intermediate container 3d2483b35d2e 15:17:10 ---> b18223e0ade5 15:17:10 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:17:11 ---> Running in 599c1d67589c 15:17:12 Removing intermediate container 599c1d67589c 15:17:12 ---> cfd3fa951a22 15:17:12 Step 22/22 : LABEL version=3.0.0-dev.55 15:17:12 ---> Running in 321b1e3f831c 15:17:13 Removing intermediate container 321b1e3f831c 15:17:13 ---> 39d25c996112 15:17:13 15:17:13 ---> 581f34a11ff0 15:17:13 Successfully built 39d25c996112 15:17:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:17:13 Successfully tagged core-data-arm64:latest 15:17:13  Building core-data ... done Building core-metadata 15:17:13 ---> Running in 30c248c9af50 15:17:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:17:17 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:17:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:17:17 ---> 38efb643a139 15:17:17 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:17:17 ---> Using cache 15:17:17 ---> 733854ecac68 15:17:17 Step 4/24 : WORKDIR /edgex-go 15:17:17 ---> Using cache 15:17:17 ---> 8281ca12a270 15:17:17 Step 5/24 : RUN apk add --update --no-cache make git 15:17:17 ---> Using cache 15:17:17 ---> bef454814b52 15:17:17 Step 6/24 : COPY go.mod vendor* ./ 15:17:17 ---> Using cache 15:17:17 ---> c9acc7327183 15:17:17 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:17:17 ---> Using cache 15:17:17 ---> 4f674fd734c5 15:17:17 Step 8/24 : COPY . . 15:17:18 ---> Using cache 15:17:18 ---> 7e49fb62acd2 15:17:18 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:17:18 ---> Running in 1b1d08bd133e 15:17:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:17:29 Removing intermediate container cdf661b54b62 15:17:29 ---> 4b69d1e54f1a 15:17:29 Step 8/22 : COPY . . 15:17:32 ---> 53eb3e05c683 15:17:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:17:32 ---> Running in 4cd5e1096421 15:17:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:18:20 Removing intermediate container 4d2e674b11b5 15:18:20 ---> 9824e85f7be2 15:18:20 Step 7/24 : COPY . . 15:18:23 ---> 17d1daf2a498 15:18:23 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:18:23 Removing intermediate container 43b21ecc70fb 15:18:23 ---> bc1cd5149ee8 15:18:23 15:18:23 Step 10/22 : FROM alpine:3.16 15:18:23 ---> 4c81e5bf8899 15:18:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:18:23 ---> Using cache 15:18:23 ---> Running in 7afab7df0f99 15:18:23 ---> bf4fe66b8775 15:18:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:18:23 ---> Using cache 15:18:23 ---> 0ed9d7610807 15:18:23 Step 13/22 : ENV APP_PORT=59861 15:18:23 ---> Running in c63fc04ae3c7 15:18:28 Removing intermediate container c63fc04ae3c7 15:18:28 ---> 9537a4cf40f0 15:18:28 Step 14/22 : EXPOSE $APP_PORT 15:18:28 ---> Running in 1a769ff7d565 15:18:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:18:28 Removing intermediate container 1a769ff7d565 15:18:28 ---> 371956556ee6 15:18:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:29 ---> fa3fa1423c78 15:18:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:18:31 ---> e9c872034778 15:18:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:18:32 ---> 7ac359d25898 15:18:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:18:32 ---> Running in dc5fb4cff1c8 15:18:33 Removing intermediate container dc5fb4cff1c8 15:18:33 ---> 0bd9c7da4e63 15:18:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:33 ---> Running in 78e06709e47e 15:18:33 Removing intermediate container 78e06709e47e 15:18:33 ---> 35e0a587eb1c 15:18:33 Step 20/22 : LABEL arch=arm64 15:18:33 ---> Running in 20d7c8df071a 15:18:34 Removing intermediate container 20d7c8df071a 15:18:34 ---> ebfb019e641b 15:18:34 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:18:34 ---> Running in e6c687e5c120 15:18:35 Removing intermediate container e6c687e5c120 15:18:35 ---> 961ebdf8a2ac 15:18:35 Step 22/22 : LABEL version=3.0.0-dev.55 15:18:35 ---> Running in 0ebfa6959a94 15:18:35 Removing intermediate container 0ebfa6959a94 15:18:35 ---> 945ff3b3ba33 15:18:35 15:18:35 Successfully built 945ff3b3ba33 15:18:35 Successfully tagged support-scheduler-arm64:latest 15:18:35 Building security-spiffe-token-provider 15:18:39  Building support-scheduler ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:39 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:18:39 ---> 38efb643a139 15:18:39 Step 3/19 : WORKDIR /edgex-go 15:18:39 ---> Using cache 15:18:39 ---> e03e892aefc3 15:18:39 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:18:40 ---> Running in 4199bd5bf7ad 15:18:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:18:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:18:44 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:18:44 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:18:44 OK: 16903 distinct packages available 15:18:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:18:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:18:45 OK: 221 MiB in 51 packages 15:18:47 Removing intermediate container 4199bd5bf7ad 15:18:47 ---> e0eab2f749dd 15:18:47 Step 5/19 : COPY go.mod vendor* ./ 15:18:48 ---> 681e0ab49945 15:18:48 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:48 ---> Running in badf4b552d28 15:20:25 Removing intermediate container badf4b552d28 15:20:25 ---> c292bd96e6df 15:20:25 Step 7/19 : COPY . . 15:20:25 ---> 7be6a7268579 15:20:25 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:20:25 ---> Running in 5bf0edfb7521 15:20:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:23:49 Removing intermediate container 30c248c9af50 15:23:49 ---> ca5cf69ccc08 15:23:49 15:23:49 Step 9/32 : FROM alpine:3.16 15:23:49 ---> 4c81e5bf8899 15:23:49 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:23:49 ---> Running in e66d016583ca 15:23:49 Removing intermediate container e66d016583ca 15:23:49 ---> 908b1a1eac2f 15:23:49 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:23:49 ---> Running in bdb57ba0ee2f 15:23:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:23:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:23:49 (1/2) Installing dumb-init (1.2.5-r1) 15:23:49 (2/2) Installing su-exec (0.2-r1) 15:23:49 Executing busybox-1.35.0-r17.trigger 15:23:49 OK: 5 MiB in 16 packages 15:23:51 Removing intermediate container bdb57ba0ee2f 15:23:51 ---> 5a889fb028f0 15:23:51 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:23:51 ---> Running in 41c5e826c8ff 15:23:51 Removing intermediate container 41c5e826c8ff 15:23:51 ---> c4a270083783 15:23:51 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:23:52 ---> Running in 0647ad73ca86 15:23:52 Removing intermediate container 0647ad73ca86 15:23:52 ---> 44612cf7cf45 15:23:52 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:23:52 ---> Running in f5bef295229b 15:23:52 Removing intermediate container f5bef295229b 15:23:52 ---> 1d4ea093dafb 15:23:52 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:23:53 ---> Running in d9f3c436b8d0 15:23:53 Removing intermediate container d9f3c436b8d0 15:23:53 ---> 05d4678d12a9 15:23:53 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:23:53 ---> Running in ee6bea418f93 15:23:57 Removing intermediate container ee6bea418f93 15:23:57 ---> 6317771ba837 15:23:57 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:23:57 ---> Running in 820d8ca25e49 15:23:57 Removing intermediate container 820d8ca25e49 15:23:57 ---> 83cf5cc5a19f 15:23:57 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:23:58 ---> 72e1dd31f4b3 15:23:58 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:23:58 ---> Running in e6f455dbcef2 15:24:03 Removing intermediate container e6f455dbcef2 15:24:03 ---> 37eb46197e4c 15:24:03 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:24:04 ---> a877161d0197 15:24:04 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:24:06 ---> 5221e5171671 15:24:06 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:24:07 ---> 11c90ec26387 15:24:07 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:24:07 ---> 29ebf40b2845 15:24:07 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:24:08 ---> f76da1e0c608 15:24:08 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:24:09 ---> 40c71f40e77d 15:24:09 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:24:10 ---> 955e4498446e 15:24:10 Step 27/32 : RUN chmod +x /entrypoint.sh 15:24:10 ---> Running in c9a70bfbded5 15:24:14 Removing intermediate container c9a70bfbded5 15:24:14 ---> 79775ac64ca0 15:24:14 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:24:14 ---> Running in b01781b6aff2 15:24:14 Removing intermediate container b01781b6aff2 15:24:14 ---> 1657afd5a68b 15:24:14 Step 29/32 : CMD ["gate"] 15:24:15 ---> Running in 2b0a619274b8 15:24:15 Removing intermediate container 2b0a619274b8 15:24:15 ---> 90da6454c7a4 15:24:15 Step 30/32 : LABEL arch=arm64 15:24:15 ---> Running in 9f0942e0c3ea 15:24:15 Removing intermediate container 9f0942e0c3ea 15:24:15 ---> b3f798284d56 15:24:15 Step 31/32 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:24:16 ---> Running in 5041a6fb7347 15:24:16 Removing intermediate container 5041a6fb7347 15:24:16 ---> 997ca45904b4 15:24:16 Step 32/32 : LABEL version=3.0.0-dev.55 15:24:16 ---> Running in f9795d75e252 15:24:17 Removing intermediate container f9795d75e252 15:24:17 ---> a3e576aacb3e 15:24:17 15:24:17 Successfully built a3e576aacb3e 15:24:17 Successfully tagged security-bootstrapper-arm64:latest 15:24:35  Building security-bootstrapper ... done Removing intermediate container 1b1d08bd133e 15:24:35 ---> 5ac7f48c6961 15:24:35 15:24:35 Step 10/24 : FROM alpine:3.16 15:24:35 ---> 4c81e5bf8899 15:24:35 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:24:35 ---> Using cache 15:24:35 ---> bf4fe66b8775 15:24:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:24:35 ---> Using cache 15:24:35 ---> 0ed9d7610807 15:24:35 Step 13/24 : ENV APP_PORT=59881 15:24:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.55" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:24:35 ---> Running in 879dea1d3313 15:24:35 Removing intermediate container 879dea1d3313 15:24:35 ---> ee3d46a195cf 15:24:35 Step 14/24 : EXPOSE $APP_PORT 15:24:35 ---> Running in 491b6613af15 15:24:35 Removing intermediate container 491b6613af15 15:24:35 ---> e1fc0ad29c06 15:24:35 Step 15/24 : WORKDIR / 15:24:35 ---> Running in d2278cfb9793 15:24:35 Removing intermediate container d2278cfb9793 15:24:35 ---> bfd56da5fe5d 15:24:35 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:24:36 ---> 7d95c8f4bdc2 15:24:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:24:38 ---> 321da85e20d6 15:24:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:24:39 ---> f23aa44629e9 15:24:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:24:41 ---> 83dcf820d67f 15:24:41 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:24:41 ---> Running in 3a1c28658396 15:24:42 Removing intermediate container 3a1c28658396 15:24:42 ---> af01572a6fbd 15:24:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:24:42 ---> Running in e4f8c8dc5feb 15:24:42 Removing intermediate container e4f8c8dc5feb 15:24:42 ---> 829cc9d30324 15:24:42 Step 22/24 : LABEL arch=arm64 15:24:42 ---> Running in de17109f1025 15:24:43 Removing intermediate container de17109f1025 15:24:43 ---> 28caa9eb128f 15:24:43 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:24:43 ---> Running in 30151602e6f4 15:24:44 Removing intermediate container 30151602e6f4 15:24:44 ---> 9b5a98e3bcc7 15:24:44 Step 24/24 : LABEL version=3.0.0-dev.55 15:24:44 ---> Running in 62c4bd06b80c 15:24:44 Removing intermediate container 62c4bd06b80c 15:24:44 ---> c454142c18cc 15:24:44 15:24:44 Successfully built c454142c18cc 15:24:44 Successfully tagged core-metadata-arm64:latest 15:24:52  Building core-metadata ... done Removing intermediate container 7afab7df0f99 15:24:52 ---> c20e325cf67b 15:24:52 15:24:52 Step 9/24 : FROM alpine:3.16 15:24:52 ---> 4c81e5bf8899 15:24:52 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:24:52 ---> Running in 7ccf4c75157b 15:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:24:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:24:56 (1/3) Installing ca-certificates (20220614-r0) 15:24:56 (2/3) Installing dumb-init (1.2.5-r1) 15:24:56 (3/3) Installing su-exec (0.2-r1) 15:24:56 Executing busybox-1.35.0-r17.trigger 15:24:56 Executing ca-certificates-20220614-r0.trigger 15:24:56 OK: 6 MiB in 17 packages 15:24:58 Removing intermediate container 7ccf4c75157b 15:24:58 ---> 490e93ca82f6 15:24:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:24:58 ---> Running in 8c4acb251e56 15:24:59 Removing intermediate container 8c4acb251e56 15:24:59 ---> 7a59cdbd3036 15:24:59 Step 12/24 : WORKDIR / 15:24:59 ---> Running in 58d1e95a2226 15:24:59 Removing intermediate container 58d1e95a2226 15:24:59 ---> b87b0dc8855d 15:24:59 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:25:00 ---> 73461891ff4d 15:25:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:25:01 ---> 12361f8ac97d 15:25:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:25:02 ---> 7f590f2bcc9e 15:25:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:25:03 ---> a82cbd12ba53 15:25:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:25:07 ---> c710b4689cfc 15:25:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:25:09 ---> bbfd912ac838 15:25:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:25:10 ---> d290a08b6c38 15:25:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:25:10 ---> Running in d5146df670ab 15:25:13 Removing intermediate container d5146df670ab 15:25:13 ---> 896cb200c1a7 15:25:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:25:13 ---> Running in db7640043563 15:25:14 Removing intermediate container db7640043563 15:25:14 ---> 5427b57d1698 15:25:14 Step 22/24 : LABEL arch=arm64 15:25:14 ---> Running in 8d3624ae7f08 15:25:14 Removing intermediate container 8d3624ae7f08 15:25:14 ---> b89ae0a90037 15:25:14 Step 23/24 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:25:15 ---> Running in 975c646a7696 15:25:15 Removing intermediate container 975c646a7696 15:25:15 ---> f772d0afd284 15:25:15 Step 24/24 : LABEL version=3.0.0-dev.55 15:25:15 ---> Running in 0a1860b4a155 15:25:16 Removing intermediate container 0a1860b4a155 15:25:16 ---> f580093e04e8 15:25:16 15:25:16 Successfully built f580093e04e8 15:25:16 Successfully tagged security-secretstore-setup-arm64:latest 15:26:14  Building security-secretstore-setup ... done Removing intermediate container 4cd5e1096421 15:26:14 ---> 89e0ce4a10cb 15:26:14 15:26:14 Step 10/22 : FROM alpine:3.16 15:26:14 ---> 4c81e5bf8899 15:26:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:26:14 ---> Running in f035c1de903e 15:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:26:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:26:16 (1/2) Installing ca-certificates (20220614-r0) 15:26:16 (2/2) Installing dumb-init (1.2.5-r1) 15:26:16 Executing busybox-1.35.0-r17.trigger 15:26:17 Executing ca-certificates-20220614-r0.trigger 15:26:17 OK: 6 MiB in 16 packages 15:26:19 Removing intermediate container f035c1de903e 15:26:19 ---> 8bf94da948ee 15:26:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:26:19 ---> Running in 5c88a3ea588d 15:26:19 Removing intermediate container 5c88a3ea588d 15:26:19 ---> 320d2190727c 15:26:19 Step 13/22 : ENV APP_PORT=59860 15:26:19 ---> Running in 475e8af7f73d 15:26:19 Removing intermediate container 475e8af7f73d 15:26:19 ---> d6493a96d889 15:26:19 Step 14/22 : EXPOSE $APP_PORT 15:26:19 ---> Running in 0721090ad1e6 15:26:20 Removing intermediate container 0721090ad1e6 15:26:20 ---> cc7552d57f65 15:26:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:26:20 ---> 9e852d025f55 15:26:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:26:22 ---> 6f0fdf5d76fe 15:26:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:26:24 ---> 574f784e8ca2 15:26:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:26:24 ---> Running in 1b64da0103bc 15:26:25 Removing intermediate container 1b64da0103bc 15:26:25 ---> 092751896184 15:26:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:26:25 ---> Running in 32a5bbe59855 15:26:25 Removing intermediate container 32a5bbe59855 15:26:25 ---> 4a00227186ea 15:26:25 Step 20/22 : LABEL arch=arm64 15:26:25 ---> Running in 1aa9bdd80829 15:26:26 Removing intermediate container 1aa9bdd80829 15:26:26 ---> b80fc8baf68b 15:26:26 Step 21/22 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:26 ---> Running in 56b7018d8f71 15:26:27 Removing intermediate container 56b7018d8f71 15:26:27 ---> 151e03061624 15:26:27 Step 22/22 : LABEL version=3.0.0-dev.55 15:26:27 ---> Running in 26eae74116d4 15:26:27 Removing intermediate container 26eae74116d4 15:26:27 ---> 3824ec4cfbd5 15:26:27 15:26:27 Successfully built 3824ec4cfbd5 15:26:27 Successfully tagged support-notifications-arm64:latest 15:26:30  Building support-notifications ... done Removing intermediate container 5bf0edfb7521 15:26:30 ---> 4e0a8003df4f 15:26:30 15:26:30 Step 9/19 : FROM alpine:3.15 15:26:30 ---> 354640af7b1b 15:26:30 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:26:30 ---> Using cache 15:26:30 ---> f93892469455 15:26:30 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:26:30 ---> Running in 592e19f8639a 15:26:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:26:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:26:33 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:26:33 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:26:33 OK: 15734 distinct packages available 15:26:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:26:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:26:34 (1/9) Installing ca-certificates (20220614-r0) 15:26:34 (2/9) Installing brotli-libs (1.0.9-r5) 15:26:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:26:34 (4/9) Installing libcurl (7.80.0-r6) 15:26:34 (5/9) Installing curl (7.80.0-r6) 15:26:34 (6/9) Installing dumb-init (1.2.5-r1) 15:26:34 (7/9) Installing musl-obstack (1.2.3-r0) 15:26:34 (8/9) Installing libucontext (1.1-r0) 15:26:34 (9/9) Installing gcompat (1.0.0-r4) 15:26:34 Executing busybox-1.34.1-r7.trigger 15:26:34 Executing ca-certificates-20220614-r0.trigger 15:26:34 OK: 8 MiB in 23 packages 15:26:36 Removing intermediate container 592e19f8639a 15:26:36 ---> 12603d264405 15:26:36 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:26:36 ---> a473638d3f63 15:26:36 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:26:38 ---> b01c99478acb 15:26:38 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:26:38 ---> 3ecb6a03bba1 15:26:38 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:26:38 ---> Running in 362b059c22d7 15:26:38 Removing intermediate container 362b059c22d7 15:26:38 ---> 7e262358a6d1 15:26:38 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:26:38 ---> Running in 047b8cf99206 15:26:39 Removing intermediate container 047b8cf99206 15:26:39 ---> 66f32522a4d3 15:26:39 Step 17/19 : LABEL arch=arm64 15:26:39 ---> Running in 6f3b787f2e61 15:26:39 Removing intermediate container 6f3b787f2e61 15:26:39 ---> fd9008848064 15:26:39 Step 18/19 : LABEL git_sha=82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:39 ---> Running in 99d412e9bfb2 15:26:39 Removing intermediate container 99d412e9bfb2 15:26:39 ---> 8b5c0f666317 15:26:39 Step 19/19 : LABEL version=3.0.0-dev.55 15:26:39 ---> Running in d55ae8520237 15:26:40 Removing intermediate container d55ae8520237 15:26:40 ---> ddf6c570001b 15:26:40 15:26:40 Successfully built ddf6c570001b 15:26:40 Successfully tagged security-spiffe-token-provider-arm64:latest 15:26:40  Building security-spiffe-token-provider ... done  [Pipeline] } 15:26:40 $ docker stop --time=1 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 15:26:42 $ docker rm -f --volumes 016db03ca9697adefef47f2957de08feacd5d22c3d7086470c13587cbfe9d376 [Pipeline] // withDockerContainer [Pipeline] sh 15:26:42 + docker images 15:26:42 REPOSITORY TAG IMAGE ID CREATED SIZE 15:26:42 security-spiffe-token-provider-arm64 latest ddf6c570001b 3 seconds ago 29.1MB 15:26:42 4e0a8003df4f 13 seconds ago 1.37GB 15:26:42 support-notifications-arm64 latest 3824ec4cfbd5 15 seconds ago 29.7MB 15:26:42 89e0ce4a10cb 30 seconds ago 1.4GB 15:26:42 security-secretstore-setup-arm64 latest f580093e04e8 About a minute ago 29MB 15:26:42 c20e325cf67b About a minute ago 1.33GB 15:26:42 core-metadata-arm64 latest c454142c18cc About a minute ago 17.7MB 15:26:42 5ac7f48c6961 2 minutes ago 1.34GB 15:26:42 security-bootstrapper-arm64 latest a3e576aacb3e 2 minutes ago 19.6MB 15:26:42 ca5cf69ccc08 2 minutes ago 1.33GB 15:26:42 support-scheduler-arm64 latest 945ff3b3ba33 8 minutes ago 29MB 15:26:42 bc1cd5149ee8 8 minutes ago 1.4GB 15:26:42 core-data-arm64 latest 39d25c996112 9 minutes ago 17.2MB 15:26:42 faa233ee2093 9 minutes ago 1.34GB 15:26:42 core-common-config-bootstrapper-arm64 latest be1bd2a1bf06 10 minutes ago 14.9MB 15:26:42 bf18d81d8db1 10 minutes ago 1.33GB 15:26:42 core-command-arm64 latest 2c3a87933294 11 minutes ago 17MB 15:26:42 aee76f6a68a0 11 minutes ago 1.34GB 15:26:42 security-proxy-setup-arm64 latest 86f43ea050d8 11 minutes ago 26.9MB 15:26:42 54dc43975e3c 12 minutes ago 1.33GB 15:26:42 security-spire-agent-arm64 latest 4ce48959abea 17 minutes ago 122MB 15:26:42 security-spire-config-arm64 latest cd87094c9d2d 17 minutes ago 83.6MB 15:26:42 security-spire-server-arm64 latest eb1c8e617877 17 minutes ago 84.3MB 15:26:42 084f7327e2b4 17 minutes ago 1.21GB 15:26:42 37a3892f5db4 18 minutes ago 1.21GB 15:26:42 d8008a6c7dd9 18 minutes ago 1.21GB 15:26:42 ci-base-image-arm64 latest 38efb643a139 20 minutes ago 905MB 15:26:42 alpine 3.15 354640af7b1b 5 days ago 5.34MB 15:26:42 alpine 3.16 4c81e5bf8899 5 days ago 5.3MB 15:26:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 15:26:42 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 15:26:43 provisioning config files... 15:26:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/416@tmp/config11789376734110717660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:26:43 ---> docker-login.sh 15:26:43 nexus3.edgexfoundry.org:10001 15:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:43 Configure a credential helper to remove this warning. See 15:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:43 15:26:43 Login Succeeded 15:26:43 nexus3.edgexfoundry.org:10002 15:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:44 Configure a credential helper to remove this warning. See 15:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:44 15:26:44 Login Succeeded 15:26:44 nexus3.edgexfoundry.org:10003 15:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:44 Configure a credential helper to remove this warning. See 15:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:44 15:26:44 Login Succeeded 15:26:44 nexus3.edgexfoundry.org:10004 15:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:45 Configure a credential helper to remove this warning. See 15:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:45 15:26:45 Login Succeeded 15:26:45 docker.io 15:26:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:26:45 Configure a credential helper to remove this warning. See 15:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:26:45 15:26:45 Login Succeeded 15:26:45 ---> docker-login.sh ends [Pipeline] } 15:26:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:26:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:26:45 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:26:45 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:45 latest 15:26:45 3.0.0-dev.55 15:26:45 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:26:45 main 15:26:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:46 a57d6f2b1f24: Preparing 15:26:46 db1fcfa1b690: Preparing 15:26:46 5e9bb16f879b: Preparing 15:26:46 7a5bb30c1917: Preparing 15:26:46 f70ee36035b9: Preparing 15:26:46 f70ee36035b9: Layer already exists 15:26:46 5e9bb16f879b: Pushed 15:26:46 a57d6f2b1f24: Pushed 15:26:46 7a5bb30c1917: Pushed 15:26:50 db1fcfa1b690: Pushed 15:26:50 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:26:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:51 a57d6f2b1f24: Preparing 15:26:51 db1fcfa1b690: Preparing 15:26:51 5e9bb16f879b: Preparing 15:26:51 7a5bb30c1917: Preparing 15:26:51 f70ee36035b9: Preparing 15:26:51 db1fcfa1b690: Layer already exists 15:26:51 a57d6f2b1f24: Layer already exists 15:26:51 7a5bb30c1917: Layer already exists 15:26:51 5e9bb16f879b: Layer already exists 15:26:51 f70ee36035b9: Layer already exists 15:26:51 latest: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 15:26:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:52 a57d6f2b1f24: Preparing 15:26:52 db1fcfa1b690: Preparing 15:26:52 5e9bb16f879b: Preparing 15:26:52 7a5bb30c1917: Preparing 15:26:52 f70ee36035b9: Preparing 15:26:52 5e9bb16f879b: Layer already exists 15:26:52 db1fcfa1b690: Layer already exists 15:26:52 a57d6f2b1f24: Layer already exists 15:26:52 f70ee36035b9: Layer already exists 15:26:52 7a5bb30c1917: Layer already exists 15:26:52 3.0.0-dev.55: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:53 a57d6f2b1f24: Preparing 15:26:53 db1fcfa1b690: Preparing 15:26:53 5e9bb16f879b: Preparing 15:26:53 7a5bb30c1917: Preparing 15:26:53 f70ee36035b9: Preparing 15:26:53 f70ee36035b9: Layer already exists 15:26:53 a57d6f2b1f24: Layer already exists 15:26:53 7a5bb30c1917: Layer already exists 15:26:53 db1fcfa1b690: Layer already exists 15:26:53 5e9bb16f879b: Layer already exists 15:26:53 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:26:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:26:54 a57d6f2b1f24: Preparing 15:26:54 db1fcfa1b690: Preparing 15:26:54 5e9bb16f879b: Preparing 15:26:54 7a5bb30c1917: Preparing 15:26:54 f70ee36035b9: Preparing 15:26:54 f70ee36035b9: Layer already exists 15:26:54 7a5bb30c1917: Layer already exists 15:26:54 db1fcfa1b690: Layer already exists 15:26:54 5e9bb16f879b: Layer already exists 15:26:54 a57d6f2b1f24: Layer already exists 15:26:54 main: digest: sha256:0e8517cda7729d9d330f38684c70387e3095d31e8ceef0ef96800140748f1039 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:26:54 ===================================================== [Pipeline] echo 15:26:54 taggedImages: 15:26:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:26:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.55 15:26:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:26:54 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:26:54 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:26:54 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:54 latest 15:26:54 3.0.0-dev.55 15:26:54 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:26:54 main 15:26:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:55 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:26:55 6b12404b3ffa: Preparing 15:26:55 8fd56a658799: Preparing 15:26:55 01e18c68f450: Preparing 15:26:55 ccf5311563f2: Preparing 15:26:55 5e9bb16f879b: Preparing 15:26:55 698cc4ca40e2: Preparing 15:26:55 f70ee36035b9: Preparing 15:26:55 698cc4ca40e2: Waiting 15:26:55 f70ee36035b9: Waiting 15:26:55 5e9bb16f879b: Layer already exists 15:26:55 6b12404b3ffa: Pushed 15:26:55 8fd56a658799: Pushed 15:26:55 f70ee36035b9: Layer already exists 15:26:55 01e18c68f450: Pushed 15:26:55 698cc4ca40e2: Pushed 15:26:58 ccf5311563f2: Pushed 15:26:58 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:58 + 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 15:26:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:26:59 6b12404b3ffa: Preparing 15:26:59 8fd56a658799: Preparing 15:26:59 01e18c68f450: Preparing 15:26:59 ccf5311563f2: Preparing 15:26:59 5e9bb16f879b: Preparing 15:26:59 698cc4ca40e2: Preparing 15:26:59 f70ee36035b9: Preparing 15:26:59 698cc4ca40e2: Waiting 15:26:59 f70ee36035b9: Waiting 15:26:59 01e18c68f450: Layer already exists 15:26:59 6b12404b3ffa: Layer already exists 15:26:59 5e9bb16f879b: Layer already exists 15:26:59 ccf5311563f2: Layer already exists 15:26:59 8fd56a658799: Layer already exists 15:26:59 698cc4ca40e2: Layer already exists 15:26:59 f70ee36035b9: Layer already exists 15:26:59 latest: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 15:27:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:00 6b12404b3ffa: Preparing 15:27:00 8fd56a658799: Preparing 15:27:00 01e18c68f450: Preparing 15:27:00 ccf5311563f2: Preparing 15:27:00 5e9bb16f879b: Preparing 15:27:00 698cc4ca40e2: Preparing 15:27:00 f70ee36035b9: Preparing 15:27:00 698cc4ca40e2: Waiting 15:27:00 f70ee36035b9: Waiting 15:27:00 6b12404b3ffa: Layer already exists 15:27:00 ccf5311563f2: Layer already exists 15:27:00 8fd56a658799: Layer already exists 15:27:00 01e18c68f450: Layer already exists 15:27:00 5e9bb16f879b: Layer already exists 15:27:00 698cc4ca40e2: Layer already exists 15:27:00 f70ee36035b9: Layer already exists 15:27:00 3.0.0-dev.55: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:00 6b12404b3ffa: Preparing 15:27:00 8fd56a658799: Preparing 15:27:00 01e18c68f450: Preparing 15:27:00 ccf5311563f2: Preparing 15:27:00 5e9bb16f879b: Preparing 15:27:00 698cc4ca40e2: Preparing 15:27:00 f70ee36035b9: Preparing 15:27:00 698cc4ca40e2: Waiting 15:27:00 f70ee36035b9: Waiting 15:27:00 5e9bb16f879b: Layer already exists 15:27:00 8fd56a658799: Layer already exists 15:27:00 01e18c68f450: Layer already exists 15:27:00 6b12404b3ffa: Layer already exists 15:27:00 ccf5311563f2: Layer already exists 15:27:00 f70ee36035b9: Layer already exists 15:27:00 698cc4ca40e2: Layer already exists 15:27:01 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:01 + 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 15:27:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:27:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:27:01 6b12404b3ffa: Preparing 15:27:01 8fd56a658799: Preparing 15:27:01 01e18c68f450: Preparing 15:27:01 ccf5311563f2: Preparing 15:27:01 5e9bb16f879b: Preparing 15:27:01 698cc4ca40e2: Preparing 15:27:01 f70ee36035b9: Preparing 15:27:01 698cc4ca40e2: Waiting 15:27:01 f70ee36035b9: Waiting 15:27:01 5e9bb16f879b: Layer already exists 15:27:01 01e18c68f450: Layer already exists 15:27:01 ccf5311563f2: Layer already exists 15:27:01 6b12404b3ffa: Layer already exists 15:27:01 8fd56a658799: Layer already exists 15:27:01 f70ee36035b9: Layer already exists 15:27:01 698cc4ca40e2: Layer already exists 15:27:02 main: digest: sha256:d4e0956ac4995ca0016a6011c556aedb4dedc1a613774bed243e8f92b9fc8a76 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:02 ===================================================== [Pipeline] echo 15:27:02 taggedImages: 15:27:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:27:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.55 15:27:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:27:02 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:27:02 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:02 latest 15:27:02 3.0.0-dev.55 15:27:02 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:02 main 15:27:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:02 84a85826304e: Preparing 15:27:02 c742cca76850: Preparing 15:27:02 5e9bb16f879b: Preparing 15:27:02 22cca0e96a38: Preparing 15:27:02 f70ee36035b9: Preparing 15:27:02 f70ee36035b9: Layer already exists 15:27:02 5e9bb16f879b: Layer already exists 15:27:03 84a85826304e: Pushed 15:27:03 22cca0e96a38: Pushed 15:27:06 c742cca76850: Pushed 15:27:06 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:07 84a85826304e: Preparing 15:27:07 c742cca76850: Preparing 15:27:07 5e9bb16f879b: Preparing 15:27:07 22cca0e96a38: Preparing 15:27:07 f70ee36035b9: Preparing 15:27:07 f70ee36035b9: Layer already exists 15:27:07 c742cca76850: Layer already exists 15:27:07 22cca0e96a38: Layer already exists 15:27:07 84a85826304e: Layer already exists 15:27:07 5e9bb16f879b: Layer already exists 15:27:07 latest: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 15:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:08 84a85826304e: Preparing 15:27:08 c742cca76850: Preparing 15:27:08 5e9bb16f879b: Preparing 15:27:08 22cca0e96a38: Preparing 15:27:08 f70ee36035b9: Preparing 15:27:08 5e9bb16f879b: Layer already exists 15:27:08 22cca0e96a38: Layer already exists 15:27:08 84a85826304e: Layer already exists 15:27:08 c742cca76850: Layer already exists 15:27:08 f70ee36035b9: Layer already exists 15:27:08 3.0.0-dev.55: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:09 84a85826304e: Preparing 15:27:09 c742cca76850: Preparing 15:27:09 5e9bb16f879b: Preparing 15:27:09 22cca0e96a38: Preparing 15:27:09 f70ee36035b9: Preparing 15:27:09 84a85826304e: Layer already exists 15:27:09 c742cca76850: Layer already exists 15:27:09 5e9bb16f879b: Layer already exists 15:27:09 22cca0e96a38: Layer already exists 15:27:09 f70ee36035b9: Layer already exists 15:27:09 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:27:10 84a85826304e: Preparing 15:27:10 c742cca76850: Preparing 15:27:10 5e9bb16f879b: Preparing 15:27:10 22cca0e96a38: Preparing 15:27:10 f70ee36035b9: Preparing 15:27:10 f70ee36035b9: Layer already exists 15:27:10 22cca0e96a38: Layer already exists 15:27:10 5e9bb16f879b: Layer already exists 15:27:10 84a85826304e: Layer already exists 15:27:10 c742cca76850: Layer already exists 15:27:10 main: digest: sha256:ca72ee4cdaee9a6bdff664c83ef54ac61e6a5a747516e199dcc47612f55a678e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:10 ===================================================== [Pipeline] echo 15:27:10 taggedImages: 15:27:10 - nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:10 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:27:10 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.55 15:27:10 - nexus3.edgexfoundry.org:10004/core-data-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:10 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:27:10 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:27:10 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:10 latest 15:27:10 3.0.0-dev.55 15:27:10 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:10 main 15:27:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:11 4e9146326d99: Preparing 15:27:11 b0614f835a7d: Preparing 15:27:11 95c12865233f: Preparing 15:27:11 5e9bb16f879b: Preparing 15:27:11 7a5bb30c1917: Preparing 15:27:11 f70ee36035b9: Preparing 15:27:11 f70ee36035b9: Waiting 15:27:11 5e9bb16f879b: Layer already exists 15:27:11 7a5bb30c1917: Layer already exists 15:27:11 f70ee36035b9: Layer already exists 15:27:11 b0614f835a7d: Pushed 15:27:11 4e9146326d99: Pushed 15:27:14 95c12865233f: Pushed 15:27:14 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:27:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:15 4e9146326d99: Preparing 15:27:15 b0614f835a7d: Preparing 15:27:15 95c12865233f: Preparing 15:27:15 5e9bb16f879b: Preparing 15:27:15 7a5bb30c1917: Preparing 15:27:15 f70ee36035b9: Preparing 15:27:15 f70ee36035b9: Waiting 15:27:15 b0614f835a7d: Layer already exists 15:27:15 7a5bb30c1917: Layer already exists 15:27:15 95c12865233f: Layer already exists 15:27:15 4e9146326d99: Layer already exists 15:27:15 5e9bb16f879b: Layer already exists 15:27:15 f70ee36035b9: Layer already exists 15:27:15 latest: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 15:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:16 4e9146326d99: Preparing 15:27:16 b0614f835a7d: Preparing 15:27:16 95c12865233f: Preparing 15:27:16 5e9bb16f879b: Preparing 15:27:16 7a5bb30c1917: Preparing 15:27:16 f70ee36035b9: Preparing 15:27:16 f70ee36035b9: Waiting 15:27:16 b0614f835a7d: Layer already exists 15:27:16 95c12865233f: Layer already exists 15:27:16 5e9bb16f879b: Layer already exists 15:27:16 7a5bb30c1917: Layer already exists 15:27:16 4e9146326d99: Layer already exists 15:27:16 f70ee36035b9: Layer already exists 15:27:16 3.0.0-dev.55: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:17 4e9146326d99: Preparing 15:27:17 b0614f835a7d: Preparing 15:27:17 95c12865233f: Preparing 15:27:17 5e9bb16f879b: Preparing 15:27:17 7a5bb30c1917: Preparing 15:27:17 f70ee36035b9: Preparing 15:27:17 f70ee36035b9: Waiting 15:27:17 4e9146326d99: Layer already exists 15:27:17 95c12865233f: Layer already exists 15:27:17 5e9bb16f879b: Layer already exists 15:27:17 7a5bb30c1917: Layer already exists 15:27:17 b0614f835a7d: Layer already exists 15:27:17 f70ee36035b9: Layer already exists 15:27:17 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:27:18 4e9146326d99: Preparing 15:27:18 b0614f835a7d: Preparing 15:27:18 95c12865233f: Preparing 15:27:18 5e9bb16f879b: Preparing 15:27:18 7a5bb30c1917: Preparing 15:27:18 f70ee36035b9: Preparing 15:27:18 f70ee36035b9: Waiting 15:27:18 b0614f835a7d: Layer already exists 15:27:18 95c12865233f: Layer already exists 15:27:18 5e9bb16f879b: Layer already exists 15:27:18 7a5bb30c1917: Layer already exists 15:27:18 4e9146326d99: Layer already exists 15:27:18 f70ee36035b9: Layer already exists 15:27:18 main: digest: sha256:fb5cd761a713f6b97ca36c8b1323d61d8869796058eb7d1eaff664510dbec9a5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:18 ===================================================== [Pipeline] echo 15:27:18 taggedImages: 15:27:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:27:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.55 15:27:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:27:18 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:27:18 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:18 latest 15:27:18 3.0.0-dev.55 15:27:18 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:18 main 15:27:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:19 7aa7d80d91b3: Preparing 15:27:19 7aa7d80d91b3: Preparing 15:27:19 487075850e4e: Preparing 15:27:19 3c8a7ee33763: Preparing 15:27:19 4d0e4e552bcc: Preparing 15:27:19 cc5ce201fb02: Preparing 15:27:19 77209304c8bf: Preparing 15:27:19 5e9bb16f879b: Preparing 15:27:19 15c83ea1e6c0: Preparing 15:27:19 b0da80d70d08: Preparing 15:27:19 781d8a471de3: Preparing 15:27:19 26046786b82a: Preparing 15:27:19 f70ee36035b9: Preparing 15:27:19 77209304c8bf: Waiting 15:27:19 b0da80d70d08: Waiting 15:27:19 5e9bb16f879b: Waiting 15:27:19 781d8a471de3: Waiting 15:27:19 15c83ea1e6c0: Waiting 15:27:19 26046786b82a: Waiting 15:27:19 f70ee36035b9: Waiting 15:27:19 7aa7d80d91b3: Pushed 15:27:19 3c8a7ee33763: Pushed 15:27:19 487075850e4e: Pushed 15:27:19 4d0e4e552bcc: Pushed 15:27:19 cc5ce201fb02: Pushed 15:27:19 5e9bb16f879b: Layer already exists 15:27:19 15c83ea1e6c0: Pushed 15:27:19 b0da80d70d08: Pushed 15:27:19 f70ee36035b9: Layer already exists 15:27:19 26046786b82a: Pushed 15:27:19 781d8a471de3: Pushed 15:27:23 77209304c8bf: Pushed 15:27:23 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:24 7aa7d80d91b3: Preparing 15:27:24 7aa7d80d91b3: Preparing 15:27:24 487075850e4e: Preparing 15:27:24 3c8a7ee33763: Preparing 15:27:24 4d0e4e552bcc: Preparing 15:27:24 cc5ce201fb02: Preparing 15:27:24 77209304c8bf: Preparing 15:27:24 5e9bb16f879b: Preparing 15:27:24 15c83ea1e6c0: Preparing 15:27:24 b0da80d70d08: Preparing 15:27:24 781d8a471de3: Preparing 15:27:24 26046786b82a: Preparing 15:27:24 f70ee36035b9: Preparing 15:27:24 15c83ea1e6c0: Waiting 15:27:24 b0da80d70d08: Waiting 15:27:24 781d8a471de3: Waiting 15:27:24 26046786b82a: Waiting 15:27:24 f70ee36035b9: Waiting 15:27:24 77209304c8bf: Waiting 15:27:24 5e9bb16f879b: Waiting 15:27:24 487075850e4e: Layer already exists 15:27:24 4d0e4e552bcc: Layer already exists 15:27:24 7aa7d80d91b3: Layer already exists 15:27:24 3c8a7ee33763: Layer already exists 15:27:24 cc5ce201fb02: Layer already exists 15:27:24 77209304c8bf: Layer already exists 15:27:24 b0da80d70d08: Layer already exists 15:27:24 15c83ea1e6c0: Layer already exists 15:27:24 5e9bb16f879b: Layer already exists 15:27:24 781d8a471de3: Layer already exists 15:27:24 26046786b82a: Layer already exists 15:27:24 f70ee36035b9: Layer already exists 15:27:24 latest: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 15:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:25 7aa7d80d91b3: Preparing 15:27:25 7aa7d80d91b3: Preparing 15:27:25 487075850e4e: Preparing 15:27:25 3c8a7ee33763: Preparing 15:27:25 4d0e4e552bcc: Preparing 15:27:25 cc5ce201fb02: Preparing 15:27:25 77209304c8bf: Preparing 15:27:25 5e9bb16f879b: Preparing 15:27:25 15c83ea1e6c0: Preparing 15:27:25 b0da80d70d08: Preparing 15:27:25 781d8a471de3: Preparing 15:27:25 26046786b82a: Preparing 15:27:25 f70ee36035b9: Preparing 15:27:25 15c83ea1e6c0: Waiting 15:27:25 b0da80d70d08: Waiting 15:27:25 781d8a471de3: Waiting 15:27:25 26046786b82a: Waiting 15:27:25 f70ee36035b9: Waiting 15:27:25 77209304c8bf: Waiting 15:27:25 5e9bb16f879b: Waiting 15:27:25 487075850e4e: Layer already exists 15:27:25 4d0e4e552bcc: Layer already exists 15:27:25 7aa7d80d91b3: Layer already exists 15:27:25 cc5ce201fb02: Layer already exists 15:27:25 3c8a7ee33763: Layer already exists 15:27:25 5e9bb16f879b: Layer already exists 15:27:25 15c83ea1e6c0: Layer already exists 15:27:25 77209304c8bf: Layer already exists 15:27:25 b0da80d70d08: Layer already exists 15:27:25 781d8a471de3: Layer already exists 15:27:25 26046786b82a: Layer already exists 15:27:25 f70ee36035b9: Layer already exists 15:27:25 3.0.0-dev.55: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:26 7aa7d80d91b3: Preparing 15:27:26 7aa7d80d91b3: Preparing 15:27:26 487075850e4e: Preparing 15:27:26 3c8a7ee33763: Preparing 15:27:26 4d0e4e552bcc: Preparing 15:27:26 cc5ce201fb02: Preparing 15:27:26 77209304c8bf: Preparing 15:27:26 5e9bb16f879b: Preparing 15:27:26 15c83ea1e6c0: Preparing 15:27:26 b0da80d70d08: Preparing 15:27:26 781d8a471de3: Preparing 15:27:26 26046786b82a: Preparing 15:27:26 f70ee36035b9: Preparing 15:27:26 15c83ea1e6c0: Waiting 15:27:26 b0da80d70d08: Waiting 15:27:26 781d8a471de3: Waiting 15:27:26 26046786b82a: Waiting 15:27:26 f70ee36035b9: Waiting 15:27:26 77209304c8bf: Waiting 15:27:26 5e9bb16f879b: Waiting 15:27:26 cc5ce201fb02: Layer already exists 15:27:26 4d0e4e552bcc: Layer already exists 15:27:26 487075850e4e: Layer already exists 15:27:26 7aa7d80d91b3: Layer already exists 15:27:26 3c8a7ee33763: Layer already exists 15:27:26 b0da80d70d08: Layer already exists 15:27:26 77209304c8bf: Layer already exists 15:27:26 781d8a471de3: Layer already exists 15:27:26 5e9bb16f879b: Layer already exists 15:27:26 15c83ea1e6c0: Layer already exists 15:27:26 26046786b82a: Layer already exists 15:27:26 f70ee36035b9: Layer already exists 15:27:26 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:27:27 7aa7d80d91b3: Preparing 15:27:27 7aa7d80d91b3: Preparing 15:27:27 487075850e4e: Preparing 15:27:27 3c8a7ee33763: Preparing 15:27:27 4d0e4e552bcc: Preparing 15:27:27 cc5ce201fb02: Preparing 15:27:27 77209304c8bf: Preparing 15:27:27 5e9bb16f879b: Preparing 15:27:27 15c83ea1e6c0: Preparing 15:27:27 b0da80d70d08: Preparing 15:27:27 781d8a471de3: Preparing 15:27:27 26046786b82a: Preparing 15:27:27 f70ee36035b9: Preparing 15:27:27 77209304c8bf: Waiting 15:27:27 5e9bb16f879b: Waiting 15:27:27 15c83ea1e6c0: Waiting 15:27:27 b0da80d70d08: Waiting 15:27:27 781d8a471de3: Waiting 15:27:27 26046786b82a: Waiting 15:27:27 f70ee36035b9: Waiting 15:27:27 3c8a7ee33763: Layer already exists 15:27:27 cc5ce201fb02: Layer already exists 15:27:27 4d0e4e552bcc: Layer already exists 15:27:27 7aa7d80d91b3: Layer already exists 15:27:27 487075850e4e: Layer already exists 15:27:27 77209304c8bf: Layer already exists 15:27:27 15c83ea1e6c0: Layer already exists 15:27:27 5e9bb16f879b: Layer already exists 15:27:27 b0da80d70d08: Layer already exists 15:27:27 781d8a471de3: Layer already exists 15:27:27 f70ee36035b9: Layer already exists 15:27:27 26046786b82a: Layer already exists 15:27:27 main: digest: sha256:1c9d8d0359983d9f33e860ef569043634ca0c7fb5af15b3854657e5e2e1ff03e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:27 ===================================================== [Pipeline] echo 15:27:27 taggedImages: 15:27:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:27:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.55 15:27:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:27:27 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:27:27 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:27 latest 15:27:27 3.0.0-dev.55 15:27:27 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:27 main 15:27:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:28 2fa80b0006ed: Preparing 15:27:28 0f5a570bfbfe: Preparing 15:27:28 28828c9c8c6b: Preparing 15:27:28 b598ce0531b0: Preparing 15:27:28 1668db69f293: Preparing 15:27:28 21d76ff15a41: Preparing 15:27:28 dac76c94d510: Preparing 15:27:28 f70ee36035b9: Preparing 15:27:28 21d76ff15a41: Waiting 15:27:28 dac76c94d510: Waiting 15:27:28 f70ee36035b9: Waiting 15:27:28 2fa80b0006ed: Pushed 15:27:28 0f5a570bfbfe: Pushed 15:27:28 1668db69f293: Pushed 15:27:28 f70ee36035b9: Layer already exists 15:27:28 21d76ff15a41: Pushed 15:27:29 dac76c94d510: Pushed 15:27:30 28828c9c8c6b: Pushed 15:27:30 b598ce0531b0: Pushed 15:27:31 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:31 + 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 15:27:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:31 2fa80b0006ed: Preparing 15:27:31 0f5a570bfbfe: Preparing 15:27:31 28828c9c8c6b: Preparing 15:27:31 b598ce0531b0: Preparing 15:27:31 1668db69f293: Preparing 15:27:31 21d76ff15a41: Preparing 15:27:31 dac76c94d510: Preparing 15:27:31 f70ee36035b9: Preparing 15:27:31 dac76c94d510: Waiting 15:27:31 f70ee36035b9: Waiting 15:27:31 21d76ff15a41: Waiting 15:27:31 2fa80b0006ed: Layer already exists 15:27:31 28828c9c8c6b: Layer already exists 15:27:31 b598ce0531b0: Layer already exists 15:27:31 1668db69f293: Layer already exists 15:27:31 0f5a570bfbfe: Layer already exists 15:27:31 f70ee36035b9: Layer already exists 15:27:31 dac76c94d510: Layer already exists 15:27:31 21d76ff15a41: Layer already exists 15:27:31 latest: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 15:27:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:32 2fa80b0006ed: Preparing 15:27:32 0f5a570bfbfe: Preparing 15:27:32 28828c9c8c6b: Preparing 15:27:32 b598ce0531b0: Preparing 15:27:32 1668db69f293: Preparing 15:27:32 21d76ff15a41: Preparing 15:27:32 dac76c94d510: Preparing 15:27:32 f70ee36035b9: Preparing 15:27:32 21d76ff15a41: Waiting 15:27:32 dac76c94d510: Waiting 15:27:32 f70ee36035b9: Waiting 15:27:32 1668db69f293: Layer already exists 15:27:32 0f5a570bfbfe: Layer already exists 15:27:32 28828c9c8c6b: Layer already exists 15:27:32 b598ce0531b0: Layer already exists 15:27:32 2fa80b0006ed: Layer already exists 15:27:32 21d76ff15a41: Layer already exists 15:27:32 dac76c94d510: Layer already exists 15:27:32 f70ee36035b9: Layer already exists 15:27:32 3.0.0-dev.55: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:33 2fa80b0006ed: Preparing 15:27:33 0f5a570bfbfe: Preparing 15:27:33 28828c9c8c6b: Preparing 15:27:33 b598ce0531b0: Preparing 15:27:33 1668db69f293: Preparing 15:27:33 21d76ff15a41: Preparing 15:27:33 dac76c94d510: Preparing 15:27:33 f70ee36035b9: Preparing 15:27:33 21d76ff15a41: Waiting 15:27:33 dac76c94d510: Waiting 15:27:33 f70ee36035b9: Waiting 15:27:33 2fa80b0006ed: Layer already exists 15:27:33 28828c9c8c6b: Layer already exists 15:27:33 1668db69f293: Layer already exists 15:27:33 0f5a570bfbfe: Layer already exists 15:27:33 b598ce0531b0: Layer already exists 15:27:33 f70ee36035b9: Layer already exists 15:27:33 dac76c94d510: Layer already exists 15:27:33 21d76ff15a41: Layer already exists 15:27:33 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:34 + 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 15:27:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:27:34 2fa80b0006ed: Preparing 15:27:34 0f5a570bfbfe: Preparing 15:27:34 28828c9c8c6b: Preparing 15:27:34 b598ce0531b0: Preparing 15:27:34 1668db69f293: Preparing 15:27:34 21d76ff15a41: Preparing 15:27:34 dac76c94d510: Preparing 15:27:34 f70ee36035b9: Preparing 15:27:34 21d76ff15a41: Waiting 15:27:34 dac76c94d510: Waiting 15:27:34 f70ee36035b9: Waiting 15:27:34 28828c9c8c6b: Layer already exists 15:27:34 1668db69f293: Layer already exists 15:27:34 b598ce0531b0: Layer already exists 15:27:34 2fa80b0006ed: Layer already exists 15:27:34 0f5a570bfbfe: Layer already exists 15:27:34 f70ee36035b9: Layer already exists 15:27:34 dac76c94d510: Layer already exists 15:27:34 21d76ff15a41: Layer already exists 15:27:34 main: digest: sha256:e69f02cb07e0bde8c590cfc3ab68c4bdcbb95663636f638892effe62fad79d43 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:34 ===================================================== [Pipeline] echo 15:27:34 taggedImages: 15:27:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:27:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.55 15:27:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:27:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:27:34 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:34 latest 15:27:34 3.0.0-dev.55 15:27:34 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:34 main 15:27:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:35 15395c1244b4: Preparing 15:27:35 e0d9385a48d2: Preparing 15:27:35 c90ab57d91be: Preparing 15:27:35 8d9800f71f14: Preparing 15:27:35 a9502a5705ff: Preparing 15:27:35 f8911780519f: Preparing 15:27:35 0e5b27a2c9ac: Preparing 15:27:35 9a516115c7b3: Preparing 15:27:35 e5473ff40f86: Preparing 15:27:35 f70ee36035b9: Preparing 15:27:35 9a516115c7b3: Waiting 15:27:35 f8911780519f: Waiting 15:27:35 0e5b27a2c9ac: Waiting 15:27:35 e5473ff40f86: Waiting 15:27:35 f70ee36035b9: Waiting 15:27:35 a9502a5705ff: Pushed 15:27:35 15395c1244b4: Pushed 15:27:35 e0d9385a48d2: Pushed 15:27:36 0e5b27a2c9ac: Pushed 15:27:36 f8911780519f: Pushed 15:27:36 9a516115c7b3: Pushed 15:27:36 f70ee36035b9: Layer already exists 15:27:36 e5473ff40f86: Pushed 15:27:38 8d9800f71f14: Pushed 15:27:38 c90ab57d91be: Pushed 15:27:39 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:39 15395c1244b4: Preparing 15:27:39 e0d9385a48d2: Preparing 15:27:39 c90ab57d91be: Preparing 15:27:39 8d9800f71f14: Preparing 15:27:39 a9502a5705ff: Preparing 15:27:39 f8911780519f: Preparing 15:27:39 0e5b27a2c9ac: Preparing 15:27:39 9a516115c7b3: Preparing 15:27:39 e5473ff40f86: Preparing 15:27:39 f70ee36035b9: Preparing 15:27:39 f8911780519f: Waiting 15:27:39 0e5b27a2c9ac: Waiting 15:27:39 9a516115c7b3: Waiting 15:27:39 e5473ff40f86: Waiting 15:27:39 f70ee36035b9: Waiting 15:27:39 8d9800f71f14: Layer already exists 15:27:39 15395c1244b4: Layer already exists 15:27:39 a9502a5705ff: Layer already exists 15:27:39 c90ab57d91be: Layer already exists 15:27:39 e0d9385a48d2: Layer already exists 15:27:39 f8911780519f: Layer already exists 15:27:39 0e5b27a2c9ac: Layer already exists 15:27:39 e5473ff40f86: Layer already exists 15:27:39 9a516115c7b3: Layer already exists 15:27:39 f70ee36035b9: Layer already exists 15:27:40 latest: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 15:27:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:40 15395c1244b4: Preparing 15:27:40 e0d9385a48d2: Preparing 15:27:40 c90ab57d91be: Preparing 15:27:40 8d9800f71f14: Preparing 15:27:40 a9502a5705ff: Preparing 15:27:40 f8911780519f: Preparing 15:27:40 0e5b27a2c9ac: Preparing 15:27:40 9a516115c7b3: Preparing 15:27:40 e5473ff40f86: Preparing 15:27:40 f70ee36035b9: Preparing 15:27:40 f8911780519f: Waiting 15:27:40 0e5b27a2c9ac: Waiting 15:27:40 9a516115c7b3: Waiting 15:27:40 f70ee36035b9: Waiting 15:27:40 e5473ff40f86: Waiting 15:27:40 c90ab57d91be: Layer already exists 15:27:40 8d9800f71f14: Layer already exists 15:27:40 15395c1244b4: Layer already exists 15:27:40 a9502a5705ff: Layer already exists 15:27:40 e0d9385a48d2: Layer already exists 15:27:40 f8911780519f: Layer already exists 15:27:40 e5473ff40f86: Layer already exists 15:27:40 0e5b27a2c9ac: Layer already exists 15:27:40 9a516115c7b3: Layer already exists 15:27:40 f70ee36035b9: Layer already exists 15:27:40 3.0.0-dev.55: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:41 15395c1244b4: Preparing 15:27:41 e0d9385a48d2: Preparing 15:27:41 c90ab57d91be: Preparing 15:27:41 8d9800f71f14: Preparing 15:27:41 a9502a5705ff: Preparing 15:27:41 f8911780519f: Preparing 15:27:41 0e5b27a2c9ac: Preparing 15:27:41 9a516115c7b3: Preparing 15:27:41 e5473ff40f86: Preparing 15:27:41 f70ee36035b9: Preparing 15:27:41 0e5b27a2c9ac: Waiting 15:27:41 9a516115c7b3: Waiting 15:27:41 e5473ff40f86: Waiting 15:27:41 f70ee36035b9: Waiting 15:27:41 f8911780519f: Waiting 15:27:41 15395c1244b4: Layer already exists 15:27:41 c90ab57d91be: Layer already exists 15:27:41 a9502a5705ff: Layer already exists 15:27:41 e0d9385a48d2: Layer already exists 15:27:41 8d9800f71f14: Layer already exists 15:27:41 f8911780519f: Layer already exists 15:27:41 9a516115c7b3: Layer already exists 15:27:41 e5473ff40f86: Layer already exists 15:27:41 f70ee36035b9: Layer already exists 15:27:41 0e5b27a2c9ac: Layer already exists 15:27:41 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:42 + 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 15:27:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:27:42 15395c1244b4: Preparing 15:27:42 e0d9385a48d2: Preparing 15:27:42 c90ab57d91be: Preparing 15:27:42 8d9800f71f14: Preparing 15:27:42 a9502a5705ff: Preparing 15:27:42 f8911780519f: Preparing 15:27:42 0e5b27a2c9ac: Preparing 15:27:42 9a516115c7b3: Preparing 15:27:42 e5473ff40f86: Preparing 15:27:42 f70ee36035b9: Preparing 15:27:42 f8911780519f: Waiting 15:27:42 9a516115c7b3: Waiting 15:27:42 e5473ff40f86: Waiting 15:27:42 f70ee36035b9: Waiting 15:27:42 0e5b27a2c9ac: Waiting 15:27:42 c90ab57d91be: Layer already exists 15:27:42 8d9800f71f14: Layer already exists 15:27:42 a9502a5705ff: Layer already exists 15:27:42 e0d9385a48d2: Layer already exists 15:27:42 15395c1244b4: Layer already exists 15:27:42 9a516115c7b3: Layer already exists 15:27:42 e5473ff40f86: Layer already exists 15:27:42 f8911780519f: Layer already exists 15:27:42 0e5b27a2c9ac: Layer already exists 15:27:42 f70ee36035b9: Layer already exists 15:27:42 main: digest: sha256:4963fcd0c07512ed0b639511d851eb7a97763fa882e77e60d2c5e12bfde7ff1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:42 ===================================================== [Pipeline] echo 15:27:42 taggedImages: 15:27:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:27:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.55 15:27:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:27:42 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:27:42 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:42 latest 15:27:42 3.0.0-dev.55 15:27:42 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:42 main 15:27:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:43 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:43 987aa4083ee0: Preparing 15:27:43 cc76044708b5: Preparing 15:27:43 5e9bb16f879b: Preparing 15:27:43 42b2c3db1273: Preparing 15:27:43 a8cfdf0cc8ec: Preparing 15:27:43 a8cfdf0cc8ec: Layer already exists 15:27:43 5e9bb16f879b: Layer already exists 15:27:43 987aa4083ee0: Pushed 15:27:45 42b2c3db1273: Pushed 15:27:48 cc76044708b5: Pushed 15:27:48 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:48 + 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 15:27:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:49 987aa4083ee0: Preparing 15:27:49 cc76044708b5: Preparing 15:27:49 5e9bb16f879b: Preparing 15:27:49 42b2c3db1273: Preparing 15:27:49 a8cfdf0cc8ec: Preparing 15:27:49 987aa4083ee0: Layer already exists 15:27:49 5e9bb16f879b: Layer already exists 15:27:49 a8cfdf0cc8ec: Layer already exists 15:27:49 42b2c3db1273: Layer already exists 15:27:49 cc76044708b5: Layer already exists 15:27:49 latest: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:49 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 15:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:50 987aa4083ee0: Preparing 15:27:50 cc76044708b5: Preparing 15:27:50 5e9bb16f879b: Preparing 15:27:50 42b2c3db1273: Preparing 15:27:50 a8cfdf0cc8ec: Preparing 15:27:50 42b2c3db1273: Layer already exists 15:27:50 a8cfdf0cc8ec: Layer already exists 15:27:50 5e9bb16f879b: Layer already exists 15:27:50 987aa4083ee0: Layer already exists 15:27:50 cc76044708b5: Layer already exists 15:27:50 3.0.0-dev.55: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:51 987aa4083ee0: Preparing 15:27:51 cc76044708b5: Preparing 15:27:51 5e9bb16f879b: Preparing 15:27:51 42b2c3db1273: Preparing 15:27:51 a8cfdf0cc8ec: Preparing 15:27:51 5e9bb16f879b: Layer already exists 15:27:51 987aa4083ee0: Layer already exists 15:27:51 a8cfdf0cc8ec: Layer already exists 15:27:51 cc76044708b5: Layer already exists 15:27:51 42b2c3db1273: Layer already exists 15:27:51 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:51 + 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 15:27:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:27:52 987aa4083ee0: Preparing 15:27:52 cc76044708b5: Preparing 15:27:52 5e9bb16f879b: Preparing 15:27:52 42b2c3db1273: Preparing 15:27:52 a8cfdf0cc8ec: Preparing 15:27:52 987aa4083ee0: Layer already exists 15:27:52 42b2c3db1273: Layer already exists 15:27:52 5e9bb16f879b: Layer already exists 15:27:52 cc76044708b5: Layer already exists 15:27:52 a8cfdf0cc8ec: Layer already exists 15:27:52 main: digest: sha256:89060981faeecd2f6551bb61470f47bd816f5e4d00157ebb144d2a878260d0d6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:27:52 ===================================================== [Pipeline] echo 15:27:52 taggedImages: 15:27:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:27:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.55 15:27:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:27:52 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:27:52 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:52 latest 15:27:52 3.0.0-dev.55 15:27:52 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:27:52 main 15:27:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:27:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:27:53 d4cf1f2725cd: Preparing 15:27:53 2658ecf75d8a: Preparing 15:27:53 b880b21b3ef1: Preparing 15:27:53 9de74c1744ae: Preparing 15:27:53 93a767328a90: Preparing 15:27:53 6354c2e9ecd6: Preparing 15:27:53 a8cfdf0cc8ec: Preparing 15:27:53 6354c2e9ecd6: Waiting 15:27:53 a8cfdf0cc8ec: Waiting 15:27:53 b880b21b3ef1: Pushed 15:27:53 2658ecf75d8a: Pushed 15:27:53 d4cf1f2725cd: Pushed 15:27:53 a8cfdf0cc8ec: Layer already exists 15:27:54 6354c2e9ecd6: Pushed 15:28:00 93a767328a90: Pushed 15:28:07 9de74c1744ae: Pushed 15:28:07 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:08 + 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 15:28:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:28:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:08 d4cf1f2725cd: Preparing 15:28:08 2658ecf75d8a: Preparing 15:28:08 b880b21b3ef1: Preparing 15:28:08 9de74c1744ae: Preparing 15:28:08 93a767328a90: Preparing 15:28:08 6354c2e9ecd6: Preparing 15:28:08 a8cfdf0cc8ec: Preparing 15:28:08 6354c2e9ecd6: Waiting 15:28:08 a8cfdf0cc8ec: Waiting 15:28:08 9de74c1744ae: Layer already exists 15:28:08 93a767328a90: Layer already exists 15:28:08 2658ecf75d8a: Layer already exists 15:28:08 b880b21b3ef1: Layer already exists 15:28:08 d4cf1f2725cd: Layer already exists 15:28:08 6354c2e9ecd6: Layer already exists 15:28:08 a8cfdf0cc8ec: Layer already exists 15:28:08 latest: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 15:28:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:09 d4cf1f2725cd: Preparing 15:28:09 2658ecf75d8a: Preparing 15:28:09 b880b21b3ef1: Preparing 15:28:09 9de74c1744ae: Preparing 15:28:09 93a767328a90: Preparing 15:28:09 6354c2e9ecd6: Preparing 15:28:09 a8cfdf0cc8ec: Preparing 15:28:09 6354c2e9ecd6: Waiting 15:28:09 a8cfdf0cc8ec: Waiting 15:28:09 93a767328a90: Layer already exists 15:28:09 9de74c1744ae: Layer already exists 15:28:09 2658ecf75d8a: Layer already exists 15:28:09 b880b21b3ef1: Layer already exists 15:28:09 d4cf1f2725cd: Layer already exists 15:28:09 a8cfdf0cc8ec: Layer already exists 15:28:09 6354c2e9ecd6: Layer already exists 15:28:09 3.0.0-dev.55: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:10 d4cf1f2725cd: Preparing 15:28:10 2658ecf75d8a: Preparing 15:28:10 b880b21b3ef1: Preparing 15:28:10 9de74c1744ae: Preparing 15:28:10 93a767328a90: Preparing 15:28:10 6354c2e9ecd6: Preparing 15:28:10 a8cfdf0cc8ec: Preparing 15:28:10 a8cfdf0cc8ec: Waiting 15:28:10 6354c2e9ecd6: Waiting 15:28:10 93a767328a90: Layer already exists 15:28:10 b880b21b3ef1: Layer already exists 15:28:10 2658ecf75d8a: Layer already exists 15:28:10 d4cf1f2725cd: Layer already exists 15:28:10 9de74c1744ae: Layer already exists 15:28:10 6354c2e9ecd6: Layer already exists 15:28:10 a8cfdf0cc8ec: Layer already exists 15:28:10 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:28:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:28:11 d4cf1f2725cd: Preparing 15:28:11 2658ecf75d8a: Preparing 15:28:11 b880b21b3ef1: Preparing 15:28:11 9de74c1744ae: Preparing 15:28:11 93a767328a90: Preparing 15:28:11 6354c2e9ecd6: Preparing 15:28:11 a8cfdf0cc8ec: Preparing 15:28:11 6354c2e9ecd6: Waiting 15:28:11 a8cfdf0cc8ec: Waiting 15:28:11 9de74c1744ae: Layer already exists 15:28:11 d4cf1f2725cd: Layer already exists 15:28:11 2658ecf75d8a: Layer already exists 15:28:11 93a767328a90: Layer already exists 15:28:11 b880b21b3ef1: Layer already exists 15:28:11 6354c2e9ecd6: Layer already exists 15:28:11 a8cfdf0cc8ec: Layer already exists 15:28:11 main: digest: sha256:98e89c6d0ea2487a14b699ad24e288c4c0b6ca65b0ec1db595b79c2775016dee size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:11 ===================================================== [Pipeline] echo 15:28:11 taggedImages: 15:28:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:28:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.55 15:28:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:11 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:28:11 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:28:11 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:11 latest 15:28:11 3.0.0-dev.55 15:28:11 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:11 main 15:28:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:12 dd607e0f4009: Preparing 15:28:12 820be39fc36e: Preparing 15:28:12 d918a72fb4af: Preparing 15:28:12 66510a220e5d: Preparing 15:28:12 a84d6bfdc453: Preparing 15:28:12 a8cfdf0cc8ec: Preparing 15:28:12 a8cfdf0cc8ec: Waiting 15:28:12 d918a72fb4af: Pushed 15:28:12 dd607e0f4009: Pushed 15:28:12 820be39fc36e: Pushed 15:28:12 a8cfdf0cc8ec: Layer already exists 15:28:13 a84d6bfdc453: Pushed 15:28:28 66510a220e5d: Pushed 15:28:28 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:28 + 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 15:28:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:28:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:28 dd607e0f4009: Preparing 15:28:28 820be39fc36e: Preparing 15:28:28 d918a72fb4af: Preparing 15:28:28 66510a220e5d: Preparing 15:28:28 a84d6bfdc453: Preparing 15:28:28 a8cfdf0cc8ec: Preparing 15:28:28 a8cfdf0cc8ec: Waiting 15:28:28 dd607e0f4009: Layer already exists 15:28:28 d918a72fb4af: Layer already exists 15:28:28 66510a220e5d: Layer already exists 15:28:28 820be39fc36e: Layer already exists 15:28:28 a84d6bfdc453: Layer already exists 15:28:28 a8cfdf0cc8ec: Layer already exists 15:28:28 latest: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:29 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 15:28:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:29 dd607e0f4009: Preparing 15:28:29 820be39fc36e: Preparing 15:28:29 d918a72fb4af: Preparing 15:28:29 66510a220e5d: Preparing 15:28:29 a84d6bfdc453: Preparing 15:28:29 a8cfdf0cc8ec: Preparing 15:28:29 a8cfdf0cc8ec: Waiting 15:28:29 66510a220e5d: Layer already exists 15:28:29 820be39fc36e: Layer already exists 15:28:29 d918a72fb4af: Layer already exists 15:28:29 dd607e0f4009: Layer already exists 15:28:29 a84d6bfdc453: Layer already exists 15:28:29 a8cfdf0cc8ec: Layer already exists 15:28:30 3.0.0-dev.55: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:30 dd607e0f4009: Preparing 15:28:30 820be39fc36e: Preparing 15:28:30 d918a72fb4af: Preparing 15:28:30 66510a220e5d: Preparing 15:28:30 a84d6bfdc453: Preparing 15:28:30 a8cfdf0cc8ec: Preparing 15:28:30 a8cfdf0cc8ec: Waiting 15:28:30 dd607e0f4009: Layer already exists 15:28:30 820be39fc36e: Layer already exists 15:28:30 66510a220e5d: Layer already exists 15:28:30 d918a72fb4af: Layer already exists 15:28:30 a84d6bfdc453: Layer already exists 15:28:30 a8cfdf0cc8ec: Layer already exists 15:28:30 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:31 + 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 15:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:28:31 dd607e0f4009: Preparing 15:28:31 820be39fc36e: Preparing 15:28:31 d918a72fb4af: Preparing 15:28:31 66510a220e5d: Preparing 15:28:31 a84d6bfdc453: Preparing 15:28:31 a8cfdf0cc8ec: Preparing 15:28:31 a8cfdf0cc8ec: Waiting 15:28:31 dd607e0f4009: Layer already exists 15:28:31 d918a72fb4af: Layer already exists 15:28:31 820be39fc36e: Layer already exists 15:28:31 66510a220e5d: Layer already exists 15:28:31 a84d6bfdc453: Layer already exists 15:28:31 a8cfdf0cc8ec: Layer already exists 15:28:31 main: digest: sha256:4ec4753dd2e0fed25226f1506f88c38a79051463c60ff822b40eb2008bf23b6e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:31 ===================================================== [Pipeline] echo 15:28:31 taggedImages: 15:28:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:28:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.55 15:28:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:31 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:28:31 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:28:31 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:31 latest 15:28:31 3.0.0-dev.55 15:28:31 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:31 main 15:28:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:32 00e97f3eb08a: Preparing 15:28:32 7ee0eb1fb304: Preparing 15:28:32 60c6e7827ee6: Preparing 15:28:32 66510a220e5d: Preparing 15:28:32 a56a73b813a7: Preparing 15:28:32 a8cfdf0cc8ec: Preparing 15:28:32 a8cfdf0cc8ec: Waiting 15:28:32 66510a220e5d: Layer already exists 15:28:32 a8cfdf0cc8ec: Layer already exists 15:28:32 60c6e7827ee6: Pushed 15:28:32 00e97f3eb08a: Pushed 15:28:32 7ee0eb1fb304: Pushed 15:28:33 a56a73b813a7: Pushed 15:28:33 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:33 + 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 15:28:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:34 00e97f3eb08a: Preparing 15:28:34 7ee0eb1fb304: Preparing 15:28:34 60c6e7827ee6: Preparing 15:28:34 66510a220e5d: Preparing 15:28:34 a56a73b813a7: Preparing 15:28:34 a8cfdf0cc8ec: Preparing 15:28:34 a8cfdf0cc8ec: Waiting 15:28:34 00e97f3eb08a: Layer already exists 15:28:34 60c6e7827ee6: Layer already exists 15:28:34 a56a73b813a7: Layer already exists 15:28:34 7ee0eb1fb304: Layer already exists 15:28:34 66510a220e5d: Layer already exists 15:28:34 a8cfdf0cc8ec: Layer already exists 15:28:34 latest: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 15:28:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:35 00e97f3eb08a: Preparing 15:28:35 7ee0eb1fb304: Preparing 15:28:35 60c6e7827ee6: Preparing 15:28:35 66510a220e5d: Preparing 15:28:35 a56a73b813a7: Preparing 15:28:35 a8cfdf0cc8ec: Preparing 15:28:35 a8cfdf0cc8ec: Waiting 15:28:35 66510a220e5d: Layer already exists 15:28:35 7ee0eb1fb304: Layer already exists 15:28:35 a56a73b813a7: Layer already exists 15:28:35 00e97f3eb08a: Layer already exists 15:28:35 60c6e7827ee6: Layer already exists 15:28:35 a8cfdf0cc8ec: Layer already exists 15:28:35 3.0.0-dev.55: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:36 00e97f3eb08a: Preparing 15:28:36 7ee0eb1fb304: Preparing 15:28:36 60c6e7827ee6: Preparing 15:28:36 66510a220e5d: Preparing 15:28:36 a56a73b813a7: Preparing 15:28:36 a8cfdf0cc8ec: Preparing 15:28:36 a8cfdf0cc8ec: Waiting 15:28:36 66510a220e5d: Layer already exists 15:28:36 a56a73b813a7: Layer already exists 15:28:36 7ee0eb1fb304: Layer already exists 15:28:36 60c6e7827ee6: Layer already exists 15:28:36 a8cfdf0cc8ec: Layer already exists 15:28:36 00e97f3eb08a: Layer already exists 15:28:36 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:36 + 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 15:28:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:28:36 00e97f3eb08a: Preparing 15:28:36 7ee0eb1fb304: Preparing 15:28:36 60c6e7827ee6: Preparing 15:28:36 66510a220e5d: Preparing 15:28:36 a56a73b813a7: Preparing 15:28:36 a8cfdf0cc8ec: Preparing 15:28:36 a8cfdf0cc8ec: Waiting 15:28:36 66510a220e5d: Layer already exists 15:28:36 60c6e7827ee6: Layer already exists 15:28:36 a56a73b813a7: Layer already exists 15:28:36 00e97f3eb08a: Layer already exists 15:28:36 7ee0eb1fb304: Layer already exists 15:28:36 a8cfdf0cc8ec: Layer already exists 15:28:37 main: digest: sha256:13e888a04d94aad6b3f9426787961ade37c3781a5cf1f3ff351e667768c89ae0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:37 ===================================================== [Pipeline] echo 15:28:37 taggedImages: 15:28:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:28:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.55 15:28:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:28:37 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:28:37 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:37 latest 15:28:37 3.0.0-dev.55 15:28:37 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:37 main 15:28:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:28:37 f3e69e0b491a: Preparing 15:28:37 ef81a3957ddd: Preparing 15:28:37 5e9bb16f879b: Preparing 15:28:37 04fd3b4ad4be: Preparing 15:28:37 f70ee36035b9: Preparing 15:28:37 f70ee36035b9: Layer already exists 15:28:38 5e9bb16f879b: Layer already exists 15:28:38 f3e69e0b491a: Pushed 15:28:38 04fd3b4ad4be: Pushed 15:28:43 ef81a3957ddd: Pushed 15:28:43 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:28:44 f3e69e0b491a: Preparing 15:28:44 ef81a3957ddd: Preparing 15:28:44 5e9bb16f879b: Preparing 15:28:44 04fd3b4ad4be: Preparing 15:28:44 f70ee36035b9: Preparing 15:28:44 ef81a3957ddd: Layer already exists 15:28:44 04fd3b4ad4be: Layer already exists 15:28:44 f70ee36035b9: Layer already exists 15:28:44 f3e69e0b491a: Layer already exists 15:28:44 5e9bb16f879b: Layer already exists 15:28:44 latest: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 15:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:28:45 f3e69e0b491a: Preparing 15:28:45 ef81a3957ddd: Preparing 15:28:45 5e9bb16f879b: Preparing 15:28:45 04fd3b4ad4be: Preparing 15:28:45 f70ee36035b9: Preparing 15:28:45 ef81a3957ddd: Layer already exists 15:28:45 5e9bb16f879b: Layer already exists 15:28:45 f3e69e0b491a: Layer already exists 15:28:45 04fd3b4ad4be: Layer already exists 15:28:45 f70ee36035b9: Layer already exists 15:28:45 3.0.0-dev.55: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:28:46 f3e69e0b491a: Preparing 15:28:46 ef81a3957ddd: Preparing 15:28:46 5e9bb16f879b: Preparing 15:28:46 04fd3b4ad4be: Preparing 15:28:46 f70ee36035b9: Preparing 15:28:46 ef81a3957ddd: Layer already exists 15:28:46 04fd3b4ad4be: Layer already exists 15:28:46 f70ee36035b9: Layer already exists 15:28:46 5e9bb16f879b: Layer already exists 15:28:46 f3e69e0b491a: Layer already exists 15:28:46 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:28:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:28:47 f3e69e0b491a: Preparing 15:28:47 ef81a3957ddd: Preparing 15:28:47 5e9bb16f879b: Preparing 15:28:47 04fd3b4ad4be: Preparing 15:28:47 f70ee36035b9: Preparing 15:28:47 f70ee36035b9: Layer already exists 15:28:47 f3e69e0b491a: Layer already exists 15:28:47 ef81a3957ddd: Layer already exists 15:28:47 5e9bb16f879b: Layer already exists 15:28:47 04fd3b4ad4be: Layer already exists 15:28:47 main: digest: sha256:8dc2e4a05da388fee0410614c74d6ac5d02760dfe9b8b79b23e2358d95f8ed26 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:47 ===================================================== [Pipeline] echo 15:28:47 taggedImages: 15:28:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:28:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.55 15:28:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:28:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:28:47 82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:47 latest 15:28:47 3.0.0-dev.55 15:28:47 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:47 main 15:28:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:28:48 15ce7fb4fbd6: Preparing 15:28:48 0c92b54fd993: Preparing 15:28:48 5e9bb16f879b: Preparing 15:28:48 7a5bb30c1917: Preparing 15:28:48 f70ee36035b9: Preparing 15:28:48 5e9bb16f879b: Layer already exists 15:28:48 7a5bb30c1917: Layer already exists 15:28:48 f70ee36035b9: Layer already exists 15:28:48 15ce7fb4fbd6: Pushed 15:28:53 0c92b54fd993: Pushed 15:28:54 82043fa65646ece12caed6fa2ee7d1c8f814bef9: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:28:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:28:54 15ce7fb4fbd6: Preparing 15:28:54 0c92b54fd993: Preparing 15:28:54 5e9bb16f879b: Preparing 15:28:54 7a5bb30c1917: Preparing 15:28:54 f70ee36035b9: Preparing 15:28:54 7a5bb30c1917: Layer already exists 15:28:54 0c92b54fd993: Layer already exists 15:28:54 5e9bb16f879b: Layer already exists 15:28:54 f70ee36035b9: Layer already exists 15:28:54 15ce7fb4fbd6: Layer already exists 15:28:54 latest: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 15:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:28:55 15ce7fb4fbd6: Preparing 15:28:55 0c92b54fd993: Preparing 15:28:55 5e9bb16f879b: Preparing 15:28:55 7a5bb30c1917: Preparing 15:28:55 f70ee36035b9: Preparing 15:28:55 15ce7fb4fbd6: Layer already exists 15:28:55 7a5bb30c1917: Layer already exists 15:28:55 f70ee36035b9: Layer already exists 15:28:55 5e9bb16f879b: Layer already exists 15:28:55 0c92b54fd993: Layer already exists 15:28:55 3.0.0-dev.55: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:28:56 15ce7fb4fbd6: Preparing 15:28:56 0c92b54fd993: Preparing 15:28:56 5e9bb16f879b: Preparing 15:28:56 7a5bb30c1917: Preparing 15:28:56 f70ee36035b9: Preparing 15:28:56 f70ee36035b9: Layer already exists 15:28:56 7a5bb30c1917: Layer already exists 15:28:56 0c92b54fd993: Layer already exists 15:28:56 5e9bb16f879b: Layer already exists 15:28:56 15ce7fb4fbd6: Layer already exists 15:28:56 82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:28:57 15ce7fb4fbd6: Preparing 15:28:57 0c92b54fd993: Preparing 15:28:57 5e9bb16f879b: Preparing 15:28:57 7a5bb30c1917: Preparing 15:28:57 f70ee36035b9: Preparing 15:28:57 f70ee36035b9: Layer already exists 15:28:57 15ce7fb4fbd6: Layer already exists 15:28:57 0c92b54fd993: Layer already exists 15:28:57 5e9bb16f879b: Layer already exists 15:28:57 7a5bb30c1917: Layer already exists 15:28:57 main: digest: sha256:9799d09806efec82bf08a5583d027e20a831c59d32421e36702adbdfd2f3f07d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:28:57 ===================================================== [Pipeline] echo 15:28:57 taggedImages: 15:28:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9 15:28:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:28:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.55 15:28:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:82043fa65646ece12caed6fa2ee7d1c8f814bef9-3.0.0-dev.55 15:28:57 - 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 15:28:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:28:58 15:28:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:28:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:28:58 arm64: Pulling from edgex-lftools-log-publisher 15:28:58 8998bd30e6a1: Pulling fs layer 15:28:58 04944245beec: Pulling fs layer 15:28:58 699f458cf7ca: Pulling fs layer 15:28:58 765212b225bb: Pulling fs layer 15:28:58 f23df028b6ca: Pulling fs layer 15:28:58 d65c8cfc05b1: Pulling fs layer 15:28:58 2437ff75d9bd: Pulling fs layer 15:28:58 f23df028b6ca: Waiting 15:28:58 d65c8cfc05b1: Waiting 15:28:58 2437ff75d9bd: Waiting 15:28:58 765212b225bb: Waiting 15:28:58 04944245beec: Verifying Checksum 15:28:58 04944245beec: Download complete 15:28:58 765212b225bb: Download complete 15:28:59 f23df028b6ca: Verifying Checksum 15:28:59 f23df028b6ca: Download complete 15:28:59 d65c8cfc05b1: Verifying Checksum 15:28:59 d65c8cfc05b1: Download complete 15:28:59 699f458cf7ca: Verifying Checksum 15:28:59 699f458cf7ca: Download complete 15:28:59 8998bd30e6a1: Download complete 15:29:01 2437ff75d9bd: Verifying Checksum 15:29:01 2437ff75d9bd: Download complete 15:29:03 8998bd30e6a1: Pull complete 15:29:04 04944245beec: Pull complete 15:29:05 699f458cf7ca: Pull complete 15:29:05 765212b225bb: Pull complete 15:29:06 f23df028b6ca: Pull complete 15:29:06 d65c8cfc05b1: Pull complete 15:29:18 2437ff75d9bd: Pull complete 15:29:18 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:29:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:29:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:18 prd-ubuntu20.04-docker-arm64-4c-16g-6305 does not seem to be running inside a container 15:29:18 $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:29:21 $ docker top 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:22 ---> job-cost.sh 15:29:22 lf-activate-venv: SKIPPING 15:29:22 INFO: No Stack... 15:29:23 INFO: Retrieving Pricing Info for: v3-standard-4 15:29:24 INFO: Archiving Costs [Pipeline] sh 15:29:24 + cat /w/workspace/edgex-go/416/archives/cost.csv 15:29:24 + cut -d, -f6 [Pipeline] lock 15:29:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] 15:29:24 Resource [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] did not exist. Created. 15:29:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:29:24 + echo total: 0.10999999940395355 [Pipeline] stash 15:29:25 Stashed 1 file(s) [Pipeline] } 15:29:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-416-stack-cost] [Pipeline] // lock [Pipeline] } 15:29:25 $ docker stop --time=1 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 15:29:26 $ docker rm -f --volumes 648a3d5d2e1872955655c5ff43f6ac0671e695dee62bb0adaecaa1d1ef2c1497 [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 15:29:27 provisioning config files... 15:29:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/416@tmp/config2778364342531183612tmp [Pipeline] { [Pipeline] sh 15:29:27 + set +x 15:29:27 + + curl -s https://codecov.io/bash 15:29:27 bash -s -- 15:29:27 15:29:27 _____ _ 15:29:27 / ____| | | 15:29:27 | | ___ __| | ___ ___ _____ __ 15:29:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:29:27 | |___| (_) | (_| | __/ (_| (_) \ V / 15:29:27 \_____\___/ \__,_|\___|\___\___/ \_/ 15:29:27 Bash-1.0.6 15:29:27 15:29:27 15:29:27 ==> git version 2.25.1 found 15:29:27 ==> 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 15:29:27 Release-Date: 2020-01-08 15:29:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:29:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:29:27 ==> Jenkins CI detected. 15:29:27 current dir:  /w/workspace/edgex-go/416 15:29:27 project root: . 15:29:27 --> token set from env 15:29:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:29:27 ==> Running gcov in . (disable via -X gcov) 15:29:27 ==> Python coveragepy not found 15:29:27 ==> Searching for coverage reports in: 15:29:27 + . 15:29:27 -> Found 1 reports 15:29:27 ==> Detecting git/mercurial file structure 15:29:27 ==> Reading reports 15:29:27 + ./coverage.out bytes=487530 15:29:27 ==> Appending adjustments 15:29:27 https://docs.codecov.io/docs/fixing-reports 15:29:28 + Found adjustments 15:29:28 ==> Gzipping contents 15:29:29 64K /tmp/codecov.u1jOLN.gz 15:29:29 ==> Uploading reports 15:29:29 url: https://codecov.io 15:29:29 query: branch=main&commit=82043fa65646ece12caed6fa2ee7d1c8f814bef9&build=416&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F416%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:29:29 -> Pinging Codecov 15:29:29 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=82043fa65646ece12caed6fa2ee7d1c8f814bef9&build=416&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F416%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:29:29 -> Uploading to 15:29:29 https://storage.googleapis.com/codecov/v4/raw/2023-02-16/00271124DB129430A58F1EEE437C3FCB/82043fa65646ece12caed6fa2ee7d1c8f814bef9/d47114f8-77a8-4118-8547-e2fb89930b31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T152928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=362e2685ce148a2af089b8528fc53fe0e37f84c125b86da1925e8bfd1eae03e4 15:29:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:29 Dload Upload Total Spent Left Speed 15:29:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62924 0 0 100 62924 0 211k --:--:-- --:--:-- --:--:-- 211k 15:29:29 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/82043fa65646ece12caed6fa2ee7d1c8f814bef9 [Pipeline] } 15:29:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:29:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:29:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:29:29 15:29:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:29:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:29:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:29:30 df9b9388f04a: Pulling fs layer 15:29:30 52dc419b0ee2: Pulling fs layer 15:29:30 25bc292e5bac: Pulling fs layer 15:29:30 114826534d7a: Pulling fs layer 15:29:30 4657fd5d0bcf: Pulling fs layer 15:29:30 6ad1cebc031e: Pulling fs layer 15:29:30 8a3aa393b2d8: Pulling fs layer 15:29:30 4657fd5d0bcf: Waiting 15:29:30 6ad1cebc031e: Waiting 15:29:30 8a3aa393b2d8: Waiting 15:29:30 114826534d7a: Waiting 15:29:30 25bc292e5bac: Verifying Checksum 15:29:30 25bc292e5bac: Download complete 15:29:30 52dc419b0ee2: Verifying Checksum 15:29:30 52dc419b0ee2: Download complete 15:29:30 4657fd5d0bcf: Verifying Checksum 15:29:30 4657fd5d0bcf: Download complete 15:29:30 df9b9388f04a: Download complete 15:29:30 df9b9388f04a: Pull complete 15:29:30 52dc419b0ee2: Pull complete 15:29:30 25bc292e5bac: Pull complete 15:29:30 6ad1cebc031e: Verifying Checksum 15:29:30 6ad1cebc031e: Download complete 15:29:31 114826534d7a: Verifying Checksum 15:29:31 114826534d7a: Download complete 15:29:31 8a3aa393b2d8: Verifying Checksum 15:29:31 8a3aa393b2d8: Download complete 15:29:35 114826534d7a: Pull complete 15:29:35 4657fd5d0bcf: Pull complete 15:29:35 6ad1cebc031e: Pull complete 15:29:38 8a3aa393b2d8: Pull complete 15:29:38 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:29:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:29:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:29:38 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:29:38 $ 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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:29:45 $ docker top 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 -eo pid,comm [Pipeline] { [Pipeline] echo 15:29:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:29:46 + set -o pipefail 15:29:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:29:51 15:29:51 Monitoring /w/workspace/edgex-go/416 (github.com/edgexfoundry/edgex-go)... 15:29:51 15:29:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/b5026a86-2c02-4884-a4c7-9a13951c5d28 15:29:51 15:29:51 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:29:51 15:29:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:29:51 15:29:51 15:29:51 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:29:51 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:29:51 More details here: https://snyk.co/ue1NS [Pipeline] } 15:29:51 $ docker stop --time=1 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 15:29:55 $ docker rm -f --volumes 11282314d10e892fd25f85afce80ee251be37d00023ee4aab0bdbacc05b232d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:29:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:29:56 provisioning config files... 15:29:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/416@tmp/config2150859397293632191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:56 --> edgex-publish-swagger.sh 15:29:56 === Publish openapi/v3 API === 15:29:56 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 15:29:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/416/openapi/v3/core-command.yaml] 15:29:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:56 Dload Upload Total Spent Left Speed 15:29:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 134k --:--:-- --:--:-- --:--:-- 133k 100 29030 0 0 100 29030 0 51019 --:--:-- --:--:-- --:--:-- 50929 15:29:57 15:29:57 15:29:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/416/openapi/v3/core-data.yaml] 15:29:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:57 Dload Upload Total Spent Left Speed 15:29:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69109 0 0 100 69109 0 109k --:--:-- --:--:-- --:--:-- 108k 100 69109 0 0 100 69109 0 109k --:--:-- --:--:-- --:--:-- 108k 15:29:57 15:29:57 15:29:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/416/openapi/v3/core-metadata.yaml] 15:29:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:57 Dload Upload Total Spent Left Speed 15:29:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 254k --:--:-- --:--:-- --:--:-- 254k 15:29:58 15:29:58 15:29:58 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/416/openapi/v3/support-notifications.yaml] 15:29:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:58 Dload Upload Total Spent Left Speed 15:29:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 100 86965 0 0 100 86965 0 162k --:--:-- --:--:-- --:--:-- 162k 15:29:58 15:29:58 15:29:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/416/openapi/v3/support-scheduler.yaml] 15:29:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:29:58 Dload Upload Total Spent Left Speed 15:29:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 15:29:59 15:29:59 [Pipeline] } 15:29:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 15:29:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:29:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:00 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:30:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:30:01 $ docker top 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb -eo pid,comm 15:30:01 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). 15:30:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:01 [ssh-agent] Looking for ssh-agent implementation... 15:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:01 $ docker exec 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb ssh-agent 15:30:01 SSH_AUTH_SOCK=/tmp/ssh-rbJfNTtliVdp/agent.15 15:30:01 SSH_AGENT_PID=21 15:30:01 Running ssh-add (command line suppressed) 15:30:01 Identity added: /w/workspace/edgex-go/416@tmp/private_key_6862624445870723090.key (/w/workspace/edgex-go/416@tmp/private_key_6862624445870723090.key) 15:30:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:01 + git semver tag 15:30:02 2023-02-16 15:30:02,036 [run_tag] DEBUG tag force:False 15:30:02 2023-02-16 15:30:02,036 [check_head_tag] DEBUG check head tag 15:30:02 2023-02-16 15:30:02,039 [execute] INFO git cat-file --batch-check 15:30:02 2023-02-16 15:30:02,039 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=) 15:30:02 2023-02-16 15:30:02,043 [execute] INFO git cat-file --batch 15:30:02 2023-02-16 15:30:02,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=) 15:30:02 2023-02-16 15:30:02,092 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:02 2023-02-16 15:30:02,092 [execute] INFO git tag -a v3.0.0-dev.55 -m v3.0.0-dev.55 15:30:02 2023-02-16 15:30:02,092 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.55', '-m', 'v3.0.0-dev.55'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) 15:30:02 2023-02-16 15:30:02,097 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:02 3.0.0-dev.55 [Pipeline] } 15:30:02 $ docker exec --env ******** --env ******** 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb ssh-agent -k 15:30:02 unset SSH_AUTH_SOCK; 15:30:02 unset SSH_AGENT_PID; 15:30:02 echo Agent pid 21 killed; 15:30:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:02 + git semver [Pipeline] } 15:30:03 $ docker stop --time=1 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb 15:30:04 $ docker rm -f --volumes 18717465567c5243fddcd72bfbe00dbe92f97a7fadab6caedcfd21c9585179cb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:05 15:30:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:05 0.23.1-centos7: Pulling from edgex-lftools 15:30:05 ab5ef0e58194: Pulling fs layer 15:30:05 9712f1f96733: Pulling fs layer 15:30:05 63f879dbbcfc: Pulling fs layer 15:30:05 0d9ebad4ef96: Pulling fs layer 15:30:05 e9a5061849ea: Pulling fs layer 15:30:05 d747dcd14b5f: Pulling fs layer 15:30:05 2de7ff778b66: Pulling fs layer 15:30:05 d747dcd14b5f: Waiting 15:30:05 0d9ebad4ef96: Waiting 15:30:05 e9a5061849ea: Waiting 15:30:05 2de7ff778b66: Waiting 15:30:05 9712f1f96733: Verifying Checksum 15:30:05 9712f1f96733: Download complete 15:30:06 63f879dbbcfc: Verifying Checksum 15:30:06 63f879dbbcfc: Download complete 15:30:06 e9a5061849ea: Verifying Checksum 15:30:06 e9a5061849ea: Download complete 15:30:06 d747dcd14b5f: Download complete 15:30:06 ab5ef0e58194: Download complete 15:30:07 0d9ebad4ef96: Verifying Checksum 15:30:07 0d9ebad4ef96: Download complete 15:30:07 2de7ff778b66: Verifying Checksum 15:30:07 2de7ff778b66: Download complete 15:30:09 ab5ef0e58194: Pull complete 15:30:09 9712f1f96733: Pull complete 15:30:10 63f879dbbcfc: Pull complete 15:30:14 0d9ebad4ef96: Pull complete 15:30:14 e9a5061849ea: Pull complete 15:30:14 d747dcd14b5f: Pull complete 15:30:15 2de7ff778b66: Pull complete 15:30:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:30:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:30:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:15 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:30:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:30:22 $ docker top fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:30:22 provisioning config files... 15:30:22 copy managed file [sigul-config] to file:/w/workspace/edgex-go/416@tmp/config11401841107746234981tmp 15:30:22 copy managed file [sigul-password] to file:/w/workspace/edgex-go/416@tmp/config18304039045407490602tmp 15:30:22 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/416@tmp/config16177147122356379209tmp [Pipeline] { [Pipeline] echo 15:30:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:30:22 ---> sigul-configuration.sh 15:30:22 gpg: directory `/root/.gnupg' created 15:30:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:30:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:30:22 gpg: keyring `/root/.gnupg/secring.gpg' created 15:30:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:30:22 gpg: CAST5 encrypted data 15:30:22 gpg: encrypted with 1 passphrase 15:30:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:30:23 + mkdir /home/jenkins 15:30:23 + mkdir /home/jenkins/sigul [Pipeline] sh 15:30:23 + 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 15:30:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:23 ---> sigul-install.sh 15:30:23 Sigul already installed; skipping installation. [Pipeline] sh 15:30:24 + git tag --list 15:30:24 0.6.0 15:30:24 0.6.1 15:30:24 0.7.0 15:30:24 0.7.1 15:30:24 v1.0.0 15:30:24 v1.0.1 15:30:24 v1.1.0 15:30:24 v1.2.0 15:30:24 v1.2.1 15:30:24 v1.3.0 15:30:24 v1.3.1 15:30:24 v2.0.0 15:30:24 v2.1.0 15:30:24 v2.1.1 15:30:24 v2.1.1-dev.1 15:30:24 v2.1.1-dev.2 15:30:24 v2.1.1-dev.3 15:30:24 v2.1.1-dev.4 15:30:24 v2.1.1-dev.5 15:30:24 v2.1.1-dev.6 15:30:24 v2.1.1-dev.7 15:30:24 v2.1.1-dev.8 15:30:24 v2.1.2-dev.1 15:30:24 v2.2.0 15:30:24 v2.2.1-dev.1 15:30:24 v2.2.1-dev.10 15:30:24 v2.2.1-dev.11 15:30:24 v2.2.1-dev.12 15:30:24 v2.2.1-dev.13 15:30:24 v2.2.1-dev.14 15:30:24 v2.2.1-dev.15 15:30:24 v2.2.1-dev.16 15:30:24 v2.2.1-dev.17 15:30:24 v2.2.1-dev.18 15:30:24 v2.2.1-dev.19 15:30:24 v2.2.1-dev.2 15:30:24 v2.2.1-dev.20 15:30:24 v2.2.1-dev.21 15:30:24 v2.2.1-dev.22 15:30:24 v2.2.1-dev.23 15:30:24 v2.2.1-dev.24 15:30:24 v2.2.1-dev.25 15:30:24 v2.2.1-dev.26 15:30:24 v2.2.1-dev.27 15:30:24 v2.2.1-dev.28 15:30:24 v2.2.1-dev.29 15:30:24 v2.2.1-dev.3 15:30:24 v2.2.1-dev.4 15:30:24 v2.2.1-dev.5 15:30:24 v2.2.1-dev.6 15:30:24 v2.2.1-dev.7 15:30:24 v2.2.1-dev.8 15:30:24 v2.2.1-dev.9 15:30:24 v2.3.0 15:30:24 v2.3.0-dev.100 15:30:24 v2.3.0-dev.101 15:30:24 v2.3.0-dev.102 15:30:24 v2.3.0-dev.103 15:30:24 v2.3.0-dev.104 15:30:24 v2.3.0-dev.105 15:30:24 v2.3.0-dev.106 15:30:24 v2.3.0-dev.29 15:30:24 v2.3.0-dev.30 15:30:24 v2.3.0-dev.31 15:30:24 v2.3.0-dev.32 15:30:24 v2.3.0-dev.33 15:30:24 v2.3.0-dev.34 15:30:24 v2.3.0-dev.35 15:30:24 v2.3.0-dev.36 15:30:24 v2.3.0-dev.37 15:30:24 v2.3.0-dev.38 15:30:24 v2.3.0-dev.39 15:30:24 v2.3.0-dev.40 15:30:24 v2.3.0-dev.41 15:30:24 v2.3.0-dev.42 15:30:24 v2.3.0-dev.43 15:30:24 v2.3.0-dev.44 15:30:24 v2.3.0-dev.45 15:30:24 v2.3.0-dev.46 15:30:24 v2.3.0-dev.47 15:30:24 v2.3.0-dev.48 15:30:24 v2.3.0-dev.49 15:30:24 v2.3.0-dev.50 15:30:24 v2.3.0-dev.51 15:30:24 v2.3.0-dev.52 15:30:24 v2.3.0-dev.53 15:30:24 v2.3.0-dev.54 15:30:24 v2.3.0-dev.55 15:30:24 v2.3.0-dev.56 15:30:24 v2.3.0-dev.57 15:30:24 v2.3.0-dev.58 15:30:24 v2.3.0-dev.59 15:30:24 v2.3.0-dev.60 15:30:24 v2.3.0-dev.61 15:30:24 v2.3.0-dev.62 15:30:24 v2.3.0-dev.63 15:30:24 v2.3.0-dev.64 15:30:24 v2.3.0-dev.65 15:30:24 v2.3.0-dev.66 15:30:24 v2.3.0-dev.67 15:30:24 v2.3.0-dev.68 15:30:24 v2.3.0-dev.69 15:30:24 v2.3.0-dev.70 15:30:24 v2.3.0-dev.71 15:30:24 v2.3.0-dev.72 15:30:24 v2.3.0-dev.73 15:30:24 v2.3.0-dev.74 15:30:24 v2.3.0-dev.75 15:30:24 v2.3.0-dev.76 15:30:24 v2.3.0-dev.77 15:30:24 v2.3.0-dev.78 15:30:24 v2.3.0-dev.79 15:30:24 v2.3.0-dev.80 15:30:24 v2.3.0-dev.81 15:30:24 v2.3.0-dev.82 15:30:24 v2.3.0-dev.83 15:30:24 v2.3.0-dev.84 15:30:24 v2.3.0-dev.85 15:30:24 v2.3.0-dev.86 15:30:24 v2.3.0-dev.87 15:30:24 v2.3.0-dev.88 15:30:24 v2.3.0-dev.89 15:30:24 v2.3.0-dev.90 15:30:24 v2.3.0-dev.91 15:30:24 v2.3.0-dev.92 15:30:24 v2.3.0-dev.93 15:30:24 v2.3.0-dev.94 15:30:24 v2.3.0-dev.95 15:30:24 v2.3.0-dev.96 15:30:24 v2.3.0-dev.97 15:30:24 v2.3.0-dev.98 15:30:24 v2.3.0-dev.99 15:30:24 v2.3.1-dev.1 15:30:24 v2.3.1-dev.2 15:30:24 v2.3.1-dev.3 15:30:24 v2.3.1-dev.4 15:30:24 v2.3.1-dev.5 15:30:24 v3.0.0-dev.1 15:30:24 v3.0.0-dev.10 15:30:24 v3.0.0-dev.11 15:30:24 v3.0.0-dev.12 15:30:24 v3.0.0-dev.13 15:30:24 v3.0.0-dev.14 15:30:24 v3.0.0-dev.15 15:30:24 v3.0.0-dev.16 15:30:24 v3.0.0-dev.17 15:30:24 v3.0.0-dev.18 15:30:24 v3.0.0-dev.19 15:30:24 v3.0.0-dev.2 15:30:24 v3.0.0-dev.20 15:30:24 v3.0.0-dev.21 15:30:24 v3.0.0-dev.22 15:30:24 v3.0.0-dev.23 15:30:24 v3.0.0-dev.24 15:30:24 v3.0.0-dev.25 15:30:24 v3.0.0-dev.26 15:30:24 v3.0.0-dev.27 15:30:24 v3.0.0-dev.28 15:30:24 v3.0.0-dev.29 15:30:24 v3.0.0-dev.3 15:30:24 v3.0.0-dev.30 15:30:24 v3.0.0-dev.31 15:30:24 v3.0.0-dev.32 15:30:24 v3.0.0-dev.33 15:30:24 v3.0.0-dev.34 15:30:24 v3.0.0-dev.35 15:30:24 v3.0.0-dev.36 15:30:24 v3.0.0-dev.37 15:30:24 v3.0.0-dev.38 15:30:24 v3.0.0-dev.39 15:30:24 v3.0.0-dev.4 15:30:24 v3.0.0-dev.40 15:30:24 v3.0.0-dev.41 15:30:24 v3.0.0-dev.42 15:30:24 v3.0.0-dev.43 15:30:24 v3.0.0-dev.44 15:30:24 v3.0.0-dev.45 15:30:24 v3.0.0-dev.46 15:30:24 v3.0.0-dev.47 15:30:24 v3.0.0-dev.48 15:30:24 v3.0.0-dev.49 15:30:24 v3.0.0-dev.5 15:30:24 v3.0.0-dev.50 15:30:24 v3.0.0-dev.51 15:30:24 v3.0.0-dev.52 15:30:24 v3.0.0-dev.53 15:30:24 v3.0.0-dev.54 15:30:24 v3.0.0-dev.55 15:30:24 v3.0.0-dev.6 15:30:24 v3.0.0-dev.7 15:30:24 v3.0.0-dev.8 15:30:24 v3.0.0-dev.9 [Pipeline] sh 15:30:24 + lftools sign git-tag v3.0.0-dev.55 15:30:24 Signing Git tag with Sigul... 15:30:24 Signing v3.0.0-dev.55 [Pipeline] echo 15:30:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:30:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:30:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:30:25 $ docker stop --time=1 fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 15:30:26 $ docker rm -f --volumes fd2201c45750334d9c164d7ee774e4f08e066aac5071789544c85126e705fd14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:30:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:27 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:30:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:30:27 $ docker top 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:28 [ssh-agent] Looking for ssh-agent implementation... 15:30:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:28 $ docker exec 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 ssh-agent 15:30:28 SSH_AUTH_SOCK=/tmp/ssh-238GpLpCGYvZ/agent.31 15:30:28 SSH_AGENT_PID=37 15:30:28 Running ssh-add (command line suppressed) 15:30:28 Identity added: /w/workspace/edgex-go/416@tmp/private_key_3468164341955679354.key (/w/workspace/edgex-go/416@tmp/private_key_3468164341955679354.key) 15:30:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:28 + git semver bump pre 15:30:28 2023-02-16 15:30:28,888 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:28 2023-02-16 15:30:28,888 [bump_version] DEBUG bumping version:3.0.0-dev.55 on axis:pre with prefix:dev 15:30:28 2023-02-16 15:30:28,888 [bump_version] DEBUG bumped version:3.0.0-dev.56 15:30:28 2023-02-16 15:30:28,888 [write_version] DEBUG write version:3.0.0-dev.56 to path:/w/workspace/edgex-go/416/.semver/main with force:True 15:30:28 2023-02-16 15:30:28,888 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:28 2023-02-16 15:30:28,888 [write_file] DEBUG write to file:/w/workspace/edgex-go/416/.semver/main 15:30:28 2023-02-16 15:30:28,890 [execute] INFO git cat-file --batch-check 15:30:28 2023-02-16 15:30:28,890 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) 15:30:28 2023-02-16 15:30:28,895 [execute] INFO git cat-file --batch 15:30:28 2023-02-16 15:30:28,895 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) 15:30:28 2023-02-16 15:30:28,900 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:28 3.0.0-dev.56 [Pipeline] } 15:30:28 $ docker exec --env ******** --env ******** 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 ssh-agent -k 15:30:29 unset SSH_AUTH_SOCK; 15:30:29 unset SSH_AGENT_PID; 15:30:29 echo Agent pid 37 killed; 15:30:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:29 + git semver [Pipeline] } 15:30:29 $ docker stop --time=1 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 15:30:30 $ docker rm -f --volumes 8b23ea1fcbc21b95f5631d4e9b3099b71573101ada138af2d2db5a00e8fbf286 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:30:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:30:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:31 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:30:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:30:32 $ docker top 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae -eo pid,comm 15:30:32 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). 15:30:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:32 [ssh-agent] Looking for ssh-agent implementation... 15:30:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:32 $ docker exec 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae ssh-agent 15:30:32 SSH_AUTH_SOCK=/tmp/ssh-dYrXG2KHEUkJ/agent.32 15:30:32 SSH_AGENT_PID=38 15:30:32 Running ssh-add (command line suppressed) 15:30:32 Identity added: /w/workspace/edgex-go/416@tmp/private_key_8935355257189877983.key (/w/workspace/edgex-go/416@tmp/private_key_8935355257189877983.key) 15:30:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:32 + git semver push 15:30:32 2023-02-16 15:30:32,909 [run_push] DEBUG push 15:30:32 2023-02-16 15:30:32,909 [execute] INFO git cat-file --batch-check 15:30:32 2023-02-16 15:30:32,909 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=) 15:30:32 2023-02-16 15:30:32,913 [execute] INFO git rev-list afc7f1d72f76236af6749fd1734c94e893317c6c -- 15:30:32 2023-02-16 15:30:32,914 [execute] DEBUG Popen(['git', 'rev-list', 'afc7f1d72f76236af6749fd1734c94e893317c6c', '--'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=None) 15:30:32 2023-02-16 15:30:32,929 [execute] INFO git fetch -v origin 15:30:32 2023-02-16 15:30:32,930 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=True, shell=None, istream=None) 15:30:33 2023-02-16 15:30:33,533 [run_push] DEBUG no remote changes detected 15:30:33 2023-02-16 15:30:33,534 [execute] INFO git push origin semver 15:30:33 2023-02-16 15:30:33,534 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/416/.semver, universal_newlines=False, shell=None, istream=None) 15:30:34 2023-02-16 15:30:34,704 [run_push] DEBUG push all version tags 15:30:34 2023-02-16 15:30:34,705 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:30:34 2023-02-16 15:30:34,705 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/416, universal_newlines=False, shell=None, istream=None) 15:30:35 2023-02-16 15:30:35,681 [read_version] DEBUG read version from /w/workspace/edgex-go/416/.semver/main 15:30:35 3.0.0-dev.56 [Pipeline] } 15:30:35 $ docker exec --env ******** --env ******** 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae ssh-agent -k 15:30:35 unset SSH_AUTH_SOCK; 15:30:35 unset SSH_AGENT_PID; 15:30:35 echo Agent pid 38 killed; 15:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:36 + git semver [Pipeline] } 15:30:36 $ docker stop --time=1 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae 15:30:37 $ docker rm -f --volumes 7bbfe84fe94a6ff9f26ee6ab2a528adc0796cf208dffa2023703a21ae32ea5ae [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 15:30:38 + [ -d /w/workspace/edgex-go/416/archives ] [Pipeline] libraryResource [Pipeline] sh 15:30:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:30:39 ---> package-listing.sh 15:30:39 ++ facter osfamily 15:30:39 ++ tr '[:upper:]' '[:lower:]' 15:30:39 + OS_FAMILY=debian 15:30:39 + workspace=/w/workspace/edgex-go/416 15:30:39 + START_PACKAGES=/tmp/packages_start.txt 15:30:39 + END_PACKAGES=/tmp/packages_end.txt 15:30:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:30:39 + PACKAGES=/tmp/packages_start.txt 15:30:39 + '[' /w/workspace/edgex-go/416 ']' 15:30:39 + PACKAGES=/tmp/packages_end.txt 15:30:39 + case "${OS_FAMILY}" in 15:30:39 + dpkg -l 15:30:39 + grep '^ii' 15:30:39 + '[' -f /tmp/packages_start.txt ']' 15:30:39 + '[' -f /tmp/packages_end.txt ']' 15:30:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:30:39 + '[' /w/workspace/edgex-go/416 ']' 15:30:39 + mkdir -p /w/workspace/edgex-go/416/archives/ 15:30:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/416/archives/ [Pipeline] echo 15:30:39 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/416/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:30:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:30:40 15:30:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:30:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:30:41 latest: Pulling from edgex-lftools-log-publisher 15:30:41 5eb5b503b376: Pulling fs layer 15:30:41 5c69ac0246d0: Pulling fs layer 15:30:41 ec43610c2a17: Pulling fs layer 15:30:41 3a2ae6a8a46f: Pulling fs layer 15:30:41 33b1e0a273af: Pulling fs layer 15:30:41 5d3b04190fa2: Pulling fs layer 15:30:41 2f39f015ded8: Pulling fs layer 15:30:41 33b1e0a273af: Waiting 15:30:41 2f39f015ded8: Waiting 15:30:41 3a2ae6a8a46f: Waiting 15:30:41 5d3b04190fa2: Waiting 15:30:41 5c69ac0246d0: Verifying Checksum 15:30:41 5c69ac0246d0: Download complete 15:30:41 ec43610c2a17: Verifying Checksum 15:30:41 ec43610c2a17: Download complete 15:30:41 3a2ae6a8a46f: Verifying Checksum 15:30:41 3a2ae6a8a46f: Download complete 15:30:41 5d3b04190fa2: Verifying Checksum 15:30:41 5d3b04190fa2: Download complete 15:30:41 33b1e0a273af: Verifying Checksum 15:30:41 33b1e0a273af: Download complete 15:30:41 5eb5b503b376: Verifying Checksum 15:30:41 5eb5b503b376: Download complete 15:30:42 2f39f015ded8: Download complete 15:30:42 5eb5b503b376: Pull complete 15:30:43 5c69ac0246d0: Pull complete 15:30:44 ec43610c2a17: Pull complete 15:30:44 3a2ae6a8a46f: Pull complete 15:30:45 33b1e0a273af: Pull complete 15:30:46 5d3b04190fa2: Pull complete 15:30:50 2f39f015ded8: Pull complete 15:30:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:30:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:30:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:30:50 prd-ubuntu20.04-docker-8c-8g-6304 does not seem to be running inside a container 15:30:50 $ 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/416/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/416 -v /w/workspace/edgex-go/416:/w/workspace/edgex-go/416:rw,z -v /w/workspace/edgex-go/416@tmp:/w/workspace/edgex-go/416@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 15:30:55 $ docker top de119355b566fd5becb9fa9d7e68be6ee3993bfaa74682ec437b77a158ad0cfa -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:30:55 + mkdir -p /var/log/sysstat [Pipeline] sh 15:30:56 + ls /var/log/sa-host 15:30:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:30:56 provisioning config files... 15:30:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/416@tmp/config9896249060037667670tmp [Pipeline] { [Pipeline] echo 15:30:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:30:56 ---> create-netrc.sh [Pipeline] } 15:30:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:30:56 ---> python-tools-install.sh [Pipeline] echo 15:30:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> sudo-logs.sh 15:30:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:30:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:30:57 ---> job-cost.sh 15:30:57 lf-activate-venv: SKIPPING 15:30:57 DEBUG: total: 0.10999999940395355 15:30:57 INFO: Retrieving Stack Cost... 15:30:57 INFO: Retrieving Pricing Info for: v3-standard-8 15:30:58 INFO: Archiving Costs [Pipeline] echo 15:30:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:30:58 ---> logs-deploy.sh 15:30:58 lf-activate-venv: SKIPPING 15:30:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/416 15:30:58 INFO: archiving workspace using pattern(s): 15:30:59 Archives upload complete. 15:30:59 INFO: archiving logs to Nexus 15:31:00 ---> uname -a: 15:31:00 Linux prd-ubuntu20-04-docker-8c-8g-6304 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:31:00 15:31:00 15:31:00 ---> lscpu: 15:31:00 Architecture: x86_64 15:31:00 CPU op-mode(s): 32-bit, 64-bit 15:31:00 Byte Order: Little Endian 15:31:00 Address sizes: 40 bits physical, 48 bits virtual 15:31:00 CPU(s): 8 15:31:00 On-line CPU(s) list: 0-7 15:31:00 Thread(s) per core: 1 15:31:00 Core(s) per socket: 1 15:31:00 Socket(s): 8 15:31:00 NUMA node(s): 1 15:31:00 Vendor ID: AuthenticAMD 15:31:00 CPU family: 23 15:31:00 Model: 49 15:31:00 Model name: AMD EPYC-Rome Processor 15:31:00 Stepping: 0 15:31:00 CPU MHz: 2800.000 15:31:00 BogoMIPS: 5600.00 15:31:00 Virtualization: AMD-V 15:31:00 Hypervisor vendor: KVM 15:31:00 Virtualization type: full 15:31:00 L1d cache: 256 KiB 15:31:00 L1i cache: 256 KiB 15:31:00 L2 cache: 4 MiB 15:31:00 L3 cache: 128 MiB 15:31:00 NUMA node0 CPU(s): 0-7 15:31:00 Vulnerability Itlb multihit: Not affected 15:31:00 Vulnerability L1tf: Not affected 15:31:00 Vulnerability Mds: Not affected 15:31:00 Vulnerability Meltdown: Not affected 15:31:00 Vulnerability Mmio stale data: Not affected 15:31:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:31:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:31:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:31:00 Vulnerability Srbds: Not affected 15:31:00 Vulnerability Tsx async abort: Not affected 15:31:00 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 15:31:00 15:31:00 15:31:00 ---> nproc: 15:31:00 8 15:31:00 15:31:00 15:31:00 ---> df -h: 15:31:00 Filesystem Size Used Avail Use% Mounted on 15:31:00 overlay 155G 20G 136G 13% / 15:31:00 tmpfs 64M 0 64M 0% /dev 15:31:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:31:00 shm 64M 0 64M 0% /dev/shm 15:31:00 /dev/vda1 155G 20G 136G 13% /facter-os 15:31:00 15:31:00 15:31:00 ---> sar -b -r -n DEV: 15:31:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6304) 02/16/23 _x86_64_ (8 CPU) 15:31:00 15:31:00 15:01:09 LINUX RESTART (8 CPU) 15:31:00 15:31:00 15:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:31:00 15:03:01 139.82 3.56 136.27 0.00 425.96 67571.73 0.00 15:31:00 15:04:01 28.09 0.05 28.04 0.00 0.40 13654.67 0.00 15:31:00 15:05:01 81.10 0.22 80.88 0.00 14.40 30591.87 0.00 15:31:00 15:06:01 292.87 3.82 289.05 0.00 37.19 93617.73 0.00 15:31:00 15:07:01 287.00 4.83 282.17 0.00 98.38 126373.20 0.00 15:31:00 15:08:01 211.01 11.16 199.85 0.00 3398.47 125490.17 0.00 15:31:00 15:09:01 539.31 0.07 539.24 0.00 5.60 142309.88 0.00 15:31:00 15:10:01 293.57 1.58 291.98 0.00 14.00 126525.58 0.00 15:31:00 15:11:01 324.66 0.08 324.58 0.00 9.47 87295.18 0.00 15:31:00 15:12:01 471.09 0.10 470.99 0.00 17.33 93962.87 0.00 15:31:00 15:13:01 30.51 0.22 30.29 0.00 33.19 863.06 0.00 15:31:00 15:14:01 9.55 0.00 9.55 0.00 0.00 277.55 0.00 15:31:00 15:15:01 1.18 0.00 1.18 0.00 0.00 12.00 0.00 15:31:00 15:16:01 1.68 0.00 1.68 0.00 0.00 17.86 0.00 15:31:00 15:17:01 1.93 0.03 1.90 0.00 0.27 20.53 0.00 15:31:00 15:18:01 1.85 0.00 1.85 0.00 0.00 20.66 0.00 15:31:00 15:19:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 15:31:00 15:20:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 15:31:00 15:21:01 0.97 0.00 0.97 0.00 0.00 10.66 0.00 15:31:00 15:22:01 1.70 0.00 1.70 0.00 0.00 18.13 0.00 15:31:00 15:23:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 15:31:00 15:24:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 15:31:00 15:25:01 1.47 0.00 1.47 0.00 0.00 15.46 0.00 15:31:00 15:26:01 2.07 0.00 2.07 0.00 0.00 21.33 0.00 15:31:00 15:27:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 15:31:00 15:28:01 1.70 0.00 1.70 0.00 0.00 18.26 0.00 15:31:00 15:29:01 1.38 0.00 1.38 0.00 0.00 14.00 0.00 15:31:00 15:30:01 57.11 0.23 56.87 0.00 11.73 33484.69 0.00 15:31:00 Average: 99.52 0.93 98.60 0.00 145.08 33631.48 0.00 15:31:00 15:31:00 15:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:31:00 15:03:01 28336008 31497992 811900 2.47 112140 3278760 2210520 6.51 1304968 2828152 110788 15:31:00 15:04:01 28007892 31537916 767636 2.33 116348 3604740 1922888 5.67 1253132 3169536 176948 15:31:00 15:05:01 25741772 31466868 838696 2.55 117968 5749728 2624880 7.74 1618496 5016636 2080716 15:31:00 15:06:01 24270228 31510800 778044 2.37 200376 6977692 1908328 5.62 1999064 5884428 951216 15:31:00 15:07:01 20634424 31514944 778040 2.37 288516 10433672 1949336 5.74 1733964 9690172 2589984 15:31:00 15:08:01 21429156 31490508 786296 2.39 296256 9572016 2041652 6.02 2002904 8577572 71652 15:31:00 15:09:01 20626252 31277328 985216 3.00 305768 10136416 2718888 8.01 2424524 8926556 322328 15:31:00 15:10:01 17804468 31497580 776632 2.36 358632 12992792 1960896 5.78 2055152 12000776 1047448 15:31:00 15:11:01 18191928 31431312 838972 2.55 361960 12535952 2158844 6.36 2322244 11342772 166072 15:31:00 15:12:01 19455636 31497608 776860 2.36 367464 11365520 1963164 5.79 2266820 10171268 360 15:31:00 15:13:01 19773860 31527516 749444 2.28 368836 11091064 1990524 5.87 2248220 9888940 12 15:31:00 15:14:01 19779672 31533816 742972 2.26 369300 11091156 1861748 5.49 2240336 9888768 228 15:31:00 15:15:01 19779872 31534128 742952 2.26 369316 11091156 1861748 5.49 2240116 9888864 172 15:31:00 15:16:01 19786856 31541152 736404 2.24 369344 11091160 1861748 5.49 2233644 9888876 176 15:31:00 15:17:01 19786356 31540808 736604 2.24 369404 11091156 1875168 5.53 2233888 9888876 12 15:31:00 15:18:01 19789340 31543824 733556 2.23 369420 11091168 1875168 5.53 2231212 9888884 192 15:31:00 15:19:01 19789592 31544100 733172 2.23 369436 11091168 1875168 5.53 2231092 9888884 180 15:31:00 15:20:01 19789388 31544036 733296 2.23 369456 11091172 1875168 5.53 2230936 9889024 180 15:31:00 15:21:01 19789476 31544128 733120 2.23 369480 11091176 1875168 5.53 2230688 9889028 184 15:31:00 15:22:01 19789540 31544260 732976 2.23 369496 11091176 1875168 5.53 2231000 9889028 184 15:31:00 15:23:01 19789824 31544556 732684 2.23 369508 11091172 1875168 5.53 2230572 9889032 32 15:31:00 15:24:01 19789416 31544148 733180 2.23 369540 11091180 1875168 5.53 2230824 9889032 180 15:31:00 15:25:01 19789620 31544420 732848 2.23 369600 11091184 1875168 5.53 2230896 9889040 172 15:31:00 15:26:01 19789864 31544728 732472 2.23 369664 11091188 1875168 5.53 2230884 9889044 168 15:31:00 15:27:01 19789944 31544872 732368 2.23 369696 11091180 1875168 5.53 2230924 9889056 20 15:31:00 15:28:01 19789596 31544552 732664 2.23 369720 11091200 1875168 5.53 2231160 9889048 184 15:31:00 15:29:01 19789732 31544748 732628 2.23 369776 11091200 1875168 5.53 2231288 9889056 184 15:31:00 15:30:01 18998824 31504236 770280 2.34 372288 11795560 2098344 6.18 2312216 10551856 988 15:31:00 Average: 20709948 31515603 764711 2.33 327811 10249739 1982525 5.84 2116470 9152579 268606 15:31:00 15:31:00 15:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:31:00 15:03:01 veth18a064b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:03:01 ens3 679.16 663.23 7604.77 76.97 0.00 0.00 0.00 0.00 15:31:00 15:03:01 docker0 506.51 488.95 37.49 3483.06 0.00 0.00 0.00 0.00 15:31:00 15:03:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 15:31:00 15:04:01 veth18a064b 1.30 1.33 0.10 0.11 0.00 0.00 0.00 0.00 15:31:00 15:04:01 ens3 19.88 14.01 14.90 8.65 0.00 0.00 0.00 0.00 15:31:00 15:04:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 15:31:00 15:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:05:01 ens3 113.35 96.70 1704.44 119.86 0.00 0.00 0.00 0.00 15:31:00 15:05:01 veth8882c38 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:05:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:05:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 15:31:00 15:06:01 ens3 1016.33 694.95 6074.07 67.27 0.00 0.00 0.00 0.00 15:31:00 15:06:01 vethcd03539 239.14 157.31 1171.96 13.57 0.00 0.00 0.00 0.00 15:31:00 15:06:01 veth8882c38 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:06:01 docker0 685.29 999.60 51.78 6050.73 0.00 0.00 0.00 0.00 15:31:00 15:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:06:01 vethe2e22a5 157.31 239.14 13.57 1171.96 0.00 0.00 0.00 0.10 15:31:00 15:07:01 ens3 188.27 47.11 1209.73 3.99 0.00 0.00 0.00 0.00 15:31:00 15:07:01 veth8882c38 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:07:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 15:31:00 15:08:01 veth4d429e7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:08:01 ens3 80.56 42.54 186.91 7.72 0.00 0.00 0.00 0.00 15:31:00 15:08:01 veth8882c38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:08:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 15:31:00 15:09:01 ens3 186.45 121.08 501.82 25.74 0.00 0.00 0.00 0.00 15:31:00 15:09:01 veth9ffdbc4 21.15 32.13 2.09 9.80 0.00 0.00 0.00 0.00 15:31:00 15:09:01 veth23dd8f1 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:09:01 vetha18461a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:09:01 veth8882c38 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 15:31:00 15:09:01 docker0 92.32 143.48 7.38 423.68 0.00 0.00 0.00 0.00 15:31:00 15:09:01 veth24cca56 28.65 41.99 2.81 14.44 0.00 0.00 0.00 0.00 15:31:00 15:09:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 15:31:00 15:09:01 veth19d929d 24.10 35.36 2.37 11.72 0.00 0.00 0.00 0.00 15:31:00 15:10:01 ens3 318.30 220.51 3467.39 23.50 0.00 0.00 0.00 0.00 15:31:00 15:10:01 veth8882c38 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:10:01 docker0 215.48 311.41 17.30 3461.79 0.00 0.00 0.00 0.00 15:31:00 15:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:11:01 veth3c66e1d 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 15:31:00 15:11:01 ens3 65.59 44.36 373.24 18.93 0.00 0.00 0.00 0.00 15:31:00 15:11:01 veth8882c38 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:11:01 docker0 12.71 21.88 0.84 294.84 0.00 0.00 0.00 0.00 15:31:00 15:11:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 15:31:00 15:11:01 veth535afbc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:11:01 veth5ac0b2a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:12:01 ens3 92.10 91.22 156.98 212.20 0.00 0.00 0.00 0.00 15:31:00 15:12:01 veth8882c38 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:31:00 15:12:01 docker0 5.87 12.00 0.36 117.87 0.00 0.00 0.00 0.00 15:31:00 15:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:13:01 ens3 446.06 426.06 230.18 2216.50 0.00 0.00 0.00 0.00 15:31:00 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:13:01 lo 47.06 47.06 4.64 4.64 0.00 0.00 0.00 0.00 15:31:00 15:14:01 ens3 198.83 201.42 100.34 1032.27 0.00 0.00 0.00 0.00 15:31:00 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:14:01 lo 15.46 15.46 1.52 1.52 0.00 0.00 0.00 0.00 15:31:00 15:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:17:01 ens3 0.70 0.15 0.13 0.07 0.00 0.00 0.00 0.00 15:31:00 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:18:01 ens3 0.68 0.62 0.35 0.29 0.00 0.00 0.00 0.00 15:31:00 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:19:01 ens3 0.43 0.03 0.05 0.00 0.00 0.00 0.00 0.00 15:31:00 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:20:01 ens3 0.78 0.47 0.34 0.22 0.00 0.00 0.00 0.00 15:31:00 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:21:01 ens3 0.63 0.00 0.06 0.00 0.00 0.00 0.00 0.00 15:31:00 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:22:01 ens3 0.75 0.60 0.42 0.35 0.00 0.00 0.00 0.00 15:31:00 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:24:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:27:01 ens3 0.63 0.63 0.35 0.29 0.00 0.00 0.00 0.00 15:31:00 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:28:01 ens3 0.22 0.22 0.12 0.01 0.00 0.00 0.00 0.00 15:31:00 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:31:00 15:29:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 15:31:00 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:30:01 ens3 215.31 160.57 4581.40 31.54 0.00 0.00 0.00 0.00 15:31:00 15:30:01 vethe106cf6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 15:30:01 docker0 34.58 45.11 3.11 587.43 0.00 0.00 0.00 0.00 15:31:00 15:30:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 15:31:00 Average: ens3 129.15 100.62 932.00 137.40 0.00 0.00 0.00 0.00 15:31:00 Average: vethe106cf6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:31:00 Average: docker0 55.23 72.03 4.21 513.20 0.00 0.00 0.00 0.00 15:31:00 Average: lo 2.54 2.54 0.25 0.25 0.00 0.00 0.00 0.00 15:31:00 15:31:00 15:31:00 ---> sar -P ALL: 15:31:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6304) 02/16/23 _x86_64_ (8 CPU) 15:31:00 15:31:00 15:01:09 LINUX RESTART (8 CPU) 15:31:00 15:31:00 15:02:02 CPU %user %nice %system %iowait %steal %idle 15:31:00 15:03:01 all 12.47 0.00 4.21 3.20 0.06 80.07 15:31:00 15:03:01 0 12.31 0.00 4.23 0.46 0.05 82.94 15:31:00 15:03:01 1 12.06 0.00 4.11 9.06 0.05 74.72 15:31:00 15:03:01 2 11.12 0.00 5.22 3.31 0.05 80.30 15:31:00 15:03:01 3 12.45 0.00 3.83 0.07 0.07 83.58 15:31:00 15:03:01 4 14.43 0.00 4.54 0.09 0.05 80.89 15:31:00 15:03:01 5 9.85 0.00 3.38 0.34 0.05 86.38 15:31:00 15:03:01 6 11.59 0.00 3.82 9.85 0.05 74.69 15:31:00 15:03:01 7 15.96 0.00 4.53 2.42 0.09 77.01 15:31:00 15:04:01 all 47.46 0.00 6.20 1.05 0.09 45.19 15:31:00 15:04:01 0 47.40 0.00 5.89 0.69 0.08 45.94 15:31:00 15:04:01 1 47.28 0.00 6.15 5.29 0.10 41.18 15:31:00 15:04:01 2 46.50 0.00 6.52 0.10 0.10 46.78 15:31:00 15:04:01 3 46.69 0.00 6.17 0.08 0.08 46.97 15:31:00 15:04:01 4 48.19 0.00 6.82 0.52 0.08 44.39 15:31:00 15:04:01 5 47.52 0.00 5.89 0.47 0.10 46.01 15:31:00 15:04:01 6 48.66 0.00 5.40 0.17 0.08 45.69 15:31:00 15:04:01 7 47.47 0.00 6.79 1.06 0.10 44.58 15:31:00 15:05:01 all 29.16 0.00 7.14 1.19 0.08 62.43 15:31:00 15:05:01 0 29.11 0.00 6.40 0.69 0.07 63.72 15:31:00 15:05:01 1 28.99 0.00 8.21 7.18 0.08 55.54 15:31:00 15:05:01 2 28.87 0.00 6.17 0.07 0.08 64.81 15:31:00 15:05:01 3 29.45 0.00 7.48 0.76 0.08 62.22 15:31:00 15:05:01 4 29.05 0.00 7.16 0.17 0.07 63.55 15:31:00 15:05:01 5 27.80 0.00 7.86 0.02 0.07 64.26 15:31:00 15:05:01 6 27.45 0.00 5.77 0.03 0.07 66.68 15:31:00 15:05:01 7 32.58 0.00 8.11 0.58 0.12 58.62 15:31:00 15:06:01 all 8.99 0.00 5.65 16.60 0.43 68.33 15:31:00 15:06:01 0 9.19 0.00 5.82 8.86 0.55 75.58 15:31:00 15:06:01 1 8.91 0.00 6.63 49.14 0.39 34.93 15:31:00 15:06:01 2 8.89 0.00 4.38 8.20 0.40 78.12 15:31:00 15:06:01 3 8.62 0.00 5.22 8.72 0.51 76.93 15:31:00 15:06:01 4 9.24 0.00 5.70 14.71 0.42 69.93 15:31:00 15:06:01 5 9.19 0.00 5.16 4.79 0.29 80.58 15:31:00 15:06:01 6 9.25 0.00 5.71 12.35 0.37 72.32 15:31:00 15:06:01 7 8.58 0.00 6.61 26.17 0.54 58.10 15:31:00 15:07:01 all 6.02 0.00 4.45 22.54 0.05 66.93 15:31:00 15:07:01 0 6.33 0.00 5.62 66.94 0.05 21.06 15:31:00 15:07:01 1 6.46 0.00 3.51 8.31 0.07 81.65 15:31:00 15:07:01 2 6.44 0.00 3.77 7.73 0.02 82.05 15:31:00 15:07:01 3 5.47 0.00 4.68 10.26 0.05 79.55 15:31:00 15:07:01 4 5.78 0.00 5.09 58.96 0.05 30.12 15:31:00 15:07:01 5 6.68 0.00 3.72 8.54 0.05 81.01 15:31:00 15:07:01 6 5.39 0.00 4.40 7.49 0.03 82.69 15:31:00 15:07:01 7 5.65 0.00 4.86 12.49 0.07 76.93 15:31:00 15:08:01 all 53.11 0.00 7.54 9.03 0.11 30.22 15:31:00 15:08:01 0 54.35 0.00 6.84 5.09 0.10 33.62 15:31:00 15:08:01 1 53.55 0.00 7.23 0.47 0.10 38.65 15:31:00 15:08:01 2 52.80 0.00 7.88 6.60 0.12 32.60 15:31:00 15:08:01 3 53.61 0.00 6.90 5.29 0.08 34.12 15:31:00 15:08:01 4 53.05 0.00 8.20 25.23 0.10 13.43 15:31:00 15:08:01 5 53.29 0.00 7.07 1.13 0.08 38.42 15:31:00 15:08:01 6 51.19 0.00 8.59 0.90 0.15 39.18 15:31:00 15:08:01 7 52.99 0.00 7.67 27.53 0.12 11.69 15:31:00 15:09:01 all 25.05 0.00 6.89 19.90 0.07 48.08 15:31:00 15:09:01 0 23.87 0.00 7.55 9.67 0.07 58.84 15:31:00 15:09:01 1 25.11 0.00 6.64 13.55 0.07 54.64 15:31:00 15:09:01 2 23.90 0.00 5.94 3.87 0.07 66.22 15:31:00 15:09:01 3 24.25 0.00 7.03 26.05 0.07 42.60 15:31:00 15:09:01 4 25.59 0.00 6.11 16.28 0.07 51.94 15:31:00 15:09:01 5 25.70 0.00 6.45 22.20 0.07 45.58 15:31:00 15:09:01 6 26.63 0.00 8.28 32.12 0.08 32.89 15:31:00 15:09:01 7 25.35 0.00 7.13 35.52 0.08 31.91 15:31:00 15:10:01 all 11.33 0.00 4.78 24.68 0.08 59.14 15:31:00 15:10:01 0 11.58 0.00 4.43 10.43 0.07 73.49 15:31:00 15:10:01 1 10.77 0.00 4.82 10.16 0.08 74.18 15:31:00 15:10:01 2 12.02 0.00 4.11 9.98 0.05 73.84 15:31:00 15:10:01 3 11.76 0.00 3.83 53.16 0.07 31.18 15:31:00 15:10:01 4 11.74 0.00 5.30 33.58 0.08 49.30 15:31:00 15:10:01 5 10.98 0.00 5.30 19.52 0.08 64.12 15:31:00 15:10:01 6 10.74 0.00 5.50 46.57 0.08 37.10 15:31:00 15:10:01 7 11.01 0.00 4.95 13.96 0.10 69.99 15:31:00 15:11:01 all 24.05 0.00 5.71 21.93 0.09 48.22 15:31:00 15:11:01 0 23.38 0.00 5.50 12.92 0.07 58.12 15:31:00 15:11:01 1 25.11 0.00 5.17 14.17 0.08 55.46 15:31:00 15:11:01 2 23.52 0.00 5.76 28.43 0.10 42.18 15:31:00 15:11:01 3 22.89 0.00 5.43 40.58 0.08 31.02 15:31:00 15:11:01 4 23.61 0.00 5.96 32.81 0.10 37.52 15:31:00 15:11:01 5 24.28 0.00 4.99 10.17 0.07 60.49 15:31:00 15:11:01 6 24.46 0.00 6.11 19.28 0.08 50.07 15:31:00 15:11:01 7 25.18 0.00 6.73 17.19 0.12 50.79 15:31:00 15:12:01 all 20.05 0.00 4.98 18.12 0.08 56.77 15:31:00 15:12:01 0 19.83 0.00 5.48 11.23 0.08 63.37 15:31:00 15:12:01 1 19.30 0.00 5.12 22.84 0.07 52.67 15:31:00 15:12:01 2 20.21 0.00 5.06 28.72 0.08 45.92 15:31:00 15:12:01 3 20.79 0.00 5.32 11.31 0.08 62.49 15:31:00 15:12:01 4 18.82 0.00 4.40 17.62 0.05 59.11 15:31:00 15:12:01 5 20.87 0.00 5.18 22.32 0.07 51.57 15:31:00 15:12:01 6 20.58 0.00 5.15 8.08 0.08 66.11 15:31:00 15:12:01 7 20.02 0.00 4.15 22.87 0.10 52.86 15:31:00 15:13:01 all 7.55 0.00 1.14 0.77 0.18 90.35 15:31:00 15:13:01 0 7.22 0.00 1.30 0.27 0.15 91.06 15:31:00 15:13:01 1 8.03 0.00 1.34 0.27 0.17 90.20 15:31:00 15:13:01 2 7.46 0.00 1.17 0.35 0.20 90.81 15:31:00 15:13:01 3 5.35 0.00 0.89 0.12 0.25 93.40 15:31:00 15:13:01 4 7.62 0.00 0.95 4.66 0.13 86.62 15:31:00 15:13:01 5 6.35 0.00 0.68 0.13 0.13 92.70 15:31:00 15:13:01 6 9.37 0.00 1.12 0.17 0.17 89.17 15:31:00 15:13:01 7 9.04 0.00 1.64 0.20 0.27 88.85 15:31:00 15:31:00 15:13:01 CPU %user %nice %system %iowait %steal %idle 15:31:00 15:14:01 all 3.01 0.00 0.44 0.25 0.03 96.28 15:31:00 15:14:01 0 3.79 0.00 0.45 0.05 0.03 95.68 15:31:00 15:14:01 1 2.12 0.00 0.50 0.02 0.02 97.35 15:31:00 15:14:01 2 2.13 0.00 0.60 0.75 0.02 96.50 15:31:00 15:14:01 3 4.58 0.00 0.54 0.20 0.05 94.64 15:31:00 15:14:01 4 4.32 0.00 0.33 0.88 0.03 94.43 15:31:00 15:14:01 5 1.95 0.00 0.22 0.02 0.00 97.82 15:31:00 15:14:01 6 2.70 0.00 0.39 0.03 0.02 96.86 15:31:00 15:14:01 7 2.48 0.00 0.50 0.03 0.05 96.94 15:31:00 15:15:01 all 0.03 0.00 0.01 0.01 0.01 99.94 15:31:00 15:15:01 0 0.05 0.00 0.00 0.00 0.02 99.93 15:31:00 15:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 15:31:00 15:15:01 2 0.02 0.00 0.00 0.10 0.00 99.88 15:31:00 15:15:01 3 0.05 0.00 0.03 0.00 0.02 99.90 15:31:00 15:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 15:31:00 15:15:01 7 0.07 0.00 0.02 0.00 0.02 99.90 15:31:00 15:16:01 all 0.12 0.00 0.02 0.19 0.01 99.66 15:31:00 15:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 15:31:00 15:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:31:00 15:16:01 2 0.02 0.00 0.03 1.53 0.02 98.40 15:31:00 15:16:01 3 0.71 0.00 0.05 0.00 0.02 99.22 15:31:00 15:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 15:31:00 15:16:01 6 0.07 0.00 0.02 0.00 0.02 99.90 15:31:00 15:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 15:31:00 15:17:01 all 0.23 0.00 0.03 0.09 0.00 99.65 15:31:00 15:17:01 0 0.02 0.00 0.03 0.05 0.00 99.90 15:31:00 15:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:31:00 15:17:01 2 0.02 0.00 0.05 0.53 0.00 99.40 15:31:00 15:17:01 3 1.49 0.00 0.03 0.00 0.02 98.46 15:31:00 15:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:17:01 6 0.05 0.00 0.03 0.02 0.00 99.90 15:31:00 15:17:01 7 0.18 0.00 0.02 0.12 0.00 99.68 15:31:00 15:18:01 all 0.10 0.00 0.01 0.11 0.00 99.77 15:31:00 15:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:18:01 2 0.03 0.00 0.02 0.38 0.00 99.57 15:31:00 15:18:01 3 0.67 0.00 0.03 0.00 0.02 99.28 15:31:00 15:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:31:00 15:18:01 6 0.02 0.00 0.02 0.48 0.00 99.48 15:31:00 15:18:01 7 0.05 0.00 0.02 0.00 0.02 99.92 15:31:00 15:19:01 all 0.03 0.00 0.01 0.09 0.01 99.87 15:31:00 15:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:31:00 15:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:19:01 2 0.02 0.00 0.03 0.53 0.02 99.40 15:31:00 15:19:01 3 0.07 0.00 0.03 0.00 0.02 99.88 15:31:00 15:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:19:01 6 0.03 0.00 0.02 0.17 0.02 99.77 15:31:00 15:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:20:01 all 0.02 0.00 0.01 0.16 0.02 99.78 15:31:00 15:20:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:31:00 15:20:01 1 0.02 0.00 0.02 0.00 0.07 99.90 15:31:00 15:20:01 2 0.00 0.00 0.00 0.95 0.00 99.05 15:31:00 15:20:01 3 0.03 0.00 0.03 0.00 0.08 99.85 15:31:00 15:20:01 4 0.00 0.00 0.00 0.33 0.00 99.67 15:31:00 15:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 15:31:00 15:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:20:01 7 0.07 0.00 0.03 0.00 0.00 99.90 15:31:00 15:21:01 all 0.11 0.00 0.01 0.33 0.01 99.54 15:31:00 15:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:21:01 2 0.02 0.00 0.00 2.43 0.02 97.53 15:31:00 15:21:01 3 0.76 0.00 0.03 0.00 0.02 99.19 15:31:00 15:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 15:31:00 15:21:01 5 0.05 0.00 0.00 0.00 0.00 99.95 15:31:00 15:21:01 6 0.00 0.00 0.02 0.23 0.00 99.75 15:31:00 15:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:31:00 15:22:01 all 0.12 0.00 0.01 0.07 0.01 99.79 15:31:00 15:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:31:00 15:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:22:01 2 0.03 0.00 0.03 0.43 0.00 99.50 15:31:00 15:22:01 3 0.81 0.00 0.03 0.00 0.00 99.15 15:31:00 15:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:22:01 5 0.07 0.00 0.02 0.00 0.02 99.90 15:31:00 15:22:01 6 0.02 0.00 0.02 0.05 0.02 99.90 15:31:00 15:22:01 7 0.02 0.00 0.00 0.05 0.00 99.93 15:31:00 15:23:01 all 0.14 0.00 0.01 0.10 0.01 99.75 15:31:00 15:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 15:31:00 15:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:31:00 15:23:01 2 0.00 0.00 0.00 0.52 0.00 99.48 15:31:00 15:23:01 3 0.98 0.00 0.02 0.00 0.02 98.99 15:31:00 15:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 15:31:00 15:23:01 5 0.07 0.00 0.00 0.00 0.00 99.93 15:31:00 15:23:01 6 0.00 0.00 0.00 0.25 0.00 99.75 15:31:00 15:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:24:01 all 0.03 0.00 0.01 0.01 0.00 99.94 15:31:00 15:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:24:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:31:00 15:24:01 2 0.00 0.00 0.02 0.07 0.00 99.92 15:31:00 15:24:01 3 0.17 0.00 0.00 0.00 0.02 99.82 15:31:00 15:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:31:00 15:24:01 6 0.02 0.00 0.02 0.02 0.00 99.95 15:31:00 15:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:31:00 15:31:00 15:24:01 CPU %user %nice %system %iowait %steal %idle 15:31:00 15:25:01 all 0.05 0.00 0.02 0.06 0.01 99.87 15:31:00 15:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:31:00 15:25:01 2 0.02 0.00 0.00 0.42 0.02 99.55 15:31:00 15:25:01 3 0.22 0.00 0.08 0.00 0.02 99.68 15:31:00 15:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:25:01 5 0.08 0.00 0.02 0.00 0.02 99.88 15:31:00 15:25:01 6 0.02 0.00 0.02 0.05 0.00 99.92 15:31:00 15:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 15:31:00 15:26:01 all 0.16 0.00 0.01 0.02 0.00 99.81 15:31:00 15:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 15:31:00 15:26:01 2 0.02 0.00 0.02 0.07 0.00 99.90 15:31:00 15:26:01 3 1.21 0.00 0.02 0.00 0.00 98.78 15:31:00 15:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 15:31:00 15:26:01 6 0.02 0.00 0.00 0.07 0.00 99.92 15:31:00 15:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:27:01 all 0.26 0.00 0.02 0.07 0.00 99.64 15:31:00 15:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:27:01 2 0.05 0.00 0.05 0.40 0.00 99.50 15:31:00 15:27:01 3 1.89 0.00 0.07 0.00 0.02 98.03 15:31:00 15:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:27:01 5 0.03 0.00 0.03 0.00 0.02 99.92 15:31:00 15:27:01 6 0.02 0.00 0.00 0.12 0.00 99.87 15:31:00 15:27:01 7 0.02 0.00 0.02 0.03 0.00 99.93 15:31:00 15:28:01 all 0.04 0.00 0.01 0.07 0.01 99.88 15:31:00 15:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:31:00 15:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:28:01 2 0.03 0.00 0.00 0.08 0.02 99.87 15:31:00 15:28:01 3 0.13 0.00 0.03 0.00 0.02 99.82 15:31:00 15:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 15:31:00 15:28:01 5 0.07 0.00 0.03 0.00 0.00 99.90 15:31:00 15:28:01 6 0.00 0.00 0.00 0.45 0.02 99.53 15:31:00 15:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:31:00 15:29:01 all 0.02 0.00 0.01 0.06 0.01 99.90 15:31:00 15:29:01 0 0.03 0.00 0.00 0.00 0.02 99.95 15:31:00 15:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:31:00 15:29:01 2 0.03 0.00 0.03 0.18 0.00 99.75 15:31:00 15:29:01 3 0.03 0.00 0.03 0.00 0.03 99.90 15:31:00 15:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:31:00 15:29:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:31:00 15:29:01 6 0.00 0.00 0.00 0.27 0.00 99.73 15:31:00 15:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:31:00 15:30:01 all 4.76 0.00 2.06 2.82 0.09 90.26 15:31:00 15:30:01 0 5.79 0.00 1.98 0.03 0.05 92.15 15:31:00 15:30:01 1 5.05 0.00 1.81 0.84 0.05 92.25 15:31:00 15:30:01 2 3.72 0.00 2.75 5.09 0.08 88.36 15:31:00 15:30:01 3 4.67 0.00 1.55 0.05 0.13 93.60 15:31:00 15:30:01 4 4.02 0.00 2.29 0.89 0.10 92.71 15:31:00 15:30:01 5 3.52 0.00 2.49 3.50 0.10 90.39 15:31:00 15:30:01 6 5.36 0.00 1.93 12.09 0.10 80.52 15:31:00 15:30:01 7 5.99 0.00 1.71 0.10 0.10 92.09 15:31:00 Average: all 9.03 0.00 2.18 5.09 0.06 83.65 15:31:00 Average: 0 9.04 0.00 2.19 4.52 0.06 84.20 15:31:00 Average: 1 8.98 0.00 2.18 5.00 0.05 83.78 15:31:00 Average: 2 8.79 0.00 2.11 3.97 0.05 85.08 15:31:00 Average: 3 9.22 0.00 2.11 5.56 0.07 83.05 15:31:00 Average: 4 9.07 0.00 2.23 7.35 0.05 81.30 15:31:00 Average: 5 8.83 0.00 2.08 3.31 0.04 85.73 15:31:00 Average: 6 8.99 0.00 2.21 5.36 0.05 83.38 15:31:00 Average: 7 9.31 0.00 2.32 5.67 0.07 82.63 15:31:00 15:31:00 15:31:00