Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 88ad77027d783d3ac8e9165f21296ab9ea2526ae 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-ssh6936461142302070778.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-ssh17500941079709367272.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-ssh13238749922081984507.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-ssh4886143229134982408.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-ssh3000050036854266744.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2910 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/377 [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/377 # 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 88ad77027d783d3ac8e9165f21296ab9ea2526ae (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#4291)" > git rev-list --no-walk 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:17:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:17:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:17:09 ========================================================= 10:17:09 EdgeX Global Pipelines Version Info 10:17:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:17:10 ------------------- 10:17:10 stable info: 10:17:10 ------------------- 10:17:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:17:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:17:10 Message: update stable to v1.0.244 10:17:11 ------------------- 10:17:11 experimental info: 10:17:11 ------------------- 10:17:11 Commited By: **** collab-it+edgex@linuxfoundation.org 10:17:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 10:17:11 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88ad770 [Pipeline] echo 10:17:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:17:11 provisioning config files... 10:17:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config12159412321327933467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:17:11 ---> docker-login.sh 10:17:11 nexus3.edgexfoundry.org:10001 10:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:12 Configure a credential helper to remove this warning. See 10:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:12 10:17:12 Login Succeeded 10:17:12 nexus3.edgexfoundry.org:10002 10:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:12 Configure a credential helper to remove this warning. See 10:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:12 10:17:12 Login Succeeded 10:17:12 nexus3.edgexfoundry.org:10003 10:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:12 Configure a credential helper to remove this warning. See 10:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:12 10:17:12 Login Succeeded 10:17:12 nexus3.edgexfoundry.org:10004 10:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:12 Configure a credential helper to remove this warning. See 10:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:12 10:17:12 Login Succeeded 10:17:12 docker.io 10:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:12 Configure a credential helper to remove this warning. See 10:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:12 10:17:12 Login Succeeded 10:17:12 ---> docker-login.sh ends [Pipeline] } 10:17:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:17:13 + ls cmd/core-command/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 10:17:13 + + cut -d/ -f2 10:17:13 dirname cmd/core-command/Dockerfile 10:17:13 + echo core-command,cmd/core-command/Dockerfile 10:17:13 + + dirnamecut cmd/core-data/Dockerfile -d/ 10:17:13 -f2 10:17:13 + echo core-data,cmd/core-data/Dockerfile 10:17:13 + + cut -d/ -f2 10:17:13 dirname cmd/core-metadata/Dockerfile 10:17:13 + echo core-metadata,cmd/core-metadata/Dockerfile 10:17:13 + dirname cmd/security-bootstrapper/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:17:13 + dirname cmd/security-proxy-setup/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:17:13 + dirname cmd/security-secretstore-setup/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:17:13 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:17:13 + dirname cmd/security-spire-agent/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:17:13 + dirname cmd/security-spire-config/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:17:13 + dirname cmd/security-spire-server/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:17:13 + dirname cmd/support-notifications/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo support-notifications,cmd/support-notifications/Dockerfile 10:17:13 + dirname cmd/support-scheduler/Dockerfile 10:17:13 + cut -d/ -f2 10:17:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:17:13 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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 10:17:13 + git rev-list -1 --merges 88ad77027d783d3ac8e9165f21296ab9ea2526ae~1..88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo 10:17:13 -----------> git rev-list -1 --merges 88ad77027d783d3ac8e9165f21296ab9ea2526ae~1..88ad77027d783d3ac8e9165f21296ab9ea2526ae 88ad77027d783d3ac8e9165f21296ab9ea2526ae [false] [Pipeline] sh 10:17:13 + git log --format=format:%s -1 88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] echo 10:17:13 ========================================================= 10:17:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:17:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:17:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:17:14 + grep -v github /etc/ssh/ssh_known_hosts 10:17:14 + [ -e /tmp/ssh_known_hosts ] 10:17:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:17:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:17:14 + sudo tee -a /etc/ssh/ssh_known_hosts 10:17:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:17:14 10:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:17:15 0.1.4: Pulling from edgex-devops/py-git-semver 10:17:15 b85a868b505f: Pulling fs layer 10:17:15 e2be974225ed: Pulling fs layer 10:17:15 339a4e72a1f5: Pulling fs layer 10:17:15 988bab9f4d93: Pulling fs layer 10:17:15 1469e6f7b9e6: Pulling fs layer 10:17:15 eaf3925da568: Pulling fs layer 10:17:15 bab4dde63d76: Pulling fs layer 10:17:15 bde34c3a00c8: Pulling fs layer 10:17:15 b352a97aabf1: Pulling fs layer 10:17:15 4872d77fe225: Pulling fs layer 10:17:15 5851b861e8e6: Pulling fs layer 10:17:15 bab4dde63d76: Waiting 10:17:15 bde34c3a00c8: Waiting 10:17:15 b352a97aabf1: Waiting 10:17:15 4872d77fe225: Waiting 10:17:15 5851b861e8e6: Waiting 10:17:15 988bab9f4d93: Waiting 10:17:15 1469e6f7b9e6: Waiting 10:17:15 eaf3925da568: Waiting 10:17:15 e2be974225ed: Verifying Checksum 10:17:15 988bab9f4d93: Verifying Checksum 10:17:15 988bab9f4d93: Download complete 10:17:15 1469e6f7b9e6: Verifying Checksum 10:17:15 1469e6f7b9e6: Download complete 10:17:15 eaf3925da568: Verifying Checksum 10:17:15 eaf3925da568: Download complete 10:17:15 339a4e72a1f5: Download complete 10:17:15 bde34c3a00c8: Verifying Checksum 10:17:15 bde34c3a00c8: Download complete 10:17:15 b352a97aabf1: Verifying Checksum 10:17:15 b352a97aabf1: Download complete 10:17:15 4872d77fe225: Download complete 10:17:15 5851b861e8e6: Download complete 10:17:15 b85a868b505f: Verifying Checksum 10:17:15 b85a868b505f: Download complete 10:17:15 bab4dde63d76: Verifying Checksum 10:17:15 bab4dde63d76: Download complete 10:17:16 b85a868b505f: Pull complete 10:17:17 e2be974225ed: Pull complete 10:17:17 339a4e72a1f5: Pull complete 10:17:17 988bab9f4d93: Pull complete 10:17:17 1469e6f7b9e6: Pull complete 10:17:17 eaf3925da568: Pull complete 10:17:19 bab4dde63d76: Pull complete 10:17:19 bde34c3a00c8: Pull complete 10:17:20 b352a97aabf1: Pull complete 10:17:20 4872d77fe225: Pull complete 10:17:20 5851b861e8e6: Pull complete 10:17:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:17:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:17:20 prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container 10:17:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:17:22 $ docker top 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 -eo pid,comm 10:17:22 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). 10:17:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:17:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:17:22 [ssh-agent] Looking for ssh-agent implementation... 10:17:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:17:22 $ docker exec 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent 10:17:22 SSH_AUTH_SOCK=/tmp/ssh-fXxGonltSlOb/agent.33 10:17:22 SSH_AGENT_PID=39 10:17:22 Running ssh-add (command line suppressed) 10:17:22 Identity added: /w/workspace/edgex-go/377@tmp/private_key_14571236408626530849.key (/w/workspace/edgex-go/377@tmp/private_key_14571236408626530849.key) 10:17:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:17:22 + git tag --points-at HEAD [Pipeline] } 10:17:22 $ docker exec --env ******** --env ******** 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent -k 10:17:22 unset SSH_AUTH_SOCK; 10:17:22 unset SSH_AGENT_PID; 10:17:22 echo Agent pid 39 killed; 10:17:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:17:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:17:22 [ssh-agent] Looking for ssh-agent implementation... 10:17:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:17:23 $ docker exec 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent 10:17:23 SSH_AUTH_SOCK=/tmp/ssh-MWDDBNYykmzu/agent.72 10:17:23 SSH_AGENT_PID=77 10:17:23 Running ssh-add (command line suppressed) 10:17:23 Identity added: /w/workspace/edgex-go/377@tmp/private_key_10805390935701301634.key (/w/workspace/edgex-go/377@tmp/private_key_10805390935701301634.key) 10:17:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:17:23 + git semver init 10:17:23 2023-01-18 10:17:23,711 [run_init] DEBUG init version:0.0.0 force:False 10:17:23 2023-01-18 10:17:23,712 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/377/.semver 10:17:23 2023-01-18 10:17:23,712 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/377/.semver 10:17:23 2023-01-18 10:17:23,713 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/377/.semver'], cwd=/w/workspace/edgex-go/377, universal_newlines=False, shell=None, istream=None) 10:17:29 2023-01-18 10:17:28,214 [append_file] DEBUG append to file:/w/workspace/edgex-go/377/.git/info/exclude 10:17:29 2023-01-18 10:17:28,215 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/377/.semver/main with force:False 10:17:29 2023-01-18 10:17:28,215 [read_version] DEBUG read version from /w/workspace/edgex-go/377/.semver/main 10:17:29 2023-01-18 10:17:28,215 [read_version] DEBUG read version from /w/workspace/edgex-go/377/.semver/main 10:17:29 3.0.0-dev.22 [Pipeline] } 10:17:29 $ docker exec --env ******** --env ******** 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 ssh-agent -k 10:17:29 unset SSH_AUTH_SOCK; 10:17:29 unset SSH_AGENT_PID; 10:17:29 echo Agent pid 77 killed; 10:17:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:17:29 + git semver [Pipeline] } 10:17:29 $ docker stop --time=1 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 10:17:31 $ docker rm -f --volumes 3d8a2eff7cff1adb0e860af7a2babd0d5dd53268b2339a1ca60c02f935ba94f8 [Pipeline] // withDockerContainer [Pipeline] sh 10:17:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:17:31 Stashed 1 file(s) [Pipeline] echo 10:17:31 [edgeXSemver]: initialized semver on version 3.0.0-dev.22 [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 10:17:32 + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] echo 10:17:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:17:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:17:32 ========================================================= 10:17:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 10:17:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:17:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:17:32 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 10:17:32 213ec9aee27d: Pulling fs layer 10:17:32 4583459ba037: Pulling fs layer 10:17:32 93c1e223e6f2: Pulling fs layer 10:17:32 53926ce57604: Pulling fs layer 10:17:32 21b2b0c7a3f4: Pulling fs layer 10:17:32 22ff95d597cd: Pulling fs layer 10:17:32 12d6caf4c0d1: Pulling fs layer 10:17:32 96b7cbca73a9: Pulling fs layer 10:17:32 a7acece74701: Pulling fs layer 10:17:32 96b7cbca73a9: Waiting 10:17:32 21b2b0c7a3f4: Waiting 10:17:32 a7acece74701: Waiting 10:17:32 22ff95d597cd: Waiting 10:17:32 12d6caf4c0d1: Waiting 10:17:32 53926ce57604: Waiting 10:17:32 93c1e223e6f2: Download complete 10:17:32 4583459ba037: Download complete 10:17:32 21b2b0c7a3f4: Verifying Checksum 10:17:32 21b2b0c7a3f4: Download complete 10:17:32 22ff95d597cd: Verifying Checksum 10:17:32 22ff95d597cd: Download complete 10:17:32 213ec9aee27d: Download complete 10:17:32 12d6caf4c0d1: Verifying Checksum 10:17:32 12d6caf4c0d1: Download complete 10:17:32 213ec9aee27d: Pull complete 10:17:32 4583459ba037: Pull complete 10:17:32 93c1e223e6f2: Pull complete 10:17:33 a7acece74701: Verifying Checksum 10:17:33 a7acece74701: Download complete 10:17:33 53926ce57604: Verifying Checksum 10:17:33 53926ce57604: Download complete 10:17:34 96b7cbca73a9: Verifying Checksum 10:17:34 96b7cbca73a9: Download complete 10:17:37 53926ce57604: Pull complete 10:17:37 21b2b0c7a3f4: Pull complete 10:17:37 22ff95d597cd: Pull complete 10:17:37 12d6caf4c0d1: Pull complete 10:17:40 96b7cbca73a9: Pull complete 10:17:40 a7acece74701: Pull complete 10:17:40 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 10:17:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:17:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:17:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:17:40 WORKDIR /edgex 10:17:40 COPY go.mod . 10:17:40 RUN go mod download 10:17:40 + docker build -t ci-base-image-x86_64 -f - . 10:17:41 Sending build context to Docker daemon 170.1MB 10:17:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 10:17:41 ---> db6d94c90886 10:17:41 Step 2/4 : WORKDIR /edgex 10:17:43 ---> Running in b81b0c41137f 10:17:43 Removing intermediate container b81b0c41137f 10:17:43 ---> dcb0f5e91837 10:17:43 Step 3/4 : COPY go.mod . 10:17:43 ---> 27a97cf85be6 10:17:43 Step 4/4 : RUN go mod download 10:17:43 ---> Running in bae5a2a3227c 10:17:46 Still waiting to schedule task 10:17:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:17:58 Removing intermediate container bae5a2a3227c 10:17:58 ---> 7523e319af4e 10:17:58 Successfully built 7523e319af4e 10:17:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:59 + docker inspect -f . ci-base-image-x86_64 10:17:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:17:59 prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container 10:17:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:17:59 $ docker top 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:59 + go version 10:17:59 go version go1.18.7 linux/amd64 [Pipeline] } 10:17:59 $ docker stop --time=1 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb 10:18:01 $ docker rm -f --volumes 1f2a7445bd4996bdc45b47e2a0ef1cdf57d08af18943326123b623cefb5164fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:01 + docker inspect -f . ci-base-image-x86_64 10:18:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:18:01 prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container 10:18:01 $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:18:02 $ docker top e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c -eo pid,comm [Pipeline] { [Pipeline] echo 10:18:02 ========================================================= 10:18:02 [edgeXBuildGoParallel] Running Tests and Build... 10:18:02 ========================================================= [Pipeline] sh 10:18:02 + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] fileExists [Pipeline] sh 10:18:02 + make test 10:18:02 go test -race -coverprofile=coverage.out ./... 10:18:09 ? github.com/edgexfoundry/edgex-go [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.128s coverage: 98.5% of statements 10:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.088s coverage: 43.0% of statements 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:18:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.114s coverage: 54.0% of statements 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:18:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.401s coverage: 89.2% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.101s coverage: 2.4% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.507s coverage: 95.6% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/io 0.065s coverage: 72.2% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 60.0% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.079s coverage: 29.6% of statements 10:18:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 79.5% of statements 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 10:18:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 10:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 10:18:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 10:18:37 flag provided but not defined: -invalid 10:18:37 Usage of setupRegistryACL: 10:18:37 -configDir string 10:18:37 10:18:37 --- FAIL: TestMultipleExecuteCalls (0.00s) 10:18:37 --- FAIL: TestMultipleExecuteCalls/Good:setupRegistryACL_with_calling_Execute()_3_times (1.05s) 10:18:37 command_test.go:278: 10:18:37 Error Trace: /w/workspace/edgex-go/377/internal/security/bootstrapper/command/setupacl/command_test.go:278 10:18:37 Error: Received unexpected error: 10:18:37 failed to re-setup registry ACL: on 2nd time or later, failed to re-set up roles: failed to create EdgeX roles: failed to create edgex role: Post "http://127.0.0.1:39937/v1/consul/roles/role2": dial tcp 127.0.0.1:39937: connect: connection refused 10:18:37 Test: TestMultipleExecuteCalls/Good:setupRegistryACL_with_calling_Execute()_3_times 10:18:37 FAIL 10:18:37 coverage: 80.6% of statements 10:18:37 FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s 10:18:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.085s coverage: 86.9% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 77.4% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 64.7% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 65.3% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 41.8% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.149s coverage: 92.3% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.112s coverage: 97.7% of statements 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:18:45 FAIL 10:18:45 make: *** [Makefile:137: unittest] Error 1 [Pipeline] } 10:18:45 $ docker stop --time=1 e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c 10:18:47 $ docker rm -f --volumes e777b9d92daf8fe9f373d27a07344f67015b480c277c26cf4f212ee0b3267d4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:18:48 Failed in branch amd64 10:19:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2911 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:19:22 Running in /w/workspace/edgex-go/377 [Pipeline] { [Pipeline] checkout 10:19:22 The recommended git tool is: git 10:19:27 using credential edgex-jenkins-ssh 10:19:27 Cloning the remote Git repository 10:19:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:19:27 > git init /w/workspace/edgex-go/377 # timeout=10 10:19:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:19:27 > git --version # timeout=10 10:19:27 > git --version # 'git version 2.25.1' 10:19:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:45 Avoid second fetch 10:19:45 Checking out Revision 88ad77027d783d3ac8e9165f21296ab9ea2526ae (main) 10:19:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:19:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:45 > git config core.sparsecheckout # timeout=10 10:19:45 > git checkout -f 88ad77027d783d3ac8e9165f21296ab9ea2526ae # timeout=10 10:19:46 Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#4291)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:19:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:19:47 % Total % Received % Xferd Average Speed Time Time Time Current 10:19:47 Dload Upload Total Spent Left Speed 10:19:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh 10:19:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:19:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:19:48 + sudo tee /etc/docker/daemon.new 10:19:48 { 10:19:48 "registry-mirrors": [ 10:19:48 "https://nexus3.edgexfoundry.org:10001" 10:19:48 ], 10:19:48 "bip": "10.250.0.254/24", 10:19:48 "hosts": [ 10:19:48 "tcp://0.0.0.0:5555", 10:19:48 "unix:///var/run/docker.sock" 10:19:48 ], 10:19:48 "mtu": 1458, 10:19:48 "selinux-enabled": true, 10:19:48 "seccomp-profile": "/etc/docker/seccomp.json" 10:19:48 } [Pipeline] sh 10:19:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:19:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:20:07 provisioning config files... 10:20:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config15428923682673526107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:20:07 ---> docker-login.sh 10:20:07 nexus3.edgexfoundry.org:10001 10:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:20:08 Configure a credential helper to remove this warning. See 10:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:20:08 10:20:08 Login Succeeded 10:20:08 nexus3.edgexfoundry.org:10002 10:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:20:08 Configure a credential helper to remove this warning. See 10:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:20:08 10:20:08 Login Succeeded 10:20:08 nexus3.edgexfoundry.org:10003 10:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:20:08 Configure a credential helper to remove this warning. See 10:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:20:08 10:20:08 Login Succeeded 10:20:08 nexus3.edgexfoundry.org:10004 10:20:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:20:09 Configure a credential helper to remove this warning. See 10:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:20:09 10:20:09 Login Succeeded 10:20:09 docker.io 10:20:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:20:09 Configure a credential helper to remove this warning. See 10:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:20:09 10:20:09 Login Succeeded 10:20:09 ---> docker-login.sh ends [Pipeline] } 10:20:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:20:10 + git config --global --add safe.directory /w/workspace/edgex-go/377 [Pipeline] echo 10:20:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:20:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:20:10 ========================================================= 10:20:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 10:20:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:20:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:20:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:20:12 9b18e9b68314: Pulling fs layer 10:20:12 35d82f9e3411: Pulling fs layer 10:20:12 e16973657156: Pulling fs layer 10:20:12 fc693d55d65f: Pulling fs layer 10:20:12 7e9fc2657dce: Pulling fs layer 10:20:12 dda99020689f: Pulling fs layer 10:20:12 db1c61fa0a46: Pulling fs layer 10:20:12 891c053d2c06: Pulling fs layer 10:20:12 7e9fc2657dce: Waiting 10:20:12 dda99020689f: Waiting 10:20:12 db1c61fa0a46: Waiting 10:20:12 891c053d2c06: Waiting 10:20:12 fc693d55d65f: Waiting 10:20:12 e16973657156: Download complete 10:20:12 35d82f9e3411: Verifying Checksum 10:20:12 35d82f9e3411: Download complete 10:20:12 7e9fc2657dce: Download complete 10:20:12 dda99020689f: Download complete 10:20:12 9b18e9b68314: Verifying Checksum 10:20:12 9b18e9b68314: Download complete 10:20:13 9b18e9b68314: Pull complete 10:20:13 891c053d2c06: Verifying Checksum 10:20:13 891c053d2c06: Download complete 10:20:13 35d82f9e3411: Pull complete 10:20:14 e16973657156: Pull complete 10:20:14 db1c61fa0a46: Verifying Checksum 10:20:14 db1c61fa0a46: Download complete 10:20:15 fc693d55d65f: Verifying Checksum 10:20:15 fc693d55d65f: Download complete 10:20:27 fc693d55d65f: Pull complete 10:20:27 7e9fc2657dce: Pull complete 10:20:27 dda99020689f: Pull complete 10:20:34 db1c61fa0a46: Pull complete 10:20:35 891c053d2c06: Pull complete 10:20:35 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 10:20:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:20:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 10:20:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:20:36 WORKDIR /edgex 10:20:36 COPY go.mod . 10:20:36 RUN go mod download 10:20:36 + docker build -t ci-base-image-arm64 -f - . 10:20:36 Sending build context to Docker daemon 3.109MB 10:20:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 10:20:36 ---> f96f9c87975a 10:20:36 Step 2/4 : WORKDIR /edgex 10:20:39 ---> Running in fd47f5c26f53 10:20:39 Removing intermediate container fd47f5c26f53 10:20:39 ---> 2e86a9f37bdd 10:20:39 Step 3/4 : COPY go.mod . 10:20:40 ---> 6652848afa2f 10:20:40 Step 4/4 : RUN go mod download 10:20:40 ---> Running in fa0ff82feea9 10:21:12 Removing intermediate container fa0ff82feea9 10:21:12 ---> 9edb0feb92ca 10:21:12 Successfully built 9edb0feb92ca 10:21:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:12 + docker inspect -f . ci-base-image-arm64 10:21:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:13 prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container 10:21:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:21:14 $ docker top 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:15 + go version 10:21:15 go version go1.18.7 linux/arm64 [Pipeline] } 10:21:15 $ docker stop --time=1 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc 10:21:16 $ docker rm -f --volumes 7d0b749699a6e75fac18d8a41698326255b72aaf17e5423d59c09180255a88bc [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 10:21:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:21:17 10:21:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:21:17 latest: Pulling from edgex-devops/edgex-compose-arm64 10:21:17 29e5d40040c1: Pulling fs layer 10:21:17 1ce36da41761: Pulling fs layer 10:21:17 25b303627fd3: Pulling fs layer 10:21:18 29e5d40040c1: Verifying Checksum 10:21:18 29e5d40040c1: Download complete 10:21:18 1ce36da41761: Verifying Checksum 10:21:18 1ce36da41761: Download complete 10:21:18 29e5d40040c1: Pull complete 10:21:20 1ce36da41761: Pull complete 10:21:20 25b303627fd3: Verifying Checksum 10:21:20 25b303627fd3: Download complete 10:21:30 25b303627fd3: Pull complete 10:21:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:21:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:21:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:30 prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container 10:21:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:21:32 $ docker top 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:33 + docker-compose build --help 10:21:33 + grep parallel 10:21:37 --parallel Build images in parallel. [Pipeline] } 10:21:37 $ docker stop --time=1 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 10:21:39 $ docker rm -f --volumes 36a2c0092ab048908a4994aed7ff9ae4c86143d96ccb745e4e92cfcbb6cb5401 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:21:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:40 prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container 10:21:40 $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:21:41 $ docker top 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:41 + docker-compose -f ./docker-compose-build.yml build --parallel 10:21:46 Building core-command ... 10:21:46 Building core-data ... 10:21:46 Building core-metadata ... 10:21:46 Building security-bootstrapper ... 10:21:46 Building security-proxy-setup ... 10:21:46 Building security-secretstore-setup ... 10:21:46 Building security-spiffe-token-provider ... 10:21:46 Building security-spire-agent ... 10:21:46 Building security-spire-config ... 10:21:46 Building security-spire-server ... 10:21:46 Building support-notifications ... 10:21:46 Building support-scheduler ... 10:21:46 Building security-proxy-setup 10:21:46 Building core-data 10:21:46 Building security-spire-config 10:21:46 Building support-scheduler 10:21:46 Building core-metadata 10:21:58 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:21:58 ---> 9edb0feb92ca 10:21:58 Step 3/24 : ARG ADD_BUILD_TAGS="" 10:21:58 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:21:58 ---> 9edb0feb92ca 10:21:58 Step 3/24 : WORKDIR /edgex-go 10:21:58 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:21:58 ---> 9edb0feb92ca 10:21:58 Step 3/21 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:58 10:21:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:21:58 ---> 9edb0feb92ca 10:21:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:21:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:21:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:21:58 ---> 9edb0feb92ca 10:21:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:21:58 ---> Running in b5648d6eca18 10:21:58 ---> Running in 6b32c7dcf9f1 10:21:58 ---> Running in 46511ef96746 10:21:58 ---> Running in 08a1579adcc6 10:21:58 ---> Running in d18e973261ce 10:21:58 Removing intermediate container b5648d6eca18 10:21:58 ---> 6deb2bae2833 10:21:58 Step 4/22 : WORKDIR /edgex-go 10:21:58 ---> Running in 9409f99c5519 10:21:58 Removing intermediate container 08a1579adcc6 10:21:58 ---> 620e94407818 10:21:58 Step 4/21 : RUN apk add --update --no-cache make git 10:21:58 Removing intermediate container d18e973261ce 10:21:58 ---> 3c17922f9656 10:21:58 Step 4/22 : WORKDIR /edgex-go 10:21:58 ---> Running in fc40d32d5a98 10:21:58 Removing intermediate container 46511ef96746 10:21:58 ---> 9ba66f07989b 10:21:58 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:21:58 Removing intermediate container 6b32c7dcf9f1 10:21:58 ---> d1d22947585c 10:21:58 Step 4/24 : WORKDIR /edgex-go 10:21:58 ---> Running in b5aff0fc432f 10:21:58 ---> Running in 264d5affd077 10:21:58 ---> Running in 4007915cd978 10:21:58 Removing intermediate container 9409f99c5519 10:21:58 ---> 437c945df0b8 10:21:58 Step 5/22 : RUN apk add --update --no-cache make git 10:21:58 ---> Running in aaaeb625b9f9 10:21:58 Removing intermediate container b5aff0fc432f 10:21:58 ---> 45272cafa08a 10:21:58 Step 5/22 : RUN apk add --update --no-cache make git 10:21:58 ---> Running in 3dfce3deb3a6 10:21:58 Removing intermediate container 4007915cd978 10:21:58 ---> a3e26bd3f177 10:21:58 Step 5/24 : RUN apk add --update --no-cache make git 10:21:59 ---> Running in 873827d36355 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:22:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:22:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:22:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:22:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:22:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:22:01 OK: 221 MiB in 51 packages 10:22:01 OK: 221 MiB in 51 packages 10:22:02 OK: 221 MiB in 51 packages 10:22:03 OK: 221 MiB in 51 packages 10:22:03 OK: 221 MiB in 51 packages 10:22:04 Removing intermediate container 264d5affd077 10:22:04 ---> 6175959b0ffb 10:22:04 Step 5/24 : COPY go.mod vendor* ./ 10:22:04 Removing intermediate container fc40d32d5a98 10:22:04 ---> 96dd851f33b8 10:22:04 Step 5/21 : COPY go.mod vendor* ./ 10:22:04 Removing intermediate container aaaeb625b9f9 10:22:04 ---> 773e55a79309 10:22:04 Step 6/22 : COPY go.mod vendor* ./ 10:22:05 Removing intermediate container 3dfce3deb3a6 10:22:05 ---> e4f7effa4db6 10:22:05 Step 6/22 : COPY go.mod vendor* ./ 10:22:05 Removing intermediate container 873827d36355 10:22:05 ---> 998c9e3d63dc 10:22:05 Step 6/24 : COPY go.mod vendor* ./ 10:22:05 ---> 0d832faece32 10:22:05 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:05 ---> Running in ff0bb3d0d26d 10:22:05 ---> 56da7d777ea2 10:22:05 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:05 ---> be042c389866 10:22:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:05 ---> Running in b72693659c98 10:22:05 ---> 19e0f8b9891b 10:22:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:06 ---> Running in 40e178c69016 10:22:06 ---> Running in dfdf3ca66dde 10:22:06 ---> dba78efff6a3 10:22:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:22:06 ---> Running in 9adb7718ebf2 10:24:13 Removing intermediate container 40e178c69016 10:24:13 ---> 7c4b01cd32a4 10:24:13 Step 8/22 : COPY . . 10:24:13 Removing intermediate container dfdf3ca66dde 10:24:13 ---> ce602b52da8b 10:24:13 Step 8/22 : COPY . . 10:24:13 Removing intermediate container ff0bb3d0d26d 10:24:13 ---> b62944a1e5c3 10:24:13 Step 7/21 : COPY . . 10:24:13 Removing intermediate container 9adb7718ebf2 10:24:13 ---> c47d612e819c 10:24:13 Step 8/24 : COPY . . 10:24:13 Removing intermediate container b72693659c98 10:24:13 ---> 444b813f5f56 10:24:13 Step 7/24 : COPY . . 10:24:13 ---> f4a405514e12 10:24:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:24:13 ---> 02262c744920 10:24:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 10:24:13 ---> Running in 31df27d29005 10:24:13 ---> Running in a290c67b8b14 10:24:13 ---> 58f08c45d71b 10:24:13 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:24:13 ---> Running in b9e43b8a11be 10:24:13 ---> fb6bb2519080 10:24:13 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 10:24:13 ---> Running in 69ea7676aa04 10:24:13 ---> b7d1baa59c0c 10:24:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:24:13 ---> Running in 3d92b50f5436 10:24:13 Removing intermediate container 3d92b50f5436 10:24:13 ---> 407b55ae5655 10:24:13 Step 9/24 : WORKDIR /edgex-go/spire-build 10:24:13 ---> Running in 4d43fddcfabb 10:24:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:24:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:24:14 Removing intermediate container 4d43fddcfabb 10:24:14 ---> 264b30ada714 10:24:14 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 10:24:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:24:14 ---> Running in da21d8878f45 10:24:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:24:18 Removing intermediate container da21d8878f45 10:24:18 ---> 9b5131bc0d46 10:24:18 Step 11/24 : WORKDIR /edgex-go 10:24:19 ---> Running in ccc4c9ac739e 10:24:19 Removing intermediate container ccc4c9ac739e 10:24:19 ---> 587cccd3a376 10:24:19 10:24:19 Step 12/24 : FROM alpine:3.15 10:24:19 3.15: Pulling from library/alpine 10:24:21 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 10:24:21 Status: Downloaded newer image for alpine:3.15 10:24:21 ---> 8aa73fd46299 10:24:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:24:21 ---> Running in aa8deafef5f8 10:24:21 Removing intermediate container aa8deafef5f8 10:24:21 ---> 6bba3a1ea011 10:24:21 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:24:21 ---> Running in db35e0a8f1b9 10:24:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:24:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:24:26 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:24:26 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:24:26 OK: 15736 distinct packages available 10:24:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:24:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:24:28 (1/4) Installing dumb-init (1.2.5-r1) 10:24:28 (2/4) Installing musl-obstack (1.2.3-r0) 10:24:28 (3/4) Installing libucontext (1.1-r0) 10:24:28 (4/4) Installing gcompat (1.0.0-r4) 10:24:28 Executing busybox-1.34.1-r7.trigger 10:24:28 OK: 6 MiB in 18 packages 10:24:31 Removing intermediate container db35e0a8f1b9 10:24:31 ---> 70ed7a97c7a7 10:24:31 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:24:39 ---> 286420ae15c0 10:24:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:24:40 ---> bbb131725203 10:24:40 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:24:40 ---> Running in 849f18888956 10:24:41 Removing intermediate container 849f18888956 10:24:41 ---> 856fac854b1e 10:24:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:24:42 ---> e264c22a303d 10:24:42 Step 19/24 : WORKDIR / 10:24:43 ---> Running in 1eefbd544eca 10:24:43 Removing intermediate container 1eefbd544eca 10:24:43 ---> ad718c628de3 10:24:43 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:24:43 ---> Running in 0224bca8a4bf 10:24:44 Removing intermediate container 0224bca8a4bf 10:24:44 ---> 5c1d8279208c 10:24:44 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:24:44 ---> Running in d4b5cf0f6798 10:24:45 Removing intermediate container d4b5cf0f6798 10:24:45 ---> 39e617e6ef0e 10:24:45 Step 22/24 : LABEL arch=arm64 10:24:45 ---> Running in 5b26726099d6 10:24:45 Removing intermediate container 5b26726099d6 10:24:45 ---> 3d855e300a04 10:24:45 Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:24:46 ---> Running in 0d3fb1a7e6db 10:24:48 Removing intermediate container 0d3fb1a7e6db 10:24:48 ---> 77da15d69a9d 10:24:48 Step 24/24 : LABEL version=3.0.0-dev.22 10:24:48 ---> Running in 6cbdc5649c2d 10:24:48 Removing intermediate container 6cbdc5649c2d 10:24:48 ---> 1ba221b58f95 10:24:48 10:24:48 Successfully built 1ba221b58f95 10:24:48 Successfully tagged security-spire-config-arm64:latest 10:24:48  Building security-spire-config ... done Building security-spire-server 10:24:53 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:24:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:24:53 ---> 9edb0feb92ca 10:24:53 Step 3/23 : WORKDIR /edgex-go 10:24:53 ---> Using cache 10:24:53 ---> 9ba66f07989b 10:24:53 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 10:24:53 ---> Using cache 10:24:53 ---> 6175959b0ffb 10:24:53 Step 5/23 : COPY go.mod vendor* ./ 10:24:53 ---> Using cache 10:24:53 ---> 56da7d777ea2 10:24:53 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:24:53 ---> Using cache 10:24:53 ---> 444b813f5f56 10:24:53 Step 7/23 : COPY . . 10:24:53 ---> Using cache 10:24:53 ---> b7d1baa59c0c 10:24:53 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 10:24:53 ---> Using cache 10:24:53 ---> 407b55ae5655 10:24:53 Step 9/23 : WORKDIR /edgex-go/spire-build 10:24:53 ---> Using cache 10:24:53 ---> 264b30ada714 10:24:53 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 10:24:53 ---> Running in c0184446e598 10:24:57 Removing intermediate container c0184446e598 10:24:57 ---> 5f19e58b6e7d 10:24:57 Step 11/23 : WORKDIR /edgex-go 10:24:57 ---> Running in dac0d8278249 10:24:57 Removing intermediate container dac0d8278249 10:24:57 ---> b16977b99e58 10:24:57 10:24:57 Step 12/23 : FROM alpine:3.15 10:24:57 ---> 8aa73fd46299 10:24:57 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:24:57 ---> Using cache 10:24:57 ---> 6bba3a1ea011 10:24:57 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:24:57 ---> Running in 5c2f662f3f9e 10:24:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:25:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:25:02 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:25:02 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:25:02 OK: 15736 distinct packages available 10:25:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:25:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:25:04 (1/5) Installing dumb-init (1.2.5-r1) 10:25:04 (2/5) Installing musl-obstack (1.2.3-r0) 10:25:04 (3/5) Installing libucontext (1.1-r0) 10:25:04 (4/5) Installing gcompat (1.0.0-r4) 10:25:04 (5/5) Installing openssl (1.1.1s-r1) 10:25:04 Executing busybox-1.34.1-r7.trigger 10:25:04 OK: 6 MiB in 19 packages 10:25:06 Removing intermediate container 5c2f662f3f9e 10:25:06 ---> 7c2a8aae9f07 10:25:06 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:25:16 ---> c5752da7b9d8 10:25:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:25:16 ---> 06dc9ca5793a 10:25:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:25:18 ---> 6ab158487eb4 10:25:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:25:22 ---> 12ce3b9602b3 10:25:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:25:22 ---> Running in 6ed40cb3b5ff 10:25:22 Removing intermediate container 6ed40cb3b5ff 10:25:22 ---> 0207adbec1a9 10:25:22 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:25:22 ---> Running in 69d1ec744f32 10:25:23 Removing intermediate container 69d1ec744f32 10:25:23 ---> a58299e322a4 10:25:23 Step 21/23 : LABEL arch=arm64 10:25:23 ---> Running in 7075b72cbbbc 10:25:24 Removing intermediate container 7075b72cbbbc 10:25:24 ---> 84beb4fa339d 10:25:24 Step 22/23 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:25:24 ---> Running in d1e316a9aedf 10:25:25 Removing intermediate container d1e316a9aedf 10:25:25 ---> 38ee2f8fb2ec 10:25:25 Step 23/23 : LABEL version=3.0.0-dev.22 10:25:25 ---> Running in b028c8aa38a6 10:25:26 Removing intermediate container b028c8aa38a6 10:25:26 ---> 1d0721f4545a 10:25:26 10:25:26 Successfully built 1d0721f4545a 10:25:26 Successfully tagged security-spire-server-arm64:latest 10:25:26  Building security-spire-server ... done Building core-command 10:25:30 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:25:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:25:30 ---> 9edb0feb92ca 10:25:30 Step 3/23 : ARG ADD_BUILD_TAGS="" 10:25:30 ---> Using cache 10:25:30 ---> d1d22947585c 10:25:30 Step 4/23 : WORKDIR /edgex-go 10:25:30 ---> Using cache 10:25:30 ---> a3e26bd3f177 10:25:30 Step 5/23 : RUN apk add --update --no-cache make git 10:25:30 ---> Using cache 10:25:30 ---> 998c9e3d63dc 10:25:30 Step 6/23 : COPY go.mod vendor* ./ 10:25:30 ---> Using cache 10:25:30 ---> dba78efff6a3 10:25:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:25:30 ---> Using cache 10:25:30 ---> c47d612e819c 10:25:30 Step 8/23 : COPY . . 10:25:30 ---> Using cache 10:25:30 ---> fb6bb2519080 10:25:30 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 10:25:30 ---> Running in b5d493265c92 10:25:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:30:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:30:24 Removing intermediate container b9e43b8a11be 10:30:24 ---> d404c955c588 10:30:24 10:30:24 Step 9/21 : FROM alpine:3.16 10:30:24 3.16: Pulling from library/alpine 10:30:25 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 10:30:25 Status: Downloaded newer image for alpine:3.16 10:30:25 ---> 2b4661558fb8 10:30:25 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 10:30:25 ---> Running in 9a64b123489c 10:30:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:30:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:30:29 (1/6) Installing ca-certificates (20220614-r0) 10:30:29 (2/6) Installing brotli-libs (1.0.9-r6) 10:30:29 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:30:29 (4/6) Installing libcurl (7.83.1-r5) 10:30:29 (5/6) Installing curl (7.83.1-r5) 10:30:29 (6/6) Installing dumb-init (1.2.5-r1) 10:30:29 Executing busybox-1.35.0-r17.trigger 10:30:29 Executing ca-certificates-20220614-r0.trigger 10:30:29 OK: 8 MiB in 20 packages 10:30:32 Removing intermediate container 9a64b123489c 10:30:32 ---> 39fdc11d33d0 10:30:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:30:32 ---> Running in 586a369fa3b0 10:30:33 Removing intermediate container 586a369fa3b0 10:30:33 ---> 375099d988a0 10:30:33 Step 12/21 : WORKDIR /edgex 10:30:33 ---> Running in 4b6746a59838 10:30:33 Removing intermediate container 4b6746a59838 10:30:33 ---> 8e4ce9396028 10:30:33 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:30:34 ---> 51bf0c13eded 10:30:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:30:36 ---> b9042d8e6d93 10:30:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:30:37 ---> 12fb7caa60b0 10:30:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:30:38 ---> dd646ce37959 10:30:38 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:30:38 ---> Running in 43271dc6f7e4 10:30:41 Removing intermediate container 43271dc6f7e4 10:30:41 ---> ed6af3102de1 10:30:41 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 10:30:41 ---> Running in 0f6553e117ea 10:30:42 Removing intermediate container 0f6553e117ea 10:30:42 ---> 9f69668220d4 10:30:42 Step 19/21 : LABEL arch=arm64 10:30:42 ---> Running in cca0f956f2da 10:30:43 Removing intermediate container cca0f956f2da 10:30:43 ---> 9552d2c571e9 10:30:43 Step 20/21 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:30:43 ---> Running in 212f33562c49 10:30:43 Removing intermediate container 212f33562c49 10:30:43 ---> cdf79b71b7be 10:30:43 Step 21/21 : LABEL version=3.0.0-dev.22 10:30:43 ---> Running in cbdeebe4dbda 10:30:44 Removing intermediate container cbdeebe4dbda 10:30:44 ---> 08695942f907 10:30:44 10:30:44 Successfully built 08695942f907 10:30:44 Successfully tagged security-proxy-setup-arm64:latest 10:30:44  Building security-proxy-setup ... done Building security-bootstrapper 10:30:47 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:30:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:30:47 ---> 9edb0feb92ca 10:30:47 Step 3/32 : WORKDIR /edgex-go 10:30:47 ---> Using cache 10:30:47 ---> 9ba66f07989b 10:30:47 Step 4/32 : RUN apk add --update --no-cache make git 10:30:47 ---> Running in e53eedf81464 10:30:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:30:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:30:51 OK: 221 MiB in 51 packages 10:30:52 Removing intermediate container e53eedf81464 10:30:52 ---> 42ac9395cfdb 10:30:52 Step 5/32 : COPY go.mod vendor* ./ 10:30:53 ---> f8da994e6882 10:30:53 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:30:53 ---> Running in 24cf940c1835 10:31:26 Removing intermediate container 69ea7676aa04 10:31:26 ---> 388823a1aea1 10:31:26 10:31:26 Step 10/24 : FROM alpine:3.16 10:31:26 ---> 2b4661558fb8 10:31:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:31:26 Removing intermediate container a290c67b8b14 10:31:26 ---> 8dae0555bf7e 10:31:26 10:31:26 Step 10/22 : FROM alpine:3.16 10:31:26 ---> 2b4661558fb8 10:31:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:31:26 ---> Running in 0e5478e23c6c 10:31:26 ---> Running in 2c4db2d791b5 10:31:27 Removing intermediate container 2c4db2d791b5 10:31:27 ---> 292d1dd6009f 10:31:27 Step 12/22 : ENV APP_PORT=59880 10:31:27 ---> Running in 5f9706d56697 10:31:28 Removing intermediate container 5f9706d56697 10:31:28 ---> 4c3264d24e6c 10:31:28 Step 13/22 : EXPOSE $APP_PORT 10:31:28 ---> Running in 27830d5cf820 10:31:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:29 Removing intermediate container 27830d5cf820 10:31:29 ---> b71be7f698aa 10:31:29 Step 14/22 : RUN apk add --update --no-cache dumb-init 10:31:29 ---> Running in 7c339d812ad1 10:31:31 (1/1) Installing dumb-init (1.2.5-r1) 10:31:31 Executing busybox-1.35.0-r17.trigger 10:31:31 OK: 5 MiB in 15 packages 10:31:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:32 Removing intermediate container 0e5478e23c6c 10:31:32 ---> 8007858fcb1c 10:31:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:31:32 ---> Running in 64475663c9dd 10:31:33 (1/1) Installing dumb-init (1.2.5-r1) 10:31:33 Executing busybox-1.35.0-r17.trigger 10:31:33 OK: 5 MiB in 15 packages 10:31:33 Removing intermediate container 64475663c9dd 10:31:33 ---> ab1b816b65f2 10:31:33 Step 13/24 : ENV APP_PORT=59881 10:31:33 ---> Running in 9d3f987eeb65 10:31:34 Removing intermediate container 9d3f987eeb65 10:31:34 ---> a95cceae29f8 10:31:34 Step 14/24 : EXPOSE $APP_PORT 10:31:34 ---> Running in bf9ddbd63c2c 10:31:35 Removing intermediate container bf9ddbd63c2c 10:31:35 ---> d3b9aacfe6d0 10:31:35 Step 15/24 : WORKDIR / 10:31:35 Removing intermediate container 7c339d812ad1 10:31:35 ---> 8cf521687416 10:31:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:35 ---> Running in 3d95ecd69111 10:31:36 Removing intermediate container 3d95ecd69111 10:31:36 ---> 76c90e2c5759 10:31:36 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:36 ---> ab2e24deabdc 10:31:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:31:37 ---> 28cdc56f4849 10:31:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:31:38 ---> b81e70287cc7 10:31:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:31:39 ---> 0e9306607064 10:31:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:31:40 ---> 1333413211b8 10:31:40 Step 18/22 : ENTRYPOINT ["/core-data"] 10:31:40 ---> Running in 63368eb1d3c7 10:31:40 ---> bfc8099e2c30 10:31:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:31:41 Removing intermediate container 63368eb1d3c7 10:31:41 ---> 6baeb9718be8 10:31:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:31:41 ---> Running in 966d07cb2360 10:31:43 Removing intermediate container 966d07cb2360 10:31:43 ---> 3f36b70cf71d 10:31:43 Step 20/22 : LABEL arch=arm64 10:31:43 ---> 9dd1fa920729 10:31:43 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:31:43 ---> Running in 581b7ca69f74 10:31:43 ---> Running in d68d8443b203 10:31:44 Removing intermediate container 581b7ca69f74 10:31:44 ---> fd69dec3b8de 10:31:44 Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:31:44 Removing intermediate container d68d8443b203 10:31:44 ---> 5c730dadafc8 10:31:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:31:44 ---> Running in a4db73ee99e3 10:31:44 ---> Running in 3b5711572712 10:31:45 Removing intermediate container a4db73ee99e3 10:31:45 ---> 85838aa1fcd5 10:31:45 Step 22/22 : LABEL version=3.0.0-dev.22 10:31:45 Removing intermediate container 3b5711572712 10:31:45 ---> c1b99ee76e80 10:31:45 Step 22/24 : LABEL arch=arm64 10:31:45 ---> Running in 7def70ef0ca1 10:31:45 ---> Running in 14ba78bbf832 10:31:46 Removing intermediate container 7def70ef0ca1 10:31:46 ---> b8b8101c8b76 10:31:46 10:31:46 Successfully built b8b8101c8b76 10:31:46 Successfully tagged core-data-arm64:latest 10:31:46  Building core-data ... done Building support-notifications 10:31:46 Removing intermediate container 14ba78bbf832 10:31:46 ---> f12231d39051 10:31:46 Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:31:46 ---> Running in 50388429c142 10:31:47 Removing intermediate container 50388429c142 10:31:47 ---> ea0eeeb5e469 10:31:47 Step 24/24 : LABEL version=3.0.0-dev.22 10:31:47 ---> Running in 7fcde9ad00ff 10:31:48 Removing intermediate container 7fcde9ad00ff 10:31:48 ---> 83ca37a0e57e 10:31:48 10:31:48 Successfully built 83ca37a0e57e 10:31:49 Successfully tagged core-metadata-arm64:latest 10:31:49 Building security-spiffe-token-provider 10:31:51  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:31:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:31:51 ---> 9edb0feb92ca 10:31:51 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:31:51 ---> Using cache 10:31:51 ---> d1d22947585c 10:31:51 Step 4/22 : WORKDIR /edgex-go 10:31:51 ---> Using cache 10:31:51 ---> a3e26bd3f177 10:31:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:31:51 ---> Running in fe32c26e23f0 10:31:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:31:54 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:31:54 Step 2/19 : FROM ${BUILDER_BASE} AS builder 10:31:54 ---> 9edb0feb92ca 10:31:54 Step 3/19 : WORKDIR /edgex-go 10:31:54 ---> Using cache 10:31:54 ---> 9ba66f07989b 10:31:54 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 10:31:55 OK: 221 MiB in 51 packages 10:31:56 ---> Running in 2d11f1c3784c 10:31:58 Removing intermediate container fe32c26e23f0 10:31:58 ---> 28d0e9f68b57 10:31:58 Step 6/22 : COPY go.mod vendor* ./ 10:31:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:31:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:32:00 ---> 93384eedce8f 10:32:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:00 v3.16.3-125-gdeedb1d818 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 10:32:00 v3.16.3-126-g19213cd943 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 10:32:00 OK: 16900 distinct packages available 10:32:00 ---> Running in 10ab8f51beb3 10:32:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:32:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:32:02 OK: 221 MiB in 51 packages 10:32:04 Removing intermediate container 2d11f1c3784c 10:32:04 ---> 208517187327 10:32:04 Step 5/19 : COPY go.mod vendor* ./ 10:32:06 ---> ae7453ac1b3b 10:32:06 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:06 ---> Running in 0b94ba108b48 10:32:07 Removing intermediate container b5d493265c92 10:32:07 ---> c3804a00e3e3 10:32:07 10:32:07 Step 10/23 : FROM alpine:3.16 10:32:07 ---> 2b4661558fb8 10:32:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:32:07 ---> Using cache 10:32:07 ---> 8007858fcb1c 10:32:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:32:07 ---> Using cache 10:32:07 ---> ab1b816b65f2 10:32:07 Step 13/23 : ENV APP_PORT=59882 10:32:07 ---> Running in 7f6d29195f72 10:32:08 Removing intermediate container 7f6d29195f72 10:32:08 ---> d2be5801484c 10:32:08 Step 14/23 : EXPOSE $APP_PORT 10:32:09 ---> Running in 5e9e5739ad6d 10:32:10 Removing intermediate container 5e9e5739ad6d 10:32:10 ---> fe97c7f0eea8 10:32:10 Step 15/23 : WORKDIR / 10:32:10 ---> Running in 917fd541f3df 10:32:11 Removing intermediate container 917fd541f3df 10:32:11 ---> 6b03672da580 10:32:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:32:13 ---> 16cefaadf49c 10:32:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:32:16 ---> 8ae1d580067b 10:32:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:32:17 ---> b38aad7b8cfd 10:32:17 Step 19/23 : ENTRYPOINT ["/core-command"] 10:32:17 ---> Running in e29c8755ec97 10:32:18 Removing intermediate container e29c8755ec97 10:32:18 ---> a91f388dd8e9 10:32:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:32:18 ---> Running in 160017b07096 10:32:20 Removing intermediate container 160017b07096 10:32:20 ---> 9ff0ec4ccba9 10:32:20 Step 21/23 : LABEL arch=arm64 10:32:20 ---> Running in 90fe5e5ce64d 10:32:21 Removing intermediate container 90fe5e5ce64d 10:32:21 ---> fc45493001b5 10:32:21 Step 22/23 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:32:21 ---> Running in 020df7cac317 10:32:22 Removing intermediate container 020df7cac317 10:32:22 ---> 0ca8d470771e 10:32:22 Step 23/23 : LABEL version=3.0.0-dev.22 10:32:22 ---> Running in c02e1294ff7f 10:32:23 Removing intermediate container c02e1294ff7f 10:32:23 ---> 95e789114d39 10:32:23 10:32:23 Successfully built 95e789114d39 10:32:24 Successfully tagged core-command-arm64:latest 10:32:24 Building security-spire-agent 10:32:29  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:32:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:32:29 ---> 9edb0feb92ca 10:32:29 Step 3/24 : WORKDIR /edgex-go 10:32:29 ---> Using cache 10:32:29 ---> 9ba66f07989b 10:32:29 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:32:29 ---> Using cache 10:32:29 ---> 6175959b0ffb 10:32:29 Step 5/24 : COPY go.mod vendor* ./ 10:32:29 ---> Using cache 10:32:29 ---> 56da7d777ea2 10:32:29 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:29 ---> Using cache 10:32:29 ---> 444b813f5f56 10:32:29 Step 7/24 : COPY . . 10:32:29 ---> Using cache 10:32:29 ---> b7d1baa59c0c 10:32:29 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:32:29 ---> Using cache 10:32:29 ---> 407b55ae5655 10:32:29 Step 9/24 : WORKDIR /edgex-go/spire-build 10:32:29 ---> Using cache 10:32:29 ---> 264b30ada714 10:32:29 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 10:32:29 ---> Using cache 10:32:29 ---> 9b5131bc0d46 10:32:29 Step 11/24 : WORKDIR /edgex-go 10:32:29 ---> Using cache 10:32:29 ---> 587cccd3a376 10:32:29 10:32:29 Step 12/24 : FROM alpine:3.15 10:32:29 ---> 8aa73fd46299 10:32:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:32:29 ---> Using cache 10:32:29 ---> 6bba3a1ea011 10:32:29 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:32:29 ---> Using cache 10:32:29 ---> 7c2a8aae9f07 10:32:29 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:32:36 ---> c8b4e92a2a2f 10:32:36 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:32:40 Removing intermediate container 24cf940c1835 10:32:40 ---> 71b537589bee 10:32:40 Step 7/32 : COPY . . 10:32:42 ---> 9d1d83ca352a 10:32:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:32:43 ---> d3e30f1cb871 10:32:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:32:43 ---> 1fafd9895448 10:32:43 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:32:43 ---> Running in 5438132d72dd 10:32:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:32:48 ---> 13863a6e6f06 10:32:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:32:49 ---> 880cbace75a5 10:32:49 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:32:49 ---> Running in 894c09d19b38 10:32:50 Removing intermediate container 894c09d19b38 10:32:50 ---> 7ee7c8182a97 10:32:50 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:32:50 ---> Running in 9acfa30a048d 10:32:51 Removing intermediate container 9acfa30a048d 10:32:51 ---> c0af6beb4009 10:32:51 Step 22/24 : LABEL arch=arm64 10:32:51 ---> Running in 5f857d9a5f1b 10:32:52 Removing intermediate container 5f857d9a5f1b 10:32:52 ---> 25cc6e69fb82 10:32:52 Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:32:52 ---> Running in f02b12ce8bbb 10:32:52 Removing intermediate container f02b12ce8bbb 10:32:52 ---> 946f0c8a919d 10:32:52 Step 24/24 : LABEL version=3.0.0-dev.22 10:32:52 ---> Running in edacc7b9a767 10:32:54 Removing intermediate container edacc7b9a767 10:32:54 ---> df77a10c33b2 10:32:54 10:32:54 Successfully built df77a10c33b2 10:32:54 Successfully tagged security-spire-agent-arm64:latest 10:32:54  Building security-spire-agent ... done Building security-secretstore-setup 10:32:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:32:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:32:59 ---> 9edb0feb92ca 10:32:59 Step 3/24 : WORKDIR /edgex-go 10:32:59 ---> Using cache 10:32:59 ---> 9ba66f07989b 10:32:59 Step 4/24 : RUN apk add --update --no-cache make git 10:32:59 ---> Using cache 10:32:59 ---> 42ac9395cfdb 10:32:59 Step 5/24 : COPY go.mod vendor* ./ 10:32:59 ---> Using cache 10:32:59 ---> f8da994e6882 10:32:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:32:59 ---> Using cache 10:32:59 ---> 71b537589bee 10:32:59 Step 7/24 : COPY . . 10:32:59 ---> Using cache 10:32:59 ---> 1fafd9895448 10:32:59 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:33:00 ---> Running in 82ee51721d69 10:33:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:33:34 Removing intermediate container 31df27d29005 10:33:34 ---> 081d3451b738 10:33:34 10:33:34 Step 10/22 : FROM alpine:3.16 10:33:34 ---> 2b4661558fb8 10:33:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:33:34 ---> Using cache 10:33:34 ---> 8007858fcb1c 10:33:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:33:34 ---> Using cache 10:33:34 ---> ab1b816b65f2 10:33:34 Step 13/22 : ENV APP_PORT=59861 10:33:34 ---> Running in cc2703957dc0 10:33:34 Removing intermediate container cc2703957dc0 10:33:34 ---> 4f7afc306aef 10:33:34 Step 14/22 : EXPOSE $APP_PORT 10:33:34 ---> Running in 23252ce752f1 10:33:35 Removing intermediate container 23252ce752f1 10:33:35 ---> f205838c9baa 10:33:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:33:38 ---> d2ef694ac51e 10:33:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:33:43 ---> eb7336e40a0c 10:33:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:33:45 ---> 0b57890398d6 10:33:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:33:45 ---> Running in 80aaf8c1d2a4 10:33:46 Removing intermediate container 80aaf8c1d2a4 10:33:46 ---> fded2d83823f 10:33:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:33:47 ---> Running in 1ef67e2d7e01 10:33:47 Removing intermediate container 1ef67e2d7e01 10:33:47 ---> c64a5752d6b7 10:33:47 Step 20/22 : LABEL arch=arm64 10:33:47 ---> Running in ad7a31fdc242 10:33:49 Removing intermediate container 10ab8f51beb3 10:33:49 ---> 163e4e420464 10:33:49 Step 8/22 : COPY . . 10:33:50 Removing intermediate container ad7a31fdc242 10:33:50 ---> b51f17493b12 10:33:50 Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:33:50 ---> Running in 610ea00a6f3f 10:33:51 Removing intermediate container 610ea00a6f3f 10:33:51 ---> c6ea63413c2d 10:33:51 Step 22/22 : LABEL version=3.0.0-dev.22 10:33:51 ---> Running in 6cee2d7ea95e 10:33:52 Removing intermediate container 6cee2d7ea95e 10:33:52 ---> 7dfbd5ba64b8 10:33:52 10:33:52 Successfully built 7dfbd5ba64b8 10:33:52 Successfully tagged support-scheduler-arm64:latest 10:33:53  Building support-scheduler ... done  ---> 657ec373ea1e 10:33:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:33:54 ---> Running in 509666635ba0 10:33:56 Removing intermediate container 0b94ba108b48 10:33:56 ---> cf7adfea964b 10:33:56 Step 7/19 : COPY . . 10:33:56 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:33:58 ---> c28f75be2c59 10:33:58 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:33:58 ---> Running in 07afce1695cf 10:34:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:37:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:37:22 Removing intermediate container 5438132d72dd 10:37:22 ---> 5d5db7b43c9c 10:37:22 10:37:22 Step 9/32 : FROM alpine:3.16 10:37:22 ---> 2b4661558fb8 10:37:22 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:37:22 ---> Running in 1ea89c88469a 10:37:22 Removing intermediate container 1ea89c88469a 10:37:22 ---> bcbfd7f7742c 10:37:22 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 10:37:22 ---> Running in 922fbc0ad4ad 10:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:37:25 (1/2) Installing dumb-init (1.2.5-r1) 10:37:25 (2/2) Installing su-exec (0.2-r1) 10:37:25 Executing busybox-1.35.0-r17.trigger 10:37:25 OK: 5 MiB in 16 packages 10:37:26 Removing intermediate container 922fbc0ad4ad 10:37:26 ---> 004b8dcd3894 10:37:26 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 10:37:26 ---> Running in a86107203749 10:37:27 Removing intermediate container a86107203749 10:37:27 ---> e48c07f1f1c1 10:37:27 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:37:27 ---> Running in d44830d2ee00 10:37:30 Removing intermediate container d44830d2ee00 10:37:30 ---> e069a41a4a44 10:37:30 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:37:30 ---> Running in fc4f727fd14b 10:37:31 Removing intermediate container fc4f727fd14b 10:37:31 ---> ffe1ff62e749 10:37:31 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 10:37:31 ---> Running in 84ddaf214891 10:37:32 Removing intermediate container 84ddaf214891 10:37:32 ---> f36dccc5e6ca 10:37:32 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 10:37:32 ---> Running in d349fac3ee83 10:37:34 Removing intermediate container 82ee51721d69 10:37:34 ---> 6d869f55f713 10:37:34 10:37:34 Step 9/24 : FROM alpine:3.16 10:37:34 ---> 2b4661558fb8 10:37:34 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:37:34 ---> Running in 8691f61724d9 10:37:35 Removing intermediate container d349fac3ee83 10:37:35 ---> 7858d45ecd26 10:37:35 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 10:37:36 ---> Running in 786252f0fcd1 10:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:37:36 Removing intermediate container 786252f0fcd1 10:37:36 ---> a5f3fc7334c1 10:37:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:37:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:37:37 ---> 699410833f1c 10:37:37 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:37:37 ---> Running in 97a851e98b5f 10:37:38 (1/3) Installing ca-certificates (20220614-r0) 10:37:38 (2/3) Installing dumb-init (1.2.5-r1) 10:37:38 (3/3) Installing su-exec (0.2-r1) 10:37:38 Executing busybox-1.35.0-r17.trigger 10:37:38 Executing ca-certificates-20220614-r0.trigger 10:37:39 OK: 6 MiB in 17 packages 10:37:43 Removing intermediate container 97a851e98b5f 10:37:43 ---> 918ba0200176 10:37:43 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:37:43 Removing intermediate container 8691f61724d9 10:37:43 ---> e712f694a912 10:37:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:37:44 ---> Running in 79e55da76e60 10:37:44 ---> 991d4e42101e 10:37:44 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:37:44 Removing intermediate container 79e55da76e60 10:37:44 ---> f51125bcc390 10:37:44 Step 12/24 : WORKDIR / 10:37:44 ---> Running in 730ece522fd8 10:37:45 Removing intermediate container 730ece522fd8 10:37:45 ---> 9bef8848cd54 10:37:45 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:37:47 ---> ffe6054772dc 10:37:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:37:47 ---> 16433c336acf 10:37:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:37:48 ---> cc66d99daa29 10:37:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:37:48 ---> 5e13af6643e4 10:37:48 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:37:49 ---> 73794e278bdf 10:37:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:37:49 ---> 066ce383ed75 10:37:49 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 10:37:50 ---> 018f586295a0 10:37:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:37:50 ---> 95b907cf544a 10:37:50 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:37:52 ---> 01d077c091d8 10:37:52 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:37:52 ---> fbe99d37aebc 10:37:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:37:53 ---> 4eb017ea37f5 10:37:53 Step 27/32 : RUN chmod +x /entrypoint.sh 10:37:53 ---> Running in d6ab3e660493 10:37:56 ---> 9d9a897463ea 10:37:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:37:57 ---> 6c061170caa6 10:37:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:37:57 ---> Running in 2423f54ea12f 10:37:58 Removing intermediate container d6ab3e660493 10:37:58 ---> c0299a4867fe 10:37:58 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:37:58 ---> Running in e7dc54e5146d 10:37:59 Removing intermediate container e7dc54e5146d 10:37:59 ---> 2008e2aa65a1 10:37:59 Step 29/32 : CMD ["gate"] 10:37:59 ---> Running in 5215bc068b6e 10:37:59 Removing intermediate container 5215bc068b6e 10:37:59 ---> 8fedd43d8fbf 10:37:59 Step 30/32 : LABEL arch=arm64 10:37:59 ---> Running in 860c86d07f4f 10:38:00 Removing intermediate container 860c86d07f4f 10:38:00 ---> 7d3e57881a4b 10:38:00 Step 31/32 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:38:00 ---> Running in 7826b769cda9 10:38:01 Removing intermediate container 7826b769cda9 10:38:01 ---> 18c95c3ee73b 10:38:01 Step 32/32 : LABEL version=3.0.0-dev.22 10:38:01 Removing intermediate container 2423f54ea12f 10:38:01 ---> ef9db655bcac 10:38:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:38:01 ---> Running in 4fa0320b298b 10:38:01 ---> Running in 8c1c109b81d3 10:38:02 Removing intermediate container 8c1c109b81d3 10:38:02 ---> 010d158587ea 10:38:02 Step 22/24 : LABEL arch=arm64 10:38:02 Removing intermediate container 4fa0320b298b 10:38:02 ---> b69c5ce29659 10:38:02 10:38:02 ---> Running in 1062c5192895 10:38:02 Successfully built b69c5ce29659 10:38:02 Successfully tagged security-bootstrapper-arm64:latest 10:38:02  Building security-bootstrapper ... done Removing intermediate container 1062c5192895 10:38:02 ---> b5d715818b47 10:38:02 Step 23/24 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:38:03 ---> Running in a86f4c3520ba 10:38:03 Removing intermediate container a86f4c3520ba 10:38:03 ---> 902121db2883 10:38:03 Step 24/24 : LABEL version=3.0.0-dev.22 10:38:03 ---> Running in 502d839b2902 10:38:04 Removing intermediate container 502d839b2902 10:38:04 ---> 6ba145876c3a 10:38:04 10:38:04 Successfully built 6ba145876c3a 10:38:04 Successfully tagged security-secretstore-setup-arm64:latest 10:39:12  Building security-secretstore-setup ... done Removing intermediate container 07afce1695cf 10:39:12 ---> 3c1fb0131384 10:39:12 10:39:12 Step 9/19 : FROM alpine:3.15 10:39:12 ---> 8aa73fd46299 10:39:12 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:39:12 ---> Using cache 10:39:12 ---> 6bba3a1ea011 10:39:12 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:39:12 ---> Running in 01fe91ca578b 10:39:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:39:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:39:14 v3.15.6-263-g7c8ce57c5e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:39:14 v3.15.6-259-g07ee89f609 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:39:14 OK: 15736 distinct packages available 10:39:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:39:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:39:15 (1/9) Installing ca-certificates (20220614-r0) 10:39:15 (2/9) Installing brotli-libs (1.0.9-r5) 10:39:15 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:39:15 (4/9) Installing libcurl (7.80.0-r5) 10:39:15 (5/9) Installing curl (7.80.0-r5) 10:39:15 (6/9) Installing dumb-init (1.2.5-r1) 10:39:15 (7/9) Installing musl-obstack (1.2.3-r0) 10:39:15 (8/9) Installing libucontext (1.1-r0) 10:39:15 (9/9) Installing gcompat (1.0.0-r4) 10:39:15 Executing busybox-1.34.1-r7.trigger 10:39:16 Executing ca-certificates-20220614-r0.trigger 10:39:16 OK: 8 MiB in 23 packages 10:39:18 Removing intermediate container 01fe91ca578b 10:39:18 ---> 9c3c1bdb0228 10:39:18 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 10:39:18 ---> 9f7fc4276e5d 10:39:18 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:39:19 ---> a926608545f9 10:39:19 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:39:20 ---> 4d668fbb5766 10:39:20 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:39:20 ---> Running in 3d1b5e57b7c2 10:39:21 Removing intermediate container 3d1b5e57b7c2 10:39:21 ---> eb646894f5b0 10:39:21 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:39:21 ---> Running in fc08c5bac3a5 10:39:21 Removing intermediate container fc08c5bac3a5 10:39:21 ---> 6816a45d358e 10:39:21 Step 17/19 : LABEL arch=arm64 10:39:21 ---> Running in 7ce0f4e771cd 10:39:25 Removing intermediate container 7ce0f4e771cd 10:39:25 ---> beb037a4f19c 10:39:25 Step 18/19 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:25 ---> Running in 4be8a898d470 10:39:26 Removing intermediate container 4be8a898d470 10:39:26 ---> b20d96e40f2b 10:39:26 Step 19/19 : LABEL version=3.0.0-dev.22 10:39:26 ---> Running in 0275a0f4deb9 10:39:26 Removing intermediate container 0275a0f4deb9 10:39:26 ---> ce2481e946e2 10:39:26 10:39:26 Successfully built ce2481e946e2 10:39:26 Successfully tagged security-spiffe-token-provider-arm64:latest 10:39:26  Building security-spiffe-token-provider ... done Removing intermediate container 509666635ba0 10:39:26 ---> bf23bbcc53cd 10:39:26 10:39:26 Step 10/22 : FROM alpine:3.16 10:39:26 ---> 2b4661558fb8 10:39:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:39:26 ---> Running in 31d465c24899 10:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:39:29 (1/2) Installing ca-certificates (20220614-r0) 10:39:29 (2/2) Installing dumb-init (1.2.5-r1) 10:39:29 Executing busybox-1.35.0-r17.trigger 10:39:29 Executing ca-certificates-20220614-r0.trigger 10:39:29 OK: 6 MiB in 16 packages 10:39:30 Removing intermediate container 31d465c24899 10:39:30 ---> 4ca31a4b11e0 10:39:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:39:30 ---> Running in 095713b4305e 10:39:31 Removing intermediate container 095713b4305e 10:39:31 ---> b30f146f7d0d 10:39:31 Step 13/22 : ENV APP_PORT=59860 10:39:31 ---> Running in e7325c8c5bac 10:39:31 Removing intermediate container e7325c8c5bac 10:39:31 ---> f2be842d85c0 10:39:31 Step 14/22 : EXPOSE $APP_PORT 10:39:31 ---> Running in d0e3c9af11c1 10:39:31 Removing intermediate container d0e3c9af11c1 10:39:31 ---> 46d1fab8f5c9 10:39:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:39:32 ---> e100a90e150c 10:39:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:39:33 ---> 090d1e0ade5b 10:39:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:39:33 ---> 78df80ab00c0 10:39:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:39:33 ---> Running in 35c8b7dabf34 10:39:34 Removing intermediate container 35c8b7dabf34 10:39:34 ---> 1879dd0eb887 10:39:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:39:34 ---> Running in da34154b2f53 10:39:34 Removing intermediate container da34154b2f53 10:39:34 ---> c3e6f9d1cac1 10:39:34 Step 20/22 : LABEL arch=arm64 10:39:34 ---> Running in 889c549448d4 10:39:35 Removing intermediate container 889c549448d4 10:39:35 ---> add3cd512413 10:39:35 Step 21/22 : LABEL git_sha=88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:35 ---> Running in 90d7ff9d0b40 10:39:35 Removing intermediate container 90d7ff9d0b40 10:39:35 ---> 92f6f0590f3e 10:39:35 Step 22/22 : LABEL version=3.0.0-dev.22 10:39:35 ---> Running in f8c75e34a199 10:39:35 Removing intermediate container f8c75e34a199 10:39:35 ---> e5674384997c 10:39:35 10:39:35 Successfully built e5674384997c 10:39:35 Successfully tagged support-notifications-arm64:latest 10:39:36  Building support-notifications ... done  [Pipeline] } 10:39:36 $ docker stop --time=1 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 10:39:37 $ docker rm -f --volumes 01b672a7d206283d7e9eda9a130b4682ba534bbb6a88f41df42c2c42a7218843 [Pipeline] // withDockerContainer [Pipeline] sh 10:39:38 + docker images 10:39:38 REPOSITORY TAG IMAGE ID CREATED SIZE 10:39:38 support-notifications-arm64 latest e5674384997c 3 seconds ago 29.6MB 10:39:38 bf23bbcc53cd 12 seconds ago 1.41GB 10:39:38 security-spiffe-token-provider-arm64 latest ce2481e946e2 12 seconds ago 28.9MB 10:39:38 3c1fb0131384 29 seconds ago 1.37GB 10:39:38 security-secretstore-setup-arm64 latest 6ba145876c3a About a minute ago 28.7MB 10:39:38 security-bootstrapper-arm64 latest b69c5ce29659 About a minute ago 19.5MB 10:39:38 6d869f55f713 2 minutes ago 1.33GB 10:39:38 5d5db7b43c9c 2 minutes ago 1.33GB 10:39:38 support-scheduler-arm64 latest 7dfbd5ba64b8 5 minutes ago 29MB 10:39:38 081d3451b738 6 minutes ago 1.4GB 10:39:38 security-spire-agent-arm64 latest df77a10c33b2 6 minutes ago 122MB 10:39:38 core-command-arm64 latest 95e789114d39 7 minutes ago 17MB 10:39:38 c3804a00e3e3 7 minutes ago 1.34GB 10:39:38 core-metadata-arm64 latest 83ca37a0e57e 7 minutes ago 17.8MB 10:39:38 core-data-arm64 latest b8b8101c8b76 7 minutes ago 17.2MB 10:39:38 8dae0555bf7e 8 minutes ago 1.35GB 10:39:38 388823a1aea1 8 minutes ago 1.35GB 10:39:38 security-proxy-setup-arm64 latest 08695942f907 8 minutes ago 26.8MB 10:39:38 d404c955c588 9 minutes ago 1.33GB 10:39:38 security-spire-server-arm64 latest 1d0721f4545a 14 minutes ago 84.3MB 10:39:38 b16977b99e58 14 minutes ago 1.21GB 10:39:38 security-spire-config-arm64 latest 1ba221b58f95 14 minutes ago 83.6MB 10:39:38 587cccd3a376 15 minutes ago 1.21GB 10:39:38 ci-base-image-arm64 latest 9edb0feb92ca 18 minutes ago 905MB 10:39:38 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 10:39:38 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 10:39:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 10:39:38 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 10:39:38 provisioning config files... 10:39:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/377@tmp/config15836570188227124610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:39:38 ---> docker-login.sh 10:39:38 nexus3.edgexfoundry.org:10001 10:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:39 Configure a credential helper to remove this warning. See 10:39:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:39 10:39:39 Login Succeeded 10:39:39 nexus3.edgexfoundry.org:10002 10:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:39 Configure a credential helper to remove this warning. See 10:39:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:39 10:39:39 Login Succeeded 10:39:39 nexus3.edgexfoundry.org:10003 10:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:39 Configure a credential helper to remove this warning. See 10:39:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:39 10:39:39 Login Succeeded 10:39:39 nexus3.edgexfoundry.org:10004 10:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:40 Configure a credential helper to remove this warning. See 10:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:40 10:39:40 Login Succeeded 10:39:40 docker.io 10:39:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:39:40 Configure a credential helper to remove this warning. See 10:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:39:40 10:39:40 Login Succeeded 10:39:40 ---> docker-login.sh ends [Pipeline] } 10:39:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:39:40 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:39:40 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:40 latest 10:39:40 3.0.0-dev.22 10:39:40 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:40 main 10:39:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:39:41 3fb7e533ee71: Preparing 10:39:41 aafb002b483f: Preparing 10:39:41 dd3922e1db3f: Preparing 10:39:41 4b848a7a793e: Preparing 10:39:41 17bec77d7fdc: Preparing 10:39:41 17bec77d7fdc: Layer already exists 10:39:41 4b848a7a793e: Pushed 10:39:41 dd3922e1db3f: Pushed 10:39:41 3fb7e533ee71: Pushed 10:39:44 aafb002b483f: Pushed 10:39:44 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:39:44 3fb7e533ee71: Preparing 10:39:44 aafb002b483f: Preparing 10:39:44 dd3922e1db3f: Preparing 10:39:44 4b848a7a793e: Preparing 10:39:44 17bec77d7fdc: Preparing 10:39:44 17bec77d7fdc: Layer already exists 10:39:44 3fb7e533ee71: Layer already exists 10:39:44 dd3922e1db3f: Layer already exists 10:39:44 4b848a7a793e: Layer already exists 10:39:44 aafb002b483f: Layer already exists 10:39:44 latest: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 10:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:39:45 3fb7e533ee71: Preparing 10:39:45 aafb002b483f: Preparing 10:39:45 dd3922e1db3f: Preparing 10:39:45 4b848a7a793e: Preparing 10:39:45 17bec77d7fdc: Preparing 10:39:45 aafb002b483f: Layer already exists 10:39:45 3fb7e533ee71: Layer already exists 10:39:45 4b848a7a793e: Layer already exists 10:39:45 dd3922e1db3f: Layer already exists 10:39:45 17bec77d7fdc: Layer already exists 10:39:45 3.0.0-dev.22: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:39:46 3fb7e533ee71: Preparing 10:39:46 aafb002b483f: Preparing 10:39:46 dd3922e1db3f: Preparing 10:39:46 4b848a7a793e: Preparing 10:39:46 17bec77d7fdc: Preparing 10:39:46 dd3922e1db3f: Layer already exists 10:39:46 17bec77d7fdc: Layer already exists 10:39:46 aafb002b483f: Layer already exists 10:39:46 4b848a7a793e: Layer already exists 10:39:46 3fb7e533ee71: Layer already exists 10:39:46 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:39:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:39:47 3fb7e533ee71: Preparing 10:39:47 aafb002b483f: Preparing 10:39:47 dd3922e1db3f: Preparing 10:39:47 4b848a7a793e: Preparing 10:39:47 17bec77d7fdc: Preparing 10:39:47 17bec77d7fdc: Layer already exists 10:39:47 4b848a7a793e: Layer already exists 10:39:47 3fb7e533ee71: Layer already exists 10:39:47 aafb002b483f: Layer already exists 10:39:47 dd3922e1db3f: Layer already exists 10:39:47 main: digest: sha256:5de68c48a56a23364f1551850ad2645aac10b524985b6f00fbcddc64e76c1077 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:47 ===================================================== [Pipeline] echo 10:39:47 taggedImages: 10:39:47 - nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:47 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:39:47 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.22 10:39:47 - nexus3.edgexfoundry.org:10004/core-command-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:47 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:39:47 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:39:47 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:47 latest 10:39:47 3.0.0-dev.22 10:39:47 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:47 main 10:39:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:39:48 f6e52ebea2ee: Preparing 10:39:48 42823d1497b4: Preparing 10:39:48 dd3922e1db3f: Preparing 10:39:48 83d5cb15e1d8: Preparing 10:39:48 17bec77d7fdc: Preparing 10:39:48 dd3922e1db3f: Layer already exists 10:39:48 17bec77d7fdc: Layer already exists 10:39:48 83d5cb15e1d8: Pushed 10:39:48 f6e52ebea2ee: Pushed 10:39:50 42823d1497b4: Pushed 10:39:51 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:39:51 f6e52ebea2ee: Preparing 10:39:51 42823d1497b4: Preparing 10:39:51 dd3922e1db3f: Preparing 10:39:51 83d5cb15e1d8: Preparing 10:39:51 17bec77d7fdc: Preparing 10:39:51 f6e52ebea2ee: Layer already exists 10:39:51 dd3922e1db3f: Layer already exists 10:39:51 17bec77d7fdc: Layer already exists 10:39:51 42823d1497b4: Layer already exists 10:39:51 83d5cb15e1d8: Layer already exists 10:39:51 latest: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 10:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:39:52 f6e52ebea2ee: Preparing 10:39:52 42823d1497b4: Preparing 10:39:52 dd3922e1db3f: Preparing 10:39:52 83d5cb15e1d8: Preparing 10:39:52 17bec77d7fdc: Preparing 10:39:52 17bec77d7fdc: Layer already exists 10:39:52 dd3922e1db3f: Layer already exists 10:39:52 83d5cb15e1d8: Layer already exists 10:39:52 f6e52ebea2ee: Layer already exists 10:39:52 42823d1497b4: Layer already exists 10:39:52 3.0.0-dev.22: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:39:53 f6e52ebea2ee: Preparing 10:39:53 42823d1497b4: Preparing 10:39:53 dd3922e1db3f: Preparing 10:39:53 83d5cb15e1d8: Preparing 10:39:53 17bec77d7fdc: Preparing 10:39:53 f6e52ebea2ee: Layer already exists 10:39:53 42823d1497b4: Layer already exists 10:39:53 dd3922e1db3f: Layer already exists 10:39:53 83d5cb15e1d8: Layer already exists 10:39:53 17bec77d7fdc: Layer already exists 10:39:53 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:39:54 f6e52ebea2ee: Preparing 10:39:54 42823d1497b4: Preparing 10:39:54 dd3922e1db3f: Preparing 10:39:54 83d5cb15e1d8: Preparing 10:39:54 17bec77d7fdc: Preparing 10:39:54 f6e52ebea2ee: Layer already exists 10:39:54 42823d1497b4: Layer already exists 10:39:54 dd3922e1db3f: Layer already exists 10:39:54 17bec77d7fdc: Layer already exists 10:39:54 83d5cb15e1d8: Layer already exists 10:39:54 main: digest: sha256:a3c94b62b47821dd1af57a61ec4d9bdd9c39b836069c1f23db8b64984a6d95f7 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:39:54 ===================================================== [Pipeline] echo 10:39:54 taggedImages: 10:39:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:39:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.22 10:39:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:54 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:39:54 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:39:54 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:54 latest 10:39:54 3.0.0-dev.22 10:39:54 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:39:54 main 10:39:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:39:55 55777cb40107: Preparing 10:39:55 acf4b97a70b8: Preparing 10:39:55 debb9ff3d847: Preparing 10:39:55 dd3922e1db3f: Preparing 10:39:55 4b848a7a793e: Preparing 10:39:55 17bec77d7fdc: Preparing 10:39:55 17bec77d7fdc: Waiting 10:39:55 dd3922e1db3f: Layer already exists 10:39:55 4b848a7a793e: Layer already exists 10:39:55 17bec77d7fdc: Layer already exists 10:39:55 acf4b97a70b8: Pushed 10:39:55 55777cb40107: Pushed 10:39:57 debb9ff3d847: Pushed 10:39:58 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:39:58 55777cb40107: Preparing 10:39:58 acf4b97a70b8: Preparing 10:39:58 debb9ff3d847: Preparing 10:39:58 dd3922e1db3f: Preparing 10:39:58 4b848a7a793e: Preparing 10:39:58 17bec77d7fdc: Preparing 10:39:58 17bec77d7fdc: Waiting 10:39:58 dd3922e1db3f: Layer already exists 10:39:58 debb9ff3d847: Layer already exists 10:39:58 4b848a7a793e: Layer already exists 10:39:58 55777cb40107: Layer already exists 10:39:58 acf4b97a70b8: Layer already exists 10:39:58 17bec77d7fdc: Layer already exists 10:39:58 latest: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:39:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 10:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:39:59 55777cb40107: Preparing 10:39:59 acf4b97a70b8: Preparing 10:39:59 debb9ff3d847: Preparing 10:39:59 dd3922e1db3f: Preparing 10:39:59 4b848a7a793e: Preparing 10:39:59 17bec77d7fdc: Preparing 10:39:59 17bec77d7fdc: Waiting 10:39:59 debb9ff3d847: Layer already exists 10:39:59 4b848a7a793e: Layer already exists 10:39:59 dd3922e1db3f: Layer already exists 10:39:59 55777cb40107: Layer already exists 10:39:59 acf4b97a70b8: Layer already exists 10:39:59 17bec77d7fdc: Layer already exists 10:39:59 3.0.0-dev.22: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:40:00 55777cb40107: Preparing 10:40:00 acf4b97a70b8: Preparing 10:40:00 debb9ff3d847: Preparing 10:40:00 dd3922e1db3f: Preparing 10:40:00 4b848a7a793e: Preparing 10:40:00 17bec77d7fdc: Preparing 10:40:00 17bec77d7fdc: Waiting 10:40:00 acf4b97a70b8: Layer already exists 10:40:00 dd3922e1db3f: Layer already exists 10:40:00 debb9ff3d847: Layer already exists 10:40:00 55777cb40107: Layer already exists 10:40:00 4b848a7a793e: Layer already exists 10:40:00 17bec77d7fdc: Layer already exists 10:40:00 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:01 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:40:01 55777cb40107: Preparing 10:40:01 acf4b97a70b8: Preparing 10:40:01 debb9ff3d847: Preparing 10:40:01 dd3922e1db3f: Preparing 10:40:01 4b848a7a793e: Preparing 10:40:01 17bec77d7fdc: Preparing 10:40:01 17bec77d7fdc: Waiting 10:40:01 dd3922e1db3f: Layer already exists 10:40:01 acf4b97a70b8: Layer already exists 10:40:01 55777cb40107: Layer already exists 10:40:01 4b848a7a793e: Layer already exists 10:40:01 debb9ff3d847: Layer already exists 10:40:01 17bec77d7fdc: Layer already exists 10:40:01 main: digest: sha256:8258996f7f10d05c84241a15009a99492309116895d0ea5232c13300374e72da size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:01 ===================================================== [Pipeline] echo 10:40:01 taggedImages: 10:40:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:40:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.22 10:40:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:40:01 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:40:01 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:01 latest 10:40:01 3.0.0-dev.22 10:40:01 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:01 main 10:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:40:02 871a11a7aa3d: Preparing 10:40:02 871a11a7aa3d: Preparing 10:40:02 8b7e4dde3d91: Preparing 10:40:02 7d46b2be4065: Preparing 10:40:02 44cbca14d870: Preparing 10:40:02 a44f502dc847: Preparing 10:40:02 2ec2ddd32ac2: Preparing 10:40:02 dd3922e1db3f: Preparing 10:40:02 3bb41d49a7e0: Preparing 10:40:02 97869c360254: Preparing 10:40:02 b14973f92083: Preparing 10:40:02 c5ba2572a298: Preparing 10:40:02 17bec77d7fdc: Preparing 10:40:02 b14973f92083: Waiting 10:40:02 2ec2ddd32ac2: Waiting 10:40:02 dd3922e1db3f: Waiting 10:40:02 3bb41d49a7e0: Waiting 10:40:02 c5ba2572a298: Waiting 10:40:02 97869c360254: Waiting 10:40:02 17bec77d7fdc: Waiting 10:40:02 7d46b2be4065: Pushed 10:40:02 8b7e4dde3d91: Pushed 10:40:02 871a11a7aa3d: Pushed 10:40:02 44cbca14d870: Pushed 10:40:02 a44f502dc847: Pushed 10:40:02 dd3922e1db3f: Layer already exists 10:40:03 3bb41d49a7e0: Pushed 10:40:03 97869c360254: Pushed 10:40:03 17bec77d7fdc: Layer already exists 10:40:03 b14973f92083: Pushed 10:40:03 c5ba2572a298: Pushed 10:40:06 2ec2ddd32ac2: Pushed 10:40:06 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:40:07 871a11a7aa3d: Preparing 10:40:07 871a11a7aa3d: Preparing 10:40:07 8b7e4dde3d91: Preparing 10:40:07 7d46b2be4065: Preparing 10:40:07 44cbca14d870: Preparing 10:40:07 a44f502dc847: Preparing 10:40:07 2ec2ddd32ac2: Preparing 10:40:07 dd3922e1db3f: Preparing 10:40:07 3bb41d49a7e0: Preparing 10:40:07 97869c360254: Preparing 10:40:07 b14973f92083: Preparing 10:40:07 c5ba2572a298: Preparing 10:40:07 17bec77d7fdc: Preparing 10:40:07 3bb41d49a7e0: Waiting 10:40:07 97869c360254: Waiting 10:40:07 b14973f92083: Waiting 10:40:07 c5ba2572a298: Waiting 10:40:07 17bec77d7fdc: Waiting 10:40:07 2ec2ddd32ac2: Waiting 10:40:07 dd3922e1db3f: Waiting 10:40:07 7d46b2be4065: Layer already exists 10:40:07 44cbca14d870: Layer already exists 10:40:07 871a11a7aa3d: Layer already exists 10:40:07 a44f502dc847: Layer already exists 10:40:07 8b7e4dde3d91: Layer already exists 10:40:07 2ec2ddd32ac2: Layer already exists 10:40:07 3bb41d49a7e0: Layer already exists 10:40:07 97869c360254: Layer already exists 10:40:07 b14973f92083: Layer already exists 10:40:07 dd3922e1db3f: Layer already exists 10:40:07 c5ba2572a298: Layer already exists 10:40:07 17bec77d7fdc: Layer already exists 10:40:07 latest: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 10:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:40:07 871a11a7aa3d: Preparing 10:40:07 871a11a7aa3d: Preparing 10:40:07 8b7e4dde3d91: Preparing 10:40:07 7d46b2be4065: Preparing 10:40:07 44cbca14d870: Preparing 10:40:07 a44f502dc847: Preparing 10:40:07 2ec2ddd32ac2: Preparing 10:40:07 dd3922e1db3f: Preparing 10:40:07 3bb41d49a7e0: Preparing 10:40:07 97869c360254: Preparing 10:40:07 b14973f92083: Preparing 10:40:07 c5ba2572a298: Preparing 10:40:07 17bec77d7fdc: Preparing 10:40:07 3bb41d49a7e0: Waiting 10:40:07 97869c360254: Waiting 10:40:07 c5ba2572a298: Waiting 10:40:07 17bec77d7fdc: Waiting 10:40:07 2ec2ddd32ac2: Waiting 10:40:07 dd3922e1db3f: Waiting 10:40:07 b14973f92083: Waiting 10:40:07 8b7e4dde3d91: Layer already exists 10:40:07 871a11a7aa3d: Layer already exists 10:40:07 a44f502dc847: Layer already exists 10:40:07 44cbca14d870: Layer already exists 10:40:07 7d46b2be4065: Layer already exists 10:40:07 dd3922e1db3f: Layer already exists 10:40:07 2ec2ddd32ac2: Layer already exists 10:40:07 3bb41d49a7e0: Layer already exists 10:40:07 97869c360254: Layer already exists 10:40:07 b14973f92083: Layer already exists 10:40:07 17bec77d7fdc: Layer already exists 10:40:07 c5ba2572a298: Layer already exists 10:40:08 3.0.0-dev.22: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:40:08 871a11a7aa3d: Preparing 10:40:08 871a11a7aa3d: Preparing 10:40:08 8b7e4dde3d91: Preparing 10:40:08 7d46b2be4065: Preparing 10:40:08 44cbca14d870: Preparing 10:40:08 a44f502dc847: Preparing 10:40:08 2ec2ddd32ac2: Preparing 10:40:08 dd3922e1db3f: Preparing 10:40:08 3bb41d49a7e0: Preparing 10:40:08 97869c360254: Preparing 10:40:08 b14973f92083: Preparing 10:40:08 c5ba2572a298: Preparing 10:40:08 17bec77d7fdc: Preparing 10:40:08 2ec2ddd32ac2: Waiting 10:40:08 dd3922e1db3f: Waiting 10:40:08 3bb41d49a7e0: Waiting 10:40:08 97869c360254: Waiting 10:40:08 b14973f92083: Waiting 10:40:08 c5ba2572a298: Waiting 10:40:08 17bec77d7fdc: Waiting 10:40:08 7d46b2be4065: Layer already exists 10:40:08 871a11a7aa3d: Layer already exists 10:40:08 a44f502dc847: Layer already exists 10:40:08 44cbca14d870: Layer already exists 10:40:08 8b7e4dde3d91: Layer already exists 10:40:08 2ec2ddd32ac2: Layer already exists 10:40:08 3bb41d49a7e0: Layer already exists 10:40:08 dd3922e1db3f: Layer already exists 10:40:08 97869c360254: Layer already exists 10:40:08 b14973f92083: Layer already exists 10:40:08 17bec77d7fdc: Layer already exists 10:40:08 c5ba2572a298: Layer already exists 10:40:09 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:40:09 871a11a7aa3d: Preparing 10:40:09 871a11a7aa3d: Preparing 10:40:09 8b7e4dde3d91: Preparing 10:40:09 7d46b2be4065: Preparing 10:40:09 44cbca14d870: Preparing 10:40:09 a44f502dc847: Preparing 10:40:09 2ec2ddd32ac2: Preparing 10:40:09 dd3922e1db3f: Preparing 10:40:09 3bb41d49a7e0: Preparing 10:40:09 97869c360254: Preparing 10:40:09 b14973f92083: Preparing 10:40:09 c5ba2572a298: Preparing 10:40:09 17bec77d7fdc: Preparing 10:40:09 3bb41d49a7e0: Waiting 10:40:09 2ec2ddd32ac2: Waiting 10:40:09 97869c360254: Waiting 10:40:09 b14973f92083: Waiting 10:40:09 17bec77d7fdc: Waiting 10:40:09 c5ba2572a298: Waiting 10:40:09 dd3922e1db3f: Waiting 10:40:09 871a11a7aa3d: Layer already exists 10:40:09 a44f502dc847: Layer already exists 10:40:09 8b7e4dde3d91: Layer already exists 10:40:09 44cbca14d870: Layer already exists 10:40:09 7d46b2be4065: Layer already exists 10:40:09 dd3922e1db3f: Layer already exists 10:40:09 2ec2ddd32ac2: Layer already exists 10:40:09 97869c360254: Layer already exists 10:40:09 b14973f92083: Layer already exists 10:40:09 3bb41d49a7e0: Layer already exists 10:40:09 17bec77d7fdc: Layer already exists 10:40:09 c5ba2572a298: Layer already exists 10:40:10 main: digest: sha256:67c9f5bb6730423ef886e8938d62b4cc917f0a091a44f87895b90b8cd6830674 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:10 ===================================================== [Pipeline] echo 10:40:10 taggedImages: 10:40:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:40:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.22 10:40:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:40:10 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:40:10 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:10 latest 10:40:10 3.0.0-dev.22 10:40:10 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:10 main 10:40:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:40:10 6f4221f169a3: Preparing 10:40:10 7b58fc465ec0: Preparing 10:40:10 ec214341ae3a: Preparing 10:40:10 78223b264cbd: Preparing 10:40:10 b46c37053ee0: Preparing 10:40:10 8a89b2633c7e: Preparing 10:40:10 b7cc5ec3a6b4: Preparing 10:40:10 8a89b2633c7e: Waiting 10:40:10 17bec77d7fdc: Preparing 10:40:10 b7cc5ec3a6b4: Waiting 10:40:10 17bec77d7fdc: Waiting 10:40:11 7b58fc465ec0: Pushed 10:40:11 6f4221f169a3: Pushed 10:40:11 b46c37053ee0: Pushed 10:40:11 17bec77d7fdc: Layer already exists 10:40:11 8a89b2633c7e: Pushed 10:40:11 b7cc5ec3a6b4: Pushed 10:40:13 78223b264cbd: Pushed 10:40:13 ec214341ae3a: Pushed 10:40:13 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:13 + 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 10:40:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:40:14 6f4221f169a3: Preparing 10:40:14 7b58fc465ec0: Preparing 10:40:14 ec214341ae3a: Preparing 10:40:14 78223b264cbd: Preparing 10:40:14 b46c37053ee0: Preparing 10:40:14 8a89b2633c7e: Preparing 10:40:14 b7cc5ec3a6b4: Preparing 10:40:14 17bec77d7fdc: Preparing 10:40:14 b7cc5ec3a6b4: Waiting 10:40:14 8a89b2633c7e: Waiting 10:40:14 17bec77d7fdc: Waiting 10:40:14 6f4221f169a3: Layer already exists 10:40:14 ec214341ae3a: Layer already exists 10:40:14 78223b264cbd: Layer already exists 10:40:14 b46c37053ee0: Layer already exists 10:40:14 7b58fc465ec0: Layer already exists 10:40:14 17bec77d7fdc: Layer already exists 10:40:14 b7cc5ec3a6b4: Layer already exists 10:40:14 8a89b2633c7e: Layer already exists 10:40:14 latest: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 10:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:40:15 6f4221f169a3: Preparing 10:40:15 7b58fc465ec0: Preparing 10:40:15 ec214341ae3a: Preparing 10:40:15 78223b264cbd: Preparing 10:40:15 b46c37053ee0: Preparing 10:40:15 8a89b2633c7e: Preparing 10:40:15 b7cc5ec3a6b4: Preparing 10:40:15 17bec77d7fdc: Preparing 10:40:15 b7cc5ec3a6b4: Waiting 10:40:15 17bec77d7fdc: Waiting 10:40:15 8a89b2633c7e: Waiting 10:40:15 ec214341ae3a: Layer already exists 10:40:15 6f4221f169a3: Layer already exists 10:40:15 7b58fc465ec0: Layer already exists 10:40:15 78223b264cbd: Layer already exists 10:40:15 b46c37053ee0: Layer already exists 10:40:15 b7cc5ec3a6b4: Layer already exists 10:40:15 8a89b2633c7e: Layer already exists 10:40:15 17bec77d7fdc: Layer already exists 10:40:15 3.0.0-dev.22: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:40:16 6f4221f169a3: Preparing 10:40:16 7b58fc465ec0: Preparing 10:40:16 ec214341ae3a: Preparing 10:40:16 78223b264cbd: Preparing 10:40:16 b46c37053ee0: Preparing 10:40:16 8a89b2633c7e: Preparing 10:40:16 b7cc5ec3a6b4: Preparing 10:40:16 17bec77d7fdc: Preparing 10:40:16 8a89b2633c7e: Waiting 10:40:16 b7cc5ec3a6b4: Waiting 10:40:16 17bec77d7fdc: Waiting 10:40:16 78223b264cbd: Layer already exists 10:40:16 7b58fc465ec0: Layer already exists 10:40:16 ec214341ae3a: Layer already exists 10:40:16 6f4221f169a3: Layer already exists 10:40:16 b46c37053ee0: Layer already exists 10:40:16 8a89b2633c7e: Layer already exists 10:40:16 17bec77d7fdc: Layer already exists 10:40:16 b7cc5ec3a6b4: Layer already exists 10:40:16 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:16 + 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 10:40:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:40:17 6f4221f169a3: Preparing 10:40:17 7b58fc465ec0: Preparing 10:40:17 ec214341ae3a: Preparing 10:40:17 78223b264cbd: Preparing 10:40:17 b46c37053ee0: Preparing 10:40:17 8a89b2633c7e: Preparing 10:40:17 b7cc5ec3a6b4: Preparing 10:40:17 17bec77d7fdc: Preparing 10:40:17 8a89b2633c7e: Waiting 10:40:17 b7cc5ec3a6b4: Waiting 10:40:17 17bec77d7fdc: Waiting 10:40:17 6f4221f169a3: Layer already exists 10:40:17 ec214341ae3a: Layer already exists 10:40:17 7b58fc465ec0: Layer already exists 10:40:17 b46c37053ee0: Layer already exists 10:40:17 78223b264cbd: Layer already exists 10:40:17 17bec77d7fdc: Layer already exists 10:40:17 b7cc5ec3a6b4: Layer already exists 10:40:17 8a89b2633c7e: Layer already exists 10:40:17 main: digest: sha256:ce831e71d3fa788a3e58ca39a0f45c239ee40c849c335479c292bfc567b9a553 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:17 ===================================================== [Pipeline] echo 10:40:17 taggedImages: 10:40:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:40:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.22 10:40:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:40:17 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:40:17 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:17 latest 10:40:17 3.0.0-dev.22 10:40:17 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:17 main 10:40:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:40:18 66cb7f68a9ed: Preparing 10:40:18 be755d33e3bb: Preparing 10:40:18 e3e16c357c74: Preparing 10:40:18 7a9545b25fd7: Preparing 10:40:18 6cdb66df75e6: Preparing 10:40:18 b6a08067b613: Preparing 10:40:18 3ba7e5fd4edd: Preparing 10:40:18 25b82204e78a: Preparing 10:40:18 b3545f868b2f: Preparing 10:40:18 17bec77d7fdc: Preparing 10:40:18 b6a08067b613: Waiting 10:40:18 17bec77d7fdc: Waiting 10:40:18 b3545f868b2f: Waiting 10:40:18 3ba7e5fd4edd: Waiting 10:40:18 be755d33e3bb: Pushed 10:40:18 6cdb66df75e6: Pushed 10:40:18 66cb7f68a9ed: Pushed 10:40:18 b6a08067b613: Pushed 10:40:18 3ba7e5fd4edd: Pushed 10:40:18 25b82204e78a: Pushed 10:40:18 17bec77d7fdc: Layer already exists 10:40:18 b3545f868b2f: Pushed 10:40:20 7a9545b25fd7: Pushed 10:40:21 e3e16c357c74: Pushed 10:40:21 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:22 + 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 10:40:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:40:22 66cb7f68a9ed: Preparing 10:40:22 be755d33e3bb: Preparing 10:40:22 e3e16c357c74: Preparing 10:40:22 7a9545b25fd7: Preparing 10:40:22 6cdb66df75e6: Preparing 10:40:22 b6a08067b613: Preparing 10:40:22 3ba7e5fd4edd: Preparing 10:40:22 25b82204e78a: Preparing 10:40:22 b3545f868b2f: Preparing 10:40:22 17bec77d7fdc: Preparing 10:40:22 b6a08067b613: Waiting 10:40:22 3ba7e5fd4edd: Waiting 10:40:22 25b82204e78a: Waiting 10:40:22 17bec77d7fdc: Waiting 10:40:22 b3545f868b2f: Waiting 10:40:22 66cb7f68a9ed: Layer already exists 10:40:22 be755d33e3bb: Layer already exists 10:40:22 6cdb66df75e6: Layer already exists 10:40:22 7a9545b25fd7: Layer already exists 10:40:22 e3e16c357c74: Layer already exists 10:40:22 b6a08067b613: Layer already exists 10:40:22 25b82204e78a: Layer already exists 10:40:22 3ba7e5fd4edd: Layer already exists 10:40:22 17bec77d7fdc: Layer already exists 10:40:22 b3545f868b2f: Layer already exists 10:40:22 latest: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 10:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:40:23 66cb7f68a9ed: Preparing 10:40:23 be755d33e3bb: Preparing 10:40:23 e3e16c357c74: Preparing 10:40:23 7a9545b25fd7: Preparing 10:40:23 6cdb66df75e6: Preparing 10:40:23 b6a08067b613: Preparing 10:40:23 3ba7e5fd4edd: Preparing 10:40:23 25b82204e78a: Preparing 10:40:23 b3545f868b2f: Preparing 10:40:23 17bec77d7fdc: Preparing 10:40:23 25b82204e78a: Waiting 10:40:23 b3545f868b2f: Waiting 10:40:23 b6a08067b613: Waiting 10:40:23 17bec77d7fdc: Waiting 10:40:23 3ba7e5fd4edd: Waiting 10:40:23 66cb7f68a9ed: Layer already exists 10:40:23 7a9545b25fd7: Layer already exists 10:40:23 be755d33e3bb: Layer already exists 10:40:23 e3e16c357c74: Layer already exists 10:40:23 6cdb66df75e6: Layer already exists 10:40:23 25b82204e78a: Layer already exists 10:40:23 b6a08067b613: Layer already exists 10:40:23 3ba7e5fd4edd: Layer already exists 10:40:23 17bec77d7fdc: Layer already exists 10:40:23 b3545f868b2f: Layer already exists 10:40:23 3.0.0-dev.22: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:40:24 66cb7f68a9ed: Preparing 10:40:24 be755d33e3bb: Preparing 10:40:24 e3e16c357c74: Preparing 10:40:24 7a9545b25fd7: Preparing 10:40:24 6cdb66df75e6: Preparing 10:40:24 b6a08067b613: Preparing 10:40:24 3ba7e5fd4edd: Preparing 10:40:24 25b82204e78a: Preparing 10:40:24 b3545f868b2f: Preparing 10:40:24 17bec77d7fdc: Preparing 10:40:24 b6a08067b613: Waiting 10:40:24 3ba7e5fd4edd: Waiting 10:40:24 25b82204e78a: Waiting 10:40:24 b3545f868b2f: Waiting 10:40:24 17bec77d7fdc: Waiting 10:40:24 6cdb66df75e6: Layer already exists 10:40:24 66cb7f68a9ed: Layer already exists 10:40:24 e3e16c357c74: Layer already exists 10:40:24 be755d33e3bb: Layer already exists 10:40:24 7a9545b25fd7: Layer already exists 10:40:24 b6a08067b613: Layer already exists 10:40:24 b3545f868b2f: Layer already exists 10:40:24 25b82204e78a: Layer already exists 10:40:24 17bec77d7fdc: Layer already exists 10:40:24 3ba7e5fd4edd: Layer already exists 10:40:24 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:24 + 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 10:40:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:40:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:40:25 66cb7f68a9ed: Preparing 10:40:25 be755d33e3bb: Preparing 10:40:25 e3e16c357c74: Preparing 10:40:25 7a9545b25fd7: Preparing 10:40:25 6cdb66df75e6: Preparing 10:40:25 b6a08067b613: Preparing 10:40:25 3ba7e5fd4edd: Preparing 10:40:25 25b82204e78a: Preparing 10:40:25 b3545f868b2f: Preparing 10:40:25 17bec77d7fdc: Preparing 10:40:25 25b82204e78a: Waiting 10:40:25 b3545f868b2f: Waiting 10:40:25 b6a08067b613: Waiting 10:40:25 17bec77d7fdc: Waiting 10:40:25 3ba7e5fd4edd: Waiting 10:40:25 be755d33e3bb: Layer already exists 10:40:25 66cb7f68a9ed: Layer already exists 10:40:25 e3e16c357c74: Layer already exists 10:40:25 7a9545b25fd7: Layer already exists 10:40:25 6cdb66df75e6: Layer already exists 10:40:25 25b82204e78a: Layer already exists 10:40:25 b6a08067b613: Layer already exists 10:40:25 3ba7e5fd4edd: Layer already exists 10:40:25 17bec77d7fdc: Layer already exists 10:40:25 b3545f868b2f: Layer already exists 10:40:25 main: digest: sha256:c34500bb55727f084bc06b065be4a8951b7d1a6fba55b86375675e9b5f4f4907 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:25 ===================================================== [Pipeline] echo 10:40:25 taggedImages: 10:40:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:40:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.22 10:40:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:40:25 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:40:25 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:25 latest 10:40:25 3.0.0-dev.22 10:40:25 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:25 main 10:40:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:40:26 93fa15ce5736: Preparing 10:40:26 8b1db08e60e7: Preparing 10:40:26 dd3922e1db3f: Preparing 10:40:26 7f4c0b80779a: Preparing 10:40:26 9833f26c6bda: Preparing 10:40:26 9833f26c6bda: Layer already exists 10:40:26 dd3922e1db3f: Layer already exists 10:40:26 93fa15ce5736: Pushed 10:40:27 7f4c0b80779a: Pushed 10:40:31 8b1db08e60e7: Pushed 10:40:31 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:31 + 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 10:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:40:31 93fa15ce5736: Preparing 10:40:31 8b1db08e60e7: Preparing 10:40:31 dd3922e1db3f: Preparing 10:40:31 7f4c0b80779a: Preparing 10:40:31 9833f26c6bda: Preparing 10:40:31 8b1db08e60e7: Layer already exists 10:40:31 dd3922e1db3f: Layer already exists 10:40:31 93fa15ce5736: Layer already exists 10:40:31 9833f26c6bda: Layer already exists 10:40:31 7f4c0b80779a: Layer already exists 10:40:31 latest: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 10:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:40:32 93fa15ce5736: Preparing 10:40:32 8b1db08e60e7: Preparing 10:40:32 dd3922e1db3f: Preparing 10:40:32 7f4c0b80779a: Preparing 10:40:32 9833f26c6bda: Preparing 10:40:32 7f4c0b80779a: Layer already exists 10:40:32 dd3922e1db3f: Layer already exists 10:40:32 8b1db08e60e7: Layer already exists 10:40:32 9833f26c6bda: Layer already exists 10:40:32 93fa15ce5736: Layer already exists 10:40:32 3.0.0-dev.22: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:40:33 93fa15ce5736: Preparing 10:40:33 8b1db08e60e7: Preparing 10:40:33 dd3922e1db3f: Preparing 10:40:33 7f4c0b80779a: Preparing 10:40:33 9833f26c6bda: Preparing 10:40:33 9833f26c6bda: Layer already exists 10:40:33 8b1db08e60e7: Layer already exists 10:40:33 dd3922e1db3f: Layer already exists 10:40:33 93fa15ce5736: Layer already exists 10:40:33 7f4c0b80779a: Layer already exists 10:40:33 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + 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 10:40:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:40:34 93fa15ce5736: Preparing 10:40:34 8b1db08e60e7: Preparing 10:40:34 dd3922e1db3f: Preparing 10:40:34 7f4c0b80779a: Preparing 10:40:34 9833f26c6bda: Preparing 10:40:34 9833f26c6bda: Layer already exists 10:40:34 7f4c0b80779a: Layer already exists 10:40:34 8b1db08e60e7: Layer already exists 10:40:34 93fa15ce5736: Layer already exists 10:40:34 dd3922e1db3f: Layer already exists 10:40:34 main: digest: sha256:b7bed6d6dde71120ba3edca411a4343a5724b3a301dfd5530cff6dd06b5fc0ef size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:34 ===================================================== [Pipeline] echo 10:40:34 taggedImages: 10:40:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:40:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.22 10:40:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:40:34 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:40:34 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:34 latest 10:40:34 3.0.0-dev.22 10:40:34 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:34 main 10:40:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:40:35 9401b92a35fa: Preparing 10:40:35 943065bb4878: Preparing 10:40:35 fa08c8c30384: Preparing 10:40:35 8eec92022241: Preparing 10:40:35 818ec71b7a3a: Preparing 10:40:35 1abdd3113bc2: Preparing 10:40:35 9833f26c6bda: Preparing 10:40:35 1abdd3113bc2: Waiting 10:40:35 9833f26c6bda: Waiting 10:40:35 943065bb4878: Pushed 10:40:35 9401b92a35fa: Pushed 10:40:35 fa08c8c30384: Pushed 10:40:35 9833f26c6bda: Layer already exists 10:40:36 1abdd3113bc2: Pushed 10:40:44 818ec71b7a3a: Pushed 10:40:51 8eec92022241: Pushed 10:40:51 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + 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 10:40:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:40:51 9401b92a35fa: Preparing 10:40:51 943065bb4878: Preparing 10:40:51 fa08c8c30384: Preparing 10:40:51 8eec92022241: Preparing 10:40:51 818ec71b7a3a: Preparing 10:40:51 1abdd3113bc2: Preparing 10:40:51 9833f26c6bda: Preparing 10:40:51 1abdd3113bc2: Waiting 10:40:51 9833f26c6bda: Waiting 10:40:51 818ec71b7a3a: Layer already exists 10:40:51 943065bb4878: Layer already exists 10:40:51 8eec92022241: Layer already exists 10:40:51 9401b92a35fa: Layer already exists 10:40:51 fa08c8c30384: Layer already exists 10:40:51 1abdd3113bc2: Layer already exists 10:40:51 9833f26c6bda: Layer already exists 10:40:52 latest: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 10:40:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:40:52 9401b92a35fa: Preparing 10:40:52 943065bb4878: Preparing 10:40:52 fa08c8c30384: Preparing 10:40:52 8eec92022241: Preparing 10:40:52 818ec71b7a3a: Preparing 10:40:52 1abdd3113bc2: Preparing 10:40:52 9833f26c6bda: Preparing 10:40:52 1abdd3113bc2: Waiting 10:40:52 9833f26c6bda: Waiting 10:40:52 9401b92a35fa: Layer already exists 10:40:52 8eec92022241: Layer already exists 10:40:52 818ec71b7a3a: Layer already exists 10:40:52 943065bb4878: Layer already exists 10:40:52 fa08c8c30384: Layer already exists 10:40:52 9833f26c6bda: Layer already exists 10:40:52 1abdd3113bc2: Layer already exists 10:40:53 3.0.0-dev.22: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:53 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:40:53 9401b92a35fa: Preparing 10:40:53 943065bb4878: Preparing 10:40:53 fa08c8c30384: Preparing 10:40:53 8eec92022241: Preparing 10:40:53 818ec71b7a3a: Preparing 10:40:53 1abdd3113bc2: Preparing 10:40:53 9833f26c6bda: Preparing 10:40:53 1abdd3113bc2: Waiting 10:40:53 9833f26c6bda: Waiting 10:40:53 8eec92022241: Layer already exists 10:40:53 9401b92a35fa: Layer already exists 10:40:53 818ec71b7a3a: Layer already exists 10:40:53 fa08c8c30384: Layer already exists 10:40:53 943065bb4878: Layer already exists 10:40:53 9833f26c6bda: Layer already exists 10:40:53 1abdd3113bc2: Layer already exists 10:40:53 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:54 + 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 10:40:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:40:54 9401b92a35fa: Preparing 10:40:54 943065bb4878: Preparing 10:40:54 fa08c8c30384: Preparing 10:40:54 8eec92022241: Preparing 10:40:54 818ec71b7a3a: Preparing 10:40:54 1abdd3113bc2: Preparing 10:40:54 9833f26c6bda: Preparing 10:40:54 1abdd3113bc2: Waiting 10:40:54 818ec71b7a3a: Layer already exists 10:40:54 8eec92022241: Layer already exists 10:40:54 9401b92a35fa: Layer already exists 10:40:54 fa08c8c30384: Layer already exists 10:40:54 943065bb4878: Layer already exists 10:40:54 9833f26c6bda: Layer already exists 10:40:54 1abdd3113bc2: Layer already exists 10:40:54 main: digest: sha256:5d972e555f6bfa42f4b3208a91da2995e846fe2b2b7acf6716c4218eb8218965 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:54 ===================================================== [Pipeline] echo 10:40:54 taggedImages: 10:40:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:40:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.22 10:40:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:40:54 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:40:54 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:54 latest 10:40:54 3.0.0-dev.22 10:40:54 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:40:54 main 10:40:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:40:55 ce33df409dbe: Preparing 10:40:55 9a2547d4ce83: Preparing 10:40:55 d40b34792354: Preparing 10:40:55 fbcae56534d1: Preparing 10:40:55 10a16a0c1589: Preparing 10:40:55 9833f26c6bda: Preparing 10:40:55 9833f26c6bda: Waiting 10:40:55 9a2547d4ce83: Pushed 10:40:55 d40b34792354: Pushed 10:40:55 ce33df409dbe: Pushed 10:40:55 9833f26c6bda: Layer already exists 10:40:56 10a16a0c1589: Pushed 10:41:11 fbcae56534d1: Pushed 10:41:11 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:11 + 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 10:41:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:41:12 ce33df409dbe: Preparing 10:41:12 9a2547d4ce83: Preparing 10:41:12 d40b34792354: Preparing 10:41:12 fbcae56534d1: Preparing 10:41:12 10a16a0c1589: Preparing 10:41:12 9833f26c6bda: Preparing 10:41:12 9833f26c6bda: Waiting 10:41:12 10a16a0c1589: Layer already exists 10:41:12 d40b34792354: Layer already exists 10:41:12 fbcae56534d1: Layer already exists 10:41:12 ce33df409dbe: Layer already exists 10:41:12 9a2547d4ce83: Layer already exists 10:41:13 9833f26c6bda: Layer already exists 10:41:13 latest: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 10:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:41:14 ce33df409dbe: Preparing 10:41:14 9a2547d4ce83: Preparing 10:41:14 d40b34792354: Preparing 10:41:14 fbcae56534d1: Preparing 10:41:14 10a16a0c1589: Preparing 10:41:14 9833f26c6bda: Preparing 10:41:14 9833f26c6bda: Waiting 10:41:14 10a16a0c1589: Layer already exists 10:41:14 ce33df409dbe: Layer already exists 10:41:14 d40b34792354: Layer already exists 10:41:14 9a2547d4ce83: Layer already exists 10:41:14 fbcae56534d1: Layer already exists 10:41:14 9833f26c6bda: Layer already exists 10:41:14 3.0.0-dev.22: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:41:14 ce33df409dbe: Preparing 10:41:14 9a2547d4ce83: Preparing 10:41:14 d40b34792354: Preparing 10:41:14 fbcae56534d1: Preparing 10:41:14 10a16a0c1589: Preparing 10:41:14 9833f26c6bda: Preparing 10:41:14 9833f26c6bda: Waiting 10:41:14 ce33df409dbe: Layer already exists 10:41:14 9a2547d4ce83: Layer already exists 10:41:14 d40b34792354: Layer already exists 10:41:14 fbcae56534d1: Layer already exists 10:41:14 10a16a0c1589: Layer already exists 10:41:14 9833f26c6bda: Layer already exists 10:41:15 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:15 + 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 10:41:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:41:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:41:15 ce33df409dbe: Preparing 10:41:15 9a2547d4ce83: Preparing 10:41:15 d40b34792354: Preparing 10:41:15 fbcae56534d1: Preparing 10:41:15 10a16a0c1589: Preparing 10:41:15 9833f26c6bda: Preparing 10:41:15 9833f26c6bda: Waiting 10:41:15 10a16a0c1589: Layer already exists 10:41:15 9a2547d4ce83: Layer already exists 10:41:15 fbcae56534d1: Layer already exists 10:41:15 ce33df409dbe: Layer already exists 10:41:15 9833f26c6bda: Layer already exists 10:41:16 d40b34792354: Layer already exists 10:41:16 main: digest: sha256:d5cb095d46e0e1e9193c77fe1a9ca2f2f960c9cf554431bbb40f5e3fe2f4939b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:16 ===================================================== [Pipeline] echo 10:41:16 taggedImages: 10:41:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:41:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.22 10:41:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:41:16 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:41:16 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:16 latest 10:41:16 3.0.0-dev.22 10:41:16 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:16 main 10:41:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:41:17 3222e36214f5: Preparing 10:41:17 17a0736e29e9: Preparing 10:41:17 1d7591aed568: Preparing 10:41:17 062b456af239: Preparing 10:41:17 1abdd3113bc2: Preparing 10:41:17 9833f26c6bda: Preparing 10:41:17 9833f26c6bda: Waiting 10:41:17 1abdd3113bc2: Layer already exists 10:41:17 9833f26c6bda: Layer already exists 10:41:17 1d7591aed568: Pushed 10:41:17 3222e36214f5: Pushed 10:41:17 17a0736e29e9: Pushed 10:41:32 062b456af239: Pushed 10:41:32 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:32 + 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 10:41:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:41:33 3222e36214f5: Preparing 10:41:33 17a0736e29e9: Preparing 10:41:33 1d7591aed568: Preparing 10:41:33 062b456af239: Preparing 10:41:33 1abdd3113bc2: Preparing 10:41:33 9833f26c6bda: Preparing 10:41:33 9833f26c6bda: Waiting 10:41:33 062b456af239: Layer already exists 10:41:33 1abdd3113bc2: Layer already exists 10:41:33 3222e36214f5: Layer already exists 10:41:33 17a0736e29e9: Layer already exists 10:41:33 1d7591aed568: Layer already exists 10:41:33 9833f26c6bda: Layer already exists 10:41:33 latest: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 10:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:41:33 3222e36214f5: Preparing 10:41:33 17a0736e29e9: Preparing 10:41:33 1d7591aed568: Preparing 10:41:33 062b456af239: Preparing 10:41:33 1abdd3113bc2: Preparing 10:41:33 9833f26c6bda: Preparing 10:41:33 9833f26c6bda: Waiting 10:41:33 17a0736e29e9: Layer already exists 10:41:33 3222e36214f5: Layer already exists 10:41:33 1d7591aed568: Layer already exists 10:41:33 062b456af239: Layer already exists 10:41:33 1abdd3113bc2: Layer already exists 10:41:33 9833f26c6bda: Layer already exists 10:41:33 3.0.0-dev.22: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:41:34 3222e36214f5: Preparing 10:41:34 17a0736e29e9: Preparing 10:41:34 1d7591aed568: Preparing 10:41:34 062b456af239: Preparing 10:41:34 1abdd3113bc2: Preparing 10:41:34 9833f26c6bda: Preparing 10:41:34 9833f26c6bda: Waiting 10:41:35 1abdd3113bc2: Layer already exists 10:41:35 1d7591aed568: Layer already exists 10:41:35 3222e36214f5: Layer already exists 10:41:35 17a0736e29e9: Layer already exists 10:41:35 062b456af239: Layer already exists 10:41:35 9833f26c6bda: Layer already exists 10:41:35 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:35 + 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 10:41:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:41:35 3222e36214f5: Preparing 10:41:35 17a0736e29e9: Preparing 10:41:35 1d7591aed568: Preparing 10:41:35 062b456af239: Preparing 10:41:35 1abdd3113bc2: Preparing 10:41:35 9833f26c6bda: Preparing 10:41:35 9833f26c6bda: Waiting 10:41:35 062b456af239: Layer already exists 10:41:35 1abdd3113bc2: Layer already exists 10:41:35 3222e36214f5: Layer already exists 10:41:35 17a0736e29e9: Layer already exists 10:41:35 1d7591aed568: Layer already exists 10:41:35 9833f26c6bda: Layer already exists 10:41:36 main: digest: sha256:052cb0659e7bad8230c2cb83158f7146140cdc2a82daab329bc2cef97e8ba9aa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:36 ===================================================== [Pipeline] echo 10:41:36 taggedImages: 10:41:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:41:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.22 10:41:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:41:36 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:41:36 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:36 latest 10:41:36 3.0.0-dev.22 10:41:36 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:36 main 10:41:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:41:36 6cf07ef36a39: Preparing 10:41:36 fc238b8c1dac: Preparing 10:41:36 dd3922e1db3f: Preparing 10:41:36 6ebd0f5fa578: Preparing 10:41:36 17bec77d7fdc: Preparing 10:41:36 17bec77d7fdc: Layer already exists 10:41:36 dd3922e1db3f: Layer already exists 10:41:37 6cf07ef36a39: Pushed 10:41:37 6ebd0f5fa578: Pushed 10:41:42 fc238b8c1dac: Pushed 10:41:42 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:41:43 6cf07ef36a39: Preparing 10:41:43 fc238b8c1dac: Preparing 10:41:43 dd3922e1db3f: Preparing 10:41:43 6ebd0f5fa578: Preparing 10:41:43 17bec77d7fdc: Preparing 10:41:43 17bec77d7fdc: Layer already exists 10:41:43 fc238b8c1dac: Layer already exists 10:41:43 6ebd0f5fa578: Layer already exists 10:41:43 6cf07ef36a39: Layer already exists 10:41:43 dd3922e1db3f: Layer already exists 10:41:43 latest: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 10:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:41:43 6cf07ef36a39: Preparing 10:41:43 fc238b8c1dac: Preparing 10:41:43 dd3922e1db3f: Preparing 10:41:43 6ebd0f5fa578: Preparing 10:41:43 17bec77d7fdc: Preparing 10:41:43 6ebd0f5fa578: Layer already exists 10:41:43 17bec77d7fdc: Layer already exists 10:41:43 dd3922e1db3f: Layer already exists 10:41:43 6cf07ef36a39: Layer already exists 10:41:43 fc238b8c1dac: Layer already exists 10:41:43 3.0.0-dev.22: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:41:44 6cf07ef36a39: Preparing 10:41:44 fc238b8c1dac: Preparing 10:41:44 dd3922e1db3f: Preparing 10:41:44 6ebd0f5fa578: Preparing 10:41:44 17bec77d7fdc: Preparing 10:41:44 dd3922e1db3f: Layer already exists 10:41:44 fc238b8c1dac: Layer already exists 10:41:44 6cf07ef36a39: Layer already exists 10:41:44 6ebd0f5fa578: Layer already exists 10:41:44 17bec77d7fdc: Layer already exists 10:41:44 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:41:45 6cf07ef36a39: Preparing 10:41:45 fc238b8c1dac: Preparing 10:41:45 dd3922e1db3f: Preparing 10:41:45 6ebd0f5fa578: Preparing 10:41:45 17bec77d7fdc: Preparing 10:41:45 dd3922e1db3f: Layer already exists 10:41:45 6cf07ef36a39: Layer already exists 10:41:45 fc238b8c1dac: Layer already exists 10:41:45 6ebd0f5fa578: Layer already exists 10:41:45 17bec77d7fdc: Layer already exists 10:41:45 main: digest: sha256:ca524b36587cce72f9a997985897ba3496518bae6bd122aa5737a4677b343fee size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:45 ===================================================== [Pipeline] echo 10:41:45 taggedImages: 10:41:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:41:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.22 10:41:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:45 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:41:45 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:41:45 88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:45 latest 10:41:45 3.0.0-dev.22 10:41:45 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:45 main 10:41:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:41:46 acb3f266920a: Preparing 10:41:46 687d37ea64b5: Preparing 10:41:46 dd3922e1db3f: Preparing 10:41:46 4b848a7a793e: Preparing 10:41:46 17bec77d7fdc: Preparing 10:41:46 4b848a7a793e: Layer already exists 10:41:46 17bec77d7fdc: Layer already exists 10:41:46 dd3922e1db3f: Layer already exists 10:41:46 acb3f266920a: Pushed 10:41:52 687d37ea64b5: Pushed 10:41:53 88ad77027d783d3ac8e9165f21296ab9ea2526ae: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:41:54 acb3f266920a: Preparing 10:41:54 687d37ea64b5: Preparing 10:41:54 dd3922e1db3f: Preparing 10:41:54 4b848a7a793e: Preparing 10:41:54 17bec77d7fdc: Preparing 10:41:54 17bec77d7fdc: Layer already exists 10:41:54 4b848a7a793e: Layer already exists 10:41:54 acb3f266920a: Layer already exists 10:41:54 687d37ea64b5: Layer already exists 10:41:54 dd3922e1db3f: Layer already exists 10:41:54 latest: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 10:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:41:54 acb3f266920a: Preparing 10:41:54 687d37ea64b5: Preparing 10:41:54 dd3922e1db3f: Preparing 10:41:54 4b848a7a793e: Preparing 10:41:54 17bec77d7fdc: Preparing 10:41:54 17bec77d7fdc: Layer already exists 10:41:54 acb3f266920a: Layer already exists 10:41:54 4b848a7a793e: Layer already exists 10:41:54 687d37ea64b5: Layer already exists 10:41:54 dd3922e1db3f: Layer already exists 10:41:54 3.0.0-dev.22: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:41:55 acb3f266920a: Preparing 10:41:55 687d37ea64b5: Preparing 10:41:55 dd3922e1db3f: Preparing 10:41:55 4b848a7a793e: Preparing 10:41:55 17bec77d7fdc: Preparing 10:41:55 dd3922e1db3f: Layer already exists 10:41:55 687d37ea64b5: Layer already exists 10:41:55 17bec77d7fdc: Layer already exists 10:41:55 4b848a7a793e: Layer already exists 10:41:55 acb3f266920a: Layer already exists 10:41:55 88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:41:56 acb3f266920a: Preparing 10:41:56 687d37ea64b5: Preparing 10:41:56 dd3922e1db3f: Preparing 10:41:56 4b848a7a793e: Preparing 10:41:56 17bec77d7fdc: Preparing 10:41:56 17bec77d7fdc: Layer already exists 10:41:56 687d37ea64b5: Layer already exists 10:41:56 acb3f266920a: Layer already exists 10:41:56 dd3922e1db3f: Layer already exists 10:41:56 4b848a7a793e: Layer already exists 10:41:56 main: digest: sha256:5760fad6bb5e148a30cf77e461575072fe129a6b117eb413975c04592a2c04b7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:56 ===================================================== [Pipeline] echo 10:41:56 taggedImages: 10:41:56 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae 10:41:56 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:41:56 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.22 10:41:56 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:88ad77027d783d3ac8e9165f21296ab9ea2526ae-3.0.0-dev.22 10:41:56 - 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 10:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:41:57 10:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:41:57 arm64: Pulling from edgex-lftools-log-publisher 10:41:57 8998bd30e6a1: Pulling fs layer 10:41:57 04944245beec: Pulling fs layer 10:41:57 699f458cf7ca: Pulling fs layer 10:41:57 765212b225bb: Pulling fs layer 10:41:57 f23df028b6ca: Pulling fs layer 10:41:57 d65c8cfc05b1: Pulling fs layer 10:41:57 2437ff75d9bd: Pulling fs layer 10:41:57 f23df028b6ca: Waiting 10:41:57 d65c8cfc05b1: Waiting 10:41:57 2437ff75d9bd: Waiting 10:41:57 765212b225bb: Waiting 10:41:57 04944245beec: Verifying Checksum 10:41:57 04944245beec: Download complete 10:41:57 765212b225bb: Verifying Checksum 10:41:57 765212b225bb: Download complete 10:41:57 f23df028b6ca: Verifying Checksum 10:41:57 f23df028b6ca: Download complete 10:41:57 d65c8cfc05b1: Verifying Checksum 10:41:57 d65c8cfc05b1: Download complete 10:41:58 699f458cf7ca: Verifying Checksum 10:41:58 699f458cf7ca: Download complete 10:41:58 8998bd30e6a1: Verifying Checksum 10:41:58 8998bd30e6a1: Download complete 10:42:00 2437ff75d9bd: Verifying Checksum 10:42:00 2437ff75d9bd: Download complete 10:42:02 8998bd30e6a1: Pull complete 10:42:02 04944245beec: Pull complete 10:42:04 699f458cf7ca: Pull complete 10:42:04 765212b225bb: Pull complete 10:42:05 f23df028b6ca: Pull complete 10:42:05 d65c8cfc05b1: Pull complete 10:42:20 2437ff75d9bd: Pull complete 10:42:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:42:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:42:20 prd-ubuntu20.04-docker-arm64-4c-16g-2911 does not seem to be running inside a container 10:42:20 $ 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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:42:23 $ docker top 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:42:24 ---> job-cost.sh 10:42:24 lf-activate-venv: SKIPPING 10:42:24 INFO: No Stack... 10:42:24 INFO: Retrieving Pricing Info for: v3-standard-4 10:42:25 INFO: Archiving Costs [Pipeline] sh 10:42:25 + cat /w/workspace/edgex-go/377/archives/cost.csv 10:42:25 + cut -d, -f6 [Pipeline] lock 10:42:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] 10:42:26 Resource [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] did not exist. Created. 10:42:26 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:42:26 + echo total: 0.10999999940395355 [Pipeline] stash 10:42:27 Stashed 1 file(s) [Pipeline] } 10:42:27 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-377-stack-cost] [Pipeline] // lock [Pipeline] } 10:42:27 $ docker stop --time=1 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e 10:42:28 $ docker rm -f --volumes 57aaf78e791dad1b15554fc4f8568fb75fac37088f078764d20f9d1cca8bd33e [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:42:29 + [ -d /w/workspace/edgex-go/377/archives ] [Pipeline] libraryResource [Pipeline] sh 10:42:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:42:30 ---> package-listing.sh 10:42:30 ++ facter osfamily 10:42:30 ++ tr '[:upper:]' '[:lower:]' 10:42:30 + OS_FAMILY=debian 10:42:30 + workspace=/w/workspace/edgex-go/377 10:42:30 + START_PACKAGES=/tmp/packages_start.txt 10:42:30 + END_PACKAGES=/tmp/packages_end.txt 10:42:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:42:30 + PACKAGES=/tmp/packages_start.txt 10:42:30 + '[' /w/workspace/edgex-go/377 ']' 10:42:30 + PACKAGES=/tmp/packages_end.txt 10:42:30 + case "${OS_FAMILY}" in 10:42:30 + dpkg -l 10:42:30 + grep '^ii' 10:42:30 + '[' -f /tmp/packages_start.txt ']' 10:42:30 + '[' -f /tmp/packages_end.txt ']' 10:42:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:42:30 + '[' /w/workspace/edgex-go/377 ']' 10:42:30 + mkdir -p /w/workspace/edgex-go/377/archives/ 10:42:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/377/archives/ [Pipeline] echo 10:42:30 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/377/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:42:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:42:31 10:42:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:42:32 latest: Pulling from edgex-lftools-log-publisher 10:42:32 5eb5b503b376: Pulling fs layer 10:42:32 5c69ac0246d0: Pulling fs layer 10:42:32 ec43610c2a17: Pulling fs layer 10:42:32 3a2ae6a8a46f: Pulling fs layer 10:42:32 33b1e0a273af: Pulling fs layer 10:42:32 5d3b04190fa2: Pulling fs layer 10:42:32 2f39f015ded8: Pulling fs layer 10:42:32 3a2ae6a8a46f: Waiting 10:42:32 33b1e0a273af: Waiting 10:42:32 5d3b04190fa2: Waiting 10:42:32 2f39f015ded8: Waiting 10:42:32 5c69ac0246d0: Verifying Checksum 10:42:32 5c69ac0246d0: Download complete 10:42:32 33b1e0a273af: Verifying Checksum 10:42:32 33b1e0a273af: Download complete 10:42:32 5d3b04190fa2: Download complete 10:42:32 ec43610c2a17: Verifying Checksum 10:42:32 ec43610c2a17: Download complete 10:42:32 5eb5b503b376: Verifying Checksum 10:42:32 5eb5b503b376: Download complete 10:42:33 2f39f015ded8: Download complete 10:42:33 5eb5b503b376: Pull complete 10:42:33 5c69ac0246d0: Pull complete 10:42:34 ec43610c2a17: Pull complete 10:42:34 3a2ae6a8a46f: Pull complete 10:42:34 33b1e0a273af: Pull complete 10:42:34 5d3b04190fa2: Pull complete 10:42:38 2f39f015ded8: Pull complete 10:42:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:42:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:42:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:42:38 prd-ubuntu20.04-docker-8c-8g-2910 does not seem to be running inside a container 10:42:38 $ 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/377/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/377 -v /w/workspace/edgex-go/377:/w/workspace/edgex-go/377:rw,z -v /w/workspace/edgex-go/377@tmp:/w/workspace/edgex-go/377@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 10:42:41 $ docker top c1e0e0457d9a8b5af8b6080105ab22de898a0e5a198cba217a13baf6597625fa -eo pid,comm [Pipeline] { [Pipeline] sh 10:42:41 + touch /tmp/pre-build-complete [Pipeline] sh 10:42:42 + mkdir -p /var/log/sysstat [Pipeline] sh 10:42:42 + ls /var/log/sa-host 10:42:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:42:42 provisioning config files... 10:42:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/377@tmp/config4694614806276473320tmp [Pipeline] { [Pipeline] echo 10:42:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:42:42 ---> create-netrc.sh [Pipeline] } 10:42:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:42:43 ---> python-tools-install.sh [Pipeline] echo 10:42:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:42:43 ---> sudo-logs.sh 10:42:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:42:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:42:43 ---> job-cost.sh 10:42:43 lf-activate-venv: SKIPPING 10:42:43 DEBUG: total: 0.10999999940395355 10:42:43 INFO: Retrieving Stack Cost... 10:42:44 INFO: Retrieving Pricing Info for: v3-standard-8 10:42:44 INFO: Archiving Costs [Pipeline] echo 10:42:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:42:44 ---> logs-deploy.sh 10:42:44 lf-activate-venv: SKIPPING 10:42:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/377 10:42:44 INFO: archiving workspace using pattern(s): 10:42:45 Archives upload complete. 10:42:46 INFO: archiving logs to Nexus 10:42:46 ---> uname -a: 10:42:46 Linux prd-ubuntu20-04-docker-8c-8g-2910 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:42:46 10:42:46 10:42:46 ---> lscpu: 10:42:46 Architecture: x86_64 10:42:46 CPU op-mode(s): 32-bit, 64-bit 10:42:46 Byte Order: Little Endian 10:42:46 Address sizes: 40 bits physical, 48 bits virtual 10:42:46 CPU(s): 8 10:42:46 On-line CPU(s) list: 0-7 10:42:46 Thread(s) per core: 1 10:42:46 Core(s) per socket: 1 10:42:46 Socket(s): 8 10:42:46 NUMA node(s): 1 10:42:46 Vendor ID: AuthenticAMD 10:42:46 CPU family: 23 10:42:46 Model: 49 10:42:46 Model name: AMD EPYC-Rome Processor 10:42:46 Stepping: 0 10:42:46 CPU MHz: 2799.996 10:42:46 BogoMIPS: 5599.99 10:42:46 Virtualization: AMD-V 10:42:46 Hypervisor vendor: KVM 10:42:46 Virtualization type: full 10:42:46 L1d cache: 256 KiB 10:42:46 L1i cache: 256 KiB 10:42:46 L2 cache: 4 MiB 10:42:46 L3 cache: 128 MiB 10:42:46 NUMA node0 CPU(s): 0-7 10:42:46 Vulnerability Itlb multihit: Not affected 10:42:46 Vulnerability L1tf: Not affected 10:42:46 Vulnerability Mds: Not affected 10:42:46 Vulnerability Meltdown: Not affected 10:42:46 Vulnerability Mmio stale data: Not affected 10:42:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:42:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:42:46 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:42:46 Vulnerability Srbds: Not affected 10:42:46 Vulnerability Tsx async abort: Not affected 10:42:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:42:46 10:42:46 10:42:46 ---> nproc: 10:42:46 8 10:42:46 10:42:46 10:42:46 ---> df -h: 10:42:46 Filesystem Size Used Avail Use% Mounted on 10:42:46 overlay 155G 12G 144G 8% / 10:42:46 tmpfs 64M 0 64M 0% /dev 10:42:46 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:42:46 shm 64M 0 64M 0% /dev/shm 10:42:46 /dev/vda1 155G 12G 144G 8% /facter-os 10:42:46 10:42:46 10:42:46 ---> sar -b -r -n DEV: 10:42:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2910) 01/18/23 _x86_64_ (8 CPU) 10:42:46 10:42:46 10:16:30 LINUX RESTART (8 CPU) 10:42:46 10:42:46 10:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:42:46 10:18:01 159.44 12.14 147.29 0.00 1825.89 131555.96 0.00 10:42:46 10:19:01 36.74 0.05 36.69 0.00 0.40 13313.70 0.00 10:42:46 10:20:01 1.47 0.00 1.47 0.00 0.00 74.13 0.00 10:42:46 10:21:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 10:42:46 10:22:01 51.59 10.58 41.01 0.00 5154.87 8686.15 0.00 10:42:46 10:23:01 6.15 0.02 6.13 0.00 0.13 125.42 0.00 10:42:46 10:24:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 10:42:46 10:25:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 10:42:46 10:26:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 10:42:46 10:27:01 2.00 0.00 2.00 0.00 0.00 22.26 0.00 10:42:46 10:28:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 10:42:46 10:29:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 10:42:46 10:30:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 10:42:46 10:31:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 10:42:46 10:32:01 1.83 0.02 1.82 0.00 0.13 25.20 0.00 10:42:46 10:33:02 1.43 0.00 1.43 0.00 0.00 17.06 0.00 10:42:46 10:34:01 1.05 0.00 1.05 0.00 0.00 12.61 0.00 10:42:46 10:35:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 10:42:46 10:36:01 2.25 0.18 2.07 0.00 18.53 24.66 0.00 10:42:46 10:37:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 10:42:46 10:38:01 0.92 0.00 0.92 0.00 0.00 10.93 0.00 10:42:46 10:39:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 10:42:46 10:40:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 10:42:46 10:41:01 0.95 0.00 0.95 0.00 0.00 12.66 0.00 10:42:46 10:42:01 1.13 0.00 1.13 0.00 0.00 14.66 0.00 10:42:46 Average: 11.29 0.92 10.37 0.00 280.19 6168.54 0.00 10:42:46 10:42:46 10:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:42:46 10:18:01 28555248 31586220 715560 2.18 111756 3165836 1888820 5.57 1095864 2830924 276 10:42:46 10:19:01 28568344 31604800 695072 2.11 113780 3166348 1740976 5.13 1162208 2741560 2004 10:42:46 10:20:01 28567956 31604536 695112 2.11 113820 3166348 1740976 5.13 1162956 2741556 12 10:42:46 10:21:01 28573324 31610016 689388 2.10 113852 3166352 1740976 5.13 1157304 2741560 40 10:42:46 10:22:01 28038492 31584228 703060 2.14 147444 3621000 1804584 5.32 1483380 2913772 948 10:42:46 10:23:01 28052020 31592852 694260 2.11 146020 3617740 1790728 5.28 1473528 2910504 4 10:42:46 10:24:01 28052508 31593464 693664 2.11 146092 3617748 1790728 5.28 1473620 2910520 8 10:42:46 10:25:01 28052708 31593672 693572 2.11 146144 3617748 1790728 5.28 1473656 2910512 40 10:42:46 10:26:01 28052644 31593696 693508 2.11 146172 3617752 1790728 5.28 1473724 2910524 8 10:42:46 10:27:01 28052500 31593620 693536 2.11 146232 3617752 1790728 5.28 1474152 2910532 12 10:42:46 10:28:01 28052000 31593988 693684 2.11 146264 3617756 1790728 5.28 1473280 2911276 184 10:42:46 10:29:01 28052000 31594184 693500 2.11 146304 3617888 1790728 5.28 1473368 2911412 40 10:42:46 10:30:01 28051984 31594232 693428 2.11 146328 3617892 1790728 5.28 1473408 2911420 12 10:42:46 10:31:01 28052392 31594648 692888 2.11 146344 3617896 1790728 5.28 1473436 2911428 48 10:42:46 10:32:01 28050776 31593156 694552 2.11 146388 3617876 1817928 5.36 1473364 2911392 28 10:42:46 10:33:02 28051808 31594188 693436 2.11 146412 3617876 1817928 5.36 1473308 2911392 20 10:42:46 10:34:01 28051168 31593612 694000 2.11 146452 3617880 1817928 5.36 1473404 2911400 16 10:42:46 10:35:01 28050924 31593376 694168 2.11 146476 3617884 1817928 5.36 1473464 2911404 44 10:42:46 10:36:01 28049928 31593132 694468 2.11 146504 3618440 1788488 5.27 1473568 2911960 12 10:42:46 10:37:01 28050100 31593340 694196 2.11 146544 3618440 1788488 5.27 1473644 2911964 16 10:42:46 10:38:01 28049800 31593048 694412 2.11 146556 3618452 1788488 5.27 1473644 2911972 12 10:42:46 10:39:01 28050000 31593308 694336 2.11 146588 3618452 1788488 5.27 1473740 2911976 40 10:42:46 10:40:01 28050508 31593828 693992 2.11 146612 3618460 1788488 5.27 1473836 2911984 184 10:42:46 10:41:01 28050336 31593656 694112 2.11 146628 3618460 1788488 5.27 1474780 2911984 52 10:42:46 10:42:01 28042584 31586000 701780 2.13 146676 3618464 1788488 5.27 1485216 2911988 44 10:42:46 Average: 28132882 31594192 695347 2.11 141136 3545870 1792960 5.28 1421834 2887877 164 10:42:46 10:42:46 10:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:42:46 10:18:01 docker0 401.85 370.10 31.87 3413.33 0.00 0.00 0.00 0.00 10:42:46 10:18:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 10:42:46 10:18:01 ens3 894.55 833.62 11920.64 111.56 0.00 0.00 0.00 0.00 10:42:46 10:19:01 docker0 1.38 1.42 0.09 0.12 0.00 0.00 0.00 0.00 10:42:46 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:19:01 ens3 23.86 16.96 19.98 10.33 0.00 0.00 0.00 0.00 10:42:46 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:20:01 ens3 4.22 2.77 10.72 0.43 0.00 0.00 0.00 0.00 10:42:46 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:21:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:22:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 10:42:46 10:22:01 ens3 121.23 65.61 2751.20 5.02 0.00 0.00 0.00 0.00 10:42:46 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:23:01 ens3 0.33 0.25 0.02 0.02 0.00 0.00 0.00 0.00 10:42:46 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:26:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:27:01 ens3 0.67 0.50 0.34 0.28 0.00 0.00 0.00 0.00 10:42:46 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:28:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:32:01 ens3 0.13 0.10 0.07 0.07 0.00 0.00 0.00 0.00 10:42:46 10:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:33:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:33:02 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:34:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:35:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:36:01 ens3 0.20 0.27 0.10 0.03 0.00 0.00 0.00 0.00 10:42:46 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:37:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:42:46 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:40:01 ens3 0.22 0.12 0.22 0.01 0.00 0.00 0.00 0.00 10:42:46 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:42:46 10:41:01 ens3 0.98 0.40 0.31 0.22 0.00 0.00 0.00 0.00 10:42:46 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:46 10:42:01 ens3 2.20 2.30 0.21 12.92 0.00 0.00 0.00 0.00 10:42:46 Average: docker0 16.14 14.87 1.28 136.67 0.00 0.00 0.00 0.00 10:42:46 Average: lo 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 10:42:46 Average: ens3 42.03 36.99 588.68 5.65 0.00 0.00 0.00 0.00 10:42:46 10:42:46 10:42:46 ---> sar -P ALL: 10:42:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2910) 01/18/23 _x86_64_ (8 CPU) 10:42:46 10:42:46 10:16:30 LINUX RESTART (8 CPU) 10:42:46 10:42:46 10:17:01 CPU %user %nice %system %iowait %steal %idle 10:42:46 10:18:01 all 10.39 0.00 4.46 1.77 0.07 83.32 10:42:46 10:18:01 0 10.51 0.00 4.62 5.87 0.05 78.95 10:42:46 10:18:01 1 8.76 0.00 4.74 0.52 0.05 85.93 10:42:46 10:18:01 2 9.61 0.00 4.09 3.32 0.07 82.91 10:42:46 10:18:01 3 8.66 0.00 4.57 0.14 0.08 86.55 10:42:46 10:18:01 4 12.99 0.00 4.46 1.71 0.07 80.78 10:42:46 10:18:01 5 7.62 0.00 3.68 0.47 0.05 88.17 10:42:46 10:18:01 6 12.85 0.00 4.07 1.40 0.05 81.62 10:42:46 10:18:01 7 12.09 0.00 5.43 0.71 0.10 81.66 10:42:46 10:19:01 all 26.14 0.00 4.39 0.35 0.06 69.05 10:42:46 10:19:01 0 26.09 0.00 4.80 0.05 0.07 69.00 10:42:46 10:19:01 1 25.70 0.00 3.96 0.05 0.07 70.22 10:42:46 10:19:01 2 25.30 0.00 4.45 1.53 0.05 68.67 10:42:46 10:19:01 3 26.18 0.00 3.97 0.00 0.05 69.81 10:42:46 10:19:01 4 26.92 0.00 4.34 0.02 0.07 68.66 10:42:46 10:19:01 5 26.98 0.00 4.05 0.03 0.05 68.88 10:42:46 10:19:01 6 26.24 0.00 5.00 0.02 0.07 68.68 10:42:46 10:19:01 7 25.75 0.00 4.55 1.13 0.05 68.53 10:42:46 10:20:01 all 0.03 0.00 0.02 0.01 0.01 99.94 10:42:46 10:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:42:46 10:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:42:46 10:20:01 2 0.02 0.00 0.02 0.03 0.02 99.92 10:42:46 10:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:20:01 5 0.05 0.00 0.00 0.00 0.00 99.95 10:42:46 10:20:01 6 0.02 0.00 0.03 0.00 0.00 99.95 10:42:46 10:20:01 7 0.05 0.00 0.03 0.07 0.02 99.83 10:42:46 10:21:01 all 0.04 0.00 0.01 0.00 0.00 99.95 10:42:46 10:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:42:46 10:21:01 2 0.05 0.00 0.00 0.02 0.00 99.93 10:42:46 10:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:21:01 5 0.02 0.00 0.03 0.00 0.02 99.93 10:42:46 10:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:21:01 7 0.08 0.00 0.02 0.00 0.00 99.90 10:42:46 10:22:01 all 2.16 0.00 1.39 0.42 0.03 96.00 10:42:46 10:22:01 0 4.10 0.00 1.23 0.45 0.08 94.13 10:42:46 10:22:01 1 1.69 0.00 0.72 0.03 0.02 97.54 10:42:46 10:22:01 2 1.71 0.00 1.40 0.64 0.02 96.24 10:42:46 10:22:01 3 2.45 0.00 2.47 0.25 0.03 94.79 10:42:46 10:22:01 4 1.69 0.00 0.80 0.25 0.02 97.24 10:42:46 10:22:01 5 2.32 0.00 1.05 0.03 0.02 96.58 10:42:46 10:22:01 6 1.12 0.00 0.87 1.09 0.02 96.91 10:42:46 10:22:01 7 2.18 0.00 2.56 0.64 0.03 94.59 10:42:46 10:23:01 all 0.14 0.00 0.06 0.03 0.01 99.76 10:42:46 10:23:01 0 0.07 0.00 0.05 0.05 0.02 99.82 10:42:46 10:23:01 1 0.48 0.00 0.10 0.02 0.02 99.38 10:42:46 10:23:01 2 0.10 0.00 0.05 0.00 0.02 99.83 10:42:46 10:23:01 3 0.02 0.00 0.05 0.00 0.00 99.93 10:42:46 10:23:01 4 0.03 0.00 0.07 0.00 0.00 99.90 10:42:46 10:23:01 5 0.23 0.00 0.07 0.00 0.00 99.70 10:42:46 10:23:01 6 0.05 0.00 0.08 0.12 0.02 99.73 10:42:46 10:23:01 7 0.12 0.00 0.03 0.03 0.00 99.82 10:42:46 10:24:01 all 0.10 0.00 0.02 0.00 0.00 99.87 10:42:46 10:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:42:46 10:24:01 1 0.65 0.00 0.02 0.00 0.00 99.33 10:42:46 10:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 10:42:46 10:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:24:01 6 0.03 0.00 0.03 0.02 0.00 99.92 10:42:46 10:24:01 7 0.00 0.00 0.02 0.02 0.00 99.97 10:42:46 10:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 10:42:46 10:25:01 0 0.05 0.00 0.00 0.00 0.00 99.95 10:42:46 10:25:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:42:46 10:25:01 2 0.07 0.00 0.00 0.00 0.02 99.92 10:42:46 10:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:42:46 10:25:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:42:46 10:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 10:42:46 10:25:01 7 0.00 0.00 0.00 0.03 0.00 99.97 10:42:46 10:26:01 all 0.09 0.00 0.02 0.01 0.01 99.88 10:42:46 10:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:42:46 10:26:01 1 0.57 0.00 0.02 0.00 0.02 99.40 10:42:46 10:26:01 2 0.03 0.00 0.07 0.00 0.00 99.90 10:42:46 10:26:01 3 0.03 0.00 0.00 0.08 0.00 99.88 10:42:46 10:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:26:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:42:46 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:27:01 all 0.04 0.00 0.01 0.01 0.00 99.94 10:42:46 10:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 10:42:46 10:27:01 1 0.08 0.00 0.03 0.00 0.00 99.88 10:42:46 10:27:01 2 0.08 0.00 0.05 0.00 0.02 99.85 10:42:46 10:27:01 3 0.02 0.00 0.00 0.03 0.00 99.95 10:42:46 10:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:27:01 6 0.02 0.00 0.00 0.02 0.00 99.97 10:42:46 10:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:42:46 10:28:01 all 0.11 0.00 0.04 0.01 0.00 99.84 10:42:46 10:28:01 0 0.03 0.00 0.08 0.00 0.02 99.87 10:42:46 10:28:01 1 0.65 0.00 0.05 0.00 0.00 99.30 10:42:46 10:28:01 2 0.08 0.00 0.08 0.00 0.00 99.83 10:42:46 10:28:01 3 0.05 0.00 0.08 0.03 0.00 99.83 10:42:46 10:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:28:01 6 0.00 0.00 0.00 0.07 0.00 99.93 10:42:46 10:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:42:46 10:28:01 CPU %user %nice %system %iowait %steal %idle 10:42:46 10:29:01 all 0.11 0.00 0.02 0.03 0.01 99.83 10:42:46 10:29:01 0 0.07 0.00 0.02 0.00 0.02 99.90 10:42:46 10:29:01 1 0.70 0.00 0.07 0.00 0.02 99.22 10:42:46 10:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:42:46 10:29:01 3 0.00 0.00 0.02 0.23 0.00 99.75 10:42:46 10:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:42:46 10:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:29:01 6 0.03 0.00 0.05 0.03 0.00 99.88 10:42:46 10:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:30:01 all 0.09 0.00 0.01 0.00 0.00 99.89 10:42:46 10:30:01 0 0.00 0.00 0.05 0.00 0.02 99.93 10:42:46 10:30:01 1 0.60 0.00 0.00 0.00 0.00 99.40 10:42:46 10:30:01 2 0.07 0.00 0.00 0.00 0.00 99.93 10:42:46 10:30:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:42:46 10:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:30:01 6 0.07 0.00 0.02 0.00 0.02 99.90 10:42:46 10:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:31:01 all 0.07 0.00 0.02 0.00 0.00 99.91 10:42:46 10:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:31:01 1 0.13 0.00 0.03 0.00 0.00 99.83 10:42:46 10:31:01 2 0.32 0.00 0.02 0.00 0.00 99.67 10:42:46 10:31:01 3 0.00 0.00 0.00 0.02 0.02 99.97 10:42:46 10:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:31:01 6 0.05 0.00 0.03 0.02 0.00 99.90 10:42:46 10:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:42:46 10:32:01 all 0.09 0.00 0.03 0.01 0.01 99.87 10:42:46 10:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:42:46 10:32:01 1 0.57 0.00 0.03 0.00 0.02 99.38 10:42:46 10:32:01 2 0.05 0.00 0.03 0.02 0.00 99.90 10:42:46 10:32:01 3 0.00 0.00 0.03 0.02 0.00 99.95 10:42:46 10:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:32:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:42:46 10:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:33:02 all 0.09 0.00 0.01 0.00 0.01 99.89 10:42:46 10:33:02 0 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:33:02 1 0.58 0.00 0.02 0.00 0.00 99.40 10:42:46 10:33:02 2 0.05 0.00 0.02 0.00 0.02 99.92 10:42:46 10:33:02 3 0.00 0.00 0.00 0.02 0.00 99.98 10:42:46 10:33:02 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:33:02 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:33:02 6 0.03 0.00 0.07 0.02 0.03 99.85 10:42:46 10:33:02 7 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:34:01 all 0.09 0.00 0.01 0.00 0.01 99.89 10:42:46 10:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:34:01 1 0.59 0.00 0.02 0.00 0.02 99.37 10:42:46 10:34:01 2 0.10 0.00 0.02 0.00 0.00 99.88 10:42:46 10:34:01 3 0.00 0.00 0.00 0.02 0.02 99.97 10:42:46 10:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:34:01 6 0.02 0.00 0.03 0.00 0.02 99.93 10:42:46 10:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:35:01 all 0.08 0.00 0.01 0.00 0.01 99.89 10:42:46 10:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:35:01 1 0.57 0.00 0.02 0.00 0.00 99.42 10:42:46 10:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:35:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:42:46 10:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:42:46 10:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:42:46 10:35:01 6 0.07 0.00 0.07 0.02 0.03 99.82 10:42:46 10:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:36:01 all 0.14 0.00 0.05 0.00 0.01 99.80 10:42:46 10:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 10:42:46 10:36:01 1 0.37 0.00 0.10 0.00 0.00 99.53 10:42:46 10:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:42:46 10:36:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:42:46 10:36:01 4 0.50 0.00 0.07 0.00 0.00 99.43 10:42:46 10:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:36:01 6 0.13 0.00 0.07 0.02 0.02 99.77 10:42:46 10:36:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:42:46 10:37:01 all 0.03 0.00 0.01 0.01 0.01 99.94 10:42:46 10:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:37:01 1 0.10 0.00 0.00 0.00 0.02 99.88 10:42:46 10:37:01 2 0.03 0.00 0.00 0.02 0.02 99.93 10:42:46 10:37:01 3 0.00 0.00 0.03 0.02 0.02 99.93 10:42:46 10:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:37:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:42:46 10:37:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:42:46 10:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:38:01 all 0.09 0.00 0.01 0.00 0.00 99.89 10:42:46 10:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:38:01 1 0.57 0.00 0.02 0.00 0.00 99.42 10:42:46 10:38:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:42:46 10:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:42:46 10:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:38:01 5 0.03 0.00 0.03 0.00 0.00 99.93 10:42:46 10:38:01 6 0.05 0.00 0.00 0.00 0.02 99.93 10:42:46 10:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:39:01 all 0.09 0.00 0.01 0.01 0.00 99.89 10:42:46 10:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:39:01 1 0.60 0.00 0.03 0.00 0.00 99.37 10:42:46 10:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:42:46 10:39:01 3 0.02 0.00 0.02 0.03 0.00 99.93 10:42:46 10:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:39:01 6 0.05 0.00 0.02 0.02 0.00 99.92 10:42:46 10:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:42:46 10:42:46 10:39:01 CPU %user %nice %system %iowait %steal %idle 10:42:46 10:40:01 all 0.10 0.00 0.01 0.01 0.01 99.87 10:42:46 10:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:42:46 10:40:01 1 0.67 0.00 0.02 0.00 0.02 99.30 10:42:46 10:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 10:42:46 10:40:01 3 0.02 0.00 0.00 0.02 0.02 99.95 10:42:46 10:40:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:42:46 10:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:40:01 6 0.02 0.00 0.03 0.05 0.02 99.88 10:42:46 10:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:42:46 10:41:01 all 0.06 0.00 0.01 0.00 0.01 99.92 10:42:46 10:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:41:01 1 0.33 0.00 0.00 0.00 0.02 99.65 10:42:46 10:41:01 2 0.05 0.00 0.02 0.00 0.02 99.92 10:42:46 10:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:42:46 10:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:41:01 5 0.02 0.00 0.03 0.00 0.00 99.95 10:42:46 10:41:01 6 0.03 0.00 0.03 0.02 0.02 99.90 10:42:46 10:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:42:46 10:42:01 all 0.31 0.00 0.01 0.00 0.01 99.67 10:42:46 10:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:42:46 10:42:01 1 2.00 0.00 0.00 0.00 0.00 98.00 10:42:46 10:42:01 2 0.17 0.00 0.03 0.00 0.00 99.80 10:42:46 10:42:01 3 0.05 0.00 0.02 0.02 0.02 99.90 10:42:46 10:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:42:46 10:42:01 5 0.07 0.00 0.00 0.00 0.00 99.93 10:42:46 10:42:01 6 0.05 0.00 0.02 0.02 0.00 99.92 10:42:46 10:42:01 7 0.07 0.00 0.00 0.00 0.02 99.92 10:42:46 Average: all 1.62 0.00 0.42 0.11 0.01 97.84 10:42:46 Average: 0 1.64 0.00 0.44 0.25 0.01 97.65 10:42:46 Average: 1 1.87 0.00 0.40 0.02 0.01 97.70 10:42:46 Average: 2 1.51 0.00 0.42 0.22 0.01 97.84 10:42:46 Average: 3 1.50 0.00 0.45 0.04 0.01 98.00 10:42:46 Average: 4 1.68 0.00 0.39 0.08 0.01 97.84 10:42:46 Average: 5 1.49 0.00 0.36 0.02 0.01 98.12 10:42:46 Average: 6 1.63 0.00 0.42 0.12 0.01 97.81 10:42:46 Average: 7 1.61 0.00 0.51 0.10 0.01 97.77 10:42:46 10:42:46 10:42:46