Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 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-ssh668250434601102056.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-ssh7627094580850695043.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-ssh16800601086934577343.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-ssh15187101197084412942.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-ssh10854372232099968605.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19871 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/262 [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/262 # 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 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad (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 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4091)" > git rev-list --no-walk 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:08:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:08:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:08:30 ========================================================= 20:08:30 EdgeX Global Pipelines Version Info 20:08:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:08:31 ------------------- 20:08:31 stable info: 20:08:31 ------------------- 20:08:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:08:31 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 20:08:31 Message: update stable to v1.0.237 20:08:31 ------------------- 20:08:31 experimental info: 20:08:31 ------------------- 20:08:31 Commited By: **** collab-it+edgex@linuxfoundation.org 20:08:31 Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 20:08:31 Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ac2a4f [Pipeline] echo 20:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:08:32 provisioning config files... 20:08:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config2660273974547065558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:08:32 ---> docker-login.sh 20:08:32 nexus3.edgexfoundry.org:10001 20:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:33 Configure a credential helper to remove this warning. See 20:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:33 20:08:33 Login Succeeded 20:08:33 nexus3.edgexfoundry.org:10002 20:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:33 Configure a credential helper to remove this warning. See 20:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:33 20:08:33 Login Succeeded 20:08:33 nexus3.edgexfoundry.org:10003 20:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:33 Configure a credential helper to remove this warning. See 20:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:33 20:08:33 Login Succeeded 20:08:33 nexus3.edgexfoundry.org:10004 20:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:33 Configure a credential helper to remove this warning. See 20:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:33 20:08:33 Login Succeeded 20:08:33 docker.io 20:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:34 Configure a credential helper to remove this warning. See 20:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:34 20:08:34 Login Succeeded 20:08:34 ---> docker-login.sh ends [Pipeline] } 20:08:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:08:34 + 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 20:08:34 + dirname cmd/core-command/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo core-command,cmd/core-command/Dockerfile 20:08:34 + dirname cmd/core-data/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo core-data,cmd/core-data/Dockerfile 20:08:34 + dirname cmd/core-metadata/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo core-metadata,cmd/core-metadata/Dockerfile 20:08:34 + dirname cmd/security-bootstrapper/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:08:34 + dirname cmd/security-proxy-setup/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:08:34 + dirname cmd/security-secretstore-setup/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:08:34 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:08:34 + dirname cmd/security-spire-agent/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:08:34 + + cut -d/dirname -f2 cmd/security-spire-config/Dockerfile 20:08:34 20:08:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:08:34 + + dirname cmd/security-spire-server/Dockerfilecut 20:08:34 -d/ -f2 20:08:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:08:34 + dirname cmd/support-notifications/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo support-notifications,cmd/support-notifications/Dockerfile 20:08:34 + dirname cmd/support-scheduler/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:08:34 + dirname cmd/sys-mgmt-agent/Dockerfile 20:08:34 + cut -d/ -f2 20:08:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:08:34 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 20:08:34 + git rev-list -1 --merges 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad~1..5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo 20:08:34 -----------> git rev-list -1 --merges 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad~1..5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [false] [Pipeline] sh 20:08:35 + git log --format=format:%s -1 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo 20:08:35 ========================================================= 20:08:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:08:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:08:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:08:35 + grep -v github /etc/ssh/ssh_known_hosts 20:08:35 + [ -e /tmp/ssh_known_hosts ] 20:08:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:08:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:08:35 + sudo tee -a /etc/ssh/ssh_known_hosts 20:08:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:08:35 20:08:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:08:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:08:36 0.1.4: Pulling from edgex-devops/py-git-semver 20:08:36 b85a868b505f: Pulling fs layer 20:08:36 e2be974225ed: Pulling fs layer 20:08:36 339a4e72a1f5: Pulling fs layer 20:08:36 988bab9f4d93: Pulling fs layer 20:08:36 1469e6f7b9e6: Pulling fs layer 20:08:36 eaf3925da568: Pulling fs layer 20:08:36 bab4dde63d76: Pulling fs layer 20:08:36 bde34c3a00c8: Pulling fs layer 20:08:36 b352a97aabf1: Pulling fs layer 20:08:36 4872d77fe225: Pulling fs layer 20:08:36 5851b861e8e6: Pulling fs layer 20:08:36 b352a97aabf1: Waiting 20:08:36 1469e6f7b9e6: Waiting 20:08:36 eaf3925da568: Waiting 20:08:36 4872d77fe225: Waiting 20:08:36 bab4dde63d76: Waiting 20:08:36 988bab9f4d93: Waiting 20:08:36 bde34c3a00c8: Waiting 20:08:36 5851b861e8e6: Waiting 20:08:36 e2be974225ed: Verifying Checksum 20:08:36 e2be974225ed: Download complete 20:08:36 988bab9f4d93: Verifying Checksum 20:08:36 988bab9f4d93: Download complete 20:08:36 1469e6f7b9e6: Verifying Checksum 20:08:36 1469e6f7b9e6: Download complete 20:08:36 eaf3925da568: Verifying Checksum 20:08:36 eaf3925da568: Download complete 20:08:36 339a4e72a1f5: Verifying Checksum 20:08:36 339a4e72a1f5: Download complete 20:08:36 bde34c3a00c8: Download complete 20:08:36 b352a97aabf1: Verifying Checksum 20:08:36 b352a97aabf1: Download complete 20:08:36 4872d77fe225: Verifying Checksum 20:08:36 4872d77fe225: Download complete 20:08:36 5851b861e8e6: Verifying Checksum 20:08:36 5851b861e8e6: Download complete 20:08:36 b85a868b505f: Verifying Checksum 20:08:36 b85a868b505f: Download complete 20:08:36 bab4dde63d76: Verifying Checksum 20:08:36 bab4dde63d76: Download complete 20:08:37 b85a868b505f: Pull complete 20:08:37 e2be974225ed: Pull complete 20:08:38 339a4e72a1f5: Pull complete 20:08:38 988bab9f4d93: Pull complete 20:08:38 1469e6f7b9e6: Pull complete 20:08:38 eaf3925da568: Pull complete 20:08:40 bab4dde63d76: Pull complete 20:08:40 bde34c3a00c8: Pull complete 20:08:40 b352a97aabf1: Pull complete 20:08:40 4872d77fe225: Pull complete 20:08:40 5851b861e8e6: Pull complete 20:08:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:08:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:08:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:08:41 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:08:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:08:42 $ docker top 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef -eo pid,comm 20:08:42 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). 20:08:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:08:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:08:42 [ssh-agent] Looking for ssh-agent implementation... 20:08:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:08:42 $ docker exec 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent 20:08:42 SSH_AUTH_SOCK=/tmp/ssh-mNvKmCkvj1rY/agent.33 20:08:42 SSH_AGENT_PID=39 20:08:42 Running ssh-add (command line suppressed) 20:08:42 Identity added: /w/workspace/edgex-go/262@tmp/private_key_1018065504201491333.key (/w/workspace/edgex-go/262@tmp/private_key_1018065504201491333.key) 20:08:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:08:43 + git tag --points-at HEAD [Pipeline] } 20:08:43 $ docker exec --env ******** --env ******** 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent -k 20:08:43 unset SSH_AUTH_SOCK; 20:08:43 unset SSH_AGENT_PID; 20:08:43 echo Agent pid 39 killed; 20:08:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:08:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:08:43 [ssh-agent] Looking for ssh-agent implementation... 20:08:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:08:43 $ docker exec 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent 20:08:43 SSH_AUTH_SOCK=/tmp/ssh-PdROjH1bppUb/agent.72 20:08:43 SSH_AGENT_PID=79 20:08:43 Running ssh-add (command line suppressed) 20:08:43 Identity added: /w/workspace/edgex-go/262@tmp/private_key_4680636447867995012.key (/w/workspace/edgex-go/262@tmp/private_key_4680636447867995012.key) 20:08:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:08:44 + git semver init 20:08:44 2022-07-13 20:08:44,238 [run_init] DEBUG init version:0.0.0 force:False 20:08:44 2022-07-13 20:08:44,239 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/262/.semver 20:08:44 2022-07-13 20:08:44,240 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/262/.semver 20:08:44 2022-07-13 20:08:44,240 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/262/.semver'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) 20:08:48 2022-07-13 20:08:48,009 [append_file] DEBUG append to file:/w/workspace/edgex-go/262/.git/info/exclude 20:08:48 2022-07-13 20:08:48,010 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/262/.semver/main with force:False 20:08:48 2022-07-13 20:08:48,010 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:08:48 2022-07-13 20:08:48,010 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:08:48 2.2.1-dev.28 [Pipeline] } 20:08:48 $ docker exec --env ******** --env ******** 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent -k 20:08:48 unset SSH_AUTH_SOCK; 20:08:48 unset SSH_AGENT_PID; 20:08:48 echo Agent pid 79 killed; 20:08:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:08:48 + git semver [Pipeline] } 20:08:49 $ docker stop --time=1 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef 20:08:50 $ docker rm -f 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef [Pipeline] // withDockerContainer [Pipeline] sh 20:08:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:08:51 Stashed 1 file(s) [Pipeline] echo 20:08:51 [edgeXSemver]: initialized semver on version 2.2.1-dev.28 [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 20:08:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:51 ========================================================= 20:08:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:08:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:08:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:08:51 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:08:51 2408cc74d12b: Pulling fs layer 20:08:51 ea60b727a1ce: Pulling fs layer 20:08:51 30c4a7721957: Pulling fs layer 20:08:51 370296b7ddb6: Pulling fs layer 20:08:51 7c6cee850709: Pulling fs layer 20:08:51 39a5fcdaea64: Pulling fs layer 20:08:51 d94ebbe4e438: Pulling fs layer 20:08:51 bcfd1f05c69d: Pulling fs layer 20:08:51 59ccb84bbe0f: Pulling fs layer 20:08:51 d94ebbe4e438: Waiting 20:08:51 370296b7ddb6: Waiting 20:08:51 bcfd1f05c69d: Waiting 20:08:51 59ccb84bbe0f: Waiting 20:08:51 7c6cee850709: Waiting 20:08:51 39a5fcdaea64: Waiting 20:08:51 30c4a7721957: Verifying Checksum 20:08:51 30c4a7721957: Download complete 20:08:51 ea60b727a1ce: Verifying Checksum 20:08:51 ea60b727a1ce: Download complete 20:08:51 7c6cee850709: Verifying Checksum 20:08:51 7c6cee850709: Download complete 20:08:51 39a5fcdaea64: Verifying Checksum 20:08:51 39a5fcdaea64: Download complete 20:08:51 2408cc74d12b: Verifying Checksum 20:08:51 2408cc74d12b: Download complete 20:08:51 d94ebbe4e438: Download complete 20:08:51 2408cc74d12b: Pull complete 20:08:51 ea60b727a1ce: Pull complete 20:08:52 30c4a7721957: Pull complete 20:08:52 59ccb84bbe0f: Verifying Checksum 20:08:52 59ccb84bbe0f: Download complete 20:08:52 bcfd1f05c69d: Verifying Checksum 20:08:52 bcfd1f05c69d: Download complete 20:08:52 370296b7ddb6: Verifying Checksum 20:08:52 370296b7ddb6: Download complete 20:08:56 370296b7ddb6: Pull complete 20:08:56 7c6cee850709: Pull complete 20:08:56 39a5fcdaea64: Pull complete 20:08:56 d94ebbe4e438: Pull complete 20:08:58 bcfd1f05c69d: Pull complete 20:08:59 59ccb84bbe0f: Pull complete 20:08:59 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 20:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:08:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:08:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:08:59 WORKDIR /edgex 20:08:59 COPY go.mod . 20:08:59 RUN go mod download 20:08:59 + docker build -t ci-base-image-x86_64 -f - . 20:09:00 Sending build context to Docker daemon 335.2MB 20:09:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:09:00 ---> a4fb48ad2a94 20:09:00 Step 2/4 : WORKDIR /edgex 20:09:02 ---> Running in a8fdea99e57b 20:09:02 Removing intermediate container a8fdea99e57b 20:09:02 ---> 0a822b35c0b2 20:09:02 Step 3/4 : COPY go.mod . 20:09:02 ---> 9e3ca76dcff9 20:09:02 Step 4/4 : RUN go mod download 20:09:02 ---> Running in 9376e4578362 20:09:06 Still waiting to schedule task 20:09:06 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:09:12 Removing intermediate container 9376e4578362 20:09:12 ---> 5bf26f7808c9 20:09:12 Successfully built 5bf26f7808c9 20:09:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:13 + docker inspect -f . ci-base-image-x86_64 20:09:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:13 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:09:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:09:13 $ docker top 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:14 + go version 20:09:14 go version go1.18.3 linux/amd64 [Pipeline] } 20:09:14 $ docker stop --time=1 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 20:09:15 $ docker rm -f 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:15 + docker inspect -f . ci-base-image-x86_64 20:09:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:15 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:09:16 $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:09:16 $ docker top 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:09:16 ========================================================= 20:09:16 [edgeXBuildGoParallel] Running Tests and Build... 20:09:16 ========================================================= [Pipeline] sh 20:09:16 + git config --global --add safe.directory /w/workspace/edgex-go/262 [Pipeline] fileExists [Pipeline] sh 20:09:17 + make test 20:09:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:09:23 ? github.com/edgexfoundry/edgex-go [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:09:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:09:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements 20:09:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:09:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.2% of statements 20:09:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:09:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.619s coverage: 89.2% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.078s coverage: 83.8% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.457s coverage: 95.6% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.057s coverage: 72.2% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.071s coverage: 0.9% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements 20:09:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 20:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 20:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 20:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 20:09:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.198s coverage: 82.5% of statements 20:09:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.076s coverage: 87.2% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 85.4% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.2% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 64.4% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 89.4% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.017s coverage: 100.0% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 65.4% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 43.8% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.046s coverage: 28.9% of statements 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:10:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 20:10:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 20:10:01 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 20:10:19 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." 20:10:19 GO111MODULE=on go vet ./... 20:10:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:22 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:10:22 + ls -al . 20:10:22 total 684 20:10:22 drwxrwxr-x 10 1001 1001 4096 Jul 13 20:09 . 20:10:22 drwxr-xr-x 4 root root 4096 Jul 13 20:09 .. 20:10:22 -rw-rw-r-- 1 1001 1001 11 Jul 13 20:08 .dockerignore 20:10:22 drwxrwxr-x 8 1001 1001 4096 Jul 13 20:10 .git 20:10:22 drwxrwxr-x 3 1001 1001 4096 Jul 13 20:08 .github 20:10:22 -rw-rw-r-- 1 1001 1001 1030 Jul 13 20:08 .gitignore 20:10:22 -rw-rw-r-- 1 1001 1001 42 Jul 13 20:08 .golangci.yml 20:10:22 -rw-rw-r-- 1 1001 1001 87 Jul 13 20:08 .hadolint.yml 20:10:22 drwxr-xr-x 3 1001 1001 4096 Jul 13 20:08 .semver 20:10:22 -rw-rw-r-- 1 1001 1001 166 Jul 13 20:08 .sonarcloud.properties 20:10:22 -rw-rw-r-- 1 1001 1001 1171 Jul 13 20:08 ADOPTERS.md 20:10:22 -rw-rw-r-- 1 1001 1001 10347 Jul 13 20:08 Attribution.txt 20:10:22 -rw-rw-r-- 1 1001 1001 63209 Jul 13 20:08 CHANGELOG.md 20:10:22 -rw-rw-r-- 1 1001 1001 3804 Jul 13 20:08 CONTRIBUTING.md 20:10:22 -rw-rw-r-- 1 1001 1001 677 Jul 13 20:08 GOVERNANCE.md 20:10:22 -rw-rw-r-- 1 1001 1001 850 Jul 13 20:08 Jenkinsfile 20:10:22 -rw-rw-r-- 1 1001 1001 10775 Jul 13 20:08 LICENSE 20:10:22 -rw-rw-r-- 1 1001 1001 10350 Jul 13 20:08 Makefile 20:10:22 -rw-rw-r-- 1 1001 1001 582 Jul 13 20:08 OWNERS.md 20:10:22 -rw-rw-r-- 1 1001 1001 9094 Jul 13 20:08 README.md 20:10:22 -rw-rw-r-- 1 1001 1001 6912 Jul 13 20:08 SECURITY.md 20:10:22 -rw-rw-r-- 1 1001 1001 12 Jul 13 20:08 VERSION 20:10:22 -rw-rw-r-- 1 1001 1001 4131 Jul 13 20:08 ZMQWindows.md 20:10:22 drwxrwxr-x 2 1001 1001 4096 Jul 13 20:08 bin 20:10:22 drwxrwxr-x 18 1001 1001 4096 Jul 13 20:08 cmd 20:10:22 -rw-r--r-- 1 root root 435593 Jul 13 20:10 coverage.out 20:10:22 -rw-rw-r-- 1 1001 1001 3312 Jul 13 20:08 go.mod 20:10:22 -rw-rw-r-- 1 1001 1001 36233 Jul 13 20:08 go.sum 20:10:22 drwxrwxr-x 8 1001 1001 4096 Jul 13 20:08 internal 20:10:22 drwxrwxr-x 3 1001 1001 4096 Jul 13 20:08 openapi 20:10:22 drwxrwxr-x 4 1001 1001 4096 Jul 13 20:08 snap 20:10:22 -rw-rw-r-- 1 1001 1001 204 Jul 13 20:08 version.go [Pipeline] sh 20:10:23 + '[' -e coverage.out ] 20:10:23 + chown 1001:1001 coverage.out [Pipeline] stash 20:10:23 Stashed 1 file(s) [Pipeline] sh 20:10:23 + make build 20:10:23 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:10:35 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:10:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:10:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:10:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-19872 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 20:10:46 Running in /w/workspace/edgex-go/262 [Pipeline] { [Pipeline] checkout 20:10:46 The recommended git tool is: git 20: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.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20: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.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:10:53 using credential edgex-jenkins-ssh 20:10:53 Cloning the remote Git repository 20:10:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:10:53 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:10:53 > git init /w/workspace/edgex-go/262 # timeout=10 20:10:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:10:53 > git --version # timeout=10 20:10:53 > git --version # 'git version 2.25.1' 20:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:10:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:10: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.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:10: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.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:10: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.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:10: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.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:10: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.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:10:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:11:00 $ docker stop --time=1 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 20:11:02 $ docker rm -f 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:11:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:11:03 20:11:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:11:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:11:03 latest: Pulling from edgex-devops/edgex-compose 20:11:03 cbdbe7a5bc2a: Pulling fs layer 20:11:03 ca9280d653b3: Pulling fs layer 20:11:03 7e9c9ca2126c: Pulling fs layer 20:11:04 cbdbe7a5bc2a: Download complete 20:11:04 cbdbe7a5bc2a: Pull complete 20:11:04 ca9280d653b3: Verifying Checksum 20:11:04 ca9280d653b3: Download complete 20:11:04 7e9c9ca2126c: Verifying Checksum 20:11:04 7e9c9ca2126c: Download complete 20:11:04 ca9280d653b3: Pull complete 20:11:08 7e9c9ca2126c: Pull complete 20:11:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:11:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:11:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:11:08 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:11:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:11:08 Avoid second fetch 20:11:08 Checking out Revision 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad (main) 20:11:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:11:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:09 > git config core.sparsecheckout # timeout=10 20:11:09 > git checkout -f 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 20:11:09 $ docker top 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:10 + docker-compose build --help 20:11:10 + grep parallel 20:11:10 --parallel Build images in parallel. [Pipeline] } 20:11:10 $ docker stop --time=1 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 20:11:12 $ docker rm -f 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:11:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:11:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:11:12 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:11:12 $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:11:12 $ docker top aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:13 + docker-compose -f ./docker-compose-build.yml build --parallel 20:11:13 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4091)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:11:13 Building core-command ... 20:11:13 Building core-data ... 20:11:13 Building core-metadata ... 20:11:13 Building security-bootstrapper ... 20:11:13 Building security-proxy-setup ... 20:11:13 Building security-secretstore-setup ... 20:11:13 Building security-spiffe-token-provider ... 20:11:13 Building security-spire-agent ... 20:11:13 Building security-spire-config ... 20:11:13 Building security-spire-server ... 20:11:13 Building support-notifications ... 20:11:13 Building support-scheduler ... 20:11:13 Building sys-mgmt-agent ... 20:11:13 Building security-spiffe-token-provider 20:11:13 Building security-spire-server 20:11:13 Building core-command 20:11:13 Building security-spire-config 20:11:13 Building support-notifications 20:11:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:11:14 % Total % Received % Xferd Average Speed Time Time Time Current 20:11:14 Dload Upload Total Spent Left Speed 20:11:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 96343 0 --:--:-- --:--:-- --:--:-- 96343 100 12332 100 12332 0 0 95596 0 --:--:-- --:--:-- --:--:-- 94861 [Pipeline] sh 20:11:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:11:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:11:15 + sudo tee /etc/docker/daemon.new 20:11:15 { 20:11:15 "registry-mirrors": [ 20:11:15 "https://nexus3.edgexfoundry.org:10001" 20:11:15 ], 20:11:15 "bip": "10.250.0.254/24", 20:11:15 "hosts": [ 20:11:15 "tcp://0.0.0.0:5555", 20:11:15 "unix:///var/run/docker.sock" 20:11:15 ], 20:11:15 "mtu": 1458, 20:11:15 "selinux-enabled": true, 20:11:15 "seccomp-profile": "/etc/docker/seccomp.json" 20:11:15 } [Pipeline] sh 20:11:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:11:16 + sudo service docker restart 20:11:28 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:11:28 ---> 5bf26f7808c9 20:11:28 Step 3/25 : WORKDIR /edgex-go 20:11:28 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:11:28 ---> 5bf26f7808c9 20:11:28 Step 3/20 : WORKDIR /edgex-go 20:11:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:11:28 ---> 5bf26f7808c9 20:11:28 Step 3/22 : WORKDIR /edgex-go 20:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:11:28 ---> 5bf26f7808c9 20:11:28 Step 3/23 : WORKDIR /edgex-go 20:11:28 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:11:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:11:28 ---> 5bf26f7808c9 20:11:28 Step 3/26 : WORKDIR /edgex-go 20:11:29 ---> Running in 63fe42b7d6c4 20:11:29 ---> Running in 5781ad4d2bfb 20:11:29 ---> Running in defe3fbb60f8 20:11:29 ---> Running in 98c327ed7114 20:11:29 ---> Running in ab9dcd14664b 20:11:29 Removing intermediate container ab9dcd14664b 20:11:29 ---> 236980a8e8de 20:11:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:29 Removing intermediate container 63fe42b7d6c4 20:11:29 ---> 222ea5522255 20:11:29 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:29 Removing intermediate container 5781ad4d2bfb 20:11:29 ---> c21dfd2bbbe8 20:11:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:29 Removing intermediate container defe3fbb60f8 20:11:29 ---> 9cd63cb9fa4a 20:11:29 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:11:30 Removing intermediate container 98c327ed7114 20:11:30 ---> 663596da4003 20:11:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:30 ---> Running in a9ca8223ae30 20:11:30 ---> Running in 321473ef70b3 20:11:30 ---> Running in 9c616dbd8eea 20:11:30 ---> Running in 507a0cde974e 20:11:30 ---> Running in 7c1c2588cdb3 20:11:30 Removing intermediate container a9ca8223ae30 20:11:30 ---> 9d0577e1430d 20:11:30 Step 5/23 : RUN apk add --update --no-cache make git 20:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:30 ---> Running in 3534c8af537a 20:11:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:31 Removing intermediate container 321473ef70b3 20:11:31 ---> 00fb6c02aef2 20:11:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:11:31 ---> Running in 34e5c7b3e515 20:11:31 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:11:31 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:11:31 OK: 17033 distinct packages available 20:11:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:31 OK: 211 MiB in 51 packages 20:11:31 Removing intermediate container 9c616dbd8eea 20:11:31 ---> d45f78858336 20:11:31 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 20:11:31 ---> Running in 3023f9c15639 20:11:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:31 Removing intermediate container 7c1c2588cdb3 20:11:31 ---> 399f8a07fa42 20:11:31 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:11:31 ---> Running in a76c4b3da95d 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:32 Removing intermediate container 507a0cde974e 20:11:32 ---> 00c789a1eed3 20:11:32 Step 5/20 : COPY go.mod vendor* ./ 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:32 ---> 292352d31419 20:11:32 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:32 ---> Running in 82ef909f10ed 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:32 OK: 211 MiB in 51 packages 20:11:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:33 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:11:33 OK: 211 MiB in 51 packages 20:11:33 OK: 211 MiB in 51 packages 20:11:33 Removing intermediate container 3534c8af537a 20:11:33 ---> 987c95848dd0 20:11:33 Step 6/23 : COPY go.mod vendor* ./ 20:11:33 OK: 211 MiB in 51 packages 20:11:33 ---> a1d2250cee34 20:11:33 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:33 ---> Running in 1a7f3a6289b6 20:11:34 Removing intermediate container 34e5c7b3e515 20:11:34 ---> 3771edbecd77 20:11:34 Step 6/22 : COPY go.mod vendor* ./ 20:11:34 Removing intermediate container 3023f9c15639 20:11:34 ---> 44fc0ef4cadc 20:11:34 Step 6/25 : COPY go.mod vendor* ./ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:11:34 provisioning config files... 20:11:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config7561185298824326241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:34 Removing intermediate container a76c4b3da95d 20:11:34 ---> d15386cb178b 20:11:34 Step 6/26 : COPY go.mod vendor* ./ 20:11:34 ---> 42fe2b691255 20:11:34 ---> 12509c655d6e 20:11:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:34 20:11:34 ---> 2d66ce1025ff 20:11:34 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:34 ---> Running in c58dcf8d3dd3 20:11:34 ---> Running in 3e950b0b2ef6 20:11:34 ---> Running in 6823786102c9 20:11:34 ---> docker-login.sh 20:11:34 nexus3.edgexfoundry.org:10001 20:11:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:35 Configure a credential helper to remove this warning. See 20:11:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:35 20:11:35 Login Succeeded 20:11:35 nexus3.edgexfoundry.org:10002 20:11:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:36 Configure a credential helper to remove this warning. See 20:11:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:36 20:11:36 Login Succeeded 20:11:36 nexus3.edgexfoundry.org:10003 20:11:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:36 Configure a credential helper to remove this warning. See 20:11:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:36 20:11:36 Login Succeeded 20:11:36 nexus3.edgexfoundry.org:10004 20:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:37 Configure a credential helper to remove this warning. See 20:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:37 20:11:37 Login Succeeded 20:11:37 docker.io 20:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:38 Configure a credential helper to remove this warning. See 20:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:38 20:11:38 Login Succeeded 20:11:38 ---> docker-login.sh ends [Pipeline] } 20:11:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:11:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:11:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:11:38 ========================================================= 20:11:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:11:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:11:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:11:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:11:38 b3c136eddcbf: Pulling fs layer 20:11:38 c0a3192eca97: Pulling fs layer 20:11:38 a050256f5b6f: Pulling fs layer 20:11:38 656be50a0ddc: Pulling fs layer 20:11:38 2bbca73fdf42: Pulling fs layer 20:11:38 46d945488cbd: Pulling fs layer 20:11:38 8a5474983e97: Pulling fs layer 20:11:38 329c88fbcd65: Pulling fs layer 20:11:38 46d945488cbd: Waiting 20:11:38 8a5474983e97: Waiting 20:11:38 656be50a0ddc: Waiting 20:11:38 329c88fbcd65: Waiting 20:11:38 2bbca73fdf42: Waiting 20:11:38 a050256f5b6f: Verifying Checksum 20:11:38 a050256f5b6f: Download complete 20:11:38 c0a3192eca97: Download complete 20:11:38 2bbca73fdf42: Verifying Checksum 20:11:38 2bbca73fdf42: Download complete 20:11:38 46d945488cbd: Verifying Checksum 20:11:38 46d945488cbd: Download complete 20:11:38 b3c136eddcbf: Verifying Checksum 20:11:38 b3c136eddcbf: Download complete 20:11:39 Removing intermediate container 82ef909f10ed 20:11:39 ---> 2769931f2cd1 20:11:39 Step 7/20 : COPY . . 20:11:39 b3c136eddcbf: Pull complete 20:11:39 329c88fbcd65: Verifying Checksum 20:11:39 329c88fbcd65: Download complete 20:11:40 c0a3192eca97: Pull complete 20:11:40 a050256f5b6f: Pull complete 20:11:41 8a5474983e97: Verifying Checksum 20:11:41 8a5474983e97: Download complete 20:11:42 656be50a0ddc: Verifying Checksum 20:11:42 656be50a0ddc: Download complete 20:11:44 Removing intermediate container 1a7f3a6289b6 20:11:44 ---> 660518243541 20:11:44 Step 8/23 : COPY . . 20:11:44 Removing intermediate container 3e950b0b2ef6 20:11:44 ---> 7b5ce9f1ca2a 20:11:44 Step 8/22 : COPY . . 20:11:44 Removing intermediate container c58dcf8d3dd3 20:11:44 ---> 6e6c473e1349 20:11:44 Step 8/25 : COPY . . 20:11:44 Removing intermediate container 6823786102c9 20:11:44 ---> 02d7f7295f9f 20:11:44 Step 8/26 : COPY . . 20:11:52 ---> 639f8d04b1ea 20:11:52 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:11:52 ---> Running in e45ca12a77c3 20:11:52 ---> d2e1541b308e 20:11:52 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 20:11:52 ---> 3d6ce4ff6a74 20:11:52 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:11:52 ---> 0933fa0ee4c9 20:11:52 Step 9/23 : RUN make cmd/core-command/core-command 20:11:52 ---> 01f6f5bc3951 20:11:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:11:52 ---> Running in 197edf2b1ffe 20:11:52 ---> Running in b4fcc86aafc9 20:11:52 ---> Running in f43ddea51016 20:11:52 ---> Running in f33f308d81ad 20:11:52 Removing intermediate container b4fcc86aafc9 20:11:52 ---> cc087537ef92 20:11:52 Step 10/26 : WORKDIR /edgex-go/spire-build 20:11:52 Removing intermediate container 197edf2b1ffe 20:11:52 ---> 19c78ad2ba4b 20:11:52 Step 10/25 : WORKDIR /edgex-go/spire-build 20:11: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.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:11:52 ---> Running in dc2a980ba36c 20:11:52 ---> Running in bb6bc0d58655 20:11:52 Removing intermediate container dc2a980ba36c 20:11:52 ---> bc22f4e809c9 20:11:52 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 20:11:52 Removing intermediate container bb6bc0d58655 20:11:52 ---> e8b5540056f8 20:11:52 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 20:11:52 ---> Running in 0b68d780daae 20:11:52 ---> Running in 38bd1fc7a2c0 20:11: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.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:11:52 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:11:54 Removing intermediate container 0b68d780daae 20:11:54 ---> d55de79e5cfd 20:11:54 Step 12/26 : WORKDIR /edgex-go 20:11:54 Removing intermediate container 38bd1fc7a2c0 20:11:54 ---> 61b35e039e60 20:11:54 Step 12/25 : WORKDIR /edgex-go 20:11:54 ---> Running in 2b20938bed29 20:11:54 ---> Running in 1d8ab671af19 20:11:54 Removing intermediate container 2b20938bed29 20:11:54 ---> bd03047d7053 20:11:54 20:11:54 Step 13/25 : FROM alpine:3.15 20:11:54 Removing intermediate container 1d8ab671af19 20:11:54 ---> d121cfd96333 20:11:54 20:11:54 Step 13/26 : FROM alpine:3.15 20:11:54 3.15: Pulling from library/alpine 20:11:54 3.15: Pulling from library/alpine 20:11:55 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 20:11:55 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 20:11:55 Status: Downloaded newer image for alpine:3.15 20:11:55 Status: Image is up to date for alpine:3.15 20:11:55 ---> 0ac33e5f5afa 20:11:55 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:11:55 ---> 0ac33e5f5afa 20:11:55 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:11:55 ---> Running in 8668ed067a37 20:11:55 ---> Running in 880a83474b46 20:11:55 Removing intermediate container 8668ed067a37 20:11:55 ---> f9c34dd08c9a 20:11:55 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:56 Removing intermediate container 880a83474b46 20:11:56 ---> 04676ec2880e 20:11:56 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:56 ---> Running in ddb1f011e475 20:11:56 ---> Running in 87d2d2107236 20:11:57 656be50a0ddc: Pull complete 20:11:57 2bbca73fdf42: Pull complete 20:11:57 46d945488cbd: Pull complete 20:11:58 Removing intermediate container ddb1f011e475 20:11:58 ---> c06ed0e9f6da 20:11:58 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:11:58 Removing intermediate container 87d2d2107236 20:11:58 ---> 0f27dc28b876 20:11:58 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:11:58 ---> Running in 1145f2995f30 20:11:58 ---> Running in 398f4a337d4a 20:11:58 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:11:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:11:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:11:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:12:00 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:12:00 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:12:00 OK: 15861 distinct packages available 20:12:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:12:00 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:12:00 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:12:00 OK: 15861 distinct packages available 20:12:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:12:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:12:01 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:12:01 (1/4) Installing dumb-init (1.2.5-r1) 20:12:01 (1/5) Installing dumb-init (1.2.5-r1) 20:12:01 (2/4) Installing musl-obstack (1.2.3-r0) 20:12:01 (2/5) Installing musl-obstack (1.2.3-r0) 20:12:01 (3/4) Installing libucontext (1.1-r0) 20:12:01 8a5474983e97: Pull complete 20:12:01 (3/5) Installing libucontext (1.1-r0) 20:12:01 (4/4) Installing gcompat (1.0.0-r4) 20:12:01 (4/5) Installing gcompat (1.0.0-r4) 20:12:01 Executing busybox-1.34.1-r5.trigger 20:12:01 OK: 6 MiB in 18 packages 20:12:01 (5/5) Installing openssl (1.1.1q-r0) 20:12:01 Executing busybox-1.34.1-r5.trigger 20:12:01 OK: 6 MiB in 19 packages 20:12:03 Removing intermediate container 1145f2995f30 20:12:03 ---> 098d7030c886 20:12:03 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:03 Removing intermediate container 398f4a337d4a 20:12:03 ---> bcfcba50e11f 20:12:03 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:04 329c88fbcd65: Pull complete 20:12:04 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 20:12:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:12:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:12:04 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:12:04 WORKDIR /edgex 20:12:04 COPY go.mod . 20:12:04 RUN go mod download 20:12:04 + docker build -t ci-base-image-arm64 -f - . 20:12:07 Sending build context to Docker daemon 169.2MB 20:12:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:12:07 ---> ff4287adb874 20:12:07 Step 2/4 : WORKDIR /edgex 20:12:07 ---> a03f6298b02c 20:12:07 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:12:07 ---> f53217c5f670 20:12:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:12:08 ---> 8eba90ffe222 20:12:08 ---> c1b6b717cb06 20:12:08 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.dStep 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:12:08 20:12:08 ---> Running in cca716151316 20:12:08 ---> a509ee3687c9 20:12:08 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:12:08 Removing intermediate container cca716151316 20:12:08 ---> 47cf97173b12 20:12:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:12:09 ---> Running in 800a6cdfe8ae 20:12:09 Removing intermediate container 800a6cdfe8ae 20:12:09 ---> 3679ef08875f 20:12:09 Step 3/4 : COPY go.mod . 20:12:09 ---> cbe80754118c 20:12:09 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:09 ---> 1a6763d6abc3 20:12:09 Step 21/26 : WORKDIR / 20:12:09 ---> 9ae0e31c8ac8 20:12:09 Step 4/4 : RUN go mod download 20:12:09 ---> Running in 3a84fef7df2d 20:12:09 ---> Running in a9fe00c54e35 20:12:09 ---> Running in 5c1fb5bf44ef 20:12:09 Removing intermediate container a9fe00c54e35 20:12:09 ---> 6d9eeb568040 20:12:09 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:10 ---> Running in 3ba797919d63 20:12:10 Removing intermediate container 5c1fb5bf44ef 20:12:10 ---> 6fa6ee536e8e 20:12:10 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:10 ---> Running in 7060c80f9d21 20:12:10 Removing intermediate container 3ba797919d63 20:12:10 ---> 1c696de0c6ae 20:12:10 Step 23/25 : LABEL arch=x86_64 20:12:10 ---> Running in 299d6c06e0b1 20:12:10 Removing intermediate container 7060c80f9d21 20:12:10 ---> 8b15deeac2c6 20:12:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:10 ---> Running in f3369753519c 20:12:10 Removing intermediate container 299d6c06e0b1 20:12:10 ---> dc9a888a2e91 20:12:10 Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:10 ---> Running in 1226ff6e9fe1 20:12:10 Removing intermediate container f3369753519c 20:12:10 ---> d6708a43547c 20:12:10 Step 24/26 : LABEL arch=x86_64 20:12:10 ---> Running in 62d8b7436abf 20:12:11 Removing intermediate container 1226ff6e9fe1 20:12:11 ---> 768a9c9c0129 20:12:11 Step 25/25 : LABEL version=2.2.1-dev.28 20:12:11 ---> Running in c61f7ae4a5bf 20:12:11 Removing intermediate container 62d8b7436abf 20:12:11 ---> 1c87876eb726 20:12:11 Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:11 ---> Running in aa1615ada4fa 20:12:11 Removing intermediate container c61f7ae4a5bf 20:12:11 ---> a23524c7deee 20:12:11 20:12:11 Successfully built a23524c7deee 20:12:11 Successfully tagged security-spire-server:latest 20:12:11  Building security-spire-server ... done Removing intermediate container aa1615ada4fa 20:12:11 ---> 50d0f3041f2b 20:12:11 Step 26/26 : LABEL version=2.2.1-dev.28 20:12:11 Building security-spire-agent 20:12:11 ---> Running in 8c5a7b242a20 20:12:12 Removing intermediate container 8c5a7b242a20 20:12:12 ---> 10ede1e6fb75 20:12:12 20:12:12 Successfully built 10ede1e6fb75 20:12:12 Successfully tagged security-spire-config:latest 20:12:12 Building security-proxy-setup 20:12:18  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:12:18 ---> 5bf26f7808c9 20:12:18 Step 3/26 : WORKDIR /edgex-go 20:12:18 ---> Using cache 20:12:18 ---> 663596da4003 20:12:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:18 ---> Using cache 20:12:18 ---> 399f8a07fa42 20:12:18 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:12:18 ---> Using cache 20:12:18 ---> d15386cb178b 20:12:18 Step 6/26 : COPY go.mod vendor* ./ 20:12:18 ---> Using cache 20:12:18 ---> 2d66ce1025ff 20:12:18 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:18 ---> Using cache 20:12:18 ---> 02d7f7295f9f 20:12:18 Step 8/26 : COPY . . 20:12:18 ---> Using cache 20:12:18 ---> 3d6ce4ff6a74 20:12:18 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:12:18 ---> Using cache 20:12:18 ---> cc087537ef92 20:12:18 Step 10/26 : WORKDIR /edgex-go/spire-build 20:12:18 ---> Using cache 20:12:18 ---> bc22f4e809c9 20:12:18 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 20:12:18 ---> Using cache 20:12:18 ---> d55de79e5cfd 20:12:18 Step 12/26 : WORKDIR /edgex-go 20:12:18 ---> Using cache 20:12:18 ---> d121cfd96333 20:12:18 20:12:18 Step 13/26 : FROM alpine:3.15 20:12:18 ---> 0ac33e5f5afa 20:12:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:18 ---> Using cache 20:12:18 ---> 04676ec2880e 20:12:18 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:18 ---> Using cache 20:12:18 ---> 0f27dc28b876 20:12:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:12:18 ---> Using cache 20:12:18 ---> bcfcba50e11f 20:12:18 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:12:18 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:12:18 ---> 5bf26f7808c9 20:12:18 Step 3/22 : WORKDIR /edgex-go 20:12:18 ---> Using cache 20:12:18 ---> 663596da4003 20:12:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:18 ---> Using cache 20:12:18 ---> 399f8a07fa42 20:12:18 Step 5/22 : RUN apk add --update --no-cache make git 20:12:20 ---> a49cb0cae2b4 20:12:20 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:12:20 ---> Running in 817119a0336b 20:12:20 Removing intermediate container f43ddea51016 20:12:20 ---> 6412343f1e23 20:12:20 20:12:20 Step 10/23 : FROM alpine:3.16 20:12:20 3.16: Pulling from library/alpine 20:12:20 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 20:12:20 Status: Downloaded newer image for alpine:3.16 20:12:20 ---> e66264b98777 20:12:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:12:21 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:12:21 ---> Running in 532cf94edbdd 20:12:21 ---> 31bf9674fc46 20:12:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:12:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:12:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:12:22 OK: 211 MiB in 51 packages 20:12:22 ---> 72a5da5f231e 20:12:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:12:22 (1/1) Installing dumb-init (1.2.5-r1) 20:12:22 Executing busybox-1.35.0-r13.trigger 20:12:22 OK: 6 MiB in 15 packages 20:12:22 Removing intermediate container e45ca12a77c3 20:12:22 ---> 13f40efc23e1 20:12:22 20:12:22 Step 9/20 : FROM alpine:3.15 20:12:22 ---> 0ac33e5f5afa 20:12:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:12:22 ---> Using cache 20:12:22 ---> 04676ec2880e 20:12:22 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:22 ---> Using cache 20:12:22 ---> 0f27dc28b876 20:12:22 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:12:22 ---> 9e19837e2b98 20:12:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:12:23 ---> Running in 5b6756f51dd6 20:12:23 Removing intermediate container 817119a0336b 20:12:23 ---> e7fdaf4f1398 20:12:23 Step 6/22 : COPY go.mod vendor* ./ 20:12:23 ---> c3cf3f23ba0c 20:12:23 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:12:23 Removing intermediate container 532cf94edbdd 20:12:23 ---> ccafbd337c7d 20:12:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:12:23 ---> Running in 4a7c53e9653f 20:12:23 ---> 48a79bf8e66d 20:12:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:23 ---> Running in 0e062bcca83d 20:12:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:12:23 ---> Running in 08f60f8d81d4 20:12:23 Removing intermediate container 4a7c53e9653f 20:12:23 Removing intermediate container f33f308d81ad 20:12:23 ---> 6830d394d68f 20:12:23 ---> 32a82f01ce48 20:12:23 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:12:23 20:12:23 Step 10/22 : FROM alpine:3.16 20:12:23 ---> e66264b98777 20:12:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:12:23 Removing intermediate container 0e062bcca83d 20:12:23 ---> 9329b6433e99 20:12:23 Step 13/23 : ENV APP_PORT=59882 20:12:23 ---> Running in 392265f9517f 20:12:23 ---> Running in c8eb144512fa 20:12:23 ---> Running in 1ef82c9d6f9f 20:12:23 Removing intermediate container 392265f9517f 20:12:23 ---> ca2ea92baad1 20:12:23 Step 24/26 : LABEL arch=x86_64 20:12:23 ---> Running in 77cb3fe1286f 20:12:23 Removing intermediate container 1ef82c9d6f9f 20:12:23 ---> a117a5f6141e 20:12:23 Step 14/23 : EXPOSE $APP_PORT 20:12:23 ---> Running in 62ab2a8757c0 20:12:23 Removing intermediate container 77cb3fe1286f 20:12:23 ---> ea79c93c1932 20:12:23 Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:23 ---> Running in d67c812d0dbb 20:12:24 Removing intermediate container 62ab2a8757c0 20:12:24 ---> 5db92c11eaf3 20:12:24 Step 15/23 : WORKDIR / 20:12:24 ---> Running in c81a364a30e0 20:12:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:12:24 Removing intermediate container d67c812d0dbb 20:12:24 ---> ca1034c24b71 20:12:24 Step 26/26 : LABEL version=2.2.1-dev.28 20:12:24 ---> Running in 80730d5955cc 20:12:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:12:24 Removing intermediate container c81a364a30e0 20:12:24 ---> ee117f9a1780 20:12:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:24 Removing intermediate container 80730d5955cc 20:12:24 ---> 7ae135733977 20:12:24 20:12:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:12:24 Successfully built 7ae135733977 20:12:24 (1/2) Installing ca-certificates (20211220-r0) 20:12:24 Successfully tagged security-spire-agent:latest 20:12:24 Building core-metadata 20:12:24  Building security-spire-agent ... done (2/2) Installing dumb-init (1.2.5-r1) 20:12:24 Executing busybox-1.35.0-r13.trigger 20:12:24 Executing ca-certificates-20211220-r0.trigger 20:12:24 ---> fc5b90bba00e 20:12:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:12:24 OK: 6 MiB in 16 packages 20:12:24 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:12:24 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:12:24 OK: 15861 distinct packages available 20:12:24 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:12:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:12:25 (1/9) Installing ca-certificates (20211220-r0) 20:12:26 (2/9) Installing brotli-libs (1.0.9-r5) 20:12:26 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:12:26 (4/9) Installing libcurl (7.80.0-r2) 20:12:26 (5/9) Installing curl (7.80.0-r2) 20:12:26 (6/9) Installing dumb-init (1.2.5-r1) 20:12:26 (7/9) Installing musl-obstack (1.2.3-r0) 20:12:26 (8/9) Installing libucontext (1.1-r0) 20:12:26 (9/9) Installing gcompat (1.0.0-r4) 20:12:26 ---> 893d168f148b 20:12:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:12:26 Executing busybox-1.34.1-r5.trigger 20:12:26 Executing ca-certificates-20211220-r0.trigger 20:12:26 Removing intermediate container c8eb144512fa 20:12:26 ---> 65cb2a327c30 20:12:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:12:26 OK: 8 MiB in 23 packages 20:12:27 ---> 8a56b07dbe7f 20:12:27 Step 19/23 : ENTRYPOINT ["/core-command"] 20:12:27 ---> Running in d9ae7e7fb273 20:12:27 ---> Running in aeb96a0cc80b 20:12:27 Removing intermediate container d9ae7e7fb273 20:12:27 ---> 50ae90b13178 20:12:27 Step 13/22 : ENV APP_PORT=59860 20:12:27 ---> Running in 37d0b97bc6b2 20:12:27 Removing intermediate container aeb96a0cc80b 20:12:27 ---> 6245623da724 20:12:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:27 ---> Running in 39678ba9d465 20:12:27 Removing intermediate container 37d0b97bc6b2 20:12:27 ---> b7a2c1b196b1 20:12:27 Step 14/22 : EXPOSE $APP_PORT 20:12:27 Removing intermediate container 5b6756f51dd6 20:12:27 ---> 7d0a9b5b3433 20:12:27 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:27 ---> Running in a0d122dfe791 20:12:27 Removing intermediate container 39678ba9d465 20:12:27 ---> 5304bdbadb6d 20:12:27 Step 21/23 : LABEL arch=x86_64 20:12:28 ---> Running in 1dc63a619677 20:12:28 Removing intermediate container a0d122dfe791 20:12:28 ---> 4485a11dd0b9 20:12:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:12:28 ---> 5276bf974d46 20:12:28 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:12:28 Removing intermediate container 1dc63a619677 20:12:28 ---> 4f799db54643 20:12:28 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:28 ---> Running in f9c3b49ff8db 20:12:28 ---> 9d715b5abf54 20:12:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:12:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:12:28 ---> 5bf26f7808c9 20:12:28 Step 3/23 : WORKDIR /edgex-go 20:12:28 ---> Using cache 20:12:28 ---> 663596da4003 20:12:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:28 ---> Using cache 20:12:28 ---> 399f8a07fa42 20:12:28 Step 5/23 : RUN apk add --update --no-cache make git 20:12:28 ---> Using cache 20:12:28 ---> e7fdaf4f1398 20:12:28 Step 6/23 : COPY go.mod vendor* ./ 20:12:28 ---> Using cache 20:12:28 ---> 48a79bf8e66d 20:12:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:28 Removing intermediate container f9c3b49ff8db 20:12:28 ---> c18588a55d0e 20:12:28 Step 23/23 : LABEL version=2.2.1-dev.28 20:12:28 ---> Running in 83ee324c5873 20:12:28 ---> 65ea94902b1c 20:12:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:12:28 ---> Running in e5869b5d58e7 20:12:29 Removing intermediate container e5869b5d58e7 20:12:29 ---> 0cf96bb7f780 20:12:29 20:12:29 ---> c4f06def8203 20:12:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:12:29 Successfully built 0cf96bb7f780 20:12:29 ---> 645b5b44a7d6 20:12:29 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Successfully tagged core-command:latest 20:12:29 20:12:29 Building security-bootstrapper 20:12:29  Building core-command ... done  ---> Running in 726d954e202a 20:12:31 ---> 8eb274d09be9 20:12:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:12:32 Removing intermediate container 726d954e202a 20:12:32 ---> b2ff2d782995 20:12:32 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:32 ---> Running in 6b8a73cc3243 20:12:32 ---> Running in 4dfc4304e18d 20:12:32 Removing intermediate container 6b8a73cc3243 20:12:32 ---> b86f8209be68 20:12:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:12:32 Removing intermediate container 08f60f8d81d4 20:12:32 ---> ffc56e11f504 20:12:32 Step 8/22 : COPY . . 20:12:32 ---> Running in 47d69ed18ba8 20:12:32 Removing intermediate container 4dfc4304e18d 20:12:32 ---> 17f6865e9162 20:12:32 Step 18/20 : LABEL arch=x86_64 20:12:33 ---> Running in 0f54f53dd562 20:12:33 Removing intermediate container 47d69ed18ba8 20:12:33 ---> c02e07648078 20:12:33 Step 20/22 : LABEL arch=x86_64 20:12:33 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:33 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:12:33 ---> 5bf26f7808c9 20:12:33 Step 3/31 : WORKDIR /edgex-go 20:12:33 ---> Using cache 20:12:33 ---> 663596da4003 20:12:33 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:33 ---> Using cache 20:12:33 ---> 399f8a07fa42 20:12:33 Step 5/31 : RUN apk add --update --no-cache make git 20:12:33 ---> Using cache 20:12:33 ---> e7fdaf4f1398 20:12:33 Step 6/31 : COPY go.mod vendor* ./ 20:12:33 ---> Using cache 20:12:33 ---> 48a79bf8e66d 20:12:33 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:33 ---> Using cache 20:12:33 ---> ffc56e11f504 20:12:33 Step 8/31 : COPY . . 20:12:33 ---> Running in 29c604084501 20:12:34 Removing intermediate container 0f54f53dd562 20:12:34 ---> 91c550cae141 20:12:34 Step 19/20 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:36 Removing intermediate container 29c604084501 20:12:36 ---> 1f07ae1fc568 20:12:36 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:12:36 ---> Running in fb7874f0fa0c 20:12:36 ---> Running in 640a62cba56f 20:12:36 Removing intermediate container fb7874f0fa0c 20:12:36 ---> 866d205f0ca1 20:12:36 Step 20/20 : LABEL version=2.2.1-dev.28 20:12:36 Removing intermediate container 640a62cba56f 20:12:36 ---> e2d66f6eb925 20:12:36 Step 22/22 : LABEL version=2.2.1-dev.28 20:12:36 ---> Running in cf8d4e2d91bc 20:12:36 ---> Running in da89abb7e90d 20:12:37 Removing intermediate container cf8d4e2d91bc 20:12:37 ---> 6d6643af8cff 20:12:37 20:12:37 Removing intermediate container da89abb7e90d 20:12:37 ---> c75a7b8cb83b 20:12:37 20:12:37 Removing intermediate container 83ee324c5873 20:12:37 ---> 9374a8300962 20:12:37 Step 8/23 : COPY . . 20:12:37 Successfully built 6d6643af8cff 20:12:37 Successfully tagged security-spiffe-token-provider:latest 20:12:37  Building security-spiffe-token-provider ... done Building support-scheduler 20:12:37 Successfully built c75a7b8cb83b 20:12:37 Successfully tagged support-notifications:latest 20:12:37  Building support-notifications ... done Building core-data 20:12:42 Removing intermediate container 3a84fef7df2d 20:12:42 ---> 8483743e27b3 20:12:42 Successfully built 8483743e27b3 20:12:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:42 + docker inspect -f . ci-base-image-arm64 20:12:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:12:42 prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container 20:12:42 ---> f8b9dc19557d 20:12:42 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:12:42 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:12:42 ---> 5bf26f7808c9 20:12:42 Step 3/23 : WORKDIR /edgex-go 20:12:42 ---> Using cache 20:12:42 ---> 663596da4003 20:12:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:42 ---> Using cache 20:12:42 ---> 399f8a07fa42 20:12:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:12:42 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:12:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:12:42 ---> 5bf26f7808c9 20:12:42 Step 3/22 : WORKDIR /edgex-go 20:12:42 ---> Using cache 20:12:42 ---> 663596da4003 20:12:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:42 ---> Using cache 20:12:42 ---> 399f8a07fa42 20:12:42 Step 5/22 : RUN apk add --update --no-cache make git 20:12:42 ---> Using cache 20:12:42 ---> e7fdaf4f1398 20:12:42 Step 6/22 : COPY go.mod vendor* ./ 20:12:42 ---> Using cache 20:12:42 ---> 48a79bf8e66d 20:12:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:42 ---> Using cache 20:12:42 ---> 9374a8300962 20:12:42 Step 8/22 : COPY . . 20:12:44 $ docker top c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:44 ---> Running in 064f40985130 20:12:44 ---> Running in f63044ba8501 20:12:44 ---> 15c8c7b51674 20:12:44 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:12:44 ---> 8d74bd334c18 20:12:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:12:44 ---> Running in 831e2736f4a6 20:12:44 ---> Running in 036d6fa07b83 20:12:44 + go version 20:12:44 go version go1.18.3 linux/arm64 [Pipeline] } 20:12:45 $ docker stop --time=1 c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 20:12:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:12:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:12:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:12:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:12:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:12:46 OK: 211 MiB in 51 packages 20:12:46 $ docker rm -f c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 [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 20:12:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:12:47 20:12:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:12:47 Removing intermediate container f63044ba8501 20:12:47 ---> 399f7f95242c 20:12:47 Step 6/23 : COPY go.mod vendor* ./ 20:12:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:12:47 latest: Pulling from edgex-devops/edgex-compose-arm64 20:12:47 29e5d40040c1: Pulling fs layer 20:12:47 1ce36da41761: Pulling fs layer 20:12:47 25b303627fd3: Pulling fs layer 20:12:47 29e5d40040c1: Verifying Checksum 20:12:47 29e5d40040c1: Download complete 20:12:48 ---> 915e66fc7c54 20:12:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:48 ---> Running in 79e6b19363f9 20:12:48 ---> abe029da4f92 20:12:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:12:48 1ce36da41761: Verifying Checksum 20:12:48 1ce36da41761: Download complete 20:12:48 ---> Running in 81f33d85b6a8 20:12:48 29e5d40040c1: Pull complete 20:12:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:12:49 25b303627fd3: Verifying Checksum 20:12:49 25b303627fd3: Download complete 20:12:49 1ce36da41761: Pull complete 20:12:56 Removing intermediate container 79e6b19363f9 20:12:56 ---> caec5100d486 20:12:56 Step 8/23 : COPY . . 20:13:02 25b303627fd3: Pull complete 20:13:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:02 prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container 20:13:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:13:04 $ docker top d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:05 + grep parallel 20:13:05 + docker-compose build --help 20:13:09 ---> c7ababa42a64 20:13:09 Step 9/23 : RUN make cmd/core-data/core-data 20:13:09 ---> Running in 3d7526ed597d 20:13:09 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:13:09 --parallel Build images in parallel. [Pipeline] } 20:13:09 $ docker stop --time=1 d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 20:13:10 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:13:11 $ docker rm -f d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:12 prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container 20:13:12 $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:13:13 $ docker top 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:13:17 Removing intermediate container 036d6fa07b83 20:13:17 ---> c3d9fa6267a1 20:13:17 20:13:17 Step 10/31 : FROM alpine:3.16 20:13:17 ---> e66264b98777 20:13:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:17 Removing intermediate container 064f40985130 20:13:17 ---> 7604afa2e649 20:13:17 20:13:17 Step 10/22 : FROM alpine:3.16 20:13:17 ---> e66264b98777 20:13:17 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:13:17 Removing intermediate container 831e2736f4a6 20:13:17 ---> 239a8ecff0e3 20:13:17 20:13:17 Step 10/23 : FROM alpine:3.16 20:13:17 ---> e66264b98777 20:13:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:13:17 ---> Using cache 20:13:17 ---> ccafbd337c7d 20:13:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:13:17 ---> Using cache 20:13:17 ---> 9329b6433e99 20:13:17 Step 13/23 : ENV APP_PORT=59881 20:13:17 ---> Running in 6a201a466c91 20:13:17 ---> Running in e9ef1d4f7ff2 20:13:17 ---> Running in 64fa3d6d2c03 20:13:17 Removing intermediate container 6a201a466c91 20:13:17 ---> ddbb82700698 20:13:17 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:13:17 Removing intermediate container 64fa3d6d2c03 20:13:17 ---> 15bf7f7ade9d 20:13:17 Step 14/23 : EXPOSE $APP_PORT 20:13:17 ---> Running in b6408efaae9f 20:13:18 ---> Running in f31a120f6501 20:13:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:13:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:13:18 Removing intermediate container f31a120f6501 20:13:18 ---> c080ec19e33b 20:13:18 Step 15/23 : WORKDIR / 20:13:18 ---> Running in 5e3a4587fd3f 20:13:18 (1/6) Installing ca-certificates (20211220-r0) 20:13:18 (2/6) Installing brotli-libs (1.0.9-r6) 20:13:18 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:13:18 (4/6) Installing libcurl (7.83.1-r2) 20:13:18 (5/6) Installing curl (7.83.1-r2) 20:13:18 (6/6) Installing dumb-init (1.2.5-r1) 20:13:18 Executing busybox-1.35.0-r13.trigger 20:13:18 Executing ca-certificates-20211220-r0.trigger 20:13:18 OK: 8 MiB in 20 packages 20:13:18 Building core-command ... 20:13:18 Building core-data ... 20:13:18 Building core-metadata ... 20:13:18 Building security-bootstrapper ... 20:13:18 Building security-proxy-setup ... 20:13:18 Building security-secretstore-setup ... 20:13:18 Building security-spiffe-token-provider ... 20:13:18 Building security-spire-agent ... 20:13:18 Building security-spire-config ... 20:13:18 Building security-spire-server ... 20:13:18 Building support-notifications ... 20:13:18 Building support-scheduler ... 20:13:18 Building sys-mgmt-agent ... 20:13:18 Building security-bootstrapper 20:13:18 Building support-notifications 20:13:18 Building core-command 20:13:18 Building security-spire-config 20:13:18 Building support-scheduler 20:13:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:13:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:13:18 Removing intermediate container 5e3a4587fd3f 20:13:18 ---> caf1f74f935f 20:13:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:18 (1/2) Installing dumb-init (1.2.5-r1) 20:13:18 (2/2) Installing su-exec (0.2-r1) 20:13:18 Executing busybox-1.35.0-r13.trigger 20:13:18 OK: 6 MiB in 16 packages 20:13:19 ---> ff5f44534212 20:13:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:13:19 Removing intermediate container e9ef1d4f7ff2 20:13:19 ---> 2cd192f01983 20:13:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:13:19 ---> Running in 9d9aeff12be7 20:13:19 Removing intermediate container b6408efaae9f 20:13:19 ---> 0202811fb634 20:13:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:13:19 ---> Running in 1dc25c23afec 20:13:19 Removing intermediate container 9d9aeff12be7 20:13:19 ---> 6c414176faf2 20:13:19 Step 13/22 : WORKDIR /edgex 20:13:19 ---> Running in d49c5c81050f 20:13:19 ---> 4ed7bdddad94 20:13:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:13:19 Removing intermediate container 1dc25c23afec 20:13:19 ---> b461bbf741d7 20:13:19 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:13:19 Removing intermediate container d49c5c81050f 20:13:19 ---> 90d682f82f39 20:13:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:13:20 ---> Running in 324baed7bae2 20:13:20 ---> 32b91ed6605b 20:13:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:13:20 ---> Running in 6624960d0914 20:13:20 ---> a2698c875de7 20:13:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:13:20 Removing intermediate container 324baed7bae2 20:13:20 ---> 9044ffe2b318 20:13:20 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:13:20 ---> Running in c31025eaf3bf 20:13:20 Removing intermediate container 6624960d0914 20:13:20 ---> 78cc46a6ed74 20:13:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:20 ---> Running in a9ef93aab047 20:13:20 Removing intermediate container c31025eaf3bf 20:13:20 ---> 9e832391a0cf 20:13:20 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:13:20 Removing intermediate container a9ef93aab047 20:13:20 ---> 0391ac566f50 20:13:20 Step 21/23 : LABEL arch=x86_64 20:13:20 ---> Running in 50dfccccf974 20:13:20 ---> Running in d5df8f902bf7 20:13:20 ---> b92eb53177a6 20:13:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:13:21 Removing intermediate container d5df8f902bf7 20:13:21 ---> ea8201cd5834 20:13:21 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:21 ---> Running in d83fddd95dfb 20:13:21 ---> 2ec6d7df9149 20:13:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:13:22 Removing intermediate container d83fddd95dfb 20:13:22 ---> ecdc3efc1483 20:13:22 Step 23/23 : LABEL version=2.2.1-dev.28 20:13:22 ---> 9d5fda8b6dad 20:13:22 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:13:22 ---> Running in 22606b803267 20:13:22 ---> Running in 573035b8862b 20:13:22 Removing intermediate container 50dfccccf974 20:13:22 ---> f1b93c87faa2 20:13:22 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 20:13:22 ---> Running in 2600b9a9b2f4 20:13:22 Removing intermediate container 22606b803267 20:13:22 ---> c560f2941316 20:13:22 20:13:22 Successfully built c560f2941316 20:13:22 Successfully tagged core-metadata:latest 20:13:22  Building core-metadata ... done Building sys-mgmt-agent 20:13:22 Removing intermediate container 2600b9a9b2f4 20:13:22 ---> 7d06f804668b 20:13:22 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:13:25 Removing intermediate container 81f33d85b6a8 20:13:25 ---> 3ca6c883b758 20:13:25 20:13:25 Step 10/22 : FROM alpine:3.16 20:13:25 ---> e66264b98777 20:13:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:13:25 ---> Using cache 20:13:25 ---> ccafbd337c7d 20:13:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:13:25 ---> Using cache 20:13:25 ---> 9329b6433e99 20:13:25 Step 13/22 : ENV APP_PORT=59861 20:13:25 ---> 317b9ddcb6c8 20:13:25 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:13:25 Removing intermediate container 573035b8862b 20:13:25 ---> 074fd2724016 20:13:25 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:13:25 ---> Running in 278e4506c2e0 20:13:25 ---> Running in 6988f4a894a7 20:13:25 ---> Running in 6d91042a7950 20:13:25 Removing intermediate container 278e4506c2e0 20:13:25 ---> 937ac7d3655e 20:13:25 Step 14/22 : EXPOSE $APP_PORT 20:13:26 Removing intermediate container 6d91042a7950 20:13:26 ---> a22a203f6de4 20:13:26 Step 20/22 : LABEL arch=x86_64 20:13:26 ---> Running in c0fa52a96b84 20:13:26 ---> Running in 9f9dad1fb23f 20:13:26 Removing intermediate container c0fa52a96b84 20:13:26 ---> 43cc51eafcab 20:13:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:26 Removing intermediate container 9f9dad1fb23f 20:13:26 ---> a744e4a24d78 20:13:26 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:26 ---> Running in 221a911d9447 20:13:26 ---> 57e546ab44ca 20:13:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:13:26 Removing intermediate container 221a911d9447 20:13:26 ---> 29146e5f3e13 20:13:26 Step 22/22 : LABEL version=2.2.1-dev.28 20:13:27 ---> Running in c0a6b54d3c88 20:13:27 Removing intermediate container 6988f4a894a7 20:13:27 ---> c6b19176356a 20:13:27 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:27 Removing intermediate container c0a6b54d3c88 20:13:27 ---> f011c42daa04 20:13:27 20:13:27 Successfully built f011c42daa04 20:13:27 Successfully tagged security-proxy-setup:latest 20:13:27 Building security-secretstore-setup 20:13:27  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:13:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:27 ---> 5bf26f7808c9 20:13:27 Step 3/23 : WORKDIR /edgex-go 20:13:27 ---> Using cache 20:13:27 ---> 663596da4003 20:13:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:27 ---> Using cache 20:13:27 ---> 399f8a07fa42 20:13:27 Step 5/23 : RUN apk add --update --no-cache make bash git 20:13:29 ---> 090299c2ac9e 20:13:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:13:29 ---> Running in fe85ce92f8fd 20:13:29 ---> b010b2c17eaa 20:13:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:13:30 ---> 948359d80c49 20:13:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:13:30 ---> b624eb070298 20:13:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:13:30 ---> Running in 8fe8629b0051 20:13:30 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:13:30 ---> 51c0f470bcc2 20:13:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:13:30 Removing intermediate container 8fe8629b0051 20:13:30 ---> c6b06a338b9d 20:13:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:30 ---> Running in 6082b50a94a7 20:13:30 ---> e68671f63607 20:13:30 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:13:30 Removing intermediate container 6082b50a94a7 20:13:30 ---> c9dd4ea7b7ee 20:13:30 Step 20/22 : LABEL arch=x86_64 20:13:31 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:13:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:13:31 ---> 5bf26f7808c9 20:13:31 Step 3/25 : WORKDIR /edgex-go 20:13:31 ---> Using cache 20:13:31 ---> 663596da4003 20:13:31 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:31 ---> Using cache 20:13:31 ---> 399f8a07fa42 20:13:31 Step 5/25 : RUN apk add --update --no-cache make git 20:13:31 ---> Using cache 20:13:31 ---> e7fdaf4f1398 20:13:31 Step 6/25 : COPY go.mod vendor* ./ 20:13:31 ---> Using cache 20:13:31 ---> 48a79bf8e66d 20:13:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:31 ---> Using cache 20:13:31 ---> 9374a8300962 20:13:31 Step 8/25 : COPY . . 20:13:31 ---> Using cache 20:13:31 ---> abe029da4f92 20:13:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:13:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:13:31 ---> Running in 93899d97eba6 20:13:31 ---> Running in d7141f7835f0 20:13:31 ---> 7d92de69a655 20:13:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:13:31 Removing intermediate container 93899d97eba6 20:13:31 ---> 0720e8412024 20:13:31 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:31 ---> Running in a28c770f0669 20:13:31 OK: 211 MiB in 51 packages 20:13:31 ---> 273c526f4908 20:13:31 Step 26/31 : RUN chmod +x /entrypoint.sh 20:13:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:13:31 Removing intermediate container a28c770f0669 20:13:31 ---> c48732a6b235 20:13:31 Step 22/22 : LABEL version=2.2.1-dev.28 20:13:31 ---> Running in 3edac7b67918 20:13:31 ---> Running in cf4d033131af 20:13:31 Removing intermediate container fe85ce92f8fd 20:13:31 ---> 847a0334473b 20:13:31 Step 6/23 : COPY go.mod vendor* ./ 20:13:32 Removing intermediate container cf4d033131af 20:13:32 ---> ee6f93aeadaa 20:13:32 20:13:32 ---> d6c1647c1e6d 20:13:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:32 ---> Running in 7c0be1a94ea1 20:13:32 Successfully built ee6f93aeadaa 20:13:32 Successfully tagged support-scheduler:latest 20:13:32  Building support-scheduler ... done Removing intermediate container 3d7526ed597d 20:13:32 ---> 770597f8b304 20:13:32 20:13:32 Step 10/23 : FROM alpine:3.16 20:13:32 ---> e66264b98777 20:13:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:13:32 ---> Running in 821bbb5d1d83 20:13:32 Removing intermediate container 821bbb5d1d83 20:13:32 ---> 17250ca2ed50 20:13:32 Step 12/23 : ENV APP_PORT=59880 20:13:32 Removing intermediate container 3edac7b67918 20:13:32 ---> 3ab7a3e807fc 20:13:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:13:32 ---> Running in 1c75c2255f41 20:13:32 ---> Running in d7f69dc4ef4d 20:13:33 Removing intermediate container d7f69dc4ef4d 20:13:33 ---> 6e4a1f719ffe 20:13:33 Step 28/31 : CMD ["gate"] 20:13:33 Removing intermediate container 1c75c2255f41 20:13:33 ---> bc674b8ca510 20:13:33 Step 13/23 : EXPOSE $APP_PORT 20:13:33 ---> Running in fd37703036a4 20:13:33 ---> Running in c97611a81e26 20:13:33 Removing intermediate container fd37703036a4 20:13:33 ---> 9928faf27f62 20:13:33 Step 29/31 : LABEL arch=x86_64 20:13:33 Removing intermediate container c97611a81e26 20:13:33 ---> b0c01c5f6778 20:13:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:33 ---> Running in 0914a88158db 20:13:33 ---> Running in a73d07907389 20:13:33 Removing intermediate container 0914a88158db 20:13:33 ---> 7503cb33ad31 20:13:33 Step 30/31 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:33 ---> Running in 439bcc7a8016 20:13:33 Removing intermediate container 439bcc7a8016 20:13:33 ---> 9e4221aab891 20:13:33 Step 31/31 : LABEL version=2.2.1-dev.28 20:13:33 ---> Running in 6911800d28ec 20:13:33 Removing intermediate container 6911800d28ec 20:13:33 ---> 4a3a5c67c8da 20:13:33 20:13:33 Successfully built 4a3a5c67c8da 20:13:33 Successfully tagged security-bootstrapper:latest 20:13:34  Building security-bootstrapper ... done Removing intermediate container a73d07907389 20:13:34 ---> f19f75fc4198 20:13:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:13:35 ---> Running in f3e0b3f67cff 20:13:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:13:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:13:36 (1/6) Installing dumb-init (1.2.5-r1) 20:13:36 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:13:37 (3/6) Installing libsodium (1.0.18-r0) 20:13:37 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:13:37 (5/6) Installing libzmq (4.3.4-r0) 20:13:37 (6/6) Installing zeromq (4.3.4-r0) 20:13:37 Executing busybox-1.35.0-r13.trigger 20:13:37 OK: 8 MiB in 20 packages 20:13:38 Removing intermediate container 7c0be1a94ea1 20:13:38 ---> f1d19055a636 20:13:38 Step 8/23 : COPY . . 20:13:38 Removing intermediate container f3e0b3f67cff 20:13:38 ---> 66c6ca2b9737 20:13:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:13:40 ---> 926dd2b2e28c 20:13:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:13:41 ---> bd89f4baad2b 20:13:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:13:41 ---> 69b570bdbced 20:13:41 Step 19/23 : ENTRYPOINT ["/core-data"] 20:13:41 ---> Running in 8306482bc7b9 20:13:41 Removing intermediate container 8306482bc7b9 20:13:41 ---> 86a14023c2e7 20:13:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:13:41 ---> Running in 0262b5060dfd 20:13:42 Removing intermediate container 0262b5060dfd 20:13:42 ---> e4225233692b 20:13:42 Step 21/23 : LABEL arch=x86_64 20:13:42 ---> Running in e251969f968c 20:13:42 Removing intermediate container e251969f968c 20:13:42 ---> 02bfec11f338 20:13:42 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:42 ---> Running in e80d5256835f 20:13:42 Removing intermediate container e80d5256835f 20:13:42 ---> a711331a392f 20:13:42 Step 23/23 : LABEL version=2.2.1-dev.28 20:13:42 ---> Running in 3a1c0baf16a8 20:13:43 Removing intermediate container 3a1c0baf16a8 20:13:43 ---> a52402a62994 20:13:43 20:13:43 Successfully built a52402a62994 20:13:43 Successfully tagged core-data:latest 20:13:44  Building core-data ... done  ---> 3f9a41b097f1 20:13:44 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:13:44 ---> Running in c846fb99d5fb 20:13: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.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:13: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.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:13:47 Removing intermediate container d7141f7835f0 20:13:47 ---> 3002a1becfb7 20:13:47 20:13:47 Step 10/25 : FROM alpine:3.16 20:13:47 ---> e66264b98777 20:13:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:13:47 ---> Running in 8a54169c1c90 20:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:13:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:13:48 (1/3) Installing ca-certificates (20211220-r0) 20:13:48 (2/3) Installing dumb-init (1.2.5-r1) 20:13:48 (3/3) Installing su-exec (0.2-r1) 20:13:48 Executing busybox-1.35.0-r13.trigger 20:13:48 Executing ca-certificates-20211220-r0.trigger 20:13:48 OK: 6 MiB in 17 packages 20:13:48 Removing intermediate container 8a54169c1c90 20:13:48 ---> 59c32b71213b 20:13:48 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:13:49 ---> Running in 4392598f94e6 20:13:49 Removing intermediate container 4392598f94e6 20:13:49 ---> 2c99c2aef8ed 20:13:49 Step 13/25 : WORKDIR / 20:13:49 ---> Running in 830b76d926ac 20:13:49 Removing intermediate container 830b76d926ac 20:13:49 ---> 34cd4a15e277 20:13:49 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:13:49 ---> c8e3dfba1a5b 20:13:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:13:50 ---> 9b193433fd0f 20:13:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:13:50 ---> 0477f67b4b43 20:13:50 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:13:50 ---> fb2756fef66d 20:13:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:13:51 ---> 7e65c00d0f8e 20:13:51 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:13:51 ---> c201da730f42 20:13:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:13:51 ---> 8590dca6f55a 20:13:51 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/ 20:13:52 ---> Running in 6d6d702cbad3 20:13:52 Removing intermediate container 6d6d702cbad3 20:13:52 ---> be3471398b13 20:13:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:13:52 ---> Running in 18666d1cfcda 20:13:52 Removing intermediate container 18666d1cfcda 20:13:52 ---> a5a73ecd68db 20:13:52 Step 23/25 : LABEL arch=x86_64 20:13:53 ---> Running in 6e47415faeb9 20:13:53 Removing intermediate container 6e47415faeb9 20:13:53 ---> 654a4e20483f 20:13:53 Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:13:53 ---> Running in 6b56371a9eaf 20:13:53 Removing intermediate container 6b56371a9eaf 20:13:53 ---> 2b907a4b06b8 20:13:53 Step 25/25 : LABEL version=2.2.1-dev.28 20:13:53 ---> Running in 28edb024ea0a 20:13:53 Removing intermediate container 28edb024ea0a 20:13:53 ---> 7fb5f9e092b6 20:13:53 20:13:53 Successfully built 7fb5f9e092b6 20:13:53 Successfully tagged security-secretstore-setup:latest 20:13:57  Building security-secretstore-setup ... done Removing intermediate container c846fb99d5fb 20:13:57 ---> d019dc9a28ac 20:13:57 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:13:57 ---> Running in c3ef7d70889c 20:13: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.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:13:58 Removing intermediate container c3ef7d70889c 20:13:58 ---> bdbe846c2ccb 20:13:58 20:13:58 Step 11/23 : FROM docker:20.10.14 20:13:58 20.10.14: Pulling from library/docker 20:14:00 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 20:14:00 Status: Downloaded newer image for docker:20.10.14 20:14:00 ---> 7417809fdb73 20:14:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:14:01 ---> Running in 1d3abba62008 20:14:01 Removing intermediate container 1d3abba62008 20:14:01 ---> e048c42c3613 20:14:01 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 20:14:01 ---> Running in eae61fb3f199 20:14:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:14:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:14:02 (1/43) Installing readline (8.1.1-r0) 20:14:02 (2/43) Installing bash (5.1.16-r0) 20:14:02 Executing bash-5.1.16-r0.post-install 20:14:02 (3/43) Installing brotli-libs (1.0.9-r5) 20:14:02 (4/43) Installing nghttp2-libs (1.46.0-r0) 20:14:02 (5/43) Installing libcurl (7.80.0-r2) 20:14:02 (6/43) Installing curl (7.80.0-r2) 20:14:02 (7/43) Installing dumb-init (1.2.5-r1) 20:14:02 (8/43) Installing libbz2 (1.0.8-r1) 20:14:02 (9/43) Installing expat (2.4.7-r0) 20:14:02 (10/43) Installing libffi (3.4.2-r1) 20:14:02 (11/43) Installing gdbm (1.22-r0) 20:14:02 (12/43) Installing xz-libs (5.2.5-r1) 20:14:02 (13/43) Installing libgcc (10.3.1_git20211027-r0) 20:14:02 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 20:14:02 (15/43) Installing mpdecimal (2.5.1-r1) 20:14:02 (16/43) Installing sqlite-libs (3.36.0-r0) 20:14:02 (17/43) Installing python3 (3.9.7-r4) 20:14:02 (18/43) Installing py3-appdirs (1.4.4-r2) 20:14:02 (19/43) Installing py3-certifi (2020.12.5-r1) 20:14:02 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 20:14:02 (21/43) Installing py3-idna (3.3-r0) 20:14:02 (22/43) Installing py3-urllib3 (1.26.7-r0) 20:14:02 (23/43) Installing py3-requests (2.26.0-r1) 20:14:02 (24/43) Installing py3-msgpack (1.0.2-r1) 20:14:02 (25/43) Installing py3-lockfile (0.12.2-r4) 20:14:02 (26/43) Installing py3-cachecontrol (0.12.10-r0) 20:14:02 (27/43) Installing py3-colorama (0.4.4-r1) 20:14:02 (28/43) Installing py3-contextlib2 (21.6.0-r1) 20:14:02 (29/43) Installing py3-distlib (0.3.3-r0) 20:14:02 (30/43) Installing py3-distro (1.6.0-r0) 20:14:02 (31/43) Installing py3-six (1.16.0-r0) 20:14:02 (32/43) Installing py3-webencodings (0.5.1-r4) 20:14:02 (33/43) Installing py3-html5lib (1.1-r1) 20:14:02 (34/43) Installing py3-parsing (2.4.7-r2) 20:14:02 (35/43) Installing py3-packaging (20.9-r1) 20:14:02 (36/43) Installing py3-tomli (1.2.2-r0) 20:14:02 (37/43) Installing py3-pep517 (0.12.0-r0) 20:14:02 (38/43) Installing py3-progress (1.6-r0) 20:14:02 (39/43) Installing py3-retrying (1.3.3-r2) 20:14:02 (40/43) Installing py3-ordered-set (4.0.2-r2) 20:14:02 (41/43) Installing py3-setuptools (52.0.0-r4) 20:14:02 (42/43) Installing py3-toml (0.10.2-r2) 20:14:02 (43/43) Installing py3-pip (20.3.4-r1) 20:14:02 Executing busybox-1.34.1-r5.trigger 20:14:02 OK: 83 MiB in 65 packages 20:14:03 Collecting docker-compose==1.23.2 20:14:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:14:03 Collecting docker<4.0,>=3.6.0 20:14:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:14:03 Collecting texttable<0.10,>=0.9.0 20:14:03 Downloading texttable-0.9.1.tar.gz (11 kB) 20:14:04 Collecting websocket-client<1.0,>=0.32.0 20:14:04 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:14:04 Collecting jsonschema<3,>=2.5.1 20:14:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:14:04 Collecting docopt<0.7,>=0.6.1 20:14:04 Downloading docopt-0.6.2.tar.gz (25 kB) 20:14:04 Collecting cached-property<2,>=1.2.0 20:14:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:14:04 Collecting PyYAML<4,>=3.10 20:14:04 Downloading PyYAML-3.13.tar.gz (270 kB) 20:14: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) 20:14:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:14:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:14:05 Collecting dockerpty<0.5,>=0.4.1 20:14:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:14:05 Collecting docker-pycreds>=0.4.0 20:14:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:14:05 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:14:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:14:05 ---> 8483743e27b3 20:14:05 Step 3/22 : WORKDIR /edgex-go 20:14:05 Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:14:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:14:05 ---> 8483743e27b3 20:14:05 Step 3/31 : WORKDIR /edgex-go 20:14:05 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:14:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:14:05 ---> 8483743e27b3 20:14:05 Step 3/23 : WORKDIR /edgex-go 20:14:05 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:14:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:14:05 ---> 8483743e27b3 20:14:05 Step 3/22 : WORKDIR /edgex-go 20:14:05 Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:14:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:14:05 ---> 8483743e27b3 20:14:05 Step 3/26 : WORKDIR /edgex-go 20:14:05 ---> Running in 969a9dc108ac 20:14:05 ---> Running in 49d7085f464d 20:14:05 ---> Running in 57a5e2329801 20:14:05 ---> Running in 1a471ec0ea79 20:14:05 ---> Running in 1cd2c71ee6e0 20:14:05 Removing intermediate container 57a5e2329801 20:14:05 ---> 6c1cbe31d0a5 20:14:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:05 Removing intermediate container 1a471ec0ea79 20:14:05 ---> b7861455bb79 20:14:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:05 Collecting idna<2.8,>=2.5 20:14:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:14:05 Collecting chardet<3.1.0,>=3.0.2 20:14:05 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:14:05 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) 20:14:05 Collecting urllib3<1.25,>=1.21.1 20:14:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:14:05 ---> Running in 57c927de8736 20:14:05 Removing intermediate container 969a9dc108ac 20:14:05 Removing intermediate container 49d7085f464d 20:14:05 ---> c5574bd8b208 20:14:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:05 ---> d5e901a048b6 20:14:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:05 Removing intermediate container 1cd2c71ee6e0 20:14:05 ---> 170f68b6b6c8 20:14:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:14:05 ---> Running in 4356acee9ca5 20:14:05 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:14:05 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:14:05 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:14:05 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:14:05 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:14:05 Attempting uninstall: urllib3 20:14:05 Found existing installation: urllib3 1.26.7 20:14:05 Uninstalling urllib3-1.26.7: 20:14:05 Successfully uninstalled urllib3-1.26.7 20:14:05 Attempting uninstall: idna 20:14:05 Found existing installation: idna 3.3 20:14:05 Uninstalling idna-3.3: 20:14:06 ---> Running in fd56e2c21399 20:14:06 ---> Running in 95f98bffab34 20:14:06 ---> Running in d4c837fa458b 20:14:06 Successfully uninstalled idna-3.3 20:14:06 Attempting uninstall: requests 20:14:06 Found existing installation: requests 2.26.0 20:14:06 Uninstalling requests-2.26.0: 20:14:06 Successfully uninstalled requests-2.26.0 20:14:06 Running setup.py install for texttable: started 20:14:06 Running setup.py install for texttable: finished with status 'done' 20:14:06 Running setup.py install for PyYAML: started 20:14:07 Running setup.py install for PyYAML: finished with status 'done' 20:14:07 Running setup.py install for docopt: started 20:14:07 Running setup.py install for docopt: finished with status 'done' 20:14:07 Running setup.py install for dockerpty: started 20:14:07 Running setup.py install for dockerpty: finished with status 'done' 20:14:08 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 20:14:09 Removing intermediate container 57c927de8736 20:14:09 ---> bd5f92c03782 20:14:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:14:09 Removing intermediate container 4356acee9ca5 20:14:09 ---> cc1bd504388a 20:14:09 Step 5/31 : RUN apk add --update --no-cache make git 20:14:09 ---> Running in d240e5aa39cb 20:14:09 ---> Running in 5887a1fd1aa6 20:14:09 Removing intermediate container 95f98bffab34 20:14:09 ---> 758388de828d 20:14:09 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:14:09 Removing intermediate container d4c837fa458b 20:14:09 ---> 6b4447d2c624 20:14:09 Step 5/22 : RUN apk add --update --no-cache make git 20:14:10 ---> Running in 844fb4958313 20:14:10 Removing intermediate container fd56e2c21399 20:14:10 ---> 8031101f76ae 20:14:10 Step 5/23 : RUN apk add --update --no-cache make git 20:14:10 ---> Running in 4d130ad460ab 20:14:10 ---> Running in fe25af066d37 20:14:10 Removing intermediate container eae61fb3f199 20:14:10 ---> 50d5eada7d05 20:14:10 Step 14/23 : ENV APP_PORT=58890 20:14:10 ---> Running in c7e277b6265d 20:14:10 Removing intermediate container c7e277b6265d 20:14:10 ---> d1b8a56314ec 20:14:10 Step 15/23 : EXPOSE $APP_PORT 20:14:10 ---> Running in 654a880b7192 20:14:10 Removing intermediate container 654a880b7192 20:14:10 ---> 86605ce47736 20:14:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:14:11 ---> b57fbacef5f5 20:14:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:14:11 ---> d9cbe40bd7d7 20:14:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:14:11 ---> 8c31a14efeb6 20:14:11 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:14:11 ---> Running in 46586a827827 20:14:11 Removing intermediate container 46586a827827 20:14:11 ---> 78a7e1492b91 20:14:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:14:11 ---> Running in 90fdbff14542 20:14:11 Removing intermediate container 90fdbff14542 20:14:11 ---> 197cec42adca 20:14:11 Step 21/23 : LABEL arch=x86_64 20:14:11 ---> Running in d96c417daf51 20:14:11 Removing intermediate container d96c417daf51 20:14:11 ---> c06a8ef8feb9 20:14:11 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:11 ---> Running in 2b6eabec1637 20:14:12 Removing intermediate container 2b6eabec1637 20:14:12 ---> 70e24ee67a7b 20:14:12 Step 23/23 : LABEL version=2.2.1-dev.28 20:14:12 ---> Running in 6ce60c8802a3 20:14:12 Removing intermediate container 6ce60c8802a3 20:14:12 ---> fa3bc5d56edd 20:14:12 20:14:12 Successfully built fa3bc5d56edd 20:14:12 Successfully tagged sys-mgmt-agent:latest 20:14:12  Building sys-mgmt-agent ... done  [Pipeline] } 20:14:12 $ docker stop --time=1 aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f 20:14:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:14:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:14:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:14:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:14:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:14:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:14:13 $ docker rm -f aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f [Pipeline] // withDockerContainer [Pipeline] sh 20:14:14 + docker images 20:14:14 REPOSITORY TAG IMAGE ID CREATED SIZE 20:14:14 sys-mgmt-agent latest fa3bc5d56edd 1 second ago 299MB 20:14:14 bdbe846c2ccb 15 seconds ago 1.62GB 20:14:14 security-secretstore-setup latest 7fb5f9e092b6 20 seconds ago 28.9MB 20:14:14 3002a1becfb7 27 seconds ago 1.63GB 20:14:14 core-data latest a52402a62994 31 seconds ago 21.5MB 20:14:14 security-bootstrapper latest 4a3a5c67c8da 40 seconds ago 19.3MB 20:14:14 770597f8b304 41 seconds ago 1.65GB 20:14:14 support-scheduler latest ee6f93aeadaa 42 seconds ago 26.5MB 20:14:14 security-proxy-setup latest f011c42daa04 47 seconds ago 27.1MB 20:14:14 3ca6c883b758 49 seconds ago 1.68GB 20:14:14 core-metadata latest c560f2941316 52 seconds ago 17.1MB 20:14:14 7604afa2e649 57 seconds ago 1.63GB 20:14:14 c3d9fa6267a1 58 seconds ago 1.62GB 20:14:14 239a8ecff0e3 58 seconds ago 1.62GB 20:14:14 security-spiffe-token-provider latest 6d6643af8cff About a minute ago 29.1MB 20:14:14 support-notifications latest c75a7b8cb83b About a minute ago 27.1MB 20:14:14 core-command latest 0cf96bb7f780 About a minute ago 16.1MB 20:14:14 security-spire-agent latest 7ae135733977 About a minute ago 125MB 20:14:14 32a82f01ce48 About a minute ago 1.68GB 20:14:14 13f40efc23e1 About a minute ago 1.67GB 20:14:14 6412343f1e23 About a minute ago 1.62GB 20:14:14 security-spire-config latest 10ede1e6fb75 2 minutes ago 85.8MB 20:14:14 security-spire-server latest a23524c7deee 2 minutes ago 86.5MB 20:14:14 d121cfd96333 2 minutes ago 1.52GB 20:14:14 bd03047d7053 2 minutes ago 1.52GB 20:14:14 ci-base-image-x86_64 latest 5bf26f7808c9 5 minutes ago 937MB 20:14:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 days ago 253MB 20:14:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 days ago 677MB 20:14:14 alpine 3.16 e66264b98777 7 weeks ago 5.53MB 20:14:14 docker 20.10.14 7417809fdb73 3 months ago 218MB 20:14:14 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 20:14:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:14:14 provisioning config files... 20:14:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config3714483599244120456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:14:14 OK: 221 MiB in 51 packages 20:14:14 ---> docker-login.sh 20:14:14 nexus3.edgexfoundry.org:10001 20:14:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:14 Configure a credential helper to remove this warning. See 20:14:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:14 20:14:14 Login Succeeded 20:14:14 nexus3.edgexfoundry.org:10002 20:14:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:14 OK: 221 MiB in 51 packages 20:14:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:14 Configure a credential helper to remove this warning. See 20:14:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:14 20:14:14 Login Succeeded 20:14:14 nexus3.edgexfoundry.org:10003 20:14:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:14 Configure a credential helper to remove this warning. See 20:14:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:14 20:14:14 Login Succeeded 20:14:14 nexus3.edgexfoundry.org:10004 20:14:14 OK: 221 MiB in 51 packages 20:14:14 OK: 221 MiB in 51 packages 20:14:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:15 Configure a credential helper to remove this warning. See 20:14:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:15 20:14:15 Login Succeeded 20:14:15 docker.io 20:14:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:15 Configure a credential helper to remove this warning. See 20:14:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:15 20:14:15 Login Succeeded 20:14:15 ---> docker-login.sh ends [Pipeline] } 20:14:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:14:15 [edgeXDocker.push] Tagging docker image core-command with the following tags: 20:14:15 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:15 latest 20:14:15 2.2.1-dev.28 20:14:15 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:15 main 20:14:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:15 OK: 221 MiB in 51 packages 20:14:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:16 + docker push nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:14:16 419be6e1024d: Preparing 20:14:16 7c0219acb4c9: Preparing 20:14:16 d7acbff700d2: Preparing 20:14:16 aef786c3594f: Preparing 20:14:16 24302eb7d908: Preparing 20:14:16 24302eb7d908: Layer already exists 20:14:16 aef786c3594f: Pushed 20:14:16 419be6e1024d: Pushed 20:14:16 d7acbff700d2: Pushed 20:14:16 Removing intermediate container 5887a1fd1aa6 20:14:16 ---> 27a6619f0110 20:14:16 Step 6/31 : COPY go.mod vendor* ./ 20:14:16 Removing intermediate container 4d130ad460ab 20:14:16 ---> ef7032af5b61 20:14:16 Step 6/22 : COPY go.mod vendor* ./ 20:14:16 Removing intermediate container d240e5aa39cb 20:14:16 ---> 9e9f0dc63bb1 20:14:16 Step 6/22 : COPY go.mod vendor* ./ 20:14:16 Removing intermediate container 844fb4958313 20:14:16 ---> d06bc53f5fd5 20:14:16 Step 6/26 : COPY go.mod vendor* ./ 20:14:16 Removing intermediate container fe25af066d37 20:14:16 ---> 2669294fdf43 20:14:16 Step 6/23 : COPY go.mod vendor* ./ 20:14:17 7c0219acb4c9: Pushed 20:14:17 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:17 ---> 9d996ac9bf17 20:14:17 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:17 ---> Running in 07b9d3c59298 20:14:17 ---> aa149e53c50e 20:14:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:17 ---> Running in 4e18dbfa88b6 20:14:18 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 20:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:14:18 419be6e1024d: Preparing 20:14:18 7c0219acb4c9: Preparing 20:14:18 d7acbff700d2: Preparing 20:14:18 aef786c3594f: Preparing 20:14:18 24302eb7d908: Preparing 20:14:18 aef786c3594f: Layer already exists 20:14:18 419be6e1024d: Layer already exists 20:14:18 d7acbff700d2: Layer already exists 20:14:18 7c0219acb4c9: Layer already exists 20:14:18 24302eb7d908: Layer already exists 20:14:18 latest: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:18 ---> 297955bf63f2 20:14:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:18 ---> fda1ca77d0de 20:14:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:18 ---> a585da5f74f2 20:14:18 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:18 ---> Running in 8a188ad23f85 20:14:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:18 ---> Running in 6bef84efab5c 20:14:18 ---> Running in a637f3a00af4 20:14:18 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 20:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:14:18 419be6e1024d: Preparing 20:14:18 7c0219acb4c9: Preparing 20:14:18 d7acbff700d2: Preparing 20:14:18 aef786c3594f: Preparing 20:14:18 24302eb7d908: Preparing 20:14:18 24302eb7d908: Layer already exists 20:14:18 419be6e1024d: Layer already exists 20:14:18 d7acbff700d2: Layer already exists 20:14:18 aef786c3594f: Layer already exists 20:14:18 7c0219acb4c9: Layer already exists 20:14:18 2.2.1-dev.28: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker push nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:14:19 419be6e1024d: Preparing 20:14:19 7c0219acb4c9: Preparing 20:14:19 d7acbff700d2: Preparing 20:14:19 aef786c3594f: Preparing 20:14:19 24302eb7d908: Preparing 20:14:19 d7acbff700d2: Layer already exists 20:14:19 7c0219acb4c9: Layer already exists 20:14:19 24302eb7d908: Layer already exists 20:14:19 419be6e1024d: Layer already exists 20:14:19 aef786c3594f: Layer already exists 20:14:19 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker push nexus3.edgexfoundry.org:10004/core-command:main 20:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:14:20 419be6e1024d: Preparing 20:14:20 7c0219acb4c9: Preparing 20:14:20 d7acbff700d2: Preparing 20:14:20 aef786c3594f: Preparing 20:14:20 24302eb7d908: Preparing 20:14:20 7c0219acb4c9: Layer already exists 20:14:20 24302eb7d908: Layer already exists 20:14:20 aef786c3594f: Layer already exists 20:14:20 d7acbff700d2: Layer already exists 20:14:20 419be6e1024d: Layer already exists 20:14:20 main: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:20 ===================================================== [Pipeline] echo 20:14:20 taggedImages: 20:14:20 - nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:20 - nexus3.edgexfoundry.org:10004/core-command:latest 20:14:20 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 20:14:20 - nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:20 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 20:14:20 [edgeXDocker.push] Tagging docker image core-data with the following tags: 20:14:20 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:20 latest 20:14:20 2.2.1-dev.28 20:14:20 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:20 main 20:14:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:20 + docker push nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:14:20 14c16287234d: Preparing 20:14:20 a6923e04ea42: Preparing 20:14:20 d7acbff700d2: Preparing 20:14:20 3448317c491a: Preparing 20:14:20 9611494f707a: Preparing 20:14:20 24302eb7d908: Preparing 20:14:20 d7acbff700d2: Layer already exists 20:14:20 24302eb7d908: Layer already exists 20:14:20 14c16287234d: Pushed 20:14:20 9611494f707a: Pushed 20:14:20 3448317c491a: Pushed 20:14:22 a6923e04ea42: Pushed 20:14:22 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:22 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 20:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:14:22 14c16287234d: Preparing 20:14:22 a6923e04ea42: Preparing 20:14:22 d7acbff700d2: Preparing 20:14:22 3448317c491a: Preparing 20:14:22 9611494f707a: Preparing 20:14:22 24302eb7d908: Preparing 20:14:22 24302eb7d908: Waiting 20:14:22 9611494f707a: Layer already exists 20:14:22 d7acbff700d2: Layer already exists 20:14:22 14c16287234d: Layer already exists 20:14:22 a6923e04ea42: Layer already exists 20:14:22 3448317c491a: Layer already exists 20:14:22 24302eb7d908: Layer already exists 20:14:22 latest: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:23 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 20:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:14:23 14c16287234d: Preparing 20:14:23 a6923e04ea42: Preparing 20:14:23 d7acbff700d2: Preparing 20:14:23 3448317c491a: Preparing 20:14:23 9611494f707a: Preparing 20:14:23 24302eb7d908: Preparing 20:14:23 24302eb7d908: Waiting 20:14:23 9611494f707a: Layer already exists 20:14:23 14c16287234d: Layer already exists 20:14:23 3448317c491a: Layer already exists 20:14:23 d7acbff700d2: Layer already exists 20:14:23 a6923e04ea42: Layer already exists 20:14:23 24302eb7d908: Layer already exists 20:14:23 2.2.1-dev.28: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:24 + docker push nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:14:24 14c16287234d: Preparing 20:14:24 a6923e04ea42: Preparing 20:14:24 d7acbff700d2: Preparing 20:14:24 3448317c491a: Preparing 20:14:24 9611494f707a: Preparing 20:14:24 24302eb7d908: Preparing 20:14:24 24302eb7d908: Waiting 20:14:24 a6923e04ea42: Layer already exists 20:14:24 9611494f707a: Layer already exists 20:14:24 d7acbff700d2: Layer already exists 20:14:24 3448317c491a: Layer already exists 20:14:24 14c16287234d: Layer already exists 20:14:24 24302eb7d908: Layer already exists 20:14:24 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:24 + docker push nexus3.edgexfoundry.org:10004/core-data:main 20:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:14:24 14c16287234d: Preparing 20:14:24 a6923e04ea42: Preparing 20:14:24 d7acbff700d2: Preparing 20:14:24 3448317c491a: Preparing 20:14:24 9611494f707a: Preparing 20:14:24 24302eb7d908: Preparing 20:14:24 14c16287234d: Layer already exists 20:14:24 3448317c491a: Layer already exists 20:14:24 d7acbff700d2: Layer already exists 20:14:24 a6923e04ea42: Layer already exists 20:14:24 9611494f707a: Layer already exists 20:14:24 24302eb7d908: Layer already exists 20:14:24 main: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:24 ===================================================== [Pipeline] echo 20:14:24 taggedImages: 20:14:24 - nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:24 - nexus3.edgexfoundry.org:10004/core-data:latest 20:14:24 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 20:14:24 - nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:24 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 20:14:24 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 20:14:24 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:24 latest 20:14:24 2.2.1-dev.28 20:14:24 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:24 main 20:14:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:14:25 6cb874a40ae3: Preparing 20:14:25 afbb475e4f49: Preparing 20:14:25 d7acbff700d2: Preparing 20:14:25 aef786c3594f: Preparing 20:14:25 24302eb7d908: Preparing 20:14:25 d7acbff700d2: Layer already exists 20:14:25 aef786c3594f: Layer already exists 20:14:25 24302eb7d908: Layer already exists 20:14:25 6cb874a40ae3: Pushed 20:14:26 afbb475e4f49: Pushed 20:14:26 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 20:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:14:27 6cb874a40ae3: Preparing 20:14:27 afbb475e4f49: Preparing 20:14:27 d7acbff700d2: Preparing 20:14:27 aef786c3594f: Preparing 20:14:27 24302eb7d908: Preparing 20:14:27 24302eb7d908: Layer already exists 20:14:27 6cb874a40ae3: Layer already exists 20:14:27 afbb475e4f49: Layer already exists 20:14:27 d7acbff700d2: Layer already exists 20:14:27 aef786c3594f: Layer already exists 20:14:27 latest: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 20:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:14:28 6cb874a40ae3: Preparing 20:14:28 afbb475e4f49: Preparing 20:14:28 d7acbff700d2: Preparing 20:14:28 aef786c3594f: Preparing 20:14:28 24302eb7d908: Preparing 20:14:28 aef786c3594f: Layer already exists 20:14:28 24302eb7d908: Layer already exists 20:14:28 d7acbff700d2: Layer already exists 20:14:28 6cb874a40ae3: Layer already exists 20:14:28 afbb475e4f49: Layer already exists 20:14:28 2.2.1-dev.28: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:14:28 6cb874a40ae3: Preparing 20:14:28 afbb475e4f49: Preparing 20:14:28 d7acbff700d2: Preparing 20:14:28 aef786c3594f: Preparing 20:14:28 24302eb7d908: Preparing 20:14:28 24302eb7d908: Layer already exists 20:14:28 d7acbff700d2: Layer already exists 20:14:28 afbb475e4f49: Layer already exists 20:14:28 aef786c3594f: Layer already exists 20:14:28 6cb874a40ae3: Layer already exists 20:14:28 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 20:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:14:29 6cb874a40ae3: Preparing 20:14:29 afbb475e4f49: Preparing 20:14:29 d7acbff700d2: Preparing 20:14:29 aef786c3594f: Preparing 20:14:29 24302eb7d908: Preparing 20:14:29 afbb475e4f49: Layer already exists 20:14:29 aef786c3594f: Layer already exists 20:14:29 6cb874a40ae3: Layer already exists 20:14:29 d7acbff700d2: Layer already exists 20:14:29 24302eb7d908: Layer already exists 20:14:29 main: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:29 ===================================================== [Pipeline] echo 20:14:29 taggedImages: 20:14:29 - nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 20:14:29 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 20:14:29 - nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 20:14:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 20:14:29 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:29 latest 20:14:29 2.2.1-dev.28 20:14:29 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:29 main 20:14:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:30 cf84a0313a9c: Preparing 20:14:30 cf84a0313a9c: Preparing 20:14:30 20068d4ac875: Preparing 20:14:30 e447b557e87c: Preparing 20:14:30 5d226886ccc6: Preparing 20:14:30 2a6f7782b9c0: Preparing 20:14:30 d7acbff700d2: Preparing 20:14:30 12e8e88223a5: Preparing 20:14:30 2f8458806b47: Preparing 20:14:30 12e8e88223a5: Waiting 20:14:30 d7acbff700d2: Waiting 20:14:30 f4e4d37da566: Preparing 20:14:30 c4076fde7f10: Preparing 20:14:30 24302eb7d908: Preparing 20:14:30 2f8458806b47: Waiting 20:14:30 c4076fde7f10: Waiting 20:14:30 24302eb7d908: Waiting 20:14:30 cf84a0313a9c: Pushed 20:14:30 5d226886ccc6: Pushed 20:14:30 e447b557e87c: Pushed 20:14:30 20068d4ac875: Pushed 20:14:30 d7acbff700d2: Layer already exists 20:14:30 f4e4d37da566: Pushed 20:14:30 c4076fde7f10: Pushed 20:14:30 24302eb7d908: Layer already exists 20:14:30 12e8e88223a5: Pushed 20:14:30 2f8458806b47: Pushed 20:14:31 2a6f7782b9c0: Pushed 20:14:31 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:32 cf84a0313a9c: Preparing 20:14:32 cf84a0313a9c: Preparing 20:14:32 20068d4ac875: Preparing 20:14:32 e447b557e87c: Preparing 20:14:32 5d226886ccc6: Preparing 20:14:32 2a6f7782b9c0: Preparing 20:14:32 d7acbff700d2: Preparing 20:14:32 12e8e88223a5: Preparing 20:14:32 2f8458806b47: Preparing 20:14:32 f4e4d37da566: Preparing 20:14:32 c4076fde7f10: Preparing 20:14:32 24302eb7d908: Preparing 20:14:32 d7acbff700d2: Waiting 20:14:32 12e8e88223a5: Waiting 20:14:32 c4076fde7f10: Waiting 20:14:32 2f8458806b47: Waiting 20:14:32 f4e4d37da566: Waiting 20:14:32 cf84a0313a9c: Layer already exists 20:14:32 e447b557e87c: Layer already exists 20:14:32 2a6f7782b9c0: Layer already exists 20:14:32 20068d4ac875: Layer already exists 20:14:32 5d226886ccc6: Layer already exists 20:14:32 2f8458806b47: Layer already exists 20:14:32 d7acbff700d2: Layer already exists 20:14:32 12e8e88223a5: Layer already exists 20:14:32 f4e4d37da566: Layer already exists 20:14:32 c4076fde7f10: Layer already exists 20:14:32 24302eb7d908: Layer already exists 20:14:32 latest: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 20:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:33 cf84a0313a9c: Preparing 20:14:33 cf84a0313a9c: Preparing 20:14:33 20068d4ac875: Preparing 20:14:33 e447b557e87c: Preparing 20:14:33 5d226886ccc6: Preparing 20:14:33 2a6f7782b9c0: Preparing 20:14:33 d7acbff700d2: Preparing 20:14:33 12e8e88223a5: Preparing 20:14:33 2f8458806b47: Preparing 20:14:33 f4e4d37da566: Preparing 20:14:33 c4076fde7f10: Preparing 20:14:33 24302eb7d908: Preparing 20:14:33 c4076fde7f10: Waiting 20:14:33 f4e4d37da566: Waiting 20:14:33 d7acbff700d2: Waiting 20:14:33 12e8e88223a5: Waiting 20:14:33 24302eb7d908: Waiting 20:14:33 cf84a0313a9c: Layer already exists 20:14:33 e447b557e87c: Layer already exists 20:14:33 5d226886ccc6: Layer already exists 20:14:33 2a6f7782b9c0: Layer already exists 20:14:33 20068d4ac875: Layer already exists 20:14:33 2f8458806b47: Layer already exists 20:14:33 c4076fde7f10: Layer already exists 20:14:33 12e8e88223a5: Layer already exists 20:14:33 d7acbff700d2: Layer already exists 20:14:33 f4e4d37da566: Layer already exists 20:14:33 24302eb7d908: Layer already exists 20:14:33 2.2.1-dev.28: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:33 cf84a0313a9c: Preparing 20:14:33 cf84a0313a9c: Preparing 20:14:33 20068d4ac875: Preparing 20:14:33 e447b557e87c: Preparing 20:14:33 5d226886ccc6: Preparing 20:14:33 2a6f7782b9c0: Preparing 20:14:33 d7acbff700d2: Preparing 20:14:33 12e8e88223a5: Preparing 20:14:33 2f8458806b47: Preparing 20:14:33 f4e4d37da566: Preparing 20:14:33 c4076fde7f10: Preparing 20:14:33 24302eb7d908: Preparing 20:14:33 d7acbff700d2: Waiting 20:14:33 12e8e88223a5: Waiting 20:14:33 2f8458806b47: Waiting 20:14:33 f4e4d37da566: Waiting 20:14:33 24302eb7d908: Waiting 20:14:33 c4076fde7f10: Waiting 20:14:33 20068d4ac875: Layer already exists 20:14:33 2a6f7782b9c0: Layer already exists 20:14:33 e447b557e87c: Layer already exists 20:14:33 5d226886ccc6: Layer already exists 20:14:33 cf84a0313a9c: Layer already exists 20:14:33 d7acbff700d2: Layer already exists 20:14:33 12e8e88223a5: Layer already exists 20:14:33 2f8458806b47: Layer already exists 20:14:33 c4076fde7f10: Layer already exists 20:14:33 f4e4d37da566: Layer already exists 20:14:33 24302eb7d908: Layer already exists 20:14:33 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 20:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:14:34 cf84a0313a9c: Preparing 20:14:34 cf84a0313a9c: Preparing 20:14:34 20068d4ac875: Preparing 20:14:34 e447b557e87c: Preparing 20:14:34 5d226886ccc6: Preparing 20:14:34 2a6f7782b9c0: Preparing 20:14:34 d7acbff700d2: Preparing 20:14:34 12e8e88223a5: Preparing 20:14:34 2f8458806b47: Preparing 20:14:34 f4e4d37da566: Preparing 20:14:34 c4076fde7f10: Preparing 20:14:34 24302eb7d908: Preparing 20:14:34 2f8458806b47: Waiting 20:14:34 f4e4d37da566: Waiting 20:14:34 c4076fde7f10: Waiting 20:14:34 24302eb7d908: Waiting 20:14:34 d7acbff700d2: Waiting 20:14:34 12e8e88223a5: Waiting 20:14:34 5d226886ccc6: Layer already exists 20:14:34 20068d4ac875: Layer already exists 20:14:34 cf84a0313a9c: Layer already exists 20:14:34 e447b557e87c: Layer already exists 20:14:34 2a6f7782b9c0: Layer already exists 20:14:34 d7acbff700d2: Layer already exists 20:14:34 12e8e88223a5: Layer already exists 20:14:34 2f8458806b47: Layer already exists 20:14:34 c4076fde7f10: Layer already exists 20:14:34 f4e4d37da566: Layer already exists 20:14:34 24302eb7d908: Layer already exists 20:14:34 main: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:34 ===================================================== [Pipeline] echo 20:14:34 taggedImages: 20:14:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:14:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 20:14:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 20:14:34 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 20:14:34 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:34 latest 20:14:34 2.2.1-dev.28 20:14:34 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:34 main 20:14:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:35 e1d900bd0581: Preparing 20:14:35 9ad4f462bf23: Preparing 20:14:35 1fe6f6f81a18: Preparing 20:14:35 884295dac4e6: Preparing 20:14:35 bdb43c6e554e: Preparing 20:14:35 5e7133a63fbf: Preparing 20:14:35 5e7133a63fbf: Waiting 20:14:35 cfba0a24edc7: Preparing 20:14:35 24302eb7d908: Preparing 20:14:35 9ad4f462bf23: Pushed 20:14:35 bdb43c6e554e: Pushed 20:14:35 e1d900bd0581: Pushed 20:14:35 24302eb7d908: Layer already exists 20:14:35 5e7133a63fbf: Pushed 20:14:35 cfba0a24edc7: Pushed 20:14:36 884295dac4e6: Pushed 20:14:36 1fe6f6f81a18: Pushed 20:14:36 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:37 e1d900bd0581: Preparing 20:14:37 9ad4f462bf23: Preparing 20:14:37 1fe6f6f81a18: Preparing 20:14:37 884295dac4e6: Preparing 20:14:37 bdb43c6e554e: Preparing 20:14:37 5e7133a63fbf: Preparing 20:14:37 cfba0a24edc7: Preparing 20:14:37 24302eb7d908: Preparing 20:14:37 5e7133a63fbf: Waiting 20:14:37 cfba0a24edc7: Waiting 20:14:37 24302eb7d908: Waiting 20:14:37 884295dac4e6: Layer already exists 20:14:37 1fe6f6f81a18: Layer already exists 20:14:37 e1d900bd0581: Layer already exists 20:14:37 bdb43c6e554e: Layer already exists 20:14:37 9ad4f462bf23: Layer already exists 20:14:37 cfba0a24edc7: Layer already exists 20:14:37 5e7133a63fbf: Layer already exists 20:14:37 24302eb7d908: Layer already exists 20:14:37 latest: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 20:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:37 e1d900bd0581: Preparing 20:14:37 9ad4f462bf23: Preparing 20:14:37 1fe6f6f81a18: Preparing 20:14:37 884295dac4e6: Preparing 20:14:37 bdb43c6e554e: Preparing 20:14:37 5e7133a63fbf: Preparing 20:14:37 cfba0a24edc7: Preparing 20:14:37 24302eb7d908: Preparing 20:14:37 5e7133a63fbf: Waiting 20:14:37 cfba0a24edc7: Waiting 20:14:37 24302eb7d908: Waiting 20:14:37 bdb43c6e554e: Layer already exists 20:14:37 e1d900bd0581: Layer already exists 20:14:37 1fe6f6f81a18: Layer already exists 20:14:37 884295dac4e6: Layer already exists 20:14:37 9ad4f462bf23: Layer already exists 20:14:37 5e7133a63fbf: Layer already exists 20:14:37 24302eb7d908: Layer already exists 20:14:37 cfba0a24edc7: Layer already exists 20:14:37 2.2.1-dev.28: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:38 e1d900bd0581: Preparing 20:14:38 9ad4f462bf23: Preparing 20:14:38 1fe6f6f81a18: Preparing 20:14:38 884295dac4e6: Preparing 20:14:38 bdb43c6e554e: Preparing 20:14:38 5e7133a63fbf: Preparing 20:14:38 cfba0a24edc7: Preparing 20:14:38 24302eb7d908: Preparing 20:14:38 24302eb7d908: Waiting 20:14:38 cfba0a24edc7: Waiting 20:14:38 5e7133a63fbf: Waiting 20:14:38 bdb43c6e554e: Layer already exists 20:14:38 9ad4f462bf23: Layer already exists 20:14:38 884295dac4e6: Layer already exists 20:14:38 1fe6f6f81a18: Layer already exists 20:14:38 e1d900bd0581: Layer already exists 20:14:38 5e7133a63fbf: Layer already exists 20:14:38 cfba0a24edc7: Layer already exists 20:14:38 24302eb7d908: Layer already exists 20:14:38 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 20:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:14:39 e1d900bd0581: Preparing 20:14:39 9ad4f462bf23: Preparing 20:14:39 1fe6f6f81a18: Preparing 20:14:39 884295dac4e6: Preparing 20:14:39 bdb43c6e554e: Preparing 20:14:39 5e7133a63fbf: Preparing 20:14:39 cfba0a24edc7: Preparing 20:14:39 24302eb7d908: Preparing 20:14:39 5e7133a63fbf: Waiting 20:14:39 cfba0a24edc7: Waiting 20:14:39 24302eb7d908: Waiting 20:14:39 9ad4f462bf23: Layer already exists 20:14:39 bdb43c6e554e: Layer already exists 20:14:39 884295dac4e6: Layer already exists 20:14:39 1fe6f6f81a18: Layer already exists 20:14:39 e1d900bd0581: Layer already exists 20:14:39 cfba0a24edc7: Layer already exists 20:14:39 5e7133a63fbf: Layer already exists 20:14:39 24302eb7d908: Layer already exists 20:14:39 main: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:39 ===================================================== [Pipeline] echo 20:14:39 taggedImages: 20:14:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:14:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 20:14:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 20:14:39 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 20:14:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:39 latest 20:14:39 2.2.1-dev.28 20:14:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:39 main 20:14:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:39 01d7c115b74e: Preparing 20:14:39 00eb07390759: Preparing 20:14:39 34812668c97e: Preparing 20:14:39 d95c6118a6f1: Preparing 20:14:39 27a4c9965d81: Preparing 20:14:39 21f78dde089e: Preparing 20:14:39 97016a45b1c8: Preparing 20:14:39 01c1a7dfab86: Preparing 20:14:39 66955d118d63: Preparing 20:14:39 24302eb7d908: Preparing 20:14:39 21f78dde089e: Waiting 20:14:39 97016a45b1c8: Waiting 20:14:39 01c1a7dfab86: Waiting 20:14:39 00eb07390759: Pushed 20:14:39 01d7c115b74e: Pushed 20:14:39 27a4c9965d81: Pushed 20:14:40 21f78dde089e: Pushed 20:14:40 97016a45b1c8: Pushed 20:14:40 01c1a7dfab86: Pushed 20:14:40 24302eb7d908: Layer already exists 20:14:40 66955d118d63: Pushed 20:14:41 d95c6118a6f1: Pushed 20:14:41 34812668c97e: Pushed 20:14:41 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:42 01d7c115b74e: Preparing 20:14:42 00eb07390759: Preparing 20:14:42 34812668c97e: Preparing 20:14:42 d95c6118a6f1: Preparing 20:14:42 27a4c9965d81: Preparing 20:14:42 21f78dde089e: Preparing 20:14:42 97016a45b1c8: Preparing 20:14:42 01c1a7dfab86: Preparing 20:14:42 66955d118d63: Preparing 20:14:42 24302eb7d908: Preparing 20:14:42 21f78dde089e: Waiting 20:14:42 97016a45b1c8: Waiting 20:14:42 01c1a7dfab86: Waiting 20:14:42 66955d118d63: Waiting 20:14:42 24302eb7d908: Waiting 20:14:42 d95c6118a6f1: Layer already exists 20:14:42 01d7c115b74e: Layer already exists 20:14:42 27a4c9965d81: Layer already exists 20:14:42 00eb07390759: Layer already exists 20:14:42 34812668c97e: Layer already exists 20:14:42 21f78dde089e: Layer already exists 20:14:42 01c1a7dfab86: Layer already exists 20:14:42 97016a45b1c8: Layer already exists 20:14:42 66955d118d63: Layer already exists 20:14:42 24302eb7d908: Layer already exists 20:14:42 latest: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 20:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:42 01d7c115b74e: Preparing 20:14:42 00eb07390759: Preparing 20:14:42 34812668c97e: Preparing 20:14:42 d95c6118a6f1: Preparing 20:14:42 27a4c9965d81: Preparing 20:14:42 21f78dde089e: Preparing 20:14:42 97016a45b1c8: Preparing 20:14:42 01c1a7dfab86: Preparing 20:14:42 66955d118d63: Preparing 20:14:42 24302eb7d908: Preparing 20:14:42 01c1a7dfab86: Waiting 20:14:42 97016a45b1c8: Waiting 20:14:42 66955d118d63: Waiting 20:14:42 24302eb7d908: Waiting 20:14:42 21f78dde089e: Waiting 20:14:42 27a4c9965d81: Layer already exists 20:14:42 d95c6118a6f1: Layer already exists 20:14:42 34812668c97e: Layer already exists 20:14:42 00eb07390759: Layer already exists 20:14:42 01d7c115b74e: Layer already exists 20:14:42 21f78dde089e: Layer already exists 20:14:42 97016a45b1c8: Layer already exists 20:14:42 01c1a7dfab86: Layer already exists 20:14:42 24302eb7d908: Layer already exists 20:14:42 66955d118d63: Layer already exists 20:14:42 2.2.1-dev.28: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:43 01d7c115b74e: Preparing 20:14:43 00eb07390759: Preparing 20:14:43 34812668c97e: Preparing 20:14:43 d95c6118a6f1: Preparing 20:14:43 27a4c9965d81: Preparing 20:14:43 21f78dde089e: Preparing 20:14:43 97016a45b1c8: Preparing 20:14:43 01c1a7dfab86: Preparing 20:14:43 66955d118d63: Preparing 20:14:43 24302eb7d908: Preparing 20:14:43 21f78dde089e: Waiting 20:14:43 97016a45b1c8: Waiting 20:14:43 01c1a7dfab86: Waiting 20:14:43 66955d118d63: Waiting 20:14:43 24302eb7d908: Waiting 20:14:43 d95c6118a6f1: Layer already exists 20:14:43 34812668c97e: Layer already exists 20:14:43 27a4c9965d81: Layer already exists 20:14:43 01d7c115b74e: Layer already exists 20:14:43 00eb07390759: Layer already exists 20:14:43 21f78dde089e: Layer already exists 20:14:43 97016a45b1c8: Layer already exists 20:14:43 01c1a7dfab86: Layer already exists 20:14:43 24302eb7d908: Layer already exists 20:14:43 66955d118d63: Layer already exists 20:14:43 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 20:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:14:44 01d7c115b74e: Preparing 20:14:44 00eb07390759: Preparing 20:14:44 34812668c97e: Preparing 20:14:44 d95c6118a6f1: Preparing 20:14:44 27a4c9965d81: Preparing 20:14:44 21f78dde089e: Preparing 20:14:44 97016a45b1c8: Preparing 20:14:44 01c1a7dfab86: Preparing 20:14:44 66955d118d63: Preparing 20:14:44 24302eb7d908: Preparing 20:14:44 97016a45b1c8: Waiting 20:14:44 66955d118d63: Waiting 20:14:44 24302eb7d908: Waiting 20:14:44 21f78dde089e: Waiting 20:14:44 01d7c115b74e: Layer already exists 20:14:44 d95c6118a6f1: Layer already exists 20:14:44 34812668c97e: Layer already exists 20:14:44 00eb07390759: Layer already exists 20:14:44 27a4c9965d81: Layer already exists 20:14:44 21f78dde089e: Layer already exists 20:14:44 97016a45b1c8: Layer already exists 20:14:44 01c1a7dfab86: Layer already exists 20:14:44 66955d118d63: Layer already exists 20:14:44 24302eb7d908: Layer already exists 20:14:44 main: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:44 ===================================================== [Pipeline] echo 20:14:44 taggedImages: 20:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 20:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 20:14:44 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 20:14:44 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:44 latest 20:14:44 2.2.1-dev.28 20:14:44 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:44 main 20:14:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:44 68f972ee24f5: Preparing 20:14:44 6b571a3de67f: Preparing 20:14:44 d7acbff700d2: Preparing 20:14:44 8d3a1672c86b: Preparing 20:14:44 08ec8c420773: Preparing 20:14:44 4fc242d58285: Preparing 20:14:44 4fc242d58285: Waiting 20:14:44 d7acbff700d2: Layer already exists 20:14:44 4fc242d58285: Layer already exists 20:14:44 08ec8c420773: Pushed 20:14:44 68f972ee24f5: Pushed 20:14:45 8d3a1672c86b: Pushed 20:14:47 6b571a3de67f: Pushed 20:14:47 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:47 + 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 20:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:47 68f972ee24f5: Preparing 20:14:47 6b571a3de67f: Preparing 20:14:47 d7acbff700d2: Preparing 20:14:47 8d3a1672c86b: Preparing 20:14:47 08ec8c420773: Preparing 20:14:47 4fc242d58285: Preparing 20:14:47 4fc242d58285: Waiting 20:14:47 08ec8c420773: Layer already exists 20:14:47 8d3a1672c86b: Layer already exists 20:14:47 6b571a3de67f: Layer already exists 20:14:47 68f972ee24f5: Layer already exists 20:14:47 d7acbff700d2: Layer already exists 20:14:47 4fc242d58285: Layer already exists 20:14:47 latest: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 20:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:48 68f972ee24f5: Preparing 20:14:48 6b571a3de67f: Preparing 20:14:48 d7acbff700d2: Preparing 20:14:48 8d3a1672c86b: Preparing 20:14:48 08ec8c420773: Preparing 20:14:48 4fc242d58285: Preparing 20:14:48 4fc242d58285: Waiting 20:14:48 08ec8c420773: Layer already exists 20:14:48 d7acbff700d2: Layer already exists 20:14:48 68f972ee24f5: Layer already exists 20:14:48 8d3a1672c86b: Layer already exists 20:14:48 6b571a3de67f: Layer already exists 20:14:48 4fc242d58285: Layer already exists 20:14:48 2.2.1-dev.28: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:49 68f972ee24f5: Preparing 20:14:49 6b571a3de67f: Preparing 20:14:49 d7acbff700d2: Preparing 20:14:49 8d3a1672c86b: Preparing 20:14:49 08ec8c420773: Preparing 20:14:49 4fc242d58285: Preparing 20:14:49 4fc242d58285: Waiting 20:14:49 68f972ee24f5: Layer already exists 20:14:49 8d3a1672c86b: Layer already exists 20:14:49 d7acbff700d2: Layer already exists 20:14:49 08ec8c420773: Layer already exists 20:14:49 6b571a3de67f: Layer already exists 20:14:49 4fc242d58285: Layer already exists 20:14:49 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:49 + 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 20:14:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 20:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:14:49 68f972ee24f5: Preparing 20:14:49 6b571a3de67f: Preparing 20:14:49 d7acbff700d2: Preparing 20:14:49 8d3a1672c86b: Preparing 20:14:49 08ec8c420773: Preparing 20:14:49 4fc242d58285: Preparing 20:14:49 4fc242d58285: Waiting 20:14:49 d7acbff700d2: Layer already exists 20:14:49 6b571a3de67f: Layer already exists 20:14:49 08ec8c420773: Layer already exists 20:14:49 68f972ee24f5: Layer already exists 20:14:49 8d3a1672c86b: Layer already exists 20:14:49 4fc242d58285: Layer already exists 20:14:49 main: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:14:49 ===================================================== [Pipeline] echo 20:14:49 taggedImages: 20:14:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:14:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 20:14:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 20:14:49 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 20:14:49 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:49 latest 20:14:49 2.2.1-dev.28 20:14:49 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:49 main 20:14:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:50 19411b9166b0: Preparing 20:14:50 7a54d7b82c3b: Preparing 20:14:50 82be1fb4cd0e: Preparing 20:14:50 964ab423b67c: Preparing 20:14:50 a72d0aad8652: Preparing 20:14:50 310c1b2402e8: Preparing 20:14:50 08ec8c420773: Preparing 20:14:50 4fc242d58285: Preparing 20:14:50 08ec8c420773: Waiting 20:14:50 4fc242d58285: Waiting 20:14:50 82be1fb4cd0e: Pushed 20:14:50 7a54d7b82c3b: Pushed 20:14:50 19411b9166b0: Pushed 20:14:50 4fc242d58285: Layer already exists 20:14:50 08ec8c420773: Layer already exists 20:14:51 310c1b2402e8: Pushed 20:14:54 a72d0aad8652: Pushed 20:14:57 964ab423b67c: Pushed 20:14:57 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:58 19411b9166b0: Preparing 20:14:58 7a54d7b82c3b: Preparing 20:14:58 82be1fb4cd0e: Preparing 20:14:58 964ab423b67c: Preparing 20:14:58 a72d0aad8652: Preparing 20:14:58 310c1b2402e8: Preparing 20:14:58 08ec8c420773: Preparing 20:14:58 4fc242d58285: Preparing 20:14:58 08ec8c420773: Waiting 20:14:58 310c1b2402e8: Waiting 20:14:58 4fc242d58285: Waiting 20:14:58 82be1fb4cd0e: Layer already exists 20:14:58 7a54d7b82c3b: Layer already exists 20:14:58 964ab423b67c: Layer already exists 20:14:58 19411b9166b0: Layer already exists 20:14:58 a72d0aad8652: Layer already exists 20:14:58 4fc242d58285: Layer already exists 20:14:58 310c1b2402e8: Layer already exists 20:14:58 08ec8c420773: Layer already exists 20:14:58 latest: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 20:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:59 19411b9166b0: Preparing 20:14:59 7a54d7b82c3b: Preparing 20:14:59 82be1fb4cd0e: Preparing 20:14:59 964ab423b67c: Preparing 20:14:59 a72d0aad8652: Preparing 20:14:59 310c1b2402e8: Preparing 20:14:59 08ec8c420773: Preparing 20:14:59 4fc242d58285: Preparing 20:14:59 310c1b2402e8: Waiting 20:14:59 08ec8c420773: Waiting 20:14:59 964ab423b67c: Layer already exists 20:14:59 7a54d7b82c3b: Layer already exists 20:14:59 82be1fb4cd0e: Layer already exists 20:14:59 a72d0aad8652: Layer already exists 20:14:59 19411b9166b0: Layer already exists 20:14:59 310c1b2402e8: Layer already exists 20:14:59 4fc242d58285: Layer already exists 20:14:59 08ec8c420773: Layer already exists 20:14:59 2.2.1-dev.28: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:14:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:14:59 19411b9166b0: Preparing 20:14:59 7a54d7b82c3b: Preparing 20:14:59 82be1fb4cd0e: Preparing 20:14:59 964ab423b67c: Preparing 20:14:59 a72d0aad8652: Preparing 20:14:59 310c1b2402e8: Preparing 20:14:59 08ec8c420773: Preparing 20:14:59 4fc242d58285: Preparing 20:14:59 310c1b2402e8: Waiting 20:14:59 08ec8c420773: Waiting 20:14:59 4fc242d58285: Waiting 20:14:59 19411b9166b0: Layer already exists 20:14:59 82be1fb4cd0e: Layer already exists 20:14:59 7a54d7b82c3b: Layer already exists 20:14:59 a72d0aad8652: Layer already exists 20:14:59 964ab423b67c: Layer already exists 20:14:59 310c1b2402e8: Layer already exists 20:14:59 08ec8c420773: Layer already exists 20:14:59 4fc242d58285: Layer already exists 20:14:59 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 20:15:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:15:00 19411b9166b0: Preparing 20:15:00 7a54d7b82c3b: Preparing 20:15:00 82be1fb4cd0e: Preparing 20:15:00 964ab423b67c: Preparing 20:15:00 a72d0aad8652: Preparing 20:15:00 310c1b2402e8: Preparing 20:15:00 08ec8c420773: Preparing 20:15:00 4fc242d58285: Preparing 20:15:00 08ec8c420773: Waiting 20:15:00 4fc242d58285: Waiting 20:15:00 7a54d7b82c3b: Layer already exists 20:15:00 82be1fb4cd0e: Layer already exists 20:15:00 a72d0aad8652: Layer already exists 20:15:00 19411b9166b0: Layer already exists 20:15:00 964ab423b67c: Layer already exists 20:15:00 310c1b2402e8: Layer already exists 20:15:00 08ec8c420773: Layer already exists 20:15:00 4fc242d58285: Layer already exists 20:15:00 main: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:00 ===================================================== [Pipeline] echo 20:15:00 taggedImages: 20:15:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:15:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 20:15:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 20:15:00 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 20:15:00 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:00 latest 20:15:00 2.2.1-dev.28 20:15:00 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:00 main 20:15:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:15:01 4e34145af16a: Preparing 20:15:01 1390dbda0eb6: Preparing 20:15:01 3cba13aebc74: Preparing 20:15:01 e7307049f4ad: Preparing 20:15:01 c58519a587b9: Preparing 20:15:01 e2c91aed66eb: Preparing 20:15:01 4fc242d58285: Preparing 20:15:01 e2c91aed66eb: Waiting 20:15:01 4fc242d58285: Waiting 20:15:01 1390dbda0eb6: Pushed 20:15:01 3cba13aebc74: Pushed 20:15:01 4e34145af16a: Pushed 20:15:01 4fc242d58285: Layer already exists 20:15:01 e2c91aed66eb: Pushed 20:15:01 c58519a587b9: Pushed 20:15:07 e7307049f4ad: Pushed 20:15:07 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:15:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:15:08 4e34145af16a: Preparing 20:15:08 1390dbda0eb6: Preparing 20:15:08 3cba13aebc74: Preparing 20:15:08 e7307049f4ad: Preparing 20:15:08 c58519a587b9: Preparing 20:15:08 e2c91aed66eb: Preparing 20:15:08 4fc242d58285: Preparing 20:15:08 e2c91aed66eb: Waiting 20:15:08 4fc242d58285: Waiting 20:15:08 4e34145af16a: Layer already exists 20:15:08 3cba13aebc74: Layer already exists 20:15:08 1390dbda0eb6: Layer already exists 20:15:08 e7307049f4ad: Layer already exists 20:15:08 c58519a587b9: Layer already exists 20:15:08 e2c91aed66eb: Layer already exists 20:15:08 4fc242d58285: Layer already exists 20:15:08 latest: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 20:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:15:09 4e34145af16a: Preparing 20:15:09 1390dbda0eb6: Preparing 20:15:09 3cba13aebc74: Preparing 20:15:09 e7307049f4ad: Preparing 20:15:09 c58519a587b9: Preparing 20:15:09 e2c91aed66eb: Preparing 20:15:09 4fc242d58285: Preparing 20:15:09 e2c91aed66eb: Waiting 20:15:09 4fc242d58285: Waiting 20:15:09 3cba13aebc74: Layer already exists 20:15:09 e7307049f4ad: Layer already exists 20:15:09 4e34145af16a: Layer already exists 20:15:09 1390dbda0eb6: Layer already exists 20:15:09 c58519a587b9: Layer already exists 20:15:09 e2c91aed66eb: Layer already exists 20:15:09 4fc242d58285: Layer already exists 20:15:09 2.2.1-dev.28: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:15:09 4e34145af16a: Preparing 20:15:09 1390dbda0eb6: Preparing 20:15:09 3cba13aebc74: Preparing 20:15:09 e7307049f4ad: Preparing 20:15:09 c58519a587b9: Preparing 20:15:09 e2c91aed66eb: Preparing 20:15:09 4fc242d58285: Preparing 20:15:09 e2c91aed66eb: Waiting 20:15:09 4fc242d58285: Waiting 20:15:09 e7307049f4ad: Layer already exists 20:15:09 1390dbda0eb6: Layer already exists 20:15:09 c58519a587b9: Layer already exists 20:15:09 3cba13aebc74: Layer already exists 20:15:09 4e34145af16a: Layer already exists 20:15:09 e2c91aed66eb: Layer already exists 20:15:09 4fc242d58285: Layer already exists 20:15:09 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 20:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:15:10 4e34145af16a: Preparing 20:15:10 1390dbda0eb6: Preparing 20:15:10 3cba13aebc74: Preparing 20:15:10 e7307049f4ad: Preparing 20:15:10 c58519a587b9: Preparing 20:15:10 e2c91aed66eb: Preparing 20:15:10 4fc242d58285: Preparing 20:15:10 e2c91aed66eb: Waiting 20:15:10 4fc242d58285: Waiting 20:15:10 c58519a587b9: Layer already exists 20:15:10 3cba13aebc74: Layer already exists 20:15:10 e7307049f4ad: Layer already exists 20:15:10 4e34145af16a: Layer already exists 20:15:10 1390dbda0eb6: Layer already exists 20:15:10 4fc242d58285: Layer already exists 20:15:10 e2c91aed66eb: Layer already exists 20:15:10 main: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:10 ===================================================== [Pipeline] echo 20:15:10 taggedImages: 20:15:10 - nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:10 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:15:10 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 20:15:10 - nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:10 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 20:15:10 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 20:15:10 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:10 latest 20:15:10 2.2.1-dev.28 20:15:10 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:10 main 20:15:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:15:11 43a7ac4bcd8e: Preparing 20:15:11 6f86bb7d1cb4: Preparing 20:15:11 258dc72f7d02: Preparing 20:15:11 e7307049f4ad: Preparing 20:15:11 310c1b2402e8: Preparing 20:15:11 08ec8c420773: Preparing 20:15:11 4fc242d58285: Preparing 20:15:11 08ec8c420773: Waiting 20:15:11 e7307049f4ad: Layer already exists 20:15:11 310c1b2402e8: Layer already exists 20:15:11 08ec8c420773: Layer already exists 20:15:11 4fc242d58285: Layer already exists 20:15:11 43a7ac4bcd8e: Pushed 20:15:11 6f86bb7d1cb4: Pushed 20:15:11 258dc72f7d02: Pushed 20:15:11 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:15:11 43a7ac4bcd8e: Preparing 20:15:11 6f86bb7d1cb4: Preparing 20:15:11 258dc72f7d02: Preparing 20:15:11 e7307049f4ad: Preparing 20:15:11 310c1b2402e8: Preparing 20:15:11 08ec8c420773: Preparing 20:15:11 4fc242d58285: Preparing 20:15:11 08ec8c420773: Waiting 20:15:11 4fc242d58285: Waiting 20:15:11 258dc72f7d02: Layer already exists 20:15:11 43a7ac4bcd8e: Layer already exists 20:15:11 310c1b2402e8: Layer already exists 20:15:11 e7307049f4ad: Layer already exists 20:15:11 6f86bb7d1cb4: Layer already exists 20:15:11 4fc242d58285: Layer already exists 20:15:11 08ec8c420773: Layer already exists 20:15:11 latest: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 20:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:15:12 43a7ac4bcd8e: Preparing 20:15:12 6f86bb7d1cb4: Preparing 20:15:12 258dc72f7d02: Preparing 20:15:12 e7307049f4ad: Preparing 20:15:12 310c1b2402e8: Preparing 20:15:12 08ec8c420773: Preparing 20:15:12 4fc242d58285: Preparing 20:15:12 4fc242d58285: Waiting 20:15:12 08ec8c420773: Waiting 20:15:12 e7307049f4ad: Layer already exists 20:15:12 310c1b2402e8: Layer already exists 20:15:12 43a7ac4bcd8e: Layer already exists 20:15:12 258dc72f7d02: Layer already exists 20:15:12 6f86bb7d1cb4: Layer already exists 20:15:12 08ec8c420773: Layer already exists 20:15:12 4fc242d58285: Layer already exists 20:15:12 2.2.1-dev.28: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:15:13 43a7ac4bcd8e: Preparing 20:15:13 6f86bb7d1cb4: Preparing 20:15:13 258dc72f7d02: Preparing 20:15:13 e7307049f4ad: Preparing 20:15:13 310c1b2402e8: Preparing 20:15:13 08ec8c420773: Preparing 20:15:13 4fc242d58285: Preparing 20:15:13 4fc242d58285: Waiting 20:15:13 08ec8c420773: Waiting 20:15:13 310c1b2402e8: Layer already exists 20:15:13 e7307049f4ad: Layer already exists 20:15:13 43a7ac4bcd8e: Layer already exists 20:15:13 258dc72f7d02: Layer already exists 20:15:13 6f86bb7d1cb4: Layer already exists 20:15:13 08ec8c420773: Layer already exists 20:15:13 4fc242d58285: Layer already exists 20:15:13 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 20:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:15:13 43a7ac4bcd8e: Preparing 20:15:13 6f86bb7d1cb4: Preparing 20:15:13 258dc72f7d02: Preparing 20:15:13 e7307049f4ad: Preparing 20:15:13 310c1b2402e8: Preparing 20:15:13 08ec8c420773: Preparing 20:15:13 4fc242d58285: Preparing 20:15:13 08ec8c420773: Waiting 20:15:13 4fc242d58285: Waiting 20:15:13 258dc72f7d02: Layer already exists 20:15:13 6f86bb7d1cb4: Layer already exists 20:15:13 310c1b2402e8: Layer already exists 20:15:13 43a7ac4bcd8e: Layer already exists 20:15:13 e7307049f4ad: Layer already exists 20:15:13 08ec8c420773: Layer already exists 20:15:13 4fc242d58285: Layer already exists 20:15:13 main: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:13 ===================================================== [Pipeline] echo 20:15:13 taggedImages: 20:15:13 - nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:13 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:15:13 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 20:15:13 - nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:13 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 20:15:13 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 20:15:13 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:13 latest 20:15:13 2.2.1-dev.28 20:15:13 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:13 main 20:15:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:15:14 25a852883945: Preparing 20:15:14 b07e61e066cd: Preparing 20:15:14 d7acbff700d2: Preparing 20:15:14 c011cff73b01: Preparing 20:15:14 24302eb7d908: Preparing 20:15:14 24302eb7d908: Layer already exists 20:15:14 d7acbff700d2: Layer already exists 20:15:14 25a852883945: Pushed 20:15:14 c011cff73b01: Pushed 20:15:15 Removing intermediate container a637f3a00af4 20:15:15 ---> e3a46e13e7f0 20:15:15 Step 8/26 : COPY . . 20:15:15 Removing intermediate container 07b9d3c59298 20:15:15 ---> aad2fe807bc9 20:15:15 Step 8/31 : COPY . . 20:15:15 Removing intermediate container 8a188ad23f85 20:15:15 ---> d0850ca1b2cc 20:15:15 Step 8/23 : COPY . . 20:15:15 Removing intermediate container 6bef84efab5c 20:15:15 ---> 8b07dddfd9f2 20:15:15 Step 8/22 : COPY . . 20:15:15 Removing intermediate container 4e18dbfa88b6 20:15:15 ---> 0d1b5fc0df9b 20:15:15 Step 8/22 : COPY . . 20:15:17 b07e61e066cd: Pushed 20:15:17 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 20:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:15:17 25a852883945: Preparing 20:15:17 b07e61e066cd: Preparing 20:15:17 d7acbff700d2: Preparing 20:15:17 c011cff73b01: Preparing 20:15:17 24302eb7d908: Preparing 20:15:17 b07e61e066cd: Layer already exists 20:15:17 25a852883945: Layer already exists 20:15:17 c011cff73b01: Layer already exists 20:15:17 24302eb7d908: Layer already exists 20:15:17 d7acbff700d2: Layer already exists 20:15:17 latest: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 20:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:15:18 25a852883945: Preparing 20:15:18 b07e61e066cd: Preparing 20:15:18 d7acbff700d2: Preparing 20:15:18 c011cff73b01: Preparing 20:15:18 24302eb7d908: Preparing 20:15:18 25a852883945: Layer already exists 20:15:18 c011cff73b01: Layer already exists 20:15:18 d7acbff700d2: Layer already exists 20:15:18 24302eb7d908: Layer already exists 20:15:18 b07e61e066cd: Layer already exists 20:15:18 2.2.1-dev.28: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:15:19 25a852883945: Preparing 20:15:19 b07e61e066cd: Preparing 20:15:19 d7acbff700d2: Preparing 20:15:19 c011cff73b01: Preparing 20:15:19 24302eb7d908: Preparing 20:15:19 24302eb7d908: Layer already exists 20:15:19 d7acbff700d2: Layer already exists 20:15:19 c011cff73b01: Layer already exists 20:15:19 b07e61e066cd: Layer already exists 20:15:19 25a852883945: Layer already exists 20:15:19 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 20:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:15:19 25a852883945: Preparing 20:15:19 b07e61e066cd: Preparing 20:15:19 d7acbff700d2: Preparing 20:15:19 c011cff73b01: Preparing 20:15:19 24302eb7d908: Preparing 20:15:19 b07e61e066cd: Layer already exists 20:15:19 24302eb7d908: Layer already exists 20:15:19 25a852883945: Layer already exists 20:15:19 d7acbff700d2: Layer already exists 20:15:19 c011cff73b01: Layer already exists 20:15:19 main: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:19 ===================================================== [Pipeline] echo 20:15:19 taggedImages: 20:15:19 - nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:19 - nexus3.edgexfoundry.org:10004/support-notifications:latest 20:15:19 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 20:15:19 - nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:19 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 20:15:19 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 20:15:19 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:19 latest 20:15:19 2.2.1-dev.28 20:15:19 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:19 main 20:15:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:15:20 c2827c163fb8: Preparing 20:15:20 4a9f3d865ad6: Preparing 20:15:20 d7acbff700d2: Preparing 20:15:20 aef786c3594f: Preparing 20:15:20 24302eb7d908: Preparing 20:15:20 d7acbff700d2: Layer already exists 20:15:20 24302eb7d908: Layer already exists 20:15:20 aef786c3594f: Layer already exists 20:15:20 c2827c163fb8: Pushed 20:15:22 4a9f3d865ad6: Pushed 20:15:22 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:15:23 c2827c163fb8: Preparing 20:15:23 4a9f3d865ad6: Preparing 20:15:23 d7acbff700d2: Preparing 20:15:23 aef786c3594f: Preparing 20:15:23 24302eb7d908: Preparing 20:15:23 aef786c3594f: Layer already exists 20:15:23 d7acbff700d2: Layer already exists 20:15:23 24302eb7d908: Layer already exists 20:15:23 c2827c163fb8: Layer already exists 20:15:23 4a9f3d865ad6: Layer already exists 20:15:23 latest: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 20:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:15:24 c2827c163fb8: Preparing 20:15:24 4a9f3d865ad6: Preparing 20:15:24 d7acbff700d2: Preparing 20:15:24 aef786c3594f: Preparing 20:15:24 24302eb7d908: Preparing 20:15:24 24302eb7d908: Layer already exists 20:15:24 4a9f3d865ad6: Layer already exists 20:15:24 c2827c163fb8: Layer already exists 20:15:24 d7acbff700d2: Layer already exists 20:15:24 aef786c3594f: Layer already exists 20:15:24 2.2.1-dev.28: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:15:24 c2827c163fb8: Preparing 20:15:24 4a9f3d865ad6: Preparing 20:15:24 d7acbff700d2: Preparing 20:15:24 aef786c3594f: Preparing 20:15:24 24302eb7d908: Preparing 20:15:24 24302eb7d908: Layer already exists 20:15:24 c2827c163fb8: Layer already exists 20:15:24 4a9f3d865ad6: Layer already exists 20:15:24 aef786c3594f: Layer already exists 20:15:24 d7acbff700d2: Layer already exists 20:15:24 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 20:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:15:25 c2827c163fb8: Preparing 20:15:25 4a9f3d865ad6: Preparing 20:15:25 d7acbff700d2: Preparing 20:15:25 aef786c3594f: Preparing 20:15:25 24302eb7d908: Preparing 20:15:25 c2827c163fb8: Layer already exists 20:15:25 aef786c3594f: Layer already exists 20:15:25 d7acbff700d2: Layer already exists 20:15:25 24302eb7d908: Layer already exists 20:15:25 4a9f3d865ad6: Layer already exists 20:15:25 main: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:25 ===================================================== [Pipeline] echo 20:15:25 taggedImages: 20:15:25 - nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:25 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:15:25 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 20:15:25 - nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:25 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 20:15:25 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 20:15:25 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:25 latest 20:15:25 2.2.1-dev.28 20:15:25 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:25 main 20:15:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:25 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:26 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 20:15:26 7b0c3dcdfcad: Preparing 20:15:26 47d76add14a2: Preparing 20:15:26 543e71fc2cc0: Preparing 20:15:26 96b5c7ac0ac9: Preparing 20:15:26 52f44be93a46: Preparing 20:15:26 10d82663b225: Preparing 20:15:26 f7a7a140f1b3: Preparing 20:15:26 31e69d4774c9: Preparing 20:15:26 7750d494dfbd: Preparing 20:15:26 18708474c90b: Preparing 20:15:26 4fc242d58285: Preparing 20:15:26 31e69d4774c9: Waiting 20:15:26 7750d494dfbd: Waiting 20:15:26 10d82663b225: Waiting 20:15:26 18708474c90b: Waiting 20:15:26 f7a7a140f1b3: Waiting 20:15:26 4fc242d58285: Waiting 20:15:26 52f44be93a46: Layer already exists 20:15:26 10d82663b225: Layer already exists 20:15:26 f7a7a140f1b3: Layer already exists 20:15:26 31e69d4774c9: Layer already exists 20:15:26 47d76add14a2: Pushed 20:15:26 7750d494dfbd: Layer already exists 20:15:26 18708474c90b: Layer already exists 20:15:26 4fc242d58285: Layer already exists 20:15:26 7b0c3dcdfcad: Pushed 20:15:27 543e71fc2cc0: Pushed 20:15:30 ---> 4501cdb3f0ff 20:15:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:15:30 ---> 52b9d55c62c0 20:15:30 Step 9/23 : RUN make cmd/core-command/core-command 20:15:30 ---> bbcb6db6bf4d 20:15:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:15:30 ---> c73ac747491a 20:15:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:15:30 ---> 888deafc53f1 20:15:30 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:15:30 ---> Running in d2f5137deb4e 20:15:30 ---> Running in 3e202ae90318 20:15:30 ---> Running in 7cf77be15e80 20:15:30 ---> Running in a19c439c32b0 20:15:30 ---> Running in d290312474ce 20:15:31 Removing intermediate container a19c439c32b0 20:15:31 ---> d57be5eb1c1a 20:15:31 Step 10/26 : WORKDIR /edgex-go/spire-build 20:15:31 ---> Running in 1c19800793e6 20:15:32 Removing intermediate container 1c19800793e6 20:15:32 ---> aa82765d5b13 20:15:32 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 20:15:32 ---> Running in 9c61e46dc229 20:15:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:15:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:15:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:15:33 96b5c7ac0ac9: Pushed 20:15:33 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:34 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:34 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 20:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 20:15:34 7b0c3dcdfcad: Preparing 20:15:34 47d76add14a2: Preparing 20:15:34 543e71fc2cc0: Preparing 20:15:34 96b5c7ac0ac9: Preparing 20:15:34 52f44be93a46: Preparing 20:15:34 10d82663b225: Preparing 20:15:34 f7a7a140f1b3: Preparing 20:15:34 31e69d4774c9: Preparing 20:15:34 7750d494dfbd: Preparing 20:15:34 18708474c90b: Preparing 20:15:34 4fc242d58285: Preparing 20:15:34 f7a7a140f1b3: Waiting 20:15:34 31e69d4774c9: Waiting 20:15:34 7750d494dfbd: Waiting 20:15:34 10d82663b225: Waiting 20:15:34 4fc242d58285: Waiting 20:15:34 18708474c90b: Waiting 20:15:34 96b5c7ac0ac9: Layer already exists 20:15:34 543e71fc2cc0: Layer already exists 20:15:34 47d76add14a2: Layer already exists 20:15:34 7b0c3dcdfcad: Layer already exists 20:15:34 52f44be93a46: Layer already exists 20:15:34 10d82663b225: Layer already exists 20:15:34 f7a7a140f1b3: Layer already exists 20:15:34 18708474c90b: Layer already exists 20:15:34 7750d494dfbd: Layer already exists 20:15:34 31e69d4774c9: Layer already exists 20:15:34 4fc242d58285: Layer already exists 20:15:34 latest: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:34 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:35 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 20:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 20:15:35 7b0c3dcdfcad: Preparing 20:15:35 47d76add14a2: Preparing 20:15:35 543e71fc2cc0: Preparing 20:15:35 96b5c7ac0ac9: Preparing 20:15:35 52f44be93a46: Preparing 20:15:35 10d82663b225: Preparing 20:15:35 f7a7a140f1b3: Preparing 20:15:35 31e69d4774c9: Preparing 20:15:35 7750d494dfbd: Preparing 20:15:35 18708474c90b: Preparing 20:15:35 4fc242d58285: Preparing 20:15:35 f7a7a140f1b3: Waiting 20:15:35 31e69d4774c9: Waiting 20:15:35 7750d494dfbd: Waiting 20:15:35 18708474c90b: Waiting 20:15:35 4fc242d58285: Waiting 20:15:35 10d82663b225: Waiting 20:15:35 47d76add14a2: Layer already exists 20:15:35 96b5c7ac0ac9: Layer already exists 20:15:35 7b0c3dcdfcad: Layer already exists 20:15:35 52f44be93a46: Layer already exists 20:15:35 543e71fc2cc0: Layer already exists 20:15:35 10d82663b225: Layer already exists 20:15:35 7750d494dfbd: Layer already exists 20:15:35 f7a7a140f1b3: Layer already exists 20:15:35 18708474c90b: Layer already exists 20:15:35 31e69d4774c9: Layer already exists 20:15:35 4fc242d58285: Layer already exists 20:15:35 2.2.1-dev.28: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:35 Removing intermediate container 9c61e46dc229 20:15:35 ---> 631227783f39 20:15:35 Step 12/26 : WORKDIR /edgex-go 20:15:35 ---> Running in 1b3e7cb7576e 20:15:35 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:35 Removing intermediate container 1b3e7cb7576e 20:15:35 ---> 741f04082d3e 20:15:35 20:15:35 Step 13/26 : FROM alpine:3.15 20:15:35 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 20:15:35 7b0c3dcdfcad: Preparing 20:15:35 47d76add14a2: Preparing 20:15:35 543e71fc2cc0: Preparing 20:15:35 96b5c7ac0ac9: Preparing 20:15:35 52f44be93a46: Preparing 20:15:35 10d82663b225: Preparing 20:15:35 f7a7a140f1b3: Preparing 20:15:35 31e69d4774c9: Preparing 20:15:35 7750d494dfbd: Preparing 20:15:35 18708474c90b: Preparing 20:15:35 4fc242d58285: Preparing 20:15:35 10d82663b225: Waiting 20:15:35 7750d494dfbd: Waiting 20:15:35 18708474c90b: Waiting 20:15:35 f7a7a140f1b3: Waiting 20:15:35 31e69d4774c9: Waiting 20:15:35 4fc242d58285: Waiting 20:15:35 7b0c3dcdfcad: Layer already exists 20:15:35 543e71fc2cc0: Layer already exists 20:15:35 47d76add14a2: Layer already exists 20:15:35 52f44be93a46: Layer already exists 20:15:35 96b5c7ac0ac9: Layer already exists 20:15:35 10d82663b225: Layer already exists 20:15:35 31e69d4774c9: Layer already exists 20:15:35 7750d494dfbd: Layer already exists 20:15:35 f7a7a140f1b3: Layer already exists 20:15:35 18708474c90b: Layer already exists 20:15:35 4fc242d58285: Layer already exists 20:15:35 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:35 3.15: Pulling from library/alpine 20:15:36 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:15:36 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 20:15:36 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 20:15:36 7b0c3dcdfcad: Preparing 20:15:36 47d76add14a2: Preparing 20:15:36 543e71fc2cc0: Preparing 20:15:36 96b5c7ac0ac9: Preparing 20:15:36 52f44be93a46: Preparing 20:15:36 10d82663b225: Preparing 20:15:36 f7a7a140f1b3: Preparing 20:15:36 31e69d4774c9: Preparing 20:15:36 7750d494dfbd: Preparing 20:15:36 18708474c90b: Preparing 20:15:36 4fc242d58285: Preparing 20:15:36 18708474c90b: Waiting 20:15:36 f7a7a140f1b3: Waiting 20:15:36 4fc242d58285: Waiting 20:15:36 31e69d4774c9: Waiting 20:15:36 10d82663b225: Waiting 20:15:36 7750d494dfbd: Waiting 20:15:36 7b0c3dcdfcad: Layer already exists 20:15:36 47d76add14a2: Layer already exists 20:15:36 96b5c7ac0ac9: Layer already exists 20:15:36 543e71fc2cc0: Layer already exists 20:15:36 52f44be93a46: Layer already exists 20:15:36 10d82663b225: Layer already exists 20:15:36 31e69d4774c9: Layer already exists 20:15:36 f7a7a140f1b3: Layer already exists 20:15:36 18708474c90b: Layer already exists 20:15:36 7750d494dfbd: Layer already exists 20:15:36 4fc242d58285: Layer already exists 20:15:36 main: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:15:36 ===================================================== [Pipeline] echo 20:15:36 taggedImages: 20:15:36 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:15:36 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 20:15:36 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 20:15:36 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:15:36 - 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] } 20:15:36 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 20:15:36 Status: Downloaded newer image for alpine:3.15 20:15:36 ---> 3fb3c9af89a9 20:15:36 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:15:37 ---> Running in f29c90e0bb42 20:15:37 Removing intermediate container f29c90e0bb42 20:15:37 ---> 5160e9cf11fe 20:15:37 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:37 ---> Running in 513fbd1e7659 20:15:41 Removing intermediate container 513fbd1e7659 20:15:41 ---> 6b374738adfe 20:15:41 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:15:41 ---> Running in 78a5cdd36d7f 20:15:43 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:15:44 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:15:45 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:15:45 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:15:45 OK: 15738 distinct packages available 20:15:45 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:15:46 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:15:48 (1/4) Installing dumb-init (1.2.5-r1) 20:15:48 (2/4) Installing musl-obstack (1.2.3-r0) 20:15:48 (3/4) Installing libucontext (1.1-r0) 20:15:48 (4/4) Installing gcompat (1.0.0-r4) 20:15:48 Executing busybox-1.34.1-r5.trigger 20:15:48 OK: 6 MiB in 18 packages 20:15:50 Removing intermediate container 78a5cdd36d7f 20:15:50 ---> 53fd9276d67d 20:15:50 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:15:55 ---> 0b4db56232aa 20:15:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:15:56 ---> 5fd471f066d1 20:15:56 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:15:56 ---> Running in 2bc7b37de4a6 20:15:57 Removing intermediate container 2bc7b37de4a6 20:15:57 ---> c1ce4f1814a5 20:15:57 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:15:58 ---> 10040e436c44 20:15:58 Step 21/26 : WORKDIR / 20:15:58 ---> Running in e8358636e417 20:15:58 Removing intermediate container e8358636e417 20:15:58 ---> 5307c9c02afb 20:15:58 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:15:58 ---> Running in 1378e8d3d907 20:15:59 Removing intermediate container 1378e8d3d907 20:15:59 ---> fa1d59463a42 20:15:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:15:59 ---> Running in 3423ce60e4a8 20:15:59 Removing intermediate container 3423ce60e4a8 20:15:59 ---> 540e74251b21 20:15:59 Step 24/26 : LABEL arch=arm64 20:16:00 ---> Running in 8d3e70053861 20:16:00 Removing intermediate container 8d3e70053861 20:16:00 ---> ba0869d70036 20:16:00 Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:16:00 ---> Running in 2b66b8ebdc65 20:16:01 Removing intermediate container 2b66b8ebdc65 20:16:01 ---> 1b68f46339d7 20:16:01 Step 26/26 : LABEL version=2.2.1-dev.28 20:16:01 ---> Running in ed9a3783bea6 20:16:01 Removing intermediate container ed9a3783bea6 20:16:01 ---> b3dd3bd3f257 20:16:01 20:16:02 Successfully built b3dd3bd3f257 20:16:02 Successfully tagged security-spire-config-arm64:latest 20:16:02  Building security-spire-config ... done Building core-metadata 20:16:17 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:16:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:16:17 ---> 8483743e27b3 20:16:17 Step 3/23 : WORKDIR /edgex-go 20:16:17 ---> Using cache 20:16:17 ---> 170f68b6b6c8 20:16:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:17 ---> Using cache 20:16:17 ---> 6b4447d2c624 20:16:17 Step 5/23 : RUN apk add --update --no-cache make git 20:16:17 ---> Using cache 20:16:17 ---> ef7032af5b61 20:16:17 Step 6/23 : COPY go.mod vendor* ./ 20:16:17 ---> Using cache 20:16:17 ---> aa149e53c50e 20:16:17 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:16:17 ---> Using cache 20:16:17 ---> 0d1b5fc0df9b 20:16:17 Step 8/23 : COPY . . 20:16:17 ---> Using cache 20:16:17 ---> 4501cdb3f0ff 20:16:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:16:17 ---> Running in bc0266df5cc4 20:16:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:20:41 Removing intermediate container 3e202ae90318 20:20:41 ---> 8cbe78348e16 20:20:41 20:20:41 Step 10/23 : FROM alpine:3.16 20:20:41 3.16: Pulling from library/alpine 20:20:41 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c 20:20:41 Status: Downloaded newer image for alpine:3.16 20:20:41 ---> 6e30ab57aeee 20:20:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:20:41 ---> Running in fb588deed13e 20:20:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:41 (1/1) Installing dumb-init (1.2.5-r1) 20:20:41 Executing busybox-1.35.0-r13.trigger 20:20:41 OK: 5 MiB in 15 packages 20:20:41 Removing intermediate container fb588deed13e 20:20:41 ---> da9ca3448a95 20:20:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:20:41 ---> Running in f7dff996d3c1 20:20:42 Removing intermediate container f7dff996d3c1 20:20:42 ---> da1048182558 20:20:42 Step 13/23 : ENV APP_PORT=59882 20:20:42 ---> Running in 8cd947721158 20:20:43 Removing intermediate container 8cd947721158 20:20:43 ---> bd02c0f5a625 20:20:43 Step 14/23 : EXPOSE $APP_PORT 20:20:43 ---> Running in e1bfc2434516 20:20:44 Removing intermediate container e1bfc2434516 20:20:44 ---> f6e57a5e3384 20:20:44 Step 15/23 : WORKDIR / 20:20:44 ---> Running in ba662148ef98 20:20:45 Removing intermediate container ba662148ef98 20:20:45 ---> 6f69136761fd 20:20:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:20:47 ---> d494886bdcb0 20:20:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:20:50 ---> 1435c8c3a204 20:20:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:20:50 Removing intermediate container 7cf77be15e80 20:20:50 ---> 09124ecec433 20:20:50 20:20:50 Step 10/31 : FROM alpine:3.16 20:20:50 ---> 6e30ab57aeee 20:20:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:20:51 ---> Running in 7b234108ef90 20:20:51 ---> 3ed1c59e07a3 20:20:51 Step 19/23 : ENTRYPOINT ["/core-command"] 20:20:51 ---> Running in 3c0596e5e361 20:20:51 Removing intermediate container 7b234108ef90 20:20:51 ---> 6796bcda2994 20:20:51 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:20:51 ---> Running in ee4e5c68d2f5 20:20:52 Removing intermediate container 3c0596e5e361 20:20:52 ---> ea4f7372376a 20:20:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:20:52 ---> Running in b70d8068e001 20:20:53 Removing intermediate container b70d8068e001 20:20:53 ---> 1d51b2f2808c 20:20:53 Step 21/23 : LABEL arch=arm64 20:20:53 ---> Running in 8bc42efd9a81 20:20:54 Removing intermediate container 8bc42efd9a81 20:20:54 ---> 63dcfe35a100 20:20:54 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:20:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:54 ---> Running in 95f9216167b1 20:20:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:54 Removing intermediate container 95f9216167b1 20:20:54 ---> b408ce529134 20:20:54 Step 23/23 : LABEL version=2.2.1-dev.28 20:20:55 ---> Running in 48a10b9a68fa 20:20:55 Removing intermediate container 48a10b9a68fa 20:20:55 ---> 2d0f8f637d58 20:20:55 20:20:56 Successfully built 2d0f8f637d58 20:20:56 Successfully tagged core-command-arm64:latest 20:20:56 Building security-proxy-setup 20:20:56  Building core-command ... done (1/2) Installing dumb-init (1.2.5-r1) 20:20:56 (2/2) Installing su-exec (0.2-r1) 20:20:56 Executing busybox-1.35.0-r13.trigger 20:20:56 OK: 5 MiB in 16 packages 20:20:57 Removing intermediate container ee4e5c68d2f5 20:20:57 ---> 3751a03df14e 20:20:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:20:57 ---> Running in 32d297292a67 20:20:58 Removing intermediate container 32d297292a67 20:20:58 ---> 40f10a340753 20:20:58 Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:20:58 ---> Running in 832bee924c7e 20:20:59 Removing intermediate container 832bee924c7e 20:20:59 ---> 459835b38edc 20:20:59 Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:20:59 ---> Running in 76c1246d749d 20:20:59 Removing intermediate container 76c1246d749d 20:20:59 ---> 2196796b4744 20:20:59 Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:20:59 ---> Running in becf5307e896 20:21:03 Removing intermediate container becf5307e896 20:21:03 ---> be450ce520c1 20:21:03 Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} 20:21:03 ---> Running in 04868df8547b 20:21:03 Removing intermediate container 04868df8547b 20:21:03 ---> 07e69a6c521e 20:21:03 Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:21:04 ---> 3b597b86e7fb 20:21:04 Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:21:04 ---> Running in e78735c63400 20:21:09 Removing intermediate container e78735c63400 20:21:09 ---> 70c4c7acb255 20:21:09 Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:09 ---> a524e4e4e643 20:21:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:21:13 ---> c7d9292579e0 20:21:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:21:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:21:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:13 ---> 8483743e27b3 20:21:13 Step 3/22 : WORKDIR /edgex-go 20:21:13 ---> Using cache 20:21:13 ---> 170f68b6b6c8 20:21:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:13 ---> Using cache 20:21:13 ---> 6b4447d2c624 20:21:13 Step 5/22 : RUN apk add --update --no-cache make git 20:21:13 ---> Using cache 20:21:13 ---> ef7032af5b61 20:21:13 Step 6/22 : COPY go.mod vendor* ./ 20:21:13 ---> Using cache 20:21:13 ---> aa149e53c50e 20:21:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:13 ---> Using cache 20:21:13 ---> 0d1b5fc0df9b 20:21:13 Step 8/22 : COPY . . 20:21:13 ---> a5900162adc2 20:21:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:21:13 ---> Using cache 20:21:13 ---> 4501cdb3f0ff 20:21:13 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:21:14 ---> Running in d0fe776f7138 20:21:15 ---> 3e4fabc8effd 20:21:15 Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:21: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.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:21:16 ---> 8c3ac6cadc51 20:21:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:21:17 ---> 6be3d3a33c0d 20:21:17 Step 26/31 : RUN chmod +x /entrypoint.sh 20:21:17 ---> Running in 2453598a8a1d 20:21:21 Removing intermediate container 2453598a8a1d 20:21:21 ---> 8e288353a19f 20:21:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:21:21 ---> Running in 73a2d60959b1 20:21:21 Removing intermediate container 73a2d60959b1 20:21:21 ---> f1aa01a86a73 20:21:21 Step 28/31 : CMD ["gate"] 20:21:21 ---> Running in 413496070db4 20:21:21 Removing intermediate container 413496070db4 20:21:21 ---> 265c47a7f74c 20:21:21 Step 29/31 : LABEL arch=arm64 20:21:21 ---> Running in 3f7d7fce049a 20:21:22 Removing intermediate container 3f7d7fce049a 20:21:22 ---> 55668afb3cc5 20:21:22 Step 30/31 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:21:22 ---> Running in ac6a8d1cd0d8 20:21:23 Removing intermediate container ac6a8d1cd0d8 20:21:23 ---> 70c091ef5166 20:21:23 Step 31/31 : LABEL version=2.2.1-dev.28 20:21:23 ---> Running in b4ea8ec4e39e 20:21:23 Removing intermediate container b4ea8ec4e39e 20:21:23 ---> f9e4ae10ffd2 20:21:23 20:21:23 Successfully built f9e4ae10ffd2 20:21:23 Successfully tagged security-bootstrapper-arm64:latest 20:21:23 Building security-spire-server 20:21:42  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:21:42 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:21:42 ---> 8483743e27b3 20:21:42 Step 3/25 : WORKDIR /edgex-go 20:21:42 ---> Using cache 20:21:42 ---> 170f68b6b6c8 20:21:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:42 ---> Using cache 20:21:42 ---> 6b4447d2c624 20:21:42 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 20:21:42 ---> Running in c2527cba2f57 20:21:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:21:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:21:46 OK: 221 MiB in 51 packages 20:21:48 Removing intermediate container c2527cba2f57 20:21:48 ---> 526bab34245e 20:21:48 Step 6/25 : COPY go.mod vendor* ./ 20:21:49 ---> e90ace2e7409 20:21:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:49 ---> Running in 5c97a75148fd 20:21:50 Removing intermediate container bc0266df5cc4 20:21:50 ---> ff6da7b10424 20:21:50 20:21:50 Step 10/23 : FROM alpine:3.16 20:21:50 ---> 6e30ab57aeee 20:21:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:21:50 ---> Using cache 20:21:50 ---> da9ca3448a95 20:21:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:50 ---> Using cache 20:21:50 ---> da1048182558 20:21:50 Step 13/23 : ENV APP_PORT=59881 20:21:50 ---> Running in 52ad377d7579 20:21:50 Removing intermediate container 52ad377d7579 20:21:50 ---> 274fd1f6f57a 20:21:50 Step 14/23 : EXPOSE $APP_PORT 20:21:51 ---> Running in 0d143d4bfa28 20:21:51 Removing intermediate container 0d143d4bfa28 20:21:51 ---> e3a0e9f05f10 20:21:51 Step 15/23 : WORKDIR / 20:21:51 ---> Running in cd7343ed8553 20:21:52 Removing intermediate container cd7343ed8553 20:21:52 ---> 7d0758233b09 20:21:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:53 ---> 498ad913bba3 20:21:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:21:54 ---> 33f2100326c8 20:21:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:21:55 ---> 3fc5ede7eb21 20:21:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:21:55 ---> Running in 9f5176844bc7 20:21:56 Removing intermediate container 9f5176844bc7 20:21:56 ---> 00b14f284bda 20:21:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:56 ---> Running in d679156b95bd 20:21:57 Removing intermediate container d679156b95bd 20:21:57 ---> 0cbd5ccaf7fc 20:21:57 Step 21/23 : LABEL arch=arm64 20:21:57 ---> Running in 16c8ed612b9b 20:21:57 Removing intermediate container 16c8ed612b9b 20:21:57 ---> 238c88a6f21f 20:21:57 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:21:57 ---> Running in c83ad602f12e 20:21:58 Removing intermediate container c83ad602f12e 20:21:58 ---> f788dabee56e 20:21:58 Step 23/23 : LABEL version=2.2.1-dev.28 20:21:58 ---> Running in 3f18007e8f4c 20:21:59 Removing intermediate container 3f18007e8f4c 20:21:59 ---> cdb896316052 20:21:59 20:21:59 Successfully built cdb896316052 20:21:59 Successfully tagged core-metadata-arm64:latest 20:21:59  Building core-metadata ... done Building security-spiffe-token-provider 20:22:17 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:17 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:22:17 ---> 8483743e27b3 20:22:17 Step 3/20 : WORKDIR /edgex-go 20:22:17 ---> Using cache 20:22:17 ---> 170f68b6b6c8 20:22:17 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:22:17 ---> Running in 4ed60ee869ed 20:22:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:22:20 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:22:20 v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:22:20 OK: 16887 distinct packages available 20:22:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:22:22 OK: 221 MiB in 51 packages 20:22:24 Removing intermediate container 4ed60ee869ed 20:22:24 ---> 5df26d74665d 20:22:24 Step 5/20 : COPY go.mod vendor* ./ 20:22:25 ---> a076af953d0f 20:22:25 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:26 ---> Running in 01a1933afa30 20:22:41 Removing intermediate container 5c97a75148fd 20:22:41 ---> b4da20d0eebe 20:22:41 Step 8/25 : COPY . . 20:22:51 ---> 5602f00cdbb2 20:22:51 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 20:22:51 ---> Running in 2b2dc4ecaaf1 20:22:51 Removing intermediate container 2b2dc4ecaaf1 20:22:51 ---> e346623108c8 20:22:51 Step 10/25 : WORKDIR /edgex-go/spire-build 20:22:51 ---> Running in dc4832283562 20:22:52 Removing intermediate container dc4832283562 20:22:52 ---> 0fba4efbed70 20:22:52 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 20:22:52 ---> Running in f028c96314d8 20:22:55 Removing intermediate container f028c96314d8 20:22:55 ---> f0e02c504688 20:22:55 Step 12/25 : WORKDIR /edgex-go 20:22:55 ---> Running in 2449b1c097d3 20:22:56 Removing intermediate container 2449b1c097d3 20:22:56 ---> b64d2b74b439 20:22:56 20:22:56 Step 13/25 : FROM alpine:3.15 20:22:56 ---> 3fb3c9af89a9 20:22:56 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:56 ---> Using cache 20:22:56 ---> 5160e9cf11fe 20:22:56 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:56 ---> Using cache 20:22:56 ---> 6b374738adfe 20:22:56 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:22:56 ---> Running in ea64988a1bc4 20:22:59 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:23:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:23:01 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:23:01 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:23:01 OK: 15738 distinct packages available 20:23:02 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:23:03 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:23:04 (1/5) Installing dumb-init (1.2.5-r1) 20:23:04 (2/5) Installing musl-obstack (1.2.3-r0) 20:23:04 (3/5) Installing libucontext (1.1-r0) 20:23:04 (4/5) Installing gcompat (1.0.0-r4) 20:23:04 (5/5) Installing openssl (1.1.1q-r0) 20:23:05 Executing busybox-1.34.1-r5.trigger 20:23:05 OK: 6 MiB in 19 packages 20:23:08 Removing intermediate container ea64988a1bc4 20:23:08 ---> 2d93fd299a9e 20:23:08 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:18 ---> 6ff88a831330 20:23:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:23:18 ---> 9f2e9e52f145 20:23:18 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:23:20 ---> 5f2c7f729ffe 20:23:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:23:21 Removing intermediate container 01a1933afa30 20:23:21 ---> 330ecfc9b835 20:23:21 Step 7/20 : COPY . . 20:23:23 ---> 003939e9cd73 20:23:23 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:23 ---> Running in 6d628d9cd9d1 20:23:24 Removing intermediate container 6d628d9cd9d1 20:23:24 ---> 7e2046a8af8d 20:23:24 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:24 ---> Running in d81f75d35409 20:23:25 Removing intermediate container d81f75d35409 20:23:25 ---> 3a8143ebe03e 20:23:25 Step 23/25 : LABEL arch=arm64 20:23:25 ---> Running in a3a13294c716 20:23:27 Removing intermediate container a3a13294c716 20:23:27 ---> 258fd44e6e81 20:23:27 Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:23:27 ---> Running in 43d3ca858d50 20:23:28 Removing intermediate container 43d3ca858d50 20:23:28 ---> 6a7d1264317d 20:23:28 Step 25/25 : LABEL version=2.2.1-dev.28 20:23:28 ---> Running in 881de77c293f 20:23:29 Removing intermediate container 881de77c293f 20:23:29 ---> f8e12e6087ee 20:23:29 20:23:31 Successfully built f8e12e6087ee 20:23:31 Successfully tagged security-spire-server-arm64:latest 20:23:31  Building security-spire-server ... done Building security-secretstore-setup 20:23:41 Removing intermediate container d2f5137deb4e 20:23:41 ---> 5a1fde0718e7 20:23:41 20:23:41 Step 10/22 : FROM alpine:3.16 20:23:41 ---> 6e30ab57aeee 20:23:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:23:41 ---> Using cache 20:23:41 ---> da9ca3448a95 20:23:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:23:41 ---> Using cache 20:23:41 ---> da1048182558 20:23:41 Step 13/22 : ENV APP_PORT=59861 20:23:41 ---> Running in 766ea4d71910 20:23:42 Removing intermediate container 766ea4d71910 20:23:42 ---> 5646240ec91d 20:23:42 Step 14/22 : EXPOSE $APP_PORT 20:23:42 ---> Running in 20be3b01693e 20:23:44 Removing intermediate container 20be3b01693e 20:23:44 ---> 6257d11d69a1 20:23:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:44 Removing intermediate container d290312474ce 20:23:44 ---> bad48dc55a6d 20:23:44 20:23:44 Step 10/22 : FROM alpine:3.16 20:23:44 ---> 6e30ab57aeee 20:23:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:23:44 ---> Running in e66be5198a6d 20:23:46 ---> 6f19feb55afa 20:23:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:23:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:23:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:48 (1/2) Installing ca-certificates (20211220-r0) 20:23:48 (2/2) Installing dumb-init (1.2.5-r1) 20:23:48 Executing busybox-1.35.0-r13.trigger 20:23:48 Executing ca-certificates-20211220-r0.trigger 20:23:48 OK: 6 MiB in 16 packages 20:23:51 ---> 30ae3dd96a6a 20:23:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:23:51 Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:23:51 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:23:51 ---> 8483743e27b3 20:23:51 Step 3/25 : WORKDIR /edgex-go 20:23:51 ---> Using cache 20:23:51 ---> 170f68b6b6c8 20:23:51 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:51 ---> Using cache 20:23:51 ---> 6b4447d2c624 20:23:51 Step 5/25 : RUN apk add --update --no-cache make git 20:23:51 ---> Using cache 20:23:51 ---> ef7032af5b61 20:23:51 Step 6/25 : COPY go.mod vendor* ./ 20:23:51 ---> Using cache 20:23:51 ---> aa149e53c50e 20:23:51 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:51 ---> Using cache 20:23:51 ---> 0d1b5fc0df9b 20:23:51 Step 8/25 : COPY . . 20:23:52 ---> Using cache 20:23:52 ---> 4501cdb3f0ff 20:23:52 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:23:52 ---> Running in 06166e6692bd 20:23:52 Removing intermediate container e66be5198a6d 20:23:52 ---> 36a9b91b1c4d 20:23:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:23:52 ---> Running in 10ed0141f67d 20:23:53 ---> 32d2b7894e28 20:23:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:23:53 ---> Running in 7f29a6c34c3a 20:23:53 ---> 429e5c53bd1b 20:23:53 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:23:53 ---> Running in 63ba95c6ddbb 20:23:54 Removing intermediate container 10ed0141f67d 20:23:54 ---> 993324c7b206 20:23:54 Step 13/22 : ENV APP_PORT=59860 20:23:54 ---> Running in 821976e484b7 20:23:54 Removing intermediate container 7f29a6c34c3a 20:23:54 ---> 4955136bd4ef 20:23:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:23:54 ---> Running in 6b24ea73e759 20:23: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.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:23:55 Removing intermediate container 821976e484b7 20:23:55 ---> 4165ba4a3270 20:23:55 Step 14/22 : EXPOSE $APP_PORT 20:23:55 ---> Running in 17269fb7dbe7 20:23:56 Removing intermediate container 6b24ea73e759 20:23:56 ---> 7359dc47da0b 20:23:56 Step 20/22 : LABEL arch=arm64 20:23:56 ---> Running in 7b5327fd0d56 20:23:56 Removing intermediate container 17269fb7dbe7 20:23:56 ---> 8e4af1f7a5ba 20:23:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:23: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.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:23:56 Removing intermediate container 7b5327fd0d56 20:23:56 ---> e7a46c3c9e22 20:23:56 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:23:57 ---> Running in b13eb7cbd74e 20:23:57 ---> 4454e8592e1b 20:23:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:23:58 Removing intermediate container b13eb7cbd74e 20:23:58 ---> bff67f929b45 20:23:58 Step 22/22 : LABEL version=2.2.1-dev.28 20:23:58 ---> Running in 8f42f90338f1 20:23:59 Removing intermediate container 8f42f90338f1 20:23:59 ---> 61cf0d5a3e1c 20:23:59 20:23:59 Successfully built 61cf0d5a3e1c 20:23:59 Successfully tagged support-scheduler-arm64:latest 20:23:59  Building support-scheduler ... done Building security-spire-agent 20:24:00 ---> d33bb76117d5 20:24:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:24:02 ---> 6e6ef224f10f 20:24:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:24:02 ---> Running in d193cbd16024 20:24:02 Removing intermediate container d193cbd16024 20:24:02 ---> 965168a84983 20:24:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:24:02 ---> Running in 35e0ceef3047 20:24:03 Removing intermediate container 35e0ceef3047 20:24:03 ---> 999e66329a01 20:24:03 Step 20/22 : LABEL arch=arm64 20:24:03 ---> Running in c70230dfc3a0 20:24:04 Removing intermediate container c70230dfc3a0 20:24:04 ---> 1dc209aefd5f 20:24:04 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:24:04 ---> Running in dded962fc795 20:24:04 Removing intermediate container dded962fc795 20:24:04 ---> 11e6feb7cadd 20:24:04 Step 22/22 : LABEL version=2.2.1-dev.28 20:24:05 ---> Running in 4a6fc33a61e0 20:24:05 Removing intermediate container 4a6fc33a61e0 20:24:05 ---> c50a3ffd272f 20:24:05 20:24:05 Successfully built c50a3ffd272f 20:24:05 Successfully tagged support-notifications-arm64:latest 20:24:05 Building sys-mgmt-agent 20:24:24  Building support-notifications ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:24:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:24:24 ---> 8483743e27b3 20:24:24 Step 3/26 : WORKDIR /edgex-go 20:24:24 ---> Using cache 20:24:24 ---> 170f68b6b6c8 20:24:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:24 ---> Using cache 20:24:24 ---> 6b4447d2c624 20:24:24 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 20:24:24 ---> Using cache 20:24:24 ---> 526bab34245e 20:24:24 Step 6/26 : COPY go.mod vendor* ./ 20:24:24 ---> Using cache 20:24:24 ---> e90ace2e7409 20:24:24 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:24 ---> Using cache 20:24:24 ---> b4da20d0eebe 20:24:24 Step 8/26 : COPY . . 20:24:24 ---> Using cache 20:24:24 ---> 5602f00cdbb2 20:24:24 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 20:24:24 ---> Using cache 20:24:24 ---> e346623108c8 20:24:24 Step 10/26 : WORKDIR /edgex-go/spire-build 20:24:24 ---> Using cache 20:24:24 ---> 0fba4efbed70 20:24:24 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 20:24:24 ---> Running in 40c4563f81ec 20:24:26 Removing intermediate container 40c4563f81ec 20:24:26 ---> 887f1671d9ae 20:24:26 Step 12/26 : WORKDIR /edgex-go 20:24:26 ---> Running in e5433ceb2f11 20:24:27 Removing intermediate container e5433ceb2f11 20:24:27 ---> 2d7c06f1957a 20:24:27 20:24:27 Step 13/26 : FROM alpine:3.15 20:24:27 ---> 3fb3c9af89a9 20:24:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:24:27 ---> Using cache 20:24:27 ---> 5160e9cf11fe 20:24:27 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:27 ---> Using cache 20:24:27 ---> 6b374738adfe 20:24:27 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:24:27 ---> Using cache 20:24:27 ---> 2d93fd299a9e 20:24:27 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:24:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:24:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:29 ---> 8483743e27b3 20:24:29 Step 3/23 : WORKDIR /edgex-go 20:24:29 ---> Using cache 20:24:29 ---> 170f68b6b6c8 20:24:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:29 ---> Using cache 20:24:29 ---> 6b4447d2c624 20:24:29 Step 5/23 : RUN apk add --update --no-cache make bash git 20:24:29 ---> Running in cd3e00220970 20:24:31 ---> 1ed204db3291 20:24:31 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:24:31 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:24:32 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:24:33 OK: 221 MiB in 51 packages 20:24:35 Removing intermediate container cd3e00220970 20:24:35 ---> 5a9b29f871da 20:24:35 Step 6/23 : COPY go.mod vendor* ./ 20:24:36 ---> 662647d0d9ca 20:24:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:37 ---> Running in b2d9477014c5 20:24:38 ---> 322ed97594b6 20:24:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:24:39 ---> faa11b7800d5 20:24:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:24:40 ---> 2b3d0f4533ce 20:24:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:24:41 ---> 9ff29d238024 20:24:41 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:24:41 ---> Running in adc10f5d7ac8 20:24:41 Removing intermediate container adc10f5d7ac8 20:24:41 ---> ae0b5ab80eaf 20:24:41 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:24:42 ---> Running in 0f230c7a4409 20:24:42 Removing intermediate container 0f230c7a4409 20:24:42 ---> 57db414a7bcc 20:24:42 Step 24/26 : LABEL arch=arm64 20:24:42 ---> Running in a61e6b4fb9ed 20:24:43 Removing intermediate container a61e6b4fb9ed 20:24:43 ---> fa3555fe86e1 20:24:43 Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:24:43 ---> Running in 979fa74aa56c 20:24:43 Removing intermediate container 979fa74aa56c 20:24:43 ---> 8f36c3d47dc9 20:24:43 Step 26/26 : LABEL version=2.2.1-dev.28 20:24:43 ---> Running in 1796b0fff8bc 20:24:44 Removing intermediate container 1796b0fff8bc 20:24:44 ---> 3ad8e37ca1fe 20:24:44 20:24:44 Successfully built 3ad8e37ca1fe 20:24:44 Successfully tagged security-spire-agent-arm64:latest 20:24:44  Building security-spire-agent ... done Building core-data 20:25:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:25:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:03 ---> 8483743e27b3 20:25:03 Step 3/23 : WORKDIR /edgex-go 20:25:03 ---> Using cache 20:25:03 ---> 170f68b6b6c8 20:25:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:03 ---> Using cache 20:25:03 ---> 6b4447d2c624 20:25:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:25:03 ---> Running in f953c78d04ea 20:25:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:25:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:25:07 OK: 221 MiB in 51 packages 20:25:09 Removing intermediate container f953c78d04ea 20:25:09 ---> ee5c8396290c 20:25:09 Step 6/23 : COPY go.mod vendor* ./ 20:25:11 ---> c7b3b0834ca3 20:25:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:11 ---> Running in f61959225a85 20:25:27 Removing intermediate container b2d9477014c5 20:25:27 ---> fde333e42bc7 20:25:27 Step 8/23 : COPY . . 20:25: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.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:25:42 ---> 16ecd787f9aa 20:25:42 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:25:42 ---> Running in 4cd70ee4ec10 20:25:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:26:01 Removing intermediate container d0fe776f7138 20:26:01 ---> 4d9a0b8a00df 20:26:01 20:26:01 Step 10/22 : FROM alpine:3.16 20:26:01 ---> 6e30ab57aeee 20:26:01 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 20:26:01 ---> Running in 15d11b2acbf1 20:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:26:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:26:03 (1/6) Installing ca-certificates (20211220-r0) 20:26:03 (2/6) Installing brotli-libs (1.0.9-r6) 20:26:03 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:26:03 (4/6) Installing libcurl (7.83.1-r2) 20:26:03 (5/6) Installing curl (7.83.1-r2) 20:26:03 (6/6) Installing dumb-init (1.2.5-r1) 20:26:03 Executing busybox-1.35.0-r13.trigger 20:26:03 Executing ca-certificates-20211220-r0.trigger 20:26:03 OK: 8 MiB in 20 packages 20:26:06 Removing intermediate container f61959225a85 20:26:06 ---> 1c3ddb38f1f6 20:26:06 Step 8/23 : COPY . . 20:26:06 Removing intermediate container 15d11b2acbf1 20:26:06 ---> 6c9fd7e80705 20:26:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:06 ---> Running in 6d2084867598 20:26:07 Removing intermediate container 6d2084867598 20:26:07 ---> 40173e9c3ff2 20:26:07 Step 13/22 : WORKDIR /edgex 20:26:07 ---> Running in 9275cb405d4b 20:26:08 Removing intermediate container 9275cb405d4b 20:26:08 ---> cef412e0b676 20:26:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:26:10 ---> 3a209115e9e3 20:26:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:26:12 ---> 950962e8c5d1 20:26:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:26:15 ---> 10c080683564 20:26:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:26:16 ---> f12ed08655b4 20:26:16 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:26:16 ---> Running in 7ffe14269e70 20:26:20 Removing intermediate container 7ffe14269e70 20:26:20 ---> 5a268a7bb6e7 20:26:20 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:26:20 ---> Running in f74db8489b0e 20:26:21 Removing intermediate container f74db8489b0e 20:26:21 ---> c02a784a83d5 20:26:21 Step 20/22 : LABEL arch=arm64 20:26:21 ---> Running in 475abad7b455 20:26:22 Removing intermediate container 475abad7b455 20:26:22 ---> c5b5676fa944 20:26:22 Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:26:23 ---> Running in df667f1ec574 20:26:24 Removing intermediate container df667f1ec574 20:26:24 ---> 2055c65d412d 20:26:24 Step 22/22 : LABEL version=2.2.1-dev.28 20:26:24 ---> Running in 20e373130bfd 20:26:24 ---> ea0fa0c247cf 20:26:24 Step 9/23 : RUN make cmd/core-data/core-data 20:26:25 ---> Running in 007d3cb04328 20:26:25 Removing intermediate container 20e373130bfd 20:26:25 ---> 3c70e02023ba 20:26:25 20:26:25 Successfully built 3c70e02023ba 20:26:25 Successfully tagged security-proxy-setup-arm64:latest 20:26:27  Building security-proxy-setup ... done CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 20:28: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.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:28:42 Removing intermediate container 06166e6692bd 20:28:42 ---> 881267eb1c58 20:28:42 20:28:42 Step 10/25 : FROM alpine:3.16 20:28:42 ---> 6e30ab57aeee 20:28:42 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:28:42 ---> Running in 7c431a2cc47d 20:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:28:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:28:45 (1/3) Installing ca-certificates (20211220-r0) 20:28:45 (2/3) Installing dumb-init (1.2.5-r1) 20:28:45 (3/3) Installing su-exec (0.2-r1) 20:28:45 Executing busybox-1.35.0-r13.trigger 20:28:45 Executing ca-certificates-20211220-r0.trigger 20:28:45 OK: 6 MiB in 17 packages 20:28:47 Removing intermediate container 7c431a2cc47d 20:28:47 ---> 8120cd9a619c 20:28:47 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:47 ---> Running in 0e4a84691bf7 20:28:48 Removing intermediate container 0e4a84691bf7 20:28:48 ---> f10388c53dff 20:28:48 Step 13/25 : WORKDIR / 20:28:48 ---> Running in 22cf018714c7 20:28:48 Removing intermediate container 22cf018714c7 20:28:48 ---> bf5faec16230 20:28:48 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:28:49 ---> 099c4487a2ad 20:28:49 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:28:50 ---> 03d3fc08c103 20:28:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:28:51 ---> 0545e78bc3a2 20:28:51 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:28:52 ---> b20143a2b41f 20:28:52 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:28:54 ---> 7d53379773cc 20:28:54 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:56 ---> 2ca70273deca 20:28:56 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:28:57 ---> 13c73a049e0b 20:28:57 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/ 20:28:57 ---> Running in 10cc211cccdf 20:29:00 Removing intermediate container 10cc211cccdf 20:29:00 ---> ab3c3a9fa966 20:29:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:29:00 ---> Running in 3a8612949622 20:29:00 Removing intermediate container 3a8612949622 20:29:00 ---> 53ae8e6dd87e 20:29:00 Step 23/25 : LABEL arch=arm64 20:29:01 ---> Running in 45dbb7fe1883 20:29:01 Removing intermediate container 45dbb7fe1883 20:29:01 ---> d2b0ddc780f7 20:29:01 Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:29:01 ---> Running in 5cda8c4b4a64 20:29:02 Removing intermediate container 5cda8c4b4a64 20:29:02 ---> f05c40f1ef62 20:29:02 Step 25/25 : LABEL version=2.2.1-dev.28 20:29:02 ---> Running in c629cf8d1c7f 20:29:03 Removing intermediate container c629cf8d1c7f 20:29:03 ---> a1a56cf92e6e 20:29:03 20:29:03 Successfully built a1a56cf92e6e 20:29:03 Successfully tagged security-secretstore-setup-arm64:latest 20:29:50  Building security-secretstore-setup ... done Removing intermediate container 4cd70ee4ec10 20:29:50 ---> bc7161b7f0cd 20:29:50 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:29:50 ---> Running in 8df3820ca4c0 20:29:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:29:51 Removing intermediate container 8df3820ca4c0 20:29:51 ---> 3dc835a45dcc 20:29:51 20:29:51 Step 11/23 : FROM docker:20.10.14 20:29:51 20.10.14: Pulling from library/docker 20:30:10 Removing intermediate container 63ba95c6ddbb 20:30:10 ---> 7740fae29087 20:30:10 20:30:10 Step 9/20 : FROM alpine:3.15 20:30:10 ---> 3fb3c9af89a9 20:30:10 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:30:10 ---> Using cache 20:30:10 ---> 5160e9cf11fe 20:30:10 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:10 ---> Using cache 20:30:10 ---> 6b374738adfe 20:30:10 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:30:10 ---> Running in 03c6d7eb8d15 20:30:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:30:11 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 20:30:11 Status: Downloaded newer image for docker:20.10.14 20:30:11 ---> c346e9eafbab 20:30:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:30:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:30:11 ---> Running in b74abfcca197 20:30:12 Removing intermediate container b74abfcca197 20:30:12 ---> 8b2ddbe6bd01 20:30:12 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 20:30:12 ---> Running in ea9a88b89dce 20:30:13 v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 20:30:13 v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 20:30:13 OK: 15738 distinct packages available 20:30:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:30:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:30:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:30:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:30:15 (1/9) Installing ca-certificates (20211220-r0) 20:30:15 (2/9) Installing brotli-libs (1.0.9-r5) 20:30:15 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:30:15 (1/43) Installing readline (8.1.1-r0) 20:30:15 (2/43) Installing bash (5.1.16-r0) 20:30:15 (4/9) Installing libcurl (7.80.0-r2) 20:30:15 Executing bash-5.1.16-r0.post-install 20:30:15 (3/43) Installing brotli-libs (1.0.9-r5) 20:30:15 (4/43) Installing nghttp2-libs (1.46.0-r0) 20:30:15 (5/9) Installing curl (7.80.0-r2) 20:30:15 (5/43) Installing libcurl (7.80.0-r2) 20:30:15 (6/43) Installing curl (7.80.0-r2) 20:30:15 (7/43) Installing dumb-init (1.2.5-r1) 20:30:15 (8/43) Installing libbz2 (1.0.8-r1) 20:30:15 (9/43) Installing expat (2.4.7-r0) 20:30:15 (10/43) Installing libffi (3.4.2-r1) 20:30:15 (11/43) Installing gdbm (1.22-r0) 20:30:15 (6/9) Installing dumb-init (1.2.5-r1) 20:30:15 (12/43) Installing xz-libs (5.2.5-r1) 20:30:15 (13/43) Installing libgcc (10.3.1_git20211027-r0) 20:30:15 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 20:30:15 (15/43) Installing mpdecimal (2.5.1-r1) 20:30:15 (16/43) Installing sqlite-libs (3.36.0-r0) 20:30:15 (7/9) Installing musl-obstack (1.2.3-r0) 20:30:15 (17/43) Installing python3 (3.9.7-r4) 20:30:15 (8/9) Installing libucontext (1.1-r0) 20:30:16 (9/9) Installing gcompat (1.0.0-r4) 20:30:16 Executing busybox-1.34.1-r5.trigger 20:30:16 Executing ca-certificates-20211220-r0.trigger 20:30:16 OK: 8 MiB in 23 packages 20:30:18 (18/43) Installing py3-appdirs (1.4.4-r2) 20:30:18 (19/43) Installing py3-certifi (2020.12.5-r1) 20:30:18 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 20:30:18 (21/43) Installing py3-idna (3.3-r0) 20:30:18 (22/43) Installing py3-urllib3 (1.26.7-r0) 20:30:18 (23/43) Installing py3-requests (2.26.0-r1) 20:30:18 (24/43) Installing py3-msgpack (1.0.2-r1) 20:30:18 (25/43) Installing py3-lockfile (0.12.2-r4) 20:30:18 (26/43) Installing py3-cachecontrol (0.12.10-r0) 20:30:18 (27/43) Installing py3-colorama (0.4.4-r1) 20:30:18 (28/43) Installing py3-contextlib2 (21.6.0-r1) 20:30:18 (29/43) Installing py3-distlib (0.3.3-r0) 20:30:18 (30/43) Installing py3-distro (1.6.0-r0) 20:30:18 (31/43) Installing py3-six (1.16.0-r0) 20:30:18 (32/43) Installing py3-webencodings (0.5.1-r4) 20:30:19 (33/43) Installing py3-html5lib (1.1-r1) 20:30:19 (34/43) Installing py3-parsing (2.4.7-r2) 20:30:19 (35/43) Installing py3-packaging (20.9-r1) 20:30:19 Removing intermediate container 03c6d7eb8d15 20:30:19 ---> 0e1fc56bcd75 20:30:19 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:19 (36/43) Installing py3-tomli (1.2.2-r0) 20:30:19 (37/43) Installing py3-pep517 (0.12.0-r0) 20:30:19 (38/43) Installing py3-progress (1.6-r0) 20:30:19 (39/43) Installing py3-retrying (1.3.3-r2) 20:30:19 (40/43) Installing py3-ordered-set (4.0.2-r2) 20:30:19 (41/43) Installing py3-setuptools (52.0.0-r4) 20:30:19 (42/43) Installing py3-toml (0.10.2-r2) 20:30:19 (43/43) Installing py3-pip (20.3.4-r1) 20:30:20 ---> cae63271d183 20:30:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:30:20 Executing busybox-1.34.1-r5.trigger 20:30:20 OK: 82 MiB in 65 packages 20:30:22 ---> 01d0fc414073 20:30:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:30:23 ---> cd60e9899d09 20:30:23 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:30:23 ---> Running in d289b528a5d6 20:30:23 Removing intermediate container d289b528a5d6 20:30:23 ---> 2a264840599a 20:30:23 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:24 ---> Running in 1b879d2bb586 20:30:24 Removing intermediate container 1b879d2bb586 20:30:24 ---> 72c89b282007 20:30:24 Step 18/20 : LABEL arch=arm64 20:30:24 ---> Running in c668b88d8bc3 20:30:25 Removing intermediate container c668b88d8bc3 20:30:25 ---> 55f1259eb704 20:30:25 Step 19/20 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:30:25 ---> Running in de4adb27cc2a 20:30:25 Collecting docker-compose==1.23.2 20:30:25 Removing intermediate container de4adb27cc2a 20:30:25 ---> 52cd4d06c194 20:30:25 Step 20/20 : LABEL version=2.2.1-dev.28 20:30:25 ---> Running in d24128c082da 20:30:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:30:26 Removing intermediate container d24128c082da 20:30:26 ---> 646191e81062 20:30:26 20:30:26 Collecting cached-property<2,>=1.2.0 20:30:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:30:26 Successfully built 646191e81062 20:30:26 Successfully tagged security-spiffe-token-provider-arm64:latest 20:30:27  Building security-spiffe-token-provider ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:30:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:30:27 Collecting docopt<0.7,>=0.6.1 20:30:27 Downloading docopt-0.6.2.tar.gz (25 kB) 20:30:30 Collecting docker<4.0,>=3.6.0 20:30:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:30:30 Collecting dockerpty<0.5,>=0.4.1 20:30:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:30:33 Collecting PyYAML<4,>=3.10 20:30:33 Downloading PyYAML-3.13.tar.gz (270 kB) 20:30:36 Collecting jsonschema<3,>=2.5.1 20:30:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:30:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 20:30:37 Collecting websocket-client<1.0,>=0.32.0 20:30:37 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:30:37 Collecting texttable<0.10,>=0.9.0 20:30:37 Downloading texttable-0.9.1.tar.gz (11 kB) 20:30:39 Collecting docker-pycreds>=0.4.0 20:30:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:30:39 Removing intermediate container 007d3cb04328 20:30:39 ---> db17774e8d2a 20:30:39 20:30:39 Step 10/23 : FROM alpine:3.16 20:30:39 ---> 6e30ab57aeee 20:30:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:39 ---> Running in c73c7c9f99f5 20:30:39 Removing intermediate container c73c7c9f99f5 20:30:39 ---> 369386172b2b 20:30:39 Step 12/23 : ENV APP_PORT=59880 20:30:40 Collecting idna<2.8,>=2.5 20:30:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:30:40 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) 20:30:40 ---> Running in 5ae98346d1dd 20:30:40 Collecting chardet<3.1.0,>=3.0.2 20:30:40 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:30:40 Removing intermediate container 5ae98346d1dd 20:30:40 ---> 564fc15ca272 20:30:40 Step 13/23 : EXPOSE $APP_PORT 20:30:40 ---> Running in bf484d01419f 20:30:41 Removing intermediate container bf484d01419f 20:30:41 ---> afc54dd4e51d 20:30:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:41 Collecting urllib3<1.25,>=1.21.1 20:30:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:30:41 ---> Running in 694067d6ae22 20:30:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:30:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:30:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:30:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:30:42 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:30:42 Attempting uninstall: urllib3 20:30:42 Found existing installation: urllib3 1.26.7 20:30:42 Uninstalling urllib3-1.26.7: 20:30:42 Successfully uninstalled urllib3-1.26.7 20:30:42 Removing intermediate container 694067d6ae22 20:30:42 ---> 36a09a9e6c57 20:30:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:42 ---> Running in 3cba60653222 20:30:43 Attempting uninstall: idna 20:30:43 Found existing installation: idna 3.3 20:30:43 Uninstalling idna-3.3: 20:30:43 Successfully uninstalled idna-3.3 20:30:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:30:45 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:30:46 Attempting uninstall: requests 20:30:46 Found existing installation: requests 2.26.0 20:30:46 (1/6) Installing dumb-init (1.2.5-r1) 20:30:46 Uninstalling requests-2.26.0: 20:30:46 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:30:46 Successfully uninstalled requests-2.26.0 20:30:46 (3/6) Installing libsodium (1.0.18-r0) 20:30:46 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:30:46 Running setup.py install for texttable: started 20:30:46 (5/6) Installing libzmq (4.3.4-r0) 20:30:46 (6/6) Installing zeromq (4.3.4-r0) 20:30:46 Executing busybox-1.35.0-r13.trigger 20:30:46 OK: 8 MiB in 20 packages 20:30:47 Removing intermediate container 3cba60653222 20:30:47 ---> e506e1f9bbbf 20:30:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:48 ---> 16fc1b26b23f 20:30:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:30:48 Running setup.py install for texttable: finished with status 'done' 20:30:48 Running setup.py install for PyYAML: started 20:30:49 ---> f86ee99965e0 20:30:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:30:50 ---> ad75ad9c1f05 20:30:50 Step 19/23 : ENTRYPOINT ["/core-data"] 20:30:50 ---> Running in 06b29e03cd15 20:30:50 Removing intermediate container 06b29e03cd15 20:30:50 ---> 3961fc606aee 20:30:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:50 ---> Running in 92ef9d0d5929 20:30:50 Removing intermediate container 92ef9d0d5929 20:30:50 ---> 69de13c217e6 20:30:50 Step 21/23 : LABEL arch=arm64 20:30:50 ---> Running in bcd476c49ab4 20:30:51 Running setup.py install for PyYAML: finished with status 'done' 20:30:51 Removing intermediate container bcd476c49ab4 20:30:51 ---> c79608409923 20:30:51 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:30:51 ---> Running in 29bc87239826 20:30:51 Running setup.py install for docopt: started 20:30:51 Removing intermediate container 29bc87239826 20:30:51 ---> e2b1e8563bfb 20:30:51 Step 23/23 : LABEL version=2.2.1-dev.28 20:30:51 ---> Running in 67018263342a 20:30:52 Removing intermediate container 67018263342a 20:30:52 ---> ce558b8db777 20:30:52 20:30:52 Successfully built ce558b8db777 20:30:52 Successfully tagged core-data-arm64:latest 20:30:53  Building core-data ... done  Running setup.py install for docopt: finished with status 'done' 20:30:53 Running setup.py install for dockerpty: started 20:30:55 Running setup.py install for dockerpty: finished with status 'done' 20:30:56 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 20:31:04 Removing intermediate container ea9a88b89dce 20:31:04 ---> c296e6f3b1b7 20:31:04 Step 14/23 : ENV APP_PORT=58890 20:31:04 ---> Running in d6e9713be9c2 20:31:05 Removing intermediate container d6e9713be9c2 20:31:05 ---> be136e91f202 20:31:05 Step 15/23 : EXPOSE $APP_PORT 20:31:05 ---> Running in a289b74eb407 20:31:05 Removing intermediate container a289b74eb407 20:31:05 ---> 308d87dae38f 20:31:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:31:06 ---> a78ad94d2f6a 20:31:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:31:07 ---> 399fab022b95 20:31:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:31:07 ---> 7eb15d1eba74 20:31:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:31:07 ---> Running in bcb6f9a48257 20:31:07 Removing intermediate container bcb6f9a48257 20:31:07 ---> 571d800688ba 20:31:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:08 ---> Running in 5f6d8056407a 20:31:08 Removing intermediate container 5f6d8056407a 20:31:08 ---> 17277cc5f8e7 20:31:08 Step 21/23 : LABEL arch=arm64 20:31:08 ---> Running in 70609cf2d07f 20:31:08 Removing intermediate container 70609cf2d07f 20:31:08 ---> fa51c04547d4 20:31:08 Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:08 ---> Running in 943d927d1496 20:31:09 Removing intermediate container 943d927d1496 20:31:09 ---> 86bf0aee6021 20:31:09 Step 23/23 : LABEL version=2.2.1-dev.28 20:31:09 ---> Running in 625c168b9e65 20:31:09 Removing intermediate container 625c168b9e65 20:31:09 ---> 72fd32e2693d 20:31:09 20:31:09 Successfully built 72fd32e2693d 20:31:09 Successfully tagged sys-mgmt-agent-arm64:latest 20:31:10  Building sys-mgmt-agent ... done  [Pipeline] } 20:31:10 $ docker stop --time=1 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 20:31:11 $ docker rm -f 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:12 + docker images 20:31:12 REPOSITORY TAG IMAGE ID CREATED SIZE 20:31:12 sys-mgmt-agent-arm64 latest 72fd32e2693d 3 seconds ago 282MB 20:31:12 core-data-arm64 latest ce558b8db777 21 seconds ago 20.6MB 20:31:12 db17774e8d2a 34 seconds ago 1.32GB 20:31:12 security-spiffe-token-provider-arm64 latest 646191e81062 46 seconds ago 28.2MB 20:31:12 7740fae29087 About a minute ago 1.34GB 20:31:12 3dc835a45dcc About a minute ago 1.29GB 20:31:12 security-secretstore-setup-arm64 latest a1a56cf92e6e 2 minutes ago 27.9MB 20:31:12 881267eb1c58 2 minutes ago 1.3GB 20:31:12 security-proxy-setup-arm64 latest 3c70e02023ba 4 minutes ago 26.1MB 20:31:12 4d9a0b8a00df 5 minutes ago 1.3GB 20:31:12 security-spire-agent-arm64 latest 3ad8e37ca1fe 6 minutes ago 122MB 20:31:12 2d7c06f1957a 6 minutes ago 1.19GB 20:31:12 support-notifications-arm64 latest c50a3ffd272f 7 minutes ago 26.1MB 20:31:12 support-scheduler-arm64 latest 61cf0d5a3e1c 7 minutes ago 25.5MB 20:31:12 bad48dc55a6d 7 minutes ago 1.35GB 20:31:12 5a1fde0718e7 7 minutes ago 1.35GB 20:31:12 security-spire-server-arm64 latest f8e12e6087ee 7 minutes ago 84.2MB 20:31:12 b64d2b74b439 8 minutes ago 1.19GB 20:31:12 core-metadata-arm64 latest cdb896316052 9 minutes ago 16.4MB 20:31:12 ff6da7b10424 9 minutes ago 1.29GB 20:31:12 security-bootstrapper-arm64 latest f9e4ae10ffd2 9 minutes ago 18.5MB 20:31:12 core-command-arm64 latest 2d0f8f637d58 10 minutes ago 15.5MB 20:31:12 09124ecec433 10 minutes ago 1.29GB 20:31:12 8cbe78348e16 10 minutes ago 1.29GB 20:31:12 security-spire-config-arm64 latest b3dd3bd3f257 15 minutes ago 83.6MB 20:31:12 741f04082d3e 15 minutes ago 1.19GB 20:31:12 ci-base-image-arm64 latest 8483743e27b3 18 minutes ago 938MB 20:31:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 days ago 678MB 20:31:12 alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB 20:31:12 docker 20.10.14 c346e9eafbab 3 months ago 202MB 20:31:12 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 20:31:12 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 20:31:12 provisioning config files... 20:31:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config5971365879993929284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:31:13 ---> docker-login.sh 20:31:13 nexus3.edgexfoundry.org:10001 20:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:13 Configure a credential helper to remove this warning. See 20:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:13 20:31:13 Login Succeeded 20:31:13 nexus3.edgexfoundry.org:10002 20:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:14 Configure a credential helper to remove this warning. See 20:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:14 20:31:14 Login Succeeded 20:31:14 nexus3.edgexfoundry.org:10003 20:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:14 Configure a credential helper to remove this warning. See 20:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:14 20:31:14 Login Succeeded 20:31:14 nexus3.edgexfoundry.org:10004 20:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:14 Configure a credential helper to remove this warning. See 20:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:14 20:31:14 Login Succeeded 20:31:15 docker.io 20:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:31:15 Configure a credential helper to remove this warning. See 20:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:31:15 20:31:15 Login Succeeded 20:31:15 ---> docker-login.sh ends [Pipeline] } 20:31:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:31:15 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 20:31:15 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:15 latest 20:31:15 2.2.1-dev.28 20:31:15 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:15 main 20:31:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:31:16 bee5cd4b3be3: Preparing 20:31:16 27f59ca42d72: Preparing 20:31:16 243306e5df5e: Preparing 20:31:16 a5bf5d3d3c3a: Preparing 20:31:16 dd565ff850e7: Preparing 20:31:16 dd565ff850e7: Layer already exists 20:31:16 a5bf5d3d3c3a: Pushed 20:31:16 243306e5df5e: Pushed 20:31:16 bee5cd4b3be3: Pushed 20:31:19 27f59ca42d72: Pushed 20:31:19 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:31:20 bee5cd4b3be3: Preparing 20:31:20 27f59ca42d72: Preparing 20:31:20 243306e5df5e: Preparing 20:31:20 a5bf5d3d3c3a: Preparing 20:31:20 dd565ff850e7: Preparing 20:31:20 dd565ff850e7: Layer already exists 20:31:20 a5bf5d3d3c3a: Layer already exists 20:31:20 bee5cd4b3be3: Layer already exists 20:31:20 243306e5df5e: Layer already exists 20:31:20 27f59ca42d72: Layer already exists 20:31:20 latest: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 20:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:31:21 bee5cd4b3be3: Preparing 20:31:21 27f59ca42d72: Preparing 20:31:21 243306e5df5e: Preparing 20:31:21 a5bf5d3d3c3a: Preparing 20:31:21 dd565ff850e7: Preparing 20:31:21 dd565ff850e7: Layer already exists 20:31:21 bee5cd4b3be3: Layer already exists 20:31:21 27f59ca42d72: Layer already exists 20:31:21 243306e5df5e: Layer already exists 20:31:21 a5bf5d3d3c3a: Layer already exists 20:31:21 2.2.1-dev.28: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:31:22 bee5cd4b3be3: Preparing 20:31:22 27f59ca42d72: Preparing 20:31:22 243306e5df5e: Preparing 20:31:22 a5bf5d3d3c3a: Preparing 20:31:22 dd565ff850e7: Preparing 20:31:22 243306e5df5e: Layer already exists 20:31:22 dd565ff850e7: Layer already exists 20:31:22 27f59ca42d72: Layer already exists 20:31:22 a5bf5d3d3c3a: Layer already exists 20:31:22 bee5cd4b3be3: Layer already exists 20:31:22 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 20:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:31:23 bee5cd4b3be3: Preparing 20:31:23 27f59ca42d72: Preparing 20:31:23 243306e5df5e: Preparing 20:31:23 a5bf5d3d3c3a: Preparing 20:31:23 dd565ff850e7: Preparing 20:31:23 dd565ff850e7: Layer already exists 20:31:23 bee5cd4b3be3: Layer already exists 20:31:23 a5bf5d3d3c3a: Layer already exists 20:31:23 27f59ca42d72: Layer already exists 20:31:23 243306e5df5e: Layer already exists 20:31:23 main: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:23 ===================================================== [Pipeline] echo 20:31:23 taggedImages: 20:31:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:31:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 20:31:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:23 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 20:31:23 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 20:31:23 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:23 latest 20:31:23 2.2.1-dev.28 20:31:23 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:23 main 20:31:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:31:24 9dcc3a234427: Preparing 20:31:24 ad426a4c1d25: Preparing 20:31:24 243306e5df5e: Preparing 20:31:24 9d4e7eb2e71b: Preparing 20:31:24 015ca7db200e: Preparing 20:31:24 dd565ff850e7: Preparing 20:31:24 dd565ff850e7: Waiting 20:31:24 243306e5df5e: Layer already exists 20:31:24 dd565ff850e7: Layer already exists 20:31:24 015ca7db200e: Pushed 20:31:24 9dcc3a234427: Pushed 20:31:24 9d4e7eb2e71b: Pushed 20:31:27 ad426a4c1d25: Pushed 20:31:27 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:27 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:31:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:31:28 9dcc3a234427: Preparing 20:31:28 ad426a4c1d25: Preparing 20:31:28 243306e5df5e: Preparing 20:31:28 9d4e7eb2e71b: Preparing 20:31:28 015ca7db200e: Preparing 20:31:28 dd565ff850e7: Preparing 20:31:28 dd565ff850e7: Waiting 20:31:28 9dcc3a234427: Layer already exists 20:31:28 243306e5df5e: Layer already exists 20:31:28 ad426a4c1d25: Layer already exists 20:31:28 9d4e7eb2e71b: Layer already exists 20:31:28 015ca7db200e: Layer already exists 20:31:28 dd565ff850e7: Layer already exists 20:31:28 latest: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 20:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:31:29 9dcc3a234427: Preparing 20:31:29 ad426a4c1d25: Preparing 20:31:29 243306e5df5e: Preparing 20:31:29 9d4e7eb2e71b: Preparing 20:31:29 015ca7db200e: Preparing 20:31:29 dd565ff850e7: Preparing 20:31:29 dd565ff850e7: Waiting 20:31:29 9d4e7eb2e71b: Layer already exists 20:31:29 ad426a4c1d25: Layer already exists 20:31:29 243306e5df5e: Layer already exists 20:31:29 015ca7db200e: Layer already exists 20:31:29 9dcc3a234427: Layer already exists 20:31:29 dd565ff850e7: Layer already exists 20:31:29 2.2.1-dev.28: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:31:30 9dcc3a234427: Preparing 20:31:30 ad426a4c1d25: Preparing 20:31:30 243306e5df5e: Preparing 20:31:30 9d4e7eb2e71b: Preparing 20:31:30 015ca7db200e: Preparing 20:31:30 dd565ff850e7: Preparing 20:31:30 dd565ff850e7: Waiting 20:31:30 9d4e7eb2e71b: Layer already exists 20:31:30 9dcc3a234427: Layer already exists 20:31:30 ad426a4c1d25: Layer already exists 20:31:30 243306e5df5e: Layer already exists 20:31:30 015ca7db200e: Layer already exists 20:31:30 dd565ff850e7: Layer already exists 20:31:30 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 20:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:31:31 9dcc3a234427: Preparing 20:31:31 ad426a4c1d25: Preparing 20:31:31 243306e5df5e: Preparing 20:31:31 9d4e7eb2e71b: Preparing 20:31:31 015ca7db200e: Preparing 20:31:31 dd565ff850e7: Preparing 20:31:31 dd565ff850e7: Waiting 20:31:31 243306e5df5e: Layer already exists 20:31:31 ad426a4c1d25: Layer already exists 20:31:31 9dcc3a234427: Layer already exists 20:31:31 9d4e7eb2e71b: Layer already exists 20:31:31 015ca7db200e: Layer already exists 20:31:31 dd565ff850e7: Layer already exists 20:31:31 main: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:31 ===================================================== [Pipeline] echo 20:31:31 taggedImages: 20:31:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:31:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 20:31:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 20:31:31 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 20:31:31 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:31 latest 20:31:31 2.2.1-dev.28 20:31:31 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:31 main 20:31:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:31:32 5d9b179ad76f: Preparing 20:31:32 dc94ca913b95: Preparing 20:31:32 243306e5df5e: Preparing 20:31:32 a5bf5d3d3c3a: Preparing 20:31:32 dd565ff850e7: Preparing 20:31:32 dd565ff850e7: Layer already exists 20:31:32 a5bf5d3d3c3a: Layer already exists 20:31:32 243306e5df5e: Layer already exists 20:31:32 5d9b179ad76f: Pushed 20:31:35 dc94ca913b95: Pushed 20:31:35 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:31:36 5d9b179ad76f: Preparing 20:31:36 dc94ca913b95: Preparing 20:31:36 243306e5df5e: Preparing 20:31:36 a5bf5d3d3c3a: Preparing 20:31:36 dd565ff850e7: Preparing 20:31:36 dd565ff850e7: Layer already exists 20:31:36 243306e5df5e: Layer already exists 20:31:36 a5bf5d3d3c3a: Layer already exists 20:31:36 5d9b179ad76f: Layer already exists 20:31:36 dc94ca913b95: Layer already exists 20:31:36 latest: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 20:31:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:31:37 5d9b179ad76f: Preparing 20:31:37 dc94ca913b95: Preparing 20:31:37 243306e5df5e: Preparing 20:31:37 a5bf5d3d3c3a: Preparing 20:31:37 dd565ff850e7: Preparing 20:31:37 a5bf5d3d3c3a: Layer already exists 20:31:37 dd565ff850e7: Layer already exists 20:31:37 dc94ca913b95: Layer already exists 20:31:37 243306e5df5e: Layer already exists 20:31:37 5d9b179ad76f: Layer already exists 20:31:37 2.2.1-dev.28: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:31:38 5d9b179ad76f: Preparing 20:31:38 dc94ca913b95: Preparing 20:31:38 243306e5df5e: Preparing 20:31:38 a5bf5d3d3c3a: Preparing 20:31:38 dd565ff850e7: Preparing 20:31:38 dc94ca913b95: Layer already exists 20:31:38 243306e5df5e: Layer already exists 20:31:38 dd565ff850e7: Layer already exists 20:31:38 a5bf5d3d3c3a: Layer already exists 20:31:38 5d9b179ad76f: Layer already exists 20:31:38 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 20:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:31:39 5d9b179ad76f: Preparing 20:31:39 dc94ca913b95: Preparing 20:31:39 243306e5df5e: Preparing 20:31:39 a5bf5d3d3c3a: Preparing 20:31:39 dd565ff850e7: Preparing 20:31:39 5d9b179ad76f: Layer already exists 20:31:39 dd565ff850e7: Layer already exists 20:31:39 243306e5df5e: Layer already exists 20:31:39 dc94ca913b95: Layer already exists 20:31:39 a5bf5d3d3c3a: Layer already exists 20:31:39 main: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:39 ===================================================== [Pipeline] echo 20:31:39 taggedImages: 20:31:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:31:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 20:31:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:39 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 20:31:39 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 20:31:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:39 latest 20:31:39 2.2.1-dev.28 20:31:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:39 main 20:31:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:31:40 3aba58e404ca: Preparing 20:31:40 3aba58e404ca: Preparing 20:31:40 aa7705900403: Preparing 20:31:40 1b142890867f: Preparing 20:31:40 2b7658ed261c: Preparing 20:31:40 57183728c44c: Preparing 20:31:40 243306e5df5e: Preparing 20:31:40 f112610b669b: Preparing 20:31:40 bd365614c5fa: Preparing 20:31:40 123a3f74240e: Preparing 20:31:40 b252026312bd: Preparing 20:31:40 dd565ff850e7: Preparing 20:31:40 bd365614c5fa: Waiting 20:31:40 123a3f74240e: Waiting 20:31:40 b252026312bd: Waiting 20:31:40 dd565ff850e7: Waiting 20:31:40 243306e5df5e: Waiting 20:31:40 f112610b669b: Waiting 20:31:40 aa7705900403: Pushed 20:31:40 1b142890867f: Pushed 20:31:40 2b7658ed261c: Pushed 20:31:40 3aba58e404ca: Pushed 20:31:40 243306e5df5e: Layer already exists 20:31:40 f112610b669b: Pushed 20:31:40 bd365614c5fa: Pushed 20:31:40 123a3f74240e: Pushed 20:31:40 dd565ff850e7: Layer already exists 20:31:40 b252026312bd: Pushed 20:31:43 57183728c44c: Pushed 20:31:43 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:31:44 3aba58e404ca: Preparing 20:31:44 3aba58e404ca: Preparing 20:31:44 aa7705900403: Preparing 20:31:44 1b142890867f: Preparing 20:31:44 2b7658ed261c: Preparing 20:31:44 57183728c44c: Preparing 20:31:44 243306e5df5e: Preparing 20:31:44 f112610b669b: Preparing 20:31:44 bd365614c5fa: Preparing 20:31:44 123a3f74240e: Preparing 20:31:44 b252026312bd: Preparing 20:31:44 dd565ff850e7: Preparing 20:31:44 bd365614c5fa: Waiting 20:31:44 b252026312bd: Waiting 20:31:44 dd565ff850e7: Waiting 20:31:44 123a3f74240e: Waiting 20:31:44 243306e5df5e: Waiting 20:31:44 f112610b669b: Waiting 20:31:44 3aba58e404ca: Layer already exists 20:31:44 57183728c44c: Layer already exists 20:31:44 1b142890867f: Layer already exists 20:31:44 2b7658ed261c: Layer already exists 20:31:44 aa7705900403: Layer already exists 20:31:44 243306e5df5e: Layer already exists 20:31:44 bd365614c5fa: Layer already exists 20:31:44 f112610b669b: Layer already exists 20:31:44 b252026312bd: Layer already exists 20:31:44 123a3f74240e: Layer already exists 20:31:44 dd565ff850e7: Layer already exists 20:31:44 latest: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 20:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:31:45 3aba58e404ca: Preparing 20:31:45 3aba58e404ca: Preparing 20:31:45 aa7705900403: Preparing 20:31:45 1b142890867f: Preparing 20:31:45 2b7658ed261c: Preparing 20:31:45 57183728c44c: Preparing 20:31:45 243306e5df5e: Preparing 20:31:45 f112610b669b: Preparing 20:31:45 bd365614c5fa: Preparing 20:31:45 123a3f74240e: Preparing 20:31:45 b252026312bd: Preparing 20:31:45 dd565ff850e7: Preparing 20:31:45 243306e5df5e: Waiting 20:31:45 f112610b669b: Waiting 20:31:45 bd365614c5fa: Waiting 20:31:45 123a3f74240e: Waiting 20:31:45 b252026312bd: Waiting 20:31:45 dd565ff850e7: Waiting 20:31:45 57183728c44c: Layer already exists 20:31:45 1b142890867f: Layer already exists 20:31:45 2b7658ed261c: Layer already exists 20:31:45 3aba58e404ca: Layer already exists 20:31:45 aa7705900403: Layer already exists 20:31:45 b252026312bd: Layer already exists 20:31:45 bd365614c5fa: Layer already exists 20:31:45 243306e5df5e: Layer already exists 20:31:45 123a3f74240e: Layer already exists 20:31:45 f112610b669b: Layer already exists 20:31:45 dd565ff850e7: Layer already exists 20:31:45 2.2.1-dev.28: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:31:46 3aba58e404ca: Preparing 20:31:46 3aba58e404ca: Preparing 20:31:46 aa7705900403: Preparing 20:31:46 1b142890867f: Preparing 20:31:46 2b7658ed261c: Preparing 20:31:46 57183728c44c: Preparing 20:31:46 243306e5df5e: Preparing 20:31:46 f112610b669b: Preparing 20:31:46 bd365614c5fa: Preparing 20:31:46 123a3f74240e: Preparing 20:31:46 b252026312bd: Preparing 20:31:46 dd565ff850e7: Preparing 20:31:46 243306e5df5e: Waiting 20:31:46 bd365614c5fa: Waiting 20:31:46 b252026312bd: Waiting 20:31:46 123a3f74240e: Waiting 20:31:46 dd565ff850e7: Waiting 20:31:46 f112610b669b: Waiting 20:31:46 57183728c44c: Layer already exists 20:31:46 3aba58e404ca: Layer already exists 20:31:46 2b7658ed261c: Layer already exists 20:31:46 aa7705900403: Layer already exists 20:31:46 1b142890867f: Layer already exists 20:31:46 243306e5df5e: Layer already exists 20:31:46 bd365614c5fa: Layer already exists 20:31:46 123a3f74240e: Layer already exists 20:31:46 f112610b669b: Layer already exists 20:31:46 b252026312bd: Layer already exists 20:31:46 dd565ff850e7: Layer already exists 20:31:46 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 20:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:31:47 3aba58e404ca: Preparing 20:31:47 3aba58e404ca: Preparing 20:31:47 aa7705900403: Preparing 20:31:47 1b142890867f: Preparing 20:31:47 2b7658ed261c: Preparing 20:31:47 57183728c44c: Preparing 20:31:47 243306e5df5e: Preparing 20:31:47 f112610b669b: Preparing 20:31:47 bd365614c5fa: Preparing 20:31:47 123a3f74240e: Preparing 20:31:47 b252026312bd: Preparing 20:31:47 dd565ff850e7: Preparing 20:31:47 243306e5df5e: Waiting 20:31:47 f112610b669b: Waiting 20:31:47 b252026312bd: Waiting 20:31:47 dd565ff850e7: Waiting 20:31:47 bd365614c5fa: Waiting 20:31:47 123a3f74240e: Waiting 20:31:47 1b142890867f: Layer already exists 20:31:47 57183728c44c: Layer already exists 20:31:47 aa7705900403: Layer already exists 20:31:47 3aba58e404ca: Layer already exists 20:31:47 2b7658ed261c: Layer already exists 20:31:47 bd365614c5fa: Layer already exists 20:31:47 f112610b669b: Layer already exists 20:31:47 243306e5df5e: Layer already exists 20:31:47 b252026312bd: Layer already exists 20:31:47 123a3f74240e: Layer already exists 20:31:47 dd565ff850e7: Layer already exists 20:31:47 main: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:47 ===================================================== [Pipeline] echo 20:31:47 taggedImages: 20:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 20:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 20:31:47 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 20:31:47 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:47 latest 20:31:47 2.2.1-dev.28 20:31:47 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:47 main 20:31:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:31:48 a7a3f390b4bf: Preparing 20:31:48 cd7f96a8b643: Preparing 20:31:48 ab15b7630580: Preparing 20:31:48 c6f17a587a24: Preparing 20:31:48 b8e0f912871e: Preparing 20:31:48 860f738d7efb: Preparing 20:31:48 da5d792ef5d5: Preparing 20:31:48 dd565ff850e7: Preparing 20:31:48 860f738d7efb: Waiting 20:31:48 da5d792ef5d5: Waiting 20:31:48 dd565ff850e7: Waiting 20:31:48 a7a3f390b4bf: Pushed 20:31:48 b8e0f912871e: Pushed 20:31:48 cd7f96a8b643: Pushed 20:31:48 dd565ff850e7: Layer already exists 20:31:49 860f738d7efb: Pushed 20:31:49 da5d792ef5d5: Pushed 20:31:51 c6f17a587a24: Pushed 20:31:51 ab15b7630580: Pushed 20:31:51 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:51 + 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 20:31:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:31:51 a7a3f390b4bf: Preparing 20:31:51 cd7f96a8b643: Preparing 20:31:51 ab15b7630580: Preparing 20:31:51 c6f17a587a24: Preparing 20:31:51 b8e0f912871e: Preparing 20:31:51 860f738d7efb: Preparing 20:31:51 da5d792ef5d5: Preparing 20:31:51 dd565ff850e7: Preparing 20:31:51 860f738d7efb: Waiting 20:31:51 da5d792ef5d5: Waiting 20:31:51 dd565ff850e7: Waiting 20:31:51 ab15b7630580: Layer already exists 20:31:51 cd7f96a8b643: Layer already exists 20:31:51 c6f17a587a24: Layer already exists 20:31:51 a7a3f390b4bf: Layer already exists 20:31:51 b8e0f912871e: Layer already exists 20:31:52 860f738d7efb: Layer already exists 20:31:52 da5d792ef5d5: Layer already exists 20:31:52 dd565ff850e7: Layer already exists 20:31:52 latest: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:52 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 20:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:31:52 a7a3f390b4bf: Preparing 20:31:52 cd7f96a8b643: Preparing 20:31:52 ab15b7630580: Preparing 20:31:52 c6f17a587a24: Preparing 20:31:52 b8e0f912871e: Preparing 20:31:52 860f738d7efb: Preparing 20:31:52 da5d792ef5d5: Preparing 20:31:52 dd565ff850e7: Preparing 20:31:52 860f738d7efb: Waiting 20:31:52 da5d792ef5d5: Waiting 20:31:52 dd565ff850e7: Waiting 20:31:52 b8e0f912871e: Layer already exists 20:31:52 c6f17a587a24: Layer already exists 20:31:52 cd7f96a8b643: Layer already exists 20:31:52 ab15b7630580: Layer already exists 20:31:52 a7a3f390b4bf: Layer already exists 20:31:52 da5d792ef5d5: Layer already exists 20:31:52 dd565ff850e7: Layer already exists 20:31:52 860f738d7efb: Layer already exists 20:31:53 2.2.1-dev.28: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:53 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:31:53 a7a3f390b4bf: Preparing 20:31:53 cd7f96a8b643: Preparing 20:31:53 ab15b7630580: Preparing 20:31:53 c6f17a587a24: Preparing 20:31:53 b8e0f912871e: Preparing 20:31:53 860f738d7efb: Preparing 20:31:53 da5d792ef5d5: Preparing 20:31:53 dd565ff850e7: Preparing 20:31:53 dd565ff850e7: Waiting 20:31:53 860f738d7efb: Waiting 20:31:53 da5d792ef5d5: Waiting 20:31:53 a7a3f390b4bf: Layer already exists 20:31:53 c6f17a587a24: Layer already exists 20:31:53 b8e0f912871e: Layer already exists 20:31:53 ab15b7630580: Layer already exists 20:31:53 cd7f96a8b643: Layer already exists 20:31:53 dd565ff850e7: Layer already exists 20:31:53 da5d792ef5d5: Layer already exists 20:31:53 860f738d7efb: Layer already exists 20:31:54 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:54 + 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 20:31:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 20:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:31:54 a7a3f390b4bf: Preparing 20:31:54 cd7f96a8b643: Preparing 20:31:54 ab15b7630580: Preparing 20:31:54 c6f17a587a24: Preparing 20:31:54 b8e0f912871e: Preparing 20:31:54 860f738d7efb: Preparing 20:31:54 da5d792ef5d5: Preparing 20:31:54 dd565ff850e7: Preparing 20:31:54 860f738d7efb: Waiting 20:31:54 da5d792ef5d5: Waiting 20:31:54 dd565ff850e7: Waiting 20:31:54 cd7f96a8b643: Layer already exists 20:31:54 c6f17a587a24: Layer already exists 20:31:54 a7a3f390b4bf: Layer already exists 20:31:54 ab15b7630580: Layer already exists 20:31:54 b8e0f912871e: Layer already exists 20:31:55 860f738d7efb: Layer already exists 20:31:55 da5d792ef5d5: Layer already exists 20:31:55 dd565ff850e7: Layer already exists 20:31:55 main: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:31:55 ===================================================== [Pipeline] echo 20:31:55 taggedImages: 20:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 20:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 20:31:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 20:31:55 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:55 latest 20:31:55 2.2.1-dev.28 20:31:55 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:31:55 main 20:31:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:55 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:31:55 90a270d34e03: Preparing 20:31:55 d8942d87361d: Preparing 20:31:55 0fcb71f75e0a: Preparing 20:31:55 f0d89c3d8678: Preparing 20:31:55 d04b43886005: Preparing 20:31:55 c42d4f6f8d85: Preparing 20:31:55 aef0bdc61324: Preparing 20:31:55 523cc920743f: Preparing 20:31:55 59210edac379: Preparing 20:31:55 dd565ff850e7: Preparing 20:31:55 dd565ff850e7: Waiting 20:31:55 c42d4f6f8d85: Waiting 20:31:55 aef0bdc61324: Waiting 20:31:55 523cc920743f: Waiting 20:31:56 d04b43886005: Pushed 20:31:56 d8942d87361d: Pushed 20:31:56 90a270d34e03: Pushed 20:31:56 c42d4f6f8d85: Pushed 20:31:56 aef0bdc61324: Pushed 20:31:56 523cc920743f: Pushed 20:31:56 dd565ff850e7: Layer already exists 20:31:56 59210edac379: Pushed 20:31:58 f0d89c3d8678: Pushed 20:31:59 0fcb71f75e0a: Pushed 20:31:59 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:59 + 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 20:32:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:32:00 90a270d34e03: Preparing 20:32:00 d8942d87361d: Preparing 20:32:00 0fcb71f75e0a: Preparing 20:32:00 f0d89c3d8678: Preparing 20:32:00 d04b43886005: Preparing 20:32:00 c42d4f6f8d85: Preparing 20:32:00 aef0bdc61324: Preparing 20:32:00 523cc920743f: Preparing 20:32:00 59210edac379: Preparing 20:32:00 dd565ff850e7: Preparing 20:32:00 aef0bdc61324: Waiting 20:32:00 523cc920743f: Waiting 20:32:00 59210edac379: Waiting 20:32:00 dd565ff850e7: Waiting 20:32:00 c42d4f6f8d85: Waiting 20:32:00 90a270d34e03: Layer already exists 20:32:00 f0d89c3d8678: Layer already exists 20:32:00 d04b43886005: Layer already exists 20:32:00 d8942d87361d: Layer already exists 20:32:00 0fcb71f75e0a: Layer already exists 20:32:00 c42d4f6f8d85: Layer already exists 20:32:00 523cc920743f: Layer already exists 20:32:00 aef0bdc61324: Layer already exists 20:32:00 dd565ff850e7: Layer already exists 20:32:00 59210edac379: Layer already exists 20:32:00 latest: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:00 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 20:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:32:01 90a270d34e03: Preparing 20:32:01 d8942d87361d: Preparing 20:32:01 0fcb71f75e0a: Preparing 20:32:01 f0d89c3d8678: Preparing 20:32:01 d04b43886005: Preparing 20:32:01 c42d4f6f8d85: Preparing 20:32:01 aef0bdc61324: Preparing 20:32:01 523cc920743f: Preparing 20:32:01 59210edac379: Preparing 20:32:01 dd565ff850e7: Preparing 20:32:01 aef0bdc61324: Waiting 20:32:01 59210edac379: Waiting 20:32:01 c42d4f6f8d85: Waiting 20:32:01 523cc920743f: Waiting 20:32:01 dd565ff850e7: Waiting 20:32:01 0fcb71f75e0a: Layer already exists 20:32:01 d04b43886005: Layer already exists 20:32:01 90a270d34e03: Layer already exists 20:32:01 d8942d87361d: Layer already exists 20:32:01 f0d89c3d8678: Layer already exists 20:32:01 aef0bdc61324: Layer already exists 20:32:01 59210edac379: Layer already exists 20:32:01 523cc920743f: Layer already exists 20:32:01 c42d4f6f8d85: Layer already exists 20:32:01 dd565ff850e7: Layer already exists 20:32:01 2.2.1-dev.28: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:32:02 90a270d34e03: Preparing 20:32:02 d8942d87361d: Preparing 20:32:02 0fcb71f75e0a: Preparing 20:32:02 f0d89c3d8678: Preparing 20:32:02 d04b43886005: Preparing 20:32:02 c42d4f6f8d85: Preparing 20:32:02 aef0bdc61324: Preparing 20:32:02 523cc920743f: Preparing 20:32:02 59210edac379: Preparing 20:32:02 dd565ff850e7: Preparing 20:32:02 aef0bdc61324: Waiting 20:32:02 523cc920743f: Waiting 20:32:02 59210edac379: Waiting 20:32:02 dd565ff850e7: Waiting 20:32:02 c42d4f6f8d85: Waiting 20:32:02 90a270d34e03: Layer already exists 20:32:02 0fcb71f75e0a: Layer already exists 20:32:02 d8942d87361d: Layer already exists 20:32:02 f0d89c3d8678: Layer already exists 20:32:02 d04b43886005: Layer already exists 20:32:02 c42d4f6f8d85: Layer already exists 20:32:02 523cc920743f: Layer already exists 20:32:02 aef0bdc61324: Layer already exists 20:32:02 59210edac379: Layer already exists 20:32:02 dd565ff850e7: Layer already exists 20:32:02 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:02 + 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 20:32:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 20:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:32:03 90a270d34e03: Preparing 20:32:03 d8942d87361d: Preparing 20:32:03 0fcb71f75e0a: Preparing 20:32:03 f0d89c3d8678: Preparing 20:32:03 d04b43886005: Preparing 20:32:03 c42d4f6f8d85: Preparing 20:32:03 aef0bdc61324: Preparing 20:32:03 523cc920743f: Preparing 20:32:03 59210edac379: Preparing 20:32:03 dd565ff850e7: Preparing 20:32:03 c42d4f6f8d85: Waiting 20:32:03 aef0bdc61324: Waiting 20:32:03 523cc920743f: Waiting 20:32:03 59210edac379: Waiting 20:32:03 dd565ff850e7: Waiting 20:32:03 d04b43886005: Layer already exists 20:32:03 90a270d34e03: Layer already exists 20:32:03 f0d89c3d8678: Layer already exists 20:32:03 0fcb71f75e0a: Layer already exists 20:32:03 d8942d87361d: Layer already exists 20:32:03 c42d4f6f8d85: Layer already exists 20:32:03 59210edac379: Layer already exists 20:32:03 aef0bdc61324: Layer already exists 20:32:03 523cc920743f: Layer already exists 20:32:03 dd565ff850e7: Layer already exists 20:32:03 main: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:03 ===================================================== [Pipeline] echo 20:32:03 taggedImages: 20:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 20:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 20:32:03 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 20:32:03 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:03 latest 20:32:03 2.2.1-dev.28 20:32:03 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:03 main 20:32:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:32:04 01a042e210b1: Preparing 20:32:04 67ff699af5e4: Preparing 20:32:04 243306e5df5e: Preparing 20:32:04 789f98dbbbc3: Preparing 20:32:04 30f6c0c23cbe: Preparing 20:32:04 4f4ce317c6bb: Preparing 20:32:04 4f4ce317c6bb: Waiting 20:32:04 243306e5df5e: Layer already exists 20:32:04 4f4ce317c6bb: Layer already exists 20:32:04 30f6c0c23cbe: Pushed 20:32:04 01a042e210b1: Pushed 20:32:06 789f98dbbbc3: Pushed 20:32:09 67ff699af5e4: Pushed 20:32:09 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:09 + 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 20:32:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:32:10 01a042e210b1: Preparing 20:32:10 67ff699af5e4: Preparing 20:32:10 243306e5df5e: Preparing 20:32:10 789f98dbbbc3: Preparing 20:32:10 30f6c0c23cbe: Preparing 20:32:10 4f4ce317c6bb: Preparing 20:32:10 4f4ce317c6bb: Waiting 20:32:10 67ff699af5e4: Layer already exists 20:32:10 789f98dbbbc3: Layer already exists 20:32:10 01a042e210b1: Layer already exists 20:32:10 243306e5df5e: Layer already exists 20:32:10 30f6c0c23cbe: Layer already exists 20:32:10 4f4ce317c6bb: Layer already exists 20:32:10 latest: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:10 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 20:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:32:11 01a042e210b1: Preparing 20:32:11 67ff699af5e4: Preparing 20:32:11 243306e5df5e: Preparing 20:32:11 789f98dbbbc3: Preparing 20:32:11 30f6c0c23cbe: Preparing 20:32:11 4f4ce317c6bb: Preparing 20:32:11 4f4ce317c6bb: Waiting 20:32:11 30f6c0c23cbe: Layer already exists 20:32:11 01a042e210b1: Layer already exists 20:32:11 67ff699af5e4: Layer already exists 20:32:11 243306e5df5e: Layer already exists 20:32:11 789f98dbbbc3: Layer already exists 20:32:11 4f4ce317c6bb: Layer already exists 20:32:11 2.2.1-dev.28: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:11 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:32:12 01a042e210b1: Preparing 20:32:12 67ff699af5e4: Preparing 20:32:12 243306e5df5e: Preparing 20:32:12 789f98dbbbc3: Preparing 20:32:12 30f6c0c23cbe: Preparing 20:32:12 4f4ce317c6bb: Preparing 20:32:12 4f4ce317c6bb: Waiting 20:32:12 30f6c0c23cbe: Layer already exists 20:32:12 01a042e210b1: Layer already exists 20:32:12 789f98dbbbc3: Layer already exists 20:32:12 243306e5df5e: Layer already exists 20:32:12 67ff699af5e4: Layer already exists 20:32:12 4f4ce317c6bb: Layer already exists 20:32:12 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:12 + 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 20:32:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 20:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:32:13 01a042e210b1: Preparing 20:32:13 67ff699af5e4: Preparing 20:32:13 243306e5df5e: Preparing 20:32:13 789f98dbbbc3: Preparing 20:32:13 30f6c0c23cbe: Preparing 20:32:13 4f4ce317c6bb: Preparing 20:32:13 4f4ce317c6bb: Waiting 20:32:13 30f6c0c23cbe: Layer already exists 20:32:13 67ff699af5e4: Layer already exists 20:32:13 243306e5df5e: Layer already exists 20:32:13 01a042e210b1: Layer already exists 20:32:13 789f98dbbbc3: Layer already exists 20:32:13 4f4ce317c6bb: Layer already exists 20:32:13 main: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:13 ===================================================== [Pipeline] echo 20:32:13 taggedImages: 20:32:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:32:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 20:32:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 20:32:13 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 20:32:13 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:13 latest 20:32:13 2.2.1-dev.28 20:32:13 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:13 main 20:32:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:13 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:32:14 7ceae97e7e18: Preparing 20:32:14 91d7b429edbf: Preparing 20:32:14 083c35d81a7a: Preparing 20:32:14 f5b48e7da75d: Preparing 20:32:14 d8747213847e: Preparing 20:32:14 e435102787f6: Preparing 20:32:14 30f6c0c23cbe: Preparing 20:32:14 4f4ce317c6bb: Preparing 20:32:14 e435102787f6: Waiting 20:32:14 30f6c0c23cbe: Waiting 20:32:14 4f4ce317c6bb: Waiting 20:32:14 91d7b429edbf: Pushed 20:32:14 083c35d81a7a: Pushed 20:32:14 7ceae97e7e18: Pushed 20:32:14 30f6c0c23cbe: Layer already exists 20:32:14 4f4ce317c6bb: Layer already exists 20:32:15 e435102787f6: Pushed 20:32:22 d8747213847e: Pushed 20:32:30 f5b48e7da75d: Pushed 20:32:30 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:30 + 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 20:32:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:32:30 7ceae97e7e18: Preparing 20:32:30 91d7b429edbf: Preparing 20:32:30 083c35d81a7a: Preparing 20:32:30 f5b48e7da75d: Preparing 20:32:30 d8747213847e: Preparing 20:32:30 e435102787f6: Preparing 20:32:30 30f6c0c23cbe: Preparing 20:32:30 4f4ce317c6bb: Preparing 20:32:30 e435102787f6: Waiting 20:32:30 30f6c0c23cbe: Waiting 20:32:30 f5b48e7da75d: Layer already exists 20:32:30 083c35d81a7a: Layer already exists 20:32:30 91d7b429edbf: Layer already exists 20:32:30 d8747213847e: Layer already exists 20:32:30 7ceae97e7e18: Layer already exists 20:32:31 30f6c0c23cbe: Layer already exists 20:32:31 e435102787f6: Layer already exists 20:32:31 4f4ce317c6bb: Layer already exists 20:32:31 latest: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 20:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:32:31 7ceae97e7e18: Preparing 20:32:31 91d7b429edbf: Preparing 20:32:31 083c35d81a7a: Preparing 20:32:31 f5b48e7da75d: Preparing 20:32:31 d8747213847e: Preparing 20:32:31 e435102787f6: Preparing 20:32:31 30f6c0c23cbe: Preparing 20:32:31 4f4ce317c6bb: Preparing 20:32:31 30f6c0c23cbe: Waiting 20:32:31 4f4ce317c6bb: Waiting 20:32:31 e435102787f6: Waiting 20:32:31 d8747213847e: Layer already exists 20:32:31 f5b48e7da75d: Layer already exists 20:32:31 7ceae97e7e18: Layer already exists 20:32:31 91d7b429edbf: Layer already exists 20:32:31 083c35d81a7a: Layer already exists 20:32:31 4f4ce317c6bb: Layer already exists 20:32:31 e435102787f6: Layer already exists 20:32:31 30f6c0c23cbe: Layer already exists 20:32:32 2.2.1-dev.28: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:32:32 7ceae97e7e18: Preparing 20:32:32 91d7b429edbf: Preparing 20:32:32 083c35d81a7a: Preparing 20:32:32 f5b48e7da75d: Preparing 20:32:32 d8747213847e: Preparing 20:32:32 e435102787f6: Preparing 20:32:32 30f6c0c23cbe: Preparing 20:32:32 4f4ce317c6bb: Preparing 20:32:32 30f6c0c23cbe: Waiting 20:32:32 4f4ce317c6bb: Waiting 20:32:32 e435102787f6: Waiting 20:32:32 91d7b429edbf: Layer already exists 20:32:32 083c35d81a7a: Layer already exists 20:32:32 d8747213847e: Layer already exists 20:32:32 f5b48e7da75d: Layer already exists 20:32:32 7ceae97e7e18: Layer already exists 20:32:32 e435102787f6: Layer already exists 20:32:32 4f4ce317c6bb: Layer already exists 20:32:32 30f6c0c23cbe: Layer already exists 20:32:33 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:33 + 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 20:32:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 20:32:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:32:33 7ceae97e7e18: Preparing 20:32:33 91d7b429edbf: Preparing 20:32:33 083c35d81a7a: Preparing 20:32:33 f5b48e7da75d: Preparing 20:32:33 d8747213847e: Preparing 20:32:33 e435102787f6: Preparing 20:32:33 30f6c0c23cbe: Preparing 20:32:33 4f4ce317c6bb: Preparing 20:32:33 e435102787f6: Waiting 20:32:33 30f6c0c23cbe: Waiting 20:32:33 4f4ce317c6bb: Waiting 20:32:33 d8747213847e: Layer already exists 20:32:33 f5b48e7da75d: Layer already exists 20:32:33 083c35d81a7a: Layer already exists 20:32:33 7ceae97e7e18: Layer already exists 20:32:33 91d7b429edbf: Layer already exists 20:32:33 4f4ce317c6bb: Layer already exists 20:32:33 30f6c0c23cbe: Layer already exists 20:32:33 e435102787f6: Layer already exists 20:32:34 main: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:34 ===================================================== [Pipeline] echo 20:32:34 taggedImages: 20:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 20:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:34 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 20:32:34 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 20:32:34 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:34 latest 20:32:34 2.2.1-dev.28 20:32:34 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:34 main 20:32:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:32:34 a0ee42a17b8a: Preparing 20:32:34 56a6eacbdbfd: Preparing 20:32:34 fa3320d47e33: Preparing 20:32:34 38173e016dbb: Preparing 20:32:34 ad8a10e2ded5: Preparing 20:32:34 30f6c0c23cbe: Preparing 20:32:34 4f4ce317c6bb: Preparing 20:32:34 30f6c0c23cbe: Waiting 20:32:35 a0ee42a17b8a: Pushed 20:32:35 fa3320d47e33: Pushed 20:32:35 56a6eacbdbfd: Pushed 20:32:35 30f6c0c23cbe: Layer already exists 20:32:35 4f4ce317c6bb: Layer already exists 20:32:35 ad8a10e2ded5: Pushed 20:32:50 38173e016dbb: Pushed 20:32:50 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:51 + 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 20:32:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:32:51 a0ee42a17b8a: Preparing 20:32:51 56a6eacbdbfd: Preparing 20:32:51 fa3320d47e33: Preparing 20:32:51 38173e016dbb: Preparing 20:32:51 ad8a10e2ded5: Preparing 20:32:51 30f6c0c23cbe: Preparing 20:32:51 4f4ce317c6bb: Preparing 20:32:51 30f6c0c23cbe: Waiting 20:32:51 4f4ce317c6bb: Waiting 20:32:51 ad8a10e2ded5: Layer already exists 20:32:51 a0ee42a17b8a: Layer already exists 20:32:51 fa3320d47e33: Layer already exists 20:32:51 56a6eacbdbfd: Layer already exists 20:32:51 38173e016dbb: Layer already exists 20:32:51 4f4ce317c6bb: Layer already exists 20:32:51 30f6c0c23cbe: Layer already exists 20:32:51 latest: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 20:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:32:52 a0ee42a17b8a: Preparing 20:32:52 56a6eacbdbfd: Preparing 20:32:52 fa3320d47e33: Preparing 20:32:52 38173e016dbb: Preparing 20:32:52 ad8a10e2ded5: Preparing 20:32:52 30f6c0c23cbe: Preparing 20:32:52 4f4ce317c6bb: Preparing 20:32:52 30f6c0c23cbe: Waiting 20:32:52 4f4ce317c6bb: Waiting 20:32:52 ad8a10e2ded5: Layer already exists 20:32:52 a0ee42a17b8a: Layer already exists 20:32:52 38173e016dbb: Layer already exists 20:32:52 56a6eacbdbfd: Layer already exists 20:32:52 fa3320d47e33: Layer already exists 20:32:52 30f6c0c23cbe: Layer already exists 20:32:52 4f4ce317c6bb: Layer already exists 20:32:52 2.2.1-dev.28: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:32:53 a0ee42a17b8a: Preparing 20:32:53 56a6eacbdbfd: Preparing 20:32:53 fa3320d47e33: Preparing 20:32:53 38173e016dbb: Preparing 20:32:53 ad8a10e2ded5: Preparing 20:32:53 30f6c0c23cbe: Preparing 20:32:53 4f4ce317c6bb: Preparing 20:32:53 30f6c0c23cbe: Waiting 20:32:53 4f4ce317c6bb: Waiting 20:32:53 56a6eacbdbfd: Layer already exists 20:32:53 a0ee42a17b8a: Layer already exists 20:32:53 38173e016dbb: Layer already exists 20:32:53 fa3320d47e33: Layer already exists 20:32:53 ad8a10e2ded5: Layer already exists 20:32:53 4f4ce317c6bb: Layer already exists 20:32:53 30f6c0c23cbe: Layer already exists 20:32:53 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:54 + 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 20:32:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 20:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:32:54 a0ee42a17b8a: Preparing 20:32:54 56a6eacbdbfd: Preparing 20:32:54 fa3320d47e33: Preparing 20:32:54 38173e016dbb: Preparing 20:32:54 ad8a10e2ded5: Preparing 20:32:54 30f6c0c23cbe: Preparing 20:32:54 4f4ce317c6bb: Preparing 20:32:54 30f6c0c23cbe: Waiting 20:32:54 4f4ce317c6bb: Waiting 20:32:54 ad8a10e2ded5: Layer already exists 20:32:54 38173e016dbb: Layer already exists 20:32:54 a0ee42a17b8a: Layer already exists 20:32:54 56a6eacbdbfd: Layer already exists 20:32:54 fa3320d47e33: Layer already exists 20:32:54 30f6c0c23cbe: Layer already exists 20:32:54 4f4ce317c6bb: Layer already exists 20:32:54 main: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:32:54 ===================================================== [Pipeline] echo 20:32:54 taggedImages: 20:32:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:32:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 20:32:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 20:32:54 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 20:32:54 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:54 latest 20:32:54 2.2.1-dev.28 20:32:54 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:32:54 main 20:32:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:55 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:32:55 7f8337543b18: Preparing 20:32:55 305f1713a992: Preparing 20:32:55 567fb6e779a2: Preparing 20:32:55 79469d9f2cdc: Preparing 20:32:55 e435102787f6: Preparing 20:32:55 30f6c0c23cbe: Preparing 20:32:55 4f4ce317c6bb: Preparing 20:32:55 30f6c0c23cbe: Waiting 20:32:55 4f4ce317c6bb: Waiting 20:32:55 e435102787f6: Layer already exists 20:32:55 30f6c0c23cbe: Layer already exists 20:32:55 4f4ce317c6bb: Layer already exists 20:32:55 305f1713a992: Pushed 20:32:55 7f8337543b18: Pushed 20:32:55 567fb6e779a2: Pushed 20:33:14 79469d9f2cdc: Pushed 20:33:14 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:14 + 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 20:33:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:33:14 7f8337543b18: Preparing 20:33:14 305f1713a992: Preparing 20:33:14 567fb6e779a2: Preparing 20:33:14 79469d9f2cdc: Preparing 20:33:14 e435102787f6: Preparing 20:33:14 30f6c0c23cbe: Preparing 20:33:14 4f4ce317c6bb: Preparing 20:33:14 30f6c0c23cbe: Waiting 20:33:14 4f4ce317c6bb: Waiting 20:33:14 305f1713a992: Layer already exists 20:33:14 e435102787f6: Layer already exists 20:33:14 7f8337543b18: Layer already exists 20:33:14 79469d9f2cdc: Layer already exists 20:33:14 567fb6e779a2: Layer already exists 20:33:14 4f4ce317c6bb: Layer already exists 20:33:14 30f6c0c23cbe: Layer already exists 20:33:15 latest: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:15 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 20:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:33:15 7f8337543b18: Preparing 20:33:15 305f1713a992: Preparing 20:33:15 567fb6e779a2: Preparing 20:33:15 79469d9f2cdc: Preparing 20:33:15 e435102787f6: Preparing 20:33:15 30f6c0c23cbe: Preparing 20:33:15 4f4ce317c6bb: Preparing 20:33:15 30f6c0c23cbe: Waiting 20:33:15 4f4ce317c6bb: Waiting 20:33:15 7f8337543b18: Layer already exists 20:33:15 305f1713a992: Layer already exists 20:33:15 e435102787f6: Layer already exists 20:33:15 79469d9f2cdc: Layer already exists 20:33:15 567fb6e779a2: Layer already exists 20:33:16 30f6c0c23cbe: Layer already exists 20:33:16 4f4ce317c6bb: Layer already exists 20:33:16 2.2.1-dev.28: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:33:16 7f8337543b18: Preparing 20:33:16 305f1713a992: Preparing 20:33:16 567fb6e779a2: Preparing 20:33:16 79469d9f2cdc: Preparing 20:33:16 e435102787f6: Preparing 20:33:16 30f6c0c23cbe: Preparing 20:33:16 4f4ce317c6bb: Preparing 20:33:16 30f6c0c23cbe: Waiting 20:33:16 4f4ce317c6bb: Waiting 20:33:16 305f1713a992: Layer already exists 20:33:16 567fb6e779a2: Layer already exists 20:33:16 7f8337543b18: Layer already exists 20:33:16 79469d9f2cdc: Layer already exists 20:33:16 e435102787f6: Layer already exists 20:33:16 4f4ce317c6bb: Layer already exists 20:33:16 30f6c0c23cbe: Layer already exists 20:33:17 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:17 + 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 20:33:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 20:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:33:17 7f8337543b18: Preparing 20:33:17 305f1713a992: Preparing 20:33:17 567fb6e779a2: Preparing 20:33:17 79469d9f2cdc: Preparing 20:33:17 e435102787f6: Preparing 20:33:17 30f6c0c23cbe: Preparing 20:33:17 4f4ce317c6bb: Preparing 20:33:17 30f6c0c23cbe: Waiting 20:33:17 4f4ce317c6bb: Waiting 20:33:17 7f8337543b18: Layer already exists 20:33:17 567fb6e779a2: Layer already exists 20:33:17 79469d9f2cdc: Layer already exists 20:33:17 305f1713a992: Layer already exists 20:33:17 e435102787f6: Layer already exists 20:33:17 4f4ce317c6bb: Layer already exists 20:33:17 30f6c0c23cbe: Layer already exists 20:33:18 main: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:18 ===================================================== [Pipeline] echo 20:33:18 taggedImages: 20:33:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:33:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 20:33:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 20:33:18 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 20:33:18 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:18 latest 20:33:18 2.2.1-dev.28 20:33:18 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:18 main 20:33:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:33:18 73553da6428f: Preparing 20:33:18 d66a0270f4d5: Preparing 20:33:18 243306e5df5e: Preparing 20:33:18 d80a20aa989a: Preparing 20:33:18 dd565ff850e7: Preparing 20:33:19 dd565ff850e7: Layer already exists 20:33:19 243306e5df5e: Layer already exists 20:33:19 73553da6428f: Pushed 20:33:19 d80a20aa989a: Pushed 20:33:24 d66a0270f4d5: Pushed 20:33:24 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:33:25 73553da6428f: Preparing 20:33:25 d66a0270f4d5: Preparing 20:33:25 243306e5df5e: Preparing 20:33:25 d80a20aa989a: Preparing 20:33:25 dd565ff850e7: Preparing 20:33:25 73553da6428f: Layer already exists 20:33:25 243306e5df5e: Layer already exists 20:33:25 d66a0270f4d5: Layer already exists 20:33:25 dd565ff850e7: Layer already exists 20:33:25 d80a20aa989a: Layer already exists 20:33:25 latest: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 20:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:33:26 73553da6428f: Preparing 20:33:26 d66a0270f4d5: Preparing 20:33:26 243306e5df5e: Preparing 20:33:26 d80a20aa989a: Preparing 20:33:26 dd565ff850e7: Preparing 20:33:26 d66a0270f4d5: Layer already exists 20:33:26 dd565ff850e7: Layer already exists 20:33:26 d80a20aa989a: Layer already exists 20:33:26 73553da6428f: Layer already exists 20:33:26 243306e5df5e: Layer already exists 20:33:26 2.2.1-dev.28: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:33:27 73553da6428f: Preparing 20:33:27 d66a0270f4d5: Preparing 20:33:27 243306e5df5e: Preparing 20:33:27 d80a20aa989a: Preparing 20:33:27 dd565ff850e7: Preparing 20:33:27 d80a20aa989a: Layer already exists 20:33:27 243306e5df5e: Layer already exists 20:33:27 dd565ff850e7: Layer already exists 20:33:27 d66a0270f4d5: Layer already exists 20:33:27 73553da6428f: Layer already exists 20:33:27 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 20:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:33:28 73553da6428f: Preparing 20:33:28 d66a0270f4d5: Preparing 20:33:28 243306e5df5e: Preparing 20:33:28 d80a20aa989a: Preparing 20:33:28 dd565ff850e7: Preparing 20:33:28 dd565ff850e7: Layer already exists 20:33:28 d80a20aa989a: Layer already exists 20:33:28 d66a0270f4d5: Layer already exists 20:33:28 73553da6428f: Layer already exists 20:33:28 243306e5df5e: Layer already exists 20:33:28 main: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:28 ===================================================== [Pipeline] echo 20:33:28 taggedImages: 20:33:28 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:28 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:33:28 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 20:33:28 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:28 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 20:33:28 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 20:33:28 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:28 latest 20:33:28 2.2.1-dev.28 20:33:28 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:28 main 20:33:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:33:29 9f40076e46d3: Preparing 20:33:29 ecd0cb1f6b73: Preparing 20:33:29 243306e5df5e: Preparing 20:33:29 a5bf5d3d3c3a: Preparing 20:33:29 dd565ff850e7: Preparing 20:33:29 243306e5df5e: Layer already exists 20:33:29 a5bf5d3d3c3a: Layer already exists 20:33:29 dd565ff850e7: Layer already exists 20:33:29 9f40076e46d3: Pushed 20:33:35 ecd0cb1f6b73: Pushed 20:33:35 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:33:35 9f40076e46d3: Preparing 20:33:35 ecd0cb1f6b73: Preparing 20:33:35 243306e5df5e: Preparing 20:33:35 a5bf5d3d3c3a: Preparing 20:33:35 dd565ff850e7: Preparing 20:33:35 ecd0cb1f6b73: Layer already exists 20:33:35 9f40076e46d3: Layer already exists 20:33:35 dd565ff850e7: Layer already exists 20:33:35 a5bf5d3d3c3a: Layer already exists 20:33:35 243306e5df5e: Layer already exists 20:33:36 latest: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 20:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:33:36 9f40076e46d3: Preparing 20:33:36 ecd0cb1f6b73: Preparing 20:33:36 243306e5df5e: Preparing 20:33:36 a5bf5d3d3c3a: Preparing 20:33:36 dd565ff850e7: Preparing 20:33:36 9f40076e46d3: Layer already exists 20:33:36 ecd0cb1f6b73: Layer already exists 20:33:36 dd565ff850e7: Layer already exists 20:33:36 a5bf5d3d3c3a: Layer already exists 20:33:36 243306e5df5e: Layer already exists 20:33:37 2.2.1-dev.28: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:33:37 9f40076e46d3: Preparing 20:33:37 ecd0cb1f6b73: Preparing 20:33:37 243306e5df5e: Preparing 20:33:37 a5bf5d3d3c3a: Preparing 20:33:37 dd565ff850e7: Preparing 20:33:37 ecd0cb1f6b73: Layer already exists 20:33:37 9f40076e46d3: Layer already exists 20:33:37 a5bf5d3d3c3a: Layer already exists 20:33:37 dd565ff850e7: Layer already exists 20:33:37 243306e5df5e: Layer already exists 20:33:38 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 20:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:33:38 9f40076e46d3: Preparing 20:33:38 ecd0cb1f6b73: Preparing 20:33:38 243306e5df5e: Preparing 20:33:38 a5bf5d3d3c3a: Preparing 20:33:38 dd565ff850e7: Preparing 20:33:38 9f40076e46d3: Layer already exists 20:33:38 243306e5df5e: Layer already exists 20:33:38 dd565ff850e7: Layer already exists 20:33:38 ecd0cb1f6b73: Layer already exists 20:33:38 a5bf5d3d3c3a: Layer already exists 20:33:39 main: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:33:39 ===================================================== [Pipeline] echo 20:33:39 taggedImages: 20:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 20:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 20:33:39 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 20:33:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:39 latest 20:33:39 2.2.1-dev.28 20:33:39 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:33:39 main 20:33:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:39 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:39 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:33:39 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:33:39 345bae8ba0d0: Preparing 20:33:39 7b12f5ae2cc8: Preparing 20:33:39 402493d8dc78: Preparing 20:33:39 93209e864344: Preparing 20:33:39 f0e5a4d6c014: Preparing 20:33:39 3b19d27f08f7: Preparing 20:33:39 73bb99a6e169: Preparing 20:33:39 ec06c3102977: Preparing 20:33:39 6a3c62e080c7: Preparing 20:33:39 340cb19ca677: Preparing 20:33:39 4f4ce317c6bb: Preparing 20:33:39 3b19d27f08f7: Waiting 20:33:39 73bb99a6e169: Waiting 20:33:39 ec06c3102977: Waiting 20:33:39 6a3c62e080c7: Waiting 20:33:39 340cb19ca677: Waiting 20:33:39 4f4ce317c6bb: Waiting 20:33:40 f0e5a4d6c014: Layer already exists 20:33:40 3b19d27f08f7: Layer already exists 20:33:40 73bb99a6e169: Layer already exists 20:33:40 7b12f5ae2cc8: Pushed 20:33:40 ec06c3102977: Layer already exists 20:33:40 340cb19ca677: Layer already exists 20:33:40 6a3c62e080c7: Layer already exists 20:33:40 4f4ce317c6bb: Layer already exists 20:33:40 345bae8ba0d0: Pushed 20:33:42 402493d8dc78: Pushed 20:33:57 93209e864344: Pushed 20:33:58 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:58 + 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 20:33:58 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 20:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:33:58 345bae8ba0d0: Preparing 20:33:58 7b12f5ae2cc8: Preparing 20:33:58 402493d8dc78: Preparing 20:33:58 93209e864344: Preparing 20:33:58 f0e5a4d6c014: Preparing 20:33:58 3b19d27f08f7: Preparing 20:33:58 73bb99a6e169: Preparing 20:33:58 ec06c3102977: Preparing 20:33:58 6a3c62e080c7: Preparing 20:33:58 340cb19ca677: Preparing 20:33:58 4f4ce317c6bb: Preparing 20:33:58 ec06c3102977: Waiting 20:33:58 6a3c62e080c7: Waiting 20:33:58 340cb19ca677: Waiting 20:33:58 4f4ce317c6bb: Waiting 20:33:58 3b19d27f08f7: Waiting 20:33:58 73bb99a6e169: Waiting 20:33:58 f0e5a4d6c014: Layer already exists 20:33:58 93209e864344: Layer already exists 20:33:58 402493d8dc78: Layer already exists 20:33:58 7b12f5ae2cc8: Layer already exists 20:33:58 345bae8ba0d0: Layer already exists 20:33:58 6a3c62e080c7: Layer already exists 20:33:58 73bb99a6e169: Layer already exists 20:33:58 ec06c3102977: Layer already exists 20:33:58 3b19d27f08f7: Layer already exists 20:33:59 340cb19ca677: Layer already exists 20:33:59 4f4ce317c6bb: Layer already exists 20:33:59 latest: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:59 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:59 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 20:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:33:59 345bae8ba0d0: Preparing 20:33:59 7b12f5ae2cc8: Preparing 20:33:59 402493d8dc78: Preparing 20:33:59 93209e864344: Preparing 20:33:59 f0e5a4d6c014: Preparing 20:33:59 3b19d27f08f7: Preparing 20:33:59 73bb99a6e169: Preparing 20:33:59 ec06c3102977: Preparing 20:33:59 6a3c62e080c7: Preparing 20:33:59 340cb19ca677: Preparing 20:33:59 4f4ce317c6bb: Preparing 20:33:59 ec06c3102977: Waiting 20:33:59 6a3c62e080c7: Waiting 20:33:59 340cb19ca677: Waiting 20:33:59 4f4ce317c6bb: Waiting 20:33:59 73bb99a6e169: Waiting 20:33:59 3b19d27f08f7: Waiting 20:33:59 93209e864344: Layer already exists 20:33:59 f0e5a4d6c014: Layer already exists 20:33:59 7b12f5ae2cc8: Layer already exists 20:33:59 345bae8ba0d0: Layer already exists 20:33:59 402493d8dc78: Layer already exists 20:33:59 ec06c3102977: Layer already exists 20:33:59 6a3c62e080c7: Layer already exists 20:33:59 3b19d27f08f7: Layer already exists 20:33:59 340cb19ca677: Layer already exists 20:33:59 73bb99a6e169: Layer already exists 20:33:59 4f4ce317c6bb: Layer already exists 20:33:59 2.2.1-dev.28: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:00 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:00 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:34:00 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:34:00 345bae8ba0d0: Preparing 20:34:00 7b12f5ae2cc8: Preparing 20:34:00 402493d8dc78: Preparing 20:34:00 93209e864344: Preparing 20:34:00 f0e5a4d6c014: Preparing 20:34:00 3b19d27f08f7: Preparing 20:34:00 73bb99a6e169: Preparing 20:34:00 ec06c3102977: Preparing 20:34:00 6a3c62e080c7: Preparing 20:34:00 340cb19ca677: Preparing 20:34:00 4f4ce317c6bb: Preparing 20:34:00 ec06c3102977: Waiting 20:34:00 340cb19ca677: Waiting 20:34:00 6a3c62e080c7: Waiting 20:34:00 3b19d27f08f7: Waiting 20:34:00 4f4ce317c6bb: Waiting 20:34:00 73bb99a6e169: Waiting 20:34:00 402493d8dc78: Layer already exists 20:34:00 f0e5a4d6c014: Layer already exists 20:34:00 93209e864344: Layer already exists 20:34:00 345bae8ba0d0: Layer already exists 20:34:00 7b12f5ae2cc8: Layer already exists 20:34:00 6a3c62e080c7: Layer already exists 20:34:00 3b19d27f08f7: Layer already exists 20:34:00 73bb99a6e169: Layer already exists 20:34:00 ec06c3102977: Layer already exists 20:34:00 340cb19ca677: Layer already exists 20:34:00 4f4ce317c6bb: Layer already exists 20:34:00 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:01 + 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 20:34:01 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 20:34:01 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:34:01 345bae8ba0d0: Preparing 20:34:01 7b12f5ae2cc8: Preparing 20:34:01 402493d8dc78: Preparing 20:34:01 93209e864344: Preparing 20:34:01 f0e5a4d6c014: Preparing 20:34:01 3b19d27f08f7: Preparing 20:34:01 73bb99a6e169: Preparing 20:34:01 ec06c3102977: Preparing 20:34:01 6a3c62e080c7: Preparing 20:34:01 340cb19ca677: Preparing 20:34:01 4f4ce317c6bb: Preparing 20:34:01 ec06c3102977: Waiting 20:34:01 6a3c62e080c7: Waiting 20:34:01 340cb19ca677: Waiting 20:34:01 73bb99a6e169: Waiting 20:34:01 93209e864344: Layer already exists 20:34:01 7b12f5ae2cc8: Layer already exists 20:34:01 402493d8dc78: Layer already exists 20:34:01 345bae8ba0d0: Layer already exists 20:34:01 f0e5a4d6c014: Layer already exists 20:34:01 3b19d27f08f7: Layer already exists 20:34:01 ec06c3102977: Layer already exists 20:34:01 73bb99a6e169: Layer already exists 20:34:01 340cb19ca677: Layer already exists 20:34:01 6a3c62e080c7: Layer already exists 20:34:01 4f4ce317c6bb: Layer already exists 20:34:01 main: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:34:02 ===================================================== [Pipeline] echo 20:34:02 taggedImages: 20:34:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 20:34:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 20:34:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 20:34:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 20:34:02 - 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 20:34:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:02 20:34:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:03 arm64: Pulling from edgex-lftools-log-publisher 20:34:03 8998bd30e6a1: Pulling fs layer 20:34:03 04944245beec: Pulling fs layer 20:34:03 699f458cf7ca: Pulling fs layer 20:34:03 765212b225bb: Pulling fs layer 20:34:03 f23df028b6ca: Pulling fs layer 20:34:03 d65c8cfc05b1: Pulling fs layer 20:34:03 2437ff75d9bd: Pulling fs layer 20:34:03 f23df028b6ca: Waiting 20:34:03 d65c8cfc05b1: Waiting 20:34:03 2437ff75d9bd: Waiting 20:34:03 765212b225bb: Waiting 20:34:03 04944245beec: Verifying Checksum 20:34:03 04944245beec: Download complete 20:34:03 765212b225bb: Download complete 20:34:03 f23df028b6ca: Download complete 20:34:03 d65c8cfc05b1: Verifying Checksum 20:34:03 d65c8cfc05b1: Download complete 20:34:03 699f458cf7ca: Verifying Checksum 20:34:03 699f458cf7ca: Download complete 20:34:03 8998bd30e6a1: Verifying Checksum 20:34:03 8998bd30e6a1: Download complete 20:34:06 2437ff75d9bd: Download complete 20:34:08 8998bd30e6a1: Pull complete 20:34:08 04944245beec: Pull complete 20:34:09 699f458cf7ca: Pull complete 20:34:10 765212b225bb: Pull complete 20:34:11 f23df028b6ca: Pull complete 20:34:11 d65c8cfc05b1: Pull complete 20:34:26 2437ff75d9bd: Pull complete 20:34:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:34:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:34:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:26 prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container 20:34:26 $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:34:29 $ docker top ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:30 ---> job-cost.sh 20:34:30 lf-activate-venv: SKIPPING 20:34:30 INFO: No Stack... 20:34:31 INFO: Retrieving Pricing Info for: v3-standard-4 20:34:32 INFO: Archiving Costs [Pipeline] sh 20:34:32 + cat /w/workspace/edgex-go/262/archives/cost.csv 20:34:32 + cut -d, -f6 [Pipeline] lock 20:34:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] 20:34:32 Resource [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] did not exist. Created. 20:34:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:34:33 + echo total: 0.10999999940395355 [Pipeline] stash 20:34:34 Stashed 1 file(s) [Pipeline] } 20:34:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] [Pipeline] // lock [Pipeline] } 20:34:34 $ docker stop --time=1 ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 20:34:35 $ docker rm -f ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 [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 20:34:36 provisioning config files... 20:34:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/262@tmp/config7222880302573298855tmp [Pipeline] { [Pipeline] sh 20:34:36 + set +x 20:34:36 + curl -s https://codecov.io/bash 20:34:36 + bash -s -- 20:34:36 20:34:36 _____ _ 20:34:36 / ____| | | 20:34:36 | | ___ __| | ___ ___ _____ __ 20:34:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:34:36 | |___| (_) | (_| | __/ (_| (_) \ V / 20:34:36 \_____\___/ \__,_|\___|\___\___/ \_/ 20:34:36 Bash-1.0.6 20:34:36 20:34:36 20:34:36 ==> git version 2.25.1 found 20:34:36 ==> 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 20:34:36 Release-Date: 2020-01-08 20:34:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:34:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:34:36 ==> Jenkins CI detected. 20:34:36 current dir:  /w/workspace/edgex-go/262 20:34:36 project root: . 20:34:36 --> token set from env 20:34:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:34:36 ==> Running gcov in . (disable via -X gcov) 20:34:36 ==> Python coveragepy not found 20:34:36 ==> Searching for coverage reports in: 20:34:36 + . 20:34:36 -> Found 1 reports 20:34:36 ==> Detecting git/mercurial file structure 20:34:36 ==> Reading reports 20:34:36 + ./coverage.out bytes=435593 20:34:36 ==> Appending adjustments 20:34:36 https://docs.codecov.io/docs/fixing-reports 20:34:37 + Found adjustments 20:34:37 ==> Gzipping contents 20:34:37 60K /tmp/codecov.x69UiH.gz 20:34:37 ==> Uploading reports 20:34:37 url: https://codecov.io 20:34:37 query: branch=main&commit=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:37 -> Pinging Codecov 20:34:37 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=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:34:38 -> Uploading to 20:34:38 https://storage.googleapis.com/codecov/v4/raw/2022-07-13/00271124DB129430A58F1EEE437C3FCB/5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad/65119611-0dae-4a09-8614-86ae0cddf7b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T203437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50a57c86d737d1cd64788bd2041e0e99de80491a091036cef920ae139006f2ef 20:34:38 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:38 Dload Upload Total Spent Left Speed 20:34:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59907 0 0 100 59907 0 267k --:--:-- --:--:-- --:--:-- 267k 20:34:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } 20:34:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:34:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:34:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:39 20:34:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:34:39 df9b9388f04a: Already exists 20:34:39 52dc419b0ee2: Pulling fs layer 20:34:39 25bc292e5bac: Pulling fs layer 20:34:39 114826534d7a: Pulling fs layer 20:34:39 4657fd5d0bcf: Pulling fs layer 20:34:39 6ad1cebc031e: Pulling fs layer 20:34:39 8a3aa393b2d8: Pulling fs layer 20:34:39 4657fd5d0bcf: Waiting 20:34:39 8a3aa393b2d8: Waiting 20:34:39 6ad1cebc031e: Waiting 20:34:39 25bc292e5bac: Verifying Checksum 20:34:39 25bc292e5bac: Download complete 20:34:39 52dc419b0ee2: Verifying Checksum 20:34:39 52dc419b0ee2: Download complete 20:34:39 4657fd5d0bcf: Verifying Checksum 20:34:39 4657fd5d0bcf: Download complete 20:34:39 52dc419b0ee2: Pull complete 20:34:39 25bc292e5bac: Pull complete 20:34:39 6ad1cebc031e: Verifying Checksum 20:34:39 6ad1cebc031e: Download complete 20:34:40 114826534d7a: Verifying Checksum 20:34:40 114826534d7a: Download complete 20:34:40 8a3aa393b2d8: Verifying Checksum 20:34:40 8a3aa393b2d8: Download complete 20:34:43 114826534d7a: Pull complete 20:34:43 4657fd5d0bcf: Pull complete 20:34:43 6ad1cebc031e: Pull complete 20:34:47 8a3aa393b2d8: Pull complete 20:34:47 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:34:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:47 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:34:47 $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:34:49 $ docker top 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc -eo pid,comm [Pipeline] { [Pipeline] echo 20:34:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 20:34:49 + set -o pipefail 20:34:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 20:34:55 20:34:55 Monitoring /w/workspace/edgex-go/262 (github.com/edgexfoundry/edgex-go)... 20:34:55 20:34:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0ab44373-acb7-4da6-846d-a1e4c07347aa 20:34:55 20:34:55 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:34:55 20:34:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:34:55 20:34:55 20:34:55 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 20:34:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:34:55 $ docker stop --time=1 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc 20:34:57 $ docker rm -f 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:34:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:34:57 provisioning config files... 20:34:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/262@tmp/config4625621823492759756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:57 --> edgex-publish-swagger.sh 20:34:57 === Publish openapi/v2 API === 20:34:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:34:57 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/262/openapi/v2/core-command.yaml] 20:34:57 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:57 Dload Upload Total Spent Left Speed 20:34:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 36495 --:--:-- --:--:-- --:--:-- 36455 100 33831 0 0 100 33831 0 36495 --:--:-- --:--:-- --:--:-- 36455 20:34:58 20:34:58 20:34:58 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/262/openapi/v2/core-data.yaml] 20:34:58 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:58 Dload Upload Total Spent Left Speed 20:34:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 76581 --:--:-- --:--:-- --:--:-- 76500 100 71604 0 0 100 71604 0 76500 --:--:-- --:--:-- --:--:-- 76500 20:34:59 20:34:59 20:34:59 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/262/openapi/v2/core-metadata.yaml] 20:34:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:59 Dload Upload Total Spent Left Speed 20:35:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 145k --:--:-- --:--:-- --:--:-- 145k 100 141k 0 0 100 141k 0 145k --:--:-- --:--:-- --:--:-- 145k 20:35:00 20:35:00 20:35:00 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/262/openapi/v2/support-notifications.yaml] 20:35:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:00 Dload Upload Total Spent Left Speed 20:35:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 75120 0:00:01 0:00:01 --:--:-- 75120 100 89318 0 0 100 89318 0 75120 0:00:01 0:00:01 --:--:-- 75120 20:35:02 20:35:02 20:35:02 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/262/openapi/v2/support-scheduler.yaml] 20:35:02 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:02 Dload Upload Total Spent Left Speed 20:35:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 190k --:--:-- --:--:-- --:--:-- 189k 100 39556 0 0 100 39556 0 42670 --:--:-- --:--:-- --:--:-- 42625 20:35:02 20:35:02 20:35:03 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/262/openapi/v2/system-agent.yaml] 20:35:03 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:03 Dload Upload Total Spent Left Speed 20:35:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18671 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18654 20:35:03 20:35:03 [Pipeline] } 20:35:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 20:35:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:04 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:35:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:35:05 $ docker top 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:05 [ssh-agent] Looking for ssh-agent implementation... 20:35:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:05 $ docker exec 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 ssh-agent 20:35:05 SSH_AUTH_SOCK=/tmp/ssh-RmGwJs8CZXQ3/agent.32 20:35:05 SSH_AGENT_PID=39 20:35:05 Running ssh-add (command line suppressed) 20:35:05 Identity added: /w/workspace/edgex-go/262@tmp/private_key_1146752154384097647.key (/w/workspace/edgex-go/262@tmp/private_key_1146752154384097647.key) 20:35:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:06 + git semver tag 20:35:06 2022-07-13 20:35:06,183 [run_tag] DEBUG tag force:False 20:35:06 2022-07-13 20:35:06,183 [check_head_tag] DEBUG check head tag 20:35:06 2022-07-13 20:35:06,184 [execute] INFO git cat-file --batch-check 20:35:06 2022-07-13 20:35:06,184 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=) 20:35:06 2022-07-13 20:35:06,188 [execute] INFO git cat-file --batch 20:35:06 2022-07-13 20:35:06,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=) 20:35:06 2022-07-13 20:35:06,207 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:06 2022-07-13 20:35:06,207 [execute] INFO git tag -a v2.2.1-dev.28 -m v2.2.1-dev.28 20:35:06 2022-07-13 20:35:06,207 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.28', '-m', 'v2.2.1-dev.28'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) 20:35:06 2022-07-13 20:35:06,210 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:06 2.2.1-dev.28 [Pipeline] } 20:35:06 $ docker exec --env ******** --env ******** 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 ssh-agent -k 20:35:06 unset SSH_AUTH_SOCK; 20:35:06 unset SSH_AGENT_PID; 20:35:06 echo Agent pid 39 killed; 20:35:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:06 + git semver [Pipeline] } 20:35:06 $ docker stop --time=1 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 20:35:08 $ docker rm -f 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:08 20:35:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:09 0.23.1-centos7: Pulling from edgex-lftools 20:35:09 ab5ef0e58194: Pulling fs layer 20:35:09 9712f1f96733: Pulling fs layer 20:35:09 63f879dbbcfc: Pulling fs layer 20:35:09 0d9ebad4ef96: Pulling fs layer 20:35:09 e9a5061849ea: Pulling fs layer 20:35:09 d747dcd14b5f: Pulling fs layer 20:35:09 2de7ff778b66: Pulling fs layer 20:35:09 0d9ebad4ef96: Waiting 20:35:09 d747dcd14b5f: Waiting 20:35:09 2de7ff778b66: Waiting 20:35:09 e9a5061849ea: Waiting 20:35:09 9712f1f96733: Verifying Checksum 20:35:09 9712f1f96733: Download complete 20:35:09 63f879dbbcfc: Verifying Checksum 20:35:09 63f879dbbcfc: Download complete 20:35:09 0d9ebad4ef96: Verifying Checksum 20:35:09 0d9ebad4ef96: Download complete 20:35:09 d747dcd14b5f: Verifying Checksum 20:35:09 d747dcd14b5f: Download complete 20:35:09 e9a5061849ea: Verifying Checksum 20:35:09 e9a5061849ea: Download complete 20:35:09 ab5ef0e58194: Verifying Checksum 20:35:09 ab5ef0e58194: Download complete 20:35:09 2de7ff778b66: Verifying Checksum 20:35:09 2de7ff778b66: Download complete 20:35:12 ab5ef0e58194: Pull complete 20:35:12 9712f1f96733: Pull complete 20:35:13 63f879dbbcfc: Pull complete 20:35:17 0d9ebad4ef96: Pull complete 20:35:17 e9a5061849ea: Pull complete 20:35:17 d747dcd14b5f: Pull complete 20:35:18 2de7ff778b66: Pull complete 20:35:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:35:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:18 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:35:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:35:20 $ docker top 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:35:20 provisioning config files... 20:35:20 copy managed file [sigul-config] to file:/w/workspace/edgex-go/262@tmp/config5957377052729103015tmp 20:35:20 copy managed file [sigul-password] to file:/w/workspace/edgex-go/262@tmp/config7921292992273459806tmp 20:35:20 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/262@tmp/config6962444782871338899tmp [Pipeline] { [Pipeline] echo 20:35:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:35:20 ---> sigul-configuration.sh 20:35:20 gpg: directory `/root/.gnupg' created 20:35:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:35:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:35:20 gpg: keyring `/root/.gnupg/secring.gpg' created 20:35:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:35:20 gpg: CAST5 encrypted data 20:35:20 gpg: encrypted with 1 passphrase 20:35:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:35:21 + mkdir /home/jenkins 20:35:21 + mkdir /home/jenkins/sigul [Pipeline] sh 20:35:21 + 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 20:35:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:35:21 ---> sigul-install.sh 20:35:21 Sigul already installed; skipping installation. [Pipeline] sh 20:35:22 + git tag --list 20:35:22 0.6.0 20:35:22 0.6.1 20:35:22 0.7.0 20:35:22 0.7.1 20:35:22 v1.0.0 20:35:22 v1.0.1 20:35:22 v1.1.0 20:35:22 v1.2.0 20:35:22 v1.2.1 20:35:22 v1.3.0 20:35:22 v1.3.1 20:35:22 v2.0.0 20:35:22 v2.1.0 20:35:22 v2.1.1 20:35:22 v2.1.1-dev.1 20:35:22 v2.1.1-dev.2 20:35:22 v2.1.1-dev.3 20:35:22 v2.1.1-dev.4 20:35:22 v2.1.1-dev.5 20:35:22 v2.1.1-dev.6 20:35:22 v2.1.1-dev.7 20:35:22 v2.1.1-dev.8 20:35:22 v2.2.0 20:35:22 v2.2.1-dev.1 20:35:22 v2.2.1-dev.10 20:35:22 v2.2.1-dev.11 20:35:22 v2.2.1-dev.12 20:35:22 v2.2.1-dev.13 20:35:22 v2.2.1-dev.14 20:35:22 v2.2.1-dev.15 20:35:22 v2.2.1-dev.16 20:35:22 v2.2.1-dev.17 20:35:22 v2.2.1-dev.18 20:35:22 v2.2.1-dev.19 20:35:22 v2.2.1-dev.2 20:35:22 v2.2.1-dev.20 20:35:22 v2.2.1-dev.21 20:35:22 v2.2.1-dev.22 20:35:22 v2.2.1-dev.23 20:35:22 v2.2.1-dev.24 20:35:22 v2.2.1-dev.25 20:35:22 v2.2.1-dev.26 20:35:22 v2.2.1-dev.27 20:35:22 v2.2.1-dev.28 20:35:22 v2.2.1-dev.3 20:35:22 v2.2.1-dev.4 20:35:22 v2.2.1-dev.5 20:35:22 v2.2.1-dev.6 20:35:22 v2.2.1-dev.7 20:35:22 v2.2.1-dev.8 20:35:22 v2.2.1-dev.9 [Pipeline] sh 20:35:22 + lftools sign git-tag v2.2.1-dev.28 20:35:22 Signing Git tag with Sigul... 20:35:22 Signing v2.2.1-dev.28 [Pipeline] echo 20:35:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:35:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:35:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:35:23 $ docker stop --time=1 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 20:35:24 $ docker rm -f 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:35:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:25 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:35:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:35:26 $ docker top 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:26 [ssh-agent] Looking for ssh-agent implementation... 20:35:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:26 $ docker exec 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 ssh-agent 20:35:26 SSH_AUTH_SOCK=/tmp/ssh-VgoeWhOxGidA/agent.32 20:35:26 SSH_AGENT_PID=39 20:35:26 Running ssh-add (command line suppressed) 20:35:26 Identity added: /w/workspace/edgex-go/262@tmp/private_key_7171016944743397347.key (/w/workspace/edgex-go/262@tmp/private_key_7171016944743397347.key) 20:35:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:26 + git semver bump pre 20:35:27 2022-07-13 20:35:26,938 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:27 2022-07-13 20:35:26,938 [bump_version] DEBUG bumping version:2.2.1-dev.28 on axis:pre with prefix:dev 20:35:27 2022-07-13 20:35:26,938 [bump_version] DEBUG bumped version:2.2.1-dev.29 20:35:27 2022-07-13 20:35:26,938 [write_version] DEBUG write version:2.2.1-dev.29 to path:/w/workspace/edgex-go/262/.semver/main with force:True 20:35:27 2022-07-13 20:35:26,938 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:27 2022-07-13 20:35:26,938 [write_file] DEBUG write to file:/w/workspace/edgex-go/262/.semver/main 20:35:27 2022-07-13 20:35:26,940 [execute] INFO git cat-file --batch-check 20:35:27 2022-07-13 20:35:26,941 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) 20:35:27 2022-07-13 20:35:26,946 [execute] INFO git cat-file --batch 20:35:27 2022-07-13 20:35:26,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) 20:35:27 2022-07-13 20:35:26,951 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:27 2.2.1-dev.29 [Pipeline] } 20:35:27 $ docker exec --env ******** --env ******** 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 ssh-agent -k 20:35:27 unset SSH_AUTH_SOCK; 20:35:27 unset SSH_AGENT_PID; 20:35:27 echo Agent pid 39 killed; 20:35:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:27 + git semver [Pipeline] } 20:35:27 $ docker stop --time=1 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 20:35:29 $ docker rm -f 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 [Pipeline] // withDockerContainer [Pipeline] sh 20:35:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:35:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:35:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:29 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:35:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:35:30 $ docker top 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:35:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:35:30 [ssh-agent] Looking for ssh-agent implementation... 20:35:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:35:30 $ docker exec 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae ssh-agent 20:35:30 SSH_AUTH_SOCK=/tmp/ssh-qHMhcNz9F7JS/agent.33 20:35:30 SSH_AGENT_PID=39 20:35:30 Running ssh-add (command line suppressed) 20:35:30 Identity added: /w/workspace/edgex-go/262@tmp/private_key_5826547602499116742.key (/w/workspace/edgex-go/262@tmp/private_key_5826547602499116742.key) 20:35:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:35:30 + git semver push 20:35:31 2022-07-13 20:35:31,136 [run_push] DEBUG push 20:35:31 2022-07-13 20:35:31,137 [execute] INFO git cat-file --batch-check 20:35:31 2022-07-13 20:35:31,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) 20:35:31 2022-07-13 20:35:31,140 [execute] INFO git rev-list 787f24ff6e21450608318b78cee67545ea393243 -- 20:35:31 2022-07-13 20:35:31,141 [execute] DEBUG Popen(['git', 'rev-list', '787f24ff6e21450608318b78cee67545ea393243', '--'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=None) 20:35:31 2022-07-13 20:35:31,155 [execute] INFO git fetch -v origin 20:35:31 2022-07-13 20:35:31,155 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=True, shell=None, istream=None) 20:35:31 2022-07-13 20:35:31,642 [run_push] DEBUG no remote changes detected 20:35:31 2022-07-13 20:35:31,642 [execute] INFO git push origin semver 20:35:31 2022-07-13 20:35:31,642 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=None) 20:35:32 2022-07-13 20:35:32,419 [run_push] DEBUG push all version tags 20:35:32 2022-07-13 20:35:32,419 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:35:32 2022-07-13 20:35:32,419 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) 20:35:33 2022-07-13 20:35:33,108 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main 20:35:33 2.2.1-dev.29 [Pipeline] } 20:35:33 $ docker exec --env ******** --env ******** 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae ssh-agent -k 20:35:33 unset SSH_AUTH_SOCK; 20:35:33 unset SSH_AGENT_PID; 20:35:33 echo Agent pid 39 killed; 20:35:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:35:33 + git semver [Pipeline] } 20:35:34 $ docker stop --time=1 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae 20:35:35 $ docker rm -f 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae [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 20:35:35 + [ -d /w/workspace/edgex-go/262/archives ] [Pipeline] libraryResource [Pipeline] sh 20:35:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:35:37 ---> package-listing.sh 20:35:37 ++ facter osfamily 20:35:37 ++ tr '[:upper:]' '[:lower:]' 20:35:37 + OS_FAMILY=debian 20:35:37 + workspace=/w/workspace/edgex-go/262 20:35:37 + START_PACKAGES=/tmp/packages_start.txt 20:35:37 + END_PACKAGES=/tmp/packages_end.txt 20:35:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:35:37 + PACKAGES=/tmp/packages_start.txt 20:35:37 + '[' /w/workspace/edgex-go/262 ']' 20:35:37 + PACKAGES=/tmp/packages_end.txt 20:35:37 + case "${OS_FAMILY}" in 20:35:37 + dpkg -l 20:35:37 + grep '^ii' 20:35:37 + '[' -f /tmp/packages_start.txt ']' 20:35:37 + '[' -f /tmp/packages_end.txt ']' 20:35:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:35:37 + '[' /w/workspace/edgex-go/262 ']' 20:35:37 + mkdir -p /w/workspace/edgex-go/262/archives/ 20:35:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/262/archives/ [Pipeline] echo 20:35:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/262/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:35:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:35:38 20:35:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:35:38 latest: Pulling from edgex-lftools-log-publisher 20:35:38 5eb5b503b376: Pulling fs layer 20:35:38 5c69ac0246d0: Pulling fs layer 20:35:38 ec43610c2a17: Pulling fs layer 20:35:38 3a2ae6a8a46f: Pulling fs layer 20:35:38 33b1e0a273af: Pulling fs layer 20:35:38 5d3b04190fa2: Pulling fs layer 20:35:38 2f39f015ded8: Pulling fs layer 20:35:38 3a2ae6a8a46f: Waiting 20:35:38 33b1e0a273af: Waiting 20:35:38 5d3b04190fa2: Waiting 20:35:38 2f39f015ded8: Waiting 20:35:38 5c69ac0246d0: Verifying Checksum 20:35:38 5c69ac0246d0: Download complete 20:35:38 3a2ae6a8a46f: Verifying Checksum 20:35:38 3a2ae6a8a46f: Download complete 20:35:38 33b1e0a273af: Verifying Checksum 20:35:38 33b1e0a273af: Download complete 20:35:38 5d3b04190fa2: Verifying Checksum 20:35:38 5d3b04190fa2: Download complete 20:35:38 ec43610c2a17: Verifying Checksum 20:35:38 ec43610c2a17: Download complete 20:35:38 5eb5b503b376: Download complete 20:35:39 2f39f015ded8: Download complete 20:35:39 5eb5b503b376: Pull complete 20:35:40 5c69ac0246d0: Pull complete 20:35:40 ec43610c2a17: Pull complete 20:35:40 3a2ae6a8a46f: Pull complete 20:35:40 33b1e0a273af: Pull complete 20:35:40 5d3b04190fa2: Pull complete 20:35:46 2f39f015ded8: Pull complete 20:35:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:35:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:46 prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container 20:35:46 $ 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/262/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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 20:35:48 $ docker top 9658be0202d6b9a2dee13220a4c327d869c81c4049ebf0d529d988c812136fa9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:48 + touch /tmp/pre-build-complete [Pipeline] sh 20:35:48 + mkdir -p /var/log/sysstat [Pipeline] sh 20:35:49 + ls /var/log/sa-host 20:35:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:49 provisioning config files... 20:35:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/262@tmp/config6396522295024664955tmp [Pipeline] { [Pipeline] echo 20:35:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:49 ---> create-netrc.sh [Pipeline] } 20:35:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:35:49 ---> python-tools-install.sh [Pipeline] echo 20:35:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:35:50 ---> sudo-logs.sh 20:35:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:35:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:35:50 ---> job-cost.sh 20:35:50 lf-activate-venv: SKIPPING 20:35:50 DEBUG: total: 0.10999999940395355 20:35:50 INFO: Retrieving Stack Cost... 20:35:51 INFO: Retrieving Pricing Info for: v3-standard-8 20:35:51 INFO: Archiving Costs [Pipeline] echo 20:35:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:51 ---> logs-deploy.sh 20:35:51 lf-activate-venv: SKIPPING 20:35:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/262 20:35:51 INFO: archiving workspace using pattern(s): 20:35:52 Archives upload complete. 20:35:52 INFO: archiving logs to Nexus 20:35:53 ---> uname -a: 20:35:53 Linux prd-ubuntu20-04-docker-8c-8g-19871 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:35:53 20:35:53 20:35:53 ---> lscpu: 20:35:53 Architecture: x86_64 20:35:53 CPU op-mode(s): 32-bit, 64-bit 20:35:53 Byte Order: Little Endian 20:35:53 Address sizes: 40 bits physical, 48 bits virtual 20:35:53 CPU(s): 8 20:35:53 On-line CPU(s) list: 0-7 20:35:53 Thread(s) per core: 1 20:35:53 Core(s) per socket: 1 20:35:53 Socket(s): 8 20:35:53 NUMA node(s): 1 20:35:53 Vendor ID: AuthenticAMD 20:35:53 CPU family: 23 20:35:53 Model: 49 20:35:53 Model name: AMD EPYC-Rome Processor 20:35:53 Stepping: 0 20:35:53 CPU MHz: 2799.998 20:35:53 BogoMIPS: 5599.99 20:35:53 Virtualization: AMD-V 20:35:53 Hypervisor vendor: KVM 20:35:53 Virtualization type: full 20:35:53 L1d cache: 256 KiB 20:35:53 L1i cache: 256 KiB 20:35:53 L2 cache: 4 MiB 20:35:53 L3 cache: 128 MiB 20:35:53 NUMA node0 CPU(s): 0-7 20:35:53 Vulnerability Itlb multihit: Not affected 20:35:53 Vulnerability L1tf: Not affected 20:35:53 Vulnerability Mds: Not affected 20:35:53 Vulnerability Meltdown: Not affected 20:35:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:35:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:35:53 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:35:53 Vulnerability Srbds: Not affected 20:35:53 Vulnerability Tsx async abort: Not affected 20:35:53 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 20:35:53 20:35:53 20:35:53 ---> nproc: 20:35:53 8 20:35:53 20:35:53 20:35:53 ---> df -h: 20:35:53 Filesystem Size Used Avail Use% Mounted on 20:35:53 overlay 155G 20G 135G 13% / 20:35:53 tmpfs 64M 0 64M 0% /dev 20:35:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:35:53 shm 64M 0 64M 0% /dev/shm 20:35:53 /dev/vda1 155G 20G 135G 13% /facter-os 20:35:53 20:35:53 20:35:53 ---> sar -b -r -n DEV: 20:35:53 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19871) 07/13/22 _x86_64_ (8 CPU) 20:35:53 20:35:53 20:07:49 LINUX RESTART (8 CPU) 20:35:53 20:35:53 20:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:35:53 20:09:01 371.46 55.80 315.66 0.00 7420.86 136230.99 0.00 20:35:53 20:10:01 103.59 0.51 103.08 0.00 7.59 73927.81 0.00 20:35:53 20:11:01 53.64 0.20 53.44 0.00 6.40 53956.89 0.00 20:35:53 20:12:01 649.58 7.05 642.54 0.00 127.56 433755.81 0.00 20:35:53 20:13:01 940.12 1.27 938.85 0.00 12.53 429978.41 0.00 20:35:53 20:14:01 996.40 0.40 996.00 0.00 14.26 238639.12 0.00 20:35:53 20:15:01 111.48 0.03 111.45 0.00 2.40 12497.12 0.00 20:35:53 20:16:01 16.55 0.00 16.55 0.00 0.00 417.80 0.00 20:35:53 20:17:01 1.18 0.02 1.17 0.00 0.13 12.53 0.00 20:35:53 20:18:01 2.08 0.00 2.08 0.00 0.00 26.80 0.00 20:35:53 20:19:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 20:35:53 20:20:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 20:35:53 20:21:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 20:35:53 20:22:01 1.47 0.00 1.47 0.00 0.00 17.86 0.00 20:35:53 20:23:01 1.88 0.02 1.87 0.00 0.13 21.06 0.00 20:35:53 20:24:01 1.52 0.00 1.52 0.00 0.00 18.80 0.00 20:35:53 20:25:01 1.03 0.00 1.03 0.00 0.00 12.40 0.00 20:35:53 20:26:01 0.98 0.00 0.98 0.00 0.00 12.53 0.00 20:35:53 20:27:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 20:35:53 20:28:01 1.32 0.00 1.32 0.00 0.00 16.53 0.00 20:35:53 20:29:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 20:35:53 20:30:01 1.73 0.00 1.73 0.00 0.00 19.86 0.00 20:35:53 20:31:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 20:35:53 20:32:01 0.97 0.00 0.97 0.00 0.00 12.53 0.00 20:35:53 20:33:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 20:35:53 20:34:01 1.03 0.00 1.03 0.00 0.00 13.33 0.00 20:35:53 20:35:01 73.15 0.30 72.85 0.00 9.73 36925.98 0.00 20:35:53 Average: 123.71 2.43 121.28 0.00 281.74 52457.66 0.00 20:35:53 20:35:53 20:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:35:53 20:09:01 28236672 31784880 524448 1.59 116732 3686220 1980172 5.84 1204940 3058208 20284 20:35:53 20:10:01 27968064 31753956 543104 1.65 136500 3842628 1939404 5.72 1325732 3129152 153188 20:35:53 20:11:01 27320200 31760896 534420 1.63 139896 4458700 2099556 6.19 1485528 3579728 380028 20:35:53 20:12:01 21013364 31122448 1143876 3.48 290692 9697852 4196908 12.37 2599556 8450960 100196 20:35:53 20:13:01 17233880 30991268 1269844 3.86 401080 13060964 4886856 14.40 3100712 11549624 819196 20:35:53 20:14:01 18706456 31687912 588252 1.79 438948 12269236 2081552 6.13 2371116 10852636 116852 20:35:53 20:15:01 19151440 31738692 541960 1.65 443272 11870120 2130144 6.28 2353424 10433224 700 20:35:53 20:16:01 19169152 31756656 523900 1.59 443744 11870244 1913776 5.64 2333376 10433208 48 20:35:53 20:17:01 19170404 31758004 522904 1.59 443772 11870372 1913776 5.64 2331776 10433340 12 20:35:53 20:18:01 19173596 31761316 519412 1.58 443800 11870380 1913776 5.64 2327448 10433344 68 20:35:53 20:19:01 19174792 31762512 518752 1.58 443808 11870360 1913776 5.64 2327856 10433324 16 20:35:53 20:20:01 19180792 31768544 512672 1.56 443832 11870364 1913776 5.64 2321896 10433328 48 20:35:53 20:21:01 19180492 31768356 512904 1.56 443840 11870364 1913776 5.64 2321792 10433436 12 20:35:53 20:22:01 19180968 31768860 512624 1.56 443856 11870368 1913776 5.64 2321800 10433448 48 20:35:53 20:23:01 19180452 31768444 512940 1.56 443880 11870368 1936652 5.71 2321740 10433452 28 20:35:53 20:24:01 19180664 31768680 512648 1.56 443892 11870376 1936652 5.71 2322132 10433456 44 20:35:53 20:25:01 19180616 31768648 512616 1.56 443912 11870380 1936652 5.71 2321772 10433460 16 20:35:53 20:26:01 19180600 31768644 512568 1.56 443916 11870380 1936652 5.71 2321784 10433460 192 20:35:53 20:27:01 19180552 31768600 512536 1.56 443932 11870384 1936652 5.71 2321768 10433464 20 20:35:53 20:28:01 19180720 31768812 512496 1.56 443956 11870388 1936652 5.71 2321824 10433468 208 20:35:53 20:29:01 19180672 31768772 512504 1.56 443968 11870388 1936652 5.71 2322280 10433468 12 20:35:53 20:30:01 19180656 31768772 512452 1.56 443972 11870392 1936652 5.71 2321860 10433472 0 20:35:53 20:31:01 19180860 31768976 512292 1.56 443976 11870392 1936652 5.71 2321844 10433472 12 20:35:53 20:32:01 19180440 31768608 512520 1.56 443984 11870400 1936652 5.71 2322176 10433476 196 20:35:53 20:33:01 19180604 31768788 512292 1.56 444000 11870396 1936652 5.71 2321900 10433484 20 20:35:53 20:34:01 19181024 31769388 511776 1.56 444028 11870536 1936652 5.71 2322588 10433616 188 20:35:53 20:35:01 18386512 31740956 538468 1.64 465876 12568676 1937260 5.71 2406480 11094940 244 20:35:53 Average: 20089431 31709274 572488 1.74 402484 10999690 2144004 6.32 2259152 9643839 58958 20:35:53 20:35:53 20:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:35:53 20:09:01 lo 5.33 5.33 0.51 0.51 0.00 0.00 0.00 0.00 20:35:53 20:09:01 ens3 1304.90 1185.02 12750.96 170.63 0.00 0.00 0.00 0.00 20:35:53 20:09:01 docker0 401.95 347.50 30.73 2711.86 0.00 0.00 0.00 0.00 20:35:53 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:10:01 vethd547053 1.53 1.71 0.12 0.13 0.00 0.00 0.00 0.00 20:35:53 20:10:01 ens3 168.23 127.52 791.15 72.86 0.00 0.00 0.00 0.00 20:35:53 20:10:01 docker0 76.92 103.86 6.62 754.23 0.00 0.00 0.00 0.00 20:35:53 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:11:01 vethd547053 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:11:01 ens3 32.98 18.08 35.31 13.17 0.00 0.00 0.00 0.00 20:35:53 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:12:01 veth115c541 10.70 12.23 0.77 48.72 0.00 0.00 0.00 0.00 20:35:53 20:12:01 vethe6abb72 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:35:53 20:12:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 20:35:53 20:12:01 vethd977bac 0.00 0.67 0.00 0.04 0.00 0.00 0.00 0.00 20:35:53 20:12:01 veth315a3d0 10.66 12.63 0.74 59.09 0.00 0.00 0.00 0.00 20:35:53 20:12:01 ens3 335.15 253.52 3405.33 135.38 0.00 0.00 0.00 0.00 20:35:53 20:12:01 vethc7aae3c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:35:53 20:12:01 docker0 138.94 180.56 10.35 1646.96 0.00 0.00 0.00 0.00 20:35:53 20:12:01 vetha898f79 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:35:53 20:13:01 vethdc3810f 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 20:35:53 20:13:01 veth89123dc 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 20:35:53 20:13:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 20:35:53 20:13:01 vethd977bac 0.00 0.57 0.00 0.03 0.00 0.00 0.00 0.00 20:35:53 20:13:01 ens3 165.11 117.51 1121.80 27.36 0.00 0.00 0.00 0.00 20:35:53 20:13:01 veth8858d2b 0.00 0.22 0.00 0.02 0.00 0.00 0.00 0.00 20:35:53 20:13:01 vethe579361 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:35:53 20:13:01 docker0 92.62 120.53 6.75 1085.57 0.00 0.00 0.00 0.00 20:35:53 20:14:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 20:35:53 20:14:01 vethd977bac 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 20:35:53 20:14:01 ens3 171.68 128.57 1625.38 100.55 0.00 0.00 0.00 0.00 20:35:53 20:14:01 docker0 43.69 58.66 3.03 498.75 0.00 0.00 0.00 0.00 20:35:53 20:15:01 lo 42.59 42.59 4.20 4.20 0.00 0.00 0.00 0.00 20:35:53 20:15:01 ens3 470.30 451.56 622.67 1934.88 0.00 0.00 0.00 0.00 20:35:53 20:15:01 docker0 12.13 28.00 1.09 407.67 0.00 0.00 0.00 0.00 20:35:53 20:16:01 lo 21.00 21.00 2.06 2.06 0.00 0.00 0.00 0.00 20:35:53 20:16:01 ens3 248.36 239.06 125.03 1273.66 0.00 0.00 0.00 0.00 20:35:53 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:17:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:19:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:35:53 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:24:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:35:53 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:25:01 ens3 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:26:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:29:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 20:35:53 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:32:01 ens3 0.82 0.57 1.88 0.04 0.00 0.00 0.00 0.00 20:35:53 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:35:53 20:34:01 ens3 0.27 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:35:53 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:53 20:35:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 20:35:53 20:35:01 ens3 206.05 147.43 4629.29 55.73 0.00 0.00 0.00 0.00 20:35:53 20:35:01 docker0 39.19 45.08 3.48 691.58 0.00 0.00 0.00 0.00 20:35:53 Average: lo 2.80 2.80 0.27 0.27 0.00 0.00 0.00 0.00 20:35:53 Average: ens3 114.98 98.88 930.10 140.20 0.00 0.00 0.00 0.00 20:35:53 Average: docker0 29.80 32.71 2.30 288.49 0.00 0.00 0.00 0.00 20:35:53 20:35:53 20:35:53 ---> sar -P ALL: 20:35:53 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-19871) 07/13/22 _x86_64_ (8 CPU) 20:35:53 20:35:53 20:07:49 LINUX RESTART (8 CPU) 20:35:53 20:35:53 20:08:01 CPU %user %nice %system %iowait %steal %idle 20:35:53 20:09:01 all 12.13 0.00 4.71 2.00 0.06 81.10 20:35:53 20:09:01 0 10.32 0.00 3.54 2.53 0.03 83.58 20:35:53 20:09:01 1 11.13 0.00 4.80 2.75 0.07 81.26 20:35:53 20:09:01 2 11.07 0.00 5.85 2.14 0.05 80.90 20:35:53 20:09:01 3 9.22 0.00 3.77 0.71 0.05 86.25 20:35:53 20:09:01 4 10.39 0.00 4.97 4.67 0.07 79.90 20:35:53 20:09:01 5 18.18 0.00 5.09 1.25 0.05 75.43 20:35:53 20:09:01 6 12.29 0.00 3.98 1.11 0.07 82.54 20:35:53 20:09:01 7 14.49 0.00 5.66 0.89 0.09 78.88 20:35:53 20:10:01 all 30.65 0.00 6.07 0.65 0.06 62.57 20:35:53 20:10:01 0 29.81 0.00 6.26 0.27 0.07 63.59 20:35:53 20:10:01 1 28.93 0.00 7.84 0.95 0.05 62.22 20:35:53 20:10:01 2 31.16 0.00 5.71 0.07 0.07 62.99 20:35:53 20:10:01 3 29.60 0.00 5.47 0.26 0.07 64.61 20:35:53 20:10:01 4 30.77 0.00 5.84 2.15 0.07 61.17 20:35:53 20:10:01 5 32.01 0.00 6.63 0.31 0.07 60.98 20:35:53 20:10:01 6 31.67 0.00 5.22 0.05 0.07 63.00 20:35:53 20:10:01 7 31.21 0.00 5.57 1.18 0.05 61.98 20:35:53 20:11:01 all 53.13 0.00 7.33 0.18 0.10 39.26 20:35:53 20:11:01 0 53.49 0.00 7.46 0.08 0.10 38.86 20:35:53 20:11:01 1 53.78 0.00 7.08 0.00 0.10 39.04 20:35:53 20:11:01 2 53.50 0.00 7.61 0.00 0.12 38.77 20:35:53 20:11:01 3 53.11 0.00 7.17 0.08 0.10 39.54 20:35:53 20:11:01 4 53.52 0.00 7.05 0.08 0.12 39.22 20:35:53 20:11:01 5 52.62 0.00 7.23 0.31 0.08 39.76 20:35:53 20:11:01 6 52.80 0.00 7.62 0.12 0.08 39.38 20:35:53 20:11:01 7 52.19 0.00 7.46 0.76 0.10 39.49 20:35:53 20:12:01 all 28.51 0.00 14.41 6.68 0.09 50.30 20:35:53 20:12:01 0 28.89 0.00 12.84 2.70 0.09 55.49 20:35:53 20:12:01 1 28.77 0.00 14.13 4.13 0.10 52.87 20:35:53 20:12:01 2 28.66 0.00 14.58 9.90 0.09 46.78 20:35:53 20:12:01 3 28.67 0.00 15.25 10.18 0.10 45.79 20:35:53 20:12:01 4 28.10 0.00 14.72 2.51 0.09 54.57 20:35:53 20:12:01 5 30.05 0.00 14.92 3.63 0.10 51.30 20:35:53 20:12:01 6 26.99 0.00 13.13 5.89 0.09 53.90 20:35:53 20:12:01 7 27.91 0.00 15.75 14.55 0.10 41.69 20:35:53 20:13:01 all 55.10 0.00 16.05 7.95 0.13 20.77 20:35:53 20:13:01 0 53.93 0.00 16.07 16.90 0.14 12.97 20:35:53 20:13:01 1 55.51 0.00 14.07 4.60 0.12 25.70 20:35:53 20:13:01 2 55.22 0.00 16.18 14.42 0.15 14.03 20:35:53 20:13:01 3 54.84 0.00 18.88 5.69 0.12 20.47 20:35:53 20:13:01 4 57.36 0.00 14.12 5.41 0.12 22.99 20:35:53 20:13:01 5 55.35 0.00 17.75 2.64 0.14 24.12 20:35:53 20:13:01 6 53.05 0.00 15.71 8.72 0.12 22.40 20:35:53 20:13:01 7 55.55 0.00 15.65 5.22 0.12 23.46 20:35:53 20:14:01 all 57.25 0.00 12.68 4.56 0.13 25.38 20:35:53 20:14:01 0 57.74 0.00 12.79 2.99 0.14 26.35 20:35:53 20:14:01 1 56.24 0.00 12.40 3.31 0.14 27.91 20:35:53 20:14:01 2 56.58 0.00 13.40 4.78 0.12 25.12 20:35:53 20:14:01 3 57.62 0.00 12.90 6.34 0.15 22.99 20:35:53 20:14:01 4 57.78 0.00 13.43 5.68 0.14 22.97 20:35:53 20:14:01 5 57.29 0.00 12.76 4.64 0.12 25.19 20:35:53 20:14:01 6 57.45 0.00 11.79 4.04 0.12 26.61 20:35:53 20:14:01 7 57.27 0.00 11.97 4.69 0.12 25.95 20:35:53 20:15:01 all 8.70 0.00 1.95 0.47 0.05 88.82 20:35:53 20:15:01 0 8.10 0.00 1.88 0.08 0.07 89.87 20:35:53 20:15:01 1 6.19 0.00 2.04 0.33 0.05 91.38 20:35:53 20:15:01 2 8.71 0.00 1.56 0.25 0.05 89.43 20:35:53 20:15:01 3 9.99 0.00 2.36 0.15 0.05 87.44 20:35:53 20:15:01 4 10.60 0.00 1.83 0.02 0.05 87.51 20:35:53 20:15:01 5 7.91 0.00 1.86 1.98 0.05 88.21 20:35:53 20:15:01 6 6.74 0.00 1.64 0.62 0.03 90.97 20:35:53 20:15:01 7 11.41 0.00 2.46 0.32 0.07 85.75 20:35:53 20:16:01 all 5.00 0.00 0.75 0.05 0.03 94.16 20:35:53 20:16:01 0 6.52 0.00 0.74 0.02 0.02 92.71 20:35:53 20:16:01 1 7.53 0.00 0.97 0.32 0.03 91.16 20:35:53 20:16:01 2 2.37 0.00 0.58 0.00 0.02 97.03 20:35:53 20:16:01 3 3.05 0.00 0.78 0.02 0.05 96.10 20:35:53 20:16:01 4 5.46 0.00 0.67 0.02 0.03 93.82 20:35:53 20:16:01 5 3.96 0.00 0.62 0.02 0.02 95.39 20:35:53 20:16:01 6 5.66 0.00 0.71 0.03 0.05 93.55 20:35:53 20:16:01 7 5.44 0.00 0.97 0.02 0.03 93.54 20:35:53 20:17:01 all 0.02 0.00 0.02 0.00 0.00 99.96 20:35:53 20:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:35:53 20:17:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:35:53 20:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:35:53 20:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:17:01 6 0.03 0.00 0.07 0.02 0.02 99.87 20:35:53 20:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:18:01 all 0.03 0.00 0.02 0.01 0.00 99.94 20:35:53 20:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:18:01 1 0.03 0.00 0.00 0.05 0.00 99.92 20:35:53 20:18:01 2 0.03 0.00 0.05 0.00 0.02 99.90 20:35:53 20:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:18:01 4 0.05 0.00 0.03 0.00 0.00 99.92 20:35:53 20:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:18:01 6 0.05 0.00 0.03 0.00 0.00 99.92 20:35:53 20:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:19:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:35:53 20:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:19:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:35:53 20:19:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:35:53 20:19:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:35:53 20:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:19:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:35:53 20:19:01 6 0.02 0.00 0.03 0.00 0.02 99.93 20:35:53 20:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:35:53 20:19:01 CPU %user %nice %system %iowait %steal %idle 20:35:53 20:20:01 all 0.02 0.00 0.02 0.01 0.00 99.94 20:35:53 20:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:20:01 1 0.02 0.00 0.02 0.10 0.00 99.87 20:35:53 20:20:01 2 0.07 0.00 0.07 0.00 0.02 99.85 20:35:53 20:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:35:53 20:20:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:21:01 all 0.02 0.00 0.02 0.00 0.00 99.96 20:35:53 20:21:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:35:53 20:21:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:35:53 20:21:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:35:53 20:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:21:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:21:01 6 0.03 0.00 0.03 0.00 0.00 99.93 20:35:53 20:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:22:01 all 0.02 0.00 0.01 0.01 0.00 99.97 20:35:53 20:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:22:01 1 0.02 0.00 0.00 0.05 0.00 99.93 20:35:53 20:22:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:35:53 20:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:22:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:22:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:23:01 all 0.03 0.00 0.04 0.01 0.01 99.92 20:35:53 20:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:23:01 1 0.03 0.00 0.05 0.05 0.02 99.85 20:35:53 20:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:23:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:35:53 20:23:01 4 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:23:01 5 0.02 0.00 0.07 0.00 0.00 99.92 20:35:53 20:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 20:35:53 20:23:01 7 0.03 0.00 0.03 0.00 0.00 99.93 20:35:53 20:24:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:35:53 20:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:24:01 1 0.02 0.00 0.02 0.05 0.00 99.92 20:35:53 20:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:35:53 20:24:01 6 0.02 0.00 0.05 0.00 0.00 99.93 20:35:53 20:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:25:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:35:53 20:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:25:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:35:53 20:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:25:01 5 0.03 0.00 0.03 0.00 0.02 99.92 20:35:53 20:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:35:53 20:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:26:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:35:53 20:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:35:53 20:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:26:01 7 0.02 0.00 0.00 0.02 0.02 99.95 20:35:53 20:27:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:35:53 20:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:27:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:35:53 20:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:35:53 20:27:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:35:53 20:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:27:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:27:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:35:53 20:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:35:53 20:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:35:53 20:28:01 1 0.02 0.00 0.03 0.02 0.00 99.93 20:35:53 20:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:28:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:35:53 20:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:28:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:35:53 20:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:35:53 20:29:01 all 0.02 0.00 0.02 0.00 0.01 99.96 20:35:53 20:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:35:53 20:29:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:35:53 20:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:29:01 5 0.05 0.00 0.05 0.00 0.02 99.88 20:35:53 20:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:30:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:35:53 20:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:30:01 1 0.02 0.00 0.02 0.03 0.02 99.92 20:35:53 20:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:30:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:30:01 5 0.03 0.00 0.05 0.00 0.00 99.92 20:35:53 20:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:30:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:35:53 20:30:01 CPU %user %nice %system %iowait %steal %idle 20:35:53 20:31:01 all 0.01 0.00 0.01 0.00 0.00 99.96 20:35:53 20:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:31:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:35:53 20:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 20:35:53 20:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:32:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:35:53 20:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:32:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:35:53 20:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:32:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:35:53 20:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:35:53 20:32:01 7 0.03 0.00 0.00 0.02 0.00 99.95 20:35:53 20:33:01 all 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:53 20:33:01 3 0.08 0.00 0.02 0.00 0.00 99.90 20:35:53 20:33:01 4 0.03 0.00 0.02 0.00 0.00 99.95 20:35:53 20:33:01 5 0.02 0.00 0.05 0.00 0.00 99.93 20:35:53 20:33:01 6 0.03 0.00 0.03 0.00 0.02 99.92 20:35:53 20:33:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:35:53 20:34:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:35:53 20:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:34:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:35:53 20:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:35:53 20:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:35:53 20:34:01 5 0.05 0.00 0.08 0.00 0.00 99.87 20:35:53 20:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:35:53 20:34:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:35:53 20:35:01 all 4.97 0.00 1.94 0.55 0.03 92.51 20:35:53 20:35:01 0 4.30 0.00 2.06 0.00 0.02 93.62 20:35:53 20:35:01 1 4.92 0.00 1.52 0.25 0.02 93.28 20:35:53 20:35:01 2 4.71 0.00 1.90 0.03 0.02 93.34 20:35:53 20:35:01 3 6.19 0.00 1.87 0.02 0.03 91.89 20:35:53 20:35:01 4 4.14 0.00 2.36 0.08 0.03 93.38 20:35:53 20:35:01 5 5.73 0.00 1.75 0.39 0.03 92.10 20:35:53 20:35:01 6 5.14 0.00 1.81 0.02 0.03 92.99 20:35:53 20:35:01 7 4.58 0.00 2.25 3.66 0.03 89.47 20:35:53 Average: all 9.36 0.00 2.42 0.85 0.03 87.35 20:35:53 Average: 0 9.27 0.00 2.34 0.94 0.03 87.43 20:35:53 Average: 1 9.26 0.00 2.38 0.63 0.03 87.71 20:35:53 Average: 2 9.23 0.00 2.47 1.15 0.03 87.12 20:35:53 Average: 3 9.24 0.00 2.51 0.85 0.03 87.37 20:35:53 Average: 4 9.44 0.00 2.38 0.75 0.03 87.40 20:35:53 Average: 5 9.63 0.00 2.53 0.55 0.03 87.26 20:35:53 Average: 6 9.27 0.00 2.28 0.76 0.03 87.67 20:35:53 Average: 7 9.51 0.00 2.48 1.14 0.03 86.85 20:35:53 20:35:53 20:35:53