Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 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-ssh15586726498358901644.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh7733116448575493573.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh18076919980923267059.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh7342232466728164119.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-ssh18360334479958423579.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.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-17050 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/254 [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/254 # 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 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f (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 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f # timeout=10 Commit message: "build: Upgrade CodeQL modules, enable addl checkers (#4080)" > git rev-list --no-walk 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:41:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:41:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:41:14 ========================================================= 19:41:14 EdgeX Global Pipelines Version Info 19:41:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:41:15 ------------------- 19:41:15 stable info: 19:41:15 ------------------- 19:41:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:41:15 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 19:41:15 Message: update stable to v1.0.234 19:41:15 ------------------- 19:41:15 experimental info: 19:41:15 ------------------- 19:41:15 Commited By: **** collab-it+edgex@linuxfoundation.org 19:41:15 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 19:41:15 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c49e1d0 [Pipeline] echo 19:41:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:16 provisioning config files... 19:41:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config2445377126204141180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:16 ---> docker-login.sh 19:41:16 nexus3.edgexfoundry.org:10001 19:41:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:16 Configure a credential helper to remove this warning. See 19:41:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:16 19:41:16 Login Succeeded 19:41:16 nexus3.edgexfoundry.org:10002 19:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:17 Configure a credential helper to remove this warning. See 19:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:17 19:41:17 Login Succeeded 19:41:17 nexus3.edgexfoundry.org:10003 19:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:17 Configure a credential helper to remove this warning. See 19:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:17 19:41:17 Login Succeeded 19:41:17 nexus3.edgexfoundry.org:10004 19:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:17 Configure a credential helper to remove this warning. See 19:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:17 19:41:17 Login Succeeded 19:41:17 docker.io 19:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:18 Configure a credential helper to remove this warning. See 19:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:18 19:41:18 Login Succeeded 19:41:18 ---> docker-login.sh ends [Pipeline] } 19:41:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:41:18 + 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 19:41:18 + cut -d/ -f2 19:41:18 + dirname cmd/core-command/Dockerfile 19:41:18 + echo core-command,cmd/core-command/Dockerfile 19:41:18 + dirname cmd/core-data/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo core-data,cmd/core-data/Dockerfile 19:41:18 + dirname cmd/core-metadata/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo core-metadata,cmd/core-metadata/Dockerfile 19:41:18 + dirname cmd/security-bootstrapper/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:41:18 + dirname cmd/security-proxy-setup/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:41:18 + dirname cmd/security-secretstore-setup/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:41:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:41:18 + dirname cmd/security-spire-agent/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:41:18 + + cut -d/dirname -f2 cmd/security-spire-config/Dockerfile 19:41:18 19:41:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:41:18 + dirname cmd/security-spire-server/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:41:18 + + dirname cmd/support-notifications/Dockerfile 19:41:18 cut -d/ -f2 19:41:18 + echo support-notifications,cmd/support-notifications/Dockerfile 19:41:18 + dirname cmd/support-scheduler/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:41:18 + dirname cmd/sys-mgmt-agent/Dockerfile 19:41:18 + cut -d/ -f2 19:41:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:41:18 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 19:41:18 + git rev-list -1 --merges c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f~1..c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] echo 19:41:18 -----------> git rev-list -1 --merges c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f~1..c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [false] [Pipeline] sh 19:41:19 + git log --format=format:%s -1 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] echo 19:41:19 ========================================================= 19:41:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:41:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:41:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:41:19 + grep -v github /etc/ssh/ssh_known_hosts 19:41:19 + [ -e /tmp/ssh_known_hosts ] 19:41:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:41:19 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:41:19 + sudo tee -a /etc/ssh/ssh_known_hosts 19:41:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:41:19 19:41:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:41:20 0.1.4: Pulling from edgex-devops/py-git-semver 19:41:20 42c077c10790: Pulling fs layer 19:41:20 f63e77b7563a: Pulling fs layer 19:41:20 bd5fdadae976: Pulling fs layer 19:41:20 205491f53016: Pulling fs layer 19:41:20 df18705c85c3: Pulling fs layer 19:41:20 bdb3f477010e: Pulling fs layer 19:41:20 c8a8fc8e1c8f: Pulling fs layer 19:41:20 2c6e9b1d212d: Pulling fs layer 19:41:20 bdb8f0575790: Pulling fs layer 19:41:20 205491f53016: Waiting 19:41:20 df18705c85c3: Waiting 19:41:20 386e3cb2ff24: Pulling fs layer 19:41:20 bdb3f477010e: Waiting 19:41:20 2c6e9b1d212d: Waiting 19:41:20 c8a8fc8e1c8f: Waiting 19:41:20 2343380bae48: Pulling fs layer 19:41:20 386e3cb2ff24: Waiting 19:41:20 bdb8f0575790: Waiting 19:41:20 2343380bae48: Waiting 19:41:20 f63e77b7563a: Verifying Checksum 19:41:20 f63e77b7563a: Download complete 19:41:20 205491f53016: Download complete 19:41:20 bd5fdadae976: Verifying Checksum 19:41:20 bd5fdadae976: Download complete 19:41:20 df18705c85c3: Verifying Checksum 19:41:20 df18705c85c3: Download complete 19:41:20 bdb3f477010e: Verifying Checksum 19:41:20 bdb3f477010e: Download complete 19:41:20 2c6e9b1d212d: Download complete 19:41:20 bdb8f0575790: Verifying Checksum 19:41:20 bdb8f0575790: Download complete 19:41:20 386e3cb2ff24: Verifying Checksum 19:41:20 386e3cb2ff24: Download complete 19:41:20 2343380bae48: Download complete 19:41:20 42c077c10790: Verifying Checksum 19:41:20 42c077c10790: Download complete 19:41:20 c8a8fc8e1c8f: Download complete 19:41:22 42c077c10790: Pull complete 19:41:22 f63e77b7563a: Pull complete 19:41:22 bd5fdadae976: Pull complete 19:41:22 205491f53016: Pull complete 19:41:22 df18705c85c3: Pull complete 19:41:22 bdb3f477010e: Pull complete 19:41:24 c8a8fc8e1c8f: Pull complete 19:41:24 2c6e9b1d212d: Pull complete 19:41:24 bdb8f0575790: Pull complete 19:41:24 386e3cb2ff24: Pull complete 19:41:25 2343380bae48: Pull complete 19:41:25 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 19:41:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:41:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:41:25 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 19:41:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:41:26 $ docker top 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c -eo pid,comm 19:41:26 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). 19:41:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:41:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:41:26 [ssh-agent] Looking for ssh-agent implementation... 19:41:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:41:27 $ docker exec 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c ssh-agent 19:41:27 SSH_AUTH_SOCK=/tmp/ssh-ZDeyWQsXgmWH/agent.33 19:41:27 SSH_AGENT_PID=40 19:41:27 Running ssh-add (command line suppressed) 19:41:27 Identity added: /w/workspace/edgex-go/254@tmp/private_key_6538290147644562391.key (/w/workspace/edgex-go/254@tmp/private_key_6538290147644562391.key) 19:41:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:41:27 + git tag --points-at HEAD [Pipeline] } 19:41:27 $ docker exec --env ******** --env ******** 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c ssh-agent -k 19:41:27 unset SSH_AUTH_SOCK; 19:41:27 unset SSH_AGENT_PID; 19:41:27 echo Agent pid 40 killed; 19:41:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:41:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:41:27 [ssh-agent] Looking for ssh-agent implementation... 19:41:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:41:27 $ docker exec 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c ssh-agent 19:41:27 SSH_AUTH_SOCK=/tmp/ssh-TfTCGA4zaGla/agent.74 19:41:27 SSH_AGENT_PID=80 19:41:27 Running ssh-add (command line suppressed) 19:41:28 Identity added: /w/workspace/edgex-go/254@tmp/private_key_5631379406519695833.key (/w/workspace/edgex-go/254@tmp/private_key_5631379406519695833.key) 19:41:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:41:28 + git semver init 19:41:28 2022-07-06 19:41:28,631 [run_init] DEBUG init version:0.0.0 force:False 19:41:28 2022-07-06 19:41:28,632 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/254/.semver 19:41:28 2022-07-06 19:41:28,632 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/254/.semver 19:41:28 2022-07-06 19:41:28,632 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/254/.semver'], cwd=/w/workspace/edgex-go/254, universal_newlines=False, shell=None, istream=None) 19:41:33 2022-07-06 19:41:33,663 [append_file] DEBUG append to file:/w/workspace/edgex-go/254/.git/info/exclude 19:41:33 2022-07-06 19:41:33,664 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/254/.semver/main with force:False 19:41:33 2022-07-06 19:41:33,664 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 19:41:33 2022-07-06 19:41:33,664 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 19:41:33 2.2.1-dev.23 [Pipeline] } 19:41:33 $ docker exec --env ******** --env ******** 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c ssh-agent -k 19:41:34 unset SSH_AUTH_SOCK; 19:41:34 unset SSH_AGENT_PID; 19:41:34 echo Agent pid 80 killed; 19:41:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:41:34 + git semver [Pipeline] } 19:41:34 $ docker stop --time=1 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c 19:41:36 $ docker rm -f 48300fbaabd67b208a8cce7eb9d0c78a0ea82459f227f0ad54a1818ea202f70c [Pipeline] // withDockerContainer [Pipeline] sh 19:41:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:41:36 Stashed 1 file(s) [Pipeline] echo 19:41:36 [edgeXSemver]: initialized semver on version 2.2.1-dev.23 [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 19:41:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:41:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:41:36 ========================================================= 19:41:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:41:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:41:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:41:37 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:41:37 59bf1c3509f3: Pulling fs layer 19:41:37 666ba61612fd: Pulling fs layer 19:41:37 8ed8ca486205: Pulling fs layer 19:41:37 cc1cd167ecdc: Pulling fs layer 19:41:37 c516ae0d96e1: Pulling fs layer 19:41:37 684cea983483: Pulling fs layer 19:41:37 dd3240ac7de5: Pulling fs layer 19:41:37 b1e948a4e11c: Pulling fs layer 19:41:37 a8fd76ee1af6: Pulling fs layer 19:41:37 646ad004c059: Pulling fs layer 19:41:37 cc1cd167ecdc: Waiting 19:41:37 c516ae0d96e1: Waiting 19:41:37 684cea983483: Waiting 19:41:37 dd3240ac7de5: Waiting 19:41:37 b1e948a4e11c: Waiting 19:41:37 a8fd76ee1af6: Waiting 19:41:37 646ad004c059: Waiting 19:41:37 8ed8ca486205: Download complete 19:41:37 666ba61612fd: Verifying Checksum 19:41:37 666ba61612fd: Download complete 19:41:37 c516ae0d96e1: Download complete 19:41:37 684cea983483: Verifying Checksum 19:41:37 684cea983483: Download complete 19:41:37 dd3240ac7de5: Verifying Checksum 19:41:37 dd3240ac7de5: Download complete 19:41:37 59bf1c3509f3: Download complete 19:41:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17049 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 19:41:37 Running in /w/workspace/edgex-go/254 [Pipeline] { [Pipeline] checkout 19:41:37 The recommended git tool is: git 19:41:37 b1e948a4e11c: Verifying Checksum 19:41:37 b1e948a4e11c: Download complete 19:41:37 59bf1c3509f3: Pull complete 19:41:37 666ba61612fd: Pull complete 19:41:37 8ed8ca486205: Pull complete 19:41:37 a8fd76ee1af6: Verifying Checksum 19:41:37 a8fd76ee1af6: Download complete 19:41:37 646ad004c059: Verifying Checksum 19:41:37 646ad004c059: Download complete 19:41:37 cc1cd167ecdc: Verifying Checksum 19:41:37 cc1cd167ecdc: Download complete 19:41:41 using credential edgex-jenkins-ssh 19:41:41 Cloning the remote Git repository 19:41:42 cc1cd167ecdc: Pull complete 19:41:42 c516ae0d96e1: Pull complete 19:41:42 684cea983483: Pull complete 19:41:42 dd3240ac7de5: Pull complete 19:41:42 b1e948a4e11c: Pull complete 19:41:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:41:42 > git init /w/workspace/edgex-go/254 # timeout=10 19:41:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:41:42 > git --version # timeout=10 19:41:42 > git --version # 'git version 2.25.1' 19:41:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:41:44 a8fd76ee1af6: Pull complete 19:41:44 646ad004c059: Pull complete 19:41:44 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 19:41:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:41:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:41:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:41:44 WORKDIR /edgex 19:41:44 COPY go.mod . 19:41:44 RUN go mod download 19:41:44 + docker build -t ci-base-image-x86_64 -f - . 19:41:46 Sending build context to Docker daemon 335.1MB 19:41:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:41:46 ---> 8f69c11f6b0c 19:41:46 Step 2/4 : WORKDIR /edgex 19:41:48 ---> Running in ced6cafb2880 19:41:48 Removing intermediate container ced6cafb2880 19:41:48 ---> 96deca66e897 19:41:48 Step 3/4 : COPY go.mod . 19:41:48 ---> 93369483fe14 19:41:48 Step 4/4 : RUN go mod download 19:41:48 ---> Running in e49095e54096 19:42:01 Avoid second fetch 19:42:01 Checking out Revision c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f (main) 19:42:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:42:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:42:02 > git config core.sparsecheckout # timeout=10 19:42:02 > git checkout -f c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f # timeout=10 19:42:06 Removing intermediate container e49095e54096 19:42:06 ---> 101936bc7bd4 19:42:06 Successfully built 101936bc7bd4 19:42:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:07 Commit message: "build: Upgrade CodeQL modules, enable addl checkers (#4080)" 19:42:07 + docker inspect -f . ci-base-image-x86_64 19:42:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:42:07 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 19:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** ci-base-image-x86_64 cat 19:42:07 $ docker top eea682ba1dc0bb5b7e72722fcb6663a5e0217c0da8bd9b5273ed8ca7c3d42e7b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:42:08 + go version 19:42:08 go version go1.17.7 linux/amd64 [Pipeline] } 19:42:08 $ docker stop --time=1 eea682ba1dc0bb5b7e72722fcb6663a5e0217c0da8bd9b5273ed8ca7c3d42e7b 19:42:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:42:08 % Total % Received % Xferd Average Speed Time Time Time Current 19:42:08 Dload Upload Total Spent Left Speed 19:42:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 196k 0 --:--:-- --:--:-- --:--:-- 196k 19:42:09 $ docker rm -f eea682ba1dc0bb5b7e72722fcb6663a5e0217c0da8bd9b5273ed8ca7c3d42e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:42:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:42:09 + docker inspect -f . ci-base-image-x86_64 19:42:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:42:09 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 19:42:10 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** ci-base-image-x86_64 cat 19:42:10 + sudo tee /etc/docker/daemon.new 19:42:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:42:10 { 19:42:10 "registry-mirrors": [ 19:42:10 "https://nexus3.edgexfoundry.org:10001" 19:42:10 ], 19:42:10 "bip": "10.250.0.254/24", 19:42:10 "hosts": [ 19:42:10 "tcp://0.0.0.0:5555", 19:42:10 "unix:///var/run/docker.sock" 19:42:10 ], 19:42:10 "mtu": 1458, 19:42:10 "selinux-enabled": true, 19:42:10 "seccomp-profile": "/etc/docker/seccomp.json" 19:42:10 } 19:42:10 $ docker top 0aa3a0a37ccb029e0e98dac56c31db4ed6152d7920cd1052443701898703831d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 19:42:10 ========================================================= 19:42:10 [edgeXBuildGoParallel] Running Tests and Build... 19:42:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:42:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:42:11 + make test 19:42:11 go mod tidy -compat=1.17 19:42:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:42:11 + sudo service docker restart 19:42:17 ? github.com/edgexfoundry/edgex-go [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:42:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.095s coverage: 28.7% of statements 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:42:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:42:29 provisioning config files... 19:42:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config1168383684155363187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:42:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.128s coverage: 98.5% of statements 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:42:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.085s coverage: 54.2% of statements 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:42:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:42:30 ---> docker-login.sh 19:42:30 nexus3.edgexfoundry.org:10001 19:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:42:31 Configure a credential helper to remove this warning. See 19:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:42:31 19:42:31 Login Succeeded 19:42:31 nexus3.edgexfoundry.org:10002 19:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:42:31 Configure a credential helper to remove this warning. See 19:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:42:31 19:42:31 Login Succeeded 19:42:31 nexus3.edgexfoundry.org:10003 19:42:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:42:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:42:32 Configure a credential helper to remove this warning. See 19:42:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:42:32 19:42:32 Login Succeeded 19:42:32 nexus3.edgexfoundry.org:10004 19:42:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:42:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:42:32 Configure a credential helper to remove this warning. See 19:42:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:42:32 19:42:32 Login Succeeded 19:42:32 docker.io 19:42:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.467s coverage: 89.2% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.049s coverage: 83.8% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.469s coverage: 95.6% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/io 0.100s coverage: 72.2% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.134s coverage: 0.9% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.100s coverage: 58.8% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.6% of statements 19:42:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 19:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 19:42:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:42:33 Configure a credential helper to remove this warning. See 19:42:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:42:33 19:42:33 Login Succeeded 19:42:33 ---> docker-login.sh ends [Pipeline] } 19:42:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:42:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:42:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:42:33 ========================================================= 19:42:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:42:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:42:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:42:34 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:42:34 9b3977197b4f: Pulling fs layer 19:42:34 1a89e8eeedd5: Pulling fs layer 19:42:34 94645a83ff95: Pulling fs layer 19:42:34 e6fb740bc735: Pulling fs layer 19:42:34 3a77bd46dcc9: Pulling fs layer 19:42:34 355e64cbe906: Pulling fs layer 19:42:34 63ab81a10011: Pulling fs layer 19:42:34 555d1d1c4555: Pulling fs layer 19:42:34 7d9057610161: Pulling fs layer 19:42:34 63ab81a10011: Waiting 19:42:34 e6fb740bc735: Waiting 19:42:34 555d1d1c4555: Waiting 19:42:34 7d9057610161: Waiting 19:42:34 355e64cbe906: Waiting 19:42:34 3a77bd46dcc9: Waiting 19:42:34 94645a83ff95: Verifying Checksum 19:42:34 94645a83ff95: Download complete 19:42:34 1a89e8eeedd5: Verifying Checksum 19:42:34 1a89e8eeedd5: Download complete 19:42:34 3a77bd46dcc9: Verifying Checksum 19:42:34 3a77bd46dcc9: Download complete 19:42:34 355e64cbe906: Verifying Checksum 19:42:34 355e64cbe906: Download complete 19:42:34 9b3977197b4f: Download complete 19:42:34 63ab81a10011: Verifying Checksum 19:42:34 63ab81a10011: Download complete 19:42:35 9b3977197b4f: Pull complete 19:42:35 7d9057610161: Verifying Checksum 19:42:35 7d9057610161: Download complete 19:42:36 1a89e8eeedd5: Pull complete 19:42:36 94645a83ff95: Pull complete 19:42:36 555d1d1c4555: Download complete 19:42:37 e6fb740bc735: Verifying Checksum 19:42:37 e6fb740bc735: Download complete 19:42:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements 19:42:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 19:42:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.181s coverage: 82.5% of statements 19:42:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:42:50 e6fb740bc735: Pull complete 19:42:50 3a77bd46dcc9: Pull complete 19:42:50 355e64cbe906: Pull complete 19:42:50 63ab81a10011: Pull complete 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 58.8% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.2% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 64.4% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 65.4% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 43.8% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.079s coverage: 89.5% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.175s coverage: 92.3% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.048s coverage: 28.9% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 19:42:54 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 19:42:57 555d1d1c4555: Pull complete 19:42:59 7d9057610161: Pull complete 19:42:59 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 19:42:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:42:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:42:59 + docker build -t ci-base-image-arm64 -f - . 19:42:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:42:59 WORKDIR /edgex 19:42:59 COPY go.mod . 19:42:59 RUN go mod download 19:43:02 Sending build context to Docker daemon 169.2MB 19:43:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:43:02 ---> 819e984ddca1 19:43:02 Step 2/4 : WORKDIR /edgex 19:43:03 ---> Running in 20ab94984e11 19:43:03 Removing intermediate container 20ab94984e11 19:43:03 ---> 33a4070150ec 19:43:03 Step 3/4 : COPY go.mod . 19:43:03 ---> a7f12094d166 19:43:03 Step 4/4 : RUN go mod download 19:43:03 ---> Running in 978e0c06c687 19:43:12 GO111MODULE=on go vet ./... 19:43:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:43:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:43:16 ./bin/test-attribution-txt.sh [Pipeline] echo 19:43:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:43:16 + ls -al . 19:43:16 total 684 19:43:16 drwxrwxr-x 10 1001 1001 4096 Jul 6 19:42 . 19:43:16 drwxr-xr-x 4 root root 4096 Jul 6 19:42 .. 19:43:16 -rw-rw-r-- 1 1001 1001 11 Jul 6 19:41 .dockerignore 19:43:16 drwxrwxr-x 8 1001 1001 4096 Jul 6 19:41 .git 19:43:16 drwxrwxr-x 3 1001 1001 4096 Jul 6 19:41 .github 19:43:16 -rw-rw-r-- 1 1001 1001 879 Jul 6 19:41 .gitignore 19:43:16 -rw-rw-r-- 1 1001 1001 42 Jul 6 19:41 .golangci.yml 19:43:16 -rw-rw-r-- 1 1001 1001 87 Jul 6 19:41 .hadolint.yml 19:43:16 drwxr-xr-x 3 1001 1001 4096 Jul 6 19:41 .semver 19:43:16 -rw-rw-r-- 1 1001 1001 166 Jul 6 19:41 .sonarcloud.properties 19:43:16 -rw-rw-r-- 1 1001 1001 1171 Jul 6 19:41 ADOPTERS.md 19:43:16 -rw-rw-r-- 1 1001 1001 10347 Jul 6 19:41 Attribution.txt 19:43:16 -rw-rw-r-- 1 1001 1001 63209 Jul 6 19:41 CHANGELOG.md 19:43:16 -rw-rw-r-- 1 1001 1001 3804 Jul 6 19:41 CONTRIBUTING.md 19:43:16 -rw-rw-r-- 1 1001 1001 677 Jul 6 19:41 GOVERNANCE.md 19:43:16 -rw-rw-r-- 1 1001 1001 850 Jul 6 19:41 Jenkinsfile 19:43:16 -rw-rw-r-- 1 1001 1001 10775 Jul 6 19:41 LICENSE 19:43:16 -rw-rw-r-- 1 1001 1001 10389 Jul 6 19:41 Makefile 19:43:16 -rw-rw-r-- 1 1001 1001 582 Jul 6 19:41 OWNERS.md 19:43:16 -rw-rw-r-- 1 1001 1001 9094 Jul 6 19:41 README.md 19:43:16 -rw-rw-r-- 1 1001 1001 6912 Jul 6 19:41 SECURITY.md 19:43:16 -rw-rw-r-- 1 1001 1001 12 Jul 6 19:41 VERSION 19:43:16 -rw-rw-r-- 1 1001 1001 4131 Jul 6 19:41 ZMQWindows.md 19:43:16 drwxrwxr-x 2 1001 1001 4096 Jul 6 19:41 bin 19:43:16 drwxrwxr-x 18 1001 1001 4096 Jul 6 19:41 cmd 19:43:16 -rw-r--r-- 1 root root 435593 Jul 6 19:42 coverage.out 19:43:16 -rw-rw-r-- 1 1001 1001 3311 Jul 6 19:41 go.mod 19:43:16 -rw-rw-r-- 1 1001 1001 36231 Jul 6 19:42 go.sum 19:43:16 drwxrwxr-x 8 1001 1001 4096 Jul 6 19:41 internal 19:43:16 drwxrwxr-x 3 1001 1001 4096 Jul 6 19:41 openapi 19:43:16 drwxrwxr-x 4 1001 1001 4096 Jul 6 19:41 snap 19:43:16 -rw-rw-r-- 1 1001 1001 204 Jul 6 19:41 version.go [Pipeline] sh 19:43:16 + '[' -e coverage.out ] 19:43:16 + chown 1001:1001 coverage.out [Pipeline] stash 19:43:17 Stashed 1 file(s) [Pipeline] sh 19:43:17 + make build 19:43:17 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:43:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:43:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:43:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:43:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:43:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:43:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:43:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:43:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:43:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:43: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.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:43:50 Removing intermediate container 978e0c06c687 19:43:50 ---> 56cbc4c6e515 19:43:50 Successfully built 56cbc4c6e515 19:43:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:51 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:43:51 + docker inspect -f . ci-base-image-arm64 19:43:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:51 prd-ubuntu20.04-docker-arm64-4c-16g-17049 does not seem to be running inside a container 19:43:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** ci-base-image-arm64 cat 19:43: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.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:43:53 $ docker top bde8852f5e9a951df6b0e18567c2e0375c232d4e544b2d151e1fcfe56c205f71 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } 19:43:53 $ docker stop --time=1 0aa3a0a37ccb029e0e98dac56c31db4ed6152d7920cd1052443701898703831d 19:43:53 + go version 19:43:53 go version go1.17.7 linux/arm64 19:43:56 $ docker rm -f 0aa3a0a37ccb029e0e98dac56c31db4ed6152d7920cd1052443701898703831d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 19:43:56 $ docker stop --time=1 bde8852f5e9a951df6b0e18567c2e0375c232d4e544b2d151e1fcfe56c205f71 19:43:58 $ docker rm -f bde8852f5e9a951df6b0e18567c2e0375c232d4e544b2d151e1fcfe56c205f71 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:43:58 19:43:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:58 19:43:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:43:59 latest: Pulling from edgex-devops/edgex-compose 19:43:59 cbdbe7a5bc2a: Pulling fs layer 19:43:59 ca9280d653b3: Pulling fs layer 19:43:59 7e9c9ca2126c: Pulling fs layer 19:43:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:59 cbdbe7a5bc2a: Verifying Checksum 19:43:59 cbdbe7a5bc2a: Download complete 19:43:59 ca9280d653b3: Verifying Checksum 19:43:59 ca9280d653b3: Download complete 19:43:59 cbdbe7a5bc2a: Pull complete 19:43:59 latest: Pulling from edgex-devops/edgex-compose-arm64 19:43:59 29e5d40040c1: Pulling fs layer 19:43:59 1ce36da41761: Pulling fs layer 19:43:59 25b303627fd3: Pulling fs layer 19:43:59 29e5d40040c1: Verifying Checksum 19:43:59 29e5d40040c1: Download complete 19:43:59 1ce36da41761: Download complete 19:43:59 7e9c9ca2126c: Download complete 19:43:59 ca9280d653b3: Pull complete 19:44:00 29e5d40040c1: Pull complete 19:44:01 25b303627fd3: Verifying Checksum 19:44:01 25b303627fd3: Download complete 19:44:01 1ce36da41761: Pull complete 19:44:04 7e9c9ca2126c: Pull complete 19:44:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:44:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:44:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:04 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 19:44:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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/edgex-compose:latest cat 19:44:05 $ docker top 8f40861e0a981fc5b20e3dbf39e87a2f46128d0090396e8b3a696371357b83d4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:06 + docker-compose build --help 19:44:06 + grep parallel 19:44:06 --parallel Build images in parallel. [Pipeline] } 19:44:06 $ docker stop --time=1 8f40861e0a981fc5b20e3dbf39e87a2f46128d0090396e8b3a696371357b83d4 19:44:08 $ docker rm -f 8f40861e0a981fc5b20e3dbf39e87a2f46128d0090396e8b3a696371357b83d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:44:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:08 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 19:44:08 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 19:44:09 $ docker top 80925189f01e5a68c0bb5bbac1f6f1fbb15339f4faa23394b1c5d3cea2069fa3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:09 + docker-compose -f ./docker-compose-build.yml build --parallel 19:44:10 Building core-command ... 19:44:10 Building core-data ... 19:44:10 Building core-metadata ... 19:44:10 Building security-bootstrapper ... 19:44:10 Building security-proxy-setup ... 19:44:10 Building security-secretstore-setup ... 19:44:10 Building security-spiffe-token-provider ... 19:44:10 Building security-spire-agent ... 19:44:10 Building security-spire-config ... 19:44:10 Building security-spire-server ... 19:44:10 Building support-notifications ... 19:44:10 Building support-scheduler ... 19:44:10 Building sys-mgmt-agent ... 19:44:10 Building support-scheduler 19:44:10 Building security-spiffe-token-provider 19:44:10 Building security-spire-server 19:44:10 Building security-spire-config 19:44:10 Building sys-mgmt-agent 19:44:14 25b303627fd3: Pull complete 19:44:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:44:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:14 prd-ubuntu20.04-docker-arm64-4c-16g-17049 does not seem to be running inside a container 19:44:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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/edgex-compose-arm64:latest cat 19:44:17 $ docker top edb2606e3dcb1fad4f59b160c966e2f36d7d4ba0d247e250c9748c96dc789b62 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:17 + docker-compose build --help+ grep parallel 19:44:17 19:44:22 --parallel Build images in parallel. [Pipeline] } 19:44:22 $ docker stop --time=1 edb2606e3dcb1fad4f59b160c966e2f36d7d4ba0d247e250c9748c96dc789b62 19:44:23 $ docker rm -f edb2606e3dcb1fad4f59b160c966e2f36d7d4ba0d247e250c9748c96dc789b62 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:44:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:44:24 prd-ubuntu20.04-docker-arm64-4c-16g-17049 does not seem to be running inside a container 19:44:24 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 19:44:25 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:44:25 ---> 101936bc7bd4 19:44:25 Step 3/22 : WORKDIR /edgex-go 19:44:25 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:44:25 ---> 101936bc7bd4 19:44:25 Step 3/26 : WORKDIR /edgex-go 19:44:25 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:25 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:44:25 ---> 101936bc7bd4 19:44:25 Step 3/20 : WORKDIR /edgex-go 19:44:25 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:44:25 ---> 101936bc7bd4 19:44:25 Step 3/23 : WORKDIR /edgex-go 19:44:25 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:44:25 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:44:25 ---> 101936bc7bd4 19:44:25 Step 3/25 : WORKDIR /edgex-go 19:44:26 $ docker top 0b4c8c0abc3024cb637165893d66f2601d5078d6f74d30e6a7357d95c3a9d610 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:27 + docker-compose -f ./docker-compose-build.yml build --parallel 19:44:27 ---> Running in 9289dea66d04 19:44:27 ---> Running in e48954d75a6a 19:44:27 ---> Running in 0f47f1a0289c 19:44:27 ---> Running in 97b3ae4d25fc 19:44:27 ---> Running in ff88239ca89b 19:44:27 Removing intermediate container 97b3ae4d25fc 19:44:27 ---> cdbb9f80eff0 19:44:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:44:27 Removing intermediate container 9289dea66d04 19:44:27 ---> 810736e4e233 19:44:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:27 Removing intermediate container ff88239ca89b 19:44:27 ---> 4559a735afb8 19:44:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:27 Removing intermediate container e48954d75a6a 19:44:27 Removing intermediate container 0f47f1a0289c 19:44:27 ---> b09edf6d4956 19:44:27 ---> ed9816688731 19:44:27 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:27 19:44:27 ---> Running in 74881e502e23 19:44:27 ---> Running in aacbfe3f43bc 19:44:27 ---> Running in 7b1fb76ca0d0 19:44:27 ---> Running in cd7cb1676abf 19:44:27 ---> Running in 8db17e8c63e1 19:44:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:28 Removing intermediate container cd7cb1676abf 19:44:28 ---> 3394303780b0 19:44:28 Step 5/22 : RUN apk add --update --no-cache make git 19:44:28 ---> Running in a0090f8e50e6 19:44:28 Removing intermediate container aacbfe3f43bc 19:44:28 ---> 9ecaf03066c2 19:44:28 Step 5/23 : RUN apk add --update --no-cache make bash git 19:44:28 ---> Running in 4b6a13d8131e 19:44:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:29 Removing intermediate container 7b1fb76ca0d0 19:44:29 ---> 948ca7c69f58 19:44:29 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:44:29 ---> Running in bf3b2126e2d2 19:44:29 Removing intermediate container 8db17e8c63e1 19:44:29 ---> 1274485cf1fe 19:44:29 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:44:29 ---> Running in 2039cc8061ec 19:44:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:30 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:44:30 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:44:30 OK: 15866 distinct packages available 19:44:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:30 OK: 221 MiB in 52 packages 19:44:30 OK: 221 MiB in 52 packages 19:44:31 OK: 221 MiB in 52 packages 19:44:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:31 OK: 221 MiB in 52 packages 19:44:31 Removing intermediate container a0090f8e50e6 19:44:31 ---> 15ff5060f229 19:44:31 Step 6/22 : COPY go.mod vendor* ./ 19:44:31 Removing intermediate container 4b6a13d8131e 19:44:31 ---> 0f263272d564 19:44:31 Step 6/23 : COPY go.mod vendor* ./ 19:44:31 ---> 54447d84f316 19:44:31 ---> 0449cffd6b44 19:44:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:31 19:44:31 Building core-command ... 19:44:31 Building core-data ... 19:44:31 Building core-metadata ... 19:44:31 Building security-bootstrapper ... 19:44:31 Building security-proxy-setup ... 19:44:31 Building security-secretstore-setup ... 19:44:31 Building security-spiffe-token-provider ... 19:44:31 Building security-spire-agent ... 19:44:31 Building security-spire-config ... 19:44:31 Building security-spire-server ... 19:44:31 Building support-notifications ... 19:44:31 Building support-scheduler ... 19:44:31 Building sys-mgmt-agent ... 19:44:31 Building security-spiffe-token-provider 19:44:31 Building support-scheduler 19:44:31 Building core-metadata 19:44:31 Building security-secretstore-setup 19:44:31 Building security-spire-server 19:44:31 ---> Running in a9cfb9684e64 19:44:31 ---> Running in e2e5d95ec64d 19:44:31 Removing intermediate container bf3b2126e2d2 19:44:31 ---> 452a87e40b8a 19:44:31 Step 6/26 : COPY go.mod vendor* ./ 19:44:31 Removing intermediate container 2039cc8061ec 19:44:31 ---> dc09711cf08a 19:44:31 Step 6/25 : COPY go.mod vendor* ./ 19:44:31 ---> 65327358e9c4 19:44:31 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:31 ---> Running in 263baf5a0707 19:44:31 ---> 04873a6ac736 19:44:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:31 ---> Running in 8a8e8aae5007 19:44:31 OK: 221 MiB in 52 packages 19:44:32 Removing intermediate container 74881e502e23 19:44:32 ---> de8c77552520 19:44:32 Step 5/20 : COPY go.mod vendor* ./ 19:44:32 ---> d0cbb24b416c 19:44:32 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:44:32 ---> Running in a0f868b7d82d 19:44:32 Removing intermediate container a9cfb9684e64 19:44:32 ---> 7b5ea62308c3 19:44:32 Step 8/22 : COPY . . 19:44:32 Removing intermediate container e2e5d95ec64d 19:44:32 ---> d924218f4950 19:44:32 Step 8/23 : COPY . . 19:44:34 Removing intermediate container 263baf5a0707 19:44:34 ---> 58b560e5dfcb 19:44:34 Step 8/26 : COPY . . 19:44:38 Removing intermediate container 8a8e8aae5007 19:44:38 ---> 6a9f84349f60 19:44:38 Step 8/25 : COPY . . 19:44:38 Removing intermediate container a0f868b7d82d 19:44:38 ---> cfde3f981340 19:44:38 Step 7/20 : COPY . . 19:44:38 ---> d0f19dd8af04 19:44:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:44:41 ---> 7c6e2516e08a 19:44:41 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:44:41 ---> Running in bef5a7986a3d 19:44:41 ---> Running in d91541b69901 19:44:41 ---> 5b1b986287f2 19:44:41 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:44:41 ---> Running in af094ddbba06 19:44:41 Removing intermediate container af094ddbba06 19:44:41 ---> 2ffb8de8022b 19:44:41 Step 10/26 : WORKDIR /edgex-go/spire-build 19:44:42 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:44: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.23" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:44:42 ---> Running in a11a24f246e5 19:44:42 Removing intermediate container a11a24f246e5 19:44:42 ---> e752fa306db5 19:44:42 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 19:44:42 ---> Running in 71b0657d66b5 19:44:43 ---> 7f211653359c 19:44:43 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:44:43 ---> 453a04863eaa 19:44:43 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:44:43 ---> Running in f1200b522c4e 19:44:43 ---> Running in bd4c0f5a3a62 19:44:43 Removing intermediate container 71b0657d66b5 19:44:43 ---> cf688c7e6da7 19:44:43 Step 12/26 : WORKDIR /edgex-go 19:44:43 ---> Running in 9c30609e7856 19:44:44 Removing intermediate container f1200b522c4e 19:44:44 ---> f3a3aa435f0e 19:44:44 Step 10/25 : WORKDIR /edgex-go/spire-build 19:44:44 ---> Running in 40b53500e9e0 19:44:44 Removing intermediate container 9c30609e7856 19:44:44 ---> 6537d4454095 19:44:44 19:44:44 Step 13/26 : FROM alpine:3.15 19:44:44 Removing intermediate container 40b53500e9e0 19:44:44 ---> 371e11613eb0 19:44:44 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 19:44:44 3.15: Pulling from library/alpine 19:44:44 ---> Running in ae04d3b46fe0 19:44: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.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:44:44 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:44:44 Status: Downloaded newer image for alpine:3.15 19:44:44 ---> 0ac33e5f5afa 19:44:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:44:45 ---> Running in 217b52926715 19:44:45 Removing intermediate container 217b52926715 19:44:45 Removing intermediate container ae04d3b46fe0 19:44:45 ---> 0564ad293b4d 19:44:45 ---> a30cc4c15eb3 19:44:45 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 12/25 : WORKDIR /edgex-go 19:44:45 19:44:45 ---> Running in 3180118fcf70 19:44:45 ---> Running in 33c719177352 19:44:46 Removing intermediate container 3180118fcf70 19:44:46 ---> eb1364bcd67e 19:44:46 19:44:46 Step 13/25 : FROM alpine:3.15 19:44:46 ---> 0ac33e5f5afa 19:44:46 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:44:46 ---> Using cache 19:44:46 ---> 0564ad293b4d 19:44:46 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:46 ---> Running in 829cacda0d78 19:44:47 Removing intermediate container 33c719177352 19:44:47 ---> 8ad2c544af06 19:44:47 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:44:47 ---> Running in 83444b58db4f 19:44:48 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:48 Removing intermediate container 829cacda0d78 19:44:48 ---> 979967aa636f 19:44:48 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:44:48 ---> Running in 478550531d23 19:44:48 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:48 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:49 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:44:49 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:44:49 OK: 15861 distinct packages available 19:44:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:50 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:51 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:44:51 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:44:51 OK: 15861 distinct packages available 19:44:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:44:51 (1/4) Installing dumb-init (1.2.5-r1) 19:44:51 (2/4) Installing musl-obstack (1.2.3-r0) 19:44:52 (3/4) Installing libucontext (1.1-r0) 19:44:52 (4/4) Installing gcompat (1.0.0-r4) 19:44:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:44:52 Executing busybox-1.34.1-r5.trigger 19:44:52 OK: 6 MiB in 18 packages 19:44:54 Removing intermediate container 83444b58db4f 19:44:54 ---> 879e0948685b 19:44:54 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:54 (1/5) Installing dumb-init (1.2.5-r1) 19:44:54 (2/5) Installing musl-obstack (1.2.3-r0) 19:44:54 (3/5) Installing libucontext (1.1-r0) 19:44:54 (4/5) Installing gcompat (1.0.0-r4) 19:44:54 (5/5) Installing openssl (1.1.1q-r0) 19:44:55 Executing busybox-1.34.1-r5.trigger 19:44:55 OK: 6 MiB in 19 packages 19:44:56 ---> 403e4713a23b 19:44:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:44:56 Removing intermediate container 478550531d23 19:44:56 ---> 54306f4b8635 19:44:56 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:44:56 ---> 5898516bef7c 19:44:56 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:44:57 ---> Running in adbaac6163e9 19:44:58 Removing intermediate container adbaac6163e9 19:44:58 ---> 8307950a91da 19:44:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:44:59 ---> 11d458f62527 19:44:59 Step 21/26 : WORKDIR / 19:44:59 ---> 3a5aa49b7087 19:44:59 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:44:59 ---> Running in 5324fb4e1322 19:44:59 Removing intermediate container 5324fb4e1322 19:44:59 ---> 56cfbb612fcd 19:44:59 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:44:59 ---> Running in 7b1bf4c31792 19:44:59 ---> 464a09f6fa51 19:44:59 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:45:00 Removing intermediate container 7b1bf4c31792 19:45:00 ---> 8b0f35bf6981 19:45:00 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:45:00 ---> Running in e351b47460bf 19:45:00 ---> ce53daf7b16c 19:45:00 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:45:00 Removing intermediate container e351b47460bf 19:45:00 ---> 9ec44a89852c 19:45:00 Step 24/26 : LABEL arch=x86_64 19:45:00 ---> Running in 719de762c530 19:45:00 ---> 24a3d7ad3529 19:45:00 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:45:01 ---> Running in 2c9960221ca2 19:45:01 Removing intermediate container 719de762c530 19:45:01 ---> 270dfe6cdeb3 19:45:01 Step 25/26 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:01 ---> Running in b6bc7b0ec09f 19:45:01 Removing intermediate container 2c9960221ca2 19:45:01 ---> 3c37caab1677 19:45:01 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:45:01 ---> Running in 1e6473c73001 19:45:01 Removing intermediate container b6bc7b0ec09f 19:45:01 ---> 6d912b4d3966 19:45:01 Step 26/26 : LABEL version=2.2.1-dev.23 19:45:01 ---> Running in a92f6a5b2d5d 19:45:01 Removing intermediate container 1e6473c73001 19:45:01 ---> 9b62f6f86e7d 19:45:01 Step 23/25 : LABEL arch=x86_64 19:45:01 ---> Running in 4a88aaba04ab 19:45:02 Removing intermediate container a92f6a5b2d5d 19:45:02 ---> e68d748fbe9b 19:45:02 19:45:02 Removing intermediate container 4a88aaba04ab 19:45:02 ---> 72c286e08ba5 19:45:02 Step 24/25 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:02 Successfully built e68d748fbe9b 19:45:02 ---> Running in 731ddbf41db1 19:45:02 Successfully tagged security-spire-config:latest 19:45:02 Building support-notifications 19:45:04  Building security-spire-config ... done Removing intermediate container 731ddbf41db1 19:45:04 ---> 3dda443ab373 19:45:04 Step 25/25 : LABEL version=2.2.1-dev.23 19:45:06 ---> Running in 4e34429455f2 19:45:06 Removing intermediate container d91541b69901 19:45:06 ---> 35edc93e7088 19:45:06 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:45:06 ---> Running in 67193041e29e 19:45:06 Removing intermediate container 4e34429455f2 19:45:06 ---> e5ebd4874b59 19:45:06 19:45:06 Successfully built e5ebd4874b59 19:45:06 Successfully tagged security-spire-server:latest 19:45:06 Building core-data 19:45:06  Building security-spire-server ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:45:07 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:45:07 ---> 101936bc7bd4 19:45:07 Step 3/22 : WORKDIR /edgex-go 19:45:07 ---> Using cache 19:45:07 ---> b09edf6d4956 19:45:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:07 ---> Using cache 19:45:07 ---> 1274485cf1fe 19:45:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:45:09 ---> Running in 666157fa70e5 19:45:09 Removing intermediate container 67193041e29e 19:45:09 ---> 89b061b755d5 19:45:09 19:45:09 Step 11/23 : FROM docker:20.10.14 19:45:09 20.10.14: Pulling from library/docker 19:45:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:10 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:10 ---> 101936bc7bd4 19:45:10 Step 3/23 : WORKDIR /edgex-go 19:45:10 ---> Using cache 19:45:10 ---> b09edf6d4956 19:45:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:10 ---> Using cache 19:45:10 ---> 1274485cf1fe 19:45:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:45:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:12 OK: 221 MiB in 52 packages 19:45:12 ---> Running in 2d186dafa3e1 19:45:12 Removing intermediate container bd4c0f5a3a62 19:45:12 Removing intermediate container bef5a7986a3d 19:45:12 ---> 75ed38de6cef 19:45:12 ---> 95226417d461 19:45:12 19:45:12 19:45:12 Step 9/20 : FROM alpine:3.15 19:45:12 ---> 0ac33e5f5afa 19:45:12 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 10/22 : FROM alpine:3.14 19:45:12 19:45:12 ---> Using cache 19:45:12 ---> 0564ad293b4d 19:45:12 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:12 ---> Using cache 19:45:12 ---> 979967aa636f 19:45:12 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:45:12 3.14: Pulling from library/alpine 19:45:12 ---> Running in 6c5b0261895a 19:45:13 Removing intermediate container 666157fa70e5 19:45:13 ---> 55735ff15400 19:45:13 Step 6/22 : COPY go.mod vendor* ./ 19:45:13 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:45:13 Status: Downloaded newer image for alpine:3.14 19:45:13 ---> e04c818066af 19:45:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:45:13 ---> Running in 2f269076ac5d 19:45:13 ---> 2e903ab9c9f0 19:45:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:13 ---> Running in 446ed9e2d611 19:45:13 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:45:13 Status: Downloaded newer image for docker:20.10.14 19:45:13 ---> 7417809fdb73 19:45:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:45:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:13 ---> Running in 18d365bd86f8 19:45:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:13 Removing intermediate container 18d365bd86f8 19:45:13 ---> 78c1574be5d4 19:45:13 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 19:45:13 ---> Running in 9eacdd8d76dd 19:45:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:45:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:45:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:14 (1/1) Installing dumb-init (1.2.5-r1) 19:45:14 Executing busybox-1.33.1-r7.trigger 19:45:14 OK: 6 MiB in 15 packages 19:45:14 Removing intermediate container 446ed9e2d611 19:45:14 ---> b2341d2f33d2 19:45:14 Step 8/22 : COPY . . 19:45:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:14 (1/43) Installing readline (8.1.1-r0) 19:45:14 (2/43) Installing bash (5.1.16-r0) 19:45:14 Executing bash-5.1.16-r0.post-install 19:45:14 (3/43) Installing brotli-libs (1.0.9-r5) 19:45:14 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:45:14 (5/43) Installing libcurl (7.80.0-r2) 19:45:14 (6/43) Installing curl (7.80.0-r2) 19:45:14 (7/43) Installing dumb-init (1.2.5-r1) 19:45:14 (8/43) Installing libbz2 (1.0.8-r1) 19:45:14 (9/43) Installing expat (2.4.7-r0) 19:45:14 (10/43) Installing libffi (3.4.2-r1) 19:45:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:14 (11/43) Installing gdbm (1.22-r0) 19:45:14 (12/43) Installing xz-libs (5.2.5-r1) 19:45:14 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:45:14 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:45:14 (15/43) Installing mpdecimal (2.5.1-r1) 19:45:14 (16/43) Installing sqlite-libs (3.36.0-r0) 19:45:15 (17/43) Installing python3 (3.9.7-r4) 19:45:15 OK: 221 MiB in 52 packages 19:45:15 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:45:15 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:45:15 OK: 15861 distinct packages available 19:45:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:16 Removing intermediate container 2f269076ac5d 19:45:16 ---> 79d1c860a2e2 19:45:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:45:16 ---> Running in e1bca8192ea2 19:45:16 Removing intermediate container 2d186dafa3e1 19:45:16 ---> a5eed42f73e4 19:45:16 Step 6/23 : COPY go.mod vendor* ./ 19:45:16 Removing intermediate container e1bca8192ea2 19:45:16 ---> 413dddbd0d76 19:45:16 Step 13/22 : ENV APP_PORT=59861 19:45:16 ---> Running in 1937e3951928 19:45:16 ---> 1380cf4b4f4e 19:45:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:16 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:16 ---> Running in 947faf21580a 19:45:17 Removing intermediate container 1937e3951928 19:45:17 ---> 1f08dcf7a1a2 19:45:17 Step 14/22 : EXPOSE $APP_PORT 19:45:17 ---> Running in e75576dc0ad7 19:45:17 Removing intermediate container e75576dc0ad7 19:45:17 ---> 40ea79a46820 19:45:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:17 ---> ace161210942 19:45:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:45:18 Removing intermediate container 947faf21580a 19:45:18 ---> 256fb8f7261c 19:45:18 Step 8/23 : COPY . . 19:45:18 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:18 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:45:18 ---> 56cbc4c6e515 19:45:18 Step 3/25 : WORKDIR /edgex-go 19:45:18 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:18 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:45:18 ---> 56cbc4c6e515 19:45:18 Step 3/25 : WORKDIR /edgex-go 19:45:18 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:18 ---> 56cbc4c6e515 19:45:18 Step 3/23 : WORKDIR /edgex-go 19:45:18 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:18 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:45:18 ---> 56cbc4c6e515 19:45:18 Step 3/20 : WORKDIR /edgex-go 19:45:18 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:45:18 ---> 56cbc4c6e515 19:45:18 Step 3/22 : WORKDIR /edgex-go 19:45:18 ---> Running in 937cfe252956 19:45:18 ---> Running in 9c2a44a7a09a 19:45:18 ---> Running in 2fe5db9e73a1 19:45:18 ---> Running in 20379be999b7 19:45:18 ---> Running in 90c996abce89 19:45:18 Removing intermediate container 937cfe252956 19:45:18 ---> 10fa8768b934 19:45:18 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:19 ---> Running in fddb1d46e5a0 19:45:19 Removing intermediate container 90c996abce89 19:45:19 ---> 59ad7660db63 19:45:19 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 19:45:19 Removing intermediate container 20379be999b7 19:45:19 ---> 2505e75bbf6a 19:45:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:19 Removing intermediate container 2fe5db9e73a1 19:45:19 ---> f1e894b912e9 19:45:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:19 ---> Running in 3b99a5d4fca8 19:45:19 ---> Running in 2cd23716322d 19:45:19 Removing intermediate container 9c2a44a7a09a 19:45:19 ---> 6cf9393948dc 19:45:19 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:19 ---> Running in 9c4ad6f0927b 19:45:19 ---> 99080ff25713 19:45:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:45:19 (1/9) Installing ca-certificates (20211220-r0) 19:45:20 ---> Running in 0ac844829e24 19:45:20 ---> 8b1236fdf1b7 19:45:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:45:20 ---> 53e3bfa8b5d1 19:45:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:45:20 ---> Running in a2edafd35acb 19:45:20 ---> Running in 8606c9a19a4c 19:45:20 Removing intermediate container a2edafd35acb 19:45:20 ---> 889a54a25750 19:45:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:20 ---> Running in 4666384edb34 19:45:20 Removing intermediate container 4666384edb34 19:45:20 ---> d8e6e7e04a72 19:45:20 Step 20/22 : LABEL arch=x86_64 19:45:20 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:45:20 ---> Running in d6bd65dde1f9 19:45:21 Removing intermediate container d6bd65dde1f9 19:45:21 ---> c49016226e07 19:45:21 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:21 ---> Running in f4ca474a0794 19:45:21 Removing intermediate container f4ca474a0794 19:45:21 ---> aee81e030eae 19:45:21 Step 22/22 : LABEL version=2.2.1-dev.23 19:45:21 ---> Running in 93bf732a32c6 19:45:21 (2/9) Installing brotli-libs (1.0.9-r5) 19:45:21 Removing intermediate container 93bf732a32c6 19:45:21 ---> 0de4d03e6735 19:45:21 19:45:21 Successfully built 0de4d03e6735 19:45:21 Successfully tagged support-scheduler:latest 19:45:21  Building support-scheduler ... done Building security-bootstrapper 19:45:21 (18/43) Installing py3-appdirs (1.4.4-r2) 19:45:21 (19/43) Installing py3-certifi (2020.12.5-r1) 19:45:21 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:45:21 (21/43) Installing py3-idna (3.3-r0) 19:45:22 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:45:22 (23/43) Installing py3-requests (2.26.0-r1) 19:45:22 (24/43) Installing py3-msgpack (1.0.2-r1) 19:45:22 (25/43) Installing py3-lockfile (0.12.2-r4) 19:45:22 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:45:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:22 Removing intermediate container fddb1d46e5a0 19:45:22 ---> c00f23cd9d24 19:45:22 Step 5/25 : RUN apk add --update --no-cache make git 19:45:22 ---> Running in 7d34f23c6e76 19:45:23 (27/43) Installing py3-colorama (0.4.4-r1) 19:45:23 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:45:23 (29/43) Installing py3-distlib (0.3.3-r0) 19:45:23 Removing intermediate container 3b99a5d4fca8 19:45:23 ---> f77cbab57eb1 19:45:23 Step 5/23 : RUN apk add --update --no-cache make git 19:45:23 ---> Running in de0bd36ec654 19:45:23 (30/43) Installing py3-distro (1.6.0-r0) 19:45:23 (31/43) Installing py3-six (1.16.0-r0) 19:45:23 (32/43) Installing py3-webencodings (0.5.1-r4) 19:45:24 (33/43) Installing py3-html5lib (1.1-r1) 19:45:24 (34/43) Installing py3-parsing (2.4.7-r2) 19:45:24 Removing intermediate container 0ac844829e24 19:45:24 ---> bac0c49e8c55 19:45:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 19:45:24 Removing intermediate container 9c4ad6f0927b 19:45:24 ---> f31200a0136b 19:45:24 Step 5/22 : RUN apk add --update --no-cache make git 19:45:24 ---> Running in 60de6a851eb5 19:45:24 (35/43) Installing py3-packaging (20.9-r1) 19:45:24 (36/43) Installing py3-tomli (1.2.2-r0) 19:45:24 (37/43) Installing py3-pep517 (0.12.0-r0) 19:45:24 (38/43) Installing py3-progress (1.6-r0) 19:45:24 (39/43) Installing py3-retrying (1.3.3-r2) 19:45:24 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:45:24 (41/43) Installing py3-setuptools (52.0.0-r4) 19:45:24 ---> Running in 5db3cb017a7e 19:45:24 (42/43) Installing py3-toml (0.10.2-r2) 19:45:24 (43/43) Installing py3-pip (20.3.4-r1) 19:45:24 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:45:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:24 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> 101936bc7bd4 19:45:24 Step 3/31 : WORKDIR /edgex-go 19:45:24 ---> Using cache 19:45:24 ---> b09edf6d4956 19:45:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 ---> Using cache 19:45:24 ---> 1274485cf1fe 19:45:24 Step 5/31 : RUN apk add --update --no-cache make git 19:45:25 ---> 42e3a664923b 19:45:25 Step 9/23 : RUN make cmd/core-data/core-data 19:45:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:25 ---> Running in bbace1a9896f 19:45:25 ---> Running in 0f07f41c1e5d 19:45:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:25 Executing busybox-1.34.1-r5.trigger 19:45:25 OK: 83 MiB in 65 packages 19:45:25 (4/9) Installing libcurl (7.80.0-r2) 19:45:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:45:25 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:45:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:26 Collecting docker-compose==1.23.2 19:45:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:45:26 Collecting jsonschema<3,>=2.5.1 19:45:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:45:26 Collecting cached-property<2,>=1.2.0 19:45:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:45:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:27 OK: 220 MiB in 52 packages 19:45:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:45:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:45:27 Collecting PyYAML<4,>=3.10 19:45:27 Downloading PyYAML-3.13.tar.gz (270 kB) 19:45:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:27 Removing intermediate container 7d34f23c6e76 19:45:27 ---> eef743b1cb32 19:45:27 Step 6/25 : COPY go.mod vendor* ./ 19:45:27 Collecting docopt<0.7,>=0.6.1 19:45:27 Downloading docopt-0.6.2.tar.gz (25 kB) 19:45:27 (5/9) Installing curl (7.80.0-r2) 19:45:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:45:27 Collecting websocket-client<1.0,>=0.32.0 19:45:27 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:45:27 Collecting docker<4.0,>=3.6.0 19:45:28 ---> 51a7f09f4a0e 19:45:28 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:45:28 Collecting texttable<0.10,>=0.9.0 19:45:28 Downloading texttable-0.9.1.tar.gz (11 kB) 19:45:28 Collecting dockerpty<0.5,>=0.4.1 19:45:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:45:28 ---> Running in 08e7e15e7c31 19:45:29 Collecting docker-pycreds>=0.4.0 19:45:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:45:29 (6/9) Installing dumb-init (1.2.5-r1) 19:45:29 Collecting idna<2.8,>=2.5 19:45:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:45:29 Collecting chardet<3.1.0,>=3.0.2 19:45:29 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:45:29 OK: 220 MiB in 52 packages 19:45:29 (7/9) Installing musl-obstack (1.2.3-r0) 19:45:29 Collecting urllib3<1.25,>=1.21.1 19:45:29 (8/9) Installing libucontext (1.1-r0) 19:45:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:45:29 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) 19:45:29 (9/9) Installing gcompat (1.0.0-r4) 19:45:29 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:45:29 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:45:29 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:45:29 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:45:29 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:45:29 Attempting uninstall: urllib3 19:45:29 Found existing installation: urllib3 1.26.7 19:45:29 Uninstalling urllib3-1.26.7: 19:45:29 Successfully uninstalled urllib3-1.26.7 19:45:29 Executing busybox-1.34.1-r5.trigger 19:45:29 Executing ca-certificates-20211220-r0.trigger 19:45:29 OK: 8 MiB in 23 packages 19:45:29 Attempting uninstall: idna 19:45:29 Found existing installation: idna 3.3 19:45:29 Uninstalling idna-3.3: 19:45:29 Successfully uninstalled idna-3.3 19:45:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:45:30 Removing intermediate container 5db3cb017a7e 19:45:30 ---> 6d95990428db 19:45:30 Step 6/22 : COPY go.mod vendor* ./ 19:45:30 Attempting uninstall: requests 19:45:30 Found existing installation: requests 2.26.0 19:45:30 Uninstalling requests-2.26.0: 19:45:30 Successfully uninstalled requests-2.26.0 19:45:30 ---> d436e2af5fdf 19:45:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:31 Running setup.py install for texttable: started 19:45:31 Removing intermediate container 6c5b0261895a 19:45:31 ---> 07da2fcb6b80 19:45:31 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:31 ---> Running in 889d733d8faf 19:45:31 Removing intermediate container 08e7e15e7c31 19:45:31 ---> db8335cdaf66 19:45:31 Step 8/25 : COPY . . 19:45:31 Running setup.py install for texttable: finished with status 'done' 19:45:31 Running setup.py install for PyYAML: started 19:45:31 ---> e4cad2ecdc28 19:45:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:45:31 Running setup.py install for PyYAML: finished with status 'done' 19:45:31 Running setup.py install for docopt: started 19:45:32 Running setup.py install for docopt: finished with status 'done' 19:45:32 Running setup.py install for dockerpty: started 19:45:32 OK: 220 MiB in 52 packages 19:45:32 Running setup.py install for dockerpty: finished with status 'done' 19:45:32 ---> 0155e01c0396 19:45:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:45:32 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 19:45:32 ---> 00f98e3decaf 19:45:32 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:45:32 ---> Running in 350c705e0339 19:45:33 Removing intermediate container 350c705e0339 19:45:33 ---> f895fa6a100c 19:45:33 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:33 ---> Running in 49fbe06189e5 19:45:33 Removing intermediate container 60de6a851eb5 19:45:33 ---> 56547db1df39 19:45:33 Step 6/25 : COPY go.mod vendor* ./ 19:45:33 Removing intermediate container 49fbe06189e5 19:45:33 ---> bc45c0f73203 19:45:33 Step 18/20 : LABEL arch=x86_64 19:45:33 ---> Running in 533a12e08f81 19:45:33 OK: 220 MiB in 52 packages 19:45:34 Removing intermediate container 533a12e08f81 19:45:34 ---> c2a5a1ce4069 19:45:34 Step 19/20 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:34 ---> Running in 024d22af2252 19:45:34 ---> a5667116a885 19:45:34 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:34 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 19:45:34 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 19:45:34 OK: 15743 distinct packages available 19:45:34 Removing intermediate container 889d733d8faf 19:45:34 ---> 8fa117aeb46a 19:45:34 Step 8/22 : COPY . . 19:45:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:45:34 ---> Running in bf6c23061f37 19:45:35 Removing intermediate container de0bd36ec654 19:45:35 ---> efe19873e1bf 19:45:35 Step 6/23 : COPY go.mod vendor* ./ 19:45:35 Removing intermediate container 024d22af2252 19:45:35 ---> 7463272ddbb6 19:45:35 Step 20/20 : LABEL version=2.2.1-dev.23 19:45:35 ---> Running in 1c758704f189 19:45:35 Removing intermediate container 1c758704f189 19:45:35 ---> 6e1042477c84 19:45:35 19:45:35 Successfully built 6e1042477c84 19:45:35 Successfully tagged security-spiffe-token-provider:latest 19:45:35 Building security-spire-agent 19:45:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:45:36 ---> e03edf7d11cf 19:45:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:36 ---> Running in 315da07893d4 19:45:37  Building security-spiffe-token-provider ... done OK: 221 MiB in 52 packages 19:45:37 Removing intermediate container 9eacdd8d76dd 19:45:37 ---> ffdb333835a0 19:45:37 Step 14/23 : ENV APP_PORT=58890 19:45:38 ---> Running in f4f2d6e5d875 19:45:38 Removing intermediate container f4f2d6e5d875 19:45:38 ---> 482d9cf345f8 19:45:38 Step 15/23 : EXPOSE $APP_PORT 19:45:39 Removing intermediate container bbace1a9896f 19:45:39 ---> e171e030273c 19:45:39 Step 6/31 : COPY go.mod vendor* ./ 19:45:39 ---> Running in e2f2a41b6569 19:45:39 Removing intermediate container e2f2a41b6569 19:45:39 ---> 7aa9c494acb8 19:45:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:45:39 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:45:39 ---> 101936bc7bd4 19:45:39 Step 3/26 : WORKDIR /edgex-go 19:45:39 ---> Using cache 19:45:39 ---> b09edf6d4956 19:45:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:39 ---> Using cache 19:45:39 ---> 1274485cf1fe 19:45:39 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:45:39 ---> Using cache 19:45:39 ---> dc09711cf08a 19:45:39 Step 6/26 : COPY go.mod vendor* ./ 19:45:39 ---> Using cache 19:45:39 ---> 04873a6ac736 19:45:39 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:39 ---> Using cache 19:45:39 ---> 6a9f84349f60 19:45:39 Step 8/26 : COPY . . 19:45:39 ---> Using cache 19:45:39 ---> 7f211653359c 19:45:39 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:45:39 ---> Using cache 19:45:39 ---> f3a3aa435f0e 19:45:39 Step 10/26 : WORKDIR /edgex-go/spire-build 19:45:39 ---> Using cache 19:45:39 ---> 371e11613eb0 19:45:39 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 19:45:39 ---> 41244e598f50 19:45:39 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:39 Removing intermediate container bf6c23061f37 19:45:39 ---> ae757f33d6b9 19:45:39 Step 8/25 : COPY . . 19:45:39 ---> Running in cb9f492428a0 19:45:39 ---> Running in 159ba08110c2 19:45:39 ---> 609f59688ef3 19:45:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:45:40 Removing intermediate container 315da07893d4 19:45:40 ---> e508fd7b9854 19:45:40 Step 8/23 : COPY . . 19:45:40 ---> 5cfbda0d3936 19:45:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:45:41 ---> ab4cec8dbd52 19:45:41 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:45:41 ---> Running in ed7abed7dfa9 19:45:41 Removing intermediate container 159ba08110c2 19:45:41 ---> 8a83ee719f5b 19:45:41 Step 8/31 : COPY . . 19:45:41 Removing intermediate container cb9f492428a0 19:45:41 ---> 7e9e350d2c8a 19:45:41 Step 12/26 : WORKDIR /edgex-go 19:45:42 Removing intermediate container 8606c9a19a4c 19:45:42 ---> 903330c26222 19:45:42 19:45:42 Step 10/22 : FROM alpine:3.14 19:45:42 ---> e04c818066af 19:45:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:45:42 Removing intermediate container ed7abed7dfa9 19:45:42 ---> 000d72b9cdc8 19:45:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:42 OK: 220 MiB in 52 packages 19:45:43 ---> Running in c8ca7e281bb7 19:45:43 ---> Running in 139cc9d63cfc 19:45:44 ---> Running in c1c608b40f7e 19:45:44 Removing intermediate container 139cc9d63cfc 19:45:44 ---> c5604ddb6162 19:45:44 19:45:44 Step 13/26 : FROM alpine:3.15 19:45:44 ---> 0ac33e5f5afa 19:45:44 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:45:44 ---> Using cache 19:45:44 ---> 0564ad293b4d 19:45:44 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:44 ---> Using cache 19:45:44 ---> 979967aa636f 19:45:44 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:45:44 ---> Using cache 19:45:44 ---> 54306f4b8635 19:45:44 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:45:44 Removing intermediate container c1c608b40f7e 19:45:44 ---> ba68a0c74f1a 19:45:44 Step 21/23 : LABEL arch=x86_64 19:45:44 ---> Running in 17f59f67d94a 19:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:45:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:45:44 Removing intermediate container 2cd23716322d 19:45:44 ---> b2c658c50b2f 19:45:44 Step 5/20 : COPY go.mod vendor* ./ 19:45:44 Removing intermediate container 17f59f67d94a 19:45:44 ---> 203f3cd1e4f4 19:45:44 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:44 (1/2) Installing ca-certificates (20211220-r0) 19:45:45 (2/2) Installing dumb-init (1.2.5-r1) 19:45:45 Executing busybox-1.33.1-r7.trigger 19:45:45 Executing ca-certificates-20211220-r0.trigger 19:45:45 OK: 6 MiB in 16 packages 19:45:45 ---> 70d2e6b57372 19:45:45 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:45:45 ---> Running in f6c14cc1db32 19:45:45 ---> 254d551ad3be 19:45:45 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:45 ---> Running in efd93a6b182d 19:45:46 Removing intermediate container f6c14cc1db32 19:45:46 ---> 4f7c162c8bbc 19:45:46 Step 23/23 : LABEL version=2.2.1-dev.23 19:45:46 ---> Running in 3b34d0bf1a79 19:45:46 ---> 733be221cf10 19:45:46 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:45:47 Removing intermediate container 0f07f41c1e5d 19:45:47 ---> adcbbeb4e048 19:45:47 19:45:47 Step 10/23 : FROM alpine:3.14 19:45:47 ---> e04c818066af 19:45:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:45:47 ---> d3aad95ef984 19:45:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:45:47 Removing intermediate container c8ca7e281bb7 19:45:47 ---> a1599a540011 19:45:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:45:47 ---> Running in 85327ad0694b 19:45:47 ---> Running in b5dd8cb681a5 19:45:47 Removing intermediate container 3b34d0bf1a79 19:45:47 ---> 961b17088f89 19:45:47 19:45:47 ---> aa2251b3c5df 19:45:47 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:45:47 ---> Running in 1eb593b6ef4c 19:45:47 Successfully built 961b17088f89 19:45:47 Removing intermediate container b5dd8cb681a5 19:45:47 ---> a57a45976464 19:45:47 Step 12/23 : ENV APP_PORT=59880 19:45:47 Successfully tagged sys-mgmt-agent:latest 19:45:47 Building security-secretstore-setup 19:45:47  Building sys-mgmt-agent ... done  ---> Running in f3c0d102853f 19:45:47 Removing intermediate container 1eb593b6ef4c 19:45:47 ---> 45815bf13fd9 19:45:47 Step 13/22 : ENV APP_PORT=59860 19:45:47 ---> 94061374dd2d 19:45:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:45:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:45:47 ---> Running in fc31aceff5f4 19:45:48 ---> 51a1b497e7b1 19:45:48 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:45:48 ---> Running in 32b8e8dc808a 19:45:49 Removing intermediate container efd93a6b182d 19:45:49 ---> b2281b06d9c1 19:45:49 Step 7/20 : COPY . . 19:45:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:45:49 Removing intermediate container f3c0d102853f 19:45:49 ---> ed4e0f819c6b 19:45:49 Step 13/23 : EXPOSE $APP_PORT 19:45:49 ---> d25217ebff84 19:45:49 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:45:49 Removing intermediate container fc31aceff5f4 19:45:49 ---> e9a1d6dc029a 19:45:49 Step 14/22 : EXPOSE $APP_PORT 19:45:50 ---> Running in a1499905f98a 19:45:50 ---> Running in 15ded169dbef 19:45:50 ---> Running in ab3278f6bcfd 19:45:50 Removing intermediate container a1499905f98a 19:45:50 ---> 35ee89b0fd34 19:45:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:50 ---> Running in f46be9edc285 19:45:50 Removing intermediate container ab3278f6bcfd 19:45:50 ---> 3db6d61bed49 19:45:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:50 Removing intermediate container 15ded169dbef 19:45:50 ---> d9636cf07a9d 19:45:50 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:45:50 ---> Running in 1a21f9aa1a7a 19:45:50 ---> 978a58cafc09 19:45:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:45:51 Removing intermediate container 1a21f9aa1a7a 19:45:51 ---> 48205abdf161 19:45:51 Step 24/26 : LABEL arch=x86_64 19:45:51 ---> Running in 9f475890ace6 19:45:51 Removing intermediate container 9f475890ace6 19:45:51 ---> 88b2b712be52 19:45:51 Step 25/26 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:52 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:52 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:45:52 ---> 101936bc7bd4 19:45:52 Step 3/25 : WORKDIR /edgex-go 19:45:52 ---> Using cache 19:45:52 ---> b09edf6d4956 19:45:52 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:52 ---> Using cache 19:45:52 ---> 1274485cf1fe 19:45:52 Step 5/25 : RUN apk add --update --no-cache make git 19:45:52 ---> Using cache 19:45:52 ---> e171e030273c 19:45:52 Step 6/25 : COPY go.mod vendor* ./ 19:45:52 ---> Using cache 19:45:52 ---> 41244e598f50 19:45:52 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:52 ---> Using cache 19:45:52 ---> 8a83ee719f5b 19:45:52 Step 8/25 : COPY . . 19:45:52 ---> Using cache 19:45:52 ---> d3aad95ef984 19:45:52 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:45:52 ---> Running in f8e0b22ade7f 19:45:52 ---> 29e83d02a1a6 19:45:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:45:52 ---> Running in 97c608317ea8 19:45:52 Removing intermediate container f8e0b22ade7f 19:45:52 ---> d6c5cab6c444 19:45:52 Step 26/26 : LABEL version=2.2.1-dev.23 19:45:52 Removing intermediate container f46be9edc285 19:45:52 ---> d4bced25e114 19:45:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:45:52 ---> Running in e1288cad754b 19:45:52 ---> adbe242e8553 19:45:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:45:52 ---> Running in f86921d4dc4e 19:45:52 ---> Running in 8d7b8cf8cd0c 19:45:52 Removing intermediate container e1288cad754b 19:45:52 ---> 7841b69c5e3e 19:45:52 19:45: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.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:45:52 Successfully built 7841b69c5e3e 19:45:52 Successfully tagged security-spire-agent:latest 19:45:52 Building security-proxy-setup 19:45:52  Building security-spire-agent ... done Removing intermediate container 8d7b8cf8cd0c 19:45:52 ---> 4e3644df9129 19:45:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:52 ---> Running in 699c0589777c 19:45:53 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:45:54 ---> ed9740d903a7 19:45:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:45:54 ---> Running in 55ad100fde99 19:45:54 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:45:54 Removing intermediate container 699c0589777c 19:45:54 ---> 71388fc43ad2 19:45:54 Step 20/22 : LABEL arch=x86_64 19:45:54 (1/6) Installing dumb-init (1.2.5-r1) 19:45:54 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:45:54 (3/6) Installing libsodium (1.0.18-r0) 19:45:54 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:45:55 (5/6) Installing libzmq (4.3.4-r0) 19:45:55 (6/6) Installing zeromq (4.3.4-r0) 19:45:55 Executing busybox-1.33.1-r7.trigger 19:45:55 OK: 8 MiB in 20 packages 19:45:55 ---> Running in 670df822aa38 19:45:56 Removing intermediate container 670df822aa38 19:45:56 ---> 42e24da707d8 19:45:56 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:45:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:45:56 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:45:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:45:56 ---> 101936bc7bd4 19:45:56 Step 3/22 : WORKDIR /edgex-go 19:45:56 ---> Using cache 19:45:56 ---> b09edf6d4956 19:45:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:56 ---> Using cache 19:45:56 ---> 1274485cf1fe 19:45:56 Step 5/22 : RUN apk add --update --no-cache make git 19:45:56 ---> Using cache 19:45:56 ---> e171e030273c 19:45:56 Step 6/22 : COPY go.mod vendor* ./ 19:45:56 ---> Using cache 19:45:56 ---> 41244e598f50 19:45:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:45:56 ---> Using cache 19:45:56 ---> 8a83ee719f5b 19:45:56 Step 8/22 : COPY . . 19:45:56 ---> Using cache 19:45:56 ---> d3aad95ef984 19:45:56 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:45:56 ---> Running in 3b6209dcf7b1 19:45:56 ---> Running in 2cc9c5652592 19:45:57 Removing intermediate container 3b6209dcf7b1 19:45:57 ---> db3f2320b2d4 19:45:57 Step 22/22 : LABEL version=2.2.1-dev.23 19:45:57 Removing intermediate container f86921d4dc4e 19:45:57 ---> 1e9e1da7bc25 19:45:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:57 ---> Running in 8c4562c2e0a0 19:45: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.23" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:45:57 Removing intermediate container 8c4562c2e0a0 19:45:57 ---> 707a18fe1b2c 19:45:57 19:45:57 ---> 20f1edca67da 19:45:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:45:57 Successfully built 707a18fe1b2c 19:45:57 Successfully tagged support-notifications:latest 19:45:57 Building core-command 19:45:58 ---> 318e782adf73 19:45:58 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 19:45:59 ---> Running in 1b5ab2032c91 19:46:00 Removing intermediate container 1b5ab2032c91 19:46:00 ---> 2f75be287ae5 19:46:00 Step 10/25 : WORKDIR /edgex-go/spire-build 19:46:00 ---> Running in d6008f0d0988 19:46:00  Building support-notifications ... done  ---> 19953474f6a9 19:46:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:46:01 ---> ddbefb3f9781 19:46:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:46:01 ---> Running in e9e62297075e 19:46:01 ---> 584cf26882ff 19:46:01 Step 19/23 : ENTRYPOINT ["/core-data"] 19:46:01 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:46:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:46:01 ---> 101936bc7bd4 19:46:01 Step 3/23 : WORKDIR /edgex-go 19:46:01 ---> Using cache 19:46:01 ---> b09edf6d4956 19:46:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:01 ---> Using cache 19:46:01 ---> 1274485cf1fe 19:46:01 Step 5/23 : RUN apk add --update --no-cache make git 19:46:01 ---> Using cache 19:46:01 ---> e171e030273c 19:46:01 Step 6/23 : COPY go.mod vendor* ./ 19:46:01 ---> Using cache 19:46:01 ---> 41244e598f50 19:46:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:01 ---> Using cache 19:46:01 ---> 8a83ee719f5b 19:46:01 Step 8/23 : COPY . . 19:46:01 ---> Using cache 19:46:01 ---> d3aad95ef984 19:46:01 Step 9/23 : RUN make cmd/core-command/core-command 19:46:01 ---> Running in cdef6b870e99 19:46:01 ---> Running in 53b4943f22b0 19:46:01 Removing intermediate container d6008f0d0988 19:46:01 ---> 54e518293663 19:46:01 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 19:46:01 ---> Running in 6533f0367fb2 19:46:02 Removing intermediate container cdef6b870e99 19:46:02 ---> 8749d2c90ec5 19:46:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:02 ---> Running in 10bf85e0f420 19:46:02 Removing intermediate container 10bf85e0f420 19:46:02 ---> 6aee34a5100b 19:46:02 Step 21/23 : LABEL arch=x86_64 19:46:02 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:46:02 ---> Running in f383a324cae5 19:46:02 Removing intermediate container f383a324cae5 19:46:02 ---> c0b9443fc562 19:46:02 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:03 ---> Running in e0e57d575e56 19:46:03 Removing intermediate container e0e57d575e56 19:46:03 ---> 1433f1b02680 19:46:03 Step 23/23 : LABEL version=2.2.1-dev.23 19:46:03 ---> Running in 15b93361f49f 19:46:04 Removing intermediate container 15b93361f49f 19:46:04 ---> e549247a43c5 19:46:04 19:46:04 Removing intermediate container 85327ad0694b 19:46:04 ---> 54f008778037 19:46:04 19:46:04 Step 10/31 : FROM alpine:3.14 19:46:04 ---> e04c818066af 19:46:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:46:04 ---> Running in bc7a815b90d9 19:46:04 Successfully built e549247a43c5 19:46:04 Successfully tagged core-data:latest 19:46:04 Building core-metadata 19:46:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:46:04  Building core-data ... done Removing intermediate container bc7a815b90d9 19:46:04 ---> 746000abaf34 19:46:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:46:06 Removing intermediate container 6533f0367fb2 19:46:06 ---> 26f291669576 19:46:06 Step 12/25 : WORKDIR /edgex-go 19:46:06 ---> Running in 6b9710da1083 19:46:07 Removing intermediate container 6b9710da1083 19:46:07 ---> 2da86ea79944 19:46:07 19:46:07 Step 13/25 : FROM alpine:3.15 19:46:07 3.15: Pulling from library/alpine 19:46:08 ---> Running in a70c8ed4fea1 19:46:08 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:46:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:46:08 ---> 101936bc7bd4 19:46:08 Step 3/23 : WORKDIR /edgex-go 19:46:08 ---> Using cache 19:46:08 ---> b09edf6d4956 19:46:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:08 ---> Using cache 19:46:08 ---> 1274485cf1fe 19:46:08 Step 5/23 : RUN apk add --update --no-cache make git 19:46:08 ---> Using cache 19:46:08 ---> e171e030273c 19:46:08 Step 6/23 : COPY go.mod vendor* ./ 19:46:08 ---> Using cache 19:46:08 ---> 41244e598f50 19:46:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:08 ---> Using cache 19:46:08 ---> 8a83ee719f5b 19:46:08 Step 8/23 : COPY . . 19:46:08 ---> Using cache 19:46:08 ---> d3aad95ef984 19:46:08 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:46:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:46:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:46:09 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:46:09 Status: Downloaded newer image for alpine:3.15 19:46:09 ---> 3fb3c9af89a9 19:46:09 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:46:09 ---> Running in 0d1f62aca654 19:46:09 ---> Running in 0132b183becc 19:46:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:46:09 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:46:09 (1/2) Installing dumb-init (1.2.5-r1) 19:46:09 (2/2) Installing su-exec (0.2-r1) 19:46:09 Executing busybox-1.33.1-r7.trigger 19:46:09 OK: 6 MiB in 16 packages 19:46:10 Removing intermediate container 0d1f62aca654 19:46:10 ---> c26cf0fad775 19:46:10 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:10 ---> Running in bb65ea21a610 19:46:10 Removing intermediate container a70c8ed4fea1 19:46:10 ---> 28ed639aa8f3 19:46:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:46:10 ---> Running in dbea3f6a0bcc 19:46:11 Removing intermediate container dbea3f6a0bcc 19:46:11 ---> ab5ea8d7bb05 19:46:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:46:11 ---> Running in 0adaeec7d06c 19:46:12 ---> a6723beeb150 19:46:12 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:46:12 ---> Running in eb6e46013143 19:46:12 Removing intermediate container 0adaeec7d06c 19:46:12 ---> f11404863cd6 19:46:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:46:12 ---> Running in 46516b9f54c9 19:46:12 Removing intermediate container 97c608317ea8 19:46:12 ---> a07e1537d798 19:46:12 19:46:12 Step 10/25 : FROM alpine:3.14 19:46:12 ---> e04c818066af 19:46:12 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:46:12 ---> Running in b028d24fef7e 19:46:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:46:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:46:13 (1/3) Installing ca-certificates (20211220-r0) 19:46:13 (2/3) Installing dumb-init (1.2.5-r1) 19:46:13 (3/3) Installing su-exec (0.2-r1) 19:46:13 Executing busybox-1.33.1-r7.trigger 19:46:13 Executing ca-certificates-20211220-r0.trigger 19:46:13 OK: 6 MiB in 17 packages 19:46:14 Removing intermediate container bb65ea21a610 19:46:14 ---> 687e6f42894f 19:46:14 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:46:14 ---> Running in 551c4ff05be0 19:46:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:46:14 Removing intermediate container 46516b9f54c9 19:46:14 ---> 294197a4923f 19:46:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:46:14 ---> Running in b2f8b4713e95 19:46:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:46:14 Removing intermediate container b028d24fef7e 19:46:14 ---> fe34b6916f05 19:46:14 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:46:14 Removing intermediate container b2f8b4713e95 19:46:14 ---> 5634be20bfc7 19:46:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:46:14 ---> Running in f035cf285daf 19:46:15 ---> afcda5a58a0a 19:46:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:46:15 ---> Running in 2bd8052cbab0 19:46:15 Removing intermediate container f035cf285daf 19:46:15 ---> 7887ef4ece8c 19:46:15 Step 13/25 : WORKDIR / 19:46:15 ---> Running in 11e0d3e1de7e 19:46:15 Removing intermediate container 11e0d3e1de7e 19:46:15 ---> e1b2c78d4b1c 19:46:15 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:46:15 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:46:16 ---> 5ecdd9149b5c 19:46:16 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:46:16 ---> 8a23523fa79c 19:46:16 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:46:17 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:46:17 Removing intermediate container 2bd8052cbab0 19:46:17 ---> 49f30da2c13a 19:46:17 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:17 ---> 18917a57f9d0 19:46:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:46:18 ---> 4ffa4729e4ea 19:46:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:46:18 Removing intermediate container 2cc9c5652592 19:46:18 ---> b2292c7489e4 19:46:18 19:46:18 Step 10/22 : FROM alpine:3.14 19:46:18 ---> e04c818066af 19:46:18 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:46:18 ---> 93b8953d42a0 19:46:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:46:18 ---> Running in c07ed19536ad 19:46:19 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:46:19 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:46:19 OK: 15738 distinct packages available 19:46:19 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:46:19 ---> b6b28722f28e 19:46:19 ---> 8aa8a09d5ebb 19:46:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:46:19 19:46:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:46:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:46:19 (1/6) Installing ca-certificates (20211220-r0) 19:46:19 (2/6) Installing brotli-libs (1.0.9-r5) 19:46:19 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:46:19 (4/6) Installing libcurl (7.79.1-r2) 19:46:19 (5/6) Installing curl (7.79.1-r2) 19:46:19 (6/6) Installing dumb-init (1.2.5-r1) 19:46:19 Executing busybox-1.33.1-r7.trigger 19:46:19 Executing ca-certificates-20211220-r0.trigger 19:46:19 OK: 8 MiB in 20 packages 19:46:19 ---> e3ce9700e50e 19:46:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:46:20 ---> a995e23f8fea 19:46:20 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:46:20 ---> 0e7917891cb5 19:46:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:46:20 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:46:20 ---> bdb478b72b2e 19:46:20 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/ 19:46:21 ---> Running in bd6d8de38de0 19:46:21 ---> a07006233ef1 19:46:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:46:21 Removing intermediate container 53b4943f22b0 19:46:21 ---> cce368f2d8d1 19:46:21 19:46:21 Step 10/23 : FROM alpine:3.14 19:46:21 ---> e04c818066af 19:46:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:46:21 ---> Using cache 19:46:21 ---> 79d1c860a2e2 19:46:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:46:21 ---> Using cache 19:46:21 ---> 413dddbd0d76 19:46:21 Step 13/23 : ENV APP_PORT=59882 19:46:21 Removing intermediate container c07ed19536ad 19:46:21 ---> c71dc02a841c 19:46:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:46:21 ---> Running in 0825830b79bb 19:46:21 ---> Running in 34a12cee84d5 19:46:21 ---> Running in 87924c15b891 19:46:21 Removing intermediate container 0825830b79bb 19:46:21 ---> 55044a826ba8 19:46:21 Step 14/23 : EXPOSE $APP_PORT 19:46:21 ---> Running in 464fd067a1f6 19:46:21 Removing intermediate container 87924c15b891 19:46:21 ---> e596d1aa23c1 19:46:21 Step 13/22 : WORKDIR /edgex 19:46:21 Removing intermediate container 34a12cee84d5 19:46:21 ---> 24c287cf5f0b 19:46:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:46:21 ---> Running in ef8d0bffba72 19:46:21 Removing intermediate container 464fd067a1f6 19:46:21 ---> 35f7be3395f9 19:46:21 Step 15/23 : WORKDIR / 19:46:21 ---> Running in 8ae30f8f2a5a 19:46:22 ---> 19e643eb0072 19:46:22 Step 26/31 : RUN chmod +x /entrypoint.sh 19:46:22 Removing intermediate container ef8d0bffba72 19:46:22 ---> bf423f0cf72c 19:46:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:46:22 Removing intermediate container 8ae30f8f2a5a 19:46:22 ---> 9aea990add67 19:46:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:22 ---> Running in 43dcc5a6e3fc 19:46:22 Removing intermediate container bd6d8de38de0 19:46:22 ---> 7bc73fd420da 19:46:22 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:46:22 ---> 2395623cf172 19:46:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:46:22 ---> Running in 642dd5fc03a6 19:46:22 ---> 44730d672513 19:46:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:46:22 (1/5) Installing dumb-init (1.2.5-r1) 19:46:22 (2/5) Installing musl-obstack (1.2.3-r0) 19:46:22 (3/5) Installing libucontext (1.1-r0) 19:46:22 (4/5) Installing gcompat (1.0.0-r4) 19:46:22 (5/5) Installing openssl (1.1.1q-r0) 19:46:22 Removing intermediate container 642dd5fc03a6 19:46:22 ---> c3e6209e4a22 19:46:22 Step 23/25 : LABEL arch=x86_64 19:46:22 Executing busybox-1.34.1-r5.trigger 19:46:22 OK: 6 MiB in 19 packages 19:46:22 ---> Running in 05b1cc775aef 19:46:22 ---> 025a8a94877c 19:46:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:46:22 ---> 5d93673a5663 19:46:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:46:22 Removing intermediate container 05b1cc775aef 19:46:22 ---> cfd290004169 19:46:22 Step 24/25 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:23 ---> Running in 650ea9915fe9 19:46:23 ---> 1256e829f74b 19:46:23 Step 19/23 : ENTRYPOINT ["/core-command"] 19:46:23 ---> 092286350973 19:46:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:46:23 ---> Running in 6c58bb801047 19:46:23 Removing intermediate container 650ea9915fe9 19:46:23 ---> 1e96e63ec67b 19:46:23 Step 25/25 : LABEL version=2.2.1-dev.23 19:46:23 Removing intermediate container 43dcc5a6e3fc 19:46:23 ---> 96787d84ef33 19:46:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:46:23 ---> Running in 85a57454e681 19:46:23 ---> Running in 02875244c8e7 19:46:23 Removing intermediate container 6c58bb801047 19:46:23 ---> 1c14f83250ae 19:46:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:23 ---> 12c30622d2fc 19:46:23 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:46:24 ---> Running in df3d8fbaffc6 19:46:24 ---> Running in 9951306820b4 19:46:24 Removing intermediate container 85a57454e681 19:46:24 ---> be2d1c152b09 19:46:24 19:46:24 Removing intermediate container 02875244c8e7 19:46:24 ---> 19c69837a716 19:46:24 Step 28/31 : CMD ["gate"] 19:46:24 Successfully built be2d1c152b09 19:46:24 Successfully tagged security-secretstore-setup:latest 19:46:24  Building security-secretstore-setup ... done Removing intermediate container 9951306820b4 19:46:24 ---> c8530053eec3 19:46:24 Step 21/23 : LABEL arch=x86_64 19:46:24 ---> Running in 5087e17dd980 19:46:24 ---> Running in 4e234455e2ef 19:46:24 Removing intermediate container 5087e17dd980 19:46:24 ---> 96940d632d2c 19:46:24 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:24 Removing intermediate container 551c4ff05be0 19:46:24 ---> 8a2dd24d0d33 19:46:24 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:46:25 Removing intermediate container 4e234455e2ef 19:46:25 ---> 5278f84b385c 19:46:25 Step 29/31 : LABEL arch=x86_64 19:46:25 ---> Running in ac8670de32b0 19:46:25 ---> Running in bc2411ecd2af 19:46:25 Removing intermediate container df3d8fbaffc6 19:46:25 ---> bfc49f33647c 19:46:25 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:46:25 Removing intermediate container ac8670de32b0 19:46:25 ---> a13fb141ad78 19:46:25 Step 23/23 : LABEL version=2.2.1-dev.23 19:46:25 ---> Running in 21bbe28ac6d6 19:46:25 ---> Running in edb5d0e4f19b 19:46:25 Removing intermediate container bc2411ecd2af 19:46:25 ---> 03186cb13ef5 19:46:25 Step 30/31 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:25 Removing intermediate container 0132b183becc 19:46:25 ---> 1496bca54122 19:46:25 19:46:25 Step 10/23 : FROM alpine:3.14 19:46:25 ---> e04c818066af 19:46:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:46:25 ---> Using cache 19:46:25 ---> 79d1c860a2e2 19:46:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:46:25 ---> Using cache 19:46:25 ---> 413dddbd0d76 19:46:25 Step 13/23 : ENV APP_PORT=59881 19:46:25 ---> Running in 16d09c3472e6 19:46:25 Removing intermediate container edb5d0e4f19b 19:46:25 ---> 1823a43876e2 19:46:25 Step 20/22 : LABEL arch=x86_64 19:46:25 Removing intermediate container 21bbe28ac6d6 19:46:25 ---> 8a145b5bf64a 19:46:25 19:46:25 ---> Running in 6dd9ed3645c1 19:46:25 ---> Running in 40df5815792f 19:46:25 Successfully built 8a145b5bf64a 19:46:25 Removing intermediate container 16d09c3472e6 19:46:25 ---> dff2ea351672 19:46:25 Step 31/31 : LABEL version=2.2.1-dev.23 19:46:25 Successfully tagged core-command:latest 19:46:25  Building core-command ... done Removing intermediate container 40df5815792f 19:46:25 ---> 9fa7c3cd6160 19:46:25 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:25 Removing intermediate container 6dd9ed3645c1 19:46:25 ---> 1974ce472b39 19:46:25 Step 14/23 : EXPOSE $APP_PORT 19:46:25 ---> Running in b04de1ee826a 19:46:26 ---> Running in c21f1762a4ae 19:46:26 ---> Running in c051b3e937b8 19:46:26 Removing intermediate container b04de1ee826a 19:46:26 ---> 8998dd268cc4 19:46:26 19:46:26 Removing intermediate container c21f1762a4ae 19:46:26 ---> de0372ee8195 19:46:26 Step 22/22 : LABEL version=2.2.1-dev.23 19:46:26 Removing intermediate container c051b3e937b8 19:46:26 ---> 48879eb694f4 19:46:26 Step 15/23 : WORKDIR / 19:46:26 ---> Running in 758bdaca302f 19:46:26 Successfully built 8998dd268cc4 19:46:26 ---> Running in af3fcdcd1db8 19:46:26 Successfully tagged security-bootstrapper:latest 19:46:26  Building security-bootstrapper ... done Removing intermediate container 758bdaca302f 19:46:26 ---> 0fc181c67cc1 19:46:26 19:46:26 Removing intermediate container af3fcdcd1db8 19:46:26 ---> 6ed755fc8d95 19:46:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:46:26 Successfully built 0fc181c67cc1 19:46:26 Successfully tagged security-proxy-setup:latest 19:46:26  Building security-proxy-setup ... done  ---> c2aee6b7ebf6 19:46:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:46:26 ---> 17372168a073 19:46:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:46:26 ---> 17549a600250 19:46:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:46:26 ---> Running in 1183cbe34838 19:46:27 Removing intermediate container 1183cbe34838 19:46:27 ---> db1cec0a32e4 19:46:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:27 ---> Running in a81b2f33fc1b 19:46:27 Removing intermediate container a81b2f33fc1b 19:46:27 ---> 21aa86c8493a 19:46:27 Step 21/23 : LABEL arch=x86_64 19:46:27 ---> Running in 043ce02407a1 19:46:27 Removing intermediate container 043ce02407a1 19:46:27 ---> 2f117380db60 19:46:27 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:27 ---> Running in 9348d474c52f 19:46:27 Removing intermediate container 9348d474c52f 19:46:27 ---> 722b07f5a77e 19:46:27 Step 23/23 : LABEL version=2.2.1-dev.23 19:46:27 ---> Running in c5c3f37b9367 19:46:27 Removing intermediate container c5c3f37b9367 19:46:27 ---> 90e044cba3fc 19:46:27 19:46:27 Successfully built 90e044cba3fc 19:46:27 Successfully tagged core-metadata:latest 19:46:27  Building core-metadata ... done  [Pipeline] } 19:46:27 $ docker stop --time=1 80925189f01e5a68c0bb5bbac1f6f1fbb15339f4faa23394b1c5d3cea2069fa3 19:46:29 $ docker rm -f 80925189f01e5a68c0bb5bbac1f6f1fbb15339f4faa23394b1c5d3cea2069fa3 [Pipeline] // withDockerContainer [Pipeline] sh 19:46:29 + docker images 19:46:29 REPOSITORY TAG IMAGE ID CREATED SIZE 19:46:29 core-metadata latest 90e044cba3fc 2 seconds ago 17MB 19:46:29 security-proxy-setup latest 0fc181c67cc1 3 seconds ago 26.9MB 19:46:29 core-command latest 8a145b5bf64a 4 seconds ago 16.1MB 19:46:29 1496bca54122 4 seconds ago 1.62GB 19:46:29 security-bootstrapper latest 8998dd268cc4 4 seconds ago 19.1MB 19:46:29 security-secretstore-setup latest be2d1c152b09 6 seconds ago 28.5MB 19:46:29 cce368f2d8d1 9 seconds ago 1.61GB 19:46:29 b2292c7489e4 12 seconds ago 1.62GB 19:46:29 a07e1537d798 17 seconds ago 1.63GB 19:46:29 54f008778037 26 seconds ago 1.62GB 19:46:29 core-data latest e549247a43c5 26 seconds ago 22.5MB 19:46:29 support-notifications latest 707a18fe1b2c 32 seconds ago 27MB 19:46:29 security-spire-agent latest 7841b69c5e3e 37 seconds ago 127MB 19:46:29 sys-mgmt-agent latest 961b17088f89 43 seconds ago 299MB 19:46:29 adcbbeb4e048 43 seconds ago 1.65GB 19:46:29 c5604ddb6162 46 seconds ago 1.52GB 19:46:29 903330c26222 48 seconds ago 1.68GB 19:46:29 security-spiffe-token-provider latest 6e1042477c84 54 seconds ago 29MB 19:46:29 support-scheduler latest 0de4d03e6735 About a minute ago 26.4MB 19:46:29 95226417d461 About a minute ago 1.67GB 19:46:29 75ed38de6cef About a minute ago 1.67GB 19:46:29 89b061b755d5 About a minute ago 1.62GB 19:46:29 security-spire-server latest e5ebd4874b59 About a minute ago 87.3MB 19:46:29 security-spire-config latest e68d748fbe9b About a minute ago 86.7MB 19:46:29 eb1364bcd67e About a minute ago 1.52GB 19:46:29 6537d4454095 About a minute ago 1.52GB 19:46:29 ci-base-image-x86_64 latest 101936bc7bd4 4 minutes ago 1.02GB 19:46:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB 19:46:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB 19:46:29 docker 20.10.14 7417809fdb73 3 months ago 218MB 19:46:29 alpine 3.14 e04c818066af 3 months ago 5.59MB 19:46:29 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 19:46:29 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 19:46:29 provisioning config files... 19:46:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config3825151012151749848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:46:29 ---> docker-login.sh 19:46:29 nexus3.edgexfoundry.org:10001 19:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:29 Configure a credential helper to remove this warning. See 19:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:29 19:46:29 Login Succeeded 19:46:29 nexus3.edgexfoundry.org:10002 19:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:30 Configure a credential helper to remove this warning. See 19:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:30 19:46:30 Login Succeeded 19:46:30 nexus3.edgexfoundry.org:10003 19:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:30 Configure a credential helper to remove this warning. See 19:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:30 19:46:30 Login Succeeded 19:46:30 nexus3.edgexfoundry.org:10004 19:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:30 Configure a credential helper to remove this warning. See 19:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:30 19:46:30 Login Succeeded 19:46:30 docker.io 19:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:30 ---> 17f78c48243b 19:46:30 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:30 Configure a credential helper to remove this warning. See 19:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:30 19:46:30 Login Succeeded 19:46:30 ---> docker-login.sh ends [Pipeline] } 19:46:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 19:46:30 ---> 1db898fff9f8 19:46:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [Pipeline] echo 19:46:30 [edgeXDocker.push] Tagging docker image core-command with the following tags: 19:46:30 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:30 latest 19:46:30 2.2.1-dev.23 19:46:30 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:30 main 19:46:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:31 ---> e6f9e921c27a 19:46:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:46:31 + docker push nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:46:31 0bb2a2e81f3c: Preparing 19:46:31 a70f2adbfca6: Preparing 19:46:31 63461c7d9979: Preparing 19:46:31 cb13d45cd0a0: Preparing 19:46:31 b541d28bf3b4: Preparing 19:46:31 b541d28bf3b4: Layer already exists 19:46:31 0bb2a2e81f3c: Pushed 19:46:31 63461c7d9979: Pushed 19:46:31 cb13d45cd0a0: Pushed 19:46:32 ---> d61c3924d930 19:46:32 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:46:32 ---> Running in ac92d39ad2ac 19:46:33 a70f2adbfca6: Pushed 19:46:33 Removing intermediate container ac92d39ad2ac 19:46:33 ---> c582334d893a 19:46:33 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:46:33 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:527db41d9fe025fc96e0b2cf98236fc33beb101b479d35c588054feceebc35b6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:33 ---> Running in 1bdb827c591e 19:46:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:33 Removing intermediate container 1bdb827c591e 19:46:33 ---> f697cb8ebb33 19:46:33 Step 23/25 : LABEL arch=arm64 19:46:33 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 19:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:46:33 0bb2a2e81f3c: Preparing 19:46:33 a70f2adbfca6: Preparing 19:46:33 63461c7d9979: Preparing 19:46:33 cb13d45cd0a0: Preparing 19:46:33 b541d28bf3b4: Preparing 19:46:33 63461c7d9979: Layer already exists 19:46:33 a70f2adbfca6: Layer already exists 19:46:33 cb13d45cd0a0: Layer already exists 19:46:33 b541d28bf3b4: Layer already exists 19:46:33 0bb2a2e81f3c: Layer already exists 19:46:33 latest: digest: sha256:527db41d9fe025fc96e0b2cf98236fc33beb101b479d35c588054feceebc35b6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:34 ---> Running in 452a8da4f8c3 19:46:34 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.23 19:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:46:34 0bb2a2e81f3c: Preparing 19:46:34 a70f2adbfca6: Preparing 19:46:34 63461c7d9979: Preparing 19:46:34 cb13d45cd0a0: Preparing 19:46:34 b541d28bf3b4: Preparing 19:46:34 0bb2a2e81f3c: Layer already exists 19:46:34 63461c7d9979: Layer already exists 19:46:34 a70f2adbfca6: Layer already exists 19:46:34 cb13d45cd0a0: Layer already exists 19:46:34 b541d28bf3b4: Layer already exists 19:46:34 2.2.1-dev.23: digest: sha256:527db41d9fe025fc96e0b2cf98236fc33beb101b479d35c588054feceebc35b6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:34 Removing intermediate container 452a8da4f8c3 19:46:34 ---> ddd8a318c578 19:46:34 Step 24/25 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:34 ---> Running in 74dec418f657 19:46:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:35 + docker push nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:46:35 0bb2a2e81f3c: Preparing 19:46:35 a70f2adbfca6: Preparing 19:46:35 63461c7d9979: Preparing 19:46:35 cb13d45cd0a0: Preparing 19:46:35 b541d28bf3b4: Preparing 19:46:35 a70f2adbfca6: Layer already exists 19:46:35 cb13d45cd0a0: Layer already exists 19:46:35 b541d28bf3b4: Layer already exists 19:46:35 63461c7d9979: Layer already exists 19:46:35 0bb2a2e81f3c: Layer already exists 19:46:35 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:527db41d9fe025fc96e0b2cf98236fc33beb101b479d35c588054feceebc35b6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:35 Removing intermediate container 74dec418f657 19:46:35 ---> ac6ea8fbce6a 19:46:35 Step 25/25 : LABEL version=2.2.1-dev.23 19:46:35 ---> Running in f348ce7bb0f2 19:46:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:35 + docker push nexus3.edgexfoundry.org:10004/core-command:main 19:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:46:35 0bb2a2e81f3c: Preparing 19:46:35 a70f2adbfca6: Preparing 19:46:35 63461c7d9979: Preparing 19:46:35 cb13d45cd0a0: Preparing 19:46:35 b541d28bf3b4: Preparing 19:46:35 cb13d45cd0a0: Layer already exists 19:46:35 63461c7d9979: Layer already exists 19:46:35 0bb2a2e81f3c: Layer already exists 19:46:35 b541d28bf3b4: Layer already exists 19:46:35 a70f2adbfca6: Layer already exists 19:46:35 main: digest: sha256:527db41d9fe025fc96e0b2cf98236fc33beb101b479d35c588054feceebc35b6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:35 ===================================================== [Pipeline] echo 19:46:35 taggedImages: 19:46:35 - nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:35 - nexus3.edgexfoundry.org:10004/core-command:latest 19:46:35 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.23 19:46:35 - nexus3.edgexfoundry.org:10004/core-command:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:35 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 19:46:35 [edgeXDocker.push] Tagging docker image core-data with the following tags: 19:46:35 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:35 latest 19:46:35 2.2.1-dev.23 19:46:35 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:35 main 19:46:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:36 Removing intermediate container f348ce7bb0f2 19:46:36 ---> c57c8808e322 19:46:36 19:46:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:36 Successfully built c57c8808e322 19:46:36 Successfully tagged security-spire-server-arm64:latest 19:46:36  Building security-spire-server ... done Building sys-mgmt-agent 19:46:36 + docker push nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:46:36 78881facf3d0: Preparing 19:46:36 897211fd2894: Preparing 19:46:36 63461c7d9979: Preparing 19:46:36 b5e4060dfe0d: Preparing 19:46:36 d3edd83cab47: Preparing 19:46:36 b541d28bf3b4: Preparing 19:46:36 b541d28bf3b4: Waiting 19:46:36 63461c7d9979: Layer already exists 19:46:36 b541d28bf3b4: Layer already exists 19:46:36 78881facf3d0: Pushed 19:46:36 d3edd83cab47: Pushed 19:46:36 b5e4060dfe0d: Pushed 19:46:38 897211fd2894: Pushed 19:46:38 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:7db4908e31ab3bc7554f6e4292b2f0ead727763f80fd8505fe29902b5a07ff9b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:39 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 19:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:46:39 78881facf3d0: Preparing 19:46:39 897211fd2894: Preparing 19:46:39 63461c7d9979: Preparing 19:46:39 b5e4060dfe0d: Preparing 19:46:39 d3edd83cab47: Preparing 19:46:39 b541d28bf3b4: Preparing 19:46:39 b541d28bf3b4: Waiting 19:46:39 78881facf3d0: Layer already exists 19:46:39 897211fd2894: Layer already exists 19:46:39 d3edd83cab47: Layer already exists 19:46:39 b5e4060dfe0d: Layer already exists 19:46:39 63461c7d9979: Layer already exists 19:46:39 b541d28bf3b4: Layer already exists 19:46:39 latest: digest: sha256:7db4908e31ab3bc7554f6e4292b2f0ead727763f80fd8505fe29902b5a07ff9b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:39 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.23 19:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:46:39 78881facf3d0: Preparing 19:46:39 897211fd2894: Preparing 19:46:39 63461c7d9979: Preparing 19:46:39 b5e4060dfe0d: Preparing 19:46:39 d3edd83cab47: Preparing 19:46:39 b541d28bf3b4: Preparing 19:46:39 b541d28bf3b4: Waiting 19:46:39 78881facf3d0: Layer already exists 19:46:39 b5e4060dfe0d: Layer already exists 19:46:39 d3edd83cab47: Layer already exists 19:46:39 63461c7d9979: Layer already exists 19:46:39 897211fd2894: Layer already exists 19:46:39 b541d28bf3b4: Layer already exists 19:46:39 2.2.1-dev.23: digest: sha256:7db4908e31ab3bc7554f6e4292b2f0ead727763f80fd8505fe29902b5a07ff9b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:40 + docker push nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:46:40 78881facf3d0: Preparing 19:46:40 897211fd2894: Preparing 19:46:40 63461c7d9979: Preparing 19:46:40 b5e4060dfe0d: Preparing 19:46:40 d3edd83cab47: Preparing 19:46:40 b541d28bf3b4: Preparing 19:46:40 b541d28bf3b4: Waiting 19:46:40 d3edd83cab47: Layer already exists 19:46:40 b5e4060dfe0d: Layer already exists 19:46:40 78881facf3d0: Layer already exists 19:46:40 897211fd2894: Layer already exists 19:46:40 63461c7d9979: Layer already exists 19:46:40 b541d28bf3b4: Layer already exists 19:46:40 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:7db4908e31ab3bc7554f6e4292b2f0ead727763f80fd8505fe29902b5a07ff9b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:40 + docker push nexus3.edgexfoundry.org:10004/core-data:main 19:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:46:40 78881facf3d0: Preparing 19:46:40 897211fd2894: Preparing 19:46:40 63461c7d9979: Preparing 19:46:40 b5e4060dfe0d: Preparing 19:46:40 d3edd83cab47: Preparing 19:46:40 b541d28bf3b4: Preparing 19:46:40 b541d28bf3b4: Waiting 19:46:40 b5e4060dfe0d: Layer already exists 19:46:40 897211fd2894: Layer already exists 19:46:40 63461c7d9979: Layer already exists 19:46:40 d3edd83cab47: Layer already exists 19:46:40 78881facf3d0: Layer already exists 19:46:40 b541d28bf3b4: Layer already exists 19:46:40 main: digest: sha256:7db4908e31ab3bc7554f6e4292b2f0ead727763f80fd8505fe29902b5a07ff9b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:41 ===================================================== [Pipeline] echo 19:46:41 taggedImages: 19:46:41 - nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:41 - nexus3.edgexfoundry.org:10004/core-data:latest 19:46:41 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.23 19:46:41 - nexus3.edgexfoundry.org:10004/core-data:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:41 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 19:46:41 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 19:46:41 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:41 latest 19:46:41 2.2.1-dev.23 19:46:41 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:41 main 19:46:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:46:41 7234ff7461ef: Preparing 19:46:41 db3b5aede37b: Preparing 19:46:41 63461c7d9979: Preparing 19:46:41 cb13d45cd0a0: Preparing 19:46:41 b541d28bf3b4: Preparing 19:46:41 b541d28bf3b4: Layer already exists 19:46:41 cb13d45cd0a0: Layer already exists 19:46:41 63461c7d9979: Layer already exists 19:46:41 7234ff7461ef: Pushed 19:46:43 db3b5aede37b: Pushed 19:46:43 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:9f7f0ef872481c6817712bb50abcfb3a894e0578d24ab991d713564bf52776b9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 19:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:46:44 7234ff7461ef: Preparing 19:46:44 db3b5aede37b: Preparing 19:46:44 63461c7d9979: Preparing 19:46:44 cb13d45cd0a0: Preparing 19:46:44 b541d28bf3b4: Preparing 19:46:44 cb13d45cd0a0: Layer already exists 19:46:44 db3b5aede37b: Layer already exists 19:46:44 7234ff7461ef: Layer already exists 19:46:44 b541d28bf3b4: Layer already exists 19:46:44 63461c7d9979: Layer already exists 19:46:44 latest: digest: sha256:9f7f0ef872481c6817712bb50abcfb3a894e0578d24ab991d713564bf52776b9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:44 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.23 19:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:46:44 7234ff7461ef: Preparing 19:46:44 db3b5aede37b: Preparing 19:46:44 63461c7d9979: Preparing 19:46:44 cb13d45cd0a0: Preparing 19:46:44 b541d28bf3b4: Preparing 19:46:44 b541d28bf3b4: Layer already exists 19:46:44 63461c7d9979: Layer already exists 19:46:44 cb13d45cd0a0: Layer already exists 19:46:44 db3b5aede37b: Layer already exists 19:46:44 7234ff7461ef: Layer already exists 19:46:44 2.2.1-dev.23: digest: sha256:9f7f0ef872481c6817712bb50abcfb3a894e0578d24ab991d713564bf52776b9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:44 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:46:45 7234ff7461ef: Preparing 19:46:45 db3b5aede37b: Preparing 19:46:45 63461c7d9979: Preparing 19:46:45 cb13d45cd0a0: Preparing 19:46:45 b541d28bf3b4: Preparing 19:46:45 63461c7d9979: Layer already exists 19:46:45 db3b5aede37b: Layer already exists 19:46:45 cb13d45cd0a0: Layer already exists 19:46:45 b541d28bf3b4: Layer already exists 19:46:45 7234ff7461ef: Layer already exists 19:46:45 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:9f7f0ef872481c6817712bb50abcfb3a894e0578d24ab991d713564bf52776b9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 19:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:46:45 7234ff7461ef: Preparing 19:46:45 db3b5aede37b: Preparing 19:46:45 63461c7d9979: Preparing 19:46:45 cb13d45cd0a0: Preparing 19:46:45 b541d28bf3b4: Preparing 19:46:45 b541d28bf3b4: Layer already exists 19:46:45 db3b5aede37b: Layer already exists 19:46:45 63461c7d9979: Layer already exists 19:46:45 7234ff7461ef: Layer already exists 19:46:45 cb13d45cd0a0: Layer already exists 19:46:45 main: digest: sha256:9f7f0ef872481c6817712bb50abcfb3a894e0578d24ab991d713564bf52776b9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:45 ===================================================== [Pipeline] echo 19:46:45 taggedImages: 19:46:45 - nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:45 - nexus3.edgexfoundry.org:10004/core-metadata:latest 19:46:45 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.23 19:46:45 - nexus3.edgexfoundry.org:10004/core-metadata:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:45 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 19:46:45 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 19:46:45 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:45 latest 19:46:45 2.2.1-dev.23 19:46:45 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:45 main 19:46:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:46:46 80da8cd1fc6c: Preparing 19:46:46 80da8cd1fc6c: Preparing 19:46:46 1f14117ac05a: Preparing 19:46:46 3eb96241cc03: Preparing 19:46:46 8dc431fd20ce: Preparing 19:46:46 72a9cef12222: Preparing 19:46:46 63461c7d9979: Preparing 19:46:46 cb7697784494: Preparing 19:46:46 89d8f9565a8f: Preparing 19:46:46 d32e598ccca9: Preparing 19:46:46 fd8469b75bec: Preparing 19:46:46 b541d28bf3b4: Preparing 19:46:46 63461c7d9979: Waiting 19:46:46 fd8469b75bec: Waiting 19:46:46 cb7697784494: Waiting 19:46:46 89d8f9565a8f: Waiting 19:46:46 b541d28bf3b4: Waiting 19:46:46 1f14117ac05a: Pushed 19:46:46 3eb96241cc03: Pushed 19:46:46 80da8cd1fc6c: Pushed 19:46:46 8dc431fd20ce: Pushed 19:46:46 63461c7d9979: Layer already exists 19:46:46 cb7697784494: Pushed 19:46:46 fd8469b75bec: Pushed 19:46:46 b541d28bf3b4: Layer already exists 19:46:46 89d8f9565a8f: Pushed 19:46:46 d32e598ccca9: Pushed 19:46:48 72a9cef12222: Pushed 19:46:48 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:960117d698d6813ffdb9bdca0e304aed09391f0ce2c3bab613e6ae2769da0524 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:46:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:46:49 80da8cd1fc6c: Preparing 19:46:49 80da8cd1fc6c: Preparing 19:46:49 1f14117ac05a: Preparing 19:46:49 3eb96241cc03: Preparing 19:46:49 8dc431fd20ce: Preparing 19:46:49 72a9cef12222: Preparing 19:46:49 63461c7d9979: Preparing 19:46:49 cb7697784494: Preparing 19:46:49 89d8f9565a8f: Preparing 19:46:49 d32e598ccca9: Preparing 19:46:49 fd8469b75bec: Preparing 19:46:49 b541d28bf3b4: Preparing 19:46:49 63461c7d9979: Waiting 19:46:49 cb7697784494: Waiting 19:46:49 89d8f9565a8f: Waiting 19:46:49 d32e598ccca9: Waiting 19:46:49 fd8469b75bec: Waiting 19:46:49 b541d28bf3b4: Waiting 19:46:49 8dc431fd20ce: Layer already exists 19:46:49 1f14117ac05a: Layer already exists 19:46:49 80da8cd1fc6c: Layer already exists 19:46:49 72a9cef12222: Layer already exists 19:46:49 3eb96241cc03: Layer already exists 19:46:49 63461c7d9979: Layer already exists 19:46:49 fd8469b75bec: Layer already exists 19:46:49 cb7697784494: Layer already exists 19:46:49 d32e598ccca9: Layer already exists 19:46:49 89d8f9565a8f: Layer already exists 19:46:49 b541d28bf3b4: Layer already exists 19:46:49 latest: digest: sha256:960117d698d6813ffdb9bdca0e304aed09391f0ce2c3bab613e6ae2769da0524 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.23 19:46:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:46:49 80da8cd1fc6c: Preparing 19:46:49 80da8cd1fc6c: Preparing 19:46:49 1f14117ac05a: Preparing 19:46:49 3eb96241cc03: Preparing 19:46:49 8dc431fd20ce: Preparing 19:46:49 72a9cef12222: Preparing 19:46:49 63461c7d9979: Preparing 19:46:49 cb7697784494: Preparing 19:46:49 89d8f9565a8f: Preparing 19:46:49 d32e598ccca9: Preparing 19:46:49 fd8469b75bec: Preparing 19:46:49 b541d28bf3b4: Preparing 19:46:49 cb7697784494: Waiting 19:46:49 fd8469b75bec: Waiting 19:46:49 89d8f9565a8f: Waiting 19:46:49 b541d28bf3b4: Waiting 19:46:49 63461c7d9979: Waiting 19:46:49 d32e598ccca9: Waiting 19:46:49 8dc431fd20ce: Layer already exists 19:46:49 80da8cd1fc6c: Layer already exists 19:46:49 3eb96241cc03: Layer already exists 19:46:49 72a9cef12222: Layer already exists 19:46:49 1f14117ac05a: Layer already exists 19:46:49 63461c7d9979: Layer already exists 19:46:49 89d8f9565a8f: Layer already exists 19:46:49 fd8469b75bec: Layer already exists 19:46:49 cb7697784494: Layer already exists 19:46:49 d32e598ccca9: Layer already exists 19:46:49 b541d28bf3b4: Layer already exists 19:46:49 2.2.1-dev.23: digest: sha256:960117d698d6813ffdb9bdca0e304aed09391f0ce2c3bab613e6ae2769da0524 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:46:50 80da8cd1fc6c: Preparing 19:46:50 80da8cd1fc6c: Preparing 19:46:50 1f14117ac05a: Preparing 19:46:50 3eb96241cc03: Preparing 19:46:50 8dc431fd20ce: Preparing 19:46:50 72a9cef12222: Preparing 19:46:50 63461c7d9979: Preparing 19:46:50 cb7697784494: Preparing 19:46:50 89d8f9565a8f: Preparing 19:46:50 d32e598ccca9: Preparing 19:46:50 fd8469b75bec: Preparing 19:46:50 b541d28bf3b4: Preparing 19:46:50 89d8f9565a8f: Waiting 19:46:50 d32e598ccca9: Waiting 19:46:50 fd8469b75bec: Waiting 19:46:50 b541d28bf3b4: Waiting 19:46:50 63461c7d9979: Waiting 19:46:50 cb7697784494: Waiting 19:46:50 72a9cef12222: Layer already exists 19:46:50 3eb96241cc03: Layer already exists 19:46:50 8dc431fd20ce: Layer already exists 19:46:50 1f14117ac05a: Layer already exists 19:46:50 80da8cd1fc6c: Layer already exists 19:46:50 63461c7d9979: Layer already exists 19:46:50 cb7697784494: Layer already exists 19:46:50 89d8f9565a8f: Layer already exists 19:46:50 d32e598ccca9: Layer already exists 19:46:50 fd8469b75bec: Layer already exists 19:46:50 b541d28bf3b4: Layer already exists 19:46:50 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:960117d698d6813ffdb9bdca0e304aed09391f0ce2c3bab613e6ae2769da0524 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 19:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:46:51 80da8cd1fc6c: Preparing 19:46:51 80da8cd1fc6c: Preparing 19:46:51 1f14117ac05a: Preparing 19:46:51 3eb96241cc03: Preparing 19:46:51 8dc431fd20ce: Preparing 19:46:51 72a9cef12222: Preparing 19:46:51 63461c7d9979: Preparing 19:46:51 cb7697784494: Preparing 19:46:51 89d8f9565a8f: Preparing 19:46:51 d32e598ccca9: Preparing 19:46:51 fd8469b75bec: Preparing 19:46:51 b541d28bf3b4: Preparing 19:46:51 63461c7d9979: Waiting 19:46:51 fd8469b75bec: Waiting 19:46:51 b541d28bf3b4: Waiting 19:46:51 cb7697784494: Waiting 19:46:51 89d8f9565a8f: Waiting 19:46:51 d32e598ccca9: Waiting 19:46:51 3eb96241cc03: Layer already exists 19:46:51 80da8cd1fc6c: Layer already exists 19:46:51 1f14117ac05a: Layer already exists 19:46:51 8dc431fd20ce: Layer already exists 19:46:51 72a9cef12222: Layer already exists 19:46:51 63461c7d9979: Layer already exists 19:46:51 d32e598ccca9: Layer already exists 19:46:51 cb7697784494: Layer already exists 19:46:51 89d8f9565a8f: Layer already exists 19:46:51 fd8469b75bec: Layer already exists 19:46:51 b541d28bf3b4: Layer already exists 19:46:51 main: digest: sha256:960117d698d6813ffdb9bdca0e304aed09391f0ce2c3bab613e6ae2769da0524 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:51 ===================================================== [Pipeline] echo 19:46:51 taggedImages: 19:46:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:46:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.23 19:46:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 19:46:51 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 19:46:51 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:51 latest 19:46:51 2.2.1-dev.23 19:46:51 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:51 main 19:46:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:51 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:46:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:46:51 ---> 56cbc4c6e515 19:46:51 Step 3/23 : WORKDIR /edgex-go 19:46:51 ---> Using cache 19:46:51 ---> 6cf9393948dc 19:46:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:46:51 ---> Using cache 19:46:51 ---> bac0c49e8c55 19:46:51 Step 5/23 : RUN apk add --update --no-cache make bash git 19:46:51 ---> Running in 415dc6c335f3 19:46:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:46:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:46:51 08ba9d8d166d: Preparing 19:46:51 7b4b00520d8e: Preparing 19:46:51 407af893ce98: Preparing 19:46:51 78f42650ac27: Preparing 19:46:51 7e4df0cf855e: Preparing 19:46:51 84e8fcd229aa: Preparing 19:46:51 21d1b813782f: Preparing 19:46:51 b541d28bf3b4: Preparing 19:46:51 21d1b813782f: Waiting 19:46:51 b541d28bf3b4: Waiting 19:46:51 84e8fcd229aa: Waiting 19:46:51 7e4df0cf855e: Pushed 19:46:51 7b4b00520d8e: Pushed 19:46:51 08ba9d8d166d: Pushed 19:46:51 b541d28bf3b4: Layer already exists 19:46:51 84e8fcd229aa: Pushed 19:46:52 21d1b813782f: Pushed 19:46:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:46:53 78f42650ac27: Pushed 19:46:53 407af893ce98: Pushed 19:46:53 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:4acc2aaba9aff43dbfdfb6b1b4bf41e63bbd6bebbaf422936a2af16bfd9e4e79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:46:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:46:53 08ba9d8d166d: Preparing 19:46:53 7b4b00520d8e: Preparing 19:46:53 407af893ce98: Preparing 19:46:53 78f42650ac27: Preparing 19:46:53 7e4df0cf855e: Preparing 19:46:53 84e8fcd229aa: Preparing 19:46:53 21d1b813782f: Preparing 19:46:53 b541d28bf3b4: Preparing 19:46:53 84e8fcd229aa: Waiting 19:46:53 b541d28bf3b4: Waiting 19:46:53 21d1b813782f: Waiting 19:46:53 7e4df0cf855e: Layer already exists 19:46:53 407af893ce98: Layer already exists 19:46:53 08ba9d8d166d: Layer already exists 19:46:53 78f42650ac27: Layer already exists 19:46:53 7b4b00520d8e: Layer already exists 19:46:53 84e8fcd229aa: Layer already exists 19:46:53 21d1b813782f: Layer already exists 19:46:53 b541d28bf3b4: Layer already exists 19:46:53 latest: digest: sha256:4acc2aaba9aff43dbfdfb6b1b4bf41e63bbd6bebbaf422936a2af16bfd9e4e79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:53 OK: 220 MiB in 52 packages 19:46:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.23 19:46:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:46:54 08ba9d8d166d: Preparing 19:46:54 7b4b00520d8e: Preparing 19:46:54 407af893ce98: Preparing 19:46:54 78f42650ac27: Preparing 19:46:54 7e4df0cf855e: Preparing 19:46:54 84e8fcd229aa: Preparing 19:46:54 21d1b813782f: Preparing 19:46:54 b541d28bf3b4: Preparing 19:46:54 21d1b813782f: Waiting 19:46:54 b541d28bf3b4: Waiting 19:46:54 84e8fcd229aa: Waiting 19:46:54 7e4df0cf855e: Layer already exists 19:46:54 08ba9d8d166d: Layer already exists 19:46:54 7b4b00520d8e: Layer already exists 19:46:54 78f42650ac27: Layer already exists 19:46:54 407af893ce98: Layer already exists 19:46:54 84e8fcd229aa: Layer already exists 19:46:54 b541d28bf3b4: Layer already exists 19:46:54 21d1b813782f: Layer already exists 19:46:54 2.2.1-dev.23: digest: sha256:4acc2aaba9aff43dbfdfb6b1b4bf41e63bbd6bebbaf422936a2af16bfd9e4e79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:46:54 08ba9d8d166d: Preparing 19:46:54 7b4b00520d8e: Preparing 19:46:54 407af893ce98: Preparing 19:46:54 78f42650ac27: Preparing 19:46:54 7e4df0cf855e: Preparing 19:46:54 84e8fcd229aa: Preparing 19:46:54 21d1b813782f: Preparing 19:46:54 b541d28bf3b4: Preparing 19:46:54 84e8fcd229aa: Waiting 19:46:54 21d1b813782f: Waiting 19:46:54 b541d28bf3b4: Waiting 19:46:54 7e4df0cf855e: Layer already exists 19:46:54 407af893ce98: Layer already exists 19:46:54 78f42650ac27: Layer already exists 19:46:54 7b4b00520d8e: Layer already exists 19:46:54 08ba9d8d166d: Layer already exists 19:46:54 21d1b813782f: Layer already exists 19:46:54 84e8fcd229aa: Layer already exists 19:46:54 b541d28bf3b4: Layer already exists 19:46:54 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:4acc2aaba9aff43dbfdfb6b1b4bf41e63bbd6bebbaf422936a2af16bfd9e4e79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:55 Removing intermediate container 415dc6c335f3 19:46:55 ---> bae6033970f2 19:46:55 Step 6/23 : COPY go.mod vendor* ./ 19:46:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 19:46:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:46:55 08ba9d8d166d: Preparing 19:46:55 7b4b00520d8e: Preparing 19:46:55 407af893ce98: Preparing 19:46:55 78f42650ac27: Preparing 19:46:55 7e4df0cf855e: Preparing 19:46:55 84e8fcd229aa: Preparing 19:46:55 21d1b813782f: Preparing 19:46:55 b541d28bf3b4: Preparing 19:46:55 b541d28bf3b4: Waiting 19:46:55 84e8fcd229aa: Waiting 19:46:55 21d1b813782f: Waiting 19:46:55 08ba9d8d166d: Layer already exists 19:46:55 7e4df0cf855e: Layer already exists 19:46:55 407af893ce98: Layer already exists 19:46:55 78f42650ac27: Layer already exists 19:46:55 7b4b00520d8e: Layer already exists 19:46:55 84e8fcd229aa: Layer already exists 19:46:55 21d1b813782f: Layer already exists 19:46:55 b541d28bf3b4: Layer already exists 19:46:55 main: digest: sha256:4acc2aaba9aff43dbfdfb6b1b4bf41e63bbd6bebbaf422936a2af16bfd9e4e79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:46:55 ===================================================== [Pipeline] echo 19:46:55 taggedImages: 19:46:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:46:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.23 19:46:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 19:46:55 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 19:46:55 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:55 latest 19:46:55 2.2.1-dev.23 19:46:55 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:55 main 19:46:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:55 ---> 87d6d6d8287d 19:46:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:46:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:56 ---> Running in 8bf5beafba40 19:46:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:46:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:46:56 29812629dde8: Preparing 19:46:56 bafd3de4072d: Preparing 19:46:56 ab9006f422ac: Preparing 19:46:56 9fe14f45f4d0: Preparing 19:46:56 6cf0aed904d4: Preparing 19:46:56 15348ea9c180: Preparing 19:46:56 2a1d48ce4304: Preparing 19:46:56 2694b769adb4: Preparing 19:46:56 14c4606d841c: Preparing 19:46:56 b541d28bf3b4: Preparing 19:46:56 15348ea9c180: Waiting 19:46:56 2a1d48ce4304: Waiting 19:46:56 14c4606d841c: Waiting 19:46:56 2694b769adb4: Waiting 19:46:56 b541d28bf3b4: Waiting 19:46:56 bafd3de4072d: Pushed 19:46:56 6cf0aed904d4: Pushed 19:46:56 29812629dde8: Pushed 19:46:56 2694b769adb4: Pushed 19:46:56 2a1d48ce4304: Pushed 19:46:56 15348ea9c180: Pushed 19:46:56 b541d28bf3b4: Layer already exists 19:46:56 14c4606d841c: Pushed 19:46:57 9fe14f45f4d0: Pushed 19:46:57 ab9006f422ac: Pushed 19:46:57 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:58e733de8f78d6bda5eb536dfcd0032d011024904c907bb73485395116566202 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:46:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:46:58 29812629dde8: Preparing 19:46:58 bafd3de4072d: Preparing 19:46:58 ab9006f422ac: Preparing 19:46:58 9fe14f45f4d0: Preparing 19:46:58 6cf0aed904d4: Preparing 19:46:58 15348ea9c180: Preparing 19:46:58 2a1d48ce4304: Preparing 19:46:58 2694b769adb4: Preparing 19:46:58 14c4606d841c: Preparing 19:46:58 b541d28bf3b4: Preparing 19:46:58 2a1d48ce4304: Waiting 19:46:58 2694b769adb4: Waiting 19:46:58 14c4606d841c: Waiting 19:46:58 b541d28bf3b4: Waiting 19:46:58 15348ea9c180: Waiting 19:46:58 bafd3de4072d: Layer already exists 19:46:58 ab9006f422ac: Layer already exists 19:46:58 6cf0aed904d4: Layer already exists 19:46:58 29812629dde8: Layer already exists 19:46:58 9fe14f45f4d0: Layer already exists 19:46:58 14c4606d841c: Layer already exists 19:46:58 15348ea9c180: Layer already exists 19:46:58 2a1d48ce4304: Layer already exists 19:46:58 2694b769adb4: Layer already exists 19:46:58 b541d28bf3b4: Layer already exists 19:46:58 latest: digest: sha256:58e733de8f78d6bda5eb536dfcd0032d011024904c907bb73485395116566202 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.23 19:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:46:59 29812629dde8: Preparing 19:46:59 bafd3de4072d: Preparing 19:46:59 ab9006f422ac: Preparing 19:46:59 9fe14f45f4d0: Preparing 19:46:59 6cf0aed904d4: Preparing 19:46:59 15348ea9c180: Preparing 19:46:59 2a1d48ce4304: Preparing 19:46:59 2694b769adb4: Preparing 19:46:59 14c4606d841c: Preparing 19:46:59 b541d28bf3b4: Preparing 19:46:59 2a1d48ce4304: Waiting 19:46:59 2694b769adb4: Waiting 19:46:59 14c4606d841c: Waiting 19:46:59 b541d28bf3b4: Waiting 19:46:59 15348ea9c180: Waiting 19:46:59 9fe14f45f4d0: Layer already exists 19:46:59 ab9006f422ac: Layer already exists 19:46:59 29812629dde8: Layer already exists 19:46:59 bafd3de4072d: Layer already exists 19:46:59 6cf0aed904d4: Layer already exists 19:46:59 2a1d48ce4304: Layer already exists 19:46:59 15348ea9c180: Layer already exists 19:46:59 2694b769adb4: Layer already exists 19:46:59 b541d28bf3b4: Layer already exists 19:46:59 14c4606d841c: Layer already exists 19:46:59 2.2.1-dev.23: digest: sha256:58e733de8f78d6bda5eb536dfcd0032d011024904c907bb73485395116566202 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:46:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:46:59 29812629dde8: Preparing 19:46:59 bafd3de4072d: Preparing 19:46:59 ab9006f422ac: Preparing 19:46:59 9fe14f45f4d0: Preparing 19:46:59 6cf0aed904d4: Preparing 19:46:59 15348ea9c180: Preparing 19:46:59 2a1d48ce4304: Preparing 19:46:59 2694b769adb4: Preparing 19:46:59 14c4606d841c: Preparing 19:46:59 b541d28bf3b4: Preparing 19:46:59 2a1d48ce4304: Waiting 19:46:59 2694b769adb4: Waiting 19:46:59 14c4606d841c: Waiting 19:46:59 b541d28bf3b4: Waiting 19:46:59 15348ea9c180: Waiting 19:46:59 ab9006f422ac: Layer already exists 19:46:59 9fe14f45f4d0: Layer already exists 19:46:59 29812629dde8: Layer already exists 19:46:59 bafd3de4072d: Layer already exists 19:46:59 6cf0aed904d4: Layer already exists 19:46:59 15348ea9c180: Layer already exists 19:46:59 2a1d48ce4304: Layer already exists 19:46:59 14c4606d841c: Layer already exists 19:46:59 b541d28bf3b4: Layer already exists 19:46:59 2694b769adb4: Layer already exists 19:46:59 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:58e733de8f78d6bda5eb536dfcd0032d011024904c907bb73485395116566202 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 19:47:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:47:00 29812629dde8: Preparing 19:47:00 bafd3de4072d: Preparing 19:47:00 ab9006f422ac: Preparing 19:47:00 9fe14f45f4d0: Preparing 19:47:00 6cf0aed904d4: Preparing 19:47:00 15348ea9c180: Preparing 19:47:00 2a1d48ce4304: Preparing 19:47:00 2694b769adb4: Preparing 19:47:00 15348ea9c180: Waiting 19:47:00 2a1d48ce4304: Waiting 19:47:00 14c4606d841c: Preparing 19:47:00 b541d28bf3b4: Preparing 19:47:00 14c4606d841c: Waiting 19:47:00 b541d28bf3b4: Waiting 19:47:00 2694b769adb4: Waiting 19:47:00 29812629dde8: Layer already exists 19:47:00 ab9006f422ac: Layer already exists 19:47:00 bafd3de4072d: Layer already exists 19:47:00 9fe14f45f4d0: Layer already exists 19:47:00 6cf0aed904d4: Layer already exists 19:47:00 2a1d48ce4304: Layer already exists 19:47:00 15348ea9c180: Layer already exists 19:47:00 2694b769adb4: Layer already exists 19:47:00 14c4606d841c: Layer already exists 19:47:00 b541d28bf3b4: Layer already exists 19:47:00 main: digest: sha256:58e733de8f78d6bda5eb536dfcd0032d011024904c907bb73485395116566202 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:00 ===================================================== [Pipeline] echo 19:47:00 taggedImages: 19:47:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:47:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.23 19:47:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 19:47:00 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 19:47:00 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:00 latest 19:47:00 2.2.1-dev.23 19:47:00 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:00 main 19:47:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:47:01 381f64e50346: Preparing 19:47:01 902c7c272fc3: Preparing 19:47:01 63461c7d9979: Preparing 19:47:01 ef84b9638b99: Preparing 19:47:01 e20370187b44: Preparing 19:47:01 4fc242d58285: Preparing 19:47:01 4fc242d58285: Waiting 19:47:01 63461c7d9979: Layer already exists 19:47:01 4fc242d58285: Layer already exists 19:47:01 e20370187b44: Pushed 19:47:01 381f64e50346: Pushed 19:47:01 Removing intermediate container 8bf5beafba40 19:47:01 ---> 0be77fe276a6 19:47:01 Step 8/23 : COPY . . 19:47:01 ef84b9638b99: Pushed 19:47:03 902c7c272fc3: Pushed 19:47:03 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:060179726f82ba6976b275066bb7bfdd840fa2e5282e402eef3edb6f64f9cbb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:04 + 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 19:47:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:47:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:47:04 381f64e50346: Preparing 19:47:04 902c7c272fc3: Preparing 19:47:04 63461c7d9979: Preparing 19:47:04 ef84b9638b99: Preparing 19:47:04 e20370187b44: Preparing 19:47:04 4fc242d58285: Preparing 19:47:04 4fc242d58285: Waiting 19:47:04 e20370187b44: Layer already exists 19:47:04 381f64e50346: Layer already exists 19:47:04 ef84b9638b99: Layer already exists 19:47:04 902c7c272fc3: Layer already exists 19:47:04 63461c7d9979: Layer already exists 19:47:04 4fc242d58285: Layer already exists 19:47:04 latest: digest: sha256:060179726f82ba6976b275066bb7bfdd840fa2e5282e402eef3edb6f64f9cbb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:04 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.23 19:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:47:05 381f64e50346: Preparing 19:47:05 902c7c272fc3: Preparing 19:47:05 63461c7d9979: Preparing 19:47:05 ef84b9638b99: Preparing 19:47:05 e20370187b44: Preparing 19:47:05 4fc242d58285: Preparing 19:47:05 4fc242d58285: Waiting 19:47:05 902c7c272fc3: Layer already exists 19:47:05 ef84b9638b99: Layer already exists 19:47:05 63461c7d9979: Layer already exists 19:47:05 e20370187b44: Layer already exists 19:47:05 381f64e50346: Layer already exists 19:47:05 4fc242d58285: Layer already exists 19:47:05 2.2.1-dev.23: digest: sha256:060179726f82ba6976b275066bb7bfdd840fa2e5282e402eef3edb6f64f9cbb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:47:05 381f64e50346: Preparing 19:47:05 902c7c272fc3: Preparing 19:47:05 63461c7d9979: Preparing 19:47:05 ef84b9638b99: Preparing 19:47:05 e20370187b44: Preparing 19:47:05 4fc242d58285: Preparing 19:47:05 4fc242d58285: Waiting 19:47:05 e20370187b44: Layer already exists 19:47:05 63461c7d9979: Layer already exists 19:47:05 ef84b9638b99: Layer already exists 19:47:05 381f64e50346: Layer already exists 19:47:05 902c7c272fc3: Layer already exists 19:47:05 4fc242d58285: Layer already exists 19:47:05 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:060179726f82ba6976b275066bb7bfdd840fa2e5282e402eef3edb6f64f9cbb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:06 + 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 19:47:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 19:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:47:06 381f64e50346: Preparing 19:47:06 902c7c272fc3: Preparing 19:47:06 63461c7d9979: Preparing 19:47:06 ef84b9638b99: Preparing 19:47:06 e20370187b44: Preparing 19:47:06 4fc242d58285: Preparing 19:47:06 4fc242d58285: Waiting 19:47:06 902c7c272fc3: Layer already exists 19:47:06 e20370187b44: Layer already exists 19:47:06 ef84b9638b99: Layer already exists 19:47:06 381f64e50346: Layer already exists 19:47:06 63461c7d9979: Layer already exists 19:47:06 4fc242d58285: Layer already exists 19:47:06 main: digest: sha256:060179726f82ba6976b275066bb7bfdd840fa2e5282e402eef3edb6f64f9cbb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:06 ===================================================== [Pipeline] echo 19:47:06 taggedImages: 19:47:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:47:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.23 19:47:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 19:47:06 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 19:47:06 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:06 latest 19:47:06 2.2.1-dev.23 19:47:06 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:06 main 19:47:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:47:07 f0bbde0ef98b: Preparing 19:47:07 391713603f47: Preparing 19:47:07 e009be811b4c: Preparing 19:47:07 1ae01594abd6: Preparing 19:47:07 3003b8a82b49: Preparing 19:47:07 49efcdff29d1: Preparing 19:47:07 e20370187b44: Preparing 19:47:07 4fc242d58285: Preparing 19:47:07 49efcdff29d1: Waiting 19:47:07 e20370187b44: Waiting 19:47:07 4fc242d58285: Waiting 19:47:07 f0bbde0ef98b: Pushed 19:47:07 e009be811b4c: Pushed 19:47:07 391713603f47: Pushed 19:47:07 e20370187b44: Layer already exists 19:47:07 4fc242d58285: Layer already exists 19:47:07 49efcdff29d1: Pushed 19:47:10 3003b8a82b49: Pushed 19:47:13 1ae01594abd6: Pushed 19:47:13 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:edc178abc6641ab9ef6e726c222f7b555927857cdda4f509d5fd01ae509803b8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:14 ---> df89f0c3cf67 19:47:14 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:47:14 ---> Running in fd0ef66e4264 19:47:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:47:14 f0bbde0ef98b: Preparing 19:47:14 391713603f47: Preparing 19:47:14 e009be811b4c: Preparing 19:47:14 1ae01594abd6: Preparing 19:47:14 3003b8a82b49: Preparing 19:47:14 49efcdff29d1: Preparing 19:47:14 e20370187b44: Preparing 19:47:14 4fc242d58285: Preparing 19:47:14 e20370187b44: Waiting 19:47:14 49efcdff29d1: Waiting 19:47:14 4fc242d58285: Waiting 19:47:14 e009be811b4c: Layer already exists 19:47:14 391713603f47: Layer already exists 19:47:14 3003b8a82b49: Layer already exists 19:47:14 1ae01594abd6: Layer already exists 19:47:14 f0bbde0ef98b: Layer already exists 19:47:14 49efcdff29d1: Layer already exists 19:47:14 e20370187b44: Layer already exists 19:47:14 4fc242d58285: Layer already exists 19:47:14 latest: digest: sha256:edc178abc6641ab9ef6e726c222f7b555927857cdda4f509d5fd01ae509803b8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:47:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.23 19:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:47:14 f0bbde0ef98b: Preparing 19:47:14 391713603f47: Preparing 19:47:14 e009be811b4c: Preparing 19:47:14 1ae01594abd6: Preparing 19:47:14 3003b8a82b49: Preparing 19:47:14 49efcdff29d1: Preparing 19:47:14 e20370187b44: Preparing 19:47:14 4fc242d58285: Preparing 19:47:14 49efcdff29d1: Waiting 19:47:14 e20370187b44: Waiting 19:47:14 4fc242d58285: Waiting 19:47:14 e009be811b4c: Layer already exists 19:47:14 f0bbde0ef98b: Layer already exists 19:47:14 1ae01594abd6: Layer already exists 19:47:14 391713603f47: Layer already exists 19:47:14 3003b8a82b49: Layer already exists 19:47:14 4fc242d58285: Layer already exists 19:47:14 49efcdff29d1: Layer already exists 19:47:14 e20370187b44: Layer already exists 19:47:14 2.2.1-dev.23: digest: sha256:edc178abc6641ab9ef6e726c222f7b555927857cdda4f509d5fd01ae509803b8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:47:15 f0bbde0ef98b: Preparing 19:47:15 391713603f47: Preparing 19:47:15 e009be811b4c: Preparing 19:47:15 1ae01594abd6: Preparing 19:47:15 3003b8a82b49: Preparing 19:47:15 49efcdff29d1: Preparing 19:47:15 e20370187b44: Preparing 19:47:15 4fc242d58285: Preparing 19:47:15 49efcdff29d1: Waiting 19:47:15 e20370187b44: Waiting 19:47:15 3003b8a82b49: Layer already exists 19:47:15 f0bbde0ef98b: Layer already exists 19:47:15 1ae01594abd6: Layer already exists 19:47:15 e009be811b4c: Layer already exists 19:47:15 391713603f47: Layer already exists 19:47:15 e20370187b44: Layer already exists 19:47:15 49efcdff29d1: Layer already exists 19:47:15 4fc242d58285: Layer already exists 19:47:15 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:edc178abc6641ab9ef6e726c222f7b555927857cdda4f509d5fd01ae509803b8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 19:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:47:15 f0bbde0ef98b: Preparing 19:47:15 391713603f47: Preparing 19:47:15 e009be811b4c: Preparing 19:47:15 1ae01594abd6: Preparing 19:47:15 3003b8a82b49: Preparing 19:47:15 49efcdff29d1: Preparing 19:47:15 e20370187b44: Preparing 19:47:15 4fc242d58285: Preparing 19:47:15 49efcdff29d1: Waiting 19:47:15 e20370187b44: Waiting 19:47:15 4fc242d58285: Waiting 19:47:15 3003b8a82b49: Layer already exists 19:47:15 1ae01594abd6: Layer already exists 19:47:15 f0bbde0ef98b: Layer already exists 19:47:15 391713603f47: Layer already exists 19:47:15 e009be811b4c: Layer already exists 19:47:15 e20370187b44: Layer already exists 19:47:15 49efcdff29d1: Layer already exists 19:47:15 4fc242d58285: Layer already exists 19:47:15 main: digest: sha256:edc178abc6641ab9ef6e726c222f7b555927857cdda4f509d5fd01ae509803b8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:16 ===================================================== [Pipeline] echo 19:47:16 taggedImages: 19:47:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:47:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.23 19:47:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 19:47:16 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 19:47:16 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:16 latest 19:47:16 2.2.1-dev.23 19:47:16 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:16 main 19:47:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:47:16 f920823eb105: Preparing 19:47:16 dd7a8ab1884b: Preparing 19:47:16 d0312e751d2c: Preparing 19:47:16 c7fe313ba1f8: Preparing 19:47:16 90785ba867b1: Preparing 19:47:16 e434e81838fb: Preparing 19:47:16 4fc242d58285: Preparing 19:47:16 4fc242d58285: Waiting 19:47:16 f920823eb105: Pushed 19:47:16 dd7a8ab1884b: Pushed 19:47:16 d0312e751d2c: Pushed 19:47:16 4fc242d58285: Layer already exists 19:47:16 e434e81838fb: Pushed 19:47:16 90785ba867b1: Pushed 19:47:23 c7fe313ba1f8: Pushed 19:47:23 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:3b33699da59e96a3b19bee4d2cd03d6c3173c7662f38978f65ab68975ea2442f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:47:24 f920823eb105: Preparing 19:47:24 dd7a8ab1884b: Preparing 19:47:24 d0312e751d2c: Preparing 19:47:24 c7fe313ba1f8: Preparing 19:47:24 90785ba867b1: Preparing 19:47:24 e434e81838fb: Preparing 19:47:24 4fc242d58285: Preparing 19:47:24 e434e81838fb: Waiting 19:47:24 4fc242d58285: Waiting 19:47:24 f920823eb105: Layer already exists 19:47:24 c7fe313ba1f8: Layer already exists 19:47:24 d0312e751d2c: Layer already exists 19:47:24 90785ba867b1: Layer already exists 19:47:24 dd7a8ab1884b: Layer already exists 19:47:24 e434e81838fb: Layer already exists 19:47:24 4fc242d58285: Layer already exists 19:47:24 latest: digest: sha256:3b33699da59e96a3b19bee4d2cd03d6c3173c7662f38978f65ab68975ea2442f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.23 19:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:47:24 f920823eb105: Preparing 19:47:24 dd7a8ab1884b: Preparing 19:47:24 d0312e751d2c: Preparing 19:47:24 c7fe313ba1f8: Preparing 19:47:24 90785ba867b1: Preparing 19:47:24 e434e81838fb: Preparing 19:47:24 4fc242d58285: Preparing 19:47:24 e434e81838fb: Waiting 19:47:24 d0312e751d2c: Layer already exists 19:47:24 c7fe313ba1f8: Layer already exists 19:47:24 90785ba867b1: Layer already exists 19:47:24 f920823eb105: Layer already exists 19:47:24 dd7a8ab1884b: Layer already exists 19:47:24 e434e81838fb: Layer already exists 19:47:24 4fc242d58285: Layer already exists 19:47:24 2.2.1-dev.23: digest: sha256:3b33699da59e96a3b19bee4d2cd03d6c3173c7662f38978f65ab68975ea2442f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:47:25 f920823eb105: Preparing 19:47:25 dd7a8ab1884b: Preparing 19:47:25 d0312e751d2c: Preparing 19:47:25 c7fe313ba1f8: Preparing 19:47:25 90785ba867b1: Preparing 19:47:25 e434e81838fb: Preparing 19:47:25 4fc242d58285: Preparing 19:47:25 e434e81838fb: Waiting 19:47:25 4fc242d58285: Waiting 19:47:25 c7fe313ba1f8: Layer already exists 19:47:25 d0312e751d2c: Layer already exists 19:47:25 90785ba867b1: Layer already exists 19:47:25 f920823eb105: Layer already exists 19:47:25 dd7a8ab1884b: Layer already exists 19:47:25 e434e81838fb: Layer already exists 19:47:25 4fc242d58285: Layer already exists 19:47:25 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:3b33699da59e96a3b19bee4d2cd03d6c3173c7662f38978f65ab68975ea2442f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 19:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:47:26 f920823eb105: Preparing 19:47:26 dd7a8ab1884b: Preparing 19:47:26 d0312e751d2c: Preparing 19:47:26 c7fe313ba1f8: Preparing 19:47:26 90785ba867b1: Preparing 19:47:26 e434e81838fb: Preparing 19:47:26 4fc242d58285: Preparing 19:47:26 4fc242d58285: Waiting 19:47:26 e434e81838fb: Waiting 19:47:26 dd7a8ab1884b: Layer already exists 19:47:26 d0312e751d2c: Layer already exists 19:47:26 c7fe313ba1f8: Layer already exists 19:47:26 90785ba867b1: Layer already exists 19:47:26 f920823eb105: Layer already exists 19:47:26 4fc242d58285: Layer already exists 19:47:26 e434e81838fb: Layer already exists 19:47:26 main: digest: sha256:3b33699da59e96a3b19bee4d2cd03d6c3173c7662f38978f65ab68975ea2442f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:26 ===================================================== [Pipeline] echo 19:47:26 taggedImages: 19:47:26 - nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:26 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:47:26 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.23 19:47:26 - nexus3.edgexfoundry.org:10004/security-spire-config:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:26 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 19:47:26 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 19:47:26 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:26 latest 19:47:26 2.2.1-dev.23 19:47:26 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:26 main 19:47:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:47:26 848b707c6523: Preparing 19:47:26 25f2590ac0ba: Preparing 19:47:26 e86f7a13e3b5: Preparing 19:47:26 16491a7917c0: Preparing 19:47:26 49efcdff29d1: Preparing 19:47:26 e20370187b44: Preparing 19:47:26 4fc242d58285: Preparing 19:47:26 4fc242d58285: Waiting 19:47:26 e20370187b44: Waiting 19:47:26 49efcdff29d1: Layer already exists 19:47:26 e20370187b44: Layer already exists 19:47:26 4fc242d58285: Layer already exists 19:47:26 848b707c6523: Pushed 19:47:26 e86f7a13e3b5: Pushed 19:47:26 25f2590ac0ba: Pushed 19:47:35 16491a7917c0: Pushed 19:47:35 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:61e3738858524dbfe1264b363e83a4d67bd8a9c55b11f4c7bd7961c2abbbff53 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:47:35 848b707c6523: Preparing 19:47:35 25f2590ac0ba: Preparing 19:47:35 e86f7a13e3b5: Preparing 19:47:35 16491a7917c0: Preparing 19:47:35 49efcdff29d1: Preparing 19:47:35 e20370187b44: Preparing 19:47:35 4fc242d58285: Preparing 19:47:35 e20370187b44: Waiting 19:47:35 4fc242d58285: Waiting 19:47:35 25f2590ac0ba: Layer already exists 19:47:35 e86f7a13e3b5: Layer already exists 19:47:35 49efcdff29d1: Layer already exists 19:47:35 16491a7917c0: Layer already exists 19:47:35 848b707c6523: Layer already exists 19:47:35 4fc242d58285: Layer already exists 19:47:35 e20370187b44: Layer already exists 19:47:35 latest: digest: sha256:61e3738858524dbfe1264b363e83a4d67bd8a9c55b11f4c7bd7961c2abbbff53 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.23 19:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:47:36 848b707c6523: Preparing 19:47:36 25f2590ac0ba: Preparing 19:47:36 e86f7a13e3b5: Preparing 19:47:36 16491a7917c0: Preparing 19:47:36 49efcdff29d1: Preparing 19:47:36 e20370187b44: Preparing 19:47:36 4fc242d58285: Preparing 19:47:36 e20370187b44: Waiting 19:47:36 4fc242d58285: Waiting 19:47:36 25f2590ac0ba: Layer already exists 19:47:36 848b707c6523: Layer already exists 19:47:36 16491a7917c0: Layer already exists 19:47:36 49efcdff29d1: Layer already exists 19:47:36 e86f7a13e3b5: Layer already exists 19:47:36 4fc242d58285: Layer already exists 19:47:36 e20370187b44: Layer already exists 19:47:36 2.2.1-dev.23: digest: sha256:61e3738858524dbfe1264b363e83a4d67bd8a9c55b11f4c7bd7961c2abbbff53 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:47:36 848b707c6523: Preparing 19:47:36 25f2590ac0ba: Preparing 19:47:36 e86f7a13e3b5: Preparing 19:47:36 16491a7917c0: Preparing 19:47:36 49efcdff29d1: Preparing 19:47:36 e20370187b44: Preparing 19:47:36 4fc242d58285: Preparing 19:47:36 e20370187b44: Waiting 19:47:36 25f2590ac0ba: Layer already exists 19:47:36 848b707c6523: Layer already exists 19:47:36 16491a7917c0: Layer already exists 19:47:36 e86f7a13e3b5: Layer already exists 19:47:36 49efcdff29d1: Layer already exists 19:47:36 e20370187b44: Layer already exists 19:47:36 4fc242d58285: Layer already exists 19:47:36 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:61e3738858524dbfe1264b363e83a4d67bd8a9c55b11f4c7bd7961c2abbbff53 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 19:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:47:37 848b707c6523: Preparing 19:47:37 25f2590ac0ba: Preparing 19:47:37 e86f7a13e3b5: Preparing 19:47:37 16491a7917c0: Preparing 19:47:37 49efcdff29d1: Preparing 19:47:37 e20370187b44: Preparing 19:47:37 4fc242d58285: Preparing 19:47:37 e20370187b44: Waiting 19:47:37 4fc242d58285: Waiting 19:47:37 49efcdff29d1: Layer already exists 19:47:37 16491a7917c0: Layer already exists 19:47:37 e86f7a13e3b5: Layer already exists 19:47:37 25f2590ac0ba: Layer already exists 19:47:37 848b707c6523: Layer already exists 19:47:37 e20370187b44: Layer already exists 19:47:37 4fc242d58285: Layer already exists 19:47:37 main: digest: sha256:61e3738858524dbfe1264b363e83a4d67bd8a9c55b11f4c7bd7961c2abbbff53 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:37 ===================================================== [Pipeline] echo 19:47:37 taggedImages: 19:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.23 19:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 19:47:37 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 19:47:37 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:37 latest 19:47:37 2.2.1-dev.23 19:47:37 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:37 main 19:47:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:47:38 616abbdaa26d: Preparing 19:47:38 0d443e2074c0: Preparing 19:47:38 63461c7d9979: Preparing 19:47:38 a66b19305e04: Preparing 19:47:38 b541d28bf3b4: Preparing 19:47:38 b541d28bf3b4: Layer already exists 19:47:38 63461c7d9979: Layer already exists 19:47:38 616abbdaa26d: Pushed 19:47:38 a66b19305e04: Pushed 19:47:40 0d443e2074c0: Pushed 19:47:40 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:c167fe10e8b87eae9651db9edf452c9bb7a3f053cfaac7a75f19271e0b497c15 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 19:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:47:41 616abbdaa26d: Preparing 19:47:41 0d443e2074c0: Preparing 19:47:41 63461c7d9979: Preparing 19:47:41 a66b19305e04: Preparing 19:47:41 b541d28bf3b4: Preparing 19:47:41 b541d28bf3b4: Layer already exists 19:47:41 a66b19305e04: Layer already exists 19:47:41 63461c7d9979: Layer already exists 19:47:41 0d443e2074c0: Layer already exists 19:47:41 616abbdaa26d: Layer already exists 19:47:41 latest: digest: sha256:c167fe10e8b87eae9651db9edf452c9bb7a3f053cfaac7a75f19271e0b497c15 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.23 19:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:47:41 616abbdaa26d: Preparing 19:47:41 0d443e2074c0: Preparing 19:47:41 63461c7d9979: Preparing 19:47:41 a66b19305e04: Preparing 19:47:41 b541d28bf3b4: Preparing 19:47:41 63461c7d9979: Layer already exists 19:47:41 616abbdaa26d: Layer already exists 19:47:41 0d443e2074c0: Layer already exists 19:47:41 a66b19305e04: Layer already exists 19:47:41 b541d28bf3b4: Layer already exists 19:47:41 2.2.1-dev.23: digest: sha256:c167fe10e8b87eae9651db9edf452c9bb7a3f053cfaac7a75f19271e0b497c15 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:47:42 616abbdaa26d: Preparing 19:47:42 0d443e2074c0: Preparing 19:47:42 63461c7d9979: Preparing 19:47:42 a66b19305e04: Preparing 19:47:42 b541d28bf3b4: Preparing 19:47:42 616abbdaa26d: Layer already exists 19:47:42 63461c7d9979: Layer already exists 19:47:42 0d443e2074c0: Layer already exists 19:47:42 b541d28bf3b4: Layer already exists 19:47:42 a66b19305e04: Layer already exists 19:47:42 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:c167fe10e8b87eae9651db9edf452c9bb7a3f053cfaac7a75f19271e0b497c15 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 19:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:47:43 616abbdaa26d: Preparing 19:47:43 0d443e2074c0: Preparing 19:47:43 63461c7d9979: Preparing 19:47:43 a66b19305e04: Preparing 19:47:43 b541d28bf3b4: Preparing 19:47:43 0d443e2074c0: Layer already exists 19:47:43 63461c7d9979: Layer already exists 19:47:43 b541d28bf3b4: Layer already exists 19:47:43 616abbdaa26d: Layer already exists 19:47:43 a66b19305e04: Layer already exists 19:47:43 main: digest: sha256:c167fe10e8b87eae9651db9edf452c9bb7a3f053cfaac7a75f19271e0b497c15 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:43 ===================================================== [Pipeline] echo 19:47:43 taggedImages: 19:47:43 - nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:43 - nexus3.edgexfoundry.org:10004/support-notifications:latest 19:47:43 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.23 19:47:43 - nexus3.edgexfoundry.org:10004/support-notifications:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:43 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 19:47:43 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 19:47:43 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:43 latest 19:47:43 2.2.1-dev.23 19:47:43 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:43 main 19:47:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:47:43 7e3fc8b68600: Preparing 19:47:43 460c804413d1: Preparing 19:47:43 63461c7d9979: Preparing 19:47:43 cb13d45cd0a0: Preparing 19:47:43 b541d28bf3b4: Preparing 19:47:43 b541d28bf3b4: Layer already exists 19:47:43 cb13d45cd0a0: Layer already exists 19:47:43 63461c7d9979: Layer already exists 19:47:43 7e3fc8b68600: Pushed 19:47:46 460c804413d1: Pushed 19:47:46 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:d8964fa74783aed9dcb5a8b954426c23ce32f8836bc5c922f0249972777bfb5d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:47:47 7e3fc8b68600: Preparing 19:47:47 460c804413d1: Preparing 19:47:47 63461c7d9979: Preparing 19:47:47 cb13d45cd0a0: Preparing 19:47:47 b541d28bf3b4: Preparing 19:47:47 7e3fc8b68600: Layer already exists 19:47:47 460c804413d1: Layer already exists 19:47:47 63461c7d9979: Layer already exists 19:47:47 b541d28bf3b4: Layer already exists 19:47:47 cb13d45cd0a0: Layer already exists 19:47:47 latest: digest: sha256:d8964fa74783aed9dcb5a8b954426c23ce32f8836bc5c922f0249972777bfb5d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.23 19:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:47:47 7e3fc8b68600: Preparing 19:47:47 460c804413d1: Preparing 19:47:47 63461c7d9979: Preparing 19:47:47 cb13d45cd0a0: Preparing 19:47:47 b541d28bf3b4: Preparing 19:47:47 b541d28bf3b4: Layer already exists 19:47:47 460c804413d1: Layer already exists 19:47:47 cb13d45cd0a0: Layer already exists 19:47:47 7e3fc8b68600: Layer already exists 19:47:47 63461c7d9979: Layer already exists 19:47:47 2.2.1-dev.23: digest: sha256:d8964fa74783aed9dcb5a8b954426c23ce32f8836bc5c922f0249972777bfb5d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:47:48 7e3fc8b68600: Preparing 19:47:48 460c804413d1: Preparing 19:47:48 63461c7d9979: Preparing 19:47:48 cb13d45cd0a0: Preparing 19:47:48 b541d28bf3b4: Preparing 19:47:48 63461c7d9979: Layer already exists 19:47:48 b541d28bf3b4: Layer already exists 19:47:48 460c804413d1: Layer already exists 19:47:48 7e3fc8b68600: Layer already exists 19:47:48 cb13d45cd0a0: Layer already exists 19:47:48 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:d8964fa74783aed9dcb5a8b954426c23ce32f8836bc5c922f0249972777bfb5d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 19:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:47:49 7e3fc8b68600: Preparing 19:47:49 460c804413d1: Preparing 19:47:49 63461c7d9979: Preparing 19:47:49 cb13d45cd0a0: Preparing 19:47:49 b541d28bf3b4: Preparing 19:47:49 cb13d45cd0a0: Layer already exists 19:47:49 63461c7d9979: Layer already exists 19:47:49 7e3fc8b68600: Layer already exists 19:47:49 b541d28bf3b4: Layer already exists 19:47:49 460c804413d1: Layer already exists 19:47:49 main: digest: sha256:d8964fa74783aed9dcb5a8b954426c23ce32f8836bc5c922f0249972777bfb5d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:47:49 ===================================================== [Pipeline] echo 19:47:49 taggedImages: 19:47:49 - nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:49 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:47:49 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.23 19:47:49 - nexus3.edgexfoundry.org:10004/support-scheduler:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:49 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 19:47:49 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 19:47:49 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:49 latest 19:47:49 2.2.1-dev.23 19:47:49 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:49 main 19:47:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:49 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:49 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:47:49 759b380dcfe1: Preparing 19:47:49 28352d44de46: Preparing 19:47:49 ec71faafdbe1: Preparing 19:47:49 a043f89c5c85: Preparing 19:47:49 52f44be93a46: Preparing 19:47:49 10d82663b225: Preparing 19:47:49 f7a7a140f1b3: Preparing 19:47:49 31e69d4774c9: Preparing 19:47:49 7750d494dfbd: Preparing 19:47:49 18708474c90b: Preparing 19:47:49 4fc242d58285: Preparing 19:47:49 7750d494dfbd: Waiting 19:47:49 4fc242d58285: Waiting 19:47:49 f7a7a140f1b3: Waiting 19:47:49 10d82663b225: Waiting 19:47:49 31e69d4774c9: Waiting 19:47:49 18708474c90b: Waiting 19:47:49 52f44be93a46: Layer already exists 19:47:49 10d82663b225: Layer already exists 19:47:49 f7a7a140f1b3: Layer already exists 19:47:49 31e69d4774c9: Layer already exists 19:47:49 7750d494dfbd: Layer already exists 19:47:49 28352d44de46: Pushed 19:47:49 18708474c90b: Layer already exists 19:47:49 4fc242d58285: Layer already exists 19:47:50 759b380dcfe1: Pushed 19:47:51 ec71faafdbe1: Pushed 19:47:57 a043f89c5c85: Pushed 19:47:57 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:c8783c3ac88238b824b9a5df5048962f5a2a27c5c09e43f013fce5db7df296c7 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:57 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:58 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 19:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:47:58 759b380dcfe1: Preparing 19:47:58 28352d44de46: Preparing 19:47:58 ec71faafdbe1: Preparing 19:47:58 a043f89c5c85: Preparing 19:47:58 52f44be93a46: Preparing 19:47:58 10d82663b225: Preparing 19:47:58 f7a7a140f1b3: Preparing 19:47:58 31e69d4774c9: Preparing 19:47:58 7750d494dfbd: Preparing 19:47:58 18708474c90b: Preparing 19:47:58 4fc242d58285: Preparing 19:47:58 10d82663b225: Waiting 19:47:58 f7a7a140f1b3: Waiting 19:47:58 31e69d4774c9: Waiting 19:47:58 7750d494dfbd: Waiting 19:47:58 18708474c90b: Waiting 19:47:58 4fc242d58285: Waiting 19:47:58 ec71faafdbe1: Layer already exists 19:47:58 a043f89c5c85: Layer already exists 19:47:58 759b380dcfe1: Layer already exists 19:47:58 28352d44de46: Layer already exists 19:47:58 52f44be93a46: Layer already exists 19:47:58 7750d494dfbd: Layer already exists 19:47:58 31e69d4774c9: Layer already exists 19:47:58 f7a7a140f1b3: Layer already exists 19:47:58 10d82663b225: Layer already exists 19:47:58 18708474c90b: Layer already exists 19:47:58 4fc242d58285: Layer already exists 19:47:58 latest: digest: sha256:c8783c3ac88238b824b9a5df5048962f5a2a27c5c09e43f013fce5db7df296c7 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:58 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:58 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.23 19:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:47:58 759b380dcfe1: Preparing 19:47:58 28352d44de46: Preparing 19:47:58 ec71faafdbe1: Preparing 19:47:58 a043f89c5c85: Preparing 19:47:58 52f44be93a46: Preparing 19:47:58 10d82663b225: Preparing 19:47:58 f7a7a140f1b3: Preparing 19:47:58 31e69d4774c9: Preparing 19:47:58 7750d494dfbd: Preparing 19:47:58 18708474c90b: Preparing 19:47:58 4fc242d58285: Preparing 19:47:58 10d82663b225: Waiting 19:47:58 f7a7a140f1b3: Waiting 19:47:58 7750d494dfbd: Waiting 19:47:58 31e69d4774c9: Waiting 19:47:58 18708474c90b: Waiting 19:47:58 4fc242d58285: Waiting 19:47:58 759b380dcfe1: Layer already exists 19:47:58 52f44be93a46: Layer already exists 19:47:58 a043f89c5c85: Layer already exists 19:47:58 ec71faafdbe1: Layer already exists 19:47:58 28352d44de46: Layer already exists 19:47:58 f7a7a140f1b3: Layer already exists 19:47:58 10d82663b225: Layer already exists 19:47:58 31e69d4774c9: Layer already exists 19:47:58 18708474c90b: Layer already exists 19:47:58 7750d494dfbd: Layer already exists 19:47:58 4fc242d58285: Layer already exists 19:47:58 2.2.1-dev.23: digest: sha256:c8783c3ac88238b824b9a5df5048962f5a2a27c5c09e43f013fce5db7df296c7 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:59 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:59 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:47:59 759b380dcfe1: Preparing 19:47:59 28352d44de46: Preparing 19:47:59 ec71faafdbe1: Preparing 19:47:59 a043f89c5c85: Preparing 19:47:59 52f44be93a46: Preparing 19:47:59 10d82663b225: Preparing 19:47:59 f7a7a140f1b3: Preparing 19:47:59 31e69d4774c9: Preparing 19:47:59 7750d494dfbd: Preparing 19:47:59 18708474c90b: Preparing 19:47:59 4fc242d58285: Preparing 19:47:59 f7a7a140f1b3: Waiting 19:47:59 31e69d4774c9: Waiting 19:47:59 7750d494dfbd: Waiting 19:47:59 10d82663b225: Waiting 19:47:59 18708474c90b: Waiting 19:47:59 759b380dcfe1: Layer already exists 19:47:59 ec71faafdbe1: Layer already exists 19:47:59 28352d44de46: Layer already exists 19:47:59 52f44be93a46: Layer already exists 19:47:59 a043f89c5c85: Layer already exists 19:47:59 f7a7a140f1b3: Layer already exists 19:47:59 10d82663b225: Layer already exists 19:47:59 18708474c90b: Layer already exists 19:47:59 31e69d4774c9: Layer already exists 19:47:59 7750d494dfbd: Layer already exists 19:47:59 4fc242d58285: Layer already exists 19:47:59 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:c8783c3ac88238b824b9a5df5048962f5a2a27c5c09e43f013fce5db7df296c7 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:59 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:48:00 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 19:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:48:00 759b380dcfe1: Preparing 19:48:00 28352d44de46: Preparing 19:48:00 ec71faafdbe1: Preparing 19:48:00 a043f89c5c85: Preparing 19:48:00 52f44be93a46: Preparing 19:48:00 10d82663b225: Preparing 19:48:00 f7a7a140f1b3: Preparing 19:48:00 31e69d4774c9: Preparing 19:48:00 7750d494dfbd: Preparing 19:48:00 18708474c90b: Preparing 19:48:00 4fc242d58285: Preparing 19:48:00 18708474c90b: Waiting 19:48:00 f7a7a140f1b3: Waiting 19:48:00 31e69d4774c9: Waiting 19:48:00 7750d494dfbd: Waiting 19:48:00 10d82663b225: Waiting 19:48:00 4fc242d58285: Waiting 19:48:00 28352d44de46: Layer already exists 19:48:00 759b380dcfe1: Layer already exists 19:48:00 a043f89c5c85: Layer already exists 19:48:00 52f44be93a46: Layer already exists 19:48:00 ec71faafdbe1: Layer already exists 19:48:00 10d82663b225: Layer already exists 19:48:00 31e69d4774c9: Layer already exists 19:48:00 7750d494dfbd: Layer already exists 19:48:00 f7a7a140f1b3: Layer already exists 19:48:00 18708474c90b: Layer already exists 19:48:00 4fc242d58285: Layer already exists 19:48:00 main: digest: sha256:c8783c3ac88238b824b9a5df5048962f5a2a27c5c09e43f013fce5db7df296c7 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:48:00 ===================================================== [Pipeline] echo 19:48:00 taggedImages: 19:48:00 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:48:00 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 19:48:00 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.23 19:48:00 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:48:00 - 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] } 19:50:06 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:50:25 Removing intermediate container 32b8e8dc808a 19:50:25 ---> dbe7ca53f2fd 19:50:25 19:50:25 Step 10/25 : FROM alpine:3.14 19:50:25 3.14: Pulling from library/alpine 19:50:25 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 19:50:25 Status: Downloaded newer image for alpine:3.14 19:50:25 ---> ac73e934f311 19:50:25 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:50:25 ---> Running in c4db6d0f85b9 19:50:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:50:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:50:27 (1/3) Installing ca-certificates (20211220-r0) 19:50:28 (2/3) Installing dumb-init (1.2.5-r1) 19:50:28 (3/3) Installing su-exec (0.2-r1) 19:50:28 Executing busybox-1.33.1-r7.trigger 19:50:28 Executing ca-certificates-20211220-r0.trigger 19:50:28 OK: 6 MiB in 17 packages 19:50:30 Removing intermediate container c4db6d0f85b9 19:50:30 ---> 9380843df5d6 19:50:30 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:50:30 ---> Running in a56d9a44eb95 19:50:30 Removing intermediate container a56d9a44eb95 19:50:30 ---> 46940b2abb8e 19:50:30 Step 13/25 : WORKDIR / 19:50:31 ---> Running in 0f8bcc77632f 19:50:31 Removing intermediate container 0f8bcc77632f 19:50:31 ---> e6d744519fa4 19:50:31 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:50:32 ---> 48aa81854207 19:50:32 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:50:33 ---> 762d6e88f507 19:50:33 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:50:34 ---> f588d1475a09 19:50:34 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:50:35 ---> 378b78c1a603 19:50:35 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:50:36 ---> 68ae18e25f9c 19:50:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:50:38 ---> 985f7c7d7b58 19:50:38 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:50:39 ---> 0a96b54d19df 19:50:39 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/ 19:50:39 ---> Running in dadf7eaf7151 19:50:42 Removing intermediate container dadf7eaf7151 19:50:42 ---> 083e2f3967ab 19:50:42 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:50:42 ---> Running in f173c53cac19 19:50:42 Removing intermediate container f173c53cac19 19:50:42 ---> dd78d89172f1 19:50:42 Step 23/25 : LABEL arch=arm64 19:50:43 ---> Running in 7d0ff74ca11c 19:50:43 Removing intermediate container 7d0ff74ca11c 19:50:43 ---> d2f971111373 19:50:43 Step 24/25 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:50:43 ---> Running in 6ef085d4db59 19:50:43 Removing intermediate container 6ef085d4db59 19:50:43 ---> 2e37a82c0b0e 19:50:43 Step 25/25 : LABEL version=2.2.1-dev.23 19:50:44 ---> Running in da59f7e4b520 19:50:44 Removing intermediate container da59f7e4b520 19:50:44 ---> 48a3fd0357e7 19:50:44 19:50:44 Successfully built 48a3fd0357e7 19:50:44 Successfully tagged security-secretstore-setup-arm64:latest 19:50:44  Building security-secretstore-setup ... done Building security-spire-config 19:50:59 Removing intermediate container e9e62297075e 19:50:59 ---> ce04bd448eee 19:50:59 19:50:59 Step 10/23 : FROM alpine:3.14 19:50:59 ---> ac73e934f311 19:50:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:50:59 ---> Running in a1b019dc67a5 19:51:00 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:51:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:51:00 ---> 56cbc4c6e515 19:51:00 Step 3/26 : WORKDIR /edgex-go 19:51:00 ---> Using cache 19:51:00 ---> 6cf9393948dc 19:51:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:00 ---> Using cache 19:51:00 ---> bac0c49e8c55 19:51:00 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:51:00 ---> Using cache 19:51:00 ---> 56547db1df39 19:51:00 Step 6/26 : COPY go.mod vendor* ./ 19:51:00 ---> Using cache 19:51:00 ---> a5667116a885 19:51:00 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:00 ---> Using cache 19:51:00 ---> ae757f33d6b9 19:51:00 Step 8/26 : COPY . . 19:51:00 ---> Using cache 19:51:00 ---> 318e782adf73 19:51:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:51:00 ---> Using cache 19:51:00 ---> 2f75be287ae5 19:51:00 Step 10/26 : WORKDIR /edgex-go/spire-build 19:51:00 ---> Using cache 19:51:00 ---> 54e518293663 19:51:00 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 19:51:00 ---> Running in 15dc1a755802 19:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:51:03 (1/1) Installing dumb-init (1.2.5-r1) 19:51:03 Executing busybox-1.33.1-r7.trigger 19:51:03 OK: 5 MiB in 15 packages 19:51:04 Removing intermediate container 15dc1a755802 19:51:04 ---> 697a12ce20c6 19:51:04 Step 12/26 : WORKDIR /edgex-go 19:51:04 ---> Running in c5495ca885ed 19:51:05 Removing intermediate container a1b019dc67a5 19:51:05 ---> 46bc8e7f0b8b 19:51:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:51:05 Removing intermediate container c5495ca885ed 19:51:05 ---> 28f9ad1c5b4b 19:51:05 19:51:05 Step 13/26 : FROM alpine:3.15 19:51:05 ---> 3fb3c9af89a9 19:51:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:51:05 ---> Using cache 19:51:05 ---> c26cf0fad775 19:51:05 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:05 ---> Using cache 19:51:05 ---> 687e6f42894f 19:51:05 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:51:05 ---> Running in 43165020681c 19:51:05 ---> Running in 469b8910175e 19:51:06 Removing intermediate container 469b8910175e 19:51:06 ---> 54a3b27c1011 19:51:06 Step 13/23 : ENV APP_PORT=59881 19:51:06 ---> Running in b940f8dbbd23 19:51:07 Removing intermediate container b940f8dbbd23 19:51:07 ---> c791ec7b36b5 19:51:07 Step 14/23 : EXPOSE $APP_PORT 19:51:07 ---> Running in 973c2baf1d57 19:51:08 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:51:08 Removing intermediate container 973c2baf1d57 19:51:08 ---> ccf1bcfc7374 19:51:08 Step 15/23 : WORKDIR / 19:51:08 ---> Running in 7a1e0a73d4d7 19:51:08 Removing intermediate container 7a1e0a73d4d7 19:51:08 ---> 4bc8b1c15b17 19:51:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:51:09 ---> 2b35b5fef56f 19:51:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:51:10 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:51:10 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:51:10 OK: 15738 distinct packages available 19:51:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:51:11 ---> fe416ba57090 19:51:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:51:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:51:12 ---> 4f219edc6ce7 19:51:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:51:12 ---> Running in abecc879af8e 19:51:13 (1/4) Installing dumb-init (1.2.5-r1) 19:51:13 (2/4) Installing musl-obstack (1.2.3-r0) 19:51:13 (3/4) Installing libucontext (1.1-r0) 19:51:13 Removing intermediate container abecc879af8e 19:51:13 ---> 04a387ef53f5 19:51:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:13 (4/4) Installing gcompat (1.0.0-r4) 19:51:13 ---> Running in 4a59b6a1aa8f 19:51:13 Executing busybox-1.34.1-r5.trigger 19:51:13 OK: 6 MiB in 18 packages 19:51:13 Removing intermediate container 4a59b6a1aa8f 19:51:13 ---> 924bcf393457 19:51:13 Step 21/23 : LABEL arch=arm64 19:51:14 ---> Running in 32ac598b0653 19:51:15 Removing intermediate container 32ac598b0653 19:51:15 ---> 8cbb52ab032b 19:51:15 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:51:15 ---> Running in 416912fddd4d 19:51:15 Removing intermediate container 43165020681c 19:51:15 ---> fed4d027c7bb 19:51:15 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:51:16 Removing intermediate container 416912fddd4d 19:51:16 ---> 4b184102fbc0 19:51:16 Step 23/23 : LABEL version=2.2.1-dev.23 19:51:16 ---> Running in eea46fc064ce 19:51:16 Removing intermediate container eea46fc064ce 19:51:16 ---> 6401aa17c28d 19:51:16 19:51:17 Successfully built 6401aa17c28d 19:51:17 Successfully tagged core-metadata-arm64:latest 19:51:17 Building support-notifications 19:51:21  Building core-metadata ... done  ---> cb4923677582 19:51:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:51:22 ---> 7509bb88d073 19:51:22 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:51:22 ---> Running in 39d2d3a6c857 19:51:23 Removing intermediate container 39d2d3a6c857 19:51:23 ---> f0447e61c04b 19:51:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:51:24 ---> 2f133160aa04 19:51:24 Step 21/26 : WORKDIR / 19:51:24 ---> Running in 4924b5042799 19:51:24 Removing intermediate container 4924b5042799 19:51:24 ---> 29f25eb50284 19:51:24 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:51:24 ---> Running in 4243a5e4dcd9 19:51:25 Removing intermediate container 4243a5e4dcd9 19:51:25 ---> 2c504eaa0bee 19:51:25 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:51:25 ---> Running in 5708c169a69f 19:51:26 Removing intermediate container 5708c169a69f 19:51:26 ---> 25aa9c2e0481 19:51:26 Step 24/26 : LABEL arch=arm64 19:51:26 ---> Running in 604f2a138f56 19:51:26 Removing intermediate container 604f2a138f56 19:51:26 ---> 2d39a2cdcbe8 19:51:26 Step 25/26 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:51:26 ---> Running in 143bd362595b 19:51:27 Removing intermediate container 143bd362595b 19:51:27 ---> 5b2d656857ad 19:51:27 Step 26/26 : LABEL version=2.2.1-dev.23 19:51:27 ---> Running in ffa41d1bf945 19:51:28 Removing intermediate container ffa41d1bf945 19:51:28 ---> 2f13f317147c 19:51:28 19:51:29 Successfully built 2f13f317147c 19:51:29 Successfully tagged security-spire-config-arm64:latest 19:51:29  Building security-spire-config ... done Building security-spire-agent 19:51:39 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:51:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:51:39 ---> 56cbc4c6e515 19:51:39 Step 3/22 : WORKDIR /edgex-go 19:51:39 ---> Using cache 19:51:39 ---> 6cf9393948dc 19:51:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:39 ---> Using cache 19:51:39 ---> bac0c49e8c55 19:51:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:51:39 ---> Running in cafbc3badd99 19:51:39 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:51:40 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:51:42 OK: 220 MiB in 52 packages 19:51:44 Removing intermediate container cafbc3badd99 19:51:44 ---> 6c08cb7dc306 19:51:44 Step 6/22 : COPY go.mod vendor* ./ 19:51:46 ---> e95fb7be3c30 19:51:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:46 ---> Running in 3fa3eb8d43a4 19:51:53 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:51:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:51:53 ---> 56cbc4c6e515 19:51:53 Step 3/26 : WORKDIR /edgex-go 19:51:53 ---> Using cache 19:51:53 ---> 6cf9393948dc 19:51:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:53 ---> Using cache 19:51:53 ---> bac0c49e8c55 19:51:53 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 19:51:53 ---> Using cache 19:51:53 ---> 56547db1df39 19:51:53 Step 6/26 : COPY go.mod vendor* ./ 19:51:53 ---> Using cache 19:51:53 ---> a5667116a885 19:51:53 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:51:53 ---> Using cache 19:51:53 ---> ae757f33d6b9 19:51:53 Step 8/26 : COPY . . 19:51:53 Removing intermediate container 3fa3eb8d43a4 19:51:53 ---> ee1a3c71fd2e 19:51:53 Step 8/22 : COPY . . 19:51:53 ---> Using cache 19:51:53 ---> 318e782adf73 19:51:53 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 19:51:53 ---> Using cache 19:51:53 ---> 2f75be287ae5 19:51:53 Step 10/26 : WORKDIR /edgex-go/spire-build 19:51:53 ---> Using cache 19:51:53 ---> 54e518293663 19:51:53 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 19:51:53 ---> Using cache 19:51:53 ---> 697a12ce20c6 19:51:53 Step 12/26 : WORKDIR /edgex-go 19:51:53 ---> Using cache 19:51:53 ---> 28f9ad1c5b4b 19:51:53 19:51:53 Step 13/26 : FROM alpine:3.15 19:51:53 ---> 3fb3c9af89a9 19:51:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:51:53 ---> Using cache 19:51:53 ---> c26cf0fad775 19:51:53 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:53 ---> Using cache 19:51:53 ---> 687e6f42894f 19:51:53 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:51:53 ---> Using cache 19:51:53 ---> 8a2dd24d0d33 19:51:53 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:51:53 Removing intermediate container fd0ef66e4264 19:51:53 ---> aba5324e49ee 19:51:53 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:51:53 ---> Running in f00ea129856e 19:51: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.23" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:51:58 ---> 48c9312ca5f4 19:51:58 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:52:01 Removing intermediate container f00ea129856e 19:52:01 ---> 9d75b7538691 19:52:01 19:52:01 Step 11/23 : FROM docker:20.10.14 19:52:01 20.10.14: Pulling from library/docker 19:52:10 ---> ee615868d080 19:52:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:52:12 ---> d49d070e1b6d 19:52:12 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:52:13 ---> f41e6fc27132 19:52:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:52:14 ---> 1862e1d67857 19:52:14 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:52:15 ---> Running in 6e5ef15dfb3b 19:52:15 Removing intermediate container 6e5ef15dfb3b 19:52:15 ---> 8128457950f0 19:52:15 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:52:16 ---> Running in 14529704b833 19:52:16 ---> 687e8a546cac 19:52:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:52:16 ---> Running in e79c60ef1840 19:52:16 Removing intermediate container 14529704b833 19:52:16 ---> c4be4af439a9 19:52:16 Step 24/26 : LABEL arch=arm64 19:52:16 ---> Running in d6b8f8a10bc6 19:52:18 Removing intermediate container d6b8f8a10bc6 19:52:18 ---> b539fbaaca38 19:52:18 Step 25/26 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:52:18 ---> Running in 192ffc33e4cf 19:52:19 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:52:19 Removing intermediate container 192ffc33e4cf 19:52:19 ---> 02ba34ade53a 19:52:19 Step 26/26 : LABEL version=2.2.1-dev.23 19:52:19 ---> Running in 59ee5bad0b21 19:52:20 Removing intermediate container 59ee5bad0b21 19:52:20 ---> f59a75bd04ad 19:52:20 19:52:21 Successfully built f59a75bd04ad 19:52:21 Successfully tagged security-spire-agent-arm64:latest 19:52:21 Building core-data 19:52:23  Building security-spire-agent ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 19:52:23 Status: Downloaded newer image for docker:20.10.14 19:52:23 ---> c346e9eafbab 19:52:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:52:23 ---> Running in a01db429c389 19:52:24 Removing intermediate container a01db429c389 19:52:24 ---> 723172280b7b 19:52:24 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 19:52:24 ---> Running in bd6cf3b46c7d 19:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:52:29 (1/43) Installing readline (8.1.1-r0) 19:52:29 (2/43) Installing bash (5.1.16-r0) 19:52:29 Executing bash-5.1.16-r0.post-install 19:52:29 (3/43) Installing brotli-libs (1.0.9-r5) 19:52:29 (4/43) Installing nghttp2-libs (1.46.0-r0) 19:52:29 (5/43) Installing libcurl (7.80.0-r2) 19:52:29 (6/43) Installing curl (7.80.0-r2) 19:52:29 (7/43) Installing dumb-init (1.2.5-r1) 19:52:29 (8/43) Installing libbz2 (1.0.8-r1) 19:52:29 (9/43) Installing expat (2.4.7-r0) 19:52:29 (10/43) Installing libffi (3.4.2-r1) 19:52:29 (11/43) Installing gdbm (1.22-r0) 19:52:29 (12/43) Installing xz-libs (5.2.5-r1) 19:52:29 (13/43) Installing libgcc (10.3.1_git20211027-r0) 19:52:29 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 19:52:29 (15/43) Installing mpdecimal (2.5.1-r1) 19:52:29 (16/43) Installing sqlite-libs (3.36.0-r0) 19:52:29 (17/43) Installing python3 (3.9.7-r4) 19:52:33 (18/43) Installing py3-appdirs (1.4.4-r2) 19:52:33 (19/43) Installing py3-certifi (2020.12.5-r1) 19:52:33 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 19:52:33 (21/43) Installing py3-idna (3.3-r0) 19:52:33 (22/43) Installing py3-urllib3 (1.26.7-r0) 19:52:33 (23/43) Installing py3-requests (2.26.0-r1) 19:52:33 (24/43) Installing py3-msgpack (1.0.2-r1) 19:52:33 (25/43) Installing py3-lockfile (0.12.2-r4) 19:52:33 (26/43) Installing py3-cachecontrol (0.12.10-r0) 19:52:33 (27/43) Installing py3-colorama (0.4.4-r1) 19:52:33 (28/43) Installing py3-contextlib2 (21.6.0-r1) 19:52:33 (29/43) Installing py3-distlib (0.3.3-r0) 19:52:33 (30/43) Installing py3-distro (1.6.0-r0) 19:52:33 (31/43) Installing py3-six (1.16.0-r0) 19:52:33 (32/43) Installing py3-webencodings (0.5.1-r4) 19:52:33 (33/43) Installing py3-html5lib (1.1-r1) 19:52:33 (34/43) Installing py3-parsing (2.4.7-r2) 19:52:33 (35/43) Installing py3-packaging (20.9-r1) 19:52:33 (36/43) Installing py3-tomli (1.2.2-r0) 19:52:33 (37/43) Installing py3-pep517 (0.12.0-r0) 19:52:34 (38/43) Installing py3-progress (1.6-r0) 19:52:34 (39/43) Installing py3-retrying (1.3.3-r2) 19:52:34 (40/43) Installing py3-ordered-set (4.0.2-r2) 19:52:34 (41/43) Installing py3-setuptools (52.0.0-r4) 19:52:34 (42/43) Installing py3-toml (0.10.2-r2) 19:52:34 (43/43) Installing py3-pip (20.3.4-r1) 19:52:34 Executing busybox-1.34.1-r5.trigger 19:52:34 OK: 82 MiB in 65 packages 19:52:39 Collecting docker-compose==1.23.2 19:52:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:52:40 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:52:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:52:40 ---> 56cbc4c6e515 19:52:40 Step 3/23 : WORKDIR /edgex-go 19:52:40 ---> Using cache 19:52:40 ---> 6cf9393948dc 19:52:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:40 ---> Using cache 19:52:40 ---> bac0c49e8c55 19:52:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:52:40 Collecting docker<4.0,>=3.6.0 19:52:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:52:40 Collecting dockerpty<0.5,>=0.4.1 19:52:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:52:41 ---> Running in 425a261f52f5 19:52:43 Collecting jsonschema<3,>=2.5.1 19:52:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:52:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:52:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:52:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:52:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:52:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 19:52:44 Collecting cached-property<2,>=1.2.0 19:52:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:52:45 Collecting websocket-client<1.0,>=0.32.0 19:52:45 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:52:45 Removing intermediate container eb6e46013143 19:52:45 ---> 80e1782c6fa2 19:52:45 19:52:45 Step 9/20 : FROM alpine:3.15 19:52:45 ---> 3fb3c9af89a9 19:52:45 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:52:45 ---> Using cache 19:52:45 ---> c26cf0fad775 19:52:45 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:45 ---> Using cache 19:52:45 ---> 687e6f42894f 19:52:45 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:52:45 ---> Running in 77bdfbecd23e 19:52:45 OK: 220 MiB in 52 packages 19:52:46 Collecting PyYAML<4,>=3.10 19:52:46 Downloading PyYAML-3.13.tar.gz (270 kB) 19:52:48 Removing intermediate container 425a261f52f5 19:52:48 ---> e5b3bd0d75ac 19:52:48 Step 6/23 : COPY go.mod vendor* ./ 19:52:48 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:52:48 ---> 7e01c050817a 19:52:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:52:49 ---> Running in 6ec6529e2c56 19:52:49 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:52:49 Removing intermediate container 55ad100fde99 19:52:49 ---> 72898af86017 19:52:49 19:52:49 Step 10/22 : FROM alpine:3.14 19:52:49 ---> ac73e934f311 19:52:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:52:49 ---> Using cache 19:52:49 ---> 46bc8e7f0b8b 19:52:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:52:49 ---> Using cache 19:52:49 ---> 54a3b27c1011 19:52:49 Step 13/22 : ENV APP_PORT=59861 19:52:49 ---> Running in f1483385853c 19:52:50 Removing intermediate container f1483385853c 19:52:50 ---> e67493ab79ff 19:52:50 Step 14/22 : EXPOSE $APP_PORT 19:52:50 ---> Running in c6df769c390f 19:52:51 v3.15.4-229-gee62eca8c6 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 19:52:51 v3.15.4-231-ga28996e379 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 19:52:51 OK: 15738 distinct packages available 19:52:51 Collecting docopt<0.7,>=0.6.1 19:52:51 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:52:51 Downloading docopt-0.6.2.tar.gz (25 kB) 19:52:51 Removing intermediate container c6df769c390f 19:52:51 ---> f3d889e2952f 19:52:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:52 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:52:52 ---> df13843d1a16 19:52:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:52:53 (1/9) Installing ca-certificates (20211220-r0) 19:52:54 Collecting texttable<0.10,>=0.9.0 19:52:54 Downloading texttable-0.9.1.tar.gz (11 kB) 19:52:54 (2/9) Installing brotli-libs (1.0.9-r5) 19:52:54 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:52:54 (4/9) Installing libcurl (7.80.0-r2) 19:52:54 (5/9) Installing curl (7.80.0-r2) 19:52:55 (6/9) Installing dumb-init (1.2.5-r1) 19:52:55 (7/9) Installing musl-obstack (1.2.3-r0) 19:52:55 (8/9) Installing libucontext (1.1-r0) 19:52:55 (9/9) Installing gcompat (1.0.0-r4) 19:52:55 ---> 97acb3711bd7 19:52:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:52:55 Executing busybox-1.34.1-r5.trigger 19:52:55 Removing intermediate container 6ec6529e2c56 19:52:55 ---> 1beb07f2908a 19:52:55 Step 8/23 : COPY . . 19:52:55 Executing ca-certificates-20211220-r0.trigger 19:52:55 OK: 8 MiB in 23 packages 19:52:56 ---> fcd9b97f5811 19:52:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:52:56 ---> Running in c4a53ce4c40e 19:52:57 Collecting docker-pycreds>=0.4.0 19:52:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:52:57 Removing intermediate container c4a53ce4c40e 19:52:57 ---> 576378100e32 19:52:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:57 ---> Running in b18449a20c82 19:52:57 Collecting idna<2.8,>=2.5 19:52:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:52:58 Collecting chardet<3.1.0,>=3.0.2 19:52:58 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:52:58 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) 19:52:58 Removing intermediate container b18449a20c82 19:52:58 ---> f650c579a53a 19:52:58 Step 20/22 : LABEL arch=arm64 19:52:58 ---> Running in 6d5722d2dc6c 19:52:58 Removing intermediate container 77bdfbecd23e 19:52:58 ---> 35f907c47750 19:52:58 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:59 Collecting urllib3<1.25,>=1.21.1 19:52:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:52:59 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:52:59 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:52:59 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:52:59 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:53:00 Removing intermediate container 6d5722d2dc6c 19:53:00 ---> acf922007328 19:53:00 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:53:00 ---> Running in 6c702083217b 19:53:00 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:53:00 Attempting uninstall: urllib3 19:53:00 Found existing installation: urllib3 1.26.7 19:53:00 Uninstalling urllib3-1.26.7: 19:53:00 Successfully uninstalled urllib3-1.26.7 19:53:00 ---> 3603bf588cf0 19:53:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:53:01 Removing intermediate container 6c702083217b 19:53:01 ---> f20e659fd3b8 19:53:01 Step 22/22 : LABEL version=2.2.1-dev.23 19:53:01 Attempting uninstall: idna 19:53:01 Found existing installation: idna 3.3 19:53:01 Uninstalling idna-3.3: 19:53:01 ---> Running in a5827b958a96 19:53:01 Successfully uninstalled idna-3.3 19:53:02 Removing intermediate container a5827b958a96 19:53:02 ---> dd3253ab3235 19:53:02 19:53:03 Successfully built dd3253ab3235 19:53:03 Successfully tagged support-scheduler-arm64:latest 19:53:03  Building support-scheduler ... done Building security-bootstrapper 19:53:04 ---> 83dbe6af04e6 19:53:04 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:53:04 Attempting uninstall: requests 19:53:04 Found existing installation: requests 2.26.0 19:53:04 Uninstalling requests-2.26.0: 19:53:05 Successfully uninstalled requests-2.26.0 19:53:05 Running setup.py install for texttable: started 19:53:06 ---> 727e9a7a314d 19:53:06 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:53:06 ---> Running in ff66c7af9711 19:53:07 Removing intermediate container ff66c7af9711 19:53:07 ---> 0ea7af04dd01 19:53:07 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:07 ---> Running in e0c5886144d3 19:53:08 Removing intermediate container e0c5886144d3 19:53:08 ---> eefa9e976388 19:53:08 Step 18/20 : LABEL arch=arm64 19:53:08 ---> Running in afc63f588c0c 19:53:08 Running setup.py install for texttable: finished with status 'done' 19:53:08 Running setup.py install for PyYAML: started 19:53:08 Removing intermediate container afc63f588c0c 19:53:08 ---> e4a977a317a5 19:53:08 Step 19/20 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:53:09 ---> Running in b44436caf786 19:53:09 Removing intermediate container b44436caf786 19:53:09 ---> a061d9987631 19:53:09 Step 20/20 : LABEL version=2.2.1-dev.23 19:53:10 ---> Running in 145b3227c73a 19:53:11 Removing intermediate container 145b3227c73a 19:53:11 ---> 49ef707fb8e1 19:53:11 19:53:11 Running setup.py install for PyYAML: finished with status 'done' 19:53:11 Successfully built 49ef707fb8e1 19:53:11 Successfully tagged security-spiffe-token-provider-arm64:latest 19:53:11  Building security-spiffe-token-provider ... done Building security-proxy-setup 19:53:11 Running setup.py install for docopt: started 19:53:13 ---> 2896bb5b90c8 19:53:13 Step 9/23 : RUN make cmd/core-data/core-data 19:53:13 ---> Running in d048f8e589ae 19:53:14 Running setup.py install for docopt: finished with status 'done' 19:53:14 Running setup.py install for dockerpty: started 19:53:15 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 19:53:17 Running setup.py install for dockerpty: finished with status 'done' 19:53:19 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 19:53:26 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:53:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:53:26 ---> 56cbc4c6e515 19:53:26 Step 3/31 : WORKDIR /edgex-go 19:53:26 ---> Using cache 19:53:26 ---> 6cf9393948dc 19:53:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:26 ---> Using cache 19:53:26 ---> bac0c49e8c55 19:53:26 Step 5/31 : RUN apk add --update --no-cache make git 19:53:26 ---> Running in aed83169501f 19:53:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:53:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:53:30 OK: 220 MiB in 52 packages 19:53:32 Removing intermediate container aed83169501f 19:53:32 ---> bee5c8f253e5 19:53:32 Step 6/31 : COPY go.mod vendor* ./ 19:53:34 ---> bf098f5415dd 19:53:34 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:34 ---> Running in 3ea496d6542d 19:53:38 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:53:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:53:38 ---> 56cbc4c6e515 19:53:38 Step 3/22 : WORKDIR /edgex-go 19:53:38 ---> Using cache 19:53:38 ---> 6cf9393948dc 19:53:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:38 ---> Using cache 19:53:38 ---> bac0c49e8c55 19:53:38 Step 5/22 : RUN apk add --update --no-cache make git 19:53:38 ---> Using cache 19:53:38 ---> bee5c8f253e5 19:53:38 Step 6/22 : COPY go.mod vendor* ./ 19:53:38 ---> Using cache 19:53:38 ---> bf098f5415dd 19:53:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:53:38 ---> Running in 3d2ef2a346b4 19:53:42 Removing intermediate container 3ea496d6542d 19:53:42 ---> 1ce5c428c41d 19:53:42 Step 8/31 : COPY . . 19:53:42 Removing intermediate container bd6cf3b46c7d 19:53:42 ---> 16b2b0593478 19:53:42 Step 14/23 : ENV APP_PORT=58890 19:53:43 ---> Running in ef1f9ee9fafd 19:53:44 Removing intermediate container ef1f9ee9fafd 19:53:44 ---> 6c0ed2dfc31e 19:53:44 Step 15/23 : EXPOSE $APP_PORT 19:53:44 ---> Running in eba57b6f1ea9 19:53:45 Removing intermediate container 3d2ef2a346b4 19:53:45 ---> 2104ba606ba5 19:53:45 Step 8/22 : COPY . . 19:53:45 Removing intermediate container eba57b6f1ea9 19:53:45 ---> 739f691686db 19:53:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:53:48 ---> 1a52c6e6e237 19:53:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:53:50 ---> f8052a8ef480 19:53:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:53:52 ---> bfc97af1ad5a 19:53:52 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:53:52 ---> Running in f6f0b1d4729b 19:53:53 Removing intermediate container f6f0b1d4729b 19:53:53 ---> 5d1ae160f869 19:53:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:53 ---> Running in d255a7d77eaa 19:53:54 Removing intermediate container d255a7d77eaa 19:53:54 ---> f36ad8b9530c 19:53:54 Step 21/23 : LABEL arch=arm64 19:53:54 ---> Running in 3e1ba72b90cf 19:53:55 Removing intermediate container 3e1ba72b90cf 19:53:55 ---> 81097b1d39fc 19:53:55 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:53:55 ---> Running in 9c87d22c1147 19:53:57 Removing intermediate container 9c87d22c1147 19:53:57 ---> 2f96ee057b15 19:53:57 Step 23/23 : LABEL version=2.2.1-dev.23 19:53:57 ---> Running in 6fc6156fc0f1 19:53:58 Removing intermediate container 6fc6156fc0f1 19:53:58 ---> 4fc9d51706aa 19:53:58 19:53:59 Successfully built 4fc9d51706aa 19:53:59 Successfully tagged sys-mgmt-agent-arm64:latest 19:53:59 Building core-command 19:54:05  Building sys-mgmt-agent ... done  ---> 7259b9729d16 19:54:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:54:05 ---> Running in aac105914cc6 19:54:07 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:54:07 ---> fac1d9cc90fc 19:54:07 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:54:08 ---> Running in d223510e06d1 19:54: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.23" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:54:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:54:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:15 ---> 56cbc4c6e515 19:54:15 Step 3/23 : WORKDIR /edgex-go 19:54:15 ---> Using cache 19:54:15 ---> 6cf9393948dc 19:54:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:15 ---> Using cache 19:54:15 ---> bac0c49e8c55 19:54:15 Step 5/23 : RUN apk add --update --no-cache make git 19:54:15 ---> Using cache 19:54:15 ---> bee5c8f253e5 19:54:15 Step 6/23 : COPY go.mod vendor* ./ 19:54:15 ---> Using cache 19:54:15 ---> bf098f5415dd 19:54:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:54:15 ---> Using cache 19:54:15 ---> 2104ba606ba5 19:54:15 Step 8/23 : COPY . . 19:54:15 ---> Using cache 19:54:15 ---> fac1d9cc90fc 19:54:15 Step 9/23 : RUN make cmd/core-command/core-command 19:54:15 ---> Running in b070b213d5bf 19:54:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:58:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:58:40 Removing intermediate container b070b213d5bf 19:58:40 ---> 6514721acaf6 19:58:40 19:58:40 Step 10/23 : FROM alpine:3.14 19:58:40 ---> ac73e934f311 19:58:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:58:40 ---> Using cache 19:58:40 ---> 46bc8e7f0b8b 19:58:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:58:40 ---> Using cache 19:58:40 ---> 54a3b27c1011 19:58:40 Step 13/23 : ENV APP_PORT=59882 19:58:40 ---> Running in efe8a7b245d0 19:58:41 Removing intermediate container efe8a7b245d0 19:58:41 ---> 137567cd11e7 19:58:41 Step 14/23 : EXPOSE $APP_PORT 19:58:41 ---> Running in fd79cde1a528 19:58:42 Removing intermediate container fd79cde1a528 19:58:42 ---> 3e8947fd74ff 19:58:42 Step 15/23 : WORKDIR / 19:58:42 ---> Running in eac41a6bdd9a 19:58:43 Removing intermediate container eac41a6bdd9a 19:58:43 ---> 7b4e46a15268 19:58:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:58:45 ---> 9c64a9c128f7 19:58:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:58:47 ---> c2e1312eb230 19:58:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:58:48 Removing intermediate container aac105914cc6 19:58:48 ---> b2ff8c7b9fdc 19:58:48 19:58:48 Step 10/31 : FROM alpine:3.14 19:58:48 ---> ac73e934f311 19:58:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:58:48 ---> Running in ef7555340396 19:58:48 ---> d71fe595a68a 19:58:48 Step 19/23 : ENTRYPOINT ["/core-command"] 19:58:48 ---> Running in f412aeb655c1 19:58:49 Removing intermediate container ef7555340396 19:58:49 ---> 3478fb770e0e 19:58:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:58:49 ---> Running in 2a86e01dc84b 19:58:49 Removing intermediate container f412aeb655c1 19:58:49 ---> bab1cd983692 19:58:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:58:49 Removing intermediate container d048f8e589ae 19:58:49 ---> 82cd3880cf4b 19:58:49 19:58:49 Step 10/23 : FROM alpine:3.14 19:58:49 ---> ac73e934f311 19:58:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:58:49 ---> Running in 2537d9666a12 19:58:49 ---> Running in c8aba921d8d5 19:58:50 Removing intermediate container 2537d9666a12 19:58:50 ---> f679f87737c1 19:58:50 Step 21/23 : LABEL arch=arm64 19:58:50 ---> Running in 043d7626b64e 19:58:50 Removing intermediate container c8aba921d8d5 19:58:50 ---> 2b168060c1d4 19:58:50 Step 12/23 : ENV APP_PORT=59880 19:58:51 ---> Running in 94491e0c4249 19:58:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:58:51 Removing intermediate container d223510e06d1 19:58:51 ---> 538384e3dedc 19:58:51 19:58:51 Step 10/22 : FROM alpine:3.14 19:58:51 ---> ac73e934f311 19:58:51 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 19:58:51 ---> Running in abbb6376721e 19:58:51 Removing intermediate container 043d7626b64e 19:58:51 ---> 42660cb71091 19:58:51 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:58:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:58:51 ---> Running in 1b232c8d7ada 19:58:51 Removing intermediate container 94491e0c4249 19:58:51 ---> ae0daab04d47 19:58:51 Step 13/23 : EXPOSE $APP_PORT 19:58:51 ---> Running in 5a7a79714b19 19:58:52 (1/2) Installing dumb-init (1.2.5-r1) 19:58:52 (2/2) Installing su-exec (0.2-r1) 19:58:52 Executing busybox-1.33.1-r7.trigger 19:58:52 OK: 6 MiB in 16 packages 19:58:52 Removing intermediate container 1b232c8d7ada 19:58:52 ---> 1d847a44aef1 19:58:52 Step 23/23 : LABEL version=2.2.1-dev.23 19:58:52 ---> Running in 4be873e6a904 19:58:53 Removing intermediate container 5a7a79714b19 19:58:53 ---> ae0b017b0d48 19:58:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:53 ---> Running in 25dfdc1fb3e9 19:58:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:58:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:58:54 Removing intermediate container 2a86e01dc84b 19:58:54 ---> a750a9c6d027 19:58:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:58:54 Removing intermediate container 4be873e6a904 19:58:54 ---> 055f52b2830b 19:58:54 19:58:54 ---> Running in ea1296c06315 19:58:54 (1/6) Installing ca-certificates (20211220-r0) 19:58:54 Successfully built 055f52b2830b 19:58:54 Successfully tagged core-command-arm64:latest 19:58:54  Building core-command ... done (2/6) Installing brotli-libs (1.0.9-r5) 19:58:54 (3/6) Installing nghttp2-libs (1.43.0-r0) 19:58:54 (4/6) Installing libcurl (7.79.1-r2) 19:58:54 (5/6) Installing curl (7.79.1-r2) 19:58:54 (6/6) Installing dumb-init (1.2.5-r1) 19:58:54 Executing busybox-1.33.1-r7.trigger 19:58:55 Removing intermediate container ea1296c06315 19:58:55 ---> bdcabcdeee21 19:58:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:58:55 Executing ca-certificates-20211220-r0.trigger 19:58:55 ---> Running in 93426d0470ca 19:58:55 OK: 8 MiB in 20 packages 19:58:55 Removing intermediate container e79c60ef1840 19:58:55 ---> 2b57367a4f73 19:58:55 19:58:55 Step 10/22 : FROM alpine:3.14 19:58:55 ---> ac73e934f311 19:58:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:58:55 Removing intermediate container 93426d0470ca 19:58:55 ---> c6a20d20bcdd 19:58:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:58:55 ---> Running in 67e03ed77890 19:58:55 Removing intermediate container 25dfdc1fb3e9 19:58:55 ---> b39cc1bf7fa1 19:58:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:58:55 ---> Running in 36dd277f1d6c 19:58:56 ---> Running in 72ff9a99433f 19:58:57 Removing intermediate container abbb6376721e 19:58:57 ---> 4dcaae1f93ae 19:58:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:58:57 ---> Running in cb4b7eb65950 19:58:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:58:58 Removing intermediate container cb4b7eb65950 19:58:58 ---> 39433336ddc7 19:58:58 Step 13/22 : WORKDIR /edgex 19:58:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:58:58 ---> Running in 3c05c14c4783 19:58:58 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:58:59 Removing intermediate container 3c05c14c4783 19:58:59 ---> 7b0f34b1f9ec 19:58:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:58:59 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:58:59 (1/2) Installing ca-certificates (20211220-r0) 19:58:59 (2/2) Installing dumb-init (1.2.5-r1) 19:58:59 Executing busybox-1.33.1-r7.trigger 19:58:59 Executing ca-certificates-20211220-r0.trigger 19:58:59 Removing intermediate container 36dd277f1d6c 19:58:59 ---> 827ac78ef7d2 19:58:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:58:59 ---> Running in d3f92c2b62ef 19:58:59 OK: 6 MiB in 16 packages 19:59:00 ---> dcd83b21afd0 19:59:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:59:00 (1/6) Installing dumb-init (1.2.5-r1) 19:59:00 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:59:00 (3/6) Installing libsodium (1.0.18-r0) 19:59:00 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:59:00 Removing intermediate container d3f92c2b62ef 19:59:00 ---> eaa9621adc91 19:59:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:59:01 (5/6) Installing libzmq (4.3.4-r0) 19:59:01 (6/6) Installing zeromq (4.3.4-r0) 19:59:01 Executing busybox-1.33.1-r7.trigger 19:59:01 OK: 8 MiB in 20 packages 19:59:02 ---> 4b59417c05f1 19:59:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:59:02 ---> 40fe1697a366 19:59:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:59:02 Removing intermediate container 67e03ed77890 19:59:02 ---> 9c5d7d9fd19a 19:59:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:59:02 ---> Running in 89f7302628a5 19:59:02 ---> Running in 0d2348d762b1 19:59:02 Removing intermediate container 72ff9a99433f 19:59:02 ---> 810b2b47cf39 19:59:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:02 Removing intermediate container 0d2348d762b1 19:59:02 ---> d120dde006df 19:59:02 Step 13/22 : ENV APP_PORT=59860 19:59:02 ---> Running in c1d4a8b70c76 19:59:03 Removing intermediate container c1d4a8b70c76 19:59:03 ---> c1147dbe3117 19:59:03 Step 14/22 : EXPOSE $APP_PORT 19:59:03 ---> Running in 80b2e9cd854b 19:59:03 ---> fbde68ff0f49 19:59:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:59:04 ---> d5b0d78e6601 19:59:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:59:04 Removing intermediate container 80b2e9cd854b 19:59:04 ---> c462c539bbd7 19:59:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:04 Removing intermediate container 89f7302628a5 19:59:04 ---> 042405f5f98f 19:59:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:59:04 ---> 069ec382dade 19:59:04 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:59:04 ---> Running in 296ce7deef6f 19:59:05 ---> 152ee5ee2bd5 19:59:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:59:05 ---> 3ac2aebb2265 19:59:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:59:06 ---> ffdd67298a77 19:59:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:59:07 ---> a25d68b301b9 19:59:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:59:07 Removing intermediate container 296ce7deef6f 19:59:07 ---> 6d5112ff5d57 19:59:07 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 19:59:07 ---> 42f7a977f3d2 19:59:07 Step 19/23 : ENTRYPOINT ["/core-data"] 19:59:07 ---> Running in d5d1447ab4e5 19:59:07 ---> Running in 33337c4b9e20 19:59:08 ---> f71529834577 19:59:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:59:08 Removing intermediate container d5d1447ab4e5 19:59:08 ---> f0074404aef7 19:59:08 Step 20/22 : LABEL arch=arm64 19:59:08 Removing intermediate container 33337c4b9e20 19:59:08 ---> dbbe22f8b620 19:59:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:08 ---> Running in 4795912aa8f1 19:59:08 ---> Running in ade052f9dac1 19:59:08 ---> 3dd4edbf6004 19:59:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:59:08 ---> 1a34b6884153 19:59:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:59:08 Removing intermediate container 4795912aa8f1 19:59:08 ---> de9d92170d87 19:59:08 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:09 ---> Running in cb6e522e6514 19:59:09 Removing intermediate container ade052f9dac1 19:59:09 ---> a8473042cdb6 19:59:09 Step 21/23 : LABEL arch=arm64 19:59:09 ---> Running in ec59c5b7939a 19:59:09 ---> Running in 57d150cc0524 19:59:09 ---> 2e2c9d32a524 19:59:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:59:09 Removing intermediate container cb6e522e6514 19:59:09 ---> 4c3daafe1867 19:59:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:59:09 Removing intermediate container ec59c5b7939a 19:59:09 ---> dd9a449b12f3 19:59:09 Step 22/22 : LABEL version=2.2.1-dev.23 19:59:09 ---> Running in 2a4fe86db3eb 19:59:09 ---> Running in 7d063b1f0849 19:59:10 Removing intermediate container 57d150cc0524 19:59:10 ---> 805c8f6071d3 19:59:10 Step 22/23 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:10 ---> Running in 7dac2da5c313 19:59:10 Removing intermediate container 7d063b1f0849 19:59:10 ---> 2f706ecb863a 19:59:10 19:59:10 ---> 53780ef40b74 19:59:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:59:10 Removing intermediate container 2a4fe86db3eb 19:59:10 ---> 9d1708f8cfe5 19:59:10 Step 20/22 : LABEL arch=arm64 19:59:10 Removing intermediate container 7dac2da5c313 19:59:10 ---> 4b89e372d4e8 19:59:10 Step 23/23 : LABEL version=2.2.1-dev.23 19:59:10 ---> Running in b435710ab5dc 19:59:10 ---> Running in 021244cda9cd 19:59:10 ---> Running in 21e77d7f7bd7 19:59:10 Successfully built 2f706ecb863a 19:59:10 Successfully tagged security-proxy-setup-arm64:latest 19:59:11  Building security-proxy-setup ... done Removing intermediate container b435710ab5dc 19:59:11 ---> ed8578621b82 19:59:11 Removing intermediate container 021244cda9cd 19:59:11 ---> fb06568e6b09 19:59:11 19:59:11 Step 21/22 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:11 ---> Running in 71b54dfc2d96 19:59:11 Removing intermediate container 21e77d7f7bd7 19:59:11 ---> 38e917ed237e 19:59:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:59:11 Successfully built fb06568e6b09 19:59:11 Successfully tagged core-data-arm64:latest 19:59:11  Building core-data ... done Removing intermediate container 71b54dfc2d96 19:59:11 ---> c6352e022c1a 19:59:11 Step 22/22 : LABEL version=2.2.1-dev.23 19:59:11 ---> Running in a330e82c8da4 19:59:11 ---> db6b51410a7b 19:59:11 Step 26/31 : RUN chmod +x /entrypoint.sh 19:59:12 Removing intermediate container a330e82c8da4 19:59:12 ---> 19be46208592 19:59:12 19:59:12 ---> Running in 100ab9995dc7 19:59:12 Successfully built 19be46208592 19:59:12 Successfully tagged support-notifications-arm64:latest 19:59:13  Building support-notifications ... done Removing intermediate container 100ab9995dc7 19:59:13 ---> 819d675f5218 19:59:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:59:14 ---> Running in fcf25c218b87 19:59:14 Removing intermediate container fcf25c218b87 19:59:14 ---> 5ef4c86dcf48 19:59:14 Step 28/31 : CMD ["gate"] 19:59:14 ---> Running in 3e895c1f3cf2 19:59:15 Removing intermediate container 3e895c1f3cf2 19:59:15 ---> cc1c1a639c6a 19:59:15 Step 29/31 : LABEL arch=arm64 19:59:15 ---> Running in a3802955a8c3 19:59:15 Removing intermediate container a3802955a8c3 19:59:15 ---> 4d80c3c37ef2 19:59:15 Step 30/31 : LABEL git_sha=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:15 ---> Running in 0dcb4ae9233b 19:59:16 Removing intermediate container 0dcb4ae9233b 19:59:16 ---> e88a844be5ce 19:59:16 Step 31/31 : LABEL version=2.2.1-dev.23 19:59:16 ---> Running in 8bcf5ebae302 19:59:16 Removing intermediate container 8bcf5ebae302 19:59:16 ---> 25adc8445bff 19:59:16 19:59:16 Successfully built 25adc8445bff 19:59:16 Successfully tagged security-bootstrapper-arm64:latest 19:59:16  Building security-bootstrapper ... done  [Pipeline] } 19:59:16 $ docker stop --time=1 0b4c8c0abc3024cb637165893d66f2601d5078d6f74d30e6a7357d95c3a9d610 19:59:18 $ docker rm -f 0b4c8c0abc3024cb637165893d66f2601d5078d6f74d30e6a7357d95c3a9d610 [Pipeline] // withDockerContainer [Pipeline] sh 19:59:19 + docker images 19:59:19 REPOSITORY TAG IMAGE ID CREATED SIZE 19:59:19 security-bootstrapper-arm64 latest 25adc8445bff 3 seconds ago 18.3MB 19:59:19 support-notifications-arm64 latest 19be46208592 7 seconds ago 26MB 19:59:19 core-data-arm64 latest fb06568e6b09 8 seconds ago 21.7MB 19:59:19 security-proxy-setup-arm64 latest 2f706ecb863a 9 seconds ago 26.1MB 19:59:19 2b57367a4f73 25 seconds ago 1.33GB 19:59:19 core-command-arm64 latest 055f52b2830b 26 seconds ago 15.5MB 19:59:19 538384e3dedc 30 seconds ago 1.28GB 19:59:19 82cd3880cf4b 31 seconds ago 1.3GB 19:59:19 b2ff8c7b9fdc 33 seconds ago 1.28GB 19:59:19 6514721acaf6 40 seconds ago 1.27GB 19:59:19 sys-mgmt-agent-arm64 latest 4fc9d51706aa 5 minutes ago 282MB 19:59:19 security-spiffe-token-provider-arm64 latest 49ef707fb8e1 6 minutes ago 28.1MB 19:59:19 support-scheduler-arm64 latest dd3253ab3235 6 minutes ago 25.4MB 19:59:19 72898af86017 6 minutes ago 1.33GB 19:59:19 80e1782c6fa2 6 minutes ago 1.32GB 19:59:19 security-spire-agent-arm64 latest f59a75bd04ad 6 minutes ago 126MB 19:59:19 9d75b7538691 7 minutes ago 1.27GB 19:59:19 security-spire-config-arm64 latest 2f13f317147c 7 minutes ago 85.6MB 19:59:19 core-metadata-arm64 latest 6401aa17c28d 8 minutes ago 16.3MB 19:59:19 28f9ad1c5b4b 8 minutes ago 1.18GB 19:59:19 ce04bd448eee 8 minutes ago 1.28GB 19:59:19 security-secretstore-setup-arm64 latest 48a3fd0357e7 8 minutes ago 27.5MB 19:59:19 dbe7ca53f2fd 8 minutes ago 1.28GB 19:59:19 security-spire-server-arm64 latest c57c8808e322 12 minutes ago 86.3MB 19:59:19 2da86ea79944 13 minutes ago 1.18GB 19:59:19 ci-base-image-arm64 latest 56cbc4c6e515 15 minutes ago 1.01GB 19:59:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB 19:59:19 docker 20.10.14 c346e9eafbab 3 months ago 202MB 19:59:19 alpine 3.14 ac73e934f311 3 months ago 5.34MB 19:59:19 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 19:59:19 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 19:59:19 provisioning config files... 19:59:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config320450894199105924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:19 ---> docker-login.sh 19:59:19 nexus3.edgexfoundry.org:10001 19:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:20 Configure a credential helper to remove this warning. See 19:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:20 19:59:20 Login Succeeded 19:59:20 nexus3.edgexfoundry.org:10002 19:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:21 Configure a credential helper to remove this warning. See 19:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:21 19:59:21 Login Succeeded 19:59:21 nexus3.edgexfoundry.org:10003 19:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:21 Configure a credential helper to remove this warning. See 19:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:21 19:59:21 Login Succeeded 19:59:21 nexus3.edgexfoundry.org:10004 19:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:21 Configure a credential helper to remove this warning. See 19:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:21 19:59:21 Login Succeeded 19:59:21 docker.io 19:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:22 Configure a credential helper to remove this warning. See 19:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:22 19:59:22 Login Succeeded 19:59:22 ---> docker-login.sh ends [Pipeline] } 19:59:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:22 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 19:59:22 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:22 latest 19:59:22 2.2.1-dev.23 19:59:22 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:22 main 19:59:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:59:23 32ca464564b1: Preparing 19:59:23 bc1ebaa1f92f: Preparing 19:59:23 d000f596f7de: Preparing 19:59:23 e23a63d64cfa: Preparing 19:59:23 f73e7dbfee58: Preparing 19:59:23 f73e7dbfee58: Layer already exists 19:59:23 d000f596f7de: Pushed 19:59:23 32ca464564b1: Pushed 19:59:23 e23a63d64cfa: Pushed 19:59:26 bc1ebaa1f92f: Pushed 19:59:26 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:d9b81283f54fbe4b598133d510a0e509e246519eaee453c48004535a9e270795 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:59:27 32ca464564b1: Preparing 19:59:27 bc1ebaa1f92f: Preparing 19:59:27 d000f596f7de: Preparing 19:59:27 e23a63d64cfa: Preparing 19:59:27 f73e7dbfee58: Preparing 19:59:27 32ca464564b1: Layer already exists 19:59:27 d000f596f7de: Layer already exists 19:59:27 e23a63d64cfa: Layer already exists 19:59:27 bc1ebaa1f92f: Layer already exists 19:59:27 f73e7dbfee58: Layer already exists 19:59:27 latest: digest: sha256:d9b81283f54fbe4b598133d510a0e509e246519eaee453c48004535a9e270795 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.23 19:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:59:28 32ca464564b1: Preparing 19:59:28 bc1ebaa1f92f: Preparing 19:59:28 d000f596f7de: Preparing 19:59:28 e23a63d64cfa: Preparing 19:59:28 f73e7dbfee58: Preparing 19:59:28 f73e7dbfee58: Layer already exists 19:59:28 e23a63d64cfa: Layer already exists 19:59:28 d000f596f7de: Layer already exists 19:59:28 32ca464564b1: Layer already exists 19:59:28 bc1ebaa1f92f: Layer already exists 19:59:28 2.2.1-dev.23: digest: sha256:d9b81283f54fbe4b598133d510a0e509e246519eaee453c48004535a9e270795 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:59:29 32ca464564b1: Preparing 19:59:29 bc1ebaa1f92f: Preparing 19:59:29 d000f596f7de: Preparing 19:59:29 e23a63d64cfa: Preparing 19:59:29 f73e7dbfee58: Preparing 19:59:29 d000f596f7de: Layer already exists 19:59:29 e23a63d64cfa: Layer already exists 19:59:29 32ca464564b1: Layer already exists 19:59:29 f73e7dbfee58: Layer already exists 19:59:29 bc1ebaa1f92f: Layer already exists 19:59:29 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:d9b81283f54fbe4b598133d510a0e509e246519eaee453c48004535a9e270795 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 19:59:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:59:30 32ca464564b1: Preparing 19:59:30 bc1ebaa1f92f: Preparing 19:59:30 d000f596f7de: Preparing 19:59:30 e23a63d64cfa: Preparing 19:59:30 f73e7dbfee58: Preparing 19:59:30 32ca464564b1: Layer already exists 19:59:30 e23a63d64cfa: Layer already exists 19:59:30 bc1ebaa1f92f: Layer already exists 19:59:30 f73e7dbfee58: Layer already exists 19:59:30 d000f596f7de: Layer already exists 19:59:30 main: digest: sha256:d9b81283f54fbe4b598133d510a0e509e246519eaee453c48004535a9e270795 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:59:30 ===================================================== [Pipeline] echo 19:59:30 taggedImages: 19:59:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:59:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.23 19:59:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 19:59:30 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 19:59:30 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:30 latest 19:59:30 2.2.1-dev.23 19:59:30 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:30 main 19:59:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:59:31 87cdfaad1371: Preparing 19:59:31 a0efa322b583: Preparing 19:59:31 d000f596f7de: Preparing 19:59:31 7c7dfce1fd9b: Preparing 19:59:31 b55ebf53c706: Preparing 19:59:31 f73e7dbfee58: Preparing 19:59:31 f73e7dbfee58: Waiting 19:59:31 d000f596f7de: Layer already exists 19:59:31 f73e7dbfee58: Layer already exists 19:59:31 b55ebf53c706: Pushed 19:59:31 87cdfaad1371: Pushed 19:59:32 7c7dfce1fd9b: Pushed 19:59:35 a0efa322b583: Pushed 19:59:35 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:dd32f9c8bbe7d99569ebca2afb960c6cda140a2c458aa95b88dc271049d934e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:59:36 87cdfaad1371: Preparing 19:59:36 a0efa322b583: Preparing 19:59:36 d000f596f7de: Preparing 19:59:36 7c7dfce1fd9b: Preparing 19:59:36 b55ebf53c706: Preparing 19:59:36 f73e7dbfee58: Preparing 19:59:36 f73e7dbfee58: Waiting 19:59:36 87cdfaad1371: Layer already exists 19:59:36 d000f596f7de: Layer already exists 19:59:36 a0efa322b583: Layer already exists 19:59:36 b55ebf53c706: Layer already exists 19:59:36 7c7dfce1fd9b: Layer already exists 19:59:36 f73e7dbfee58: Layer already exists 19:59:36 latest: digest: sha256:dd32f9c8bbe7d99569ebca2afb960c6cda140a2c458aa95b88dc271049d934e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.23 19:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:59:37 87cdfaad1371: Preparing 19:59:37 a0efa322b583: Preparing 19:59:37 d000f596f7de: Preparing 19:59:37 7c7dfce1fd9b: Preparing 19:59:37 b55ebf53c706: Preparing 19:59:37 f73e7dbfee58: Preparing 19:59:37 f73e7dbfee58: Waiting 19:59:37 b55ebf53c706: Layer already exists 19:59:37 87cdfaad1371: Layer already exists 19:59:37 7c7dfce1fd9b: Layer already exists 19:59:37 d000f596f7de: Layer already exists 19:59:37 a0efa322b583: Layer already exists 19:59:37 f73e7dbfee58: Layer already exists 19:59:37 2.2.1-dev.23: digest: sha256:dd32f9c8bbe7d99569ebca2afb960c6cda140a2c458aa95b88dc271049d934e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:59:38 87cdfaad1371: Preparing 19:59:38 a0efa322b583: Preparing 19:59:38 d000f596f7de: Preparing 19:59:38 7c7dfce1fd9b: Preparing 19:59:38 b55ebf53c706: Preparing 19:59:38 f73e7dbfee58: Preparing 19:59:38 f73e7dbfee58: Waiting 19:59:38 87cdfaad1371: Layer already exists 19:59:38 b55ebf53c706: Layer already exists 19:59:38 7c7dfce1fd9b: Layer already exists 19:59:38 d000f596f7de: Layer already exists 19:59:38 a0efa322b583: Layer already exists 19:59:38 f73e7dbfee58: Layer already exists 19:59:38 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:dd32f9c8bbe7d99569ebca2afb960c6cda140a2c458aa95b88dc271049d934e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 19:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:59:39 87cdfaad1371: Preparing 19:59:39 a0efa322b583: Preparing 19:59:39 d000f596f7de: Preparing 19:59:39 7c7dfce1fd9b: Preparing 19:59:39 b55ebf53c706: Preparing 19:59:39 f73e7dbfee58: Preparing 19:59:39 f73e7dbfee58: Waiting 19:59:39 7c7dfce1fd9b: Layer already exists 19:59:39 87cdfaad1371: Layer already exists 19:59:39 d000f596f7de: Layer already exists 19:59:39 a0efa322b583: Layer already exists 19:59:39 b55ebf53c706: Layer already exists 19:59:39 f73e7dbfee58: Layer already exists 19:59:39 main: digest: sha256:dd32f9c8bbe7d99569ebca2afb960c6cda140a2c458aa95b88dc271049d934e7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:59:39 ===================================================== [Pipeline] echo 19:59:39 taggedImages: 19:59:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:59:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.23 19:59:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 19:59:39 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 19:59:39 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:39 latest 19:59:39 2.2.1-dev.23 19:59:39 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:39 main 19:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:39 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:59:40 9c7299de3fb5: Preparing 19:59:40 11a5cd6d28f7: Preparing 19:59:40 d000f596f7de: Preparing 19:59:40 e23a63d64cfa: Preparing 19:59:40 f73e7dbfee58: Preparing 19:59:40 d000f596f7de: Layer already exists 19:59:40 e23a63d64cfa: Layer already exists 19:59:40 f73e7dbfee58: Layer already exists 19:59:40 9c7299de3fb5: Pushed 19:59:43 11a5cd6d28f7: Pushed 19:59:43 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:ffebc65cbfff23d80b9d2153a10e3d0570f23af112660d2c6386264957c40277 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:59:44 9c7299de3fb5: Preparing 19:59:44 11a5cd6d28f7: Preparing 19:59:44 d000f596f7de: Preparing 19:59:44 e23a63d64cfa: Preparing 19:59:44 f73e7dbfee58: Preparing 19:59:44 f73e7dbfee58: Layer already exists 19:59:44 e23a63d64cfa: Layer already exists 19:59:44 d000f596f7de: Layer already exists 19:59:44 11a5cd6d28f7: Layer already exists 19:59:44 9c7299de3fb5: Layer already exists 19:59:44 latest: digest: sha256:ffebc65cbfff23d80b9d2153a10e3d0570f23af112660d2c6386264957c40277 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.23 19:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:59:45 9c7299de3fb5: Preparing 19:59:45 11a5cd6d28f7: Preparing 19:59:45 d000f596f7de: Preparing 19:59:45 e23a63d64cfa: Preparing 19:59:45 f73e7dbfee58: Preparing 19:59:45 11a5cd6d28f7: Layer already exists 19:59:45 9c7299de3fb5: Layer already exists 19:59:45 d000f596f7de: Layer already exists 19:59:45 e23a63d64cfa: Layer already exists 19:59:45 f73e7dbfee58: Layer already exists 19:59:45 2.2.1-dev.23: digest: sha256:ffebc65cbfff23d80b9d2153a10e3d0570f23af112660d2c6386264957c40277 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:59:46 9c7299de3fb5: Preparing 19:59:46 11a5cd6d28f7: Preparing 19:59:46 d000f596f7de: Preparing 19:59:46 e23a63d64cfa: Preparing 19:59:46 f73e7dbfee58: Preparing 19:59:46 f73e7dbfee58: Layer already exists 19:59:46 e23a63d64cfa: Layer already exists 19:59:46 d000f596f7de: Layer already exists 19:59:46 11a5cd6d28f7: Layer already exists 19:59:46 9c7299de3fb5: Layer already exists 19:59:46 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:ffebc65cbfff23d80b9d2153a10e3d0570f23af112660d2c6386264957c40277 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 19:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:59:47 9c7299de3fb5: Preparing 19:59:47 11a5cd6d28f7: Preparing 19:59:47 d000f596f7de: Preparing 19:59:47 e23a63d64cfa: Preparing 19:59:47 f73e7dbfee58: Preparing 19:59:47 9c7299de3fb5: Layer already exists 19:59:47 f73e7dbfee58: Layer already exists 19:59:47 e23a63d64cfa: Layer already exists 19:59:47 d000f596f7de: Layer already exists 19:59:47 11a5cd6d28f7: Layer already exists 19:59:47 main: digest: sha256:ffebc65cbfff23d80b9d2153a10e3d0570f23af112660d2c6386264957c40277 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:59:47 ===================================================== [Pipeline] echo 19:59:47 taggedImages: 19:59:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:59:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.23 19:59:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 19:59:47 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 19:59:47 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:47 latest 19:59:47 2.2.1-dev.23 19:59:47 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:47 main 19:59:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:59:48 3cebacb6d547: Preparing 19:59:48 3cebacb6d547: Preparing 19:59:48 68e6b808bd55: Preparing 19:59:48 20fdd9cb0380: Preparing 19:59:48 b94c8dbece00: Preparing 19:59:48 917206758fff: Preparing 19:59:48 d000f596f7de: Preparing 19:59:48 729e4db3a24a: Preparing 19:59:48 4aa4fdacba9e: Preparing 19:59:48 5e06b2bbda40: Preparing 19:59:48 0eb5986ba3bd: Preparing 19:59:48 f73e7dbfee58: Preparing 19:59:48 d000f596f7de: Waiting 19:59:48 729e4db3a24a: Waiting 19:59:48 4aa4fdacba9e: Waiting 19:59:48 0eb5986ba3bd: Waiting 19:59:48 f73e7dbfee58: Waiting 19:59:48 5e06b2bbda40: Waiting 19:59:48 20fdd9cb0380: Pushed 19:59:48 b94c8dbece00: Pushed 19:59:48 3cebacb6d547: Pushed 19:59:48 68e6b808bd55: Pushed 19:59:48 d000f596f7de: Layer already exists 19:59:48 729e4db3a24a: Pushed 19:59:48 5e06b2bbda40: Pushed 19:59:48 4aa4fdacba9e: Pushed 19:59:48 0eb5986ba3bd: Pushed 19:59:48 f73e7dbfee58: Layer already exists 19:59:52 917206758fff: Pushed 19:59:52 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:16c618d1bb4b62eb78c60585cf6f801ba5a48c64976ea0f54ae27c1ccd7a052b size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:59:52 3cebacb6d547: Preparing 19:59:52 3cebacb6d547: Preparing 19:59:52 68e6b808bd55: Preparing 19:59:52 20fdd9cb0380: Preparing 19:59:52 b94c8dbece00: Preparing 19:59:52 917206758fff: Preparing 19:59:52 d000f596f7de: Preparing 19:59:52 729e4db3a24a: Preparing 19:59:52 4aa4fdacba9e: Preparing 19:59:52 5e06b2bbda40: Preparing 19:59:52 0eb5986ba3bd: Preparing 19:59:52 f73e7dbfee58: Preparing 19:59:52 0eb5986ba3bd: Waiting 19:59:52 f73e7dbfee58: Waiting 19:59:52 4aa4fdacba9e: Waiting 19:59:52 5e06b2bbda40: Waiting 19:59:52 729e4db3a24a: Waiting 19:59:52 d000f596f7de: Waiting 19:59:52 68e6b808bd55: Layer already exists 19:59:52 20fdd9cb0380: Layer already exists 19:59:52 917206758fff: Layer already exists 19:59:52 b94c8dbece00: Layer already exists 19:59:52 3cebacb6d547: Layer already exists 19:59:52 4aa4fdacba9e: Layer already exists 19:59:52 d000f596f7de: Layer already exists 19:59:52 729e4db3a24a: Layer already exists 19:59:52 0eb5986ba3bd: Layer already exists 19:59:52 5e06b2bbda40: Layer already exists 19:59:52 f73e7dbfee58: Layer already exists 19:59:52 latest: digest: sha256:16c618d1bb4b62eb78c60585cf6f801ba5a48c64976ea0f54ae27c1ccd7a052b size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.23 19:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:59:53 3cebacb6d547: Preparing 19:59:53 3cebacb6d547: Preparing 19:59:53 68e6b808bd55: Preparing 19:59:53 20fdd9cb0380: Preparing 19:59:53 b94c8dbece00: Preparing 19:59:53 917206758fff: Preparing 19:59:53 d000f596f7de: Preparing 19:59:53 729e4db3a24a: Preparing 19:59:53 4aa4fdacba9e: Preparing 19:59:53 5e06b2bbda40: Preparing 19:59:53 0eb5986ba3bd: Preparing 19:59:53 f73e7dbfee58: Preparing 19:59:53 d000f596f7de: Waiting 19:59:53 729e4db3a24a: Waiting 19:59:53 4aa4fdacba9e: Waiting 19:59:53 5e06b2bbda40: Waiting 19:59:53 0eb5986ba3bd: Waiting 19:59:53 f73e7dbfee58: Waiting 19:59:53 917206758fff: Layer already exists 19:59:53 3cebacb6d547: Layer already exists 19:59:53 68e6b808bd55: Layer already exists 19:59:53 20fdd9cb0380: Layer already exists 19:59:53 b94c8dbece00: Layer already exists 19:59:53 4aa4fdacba9e: Layer already exists 19:59:53 729e4db3a24a: Layer already exists 19:59:53 5e06b2bbda40: Layer already exists 19:59:53 d000f596f7de: Layer already exists 19:59:53 0eb5986ba3bd: Layer already exists 19:59:53 f73e7dbfee58: Layer already exists 19:59:53 2.2.1-dev.23: digest: sha256:16c618d1bb4b62eb78c60585cf6f801ba5a48c64976ea0f54ae27c1ccd7a052b size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:59:54 3cebacb6d547: Preparing 19:59:54 3cebacb6d547: Preparing 19:59:54 68e6b808bd55: Preparing 19:59:54 20fdd9cb0380: Preparing 19:59:54 b94c8dbece00: Preparing 19:59:54 917206758fff: Preparing 19:59:54 d000f596f7de: Preparing 19:59:54 729e4db3a24a: Preparing 19:59:54 4aa4fdacba9e: Preparing 19:59:54 5e06b2bbda40: Preparing 19:59:54 0eb5986ba3bd: Preparing 19:59:54 f73e7dbfee58: Preparing 19:59:54 d000f596f7de: Waiting 19:59:54 5e06b2bbda40: Waiting 19:59:54 0eb5986ba3bd: Waiting 19:59:54 f73e7dbfee58: Waiting 19:59:54 729e4db3a24a: Waiting 19:59:54 4aa4fdacba9e: Waiting 19:59:54 68e6b808bd55: Layer already exists 19:59:54 3cebacb6d547: Layer already exists 19:59:54 20fdd9cb0380: Layer already exists 19:59:54 917206758fff: Layer already exists 19:59:54 b94c8dbece00: Layer already exists 19:59:54 729e4db3a24a: Layer already exists 19:59:54 5e06b2bbda40: Layer already exists 19:59:54 0eb5986ba3bd: Layer already exists 19:59:54 4aa4fdacba9e: Layer already exists 19:59:54 d000f596f7de: Layer already exists 19:59:54 f73e7dbfee58: Layer already exists 19:59:54 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:16c618d1bb4b62eb78c60585cf6f801ba5a48c64976ea0f54ae27c1ccd7a052b size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 19:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:59:55 3cebacb6d547: Preparing 19:59:55 3cebacb6d547: Preparing 19:59:55 68e6b808bd55: Preparing 19:59:55 20fdd9cb0380: Preparing 19:59:55 b94c8dbece00: Preparing 19:59:55 917206758fff: Preparing 19:59:55 d000f596f7de: Preparing 19:59:55 729e4db3a24a: Preparing 19:59:55 4aa4fdacba9e: Preparing 19:59:55 5e06b2bbda40: Preparing 19:59:55 0eb5986ba3bd: Preparing 19:59:55 f73e7dbfee58: Preparing 19:59:55 d000f596f7de: Waiting 19:59:55 729e4db3a24a: Waiting 19:59:55 4aa4fdacba9e: Waiting 19:59:55 5e06b2bbda40: Waiting 19:59:55 0eb5986ba3bd: Waiting 19:59:55 f73e7dbfee58: Waiting 19:59:55 917206758fff: Layer already exists 19:59:55 68e6b808bd55: Layer already exists 19:59:55 b94c8dbece00: Layer already exists 19:59:55 20fdd9cb0380: Layer already exists 19:59:55 3cebacb6d547: Layer already exists 19:59:55 d000f596f7de: Layer already exists 19:59:55 729e4db3a24a: Layer already exists 19:59:55 4aa4fdacba9e: Layer already exists 19:59:55 0eb5986ba3bd: Layer already exists 19:59:55 5e06b2bbda40: Layer already exists 19:59:55 f73e7dbfee58: Layer already exists 19:59:55 main: digest: sha256:16c618d1bb4b62eb78c60585cf6f801ba5a48c64976ea0f54ae27c1ccd7a052b size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:59:56 ===================================================== [Pipeline] echo 19:59:56 taggedImages: 19:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.23 19:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 19:59:56 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 19:59:56 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:56 latest 19:59:56 2.2.1-dev.23 19:59:56 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 19:59:56 main 19:59:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:56 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 19:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:59:56 6de947be33b0: Preparing 19:59:56 a9199df7f890: Preparing 19:59:56 b591510821ea: Preparing 19:59:56 4d3121532edc: Preparing 19:59:56 76a4331b6d61: Preparing 19:59:56 8c9cc81a8a71: Preparing 19:59:56 9596af1a88cf: Preparing 19:59:56 f73e7dbfee58: Preparing 19:59:56 8c9cc81a8a71: Waiting 19:59:56 9596af1a88cf: Waiting 19:59:56 f73e7dbfee58: Waiting 19:59:57 6de947be33b0: Pushed 19:59:57 a9199df7f890: Pushed 19:59:57 76a4331b6d61: Pushed 19:59:57 f73e7dbfee58: Layer already exists 19:59:57 8c9cc81a8a71: Pushed 19:59:57 9596af1a88cf: Pushed 19:59:59 4d3121532edc: Pushed 19:59:59 b591510821ea: Pushed 19:59:59 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:4247c9b720f561681d73a3e83e45a55223dbca3641949990b918405320a2ff79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:00 + 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:00:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:00:00 6de947be33b0: Preparing 20:00:00 a9199df7f890: Preparing 20:00:00 b591510821ea: Preparing 20:00:00 4d3121532edc: Preparing 20:00:00 76a4331b6d61: Preparing 20:00:00 8c9cc81a8a71: Preparing 20:00:00 9596af1a88cf: Preparing 20:00:00 f73e7dbfee58: Preparing 20:00:00 8c9cc81a8a71: Waiting 20:00:00 9596af1a88cf: Waiting 20:00:00 f73e7dbfee58: Waiting 20:00:00 6de947be33b0: Layer already exists 20:00:00 a9199df7f890: Layer already exists 20:00:00 4d3121532edc: Layer already exists 20:00:00 b591510821ea: Layer already exists 20:00:00 76a4331b6d61: Layer already exists 20:00:00 9596af1a88cf: Layer already exists 20:00:00 8c9cc81a8a71: Layer already exists 20:00:00 f73e7dbfee58: Layer already exists 20:00:00 latest: digest: sha256:4247c9b720f561681d73a3e83e45a55223dbca3641949990b918405320a2ff79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:01 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.23 20:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:00:01 6de947be33b0: Preparing 20:00:01 a9199df7f890: Preparing 20:00:01 b591510821ea: Preparing 20:00:01 4d3121532edc: Preparing 20:00:01 76a4331b6d61: Preparing 20:00:01 8c9cc81a8a71: Preparing 20:00:01 9596af1a88cf: Preparing 20:00:01 f73e7dbfee58: Preparing 20:00:01 9596af1a88cf: Waiting 20:00:01 f73e7dbfee58: Waiting 20:00:01 8c9cc81a8a71: Waiting 20:00:01 b591510821ea: Layer already exists 20:00:01 4d3121532edc: Layer already exists 20:00:01 6de947be33b0: Layer already exists 20:00:01 a9199df7f890: Layer already exists 20:00:01 76a4331b6d61: Layer already exists 20:00:01 8c9cc81a8a71: Layer already exists 20:00:01 9596af1a88cf: Layer already exists 20:00:01 f73e7dbfee58: Layer already exists 20:00:01 2.2.1-dev.23: digest: sha256:4247c9b720f561681d73a3e83e45a55223dbca3641949990b918405320a2ff79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:00:02 6de947be33b0: Preparing 20:00:02 a9199df7f890: Preparing 20:00:02 b591510821ea: Preparing 20:00:02 4d3121532edc: Preparing 20:00:02 76a4331b6d61: Preparing 20:00:02 8c9cc81a8a71: Preparing 20:00:02 9596af1a88cf: Preparing 20:00:02 f73e7dbfee58: Preparing 20:00:02 8c9cc81a8a71: Waiting 20:00:02 9596af1a88cf: Waiting 20:00:02 f73e7dbfee58: Waiting 20:00:02 76a4331b6d61: Layer already exists 20:00:02 b591510821ea: Layer already exists 20:00:02 a9199df7f890: Layer already exists 20:00:02 6de947be33b0: Layer already exists 20:00:02 4d3121532edc: Layer already exists 20:00:02 9596af1a88cf: Layer already exists 20:00:02 8c9cc81a8a71: Layer already exists 20:00:02 f73e7dbfee58: Layer already exists 20:00:02 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:4247c9b720f561681d73a3e83e45a55223dbca3641949990b918405320a2ff79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:03 + 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:00:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 20:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:00:03 6de947be33b0: Preparing 20:00:03 a9199df7f890: Preparing 20:00:03 b591510821ea: Preparing 20:00:03 4d3121532edc: Preparing 20:00:03 76a4331b6d61: Preparing 20:00:03 8c9cc81a8a71: Preparing 20:00:03 9596af1a88cf: Preparing 20:00:03 f73e7dbfee58: Preparing 20:00:03 9596af1a88cf: Waiting 20:00:03 8c9cc81a8a71: Waiting 20:00:03 f73e7dbfee58: Waiting 20:00:03 76a4331b6d61: Layer already exists 20:00:03 a9199df7f890: Layer already exists 20:00:03 b591510821ea: Layer already exists 20:00:03 4d3121532edc: Layer already exists 20:00:03 6de947be33b0: Layer already exists 20:00:03 9596af1a88cf: Layer already exists 20:00:03 8c9cc81a8a71: Layer already exists 20:00:03 f73e7dbfee58: Layer already exists 20:00:03 main: digest: sha256:4247c9b720f561681d73a3e83e45a55223dbca3641949990b918405320a2ff79 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:00:03 ===================================================== [Pipeline] echo 20:00:03 taggedImages: 20:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.23 20:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 20:00:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 20:00:03 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:03 latest 20:00:03 2.2.1-dev.23 20:00:03 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:03 main 20:00:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:00:04 9dc198e34f8f: Preparing 20:00:04 edd3f43b6e61: Preparing 20:00:04 86d67732a945: Preparing 20:00:04 ece0ad6267f3: Preparing 20:00:04 85f4edff128e: Preparing 20:00:04 dff6fe8a8610: Preparing 20:00:04 f7bcbc0bcf38: Preparing 20:00:04 17edb71c439c: Preparing 20:00:04 d75adc6c78dc: Preparing 20:00:04 f73e7dbfee58: Preparing 20:00:04 17edb71c439c: Waiting 20:00:04 dff6fe8a8610: Waiting 20:00:04 d75adc6c78dc: Waiting 20:00:04 f7bcbc0bcf38: Waiting 20:00:04 9dc198e34f8f: Pushed 20:00:04 85f4edff128e: Pushed 20:00:04 edd3f43b6e61: Pushed 20:00:05 f7bcbc0bcf38: Pushed 20:00:05 dff6fe8a8610: Pushed 20:00:05 17edb71c439c: Pushed 20:00:05 f73e7dbfee58: Layer already exists 20:00:05 d75adc6c78dc: Pushed 20:00:07 ece0ad6267f3: Pushed 20:00:08 86d67732a945: Pushed 20:00:08 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:80de28980460dc6da35c371b81f299e271fa9e6af287356b5abfb5cab2d72666 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:08 + 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:00:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:00:09 9dc198e34f8f: Preparing 20:00:09 edd3f43b6e61: Preparing 20:00:09 86d67732a945: Preparing 20:00:09 ece0ad6267f3: Preparing 20:00:09 85f4edff128e: Preparing 20:00:09 dff6fe8a8610: Preparing 20:00:09 f7bcbc0bcf38: Preparing 20:00:09 17edb71c439c: Preparing 20:00:09 d75adc6c78dc: Preparing 20:00:09 f73e7dbfee58: Preparing 20:00:09 17edb71c439c: Waiting 20:00:09 d75adc6c78dc: Waiting 20:00:09 f73e7dbfee58: Waiting 20:00:09 dff6fe8a8610: Waiting 20:00:09 f7bcbc0bcf38: Waiting 20:00:09 86d67732a945: Layer already exists 20:00:09 edd3f43b6e61: Layer already exists 20:00:09 9dc198e34f8f: Layer already exists 20:00:09 ece0ad6267f3: Layer already exists 20:00:09 85f4edff128e: Layer already exists 20:00:09 d75adc6c78dc: Layer already exists 20:00:09 f7bcbc0bcf38: Layer already exists 20:00:09 dff6fe8a8610: Layer already exists 20:00:09 f73e7dbfee58: Layer already exists 20:00:09 17edb71c439c: Layer already exists 20:00:09 latest: digest: sha256:80de28980460dc6da35c371b81f299e271fa9e6af287356b5abfb5cab2d72666 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:09 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.23 20:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:00:10 9dc198e34f8f: Preparing 20:00:10 edd3f43b6e61: Preparing 20:00:10 86d67732a945: Preparing 20:00:10 ece0ad6267f3: Preparing 20:00:10 85f4edff128e: Preparing 20:00:10 dff6fe8a8610: Preparing 20:00:10 f7bcbc0bcf38: Preparing 20:00:10 17edb71c439c: Preparing 20:00:10 d75adc6c78dc: Preparing 20:00:10 f73e7dbfee58: Preparing 20:00:10 f7bcbc0bcf38: Waiting 20:00:10 17edb71c439c: Waiting 20:00:10 d75adc6c78dc: Waiting 20:00:10 f73e7dbfee58: Waiting 20:00:10 85f4edff128e: Layer already exists 20:00:10 edd3f43b6e61: Layer already exists 20:00:10 ece0ad6267f3: Layer already exists 20:00:10 86d67732a945: Layer already exists 20:00:10 9dc198e34f8f: Layer already exists 20:00:10 f7bcbc0bcf38: Layer already exists 20:00:10 dff6fe8a8610: Layer already exists 20:00:10 17edb71c439c: Layer already exists 20:00:10 d75adc6c78dc: Layer already exists 20:00:10 f73e7dbfee58: Layer already exists 20:00:10 2.2.1-dev.23: digest: sha256:80de28980460dc6da35c371b81f299e271fa9e6af287356b5abfb5cab2d72666 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:00:11 9dc198e34f8f: Preparing 20:00:11 edd3f43b6e61: Preparing 20:00:11 86d67732a945: Preparing 20:00:11 ece0ad6267f3: Preparing 20:00:11 85f4edff128e: Preparing 20:00:11 dff6fe8a8610: Preparing 20:00:11 f7bcbc0bcf38: Preparing 20:00:11 17edb71c439c: Preparing 20:00:11 d75adc6c78dc: Preparing 20:00:11 f73e7dbfee58: Preparing 20:00:11 f7bcbc0bcf38: Waiting 20:00:11 17edb71c439c: Waiting 20:00:11 d75adc6c78dc: Waiting 20:00:11 f73e7dbfee58: Waiting 20:00:11 dff6fe8a8610: Waiting 20:00:11 9dc198e34f8f: Layer already exists 20:00:11 86d67732a945: Layer already exists 20:00:11 edd3f43b6e61: Layer already exists 20:00:11 ece0ad6267f3: Layer already exists 20:00:11 85f4edff128e: Layer already exists 20:00:11 f7bcbc0bcf38: Layer already exists 20:00:11 dff6fe8a8610: Layer already exists 20:00:11 17edb71c439c: Layer already exists 20:00:11 f73e7dbfee58: Layer already exists 20:00:11 d75adc6c78dc: Layer already exists 20:00:11 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:80de28980460dc6da35c371b81f299e271fa9e6af287356b5abfb5cab2d72666 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:11 + 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:00:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 20:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:00:12 9dc198e34f8f: Preparing 20:00:12 edd3f43b6e61: Preparing 20:00:12 86d67732a945: Preparing 20:00:12 ece0ad6267f3: Preparing 20:00:12 85f4edff128e: Preparing 20:00:12 dff6fe8a8610: Preparing 20:00:12 f7bcbc0bcf38: Preparing 20:00:12 17edb71c439c: Preparing 20:00:12 d75adc6c78dc: Preparing 20:00:12 f73e7dbfee58: Preparing 20:00:12 dff6fe8a8610: Waiting 20:00:12 f7bcbc0bcf38: Waiting 20:00:12 17edb71c439c: Waiting 20:00:12 f73e7dbfee58: Waiting 20:00:12 d75adc6c78dc: Waiting 20:00:12 9dc198e34f8f: Layer already exists 20:00:12 86d67732a945: Layer already exists 20:00:12 85f4edff128e: Layer already exists 20:00:12 ece0ad6267f3: Layer already exists 20:00:12 edd3f43b6e61: Layer already exists 20:00:12 f7bcbc0bcf38: Layer already exists 20:00:12 17edb71c439c: Layer already exists 20:00:12 dff6fe8a8610: Layer already exists 20:00:12 f73e7dbfee58: Layer already exists 20:00:12 d75adc6c78dc: Layer already exists 20:00:12 main: digest: sha256:80de28980460dc6da35c371b81f299e271fa9e6af287356b5abfb5cab2d72666 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:00:12 ===================================================== [Pipeline] echo 20:00:12 taggedImages: 20:00:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:00:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.23 20:00:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:12 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 20:00:12 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 20:00:12 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:12 latest 20:00:12 2.2.1-dev.23 20:00:12 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:12 main 20:00:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:00:13 669168b6bb42: Preparing 20:00:13 5393ba33fb23: Preparing 20:00:13 d000f596f7de: Preparing 20:00:13 6d82ee469c3d: Preparing 20:00:13 ae9765a80086: Preparing 20:00:13 4f4ce317c6bb: Preparing 20:00:13 4f4ce317c6bb: Waiting 20:00:13 d000f596f7de: Layer already exists 20:00:13 4f4ce317c6bb: Layer already exists 20:00:13 ae9765a80086: Pushed 20:00:13 669168b6bb42: Pushed 20:00:14 6d82ee469c3d: Pushed 20:00:18 5393ba33fb23: Pushed 20:00:18 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:976f79758570dcd6b4db85ec9e1cffeb34032c9d304ecaec9824eb658fa8a82b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:18 + 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:00:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:00:18 669168b6bb42: Preparing 20:00:18 5393ba33fb23: Preparing 20:00:18 d000f596f7de: Preparing 20:00:18 6d82ee469c3d: Preparing 20:00:18 ae9765a80086: Preparing 20:00:18 4f4ce317c6bb: Preparing 20:00:18 4f4ce317c6bb: Waiting 20:00:18 d000f596f7de: Layer already exists 20:00:18 ae9765a80086: Layer already exists 20:00:18 669168b6bb42: Layer already exists 20:00:18 6d82ee469c3d: Layer already exists 20:00:18 5393ba33fb23: Layer already exists 20:00:18 4f4ce317c6bb: Layer already exists 20:00:19 latest: digest: sha256:976f79758570dcd6b4db85ec9e1cffeb34032c9d304ecaec9824eb658fa8a82b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.23 20:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:00:20 669168b6bb42: Preparing 20:00:20 5393ba33fb23: Preparing 20:00:20 d000f596f7de: Preparing 20:00:20 6d82ee469c3d: Preparing 20:00:20 ae9765a80086: Preparing 20:00:20 4f4ce317c6bb: Preparing 20:00:20 4f4ce317c6bb: Waiting 20:00:20 669168b6bb42: Layer already exists 20:00:20 5393ba33fb23: Layer already exists 20:00:20 ae9765a80086: Layer already exists 20:00:20 d000f596f7de: Layer already exists 20:00:20 6d82ee469c3d: Layer already exists 20:00:20 4f4ce317c6bb: Layer already exists 20:00:20 2.2.1-dev.23: digest: sha256:976f79758570dcd6b4db85ec9e1cffeb34032c9d304ecaec9824eb658fa8a82b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:00:21 669168b6bb42: Preparing 20:00:21 5393ba33fb23: Preparing 20:00:21 d000f596f7de: Preparing 20:00:21 6d82ee469c3d: Preparing 20:00:21 ae9765a80086: Preparing 20:00:21 4f4ce317c6bb: Preparing 20:00:21 4f4ce317c6bb: Waiting 20:00:21 d000f596f7de: Layer already exists 20:00:21 ae9765a80086: Layer already exists 20:00:21 6d82ee469c3d: Layer already exists 20:00:21 669168b6bb42: Layer already exists 20:00:21 5393ba33fb23: Layer already exists 20:00:21 4f4ce317c6bb: Layer already exists 20:00:21 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:976f79758570dcd6b4db85ec9e1cffeb34032c9d304ecaec9824eb658fa8a82b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:21 + 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:00:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 20:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:00:22 669168b6bb42: Preparing 20:00:22 5393ba33fb23: Preparing 20:00:22 d000f596f7de: Preparing 20:00:22 6d82ee469c3d: Preparing 20:00:22 ae9765a80086: Preparing 20:00:22 4f4ce317c6bb: Preparing 20:00:22 4f4ce317c6bb: Waiting 20:00:22 5393ba33fb23: Layer already exists 20:00:22 6d82ee469c3d: Layer already exists 20:00:22 d000f596f7de: Layer already exists 20:00:22 ae9765a80086: Layer already exists 20:00:22 669168b6bb42: Layer already exists 20:00:22 4f4ce317c6bb: Layer already exists 20:00:22 main: digest: sha256:976f79758570dcd6b4db85ec9e1cffeb34032c9d304ecaec9824eb658fa8a82b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:00:22 ===================================================== [Pipeline] echo 20:00:22 taggedImages: 20:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.23 20:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 20:00:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 20:00:22 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:22 latest 20:00:22 2.2.1-dev.23 20:00:22 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:22 main 20:00:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:00:23 74ddf5f9e9c8: Preparing 20:00:23 a5aaaeff304e: Preparing 20:00:23 53f8a3bfc7fb: Preparing 20:00:23 5558b62081eb: Preparing 20:00:23 44973ec9c863: Preparing 20:00:23 1e83a5c70e2c: Preparing 20:00:23 ae9765a80086: Preparing 20:00:23 4f4ce317c6bb: Preparing 20:00:23 ae9765a80086: Waiting 20:00:23 4f4ce317c6bb: Waiting 20:00:23 1e83a5c70e2c: Waiting 20:00:23 a5aaaeff304e: Pushed 20:00:23 74ddf5f9e9c8: Pushed 20:00:23 53f8a3bfc7fb: Pushed 20:00:23 4f4ce317c6bb: Layer already exists 20:00:23 ae9765a80086: Layer already exists 20:00:24 1e83a5c70e2c: Pushed 20:00:32 44973ec9c863: Pushed 20:00:41 5558b62081eb: Pushed 20:00:41 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:8aa3046ac8eea6bb43ddf96626e460e98c7ad8247d979bf7fbec557d9803123a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:41 + 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:00:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:00:41 74ddf5f9e9c8: Preparing 20:00:41 a5aaaeff304e: Preparing 20:00:41 53f8a3bfc7fb: Preparing 20:00:41 5558b62081eb: Preparing 20:00:41 44973ec9c863: Preparing 20:00:41 1e83a5c70e2c: Preparing 20:00:41 ae9765a80086: Preparing 20:00:41 4f4ce317c6bb: Preparing 20:00:41 1e83a5c70e2c: Waiting 20:00:41 ae9765a80086: Waiting 20:00:41 4f4ce317c6bb: Waiting 20:00:41 53f8a3bfc7fb: Layer already exists 20:00:41 44973ec9c863: Layer already exists 20:00:41 74ddf5f9e9c8: Layer already exists 20:00:41 5558b62081eb: Layer already exists 20:00:41 a5aaaeff304e: Layer already exists 20:00:41 1e83a5c70e2c: Layer already exists 20:00:41 ae9765a80086: Layer already exists 20:00:41 4f4ce317c6bb: Layer already exists 20:00:42 latest: digest: sha256:8aa3046ac8eea6bb43ddf96626e460e98c7ad8247d979bf7fbec557d9803123a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.23 20:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:00:42 74ddf5f9e9c8: Preparing 20:00:42 a5aaaeff304e: Preparing 20:00:42 53f8a3bfc7fb: Preparing 20:00:42 5558b62081eb: Preparing 20:00:42 44973ec9c863: Preparing 20:00:42 1e83a5c70e2c: Preparing 20:00:42 ae9765a80086: Preparing 20:00:42 4f4ce317c6bb: Preparing 20:00:42 1e83a5c70e2c: Waiting 20:00:42 4f4ce317c6bb: Waiting 20:00:42 ae9765a80086: Waiting 20:00:42 5558b62081eb: Layer already exists 20:00:42 44973ec9c863: Layer already exists 20:00:42 a5aaaeff304e: Layer already exists 20:00:42 53f8a3bfc7fb: Layer already exists 20:00:42 74ddf5f9e9c8: Layer already exists 20:00:43 1e83a5c70e2c: Layer already exists 20:00:43 4f4ce317c6bb: Layer already exists 20:00:43 ae9765a80086: Layer already exists 20:00:43 2.2.1-dev.23: digest: sha256:8aa3046ac8eea6bb43ddf96626e460e98c7ad8247d979bf7fbec557d9803123a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:00:43 74ddf5f9e9c8: Preparing 20:00:43 a5aaaeff304e: Preparing 20:00:43 53f8a3bfc7fb: Preparing 20:00:43 5558b62081eb: Preparing 20:00:43 44973ec9c863: Preparing 20:00:43 1e83a5c70e2c: Preparing 20:00:43 ae9765a80086: Preparing 20:00:43 4f4ce317c6bb: Preparing 20:00:43 1e83a5c70e2c: Waiting 20:00:43 4f4ce317c6bb: Waiting 20:00:43 ae9765a80086: Waiting 20:00:43 44973ec9c863: Layer already exists 20:00:43 74ddf5f9e9c8: Layer already exists 20:00:43 53f8a3bfc7fb: Layer already exists 20:00:43 a5aaaeff304e: Layer already exists 20:00:43 5558b62081eb: Layer already exists 20:00:43 ae9765a80086: Layer already exists 20:00:43 1e83a5c70e2c: Layer already exists 20:00:43 4f4ce317c6bb: Layer already exists 20:00:44 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:8aa3046ac8eea6bb43ddf96626e460e98c7ad8247d979bf7fbec557d9803123a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:44 + 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:00:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 20:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:00:44 74ddf5f9e9c8: Preparing 20:00:44 a5aaaeff304e: Preparing 20:00:44 53f8a3bfc7fb: Preparing 20:00:44 5558b62081eb: Preparing 20:00:44 44973ec9c863: Preparing 20:00:44 1e83a5c70e2c: Preparing 20:00:44 ae9765a80086: Preparing 20:00:44 4f4ce317c6bb: Preparing 20:00:44 1e83a5c70e2c: Waiting 20:00:44 ae9765a80086: Waiting 20:00:44 4f4ce317c6bb: Waiting 20:00:44 74ddf5f9e9c8: Layer already exists 20:00:44 a5aaaeff304e: Layer already exists 20:00:44 44973ec9c863: Layer already exists 20:00:44 5558b62081eb: Layer already exists 20:00:44 53f8a3bfc7fb: Layer already exists 20:00:44 1e83a5c70e2c: Layer already exists 20:00:44 4f4ce317c6bb: Layer already exists 20:00:44 ae9765a80086: Layer already exists 20:00:45 main: digest: sha256:8aa3046ac8eea6bb43ddf96626e460e98c7ad8247d979bf7fbec557d9803123a size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:00:45 ===================================================== [Pipeline] echo 20:00:45 taggedImages: 20:00:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:00:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.23 20:00:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 20:00:45 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 20:00:45 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:45 latest 20:00:45 2.2.1-dev.23 20:00:45 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:00:45 main 20:00:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:45 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:00:45 7b25c16c99aa: Preparing 20:00:45 477b1c12c45f: Preparing 20:00:45 b30847328586: Preparing 20:00:45 83baff1de9b6: Preparing 20:00:45 9b2221940841: Preparing 20:00:45 ae9765a80086: Preparing 20:00:45 4f4ce317c6bb: Preparing 20:00:45 ae9765a80086: Waiting 20:00:45 4f4ce317c6bb: Waiting 20:00:46 7b25c16c99aa: Pushed 20:00:46 477b1c12c45f: Pushed 20:00:46 b30847328586: Pushed 20:00:46 ae9765a80086: Layer already exists 20:00:46 4f4ce317c6bb: Layer already exists 20:00:46 9b2221940841: Pushed 20:01:05 83baff1de9b6: Pushed 20:01:05 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:6ede383dc42a7356c2bd722882db7689124c681d4b1cdc7ec8eb835c85faaab1 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:05 + 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:01:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:01:05 7b25c16c99aa: Preparing 20:01:05 477b1c12c45f: Preparing 20:01:05 b30847328586: Preparing 20:01:05 83baff1de9b6: Preparing 20:01:05 9b2221940841: Preparing 20:01:05 ae9765a80086: Preparing 20:01:05 4f4ce317c6bb: Preparing 20:01:05 ae9765a80086: Waiting 20:01:05 4f4ce317c6bb: Waiting 20:01:05 477b1c12c45f: Layer already exists 20:01:05 b30847328586: Layer already exists 20:01:05 9b2221940841: Layer already exists 20:01:05 83baff1de9b6: Layer already exists 20:01:05 7b25c16c99aa: Layer already exists 20:01:05 ae9765a80086: Layer already exists 20:01:05 4f4ce317c6bb: Layer already exists 20:01:06 latest: digest: sha256:6ede383dc42a7356c2bd722882db7689124c681d4b1cdc7ec8eb835c85faaab1 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.23 20:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:01:06 7b25c16c99aa: Preparing 20:01:06 477b1c12c45f: Preparing 20:01:06 b30847328586: Preparing 20:01:06 83baff1de9b6: Preparing 20:01:06 9b2221940841: Preparing 20:01:06 ae9765a80086: Preparing 20:01:06 4f4ce317c6bb: Preparing 20:01:06 ae9765a80086: Waiting 20:01:06 4f4ce317c6bb: Waiting 20:01:06 7b25c16c99aa: Layer already exists 20:01:06 477b1c12c45f: Layer already exists 20:01:06 83baff1de9b6: Layer already exists 20:01:06 9b2221940841: Layer already exists 20:01:06 b30847328586: Layer already exists 20:01:06 4f4ce317c6bb: Layer already exists 20:01:06 ae9765a80086: Layer already exists 20:01:07 2.2.1-dev.23: digest: sha256:6ede383dc42a7356c2bd722882db7689124c681d4b1cdc7ec8eb835c85faaab1 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:01:07 7b25c16c99aa: Preparing 20:01:07 477b1c12c45f: Preparing 20:01:07 b30847328586: Preparing 20:01:07 83baff1de9b6: Preparing 20:01:07 9b2221940841: Preparing 20:01:07 ae9765a80086: Preparing 20:01:07 4f4ce317c6bb: Preparing 20:01:07 ae9765a80086: Waiting 20:01:07 4f4ce317c6bb: Waiting 20:01:07 b30847328586: Layer already exists 20:01:07 9b2221940841: Layer already exists 20:01:07 477b1c12c45f: Layer already exists 20:01:07 83baff1de9b6: Layer already exists 20:01:07 7b25c16c99aa: Layer already exists 20:01:07 4f4ce317c6bb: Layer already exists 20:01:07 ae9765a80086: Layer already exists 20:01:07 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:6ede383dc42a7356c2bd722882db7689124c681d4b1cdc7ec8eb835c85faaab1 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:08 + 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:01:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 20:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:01:08 7b25c16c99aa: Preparing 20:01:08 477b1c12c45f: Preparing 20:01:08 b30847328586: Preparing 20:01:08 83baff1de9b6: Preparing 20:01:08 9b2221940841: Preparing 20:01:08 ae9765a80086: Preparing 20:01:08 4f4ce317c6bb: Preparing 20:01:08 ae9765a80086: Waiting 20:01:08 4f4ce317c6bb: Waiting 20:01:08 83baff1de9b6: Layer already exists 20:01:08 7b25c16c99aa: Layer already exists 20:01:08 b30847328586: Layer already exists 20:01:08 9b2221940841: Layer already exists 20:01:08 477b1c12c45f: Layer already exists 20:01:08 4f4ce317c6bb: Layer already exists 20:01:08 ae9765a80086: Layer already exists 20:01:08 main: digest: sha256:6ede383dc42a7356c2bd722882db7689124c681d4b1cdc7ec8eb835c85faaab1 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:01:09 ===================================================== [Pipeline] echo 20:01:09 taggedImages: 20:01:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:01:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.23 20:01:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:09 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 20:01:09 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 20:01:09 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:09 latest 20:01:09 2.2.1-dev.23 20:01:09 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:09 main 20:01:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:01:09 0107bfdbcdb3: Preparing 20:01:09 05eda065938d: Preparing 20:01:09 ca277663c7cd: Preparing 20:01:09 47fd55112ad8: Preparing 20:01:09 1e83a5c70e2c: Preparing 20:01:09 ae9765a80086: Preparing 20:01:09 4f4ce317c6bb: Preparing 20:01:09 ae9765a80086: Waiting 20:01:09 4f4ce317c6bb: Waiting 20:01:10 1e83a5c70e2c: Layer already exists 20:01:10 ae9765a80086: Layer already exists 20:01:10 4f4ce317c6bb: Layer already exists 20:01:10 ca277663c7cd: Pushed 20:01:10 0107bfdbcdb3: Pushed 20:01:10 05eda065938d: Pushed 20:01:28 47fd55112ad8: Pushed 20:01:28 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:2f6d8c7c5a3e29f0ae196c9a655bb3e2d5df8af8596dcd2f3f5fdf206a65d563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:28 + 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:01:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:01:28 0107bfdbcdb3: Preparing 20:01:28 05eda065938d: Preparing 20:01:28 ca277663c7cd: Preparing 20:01:28 47fd55112ad8: Preparing 20:01:28 1e83a5c70e2c: Preparing 20:01:28 ae9765a80086: Preparing 20:01:28 4f4ce317c6bb: Preparing 20:01:28 ae9765a80086: Waiting 20:01:28 4f4ce317c6bb: Waiting 20:01:28 0107bfdbcdb3: Layer already exists 20:01:28 05eda065938d: Layer already exists 20:01:28 1e83a5c70e2c: Layer already exists 20:01:28 47fd55112ad8: Layer already exists 20:01:28 ca277663c7cd: Layer already exists 20:01:28 ae9765a80086: Layer already exists 20:01:28 4f4ce317c6bb: Layer already exists 20:01:29 latest: digest: sha256:2f6d8c7c5a3e29f0ae196c9a655bb3e2d5df8af8596dcd2f3f5fdf206a65d563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.23 20:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:01:29 0107bfdbcdb3: Preparing 20:01:29 05eda065938d: Preparing 20:01:29 ca277663c7cd: Preparing 20:01:29 47fd55112ad8: Preparing 20:01:29 1e83a5c70e2c: Preparing 20:01:29 ae9765a80086: Preparing 20:01:29 4f4ce317c6bb: Preparing 20:01:29 ae9765a80086: Waiting 20:01:29 4f4ce317c6bb: Waiting 20:01:29 05eda065938d: Layer already exists 20:01:29 0107bfdbcdb3: Layer already exists 20:01:29 ca277663c7cd: Layer already exists 20:01:29 1e83a5c70e2c: Layer already exists 20:01:29 47fd55112ad8: Layer already exists 20:01:29 ae9765a80086: Layer already exists 20:01:29 4f4ce317c6bb: Layer already exists 20:01:30 2.2.1-dev.23: digest: sha256:2f6d8c7c5a3e29f0ae196c9a655bb3e2d5df8af8596dcd2f3f5fdf206a65d563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:01:31 0107bfdbcdb3: Preparing 20:01:31 05eda065938d: Preparing 20:01:31 ca277663c7cd: Preparing 20:01:31 47fd55112ad8: Preparing 20:01:31 1e83a5c70e2c: Preparing 20:01:31 ae9765a80086: Preparing 20:01:31 4f4ce317c6bb: Preparing 20:01:31 ae9765a80086: Waiting 20:01:31 4f4ce317c6bb: Waiting 20:01:31 47fd55112ad8: Layer already exists 20:01:31 1e83a5c70e2c: Layer already exists 20:01:31 ca277663c7cd: Layer already exists 20:01:31 0107bfdbcdb3: Layer already exists 20:01:31 05eda065938d: Layer already exists 20:01:31 4f4ce317c6bb: Layer already exists 20:01:31 ae9765a80086: Layer already exists 20:01:31 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:2f6d8c7c5a3e29f0ae196c9a655bb3e2d5df8af8596dcd2f3f5fdf206a65d563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:31 + 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:01:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 20:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 20:01:31 0107bfdbcdb3: Preparing 20:01:31 05eda065938d: Preparing 20:01:31 ca277663c7cd: Preparing 20:01:31 47fd55112ad8: Preparing 20:01:31 1e83a5c70e2c: Preparing 20:01:31 ae9765a80086: Preparing 20:01:31 4f4ce317c6bb: Preparing 20:01:31 ae9765a80086: Waiting 20:01:31 4f4ce317c6bb: Waiting 20:01:31 05eda065938d: Layer already exists 20:01:31 47fd55112ad8: Layer already exists 20:01:31 1e83a5c70e2c: Layer already exists 20:01:31 ca277663c7cd: Layer already exists 20:01:31 0107bfdbcdb3: Layer already exists 20:01:31 ae9765a80086: Layer already exists 20:01:31 4f4ce317c6bb: Layer already exists 20:01:32 main: digest: sha256:2f6d8c7c5a3e29f0ae196c9a655bb3e2d5df8af8596dcd2f3f5fdf206a65d563 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:01:32 ===================================================== [Pipeline] echo 20:01:32 taggedImages: 20:01:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 20:01:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.23 20:01:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 20:01:32 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 20:01:32 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:32 latest 20:01:32 2.2.1-dev.23 20:01:32 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:32 main 20:01:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:32 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:01:33 7874ae1c8bb0: Preparing 20:01:33 faffbbba75cb: Preparing 20:01:33 d000f596f7de: Preparing 20:01:33 92da0bc49491: Preparing 20:01:33 f73e7dbfee58: Preparing 20:01:33 d000f596f7de: Layer already exists 20:01:33 f73e7dbfee58: Layer already exists 20:01:33 7874ae1c8bb0: Pushed 20:01:33 92da0bc49491: Pushed 20:01:39 faffbbba75cb: Pushed 20:01:39 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:449cc6c7af9ff995152c98e8fdb4be4bc00370cc5378b211ffb6d4f5aa454735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:01:39 7874ae1c8bb0: Preparing 20:01:39 faffbbba75cb: Preparing 20:01:39 d000f596f7de: Preparing 20:01:39 92da0bc49491: Preparing 20:01:39 f73e7dbfee58: Preparing 20:01:39 92da0bc49491: Layer already exists 20:01:39 7874ae1c8bb0: Layer already exists 20:01:39 d000f596f7de: Layer already exists 20:01:39 faffbbba75cb: Layer already exists 20:01:39 f73e7dbfee58: Layer already exists 20:01:39 latest: digest: sha256:449cc6c7af9ff995152c98e8fdb4be4bc00370cc5378b211ffb6d4f5aa454735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.23 20:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:01:40 7874ae1c8bb0: Preparing 20:01:40 faffbbba75cb: Preparing 20:01:40 d000f596f7de: Preparing 20:01:40 92da0bc49491: Preparing 20:01:40 f73e7dbfee58: Preparing 20:01:40 f73e7dbfee58: Layer already exists 20:01:40 7874ae1c8bb0: Layer already exists 20:01:40 d000f596f7de: Layer already exists 20:01:40 92da0bc49491: Layer already exists 20:01:40 faffbbba75cb: Layer already exists 20:01:40 2.2.1-dev.23: digest: sha256:449cc6c7af9ff995152c98e8fdb4be4bc00370cc5378b211ffb6d4f5aa454735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:01:41 7874ae1c8bb0: Preparing 20:01:41 faffbbba75cb: Preparing 20:01:41 d000f596f7de: Preparing 20:01:41 92da0bc49491: Preparing 20:01:41 f73e7dbfee58: Preparing 20:01:41 7874ae1c8bb0: Layer already exists 20:01:41 92da0bc49491: Layer already exists 20:01:41 faffbbba75cb: Layer already exists 20:01:41 d000f596f7de: Layer already exists 20:01:41 f73e7dbfee58: Layer already exists 20:01:41 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:449cc6c7af9ff995152c98e8fdb4be4bc00370cc5378b211ffb6d4f5aa454735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 20:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 20:01:42 7874ae1c8bb0: Preparing 20:01:42 faffbbba75cb: Preparing 20:01:42 d000f596f7de: Preparing 20:01:42 92da0bc49491: Preparing 20:01:42 f73e7dbfee58: Preparing 20:01:42 faffbbba75cb: Layer already exists 20:01:42 92da0bc49491: Layer already exists 20:01:42 7874ae1c8bb0: Layer already exists 20:01:42 f73e7dbfee58: Layer already exists 20:01:42 d000f596f7de: Layer already exists 20:01:42 main: digest: sha256:449cc6c7af9ff995152c98e8fdb4be4bc00370cc5378b211ffb6d4f5aa454735 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:01:42 ===================================================== [Pipeline] echo 20:01:42 taggedImages: 20:01:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 20:01:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.23 20:01:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 20:01:42 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 20:01:42 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:42 latest 20:01:42 2.2.1-dev.23 20:01:42 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:42 main 20:01:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:01:43 d6c35bb80f0e: Preparing 20:01:43 ca225ac655fc: Preparing 20:01:43 d000f596f7de: Preparing 20:01:43 e23a63d64cfa: Preparing 20:01:43 f73e7dbfee58: Preparing 20:01:43 e23a63d64cfa: Layer already exists 20:01:43 f73e7dbfee58: Layer already exists 20:01:43 d000f596f7de: Layer already exists 20:01:43 d6c35bb80f0e: Pushed 20:01:48 ca225ac655fc: Pushed 20:01:48 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:839c80ee514fc26e7fadfd2b50d73f8193e9d1b1a385d7516070a071a04c557e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:01:49 d6c35bb80f0e: Preparing 20:01:49 ca225ac655fc: Preparing 20:01:49 d000f596f7de: Preparing 20:01:49 e23a63d64cfa: Preparing 20:01:49 f73e7dbfee58: Preparing 20:01:49 d6c35bb80f0e: Layer already exists 20:01:49 ca225ac655fc: Layer already exists 20:01:49 d000f596f7de: Layer already exists 20:01:49 e23a63d64cfa: Layer already exists 20:01:49 f73e7dbfee58: Layer already exists 20:01:49 latest: digest: sha256:839c80ee514fc26e7fadfd2b50d73f8193e9d1b1a385d7516070a071a04c557e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.23 20:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:01:50 d6c35bb80f0e: Preparing 20:01:50 ca225ac655fc: Preparing 20:01:50 d000f596f7de: Preparing 20:01:50 e23a63d64cfa: Preparing 20:01:50 f73e7dbfee58: Preparing 20:01:50 d6c35bb80f0e: Layer already exists 20:01:50 e23a63d64cfa: Layer already exists 20:01:50 d000f596f7de: Layer already exists 20:01:50 f73e7dbfee58: Layer already exists 20:01:50 ca225ac655fc: Layer already exists 20:01:50 2.2.1-dev.23: digest: sha256:839c80ee514fc26e7fadfd2b50d73f8193e9d1b1a385d7516070a071a04c557e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:01:51 d6c35bb80f0e: Preparing 20:01:51 ca225ac655fc: Preparing 20:01:51 d000f596f7de: Preparing 20:01:51 e23a63d64cfa: Preparing 20:01:51 f73e7dbfee58: Preparing 20:01:51 ca225ac655fc: Layer already exists 20:01:51 f73e7dbfee58: Layer already exists 20:01:51 e23a63d64cfa: Layer already exists 20:01:51 d000f596f7de: Layer already exists 20:01:51 d6c35bb80f0e: Layer already exists 20:01:51 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:839c80ee514fc26e7fadfd2b50d73f8193e9d1b1a385d7516070a071a04c557e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 20:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 20:01:52 d6c35bb80f0e: Preparing 20:01:52 ca225ac655fc: Preparing 20:01:52 d000f596f7de: Preparing 20:01:52 e23a63d64cfa: Preparing 20:01:52 f73e7dbfee58: Preparing 20:01:52 f73e7dbfee58: Layer already exists 20:01:52 d6c35bb80f0e: Layer already exists 20:01:52 e23a63d64cfa: Layer already exists 20:01:52 ca225ac655fc: Layer already exists 20:01:52 d000f596f7de: Layer already exists 20:01:52 main: digest: sha256:839c80ee514fc26e7fadfd2b50d73f8193e9d1b1a385d7516070a071a04c557e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:01:52 ===================================================== [Pipeline] echo 20:01:52 taggedImages: 20:01:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 20:01:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.23 20:01:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:52 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 20:01:52 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 20:01:52 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:52 latest 20:01:52 2.2.1-dev.23 20:01:52 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:01:52 main 20:01:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:52 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:53 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:01:53 67d9abaf3616: Preparing 20:01:53 ee1190579aad: Preparing 20:01:53 bff75514f462: Preparing 20:01:53 4c1c0d181b2c: Preparing 20:01:53 f0e5a4d6c014: Preparing 20:01:53 3b19d27f08f7: Preparing 20:01:53 73bb99a6e169: Preparing 20:01:53 ec06c3102977: Preparing 20:01:53 6a3c62e080c7: Preparing 20:01:53 340cb19ca677: Preparing 20:01:53 4f4ce317c6bb: Preparing 20:01:53 ec06c3102977: Waiting 20:01:53 340cb19ca677: Waiting 20:01:53 4f4ce317c6bb: Waiting 20:01:53 6a3c62e080c7: Waiting 20:01:53 3b19d27f08f7: Waiting 20:01:53 73bb99a6e169: Waiting 20:01:53 f0e5a4d6c014: Layer already exists 20:01:53 3b19d27f08f7: Layer already exists 20:01:53 73bb99a6e169: Layer already exists 20:01:53 ec06c3102977: Layer already exists 20:01:53 ee1190579aad: Pushed 20:01:53 6a3c62e080c7: Layer already exists 20:01:53 340cb19ca677: Layer already exists 20:01:53 4f4ce317c6bb: Layer already exists 20:01:54 67d9abaf3616: Pushed 20:01:56 bff75514f462: Pushed 20:02:11 4c1c0d181b2c: Pushed 20:02:11 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f: digest: sha256:2aa5002f6f91e78f66cf20dba5855fb1fec6ecf065570cceef0b5004ce716c3f size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:11 + 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:02:11 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 20:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:02:11 67d9abaf3616: Preparing 20:02:11 ee1190579aad: Preparing 20:02:11 bff75514f462: Preparing 20:02:11 4c1c0d181b2c: Preparing 20:02:11 f0e5a4d6c014: Preparing 20:02:11 3b19d27f08f7: Preparing 20:02:11 73bb99a6e169: Preparing 20:02:11 ec06c3102977: Preparing 20:02:11 6a3c62e080c7: Preparing 20:02:11 340cb19ca677: Preparing 20:02:11 4f4ce317c6bb: Preparing 20:02:11 ec06c3102977: Waiting 20:02:11 6a3c62e080c7: Waiting 20:02:11 340cb19ca677: Waiting 20:02:11 4f4ce317c6bb: Waiting 20:02:11 3b19d27f08f7: Waiting 20:02:11 73bb99a6e169: Waiting 20:02:11 f0e5a4d6c014: Layer already exists 20:02:11 ee1190579aad: Layer already exists 20:02:11 bff75514f462: Layer already exists 20:02:11 67d9abaf3616: Layer already exists 20:02:11 4c1c0d181b2c: Layer already exists 20:02:12 ec06c3102977: Layer already exists 20:02:12 6a3c62e080c7: Layer already exists 20:02:12 3b19d27f08f7: Layer already exists 20:02:12 73bb99a6e169: Layer already exists 20:02:12 340cb19ca677: Layer already exists 20:02:12 4f4ce317c6bb: Layer already exists 20:02:12 latest: digest: sha256:2aa5002f6f91e78f66cf20dba5855fb1fec6ecf065570cceef0b5004ce716c3f size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:12 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:12 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.23 20:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:02:12 67d9abaf3616: Preparing 20:02:12 ee1190579aad: Preparing 20:02:12 bff75514f462: Preparing 20:02:12 4c1c0d181b2c: Preparing 20:02:12 f0e5a4d6c014: Preparing 20:02:12 3b19d27f08f7: Preparing 20:02:12 73bb99a6e169: Preparing 20:02:12 ec06c3102977: Preparing 20:02:12 6a3c62e080c7: Preparing 20:02:12 340cb19ca677: Preparing 20:02:12 4f4ce317c6bb: Preparing 20:02:12 ec06c3102977: Waiting 20:02:12 6a3c62e080c7: Waiting 20:02:12 340cb19ca677: Waiting 20:02:12 3b19d27f08f7: Waiting 20:02:12 4f4ce317c6bb: Waiting 20:02:12 73bb99a6e169: Waiting 20:02:12 f0e5a4d6c014: Layer already exists 20:02:12 67d9abaf3616: Layer already exists 20:02:12 ee1190579aad: Layer already exists 20:02:12 bff75514f462: Layer already exists 20:02:12 4c1c0d181b2c: Layer already exists 20:02:12 ec06c3102977: Layer already exists 20:02:12 3b19d27f08f7: Layer already exists 20:02:12 6a3c62e080c7: Layer already exists 20:02:12 73bb99a6e169: Layer already exists 20:02:12 340cb19ca677: Layer already exists 20:02:13 4f4ce317c6bb: Layer already exists 20:02:13 2.2.1-dev.23: digest: sha256:2aa5002f6f91e78f66cf20dba5855fb1fec6ecf065570cceef0b5004ce716c3f size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:13 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:02:13 67d9abaf3616: Preparing 20:02:13 ee1190579aad: Preparing 20:02:13 bff75514f462: Preparing 20:02:13 4c1c0d181b2c: Preparing 20:02:13 f0e5a4d6c014: Preparing 20:02:13 3b19d27f08f7: Preparing 20:02:13 73bb99a6e169: Preparing 20:02:13 ec06c3102977: Preparing 20:02:13 6a3c62e080c7: Preparing 20:02:13 340cb19ca677: Preparing 20:02:13 4f4ce317c6bb: Preparing 20:02:13 ec06c3102977: Waiting 20:02:13 340cb19ca677: Waiting 20:02:13 4f4ce317c6bb: Waiting 20:02:13 6a3c62e080c7: Waiting 20:02:13 3b19d27f08f7: Waiting 20:02:13 73bb99a6e169: Waiting 20:02:13 ee1190579aad: Layer already exists 20:02:13 67d9abaf3616: Layer already exists 20:02:13 f0e5a4d6c014: Layer already exists 20:02:13 bff75514f462: Layer already exists 20:02:13 4c1c0d181b2c: Layer already exists 20:02:13 3b19d27f08f7: Layer already exists 20:02:13 73bb99a6e169: Layer already exists 20:02:13 6a3c62e080c7: Layer already exists 20:02:13 ec06c3102977: Layer already exists 20:02:13 340cb19ca677: Layer already exists 20:02:13 4f4ce317c6bb: Layer already exists 20:02:13 c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23: digest: sha256:2aa5002f6f91e78f66cf20dba5855fb1fec6ecf065570cceef0b5004ce716c3f size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:14 + 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:02:14 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 20:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 20:02:14 67d9abaf3616: Preparing 20:02:14 ee1190579aad: Preparing 20:02:14 bff75514f462: Preparing 20:02:14 4c1c0d181b2c: Preparing 20:02:14 f0e5a4d6c014: Preparing 20:02:14 3b19d27f08f7: Preparing 20:02:14 73bb99a6e169: Preparing 20:02:14 ec06c3102977: Preparing 20:02:14 6a3c62e080c7: Preparing 20:02:14 340cb19ca677: Preparing 20:02:14 3b19d27f08f7: Waiting 20:02:14 73bb99a6e169: Waiting 20:02:14 4f4ce317c6bb: Preparing 20:02:14 ec06c3102977: Waiting 20:02:14 340cb19ca677: Waiting 20:02:14 6a3c62e080c7: Waiting 20:02:14 4f4ce317c6bb: Waiting 20:02:14 4c1c0d181b2c: Layer already exists 20:02:14 bff75514f462: Layer already exists 20:02:14 67d9abaf3616: Layer already exists 20:02:14 ee1190579aad: Layer already exists 20:02:14 f0e5a4d6c014: Layer already exists 20:02:14 3b19d27f08f7: Layer already exists 20:02:14 ec06c3102977: Layer already exists 20:02:14 6a3c62e080c7: Layer already exists 20:02:14 73bb99a6e169: Layer already exists 20:02:14 340cb19ca677: Layer already exists 20:02:14 4f4ce317c6bb: Layer already exists 20:02:14 main: digest: sha256:2aa5002f6f91e78f66cf20dba5855fb1fec6ecf065570cceef0b5004ce716c3f size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:02:15 ===================================================== [Pipeline] echo 20:02:15 taggedImages: 20:02:15 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f 20:02:15 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 20:02:15 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.23 20:02:15 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f-2.2.1-dev.23 20:02:15 - 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:02:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:15 20:02:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:16 arm64: Pulling from edgex-lftools-log-publisher 20:02:16 8998bd30e6a1: Pulling fs layer 20:02:16 04944245beec: Pulling fs layer 20:02:16 699f458cf7ca: Pulling fs layer 20:02:16 765212b225bb: Pulling fs layer 20:02:16 f23df028b6ca: Pulling fs layer 20:02:16 d65c8cfc05b1: Pulling fs layer 20:02:16 2437ff75d9bd: Pulling fs layer 20:02:16 765212b225bb: Waiting 20:02:16 f23df028b6ca: Waiting 20:02:16 d65c8cfc05b1: Waiting 20:02:16 2437ff75d9bd: Waiting 20:02:16 04944245beec: Verifying Checksum 20:02:16 04944245beec: Download complete 20:02:16 765212b225bb: Download complete 20:02:16 f23df028b6ca: Verifying Checksum 20:02:16 f23df028b6ca: Download complete 20:02:16 d65c8cfc05b1: Verifying Checksum 20:02:16 d65c8cfc05b1: Download complete 20:02:16 699f458cf7ca: Verifying Checksum 20:02:16 699f458cf7ca: Download complete 20:02:16 8998bd30e6a1: Verifying Checksum 20:02:16 8998bd30e6a1: Download complete 20:02:19 2437ff75d9bd: Verifying Checksum 20:02:19 2437ff75d9bd: Download complete 20:02:21 8998bd30e6a1: Pull complete 20:02:21 04944245beec: Pull complete 20:02:23 699f458cf7ca: Pull complete 20:02:23 765212b225bb: Pull complete 20:02:24 f23df028b6ca: Pull complete 20:02:24 d65c8cfc05b1: Pull complete 20:02:39 2437ff75d9bd: Pull complete 20:02:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:02:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:02:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:39 prd-ubuntu20.04-docker-arm64-4c-16g-17049 does not seem to be running inside a container 20:02:39 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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:arm64 cat 20:02:41 $ docker top dc8d2eec313b522a6da2d137d00077f9c91c29c0e6697e0f01d31a1e3549e878 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:42 ---> job-cost.sh 20:02:42 lf-activate-venv: SKIPPING 20:02:42 INFO: No Stack... 20:02:43 INFO: Retrieving Pricing Info for: v3-standard-4 20:02:43 INFO: Archiving Costs [Pipeline] sh 20:02:44 + + cat /w/workspace/edgex-go/254/archives/cost.csv 20:02:44 cut -d, -f6 [Pipeline] lock 20:02:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-254-stack-cost] 20:02:44 Resource [jenkins-edgexfoundry-edgex-go-main-254-stack-cost] did not exist. Created. 20:02:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-254-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:02:45 + echo total: 0.10999999940395355 [Pipeline] stash 20:02:45 Stashed 1 file(s) [Pipeline] } 20:02:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-254-stack-cost] [Pipeline] // lock [Pipeline] } 20:02:45 $ docker stop --time=1 dc8d2eec313b522a6da2d137d00077f9c91c29c0e6697e0f01d31a1e3549e878 20:02:47 $ docker rm -f dc8d2eec313b522a6da2d137d00077f9c91c29c0e6697e0f01d31a1e3549e878 [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:02:48 provisioning config files... 20:02:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/254@tmp/config8014582074441222849tmp [Pipeline] { [Pipeline] sh 20:02:48 + set +x 20:02:48 + curl -s+ https://codecov.io/bash 20:02:48 bash -s -- 20:02:48 20:02:48 _____ _ 20:02:48 / ____| | | 20:02:48 | | ___ __| | ___ ___ _____ __ 20:02:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:02:48 | |___| (_) | (_| | __/ (_| (_) \ V / 20:02:48 \_____\___/ \__,_|\___|\___\___/ \_/ 20:02:48 Bash-1.0.6 20:02:48 20:02:48 20:02:48 ==> git version 2.25.1 found 20:02:48 ==> 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:02:48 Release-Date: 2020-01-08 20:02:48 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:02:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:02:48 ==> Jenkins CI detected. 20:02:48 current dir:  /w/workspace/edgex-go/254 20:02:48 project root: . 20:02:48 --> token set from env 20:02:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:02:48 ==> Running gcov in . (disable via -X gcov) 20:02:48 ==> Python coveragepy not found 20:02:48 ==> Searching for coverage reports in: 20:02:48 + . 20:02:48 -> Found 1 reports 20:02:48 ==> Detecting git/mercurial file structure 20:02:48 ==> Reading reports 20:02:48 + ./coverage.out bytes=435593 20:02:48 ==> Appending adjustments 20:02:48 https://docs.codecov.io/docs/fixing-reports 20:02:49 + Found adjustments 20:02:49 ==> Gzipping contents 20:02:49 60K /tmp/codecov.9WvE1p.gz 20:02:49 ==> Uploading reports 20:02:49 url: https://codecov.io 20:02:49 query: branch=main&commit=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:02:49 -> Pinging Codecov 20:02:49 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=c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:02:49 -> Uploading to 20:02:49 https://storage.googleapis.com/codecov/v4/raw/2022-07-06/00271124DB129430A58F1EEE437C3FCB/c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f/d16c10ee-f324-4837-b36d-bcdeb4ce88dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220706%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220706T200249Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77d28b1322d80dba7d71e779285c0121069d56fc1db8e92813e585c153f47c0e 20:02:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:02:49 Dload Upload Total Spent Left Speed 20:02:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59905 0 0 100 59905 0 258k --:--:-- --:--:-- --:--:-- 258k 20:02:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c49e1d0097743ba6522e197f2dd7b5cb8fb5d21f [Pipeline] } 20:02:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:02:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:02:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:02:50 20:02:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:02:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:02:51 df9b9388f04a: Already exists 20:02:51 52dc419b0ee2: Pulling fs layer 20:02:51 25bc292e5bac: Pulling fs layer 20:02:51 114826534d7a: Pulling fs layer 20:02:51 4657fd5d0bcf: Pulling fs layer 20:02:51 6ad1cebc031e: Pulling fs layer 20:02:51 8a3aa393b2d8: Pulling fs layer 20:02:51 4657fd5d0bcf: Waiting 20:02:51 8a3aa393b2d8: Waiting 20:02:51 6ad1cebc031e: Waiting 20:02:51 25bc292e5bac: Verifying Checksum 20:02:51 25bc292e5bac: Download complete 20:02:51 52dc419b0ee2: Verifying Checksum 20:02:51 52dc419b0ee2: Download complete 20:02:51 4657fd5d0bcf: Verifying Checksum 20:02:51 4657fd5d0bcf: Download complete 20:02:51 52dc419b0ee2: Pull complete 20:02:51 25bc292e5bac: Pull complete 20:02:51 6ad1cebc031e: Verifying Checksum 20:02:51 6ad1cebc031e: Download complete 20:02:51 114826534d7a: Verifying Checksum 20:02:51 114826534d7a: Download complete 20:02:52 8a3aa393b2d8: Verifying Checksum 20:02:52 8a3aa393b2d8: Download complete 20:02:55 114826534d7a: Pull complete 20:02:55 4657fd5d0bcf: Pull complete 20:02:55 6ad1cebc031e: Pull complete 20:02:58 8a3aa393b2d8: Pull complete 20:02:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:02:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:02:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:58 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:02:58 $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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/edgex-snyk-go:1.410.4 cat 20:03:00 $ docker top 7d10c941986364aaa0055827b603ecc3b2003d3ae5c841b5cfb433f2e9a92e8f -eo pid,comm [Pipeline] { [Pipeline] echo 20:03:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 20:03:00 + set -o pipefail 20:03:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 20:03:06 20:03:06 Monitoring /w/workspace/edgex-go/254 (github.com/edgexfoundry/edgex-go)... 20:03:06 20:03:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/23d2fb1c-6459-4da5-b590-03e3ab253d88 20:03:06 20:03:06 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:03:06 20:03:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:03:06 20:03:06 20:03:06 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 20:03:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:03:06 $ docker stop --time=1 7d10c941986364aaa0055827b603ecc3b2003d3ae5c841b5cfb433f2e9a92e8f 20:03:08 $ docker rm -f 7d10c941986364aaa0055827b603ecc3b2003d3ae5c841b5cfb433f2e9a92e8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:03:08 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:03:08 provisioning config files... 20:03:08 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/254@tmp/config2286538680533973337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:03:09 --> edgex-publish-swagger.sh 20:03:09 === Publish openapi/v2 API === 20:03:09 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:03:09 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/254/openapi/v2/core-command.yaml] 20:03:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:09 Dload Upload Total Spent Left Speed 20:03:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 35762 --:--:-- --:--:-- --:--:-- 35724 100 33831 0 0 100 33831 0 35724 --:--:-- --:--:-- --:--:-- 35686 20:03:10 20:03:10 20:03:10 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/254/openapi/v2/core-data.yaml] 20:03:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:10 Dload Upload Total Spent Left Speed 20:03:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 70685 0:00:01 0:00:01 --:--:-- 70685 100 71604 0 0 100 71604 0 70685 0:00:01 0:00:01 --:--:-- 70685 20:03:10 20:03:10 20:03:10 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/254/openapi/v2/core-metadata.yaml] 20:03:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:10 Dload Upload Total Spent Left Speed 20:03:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k 100 141k 0 0 100 141k 0 149k --:--:-- --:--:-- --:--:-- 149k 20:03:11 20:03:11 20:03:11 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/254/openapi/v2/support-notifications.yaml] 20:03:11 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:11 Dload Upload Total Spent Left Speed 20:03:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 93526 --:--:-- --:--:-- --:--:-- 93428 100 89318 0 0 100 89318 0 93526 --:--:-- --:--:-- --:--:-- 93428 20:03:12 20:03:12 20:03:12 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/254/openapi/v2/support-scheduler.yaml] 20:03:12 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:12 Dload Upload Total Spent Left Speed 20:03:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 45206 --:--:-- --:--:-- --:--:-- 45206 100 39556 0 0 100 39556 0 44147 --:--:-- --:--:-- --:--:-- 44098 20:03:13 20:03:13 20:03:13 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/254/openapi/v2/system-agent.yaml] 20:03:13 % Total % Received % Xferd Average Speed Time Time Time Current 20:03:13 Dload Upload Total Spent Left Speed 20:03:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 23470 --:--:-- --:--:-- --:--:-- 23443 100 20091 0 0 100 20091 0 23470 --:--:-- --:--:-- --:--:-- 23443 20:03:14 20:03:14 [Pipeline] } 20:03:14 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:03:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:03:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:03:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:15 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:03:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:03:16 $ docker top 93bdf10c8d6476d39bd3a303e7effee0b28c25e68c4f83d1fac7a0f59794e3ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:03:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:16 [ssh-agent] Looking for ssh-agent implementation... 20:03:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:16 $ docker exec 93bdf10c8d6476d39bd3a303e7effee0b28c25e68c4f83d1fac7a0f59794e3ec ssh-agent 20:03:16 SSH_AUTH_SOCK=/tmp/ssh-sGQi8MuEDOkL/agent.34 20:03:16 SSH_AGENT_PID=40 20:03:16 Running ssh-add (command line suppressed) 20:03:16 Identity added: /w/workspace/edgex-go/254@tmp/private_key_5416679269671528232.key (/w/workspace/edgex-go/254@tmp/private_key_5416679269671528232.key) 20:03:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:16 + git semver tag 20:03:17 2022-07-06 20:03:17,147 [run_tag] DEBUG tag force:False 20:03:17 2022-07-06 20:03:17,148 [check_head_tag] DEBUG check head tag 20:03:17 2022-07-06 20:03:17,148 [execute] INFO git cat-file --batch-check 20:03:17 2022-07-06 20:03:17,149 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/254, universal_newlines=False, shell=None, istream=) 20:03:17 2022-07-06 20:03:17,153 [execute] INFO git cat-file --batch 20:03:17 2022-07-06 20:03:17,154 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/254, universal_newlines=False, shell=None, istream=) 20:03:17 2022-07-06 20:03:17,172 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:17 2022-07-06 20:03:17,172 [execute] INFO git tag -a v2.2.1-dev.23 -m v2.2.1-dev.23 20:03:17 2022-07-06 20:03:17,173 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.23', '-m', 'v2.2.1-dev.23'], cwd=/w/workspace/edgex-go/254, universal_newlines=False, shell=None, istream=None) 20:03:17 2022-07-06 20:03:17,178 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:17 2.2.1-dev.23 [Pipeline] } 20:03:17 $ docker exec --env ******** --env ******** 93bdf10c8d6476d39bd3a303e7effee0b28c25e68c4f83d1fac7a0f59794e3ec ssh-agent -k 20:03:17 unset SSH_AUTH_SOCK; 20:03:17 unset SSH_AGENT_PID; 20:03:17 echo Agent pid 40 killed; 20:03:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:17 + git semver [Pipeline] } 20:03:18 $ docker stop --time=1 93bdf10c8d6476d39bd3a303e7effee0b28c25e68c4f83d1fac7a0f59794e3ec 20:03:19 $ docker rm -f 93bdf10c8d6476d39bd3a303e7effee0b28c25e68c4f83d1fac7a0f59794e3ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:03:19 20:03:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:03:20 0.23.1-centos7: Pulling from edgex-lftools 20:03:20 ab5ef0e58194: Pulling fs layer 20:03:20 9712f1f96733: Pulling fs layer 20:03:20 63f879dbbcfc: Pulling fs layer 20:03:20 0d9ebad4ef96: Pulling fs layer 20:03:20 e9a5061849ea: Pulling fs layer 20:03:20 d747dcd14b5f: Pulling fs layer 20:03:20 2de7ff778b66: Pulling fs layer 20:03:20 e9a5061849ea: Waiting 20:03:20 d747dcd14b5f: Waiting 20:03:20 2de7ff778b66: Waiting 20:03:20 0d9ebad4ef96: Waiting 20:03:20 9712f1f96733: Verifying Checksum 20:03:20 9712f1f96733: Download complete 20:03:20 63f879dbbcfc: Verifying Checksum 20:03:20 63f879dbbcfc: Download complete 20:03:20 0d9ebad4ef96: Verifying Checksum 20:03:20 0d9ebad4ef96: Download complete 20:03:20 e9a5061849ea: Verifying Checksum 20:03:20 e9a5061849ea: Download complete 20:03:20 d747dcd14b5f: Download complete 20:03:20 ab5ef0e58194: Download complete 20:03:20 2de7ff778b66: Download complete 20:03:24 ab5ef0e58194: Pull complete 20:03:24 9712f1f96733: Pull complete 20:03:24 63f879dbbcfc: Pull complete 20:03:28 0d9ebad4ef96: Pull complete 20:03:29 e9a5061849ea: Pull complete 20:03:29 d747dcd14b5f: Pull complete 20:03:30 2de7ff778b66: Pull complete 20:03:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:03:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:03:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:31 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:03:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:03:33 $ docker top 96a39eca8a21c387311ce5fa9830ff83cee5113ab33d7fab64da4d4d10332518 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:03:33 provisioning config files... 20:03:33 copy managed file [sigul-config] to file:/w/workspace/edgex-go/254@tmp/config4241192648233400555tmp 20:03:33 copy managed file [sigul-password] to file:/w/workspace/edgex-go/254@tmp/config5525148250032971033tmp 20:03:33 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/254@tmp/config8764126167881153356tmp [Pipeline] { [Pipeline] echo 20:03:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:03:33 ---> sigul-configuration.sh 20:03:33 gpg: directory `/root/.gnupg' created 20:03:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:03:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:03:33 gpg: keyring `/root/.gnupg/secring.gpg' created 20:03:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:03:33 gpg: CAST5 encrypted data 20:03:33 gpg: encrypted with 1 passphrase 20:03:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:03:34 + mkdir /home/jenkins 20:03:34 + mkdir /home/jenkins/sigul [Pipeline] sh 20:03:34 + 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:03:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:03:34 ---> sigul-install.sh 20:03:34 Sigul already installed; skipping installation. [Pipeline] sh 20:03:35 + git tag --list 20:03:35 0.6.0 20:03:35 0.6.1 20:03:35 0.7.0 20:03:35 0.7.1 20:03:35 v1.0.0 20:03:35 v1.0.1 20:03:35 v1.1.0 20:03:35 v1.2.0 20:03:35 v1.2.1 20:03:35 v1.3.0 20:03:35 v1.3.1 20:03:35 v2.0.0 20:03:35 v2.1.0 20:03:35 v2.1.1 20:03:35 v2.1.1-dev.1 20:03:35 v2.1.1-dev.2 20:03:35 v2.1.1-dev.3 20:03:35 v2.1.1-dev.4 20:03:35 v2.1.1-dev.5 20:03:35 v2.1.1-dev.6 20:03:35 v2.1.1-dev.7 20:03:35 v2.1.1-dev.8 20:03:35 v2.2.0 20:03:35 v2.2.1-dev.1 20:03:35 v2.2.1-dev.10 20:03:35 v2.2.1-dev.11 20:03:35 v2.2.1-dev.12 20:03:35 v2.2.1-dev.13 20:03:35 v2.2.1-dev.14 20:03:35 v2.2.1-dev.15 20:03:35 v2.2.1-dev.16 20:03:35 v2.2.1-dev.17 20:03:35 v2.2.1-dev.18 20:03:35 v2.2.1-dev.19 20:03:35 v2.2.1-dev.2 20:03:35 v2.2.1-dev.20 20:03:35 v2.2.1-dev.21 20:03:35 v2.2.1-dev.22 20:03:35 v2.2.1-dev.23 20:03:35 v2.2.1-dev.3 20:03:35 v2.2.1-dev.4 20:03:35 v2.2.1-dev.5 20:03:35 v2.2.1-dev.6 20:03:35 v2.2.1-dev.7 20:03:35 v2.2.1-dev.8 20:03:35 v2.2.1-dev.9 [Pipeline] sh 20:03:35 + lftools sign git-tag v2.2.1-dev.23 20:03:35 Signing Git tag with Sigul... 20:03:35 Signing v2.2.1-dev.23 [Pipeline] echo 20:03:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:03:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:03:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:03:36 $ docker stop --time=1 96a39eca8a21c387311ce5fa9830ff83cee5113ab33d7fab64da4d4d10332518 20:03:37 $ docker rm -f 96a39eca8a21c387311ce5fa9830ff83cee5113ab33d7fab64da4d4d10332518 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:03:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:03:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:03:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:38 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:03:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:03:39 $ docker top 94c3579a549ef489b911d3747c42a512dcb6ff579da053953b678a87274870b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:03:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:39 [ssh-agent] Looking for ssh-agent implementation... 20:03:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:39 $ docker exec 94c3579a549ef489b911d3747c42a512dcb6ff579da053953b678a87274870b3 ssh-agent 20:03:39 SSH_AUTH_SOCK=/tmp/ssh-LZlrCCkRF2Fm/agent.32 20:03:39 SSH_AGENT_PID=39 20:03:39 Running ssh-add (command line suppressed) 20:03:39 Identity added: /w/workspace/edgex-go/254@tmp/private_key_1882795248115782605.key (/w/workspace/edgex-go/254@tmp/private_key_1882795248115782605.key) 20:03:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:39 + git semver bump pre 20:03:40 2022-07-06 20:03:40,003 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:40 2022-07-06 20:03:40,003 [bump_version] DEBUG bumping version:2.2.1-dev.23 on axis:pre with prefix:dev 20:03:40 2022-07-06 20:03:40,003 [bump_version] DEBUG bumped version:2.2.1-dev.24 20:03:40 2022-07-06 20:03:40,003 [write_version] DEBUG write version:2.2.1-dev.24 to path:/w/workspace/edgex-go/254/.semver/main with force:True 20:03:40 2022-07-06 20:03:40,003 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:40 2022-07-06 20:03:40,003 [write_file] DEBUG write to file:/w/workspace/edgex-go/254/.semver/main 20:03:40 2022-07-06 20:03:40,006 [execute] INFO git cat-file --batch-check 20:03:40 2022-07-06 20:03:40,006 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=False, shell=None, istream=) 20:03:40 2022-07-06 20:03:40,011 [execute] INFO git cat-file --batch 20:03:40 2022-07-06 20:03:40,012 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=False, shell=None, istream=) 20:03:40 2022-07-06 20:03:40,016 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:40 2.2.1-dev.24 [Pipeline] } 20:03:40 $ docker exec --env ******** --env ******** 94c3579a549ef489b911d3747c42a512dcb6ff579da053953b678a87274870b3 ssh-agent -k 20:03:40 unset SSH_AUTH_SOCK; 20:03:40 unset SSH_AGENT_PID; 20:03:40 echo Agent pid 39 killed; 20:03:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:40 + git semver [Pipeline] } 20:03:40 $ docker stop --time=1 94c3579a549ef489b911d3747c42a512dcb6ff579da053953b678a87274870b3 20:03:42 $ docker rm -f 94c3579a549ef489b911d3747c42a512dcb6ff579da053953b678a87274870b3 [Pipeline] // withDockerContainer [Pipeline] sh 20:03:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:03:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:03:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:42 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:03:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:03:43 $ docker top b49a5e8985ef3589fc7c991765e3f82beca1e53a9ccaecb7bcb8e9da5cef302b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:03:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:03:43 [ssh-agent] Looking for ssh-agent implementation... 20:03:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:03:43 $ docker exec b49a5e8985ef3589fc7c991765e3f82beca1e53a9ccaecb7bcb8e9da5cef302b ssh-agent 20:03:43 SSH_AUTH_SOCK=/tmp/ssh-A5eXe5Ndkd6S/agent.32 20:03:43 SSH_AGENT_PID=38 20:03:43 Running ssh-add (command line suppressed) 20:03:43 Identity added: /w/workspace/edgex-go/254@tmp/private_key_1595628120444756615.key (/w/workspace/edgex-go/254@tmp/private_key_1595628120444756615.key) 20:03:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:03:43 + git semver push 20:03:44 2022-07-06 20:03:44,170 [run_push] DEBUG push 20:03:44 2022-07-06 20:03:44,171 [execute] INFO git cat-file --batch-check 20:03:44 2022-07-06 20:03:44,171 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=False, shell=None, istream=) 20:03:44 2022-07-06 20:03:44,175 [execute] INFO git rev-list 4c4eeab2e5b23be87a9d11792cc90a8122879cec -- 20:03:44 2022-07-06 20:03:44,175 [execute] DEBUG Popen(['git', 'rev-list', '4c4eeab2e5b23be87a9d11792cc90a8122879cec', '--'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=False, shell=None, istream=None) 20:03:44 2022-07-06 20:03:44,191 [execute] INFO git fetch -v origin 20:03:44 2022-07-06 20:03:44,191 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=True, shell=None, istream=None) 20:03:44 2022-07-06 20:03:44,688 [run_push] DEBUG no remote changes detected 20:03:44 2022-07-06 20:03:44,688 [execute] INFO git push origin semver 20:03:44 2022-07-06 20:03:44,689 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/254/.semver, universal_newlines=False, shell=None, istream=None) 20:03:45 2022-07-06 20:03:45,461 [run_push] DEBUG push all version tags 20:03:45 2022-07-06 20:03:45,462 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:03:45 2022-07-06 20:03:45,462 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/254, universal_newlines=False, shell=None, istream=None) 20:03:46 2022-07-06 20:03:46,153 [read_version] DEBUG read version from /w/workspace/edgex-go/254/.semver/main 20:03:46 2.2.1-dev.24 [Pipeline] } 20:03:46 $ docker exec --env ******** --env ******** b49a5e8985ef3589fc7c991765e3f82beca1e53a9ccaecb7bcb8e9da5cef302b ssh-agent -k 20:03:46 unset SSH_AUTH_SOCK; 20:03:46 unset SSH_AGENT_PID; 20:03:46 echo Agent pid 38 killed; 20:03:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:46 + git semver [Pipeline] } 20:03:47 $ docker stop --time=1 b49a5e8985ef3589fc7c991765e3f82beca1e53a9ccaecb7bcb8e9da5cef302b 20:03:48 $ docker rm -f b49a5e8985ef3589fc7c991765e3f82beca1e53a9ccaecb7bcb8e9da5cef302b [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:03:48 + [ -d /w/workspace/edgex-go/254/archives ] [Pipeline] libraryResource [Pipeline] sh 20:03:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:03:49 ---> package-listing.sh 20:03:49 ++ facter osfamily 20:03:49 ++ tr '[:upper:]' '[:lower:]' 20:03:50 + OS_FAMILY=debian 20:03:50 + workspace=/w/workspace/edgex-go/254 20:03:50 + START_PACKAGES=/tmp/packages_start.txt 20:03:50 + END_PACKAGES=/tmp/packages_end.txt 20:03:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:03:50 + PACKAGES=/tmp/packages_start.txt 20:03:50 + '[' /w/workspace/edgex-go/254 ']' 20:03:50 + PACKAGES=/tmp/packages_end.txt 20:03:50 + case "${OS_FAMILY}" in 20:03:50 + dpkg -l 20:03:50 + grep '^ii' 20:03:50 + '[' -f /tmp/packages_start.txt ']' 20:03:50 + '[' -f /tmp/packages_end.txt ']' 20:03:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:03:50 + '[' /w/workspace/edgex-go/254 ']' 20:03:50 + mkdir -p /w/workspace/edgex-go/254/archives/ 20:03:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/254/archives/ [Pipeline] echo 20:03:50 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/254/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:03:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:51 20:03:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:03:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:51 latest: Pulling from edgex-lftools-log-publisher 20:03:51 5eb5b503b376: Pulling fs layer 20:03:51 5c69ac0246d0: Pulling fs layer 20:03:51 ec43610c2a17: Pulling fs layer 20:03:51 3a2ae6a8a46f: Pulling fs layer 20:03:51 33b1e0a273af: Pulling fs layer 20:03:51 5d3b04190fa2: Pulling fs layer 20:03:51 2f39f015ded8: Pulling fs layer 20:03:51 3a2ae6a8a46f: Waiting 20:03:51 33b1e0a273af: Waiting 20:03:51 5d3b04190fa2: Waiting 20:03:51 2f39f015ded8: Waiting 20:03:51 5c69ac0246d0: Verifying Checksum 20:03:51 5c69ac0246d0: Download complete 20:03:51 3a2ae6a8a46f: Verifying Checksum 20:03:51 3a2ae6a8a46f: Download complete 20:03:51 33b1e0a273af: Download complete 20:03:51 ec43610c2a17: Verifying Checksum 20:03:51 ec43610c2a17: Download complete 20:03:51 5d3b04190fa2: Verifying Checksum 20:03:51 5d3b04190fa2: Download complete 20:03:51 5eb5b503b376: Verifying Checksum 20:03:51 5eb5b503b376: Download complete 20:03:52 2f39f015ded8: Download complete 20:03:52 5eb5b503b376: Pull complete 20:03:53 5c69ac0246d0: Pull complete 20:03:53 ec43610c2a17: Pull complete 20:03:53 3a2ae6a8a46f: Pull complete 20:03:53 33b1e0a273af: Pull complete 20:03:53 5d3b04190fa2: Pull complete 20:03:58 2f39f015ded8: Pull complete 20:03:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:03:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:03:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:03:58 prd-ubuntu20.04-docker-8c-8g-17050 does not seem to be running inside a container 20:03:58 $ 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/254/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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:03:59 $ docker top b8cd44ed1561d4d649c4d8039bf52f9f7157c30a686bb896f0f6fa897baeaa1a -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:04:00 + mkdir -p /var/log/sysstat [Pipeline] sh 20:04:00 + ls /var/log/sa-host 20:04:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:04:00 provisioning config files... 20:04:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/254@tmp/config150222053973077374tmp [Pipeline] { [Pipeline] echo 20:04:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:04:01 ---> create-netrc.sh [Pipeline] } 20:04:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:04:01 ---> python-tools-install.sh [Pipeline] echo 20:04:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:04:01 ---> sudo-logs.sh 20:04:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:04:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:04:02 ---> job-cost.sh 20:04:02 lf-activate-venv: SKIPPING 20:04:02 DEBUG: total: 0.10999999940395355 20:04:02 INFO: Retrieving Stack Cost... 20:04:02 INFO: Retrieving Pricing Info for: v3-standard-8 20:04:03 INFO: Archiving Costs [Pipeline] echo 20:04:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:04:03 ---> logs-deploy.sh 20:04:03 lf-activate-venv: SKIPPING 20:04:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/254 20:04:03 INFO: archiving workspace using pattern(s): 20:04:05 Archives upload complete. 20:04:05 INFO: archiving logs to Nexus 20:04:05 ---> uname -a: 20:04:05 Linux prd-ubuntu20-04-docker-8c-8g-17050 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:04:05 20:04:05 20:04:05 ---> lscpu: 20:04:05 Architecture: x86_64 20:04:05 CPU op-mode(s): 32-bit, 64-bit 20:04:05 Byte Order: Little Endian 20:04:05 Address sizes: 40 bits physical, 48 bits virtual 20:04:05 CPU(s): 8 20:04:05 On-line CPU(s) list: 0-7 20:04:05 Thread(s) per core: 1 20:04:05 Core(s) per socket: 1 20:04:05 Socket(s): 8 20:04:05 NUMA node(s): 1 20:04:05 Vendor ID: AuthenticAMD 20:04:05 CPU family: 23 20:04:05 Model: 49 20:04:05 Model name: AMD EPYC-Rome Processor 20:04:05 Stepping: 0 20:04:05 CPU MHz: 2800.000 20:04:05 BogoMIPS: 5600.00 20:04:05 Virtualization: AMD-V 20:04:05 Hypervisor vendor: KVM 20:04:05 Virtualization type: full 20:04:05 L1d cache: 256 KiB 20:04:05 L1i cache: 256 KiB 20:04:05 L2 cache: 4 MiB 20:04:05 L3 cache: 128 MiB 20:04:05 NUMA node0 CPU(s): 0-7 20:04:05 Vulnerability Itlb multihit: Not affected 20:04:05 Vulnerability L1tf: Not affected 20:04:05 Vulnerability Mds: Not affected 20:04:05 Vulnerability Meltdown: Not affected 20:04:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:04:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:04:05 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:04:05 Vulnerability Srbds: Not affected 20:04:05 Vulnerability Tsx async abort: Not affected 20:04:05 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:04:05 20:04:05 20:04:05 ---> nproc: 20:04:05 8 20:04:05 20:04:05 20:04:05 ---> df -h: 20:04:05 Filesystem Size Used Avail Use% Mounted on 20:04:05 overlay 155G 18G 138G 12% / 20:04:05 tmpfs 64M 0 64M 0% /dev 20:04:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:04:05 shm 64M 0 64M 0% /dev/shm 20:04:05 /dev/vda1 155G 18G 138G 12% /facter-os 20:04:05 20:04:05 20:04:05 ---> sar -b -r -n DEV: 20:04:05 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17050) 07/06/22 _x86_64_ (8 CPU) 20:04:05 20:04:05 19:40:30 LINUX RESTART (8 CPU) 20:04:05 20:04:05 19:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:04:05 19:42:01 282.41 15.83 266.58 0.00 2169.14 138720.56 0.00 20:04:05 19:43:01 65.91 0.03 65.87 0.00 4.93 79053.76 0.00 20:04:05 19:44:01 66.88 0.22 66.66 0.00 6.00 23014.21 0.00 20:04:05 19:45:01 641.91 0.13 641.78 0.00 14.13 376062.66 0.00 20:04:05 19:46:01 1111.31 0.23 1111.08 0.00 10.00 431141.35 0.00 20:04:05 19:47:01 759.52 0.27 759.26 0.00 24.13 94332.68 0.00 20:04:05 19:48:01 21.73 0.02 21.71 0.00 0.40 572.61 0.00 20:04:05 19:49:01 1.40 0.00 1.40 0.00 0.00 17.86 0.00 20:04:05 19:50:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:04:05 19:51:01 1.77 0.00 1.77 0.00 0.00 22.93 0.00 20:04:05 19:52:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 20:04:05 19:53:01 1.70 0.17 1.53 0.00 18.26 16.93 0.00 20:04:05 19:54:01 1.77 0.00 1.77 0.00 0.00 20.66 0.00 20:04:05 19:55:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 20:04:05 19:56:01 2.10 0.02 2.08 0.00 0.13 23.86 0.00 20:04:05 19:57:01 2.22 0.00 2.22 0.00 0.00 24.53 0.00 20:04:05 19:58:01 1.25 0.00 1.25 0.00 0.00 14.53 0.00 20:04:05 19:59:01 1.87 0.00 1.87 0.00 0.00 21.46 0.00 20:04:05 20:00:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 20:04:05 20:01:01 1.68 0.00 1.68 0.00 0.00 19.59 0.00 20:04:05 20:02:01 0.98 0.00 0.98 0.00 0.00 11.86 0.00 20:04:05 20:03:01 50.56 0.13 50.42 0.00 10.80 30064.19 0.00 20:04:05 20:04:01 125.31 0.30 125.01 0.00 15.60 50604.50 0.00 20:04:05 Average: 136.83 0.75 136.07 0.00 98.86 53210.56 0.00 20:04:05 20:04:05 19:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:04:05 19:42:01 27419284 31711008 582612 1.77 149804 4315560 2136164 6.30 1300988 3680172 399404 20:04:05 19:43:01 27569796 31629164 655640 1.99 154468 4085636 2414964 7.12 1532312 3294552 272096 20:04:05 19:44:01 27696264 31712508 577424 1.76 157376 4045860 2133808 6.29 1346500 3362180 270252 20:04:05 19:45:01 22018840 31438164 823052 2.50 172116 9223360 3025656 8.92 2355792 7788576 0 20:04:05 19:46:01 19015484 31419800 839280 2.55 206124 12063964 3364576 9.92 2332492 10698644 3636 20:04:05 19:47:01 21950572 31736876 537184 1.63 226560 9503312 1964844 5.79 2097392 8101704 692 20:04:05 19:48:01 21967920 31754904 519748 1.58 227444 9503720 1763276 5.20 2076248 8101892 0 20:04:05 19:49:01 21971956 31758928 516200 1.57 227468 9503724 1763276 5.20 2073392 8101896 240 20:04:05 19:50:01 21972972 31759948 515160 1.57 227472 9503724 1763276 5.20 2072244 8101896 12 20:04:05 19:51:01 21976092 31763108 512272 1.56 227508 9503708 1763276 5.20 2069720 8101876 200 20:04:05 19:52:01 21977388 31764428 511312 1.55 227528 9503712 1763276 5.20 2069512 8101880 184 20:04:05 19:53:01 21976272 31764024 511488 1.56 227536 9504260 1782200 5.25 2071196 8102360 288 20:04:05 19:54:01 21981084 31768856 506604 1.54 227544 9504264 1782200 5.25 2065184 8102364 192 20:04:05 19:55:01 21986540 31774332 501060 1.52 227564 9504268 1782200 5.25 2059180 8102364 188 20:04:05 19:56:01 21987364 31775200 500020 1.52 227596 9504272 1793364 5.29 2059308 8102372 36 20:04:05 19:57:01 21987292 31775132 499984 1.52 227624 9504276 1793364 5.29 2058928 8102376 20 20:04:05 19:58:01 21987268 31775136 499932 1.52 227656 9504276 1793364 5.29 2058940 8102376 24 20:04:05 19:59:01 21987248 31775156 500108 1.52 227680 9504280 1793364 5.29 2058988 8102380 12 20:04:05 20:00:01 21987160 31775124 500076 1.52 227712 9504280 1793364 5.29 2059544 8102380 184 20:04:05 20:01:01 21987184 31775164 500028 1.52 227728 9504284 1793364 5.29 2059340 8102384 48 20:04:05 20:02:01 21986780 31774788 500292 1.52 227740 9504288 1793364 5.29 2059996 8102388 180 20:04:05 20:03:01 21125808 31665788 605548 1.84 241168 10204640 1974484 5.82 2185752 8791156 2632 20:04:05 20:04:01 19958224 31736508 531196 1.62 294516 11259656 1868772 5.51 2221956 9793156 440 20:04:05 Average: 22455426 31721045 554183 1.69 218084 9011449 1982600 5.84 2014996 7697536 41346 20:04:05 20:04:05 19:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:04:05 19:42:01 ens3 1194.04 1156.66 12229.51 158.89 0.00 0.00 0.00 0.00 20:04:05 19:42:01 lo 4.80 4.80 0.47 0.47 0.00 0.00 0.00 0.00 20:04:05 19:42:01 docker0 536.00 471.04 41.46 3710.23 0.00 0.00 0.00 0.00 20:04:05 19:43:01 ens3 49.09 39.28 33.47 63.88 0.00 0.00 0.00 0.00 20:04:05 19:43:01 veth2f6f12a 1.50 1.70 0.12 0.13 0.00 0.00 0.00 0.00 20:04:05 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:43:01 docker0 1.50 1.60 0.10 0.13 0.00 0.00 0.00 0.00 20:04:05 19:44:01 ens3 78.37 48.88 1684.80 15.21 0.00 0.00 0.00 0.00 20:04:05 19:44:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:04:05 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:45:01 ens3 194.08 141.06 494.21 85.63 0.00 0.00 0.00 0.00 20:04:05 19:45:01 vethe4069fa 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:04:05 19:45:01 veth28c25b9 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:04:05 19:45:01 veth45d2232 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:04:05 19:45:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 20:04:05 19:45:01 docker0 84.20 115.71 4.87 388.97 0.00 0.00 0.00 0.00 20:04:05 19:45:01 veth637f2d2 0.00 1.00 0.00 0.06 0.00 0.00 0.00 0.00 20:04:05 19:46:01 ens3 313.38 231.81 1928.53 88.90 0.00 0.00 0.00 0.00 20:04:05 19:46:01 vethb68cc76 0.03 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:04:05 19:46:01 vethf93371d 0.03 0.32 0.00 0.02 0.00 0.00 0.00 0.00 20:04:05 19:46:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 20:04:05 19:46:01 docker0 129.24 183.32 7.65 745.99 0.00 0.00 0.00 0.00 20:04:05 19:46:01 veth637f2d2 0.00 0.68 0.00 0.04 0.00 0.00 0.00 0.00 20:04:05 19:46:01 veth36e4806 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 20:04:05 19:47:01 ens3 335.14 317.05 299.61 1040.10 0.00 0.00 0.00 0.00 20:04:05 19:47:01 lo 32.19 32.19 3.17 3.17 0.00 0.00 0.00 0.00 20:04:05 19:47:01 docker0 16.18 24.26 0.92 126.21 0.00 0.00 0.00 0.00 20:04:05 19:48:01 ens3 403.28 410.63 182.00 2469.08 0.00 0.00 0.00 0.00 20:04:05 19:48:01 lo 30.86 30.86 3.04 3.04 0.00 0.00 0.00 0.00 20:04:05 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:49:01 ens3 0.17 0.18 0.01 0.04 0.00 0.00 0.00 0.00 20:04:05 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:51:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:04:05 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:53:01 ens3 0.30 0.33 0.11 0.04 0.00 0.00 0.00 0.00 20:04:05 19:53:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 20:04:05 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:56:01 ens3 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 20:04:05 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:57:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:58:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 19:59:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:01:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:04:05 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:04:05 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:02:01 ens3 0.28 0.17 1.16 0.01 0.00 0.00 0.00 0.00 20:04:05 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:04:05 20:03:01 ens3 133.98 98.22 3935.83 13.62 0.00 0.00 0.00 0.00 20:04:05 20:03:01 vethf166ea0 1.73 1.32 0.16 7.87 0.00 0.00 0.00 0.00 20:04:05 20:03:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:04:05 20:03:01 docker0 1.73 1.27 0.13 7.86 0.00 0.00 0.00 0.00 20:04:05 20:04:01 ens3 379.80 273.44 6468.62 152.93 0.00 0.00 0.00 0.00 20:04:05 20:04:01 lo 2.13 2.13 0.22 0.22 0.00 0.00 0.00 0.00 20:04:05 20:04:01 docker0 36.14 44.58 3.49 684.10 0.00 0.00 0.00 0.00 20:04:05 Average: ens3 134.05 118.20 1185.18 177.77 0.00 0.00 0.00 0.00 20:04:05 Average: lo 3.28 3.28 0.32 0.32 0.00 0.00 0.00 0.00 20:04:05 Average: docker0 35.00 36.60 2.55 246.26 0.00 0.00 0.00 0.00 20:04:05 20:04:05 20:04:05 ---> sar -P ALL: 20:04:05 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-17050) 07/06/22 _x86_64_ (8 CPU) 20:04:05 20:04:05 19:40:30 LINUX RESTART (8 CPU) 20:04:05 20:04:05 19:41:01 CPU %user %nice %system %iowait %steal %idle 20:04:05 19:42:01 all 12.67 0.00 5.09 2.05 0.16 80.02 20:04:05 19:42:01 0 16.89 0.00 6.13 0.54 0.14 76.30 20:04:05 19:42:01 1 14.09 0.00 3.81 0.14 0.15 81.82 20:04:05 19:42:01 2 12.98 0.00 5.00 2.66 0.17 79.20 20:04:05 19:42:01 3 11.29 0.00 4.41 0.20 0.17 83.93 20:04:05 19:42:01 4 9.80 0.00 4.48 3.01 0.12 82.59 20:04:05 19:42:01 5 13.55 0.00 7.39 1.41 0.17 77.48 20:04:05 19:42:01 6 12.04 0.00 4.89 7.27 0.15 75.66 20:04:05 19:42:01 7 10.71 0.00 4.65 1.15 0.24 83.26 20:04:05 19:43:01 all 35.74 0.00 6.33 0.63 0.08 57.21 20:04:05 19:43:01 0 36.30 0.00 5.66 0.02 0.08 57.94 20:04:05 19:43:01 1 37.04 0.00 6.07 0.00 0.08 56.81 20:04:05 19:43:01 2 35.20 0.00 6.10 0.03 0.07 58.60 20:04:05 19:43:01 3 36.68 0.00 5.58 0.05 0.10 57.59 20:04:05 19:43:01 4 34.51 0.00 6.65 1.20 0.08 57.56 20:04:05 19:43:01 5 35.56 0.00 6.11 0.35 0.08 57.90 20:04:05 19:43:01 6 35.41 0.00 7.47 3.19 0.08 53.85 20:04:05 19:43:01 7 35.26 0.00 7.04 0.22 0.08 57.40 20:04:05 19:44:01 all 41.37 0.00 5.93 0.40 0.12 52.17 20:04:05 19:44:01 0 41.31 0.00 6.14 0.00 0.13 52.41 20:04:05 19:44:01 1 40.86 0.00 5.71 0.12 0.14 53.18 20:04:05 19:44:01 2 41.04 0.00 6.17 0.02 0.12 52.66 20:04:05 19:44:01 3 42.86 0.00 5.93 0.15 0.10 50.96 20:04:05 19:44:01 4 39.74 0.00 6.16 0.36 0.12 53.63 20:04:05 19:44:01 5 40.71 0.00 5.20 0.00 0.12 53.98 20:04:05 19:44:01 6 44.11 0.00 6.33 2.57 0.15 46.84 20:04:05 19:44:01 7 40.37 0.00 5.81 0.00 0.12 53.70 20:04:05 19:45:01 all 37.94 0.00 13.94 5.08 0.16 42.89 20:04:05 19:45:01 0 35.87 0.00 13.70 3.74 0.17 46.52 20:04:05 19:45:01 1 37.44 0.00 11.85 4.50 0.15 46.05 20:04:05 19:45:01 2 36.05 0.00 13.12 2.00 0.15 48.68 20:04:05 19:45:01 3 41.08 0.00 14.02 1.99 0.19 42.72 20:04:05 19:45:01 4 38.08 0.00 15.03 3.85 0.15 42.89 20:04:05 19:45:01 5 38.96 0.00 15.08 2.71 0.15 43.09 20:04:05 19:45:01 6 37.28 0.00 14.28 15.19 0.14 33.11 20:04:05 19:45:01 7 38.72 0.00 14.42 6.69 0.17 40.00 20:04:05 19:46:01 all 51.92 0.00 15.11 8.58 0.17 24.22 20:04:05 19:46:01 0 55.26 0.00 14.03 5.55 0.17 24.99 20:04:05 19:46:01 1 53.91 0.00 15.15 6.18 0.17 24.58 20:04:05 19:46:01 2 48.69 0.00 15.54 9.84 0.17 25.77 20:04:05 19:46:01 3 51.94 0.00 15.84 11.74 0.17 20.30 20:04:05 19:46:01 4 54.22 0.00 15.36 5.35 0.19 24.88 20:04:05 19:46:01 5 50.44 0.00 15.62 12.26 0.17 21.51 20:04:05 19:46:01 6 49.12 0.00 12.63 11.75 0.15 26.35 20:04:05 19:46:01 7 51.77 0.00 16.70 5.99 0.19 25.35 20:04:05 19:47:01 all 30.93 0.00 7.55 2.67 0.10 58.75 20:04:05 19:47:01 0 29.03 0.00 8.52 2.68 0.10 59.66 20:04:05 19:47:01 1 31.18 0.00 7.89 1.69 0.10 59.15 20:04:05 19:47:01 2 30.87 0.00 7.28 4.69 0.10 57.06 20:04:05 19:47:01 3 31.28 0.00 7.58 2.73 0.12 58.29 20:04:05 19:47:01 4 31.41 0.00 7.38 4.41 0.12 56.69 20:04:05 19:47:01 5 31.68 0.00 7.50 1.75 0.08 58.99 20:04:05 19:47:01 6 29.98 0.00 6.63 1.17 0.10 62.12 20:04:05 19:47:01 7 32.03 0.00 7.59 2.23 0.10 58.05 20:04:05 19:48:01 all 9.55 0.00 1.23 0.09 0.06 89.07 20:04:05 19:48:01 0 9.59 0.00 1.12 0.08 0.05 89.16 20:04:05 19:48:01 1 10.88 0.00 1.52 0.02 0.05 87.53 20:04:05 19:48:01 2 13.25 0.00 1.22 0.02 0.07 85.45 20:04:05 19:48:01 3 9.27 0.00 1.29 0.08 0.07 89.29 20:04:05 19:48:01 4 10.03 0.00 1.11 0.30 0.03 88.53 20:04:05 19:48:01 5 8.44 0.00 1.02 0.02 0.05 90.48 20:04:05 19:48:01 6 9.50 0.00 0.92 0.18 0.07 89.32 20:04:05 19:48:01 7 5.43 0.00 1.61 0.02 0.08 92.85 20:04:05 19:49:01 all 0.04 0.00 0.03 0.00 0.00 99.93 20:04:05 19:49:01 0 0.07 0.00 0.02 0.02 0.00 99.90 20:04:05 19:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:04:05 19:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 19:49:01 4 0.10 0.00 0.07 0.00 0.02 99.82 20:04:05 19:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:49:01 6 0.03 0.00 0.03 0.02 0.00 99.92 20:04:05 19:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:50:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:04:05 19:50:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:04:05 19:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:50:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:04:05 19:50:01 4 0.05 0.00 0.05 0.00 0.03 99.87 20:04:05 19:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 19:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:50:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 19:51:01 all 0.03 0.00 0.02 0.01 0.00 99.94 20:04:05 19:51:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:04:05 19:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:04:05 19:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:51:01 3 0.00 0.00 0.02 0.03 0.00 99.95 20:04:05 19:51:01 4 0.08 0.00 0.07 0.02 0.02 99.82 20:04:05 19:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:51:01 6 0.02 0.00 0.02 0.03 0.00 99.93 20:04:05 19:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:52:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:04:05 19:52:01 0 0.03 0.00 0.02 0.03 0.00 99.92 20:04:05 19:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 19:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:52:01 4 0.03 0.00 0.05 0.00 0.02 99.90 20:04:05 19:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:52:01 6 0.02 0.00 0.02 0.02 0.00 99.95 20:04:05 19:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:04:05 19:52:01 CPU %user %nice %system %iowait %steal %idle 20:04:05 19:53:01 all 0.09 0.00 0.03 0.01 0.01 99.86 20:04:05 19:53:01 0 0.03 0.00 0.03 0.02 0.00 99.92 20:04:05 19:53:01 1 0.45 0.00 0.07 0.02 0.00 99.47 20:04:05 19:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:04:05 19:53:01 3 0.02 0.00 0.03 0.03 0.02 99.90 20:04:05 19:53:01 4 0.07 0.00 0.03 0.00 0.02 99.88 20:04:05 19:53:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:04:05 19:53:01 6 0.07 0.00 0.03 0.00 0.00 99.90 20:04:05 19:53:01 7 0.03 0.00 0.05 0.02 0.00 99.90 20:04:05 19:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:04:05 19:54:01 0 0.00 0.00 0.02 0.02 0.02 99.95 20:04:05 19:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 19:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:54:01 3 0.00 0.00 0.02 0.03 0.00 99.95 20:04:05 19:54:01 4 0.08 0.00 0.03 0.00 0.02 99.87 20:04:05 19:54:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 19:54:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:04:05 19:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:55:01 all 0.02 0.00 0.01 0.01 0.00 99.95 20:04:05 19:55:01 0 0.02 0.00 0.03 0.02 0.00 99.93 20:04:05 19:55:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:55:01 4 0.08 0.00 0.02 0.00 0.02 99.88 20:04:05 19:55:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 19:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:55:01 7 0.00 0.00 0.02 0.10 0.00 99.88 20:04:05 19:56:01 all 0.02 0.00 0.02 0.01 0.01 99.95 20:04:05 19:56:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:04:05 19:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:04:05 19:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:56:01 4 0.08 0.00 0.07 0.00 0.03 99.82 20:04:05 19:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:04:05 19:56:01 7 0.02 0.00 0.02 0.03 0.00 99.93 20:04:05 19:57:01 all 0.15 0.00 0.02 0.01 0.01 99.82 20:04:05 19:57:01 0 0.02 0.00 0.02 0.03 0.02 99.92 20:04:05 19:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:57:01 4 0.05 0.00 0.07 0.00 0.02 99.87 20:04:05 19:57:01 5 1.06 0.00 0.02 0.00 0.02 98.91 20:04:05 19:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:57:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:04:05 19:58:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:04:05 19:58:01 0 0.02 0.00 0.00 0.03 0.00 99.95 20:04:05 19:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 19:58:01 4 0.05 0.00 0.05 0.00 0.02 99.88 20:04:05 19:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 19:58:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:04:05 19:58:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:04:05 19:59:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:04:05 19:59:01 0 0.02 0.00 0.03 0.02 0.00 99.93 20:04:05 19:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 19:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:59:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:04:05 19:59:01 4 0.07 0.00 0.03 0.00 0.02 99.88 20:04:05 19:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:04:05 19:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 19:59:01 7 0.02 0.00 0.02 0.02 0.02 99.93 20:04:05 20:00:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:04:05 20:00:01 0 0.02 0.00 0.03 0.02 0.00 99.93 20:04:05 20:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 20:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:00:01 4 0.05 0.00 0.03 0.00 0.02 99.90 20:04:05 20:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 20:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:00:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:04:05 20:01:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:04:05 20:01:01 0 0.03 0.00 0.02 0.02 0.02 99.92 20:04:05 20:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 20:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 20:04:05 20:01:01 4 0.07 0.00 0.02 0.00 0.02 99.90 20:04:05 20:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:04:05 20:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:04:05 20:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:04:05 20:02:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:04:05 20:02:01 0 0.00 0.00 0.03 0.02 0.00 99.95 20:04:05 20:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:04:05 20:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:04:05 20:02:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:04:05 20:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:04:05 20:02:01 7 0.02 0.00 0.00 0.02 0.02 99.95 20:04:05 20:03:01 all 3.22 0.00 1.47 0.43 0.02 94.86 20:04:05 20:03:01 0 3.40 0.00 1.34 0.37 0.02 94.88 20:04:05 20:03:01 1 3.33 0.00 1.44 0.00 0.02 95.21 20:04:05 20:03:01 2 4.50 0.00 1.81 2.24 0.02 91.43 20:04:05 20:03:01 3 2.77 0.00 1.60 0.13 0.02 95.47 20:04:05 20:03:01 4 2.71 0.00 1.17 0.02 0.02 96.08 20:04:05 20:03:01 5 2.99 0.00 1.14 0.00 0.02 95.86 20:04:05 20:03:01 6 3.42 0.00 1.93 0.17 0.02 94.47 20:04:05 20:03:01 7 2.62 0.00 1.34 0.49 0.03 95.52 20:04:05 20:04:05 20:03:01 CPU %user %nice %system %iowait %steal %idle 20:04:05 20:04:01 all 10.31 0.00 4.16 1.03 0.06 84.44 20:04:05 20:04:01 0 10.03 0.00 4.09 0.83 0.07 84.98 20:04:05 20:04:01 1 11.62 0.00 3.66 0.10 0.07 84.55 20:04:05 20:04:01 2 9.78 0.00 5.37 5.27 0.07 79.50 20:04:05 20:04:01 3 9.04 0.00 3.82 0.05 0.07 87.02 20:04:05 20:04:01 4 11.89 0.00 4.02 0.05 0.05 83.99 20:04:05 20:04:01 5 10.17 0.00 3.79 0.85 0.05 85.14 20:04:05 20:04:01 6 9.84 0.00 3.86 0.94 0.07 85.30 20:04:05 20:04:01 7 10.09 0.00 4.68 0.14 0.05 85.04 20:04:05 Average: all 10.08 0.00 2.62 0.90 0.04 86.35 20:04:05 Average: 0 10.26 0.00 2.63 0.61 0.04 86.47 20:04:05 Average: 1 10.38 0.00 2.47 0.55 0.04 86.56 20:04:05 Average: 2 10.01 0.00 2.65 1.15 0.04 86.15 20:04:05 Average: 3 10.17 0.00 2.59 0.74 0.04 86.45 20:04:05 Average: 4 10.03 0.00 2.66 0.80 0.05 86.47 20:04:05 Average: 5 10.08 0.00 2.71 0.83 0.04 86.34 20:04:05 Average: 6 9.92 0.00 2.54 1.82 0.04 85.68 20:04:05 Average: 7 9.76 0.00 2.75 0.73 0.05 86.71 20:04:05 20:04:05 20:04:05