Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ad21f9895f81268f47cf403ea0e6f43cd0addb21 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-ssh1037457571919091086.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh6657356634196513254.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh7828427357533713199.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh7193865581577372639.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh16441157484639273278.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 ‘prd-ubuntu20.04-docker-8c-8g-19558’ is offline Running on prd-ubuntu20.04-docker-8c-8g-19560 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/260 [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/260 # 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 ad21f9895f81268f47cf403ea0e6f43cd0addb21 (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 ad21f9895f81268f47cf403ea0e6f43cd0addb21 # timeout=10 Commit message: "fix: fixed security-bootstrapper Docker volume init semantics (#4085)" > git rev-list --no-walk ad21f9895f81268f47cf403ea0e6f43cd0addb21 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:50:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:50:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:50:22 ========================================================= 15:50:22 EdgeX Global Pipelines Version Info 15:50:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:50:23 ------------------- 15:50:23 stable info: 15:50:23 ------------------- 15:50:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:23 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 15:50:23 Message: update stable to v1.0.237 15:50:24 ------------------- 15:50:24 experimental info: 15:50:24 ------------------- 15:50:24 Commited By: **** collab-it+edgex@linuxfoundation.org 15:50:24 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 15:50:24 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad21f98 [Pipeline] echo 15:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:50:24 provisioning config files... 15:50:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/260@tmp/config1935408715736331061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:50:25 ---> docker-login.sh 15:50:25 nexus3.edgexfoundry.org:10001 15:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:25 Configure a credential helper to remove this warning. See 15:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:25 15:50:25 Login Succeeded 15:50:25 nexus3.edgexfoundry.org:10002 15:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:25 Configure a credential helper to remove this warning. See 15:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:25 15:50:25 Login Succeeded 15:50:25 nexus3.edgexfoundry.org:10003 15:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:25 Configure a credential helper to remove this warning. See 15:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:25 15:50:25 Login Succeeded 15:50:25 nexus3.edgexfoundry.org:10004 15:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:26 Configure a credential helper to remove this warning. See 15:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:26 15:50:26 Login Succeeded 15:50:26 docker.io 15:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:26 Configure a credential helper to remove this warning. See 15:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:26 15:50:26 Login Succeeded 15:50:26 ---> docker-login.sh ends [Pipeline] } 15:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:26 + 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 cmd/sys-mgmt-agent/Dockerfile 15:50:26 + dirname cmd/core-command/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo core-command,cmd/core-command/Dockerfile 15:50:26 + dirname cmd/core-data/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo core-data,cmd/core-data/Dockerfile 15:50:26 + dirname cmd/core-metadata/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo core-metadata,cmd/core-metadata/Dockerfile 15:50:26 + dirname cmd/security-bootstrapper/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:50:26 + dirname cmd/security-proxy-setup/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:50:26 + dirname cmd/security-secretstore-setup/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:50:26 + + dirnamecut cmd/security-spiffe-token-provider/Dockerfile -d/ 15:50:26 -f2 15:50:26 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:50:26 + cut -d/ -f2+ 15:50:26 dirname cmd/security-spire-agent/Dockerfile 15:50:26 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:50:26 + dirname cmd/security-spire-config/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:50:26 + dirname cmd/security-spire-server/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:50:26 + dirname cmd/support-notifications/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo support-notifications,cmd/support-notifications/Dockerfile 15:50:26 + dirname cmd/support-scheduler/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:50:26 + dirname cmd/sys-mgmt-agent/Dockerfile 15:50:26 + cut -d/ -f2 15:50:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:50:26 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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:50:27 + git rev-list -1 --merges ad21f9895f81268f47cf403ea0e6f43cd0addb21~1..ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] echo 15:50:27 -----------> git rev-list -1 --merges ad21f9895f81268f47cf403ea0e6f43cd0addb21~1..ad21f9895f81268f47cf403ea0e6f43cd0addb21 ad21f9895f81268f47cf403ea0e6f43cd0addb21 [false] [Pipeline] sh 15:50:27 + git log --format=format:%s -1 ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] echo 15:50:27 ========================================================= 15:50:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:50:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:50:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:50:27 + grep -v github /etc/ssh/ssh_known_hosts 15:50:27 + [ -e /tmp/ssh_known_hosts ] 15:50:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:50:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:50:27 + sudo tee -a /etc/ssh/ssh_known_hosts 15:50:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:28 15:50:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:28 0.1.4: Pulling from edgex-devops/py-git-semver 15:50:28 b85a868b505f: Pulling fs layer 15:50:28 e2be974225ed: Pulling fs layer 15:50:28 339a4e72a1f5: Pulling fs layer 15:50:28 988bab9f4d93: Pulling fs layer 15:50:28 1469e6f7b9e6: Pulling fs layer 15:50:28 eaf3925da568: Pulling fs layer 15:50:28 bab4dde63d76: Pulling fs layer 15:50:28 bde34c3a00c8: Pulling fs layer 15:50:28 b352a97aabf1: Pulling fs layer 15:50:28 4872d77fe225: Pulling fs layer 15:50:28 5851b861e8e6: Pulling fs layer 15:50:28 988bab9f4d93: Waiting 15:50:28 bde34c3a00c8: Waiting 15:50:28 4872d77fe225: Waiting 15:50:28 1469e6f7b9e6: Waiting 15:50:28 5851b861e8e6: Waiting 15:50:28 bab4dde63d76: Waiting 15:50:28 eaf3925da568: Waiting 15:50:28 b352a97aabf1: Waiting 15:50:28 e2be974225ed: Download complete 15:50:28 988bab9f4d93: Download complete 15:50:28 1469e6f7b9e6: Verifying Checksum 15:50:28 1469e6f7b9e6: Download complete 15:50:28 339a4e72a1f5: Verifying Checksum 15:50:28 339a4e72a1f5: Download complete 15:50:28 bde34c3a00c8: Download complete 15:50:28 b352a97aabf1: Download complete 15:50:28 4872d77fe225: Download complete 15:50:28 5851b861e8e6: Verifying Checksum 15:50:28 5851b861e8e6: Download complete 15:50:28 b85a868b505f: Verifying Checksum 15:50:28 b85a868b505f: Download complete 15:50:29 bab4dde63d76: Verifying Checksum 15:50:29 bab4dde63d76: Download complete 15:50:30 b85a868b505f: Pull complete 15:50:30 e2be974225ed: Pull complete 15:50:31 339a4e72a1f5: Pull complete 15:50:31 988bab9f4d93: Pull complete 15:50:31 1469e6f7b9e6: Pull complete 15:50:31 eaf3925da568: Pull complete 15:50:34 bab4dde63d76: Pull complete 15:50:34 bde34c3a00c8: Pull complete 15:50:34 b352a97aabf1: Pull complete 15:50:34 4872d77fe225: Pull complete 15:50:34 5851b861e8e6: Pull complete 15:50:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:34 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 15:50:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:50:35 $ docker top cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e -eo pid,comm 15:50:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:50:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:50:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:35 [ssh-agent] Looking for ssh-agent implementation... 15:50:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:35 $ docker exec cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e ssh-agent 15:50:35 SSH_AUTH_SOCK=/tmp/ssh-WhYhJWkDBTLX/agent.33 15:50:35 SSH_AGENT_PID=39 15:50:35 Running ssh-add (command line suppressed) 15:50:35 Identity added: /w/workspace/edgex-go/260@tmp/private_key_5144787700024205677.key (/w/workspace/edgex-go/260@tmp/private_key_5144787700024205677.key) 15:50:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:36 + git tag --points-at HEAD [Pipeline] } 15:50:36 $ docker exec --env ******** --env ******** cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e ssh-agent -k 15:50:36 unset SSH_AUTH_SOCK; 15:50:36 unset SSH_AGENT_PID; 15:50:36 echo Agent pid 39 killed; 15:50:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:50:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:50:36 [ssh-agent] Looking for ssh-agent implementation... 15:50:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:36 $ docker exec cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e ssh-agent 15:50:36 SSH_AUTH_SOCK=/tmp/ssh-AnAsLvm3auVg/agent.72 15:50:36 SSH_AGENT_PID=78 15:50:36 Running ssh-add (command line suppressed) 15:50:36 Identity added: /w/workspace/edgex-go/260@tmp/private_key_1761688557093357700.key (/w/workspace/edgex-go/260@tmp/private_key_1761688557093357700.key) 15:50:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:37 + git semver init 15:50:37 2022-07-12 15:50:37,262 [run_init] DEBUG init version:0.0.0 force:False 15:50:37 2022-07-12 15:50:37,263 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/260/.semver 15:50:37 2022-07-12 15:50:37,263 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/260/.semver 15:50:37 2022-07-12 15:50:37,264 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/260/.semver'], cwd=/w/workspace/edgex-go/260, universal_newlines=False, shell=None, istream=None) 15:50:41 2022-07-12 15:50:41,021 [append_file] DEBUG append to file:/w/workspace/edgex-go/260/.git/info/exclude 15:50:41 2022-07-12 15:50:41,022 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/260/.semver/main with force:False 15:50:41 2022-07-12 15:50:41,022 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 15:50:41 2022-07-12 15:50:41,022 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 15:50:41 2.2.1-dev.26 [Pipeline] } 15:50:41 $ docker exec --env ******** --env ******** cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e ssh-agent -k 15:50:41 unset SSH_AUTH_SOCK; 15:50:41 unset SSH_AGENT_PID; 15:50:41 echo Agent pid 78 killed; 15:50:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:42 + git semver [Pipeline] } 15:50:42 $ docker stop --time=1 cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e 15:50:43 $ docker rm -f cec17b3648c70927610e8a98e85312ccb522c4e71f3264a9533680f8f949773e [Pipeline] // withDockerContainer [Pipeline] sh 15:50:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:50:44 Stashed 1 file(s) [Pipeline] echo 15:50:44 [edgeXSemver]: initialized semver on version 2.2.1-dev.26 [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] echo 15:50:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:50:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:50:44 ========================================================= 15:50:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:50:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:50:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:50:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:50:44 2408cc74d12b: Pulling fs layer 15:50:44 ea60b727a1ce: Pulling fs layer 15:50:44 30c4a7721957: Pulling fs layer 15:50:44 370296b7ddb6: Pulling fs layer 15:50:44 7c6cee850709: Pulling fs layer 15:50:44 39a5fcdaea64: Pulling fs layer 15:50:44 d94ebbe4e438: Pulling fs layer 15:50:44 bcfd1f05c69d: Pulling fs layer 15:50:44 59ccb84bbe0f: Pulling fs layer 15:50:44 d94ebbe4e438: Waiting 15:50:44 7c6cee850709: Waiting 15:50:44 39a5fcdaea64: Waiting 15:50:44 59ccb84bbe0f: Waiting 15:50:44 bcfd1f05c69d: Waiting 15:50:44 30c4a7721957: Verifying Checksum 15:50:44 30c4a7721957: Download complete 15:50:44 ea60b727a1ce: Verifying Checksum 15:50:44 ea60b727a1ce: Download complete 15:50:44 7c6cee850709: Verifying Checksum 15:50:44 7c6cee850709: Download complete 15:50:44 39a5fcdaea64: Verifying Checksum 15:50:44 39a5fcdaea64: Download complete 15:50:44 2408cc74d12b: Verifying Checksum 15:50:44 2408cc74d12b: Download complete 15:50:44 d94ebbe4e438: Download complete 15:50:45 2408cc74d12b: Pull complete 15:50:45 ea60b727a1ce: Pull complete 15:50:45 30c4a7721957: Pull complete 15:50:45 59ccb84bbe0f: Verifying Checksum 15:50:45 59ccb84bbe0f: Download complete 15:50:46 370296b7ddb6: Verifying Checksum 15:50:46 370296b7ddb6: Download complete 15:50:46 bcfd1f05c69d: Verifying Checksum 15:50:46 bcfd1f05c69d: Download complete 15:50:50 370296b7ddb6: Pull complete 15:50:50 7c6cee850709: Pull complete 15:50:50 39a5fcdaea64: Pull complete 15:50:50 d94ebbe4e438: Pull complete 15:50:53 bcfd1f05c69d: Pull complete 15:50:53 59ccb84bbe0f: Pull complete 15:50:53 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 15:50:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:50:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:50:54 + docker build -t ci-base-image-x86_64 -f - . 15:50:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:50:54 WORKDIR /edgex 15:50:54 COPY go.mod . 15:50:54 RUN go mod download 15:50:55 Sending build context to Docker daemon 335.2MB 15:50:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:50:55 ---> a4fb48ad2a94 15:50:55 Step 2/4 : WORKDIR /edgex 15:50:57 ---> Running in 1b039a8b9b2c 15:50:57 Removing intermediate container 1b039a8b9b2c 15:50:57 ---> 968953992cc0 15:50:57 Step 3/4 : COPY go.mod . 15:50:57 ---> c45648c0ca67 15:50:57 Step 4/4 : RUN go mod download 15:50:57 ---> Running in 21665cfe2fc6 15:50:59 Still waiting to schedule task 15:50:59 ‘prd-ubuntu20.04-docker-arm64-4c-16g-19559’ is offline 15:51:09 Removing intermediate container 21665cfe2fc6 15:51:09 ---> 1ba5ce9c8101 15:51:09 Successfully built 1ba5ce9c8101 15:51:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:10 + docker inspect -f . ci-base-image-x86_64 15:51:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:51:10 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 15:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:10 $ docker top a7176bf9ce1747087aeeb18ccce9c7941602fd4b54da44958877367d1a44fd72 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:10 + go version 15:51:10 go version go1.18.3 linux/amd64 [Pipeline] } 15:51:10 $ docker stop --time=1 a7176bf9ce1747087aeeb18ccce9c7941602fd4b54da44958877367d1a44fd72 15:51:12 $ docker rm -f a7176bf9ce1747087aeeb18ccce9c7941602fd4b54da44958877367d1a44fd72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:12 + docker inspect -f . ci-base-image-x86_64 15:51:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:51:12 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 15:51:12 $ 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/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:13 $ docker top 4324c4f252f05f9991e47c4a605da2aa02b861885a10e6778b7c0481f539fd56 -eo pid,comm [Pipeline] { [Pipeline] echo 15:51:13 ========================================================= 15:51:13 [edgeXBuildGoParallel] Running Tests and Build... 15:51:13 ========================================================= [Pipeline] sh 15:51:13 + git config --global --add safe.directory /w/workspace/edgex-go/260 [Pipeline] fileExists [Pipeline] sh 15:51:13 + make test 15:51:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:51:20 ? github.com/edgexfoundry/edgex-go [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:51:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.109s coverage: 28.7% of statements 15:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:51:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements 15:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.085s coverage: 54.2% of statements 15:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.221s coverage: 89.2% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.078s coverage: 83.8% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.6% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/io 0.068s coverage: 72.2% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 60.0% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.096s coverage: 0.9% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.099s coverage: 29.6% of statements 15:51:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements 15:51:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 15:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 15:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 15:51:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 82.5% of statements 15:51:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 65.1% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.0% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 85.4% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.2% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 64.4% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 65.4% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 43.8% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.103s coverage: 97.7% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 15:51:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 15:51:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements 15:51:59 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 15:52:17 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 15:52:17 GO111MODULE=on go vet ./... 15:52:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:52:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:52:21 ./bin/test-attribution-txt.sh [Pipeline] echo 15:52:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:52:21 + ls -al . 15:52:21 total 684 15:52:21 drwxrwxr-x 10 1001 1001 4096 Jul 12 15:51 . 15:52:21 drwxr-xr-x 4 root root 4096 Jul 12 15:51 .. 15:52:21 -rw-rw-r-- 1 1001 1001 11 Jul 12 15:50 .dockerignore 15:52:21 drwxrwxr-x 8 1001 1001 4096 Jul 12 15:51 .git 15:52:21 drwxrwxr-x 3 1001 1001 4096 Jul 12 15:50 .github 15:52:21 -rw-rw-r-- 1 1001 1001 1030 Jul 12 15:50 .gitignore 15:52:21 -rw-rw-r-- 1 1001 1001 42 Jul 12 15:50 .golangci.yml 15:52:21 -rw-rw-r-- 1 1001 1001 87 Jul 12 15:50 .hadolint.yml 15:52:21 drwxr-xr-x 3 1001 1001 4096 Jul 12 15:50 .semver 15:52:21 -rw-rw-r-- 1 1001 1001 166 Jul 12 15:50 .sonarcloud.properties 15:52:21 -rw-rw-r-- 1 1001 1001 1171 Jul 12 15:50 ADOPTERS.md 15:52:21 -rw-rw-r-- 1 1001 1001 10347 Jul 12 15:50 Attribution.txt 15:52:21 -rw-rw-r-- 1 1001 1001 63209 Jul 12 15:50 CHANGELOG.md 15:52:21 -rw-rw-r-- 1 1001 1001 3804 Jul 12 15:50 CONTRIBUTING.md 15:52:21 -rw-rw-r-- 1 1001 1001 677 Jul 12 15:50 GOVERNANCE.md 15:52:21 -rw-rw-r-- 1 1001 1001 850 Jul 12 15:50 Jenkinsfile 15:52:21 -rw-rw-r-- 1 1001 1001 10775 Jul 12 15:50 LICENSE 15:52:21 -rw-rw-r-- 1 1001 1001 10350 Jul 12 15:50 Makefile 15:52:21 -rw-rw-r-- 1 1001 1001 582 Jul 12 15:50 OWNERS.md 15:52:21 -rw-rw-r-- 1 1001 1001 9094 Jul 12 15:50 README.md 15:52:21 -rw-rw-r-- 1 1001 1001 6912 Jul 12 15:50 SECURITY.md 15:52:21 -rw-rw-r-- 1 1001 1001 12 Jul 12 15:50 VERSION 15:52:21 -rw-rw-r-- 1 1001 1001 4131 Jul 12 15:50 ZMQWindows.md 15:52:21 drwxrwxr-x 2 1001 1001 4096 Jul 12 15:50 bin 15:52:21 drwxrwxr-x 18 1001 1001 4096 Jul 12 15:50 cmd 15:52:21 -rw-r--r-- 1 root root 435593 Jul 12 15:51 coverage.out 15:52:21 -rw-rw-r-- 1 1001 1001 3311 Jul 12 15:50 go.mod 15:52:21 -rw-rw-r-- 1 1001 1001 36231 Jul 12 15:50 go.sum 15:52:21 drwxrwxr-x 8 1001 1001 4096 Jul 12 15:50 internal 15:52:21 drwxrwxr-x 3 1001 1001 4096 Jul 12 15:50 openapi 15:52:21 drwxrwxr-x 4 1001 1001 4096 Jul 12 15:50 snap 15:52:21 -rw-rw-r-- 1 1001 1001 204 Jul 12 15:50 version.go [Pipeline] sh 15:52:22 + '[' -e coverage.out ] 15:52:22 + chown 1001:1001 coverage.out [Pipeline] stash 15:52:22 Stashed 1 file(s) [Pipeline] sh 15:52:22 + make build 15:52:22 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 15:52:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:52:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19561 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:52:35 Running in /w/workspace/edgex-go/260 [Pipeline] { [Pipeline] checkout 15:52:35 The recommended git tool is: git 15:52:41 using credential edgex-jenkins-ssh 15:52:41 Cloning the remote Git repository 15:52:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:52:41 > git init /w/workspace/edgex-go/260 # timeout=10 15:52:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:41 > git --version # timeout=10 15:52:41 > git --version # 'git version 2.25.1' 15:52:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:52:44 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:52:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:52:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:52:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:52:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:52:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:52:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:52:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:52:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:52:57 Avoid second fetch 15:52:57 Checking out Revision ad21f9895f81268f47cf403ea0e6f43cd0addb21 (main) 15:52:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:57 > git config core.sparsecheckout # timeout=10 15:52:57 > git checkout -f ad21f9895f81268f47cf403ea0e6f43cd0addb21 # timeout=10 15:52:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:52:59 $ docker stop --time=1 4324c4f252f05f9991e47c4a605da2aa02b861885a10e6778b7c0481f539fd56 15:53:01 $ docker rm -f 4324c4f252f05f9991e47c4a605da2aa02b861885a10e6778b7c0481f539fd56 15:53:01 Commit message: "fix: fixed security-bootstrapper Docker volume init semantics (#4085)" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:02 15:53:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:53:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:02 Dload Upload Total Spent Left Speed 15:53:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 89605 0 --:--:-- --:--:-- --:--:-- 90264 15:53:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:02 latest: Pulling from edgex-devops/edgex-compose 15:53:02 cbdbe7a5bc2a: Pulling fs layer 15:53:02 ca9280d653b3: Pulling fs layer 15:53:02 7e9c9ca2126c: Pulling fs layer 15:53:02 cbdbe7a5bc2a: Verifying Checksum 15:53:02 cbdbe7a5bc2a: Download complete 15:53:02 cbdbe7a5bc2a: Pull complete 15:53:02 ca9280d653b3: Verifying Checksum 15:53:02 ca9280d653b3: Download complete [Pipeline] sh 15:53:03 7e9c9ca2126c: Download complete 15:53:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:53:03 ca9280d653b3: Pull complete 15:53:03 + sudo tee /etc/docker/daemon.new 15:53:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:53:03 { 15:53:03 "registry-mirrors": [ 15:53:03 "https://nexus3.edgexfoundry.org:10001" 15:53:03 ], 15:53:03 "bip": "10.250.0.254/24", 15:53:03 "hosts": [ 15:53:03 "tcp://0.0.0.0:5555", 15:53:03 "unix:///var/run/docker.sock" 15:53:03 ], 15:53:03 "mtu": 1458, 15:53:03 "selinux-enabled": true, 15:53:03 "seccomp-profile": "/etc/docker/seccomp.json" 15:53:03 } [Pipeline] sh 15:53:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:53:04 + sudo service docker restart 15:53:06 7e9c9ca2126c: Pull complete 15:53:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:53:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:06 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 15:53:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:53:08 $ docker top b212c6909e55b36d37e3120ddd21a84deb9dea6c8e56a29948eb480e2ac867ed -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:08 + docker-compose build --help 15:53:08 + grep parallel 15:53:09 --parallel Build images in parallel. [Pipeline] } 15:53:09 $ docker stop --time=1 b212c6909e55b36d37e3120ddd21a84deb9dea6c8e56a29948eb480e2ac867ed 15:53:10 $ docker rm -f b212c6909e55b36d37e3120ddd21a84deb9dea6c8e56a29948eb480e2ac867ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:53:10 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 15:53:10 $ 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/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:53:11 $ docker top 51c7910bea92c41889cdc2c424853d2d8d85feac29bbf4eb709e2426e5172480 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:11 + docker-compose -f ./docker-compose-build.yml build --parallel 15:53:12 Building core-command ... 15:53:12 Building core-data ... 15:53:12 Building core-metadata ... 15:53:12 Building security-bootstrapper ... 15:53:12 Building security-proxy-setup ... 15:53:12 Building security-secretstore-setup ... 15:53:12 Building security-spiffe-token-provider ... 15:53:12 Building security-spire-agent ... 15:53:12 Building security-spire-config ... 15:53:12 Building security-spire-server ... 15:53:12 Building support-notifications ... 15:53:12 Building support-scheduler ... 15:53:12 Building sys-mgmt-agent ... 15:53:12 Building security-spiffe-token-provider 15:53:12 Building security-spire-server 15:53:12 Building security-spire-config 15:53:12 Building support-scheduler 15:53:12 Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:53:22 provisioning config files... 15:53:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/260@tmp/config1132668154730026212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:53:23 ---> docker-login.sh 15:53:23 nexus3.edgexfoundry.org:10001 15:53:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:24 Configure a credential helper to remove this warning. See 15:53:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:24 15:53:24 Login Succeeded 15:53:24 nexus3.edgexfoundry.org:10002 15:53:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:24 Configure a credential helper to remove this warning. See 15:53:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:24 15:53:24 Login Succeeded 15:53:24 nexus3.edgexfoundry.org:10003 15:53:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:24 Configure a credential helper to remove this warning. See 15:53:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:24 15:53:24 Login Succeeded 15:53:24 nexus3.edgexfoundry.org:10004 15:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:25 Configure a credential helper to remove this warning. See 15:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:25 15:53:25 Login Succeeded 15:53:25 docker.io 15:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:25 Configure a credential helper to remove this warning. See 15:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:25 15:53:25 Login Succeeded 15:53:25 ---> docker-login.sh ends [Pipeline] } 15:53:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:53:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:53:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:53:26 ========================================================= 15:53:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:53:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:53:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:53:27 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:53:27 ---> 1ba5ce9c8101 15:53:27 Step 3/25 : WORKDIR /edgex-go 15:53:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:53:27 ---> 1ba5ce9c8101 15:53:27 Step 3/22 : WORKDIR /edgex-go 15:53:27 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:53:27 ---> 1ba5ce9c8101 15:53:27 Step 3/20 : WORKDIR /edgex-go 15:53:27 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:53:27 ---> 1ba5ce9c8101 15:53:27 Step 3/26 : WORKDIR /edgex-go 15:53:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:53:27 ---> 1ba5ce9c8101 15:53:27 Step 3/22 : WORKDIR /edgex-go 15:53:27 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:53:27 b3c136eddcbf: Pulling fs layer 15:53:27 c0a3192eca97: Pulling fs layer 15:53:27 a050256f5b6f: Pulling fs layer 15:53:27 656be50a0ddc: Pulling fs layer 15:53:27 2bbca73fdf42: Pulling fs layer 15:53:27 46d945488cbd: Pulling fs layer 15:53:27 8a5474983e97: Pulling fs layer 15:53:27 329c88fbcd65: Pulling fs layer 15:53:27 656be50a0ddc: Waiting 15:53:27 2bbca73fdf42: Waiting 15:53:27 8a5474983e97: Waiting 15:53:27 46d945488cbd: Waiting 15:53:27 329c88fbcd65: Waiting 15:53:27 a050256f5b6f: Download complete 15:53:27 c0a3192eca97: Verifying Checksum 15:53:27 c0a3192eca97: Download complete 15:53:27 2bbca73fdf42: Verifying Checksum 15:53:27 2bbca73fdf42: Download complete 15:53:27 46d945488cbd: Download complete 15:53:27 b3c136eddcbf: Verifying Checksum 15:53:27 b3c136eddcbf: Download complete 15:53:28 b3c136eddcbf: Pull complete 15:53:28 329c88fbcd65: Verifying Checksum 15:53:28 329c88fbcd65: Download complete 15:53:28 c0a3192eca97: Pull complete 15:53:28 a050256f5b6f: Pull complete 15:53:29 ---> Running in 9a22fc66f3ae 15:53:29 ---> Running in ac934f0b95cf 15:53:29 ---> Running in 62630580d35d 15:53:29 ---> Running in ce2a37cab3f8 15:53:29 ---> Running in 14b08ac1ef79 15:53:29 Removing intermediate container ac934f0b95cf 15:53:29 ---> 478d782d6b78 15:53:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:29 Removing intermediate container 62630580d35d 15:53:29 ---> dd5f5293f65f 15:53:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:29 Removing intermediate container ce2a37cab3f8 15:53:29 ---> e28b92175c66 15:53:29 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 15:53:29 Removing intermediate container 9a22fc66f3ae 15:53:29 ---> 3be6a86ddb8e 15:53:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:29 Removing intermediate container 14b08ac1ef79 15:53:29 ---> 8710adb7710f 15:53:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:29 ---> Running in 1028cf5bf212 15:53:29 ---> Running in fcbcc2a0a3f2 15:53:29 ---> Running in eca136787b4c 15:53:29 ---> Running in 32ba20547bb3 15:53:29 ---> Running in c5333e63e329 15:53:29 8a5474983e97: Verifying Checksum 15:53:29 8a5474983e97: Download complete 15:53:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:29 Removing intermediate container 1028cf5bf212 15:53:29 ---> 6be209112bbb 15:53:29 Step 5/22 : RUN apk add --update --no-cache make git 15:53:29 Removing intermediate container eca136787b4c 15:53:29 ---> 7c29523aceeb 15:53:29 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 15:53:29 ---> Running in 19ff108af2ee 15:53:29 ---> Running in 2ed619ae4334 15:53:29 v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:53:29 v3.16.0-305-ga75a365d4f [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:53:29 OK: 17031 distinct packages available 15:53:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:29 656be50a0ddc: Verifying Checksum 15:53:29 656be50a0ddc: Download complete 15:53:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:30 Removing intermediate container c5333e63e329 15:53:30 ---> 0432edf92c4d 15:53:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:53:30 ---> Running in 112f0ea84245 15:53:30 Removing intermediate container 32ba20547bb3 15:53:30 ---> 9b534e9b5d74 15:53:30 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 15:53:30 ---> Running in 3b429e67579e 15:53:30 OK: 211 MiB in 51 packages 15:53:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:30 Removing intermediate container fcbcc2a0a3f2 15:53:30 ---> f9f42f0cc4ff 15:53:30 Step 5/20 : COPY go.mod vendor* ./ 15:53:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:30 ---> 42daf68a487d 15:53:30 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:30 ---> Running in 9a375bf83639 15:53:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:32 OK: 211 MiB in 51 packages 15:53:32 OK: 211 MiB in 51 packages 15:53:32 OK: 211 MiB in 51 packages 15:53:32 OK: 211 MiB in 51 packages 15:53:32 Removing intermediate container 19ff108af2ee 15:53:32 ---> 7575ba510380 15:53:32 Step 6/22 : COPY go.mod vendor* ./ 15:53:32 Removing intermediate container 3b429e67579e 15:53:32 ---> 52e91bd5ad0e 15:53:32 Step 6/25 : COPY go.mod vendor* ./ 15:53:32 Removing intermediate container 112f0ea84245 15:53:32 ---> ce6787140d4a 15:53:32 Step 6/22 : COPY go.mod vendor* ./ 15:53:32 Removing intermediate container 2ed619ae4334 15:53:32 ---> 57d6f721c2d7 15:53:32 Step 6/26 : COPY go.mod vendor* ./ 15:53:32 ---> 06dec8c652f1 15:53:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:32 ---> Running in 210d70c53b95 15:53:32 ---> 8e6791ad008d 15:53:32 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:32 ---> e6df7386c0c7 15:53:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:32 ---> Running in 3da5d9725c10 15:53:32 ---> Running in 81c07eb61bab 15:53:32 ---> 9de9c55ad8ac 15:53:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:32 ---> Running in 2b81fa59e71a 15:53:40 Removing intermediate container 210d70c53b95 15:53:40 ---> 508ef6941cfa 15:53:40 Step 8/22 : COPY . . 15:53:40 Removing intermediate container 3da5d9725c10 15:53:40 ---> a202e563a4f2 15:53:40 Step 8/25 : COPY . . 15:53:40 Removing intermediate container 81c07eb61bab 15:53:40 ---> 52beedab61e5 15:53:40 Step 8/22 : COPY . . 15:53:40 Removing intermediate container 9a375bf83639 15:53:40 ---> dab3a25f56b4 15:53:40 Step 7/20 : COPY . . 15:53:40 Removing intermediate container 2b81fa59e71a 15:53:40 ---> b993a922691f 15:53:40 Step 8/26 : COPY . . 15:53:45 656be50a0ddc: Pull complete 15:53:45 2bbca73fdf42: Pull complete 15:53:45 46d945488cbd: Pull complete 15:53:49 ---> 83e499a3be3c 15:53:49 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:53:49 ---> 671865f04d38 15:53:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:53:49 ---> d4b8d7b38944 15:53:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:53:49 ---> d365e7fc2114 15:53:49 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 15:53:49 ---> Running in 2cd7ea07a086 15:53:49 ---> fb4a528c0de6 15:53:49 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 15:53:49 ---> Running in e1bf9881c774 15:53:49 ---> Running in 85143b19318d 15:53:49 ---> Running in a8a51ab19508 15:53:49 ---> Running in 772f9eff5043 15:53:49 Removing intermediate container a8a51ab19508 15:53:49 ---> 95a0ae0c143c 15:53:49 Step 10/26 : WORKDIR /edgex-go/spire-build 15:53:49 Removing intermediate container 772f9eff5043 15:53:49 ---> b8b6c611652f 15:53:49 Step 10/25 : WORKDIR /edgex-go/spire-build 15:53:49 ---> Running in d8fbb52837ab 15:53:49 ---> Running in f3da59958eca 15:53:49 Removing intermediate container f3da59958eca 15:53:49 ---> 65345b72cb1d 15:53:49 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:53:49 Removing intermediate container d8fbb52837ab 15:53:49 ---> 049ff9f5c441 15:53:49 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:53:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:53:49 ---> Running in 59a86b9665f2 15:53:49 ---> Running in c3a71f6cfa9a 15:53:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:53:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:53:50 8a5474983e97: Pull complete 15:53:50 Removing intermediate container 59a86b9665f2 15:53:50 ---> 886528b26550 15:53:50 Step 12/25 : WORKDIR /edgex-go 15:53:50 ---> Running in 2f6e58112e43 15:53:50 Removing intermediate container c3a71f6cfa9a 15:53:50 ---> 59f9498d59a7 15:53:50 Step 12/26 : WORKDIR /edgex-go 15:53:50 ---> Running in 919083c8fecb 15:53:50 Removing intermediate container 2f6e58112e43 15:53:50 ---> 19b2a6326ee4 15:53:50 15:53:50 Step 13/25 : FROM alpine:3.15 15:53:50 3.15: Pulling from library/alpine 15:53:50 Removing intermediate container 919083c8fecb 15:53:50 ---> b70fa68ef6fb 15:53:50 15:53:50 Step 13/26 : FROM alpine:3.15 15:53:50 3.15: Pulling from library/alpine 15:53:51 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 15:53:51 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 15:53:51 Status: Downloaded newer image for alpine:3.15 15:53:51 Status: Image is up to date for alpine:3.15 15:53:51 ---> 0ac33e5f5afa 15:53:51 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:51 ---> 0ac33e5f5afa 15:53:51 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:51 ---> Running in 824828b1a9c6 15:53:51 ---> Running in 68a400715a1a 15:53:51 Removing intermediate container 824828b1a9c6 15:53:51 ---> 7b8eba53ac83 15:53:51 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:51 Removing intermediate container 68a400715a1a 15:53:51 ---> 070fb7a16691 15:53:51 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:51 ---> Running in 8c323747466a 15:53:51 ---> Running in f2d2044310f9 15:53:52 329c88fbcd65: Pull complete 15:53:52 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 15:53:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:53:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:53:52 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:53:52 WORKDIR /edgex 15:53:52 COPY go.mod . 15:53:52 RUN go mod download -t ci-base-image-arm64 -f - . 15:53:52 15:53:53 Removing intermediate container 8c323747466a 15:53:53 ---> eb7d76626e53 15:53:53 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:53:53 Removing intermediate container f2d2044310f9 15:53:53 ---> 00f772dbfbff 15:53:53 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:53:53 ---> Running in 2caa1332c800 15:53:53 ---> Running in 0fbf62e90a3c 15:53:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:54 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:55 Sending build context to Docker daemon 169.2MB 15:53:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:53:55 ---> ff4287adb874 15:53:55 Step 2/4 : WORKDIR /edgex 15:53:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:55 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 15:53:55 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 15:53:55 OK: 15861 distinct packages available 15:53:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:55 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 15:53:55 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 15:53:55 OK: 15861 distinct packages available 15:53:55 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:56 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:57 (1/5) Installing dumb-init (1.2.5-r1) 15:53:57 (2/5) Installing musl-obstack (1.2.3-r0) 15:53:57 (1/4) Installing dumb-init (1.2.5-r1) 15:53:57 (3/5) Installing libucontext (1.1-r0) 15:53:57 (2/4) Installing musl-obstack (1.2.3-r0) 15:53:57 (4/5) Installing gcompat (1.0.0-r4) 15:53:57 (3/4) Installing libucontext (1.1-r0) 15:53:57 (5/5) Installing openssl (1.1.1q-r0) 15:53:57 (4/4) Installing gcompat (1.0.0-r4) 15:53:57 Executing busybox-1.34.1-r5.trigger 15:53:57 Executing busybox-1.34.1-r5.trigger 15:53:57 OK: 6 MiB in 19 packages 15:53:57 OK: 6 MiB in 18 packages 15:53:57 ---> Running in f97d9b091da7 15:53:57 Removing intermediate container f97d9b091da7 15:53:57 ---> 182f998cdb20 15:53:57 Step 3/4 : COPY go.mod . 15:53:58 ---> 669b858d99c6 15:53:58 Step 4/4 : RUN go mod download 15:53:58 ---> Running in 2a67ee538aa0 15:53:58 Removing intermediate container 0fbf62e90a3c 15:53:58 ---> 4cef8f131b45 15:53:58 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:53:58 Removing intermediate container 2caa1332c800 15:53:58 ---> 05c35b9b1476 15:53:58 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:54:03 ---> 5bc76644332d 15:54:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:54:03 ---> cb1b1f9cddbb 15:54:03 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:54:03 ---> c7525bdceaa6 15:54:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:54:03 ---> 09a9832453ee 15:54:03 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:54:03 ---> Running in 18fec28e2a61 15:54:04 ---> 131d4ae90513 15:54:04 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:54:04 Removing intermediate container 18fec28e2a61 15:54:04 ---> e423fdc26acb 15:54:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:54:04 ---> be03d0d82172 15:54:04 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:54:04 ---> 4d398400c768 15:54:04 Step 21/26 : WORKDIR / 15:54:04 ---> Running in da3b236782ee 15:54:04 ---> Running in 3732d1f0dabc 15:54:05 Removing intermediate container da3b236782ee 15:54:05 ---> e3199cf1bfbd 15:54:05 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:54:05 Removing intermediate container 3732d1f0dabc 15:54:05 ---> eaf7afb735e7 15:54:05 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:54:05 ---> Running in 70fb69884582 15:54:05 ---> Running in a961c7c41955 15:54:05 Removing intermediate container 70fb69884582 15:54:05 ---> 254c97927ab6 15:54:05 Step 23/25 : LABEL arch=x86_64 15:54:05 ---> Running in ca32202fd146 15:54:05 Removing intermediate container a961c7c41955 15:54:05 ---> 93d122ec1eb3 15:54:05 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:54:05 ---> Running in 70316b4fb5ba 15:54:05 Removing intermediate container ca32202fd146 15:54:05 ---> d13841ce959c 15:54:05 Step 24/25 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:54:05 ---> Running in 551c59704ee6 15:54:05 Removing intermediate container 70316b4fb5ba 15:54:05 ---> 00c90e53d41e 15:54:05 Step 24/26 : LABEL arch=x86_64 15:54:05 ---> Running in 3eee31eedad9 15:54:06 Removing intermediate container 551c59704ee6 15:54:06 ---> d1c7b66d8cbd 15:54:06 Step 25/25 : LABEL version=2.2.1-dev.26 15:54:06 ---> Running in 2fb987d7b3ac 15:54:06 Removing intermediate container 3eee31eedad9 15:54:06 ---> a25d1c9c1e44 15:54:06 Step 25/26 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:54:06 Removing intermediate container 2fb987d7b3ac 15:54:06 ---> e7312d581048 15:54:06 15:54:06 ---> Running in b2a836c6cc4a 15:54:06 Successfully built e7312d581048 15:54:06 Successfully tagged security-spire-server:latest 15:54:06  Building security-spire-server ... done Building core-data 15:54:06 Removing intermediate container b2a836c6cc4a 15:54:06 ---> 2f225c4da9f7 15:54:06 Step 26/26 : LABEL version=2.2.1-dev.26 15:54:07 ---> Running in b10d0003bdcf 15:54:08 Removing intermediate container b10d0003bdcf 15:54:08 ---> c19fa1f7537b 15:54:08 15:54:08 Successfully built c19fa1f7537b 15:54:08 Successfully tagged security-spire-config:latest 15:54:08  Building security-spire-config ... done Building security-bootstrapper 15:54:14 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:14 ---> 1ba5ce9c8101 15:54:14 Step 3/23 : WORKDIR /edgex-go 15:54:14 ---> Using cache 15:54:14 ---> 8710adb7710f 15:54:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:14 ---> Using cache 15:54:14 ---> 0432edf92c4d 15:54:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:54:14 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:54:14 ---> 1ba5ce9c8101 15:54:14 Step 3/31 : WORKDIR /edgex-go 15:54:14 ---> Using cache 15:54:14 ---> 8710adb7710f 15:54:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:14 ---> Using cache 15:54:14 ---> 0432edf92c4d 15:54:14 Step 5/31 : RUN apk add --update --no-cache make git 15:54:16 ---> Running in 566d05a83d39 15:54:16 ---> Running in b21f16edcc48 15:54:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:17 OK: 211 MiB in 51 packages 15:54:17 OK: 211 MiB in 51 packages 15:54:18 Removing intermediate container 2cd7ea07a086 15:54:18 ---> b65be2b5734e 15:54:18 15:54:18 Step 9/20 : FROM alpine:3.15 15:54:18 ---> 0ac33e5f5afa 15:54:18 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:54:18 ---> Using cache 15:54:18 ---> 070fb7a16691 15:54:18 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:18 ---> Using cache 15:54:18 ---> 00f772dbfbff 15:54:18 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:54:18 ---> Running in ad9b1a68b02c 15:54:18 Removing intermediate container 566d05a83d39 15:54:18 ---> d482acab7009 15:54:18 Step 6/31 : COPY go.mod vendor* ./ 15:54:18 Removing intermediate container b21f16edcc48 15:54:18 ---> 9e3e068cbe83 15:54:18 Step 6/23 : COPY go.mod vendor* ./ 15:54:18 ---> 269f49ebab38 15:54:18 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:19 ---> Running in aed3fc5056b7 15:54:19 ---> dabe6eb52c29 15:54:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:54:19 ---> Running in 51761553bc6f 15:54:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:54:20 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 15:54:20 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 15:54:20 OK: 15861 distinct packages available 15:54:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:54:21 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:54:21 (1/9) Installing ca-certificates (20211220-r0) 15:54:21 (2/9) Installing brotli-libs (1.0.9-r5) 15:54:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:54:22 (4/9) Installing libcurl (7.80.0-r2) 15:54:22 (5/9) Installing curl (7.80.0-r2) 15:54:22 Removing intermediate container 85143b19318d 15:54:22 (6/9) Installing dumb-init (1.2.5-r1) 15:54:22 ---> 9f63c713b872 15:54:22 15:54:22 Step 10/22 : FROM alpine:3.16 15:54:22 Removing intermediate container e1bf9881c774 15:54:22 ---> 072459d9d294 15:54:22 15:54:22 Step 10/22 : FROM alpine:3.16 15:54:22 (7/9) Installing musl-obstack (1.2.3-r0) 15:54:22 (8/9) Installing libucontext (1.1-r0) 15:54:22 (9/9) Installing gcompat (1.0.0-r4) 15:54:22 Executing busybox-1.34.1-r5.trigger 15:54:22 Executing ca-certificates-20211220-r0.trigger 15:54:22 3.16: Pulling from library/alpine 15:54:22 3.16: Pulling from library/alpine 15:54:22 OK: 8 MiB in 23 packages 15:54:23 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 15:54:23 Status: Downloaded newer image for alpine:3.16 15:54:23 ---> e66264b98777 15:54:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:54:23 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 15:54:23 Status: Image is up to date for alpine:3.16 15:54:23 ---> e66264b98777 15:54:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:54:23 ---> Running in ac0809f0ee47 15:54:23 ---> Running in 9ed7ab2916d1 15:54:23 Removing intermediate container ad9b1a68b02c 15:54:23 ---> 4128b85f40cb 15:54:23 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:23 ---> 6d7f6bdc8443 15:54:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:54:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:24 (1/1) Installing dumb-init (1.2.5-r1) 15:54:24 Executing busybox-1.35.0-r13.trigger 15:54:24 OK: 6 MiB in 15 packages 15:54:24 (1/2) Installing ca-certificates (20211220-r0) 15:54:24 (2/2) Installing dumb-init (1.2.5-r1) 15:54:24 Executing busybox-1.35.0-r13.trigger 15:54:24 Executing ca-certificates-20211220-r0.trigger 15:54:24 OK: 6 MiB in 16 packages 15:54:24 ---> 8b504f8cc448 15:54:24 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:54:24 ---> 43bae1b7b0c9 15:54:24 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:54:24 ---> Running in 44ab94b82b95 15:54:24 Removing intermediate container 9ed7ab2916d1 15:54:24 ---> 3090d090704d 15:54:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:54:24 ---> Running in 52d4cb3b1f91 15:54:24 Removing intermediate container 44ab94b82b95 15:54:24 ---> 37639fe0620b 15:54:24 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:24 Removing intermediate container ac0809f0ee47 15:54:24 ---> 2cc7cfacfda0 15:54:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:54:24 ---> Running in 6c43e2c57f83 15:54:24 ---> Running in 0a8f47973396 15:54:24 Removing intermediate container 52d4cb3b1f91 15:54:24 ---> 3299273e783a 15:54:24 Step 13/22 : ENV APP_PORT=59861 15:54:24 ---> Running in bc23fdd49397 15:54:24 Removing intermediate container 0a8f47973396 15:54:24 ---> 85644bad4584 15:54:24 Step 13/22 : ENV APP_PORT=59860 15:54:25 Removing intermediate container 6c43e2c57f83 15:54:25 ---> a3ab5fafb0d7 15:54:25 Step 18/20 : LABEL arch=x86_64 15:54:25 ---> Running in e24b8487de85 15:54:25 Removing intermediate container bc23fdd49397 15:54:25 ---> 7d1ab3c2177a 15:54:25 Step 14/22 : EXPOSE $APP_PORT 15:54:25 Removing intermediate container aed3fc5056b7 15:54:25 ---> ec29fa44fdfd 15:54:25 Step 8/31 : COPY . . 15:54:25 ---> Running in 90e2089c9994 15:54:25 ---> Running in 89bab4914b67 15:54:25 Removing intermediate container e24b8487de85 15:54:25 ---> cb9c3cd0d5db 15:54:25 Step 14/22 : EXPOSE $APP_PORT 15:54:25 ---> Running in bb807bc76344 15:54:25 Removing intermediate container 51761553bc6f 15:54:25 ---> 15a157617b77 15:54:25 Step 8/23 : COPY . . 15:54:26 Removing intermediate container 90e2089c9994 15:54:26 ---> 604e82782650 15:54:26 Step 19/20 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:54:26 Removing intermediate container 89bab4914b67 15:54:26 ---> 8c446e5f820c 15:54:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:27 Removing intermediate container bb807bc76344 15:54:27 ---> c753b684ca3a 15:54:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:27 ---> Running in 4608568afe9e 15:54:27 ---> 9de3cdd82920 15:54:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:54:27 Removing intermediate container 4608568afe9e 15:54:27 ---> 5873b41e4512 15:54:27 Step 20/20 : LABEL version=2.2.1-dev.26 15:54:27 ---> 600087e490d8 15:54:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:54:27 ---> Running in d663d21a8d0b 15:54:27 ---> df070f7ebeb0 15:54:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:54:27 Removing intermediate container d663d21a8d0b 15:54:27 ---> e6f7d3d4abb6 15:54:27 15:54:27 ---> 0591d41d6168 15:54:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:54:27 Successfully built e6f7d3d4abb6 15:54:27 Successfully tagged security-spiffe-token-provider:latest 15:54:27  Building security-spiffe-token-provider ... done Building security-spire-agent 15:54:28 ---> 39ee0d05745b 15:54:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:54:28 ---> Running in 6cced5b8c004 15:54:29 ---> 17101da932d7 15:54:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:54:29 Removing intermediate container 6cced5b8c004 15:54:29 ---> bec353ca6e08 15:54:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:29 ---> Running in a7afa2930b9f 15:54:29 ---> Running in 7989dd92f4b1 15:54:29 Removing intermediate container a7afa2930b9f 15:54:29 ---> 48b0fe3b7794 15:54:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:29 Removing intermediate container 7989dd92f4b1 15:54:29 ---> c79f45154e20 15:54:29 Step 20/22 : LABEL arch=x86_64 15:54:29 ---> Running in 730806f7ced3 15:54:29 ---> Running in 5d66b24b0f42 15:54:29 Removing intermediate container 730806f7ced3 15:54:29 ---> fe2c2a723cb3 15:54:29 Step 20/22 : LABEL arch=x86_64 15:54:29 Removing intermediate container 5d66b24b0f42 15:54:29 ---> b4d36e2d3571 15:54:29 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:54:29 ---> Running in 90504c412a94 15:54:30 ---> Running in ed0852f6c7c6 15:54:30 Removing intermediate container 90504c412a94 15:54:30 ---> bd48918be758 15:54:30 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:54:30 Removing intermediate container ed0852f6c7c6 15:54:30 ---> a986a672d204 15:54:30 Step 22/22 : LABEL version=2.2.1-dev.26 15:54:30 ---> Running in f7f85b68f087 15:54:30 ---> Running in 598027bf5afb 15:54:30 Removing intermediate container f7f85b68f087 15:54:30 ---> a7e2e411d6a5 15:54:30 Step 22/22 : LABEL version=2.2.1-dev.26 15:54:30 ---> Running in 1ff39bb3c54b 15:54:30 Removing intermediate container 598027bf5afb 15:54:30 ---> 9685cef34f7e 15:54:30 15:54:30 Removing intermediate container 2a67ee538aa0 15:54:30 ---> ab8ea70dba53 15:54:30 Successfully built ab8ea70dba53 15:54:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:30 ---> 79952b483e1a 15:54:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:54:30 Successfully built 9685cef34f7e 15:54:30 Successfully tagged support-scheduler:latest 15:54:30 Building security-secretstore-setup 15:54:30  Building support-scheduler ... done Removing intermediate container 1ff39bb3c54b 15:54:30 ---> 3c076f93c325 15:54:30 15:54:30 ---> Running in 7c25709757fa 15:54:30 Successfully built 3c076f93c325 15:54:30 Successfully tagged support-notifications:latest 15:54:30 Building security-proxy-setup 15:54:30 + docker inspect -f . ci-base-image-arm64 15:54:30 . [Pipeline] } [Pipeline] // withEnv 15:54:30  Building support-notifications ... done  ---> 369c1803544e 15:54:30 Step 9/23 : RUN make cmd/core-data/core-data 15:54:30 ---> Running in 842ad1b6d596 15:54:30 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withDockerContainer 15:54:30 prd-ubuntu20.04-docker-arm64-4c-16g-19561 does not seem to be running inside a container 15:54:31 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 15:54:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:54:32 $ docker top fcf57c114cc8f92a0a90d0ef97f6c4bec5de07455fe6ede35f314a56ed62a8b7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:33 + go version 15:54:33 go version go1.18.3 linux/arm64 [Pipeline] } 15:54:33 $ docker stop --time=1 fcf57c114cc8f92a0a90d0ef97f6c4bec5de07455fe6ede35f314a56ed62a8b7 15:54:34 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:54:34 ---> 1ba5ce9c8101 15:54:34 Step 3/26 : WORKDIR /edgex-go 15:54:34 ---> Using cache 15:54:34 ---> 8710adb7710f 15:54:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:34 ---> Using cache 15:54:34 ---> 0432edf92c4d 15:54:34 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 15:54:34 $ docker rm -f fcf57c114cc8f92a0a90d0ef97f6c4bec5de07455fe6ede35f314a56ed62a8b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:35 15:54:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:36 latest: Pulling from edgex-devops/edgex-compose-arm64 15:54:36 29e5d40040c1: Pulling fs layer 15:54:36 1ce36da41761: Pulling fs layer 15:54:36 25b303627fd3: Pulling fs layer 15:54:36 29e5d40040c1: Verifying Checksum 15:54:36 29e5d40040c1: Download complete 15:54:36 1ce36da41761: Verifying Checksum 15:54:36 1ce36da41761: Download complete 15:54:36 29e5d40040c1: Pull complete 15:54:36 ---> Running in 2bae6362ffda 15:54:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:54:37 ---> 1ba5ce9c8101 15:54:37 Step 3/22 : WORKDIR /edgex-go 15:54:37 ---> Using cache 15:54:37 ---> 8710adb7710f 15:54:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:37 ---> Using cache 15:54:37 ---> 0432edf92c4d 15:54:37 Step 5/22 : RUN apk add --update --no-cache make git 15:54:37 ---> Using cache 15:54:37 ---> d482acab7009 15:54:37 Step 6/22 : COPY go.mod vendor* ./ 15:54:37 ---> Using cache 15:54:37 ---> 269f49ebab38 15:54:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:37 ---> Using cache 15:54:37 ---> ec29fa44fdfd 15:54:37 Step 8/22 : COPY . . 15:54:37 ---> Using cache 15:54:37 ---> 79952b483e1a 15:54:37 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:54:37 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:54:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:54:37 ---> 1ba5ce9c8101 15:54:37 Step 3/25 : WORKDIR /edgex-go 15:54:37 ---> Using cache 15:54:37 ---> 8710adb7710f 15:54:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:37 ---> Using cache 15:54:37 ---> 0432edf92c4d 15:54:37 Step 5/25 : RUN apk add --update --no-cache make git 15:54:37 ---> Using cache 15:54:37 ---> d482acab7009 15:54:37 Step 6/25 : COPY go.mod vendor* ./ 15:54:37 ---> Using cache 15:54:37 ---> 269f49ebab38 15:54:37 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:37 ---> Using cache 15:54:37 ---> ec29fa44fdfd 15:54:37 Step 8/25 : COPY . . 15:54:37 ---> Using cache 15:54:37 ---> 79952b483e1a 15:54:37 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:54:38 ---> Running in c6f1d7fdb21b 15:54:38 ---> Running in b08682e2a612 15:54:38 25b303627fd3: Verifying Checksum 15:54:38 25b303627fd3: Download complete 15:54:38 1ce36da41761: Pull complete 15:54:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:38 OK: 211 MiB in 51 packages 15:54:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:54:38 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:54:39 Removing intermediate container 2bae6362ffda 15:54:39 ---> 56aac1000e57 15:54:39 Step 6/26 : COPY go.mod vendor* ./ 15:54:39 ---> 9ab8852999f7 15:54:39 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:39 ---> Running in dc9f3949db0e 15:54:48 Removing intermediate container dc9f3949db0e 15:54:48 ---> 890b77eac3ed 15:54:48 Step 8/26 : COPY . . 15:54:50 25b303627fd3: Pull complete 15:54:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:54:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:50 prd-ubuntu20.04-docker-arm64-4c-16g-19561 does not seem to be running inside a container 15:54:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:54:52 $ docker top 683f91abe03df775f62c17967f9d03dda1e91f43ed9ed9c57fef156e9b5f4796 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:53 + + docker-composegrep build parallel --help 15:54:53 15:54:56 Removing intermediate container 7c25709757fa 15:54:56 ---> f440420e3b14 15:54:56 15:54:56 Step 10/31 : FROM alpine:3.16 15:54:56 ---> e66264b98777 15:54:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:54:56 ---> 165b83fe3557 15:54:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 15:54:56 ---> Running in 1c10e6febe4c 15:54:56 ---> Running in 26f6d4a3f891 15:54:56 Removing intermediate container 1c10e6febe4c 15:54:56 ---> 1b7a23361475 15:54:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:54:56 ---> Running in 0968c6c097ad 15:54:56 Removing intermediate container 26f6d4a3f891 15:54:56 ---> 7bd9e6c6ec2d 15:54:56 Step 10/26 : WORKDIR /edgex-go/spire-build 15:54:56 ---> Running in 53ad133e5663 15:54:56 Removing intermediate container 53ad133e5663 15:54:56 ---> 288e41d6472c 15:54:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:54:56 ---> Running in dea355af4f11 15:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:54:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:54:57 --parallel Build images in parallel. 15:54:57 (1/2) Installing dumb-init (1.2.5-r1) 15:54:57 (2/2) Installing su-exec (0.2-r1) 15:54:57 Executing busybox-1.35.0-r13.trigger 15:54:57 OK: 6 MiB in 16 packages [Pipeline] } 15:54:57 $ docker stop --time=1 683f91abe03df775f62c17967f9d03dda1e91f43ed9ed9c57fef156e9b5f4796 15:54:58 Removing intermediate container dea355af4f11 15:54:58 ---> 9139840b7b6b 15:54:58 Step 12/26 : WORKDIR /edgex-go 15:54:58 Removing intermediate container 0968c6c097ad 15:54:58 ---> 08b3542dccf6 15:54:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:54:58 ---> Running in fe6dde852c9f 15:54:58 Removing intermediate container 842ad1b6d596 15:54:58 ---> d56736cddb3a 15:54:58 15:54:58 Step 10/23 : FROM alpine:3.16 15:54:58 ---> e66264b98777 15:54:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:54:58 ---> Running in 73453c3f9e0f 15:54:58 ---> Running in 3020410a1340 15:54:58 Removing intermediate container fe6dde852c9f 15:54:58 ---> 8b9061e95a21 15:54:58 15:54:58 Step 13/26 : FROM alpine:3.15 15:54:58 ---> 0ac33e5f5afa 15:54:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:54:58 ---> Using cache 15:54:58 ---> 070fb7a16691 15:54:58 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:58 ---> Using cache 15:54:58 ---> 00f772dbfbff 15:54:58 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:54:58 ---> Running in dbd99a768a73 15:54:58 Removing intermediate container 73453c3f9e0f 15:54:58 ---> 77b294af2ccd 15:54:58 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:54:58 ---> Running in c92e1d238dab 15:54:58 Removing intermediate container 3020410a1340 15:54:58 ---> 843e65786082 15:54:58 Step 12/23 : ENV APP_PORT=59880 15:54:58 ---> Running in 3c38bc32d9cd 15:54:58 Removing intermediate container c92e1d238dab 15:54:58 ---> 57cb589c9b8c 15:54:58 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:54:58 Removing intermediate container 3c38bc32d9cd 15:54:58 ---> 76194f3cd38f 15:54:58 Step 13/23 : EXPOSE $APP_PORT 15:54:58 ---> Running in a27a871238be 15:54:58 ---> Running in 77631854327e 15:54:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:54:58 Removing intermediate container a27a871238be 15:54:58 ---> 1a2b3a4ea8b2 15:54:58 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:54:59 $ docker rm -f 683f91abe03df775f62c17967f9d03dda1e91f43ed9ed9c57fef156e9b5f4796 15:54:59 Removing intermediate container 77631854327e 15:54:59 ---> 391127cd8a10 15:54:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:59 ---> Running in 5928ba5d7c09 15:54:59 ---> Running in b70530b20964 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:54:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:54:59 prd-ubuntu20.04-docker-arm64-4c-16g-19561 does not seem to be running inside a container 15:55:00 Removing intermediate container 5928ba5d7c09 15:55:00 ---> 0ba3a3b3d725 15:55:00 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 15:55:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:55:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:55:00 ---> Running in e3932b7bd0cd 15:55:00 Removing intermediate container b70530b20964 15:55:00 ---> f28997fe4b7b 15:55:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:55:00 ---> Running in 836315391b5a 15:55:00 Removing intermediate container e3932b7bd0cd 15:55:00 ---> e8d8c7110fd5 15:55:00 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:55:00 $ 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/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:55:00 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 15:55:00 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 15:55:00 OK: 15861 distinct packages available 15:55:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:55:00 ---> 149f9577e49f 15:55:00 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:55:00 ---> Running in ea8c6dae562b 15:55:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:55:01 Removing intermediate container ea8c6dae562b 15:55:01 ---> 321c8829a4f5 15:55:01 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:55:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:55:01 ---> 51afa5a60207 15:55:01 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:55:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:55:01 $ docker top 2c2569b905ed525edddb13c8f671de589422dd70c167734a05bfee0332e68603 -eo pid,comm 15:55:01 (1/5) Installing dumb-init (1.2.5-r1) [Pipeline] { [Pipeline] sh 15:55:01 (2/5) Installing musl-obstack (1.2.3-r0) 15:55:01 (1/6) Installing dumb-init (1.2.5-r1) 15:55:01 (3/5) Installing libucontext (1.1-r0) 15:55:01 (2/6) Installing libgcc (11.2.1_git20220219-r2) 15:55:01 ---> c94ec9a004eb 15:55:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:55:01 (4/5) Installing gcompat (1.0.0-r4) 15:55:01 (3/6) Installing libsodium (1.0.18-r0) 15:55:01 (5/5) Installing openssl (1.1.1q-r0) 15:55:01 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 15:55:01 Executing busybox-1.34.1-r5.trigger 15:55:01 OK: 6 MiB in 19 packages 15:55:01 (5/6) Installing libzmq (4.3.4-r0) 15:55:02 (6/6) Installing zeromq (4.3.4-r0) 15:55:02 ---> 0a3c3cb5b7d9 15:55:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:55:02 Executing busybox-1.35.0-r13.trigger 15:55:02 OK: 8 MiB in 20 packages 15:55:02 + docker-compose -f ./docker-compose-build.yml build --parallel 15:55:02 ---> 92935252d448 15:55:02 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:55:02 Removing intermediate container dbd99a768a73 15:55:02 ---> e15af5d60a3a 15:55:02 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:55:02 ---> 119524dec7dc 15:55:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:55:02 Removing intermediate container 836315391b5a 15:55:02 ---> b197ec0a1f9c 15:55:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:55:02 Removing intermediate container b08682e2a612 15:55:02 ---> fa8966b8bb8b 15:55:02 15:55:02 Step 10/25 : FROM alpine:3.16 15:55:02 ---> e66264b98777 15:55:02 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:55:02 Removing intermediate container c6f1d7fdb21b 15:55:02 ---> b7fdd94ef556 15:55:02 15:55:02 Step 10/22 : FROM alpine:3.16 15:55:02 ---> e66264b98777 15:55:02 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 15:55:02 ---> Running in a89cbc913362 15:55:02 ---> Running in e621df991c7d 15:55:02 ---> 1a111783302e 15:55:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:55:02 ---> b8eefec68ab4 15:55:02 Step 26/31 : RUN chmod +x /entrypoint.sh 15:55:02 ---> Running in c3cd4be55140 15:55:03 ---> 82dc83f56349 15:55:03 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:55:03 ---> 83330a1812d0 15:55:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:55:03 ---> 004ea7f9f390 15:55:03 Step 19/23 : ENTRYPOINT ["/core-data"] 15:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:55:03 ---> Running in 09aabe5c8fc2 15:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:55:03 Removing intermediate container 09aabe5c8fc2 15:55:03 ---> 61a1340494f9 15:55:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:03 ---> Running in 7cacf4163b79 15:55:03 (1/3) Installing ca-certificates (20211220-r0) 15:55:03 (2/3) Installing dumb-init (1.2.5-r1) 15:55:03 (3/3) Installing su-exec (0.2-r1) 15:55:03 Executing busybox-1.35.0-r13.trigger 15:55:03 Executing ca-certificates-20211220-r0.trigger 15:55:03 (1/6) Installing ca-certificates (20211220-r0) 15:55:03 (2/6) Installing brotli-libs (1.0.9-r6) 15:55:03 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:55:03 OK: 6 MiB in 17 packages 15:55:03 (4/6) Installing libcurl (7.83.1-r2) 15:55:03 (5/6) Installing curl (7.83.1-r2) 15:55:03 (6/6) Installing dumb-init (1.2.5-r1) 15:55:03 Executing busybox-1.35.0-r13.trigger 15:55:03 Executing ca-certificates-20211220-r0.trigger 15:55:03 OK: 8 MiB in 20 packages 15:55:03 Removing intermediate container 7cacf4163b79 15:55:03 ---> 07eb82352240 15:55:03 Step 21/23 : LABEL arch=x86_64 15:55:03 ---> Running in b7d3bbcf6f3c 15:55:04 Removing intermediate container c3cd4be55140 15:55:04 ---> 41463d8b9c9a 15:55:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:55:04 Removing intermediate container b7d3bbcf6f3c 15:55:04 ---> ee6b29ff2d76 15:55:04 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:04 ---> Running in 85e7c95f09e4 15:55:04 ---> Running in d01e6066a7a7 15:55:04 Removing intermediate container 85e7c95f09e4 15:55:04 ---> ffd2c9dd5082 15:55:04 Step 28/31 : CMD ["gate"] 15:55:04 Removing intermediate container a89cbc913362 15:55:04 ---> 5e3f30caf1fe 15:55:04 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:55:04 ---> Running in d1bccf332b5e 15:55:04 ---> Running in 9242bb62ba73 15:55:04 Removing intermediate container d01e6066a7a7 15:55:04 ---> 0de2d8bffb23 15:55:04 Step 23/23 : LABEL version=2.2.1-dev.26 15:55:04 ---> b5839eb29c0b 15:55:04 Removing intermediate container e621df991c7d 15:55:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ ---> 94415f80c9e8 15:55:04 15:55:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:55:04 ---> Running in f42f68a06f4c 15:55:04 Removing intermediate container d1bccf332b5e 15:55:04 ---> 038edc3496cc 15:55:04 Step 29/31 : LABEL arch=x86_64 15:55:04 ---> Running in 2e7d78041b3a 15:55:04 Removing intermediate container 9242bb62ba73 15:55:04 ---> 06d74194e5e5 15:55:04 Step 13/25 : WORKDIR / 15:55:04 ---> Running in 3a77f96e214c 15:55:04 ---> Running in 544e3f6b6a7a 15:55:04 Removing intermediate container f42f68a06f4c 15:55:04 ---> 144baf001c34 15:55:04 15:55:04 Removing intermediate container 2e7d78041b3a 15:55:04 ---> daaa4dbae047 15:55:04 Step 13/22 : WORKDIR /edgex 15:55:04 ---> 0b41df4b7d56 15:55:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:55:04 Removing intermediate container 3a77f96e214c 15:55:04 ---> 83803494d0a2 15:55:04 Step 30/31 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:04 ---> Running in 3c3295a1538b 15:55:04 Successfully built 144baf001c34 15:55:04 Successfully tagged core-data:latest 15:55:04  Building core-data ... done Building core-command 15:55:05 ---> Running in edc297a0e0a1 15:55:05 Removing intermediate container 544e3f6b6a7a 15:55:05 ---> 00e5e1bbc0f2 15:55:05 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:55:05 ---> afeea2a9675e 15:55:05 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:55:05 Removing intermediate container 3c3295a1538b 15:55:05 ---> b403f96ffefc 15:55:05 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:55:05 Removing intermediate container edc297a0e0a1 15:55:05 ---> cbc56dcfc05f 15:55:05 Step 31/31 : LABEL version=2.2.1-dev.26 15:55:05 ---> b83708260bdb 15:55:05 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:55:05 ---> Running in ecc1a9e56427 15:55:05 ---> 5afb041f1287 15:55:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:55:05 ---> b4fbfa2ba2ef 15:55:05 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:55:05 ---> Running in 5f6cf75c816e 15:55:05 Removing intermediate container ecc1a9e56427 15:55:05 ---> ee0a426ec101 15:55:05 15:55:05 ---> eedfc74215a4 15:55:05 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:55:05 Successfully built ee0a426ec101 15:55:05 Removing intermediate container 5f6cf75c816e 15:55:05 ---> a3108b7793f0 15:55:05 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:55:05 Successfully tagged security-bootstrapper:latest 15:55:05  Building security-bootstrapper ... done Building core-metadata 15:55:06 ---> Running in 6138583d829b 15:55:06 ---> ae09c2be11cd 15:55:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:55:06 Removing intermediate container 6138583d829b 15:55:06 ---> 581b917e5b83 15:55:06 Step 24/26 : LABEL arch=x86_64 15:55:06 ---> Running in cbe702c75007 15:55:06 ---> 9af2f1f8fc83 15:55:06 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:55:06 Building core-command ... 15:55:06 Building core-data ... 15:55:06 Building core-metadata ... 15:55:06 Building security-bootstrapper ... 15:55:06 Building security-proxy-setup ... 15:55:06 Building security-secretstore-setup ... 15:55:06 Building security-spiffe-token-provider ... 15:55:06 Building security-spire-agent ... 15:55:06 Building security-spire-config ... 15:55:06 Building security-spire-server ... 15:55:06 Building support-notifications ... 15:55:06 Building support-scheduler ... 15:55:06 Building sys-mgmt-agent ... 15:55:06 Building security-spire-server 15:55:06 Building core-command 15:55:06 Building support-notifications 15:55:06 Building security-secretstore-setup 15:55:06 Building security-spiffe-token-provider 15:55:07 ---> 71bbfc188208 15:55:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:55:07 Removing intermediate container cbe702c75007 15:55:07 ---> 0be03ccc770b 15:55:07 Step 25/26 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:07 ---> f7134162bef1 15:55:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:55:07 ---> d37cd212fe2b 15:55:07 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:55:07 ---> Running in 9cc8ebeb0995 15:55:07 ---> Running in 1756a82cc64b 15:55:07 Removing intermediate container 9cc8ebeb0995 15:55:07 ---> 03db6f7aaf18 15:55:07 Step 26/26 : LABEL version=2.2.1-dev.26 15:55:07 ---> Running in f0cb5851c36f 15:55:07 Removing intermediate container f0cb5851c36f 15:55:07 ---> 1eb1cb72a4a1 15:55:07 15:55:07 ---> 4afb2f80cf08 15:55:07 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:55:07 Successfully built 1eb1cb72a4a1 15:55:07 Successfully tagged security-spire-agent:latest 15:55:08  Building security-spire-agent ... done Building sys-mgmt-agent 15:55:08 ---> 54275a7e2b92 15:55:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:55:08 Removing intermediate container 1756a82cc64b 15:55:08 ---> 416702301dbb 15:55:08 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 15:55:08 ---> Running in c51b5ebc19d7 15:55:08 Removing intermediate container c51b5ebc19d7 15:55:08 ---> ddf1481072a5 15:55:08 Step 20/22 : LABEL arch=x86_64 15:55:09 ---> 25bd185e0ca6 15:55:09 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 15:55:09 ---> Running in cb6c297a5e6d 15:55:09 ---> Running in 260cac6e9001 15:55:09 Removing intermediate container cb6c297a5e6d 15:55:09 ---> 754534ab0208 15:55:09 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:09 ---> Running in cc37b3194f31 15:55:09 Removing intermediate container cc37b3194f31 15:55:09 ---> 1b84e2ea9e3d 15:55:09 Step 22/22 : LABEL version=2.2.1-dev.26 15:55:09 ---> Running in 7872a696ee1c 15:55:10 Removing intermediate container 7872a696ee1c 15:55:10 ---> f57ba987cc33 15:55:10 15:55:10 Successfully built f57ba987cc33 15:55:10 Successfully tagged security-proxy-setup:latest 15:55:10  Building security-proxy-setup ... done Removing intermediate container 260cac6e9001 15:55:10 ---> c084d9a2f9c2 15:55:10 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 15:55:10 ---> Running in 66e1974163c5 15:55:10 Removing intermediate container 66e1974163c5 15:55:10 ---> 9829f99ba009 15:55:10 Step 23/25 : LABEL arch=x86_64 15:55:10 ---> Running in 3402189b4550 15:55:10 Removing intermediate container 3402189b4550 15:55:10 ---> adfc36ba46d7 15:55:10 Step 24/25 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:10 ---> Running in b4b66c38837b 15:55:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:11 ---> 1ba5ce9c8101 15:55:11 Step 3/23 : WORKDIR /edgex-go 15:55:11 ---> Using cache 15:55:11 ---> 8710adb7710f 15:55:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:11 ---> Using cache 15:55:11 ---> 0432edf92c4d 15:55:11 Step 5/23 : RUN apk add --update --no-cache make git 15:55:11 ---> Using cache 15:55:11 ---> d482acab7009 15:55:11 Step 6/23 : COPY go.mod vendor* ./ 15:55:11 ---> Using cache 15:55:11 ---> 269f49ebab38 15:55:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:55:11 ---> Using cache 15:55:11 ---> ec29fa44fdfd 15:55:11 Step 8/23 : COPY . . 15:55:11 ---> Using cache 15:55:11 ---> 79952b483e1a 15:55:11 Step 9/23 : RUN make cmd/core-command/core-command 15:55:11 Removing intermediate container b4b66c38837b 15:55:11 ---> 823133855829 15:55:11 Step 25/25 : LABEL version=2.2.1-dev.26 15:55:11 ---> Running in 3f474443b335 15:55:11 ---> Running in e4ecc9ef1bb1 15:55:11 Removing intermediate container e4ecc9ef1bb1 15:55:11 ---> da1f09a5d67f 15:55:11 15:55:11 Successfully built da1f09a5d67f 15:55:11 Successfully tagged security-secretstore-setup:latest 15:55:11  Building security-secretstore-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:55:12 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:12 ---> 1ba5ce9c8101 15:55:12 Step 3/23 : WORKDIR /edgex-go 15:55:12 ---> Using cache 15:55:12 ---> 8710adb7710f 15:55:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:12 ---> Using cache 15:55:12 ---> 0432edf92c4d 15:55:12 Step 5/23 : RUN apk add --update --no-cache make git 15:55:12 ---> Using cache 15:55:12 ---> d482acab7009 15:55:12 Step 6/23 : COPY go.mod vendor* ./ 15:55:12 ---> Using cache 15:55:12 ---> 269f49ebab38 15:55:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:55:12 ---> Using cache 15:55:12 ---> ec29fa44fdfd 15:55:12 Step 8/23 : COPY . . 15:55:12 ---> Using cache 15:55:12 ---> 79952b483e1a 15:55:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:55:13 ---> Running in 83b05e5f7504 15:55:13 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:13 ---> 1ba5ce9c8101 15:55:13 Step 3/23 : WORKDIR /edgex-go 15:55:13 ---> Using cache 15:55:13 ---> 8710adb7710f 15:55:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:13 ---> Using cache 15:55:13 ---> 0432edf92c4d 15:55:13 Step 5/23 : RUN apk add --update --no-cache make bash git 15:55:13 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:55:13 ---> Running in 40f2592f3c12 15:55:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:55:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:55:15 OK: 211 MiB in 51 packages 15:55:15 Removing intermediate container 40f2592f3c12 15:55:15 ---> 3e9a3321c843 15:55:15 Step 6/23 : COPY go.mod vendor* ./ 15:55:15 ---> 1af05ac3ca9b 15:55:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:55:15 ---> Running in c42b00adfc9e 15:55:22 Removing intermediate container c42b00adfc9e 15:55:22 ---> e4a9f592d398 15:55:22 Step 8/23 : COPY . . 15:55:27 ---> 77660c41b73e 15:55:27 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:55:27 ---> Running in 34b4fa6f4f6e 15:55:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:55:28 Removing intermediate container 3f474443b335 15:55:28 ---> c97e716ab047 15:55:28 15:55:28 Step 10/23 : FROM alpine:3.16 15:55:28 ---> e66264b98777 15:55:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:55:28 ---> Using cache 15:55:28 ---> 3090d090704d 15:55:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:55:28 ---> Using cache 15:55:28 ---> 3299273e783a 15:55:28 Step 13/23 : ENV APP_PORT=59882 15:55:28 ---> Running in 17eb121fbeac 15:55:28 Removing intermediate container 83b05e5f7504 15:55:28 ---> 51a8a4c0037c 15:55:28 15:55:28 Step 10/23 : FROM alpine:3.16 15:55:28 ---> e66264b98777 15:55:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:55:28 ---> Using cache 15:55:28 ---> 3090d090704d 15:55:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:55:28 ---> Using cache 15:55:28 ---> 3299273e783a 15:55:28 Step 13/23 : ENV APP_PORT=59881 15:55:28 ---> Running in 7b2eadf65281 15:55:28 Removing intermediate container 17eb121fbeac 15:55:28 ---> 749a89b50cd2 15:55:28 Step 14/23 : EXPOSE $APP_PORT 15:55:28 Removing intermediate container 7b2eadf65281 15:55:28 ---> 608b2d6cb2c4 15:55:28 Step 14/23 : EXPOSE $APP_PORT 15:55:28 ---> Running in 3de2c79c41d3 15:55:28 ---> Running in cb329850d17b 15:55:29 Removing intermediate container cb329850d17b 15:55:29 ---> ea9864ca0eaf 15:55:29 Step 15/23 : WORKDIR / 15:55:29 Removing intermediate container 3de2c79c41d3 15:55:29 ---> acc96d178e36 15:55:29 Step 15/23 : WORKDIR / 15:55:29 ---> Running in 463b494b273d 15:55:29 ---> Running in c5d6e365b5e1 15:55:29 Removing intermediate container c5d6e365b5e1 15:55:29 ---> 0f5c7070c422 15:55:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:55:29 Removing intermediate container 463b494b273d 15:55:29 ---> fc74e287c807 15:55:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:55:29 ---> 2cd903b70baa 15:55:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:55:29 ---> bccae69cde16 15:55:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:55:30 ---> 7e1100a13488 15:55:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:55:30 ---> 9126a6723455 15:55:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:55:30 ---> 6c7309f4a2be 15:55:30 Step 19/23 : ENTRYPOINT ["/core-command"] 15:55:30 ---> 3f1b4dc8531c 15:55:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:55:30 ---> Running in 6d52a51ab4bd 15:55:30 ---> Running in ad59ff4d4e06 15:55:30 Removing intermediate container 6d52a51ab4bd 15:55:30 ---> 62c1c59928c6 15:55:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:30 Removing intermediate container ad59ff4d4e06 15:55:30 ---> cfb3337b71ce 15:55:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:30 ---> Running in 6fbb62b4f5f2 15:55:30 ---> Running in 4b63173dd5f7 15:55:30 Removing intermediate container 6fbb62b4f5f2 15:55:30 ---> a55d5a7dda3c 15:55:30 Step 21/23 : LABEL arch=x86_64 15:55:31 Removing intermediate container 4b63173dd5f7 15:55:31 ---> 3ac519e67cd6 15:55:31 Step 21/23 : LABEL arch=x86_64 15:55:31 ---> Running in 5dc926d1be89 15:55:31 ---> Running in 0c77a564a7db 15:55:31 Removing intermediate container 5dc926d1be89 15:55:31 ---> 396d820cb57f 15:55:31 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:31 Removing intermediate container 0c77a564a7db 15:55:31 ---> 4b582c4f9a54 15:55:31 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:31 ---> Running in f446e3120aab 15:55:31 ---> Running in 67d4cc84f94d 15:55:31 Removing intermediate container f446e3120aab 15:55:31 ---> 795e97ff59fb 15:55:31 Step 23/23 : LABEL version=2.2.1-dev.26 15:55:31 Removing intermediate container 67d4cc84f94d 15:55:31 ---> ea224301dc65 15:55:31 Step 23/23 : LABEL version=2.2.1-dev.26 15:55:31 ---> Running in 2123e89f8c65 15:55:31 ---> Running in a33d91e929e8 15:55:31 Removing intermediate container a33d91e929e8 15:55:31 ---> 92ef2b4159dd 15:55:31 15:55:31 Removing intermediate container 2123e89f8c65 15:55:31 ---> 4f9c642f4343 15:55:31 15:55:31 Successfully built 92ef2b4159dd 15:55:31 Successfully built 4f9c642f4343 15:55:31 Successfully tagged core-metadata:latest 15:55:31  Building core-metadata ... done Successfully tagged core-command:latest 15:55:40  Building core-command ... done Removing intermediate container 34b4fa6f4f6e 15:55:40 ---> 0d0ebfd755f7 15:55:40 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:55:40 ---> Running in 952b1a27deb4 15:55:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:55:40 Removing intermediate container 952b1a27deb4 15:55:40 ---> acbc766d0c8b 15:55:40 15:55:40 Step 11/23 : FROM docker:20.10.14 15:55:41 20.10.14: Pulling from library/docker 15:55:43 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 15:55:43 Status: Downloaded newer image for docker:20.10.14 15:55:43 ---> 7417809fdb73 15:55:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:55:44 ---> Running in d7aec949c057 15:55:44 Removing intermediate container d7aec949c057 15:55:44 ---> 943d5ea8984f 15:55:44 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 15:55:44 ---> Running in 8a1846540fc0 15:55:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:55:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:55:44 (1/43) Installing readline (8.1.1-r0) 15:55:44 (2/43) Installing bash (5.1.16-r0) 15:55:44 Executing bash-5.1.16-r0.post-install 15:55:44 (3/43) Installing brotli-libs (1.0.9-r5) 15:55:44 (4/43) Installing nghttp2-libs (1.46.0-r0) 15:55:45 (5/43) Installing libcurl (7.80.0-r2) 15:55:45 (6/43) Installing curl (7.80.0-r2) 15:55:45 (7/43) Installing dumb-init (1.2.5-r1) 15:55:45 (8/43) Installing libbz2 (1.0.8-r1) 15:55:45 (9/43) Installing expat (2.4.7-r0) 15:55:45 (10/43) Installing libffi (3.4.2-r1) 15:55:45 (11/43) Installing gdbm (1.22-r0) 15:55:45 (12/43) Installing xz-libs (5.2.5-r1) 15:55:45 (13/43) Installing libgcc (10.3.1_git20211027-r0) 15:55:45 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 15:55:45 (15/43) Installing mpdecimal (2.5.1-r1) 15:55:45 (16/43) Installing sqlite-libs (3.36.0-r0) 15:55:45 (17/43) Installing python3 (3.9.7-r4) 15:55:45 (18/43) Installing py3-appdirs (1.4.4-r2) 15:55:45 (19/43) Installing py3-certifi (2020.12.5-r1) 15:55:45 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 15:55:45 (21/43) Installing py3-idna (3.3-r0) 15:55:45 (22/43) Installing py3-urllib3 (1.26.7-r0) 15:55:45 (23/43) Installing py3-requests (2.26.0-r1) 15:55:45 (24/43) Installing py3-msgpack (1.0.2-r1) 15:55:45 (25/43) Installing py3-lockfile (0.12.2-r4) 15:55:45 (26/43) Installing py3-cachecontrol (0.12.10-r0) 15:55:45 (27/43) Installing py3-colorama (0.4.4-r1) 15:55:45 (28/43) Installing py3-contextlib2 (21.6.0-r1) 15:55:45 (29/43) Installing py3-distlib (0.3.3-r0) 15:55:45 (30/43) Installing py3-distro (1.6.0-r0) 15:55:45 (31/43) Installing py3-six (1.16.0-r0) 15:55:45 (32/43) Installing py3-webencodings (0.5.1-r4) 15:55:45 (33/43) Installing py3-html5lib (1.1-r1) 15:55:45 (34/43) Installing py3-parsing (2.4.7-r2) 15:55:45 (35/43) Installing py3-packaging (20.9-r1) 15:55:45 (36/43) Installing py3-tomli (1.2.2-r0) 15:55:45 (37/43) Installing py3-pep517 (0.12.0-r0) 15:55:45 (38/43) Installing py3-progress (1.6-r0) 15:55:45 (39/43) Installing py3-retrying (1.3.3-r2) 15:55:45 (40/43) Installing py3-ordered-set (4.0.2-r2) 15:55:45 (41/43) Installing py3-setuptools (52.0.0-r4) 15:55:45 (42/43) Installing py3-toml (0.10.2-r2) 15:55:45 (43/43) Installing py3-pip (20.3.4-r1) 15:55:45 Executing busybox-1.34.1-r5.trigger 15:55:45 OK: 83 MiB in 65 packages 15:55:46 Collecting docker-compose==1.23.2 15:55:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:55:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 15:55:46 Collecting PyYAML<4,>=3.10 15:55:46 Downloading PyYAML-3.13.tar.gz (270 kB) 15:55:47 Collecting jsonschema<3,>=2.5.1 15:55:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:55:47 Collecting cached-property<2,>=1.2.0 15:55:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:55:47 Collecting dockerpty<0.5,>=0.4.1 15:55:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:55:47 Collecting docker<4.0,>=3.6.0 15:55:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:55:47 Collecting websocket-client<1.0,>=0.32.0 15:55:47 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 15:55:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:55:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:55:47 Collecting docopt<0.7,>=0.6.1 15:55:47 Downloading docopt-0.6.2.tar.gz (25 kB) 15:55:47 Collecting texttable<0.10,>=0.9.0 15:55:47 Downloading texttable-0.9.1.tar.gz (11 kB) 15:55:48 Collecting docker-pycreds>=0.4.0 15:55:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:55:48 Collecting urllib3<1.25,>=1.21.1 15:55:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:55:48 Collecting chardet<3.1.0,>=3.0.2 15:55:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:55:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 15:55:48 Collecting idna<2.8,>=2.5 15:55:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:55:48 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 15:55:48 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 15:55:48 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 15:55:48 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 15:55:48 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 15:55:48 Attempting uninstall: urllib3 15:55:48 Found existing installation: urllib3 1.26.7 15:55:48 Uninstalling urllib3-1.26.7: 15:55:48 Successfully uninstalled urllib3-1.26.7 15:55:48 Attempting uninstall: idna 15:55:48 Found existing installation: idna 3.3 15:55:48 Uninstalling idna-3.3: 15:55:48 Successfully uninstalled idna-3.3 15:55:49 Attempting uninstall: requests 15:55:49 Found existing installation: requests 2.26.0 15:55:49 Uninstalling requests-2.26.0: 15:55:49 Successfully uninstalled requests-2.26.0 15:55:49 Running setup.py install for texttable: started 15:55:49 Running setup.py install for texttable: finished with status 'done' 15:55:49 Running setup.py install for PyYAML: started 15:55:49 Running setup.py install for PyYAML: finished with status 'done' 15:55:49 Running setup.py install for docopt: started 15:55:50 Running setup.py install for docopt: finished with status 'done' 15:55:50 Running setup.py install for dockerpty: started 15:55:50 Running setup.py install for dockerpty: finished with status 'done' 15:55:50 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 15:55:53 Removing intermediate container 8a1846540fc0 15:55:53 ---> 4a55f59c0a74 15:55:53 Step 14/23 : ENV APP_PORT=58890 15:55:53 ---> Running in 0f3be5e42f8a 15:55:53 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:55:53 ---> ab8ea70dba53 15:55:53 Step 3/20 : WORKDIR /edgex-go 15:55:53 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:55:53 ---> ab8ea70dba53 15:55:53 Step 3/23 : WORKDIR /edgex-go 15:55:53 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:55:53 ---> ab8ea70dba53 15:55:53 Step 3/25 : WORKDIR /edgex-go 15:55:53 ---> Running in 320ab2bfa6d3 15:55:53 ---> Running in cc5af465379e 15:55:53 ---> Running in eb0a6ee5b2bd 15:55:53 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:55:53 ---> ab8ea70dba53 15:55:53 Step 3/25 : WORKDIR /edgex-go 15:55:53 ---> Running in 67b4577d4677 15:55:53 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:55:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:55:53 ---> ab8ea70dba53 15:55:53 Step 3/22 : WORKDIR /edgex-go 15:55:53 ---> Running in 44738582c13d 15:55:53 Removing intermediate container eb0a6ee5b2bd 15:55:53 ---> 94adbf43146b 15:55:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:53 Removing intermediate container 320ab2bfa6d3 15:55:53 ---> ee6feb4788e5 15:55:53 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 15:55:53 Removing intermediate container cc5af465379e 15:55:53 ---> dc2ef3291c52 15:55:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:53 ---> Running in cfcda8f3a512 15:55:53 ---> Running in 30da832f94a0 15:55:53 ---> Running in 1cfd0cf0d89d 15:55:53 Removing intermediate container 67b4577d4677 15:55:53 ---> 78310482c51a 15:55:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:53 Removing intermediate container 44738582c13d 15:55:53 ---> ddcdc53ccdc6 15:55:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:55:53 ---> Running in 6bae7f1937d8 15:55:53 ---> Running in 75706f9328fe 15:55:53 Removing intermediate container 0f3be5e42f8a 15:55:53 ---> ebf56175842b 15:55:53 Step 15/23 : EXPOSE $APP_PORT 15:55:53 ---> Running in 31c700546af1 15:55:53 Removing intermediate container 31c700546af1 15:55:53 ---> 27829fbef1b8 15:55:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:55:53 ---> 039b73b02539 15:55:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:55:54 ---> c09d8c28ff13 15:55:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:55:54 ---> 5581dd94b15d 15:55:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:55:54 ---> Running in 6dc70e88d353 15:55:54 Removing intermediate container 6dc70e88d353 15:55:54 ---> 921d86e6328f 15:55:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:55:54 ---> Running in 2c2d4df2aae2 15:55:54 Removing intermediate container 2c2d4df2aae2 15:55:54 ---> e9e5d25554c0 15:55:54 Step 21/23 : LABEL arch=x86_64 15:55:54 ---> Running in 1f8062ed5fa2 15:55:54 Removing intermediate container 1f8062ed5fa2 15:55:54 ---> 02bb127011af 15:55:54 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:54 ---> Running in 557c209bd99c 15:55:54 Removing intermediate container 557c209bd99c 15:55:54 ---> a2b7bb5338ae 15:55:54 Step 23/23 : LABEL version=2.2.1-dev.26 15:55:54 ---> Running in 638739da5e63 15:55:54 Removing intermediate container 638739da5e63 15:55:54 ---> b6b2a2d6d4e5 15:55:54 15:55:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:55:55 Successfully built b6b2a2d6d4e5 15:55:55 Successfully tagged sys-mgmt-agent:latest 15:55:55  Building sys-mgmt-agent ... done  [Pipeline] } 15:55:55 $ docker stop --time=1 51c7910bea92c41889cdc2c424853d2d8d85feac29bbf4eb709e2426e5172480 15:55:55 Removing intermediate container cfcda8f3a512 15:55:55 ---> a73491b3f02c 15:55:55 Step 5/25 : RUN apk add --update --no-cache make git 15:55:55 ---> Running in b846bb0cb8d7 15:55:56 v3.16.0-302-g62bf0b8f5a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:55:56 v3.16.0-305-ga75a365d4f [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:55:56 OK: 16885 distinct packages available 15:55:56 Removing intermediate container 1cfd0cf0d89d 15:55:56 ---> 3bcf6fd88977 15:55:56 Step 5/23 : RUN apk add --update --no-cache make git 15:55:56 $ docker rm -f 51c7910bea92c41889cdc2c424853d2d8d85feac29bbf4eb709e2426e5172480 [Pipeline] // withDockerContainer [Pipeline] sh 15:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:56 ---> Running in 710247adc871 15:55:56 + docker images 15:55:56 REPOSITORY TAG IMAGE ID CREATED SIZE 15:55:56 sys-mgmt-agent latest b6b2a2d6d4e5 2 seconds ago 299MB 15:55:56 acbc766d0c8b 16 seconds ago 1.62GB 15:55:56 core-command latest 4f9c642f4343 25 seconds ago 16.1MB 15:55:56 core-metadata latest 92ef2b4159dd 25 seconds ago 17.1MB 15:55:56 51a8a4c0037c 28 seconds ago 1.62GB 15:55:56 c97e716ab047 29 seconds ago 1.62GB 15:55:56 security-secretstore-setup latest da1f09a5d67f 45 seconds ago 28.9MB 15:55:56 security-proxy-setup latest f57ba987cc33 47 seconds ago 27.1MB 15:55:56 security-spire-agent latest 1eb1cb72a4a1 49 seconds ago 125MB 15:55:56 security-bootstrapper latest ee0a426ec101 51 seconds ago 19.3MB 15:55:56 core-data latest 144baf001c34 52 seconds ago 21.5MB 15:55:56 b7fdd94ef556 54 seconds ago 1.63GB 15:55:56 fa8966b8bb8b 54 seconds ago 1.63GB 15:55:56 d56736cddb3a 58 seconds ago 1.65GB 15:55:56 8b9061e95a21 58 seconds ago 1.52GB 15:55:56 f440420e3b14 About a minute ago 1.62GB 15:55:56 support-scheduler latest 9685cef34f7e About a minute ago 26.5MB 15:55:56 support-notifications latest 3c076f93c325 About a minute ago 27.1MB 15:55:56 security-spiffe-token-provider latest e6f7d3d4abb6 About a minute ago 29.1MB 15:55:56 9f63c713b872 About a minute ago 1.68GB 15:55:56 072459d9d294 About a minute ago 1.68GB 15:55:56 b65be2b5734e About a minute ago 1.67GB 15:55:56 security-spire-config latest c19fa1f7537b About a minute ago 85.8MB 15:55:56 security-spire-server latest e7312d581048 About a minute ago 86.5MB 15:55:56 19b2a6326ee4 2 minutes ago 1.52GB 15:55:56 b70fa68ef6fb 2 minutes ago 1.52GB 15:55:56 ci-base-image-x86_64 latest 1ba5ce9c8101 4 minutes ago 937MB 15:55:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 4 days ago 253MB 15:55:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 5 days ago 677MB 15:55:56 alpine 3.16 e66264b98777 7 weeks ago 5.53MB 15:55:56 docker 20.10.14 7417809fdb73 3 months ago 218MB 15:55:56 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 15:55:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 15:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:55:56 Removing intermediate container 75706f9328fe 15:55:56 ---> 8a9f5a7632e8 15:55:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:55:56 ---> Running in c7f537062bf2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:55:56 provisioning config files... 15:55:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/260@tmp/config5497782173056375277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:55:57 Removing intermediate container 6bae7f1937d8 15:55:57 ---> 6774ab17d099 15:55:57 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 15:55:57 ---> docker-login.sh 15:55:57 nexus3.edgexfoundry.org:10001 15:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:57 Configure a credential helper to remove this warning. See 15:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:57 15:55:57 Login Succeeded 15:55:57 nexus3.edgexfoundry.org:10002 15:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:57 ---> Running in 8a6f6b1a57f3 15:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:57 Configure a credential helper to remove this warning. See 15:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:57 15:55:57 Login Succeeded 15:55:57 nexus3.edgexfoundry.org:10003 15:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:57 Configure a credential helper to remove this warning. See 15:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:57 15:55:57 Login Succeeded 15:55:57 nexus3.edgexfoundry.org:10004 15:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:57 Configure a credential helper to remove this warning. See 15:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:57 15:55:57 Login Succeeded 15:55:57 docker.io 15:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:57 Configure a credential helper to remove this warning. See 15:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:57 15:55:57 Login Succeeded 15:55:57 ---> docker-login.sh ends [Pipeline] } 15:55:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:55:57 OK: 221 MiB in 51 packages [Pipeline] // withEnv [Pipeline] echo 15:55:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:55:58 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:55:58 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:58 latest 15:55:58 2.2.1-dev.26 15:55:58 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:55:58 main 15:55:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:58 + docker push nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:55:58 1de5cca3b4f8: Preparing 15:55:58 de73218f309e: Preparing 15:55:58 280e0433c9a0: Preparing 15:55:58 05be012064a0: Preparing 15:55:58 24302eb7d908: Preparing 15:55:58 24302eb7d908: Layer already exists 15:55:58 05be012064a0: Pushed 15:55:58 280e0433c9a0: Pushed 15:55:58 1de5cca3b4f8: Pushed 15:55:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:59 Removing intermediate container 30da832f94a0 15:55:59 ---> 3b82186179bb 15:55:59 Step 5/20 : COPY go.mod vendor* ./ 15:55:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:55:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:55:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:00 ---> 143882a1c22c 15:56:00 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:00 ---> Running in 6bf162cb7ff8 15:56:00 de73218f309e: Pushed 15:56:00 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:d94844c6d9f9ae7869557dad8a5934b675b4b18a1f8cb25dd8d14e6f392eac9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:00 OK: 221 MiB in 51 packages 15:56:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:00 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:56:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:56:00 1de5cca3b4f8: Preparing 15:56:00 de73218f309e: Preparing 15:56:00 280e0433c9a0: Preparing 15:56:00 05be012064a0: Preparing 15:56:00 24302eb7d908: Preparing 15:56:00 280e0433c9a0: Layer already exists 15:56:00 24302eb7d908: Layer already exists 15:56:00 de73218f309e: Layer already exists 15:56:00 1de5cca3b4f8: Layer already exists 15:56:00 05be012064a0: Layer already exists 15:56:00 latest: digest: sha256:d94844c6d9f9ae7869557dad8a5934b675b4b18a1f8cb25dd8d14e6f392eac9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:01 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 15:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:56:01 1de5cca3b4f8: Preparing 15:56:01 de73218f309e: Preparing 15:56:01 280e0433c9a0: Preparing 15:56:01 05be012064a0: Preparing 15:56:01 24302eb7d908: Preparing 15:56:01 05be012064a0: Layer already exists 15:56:01 280e0433c9a0: Layer already exists 15:56:01 1de5cca3b4f8: Layer already exists 15:56:01 24302eb7d908: Layer already exists 15:56:01 de73218f309e: Layer already exists 15:56:01 2.2.1-dev.26: digest: sha256:d94844c6d9f9ae7869557dad8a5934b675b4b18a1f8cb25dd8d14e6f392eac9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:01 OK: 221 MiB in 51 packages 15:56:01 OK: 221 MiB in 51 packages 15:56:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:01 Removing intermediate container b846bb0cb8d7 15:56:01 ---> ab8c64420a0b 15:56:01 Step 6/25 : COPY go.mod vendor* ./ 15:56:01 + docker push nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:56:01 1de5cca3b4f8: Preparing 15:56:01 de73218f309e: Preparing 15:56:01 280e0433c9a0: Preparing 15:56:01 05be012064a0: Preparing 15:56:01 24302eb7d908: Preparing 15:56:01 de73218f309e: Layer already exists 15:56:01 24302eb7d908: Layer already exists 15:56:01 05be012064a0: Layer already exists 15:56:01 280e0433c9a0: Layer already exists 15:56:01 1de5cca3b4f8: Layer already exists 15:56:01 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:d94844c6d9f9ae7869557dad8a5934b675b4b18a1f8cb25dd8d14e6f392eac9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:02 OK: 221 MiB in 51 packages 15:56:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:02 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:56:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:56:02 1de5cca3b4f8: Preparing 15:56:02 de73218f309e: Preparing 15:56:02 280e0433c9a0: Preparing 15:56:02 05be012064a0: Preparing 15:56:02 24302eb7d908: Preparing 15:56:02 05be012064a0: Layer already exists 15:56:02 280e0433c9a0: Layer already exists 15:56:02 24302eb7d908: Layer already exists 15:56:02 1de5cca3b4f8: Layer already exists 15:56:02 de73218f309e: Layer already exists 15:56:02 main: digest: sha256:d94844c6d9f9ae7869557dad8a5934b675b4b18a1f8cb25dd8d14e6f392eac9b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:02 ===================================================== [Pipeline] echo 15:56:02 taggedImages: 15:56:02 - nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:02 - nexus3.edgexfoundry.org:10004/core-command:latest 15:56:02 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.26 15:56:02 - nexus3.edgexfoundry.org:10004/core-command:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:02 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:56:02 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:56:02 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:02 latest 15:56:02 2.2.1-dev.26 15:56:02 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:02 main 15:56:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:03 Removing intermediate container 710247adc871 15:56:03 ---> a4f47ff4d638 15:56:03 Step 6/23 : COPY go.mod vendor* ./ 15:56:03 + docker push nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:56:03 9b12aec417a5: Preparing 15:56:03 54ae915c1eab: Preparing 15:56:03 280e0433c9a0: Preparing 15:56:03 a60529b345a2: Preparing 15:56:03 8c255508ca48: Preparing 15:56:03 24302eb7d908: Preparing 15:56:03 24302eb7d908: Waiting 15:56:03 280e0433c9a0: Layer already exists 15:56:03 24302eb7d908: Layer already exists 15:56:03 9b12aec417a5: Pushed 15:56:03 8c255508ca48: Pushed 15:56:03 Removing intermediate container c7f537062bf2 15:56:03 ---> 6873a5521b8c 15:56:03 Step 6/22 : COPY go.mod vendor* ./ 15:56:03 ---> 29cbdc6d6c52 15:56:03 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:03 Removing intermediate container 8a6f6b1a57f3 15:56:03 ---> 93945e3f3ca2 15:56:03 Step 6/25 : COPY go.mod vendor* ./ 15:56:03 a60529b345a2: Pushed 15:56:03 ---> Running in 1af798d9d35a 15:56:04 ---> 6cb83c2eb9f6 15:56:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:04 ---> d8dce8c30aa8 15:56:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:04 ---> Running in 52409722f370 15:56:04 54ae915c1eab: Pushed 15:56:04 ---> Running in c4f62b2f7a92 15:56:05 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:6b5404754162c55b34b5e7833819a0dc510071ce6ae9f8ec99aa0635b67ccde5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:05 ---> 0efe75e62efc 15:56:05 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:05 ---> Running in f4205d8a5348 15:56:05 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:56:05 9b12aec417a5: Preparing 15:56:05 54ae915c1eab: Preparing 15:56:05 280e0433c9a0: Preparing 15:56:05 a60529b345a2: Preparing 15:56:05 8c255508ca48: Preparing 15:56:05 24302eb7d908: Preparing 15:56:05 24302eb7d908: Waiting 15:56:05 8c255508ca48: Layer already exists 15:56:05 280e0433c9a0: Layer already exists 15:56:05 54ae915c1eab: Layer already exists 15:56:05 9b12aec417a5: Layer already exists 15:56:05 a60529b345a2: Layer already exists 15:56:05 24302eb7d908: Layer already exists 15:56:05 latest: digest: sha256:6b5404754162c55b34b5e7833819a0dc510071ce6ae9f8ec99aa0635b67ccde5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:06 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 15:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:56:06 9b12aec417a5: Preparing 15:56:06 54ae915c1eab: Preparing 15:56:06 280e0433c9a0: Preparing 15:56:06 a60529b345a2: Preparing 15:56:06 8c255508ca48: Preparing 15:56:06 24302eb7d908: Preparing 15:56:06 24302eb7d908: Waiting 15:56:06 9b12aec417a5: Layer already exists 15:56:06 54ae915c1eab: Layer already exists 15:56:06 8c255508ca48: Layer already exists 15:56:06 280e0433c9a0: Layer already exists 15:56:06 a60529b345a2: Layer already exists 15:56:06 24302eb7d908: Layer already exists 15:56:06 2.2.1-dev.26: digest: sha256:6b5404754162c55b34b5e7833819a0dc510071ce6ae9f8ec99aa0635b67ccde5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:07 + docker push nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:56:07 9b12aec417a5: Preparing 15:56:07 54ae915c1eab: Preparing 15:56:07 280e0433c9a0: Preparing 15:56:07 a60529b345a2: Preparing 15:56:07 8c255508ca48: Preparing 15:56:07 24302eb7d908: Preparing 15:56:07 24302eb7d908: Waiting 15:56:07 54ae915c1eab: Layer already exists 15:56:07 280e0433c9a0: Layer already exists 15:56:07 a60529b345a2: Layer already exists 15:56:07 8c255508ca48: Layer already exists 15:56:07 9b12aec417a5: Layer already exists 15:56:07 24302eb7d908: Layer already exists 15:56:07 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:6b5404754162c55b34b5e7833819a0dc510071ce6ae9f8ec99aa0635b67ccde5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:07 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:56:07 9b12aec417a5: Preparing 15:56:07 54ae915c1eab: Preparing 15:56:07 280e0433c9a0: Preparing 15:56:07 a60529b345a2: Preparing 15:56:07 8c255508ca48: Preparing 15:56:07 24302eb7d908: Preparing 15:56:07 24302eb7d908: Waiting 15:56:07 280e0433c9a0: Layer already exists 15:56:07 8c255508ca48: Layer already exists 15:56:07 a60529b345a2: Layer already exists 15:56:07 9b12aec417a5: Layer already exists 15:56:07 54ae915c1eab: Layer already exists 15:56:07 24302eb7d908: Layer already exists 15:56:07 main: digest: sha256:6b5404754162c55b34b5e7833819a0dc510071ce6ae9f8ec99aa0635b67ccde5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:07 ===================================================== [Pipeline] echo 15:56:07 taggedImages: 15:56:07 - nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:07 - nexus3.edgexfoundry.org:10004/core-data:latest 15:56:07 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.26 15:56:07 - nexus3.edgexfoundry.org:10004/core-data:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:07 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:56:07 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:56:07 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:07 latest 15:56:07 2.2.1-dev.26 15:56:07 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:07 main 15:56:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:56:08 6f9e44e906b1: Preparing 15:56:08 6e1b47e28c4d: Preparing 15:56:08 280e0433c9a0: Preparing 15:56:08 05be012064a0: Preparing 15:56:08 24302eb7d908: Preparing 15:56:08 24302eb7d908: Layer already exists 15:56:08 05be012064a0: Layer already exists 15:56:08 280e0433c9a0: Layer already exists 15:56:08 6f9e44e906b1: Pushed 15:56:09 6e1b47e28c4d: Pushed 15:56:10 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:903ea7ce1d6dd5109d54c2720065aca282f5fed5a067ec537f322c62fe060251 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:56:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:56:10 6f9e44e906b1: Preparing 15:56:10 6e1b47e28c4d: Preparing 15:56:10 280e0433c9a0: Preparing 15:56:10 05be012064a0: Preparing 15:56:10 24302eb7d908: Preparing 15:56:10 05be012064a0: Layer already exists 15:56:10 6f9e44e906b1: Layer already exists 15:56:10 280e0433c9a0: Layer already exists 15:56:10 24302eb7d908: Layer already exists 15:56:10 6e1b47e28c4d: Layer already exists 15:56:10 latest: digest: sha256:903ea7ce1d6dd5109d54c2720065aca282f5fed5a067ec537f322c62fe060251 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 15:56:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:56:11 6f9e44e906b1: Preparing 15:56:11 6e1b47e28c4d: Preparing 15:56:11 280e0433c9a0: Preparing 15:56:11 05be012064a0: Preparing 15:56:11 24302eb7d908: Preparing 15:56:11 6f9e44e906b1: Layer already exists 15:56:11 05be012064a0: Layer already exists 15:56:11 280e0433c9a0: Layer already exists 15:56:11 6e1b47e28c4d: Layer already exists 15:56:11 24302eb7d908: Layer already exists 15:56:11 2.2.1-dev.26: digest: sha256:903ea7ce1d6dd5109d54c2720065aca282f5fed5a067ec537f322c62fe060251 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:56:12 6f9e44e906b1: Preparing 15:56:12 6e1b47e28c4d: Preparing 15:56:12 280e0433c9a0: Preparing 15:56:12 05be012064a0: Preparing 15:56:12 24302eb7d908: Preparing 15:56:12 280e0433c9a0: Layer already exists 15:56:12 6f9e44e906b1: Layer already exists 15:56:12 24302eb7d908: Layer already exists 15:56:12 6e1b47e28c4d: Layer already exists 15:56:12 05be012064a0: Layer already exists 15:56:12 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:903ea7ce1d6dd5109d54c2720065aca282f5fed5a067ec537f322c62fe060251 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:56:12 6f9e44e906b1: Preparing 15:56:12 6e1b47e28c4d: Preparing 15:56:12 280e0433c9a0: Preparing 15:56:12 05be012064a0: Preparing 15:56:12 24302eb7d908: Preparing 15:56:12 6e1b47e28c4d: Layer already exists 15:56:12 05be012064a0: Layer already exists 15:56:12 6f9e44e906b1: Layer already exists 15:56:12 280e0433c9a0: Layer already exists 15:56:12 24302eb7d908: Layer already exists 15:56:12 main: digest: sha256:903ea7ce1d6dd5109d54c2720065aca282f5fed5a067ec537f322c62fe060251 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:12 ===================================================== [Pipeline] echo 15:56:12 taggedImages: 15:56:12 - nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:12 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:56:12 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.26 15:56:12 - nexus3.edgexfoundry.org:10004/core-metadata:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:12 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:56:12 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:56:12 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:12 latest 15:56:12 2.2.1-dev.26 15:56:12 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:12 main 15:56:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:56:13 8683f9b830d3: Preparing 15:56:13 8683f9b830d3: Preparing 15:56:13 e02c42ec6da2: Preparing 15:56:13 6c4fc77538e1: Preparing 15:56:13 6e71c109629e: Preparing 15:56:13 4130e7964bc1: Preparing 15:56:13 280e0433c9a0: Preparing 15:56:13 2fc8bc749b8c: Preparing 15:56:13 8f6fa3eaec40: Preparing 15:56:13 b1033ec16a78: Preparing 15:56:13 f82b03da3351: Preparing 15:56:13 24302eb7d908: Preparing 15:56:13 f82b03da3351: Waiting 15:56:13 8f6fa3eaec40: Waiting 15:56:13 b1033ec16a78: Waiting 15:56:13 280e0433c9a0: Waiting 15:56:13 2fc8bc749b8c: Waiting 15:56:13 24302eb7d908: Waiting 15:56:13 8683f9b830d3: Pushed 15:56:13 6c4fc77538e1: Pushed 15:56:13 6e71c109629e: Pushed 15:56:13 e02c42ec6da2: Pushed 15:56:13 280e0433c9a0: Layer already exists 15:56:13 2fc8bc749b8c: Pushed 15:56:13 b1033ec16a78: Pushed 15:56:13 8f6fa3eaec40: Pushed 15:56:13 f82b03da3351: Pushed 15:56:13 24302eb7d908: Layer already exists 15:56:14 4130e7964bc1: Pushed 15:56:14 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:79ed57d5bcc46103f197e8922283e2e99a7a7668874c3d5ceeba3bc18076635f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:56:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:56:15 8683f9b830d3: Preparing 15:56:15 8683f9b830d3: Preparing 15:56:15 e02c42ec6da2: Preparing 15:56:15 6c4fc77538e1: Preparing 15:56:15 6e71c109629e: Preparing 15:56:15 4130e7964bc1: Preparing 15:56:15 280e0433c9a0: Preparing 15:56:15 2fc8bc749b8c: Preparing 15:56:15 8f6fa3eaec40: Preparing 15:56:15 b1033ec16a78: Preparing 15:56:15 f82b03da3351: Preparing 15:56:15 24302eb7d908: Preparing 15:56:15 2fc8bc749b8c: Waiting 15:56:15 8f6fa3eaec40: Waiting 15:56:15 280e0433c9a0: Waiting 15:56:15 b1033ec16a78: Waiting 15:56:15 24302eb7d908: Waiting 15:56:15 6c4fc77538e1: Layer already exists 15:56:15 6e71c109629e: Layer already exists 15:56:15 8683f9b830d3: Layer already exists 15:56:15 4130e7964bc1: Layer already exists 15:56:15 e02c42ec6da2: Layer already exists 15:56:15 280e0433c9a0: Layer already exists 15:56:15 2fc8bc749b8c: Layer already exists 15:56:15 b1033ec16a78: Layer already exists 15:56:15 8f6fa3eaec40: Layer already exists 15:56:15 f82b03da3351: Layer already exists 15:56:15 24302eb7d908: Layer already exists 15:56:15 latest: digest: sha256:79ed57d5bcc46103f197e8922283e2e99a7a7668874c3d5ceeba3bc18076635f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 15:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:56:16 8683f9b830d3: Preparing 15:56:16 8683f9b830d3: Preparing 15:56:16 e02c42ec6da2: Preparing 15:56:16 6c4fc77538e1: Preparing 15:56:16 6e71c109629e: Preparing 15:56:16 4130e7964bc1: Preparing 15:56:16 280e0433c9a0: Preparing 15:56:16 2fc8bc749b8c: Preparing 15:56:16 8f6fa3eaec40: Preparing 15:56:16 b1033ec16a78: Preparing 15:56:16 f82b03da3351: Preparing 15:56:16 24302eb7d908: Preparing 15:56:16 280e0433c9a0: Waiting 15:56:16 2fc8bc749b8c: Waiting 15:56:16 8f6fa3eaec40: Waiting 15:56:16 b1033ec16a78: Waiting 15:56:16 f82b03da3351: Waiting 15:56:16 24302eb7d908: Waiting 15:56:16 6e71c109629e: Layer already exists 15:56:16 4130e7964bc1: Layer already exists 15:56:16 e02c42ec6da2: Layer already exists 15:56:16 6c4fc77538e1: Layer already exists 15:56:16 8683f9b830d3: Layer already exists 15:56:16 280e0433c9a0: Layer already exists 15:56:16 2fc8bc749b8c: Layer already exists 15:56:16 8f6fa3eaec40: Layer already exists 15:56:16 f82b03da3351: Layer already exists 15:56:16 b1033ec16a78: Layer already exists 15:56:16 24302eb7d908: Layer already exists 15:56:16 2.2.1-dev.26: digest: sha256:79ed57d5bcc46103f197e8922283e2e99a7a7668874c3d5ceeba3bc18076635f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:56:16 8683f9b830d3: Preparing 15:56:16 8683f9b830d3: Preparing 15:56:16 e02c42ec6da2: Preparing 15:56:16 6c4fc77538e1: Preparing 15:56:16 6e71c109629e: Preparing 15:56:16 4130e7964bc1: Preparing 15:56:16 280e0433c9a0: Preparing 15:56:16 2fc8bc749b8c: Preparing 15:56:16 8f6fa3eaec40: Preparing 15:56:16 b1033ec16a78: Preparing 15:56:16 f82b03da3351: Preparing 15:56:16 24302eb7d908: Preparing 15:56:16 280e0433c9a0: Waiting 15:56:16 f82b03da3351: Waiting 15:56:16 2fc8bc749b8c: Waiting 15:56:16 24302eb7d908: Waiting 15:56:16 8f6fa3eaec40: Waiting 15:56:16 b1033ec16a78: Waiting 15:56:16 8683f9b830d3: Layer already exists 15:56:16 6e71c109629e: Layer already exists 15:56:16 e02c42ec6da2: Layer already exists 15:56:16 4130e7964bc1: Layer already exists 15:56:16 6c4fc77538e1: Layer already exists 15:56:16 280e0433c9a0: Layer already exists 15:56:16 8f6fa3eaec40: Layer already exists 15:56:16 b1033ec16a78: Layer already exists 15:56:16 2fc8bc749b8c: Layer already exists 15:56:16 f82b03da3351: Layer already exists 15:56:16 24302eb7d908: Layer already exists 15:56:16 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:79ed57d5bcc46103f197e8922283e2e99a7a7668874c3d5ceeba3bc18076635f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:56:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:56:17 8683f9b830d3: Preparing 15:56:17 8683f9b830d3: Preparing 15:56:17 e02c42ec6da2: Preparing 15:56:17 6c4fc77538e1: Preparing 15:56:17 6e71c109629e: Preparing 15:56:17 4130e7964bc1: Preparing 15:56:17 280e0433c9a0: Preparing 15:56:17 2fc8bc749b8c: Preparing 15:56:17 8f6fa3eaec40: Preparing 15:56:17 b1033ec16a78: Preparing 15:56:17 f82b03da3351: Preparing 15:56:17 24302eb7d908: Preparing 15:56:17 8f6fa3eaec40: Waiting 15:56:17 f82b03da3351: Waiting 15:56:17 24302eb7d908: Waiting 15:56:17 b1033ec16a78: Waiting 15:56:17 280e0433c9a0: Waiting 15:56:17 6c4fc77538e1: Layer already exists 15:56:17 6e71c109629e: Layer already exists 15:56:17 e02c42ec6da2: Layer already exists 15:56:17 8683f9b830d3: Layer already exists 15:56:17 4130e7964bc1: Layer already exists 15:56:17 2fc8bc749b8c: Layer already exists 15:56:17 280e0433c9a0: Layer already exists 15:56:17 b1033ec16a78: Layer already exists 15:56:17 8f6fa3eaec40: Layer already exists 15:56:17 f82b03da3351: Layer already exists 15:56:17 24302eb7d908: Layer already exists 15:56:17 main: digest: sha256:79ed57d5bcc46103f197e8922283e2e99a7a7668874c3d5ceeba3bc18076635f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:17 ===================================================== [Pipeline] echo 15:56:17 taggedImages: 15:56:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:56:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.26 15:56:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:56:17 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:56:17 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:17 latest 15:56:17 2.2.1-dev.26 15:56:17 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:17 main 15:56:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:56:18 a15eae85329e: Preparing 15:56:18 41919971deed: Preparing 15:56:18 6a1b3ca5da36: Preparing 15:56:18 406d2a3bf69b: Preparing 15:56:18 4f2e9fb793ed: Preparing 15:56:18 5aa3d278fa91: Preparing 15:56:18 0c3516bb43a6: Preparing 15:56:18 24302eb7d908: Preparing 15:56:18 5aa3d278fa91: Waiting 15:56:18 24302eb7d908: Waiting 15:56:18 0c3516bb43a6: Waiting 15:56:18 41919971deed: Pushed 15:56:18 a15eae85329e: Pushed 15:56:18 4f2e9fb793ed: Pushed 15:56:18 24302eb7d908: Layer already exists 15:56:18 5aa3d278fa91: Pushed 15:56:18 0c3516bb43a6: Pushed 15:56:19 406d2a3bf69b: Pushed 15:56:19 6a1b3ca5da36: Pushed 15:56:19 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:738b24b69d0ae05eca1a2bddc9f216179846c14d6973ba1e53c8592fb54b714a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:56:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:56:20 a15eae85329e: Preparing 15:56:20 41919971deed: Preparing 15:56:20 6a1b3ca5da36: Preparing 15:56:20 406d2a3bf69b: Preparing 15:56:20 4f2e9fb793ed: Preparing 15:56:20 5aa3d278fa91: Preparing 15:56:20 0c3516bb43a6: Preparing 15:56:20 24302eb7d908: Preparing 15:56:20 5aa3d278fa91: Waiting 15:56:20 24302eb7d908: Waiting 15:56:20 406d2a3bf69b: Layer already exists 15:56:20 41919971deed: Layer already exists 15:56:20 4f2e9fb793ed: Layer already exists 15:56:20 a15eae85329e: Layer already exists 15:56:20 6a1b3ca5da36: Layer already exists 15:56:20 5aa3d278fa91: Layer already exists 15:56:20 0c3516bb43a6: Layer already exists 15:56:20 24302eb7d908: Layer already exists 15:56:20 latest: digest: sha256:738b24b69d0ae05eca1a2bddc9f216179846c14d6973ba1e53c8592fb54b714a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 15:56:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:56:20 a15eae85329e: Preparing 15:56:20 41919971deed: Preparing 15:56:20 6a1b3ca5da36: Preparing 15:56:20 406d2a3bf69b: Preparing 15:56:20 4f2e9fb793ed: Preparing 15:56:20 5aa3d278fa91: Preparing 15:56:20 0c3516bb43a6: Preparing 15:56:20 24302eb7d908: Preparing 15:56:20 5aa3d278fa91: Waiting 15:56:20 0c3516bb43a6: Waiting 15:56:20 24302eb7d908: Waiting 15:56:20 406d2a3bf69b: Layer already exists 15:56:20 41919971deed: Layer already exists 15:56:20 4f2e9fb793ed: Layer already exists 15:56:20 6a1b3ca5da36: Layer already exists 15:56:20 a15eae85329e: Layer already exists 15:56:20 0c3516bb43a6: Layer already exists 15:56:20 24302eb7d908: Layer already exists 15:56:20 5aa3d278fa91: Layer already exists 15:56:20 2.2.1-dev.26: digest: sha256:738b24b69d0ae05eca1a2bddc9f216179846c14d6973ba1e53c8592fb54b714a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:56:21 a15eae85329e: Preparing 15:56:21 41919971deed: Preparing 15:56:21 6a1b3ca5da36: Preparing 15:56:21 406d2a3bf69b: Preparing 15:56:21 4f2e9fb793ed: Preparing 15:56:21 5aa3d278fa91: Preparing 15:56:21 0c3516bb43a6: Preparing 15:56:21 24302eb7d908: Preparing 15:56:21 0c3516bb43a6: Waiting 15:56:21 5aa3d278fa91: Waiting 15:56:21 24302eb7d908: Waiting 15:56:21 41919971deed: Layer already exists 15:56:21 a15eae85329e: Layer already exists 15:56:21 6a1b3ca5da36: Layer already exists 15:56:21 406d2a3bf69b: Layer already exists 15:56:21 4f2e9fb793ed: Layer already exists 15:56:21 0c3516bb43a6: Layer already exists 15:56:21 24302eb7d908: Layer already exists 15:56:21 5aa3d278fa91: Layer already exists 15:56:21 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:738b24b69d0ae05eca1a2bddc9f216179846c14d6973ba1e53c8592fb54b714a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:56:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:56:22 a15eae85329e: Preparing 15:56:22 41919971deed: Preparing 15:56:22 6a1b3ca5da36: Preparing 15:56:22 406d2a3bf69b: Preparing 15:56:22 4f2e9fb793ed: Preparing 15:56:22 5aa3d278fa91: Preparing 15:56:22 0c3516bb43a6: Preparing 15:56:22 24302eb7d908: Preparing 15:56:22 5aa3d278fa91: Waiting 15:56:22 0c3516bb43a6: Waiting 15:56:22 24302eb7d908: Waiting 15:56:22 41919971deed: Layer already exists 15:56:22 a15eae85329e: Layer already exists 15:56:22 4f2e9fb793ed: Layer already exists 15:56:22 6a1b3ca5da36: Layer already exists 15:56:22 406d2a3bf69b: Layer already exists 15:56:22 5aa3d278fa91: Layer already exists 15:56:22 0c3516bb43a6: Layer already exists 15:56:22 24302eb7d908: Layer already exists 15:56:22 main: digest: sha256:738b24b69d0ae05eca1a2bddc9f216179846c14d6973ba1e53c8592fb54b714a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:22 ===================================================== [Pipeline] echo 15:56:22 taggedImages: 15:56:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:56:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.26 15:56:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:56:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:56:22 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:22 latest 15:56:22 2.2.1-dev.26 15:56:22 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:22 main 15:56:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:56:22 d690e5e501f1: Preparing 15:56:22 0f9127f9b026: Preparing 15:56:22 4747d3a8df16: Preparing 15:56:22 2228ef629e9d: Preparing 15:56:22 4113d90b9468: Preparing 15:56:22 de81d85c56d8: Preparing 15:56:22 d2a02c85dea8: Preparing 15:56:22 3c43b7cfa21b: Preparing 15:56:22 eddee20fad9c: Preparing 15:56:22 24302eb7d908: Preparing 15:56:22 d2a02c85dea8: Waiting 15:56:22 3c43b7cfa21b: Waiting 15:56:22 eddee20fad9c: Waiting 15:56:22 24302eb7d908: Waiting 15:56:22 4113d90b9468: Pushed 15:56:22 0f9127f9b026: Pushed 15:56:22 d690e5e501f1: Pushed 15:56:23 de81d85c56d8: Pushed 15:56:23 d2a02c85dea8: Pushed 15:56:23 3c43b7cfa21b: Pushed 15:56:23 24302eb7d908: Layer already exists 15:56:23 eddee20fad9c: Pushed 15:56:23 2228ef629e9d: Pushed 15:56:24 4747d3a8df16: Pushed 15:56:24 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:6c0d44f7cb62a4ef278490f06319f42e71d67591c5b3ec552939a55f98dc9dc8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:56:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:56:24 d690e5e501f1: Preparing 15:56:24 0f9127f9b026: Preparing 15:56:24 4747d3a8df16: Preparing 15:56:24 2228ef629e9d: Preparing 15:56:24 4113d90b9468: Preparing 15:56:24 de81d85c56d8: Preparing 15:56:24 d2a02c85dea8: Preparing 15:56:24 3c43b7cfa21b: Preparing 15:56:24 eddee20fad9c: Preparing 15:56:24 24302eb7d908: Preparing 15:56:24 3c43b7cfa21b: Waiting 15:56:24 eddee20fad9c: Waiting 15:56:24 24302eb7d908: Waiting 15:56:24 de81d85c56d8: Waiting 15:56:24 d2a02c85dea8: Waiting 15:56:24 d690e5e501f1: Layer already exists 15:56:24 4113d90b9468: Layer already exists 15:56:24 2228ef629e9d: Layer already exists 15:56:24 4747d3a8df16: Layer already exists 15:56:24 0f9127f9b026: Layer already exists 15:56:24 d2a02c85dea8: Layer already exists 15:56:24 de81d85c56d8: Layer already exists 15:56:24 3c43b7cfa21b: Layer already exists 15:56:24 24302eb7d908: Layer already exists 15:56:24 eddee20fad9c: Layer already exists 15:56:24 latest: digest: sha256:6c0d44f7cb62a4ef278490f06319f42e71d67591c5b3ec552939a55f98dc9dc8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 15:56:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:56:25 d690e5e501f1: Preparing 15:56:25 0f9127f9b026: Preparing 15:56:25 4747d3a8df16: Preparing 15:56:25 2228ef629e9d: Preparing 15:56:25 4113d90b9468: Preparing 15:56:25 de81d85c56d8: Preparing 15:56:25 d2a02c85dea8: Preparing 15:56:25 3c43b7cfa21b: Preparing 15:56:25 eddee20fad9c: Preparing 15:56:25 24302eb7d908: Preparing 15:56:25 de81d85c56d8: Waiting 15:56:25 eddee20fad9c: Waiting 15:56:25 d2a02c85dea8: Waiting 15:56:25 3c43b7cfa21b: Waiting 15:56:25 4747d3a8df16: Layer already exists 15:56:25 2228ef629e9d: Layer already exists 15:56:25 0f9127f9b026: Layer already exists 15:56:25 d690e5e501f1: Layer already exists 15:56:25 4113d90b9468: Layer already exists 15:56:25 de81d85c56d8: Layer already exists 15:56:25 eddee20fad9c: Layer already exists 15:56:25 3c43b7cfa21b: Layer already exists 15:56:25 d2a02c85dea8: Layer already exists 15:56:25 24302eb7d908: Layer already exists 15:56:25 2.2.1-dev.26: digest: sha256:6c0d44f7cb62a4ef278490f06319f42e71d67591c5b3ec552939a55f98dc9dc8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:56:26 d690e5e501f1: Preparing 15:56:26 0f9127f9b026: Preparing 15:56:26 4747d3a8df16: Preparing 15:56:26 2228ef629e9d: Preparing 15:56:26 4113d90b9468: Preparing 15:56:26 de81d85c56d8: Preparing 15:56:26 d2a02c85dea8: Preparing 15:56:26 3c43b7cfa21b: Preparing 15:56:26 eddee20fad9c: Preparing 15:56:26 24302eb7d908: Preparing 15:56:26 de81d85c56d8: Waiting 15:56:26 d2a02c85dea8: Waiting 15:56:26 3c43b7cfa21b: Waiting 15:56:26 eddee20fad9c: Waiting 15:56:26 24302eb7d908: Waiting 15:56:26 d690e5e501f1: Layer already exists 15:56:26 4747d3a8df16: Layer already exists 15:56:26 0f9127f9b026: Layer already exists 15:56:26 4113d90b9468: Layer already exists 15:56:26 2228ef629e9d: Layer already exists 15:56:26 de81d85c56d8: Layer already exists 15:56:26 3c43b7cfa21b: Layer already exists 15:56:26 d2a02c85dea8: Layer already exists 15:56:26 eddee20fad9c: Layer already exists 15:56:26 24302eb7d908: Layer already exists 15:56:26 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:6c0d44f7cb62a4ef278490f06319f42e71d67591c5b3ec552939a55f98dc9dc8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:56:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:56:26 d690e5e501f1: Preparing 15:56:26 0f9127f9b026: Preparing 15:56:26 4747d3a8df16: Preparing 15:56:26 2228ef629e9d: Preparing 15:56:26 4113d90b9468: Preparing 15:56:26 de81d85c56d8: Preparing 15:56:26 d2a02c85dea8: Preparing 15:56:26 3c43b7cfa21b: Preparing 15:56:26 eddee20fad9c: Preparing 15:56:26 24302eb7d908: Preparing 15:56:26 de81d85c56d8: Waiting 15:56:26 d2a02c85dea8: Waiting 15:56:26 eddee20fad9c: Waiting 15:56:26 2228ef629e9d: Layer already exists 15:56:26 4113d90b9468: Layer already exists 15:56:26 0f9127f9b026: Layer already exists 15:56:26 d690e5e501f1: Layer already exists 15:56:26 4747d3a8df16: Layer already exists 15:56:26 de81d85c56d8: Layer already exists 15:56:26 d2a02c85dea8: Layer already exists 15:56:26 3c43b7cfa21b: Layer already exists 15:56:26 eddee20fad9c: Layer already exists 15:56:26 24302eb7d908: Layer already exists 15:56:26 main: digest: sha256:6c0d44f7cb62a4ef278490f06319f42e71d67591c5b3ec552939a55f98dc9dc8 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:26 ===================================================== [Pipeline] echo 15:56:26 taggedImages: 15:56:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:56:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.26 15:56:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:56:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:56:26 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:26 latest 15:56:26 2.2.1-dev.26 15:56:26 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:26 main 15:56:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:27 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:56:27 b3f23ffb5b40: Preparing 15:56:27 8ddbafaf6d12: Preparing 15:56:27 280e0433c9a0: Preparing 15:56:27 3c188f5bab4c: Preparing 15:56:27 146c76d3366f: Preparing 15:56:27 4fc242d58285: Preparing 15:56:27 280e0433c9a0: Layer already exists 15:56:27 4fc242d58285: Layer already exists 15:56:27 146c76d3366f: Pushed 15:56:27 b3f23ffb5b40: Pushed 15:56:28 3c188f5bab4c: Pushed 15:56:29 8ddbafaf6d12: Pushed 15:56:29 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:0c465325d7eccda2aa8dc9c8da396d615eb0963e20c26d91a9e1e5fa4193a1f8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:56:30 b3f23ffb5b40: Preparing 15:56:30 8ddbafaf6d12: Preparing 15:56:30 280e0433c9a0: Preparing 15:56:30 3c188f5bab4c: Preparing 15:56:30 146c76d3366f: Preparing 15:56:30 4fc242d58285: Preparing 15:56:30 4fc242d58285: Waiting 15:56:30 3c188f5bab4c: Layer already exists 15:56:30 8ddbafaf6d12: Layer already exists 15:56:30 280e0433c9a0: Layer already exists 15:56:30 146c76d3366f: Layer already exists 15:56:30 b3f23ffb5b40: Layer already exists 15:56:30 4fc242d58285: Layer already exists 15:56:30 latest: digest: sha256:0c465325d7eccda2aa8dc9c8da396d615eb0963e20c26d91a9e1e5fa4193a1f8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 15:56:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:56:30 b3f23ffb5b40: Preparing 15:56:30 8ddbafaf6d12: Preparing 15:56:30 280e0433c9a0: Preparing 15:56:30 3c188f5bab4c: Preparing 15:56:30 146c76d3366f: Preparing 15:56:30 4fc242d58285: Preparing 15:56:30 4fc242d58285: Waiting 15:56:30 3c188f5bab4c: Layer already exists 15:56:30 280e0433c9a0: Layer already exists 15:56:30 146c76d3366f: Layer already exists 15:56:30 8ddbafaf6d12: Layer already exists 15:56:30 b3f23ffb5b40: Layer already exists 15:56:30 4fc242d58285: Layer already exists 15:56:30 2.2.1-dev.26: digest: sha256:0c465325d7eccda2aa8dc9c8da396d615eb0963e20c26d91a9e1e5fa4193a1f8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:56:31 b3f23ffb5b40: Preparing 15:56:31 8ddbafaf6d12: Preparing 15:56:31 280e0433c9a0: Preparing 15:56:31 3c188f5bab4c: Preparing 15:56:31 146c76d3366f: Preparing 15:56:31 4fc242d58285: Preparing 15:56:31 4fc242d58285: Waiting 15:56:31 3c188f5bab4c: Layer already exists 15:56:31 146c76d3366f: Layer already exists 15:56:31 8ddbafaf6d12: Layer already exists 15:56:31 b3f23ffb5b40: Layer already exists 15:56:31 280e0433c9a0: Layer already exists 15:56:31 4fc242d58285: Layer already exists 15:56:31 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:0c465325d7eccda2aa8dc9c8da396d615eb0963e20c26d91a9e1e5fa4193a1f8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:56:32 b3f23ffb5b40: Preparing 15:56:32 8ddbafaf6d12: Preparing 15:56:32 280e0433c9a0: Preparing 15:56:32 3c188f5bab4c: Preparing 15:56:32 146c76d3366f: Preparing 15:56:32 4fc242d58285: Preparing 15:56:32 4fc242d58285: Waiting 15:56:32 3c188f5bab4c: Layer already exists 15:56:32 280e0433c9a0: Layer already exists 15:56:32 b3f23ffb5b40: Layer already exists 15:56:32 146c76d3366f: Layer already exists 15:56:32 8ddbafaf6d12: Layer already exists 15:56:32 4fc242d58285: Layer already exists 15:56:32 main: digest: sha256:0c465325d7eccda2aa8dc9c8da396d615eb0963e20c26d91a9e1e5fa4193a1f8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:32 ===================================================== [Pipeline] echo 15:56:32 taggedImages: 15:56:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:56:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.26 15:56:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:56:32 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:56:32 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:32 latest 15:56:32 2.2.1-dev.26 15:56:32 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:32 main 15:56:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:56:32 3c03cec240b8: Preparing 15:56:32 3d7ccdc0c608: Preparing 15:56:32 afc91c734abf: Preparing 15:56:32 6973e881752a: Preparing 15:56:32 c2fe65c00dc3: Preparing 15:56:32 7c1cbd7efae4: Preparing 15:56:32 146c76d3366f: Preparing 15:56:32 4fc242d58285: Preparing 15:56:32 7c1cbd7efae4: Waiting 15:56:32 4fc242d58285: Waiting 15:56:32 146c76d3366f: Waiting 15:56:32 afc91c734abf: Pushed 15:56:32 3d7ccdc0c608: Pushed 15:56:32 3c03cec240b8: Pushed 15:56:32 146c76d3366f: Layer already exists 15:56:32 4fc242d58285: Layer already exists 15:56:33 7c1cbd7efae4: Pushed 15:56:36 c2fe65c00dc3: Pushed 15:56:40 6973e881752a: Pushed 15:56:40 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:26791db2fb5a16a837a635f2b44c01ff89a74c8330ad255fb9419c9ab877f06a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:56:40 3c03cec240b8: Preparing 15:56:40 3d7ccdc0c608: Preparing 15:56:40 afc91c734abf: Preparing 15:56:40 6973e881752a: Preparing 15:56:40 c2fe65c00dc3: Preparing 15:56:40 7c1cbd7efae4: Preparing 15:56:40 146c76d3366f: Preparing 15:56:40 4fc242d58285: Preparing 15:56:40 7c1cbd7efae4: Waiting 15:56:40 4fc242d58285: Waiting 15:56:40 146c76d3366f: Waiting 15:56:40 6973e881752a: Layer already exists 15:56:40 afc91c734abf: Layer already exists 15:56:40 3c03cec240b8: Layer already exists 15:56:40 3d7ccdc0c608: Layer already exists 15:56:40 c2fe65c00dc3: Layer already exists 15:56:40 4fc242d58285: Layer already exists 15:56:40 146c76d3366f: Layer already exists 15:56:40 7c1cbd7efae4: Layer already exists 15:56:40 latest: digest: sha256:26791db2fb5a16a837a635f2b44c01ff89a74c8330ad255fb9419c9ab877f06a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 15:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:56:41 3c03cec240b8: Preparing 15:56:41 3d7ccdc0c608: Preparing 15:56:41 afc91c734abf: Preparing 15:56:41 6973e881752a: Preparing 15:56:41 c2fe65c00dc3: Preparing 15:56:41 7c1cbd7efae4: Preparing 15:56:41 146c76d3366f: Preparing 15:56:41 4fc242d58285: Preparing 15:56:41 146c76d3366f: Waiting 15:56:41 7c1cbd7efae4: Waiting 15:56:41 4fc242d58285: Waiting 15:56:41 3d7ccdc0c608: Layer already exists 15:56:41 c2fe65c00dc3: Layer already exists 15:56:41 6973e881752a: Layer already exists 15:56:41 afc91c734abf: Layer already exists 15:56:41 3c03cec240b8: Layer already exists 15:56:41 7c1cbd7efae4: Layer already exists 15:56:41 146c76d3366f: Layer already exists 15:56:41 4fc242d58285: Layer already exists 15:56:41 2.2.1-dev.26: digest: sha256:26791db2fb5a16a837a635f2b44c01ff89a74c8330ad255fb9419c9ab877f06a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:56:41 3c03cec240b8: Preparing 15:56:41 3d7ccdc0c608: Preparing 15:56:41 afc91c734abf: Preparing 15:56:41 6973e881752a: Preparing 15:56:41 c2fe65c00dc3: Preparing 15:56:41 7c1cbd7efae4: Preparing 15:56:41 146c76d3366f: Preparing 15:56:41 4fc242d58285: Preparing 15:56:41 7c1cbd7efae4: Waiting 15:56:41 146c76d3366f: Waiting 15:56:41 4fc242d58285: Waiting 15:56:41 c2fe65c00dc3: Layer already exists 15:56:41 3c03cec240b8: Layer already exists 15:56:41 3d7ccdc0c608: Layer already exists 15:56:41 afc91c734abf: Layer already exists 15:56:41 6973e881752a: Layer already exists 15:56:41 7c1cbd7efae4: Layer already exists 15:56:41 4fc242d58285: Layer already exists 15:56:41 146c76d3366f: Layer already exists 15:56:41 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:26791db2fb5a16a837a635f2b44c01ff89a74c8330ad255fb9419c9ab877f06a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:56:42 3c03cec240b8: Preparing 15:56:42 3d7ccdc0c608: Preparing 15:56:42 afc91c734abf: Preparing 15:56:42 6973e881752a: Preparing 15:56:42 c2fe65c00dc3: Preparing 15:56:42 7c1cbd7efae4: Preparing 15:56:42 146c76d3366f: Preparing 15:56:42 4fc242d58285: Preparing 15:56:42 7c1cbd7efae4: Waiting 15:56:42 146c76d3366f: Waiting 15:56:42 4fc242d58285: Waiting 15:56:42 c2fe65c00dc3: Layer already exists 15:56:42 6973e881752a: Layer already exists 15:56:42 afc91c734abf: Layer already exists 15:56:42 3d7ccdc0c608: Layer already exists 15:56:42 3c03cec240b8: Layer already exists 15:56:42 7c1cbd7efae4: Layer already exists 15:56:42 4fc242d58285: Layer already exists 15:56:42 146c76d3366f: Layer already exists 15:56:42 main: digest: sha256:26791db2fb5a16a837a635f2b44c01ff89a74c8330ad255fb9419c9ab877f06a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:42 ===================================================== [Pipeline] echo 15:56:42 taggedImages: 15:56:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:56:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.26 15:56:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:56:42 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:56:42 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:42 latest 15:56:42 2.2.1-dev.26 15:56:42 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:42 main 15:56:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:56:43 d1a41ba276c2: Preparing 15:56:43 84377ad5f4f2: Preparing 15:56:43 dad858e7dd54: Preparing 15:56:43 99d3884f8318: Preparing 15:56:43 e0338543ab7a: Preparing 15:56:43 146c76d3366f: Preparing 15:56:43 4fc242d58285: Preparing 15:56:43 4fc242d58285: Waiting 15:56:43 146c76d3366f: Waiting 15:56:43 dad858e7dd54: Pushed 15:56:43 d1a41ba276c2: Pushed 15:56:43 84377ad5f4f2: Pushed 15:56:43 146c76d3366f: Layer already exists 15:56:43 4fc242d58285: Layer already exists 15:56:43 e0338543ab7a: Pushed 15:56:50 99d3884f8318: Pushed 15:56:50 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:12e28ee95bea0b3d5ac5ef0b420d0ec2d16c373f2683acd81f9f5f6662d40060 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:56:50 d1a41ba276c2: Preparing 15:56:50 84377ad5f4f2: Preparing 15:56:50 dad858e7dd54: Preparing 15:56:50 99d3884f8318: Preparing 15:56:50 e0338543ab7a: Preparing 15:56:50 146c76d3366f: Preparing 15:56:50 4fc242d58285: Preparing 15:56:50 4fc242d58285: Waiting 15:56:50 146c76d3366f: Waiting 15:56:50 d1a41ba276c2: Layer already exists 15:56:50 99d3884f8318: Layer already exists 15:56:50 dad858e7dd54: Layer already exists 15:56:50 84377ad5f4f2: Layer already exists 15:56:50 e0338543ab7a: Layer already exists 15:56:50 4fc242d58285: Layer already exists 15:56:50 146c76d3366f: Layer already exists 15:56:50 latest: digest: sha256:12e28ee95bea0b3d5ac5ef0b420d0ec2d16c373f2683acd81f9f5f6662d40060 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:51 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 15:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:56:51 d1a41ba276c2: Preparing 15:56:51 84377ad5f4f2: Preparing 15:56:51 dad858e7dd54: Preparing 15:56:51 99d3884f8318: Preparing 15:56:51 e0338543ab7a: Preparing 15:56:51 146c76d3366f: Preparing 15:56:51 4fc242d58285: Preparing 15:56:51 146c76d3366f: Waiting 15:56:51 4fc242d58285: Waiting 15:56:51 d1a41ba276c2: Layer already exists 15:56:51 e0338543ab7a: Layer already exists 15:56:51 dad858e7dd54: Layer already exists 15:56:51 99d3884f8318: Layer already exists 15:56:51 84377ad5f4f2: Layer already exists 15:56:51 146c76d3366f: Layer already exists 15:56:51 4fc242d58285: Layer already exists 15:56:51 2.2.1-dev.26: digest: sha256:12e28ee95bea0b3d5ac5ef0b420d0ec2d16c373f2683acd81f9f5f6662d40060 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:51 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:56:52 d1a41ba276c2: Preparing 15:56:52 84377ad5f4f2: Preparing 15:56:52 dad858e7dd54: Preparing 15:56:52 99d3884f8318: Preparing 15:56:52 e0338543ab7a: Preparing 15:56:52 146c76d3366f: Preparing 15:56:52 4fc242d58285: Preparing 15:56:52 146c76d3366f: Waiting 15:56:52 4fc242d58285: Waiting 15:56:52 99d3884f8318: Layer already exists 15:56:52 d1a41ba276c2: Layer already exists 15:56:52 84377ad5f4f2: Layer already exists 15:56:52 e0338543ab7a: Layer already exists 15:56:52 dad858e7dd54: Layer already exists 15:56:52 146c76d3366f: Layer already exists 15:56:52 4fc242d58285: Layer already exists 15:56:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:12e28ee95bea0b3d5ac5ef0b420d0ec2d16c373f2683acd81f9f5f6662d40060 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:56:52 d1a41ba276c2: Preparing 15:56:52 84377ad5f4f2: Preparing 15:56:52 dad858e7dd54: Preparing 15:56:52 99d3884f8318: Preparing 15:56:52 e0338543ab7a: Preparing 15:56:52 146c76d3366f: Preparing 15:56:52 4fc242d58285: Preparing 15:56:52 146c76d3366f: Waiting 15:56:52 4fc242d58285: Waiting 15:56:52 dad858e7dd54: Layer already exists 15:56:52 e0338543ab7a: Layer already exists 15:56:52 99d3884f8318: Layer already exists 15:56:52 d1a41ba276c2: Layer already exists 15:56:52 84377ad5f4f2: Layer already exists 15:56:52 4fc242d58285: Layer already exists 15:56:52 146c76d3366f: Layer already exists 15:56:52 main: digest: sha256:12e28ee95bea0b3d5ac5ef0b420d0ec2d16c373f2683acd81f9f5f6662d40060 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:52 ===================================================== [Pipeline] echo 15:56:52 taggedImages: 15:56:52 - nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:52 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:56:52 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.26 15:56:52 - nexus3.edgexfoundry.org:10004/security-spire-config:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:52 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:56:52 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:56:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:52 latest 15:56:52 2.2.1-dev.26 15:56:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:52 main 15:56:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:56:53 28e86dafa2db: Preparing 15:56:53 f5901e5d35b5: Preparing 15:56:53 fc65c58d930d: Preparing 15:56:53 99d3884f8318: Preparing 15:56:53 37e57dc5d822: Preparing 15:56:53 146c76d3366f: Preparing 15:56:53 4fc242d58285: Preparing 15:56:53 146c76d3366f: Waiting 15:56:53 4fc242d58285: Waiting 15:56:53 99d3884f8318: Layer already exists 15:56:53 146c76d3366f: Layer already exists 15:56:53 4fc242d58285: Layer already exists 15:56:53 fc65c58d930d: Pushed 15:56:53 f5901e5d35b5: Pushed 15:56:53 28e86dafa2db: Pushed 15:56:53 37e57dc5d822: Pushed 15:56:53 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:4b1bd639fc24698198fbe78a4c7728d316821cd9b77084477e10583a63284d85 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:56:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:56:54 28e86dafa2db: Preparing 15:56:54 f5901e5d35b5: Preparing 15:56:54 fc65c58d930d: Preparing 15:56:54 99d3884f8318: Preparing 15:56:54 37e57dc5d822: Preparing 15:56:54 146c76d3366f: Preparing 15:56:54 4fc242d58285: Preparing 15:56:54 146c76d3366f: Waiting 15:56:54 99d3884f8318: Layer already exists 15:56:54 28e86dafa2db: Layer already exists 15:56:54 fc65c58d930d: Layer already exists 15:56:54 f5901e5d35b5: Layer already exists 15:56:54 37e57dc5d822: Layer already exists 15:56:54 146c76d3366f: Layer already exists 15:56:54 4fc242d58285: Layer already exists 15:56:54 latest: digest: sha256:4b1bd639fc24698198fbe78a4c7728d316821cd9b77084477e10583a63284d85 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 15:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:56:55 28e86dafa2db: Preparing 15:56:55 f5901e5d35b5: Preparing 15:56:55 fc65c58d930d: Preparing 15:56:55 99d3884f8318: Preparing 15:56:55 37e57dc5d822: Preparing 15:56:55 146c76d3366f: Preparing 15:56:55 4fc242d58285: Preparing 15:56:55 146c76d3366f: Waiting 15:56:55 4fc242d58285: Waiting 15:56:55 37e57dc5d822: Layer already exists 15:56:55 f5901e5d35b5: Layer already exists 15:56:55 fc65c58d930d: Layer already exists 15:56:55 99d3884f8318: Layer already exists 15:56:55 28e86dafa2db: Layer already exists 15:56:55 146c76d3366f: Layer already exists 15:56:55 4fc242d58285: Layer already exists 15:56:55 2.2.1-dev.26: digest: sha256:4b1bd639fc24698198fbe78a4c7728d316821cd9b77084477e10583a63284d85 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:56:55 28e86dafa2db: Preparing 15:56:55 f5901e5d35b5: Preparing 15:56:55 fc65c58d930d: Preparing 15:56:55 99d3884f8318: Preparing 15:56:55 37e57dc5d822: Preparing 15:56:55 146c76d3366f: Preparing 15:56:55 4fc242d58285: Preparing 15:56:55 146c76d3366f: Waiting 15:56:55 4fc242d58285: Waiting 15:56:55 fc65c58d930d: Layer already exists 15:56:55 f5901e5d35b5: Layer already exists 15:56:55 37e57dc5d822: Layer already exists 15:56:55 99d3884f8318: Layer already exists 15:56:55 28e86dafa2db: Layer already exists 15:56:55 4fc242d58285: Layer already exists 15:56:55 146c76d3366f: Layer already exists 15:56:55 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:4b1bd639fc24698198fbe78a4c7728d316821cd9b77084477e10583a63284d85 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:56:56 28e86dafa2db: Preparing 15:56:56 f5901e5d35b5: Preparing 15:56:56 fc65c58d930d: Preparing 15:56:56 99d3884f8318: Preparing 15:56:56 37e57dc5d822: Preparing 15:56:56 146c76d3366f: Preparing 15:56:56 4fc242d58285: Preparing 15:56:56 146c76d3366f: Waiting 15:56:56 4fc242d58285: Waiting 15:56:56 37e57dc5d822: Layer already exists 15:56:56 99d3884f8318: Layer already exists 15:56:56 28e86dafa2db: Layer already exists 15:56:56 fc65c58d930d: Layer already exists 15:56:56 f5901e5d35b5: Layer already exists 15:56:56 146c76d3366f: Layer already exists 15:56:56 4fc242d58285: Layer already exists 15:56:56 main: digest: sha256:4b1bd639fc24698198fbe78a4c7728d316821cd9b77084477e10583a63284d85 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:56 ===================================================== [Pipeline] echo 15:56:56 taggedImages: 15:56:56 - nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:56 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:56:56 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.26 15:56:56 - nexus3.edgexfoundry.org:10004/security-spire-server:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:56 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:56:56 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:56:56 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:56 latest 15:56:56 2.2.1-dev.26 15:56:56 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:56:56 main 15:56:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:56:57 c5be4d037154: Preparing 15:56:57 4983d73b2657: Preparing 15:56:57 280e0433c9a0: Preparing 15:56:57 485c4fec446d: Preparing 15:56:57 24302eb7d908: Preparing 15:56:57 280e0433c9a0: Layer already exists 15:56:57 24302eb7d908: Layer already exists 15:56:57 c5be4d037154: Pushed 15:56:57 485c4fec446d: Pushed 15:56:59 4983d73b2657: Pushed 15:56:59 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:704da7d1b8868ea43890b34ca956afa419af6c526135a9bcc172aaae5b3bfc4d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:57:00 c5be4d037154: Preparing 15:57:00 4983d73b2657: Preparing 15:57:00 280e0433c9a0: Preparing 15:57:00 485c4fec446d: Preparing 15:57:00 24302eb7d908: Preparing 15:57:00 485c4fec446d: Layer already exists 15:57:00 c5be4d037154: Layer already exists 15:57:00 280e0433c9a0: Layer already exists 15:57:00 24302eb7d908: Layer already exists 15:57:00 4983d73b2657: Layer already exists 15:57:00 latest: digest: sha256:704da7d1b8868ea43890b34ca956afa419af6c526135a9bcc172aaae5b3bfc4d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 15:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:57:00 c5be4d037154: Preparing 15:57:00 4983d73b2657: Preparing 15:57:00 280e0433c9a0: Preparing 15:57:00 485c4fec446d: Preparing 15:57:00 24302eb7d908: Preparing 15:57:00 c5be4d037154: Layer already exists 15:57:00 485c4fec446d: Layer already exists 15:57:00 280e0433c9a0: Layer already exists 15:57:00 4983d73b2657: Layer already exists 15:57:00 24302eb7d908: Layer already exists 15:57:00 2.2.1-dev.26: digest: sha256:704da7d1b8868ea43890b34ca956afa419af6c526135a9bcc172aaae5b3bfc4d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:57:01 c5be4d037154: Preparing 15:57:01 4983d73b2657: Preparing 15:57:01 280e0433c9a0: Preparing 15:57:01 485c4fec446d: Preparing 15:57:01 24302eb7d908: Preparing 15:57:01 c5be4d037154: Layer already exists 15:57:01 485c4fec446d: Layer already exists 15:57:01 4983d73b2657: Layer already exists 15:57:01 24302eb7d908: Layer already exists 15:57:01 280e0433c9a0: Layer already exists 15:57:01 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:704da7d1b8868ea43890b34ca956afa419af6c526135a9bcc172aaae5b3bfc4d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:02 Removing intermediate container 6bf162cb7ff8 15:57:02 ---> 061da489ee6d 15:57:02 Step 7/20 : COPY . . 15:57:02 Removing intermediate container f4205d8a5348 15:57:02 ---> d6df0eefa4b6 15:57:02 Step 8/25 : COPY . . 15:57:02 Removing intermediate container c4f62b2f7a92 15:57:02 ---> 578216dd78a1 15:57:02 Step 8/22 : COPY . . 15:57:02 Removing intermediate container 1af798d9d35a 15:57:02 ---> faa646884082 15:57:02 Step 8/25 : COPY . . 15:57:02 Removing intermediate container 52409722f370 15:57:02 ---> ff4e1c099310 15:57:02 Step 8/23 : COPY . . 15:57:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:57:02 c5be4d037154: Preparing 15:57:02 4983d73b2657: Preparing 15:57:02 280e0433c9a0: Preparing 15:57:02 485c4fec446d: Preparing 15:57:02 24302eb7d908: Preparing 15:57:02 c5be4d037154: Layer already exists 15:57:02 24302eb7d908: Layer already exists 15:57:02 485c4fec446d: Layer already exists 15:57:02 4983d73b2657: Layer already exists 15:57:02 280e0433c9a0: Layer already exists 15:57:02 main: digest: sha256:704da7d1b8868ea43890b34ca956afa419af6c526135a9bcc172aaae5b3bfc4d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:57:02 ===================================================== [Pipeline] echo 15:57:02 taggedImages: 15:57:02 - nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:02 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:57:02 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.26 15:57:02 - nexus3.edgexfoundry.org:10004/support-notifications:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:02 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:57:02 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:57:02 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:02 latest 15:57:02 2.2.1-dev.26 15:57:02 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:02 main 15:57:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:02 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:57:02 97cbb27bfb89: Preparing 15:57:02 3228f78e9223: Preparing 15:57:02 280e0433c9a0: Preparing 15:57:02 05be012064a0: Preparing 15:57:02 24302eb7d908: Preparing 15:57:02 05be012064a0: Layer already exists 15:57:02 280e0433c9a0: Layer already exists 15:57:02 24302eb7d908: Layer already exists 15:57:02 97cbb27bfb89: Pushed 15:57:05 3228f78e9223: Pushed 15:57:05 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:7e32b52bf4c602fd2da20c48a5348b8d08f47a3134d38acbfdbe957458e0fed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:05 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:57:06 97cbb27bfb89: Preparing 15:57:06 3228f78e9223: Preparing 15:57:06 280e0433c9a0: Preparing 15:57:06 05be012064a0: Preparing 15:57:06 24302eb7d908: Preparing 15:57:06 280e0433c9a0: Layer already exists 15:57:06 05be012064a0: Layer already exists 15:57:06 24302eb7d908: Layer already exists 15:57:06 97cbb27bfb89: Layer already exists 15:57:06 3228f78e9223: Layer already exists 15:57:06 latest: digest: sha256:7e32b52bf4c602fd2da20c48a5348b8d08f47a3134d38acbfdbe957458e0fed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 15:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:57:06 97cbb27bfb89: Preparing 15:57:06 3228f78e9223: Preparing 15:57:06 280e0433c9a0: Preparing 15:57:06 05be012064a0: Preparing 15:57:06 24302eb7d908: Preparing 15:57:06 280e0433c9a0: Layer already exists 15:57:06 24302eb7d908: Layer already exists 15:57:06 05be012064a0: Layer already exists 15:57:06 97cbb27bfb89: Layer already exists 15:57:06 3228f78e9223: Layer already exists 15:57:06 2.2.1-dev.26: digest: sha256:7e32b52bf4c602fd2da20c48a5348b8d08f47a3134d38acbfdbe957458e0fed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:57:07 97cbb27bfb89: Preparing 15:57:07 3228f78e9223: Preparing 15:57:07 280e0433c9a0: Preparing 15:57:07 05be012064a0: Preparing 15:57:07 24302eb7d908: Preparing 15:57:07 24302eb7d908: Layer already exists 15:57:07 280e0433c9a0: Layer already exists 15:57:07 3228f78e9223: Layer already exists 15:57:07 05be012064a0: Layer already exists 15:57:07 97cbb27bfb89: Layer already exists 15:57:07 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:7e32b52bf4c602fd2da20c48a5348b8d08f47a3134d38acbfdbe957458e0fed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:57:07 97cbb27bfb89: Preparing 15:57:07 3228f78e9223: Preparing 15:57:07 280e0433c9a0: Preparing 15:57:07 05be012064a0: Preparing 15:57:07 24302eb7d908: Preparing 15:57:07 24302eb7d908: Layer already exists 15:57:07 280e0433c9a0: Layer already exists 15:57:07 05be012064a0: Layer already exists 15:57:07 3228f78e9223: Layer already exists 15:57:07 97cbb27bfb89: Layer already exists 15:57:07 main: digest: sha256:7e32b52bf4c602fd2da20c48a5348b8d08f47a3134d38acbfdbe957458e0fed0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:57:07 ===================================================== [Pipeline] echo 15:57:07 taggedImages: 15:57:07 - nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:07 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:57:07 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.26 15:57:07 - nexus3.edgexfoundry.org:10004/support-scheduler:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:07 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 15:57:08 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 15:57:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:08 latest 15:57:08 2.2.1-dev.26 15:57:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:08 main 15:57:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:08 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:08 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:08 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:57:08 64884c4f78e8: Preparing 15:57:08 d5839a5caaed: Preparing 15:57:08 8ffdc7092afc: Preparing 15:57:08 85776938e673: Preparing 15:57:08 52f44be93a46: Preparing 15:57:08 10d82663b225: Preparing 15:57:08 f7a7a140f1b3: Preparing 15:57:08 31e69d4774c9: Preparing 15:57:08 7750d494dfbd: Preparing 15:57:08 18708474c90b: Preparing 15:57:08 4fc242d58285: Preparing 15:57:08 f7a7a140f1b3: Waiting 15:57:08 31e69d4774c9: Waiting 15:57:08 7750d494dfbd: Waiting 15:57:08 18708474c90b: Waiting 15:57:08 4fc242d58285: Waiting 15:57:08 10d82663b225: Waiting 15:57:08 52f44be93a46: Layer already exists 15:57:08 10d82663b225: Layer already exists 15:57:08 f7a7a140f1b3: Layer already exists 15:57:08 31e69d4774c9: Layer already exists 15:57:08 d5839a5caaed: Pushed 15:57:08 7750d494dfbd: Layer already exists 15:57:08 18708474c90b: Layer already exists 15:57:08 4fc242d58285: Layer already exists 15:57:08 64884c4f78e8: Pushed 15:57:09 8ffdc7092afc: Pushed 15:57:12 ---> 6c144209345d 15:57:12 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:57:12 ---> Running in 4f00a5b5b5dc 15:57:12 ---> 61142acfbeff 15:57:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:57:12 ---> Running in 8a895053ec77 15:57:12 ---> db5560020f7a 15:57:12 Step 9/23 : RUN make cmd/core-command/core-command 15:57:12 ---> 6f2caad285ce 15:57:12 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:57:12 ---> b000eac8a008 15:57:12 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 15:57:12 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:57:12 ---> Running in c19a17096ab1 15:57:12 ---> Running in 02a752a810d6 15:57:13 ---> Running in 0588853ade74 15:57:14 Removing intermediate container 0588853ade74 15:57:14 ---> 72a677d44d67 15:57:14 Step 10/25 : WORKDIR /edgex-go/spire-build 15:57:14 ---> Running in 35af70646402 15:57:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:57:15 Removing intermediate container 35af70646402 15:57:15 ---> bac1a918c4cd 15:57:15 Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:57:15 ---> Running in bdd1f420bd27 15:57:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:57:16 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:57:16 85776938e673: Pushed 15:57:16 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:4252ecccc0b1361ca7eed90035d0176b86eb0521437ef9b9a676f2558832fef1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:16 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:17 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 15:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:57:17 64884c4f78e8: Preparing 15:57:17 d5839a5caaed: Preparing 15:57:17 8ffdc7092afc: Preparing 15:57:17 85776938e673: Preparing 15:57:17 52f44be93a46: Preparing 15:57:17 10d82663b225: Preparing 15:57:17 f7a7a140f1b3: Preparing 15:57:17 31e69d4774c9: Preparing 15:57:17 7750d494dfbd: Preparing 15:57:17 18708474c90b: Preparing 15:57:17 4fc242d58285: Preparing 15:57:17 f7a7a140f1b3: Waiting 15:57:17 31e69d4774c9: Waiting 15:57:17 7750d494dfbd: Waiting 15:57:17 18708474c90b: Waiting 15:57:17 10d82663b225: Waiting 15:57:17 4fc242d58285: Waiting 15:57:17 d5839a5caaed: Layer already exists 15:57:17 8ffdc7092afc: Layer already exists 15:57:17 85776938e673: Layer already exists 15:57:17 64884c4f78e8: Layer already exists 15:57:17 52f44be93a46: Layer already exists 15:57:17 f7a7a140f1b3: Layer already exists 15:57:17 10d82663b225: Layer already exists 15:57:17 18708474c90b: Layer already exists 15:57:17 31e69d4774c9: Layer already exists 15:57:17 7750d494dfbd: Layer already exists 15:57:17 4fc242d58285: Layer already exists 15:57:17 latest: digest: sha256:4252ecccc0b1361ca7eed90035d0176b86eb0521437ef9b9a676f2558832fef1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:17 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:17 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 15:57:17 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:57:17 64884c4f78e8: Preparing 15:57:17 d5839a5caaed: Preparing 15:57:17 8ffdc7092afc: Preparing 15:57:17 85776938e673: Preparing 15:57:17 52f44be93a46: Preparing 15:57:17 10d82663b225: Preparing 15:57:17 f7a7a140f1b3: Preparing 15:57:17 31e69d4774c9: Preparing 15:57:17 7750d494dfbd: Preparing 15:57:17 18708474c90b: Preparing 15:57:17 4fc242d58285: Preparing 15:57:17 f7a7a140f1b3: Waiting 15:57:17 31e69d4774c9: Waiting 15:57:17 10d82663b225: Waiting 15:57:17 7750d494dfbd: Waiting 15:57:17 18708474c90b: Waiting 15:57:17 4fc242d58285: Waiting 15:57:17 d5839a5caaed: Layer already exists 15:57:17 85776938e673: Layer already exists 15:57:17 8ffdc7092afc: Layer already exists 15:57:17 52f44be93a46: Layer already exists 15:57:17 64884c4f78e8: Layer already exists 15:57:17 10d82663b225: Layer already exists 15:57:17 7750d494dfbd: Layer already exists 15:57:17 18708474c90b: Layer already exists 15:57:17 31e69d4774c9: Layer already exists 15:57:17 f7a7a140f1b3: Layer already exists 15:57:17 4fc242d58285: Layer already exists 15:57:17 2.2.1-dev.26: digest: sha256:4252ecccc0b1361ca7eed90035d0176b86eb0521437ef9b9a676f2558832fef1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:18 Removing intermediate container bdd1f420bd27 15:57:18 ---> 540b7e144d86 15:57:18 Step 12/25 : WORKDIR /edgex-go 15:57:18 ---> Running in 9537d57eadff 15:57:18 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:18 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:57:18 64884c4f78e8: Preparing 15:57:18 d5839a5caaed: Preparing 15:57:18 8ffdc7092afc: Preparing 15:57:18 85776938e673: Preparing 15:57:18 52f44be93a46: Preparing 15:57:18 10d82663b225: Preparing 15:57:18 f7a7a140f1b3: Preparing 15:57:18 31e69d4774c9: Preparing 15:57:18 7750d494dfbd: Preparing 15:57:18 18708474c90b: Preparing 15:57:18 4fc242d58285: Preparing 15:57:18 f7a7a140f1b3: Waiting 15:57:18 4fc242d58285: Waiting 15:57:18 31e69d4774c9: Waiting 15:57:18 18708474c90b: Waiting 15:57:18 7750d494dfbd: Waiting 15:57:18 10d82663b225: Waiting 15:57:18 85776938e673: Layer already exists 15:57:18 52f44be93a46: Layer already exists 15:57:18 d5839a5caaed: Layer already exists 15:57:18 8ffdc7092afc: Layer already exists 15:57:18 64884c4f78e8: Layer already exists 15:57:18 7750d494dfbd: Layer already exists 15:57:18 10d82663b225: Layer already exists 15:57:18 31e69d4774c9: Layer already exists 15:57:18 18708474c90b: Layer already exists 15:57:18 f7a7a140f1b3: Layer already exists 15:57:18 4fc242d58285: Layer already exists 15:57:18 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:4252ecccc0b1361ca7eed90035d0176b86eb0521437ef9b9a676f2558832fef1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:18 Removing intermediate container 9537d57eadff 15:57:18 ---> 880d4b3b3c9a 15:57:18 15:57:18 Step 13/25 : FROM alpine:3.15 15:57:18 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:18 3.15: Pulling from library/alpine 15:57:19 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 15:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:57:19 64884c4f78e8: Preparing 15:57:19 d5839a5caaed: Preparing 15:57:19 8ffdc7092afc: Preparing 15:57:19 85776938e673: Preparing 15:57:19 52f44be93a46: Preparing 15:57:19 10d82663b225: Preparing 15:57:19 f7a7a140f1b3: Preparing 15:57:19 31e69d4774c9: Preparing 15:57:19 7750d494dfbd: Preparing 15:57:19 18708474c90b: Preparing 15:57:19 4fc242d58285: Preparing 15:57:19 f7a7a140f1b3: Waiting 15:57:19 7750d494dfbd: Waiting 15:57:19 18708474c90b: Waiting 15:57:19 10d82663b225: Waiting 15:57:19 31e69d4774c9: Waiting 15:57:19 4fc242d58285: Waiting 15:57:19 64884c4f78e8: Layer already exists 15:57:19 d5839a5caaed: Layer already exists 15:57:19 8ffdc7092afc: Layer already exists 15:57:19 52f44be93a46: Layer already exists 15:57:19 85776938e673: Layer already exists 15:57:19 31e69d4774c9: Layer already exists 15:57:19 10d82663b225: Layer already exists 15:57:19 7750d494dfbd: Layer already exists 15:57:19 f7a7a140f1b3: Layer already exists 15:57:19 18708474c90b: Layer already exists 15:57:19 4fc242d58285: Layer already exists 15:57:19 main: digest: sha256:4252ecccc0b1361ca7eed90035d0176b86eb0521437ef9b9a676f2558832fef1 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:57:19 ===================================================== [Pipeline] echo 15:57:19 taggedImages: 15:57:19 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:19 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 15:57:19 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.26 15:57:19 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 15:57:19 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:57:20 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 15:57:20 Status: Downloaded newer image for alpine:3.15 15:57:20 ---> 3fb3c9af89a9 15:57:20 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:57:20 ---> Running in cf64290f23ed 15:57:20 Removing intermediate container cf64290f23ed 15:57:20 ---> a03057eecf21 15:57:20 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:20 ---> Running in 6c5217cf515f 15:57:24 Removing intermediate container 6c5217cf515f 15:57:24 ---> 33a47059c493 15:57:24 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:57:24 ---> Running in 292e95740293 15:57:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:57:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:57:28 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 15:57:28 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 15:57:28 OK: 15738 distinct packages available 15:57:28 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:57:29 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:57:30 (1/5) Installing dumb-init (1.2.5-r1) 15:57:30 (2/5) Installing musl-obstack (1.2.3-r0) 15:57:30 (3/5) Installing libucontext (1.1-r0) 15:57:30 (4/5) Installing gcompat (1.0.0-r4) 15:57:31 (5/5) Installing openssl (1.1.1q-r0) 15:57:31 Executing busybox-1.34.1-r5.trigger 15:57:31 OK: 6 MiB in 19 packages 15:57:33 Removing intermediate container 292e95740293 15:57:33 ---> fb40b85b8276 15:57:33 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:57:38 ---> b91de964b6a7 15:57:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:57:38 ---> 50cb1f46a6ae 15:57:38 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:57:39 ---> 6c95486d6442 15:57:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:57:40 ---> 58e3f9e9bcf0 15:57:40 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:57:40 ---> Running in 21accc93bf0b 15:57:41 Removing intermediate container 21accc93bf0b 15:57:41 ---> 38d3471d963f 15:57:41 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:57:41 ---> Running in f1874bc43b5b 15:57:42 Removing intermediate container f1874bc43b5b 15:57:42 ---> 938b4de4a051 15:57:42 Step 23/25 : LABEL arch=arm64 15:57:42 ---> Running in 7e30da34df3c 15:57:42 Removing intermediate container 7e30da34df3c 15:57:42 ---> 58d14d336a54 15:57:42 Step 24/25 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 15:57:42 ---> Running in 335a4146905f 15:57:43 Removing intermediate container 335a4146905f 15:57:43 ---> 89bd4b407f71 15:57:43 Step 25/25 : LABEL version=2.2.1-dev.26 15:57:43 ---> Running in 509d766d94b0 15:57:43 Removing intermediate container 509d766d94b0 15:57:43 ---> 48a32fae78c5 15:57:43 15:57:44 Successfully built 48a32fae78c5 15:57:44 Successfully tagged security-spire-server-arm64:latest 15:57:44  Building security-spire-server ... done Building security-bootstrapper 15:58:02 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:58:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:58:02 ---> ab8ea70dba53 15:58:02 Step 3/31 : WORKDIR /edgex-go 15:58:02 ---> Using cache 15:58:02 ---> ddcdc53ccdc6 15:58:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 15:58:02 ---> Using cache 15:58:02 ---> 8a9f5a7632e8 15:58:02 Step 5/31 : RUN apk add --update --no-cache make git 15:58:02 ---> Running in a9afbfc3113c 15:58:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:58:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:58:05 OK: 221 MiB in 51 packages 15:58:06 Removing intermediate container a9afbfc3113c 15:58:06 ---> e35e33641200 15:58:06 Step 6/31 : COPY go.mod vendor* ./ 15:58:07 ---> 0641ced051e6 15:58:07 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:58:07 ---> Running in 56bc0088e2b7 15:58:54 Removing intermediate container 56bc0088e2b7 15:58:54 ---> 677d6d6a0e9e 15:58:54 Step 8/31 : COPY . . 15:59:09 ---> 292854fc9961 15:59:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:59:09 ---> Running in 7f16fb8a1bc3 15:59:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:02:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:02:46 Removing intermediate container 02a752a810d6 16:02:46 ---> 4ab39b1950fe 16:02:46 16:02:46 Step 10/23 : FROM alpine:3.16 16:02:46 3.16: Pulling from library/alpine 16:02:46 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 16:02:46 Status: Downloaded newer image for alpine:3.16 16:02:46 ---> 6e30ab57aeee 16:02:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:02:46 ---> Running in 3ccac06002f2 16:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:02:46 (1/1) Installing dumb-init (1.2.5-r1) 16:02:46 Executing busybox-1.35.0-r13.trigger 16:02:46 OK: 5 MiB in 15 packages 16:02:46 Removing intermediate container 3ccac06002f2 16:02:46 ---> 7b7a6580c36e 16:02:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:46 ---> Running in afb4f16e2e96 16:02:46 Removing intermediate container afb4f16e2e96 16:02:46 ---> 784204177f90 16:02:46 Step 13/23 : ENV APP_PORT=59882 16:02:46 ---> Running in 68ceb62f9d39 16:02:46 Removing intermediate container 68ceb62f9d39 16:02:46 ---> fa7d21e91572 16:02:46 Step 14/23 : EXPOSE $APP_PORT 16:02:46 ---> Running in b270e755c7e8 16:02:46 Removing intermediate container b270e755c7e8 16:02:46 ---> c5bcd079859a 16:02:46 Step 15/23 : WORKDIR / 16:02:46 ---> Running in 3279d86eb43d 16:02:46 Removing intermediate container 3279d86eb43d 16:02:46 ---> 9dd980d42095 16:02:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:47 ---> 1c15e01af986 16:02:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:02:49 ---> 4a47b328d70b 16:02:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:02:51 ---> 0e1e219c02ab 16:02:51 Step 19/23 : ENTRYPOINT ["/core-command"] 16:02:51 ---> Running in 6030d4266d9e 16:02:52 Removing intermediate container 6030d4266d9e 16:02:52 ---> e509ca89550f 16:02:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:52 ---> Running in a751db9d3656 16:02:53 Removing intermediate container a751db9d3656 16:02:53 ---> 0db73c697821 16:02:53 Step 21/23 : LABEL arch=arm64 16:02:53 ---> Running in b2f129b41b82 16:02:54 Removing intermediate container b2f129b41b82 16:02:54 ---> 3934d8b0b875 16:02:54 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:02:54 ---> Running in 470c751bd3b5 16:02:55 Removing intermediate container 470c751bd3b5 16:02:55 ---> c12934c56155 16:02:55 Step 23/23 : LABEL version=2.2.1-dev.26 16:02:56 ---> Running in a35c8927a303 16:02:56 Removing intermediate container a35c8927a303 16:02:56 ---> ea80be3441ff 16:02:56 16:02:57 Successfully built ea80be3441ff 16:02:57 Successfully tagged core-command-arm64:latest 16:02:57  Building core-command ... done Building security-spire-agent 16:02:57 Removing intermediate container c19a17096ab1 16:02:57 ---> 54704fc56e9d 16:02:57 16:02:57 Step 10/25 : FROM alpine:3.16 16:02:57 ---> 6e30ab57aeee 16:02:57 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:02:57 ---> Running in 43b314208d09 16:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:02:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:03:01 (1/3) Installing ca-certificates (20211220-r0) 16:03:01 (2/3) Installing dumb-init (1.2.5-r1) 16:03:01 (3/3) Installing su-exec (0.2-r1) 16:03:01 Executing busybox-1.35.0-r13.trigger 16:03:01 Executing ca-certificates-20211220-r0.trigger 16:03:01 OK: 6 MiB in 17 packages 16:03:04 Removing intermediate container 43b314208d09 16:03:04 ---> 2e30d20a4062 16:03:04 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:03:04 ---> Running in 7887b9b0f5c2 16:03:05 Removing intermediate container 7887b9b0f5c2 16:03:05 ---> b46ee9b8110b 16:03:05 Step 13/25 : WORKDIR / 16:03:05 ---> Running in 2045718cb7bb 16:03:05 Removing intermediate container 2045718cb7bb 16:03:05 ---> 9e38e0834632 16:03:05 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:03:07 ---> 8ad977ed56a5 16:03:07 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:03:08 ---> 712db96402fc 16:03:08 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:03:10 ---> de03887d8db7 16:03:10 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:03:11 ---> 93d4d5b75f19 16:03:11 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:03:14 ---> 802788291819 16:03:14 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:03:15 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:03:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:03:15 ---> ab8ea70dba53 16:03:15 Step 3/26 : WORKDIR /edgex-go 16:03:15 ---> Using cache 16:03:15 ---> ddcdc53ccdc6 16:03:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:15 ---> Using cache 16:03:15 ---> 8a9f5a7632e8 16:03:15 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:03:15 ---> Running in e0a52460f2d8 16:03:16 ---> 60b0bb0d020d 16:03:16 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:03:18 ---> a7d18a4f847e 16:03:18 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:03:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:03:18 ---> Running in 26fdcbb07860 16:03:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:03:21 OK: 221 MiB in 51 packages 16:03:21 Removing intermediate container 26fdcbb07860 16:03:21 ---> cab0c0dcfc18 16:03:21 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:03:21 ---> Running in c801986f1430 16:03:22 Removing intermediate container c801986f1430 16:03:22 ---> ea29073b73f1 16:03:22 Step 23/25 : LABEL arch=arm64 16:03:22 Removing intermediate container e0a52460f2d8 16:03:22 ---> da0874f3a682 16:03:22 Step 6/26 : COPY go.mod vendor* ./ 16:03:22 ---> Running in 01637296d863 16:03:23 Removing intermediate container 01637296d863 16:03:23 ---> 7ea6c322633a 16:03:23 Step 24/25 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:03:23 ---> Running in 544aabf5eaa5 16:03:24 ---> f6d9fd62e06f 16:03:24 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:24 ---> Running in 15d7f1f18744 16:03:24 Removing intermediate container 544aabf5eaa5 16:03:24 ---> 91c1e7daf7c5 16:03:24 Step 25/25 : LABEL version=2.2.1-dev.26 16:03:24 ---> Running in d8a3cd3bee06 16:03:25 Removing intermediate container d8a3cd3bee06 16:03:25 ---> ae7c871bae58 16:03:25 16:03:26 Successfully built ae7c871bae58 16:03:26 Successfully tagged security-secretstore-setup-arm64:latest 16:03:26 Building sys-mgmt-agent 16:03:44  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:03:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:03:44 ---> ab8ea70dba53 16:03:44 Step 3/23 : WORKDIR /edgex-go 16:03:44 ---> Using cache 16:03:44 ---> ddcdc53ccdc6 16:03:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:44 ---> Using cache 16:03:44 ---> 8a9f5a7632e8 16:03:44 Step 5/23 : RUN apk add --update --no-cache make bash git 16:03:44 ---> Running in 3c837bd057f0 16:03:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:03:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:03:47 OK: 221 MiB in 51 packages 16:03:48 Removing intermediate container 3c837bd057f0 16:03:48 ---> 5f8f23071cfc 16:03:48 Step 6/23 : COPY go.mod vendor* ./ 16:03:49 ---> 372bc7596186 16:03:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:50 ---> Running in a0c6e12f66fa 16:04:17 Removing intermediate container 15d7f1f18744 16:04:17 ---> 2e71ddefe299 16:04:17 Step 8/26 : COPY . . 16:04:35 ---> 193d0f5f2043 16:04:35 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:04:35 ---> Running in def716e33889 16:04:35 Removing intermediate container def716e33889 16:04:35 ---> ea62db24a051 16:04:35 Step 10/26 : WORKDIR /edgex-go/spire-build 16:04:35 ---> Running in f9055e69253a 16:04:35 Removing intermediate container f9055e69253a 16:04:35 ---> 65c8eab7ff5c 16:04:35 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:04:36 ---> Running in 441eb79ab334 16:04:40 Removing intermediate container 441eb79ab334 16:04:40 ---> 84a3faa8f380 16:04:40 Step 12/26 : WORKDIR /edgex-go 16:04:40 ---> Running in cf0bcd4326f3 16:04:41 Removing intermediate container cf0bcd4326f3 16:04:41 ---> 56b34a3538cb 16:04:41 16:04:41 Step 13/26 : FROM alpine:3.15 16:04:41 ---> 3fb3c9af89a9 16:04:41 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:04:41 ---> Using cache 16:04:41 ---> a03057eecf21 16:04:41 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:04:41 ---> Using cache 16:04:41 ---> 33a47059c493 16:04:41 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:04:41 ---> Using cache 16:04:41 ---> fb40b85b8276 16:04:41 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:04:47 ---> 4761c9a2cfaf 16:04:47 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:04:50 Removing intermediate container a0c6e12f66fa 16:04:50 ---> 05df5598a8eb 16:04:50 Step 8/23 : COPY . . 16:04:54 Removing intermediate container 7f16fb8a1bc3 16:04:54 ---> 2ea6557ec6d5 16:04:54 16:04:54 Step 10/31 : FROM alpine:3.16 16:04:54 ---> 6e30ab57aeee 16:04:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:04:54 ---> Running in fe2b533773de 16:04:55 Removing intermediate container fe2b533773de 16:04:55 ---> ced87947530a 16:04:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:04:55 ---> Running in 36f42b00673b 16:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:04:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:04:59 ---> 185c11c747f5 16:04:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:04:59 (1/2) Installing dumb-init (1.2.5-r1) 16:04:59 (2/2) Installing su-exec (0.2-r1) 16:04:59 Executing busybox-1.35.0-r13.trigger 16:04:59 OK: 5 MiB in 16 packages 16:05:01 ---> 310838878085 16:05:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:05:01 Removing intermediate container 36f42b00673b 16:05:01 ---> 95e3b2738347 16:05:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:05:02 ---> Running in f03fcbaffc4b 16:05:03 Removing intermediate container f03fcbaffc4b 16:05:03 ---> 05dd222fb5c9 16:05:03 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:05:03 ---> Running in f2372287b1ed 16:05:03 ---> 8cd81ad6714f 16:05:03 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:05:04 Removing intermediate container f2372287b1ed 16:05:04 ---> 21b71215226e 16:05:04 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:05:04 ---> Running in cf5bf652a782 16:05:05 ---> 3661701c2df6 16:05:05 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:05:05 ---> Running in 8daf0023cb9d 16:05:05 Removing intermediate container cf5bf652a782 16:05:05 ---> 39e00f779807 16:05:05 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:05:06 ---> Running in e64b5215c0f7 16:05:06 Removing intermediate container 8daf0023cb9d 16:05:06 ---> 7f919b1d69f1 16:05:06 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:05:07 ---> Running in 131d08022156 16:05:08 Removing intermediate container 131d08022156 16:05:08 ---> 4492f5f55bc2 16:05:08 Step 24/26 : LABEL arch=arm64 16:05:08 ---> Running in 4a8f0e5b9b5b 16:05:09 Removing intermediate container 4a8f0e5b9b5b 16:05:09 ---> 0df644dc71dd 16:05:09 Step 25/26 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:05:09 ---> Running in 2fee40bd09fd 16:05:09 Removing intermediate container e64b5215c0f7 16:05:09 ---> 2265029c098e 16:05:09 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 16:05:09 ---> Running in 894a35d27936 16:05:10 Removing intermediate container 4f00a5b5b5dc 16:05:10 ---> 96867a7e2424 16:05:10 16:05:10 Step 9/20 : FROM alpine:3.15 16:05:10 ---> 3fb3c9af89a9 16:05:10 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:05:10 ---> Using cache 16:05:10 ---> a03057eecf21 16:05:10 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:10 ---> Using cache 16:05:10 ---> 33a47059c493 16:05:10 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:05:10 ---> Running in 71487955f2f5 16:05:10 Removing intermediate container 2fee40bd09fd 16:05:10 ---> 202d00b6eea8 16:05:10 Step 26/26 : LABEL version=2.2.1-dev.26 16:05:10 Removing intermediate container 894a35d27936 16:05:10 ---> 1ae45cad8251 16:05:10 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:05:11 ---> Running in e9426313c1e6 16:05:12 Removing intermediate container e9426313c1e6 16:05:12 ---> 382c87065cc1 16:05:12 16:05:13 ---> 3989646d61d9 16:05:13 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:05:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:05:13 ---> Running in a98e6fde0950 16:05:13 Successfully built 382c87065cc1 16:05:13 Successfully tagged security-spire-agent-arm64:latest 16:05:13  Building security-spire-agent ... done Building security-proxy-setup 16:05:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:05:15 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 16:05:15 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 16:05:15 OK: 15738 distinct packages available 16:05:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:05:16 ---> b4f41abfd638 16:05:16 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:05:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:05:16 ---> Running in 840ac9cad5a6 16:05:16 Removing intermediate container a98e6fde0950 16:05:16 ---> 0ba46a546d97 16:05:17 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:18 (1/9) Installing ca-certificates (20211220-r0) 16:05:18 (2/9) Installing brotli-libs (1.0.9-r5) 16:05:18 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:05:18 (4/9) Installing libcurl (7.80.0-r2) 16:05:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:05:18 (5/9) Installing curl (7.80.0-r2) 16:05:19 ---> 7390309711ac 16:05:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:05:19 (6/9) Installing dumb-init (1.2.5-r1) 16:05:19 (7/9) Installing musl-obstack (1.2.3-r0) 16:05:19 (8/9) Installing libucontext (1.1-r0) 16:05:19 (9/9) Installing gcompat (1.0.0-r4) 16:05:19 Executing busybox-1.34.1-r5.trigger 16:05:19 Executing ca-certificates-20211220-r0.trigger 16:05:19 OK: 8 MiB in 23 packages 16:05:23 ---> c45f4aa8883b 16:05:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:05:23 Removing intermediate container 71487955f2f5 16:05:23 ---> 632f5650e190 16:05:23 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:24 ---> a81b7884bfb7 16:05:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:05:25 ---> 1a3583e5b13a 16:05:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:05:26 ---> ed49c25210a2 16:05:26 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:05:28 ---> 7e4f4f8139c7 16:05:28 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:05:29 ---> 5e263e1079e7 16:05:29 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:05:29 ---> 0b5ff507e9f1 16:05:29 Step 26/31 : RUN chmod +x /entrypoint.sh 16:05:29 ---> Running in 0dbd4c2a1afb 16:05:29 Removing intermediate container 8a895053ec77 16:05:29 ---> 86ed7e67163d 16:05:29 16:05:29 Step 10/22 : FROM alpine:3.16 16:05:29 ---> 6e30ab57aeee 16:05:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:05:30 ---> Running in b52665d37356 16:05:31 ---> 7f9abf06cc35 16:05:31 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:05:31 ---> Running in db9f29690099 16:05:32 Removing intermediate container db9f29690099 16:05:32 ---> 42374f434a37 16:05:32 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:32 ---> Running in 344c7e1ce103 16:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:05:33 Removing intermediate container 344c7e1ce103 16:05:33 ---> 6da31c9dd064 16:05:33 Step 18/20 : LABEL arch=arm64 16:05:33 ---> Running in 6f6eb41e7b66 16:05:33 Removing intermediate container 0dbd4c2a1afb 16:05:33 ---> 4e5338a51522 16:05:33 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:05:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:05:33 ---> Running in 5563e65c11d1 16:05:34 Removing intermediate container 6f6eb41e7b66 16:05:34 ---> 894847a105ad 16:05:34 Step 19/20 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:05:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:05:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:34 ---> ab8ea70dba53 16:05:34 Step 3/22 : WORKDIR /edgex-go 16:05:34 ---> Using cache 16:05:34 ---> ddcdc53ccdc6 16:05:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:34 ---> Using cache 16:05:34 ---> 8a9f5a7632e8 16:05:34 Step 5/22 : RUN apk add --update --no-cache make git 16:05:34 ---> Using cache 16:05:34 ---> e35e33641200 16:05:34 Step 6/22 : COPY go.mod vendor* ./ 16:05:34 ---> Using cache 16:05:34 ---> 0641ced051e6 16:05:34 ---> Running in bf891b129677 16:05:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:05:34 ---> Using cache 16:05:34 ---> 677d6d6a0e9e 16:05:34 Step 8/22 : COPY . . 16:05:34 (1/2) Installing ca-certificates (20211220-r0) 16:05:35 Removing intermediate container 5563e65c11d1 16:05:35 ---> 28552af07ef5 16:05:35 Step 28/31 : CMD ["gate"] 16:05:35 (2/2) Installing dumb-init (1.2.5-r1) 16:05:35 Executing busybox-1.35.0-r13.trigger 16:05:35 ---> Using cache 16:05:35 ---> 292854fc9961 16:05:35 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:05:35 Executing ca-certificates-20211220-r0.trigger 16:05:35 ---> Running in b4e3bdbb5491 16:05:35 ---> Running in 179dbf47948b 16:05:35 OK: 6 MiB in 16 packages 16:05:35 Removing intermediate container bf891b129677 16:05:35 ---> d31520ef0a02 16:05:35 Step 20/20 : LABEL version=2.2.1-dev.26 16:05:35 ---> Running in 286a760052e6 16:05:36 Removing intermediate container b4e3bdbb5491 16:05:36 ---> ff676be05800 16:05:36 Step 29/31 : LABEL arch=arm64 16:05:36 ---> Running in 1f59a231354a 16:05:37 Removing intermediate container 286a760052e6 16:05:37 ---> 86c815606298 16:05:37 16:05:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:05:37 Removing intermediate container 1f59a231354a 16:05:37 ---> c559db1f9772 16:05:37 Step 30/31 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:05:37 Successfully built 86c815606298 16:05:38 Successfully tagged security-spiffe-token-provider-arm64:latest 16:05:38  Building security-spiffe-token-provider ... done Building core-data 16:05:38 ---> Running in 00c252f3a419 16:05:38 Removing intermediate container b52665d37356 16:05:38 ---> 2a0d4429384d 16:05:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:05:38 ---> Running in 5447c504b328 16:05:39 Removing intermediate container 00c252f3a419 16:05:39 ---> 73ba8cad6b7f 16:05:39 Step 31/31 : LABEL version=2.2.1-dev.26 16:05:39 ---> Running in 32be5f5c151b 16:05:39 Removing intermediate container 5447c504b328 16:05:39 ---> 68890f5c5662 16:05:39 Step 13/22 : ENV APP_PORT=59860 16:05:39 ---> Running in 43cb0cdde05e 16:05:39 Removing intermediate container 32be5f5c151b 16:05:39 ---> 7305aeac92a6 16:05:39 16:05:40 Successfully built 7305aeac92a6 16:05:40 Removing intermediate container 43cb0cdde05e 16:05:40 Successfully tagged security-bootstrapper-arm64:latest 16:05:40 ---> c2986ee80478 16:05:40 Building core-metadata 16:05:40 Step 14/22 : EXPOSE $APP_PORT 16:05:40  Building security-bootstrapper ... done  ---> Running in 16e70d35dfed 16:05:40 Removing intermediate container 16e70d35dfed 16:05:40 ---> 60bfbb85121e 16:05:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:41 ---> 559b680a345c 16:05:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:05:44 ---> 4580660c9f9c 16:05:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:05:45 ---> 7ad24803b215 16:05:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:05:45 ---> Running in 4d692b4b4bf7 16:05:46 Removing intermediate container 4d692b4b4bf7 16:05:46 ---> e5baca86639b 16:05:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:46 ---> Running in 6ff9a87349e2 16:05:47 Removing intermediate container 6ff9a87349e2 16:05:47 ---> f86f55770a3d 16:05:47 Step 20/22 : LABEL arch=arm64 16:05:47 ---> Running in d5c20fc8e6fa 16:05:47 Removing intermediate container d5c20fc8e6fa 16:05:47 ---> c1a88c4f6d01 16:05:47 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:05:47 ---> Running in bb7916bbd096 16:05:48 Removing intermediate container bb7916bbd096 16:05:48 ---> 17ed71741e6e 16:05:48 Step 22/22 : LABEL version=2.2.1-dev.26 16:05:48 ---> Running in d1ea5b581783 16:05:48 Removing intermediate container d1ea5b581783 16:05:48 ---> 7df706a34105 16:05:48 16:05:49 Successfully built 7df706a34105 16:05:49 Successfully tagged support-notifications-arm64:latest 16:05:49 Building support-scheduler 16:06:11  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:06:11 ---> ab8ea70dba53 16:06:11 Step 3/23 : WORKDIR /edgex-go 16:06:11 ---> Using cache 16:06:11 ---> ddcdc53ccdc6 16:06:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:11 ---> Using cache 16:06:11 ---> 8a9f5a7632e8 16:06:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:06:11 ---> Running in de29b9e48b1e 16:06:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:06:13 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:06:13 ---> ab8ea70dba53 16:06:13 Step 3/23 : WORKDIR /edgex-go 16:06:13 ---> Using cache 16:06:13 ---> ddcdc53ccdc6 16:06:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:13 ---> Using cache 16:06:13 ---> 8a9f5a7632e8 16:06:13 Step 5/23 : RUN apk add --update --no-cache make git 16:06:13 ---> Using cache 16:06:13 ---> e35e33641200 16:06:13 Step 6/23 : COPY go.mod vendor* ./ 16:06:13 ---> Using cache 16:06:13 ---> 0641ced051e6 16:06:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:14 ---> Using cache 16:06:14 ---> 677d6d6a0e9e 16:06:14 Step 8/23 : COPY . . 16:06:14 ---> Using cache 16:06:14 ---> 292854fc9961 16:06:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:06:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:06:14 ---> Running in f1dc5bbc70b7 16:06:15 OK: 221 MiB in 51 packages 16:06:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:06:17 Removing intermediate container de29b9e48b1e 16:06:17 ---> 06bd74bd1781 16:06:17 Step 6/23 : COPY go.mod vendor* ./ 16:06:19 ---> a1c068fcff02 16:06:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:19 ---> Running in 09ef06534af3 16:06:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:22 ---> ab8ea70dba53 16:06:22 Step 3/22 : WORKDIR /edgex-go 16:06:22 ---> Using cache 16:06:22 ---> ddcdc53ccdc6 16:06:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:22 ---> Using cache 16:06:22 ---> 8a9f5a7632e8 16:06:22 Step 5/22 : RUN apk add --update --no-cache make git 16:06:22 ---> Using cache 16:06:22 ---> e35e33641200 16:06:22 Step 6/22 : COPY go.mod vendor* ./ 16:06:22 ---> Using cache 16:06:22 ---> 0641ced051e6 16:06:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:22 ---> Using cache 16:06:22 ---> 677d6d6a0e9e 16:06:22 Step 8/22 : COPY . . 16:06:22 ---> Using cache 16:06:22 ---> 292854fc9961 16:06:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:06:22 ---> Running in 860075bf6a0e 16:06:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:07:11 Removing intermediate container 09ef06534af3 16:07:11 ---> fe4214fe9937 16:07:11 Step 8/23 : COPY . . 16:07:19 ---> b1f4a2be3bd2 16:07:19 Step 9/23 : RUN make cmd/core-data/core-data 16:07:19 ---> Running in d873ebc6b5db 16:07:21 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 16:10:29 Removing intermediate container 840ac9cad5a6 16:10:29 ---> 01ab32705687 16:10:29 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:10:29 ---> Running in eacdf48f03be 16:10:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:10:29 Removing intermediate container eacdf48f03be 16:10:29 ---> 29a96db95c69 16:10:29 16:10:29 Step 11/23 : FROM docker:20.10.14 16:10:29 20.10.14: Pulling from library/docker 16:10:40 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 16:10:40 Status: Downloaded newer image for docker:20.10.14 16:10:40 ---> c346e9eafbab 16:10:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:10:40 ---> Running in 38942da7af60 16:10:40 Removing intermediate container 38942da7af60 16:10:40 ---> 7ccabfac4eb8 16:10:40 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 16:10:40 ---> Running in a01a26c2a84d 16:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:10:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:10:44 (1/43) Installing readline (8.1.1-r0) 16:10:44 (2/43) Installing bash (5.1.16-r0) 16:10:44 Executing bash-5.1.16-r0.post-install 16:10:44 (3/43) Installing brotli-libs (1.0.9-r5) 16:10:44 (4/43) Installing nghttp2-libs (1.46.0-r0) 16:10:44 (5/43) Installing libcurl (7.80.0-r2) 16:10:44 (6/43) Installing curl (7.80.0-r2) 16:10:44 (7/43) Installing dumb-init (1.2.5-r1) 16:10:44 (8/43) Installing libbz2 (1.0.8-r1) 16:10:44 (9/43) Installing expat (2.4.7-r0) 16:10:44 (10/43) Installing libffi (3.4.2-r1) 16:10:44 (11/43) Installing gdbm (1.22-r0) 16:10:44 (12/43) Installing xz-libs (5.2.5-r1) 16:10:44 (13/43) Installing libgcc (10.3.1_git20211027-r0) 16:10:44 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 16:10:44 (15/43) Installing mpdecimal (2.5.1-r1) 16:10:44 (16/43) Installing sqlite-libs (3.36.0-r0) 16:10:44 (17/43) Installing python3 (3.9.7-r4) 16:10:47 (18/43) Installing py3-appdirs (1.4.4-r2) 16:10:47 (19/43) Installing py3-certifi (2020.12.5-r1) 16:10:47 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 16:10:47 (21/43) Installing py3-idna (3.3-r0) 16:10:47 (22/43) Installing py3-urllib3 (1.26.7-r0) 16:10:47 (23/43) Installing py3-requests (2.26.0-r1) 16:10:47 (24/43) Installing py3-msgpack (1.0.2-r1) 16:10:47 (25/43) Installing py3-lockfile (0.12.2-r4) 16:10:47 (26/43) Installing py3-cachecontrol (0.12.10-r0) 16:10:47 (27/43) Installing py3-colorama (0.4.4-r1) 16:10:47 (28/43) Installing py3-contextlib2 (21.6.0-r1) 16:10:47 (29/43) Installing py3-distlib (0.3.3-r0) 16:10:47 (30/43) Installing py3-distro (1.6.0-r0) 16:10:47 (31/43) Installing py3-six (1.16.0-r0) 16:10:47 (32/43) Installing py3-webencodings (0.5.1-r4) 16:10:47 (33/43) Installing py3-html5lib (1.1-r1) 16:10:47 (34/43) Installing py3-parsing (2.4.7-r2) 16:10:47 (35/43) Installing py3-packaging (20.9-r1) 16:10:47 (36/43) Installing py3-tomli (1.2.2-r0) 16:10:47 (37/43) Installing py3-pep517 (0.12.0-r0) 16:10:47 (38/43) Installing py3-progress (1.6-r0) 16:10:47 (39/43) Installing py3-retrying (1.3.3-r2) 16:10:47 (40/43) Installing py3-ordered-set (4.0.2-r2) 16:10:47 (41/43) Installing py3-setuptools (52.0.0-r4) 16:10:48 (42/43) Installing py3-toml (0.10.2-r2) 16:10:48 (43/43) Installing py3-pip (20.3.4-r1) 16:10:48 Executing busybox-1.34.1-r5.trigger 16:10:48 OK: 82 MiB in 65 packages 16:10:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.26" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:10:55 Collecting docker-compose==1.23.2 16:10:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:10:57 Collecting PyYAML<4,>=3.10 16:10:57 Downloading PyYAML-3.13.tar.gz (270 kB) 16:11:02 Collecting docopt<0.7,>=0.6.1 16:11:02 Downloading docopt-0.6.2.tar.gz (25 kB) 16:11:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 16:11:05 Collecting texttable<0.10,>=0.9.0 16:11:05 Downloading texttable-0.9.1.tar.gz (11 kB) 16:11:08 Collecting websocket-client<1.0,>=0.32.0 16:11:08 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 16:11:09 Collecting docker<4.0,>=3.6.0 16:11:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:11:10 Collecting jsonschema<3,>=2.5.1 16:11:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:11:10 Collecting dockerpty<0.5,>=0.4.1 16:11:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:11:13 Collecting cached-property<2,>=1.2.0 16:11:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:11:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:11:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:11:16 Collecting docker-pycreds>=0.4.0 16:11:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:11:17 Removing intermediate container 179dbf47948b 16:11:17 ---> 25aa79fb91a2 16:11:17 16:11:17 Step 10/22 : FROM alpine:3.16 16:11:17 ---> 6e30ab57aeee 16:11:17 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 16:11:17 ---> Running in 7ceb5b40d6a7 16:11:17 Collecting idna<2.8,>=2.5 16:11:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:11:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 16:11:18 Collecting chardet<3.1.0,>=3.0.2 16:11:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:11:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:11:19 Collecting urllib3<1.25,>=1.21.1 16:11:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:11:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:11:19 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 16:11:19 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 16:11:19 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 16:11:19 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 16:11:20 (1/6) Installing ca-certificates (20211220-r0) 16:11:20 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 16:11:20 Attempting uninstall: urllib3 16:11:20 Found existing installation: urllib3 1.26.7 16:11:20 Uninstalling urllib3-1.26.7: 16:11:20 (2/6) Installing brotli-libs (1.0.9-r6) 16:11:20 (3/6) Installing nghttp2-libs (1.47.0-r0) 16:11:20 (4/6) Installing libcurl (7.83.1-r2) 16:11:20 (5/6) Installing curl (7.83.1-r2) 16:11:20 (6/6) Installing dumb-init (1.2.5-r1) 16:11:20 Executing busybox-1.35.0-r13.trigger 16:11:20 Executing ca-certificates-20211220-r0.trigger 16:11:20 Successfully uninstalled urllib3-1.26.7 16:11:21 OK: 8 MiB in 20 packages 16:11:21 Attempting uninstall: idna 16:11:21 Found existing installation: idna 3.3 16:11:21 Uninstalling idna-3.3: 16:11:22 Successfully uninstalled idna-3.3 16:11:23 Removing intermediate container 7ceb5b40d6a7 16:11:23 ---> 957f4ed0de4c 16:11:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:23 ---> Running in ca98f75bdd25 16:11:24 Removing intermediate container ca98f75bdd25 16:11:24 ---> e48e71abf2b8 16:11:24 Step 13/22 : WORKDIR /edgex 16:11:24 ---> Running in e15a32f9f6bf 16:11:24 Removing intermediate container e15a32f9f6bf 16:11:24 ---> ceeaab107920 16:11:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:11:25 ---> cbdf41f51f49 16:11:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:11:26 Attempting uninstall: requests 16:11:26 Found existing installation: requests 2.26.0 16:11:26 Uninstalling requests-2.26.0: 16:11:27 Successfully uninstalled requests-2.26.0 16:11:27 ---> e8173c8bb0a1 16:11:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:11:27 Running setup.py install for texttable: started 16:11:29 ---> 5626743c0acc 16:11:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:11:29 ---> aacff0b99238 16:11:29 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:11:29 ---> Running in fd8af12195aa 16:11:32 Running setup.py install for texttable: finished with status 'done' 16:11:32 Running setup.py install for PyYAML: started 16:11:33 Removing intermediate container fd8af12195aa 16:11:33 ---> 37a237e7b1f5 16:11:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 16:11:33 ---> Running in c9d5ee657495 16:11:33 Removing intermediate container c9d5ee657495 16:11:33 ---> 233a2187d62c 16:11:33 Step 20/22 : LABEL arch=arm64 16:11:34 ---> Running in 3c2f22db3227 16:11:34 Removing intermediate container 3c2f22db3227 16:11:34 ---> 2a513ee0d080 16:11:34 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:11:34 ---> Running in dd02fc367a55 16:11:35 Removing intermediate container dd02fc367a55 16:11:35 ---> 5627db53d006 16:11:35 Step 22/22 : LABEL version=2.2.1-dev.26 16:11:35 ---> Running in acaf25364b82 16:11:36 Removing intermediate container acaf25364b82 16:11:36 ---> 940a6b4729eb 16:11:36 16:11:36 Successfully built 940a6b4729eb 16:11:36 Successfully tagged security-proxy-setup-arm64:latest 16:11:36  Building security-proxy-setup ... done Building security-spire-config 16:11:36 Running setup.py install for PyYAML: finished with status 'done' 16:11:37 Running setup.py install for docopt: started 16:11:40 Running setup.py install for docopt: finished with status 'done' 16:11:40 Running setup.py install for dockerpty: started 16:11:44 Running setup.py install for dockerpty: finished with status 'done' 16:11:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 16:11:56 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:11:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:11:56 ---> ab8ea70dba53 16:11:56 Step 3/26 : WORKDIR /edgex-go 16:11:56 ---> Using cache 16:11:56 ---> ddcdc53ccdc6 16:11:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:56 ---> Using cache 16:11:56 ---> 8a9f5a7632e8 16:11:56 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 16:11:56 ---> Using cache 16:11:56 ---> da0874f3a682 16:11:56 Step 6/26 : COPY go.mod vendor* ./ 16:11:56 ---> Using cache 16:11:56 ---> f6d9fd62e06f 16:11:56 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:11:56 ---> Using cache 16:11:56 ---> 2e71ddefe299 16:11:56 Step 8/26 : COPY . . 16:11:56 ---> Using cache 16:11:56 ---> 193d0f5f2043 16:11:56 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 16:11:56 ---> Using cache 16:11:56 ---> ea62db24a051 16:11:56 Step 10/26 : WORKDIR /edgex-go/spire-build 16:11:56 ---> Using cache 16:11:56 ---> 65c8eab7ff5c 16:11:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 16:11:56 ---> Using cache 16:11:56 ---> 84a3faa8f380 16:11:56 Step 12/26 : WORKDIR /edgex-go 16:11:56 ---> Using cache 16:11:56 ---> 56b34a3538cb 16:11:56 16:11:56 Step 13/26 : FROM alpine:3.15 16:11:56 ---> 3fb3c9af89a9 16:11:56 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:11:56 ---> Using cache 16:11:56 ---> a03057eecf21 16:11:56 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:56 ---> Using cache 16:11:56 ---> 33a47059c493 16:11:56 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:11:56 ---> Running in 3de89d2df98f 16:11:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:11:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:12:00 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/main] 16:12:00 v3.15.4-244-ga03da4ca6d [https://dl-4.alpinelinux.org/alpine/v3.15/community] 16:12:00 OK: 15738 distinct packages available 16:12:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:12:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:12:03 (1/4) Installing dumb-init (1.2.5-r1) 16:12:03 (2/4) Installing musl-obstack (1.2.3-r0) 16:12:03 (3/4) Installing libucontext (1.1-r0) 16:12:03 (4/4) Installing gcompat (1.0.0-r4) 16:12:03 Executing busybox-1.34.1-r5.trigger 16:12:03 OK: 6 MiB in 18 packages 16:12:06 Removing intermediate container 3de89d2df98f 16:12:06 ---> b1f0e50d7b5e 16:12:06 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:12:09 Removing intermediate container a01a26c2a84d 16:12:09 ---> 33f81df6ccf6 16:12:09 Step 14/23 : ENV APP_PORT=58890 16:12:09 ---> Running in a203a27c6f7c 16:12:10 Removing intermediate container a203a27c6f7c 16:12:10 ---> 4fa748c84045 16:12:10 Step 15/23 : EXPOSE $APP_PORT 16:12:10 ---> Running in 322a14c77a38 16:12:11 Removing intermediate container 322a14c77a38 16:12:11 ---> c1a0da064f14 16:12:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:12:13 ---> 20bd4b10833d 16:12:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:12:14 ---> 2d1124955343 16:12:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:12:15 ---> b7b70265a63c 16:12:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:12:16 ---> 98696979619f 16:12:16 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:12:16 ---> Running in e23c184ddd3b 16:12:17 Removing intermediate container e23c184ddd3b 16:12:17 ---> 49e3813c1be3 16:12:17 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:12:17 ---> 031d8189bf1b 16:12:17 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:12:17 ---> Running in 5453d1489283 16:12:18 Removing intermediate container 5453d1489283 16:12:18 ---> c6208259330f 16:12:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:18 ---> Running in dd586889ec92 16:12:18 ---> f85af2bfaaa6 16:12:18 Step 21/26 : WORKDIR / 16:12:18 ---> Running in c232773b74b5 16:12:19 Removing intermediate container dd586889ec92 16:12:19 ---> 1fdc524f61a9 16:12:19 Step 21/23 : LABEL arch=arm64 16:12:19 Removing intermediate container c232773b74b5 16:12:19 ---> 63610120f360 16:12:19 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:12:19 ---> Running in ed8626724a05 16:12:19 ---> Running in f29ff3c726a2 16:12:20 Removing intermediate container f29ff3c726a2 16:12:20 ---> a0a21b52879a 16:12:20 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:12:20 Removing intermediate container ed8626724a05 16:12:20 ---> 6d8101530002 16:12:20 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:12:20 ---> Running in db500c0d87b4 16:12:20 ---> Running in 563b9f35ef43 16:12:21 Removing intermediate container 563b9f35ef43 16:12:21 ---> 540bc662b44e 16:12:21 Step 23/23 : LABEL version=2.2.1-dev.26 16:12:21 ---> Running in eda01fd79186 16:12:21 Removing intermediate container db500c0d87b4 16:12:21 ---> c51dc351c4ce 16:12:21 Step 24/26 : LABEL arch=arm64 16:12:21 ---> Running in ff3f1c7a731a 16:12:22 Removing intermediate container eda01fd79186 16:12:22 ---> dcc25b8cefd9 16:12:22 16:12:23 Removing intermediate container ff3f1c7a731a 16:12:23 ---> 1d9ed5f5c183 16:12:23 Step 25/26 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:12:23 ---> Running in 42151bf27aa7 16:12:23 Successfully built dcc25b8cefd9 16:12:23 Successfully tagged sys-mgmt-agent-arm64:latest 16:12:24  Building sys-mgmt-agent ... done Removing intermediate container 42151bf27aa7 16:12:24 ---> f3d6c61d514b 16:12:24 Step 26/26 : LABEL version=2.2.1-dev.26 16:12:24 ---> Running in 2f7431d5bb92 16:12:25 Removing intermediate container 2f7431d5bb92 16:12:25 ---> 9dd73c95408b 16:12:25 16:12:26 Successfully built 9dd73c95408b 16:12:26 Successfully tagged security-spire-config-arm64:latest 16:12:30  Building security-spire-config ... done Removing intermediate container f1dc5bbc70b7 16:12:30 ---> dcdc15b3d882 16:12:30 16:12:30 Step 10/23 : FROM alpine:3.16 16:12:30 ---> 6e30ab57aeee 16:12:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:12:30 ---> Using cache 16:12:30 ---> 7b7a6580c36e 16:12:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:12:30 ---> Using cache 16:12:30 ---> 784204177f90 16:12:30 Step 13/23 : ENV APP_PORT=59881 16:12:30 ---> Running in ea49319258a3 16:12:31 Removing intermediate container ea49319258a3 16:12:31 ---> 7ac958b132aa 16:12:31 Step 14/23 : EXPOSE $APP_PORT 16:12:31 ---> Running in 0a24d913cb9d 16:12:32 Removing intermediate container 0a24d913cb9d 16:12:32 ---> f0b2a25476f7 16:12:32 Step 15/23 : WORKDIR / 16:12:32 ---> Running in b1f285c99560 16:12:32 Removing intermediate container b1f285c99560 16:12:32 ---> 6a774d595d43 16:12:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:33 ---> ae564e6e08ce 16:12:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:12:35 ---> 4ce0fe526367 16:12:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:12:36 ---> 4e6a26fdcefe 16:12:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:12:36 ---> Running in 7def78db6f39 16:12:37 Removing intermediate container 7def78db6f39 16:12:37 ---> 3c66d9728131 16:12:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:37 ---> Running in f52cd07b130b 16:12:37 Removing intermediate container f52cd07b130b 16:12:37 ---> 6581c247cdd8 16:12:37 Step 21/23 : LABEL arch=arm64 16:12:37 ---> Running in b8e36a6a0a59 16:12:38 Removing intermediate container b8e36a6a0a59 16:12:38 ---> f0901d98d7a1 16:12:38 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:12:38 ---> Running in 98de67f4acae 16:12:39 Removing intermediate container 98de67f4acae 16:12:39 ---> fc3be0e714c9 16:12:39 Step 23/23 : LABEL version=2.2.1-dev.26 16:12:39 ---> Running in c0fd5a70ee6f 16:12:39 Removing intermediate container c0fd5a70ee6f 16:12:39 ---> 1197108a3354 16:12:39 16:12:40 Successfully built 1197108a3354 16:12:40 Successfully tagged core-metadata-arm64:latest 16:13:36  Building core-metadata ... done Removing intermediate container d873ebc6b5db 16:13:36 ---> ffc384b28e1c 16:13:36 16:13:36 Step 10/23 : FROM alpine:3.16 16:13:36 ---> 6e30ab57aeee 16:13:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:13:36 ---> Running in d9f31f130199 16:13:36 Removing intermediate container d9f31f130199 16:13:36 ---> c925b028c90c 16:13:36 Step 12/23 : ENV APP_PORT=59880 16:13:36 ---> Running in f85c2c11c131 16:13:36 Removing intermediate container f85c2c11c131 16:13:36 ---> 8f9f3ad3f186 16:13:36 Step 13/23 : EXPOSE $APP_PORT 16:13:36 ---> Running in 0d8669050f8e 16:13:36 Removing intermediate container 0d8669050f8e 16:13:36 ---> afb379219f4d 16:13:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:36 ---> Running in bd35fbfcb24d 16:13:36 Removing intermediate container bd35fbfcb24d 16:13:36 ---> a85095e16f8d 16:13:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:13:36 ---> Running in b080653afddd 16:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:13:36 (1/6) Installing dumb-init (1.2.5-r1) 16:13:36 (2/6) Installing libgcc (11.2.1_git20220219-r2) 16:13:36 Removing intermediate container 860075bf6a0e 16:13:36 ---> 02b4e27a6c10 16:13:36 16:13:36 Step 10/22 : FROM alpine:3.16 16:13:36 ---> 6e30ab57aeee 16:13:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:13:36 ---> Using cache 16:13:36 ---> 7b7a6580c36e 16:13:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:13:36 ---> Using cache 16:13:36 ---> 784204177f90 16:13:36 Step 13/22 : ENV APP_PORT=59861 16:13:36 (3/6) Installing libsodium (1.0.18-r0) 16:13:36 ---> Running in 36164ec2f8c0 16:13:36 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 16:13:37 (5/6) Installing libzmq (4.3.4-r0) 16:13:37 Removing intermediate container 36164ec2f8c0 16:13:37 ---> a9eab688ee85 16:13:37 Step 14/22 : EXPOSE $APP_PORT 16:13:37 (6/6) Installing zeromq (4.3.4-r0) 16:13:37 ---> Running in 9c0c5268e56d 16:13:37 Executing busybox-1.35.0-r13.trigger 16:13:37 OK: 8 MiB in 20 packages 16:13:37 Removing intermediate container 9c0c5268e56d 16:13:37 ---> 67f4cfe5ccb6 16:13:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:38 Removing intermediate container b080653afddd 16:13:38 ---> 7fc7457bdc33 16:13:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:38 ---> ad9d60a5389b 16:13:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:13:39 ---> e8e4816ca407 16:13:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:13:39 ---> 314f8ab97287 16:13:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:13:40 ---> 463fcceae861 16:13:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:13:40 ---> fe80bf2912dc 16:13:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:13:40 ---> Running in 352d12141f54 16:13:40 Removing intermediate container 352d12141f54 16:13:40 ---> 766ea9fd0d73 16:13:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:40 ---> 9ab4193daedd 16:13:40 Step 19/23 : ENTRYPOINT ["/core-data"] 16:13:41 ---> Running in 7744e80097b8 16:13:41 ---> Running in fb5b8a74a260 16:13:41 Removing intermediate container 7744e80097b8 16:13:41 ---> 72d3767bb064 16:13:41 Step 20/22 : LABEL arch=arm64 16:13:41 Removing intermediate container fb5b8a74a260 16:13:41 ---> b6a1e53f2248 16:13:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:41 ---> Running in f58b30d525b6 16:13:41 ---> Running in 94f4440d1086 16:13:42 Removing intermediate container 94f4440d1086 16:13:42 ---> 3db4aa2f4055 16:13:42 Step 21/23 : LABEL arch=arm64 16:13:42 Removing intermediate container f58b30d525b6 16:13:42 ---> 4e3fbb689688 16:13:42 Step 21/22 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:42 ---> Running in ab6dd9dd9e0b 16:13:42 ---> Running in bee6631578aa 16:13:42 Removing intermediate container bee6631578aa 16:13:42 ---> dc6e4ed6b644 16:13:42 Step 22/22 : LABEL version=2.2.1-dev.26 16:13:42 Removing intermediate container ab6dd9dd9e0b 16:13:42 ---> 3703c06e29a1 16:13:42 Step 22/23 : LABEL git_sha=ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:42 ---> Running in d81d2bcfeaee 16:13:42 ---> Running in d3488576ff87 16:13:42 Removing intermediate container d3488576ff87 16:13:42 ---> db42fc758940 16:13:42 16:13:42 Removing intermediate container d81d2bcfeaee 16:13:42 ---> 2105decadf9d 16:13:42 Step 23/23 : LABEL version=2.2.1-dev.26 16:13:42 ---> Running in 031c7d01f39a 16:13:43 Successfully built db42fc758940 16:13:43 Successfully tagged support-scheduler-arm64:latest 16:13:43  Building support-scheduler ... done Removing intermediate container 031c7d01f39a 16:13:43 ---> 67fe5d6b1bc5 16:13:43 16:13:43 Successfully built 67fe5d6b1bc5 16:13:43 Successfully tagged core-data-arm64:latest 16:13:43  Building core-data ... done  [Pipeline] } 16:13:43 $ docker stop --time=1 2c2569b905ed525edddb13c8f671de589422dd70c167734a05bfee0332e68603 16:13:45 $ docker rm -f 2c2569b905ed525edddb13c8f671de589422dd70c167734a05bfee0332e68603 [Pipeline] // withDockerContainer [Pipeline] sh 16:13:45 + docker images 16:13:46 REPOSITORY TAG IMAGE ID CREATED SIZE 16:13:46 core-data-arm64 latest 67fe5d6b1bc5 2 seconds ago 20.6MB 16:13:46 support-scheduler-arm64 latest db42fc758940 3 seconds ago 25.5MB 16:13:46 02b4e27a6c10 10 seconds ago 1.35GB 16:13:46 ffc384b28e1c 18 seconds ago 1.32GB 16:13:46 core-metadata-arm64 latest 1197108a3354 About a minute ago 16.4MB 16:13:46 dcdc15b3d882 About a minute ago 1.29GB 16:13:46 security-spire-config-arm64 latest 9dd73c95408b About a minute ago 83.6MB 16:13:46 sys-mgmt-agent-arm64 latest dcc25b8cefd9 About a minute ago 282MB 16:13:46 security-proxy-setup-arm64 latest 940a6b4729eb 2 minutes ago 26.1MB 16:13:46 25aa79fb91a2 2 minutes ago 1.3GB 16:13:46 29a96db95c69 3 minutes ago 1.29GB 16:13:46 support-notifications-arm64 latest 7df706a34105 7 minutes ago 26.1MB 16:13:46 security-bootstrapper-arm64 latest 7305aeac92a6 8 minutes ago 18.5MB 16:13:46 security-spiffe-token-provider-arm64 latest 86c815606298 8 minutes ago 28.2MB 16:13:46 86ed7e67163d 8 minutes ago 1.35GB 16:13:46 security-spire-agent-arm64 latest 382c87065cc1 8 minutes ago 122MB 16:13:46 96867a7e2424 8 minutes ago 1.34GB 16:13:46 2ea6557ec6d5 8 minutes ago 1.29GB 16:13:46 56b34a3538cb 9 minutes ago 1.19GB 16:13:46 security-secretstore-setup-arm64 latest ae7c871bae58 10 minutes ago 27.9MB 16:13:46 core-command-arm64 latest ea80be3441ff 10 minutes ago 15.5MB 16:13:46 54704fc56e9d 10 minutes ago 1.3GB 16:13:46 4ab39b1950fe 11 minutes ago 1.29GB 16:13:46 security-spire-server-arm64 latest 48a32fae78c5 16 minutes ago 84.2MB 16:13:46 880d4b3b3c9a 16 minutes ago 1.19GB 16:13:46 ci-base-image-arm64 latest ab8ea70dba53 19 minutes ago 938MB 16:13:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 5 days ago 678MB 16:13:46 alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB 16:13:46 docker 20.10.14 c346e9eafbab 3 months ago 202MB 16:13:46 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 16:13:46 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 16:13:46 provisioning config files... 16:13:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/260@tmp/config7307081971513527116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:46 ---> docker-login.sh 16:13:46 nexus3.edgexfoundry.org:10001 16:13:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:46 Configure a credential helper to remove this warning. See 16:13:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:46 16:13:46 Login Succeeded 16:13:46 nexus3.edgexfoundry.org:10002 16:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:47 Configure a credential helper to remove this warning. See 16:13:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:47 16:13:47 Login Succeeded 16:13:47 nexus3.edgexfoundry.org:10003 16:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:48 Configure a credential helper to remove this warning. See 16:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:48 16:13:48 Login Succeeded 16:13:48 nexus3.edgexfoundry.org:10004 16:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:48 Configure a credential helper to remove this warning. See 16:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:48 16:13:48 Login Succeeded 16:13:48 docker.io 16:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:49 Configure a credential helper to remove this warning. See 16:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:49 16:13:49 Login Succeeded 16:13:49 ---> docker-login.sh ends [Pipeline] } 16:13:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:13:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 16:13:49 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:49 latest 16:13:49 2.2.1-dev.26 16:13:49 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:13:49 main 16:13:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:49 abcadcc83935: Preparing 16:13:49 d8dc4739145a: Preparing 16:13:49 d20f558db8ff: Preparing 16:13:49 470bf294d0e8: Preparing 16:13:49 dd565ff850e7: Preparing 16:13:49 dd565ff850e7: Layer already exists 16:13:50 d20f558db8ff: Pushed 16:13:50 470bf294d0e8: Pushed 16:13:50 abcadcc83935: Pushed 16:13:52 d8dc4739145a: Pushed 16:13:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:537e4b4db4989f2c64e544e97539991ec87e132710d00abb910ea5a9c7cc82c7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:53 abcadcc83935: Preparing 16:13:53 d8dc4739145a: Preparing 16:13:53 d20f558db8ff: Preparing 16:13:53 470bf294d0e8: Preparing 16:13:53 dd565ff850e7: Preparing 16:13:53 dd565ff850e7: Layer already exists 16:13:53 d8dc4739145a: Layer already exists 16:13:53 470bf294d0e8: Layer already exists 16:13:53 abcadcc83935: Layer already exists 16:13:53 d20f558db8ff: Layer already exists 16:13:53 latest: digest: sha256:537e4b4db4989f2c64e544e97539991ec87e132710d00abb910ea5a9c7cc82c7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 16:13:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:54 abcadcc83935: Preparing 16:13:54 d8dc4739145a: Preparing 16:13:54 d20f558db8ff: Preparing 16:13:54 470bf294d0e8: Preparing 16:13:54 dd565ff850e7: Preparing 16:13:54 d20f558db8ff: Layer already exists 16:13:54 dd565ff850e7: Layer already exists 16:13:54 470bf294d0e8: Layer already exists 16:13:54 d8dc4739145a: Layer already exists 16:13:54 abcadcc83935: Layer already exists 16:13:54 2.2.1-dev.26: digest: sha256:537e4b4db4989f2c64e544e97539991ec87e132710d00abb910ea5a9c7cc82c7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:55 abcadcc83935: Preparing 16:13:55 d8dc4739145a: Preparing 16:13:55 d20f558db8ff: Preparing 16:13:55 470bf294d0e8: Preparing 16:13:55 dd565ff850e7: Preparing 16:13:55 d8dc4739145a: Layer already exists 16:13:55 470bf294d0e8: Layer already exists 16:13:55 abcadcc83935: Layer already exists 16:13:55 d20f558db8ff: Layer already exists 16:13:55 dd565ff850e7: Layer already exists 16:13:55 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:537e4b4db4989f2c64e544e97539991ec87e132710d00abb910ea5a9c7cc82c7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 16:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:13:56 abcadcc83935: Preparing 16:13:56 d8dc4739145a: Preparing 16:13:56 d20f558db8ff: Preparing 16:13:56 470bf294d0e8: Preparing 16:13:56 dd565ff850e7: Preparing 16:13:56 d8dc4739145a: Layer already exists 16:13:56 abcadcc83935: Layer already exists 16:13:56 470bf294d0e8: Layer already exists 16:13:56 dd565ff850e7: Layer already exists 16:13:56 d20f558db8ff: Layer already exists 16:13:56 main: digest: sha256:537e4b4db4989f2c64e544e97539991ec87e132710d00abb910ea5a9c7cc82c7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:56 ===================================================== [Pipeline] echo 16:13:56 taggedImages: 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.26 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:13:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 16:13:56 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 16:13:56 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:56 latest 16:13:56 2.2.1-dev.26 16:13:56 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:13:56 main 16:13:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:13:57 94a5c46fb494: Preparing 16:13:57 48c840cb7d37: Preparing 16:13:57 d20f558db8ff: Preparing 16:13:57 9c597e655cdc: Preparing 16:13:57 89affc13ce9c: Preparing 16:13:57 dd565ff850e7: Preparing 16:13:57 dd565ff850e7: Waiting 16:13:57 d20f558db8ff: Layer already exists 16:13:57 dd565ff850e7: Layer already exists 16:13:57 89affc13ce9c: Pushed 16:13:57 94a5c46fb494: Pushed 16:13:58 9c597e655cdc: Pushed 16:14:00 48c840cb7d37: Pushed 16:14:00 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:427d60c1ccc0d5fc6a67c50e169537432920088ed7971d612a28b160973580da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:01 94a5c46fb494: Preparing 16:14:01 48c840cb7d37: Preparing 16:14:01 d20f558db8ff: Preparing 16:14:01 9c597e655cdc: Preparing 16:14:01 89affc13ce9c: Preparing 16:14:01 dd565ff850e7: Preparing 16:14:01 dd565ff850e7: Waiting 16:14:01 d20f558db8ff: Layer already exists 16:14:01 94a5c46fb494: Layer already exists 16:14:01 9c597e655cdc: Layer already exists 16:14:01 89affc13ce9c: Layer already exists 16:14:01 48c840cb7d37: Layer already exists 16:14:01 dd565ff850e7: Layer already exists 16:14:01 latest: digest: sha256:427d60c1ccc0d5fc6a67c50e169537432920088ed7971d612a28b160973580da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 16:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:02 94a5c46fb494: Preparing 16:14:02 48c840cb7d37: Preparing 16:14:02 d20f558db8ff: Preparing 16:14:02 9c597e655cdc: Preparing 16:14:02 89affc13ce9c: Preparing 16:14:02 dd565ff850e7: Preparing 16:14:02 dd565ff850e7: Waiting 16:14:02 94a5c46fb494: Layer already exists 16:14:02 48c840cb7d37: Layer already exists 16:14:02 89affc13ce9c: Layer already exists 16:14:02 9c597e655cdc: Layer already exists 16:14:02 d20f558db8ff: Layer already exists 16:14:02 dd565ff850e7: Layer already exists 16:14:02 2.2.1-dev.26: digest: sha256:427d60c1ccc0d5fc6a67c50e169537432920088ed7971d612a28b160973580da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:03 94a5c46fb494: Preparing 16:14:03 48c840cb7d37: Preparing 16:14:03 d20f558db8ff: Preparing 16:14:03 9c597e655cdc: Preparing 16:14:03 89affc13ce9c: Preparing 16:14:03 dd565ff850e7: Preparing 16:14:03 dd565ff850e7: Waiting 16:14:03 94a5c46fb494: Layer already exists 16:14:03 9c597e655cdc: Layer already exists 16:14:03 48c840cb7d37: Layer already exists 16:14:03 89affc13ce9c: Layer already exists 16:14:03 d20f558db8ff: Layer already exists 16:14:03 dd565ff850e7: Layer already exists 16:14:03 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:427d60c1ccc0d5fc6a67c50e169537432920088ed7971d612a28b160973580da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 16:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:14:04 94a5c46fb494: Preparing 16:14:04 48c840cb7d37: Preparing 16:14:04 d20f558db8ff: Preparing 16:14:04 9c597e655cdc: Preparing 16:14:04 89affc13ce9c: Preparing 16:14:04 dd565ff850e7: Preparing 16:14:04 dd565ff850e7: Waiting 16:14:04 89affc13ce9c: Layer already exists 16:14:04 94a5c46fb494: Layer already exists 16:14:04 d20f558db8ff: Layer already exists 16:14:04 48c840cb7d37: Layer already exists 16:14:04 9c597e655cdc: Layer already exists 16:14:04 dd565ff850e7: Layer already exists 16:14:04 main: digest: sha256:427d60c1ccc0d5fc6a67c50e169537432920088ed7971d612a28b160973580da size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:04 ===================================================== [Pipeline] echo 16:14:04 taggedImages: 16:14:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:14:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.26 16:14:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:04 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 16:14:04 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 16:14:04 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:04 latest 16:14:04 2.2.1-dev.26 16:14:04 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:04 main 16:14:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:05 0fdfb4b24acb: Preparing 16:14:05 a2cbfbab89ad: Preparing 16:14:05 d20f558db8ff: Preparing 16:14:05 470bf294d0e8: Preparing 16:14:05 dd565ff850e7: Preparing 16:14:05 dd565ff850e7: Layer already exists 16:14:05 470bf294d0e8: Layer already exists 16:14:05 d20f558db8ff: Layer already exists 16:14:05 0fdfb4b24acb: Pushed 16:14:08 a2cbfbab89ad: Pushed 16:14:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:e8b744c9da78ed26eac9217521ede126822bcbb9b54bbffe99d2c05d4f8d6031 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:09 0fdfb4b24acb: Preparing 16:14:09 a2cbfbab89ad: Preparing 16:14:09 d20f558db8ff: Preparing 16:14:09 470bf294d0e8: Preparing 16:14:09 dd565ff850e7: Preparing 16:14:09 470bf294d0e8: Layer already exists 16:14:09 a2cbfbab89ad: Layer already exists 16:14:09 dd565ff850e7: Layer already exists 16:14:09 d20f558db8ff: Layer already exists 16:14:09 0fdfb4b24acb: Layer already exists 16:14:09 latest: digest: sha256:e8b744c9da78ed26eac9217521ede126822bcbb9b54bbffe99d2c05d4f8d6031 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 16:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:10 0fdfb4b24acb: Preparing 16:14:10 a2cbfbab89ad: Preparing 16:14:10 d20f558db8ff: Preparing 16:14:10 470bf294d0e8: Preparing 16:14:10 dd565ff850e7: Preparing 16:14:10 dd565ff850e7: Layer already exists 16:14:10 470bf294d0e8: Layer already exists 16:14:10 a2cbfbab89ad: Layer already exists 16:14:10 d20f558db8ff: Layer already exists 16:14:10 0fdfb4b24acb: Layer already exists 16:14:10 2.2.1-dev.26: digest: sha256:e8b744c9da78ed26eac9217521ede126822bcbb9b54bbffe99d2c05d4f8d6031 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:11 0fdfb4b24acb: Preparing 16:14:11 a2cbfbab89ad: Preparing 16:14:11 d20f558db8ff: Preparing 16:14:11 470bf294d0e8: Preparing 16:14:11 dd565ff850e7: Preparing 16:14:11 a2cbfbab89ad: Layer already exists 16:14:11 dd565ff850e7: Layer already exists 16:14:11 d20f558db8ff: Layer already exists 16:14:11 0fdfb4b24acb: Layer already exists 16:14:11 470bf294d0e8: Layer already exists 16:14:11 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:e8b744c9da78ed26eac9217521ede126822bcbb9b54bbffe99d2c05d4f8d6031 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 16:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:14:12 0fdfb4b24acb: Preparing 16:14:12 a2cbfbab89ad: Preparing 16:14:12 d20f558db8ff: Preparing 16:14:12 470bf294d0e8: Preparing 16:14:12 dd565ff850e7: Preparing 16:14:12 dd565ff850e7: Layer already exists 16:14:12 0fdfb4b24acb: Layer already exists 16:14:12 d20f558db8ff: Layer already exists 16:14:12 a2cbfbab89ad: Layer already exists 16:14:12 470bf294d0e8: Layer already exists 16:14:12 main: digest: sha256:e8b744c9da78ed26eac9217521ede126822bcbb9b54bbffe99d2c05d4f8d6031 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:12 ===================================================== [Pipeline] echo 16:14:12 taggedImages: 16:14:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:14:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.26 16:14:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 16:14:13 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 16:14:13 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:13 latest 16:14:13 2.2.1-dev.26 16:14:13 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:13 main 16:14:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:13 7c7ac732f170: Preparing 16:14:13 7c7ac732f170: Preparing 16:14:13 39e9f21505a9: Preparing 16:14:13 f860c89756f4: Preparing 16:14:13 3b2cf835a2f7: Preparing 16:14:13 2f733df894d1: Preparing 16:14:13 d20f558db8ff: Preparing 16:14:13 13cbf7c4e07b: Preparing 16:14:13 237f1c49cff5: Preparing 16:14:13 92031df87a56: Preparing 16:14:13 078d1a05088d: Preparing 16:14:13 dd565ff850e7: Preparing 16:14:13 237f1c49cff5: Waiting 16:14:13 92031df87a56: Waiting 16:14:13 078d1a05088d: Waiting 16:14:13 dd565ff850e7: Waiting 16:14:13 d20f558db8ff: Waiting 16:14:13 13cbf7c4e07b: Waiting 16:14:14 7c7ac732f170: Pushed 16:14:14 3b2cf835a2f7: Pushed 16:14:14 f860c89756f4: Pushed 16:14:14 39e9f21505a9: Pushed 16:14:14 d20f558db8ff: Layer already exists 16:14:14 237f1c49cff5: Pushed 16:14:14 13cbf7c4e07b: Pushed 16:14:14 92031df87a56: Pushed 16:14:14 078d1a05088d: Pushed 16:14:14 dd565ff850e7: Layer already exists 16:14:17 2f733df894d1: Pushed 16:14:17 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:09c9a964360f9de2b86784900e8d015a62d0ce5a92c90f69a794383fbc23f2ed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:18 7c7ac732f170: Preparing 16:14:18 7c7ac732f170: Preparing 16:14:18 39e9f21505a9: Preparing 16:14:18 f860c89756f4: Preparing 16:14:18 3b2cf835a2f7: Preparing 16:14:18 2f733df894d1: Preparing 16:14:18 d20f558db8ff: Preparing 16:14:18 13cbf7c4e07b: Preparing 16:14:18 237f1c49cff5: Preparing 16:14:18 92031df87a56: Preparing 16:14:18 078d1a05088d: Preparing 16:14:18 d20f558db8ff: Waiting 16:14:18 13cbf7c4e07b: Waiting 16:14:18 237f1c49cff5: Waiting 16:14:18 92031df87a56: Waiting 16:14:18 078d1a05088d: Waiting 16:14:18 dd565ff850e7: Preparing 16:14:18 dd565ff850e7: Waiting 16:14:18 2f733df894d1: Layer already exists 16:14:18 39e9f21505a9: Layer already exists 16:14:18 f860c89756f4: Layer already exists 16:14:18 3b2cf835a2f7: Layer already exists 16:14:18 7c7ac732f170: Layer already exists 16:14:18 237f1c49cff5: Layer already exists 16:14:18 13cbf7c4e07b: Layer already exists 16:14:18 92031df87a56: Layer already exists 16:14:18 d20f558db8ff: Layer already exists 16:14:18 078d1a05088d: Layer already exists 16:14:18 dd565ff850e7: Layer already exists 16:14:18 latest: digest: sha256:09c9a964360f9de2b86784900e8d015a62d0ce5a92c90f69a794383fbc23f2ed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 16:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:19 7c7ac732f170: Preparing 16:14:19 7c7ac732f170: Preparing 16:14:19 39e9f21505a9: Preparing 16:14:19 f860c89756f4: Preparing 16:14:19 3b2cf835a2f7: Preparing 16:14:19 2f733df894d1: Preparing 16:14:19 d20f558db8ff: Preparing 16:14:19 13cbf7c4e07b: Preparing 16:14:19 237f1c49cff5: Preparing 16:14:19 92031df87a56: Preparing 16:14:19 078d1a05088d: Preparing 16:14:19 dd565ff850e7: Preparing 16:14:19 237f1c49cff5: Waiting 16:14:19 92031df87a56: Waiting 16:14:19 078d1a05088d: Waiting 16:14:19 dd565ff850e7: Waiting 16:14:19 d20f558db8ff: Waiting 16:14:19 13cbf7c4e07b: Waiting 16:14:19 39e9f21505a9: Layer already exists 16:14:19 f860c89756f4: Layer already exists 16:14:19 7c7ac732f170: Layer already exists 16:14:19 2f733df894d1: Layer already exists 16:14:19 3b2cf835a2f7: Layer already exists 16:14:19 237f1c49cff5: Layer already exists 16:14:19 13cbf7c4e07b: Layer already exists 16:14:19 078d1a05088d: Layer already exists 16:14:19 d20f558db8ff: Layer already exists 16:14:19 92031df87a56: Layer already exists 16:14:19 dd565ff850e7: Layer already exists 16:14:19 2.2.1-dev.26: digest: sha256:09c9a964360f9de2b86784900e8d015a62d0ce5a92c90f69a794383fbc23f2ed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:20 7c7ac732f170: Preparing 16:14:20 7c7ac732f170: Preparing 16:14:20 39e9f21505a9: Preparing 16:14:20 f860c89756f4: Preparing 16:14:20 3b2cf835a2f7: Preparing 16:14:20 2f733df894d1: Preparing 16:14:20 d20f558db8ff: Preparing 16:14:20 13cbf7c4e07b: Preparing 16:14:20 237f1c49cff5: Preparing 16:14:20 92031df87a56: Preparing 16:14:20 078d1a05088d: Preparing 16:14:20 dd565ff850e7: Preparing 16:14:20 237f1c49cff5: Waiting 16:14:20 92031df87a56: Waiting 16:14:20 078d1a05088d: Waiting 16:14:20 dd565ff850e7: Waiting 16:14:20 d20f558db8ff: Waiting 16:14:20 13cbf7c4e07b: Waiting 16:14:20 f860c89756f4: Layer already exists 16:14:20 2f733df894d1: Layer already exists 16:14:20 3b2cf835a2f7: Layer already exists 16:14:20 39e9f21505a9: Layer already exists 16:14:20 7c7ac732f170: Layer already exists 16:14:20 13cbf7c4e07b: Layer already exists 16:14:20 d20f558db8ff: Layer already exists 16:14:20 078d1a05088d: Layer already exists 16:14:20 237f1c49cff5: Layer already exists 16:14:20 92031df87a56: Layer already exists 16:14:20 dd565ff850e7: Layer already exists 16:14:20 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:09c9a964360f9de2b86784900e8d015a62d0ce5a92c90f69a794383fbc23f2ed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 16:14:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:14:21 7c7ac732f170: Preparing 16:14:21 7c7ac732f170: Preparing 16:14:21 39e9f21505a9: Preparing 16:14:21 f860c89756f4: Preparing 16:14:21 3b2cf835a2f7: Preparing 16:14:21 2f733df894d1: Preparing 16:14:21 d20f558db8ff: Preparing 16:14:21 13cbf7c4e07b: Preparing 16:14:21 237f1c49cff5: Preparing 16:14:21 92031df87a56: Preparing 16:14:21 078d1a05088d: Preparing 16:14:21 dd565ff850e7: Preparing 16:14:21 d20f558db8ff: Waiting 16:14:21 13cbf7c4e07b: Waiting 16:14:21 237f1c49cff5: Waiting 16:14:21 dd565ff850e7: Waiting 16:14:21 92031df87a56: Waiting 16:14:21 078d1a05088d: Waiting 16:14:21 39e9f21505a9: Layer already exists 16:14:21 3b2cf835a2f7: Layer already exists 16:14:21 2f733df894d1: Layer already exists 16:14:21 7c7ac732f170: Layer already exists 16:14:21 f860c89756f4: Layer already exists 16:14:21 d20f558db8ff: Layer already exists 16:14:21 237f1c49cff5: Layer already exists 16:14:21 92031df87a56: Layer already exists 16:14:21 13cbf7c4e07b: Layer already exists 16:14:21 078d1a05088d: Layer already exists 16:14:21 dd565ff850e7: Layer already exists 16:14:21 main: digest: sha256:09c9a964360f9de2b86784900e8d015a62d0ce5a92c90f69a794383fbc23f2ed size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:21 ===================================================== [Pipeline] echo 16:14:21 taggedImages: 16:14:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:14:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.26 16:14:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 16:14:21 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 16:14:21 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:21 latest 16:14:21 2.2.1-dev.26 16:14:21 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:21 main 16:14:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:22 1c804beaf2ca: Preparing 16:14:22 26aebd7ecf47: Preparing 16:14:22 25c2332d7aab: Preparing 16:14:22 848abe870d69: Preparing 16:14:22 2fcc1a60e57d: Preparing 16:14:22 3b0a767564c9: Preparing 16:14:22 17d19bdab432: Preparing 16:14:22 dd565ff850e7: Preparing 16:14:22 3b0a767564c9: Waiting 16:14:22 17d19bdab432: Waiting 16:14:22 dd565ff850e7: Waiting 16:14:22 2fcc1a60e57d: Pushed 16:14:22 1c804beaf2ca: Pushed 16:14:22 26aebd7ecf47: Pushed 16:14:22 dd565ff850e7: Layer already exists 16:14:23 3b0a767564c9: Pushed 16:14:23 17d19bdab432: Pushed 16:14:25 25c2332d7aab: Pushed 16:14:25 848abe870d69: Pushed 16:14:25 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:a24f4d48a4023a1b5a5007dc70124680f95d742b2001d1cf00fe7c9e09158649 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:25 + 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 16:14:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:26 1c804beaf2ca: Preparing 16:14:26 26aebd7ecf47: Preparing 16:14:26 25c2332d7aab: Preparing 16:14:26 848abe870d69: Preparing 16:14:26 2fcc1a60e57d: Preparing 16:14:26 3b0a767564c9: Preparing 16:14:26 17d19bdab432: Preparing 16:14:26 dd565ff850e7: Preparing 16:14:26 17d19bdab432: Waiting 16:14:26 dd565ff850e7: Waiting 16:14:26 1c804beaf2ca: Layer already exists 16:14:26 848abe870d69: Layer already exists 16:14:26 26aebd7ecf47: Layer already exists 16:14:26 25c2332d7aab: Layer already exists 16:14:26 2fcc1a60e57d: Layer already exists 16:14:26 17d19bdab432: Layer already exists 16:14:26 3b0a767564c9: Layer already exists 16:14:26 dd565ff850e7: Layer already exists 16:14:26 latest: digest: sha256:a24f4d48a4023a1b5a5007dc70124680f95d742b2001d1cf00fe7c9e09158649 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 16:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:27 1c804beaf2ca: Preparing 16:14:27 26aebd7ecf47: Preparing 16:14:27 25c2332d7aab: Preparing 16:14:27 848abe870d69: Preparing 16:14:27 2fcc1a60e57d: Preparing 16:14:27 3b0a767564c9: Preparing 16:14:27 17d19bdab432: Preparing 16:14:27 dd565ff850e7: Preparing 16:14:27 3b0a767564c9: Waiting 16:14:27 17d19bdab432: Waiting 16:14:27 dd565ff850e7: Waiting 16:14:27 25c2332d7aab: Layer already exists 16:14:27 1c804beaf2ca: Layer already exists 16:14:27 848abe870d69: Layer already exists 16:14:27 26aebd7ecf47: Layer already exists 16:14:27 2fcc1a60e57d: Layer already exists 16:14:27 dd565ff850e7: Layer already exists 16:14:27 17d19bdab432: Layer already exists 16:14:27 3b0a767564c9: Layer already exists 16:14:27 2.2.1-dev.26: digest: sha256:a24f4d48a4023a1b5a5007dc70124680f95d742b2001d1cf00fe7c9e09158649 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:27 1c804beaf2ca: Preparing 16:14:27 26aebd7ecf47: Preparing 16:14:27 25c2332d7aab: Preparing 16:14:27 848abe870d69: Preparing 16:14:27 2fcc1a60e57d: Preparing 16:14:27 3b0a767564c9: Preparing 16:14:27 17d19bdab432: Preparing 16:14:27 dd565ff850e7: Preparing 16:14:27 3b0a767564c9: Waiting 16:14:27 17d19bdab432: Waiting 16:14:27 dd565ff850e7: Waiting 16:14:27 26aebd7ecf47: Layer already exists 16:14:27 1c804beaf2ca: Layer already exists 16:14:27 848abe870d69: Layer already exists 16:14:27 2fcc1a60e57d: Layer already exists 16:14:27 25c2332d7aab: Layer already exists 16:14:28 17d19bdab432: Layer already exists 16:14:28 dd565ff850e7: Layer already exists 16:14:28 3b0a767564c9: Layer already exists 16:14:28 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:a24f4d48a4023a1b5a5007dc70124680f95d742b2001d1cf00fe7c9e09158649 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:28 + 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 16:14:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 16:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:14:28 1c804beaf2ca: Preparing 16:14:28 26aebd7ecf47: Preparing 16:14:28 25c2332d7aab: Preparing 16:14:28 848abe870d69: Preparing 16:14:28 2fcc1a60e57d: Preparing 16:14:28 3b0a767564c9: Preparing 16:14:28 17d19bdab432: Preparing 16:14:28 dd565ff850e7: Preparing 16:14:28 3b0a767564c9: Waiting 16:14:28 17d19bdab432: Waiting 16:14:28 dd565ff850e7: Waiting 16:14:28 2fcc1a60e57d: Layer already exists 16:14:28 25c2332d7aab: Layer already exists 16:14:28 848abe870d69: Layer already exists 16:14:28 26aebd7ecf47: Layer already exists 16:14:28 1c804beaf2ca: Layer already exists 16:14:28 dd565ff850e7: Layer already exists 16:14:29 17d19bdab432: Layer already exists 16:14:29 3b0a767564c9: Layer already exists 16:14:29 main: digest: sha256:a24f4d48a4023a1b5a5007dc70124680f95d742b2001d1cf00fe7c9e09158649 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:29 ===================================================== [Pipeline] echo 16:14:29 taggedImages: 16:14:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:14:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.26 16:14:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 16:14:29 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 16:14:29 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:29 latest 16:14:29 2.2.1-dev.26 16:14:29 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:29 main 16:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:29 23907c65bee1: Preparing 16:14:29 9f0c89d331ec: Preparing 16:14:29 54534336c566: Preparing 16:14:29 bf6fe89010e4: Preparing 16:14:29 968e097a7bd0: Preparing 16:14:29 d78441c7a950: Preparing 16:14:29 3f405db173a4: Preparing 16:14:29 f2bbd86ac2af: Preparing 16:14:29 b963174d6a8d: Preparing 16:14:29 dd565ff850e7: Preparing 16:14:29 d78441c7a950: Waiting 16:14:29 b963174d6a8d: Waiting 16:14:29 dd565ff850e7: Waiting 16:14:29 3f405db173a4: Waiting 16:14:29 f2bbd86ac2af: Waiting 16:14:30 968e097a7bd0: Pushed 16:14:30 9f0c89d331ec: Pushed 16:14:30 23907c65bee1: Pushed 16:14:30 d78441c7a950: Pushed 16:14:30 f2bbd86ac2af: Pushed 16:14:30 3f405db173a4: Pushed 16:14:30 dd565ff850e7: Layer already exists 16:14:30 b963174d6a8d: Pushed 16:14:32 bf6fe89010e4: Pushed 16:14:33 54534336c566: Pushed 16:14:33 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:35b237935f2591819ea82a923e3c4b69bf5f909cb0f8fe2aa70e58917f6b9fd1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:34 + 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 16:14:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:34 23907c65bee1: Preparing 16:14:34 9f0c89d331ec: Preparing 16:14:34 54534336c566: Preparing 16:14:34 bf6fe89010e4: Preparing 16:14:34 968e097a7bd0: Preparing 16:14:34 d78441c7a950: Preparing 16:14:34 3f405db173a4: Preparing 16:14:34 f2bbd86ac2af: Preparing 16:14:34 b963174d6a8d: Preparing 16:14:34 dd565ff850e7: Preparing 16:14:34 f2bbd86ac2af: Waiting 16:14:34 dd565ff850e7: Waiting 16:14:34 b963174d6a8d: Waiting 16:14:34 d78441c7a950: Waiting 16:14:34 3f405db173a4: Waiting 16:14:34 54534336c566: Layer already exists 16:14:34 23907c65bee1: Layer already exists 16:14:34 9f0c89d331ec: Layer already exists 16:14:34 968e097a7bd0: Layer already exists 16:14:34 bf6fe89010e4: Layer already exists 16:14:34 f2bbd86ac2af: Layer already exists 16:14:34 d78441c7a950: Layer already exists 16:14:34 dd565ff850e7: Layer already exists 16:14:34 3f405db173a4: Layer already exists 16:14:34 b963174d6a8d: Layer already exists 16:14:34 latest: digest: sha256:35b237935f2591819ea82a923e3c4b69bf5f909cb0f8fe2aa70e58917f6b9fd1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:34 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 16:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:35 23907c65bee1: Preparing 16:14:35 9f0c89d331ec: Preparing 16:14:35 54534336c566: Preparing 16:14:35 bf6fe89010e4: Preparing 16:14:35 968e097a7bd0: Preparing 16:14:35 d78441c7a950: Preparing 16:14:35 3f405db173a4: Preparing 16:14:35 f2bbd86ac2af: Preparing 16:14:35 b963174d6a8d: Preparing 16:14:35 dd565ff850e7: Preparing 16:14:35 f2bbd86ac2af: Waiting 16:14:35 b963174d6a8d: Waiting 16:14:35 dd565ff850e7: Waiting 16:14:35 3f405db173a4: Waiting 16:14:35 d78441c7a950: Waiting 16:14:35 968e097a7bd0: Layer already exists 16:14:35 54534336c566: Layer already exists 16:14:35 9f0c89d331ec: Layer already exists 16:14:35 23907c65bee1: Layer already exists 16:14:35 bf6fe89010e4: Layer already exists 16:14:35 d78441c7a950: Layer already exists 16:14:35 f2bbd86ac2af: Layer already exists 16:14:35 3f405db173a4: Layer already exists 16:14:35 dd565ff850e7: Layer already exists 16:14:35 b963174d6a8d: Layer already exists 16:14:35 2.2.1-dev.26: digest: sha256:35b237935f2591819ea82a923e3c4b69bf5f909cb0f8fe2aa70e58917f6b9fd1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:36 23907c65bee1: Preparing 16:14:36 9f0c89d331ec: Preparing 16:14:36 54534336c566: Preparing 16:14:36 bf6fe89010e4: Preparing 16:14:36 968e097a7bd0: Preparing 16:14:36 d78441c7a950: Preparing 16:14:36 3f405db173a4: Preparing 16:14:36 f2bbd86ac2af: Preparing 16:14:36 b963174d6a8d: Preparing 16:14:36 dd565ff850e7: Preparing 16:14:36 d78441c7a950: Waiting 16:14:36 3f405db173a4: Waiting 16:14:36 f2bbd86ac2af: Waiting 16:14:36 b963174d6a8d: Waiting 16:14:36 dd565ff850e7: Waiting 16:14:36 9f0c89d331ec: Layer already exists 16:14:36 23907c65bee1: Layer already exists 16:14:36 968e097a7bd0: Layer already exists 16:14:36 54534336c566: Layer already exists 16:14:36 bf6fe89010e4: Layer already exists 16:14:36 d78441c7a950: Layer already exists 16:14:36 3f405db173a4: Layer already exists 16:14:36 b963174d6a8d: Layer already exists 16:14:36 f2bbd86ac2af: Layer already exists 16:14:36 dd565ff850e7: Layer already exists 16:14:36 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:35b237935f2591819ea82a923e3c4b69bf5f909cb0f8fe2aa70e58917f6b9fd1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:36 + 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 16:14:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 16:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:14:37 23907c65bee1: Preparing 16:14:37 9f0c89d331ec: Preparing 16:14:37 54534336c566: Preparing 16:14:37 bf6fe89010e4: Preparing 16:14:37 968e097a7bd0: Preparing 16:14:37 d78441c7a950: Preparing 16:14:37 3f405db173a4: Preparing 16:14:37 f2bbd86ac2af: Preparing 16:14:37 b963174d6a8d: Preparing 16:14:37 dd565ff850e7: Preparing 16:14:37 f2bbd86ac2af: Waiting 16:14:37 b963174d6a8d: Waiting 16:14:37 dd565ff850e7: Waiting 16:14:37 d78441c7a950: Waiting 16:14:37 3f405db173a4: Waiting 16:14:37 968e097a7bd0: Layer already exists 16:14:37 bf6fe89010e4: Layer already exists 16:14:37 9f0c89d331ec: Layer already exists 16:14:37 23907c65bee1: Layer already exists 16:14:37 54534336c566: Layer already exists 16:14:37 3f405db173a4: Layer already exists 16:14:37 b963174d6a8d: Layer already exists 16:14:37 dd565ff850e7: Layer already exists 16:14:37 f2bbd86ac2af: Layer already exists 16:14:37 d78441c7a950: Layer already exists 16:14:37 main: digest: sha256:35b237935f2591819ea82a923e3c4b69bf5f909cb0f8fe2aa70e58917f6b9fd1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:37 ===================================================== [Pipeline] echo 16:14:37 taggedImages: 16:14:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:14:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.26 16:14:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 16:14:37 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 16:14:37 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:37 latest 16:14:37 2.2.1-dev.26 16:14:37 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:37 main 16:14:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:38 b015e8b990e8: Preparing 16:14:38 5c4621708047: Preparing 16:14:38 d20f558db8ff: Preparing 16:14:38 a5ac298f5ac1: Preparing 16:14:38 7d44cce56a9f: Preparing 16:14:38 4f4ce317c6bb: Preparing 16:14:38 4f4ce317c6bb: Waiting 16:14:38 d20f558db8ff: Layer already exists 16:14:38 4f4ce317c6bb: Layer already exists 16:14:38 7d44cce56a9f: Pushed 16:14:38 b015e8b990e8: Pushed 16:14:40 a5ac298f5ac1: Pushed 16:14:43 5c4621708047: Pushed 16:14:43 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:8f2645a08197bc6dda11b61499f875396881dfeed27c62a82c6dbe0437ffbeb7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:43 + 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 16:14:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:44 b015e8b990e8: Preparing 16:14:44 5c4621708047: Preparing 16:14:44 d20f558db8ff: Preparing 16:14:44 a5ac298f5ac1: Preparing 16:14:44 7d44cce56a9f: Preparing 16:14:44 4f4ce317c6bb: Preparing 16:14:44 4f4ce317c6bb: Waiting 16:14:44 5c4621708047: Layer already exists 16:14:44 a5ac298f5ac1: Layer already exists 16:14:44 7d44cce56a9f: Layer already exists 16:14:44 d20f558db8ff: Layer already exists 16:14:44 b015e8b990e8: Layer already exists 16:14:44 4f4ce317c6bb: Layer already exists 16:14:44 latest: digest: sha256:8f2645a08197bc6dda11b61499f875396881dfeed27c62a82c6dbe0437ffbeb7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:44 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 16:14:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:45 b015e8b990e8: Preparing 16:14:45 5c4621708047: Preparing 16:14:45 d20f558db8ff: Preparing 16:14:45 a5ac298f5ac1: Preparing 16:14:45 7d44cce56a9f: Preparing 16:14:45 4f4ce317c6bb: Preparing 16:14:45 4f4ce317c6bb: Waiting 16:14:45 7d44cce56a9f: Layer already exists 16:14:45 5c4621708047: Layer already exists 16:14:45 a5ac298f5ac1: Layer already exists 16:14:45 b015e8b990e8: Layer already exists 16:14:45 d20f558db8ff: Layer already exists 16:14:45 4f4ce317c6bb: Layer already exists 16:14:45 2.2.1-dev.26: digest: sha256:8f2645a08197bc6dda11b61499f875396881dfeed27c62a82c6dbe0437ffbeb7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:45 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:46 b015e8b990e8: Preparing 16:14:46 5c4621708047: Preparing 16:14:46 d20f558db8ff: Preparing 16:14:46 a5ac298f5ac1: Preparing 16:14:46 7d44cce56a9f: Preparing 16:14:46 4f4ce317c6bb: Preparing 16:14:46 4f4ce317c6bb: Waiting 16:14:46 5c4621708047: Layer already exists 16:14:46 d20f558db8ff: Layer already exists 16:14:46 7d44cce56a9f: Layer already exists 16:14:46 a5ac298f5ac1: Layer already exists 16:14:46 b015e8b990e8: Layer already exists 16:14:46 4f4ce317c6bb: Layer already exists 16:14:46 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:8f2645a08197bc6dda11b61499f875396881dfeed27c62a82c6dbe0437ffbeb7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:46 + 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 16:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 16:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:14:47 b015e8b990e8: Preparing 16:14:47 5c4621708047: Preparing 16:14:47 d20f558db8ff: Preparing 16:14:47 a5ac298f5ac1: Preparing 16:14:47 7d44cce56a9f: Preparing 16:14:47 4f4ce317c6bb: Preparing 16:14:47 4f4ce317c6bb: Waiting 16:14:47 7d44cce56a9f: Layer already exists 16:14:47 d20f558db8ff: Layer already exists 16:14:47 5c4621708047: Layer already exists 16:14:47 b015e8b990e8: Layer already exists 16:14:47 a5ac298f5ac1: Layer already exists 16:14:47 4f4ce317c6bb: Layer already exists 16:14:47 main: digest: sha256:8f2645a08197bc6dda11b61499f875396881dfeed27c62a82c6dbe0437ffbeb7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:14:47 ===================================================== [Pipeline] echo 16:14:47 taggedImages: 16:14:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:14:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.26 16:14:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 16:14:47 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 16:14:47 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:47 latest 16:14:47 2.2.1-dev.26 16:14:47 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:14:47 main 16:14:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:14:48 aa5b5627958f: Preparing 16:14:48 8b13a797203f: Preparing 16:14:48 dd34af8bd762: Preparing 16:14:48 2cd50adcacf3: Preparing 16:14:48 d953eb96fa55: Preparing 16:14:48 463b0ae55bf2: Preparing 16:14:48 7d44cce56a9f: Preparing 16:14:48 4f4ce317c6bb: Preparing 16:14:48 7d44cce56a9f: Waiting 16:14:48 4f4ce317c6bb: Waiting 16:14:48 463b0ae55bf2: Waiting 16:14:48 aa5b5627958f: Pushed 16:14:48 8b13a797203f: Pushed 16:14:48 dd34af8bd762: Pushed 16:14:48 7d44cce56a9f: Layer already exists 16:14:48 4f4ce317c6bb: Layer already exists 16:14:49 463b0ae55bf2: Pushed 16:14:57 d953eb96fa55: Pushed 16:15:04 2cd50adcacf3: Pushed 16:15:04 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:60b2fc4ec2a34534b2fde73693407d25da10761cd7915979c0efe8e62775e1d9 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:04 + 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 16:15:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:15:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:05 aa5b5627958f: Preparing 16:15:05 8b13a797203f: Preparing 16:15:05 dd34af8bd762: Preparing 16:15:05 2cd50adcacf3: Preparing 16:15:05 d953eb96fa55: Preparing 16:15:05 463b0ae55bf2: Preparing 16:15:05 7d44cce56a9f: Preparing 16:15:05 4f4ce317c6bb: Preparing 16:15:05 463b0ae55bf2: Waiting 16:15:05 7d44cce56a9f: Waiting 16:15:05 4f4ce317c6bb: Waiting 16:15:05 d953eb96fa55: Layer already exists 16:15:05 dd34af8bd762: Layer already exists 16:15:05 aa5b5627958f: Layer already exists 16:15:05 8b13a797203f: Layer already exists 16:15:05 2cd50adcacf3: Layer already exists 16:15:05 7d44cce56a9f: Layer already exists 16:15:05 4f4ce317c6bb: Layer already exists 16:15:05 463b0ae55bf2: Layer already exists 16:15:05 latest: digest: sha256:60b2fc4ec2a34534b2fde73693407d25da10761cd7915979c0efe8e62775e1d9 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 16:15:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:06 aa5b5627958f: Preparing 16:15:06 8b13a797203f: Preparing 16:15:06 dd34af8bd762: Preparing 16:15:06 2cd50adcacf3: Preparing 16:15:06 d953eb96fa55: Preparing 16:15:06 463b0ae55bf2: Preparing 16:15:06 7d44cce56a9f: Preparing 16:15:06 4f4ce317c6bb: Preparing 16:15:06 463b0ae55bf2: Waiting 16:15:06 4f4ce317c6bb: Waiting 16:15:06 7d44cce56a9f: Waiting 16:15:06 d953eb96fa55: Layer already exists 16:15:06 8b13a797203f: Layer already exists 16:15:06 dd34af8bd762: Layer already exists 16:15:06 2cd50adcacf3: Layer already exists 16:15:06 aa5b5627958f: Layer already exists 16:15:06 463b0ae55bf2: Layer already exists 16:15:06 7d44cce56a9f: Layer already exists 16:15:06 4f4ce317c6bb: Layer already exists 16:15:06 2.2.1-dev.26: digest: sha256:60b2fc4ec2a34534b2fde73693407d25da10761cd7915979c0efe8e62775e1d9 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:07 aa5b5627958f: Preparing 16:15:07 8b13a797203f: Preparing 16:15:07 dd34af8bd762: Preparing 16:15:07 2cd50adcacf3: Preparing 16:15:07 d953eb96fa55: Preparing 16:15:07 463b0ae55bf2: Preparing 16:15:07 7d44cce56a9f: Preparing 16:15:07 4f4ce317c6bb: Preparing 16:15:07 463b0ae55bf2: Waiting 16:15:07 7d44cce56a9f: Waiting 16:15:07 4f4ce317c6bb: Waiting 16:15:07 dd34af8bd762: Layer already exists 16:15:07 aa5b5627958f: Layer already exists 16:15:07 8b13a797203f: Layer already exists 16:15:07 2cd50adcacf3: Layer already exists 16:15:07 d953eb96fa55: Layer already exists 16:15:07 4f4ce317c6bb: Layer already exists 16:15:07 7d44cce56a9f: Layer already exists 16:15:07 463b0ae55bf2: Layer already exists 16:15:07 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:60b2fc4ec2a34534b2fde73693407d25da10761cd7915979c0efe8e62775e1d9 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:07 + 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 16:15:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 16:15:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:15:07 aa5b5627958f: Preparing 16:15:07 8b13a797203f: Preparing 16:15:07 dd34af8bd762: Preparing 16:15:07 2cd50adcacf3: Preparing 16:15:07 d953eb96fa55: Preparing 16:15:07 463b0ae55bf2: Preparing 16:15:07 7d44cce56a9f: Preparing 16:15:07 4f4ce317c6bb: Preparing 16:15:07 7d44cce56a9f: Waiting 16:15:07 4f4ce317c6bb: Waiting 16:15:07 463b0ae55bf2: Waiting 16:15:07 2cd50adcacf3: Layer already exists 16:15:07 8b13a797203f: Layer already exists 16:15:07 dd34af8bd762: Layer already exists 16:15:07 d953eb96fa55: Layer already exists 16:15:07 aa5b5627958f: Layer already exists 16:15:07 7d44cce56a9f: Layer already exists 16:15:07 463b0ae55bf2: Layer already exists 16:15:08 4f4ce317c6bb: Layer already exists 16:15:08 main: digest: sha256:60b2fc4ec2a34534b2fde73693407d25da10761cd7915979c0efe8e62775e1d9 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:08 ===================================================== [Pipeline] echo 16:15:08 taggedImages: 16:15:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:15:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.26 16:15:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 16:15:08 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 16:15:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:08 latest 16:15:08 2.2.1-dev.26 16:15:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:08 main 16:15:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:09 d122be18870b: Preparing 16:15:09 2875c611aedd: Preparing 16:15:09 3d4cc67b6a5a: Preparing 16:15:09 2ca7e6f65725: Preparing 16:15:09 81549b6835da: Preparing 16:15:09 7d44cce56a9f: Preparing 16:15:09 4f4ce317c6bb: Preparing 16:15:09 7d44cce56a9f: Waiting 16:15:09 4f4ce317c6bb: Waiting 16:15:09 2875c611aedd: Pushed 16:15:09 3d4cc67b6a5a: Pushed 16:15:09 d122be18870b: Pushed 16:15:09 7d44cce56a9f: Layer already exists 16:15:09 4f4ce317c6bb: Layer already exists 16:15:09 81549b6835da: Pushed 16:15:24 2ca7e6f65725: Pushed 16:15:24 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:89bb7ac25812e152526b6c773cff0a5ba197352442b48e7bb45f60623f5c5702 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:25 + 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 16:15:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:25 d122be18870b: Preparing 16:15:25 2875c611aedd: Preparing 16:15:25 3d4cc67b6a5a: Preparing 16:15:25 2ca7e6f65725: Preparing 16:15:25 81549b6835da: Preparing 16:15:25 7d44cce56a9f: Preparing 16:15:25 4f4ce317c6bb: Preparing 16:15:25 7d44cce56a9f: Waiting 16:15:25 4f4ce317c6bb: Waiting 16:15:25 3d4cc67b6a5a: Layer already exists 16:15:25 d122be18870b: Layer already exists 16:15:25 2875c611aedd: Layer already exists 16:15:25 2ca7e6f65725: Layer already exists 16:15:25 81549b6835da: Layer already exists 16:15:25 7d44cce56a9f: Layer already exists 16:15:25 4f4ce317c6bb: Layer already exists 16:15:25 latest: digest: sha256:89bb7ac25812e152526b6c773cff0a5ba197352442b48e7bb45f60623f5c5702 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 16:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:26 d122be18870b: Preparing 16:15:26 2875c611aedd: Preparing 16:15:26 3d4cc67b6a5a: Preparing 16:15:26 2ca7e6f65725: Preparing 16:15:26 81549b6835da: Preparing 16:15:26 7d44cce56a9f: Preparing 16:15:26 4f4ce317c6bb: Preparing 16:15:26 7d44cce56a9f: Waiting 16:15:26 4f4ce317c6bb: Waiting 16:15:26 2ca7e6f65725: Layer already exists 16:15:26 81549b6835da: Layer already exists 16:15:26 2875c611aedd: Layer already exists 16:15:26 d122be18870b: Layer already exists 16:15:26 3d4cc67b6a5a: Layer already exists 16:15:26 7d44cce56a9f: Layer already exists 16:15:26 4f4ce317c6bb: Layer already exists 16:15:26 2.2.1-dev.26: digest: sha256:89bb7ac25812e152526b6c773cff0a5ba197352442b48e7bb45f60623f5c5702 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:27 d122be18870b: Preparing 16:15:27 2875c611aedd: Preparing 16:15:27 3d4cc67b6a5a: Preparing 16:15:27 2ca7e6f65725: Preparing 16:15:27 81549b6835da: Preparing 16:15:27 7d44cce56a9f: Preparing 16:15:27 4f4ce317c6bb: Preparing 16:15:27 7d44cce56a9f: Waiting 16:15:27 4f4ce317c6bb: Waiting 16:15:27 81549b6835da: Layer already exists 16:15:27 2ca7e6f65725: Layer already exists 16:15:27 d122be18870b: Layer already exists 16:15:27 3d4cc67b6a5a: Layer already exists 16:15:27 2875c611aedd: Layer already exists 16:15:27 4f4ce317c6bb: Layer already exists 16:15:27 7d44cce56a9f: Layer already exists 16:15:27 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:89bb7ac25812e152526b6c773cff0a5ba197352442b48e7bb45f60623f5c5702 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:28 + 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 16:15:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 16:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:15:28 d122be18870b: Preparing 16:15:28 2875c611aedd: Preparing 16:15:28 3d4cc67b6a5a: Preparing 16:15:28 2ca7e6f65725: Preparing 16:15:28 81549b6835da: Preparing 16:15:28 7d44cce56a9f: Preparing 16:15:28 4f4ce317c6bb: Preparing 16:15:28 7d44cce56a9f: Waiting 16:15:28 4f4ce317c6bb: Waiting 16:15:28 2ca7e6f65725: Layer already exists 16:15:28 81549b6835da: Layer already exists 16:15:28 2875c611aedd: Layer already exists 16:15:28 d122be18870b: Layer already exists 16:15:28 3d4cc67b6a5a: Layer already exists 16:15:28 4f4ce317c6bb: Layer already exists 16:15:28 7d44cce56a9f: Layer already exists 16:15:28 main: digest: sha256:89bb7ac25812e152526b6c773cff0a5ba197352442b48e7bb45f60623f5c5702 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:28 ===================================================== [Pipeline] echo 16:15:28 taggedImages: 16:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.26 16:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:28 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 16:15:28 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 16:15:28 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:28 latest 16:15:28 2.2.1-dev.26 16:15:28 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:28 main 16:15:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:29 4a2447855c2d: Preparing 16:15:29 f5398c55c7f7: Preparing 16:15:29 8ec6d0eeb0d4: Preparing 16:15:29 cded251a6ba5: Preparing 16:15:29 463b0ae55bf2: Preparing 16:15:29 7d44cce56a9f: Preparing 16:15:29 4f4ce317c6bb: Preparing 16:15:29 7d44cce56a9f: Waiting 16:15:29 463b0ae55bf2: Layer already exists 16:15:29 7d44cce56a9f: Layer already exists 16:15:29 4f4ce317c6bb: Layer already exists 16:15:29 8ec6d0eeb0d4: Pushed 16:15:29 4a2447855c2d: Pushed 16:15:29 f5398c55c7f7: Pushed 16:15:48 cded251a6ba5: Pushed 16:15:48 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:38b089914b670f564dcb71433e9e69bf89dc1380be95832e0e2a4fbd34548a2d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:48 + 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 16:15:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:48 4a2447855c2d: Preparing 16:15:48 f5398c55c7f7: Preparing 16:15:48 8ec6d0eeb0d4: Preparing 16:15:48 cded251a6ba5: Preparing 16:15:48 463b0ae55bf2: Preparing 16:15:48 7d44cce56a9f: Preparing 16:15:48 4f4ce317c6bb: Preparing 16:15:48 4f4ce317c6bb: Waiting 16:15:48 7d44cce56a9f: Waiting 16:15:48 8ec6d0eeb0d4: Layer already exists 16:15:48 f5398c55c7f7: Layer already exists 16:15:48 463b0ae55bf2: Layer already exists 16:15:48 4a2447855c2d: Layer already exists 16:15:48 cded251a6ba5: Layer already exists 16:15:49 7d44cce56a9f: Layer already exists 16:15:49 4f4ce317c6bb: Layer already exists 16:15:49 latest: digest: sha256:38b089914b670f564dcb71433e9e69bf89dc1380be95832e0e2a4fbd34548a2d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:49 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 16:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:49 4a2447855c2d: Preparing 16:15:49 f5398c55c7f7: Preparing 16:15:49 8ec6d0eeb0d4: Preparing 16:15:49 cded251a6ba5: Preparing 16:15:49 463b0ae55bf2: Preparing 16:15:49 7d44cce56a9f: Preparing 16:15:49 4f4ce317c6bb: Preparing 16:15:49 7d44cce56a9f: Waiting 16:15:49 4f4ce317c6bb: Waiting 16:15:49 f5398c55c7f7: Layer already exists 16:15:49 cded251a6ba5: Layer already exists 16:15:49 4a2447855c2d: Layer already exists 16:15:49 463b0ae55bf2: Layer already exists 16:15:49 8ec6d0eeb0d4: Layer already exists 16:15:50 7d44cce56a9f: Layer already exists 16:15:50 4f4ce317c6bb: Layer already exists 16:15:50 2.2.1-dev.26: digest: sha256:38b089914b670f564dcb71433e9e69bf89dc1380be95832e0e2a4fbd34548a2d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:50 4a2447855c2d: Preparing 16:15:50 f5398c55c7f7: Preparing 16:15:50 8ec6d0eeb0d4: Preparing 16:15:50 cded251a6ba5: Preparing 16:15:50 463b0ae55bf2: Preparing 16:15:50 7d44cce56a9f: Preparing 16:15:50 4f4ce317c6bb: Preparing 16:15:50 7d44cce56a9f: Waiting 16:15:50 4f4ce317c6bb: Waiting 16:15:50 463b0ae55bf2: Layer already exists 16:15:50 4a2447855c2d: Layer already exists 16:15:50 8ec6d0eeb0d4: Layer already exists 16:15:50 cded251a6ba5: Layer already exists 16:15:50 f5398c55c7f7: Layer already exists 16:15:51 4f4ce317c6bb: Layer already exists 16:15:51 7d44cce56a9f: Layer already exists 16:15:51 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:38b089914b670f564dcb71433e9e69bf89dc1380be95832e0e2a4fbd34548a2d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:51 + 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 16:15:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 16:15:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:15:51 4a2447855c2d: Preparing 16:15:51 f5398c55c7f7: Preparing 16:15:51 8ec6d0eeb0d4: Preparing 16:15:51 cded251a6ba5: Preparing 16:15:51 463b0ae55bf2: Preparing 16:15:51 7d44cce56a9f: Preparing 16:15:51 4f4ce317c6bb: Preparing 16:15:51 7d44cce56a9f: Waiting 16:15:51 4f4ce317c6bb: Waiting 16:15:51 8ec6d0eeb0d4: Layer already exists 16:15:52 463b0ae55bf2: Layer already exists 16:15:52 4a2447855c2d: Layer already exists 16:15:52 cded251a6ba5: Layer already exists 16:15:52 f5398c55c7f7: Layer already exists 16:15:52 7d44cce56a9f: Layer already exists 16:15:52 4f4ce317c6bb: Layer already exists 16:15:52 main: digest: sha256:38b089914b670f564dcb71433e9e69bf89dc1380be95832e0e2a4fbd34548a2d size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:52 ===================================================== [Pipeline] echo 16:15:52 taggedImages: 16:15:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:15:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.26 16:15:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 16:15:52 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 16:15:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:52 latest 16:15:52 2.2.1-dev.26 16:15:52 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:15:52 main 16:15:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:15:52 aae4839829ed: Preparing 16:15:52 ddc1ade4638f: Preparing 16:15:52 d20f558db8ff: Preparing 16:15:52 51a58c0fe1d4: Preparing 16:15:52 dd565ff850e7: Preparing 16:15:53 dd565ff850e7: Layer already exists 16:15:53 d20f558db8ff: Layer already exists 16:15:53 aae4839829ed: Pushed 16:15:53 51a58c0fe1d4: Pushed 16:15:58 ddc1ade4638f: Pushed 16:15:58 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:344ac463ffe13e729018c531f0e68b603c86828101c839349ab3445287dddd58 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:15:59 aae4839829ed: Preparing 16:15:59 ddc1ade4638f: Preparing 16:15:59 d20f558db8ff: Preparing 16:15:59 51a58c0fe1d4: Preparing 16:15:59 dd565ff850e7: Preparing 16:15:59 d20f558db8ff: Layer already exists 16:15:59 51a58c0fe1d4: Layer already exists 16:15:59 dd565ff850e7: Layer already exists 16:15:59 aae4839829ed: Layer already exists 16:15:59 ddc1ade4638f: Layer already exists 16:15:59 latest: digest: sha256:344ac463ffe13e729018c531f0e68b603c86828101c839349ab3445287dddd58 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 16:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:00 aae4839829ed: Preparing 16:16:00 ddc1ade4638f: Preparing 16:16:00 d20f558db8ff: Preparing 16:16:00 51a58c0fe1d4: Preparing 16:16:00 dd565ff850e7: Preparing 16:16:00 d20f558db8ff: Layer already exists 16:16:00 dd565ff850e7: Layer already exists 16:16:00 51a58c0fe1d4: Layer already exists 16:16:00 aae4839829ed: Layer already exists 16:16:00 ddc1ade4638f: Layer already exists 16:16:00 2.2.1-dev.26: digest: sha256:344ac463ffe13e729018c531f0e68b603c86828101c839349ab3445287dddd58 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:01 aae4839829ed: Preparing 16:16:01 ddc1ade4638f: Preparing 16:16:01 d20f558db8ff: Preparing 16:16:01 51a58c0fe1d4: Preparing 16:16:01 dd565ff850e7: Preparing 16:16:01 ddc1ade4638f: Layer already exists 16:16:01 aae4839829ed: Layer already exists 16:16:01 d20f558db8ff: Layer already exists 16:16:01 51a58c0fe1d4: Layer already exists 16:16:01 dd565ff850e7: Layer already exists 16:16:01 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:344ac463ffe13e729018c531f0e68b603c86828101c839349ab3445287dddd58 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 16:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:16:02 aae4839829ed: Preparing 16:16:02 ddc1ade4638f: Preparing 16:16:02 d20f558db8ff: Preparing 16:16:02 51a58c0fe1d4: Preparing 16:16:02 dd565ff850e7: Preparing 16:16:02 aae4839829ed: Layer already exists 16:16:02 51a58c0fe1d4: Layer already exists 16:16:02 dd565ff850e7: Layer already exists 16:16:02 ddc1ade4638f: Layer already exists 16:16:02 d20f558db8ff: Layer already exists 16:16:02 main: digest: sha256:344ac463ffe13e729018c531f0e68b603c86828101c839349ab3445287dddd58 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:02 ===================================================== [Pipeline] echo 16:16:02 taggedImages: 16:16:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:16:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.26 16:16:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 16:16:03 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 16:16:03 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:03 latest 16:16:03 2.2.1-dev.26 16:16:03 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:03 main 16:16:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:03 d315a15f0b57: Preparing 16:16:03 81f7c8464b24: Preparing 16:16:03 d20f558db8ff: Preparing 16:16:03 470bf294d0e8: Preparing 16:16:03 dd565ff850e7: Preparing 16:16:03 470bf294d0e8: Layer already exists 16:16:03 d20f558db8ff: Layer already exists 16:16:03 dd565ff850e7: Layer already exists 16:16:03 d315a15f0b57: Pushed 16:16:08 81f7c8464b24: Pushed 16:16:08 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:1b3ab43bdf145e7faeb9d02e3fa2b5c645bd20483c47a7c8d43718e217013efa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:09 d315a15f0b57: Preparing 16:16:09 81f7c8464b24: Preparing 16:16:09 d20f558db8ff: Preparing 16:16:09 470bf294d0e8: Preparing 16:16:09 dd565ff850e7: Preparing 16:16:09 81f7c8464b24: Layer already exists 16:16:09 dd565ff850e7: Layer already exists 16:16:09 d315a15f0b57: Layer already exists 16:16:09 470bf294d0e8: Layer already exists 16:16:09 d20f558db8ff: Layer already exists 16:16:09 latest: digest: sha256:1b3ab43bdf145e7faeb9d02e3fa2b5c645bd20483c47a7c8d43718e217013efa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 16:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:10 d315a15f0b57: Preparing 16:16:10 81f7c8464b24: Preparing 16:16:10 d20f558db8ff: Preparing 16:16:10 470bf294d0e8: Preparing 16:16:10 dd565ff850e7: Preparing 16:16:10 dd565ff850e7: Layer already exists 16:16:10 d20f558db8ff: Layer already exists 16:16:10 d315a15f0b57: Layer already exists 16:16:10 81f7c8464b24: Layer already exists 16:16:10 470bf294d0e8: Layer already exists 16:16:10 2.2.1-dev.26: digest: sha256:1b3ab43bdf145e7faeb9d02e3fa2b5c645bd20483c47a7c8d43718e217013efa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:11 d315a15f0b57: Preparing 16:16:11 81f7c8464b24: Preparing 16:16:11 d20f558db8ff: Preparing 16:16:11 470bf294d0e8: Preparing 16:16:11 dd565ff850e7: Preparing 16:16:11 470bf294d0e8: Layer already exists 16:16:11 dd565ff850e7: Layer already exists 16:16:11 d315a15f0b57: Layer already exists 16:16:11 d20f558db8ff: Layer already exists 16:16:11 81f7c8464b24: Layer already exists 16:16:11 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:1b3ab43bdf145e7faeb9d02e3fa2b5c645bd20483c47a7c8d43718e217013efa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 16:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:16:12 d315a15f0b57: Preparing 16:16:12 81f7c8464b24: Preparing 16:16:12 d20f558db8ff: Preparing 16:16:12 470bf294d0e8: Preparing 16:16:12 dd565ff850e7: Preparing 16:16:12 81f7c8464b24: Layer already exists 16:16:12 d315a15f0b57: Layer already exists 16:16:12 dd565ff850e7: Layer already exists 16:16:12 d20f558db8ff: Layer already exists 16:16:12 470bf294d0e8: Layer already exists 16:16:12 main: digest: sha256:1b3ab43bdf145e7faeb9d02e3fa2b5c645bd20483c47a7c8d43718e217013efa size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:12 ===================================================== [Pipeline] echo 16:16:12 taggedImages: 16:16:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:16:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.26 16:16:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 16:16:12 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 16:16:12 ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:12 latest 16:16:12 2.2.1-dev.26 16:16:12 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:12 main 16:16:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:12 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 16:16:13 a8dfb21ea6b6: Preparing 16:16:13 c3fae05aad76: Preparing 16:16:13 5dc8d6561c0f: Preparing 16:16:13 44e552e85462: Preparing 16:16:13 f0e5a4d6c014: Preparing 16:16:13 3b19d27f08f7: Preparing 16:16:13 73bb99a6e169: Preparing 16:16:13 ec06c3102977: Preparing 16:16:13 6a3c62e080c7: Preparing 16:16:13 340cb19ca677: Preparing 16:16:13 4f4ce317c6bb: Preparing 16:16:13 3b19d27f08f7: Waiting 16:16:13 73bb99a6e169: Waiting 16:16:13 ec06c3102977: Waiting 16:16:13 6a3c62e080c7: Waiting 16:16:13 340cb19ca677: Waiting 16:16:13 4f4ce317c6bb: Waiting 16:16:13 f0e5a4d6c014: Layer already exists 16:16:13 3b19d27f08f7: Layer already exists 16:16:13 73bb99a6e169: Layer already exists 16:16:13 ec06c3102977: Layer already exists 16:16:13 c3fae05aad76: Pushed 16:16:13 6a3c62e080c7: Layer already exists 16:16:13 340cb19ca677: Layer already exists 16:16:13 4f4ce317c6bb: Layer already exists 16:16:14 a8dfb21ea6b6: Pushed 16:16:16 5dc8d6561c0f: Pushed 16:16:34 44e552e85462: Pushed 16:16:34 ad21f9895f81268f47cf403ea0e6f43cd0addb21: digest: sha256:e97071d0b0966c8e7f93ee7d13485e1defc117c3c4005fbe75d92aade209ff19 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:34 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:35 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 16:16:35 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 16:16:35 a8dfb21ea6b6: Preparing 16:16:35 c3fae05aad76: Preparing 16:16:35 5dc8d6561c0f: Preparing 16:16:35 44e552e85462: Preparing 16:16:35 f0e5a4d6c014: Preparing 16:16:35 3b19d27f08f7: Preparing 16:16:35 73bb99a6e169: Preparing 16:16:35 ec06c3102977: Preparing 16:16:35 6a3c62e080c7: Preparing 16:16:35 340cb19ca677: Preparing 16:16:35 4f4ce317c6bb: Preparing 16:16:35 3b19d27f08f7: Waiting 16:16:35 73bb99a6e169: Waiting 16:16:35 ec06c3102977: Waiting 16:16:35 6a3c62e080c7: Waiting 16:16:35 340cb19ca677: Waiting 16:16:35 4f4ce317c6bb: Waiting 16:16:35 f0e5a4d6c014: Layer already exists 16:16:35 44e552e85462: Layer already exists 16:16:35 c3fae05aad76: Layer already exists 16:16:35 a8dfb21ea6b6: Layer already exists 16:16:35 5dc8d6561c0f: Layer already exists 16:16:35 3b19d27f08f7: Layer already exists 16:16:35 ec06c3102977: Layer already exists 16:16:35 73bb99a6e169: Layer already exists 16:16:35 340cb19ca677: Layer already exists 16:16:35 6a3c62e080c7: Layer already exists 16:16:35 4f4ce317c6bb: Layer already exists 16:16:35 latest: digest: sha256:e97071d0b0966c8e7f93ee7d13485e1defc117c3c4005fbe75d92aade209ff19 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:35 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:36 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 16:16:36 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 16:16:36 a8dfb21ea6b6: Preparing 16:16:36 c3fae05aad76: Preparing 16:16:36 5dc8d6561c0f: Preparing 16:16:36 44e552e85462: Preparing 16:16:36 f0e5a4d6c014: Preparing 16:16:36 3b19d27f08f7: Preparing 16:16:36 73bb99a6e169: Preparing 16:16:36 ec06c3102977: Preparing 16:16:36 6a3c62e080c7: Preparing 16:16:36 340cb19ca677: Preparing 16:16:36 4f4ce317c6bb: Preparing 16:16:36 3b19d27f08f7: Waiting 16:16:36 ec06c3102977: Waiting 16:16:36 73bb99a6e169: Waiting 16:16:36 6a3c62e080c7: Waiting 16:16:36 340cb19ca677: Waiting 16:16:36 4f4ce317c6bb: Waiting 16:16:36 5dc8d6561c0f: Layer already exists 16:16:36 c3fae05aad76: Layer already exists 16:16:36 a8dfb21ea6b6: Layer already exists 16:16:36 44e552e85462: Layer already exists 16:16:36 f0e5a4d6c014: Layer already exists 16:16:36 3b19d27f08f7: Layer already exists 16:16:36 340cb19ca677: Layer already exists 16:16:36 ec06c3102977: Layer already exists 16:16:36 73bb99a6e169: Layer already exists 16:16:36 6a3c62e080c7: Layer already exists 16:16:36 4f4ce317c6bb: Layer already exists 16:16:36 2.2.1-dev.26: digest: sha256:e97071d0b0966c8e7f93ee7d13485e1defc117c3c4005fbe75d92aade209ff19 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:36 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:37 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:37 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 16:16:37 a8dfb21ea6b6: Preparing 16:16:37 c3fae05aad76: Preparing 16:16:37 5dc8d6561c0f: Preparing 16:16:37 44e552e85462: Preparing 16:16:37 f0e5a4d6c014: Preparing 16:16:37 3b19d27f08f7: Preparing 16:16:37 73bb99a6e169: Preparing 16:16:37 ec06c3102977: Preparing 16:16:37 6a3c62e080c7: Preparing 16:16:37 340cb19ca677: Preparing 16:16:37 4f4ce317c6bb: Preparing 16:16:37 73bb99a6e169: Waiting 16:16:37 ec06c3102977: Waiting 16:16:37 6a3c62e080c7: Waiting 16:16:37 340cb19ca677: Waiting 16:16:37 4f4ce317c6bb: Waiting 16:16:37 3b19d27f08f7: Waiting 16:16:37 5dc8d6561c0f: Layer already exists 16:16:37 a8dfb21ea6b6: Layer already exists 16:16:37 c3fae05aad76: Layer already exists 16:16:37 f0e5a4d6c014: Layer already exists 16:16:37 44e552e85462: Layer already exists 16:16:37 3b19d27f08f7: Layer already exists 16:16:37 73bb99a6e169: Layer already exists 16:16:37 6a3c62e080c7: Layer already exists 16:16:37 ec06c3102977: Layer already exists 16:16:37 340cb19ca677: Layer already exists 16:16:37 4f4ce317c6bb: Layer already exists 16:16:37 ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26: digest: sha256:e97071d0b0966c8e7f93ee7d13485e1defc117c3c4005fbe75d92aade209ff19 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:37 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:38 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 16:16:38 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 16:16:38 a8dfb21ea6b6: Preparing 16:16:38 c3fae05aad76: Preparing 16:16:38 5dc8d6561c0f: Preparing 16:16:38 44e552e85462: Preparing 16:16:38 f0e5a4d6c014: Preparing 16:16:38 3b19d27f08f7: Preparing 16:16:38 73bb99a6e169: Preparing 16:16:38 ec06c3102977: Preparing 16:16:38 6a3c62e080c7: Preparing 16:16:38 340cb19ca677: Preparing 16:16:38 4f4ce317c6bb: Preparing 16:16:38 3b19d27f08f7: Waiting 16:16:38 6a3c62e080c7: Waiting 16:16:38 73bb99a6e169: Waiting 16:16:38 ec06c3102977: Waiting 16:16:38 340cb19ca677: Waiting 16:16:38 4f4ce317c6bb: Waiting 16:16:38 5dc8d6561c0f: Layer already exists 16:16:38 c3fae05aad76: Layer already exists 16:16:38 a8dfb21ea6b6: Layer already exists 16:16:38 f0e5a4d6c014: Layer already exists 16:16:38 44e552e85462: Layer already exists 16:16:38 3b19d27f08f7: Layer already exists 16:16:38 ec06c3102977: Layer already exists 16:16:38 73bb99a6e169: Layer already exists 16:16:38 340cb19ca677: Layer already exists 16:16:38 6a3c62e080c7: Layer already exists 16:16:38 4f4ce317c6bb: Layer already exists 16:16:38 main: digest: sha256:e97071d0b0966c8e7f93ee7d13485e1defc117c3c4005fbe75d92aade209ff19 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:38 ===================================================== [Pipeline] echo 16:16:38 taggedImages: 16:16:38 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21 16:16:38 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 16:16:38 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.26 16:16:38 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:ad21f9895f81268f47cf403ea0e6f43cd0addb21-2.2.1-dev.26 16:16:38 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:38 16:16:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:39 arm64: Pulling from edgex-lftools-log-publisher 16:16:39 8998bd30e6a1: Pulling fs layer 16:16:39 04944245beec: Pulling fs layer 16:16:39 699f458cf7ca: Pulling fs layer 16:16:39 765212b225bb: Pulling fs layer 16:16:39 f23df028b6ca: Pulling fs layer 16:16:39 d65c8cfc05b1: Pulling fs layer 16:16:39 2437ff75d9bd: Pulling fs layer 16:16:39 765212b225bb: Waiting 16:16:39 f23df028b6ca: Waiting 16:16:39 d65c8cfc05b1: Waiting 16:16:39 2437ff75d9bd: Waiting 16:16:39 04944245beec: Verifying Checksum 16:16:39 04944245beec: Download complete 16:16:39 765212b225bb: Verifying Checksum 16:16:39 765212b225bb: Download complete 16:16:39 f23df028b6ca: Download complete 16:16:39 d65c8cfc05b1: Verifying Checksum 16:16:39 d65c8cfc05b1: Download complete 16:16:39 699f458cf7ca: Verifying Checksum 16:16:39 699f458cf7ca: Download complete 16:16:40 8998bd30e6a1: Verifying Checksum 16:16:40 8998bd30e6a1: Download complete 16:16:42 2437ff75d9bd: Verifying Checksum 16:16:42 2437ff75d9bd: Download complete 16:16:44 8998bd30e6a1: Pull complete 16:16:44 04944245beec: Pull complete 16:16:46 699f458cf7ca: Pull complete 16:16:46 765212b225bb: Pull complete 16:16:47 f23df028b6ca: Pull complete 16:16:48 d65c8cfc05b1: Pull complete 16:17:06 2437ff75d9bd: Pull complete 16:17:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:17:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:06 prd-ubuntu20.04-docker-arm64-4c-16g-19561 does not seem to be running inside a container 16:17:06 $ 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/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@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 16:17:09 $ docker top a15eac84a0d171508fd99d4212a42c73814c12493fb00cd86d7ec19567c07c33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:17:10 ---> job-cost.sh 16:17:10 lf-activate-venv: SKIPPING 16:17:10 INFO: No Stack... 16:17:11 INFO: Retrieving Pricing Info for: v3-standard-4 16:17:12 INFO: Archiving Costs [Pipeline] sh 16:17:13 + cut -d, -f6 16:17:13 + cat /w/workspace/edgex-go/260/archives/cost.csv [Pipeline] lock 16:17:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-260-stack-cost] 16:17:13 Resource [jenkins-edgexfoundry-edgex-go-main-260-stack-cost] did not exist. Created. 16:17:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-260-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:17:13 + echo total: 0.10999999940395355 [Pipeline] stash 16:17:14 Stashed 1 file(s) [Pipeline] } 16:17:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-260-stack-cost] [Pipeline] // lock [Pipeline] } 16:17:14 $ docker stop --time=1 a15eac84a0d171508fd99d4212a42c73814c12493fb00cd86d7ec19567c07c33 16:17:15 $ docker rm -f a15eac84a0d171508fd99d4212a42c73814c12493fb00cd86d7ec19567c07c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 16:17:16 provisioning config files... 16:17:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/260@tmp/config1776635810132769402tmp [Pipeline] { [Pipeline] sh 16:17:16 + set +x 16:17:16 + curl -s https://codecov.io/bash 16:17:16 + bash -s -- 16:17:16 16:17:16 _____ _ 16:17:16 / ____| | | 16:17:16 | | ___ __| | ___ ___ _____ __ 16:17:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:17:16 | |___| (_) | (_| | __/ (_| (_) \ V / 16:17:16 \_____\___/ \__,_|\___|\___\___/ \_/ 16:17:16 Bash-1.0.6 16:17:16 16:17:16 16:17:16 ==> git version 2.25.1 found 16:17:16 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 16:17:16 Release-Date: 2020-01-08 16:17:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:17:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:17:16 ==> Jenkins CI detected. 16:17:16 current dir:  /w/workspace/edgex-go/260 16:17:16 project root: . 16:17:16 --> token set from env 16:17:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:17:16 ==> Running gcov in . (disable via -X gcov) 16:17:16 ==> Python coveragepy not found 16:17:16 ==> Searching for coverage reports in: 16:17:16 + . 16:17:16 -> Found 1 reports 16:17:16 ==> Detecting git/mercurial file structure 16:17:16 ==> Reading reports 16:17:16 + ./coverage.out bytes=435593 16:17:16 ==> Appending adjustments 16:17:16 https://docs.codecov.io/docs/fixing-reports 16:17:18 + Found adjustments 16:17:18 ==> Gzipping contents 16:17:18 60K /tmp/codecov.VVMiwz.gz 16:17:18 ==> Uploading reports 16:17:18 url: https://codecov.io 16:17:18 query: branch=main&commit=ad21f9895f81268f47cf403ea0e6f43cd0addb21&build=260&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F260%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:17:18 -> Pinging Codecov 16:17:18 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=ad21f9895f81268f47cf403ea0e6f43cd0addb21&build=260&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F260%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:17:18 -> Uploading to 16:17:18 https://storage.googleapis.com/codecov/v4/raw/2022-07-12/00271124DB129430A58F1EEE437C3FCB/ad21f9895f81268f47cf403ea0e6f43cd0addb21/b344272f-07f5-4a9a-9b23-e1bc0160e83e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220712%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220712T161718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc85762a1bd5676f948119e424a7a08cab1750b19fa9ae6d6465c95511f3efc0 16:17:18 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:18 Dload Upload Total Spent Left Speed 16:17:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59918 0 0 100 59918 0 265k --:--:-- --:--:-- --:--:-- 265k 16:17:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ad21f9895f81268f47cf403ea0e6f43cd0addb21 [Pipeline] } 16:17:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:17:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:17:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:19 16:17:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:17:19 df9b9388f04a: Already exists 16:17:19 52dc419b0ee2: Pulling fs layer 16:17:19 25bc292e5bac: Pulling fs layer 16:17:19 114826534d7a: Pulling fs layer 16:17:19 4657fd5d0bcf: Pulling fs layer 16:17:19 6ad1cebc031e: Pulling fs layer 16:17:19 8a3aa393b2d8: Pulling fs layer 16:17:19 6ad1cebc031e: Waiting 16:17:19 4657fd5d0bcf: Waiting 16:17:19 8a3aa393b2d8: Waiting 16:17:19 25bc292e5bac: Verifying Checksum 16:17:19 25bc292e5bac: Download complete 16:17:19 52dc419b0ee2: Verifying Checksum 16:17:19 52dc419b0ee2: Download complete 16:17:19 4657fd5d0bcf: Verifying Checksum 16:17:19 4657fd5d0bcf: Download complete 16:17:19 52dc419b0ee2: Pull complete 16:17:19 25bc292e5bac: Pull complete 16:17:20 6ad1cebc031e: Verifying Checksum 16:17:20 6ad1cebc031e: Download complete 16:17:20 114826534d7a: Verifying Checksum 16:17:20 114826534d7a: Download complete 16:17:20 8a3aa393b2d8: Verifying Checksum 16:17:20 8a3aa393b2d8: Download complete 16:17:24 114826534d7a: Pull complete 16:17:24 4657fd5d0bcf: Pull complete 16:17:24 6ad1cebc031e: Pull complete 16:17:28 8a3aa393b2d8: Pull complete 16:17:28 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:28 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:17:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:17:29 $ docker top d85243e9aaaa4dc71e15596f6723bad49f8d8ff7dc08c1cd12366f45d617bd94 -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 16:17:30 + set -o pipefail 16:17:30 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 16:17:35 16:17:35 Monitoring /w/workspace/edgex-go/260 (github.com/edgexfoundry/edgex-go)... 16:17:35 16:17:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/c34a8b8f-9ba9-48fb-851b-a9a24c4b4fbc 16:17:35 16:17:35 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:17:35 16:17:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:17:35 16:17:35 16:17:35 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 16:17:35 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:17:35 $ docker stop --time=1 d85243e9aaaa4dc71e15596f6723bad49f8d8ff7dc08c1cd12366f45d617bd94 16:17:37 $ docker rm -f d85243e9aaaa4dc71e15596f6723bad49f8d8ff7dc08c1cd12366f45d617bd94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:17:38 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:38 provisioning config files... 16:17:38 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/260@tmp/config658340057952443120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:17:38 --> edgex-publish-swagger.sh 16:17:38 === Publish openapi/v2 API === 16:17:38 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:17:38 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/260/openapi/v2/core-command.yaml] 16:17:38 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:38 Dload Upload Total Spent Left Speed 16:17:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 34207 --:--:-- --:--:-- --:--:-- 34172 100 33831 0 0 100 33831 0 34207 --:--:-- --:--:-- --:--:-- 34172 16:17:39 16:17:39 16:17:39 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/260/openapi/v2/core-data.yaml] 16:17:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:39 Dload Upload Total Spent Left Speed 16:17:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 81460 --:--:-- --:--:-- --:--:-- 81368 100 71604 0 0 100 71604 0 81368 --:--:-- --:--:-- --:--:-- 81368 16:17:40 16:17:40 16:17:40 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/260/openapi/v2/core-metadata.yaml] 16:17:40 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:40 Dload Upload Total Spent Left Speed 16:17:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 152k --:--:-- --:--:-- --:--:-- 151k 100 141k 0 0 100 141k 0 152k --:--:-- --:--:-- --:--:-- 151k 16:17:41 16:17:41 16:17:41 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/260/openapi/v2/support-notifications.yaml] 16:17:41 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:41 Dload Upload Total Spent Left Speed 16:17:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 93920 --:--:-- --:--:-- --:--:-- 93821 100 89318 0 0 100 89318 0 93821 --:--:-- --:--:-- --:--:-- 93821 16:17:42 16:17:42 16:17:42 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/260/openapi/v2/support-scheduler.yaml] 16:17:42 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:42 Dload Upload Total Spent Left Speed 16:17:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 40363 --:--:-- --:--:-- --:--:-- 40322 100 39556 0 0 100 39556 0 40281 --:--:-- --:--:-- --:--:-- 40240 16:17:43 16:17:43 16:17:43 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/260/openapi/v2/system-agent.yaml] 16:17:43 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:43 Dload Upload Total Spent Left Speed 16:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 22908 --:--:-- --:--:-- --:--:-- 22882 100 20091 0 0 100 20091 0 22908 --:--:-- --:--:-- --:--:-- 22882 16:17:44 16:17:44 [Pipeline] } 16:17:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 16:17:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:44 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:17:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:45 $ docker top e18647ba541fb7d95ac18669f75c9bbd3ef9cbfcf98a16b2142d9f701958c4c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:45 [ssh-agent] Looking for ssh-agent implementation... 16:17:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:45 $ docker exec e18647ba541fb7d95ac18669f75c9bbd3ef9cbfcf98a16b2142d9f701958c4c3 ssh-agent 16:17:45 SSH_AUTH_SOCK=/tmp/ssh-AP7jhsnqFJdc/agent.32 16:17:45 SSH_AGENT_PID=39 16:17:45 Running ssh-add (command line suppressed) 16:17:45 Identity added: /w/workspace/edgex-go/260@tmp/private_key_3818793317182437580.key (/w/workspace/edgex-go/260@tmp/private_key_3818793317182437580.key) 16:17:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:46 + git semver tag 16:17:46 2022-07-12 16:17:46,234 [run_tag] DEBUG tag force:False 16:17:46 2022-07-12 16:17:46,234 [check_head_tag] DEBUG check head tag 16:17:46 2022-07-12 16:17:46,235 [execute] INFO git cat-file --batch-check 16:17:46 2022-07-12 16:17:46,235 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/260, universal_newlines=False, shell=None, istream=) 16:17:46 2022-07-12 16:17:46,239 [execute] INFO git cat-file --batch 16:17:46 2022-07-12 16:17:46,239 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/260, universal_newlines=False, shell=None, istream=) 16:17:46 2022-07-12 16:17:46,255 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:17:46 2022-07-12 16:17:46,256 [execute] INFO git tag -a v2.2.1-dev.26 -m v2.2.1-dev.26 16:17:46 2022-07-12 16:17:46,256 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.26', '-m', 'v2.2.1-dev.26'], cwd=/w/workspace/edgex-go/260, universal_newlines=False, shell=None, istream=None) 16:17:46 2022-07-12 16:17:46,260 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:17:46 2.2.1-dev.26 [Pipeline] } 16:17:46 $ docker exec --env ******** --env ******** e18647ba541fb7d95ac18669f75c9bbd3ef9cbfcf98a16b2142d9f701958c4c3 ssh-agent -k 16:17:46 unset SSH_AUTH_SOCK; 16:17:46 unset SSH_AGENT_PID; 16:17:46 echo Agent pid 39 killed; 16:17:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:46 + git semver [Pipeline] } 16:17:47 $ docker stop --time=1 e18647ba541fb7d95ac18669f75c9bbd3ef9cbfcf98a16b2142d9f701958c4c3 16:17:48 $ docker rm -f e18647ba541fb7d95ac18669f75c9bbd3ef9cbfcf98a16b2142d9f701958c4c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:48 16:17:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:48 0.23.1-centos7: Pulling from edgex-lftools 16:17:48 ab5ef0e58194: Pulling fs layer 16:17:48 9712f1f96733: Pulling fs layer 16:17:48 63f879dbbcfc: Pulling fs layer 16:17:48 0d9ebad4ef96: Pulling fs layer 16:17:48 e9a5061849ea: Pulling fs layer 16:17:48 d747dcd14b5f: Pulling fs layer 16:17:48 2de7ff778b66: Pulling fs layer 16:17:48 d747dcd14b5f: Waiting 16:17:48 0d9ebad4ef96: Waiting 16:17:48 2de7ff778b66: Waiting 16:17:48 e9a5061849ea: Waiting 16:17:48 9712f1f96733: Verifying Checksum 16:17:49 63f879dbbcfc: Verifying Checksum 16:17:49 63f879dbbcfc: Download complete 16:17:49 ab5ef0e58194: Verifying Checksum 16:17:49 ab5ef0e58194: Download complete 16:17:49 d747dcd14b5f: Download complete 16:17:49 e9a5061849ea: Verifying Checksum 16:17:49 e9a5061849ea: Download complete 16:17:49 0d9ebad4ef96: Verifying Checksum 16:17:49 0d9ebad4ef96: Download complete 16:17:49 2de7ff778b66: Verifying Checksum 16:17:52 ab5ef0e58194: Pull complete 16:17:52 9712f1f96733: Pull complete 16:17:52 63f879dbbcfc: Pull complete 16:17:57 0d9ebad4ef96: Pull complete 16:17:57 e9a5061849ea: Pull complete 16:17:57 d747dcd14b5f: Pull complete 16:17:58 2de7ff778b66: Pull complete 16:17:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:58 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:17:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:18:00 $ docker top 900e6f7bb829023de5a5c4154b6794dae1625978c97021c918fa63e6336d76aa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:18:00 provisioning config files... 16:18:00 copy managed file [sigul-config] to file:/w/workspace/edgex-go/260@tmp/config1378605684243699632tmp 16:18:00 copy managed file [sigul-password] to file:/w/workspace/edgex-go/260@tmp/config5891768861337226616tmp 16:18:00 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/260@tmp/config3369374326338630048tmp [Pipeline] { [Pipeline] echo 16:18:00 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:18:00 ---> sigul-configuration.sh 16:18:00 gpg: directory `/root/.gnupg' created 16:18:00 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:18:00 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:18:00 gpg: keyring `/root/.gnupg/secring.gpg' created 16:18:00 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:18:00 gpg: CAST5 encrypted data 16:18:00 gpg: encrypted with 1 passphrase 16:18:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:18:01 + mkdir /home/jenkins 16:18:01 + mkdir /home/jenkins/sigul [Pipeline] sh 16:18:01 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:18:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:01 ---> sigul-install.sh 16:18:01 Sigul already installed; skipping installation. [Pipeline] sh 16:18:02 + git tag --list 16:18:02 0.6.0 16:18:02 0.6.1 16:18:02 0.7.0 16:18:02 0.7.1 16:18:02 v1.0.0 16:18:02 v1.0.1 16:18:02 v1.1.0 16:18:02 v1.2.0 16:18:02 v1.2.1 16:18:02 v1.3.0 16:18:02 v1.3.1 16:18:02 v2.0.0 16:18:02 v2.1.0 16:18:02 v2.1.1 16:18:02 v2.1.1-dev.1 16:18:02 v2.1.1-dev.2 16:18:02 v2.1.1-dev.3 16:18:02 v2.1.1-dev.4 16:18:02 v2.1.1-dev.5 16:18:02 v2.1.1-dev.6 16:18:02 v2.1.1-dev.7 16:18:02 v2.1.1-dev.8 16:18:02 v2.2.0 16:18:02 v2.2.1-dev.1 16:18:02 v2.2.1-dev.10 16:18:02 v2.2.1-dev.11 16:18:02 v2.2.1-dev.12 16:18:02 v2.2.1-dev.13 16:18:02 v2.2.1-dev.14 16:18:02 v2.2.1-dev.15 16:18:02 v2.2.1-dev.16 16:18:02 v2.2.1-dev.17 16:18:02 v2.2.1-dev.18 16:18:02 v2.2.1-dev.19 16:18:02 v2.2.1-dev.2 16:18:02 v2.2.1-dev.20 16:18:02 v2.2.1-dev.21 16:18:02 v2.2.1-dev.22 16:18:02 v2.2.1-dev.23 16:18:02 v2.2.1-dev.24 16:18:02 v2.2.1-dev.25 16:18:02 v2.2.1-dev.26 16:18:02 v2.2.1-dev.3 16:18:02 v2.2.1-dev.4 16:18:02 v2.2.1-dev.5 16:18:02 v2.2.1-dev.6 16:18:02 v2.2.1-dev.7 16:18:02 v2.2.1-dev.8 16:18:02 v2.2.1-dev.9 [Pipeline] sh 16:18:02 + lftools sign git-tag v2.2.1-dev.26 16:18:02 Signing Git tag with Sigul... 16:18:02 Signing v2.2.1-dev.26 [Pipeline] echo 16:18:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:18:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:18:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:18:03 $ docker stop --time=1 900e6f7bb829023de5a5c4154b6794dae1625978c97021c918fa63e6336d76aa 16:18:04 $ docker rm -f 900e6f7bb829023de5a5c4154b6794dae1625978c97021c918fa63e6336d76aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:18:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:18:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:18:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:05 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:18:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:18:06 $ docker top 9ec09751b0902dd9ea208dcf784eb94389843686c7d827bbf16dfc2b2dcea394 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:06 [ssh-agent] Looking for ssh-agent implementation... 16:18:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:06 $ docker exec 9ec09751b0902dd9ea208dcf784eb94389843686c7d827bbf16dfc2b2dcea394 ssh-agent 16:18:06 SSH_AUTH_SOCK=/tmp/ssh-1jsf8yschLfe/agent.33 16:18:06 SSH_AGENT_PID=39 16:18:06 Running ssh-add (command line suppressed) 16:18:06 Identity added: /w/workspace/edgex-go/260@tmp/private_key_428573236741571593.key (/w/workspace/edgex-go/260@tmp/private_key_428573236741571593.key) 16:18:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:06 + git semver bump pre 16:18:07 2022-07-12 16:18:07,076 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:18:07 2022-07-12 16:18:07,076 [bump_version] DEBUG bumping version:2.2.1-dev.26 on axis:pre with prefix:dev 16:18:07 2022-07-12 16:18:07,076 [bump_version] DEBUG bumped version:2.2.1-dev.27 16:18:07 2022-07-12 16:18:07,076 [write_version] DEBUG write version:2.2.1-dev.27 to path:/w/workspace/edgex-go/260/.semver/main with force:True 16:18:07 2022-07-12 16:18:07,076 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:18:07 2022-07-12 16:18:07,077 [write_file] DEBUG write to file:/w/workspace/edgex-go/260/.semver/main 16:18:07 2022-07-12 16:18:07,078 [execute] INFO git cat-file --batch-check 16:18:07 2022-07-12 16:18:07,078 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=False, shell=None, istream=) 16:18:07 2022-07-12 16:18:07,083 [execute] INFO git cat-file --batch 16:18:07 2022-07-12 16:18:07,083 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=False, shell=None, istream=) 16:18:07 2022-07-12 16:18:07,086 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:18:07 2.2.1-dev.27 [Pipeline] } 16:18:07 $ docker exec --env ******** --env ******** 9ec09751b0902dd9ea208dcf784eb94389843686c7d827bbf16dfc2b2dcea394 ssh-agent -k 16:18:07 unset SSH_AUTH_SOCK; 16:18:07 unset SSH_AGENT_PID; 16:18:07 echo Agent pid 39 killed; 16:18:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:07 + git semver [Pipeline] } 16:18:07 $ docker stop --time=1 9ec09751b0902dd9ea208dcf784eb94389843686c7d827bbf16dfc2b2dcea394 16:18:09 $ docker rm -f 9ec09751b0902dd9ea208dcf784eb94389843686c7d827bbf16dfc2b2dcea394 [Pipeline] // withDockerContainer [Pipeline] sh 16:18:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:18:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:18:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:09 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:18:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:18:10 $ docker top 8e579fad94411a1cb1275d540ca9dfca819b8083b5adab22c1ba69fa8f6ef1a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:10 [ssh-agent] Looking for ssh-agent implementation... 16:18:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:10 $ docker exec 8e579fad94411a1cb1275d540ca9dfca819b8083b5adab22c1ba69fa8f6ef1a2 ssh-agent 16:18:10 SSH_AUTH_SOCK=/tmp/ssh-LxAZYZiRwN7w/agent.32 16:18:10 SSH_AGENT_PID=39 16:18:10 Running ssh-add (command line suppressed) 16:18:10 Identity added: /w/workspace/edgex-go/260@tmp/private_key_2759681283769769859.key (/w/workspace/edgex-go/260@tmp/private_key_2759681283769769859.key) 16:18:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:11 + git semver push 16:18:11 2022-07-12 16:18:11,338 [run_push] DEBUG push 16:18:11 2022-07-12 16:18:11,338 [execute] INFO git cat-file --batch-check 16:18:11 2022-07-12 16:18:11,338 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=False, shell=None, istream=) 16:18:11 2022-07-12 16:18:11,343 [execute] INFO git rev-list 7d50908b5f50c245011da8e87b350e0a466a05d0 -- 16:18:11 2022-07-12 16:18:11,343 [execute] DEBUG Popen(['git', 'rev-list', '7d50908b5f50c245011da8e87b350e0a466a05d0', '--'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=False, shell=None, istream=None) 16:18:11 2022-07-12 16:18:11,358 [execute] INFO git fetch -v origin 16:18:11 2022-07-12 16:18:11,358 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=True, shell=None, istream=None) 16:18:11 2022-07-12 16:18:11,841 [run_push] DEBUG no remote changes detected 16:18:11 2022-07-12 16:18:11,841 [execute] INFO git push origin semver 16:18:11 2022-07-12 16:18:11,842 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/260/.semver, universal_newlines=False, shell=None, istream=None) 16:18:12 2022-07-12 16:18:12,681 [run_push] DEBUG push all version tags 16:18:12 2022-07-12 16:18:12,682 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:18:12 2022-07-12 16:18:12,682 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/260, universal_newlines=False, shell=None, istream=None) 16:18:13 2022-07-12 16:18:13,399 [read_version] DEBUG read version from /w/workspace/edgex-go/260/.semver/main 16:18:13 2.2.1-dev.27 [Pipeline] } 16:18:13 $ docker exec --env ******** --env ******** 8e579fad94411a1cb1275d540ca9dfca819b8083b5adab22c1ba69fa8f6ef1a2 ssh-agent -k 16:18:13 unset SSH_AUTH_SOCK; 16:18:13 unset SSH_AGENT_PID; 16:18:13 echo Agent pid 39 killed; 16:18:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:13 + git semver [Pipeline] } 16:18:14 $ docker stop --time=1 8e579fad94411a1cb1275d540ca9dfca819b8083b5adab22c1ba69fa8f6ef1a2 16:18:15 $ docker rm -f 8e579fad94411a1cb1275d540ca9dfca819b8083b5adab22c1ba69fa8f6ef1a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 16:18:16 + [ -d /w/workspace/edgex-go/260/archives ] [Pipeline] libraryResource [Pipeline] sh 16:18:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:17 ---> package-listing.sh 16:18:17 ++ facter osfamily 16:18:17 ++ tr '[:upper:]' '[:lower:]' 16:18:17 + OS_FAMILY=debian 16:18:17 + workspace=/w/workspace/edgex-go/260 16:18:17 + START_PACKAGES=/tmp/packages_start.txt 16:18:17 + END_PACKAGES=/tmp/packages_end.txt 16:18:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:17 + PACKAGES=/tmp/packages_start.txt 16:18:17 + '[' /w/workspace/edgex-go/260 ']' 16:18:17 + PACKAGES=/tmp/packages_end.txt 16:18:17 + case "${OS_FAMILY}" in 16:18:17 + dpkg -l 16:18:17 + grep '^ii' 16:18:17 + '[' -f /tmp/packages_start.txt ']' 16:18:17 + '[' -f /tmp/packages_end.txt ']' 16:18:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:17 + '[' /w/workspace/edgex-go/260 ']' 16:18:17 + mkdir -p /w/workspace/edgex-go/260/archives/ 16:18:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/260/archives/ [Pipeline] echo 16:18:17 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/260/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:18:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:18:18 16:18:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:18:18 latest: Pulling from edgex-lftools-log-publisher 16:18:18 5eb5b503b376: Pulling fs layer 16:18:18 5c69ac0246d0: Pulling fs layer 16:18:18 ec43610c2a17: Pulling fs layer 16:18:18 3a2ae6a8a46f: Pulling fs layer 16:18:18 33b1e0a273af: Pulling fs layer 16:18:18 5d3b04190fa2: Pulling fs layer 16:18:18 2f39f015ded8: Pulling fs layer 16:18:18 3a2ae6a8a46f: Waiting 16:18:18 33b1e0a273af: Waiting 16:18:18 5c69ac0246d0: Verifying Checksum 16:18:18 5c69ac0246d0: Download complete 16:18:18 3a2ae6a8a46f: Verifying Checksum 16:18:18 3a2ae6a8a46f: Download complete 16:18:18 33b1e0a273af: Verifying Checksum 16:18:18 33b1e0a273af: Download complete 16:18:18 5d3b04190fa2: Verifying Checksum 16:18:18 5d3b04190fa2: Download complete 16:18:18 ec43610c2a17: Verifying Checksum 16:18:18 ec43610c2a17: Download complete 16:18:18 5eb5b503b376: Verifying Checksum 16:18:18 5eb5b503b376: Download complete 16:18:19 2f39f015ded8: Download complete 16:18:20 5eb5b503b376: Pull complete 16:18:20 5c69ac0246d0: Pull complete 16:18:20 ec43610c2a17: Pull complete 16:18:20 3a2ae6a8a46f: Pull complete 16:18:21 33b1e0a273af: Pull complete 16:18:21 5d3b04190fa2: Pull complete 16:18:25 2f39f015ded8: Pull complete 16:18:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:18:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:18:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:25 prd-ubuntu20.04-docker-8c-8g-19560 does not seem to be running inside a container 16:18:25 $ 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/260/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/260 -v /w/workspace/edgex-go/260:/w/workspace/edgex-go/260:rw,z -v /w/workspace/edgex-go/260@tmp:/w/workspace/edgex-go/260@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 16:18:27 $ docker top 20e767d9d44b992576b85a2b0a1ebac2b3daacd21d30e11c6345b9fcfd6ef278 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:27 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:27 + mkdir -p /var/log/sysstat [Pipeline] sh 16:18:28 + ls /var/log/sa-host 16:18:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:28 provisioning config files... 16:18:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/260@tmp/config4144799159027633773tmp [Pipeline] { [Pipeline] echo 16:18:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:28 ---> create-netrc.sh [Pipeline] } 16:18:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:18:29 ---> python-tools-install.sh [Pipeline] echo 16:18:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:29 ---> sudo-logs.sh 16:18:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:18:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:29 ---> job-cost.sh 16:18:29 lf-activate-venv: SKIPPING 16:18:29 DEBUG: total: 0.10999999940395355 16:18:29 INFO: Retrieving Stack Cost... 16:18:30 INFO: Retrieving Pricing Info for: v3-standard-8 16:18:30 INFO: Archiving Costs [Pipeline] echo 16:18:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:30 ---> logs-deploy.sh 16:18:30 lf-activate-venv: SKIPPING 16:18:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/260 16:18:30 INFO: archiving workspace using pattern(s): 16:18:31 Archives upload complete. 16:18:31 INFO: archiving logs to Nexus 16:18:32 ---> uname -a: 16:18:32 Linux prd-ubuntu20-04-docker-8c-8g-19560 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 16:18:32 16:18:32 16:18:32 ---> lscpu: 16:18:32 Architecture: x86_64 16:18:32 CPU op-mode(s): 32-bit, 64-bit 16:18:32 Byte Order: Little Endian 16:18:32 Address sizes: 40 bits physical, 48 bits virtual 16:18:32 CPU(s): 8 16:18:32 On-line CPU(s) list: 0-7 16:18:32 Thread(s) per core: 1 16:18:32 Core(s) per socket: 1 16:18:32 Socket(s): 8 16:18:32 NUMA node(s): 1 16:18:32 Vendor ID: AuthenticAMD 16:18:32 CPU family: 23 16:18:32 Model: 49 16:18:32 Model name: AMD EPYC-Rome Processor 16:18:32 Stepping: 0 16:18:32 CPU MHz: 2799.998 16:18:32 BogoMIPS: 5599.99 16:18:32 Virtualization: AMD-V 16:18:32 Hypervisor vendor: KVM 16:18:32 Virtualization type: full 16:18:32 L1d cache: 256 KiB 16:18:32 L1i cache: 256 KiB 16:18:32 L2 cache: 4 MiB 16:18:32 L3 cache: 128 MiB 16:18:32 NUMA node0 CPU(s): 0-7 16:18:32 Vulnerability Itlb multihit: Not affected 16:18:32 Vulnerability L1tf: Not affected 16:18:32 Vulnerability Mds: Not affected 16:18:32 Vulnerability Meltdown: Not affected 16:18:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:18:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:18:32 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:18:32 Vulnerability Srbds: Not affected 16:18:32 Vulnerability Tsx async abort: Not affected 16:18:32 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 16:18:32 16:18:32 16:18:32 ---> nproc: 16:18:32 8 16:18:32 16:18:32 16:18:32 ---> df -h: 16:18:32 Filesystem Size Used Avail Use% Mounted on 16:18:32 overlay 155G 20G 136G 13% / 16:18:32 tmpfs 64M 0 64M 0% /dev 16:18:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:18:32 shm 64M 0 64M 0% /dev/shm 16:18:32 /dev/vda1 155G 20G 136G 13% /facter-os 16:18:32 16:18:32 16:18:32 ---> sar -b -r -n DEV: 16:18:32 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19560) 07/12/22 _x86_64_ (8 CPU) 16:18:32 16:18:32 15:49:40 LINUX RESTART (8 CPU) 16:18:32 16:18:32 15:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:18:32 15:51:01 395.29 45.84 349.45 0.00 4108.32 182959.23 0.00 16:18:32 15:52:01 71.74 0.05 71.69 0.00 4.40 30440.79 0.00 16:18:32 15:53:01 59.46 0.23 59.22 0.00 2.53 25706.13 0.00 16:18:32 15:54:01 633.96 6.20 627.76 0.00 86.79 400237.16 0.00 16:18:32 15:55:01 1169.46 1.98 1167.47 0.00 29.20 401574.94 0.00 16:18:32 15:56:01 860.18 0.33 859.85 0.00 2.93 210358.68 0.00 16:18:32 15:57:01 25.03 0.02 25.01 0.00 2.67 794.80 0.00 16:18:32 15:58:01 9.63 0.00 9.63 0.00 0.00 219.96 0.00 16:18:32 15:59:02 1.32 0.00 1.32 0.00 0.00 15.33 0.00 16:18:32 16:00:01 1.98 0.00 1.98 0.00 0.00 25.75 0.00 16:18:32 16:01:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 16:18:32 16:02:01 1.80 0.00 1.80 0.00 0.00 20.66 0.00 16:18:32 16:03:01 0.87 0.00 0.87 0.00 0.00 9.47 0.00 16:18:32 16:04:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 16:18:32 16:05:01 3.37 1.58 1.78 0.00 49.19 22.53 0.00 16:18:32 16:06:01 1.88 0.00 1.88 0.00 0.00 21.73 0.00 16:18:32 16:07:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 16:18:32 16:08:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 16:18:32 16:09:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 16:18:32 16:10:01 1.62 0.00 1.62 0.00 0.00 20.00 0.00 16:18:32 16:11:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 16:18:32 16:12:01 1.62 0.00 1.62 0.00 0.00 19.20 0.00 16:18:32 16:13:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 16:18:32 16:14:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 16:18:32 16:15:01 1.35 0.00 1.35 0.00 0.00 15.59 0.00 16:18:32 16:16:01 1.78 0.00 1.78 0.00 0.00 20.26 0.00 16:18:32 16:17:01 1.03 0.02 1.02 0.00 0.13 11.86 0.00 16:18:32 16:18:01 120.91 0.22 120.70 0.00 9.07 64518.98 0.00 16:18:32 Average: 120.41 1.99 118.42 0.00 151.13 46985.67 0.00 16:18:32 16:18:32 15:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:18:32 15:51:01 27873160 31752344 549936 1.67 133760 3959164 2181980 6.43 1287260 3286372 261892 16:18:32 15:52:01 27775140 31608956 683916 2.08 136616 3890668 2495780 7.36 1493956 3147676 153308 16:18:32 15:53:01 28104568 31777160 521120 1.58 139300 3748612 1777248 5.24 1316036 3024936 204 16:18:32 15:54:01 20570128 31108456 1157920 3.52 293092 10118288 4308188 12.70 2759948 8726520 390236 16:18:32 15:55:01 18381832 31594740 678380 2.06 378940 12578604 2679716 7.90 2420736 11139584 4860 16:18:32 15:56:01 19698820 31747444 530268 1.61 415276 11383688 1903448 5.61 2305244 9953664 900 16:18:32 15:57:01 19698540 31748864 528348 1.61 416444 11384484 2081956 6.14 2307556 9954028 840 16:18:32 15:58:01 19716104 31766192 511436 1.56 416596 11384540 1920308 5.66 2285688 9954016 156 16:18:32 15:59:02 19717320 31767320 510432 1.55 416612 11384548 1920308 5.66 2285340 9954024 16 16:18:32 16:00:01 19724176 31774408 503532 1.53 416644 11384524 1920308 5.66 2278848 9954224 16 16:18:32 16:01:01 19724820 31775056 503324 1.53 416660 11384528 1920308 5.66 2278204 9954228 24 16:18:32 16:02:01 19727072 31777344 500980 1.52 416684 11384536 1920308 5.66 2276256 9954236 8 16:18:32 16:03:01 19727300 31777592 500680 1.52 416696 11384536 1920308 5.66 2275604 9954236 16 16:18:32 16:04:01 19727032 31777340 500864 1.52 416716 11384540 1920308 5.66 2276056 9954240 16 16:18:32 16:05:01 19721256 31774116 504224 1.53 416744 11386012 1951264 5.75 2281888 9953760 36 16:18:32 16:06:01 19721720 31774612 503660 1.53 416784 11386012 1951264 5.75 2281220 9953768 16 16:18:32 16:07:01 19722164 31775112 503328 1.53 416812 11386020 1951264 5.75 2281092 9953772 24 16:18:32 16:08:01 19722148 31775136 503280 1.53 416840 11386020 1951264 5.75 2281184 9953776 48 16:18:32 16:09:01 19722352 31775352 502988 1.53 416864 11386024 1951264 5.75 2280800 9953776 20 16:18:32 16:10:01 19722304 31775324 502960 1.53 416880 11386020 1951264 5.75 2281276 9953780 68 16:18:32 16:11:01 19722256 31775292 502920 1.53 416896 11386032 1951264 5.75 2281356 9953784 188 16:18:32 16:12:01 19721932 31775004 503148 1.53 416916 11386036 1951264 5.75 2280812 9953788 224 16:18:32 16:13:01 19722052 31775124 503160 1.53 416928 11386036 1951264 5.75 2281456 9953788 184 16:18:32 16:14:01 19721720 31774832 503404 1.53 416952 11386040 1951264 5.75 2281772 9953792 280 16:18:32 16:15:01 19721476 31774632 503540 1.53 416980 11386048 1934980 5.70 2281832 9953796 232 16:18:32 16:16:01 19721696 31774860 503284 1.53 416996 11386048 1934980 5.70 2281448 9953800 12 16:18:32 16:17:01 19721468 31774836 503392 1.53 417012 11386180 1934980 5.70 2281800 9953920 232 16:18:32 16:18:01 18219952 31741496 532180 1.62 462384 12688400 2037564 6.00 2400152 11212208 796 16:18:32 Average: 20527518 31734605 544879 1.66 382572 10623650 2079486 6.13 2210886 9268696 29102 16:18:32 16:18:32 15:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:18:32 15:51:01 vethbb0d8bf 83.34 106.13 7.95 752.82 0.00 0.00 0.00 0.06 16:18:32 15:51:01 docker0 551.21 453.18 41.53 3510.04 0.00 0.00 0.00 0.00 16:18:32 15:51:01 lo 4.95 4.95 0.48 0.48 0.00 0.00 0.00 0.00 16:18:32 15:51:01 ens3 1438.28 1452.62 12665.24 195.01 0.00 0.00 0.00 0.00 16:18:32 15:52:01 vethe1b9310 1.43 1.63 0.11 0.14 0.00 0.00 0.00 0.00 16:18:32 15:52:01 docker0 1.53 1.60 0.10 0.14 0.00 0.00 0.00 0.00 16:18:32 15:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 15:52:01 ens3 61.11 47.89 34.39 63.21 0.00 0.00 0.00 0.00 16:18:32 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:53:01 ens3 27.18 14.88 23.98 12.30 0.00 0.00 0.00 0.00 16:18:32 15:54:01 vethad0c6b3 0.00 0.72 0.00 0.04 0.00 0.00 0.00 0.00 16:18:32 15:54:01 vethfa3971f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:32 15:54:01 docker0 146.96 193.73 10.93 1697.62 0.00 0.00 0.00 0.00 16:18:32 15:54:01 veth87af7be 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:32 15:54:01 vethfdef485 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:32 15:54:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 16:18:32 15:54:01 ens3 321.85 243.31 3446.99 93.43 0.00 0.00 0.00 0.00 16:18:32 15:55:01 vethad0c6b3 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 16:18:32 15:55:01 vethe030181 16.10 13.71 81.55 1.00 0.00 0.00 0.00 0.00 16:18:32 15:55:01 veth23b6fd6 13.71 16.10 1.00 81.55 0.00 0.00 0.00 0.01 16:18:32 15:55:01 docker0 118.38 151.91 8.24 1256.61 0.00 0.00 0.00 0.00 16:18:32 15:55:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 16:18:32 15:55:01 vethaa95146 8.98 11.48 0.65 58.24 0.00 0.00 0.00 0.00 16:18:32 15:55:01 ens3 231.06 179.12 1304.54 88.36 0.00 0.00 0.00 0.00 16:18:32 15:56:01 docker0 41.20 67.23 3.26 806.72 0.00 0.00 0.00 0.00 16:18:32 15:56:01 lo 6.06 6.06 0.59 0.59 0.00 0.00 0.00 0.00 16:18:32 15:56:01 ens3 205.03 145.78 1955.96 188.23 0.00 0.00 0.00 0.00 16:18:32 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:57:01 lo 48.59 48.59 4.79 4.79 0.00 0.00 0.00 0.00 16:18:32 15:57:01 ens3 499.80 518.06 250.17 2416.88 0.00 0.00 0.00 0.00 16:18:32 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:58:01 lo 9.80 9.80 0.96 0.96 0.00 0.00 0.00 0.00 16:18:32 15:58:01 ens3 128.16 132.79 51.81 721.46 0.00 0.00 0.00 0.00 16:18:32 15:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 15:59:02 ens3 0.83 0.20 0.15 0.07 0.00 0.00 0.00 0.00 16:18:32 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:00:01 ens3 2.95 1.59 5.40 0.35 0.00 0.00 0.00 0.00 16:18:32 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:01:01 ens3 1.55 0.48 0.52 0.34 0.00 0.00 0.00 0.00 16:18:32 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:02:01 ens3 0.97 0.63 0.58 0.41 0.00 0.00 0.00 0.00 16:18:32 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:03:01 ens3 0.65 0.00 0.06 0.00 0.00 0.00 0.00 0.00 16:18:32 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:04:01 ens3 1.33 0.23 0.20 0.08 0.00 0.00 0.00 0.00 16:18:32 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:05:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:05:01 ens3 7.75 5.75 5.68 6.45 0.00 0.00 0.00 0.00 16:18:32 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:06:01 ens3 0.75 0.40 0.34 0.27 0.00 0.00 0.00 0.00 16:18:32 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:07:01 ens3 1.48 0.50 0.55 0.28 0.00 0.00 0.00 0.00 16:18:32 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:08:01 ens3 0.67 0.37 0.27 0.21 0.00 0.00 0.00 0.00 16:18:32 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:09:01 ens3 0.75 0.00 0.06 0.00 0.00 0.00 0.00 0.00 16:18:32 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:10:01 ens3 1.50 0.63 0.43 0.29 0.00 0.00 0.00 0.00 16:18:32 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:11:01 ens3 1.18 0.85 0.68 0.56 0.00 0.00 0.00 0.00 16:18:32 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:13:01 ens3 0.27 0.05 0.07 0.00 0.00 0.00 0.00 0.00 16:18:32 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:14:01 ens3 1.55 0.73 0.46 0.30 0.00 0.00 0.00 0.00 16:18:32 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:15:01 ens3 1.78 0.73 0.70 0.48 0.00 0.00 0.00 0.00 16:18:32 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:18:32 16:16:01 ens3 1.35 0.50 0.45 0.28 0.00 0.00 0.00 0.00 16:18:32 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 16:17:01 ens3 0.92 0.15 0.15 0.07 0.00 0.00 0.00 0.00 16:18:32 16:18:01 veth3f62067 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 16:18:32 16:18:01 docker0 41.34 56.89 3.47 692.10 0.00 0.00 0.00 0.00 16:18:32 16:18:01 lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 16:18:32 16:18:01 ens3 337.41 230.39 7830.53 74.88 0.00 0.00 0.00 0.00 16:18:32 Average: veth3f62067 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:32 Average: docker0 31.87 32.79 2.39 282.64 0.00 0.00 0.00 0.00 16:18:32 Average: lo 2.74 2.74 0.27 0.27 0.00 0.00 0.00 0.00 16:18:32 Average: ens3 116.36 105.64 978.59 138.05 0.00 0.00 0.00 0.00 16:18:32 16:18:32 16:18:32 ---> sar -P ALL: 16:18:32 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19560) 07/12/22 _x86_64_ (8 CPU) 16:18:32 16:18:32 15:49:40 LINUX RESTART (8 CPU) 16:18:32 16:18:32 15:50:02 CPU %user %nice %system %iowait %steal %idle 16:18:32 15:51:01 all 13.51 0.00 5.43 1.77 0.07 79.22 16:18:32 15:51:01 0 11.62 0.00 5.35 0.53 0.07 82.44 16:18:32 15:51:01 1 10.77 0.00 5.47 1.40 0.05 82.30 16:18:32 15:51:01 2 12.90 0.00 5.17 3.50 0.05 78.38 16:18:32 15:51:01 3 16.34 0.00 5.41 0.90 0.09 77.27 16:18:32 15:51:01 4 13.52 0.00 4.62 2.44 0.05 79.37 16:18:32 15:51:01 5 16.67 0.00 4.95 3.75 0.07 74.57 16:18:32 15:51:01 6 14.52 0.00 6.49 0.22 0.07 78.69 16:18:32 15:51:01 7 11.77 0.00 6.03 1.38 0.09 80.73 16:18:32 15:52:01 all 33.64 0.00 6.67 0.43 0.09 59.17 16:18:32 15:52:01 0 30.65 0.00 6.44 0.07 0.08 62.76 16:18:32 15:52:01 1 34.36 0.00 6.57 0.02 0.10 58.96 16:18:32 15:52:01 2 34.58 0.00 6.70 0.79 0.10 57.83 16:18:32 15:52:01 3 33.84 0.00 7.05 0.00 0.08 59.02 16:18:32 15:52:01 4 34.09 0.00 6.85 1.76 0.08 57.22 16:18:32 15:52:01 5 35.39 0.00 5.87 0.03 0.10 58.61 16:18:32 15:52:01 6 32.13 0.00 7.53 0.10 0.07 60.18 16:18:32 15:52:01 7 34.08 0.00 6.36 0.71 0.08 58.77 16:18:32 15:53:01 all 50.34 0.00 7.32 0.23 0.11 42.00 16:18:32 15:53:01 0 50.19 0.00 7.02 0.03 0.10 42.66 16:18:32 15:53:01 1 51.35 0.00 7.44 0.02 0.10 41.09 16:18:32 15:53:01 2 49.56 0.00 7.62 1.67 0.08 41.06 16:18:32 15:53:01 3 52.01 0.00 7.99 0.00 0.12 39.88 16:18:32 15:53:01 4 49.53 0.00 7.37 0.12 0.10 42.89 16:18:32 15:53:01 5 51.75 0.00 7.69 0.02 0.14 40.41 16:18:32 15:53:01 6 47.83 0.00 6.57 0.02 0.10 45.48 16:18:32 15:53:01 7 50.46 0.00 6.89 0.00 0.10 42.54 16:18:32 15:54:01 all 33.17 0.00 14.99 4.29 0.12 47.43 16:18:32 15:54:01 0 32.64 0.00 13.28 2.77 0.10 51.22 16:18:32 15:54:01 1 33.15 0.00 15.66 7.88 0.10 43.20 16:18:32 15:54:01 2 33.52 0.00 15.90 7.12 0.12 43.35 16:18:32 15:54:01 3 35.66 0.00 15.44 1.64 0.10 47.16 16:18:32 15:54:01 4 32.71 0.00 13.59 3.44 0.10 50.15 16:18:32 15:54:01 5 32.39 0.00 15.68 1.78 0.10 50.05 16:18:32 15:54:01 6 33.32 0.00 15.60 1.85 0.21 49.02 16:18:32 15:54:01 7 31.99 0.00 14.79 7.85 0.12 45.26 16:18:32 15:55:01 all 65.06 0.00 15.83 3.44 0.15 15.52 16:18:32 15:55:01 0 65.93 0.00 14.63 2.65 0.13 16.67 16:18:32 15:55:01 1 62.77 0.00 17.72 2.26 0.15 17.09 16:18:32 15:55:01 2 65.69 0.00 15.73 2.21 0.17 16.19 16:18:32 15:55:01 3 65.58 0.00 15.07 3.34 0.14 15.87 16:18:32 15:55:01 4 63.52 0.00 16.27 3.77 0.17 16.27 16:18:32 15:55:01 5 63.97 0.00 16.66 5.37 0.14 13.86 16:18:32 15:55:01 6 67.12 0.00 14.62 5.52 0.14 12.60 16:18:32 15:55:01 7 65.86 0.00 15.94 2.43 0.17 15.60 16:18:32 15:56:01 all 34.36 0.00 10.02 3.60 0.12 51.91 16:18:32 15:56:01 0 34.07 0.00 10.46 4.93 0.15 50.39 16:18:32 15:56:01 1 32.63 0.00 9.52 1.35 0.13 56.36 16:18:32 15:56:01 2 39.14 0.00 10.50 3.01 0.12 47.24 16:18:32 15:56:01 3 31.81 0.00 10.12 2.57 0.14 55.36 16:18:32 15:56:01 4 34.33 0.00 10.14 1.97 0.10 53.45 16:18:32 15:56:01 5 34.60 0.00 10.09 6.74 0.08 48.49 16:18:32 15:56:01 6 34.89 0.00 10.23 6.25 0.10 48.54 16:18:32 15:56:01 7 33.41 0.00 9.06 2.00 0.10 55.43 16:18:32 15:57:01 all 8.60 0.00 1.49 0.11 0.06 89.74 16:18:32 15:57:01 0 8.90 0.00 1.44 0.27 0.07 89.33 16:18:32 15:57:01 1 9.39 0.00 1.40 0.02 0.05 89.14 16:18:32 15:57:01 2 8.13 0.00 1.51 0.03 0.07 90.26 16:18:32 15:57:01 3 9.54 0.00 1.59 0.02 0.07 88.79 16:18:32 15:57:01 4 7.84 0.00 1.43 0.03 0.07 90.63 16:18:32 15:57:01 5 9.26 0.00 1.31 0.49 0.07 88.87 16:18:32 15:57:01 6 8.41 0.00 1.32 0.02 0.05 90.20 16:18:32 15:57:01 7 7.32 0.00 1.92 0.00 0.07 90.69 16:18:32 15:58:01 all 2.76 0.00 0.41 0.03 0.02 96.79 16:18:32 15:58:01 0 2.57 0.00 0.35 0.05 0.02 97.02 16:18:32 15:58:01 1 1.20 0.00 0.40 0.00 0.02 98.38 16:18:32 15:58:01 2 4.57 0.00 0.48 0.02 0.02 94.91 16:18:32 15:58:01 3 2.91 0.00 0.45 0.00 0.03 96.61 16:18:32 15:58:01 4 3.21 0.00 0.42 0.12 0.02 96.23 16:18:32 15:58:01 5 0.83 0.00 0.27 0.00 0.02 98.88 16:18:32 15:58:01 6 3.58 0.00 0.30 0.02 0.02 96.09 16:18:32 15:58:01 7 3.19 0.00 0.58 0.02 0.02 96.19 16:18:32 15:59:02 all 0.01 0.00 0.01 0.00 0.01 99.97 16:18:32 15:59:02 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 15:59:02 1 0.03 0.00 0.02 0.00 0.00 99.95 16:18:32 15:59:02 2 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 15:59:02 3 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 15:59:02 4 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 15:59:02 5 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 15:59:02 6 0.00 0.00 0.00 0.00 0.02 99.98 16:18:32 15:59:02 7 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:00:01 all 0.03 0.00 0.02 0.00 0.00 99.93 16:18:32 16:00:01 0 0.05 0.00 0.07 0.00 0.02 99.86 16:18:32 16:00:01 1 0.10 0.00 0.03 0.00 0.00 99.86 16:18:32 16:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 16:18:32 16:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:00:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 16:18:32 16:00:01 6 0.00 0.00 0.02 0.02 0.00 99.97 16:18:32 16:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:18:32 16:01:01 all 0.01 0.00 0.02 0.00 0.00 99.96 16:18:32 16:01:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:18:32 16:01:01 1 0.08 0.00 0.03 0.00 0.02 99.87 16:18:32 16:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:01:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:01:01 5 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:01:01 7 0.00 0.00 0.02 0.00 0.02 99.97 16:18:32 16:18:32 16:01:01 CPU %user %nice %system %iowait %steal %idle 16:18:32 16:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 16:18:32 16:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:18:32 16:02:01 1 0.05 0.00 0.00 0.00 0.02 99.93 16:18:32 16:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:02:01 4 0.03 0.00 0.02 0.02 0.02 99.92 16:18:32 16:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 16:02:01 7 0.03 0.00 0.02 0.02 0.00 99.93 16:18:32 16:03:01 all 0.25 0.00 0.01 0.00 0.00 99.73 16:18:32 16:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:03:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:18:32 16:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:03:01 6 1.91 0.00 0.00 0.00 0.00 98.09 16:18:32 16:03:01 7 0.02 0.00 0.02 0.02 0.02 99.93 16:18:32 16:04:01 all 0.26 0.00 0.01 0.01 0.00 99.71 16:18:32 16:04:01 0 0.03 0.00 0.02 0.02 0.02 99.92 16:18:32 16:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 16:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:18:32 16:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:04:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:04:01 6 1.97 0.00 0.02 0.00 0.00 98.01 16:18:32 16:04:01 7 0.02 0.00 0.02 0.02 0.00 99.95 16:18:32 16:05:01 all 0.31 0.00 0.06 0.01 0.01 99.62 16:18:32 16:05:01 0 0.25 0.00 0.03 0.02 0.00 99.70 16:18:32 16:05:01 1 0.20 0.00 0.05 0.00 0.02 99.73 16:18:32 16:05:01 2 0.13 0.00 0.05 0.00 0.02 99.80 16:18:32 16:05:01 3 0.33 0.00 0.07 0.02 0.00 99.58 16:18:32 16:05:01 4 0.20 0.00 0.08 0.02 0.00 99.70 16:18:32 16:05:01 5 0.08 0.00 0.07 0.00 0.00 99.85 16:18:32 16:05:01 6 1.06 0.00 0.07 0.00 0.02 98.86 16:18:32 16:05:01 7 0.20 0.00 0.03 0.00 0.00 99.77 16:18:32 16:06:01 all 0.01 0.00 0.02 0.01 0.01 99.95 16:18:32 16:06:01 0 0.02 0.00 0.03 0.02 0.00 99.93 16:18:32 16:06:01 1 0.02 0.00 0.05 0.00 0.02 99.92 16:18:32 16:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:06:01 4 0.00 0.00 0.00 0.03 0.02 99.95 16:18:32 16:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:06:01 7 0.03 0.00 0.03 0.02 0.02 99.90 16:18:32 16:07:01 all 0.01 0.00 0.01 0.00 0.00 99.98 16:18:32 16:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:07:01 2 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:07:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:18:32 16:07:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:08:01 all 0.01 0.00 0.01 0.00 0.01 99.97 16:18:32 16:08:01 0 0.03 0.00 0.03 0.02 0.02 99.90 16:18:32 16:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:08:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 16:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 16:18:32 16:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 16:18:32 16:09:01 0 0.05 0.00 0.00 0.00 0.00 99.95 16:18:32 16:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:09:01 2 0.00 0.00 0.05 0.00 0.02 99.93 16:18:32 16:09:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:18:32 16:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:09:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:18:32 16:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:09:01 7 0.00 0.00 0.02 0.02 0.00 99.97 16:18:32 16:10:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:18:32 16:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:18:32 16:10:01 1 0.05 0.00 0.00 0.00 0.00 99.95 16:18:32 16:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 16:18:32 16:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:10:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:18:32 16:10:01 5 0.00 0.00 0.03 0.00 0.00 99.97 16:18:32 16:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:10:01 7 0.00 0.00 0.02 0.02 0.02 99.95 16:18:32 16:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:18:32 16:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:18:32 16:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:11:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:18:32 16:11:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:18:32 16:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:12:01 all 0.02 0.00 0.02 0.00 0.00 99.96 16:18:32 16:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:18:32 16:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:18:32 16:12:01 2 0.02 0.00 0.05 0.00 0.02 99.92 16:18:32 16:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:12:01 5 0.02 0.00 0.03 0.00 0.00 99.95 16:18:32 16:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:12:01 7 0.02 0.00 0.00 0.02 0.00 99.97 16:18:32 16:18:32 16:12:01 CPU %user %nice %system %iowait %steal %idle 16:18:32 16:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 16:18:32 16:13:01 0 0.03 0.00 0.02 0.02 0.00 99.93 16:18:32 16:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:18:32 16:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:13:01 6 0.05 0.00 0.02 0.00 0.02 99.92 16:18:32 16:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:18:32 16:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:14:01 1 0.03 0.00 0.05 0.00 0.02 99.90 16:18:32 16:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:18:32 16:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:14:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:18:32 16:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:18:32 16:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:15:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:18:32 16:15:01 0 0.02 0.00 0.02 0.05 0.00 99.92 16:18:32 16:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:18:32 16:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:15:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:18:32 16:15:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:18:32 16:15:01 6 0.00 0.00 0.03 0.00 0.02 99.95 16:18:32 16:15:01 7 0.03 0.00 0.00 0.00 0.00 99.97 16:18:32 16:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:18:32 16:16:01 0 0.00 0.00 0.00 0.02 0.00 99.98 16:18:32 16:16:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:18:32 16:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:18:32 16:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:16:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:18:32 16:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:18:32 16:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 16:18:32 16:17:01 0 0.05 0.00 0.02 0.02 0.00 99.92 16:18:32 16:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:18:32 16:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:18:32 16:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:32 16:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:18:32 16:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:18:32 16:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 16:18:32 16:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:18:32 16:18:01 all 9.05 0.00 3.66 1.03 0.05 86.21 16:18:32 16:18:01 0 9.72 0.00 4.14 4.88 0.05 81.21 16:18:32 16:18:01 1 9.55 0.00 3.38 0.05 0.07 86.95 16:18:32 16:18:01 2 8.11 0.00 4.17 0.03 0.05 87.63 16:18:32 16:18:01 3 8.34 0.00 3.71 0.02 0.05 87.88 16:18:32 16:18:01 4 9.80 0.00 3.54 0.56 0.05 86.06 16:18:32 16:18:01 5 8.13 0.00 3.30 1.08 0.05 87.44 16:18:32 16:18:01 6 9.48 0.00 3.73 1.55 0.03 85.20 16:18:32 16:18:01 7 9.29 0.00 3.29 0.05 0.03 87.33 16:18:32 Average: all 8.89 0.00 2.33 0.53 0.03 88.21 16:18:32 Average: 0 8.75 0.00 2.25 0.58 0.03 88.40 16:18:32 Average: 1 8.70 0.00 2.40 0.46 0.03 88.41 16:18:32 Average: 2 9.07 0.00 2.40 0.65 0.03 87.85 16:18:32 Average: 3 9.07 0.00 2.36 0.30 0.03 88.24 16:18:32 Average: 4 8.80 0.00 2.27 0.51 0.03 88.38 16:18:32 Average: 5 8.96 0.00 2.34 0.68 0.03 88.00 16:18:32 Average: 6 9.07 0.00 2.35 0.55 0.03 88.00 16:18:32 Average: 7 8.75 0.00 2.29 0.51 0.03 88.42 16:18:32 16:18:32 16:18:32