Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 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-ssh1195170360515747057.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-ssh17065940624369568250.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-ssh2706101721762917481.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-ssh16549852627896014560.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-ssh15729661944509704056.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-16849 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/253 [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/253 # 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 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (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 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 Commit message: "build(snap): Update edgex-snap-hooks to 2.3.1 (#4071)" > git rev-list --no-walk 33a3e4f3e3406f6cea49ab831237154515d8a27f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:19:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:19:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:19:29 ========================================================= 14:19:29 EdgeX Global Pipelines Version Info 14:19:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:19:29 ------------------- 14:19:29 stable info: 14:19:29 ------------------- 14:19:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:19:29 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 14:19:29 Message: update stable to v1.0.234 14:19:30 ------------------- 14:19:30 experimental info: 14:19:30 ------------------- 14:19:30 Commited By: **** collab-it+edgex@linuxfoundation.org 14:19:30 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 14:19:30 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:19:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11a51fe [Pipeline] echo 14:19:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:19:31 provisioning config files... 14:19:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config5100068825214166943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:19:31 ---> docker-login.sh 14:19:31 nexus3.edgexfoundry.org:10001 14:19:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:31 Configure a credential helper to remove this warning. See 14:19:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:31 14:19:31 Login Succeeded 14:19:31 nexus3.edgexfoundry.org:10002 14:19:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:31 Configure a credential helper to remove this warning. See 14:19:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:31 14:19:31 Login Succeeded 14:19:31 nexus3.edgexfoundry.org:10003 14:19:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:32 Configure a credential helper to remove this warning. See 14:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:32 14:19:32 Login Succeeded 14:19:32 nexus3.edgexfoundry.org:10004 14:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:32 Configure a credential helper to remove this warning. See 14:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:32 14:19:32 Login Succeeded 14:19:32 docker.io 14:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:32 Configure a credential helper to remove this warning. See 14:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:32 14:19:32 Login Succeeded 14:19:32 ---> docker-login.sh ends [Pipeline] } 14:19:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:19:33 + 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 14:19:33 + dirname cmd/core-command/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo core-command,cmd/core-command/Dockerfile 14:19:33 + + dirname cmd/core-data/Dockerfilecut 14:19:33 -d/ -f2 14:19:33 + echo core-data,cmd/core-data/Dockerfile 14:19:33 + dirname cmd/core-metadata/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo core-metadata,cmd/core-metadata/Dockerfile 14:19:33 + dirname cmd/security-bootstrapper/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:19:33 + dirname cmd/security-proxy-setup/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:19:33 + dirname cmd/security-secretstore-setup/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:19:33 + dirname cmd/security-spiffe-token-provider/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 14:19:33 + dirname cmd/security-spire-agent/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 14:19:33 + + dirname cmd/security-spire-config/Dockerfile 14:19:33 cut -d/ -f2 14:19:33 + echo security-spire-config,cmd/security-spire-config/Dockerfile 14:19:33 + dirname cmd/security-spire-server/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo security-spire-server,cmd/security-spire-server/Dockerfile 14:19:33 + dirname cmd/support-notifications/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo support-notifications,cmd/support-notifications/Dockerfile 14:19:33 + dirname cmd/support-scheduler/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:19:33 + dirname cmd/sys-mgmt-agent/Dockerfile 14:19:33 + cut -d/ -f2 14:19:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:19:33 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 14:19:33 + git rev-list -1 --merges 11a51fe418205844bd5d22f7d6ff9ca8936a0e25~1..11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo 14:19:33 -----------> git rev-list -1 --merges 11a51fe418205844bd5d22f7d6ff9ca8936a0e25~1..11a51fe418205844bd5d22f7d6ff9ca8936a0e25 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [false] [Pipeline] sh 14:19:33 + git log --format=format:%s -1 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] echo 14:19:33 ========================================================= 14:19:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:19:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 14:19:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:19:34 + grep -v github /etc/ssh/ssh_known_hosts 14:19:34 + [ -e /tmp/ssh_known_hosts ] 14:19:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:19:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:19:34 + sudo tee -a /etc/ssh/ssh_known_hosts 14:19:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:19:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:19:34 14:19:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:19:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:19:34 0.1.4: Pulling from edgex-devops/py-git-semver 14:19:34 42c077c10790: Pulling fs layer 14:19:34 f63e77b7563a: Pulling fs layer 14:19:34 bd5fdadae976: Pulling fs layer 14:19:34 205491f53016: Pulling fs layer 14:19:34 df18705c85c3: Pulling fs layer 14:19:34 bdb3f477010e: Pulling fs layer 14:19:34 c8a8fc8e1c8f: Pulling fs layer 14:19:34 2c6e9b1d212d: Pulling fs layer 14:19:34 bdb8f0575790: Pulling fs layer 14:19:34 205491f53016: Waiting 14:19:34 386e3cb2ff24: Pulling fs layer 14:19:34 2343380bae48: Pulling fs layer 14:19:34 2c6e9b1d212d: Waiting 14:19:34 df18705c85c3: Waiting 14:19:34 bdb3f477010e: Waiting 14:19:34 c8a8fc8e1c8f: Waiting 14:19:34 bdb8f0575790: Waiting 14:19:34 386e3cb2ff24: Waiting 14:19:34 2343380bae48: Waiting 14:19:34 205491f53016: Verifying Checksum 14:19:34 205491f53016: Download complete 14:19:35 bd5fdadae976: Verifying Checksum 14:19:35 bd5fdadae976: Download complete 14:19:35 df18705c85c3: Verifying Checksum 14:19:35 df18705c85c3: Download complete 14:19:35 bdb3f477010e: Verifying Checksum 14:19:35 bdb3f477010e: Download complete 14:19:35 2c6e9b1d212d: Verifying Checksum 14:19:35 2c6e9b1d212d: Download complete 14:19:35 bdb8f0575790: Verifying Checksum 14:19:35 bdb8f0575790: Download complete 14:19:35 386e3cb2ff24: Verifying Checksum 14:19:35 386e3cb2ff24: Download complete 14:19:35 2343380bae48: Verifying Checksum 14:19:35 2343380bae48: Download complete 14:19:35 42c077c10790: Verifying Checksum 14:19:35 42c077c10790: Download complete 14:19:35 c8a8fc8e1c8f: Verifying Checksum 14:19:36 42c077c10790: Pull complete 14:19:36 f63e77b7563a: Pull complete 14:19:37 bd5fdadae976: Pull complete 14:19:37 205491f53016: Pull complete 14:19:37 df18705c85c3: Pull complete 14:19:37 bdb3f477010e: Pull complete 14:19:40 c8a8fc8e1c8f: Pull complete 14:19:40 2c6e9b1d212d: Pull complete 14:19:40 bdb8f0575790: Pull complete 14:19:40 386e3cb2ff24: Pull complete 14:19:40 2343380bae48: Pull complete 14:19:40 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 14:19:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:19:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:19:40 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:19:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:19:41 $ docker top 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 -eo pid,comm 14:19:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 14:19:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:19:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:19:42 [ssh-agent] Looking for ssh-agent implementation... 14:19:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:19:41 $ docker exec 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent 14:19:42 SSH_AUTH_SOCK=/tmp/ssh-cTjgIkJoySC2/agent.34 14:19:42 SSH_AGENT_PID=40 14:19:42 Running ssh-add (command line suppressed) 14:19:41 Identity added: /w/workspace/edgex-go/253@tmp/private_key_6830055043241373461.key (/w/workspace/edgex-go/253@tmp/private_key_6830055043241373461.key) 14:19:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:19:42 + git tag --points-at HEAD [Pipeline] } 14:19:42 $ docker exec --env ******** --env ******** 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent -k 14:19:42 unset SSH_AUTH_SOCK; 14:19:42 unset SSH_AGENT_PID; 14:19:42 echo Agent pid 40 killed; 14:19:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:19:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:19:42 [ssh-agent] Looking for ssh-agent implementation... 14:19:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:19:42 $ docker exec 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent 14:19:43 SSH_AUTH_SOCK=/tmp/ssh-yqV03UW6bDMi/agent.73 14:19:43 SSH_AGENT_PID=80 14:19:43 Running ssh-add (command line suppressed) 14:19:42 Identity added: /w/workspace/edgex-go/253@tmp/private_key_8519117623755241783.key (/w/workspace/edgex-go/253@tmp/private_key_8519117623755241783.key) 14:19:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:19:43 + git semver init 14:19:43 2022-07-04 14:19:43,309 [run_init] DEBUG init version:0.0.0 force:False 14:19:43 2022-07-04 14:19:43,309 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/253/.semver 14:19:43 2022-07-04 14:19:43,310 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/253/.semver 14:19:43 2022-07-04 14:19:43,310 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/253/.semver'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) 14:19:48 2022-07-04 14:19:48,078 [append_file] DEBUG append to file:/w/workspace/edgex-go/253/.git/info/exclude 14:19:48 2022-07-04 14:19:48,079 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/253/.semver/main with force:False 14:19:48 2022-07-04 14:19:48,079 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:19:48 2022-07-04 14:19:48,079 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:19:48 2.2.1-dev.22 [Pipeline] } 14:19:48 $ docker exec --env ******** --env ******** 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 ssh-agent -k 14:19:48 unset SSH_AUTH_SOCK; 14:19:48 unset SSH_AGENT_PID; 14:19:48 echo Agent pid 80 killed; 14:19:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:19:48 + git semver [Pipeline] } 14:19:48 $ docker stop --time=1 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 14:19:50 $ docker rm -f 37642b12c51ec19328035413c096fee8efd984c3f23fa1babad052ddfdd65cb3 [Pipeline] // withDockerContainer [Pipeline] sh 14:19:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:19:50 Stashed 1 file(s) [Pipeline] echo 14:19:50 [edgeXSemver]: initialized semver on version 2.2.1-dev.22 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 14:19:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:19:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:19:51 ========================================================= 14:19:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 14:19:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:19:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:19:51 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 14:19:51 59bf1c3509f3: Pulling fs layer 14:19:51 666ba61612fd: Pulling fs layer 14:19:51 8ed8ca486205: Pulling fs layer 14:19:51 cc1cd167ecdc: Pulling fs layer 14:19:51 c516ae0d96e1: Pulling fs layer 14:19:51 684cea983483: Pulling fs layer 14:19:51 dd3240ac7de5: Pulling fs layer 14:19:51 b1e948a4e11c: Pulling fs layer 14:19:51 a8fd76ee1af6: Pulling fs layer 14:19:51 646ad004c059: Pulling fs layer 14:19:51 cc1cd167ecdc: Waiting 14:19:51 dd3240ac7de5: Waiting 14:19:51 b1e948a4e11c: Waiting 14:19:51 c516ae0d96e1: Waiting 14:19:51 a8fd76ee1af6: Waiting 14:19:51 684cea983483: Waiting 14:19:51 8ed8ca486205: Verifying Checksum 14:19:51 8ed8ca486205: Download complete 14:19:51 666ba61612fd: Download complete 14:19:51 c516ae0d96e1: Download complete 14:19:51 684cea983483: Verifying Checksum 14:19:51 684cea983483: Download complete 14:19:51 dd3240ac7de5: Verifying Checksum 14:19:51 dd3240ac7de5: Download complete 14:19:51 59bf1c3509f3: Verifying Checksum 14:19:51 59bf1c3509f3: Download complete 14:19:51 b1e948a4e11c: Verifying Checksum 14:19:51 b1e948a4e11c: Download complete 14:19:51 59bf1c3509f3: Pull complete 14:19:51 666ba61612fd: Pull complete 14:19:51 8ed8ca486205: Pull complete 14:19:52 646ad004c059: Verifying Checksum 14:19:52 646ad004c059: Download complete 14:19:52 cc1cd167ecdc: Verifying Checksum 14:19:52 cc1cd167ecdc: Download complete 14:19:52 a8fd76ee1af6: Verifying Checksum 14:19:52 a8fd76ee1af6: Download complete 14:19:56 cc1cd167ecdc: Pull complete 14:19:56 c516ae0d96e1: Pull complete 14:19:56 684cea983483: Pull complete 14:19:56 dd3240ac7de5: Pull complete 14:19:56 b1e948a4e11c: Pull complete 14:19:58 a8fd76ee1af6: Pull complete 14:19:59 646ad004c059: Pull complete 14:19:59 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 14:19:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:19:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 14:19:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:19:59 WORKDIR /edgex 14:19:59 COPY go.mod . 14:19:59 RUN go mod download 14:19:59 + docker build -t ci-base-image-x86_64 -f - . 14:20:00 Sending build context to Docker daemon 335.1MB 14:20:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:20:00 ---> 8f69c11f6b0c 14:20:00 Step 2/4 : WORKDIR /edgex 14:20:04 ---> Running in c4a7263575aa 14:20:04 Removing intermediate container c4a7263575aa 14:20:04 ---> 59a6328cf3a7 14:20:04 Step 3/4 : COPY go.mod . 14:20:04 ---> 1a87a860e4c4 14:20:04 Step 4/4 : RUN go mod download 14:20:04 ---> Running in c7b1c3c88818 14:20:05 Still waiting to schedule task 14:20:05 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:20:22 Removing intermediate container c7b1c3c88818 14:20:22 ---> 1f2b5af70c91 14:20:22 Successfully built 1f2b5af70c91 14:20:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:20:22 + docker inspect -f . ci-base-image-x86_64 14:20:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:20:22 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:20:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:20:23 $ docker top 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a -eo pid,comm [Pipeline] { [Pipeline] sh 14:20:23 + go version 14:20:23 go version go1.17.7 linux/amd64 [Pipeline] } 14:20:23 $ docker stop --time=1 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a 14:20:24 $ docker rm -f 1ccf550f2e3c48b4c1f16d58a431370f97db749e640a096e1fca1cc7321ddd6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:20:25 + docker inspect -f . ci-base-image-x86_64 14:20:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:20:25 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:20:25 $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:20:25 $ docker top d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c -eo pid,comm [Pipeline] { [Pipeline] echo 14:20:25 ========================================================= 14:20:25 [edgeXBuildGoParallel] Running Tests and Build... 14:20:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:20:26 + make test 14:20:26 go mod tidy -compat=1.17 14:20:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:20:32 ? github.com/edgexfoundry/edgex-go [no test files] 14:20:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:20:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:20:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 14:20:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.072s coverage: 28.7% of statements 14:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:20:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.096s coverage: 98.5% of statements 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 14:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.117s coverage: 54.2% of statements 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.259s coverage: 89.2% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.107s coverage: 83.8% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.544s coverage: 95.6% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/io 0.077s coverage: 72.2% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.109s coverage: 60.0% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 29.6% of statements 14:20:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 14:20:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.091s coverage: 94.4% of statements 14:20:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 14:20:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.202s coverage: 82.5% of statements 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 58.8% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.0% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.045s coverage: 87.2% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 85.4% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 64.4% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 65.4% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 43.8% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.191s coverage: 92.3% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.060s coverage: 28.9% of statements 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 14:21:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 14:21:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 14:21:09 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 14:21:28 GO111MODULE=on go vet ./... 14:21:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:21:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:21:31 ./bin/test-attribution-txt.sh [Pipeline] echo 14:21:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 14:21:31 + ls -al . 14:21:31 total 684 14:21:31 drwxrwxr-x 10 1001 1001 4096 Jul 4 14:20 . 14:21:31 drwxr-xr-x 4 root root 4096 Jul 4 14:20 .. 14:21:31 -rw-rw-r-- 1 1001 1001 11 Jul 4 14:19 .dockerignore 14:21:31 drwxrwxr-x 8 1001 1001 4096 Jul 4 14:19 .git 14:21:31 drwxrwxr-x 3 1001 1001 4096 Jul 4 14:19 .github 14:21:31 -rw-rw-r-- 1 1001 1001 879 Jul 4 14:19 .gitignore 14:21:31 -rw-rw-r-- 1 1001 1001 42 Jul 4 14:19 .golangci.yml 14:21:31 -rw-rw-r-- 1 1001 1001 87 Jul 4 14:19 .hadolint.yml 14:21:31 drwxr-xr-x 3 1001 1001 4096 Jul 4 14:19 .semver 14:21:31 -rw-rw-r-- 1 1001 1001 166 Jul 4 14:19 .sonarcloud.properties 14:21:31 -rw-rw-r-- 1 1001 1001 1171 Jul 4 14:19 ADOPTERS.md 14:21:31 -rw-rw-r-- 1 1001 1001 10347 Jul 4 14:19 Attribution.txt 14:21:31 -rw-rw-r-- 1 1001 1001 63209 Jul 4 14:19 CHANGELOG.md 14:21:31 -rw-rw-r-- 1 1001 1001 3804 Jul 4 14:19 CONTRIBUTING.md 14:21:31 -rw-rw-r-- 1 1001 1001 677 Jul 4 14:19 GOVERNANCE.md 14:21:31 -rw-rw-r-- 1 1001 1001 850 Jul 4 14:19 Jenkinsfile 14:21:31 -rw-rw-r-- 1 1001 1001 10775 Jul 4 14:19 LICENSE 14:21:31 -rw-rw-r-- 1 1001 1001 10389 Jul 4 14:19 Makefile 14:21:31 -rw-rw-r-- 1 1001 1001 582 Jul 4 14:19 OWNERS.md 14:21:31 -rw-rw-r-- 1 1001 1001 9094 Jul 4 14:19 README.md 14:21:31 -rw-rw-r-- 1 1001 1001 6912 Jul 4 14:19 SECURITY.md 14:21:31 -rw-rw-r-- 1 1001 1001 12 Jul 4 14:19 VERSION 14:21:31 -rw-rw-r-- 1 1001 1001 4131 Jul 4 14:19 ZMQWindows.md 14:21:31 drwxrwxr-x 2 1001 1001 4096 Jul 4 14:19 bin 14:21:31 drwxrwxr-x 18 1001 1001 4096 Jul 4 14:19 cmd 14:21:31 -rw-r--r-- 1 root root 435593 Jul 4 14:21 coverage.out 14:21:31 -rw-rw-r-- 1 1001 1001 3311 Jul 4 14:19 go.mod 14:21:31 -rw-rw-r-- 1 1001 1001 36231 Jul 4 14:20 go.sum 14:21:31 drwxrwxr-x 8 1001 1001 4096 Jul 4 14:19 internal 14:21:31 drwxrwxr-x 3 1001 1001 4096 Jul 4 14:19 openapi 14:21:31 drwxrwxr-x 4 1001 1001 4096 Jul 4 14:19 snap 14:21:31 -rw-rw-r-- 1 1001 1001 204 Jul 4 14:19 version.go [Pipeline] sh 14:21:32 + '[' -e coverage.out ] 14:21:32 + chown 1001:1001 coverage.out [Pipeline] stash 14:21:32 Stashed 1 file(s) [Pipeline] sh 14:21:32 + make build 14:21:32 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 14:21: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.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:21:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16853 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 14:21:49 Running in /w/workspace/edgex-go/253 [Pipeline] { [Pipeline] checkout 14:21:49 The recommended git tool is: git 14:21:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:21:54 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:21:57 using credential edgex-jenkins-ssh 14:21:57 Cloning the remote Git repository 14:21:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:21:57 > git init /w/workspace/edgex-go/253 # timeout=10 14:21:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:21:57 > git --version # timeout=10 14:21:57 > git --version # 'git version 2.25.1' 14:21:57 using GIT_SSH to set credentials SSH Credentials for GitHub 14:21:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:22:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:22:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:22:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:22:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:22:03 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:22: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.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:22:05 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:22: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.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:22: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.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 14:22:08 $ docker stop --time=1 d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c 14:22:11 $ docker rm -f d9b4756fecfc92a1159aff368e13fa1cc1396f39af5f2fed4204c8d5ef3ef29c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:22:12 14:22:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:22:12 latest: Pulling from edgex-devops/edgex-compose 14:22:12 cbdbe7a5bc2a: Pulling fs layer 14:22:12 ca9280d653b3: Pulling fs layer 14:22:12 7e9c9ca2126c: Pulling fs layer 14:22:12 cbdbe7a5bc2a: Verifying Checksum 14:22:12 cbdbe7a5bc2a: Download complete 14:22:12 ca9280d653b3: Verifying Checksum 14:22:12 ca9280d653b3: Download complete 14:22:12 cbdbe7a5bc2a: Pull complete 14:22:12 7e9c9ca2126c: Download complete 14:22:13 ca9280d653b3: Pull complete 14:22:13 Avoid second fetch 14:22:13 Checking out Revision 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 (main) 14:22:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:22:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:22:13 > git config core.sparsecheckout # timeout=10 14:22:13 > git checkout -f 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 # timeout=10 14:22:16 7e9c9ca2126c: Pull complete 14:22:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:22:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:22:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:16 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:22:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 14:22:18 $ docker top a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:18 Commit message: "build(snap): Update edgex-snap-hooks to 2.3.1 (#4071)" 14:22:18 + + docker-composegrep build parallel --help 14:22:18 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:22:19 --parallel Build images in parallel. [Pipeline] } 14:22:19 $ docker stop --time=1 a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 14:22:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:22:19 % Total % Received % Xferd Average Speed Time Time Time Current 14:22:19 Dload Upload Total Spent Left Speed 14:22:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 94253 14:22:20 $ docker rm -f a5773008525c2131656683f4ba7659fcfdd014100b1fbfec722e606dcb0329d7 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:22:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:22:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:22:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:22:21 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:22:21 $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:22:21 + sudo tee /etc/docker/daemon.new 14:22:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:22:21 { 14:22:21 "registry-mirrors": [ 14:22:21 "https://nexus3.edgexfoundry.org:10001" 14:22:21 ], 14:22:21 "bip": "10.250.0.254/24", 14:22:21 "hosts": [ 14:22:21 "tcp://0.0.0.0:5555", 14:22:21 "unix:///var/run/docker.sock" 14:22:21 ], 14:22:21 "mtu": 1458, 14:22:21 "selinux-enabled": true, 14:22:21 "seccomp-profile": "/etc/docker/seccomp.json" 14:22:21 } 14:22:21 $ docker top 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 14:22:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:22:21 + docker-compose -f ./docker-compose-build.yml build --parallel 14:22:22 + sudo service docker restart 14:22:22 Building core-command ... 14:22:22 Building core-data ... 14:22:22 Building core-metadata ... 14:22:22 Building security-bootstrapper ... 14:22:22 Building security-proxy-setup ... 14:22:22 Building security-secretstore-setup ... 14:22:22 Building security-spiffe-token-provider ... 14:22:22 Building security-spire-agent ... 14:22:22 Building security-spire-config ... 14:22:22 Building security-spire-server ... 14:22:22 Building support-notifications ... 14:22:22 Building support-scheduler ... 14:22:22 Building sys-mgmt-agent ... 14:22:22 Building security-proxy-setup 14:22:22 Building sys-mgmt-agent 14:22:22 Building security-spire-agent 14:22:22 Building security-spire-config 14:22:22 Building security-spire-server 14:22:37 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:22:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 1f2b5af70c91 14:22:37 Step 3/26 : WORKDIR /edgex-go 14:22:37 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:22:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 1f2b5af70c91 14:22:37 Step 3/26 : WORKDIR /edgex-go 14:22:37 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:22:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 1f2b5af70c91 14:22:37 Step 3/23 : WORKDIR /edgex-go 14:22:37 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:22:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 1f2b5af70c91 14:22:37 Step 3/25 : WORKDIR /edgex-go 14:22:37 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:22:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:22:37 ---> 1f2b5af70c91 14:22:37 Step 3/22 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:22:40 provisioning config files... 14:22:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config6286169766244704430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:22:40 ---> docker-login.sh 14:22:40 nexus3.edgexfoundry.org:10001 14:22:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:41 Configure a credential helper to remove this warning. See 14:22:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:41 14:22:41 Login Succeeded 14:22:41 nexus3.edgexfoundry.org:10002 14:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:42 Configure a credential helper to remove this warning. See 14:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:42 14:22:42 Login Succeeded 14:22:42 nexus3.edgexfoundry.org:10003 14:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:42 Configure a credential helper to remove this warning. See 14:22:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:42 14:22:42 Login Succeeded 14:22:42 nexus3.edgexfoundry.org:10004 14:22:42 ---> Running in 4405645cbfb6 14:22:42 ---> Running in 5f84fce30e3f 14:22:42 ---> Running in f1b4e4326281 14:22:42 ---> Running in b11ba9a91d2a 14:22:42 ---> Running in 1a9e66654291 14:22:42 Removing intermediate container 1a9e66654291 14:22:42 ---> 44d8fc5c52a5 14:22:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:42 Removing intermediate container 5f84fce30e3f 14:22:42 ---> c110d0c45735 14:22:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:42 Removing intermediate container 4405645cbfb6 14:22:42 ---> e950580adbe6 14:22:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:42 Removing intermediate container f1b4e4326281 14:22:42 ---> fb415d45a6a6 14:22:42 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:42 Removing intermediate container b11ba9a91d2a 14:22:42 ---> f6120ff6a2e0 14:22:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:22:42 ---> Running in 5d547edf2182 14:22:42 ---> Running in 58ef4c741783 14:22:42 ---> Running in c122c41f8402 14:22:42 ---> Running in 7550835e84b8 14:22:42 ---> Running in 61c85872ec92 14:22:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:43 Removing intermediate container 58ef4c741783 14:22:43 ---> 4b84ff101946 14:22:43 Step 5/23 : RUN apk add --update --no-cache make bash git 14:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:43 Configure a credential helper to remove this warning. See 14:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:43 14:22:43 Login Succeeded 14:22:43 docker.io 14:22:43 ---> Running in 3b32b5a7ea5c 14:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:22:43 Removing intermediate container c122c41f8402 14:22:43 ---> a2554cd96324 14:22:43 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 14:22:43 ---> Running in c77349b7a294 14:22:43 Removing intermediate container 61c85872ec92 14:22:43 ---> 52924a12dacf 14:22:43 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 14:22:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:22:43 Configure a credential helper to remove this warning. See 14:22:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:22:43 14:22:43 Login Succeeded 14:22:43 ---> docker-login.sh ends [Pipeline] } 14:22:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 14:22:43 ---> Running in 6b6e8d25de0b 14:22:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:22:43 Removing intermediate container 5d547edf2182 14:22:43 ---> 5fb57eab93a8 14:22:43 Step 5/22 : RUN apk add --update --no-cache make git 14:22:43 ---> Running in a3e9b22e62a8 14:22:43 Removing intermediate container 7550835e84b8 14:22:43 ---> b4f8af0b5211 14:22:43 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 14:22:44 ---> Running in 13c2dc97563b [Pipeline] echo 14:22:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:22:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:22:44 ========================================================= 14:22:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 14:22:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:22:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:22:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:22:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:22:44 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:22:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:22:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:22:45 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:22:45 9b3977197b4f: Pulling fs layer 14:22:45 1a89e8eeedd5: Pulling fs layer 14:22:45 94645a83ff95: Pulling fs layer 14:22:45 e6fb740bc735: Pulling fs layer 14:22:45 3a77bd46dcc9: Pulling fs layer 14:22:45 355e64cbe906: Pulling fs layer 14:22:45 63ab81a10011: Pulling fs layer 14:22:45 555d1d1c4555: Pulling fs layer 14:22:45 7d9057610161: Pulling fs layer 14:22:45 e6fb740bc735: Waiting 14:22:45 3a77bd46dcc9: Waiting 14:22:45 355e64cbe906: Waiting 14:22:45 63ab81a10011: Waiting 14:22:45 7d9057610161: Waiting 14:22:45 555d1d1c4555: Waiting 14:22:45 94645a83ff95: Verifying Checksum 14:22:45 94645a83ff95: Download complete 14:22:45 1a89e8eeedd5: Download complete 14:22:45 3a77bd46dcc9: Verifying Checksum 14:22:45 3a77bd46dcc9: Download complete 14:22:45 355e64cbe906: Verifying Checksum 14:22:45 355e64cbe906: Download complete 14:22:45 9b3977197b4f: Download complete 14:22:45 63ab81a10011: Verifying Checksum 14:22:45 63ab81a10011: Download complete 14:22:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:22:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:22:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:22:45 OK: 221 MiB in 52 packages 14:22:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:22:45 OK: 221 MiB in 52 packages 14:22:45 OK: 221 MiB in 52 packages 14:22:45 OK: 221 MiB in 52 packages 14:22:45 Removing intermediate container 3b32b5a7ea5c 14:22:45 ---> e3ba7a0fa7a3 14:22:45 Step 6/23 : COPY go.mod vendor* ./ 14:22:46 9b3977197b4f: Pull complete 14:22:46 7d9057610161: Verifying Checksum 14:22:46 7d9057610161: Download complete 14:22:46 OK: 221 MiB in 52 packages 14:22:46 ---> 87b43ca534d0 14:22:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:22:46 ---> Running in f4fc46397ab4 14:22:46 Removing intermediate container 6b6e8d25de0b 14:22:46 ---> a51095e03256 14:22:46 Step 6/26 : COPY go.mod vendor* ./ 14:22:46 Removing intermediate container a3e9b22e62a8 14:22:46 ---> a2e3adcb5ab8 14:22:46 Step 6/22 : COPY go.mod vendor* ./ 14:22:46 Removing intermediate container 13c2dc97563b 14:22:46 ---> de3b023a772c 14:22:46 Step 6/25 : COPY go.mod vendor* ./ 14:22:46 ---> b032bc972b47 14:22:46 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:22:46 ---> Running in affeb1f4f823 14:22:46 ---> d6a52144738b 14:22:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:22:46 Removing intermediate container c77349b7a294 14:22:46 ---> 7748715f96d2 14:22:46 Step 6/26 : COPY go.mod vendor* ./ 14:22:46 ---> 04b577f3bf1e 14:22:46 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:22:46 ---> Running in b7d61b0e5e55 14:22:46 1a89e8eeedd5: Pull complete 14:22:46 ---> Running in 75e7afd7cd9f 14:22:46 ---> 9271d511f3d8 14:22:46 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:22:46 ---> Running in 6e06d587fe11 14:22:46 94645a83ff95: Pull complete 14:22:47 555d1d1c4555: Verifying Checksum 14:22:47 555d1d1c4555: Download complete 14:22:47 Removing intermediate container f4fc46397ab4 14:22:47 ---> b774152c0772 14:22:47 Step 8/23 : COPY . . 14:22:47 e6fb740bc735: Download complete 14:22:50 Removing intermediate container affeb1f4f823 14:22:50 ---> 414c7e04940d 14:22:50 Step 8/26 : COPY . . 14:22:50 Removing intermediate container 75e7afd7cd9f 14:22:50 ---> 69c5060ad9b4 14:22:50 Step 8/25 : COPY . . 14:22:50 Removing intermediate container 6e06d587fe11 14:22:50 ---> c03364a0e00a 14:22:50 Step 8/26 : COPY . . 14:22:55 Removing intermediate container b7d61b0e5e55 14:22:55 ---> 5f95e0306ab4 14:22:55 Step 8/22 : COPY . . 14:23:00 e6fb740bc735: Pull complete 14:23:00 3a77bd46dcc9: Pull complete 14:23:00 355e64cbe906: Pull complete 14:23:00 63ab81a10011: Pull complete 14:23:00 ---> d58c43eb04ba 14:23:00 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:23:00 ---> 604b5dac8bb0 14:23:00 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 14:23:00 ---> 4e542f09d7e3 14:23:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 14:23:00 ---> 1817acd76675 14:23:00 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 14:23:00 ---> Running in 0f38858a6b35 14:23:00 ---> Running in 359ab4322df5 14:23:00 ---> Running in c2eaf1ca1667 14:23:00 ---> Running in 7c08cbe46709 14:23:00 ---> 4a203217be4a 14:23:00 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:23:00 Removing intermediate container 359ab4322df5 14:23:00 ---> 8981036aec59 14:23:00 Step 10/25 : WORKDIR /edgex-go/spire-build 14:23:00 ---> Running in 4d821cbb4de0 14:23:00 Removing intermediate container c2eaf1ca1667 14:23:00 ---> bc1988ebc2be 14:23:00 Step 10/26 : WORKDIR /edgex-go/spire-build 14:23:00 Removing intermediate container 7c08cbe46709 14:23:00 ---> 4e0fb05f49d0 14:23:00 Step 10/26 : WORKDIR /edgex-go/spire-build 14:23:00 ---> Running in 969e2f118a0a 14:23:00 ---> Running in 637ab71251a1 14:23:00 ---> Running in f1e200b2b89d 14:23:00 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:23:00 Removing intermediate container 969e2f118a0a 14:23:00 ---> 30c8db64ac11 14:23:00 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 14:23:00 Removing intermediate container 637ab71251a1 14:23:00 ---> 8f76f2a7f3e4 14:23: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 14:23:00 Removing intermediate container f1e200b2b89d 14:23:00 ---> 44d97dc44313 14:23: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 14:23:00 ---> Running in 4042037b18a1 14:23:00 ---> Running in 4eacb018c6b1 14:23:00 ---> Running in b84c7cd6dbaf 14:23:01 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:23:01 Removing intermediate container 4042037b18a1 14:23:01 ---> 02cb521f489d 14:23:01 Step 12/25 : WORKDIR /edgex-go 14:23:01 ---> Running in 5666bca1e222 14:23:01 Removing intermediate container 5666bca1e222 14:23:01 ---> c03796b99971 14:23:01 14:23:01 Step 13/25 : FROM alpine:3.15 14:23:01 3.15: Pulling from library/alpine 14:23:01 Removing intermediate container 4eacb018c6b1 14:23:01 ---> 6040e42ac311 14:23:01 Step 12/26 : WORKDIR /edgex-go 14:23:02 ---> Running in 2eefebfa4e9a 14:23:02 Removing intermediate container b84c7cd6dbaf 14:23:02 ---> db85118f0775 14:23:02 Step 12/26 : WORKDIR /edgex-go 14:23:02 ---> Running in 58fe88b56a8f 14:23:02 Removing intermediate container 2eefebfa4e9a 14:23:02 ---> 96e6109e58b6 14:23:02 14:23:02 Step 13/26 : FROM alpine:3.15 14:23:02 3.15: Pulling from library/alpine 14:23:02 Removing intermediate container 58fe88b56a8f 14:23:02 ---> 58af42a1a268 14:23:02 14:23:02 Step 13/26 : FROM alpine:3.15 14:23:02 3.15: Pulling from library/alpine 14:23:02 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 14:23:02 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 14:23:02 Status: Downloaded newer image for alpine:3.15 14:23:02 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 14:23:02 Status: Image is up to date for alpine:3.15 14:23:02 Status: Image is up to date for alpine:3.15 14:23:02 ---> 0ac33e5f5afa 14:23:02 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:23:02 ---> 0ac33e5f5afa 14:23:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:23:02 ---> 0ac33e5f5afa 14:23:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:23:02 ---> Running in 28d3c36b794d 14:23:02 ---> Running in da386a246094 14:23:02 ---> Running in e8f8219e9109 14:23:02 Removing intermediate container da386a246094 14:23:02 ---> 9ecea0454c21 14:23:02 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:03 ---> Running in b24a8a484481 14:23:03 Removing intermediate container 28d3c36b794d 14:23:03 ---> dcd82f970ee2 14:23:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:03 Removing intermediate container e8f8219e9109 14:23:03 ---> b8faff07b306 14:23:03 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:03 ---> Running in 71c61e710986 14:23:03 ---> Running in 3ab429c91389 14:23:04 Removing intermediate container b24a8a484481 14:23:04 ---> 02bb2a2c029c 14:23:04 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:23:04 ---> Running in a8a640bbf065 14:23:04 Removing intermediate container 3ab429c91389 14:23:04 ---> 3744f62e1cee 14:23:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:23:04 Removing intermediate container 71c61e710986 14:23:04 ---> 95a22199d7c7 14:23:04 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 14:23:04 ---> Running in 2cbcafd9b840 14:23:04 ---> Running in 5cec56585074 14:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:05 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:23:06 OK: 15859 distinct packages available 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:23:06 OK: 15859 distinct packages available 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:23:06 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:23:06 OK: 15859 distinct packages available 14:23:06 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:06 555d1d1c4555: Pull complete 14:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:07 (1/5) Installing dumb-init (1.2.5-r1) 14:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:07 (2/5) Installing musl-obstack (1.2.3-r0) 14:23:07 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:07 (3/5) Installing libucontext (1.1-r0) 14:23:07 (4/5) Installing gcompat (1.0.0-r4) 14:23:07 (1/5) Installing dumb-init (1.2.5-r1) 14:23:07 (5/5) Installing openssl (1.1.1p-r0) 14:23:07 (2/5) Installing musl-obstack (1.2.3-r0) 14:23:07 Executing busybox-1.34.1-r5.trigger 14:23:07 OK: 6 MiB in 19 packages 14:23:07 (1/4) Installing dumb-init (1.2.5-r1) 14:23:08 (3/5) Installing libucontext (1.1-r0) 14:23:08 (2/4) Installing musl-obstack (1.2.3-r0) 14:23:08 (4/5) Installing gcompat (1.0.0-r4) 14:23:08 (3/4) Installing libucontext (1.1-r0) 14:23:08 (5/5) Installing openssl (1.1.1p-r0) 14:23:08 (4/4) Installing gcompat (1.0.0-r4) 14:23:08 Executing busybox-1.34.1-r5.trigger 14:23:08 OK: 6 MiB in 19 packages 14:23:08 Executing busybox-1.34.1-r5.trigger 14:23:08 OK: 6 MiB in 18 packages 14:23:08 7d9057610161: Pull complete 14:23:08 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 14:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:23:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 14:23:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:23:08 WORKDIR /edgex 14:23:08 COPY go.mod . 14:23:08 RUN go mod download 14:23:08 + docker build -t ci-base-image-arm64 -f - . 14:23:09 Removing intermediate container a8a640bbf065 14:23:09 ---> 723a76dc44e9 14:23:09 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:23:10 Removing intermediate container 5cec56585074 14:23:10 ---> 2a606de1d7d8 14:23:10 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:23:10 Removing intermediate container 2cbcafd9b840 14:23:10 ---> 2cda9207ceae 14:23:10 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:23:11 Sending build context to Docker daemon 169.2MB 14:23:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:23:11 ---> 819e984ddca1 14:23:11 Step 2/4 : WORKDIR /edgex 14:23:12 ---> 915033a0a6e4 14:23:12 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:23:12 ---> 6b17e52450c9 14:23:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 14:23:12 ---> eff698000882 14:23:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 14:23:12 ---> Running in bcce19d2dff1 14:23:13 Removing intermediate container bcce19d2dff1 14:23:13 ---> b97a8ecb9695 14:23:13 Step 3/4 : COPY go.mod . 14:23:13 ---> be311a617482 14:23:13 Step 4/4 : RUN go mod download 14:23:13 ---> Running in a7a7fd6164a8 14:23:14 ---> f2a5562be95c 14:23:14 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 14:23:14 ---> 549d2530f78c 14:23:14 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 14:23:14 ---> Running in d0d3f9874ca8 14:23:14 ---> ff145b7729a4 14:23:14 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:23:14 ---> 747c6edda0bf 14:23:14 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 14:23:14 ---> e4f84268024a 14:23:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:23:14 Removing intermediate container d0d3f9874ca8 14:23:14 ---> ba96b9ddf0d3 14:23:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 14:23:15 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:23:15 ---> eb88a8f862d0 14:23:15 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:23:15 ---> Running in 8a22ace0c139 14:23:15 ---> 7a15b9a8d4b9 14:23:15 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 14:23:15 ---> 259aa1a60c7e 14:23:15 Step 21/26 : WORKDIR / 14:23:15 Removing intermediate container 8a22ace0c139 14:23:15 ---> 05eeebabadec 14:23:15 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:23:15 ---> Running in 8502dd4a0bce 14:23:15 ---> Running in 156d6b2adbb2 14:23:15 ---> 2113f48fc2b9 14:23:15 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:23:15 Removing intermediate container 8502dd4a0bce 14:23:15 ---> 7ca823034c8b 14:23:15 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:23:16 ---> Running in 2ea43d585343 14:23:16 Removing intermediate container 156d6b2adbb2 14:23:16 ---> e183465a3139 14:23:16 Step 23/25 : LABEL arch=x86_64 14:23:16 ---> Running in c1563e17a416 14:23:16 ---> Running in c3e7a2559037 14:23:16 Removing intermediate container 2ea43d585343 14:23:16 ---> fea69e728b43 14:23:16 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:23:16 Removing intermediate container c1563e17a416 14:23:16 ---> 3f2aed28fe77 14:23:16 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:23:16 ---> Running in becdc25528cc 14:23:16 Removing intermediate container c3e7a2559037 14:23:16 ---> cb6a012932d9 14:23:16 Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:23:16 ---> Running in ce48f8be39db 14:23:16 ---> Running in 41649d6390ae 14:23:16 Removing intermediate container becdc25528cc 14:23:16 ---> 02ca7b9b0d1f 14:23:16 Step 24/26 : LABEL arch=x86_64 14:23:16 ---> Running in aebb00c92ed5 14:23:17 Removing intermediate container ce48f8be39db 14:23:17 ---> 73e02901fe69 14:23:17 Step 24/26 : LABEL arch=x86_64 14:23:17 Removing intermediate container 41649d6390ae 14:23:17 ---> e12a4ad01506 14:23:17 Step 25/25 : LABEL version=2.2.1-dev.22 14:23:17 Removing intermediate container aebb00c92ed5 14:23:17 ---> 4d6a155fea75 14:23:17 Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:23:17 ---> Running in f4b40058694d 14:23:17 ---> Running in c4f250be865c 14:23:17 ---> Running in caaf7f59ca1a 14:23:17 Removing intermediate container c4f250be865c 14:23:17 ---> 57f6e74ba38c 14:23:17 14:23:17 Removing intermediate container 0f38858a6b35 14:23:17 ---> 52d81b73e6c7 14:23:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:23:17 Removing intermediate container f4b40058694d 14:23:17 ---> 029f000db1e5 14:23:17 Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:23:17 Removing intermediate container caaf7f59ca1a 14:23:17 ---> 50fc987b5956 14:23:17 Step 26/26 : LABEL version=2.2.1-dev.22 14:23:17 Successfully built 57f6e74ba38c 14:23:17 ---> Running in d871caf95fe0 14:23:17 ---> Running in c1eab64ceaf1 14:23:18 Successfully tagged security-spire-server:latest 14:23:18 Building core-data 14:23:18  Building security-spire-server ... done  ---> Running in 48271cfbc0bc 14:23:18 Removing intermediate container c1eab64ceaf1 14:23:18 ---> 1c6316911aab 14:23:18 Step 26/26 : LABEL version=2.2.1-dev.22 14:23:18 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:23:20 Removing intermediate container 48271cfbc0bc 14:23:20 ---> af02a469ce77 14:23:20 14:23:20 Successfully built af02a469ce77 14:23:20 Successfully tagged security-spire-agent:latest 14:23:20  Building security-spire-agent ... done Building security-bootstrapper 14:23:20 ---> Running in 9a36a56ab802 14:23:20 Removing intermediate container 4d821cbb4de0 14:23:20 ---> 0694f1a0ed54 14:23:20 14:23:20 Step 10/22 : FROM alpine:3.14 14:23:21 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:23:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:23:21 ---> 1f2b5af70c91 14:23:21 Step 3/23 : WORKDIR /edgex-go 14:23:21 ---> Using cache 14:23:21 ---> f6120ff6a2e0 14:23:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:21 ---> Using cache 14:23:21 ---> 52924a12dacf 14:23:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:23:22 3.14: Pulling from library/alpine 14:23:23 ---> Running in b9262dab224c 14:23:23 Removing intermediate container 9a36a56ab802 14:23:23 ---> a884d7e9f7e0 14:23:23 14:23:23 Successfully built a884d7e9f7e0 14:23:23 Successfully tagged security-spire-config:latest 14:23:23  Building security-spire-config ... done Building security-spiffe-token-provider 14:23:23 Removing intermediate container d871caf95fe0 14:23:23 ---> 139406e6b0c4 14:23:23 14:23:23 Step 11/23 : FROM docker:20.10.14 14:23:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:23 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 14:23:23 Status: Downloaded newer image for alpine:3.14 14:23:23 ---> e04c818066af 14:23:23 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 14:23:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:25 20.10.14: Pulling from library/docker 14:23:25 ---> Running in 7972b671b68c 14:23:25 OK: 221 MiB in 52 packages 14:23:25 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:23:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:23:25 ---> 1f2b5af70c91 14:23:25 Step 3/31 : WORKDIR /edgex-go 14:23:25 ---> Using cache 14:23:25 ---> f6120ff6a2e0 14:23:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:25 ---> Using cache 14:23:25 ---> 52924a12dacf 14:23:25 Step 5/31 : RUN apk add --update --no-cache make git 14:23:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:23:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:23:26 (1/6) Installing ca-certificates (20211220-r0) 14:23:26 (2/6) Installing brotli-libs (1.0.9-r5) 14:23:26 (3/6) Installing nghttp2-libs (1.43.0-r0) 14:23:26 (4/6) Installing libcurl (7.79.1-r2) 14:23:26 (5/6) Installing curl (7.79.1-r2) 14:23:26 (6/6) Installing dumb-init (1.2.5-r1) 14:23:26 Executing busybox-1.33.1-r7.trigger 14:23:26 Executing ca-certificates-20211220-r0.trigger 14:23:26 OK: 8 MiB in 20 packages 14:23:27 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:23:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:23:27 ---> 1f2b5af70c91 14:23:27 Step 3/20 : WORKDIR /edgex-go 14:23:27 ---> Using cache 14:23:27 ---> f6120ff6a2e0 14:23:27 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 14:23:27 ---> Running in f5ea98f17361 14:23:27 ---> Running in c87a83f8fef3 14:23:28 Removing intermediate container b9262dab224c 14:23:28 ---> bcc73a8fd26b 14:23:28 Step 6/23 : COPY go.mod vendor* ./ 14:23:28 Removing intermediate container 7972b671b68c 14:23:28 ---> 3fd378606334 14:23:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:23:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:28 ---> Running in 024bec784ce6 14:23:28 ---> 58ebd6733650 14:23:28 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:23:28 ---> Running in fa80fb3d0ab0 14:23:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:28 Removing intermediate container 024bec784ce6 14:23:28 ---> 6e22daaee013 14:23:28 Step 13/22 : WORKDIR /edgex 14:23:28 ---> Running in d576f1676860 14:23:28 Removing intermediate container d576f1676860 14:23:28 ---> 418c66d89fd2 14:23:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:23:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:29 ---> 99dbdd445f15 14:23:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:23:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:29 OK: 221 MiB in 52 packages 14:23:29 ---> 8f12d436b16d 14:23:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:23:29 Removing intermediate container fa80fb3d0ab0 14:23:29 ---> 992931397735 14:23:29 Step 8/23 : COPY . . 14:23:29 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 14:23:29 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 14:23:29 OK: 15866 distinct packages available 14:23:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:30 OK: 221 MiB in 52 packages 14:23:31 ---> 70e171be9de9 14:23:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:23:32 ---> 2bd785778cf7 14:23:32 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:23:32 Removing intermediate container f5ea98f17361 14:23:32 ---> 5f8d198b5f30 14:23:32 Step 6/31 : COPY go.mod vendor* ./ 14:23:32 ---> Running in 37cd36dab492 14:23:32 Removing intermediate container c87a83f8fef3 14:23:32 ---> af19fddc8082 14:23:32 Step 5/20 : COPY go.mod vendor* ./ 14:23:32 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 14:23:32 ---> dd3d1166fd24 14:23:32 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:23:32 Status: Downloaded newer image for docker:20.10.14 14:23:32 ---> 7417809fdb73 14:23:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:23:32 ---> Running in 2867bfb7e03b 14:23:32 ---> Running in 47d66dacd2bd 14:23:32 ---> a11b74547848 14:23:32 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:23:32 Removing intermediate container 47d66dacd2bd 14:23:32 ---> e1db30484174 14:23:32 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 14:23:32 ---> Running in 3cdf3bb217f1 14:23:32 ---> Running in eb9942c8c51b 14:23:33 Removing intermediate container 37cd36dab492 14:23:33 ---> 4e3ad2d8d594 14:23:33 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 14:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:23:33 ---> Running in 18d353fa0c6f 14:23:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:23:34 Removing intermediate container 18d353fa0c6f 14:23:34 ---> 2ddd8cacc67f 14:23:34 Step 20/22 : LABEL arch=x86_64 14:23:34 Removing intermediate container 2867bfb7e03b 14:23:34 ---> 2f58bb9a061f 14:23:34 Step 8/31 : COPY . . 14:23:34 (1/43) Installing readline (8.1.1-r0) 14:23:34 (2/43) Installing bash (5.1.16-r0) 14:23:34 Executing bash-5.1.16-r0.post-install 14:23:34 (3/43) Installing brotli-libs (1.0.9-r5) 14:23:34 Removing intermediate container 3cdf3bb217f1 14:23:34 ---> 83f8a42f9b69 14:23:34 Step 7/20 : COPY . . 14:23:34 ---> Running in 3185c9d39b4d 14:23:34 (4/43) Installing nghttp2-libs (1.46.0-r0) 14:23:34 (5/43) Installing libcurl (7.80.0-r2) 14:23:34 (6/43) Installing curl (7.80.0-r2) 14:23:34 (7/43) Installing dumb-init (1.2.5-r1) 14:23:34 (8/43) Installing libbz2 (1.0.8-r1) 14:23:34 (9/43) Installing expat (2.4.7-r0) 14:23:34 (10/43) Installing libffi (3.4.2-r1) 14:23:34 (11/43) Installing gdbm (1.22-r0) 14:23:34 (12/43) Installing xz-libs (5.2.5-r1) 14:23:34 (13/43) Installing libgcc (10.3.1_git20211027-r0) 14:23:34 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 14:23:34 (15/43) Installing mpdecimal (2.5.1-r1) 14:23:34 (16/43) Installing sqlite-libs (3.36.0-r0) 14:23:34 (17/43) Installing python3 (3.9.7-r4) 14:23:34 Removing intermediate container 3185c9d39b4d 14:23:34 ---> 9dfa463d0562 14:23:34 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:23:35 (18/43) Installing py3-appdirs (1.4.4-r2) 14:23:35 (19/43) Installing py3-certifi (2020.12.5-r1) 14:23:35 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 14:23:35 (21/43) Installing py3-idna (3.3-r0) 14:23:35 (22/43) Installing py3-urllib3 (1.26.7-r0) 14:23:35 (23/43) Installing py3-requests (2.26.0-r1) 14:23:35 (24/43) Installing py3-msgpack (1.0.2-r1) 14:23:35 (25/43) Installing py3-lockfile (0.12.2-r4) 14:23:35 (26/43) Installing py3-cachecontrol (0.12.10-r0) 14:23:35 (27/43) Installing py3-colorama (0.4.4-r1) 14:23:35 (28/43) Installing py3-contextlib2 (21.6.0-r1) 14:23:35 (29/43) Installing py3-distlib (0.3.3-r0) 14:23:35 (30/43) Installing py3-distro (1.6.0-r0) 14:23:35 (31/43) Installing py3-six (1.16.0-r0) 14:23:35 (32/43) Installing py3-webencodings (0.5.1-r4) 14:23:35 (33/43) Installing py3-html5lib (1.1-r1) 14:23:35 (34/43) Installing py3-parsing (2.4.7-r2) 14:23:35 (35/43) Installing py3-packaging (20.9-r1) 14:23:35 (36/43) Installing py3-tomli (1.2.2-r0) 14:23:35 (37/43) Installing py3-pep517 (0.12.0-r0) 14:23:35 (38/43) Installing py3-progress (1.6-r0) 14:23:35 (39/43) Installing py3-retrying (1.3.3-r2) 14:23:35 (40/43) Installing py3-ordered-set (4.0.2-r2) 14:23:35 (41/43) Installing py3-setuptools (52.0.0-r4) 14:23:35 (42/43) Installing py3-toml (0.10.2-r2) 14:23:35 (43/43) Installing py3-pip (20.3.4-r1) 14:23:35 Executing busybox-1.34.1-r5.trigger 14:23:35 OK: 83 MiB in 65 packages 14:23:36 Collecting docker-compose==1.23.2 14:23:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:23:36 Collecting docker<4.0,>=3.6.0 14:23:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:23:36 Collecting jsonschema<3,>=2.5.1 14:23:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:23:36 Collecting websocket-client<1.0,>=0.32.0 14:23:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 14:23:36 Collecting docopt<0.7,>=0.6.1 14:23:36 Downloading docopt-0.6.2.tar.gz (25 kB) 14:23:37 Collecting cached-property<2,>=1.2.0 14:23:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:23:37 Collecting texttable<0.10,>=0.9.0 14:23:37 Downloading texttable-0.9.1.tar.gz (11 kB) 14:23:37 Collecting dockerpty<0.5,>=0.4.1 14:23:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:23:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:23:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:23:38 Collecting PyYAML<4,>=3.10 14:23:38 Downloading PyYAML-3.13.tar.gz (270 kB) 14:23:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 14:23:39 ---> Running in 1bdfa84cbbe2 14:23:39 Collecting docker-pycreds>=0.4.0 14:23:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:23:39 ---> a4fd0477b720 14:23:39 Step 9/23 : RUN make cmd/core-data/core-data 14:23:39 ---> Running in 8a9e650e2a08 14:23:39 Collecting urllib3<1.25,>=1.21.1 14:23:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:23:39 Removing intermediate container 1bdfa84cbbe2 14:23:39 ---> 55737a5b4739 14:23:39 Step 22/22 : LABEL version=2.2.1-dev.22 14:23:39 ---> a9d69e120f63 14:23:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:23:39 Collecting chardet<3.1.0,>=3.0.2 14:23:39 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 14:23:39 ---> d0235a53fd5d 14:23:39 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:23:39 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) 14:23:40 Collecting idna<2.8,>=2.5 14:23:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:23:40 ---> Running in 3c743d63da21 14:23:40 ---> Running in a44849a3c49f 14:23:40 ---> Running in b2a4a6dde8ee 14:23:40 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 14:23:40 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 14:23:40 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 14:23:40 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 14:23:40 Removing intermediate container 3c743d63da21 14:23:40 ---> f6fa9fd161ab 14:23:40 14:23:40 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 14:23:40 Attempting uninstall: urllib3 14:23:40 Found existing installation: urllib3 1.26.7 14:23:40 Uninstalling urllib3-1.26.7: 14:23:40 Successfully uninstalled urllib3-1.26.7 14:23:40 Successfully built f6fa9fd161ab 14:23:40 Successfully tagged security-proxy-setup:latest 14:23:40 Building support-scheduler 14:23:40  Building security-proxy-setup ... done CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 14:23:40 Attempting uninstall: idna 14:23:40 Found existing installation: idna 3.3 14:23:40 Uninstalling idna-3.3: 14:23:40 Successfully uninstalled idna-3.3 14:23: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.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:23: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.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:23:40 Attempting uninstall: requests 14:23:40 Found existing installation: requests 2.26.0 14:23:40 Uninstalling requests-2.26.0: 14:23:40 Successfully uninstalled requests-2.26.0 14:23:40 Running setup.py install for texttable: started 14:23:41 Running setup.py install for texttable: finished with status 'done' 14:23:41 Running setup.py install for PyYAML: started 14:23:41 Running setup.py install for PyYAML: finished with status 'done' 14:23:41 Running setup.py install for docopt: started 14:23:41 Running setup.py install for docopt: finished with status 'done' 14:23:41 Running setup.py install for dockerpty: started 14:23:42 Running setup.py install for dockerpty: finished with status 'done' 14:23:42 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 14:23:44 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:23:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:44 ---> 1f2b5af70c91 14:23:44 Step 3/22 : WORKDIR /edgex-go 14:23:44 ---> Using cache 14:23:44 ---> f6120ff6a2e0 14:23:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:44 ---> Using cache 14:23:44 ---> 52924a12dacf 14:23:44 Step 5/22 : RUN apk add --update --no-cache make git 14:23:44 ---> Using cache 14:23:44 ---> 5f8d198b5f30 14:23:44 Step 6/22 : COPY go.mod vendor* ./ 14:23:44 ---> Using cache 14:23:44 ---> dd3d1166fd24 14:23:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:23:44 ---> Using cache 14:23:44 ---> 2f58bb9a061f 14:23:44 Step 8/22 : COPY . . 14:23:44 ---> Using cache 14:23:44 ---> a9d69e120f63 14:23:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:23:47 ---> Running in ba5b7208baf1 14:23:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:23:51 Removing intermediate container eb9942c8c51b 14:23:51 ---> 0dd03a9446ed 14:23:51 Step 14/23 : ENV APP_PORT=58890 14:23:51 ---> Running in 2ab46901eef8 14:23:51 Removing intermediate container 2ab46901eef8 14:23:51 ---> 2203eb280e71 14:23:51 Step 15/23 : EXPOSE $APP_PORT 14:23:51 ---> Running in d0e8efb99158 14:23:51 Removing intermediate container d0e8efb99158 14:23:51 ---> ce40a4413fa5 14:23:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:23:53 ---> b1ff1525c3ad 14:23:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:23:53 ---> 0ed5989eca68 14:23:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:23:54 ---> 8efbbe8d580f 14:23:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:23:54 ---> Running in dd13ca46cfc9 14:23:54 Removing intermediate container dd13ca46cfc9 14:23:54 ---> e94c59e8b6c4 14:23:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:23:55 ---> Running in 4528ce568aee 14:23:55 Removing intermediate container 4528ce568aee 14:23:55 ---> b4a58351ece0 14:23:55 Step 21/23 : LABEL arch=x86_64 14:23:55 ---> Running in fa432b2b57a1 14:23:55 Removing intermediate container fa432b2b57a1 14:23:55 ---> 823950273f4c 14:23:55 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:23:56 ---> Running in 9a303db136e6 14:23:56 Removing intermediate container 9a303db136e6 14:23:56 ---> cf1ee6927bab 14:23:56 Step 23/23 : LABEL version=2.2.1-dev.22 14:23:56 ---> Running in 69bfbb184f0e 14:23:56 Removing intermediate container 69bfbb184f0e 14:23:56 ---> b72e31b1f19d 14:23:56 14:23:56 Successfully built b72e31b1f19d 14:23:56 Successfully tagged sys-mgmt-agent:latest 14:23:56  Building sys-mgmt-agent ... done Building support-notifications 14:24:00 Removing intermediate container a7a7fd6164a8 14:24:00 ---> 449e3314755a 14:24:00 Successfully built 449e3314755a 14:24:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:01 + docker inspect -f . ci-base-image-arm64 14:24:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:24:01 prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container 14:24:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:24:02 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:24:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:24:02 ---> 1f2b5af70c91 14:24:02 Step 3/22 : WORKDIR /edgex-go 14:24:02 ---> Using cache 14:24:02 ---> f6120ff6a2e0 14:24:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:02 ---> Using cache 14:24:02 ---> 52924a12dacf 14:24:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:24:03 $ docker top ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:03 + go version 14:24:03 go version go1.17.7 linux/arm64 [Pipeline] } 14:24:04 $ docker stop --time=1 ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 14:24:04 ---> Running in 1548f9abe323 14:24:05 $ docker rm -f ee41d5d0eed781bd9388cbfd98c9d03e7c6de38c89af706c6e508a6fe6878f02 14:24:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:06 14:24:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:24:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:06 OK: 221 MiB in 52 packages 14:24:06 latest: Pulling from edgex-devops/edgex-compose-arm64 14:24:06 29e5d40040c1: Pulling fs layer 14:24:06 1ce36da41761: Pulling fs layer 14:24:06 25b303627fd3: Pulling fs layer 14:24:06 29e5d40040c1: Verifying Checksum 14:24:06 29e5d40040c1: Download complete 14:24:07 1ce36da41761: Verifying Checksum 14:24:07 1ce36da41761: Download complete 14:24:07 29e5d40040c1: Pull complete 14:24:07 Removing intermediate container a44849a3c49f 14:24:07 ---> 584b89726e96 14:24:07 14:24:07 Step 10/31 : FROM alpine:3.14 14:24:07 ---> e04c818066af 14:24:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:24:08 ---> Running in caf65982bb5f 14:24:08 Removing intermediate container b2a4a6dde8ee 14:24:08 ---> c6901bfd8f7d 14:24:08 14:24:08 Step 9/20 : FROM alpine:3.15 14:24:08 ---> 0ac33e5f5afa 14:24:08 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:24:08 ---> Using cache 14:24:08 ---> b8faff07b306 14:24:08 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:08 ---> Using cache 14:24:08 ---> 3744f62e1cee 14:24:08 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 14:24:08 Removing intermediate container 8a9e650e2a08 14:24:08 ---> bff24b9b359a 14:24:08 14:24:08 Step 10/23 : FROM alpine:3.14 14:24:08 ---> e04c818066af 14:24:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:24:08 25b303627fd3: Verifying Checksum 14:24:08 25b303627fd3: Download complete 14:24:08 1ce36da41761: Pull complete 14:24:09 Removing intermediate container 1548f9abe323 14:24:09 ---> 2706fe503d2d 14:24:09 Step 6/22 : COPY go.mod vendor* ./ 14:24:09 ---> Running in 579f1b034c34 14:24:09 Removing intermediate container caf65982bb5f 14:24:09 ---> bc8dc3ed3e8f 14:24:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:24:09 ---> Running in 12fe85af6902 14:24:09 ---> Running in 8a41b8b69acd 14:24:09 ---> a19741c09b0d 14:24:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:24:09 Removing intermediate container 12fe85af6902 14:24:09 ---> 02119559ee67 14:24:09 Step 12/23 : ENV APP_PORT=59880 14:24:09 ---> Running in 3b77a6d49692 14:24:09 ---> Running in 0305cca7a6e1 14:24:09 Removing intermediate container 0305cca7a6e1 14:24:09 ---> 072248a4e8d7 14:24:09 Step 13/23 : EXPOSE $APP_PORT 14:24:09 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:24:09 ---> Running in 73f3bdd6d015 14:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:24:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:24:09 Removing intermediate container 73f3bdd6d015 14:24:09 ---> 41c2389c4ce2 14:24:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:09 ---> Running in 3034f095af28 14:24:09 (1/2) Installing dumb-init (1.2.5-r1) 14:24:09 (2/2) Installing su-exec (0.2-r1) 14:24:09 Executing busybox-1.33.1-r7.trigger 14:24:09 OK: 6 MiB in 16 packages 14:24:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:24:10 Removing intermediate container 8a41b8b69acd 14:24:10 ---> e6244d7bee0f 14:24:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:24:10 Removing intermediate container 3b77a6d49692 14:24:10 ---> 9cefdc8e9521 14:24:10 Step 8/22 : COPY . . 14:24:10 ---> Running in ab0883643267 14:24:10 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:24:10 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:24:10 OK: 15859 distinct packages available 14:24:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:24:10 Removing intermediate container 3034f095af28 14:24:10 ---> 4331aa272ace 14:24:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:24:11 Removing intermediate container ab0883643267 14:24:11 ---> e6f3ae24015f 14:24:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:24:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:24:12 (1/9) Installing ca-certificates (20211220-r0) 14:24:12 (2/9) Installing brotli-libs (1.0.9-r5) 14:24:12 (3/9) Installing nghttp2-libs (1.46.0-r0) 14:24:12 (4/9) Installing libcurl (7.80.0-r2) 14:24:12 (5/9) Installing curl (7.80.0-r2) 14:24:12 (6/9) Installing dumb-init (1.2.5-r1) 14:24:12 (7/9) Installing musl-obstack (1.2.3-r0) 14:24:12 (8/9) Installing libucontext (1.1-r0) 14:24:12 (9/9) Installing gcompat (1.0.0-r4) 14:24:12 Executing busybox-1.34.1-r5.trigger 14:24:13 Executing ca-certificates-20211220-r0.trigger 14:24:13 OK: 8 MiB in 23 packages 14:24:14 ---> Running in 5ffad146695f 14:24:14 ---> Running in e0e19e291951 14:24:14 Removing intermediate container ba5b7208baf1 14:24:14 ---> 26139f1fe78a 14:24:14 14:24:14 Step 10/22 : FROM alpine:3.14 14:24:14 ---> e04c818066af 14:24:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:24:14 Removing intermediate container e0e19e291951 14:24:14 ---> 0fb6e71f8916 14:24:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:24:14 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:24:14 ---> Running in ac504bdd60f4 14:24:14 Removing intermediate container 579f1b034c34 14:24:14 ---> 00f47fb290b6 14:24:14 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:14 ---> Running in af64c16cec10 14:24:14 ---> 81fbd419f0dc 14:24:14 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:24:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:24:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:24:15 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:24:15 ---> 3611021ab58f 14:24:15 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 14:24:15 (1/1) Installing dumb-init (1.2.5-r1) 14:24:15 Executing busybox-1.33.1-r7.trigger 14:24:15 OK: 6 MiB in 15 packages 14:24:15 (1/6) Installing dumb-init (1.2.5-r1) 14:24:15 (2/6) Installing libgcc (10.3.1_git20210424-r2) 14:24:15 Removing intermediate container af64c16cec10 14:24:15 ---> 3065a86f541a 14:24:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:24:15 ---> 0867a1e8b52c 14:24:15 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 14:24:15 (3/6) Installing libsodium (1.0.18-r0) 14:24:16 ---> Running in 9a41ea9e6671 14:24:16 ---> Running in f137a45f5439 14:24:16 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 14:24:16 (5/6) Installing libzmq (4.3.4-r0) 14:24:16 (6/6) Installing zeromq (4.3.4-r0) 14:24:16 Removing intermediate container f137a45f5439 14:24:16 ---> 9b570306c42a 14:24:16 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:16 Removing intermediate container ac504bdd60f4 14:24:16 ---> ebe08eabe3fc 14:24:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:24:16 Removing intermediate container 9a41ea9e6671 14:24:16 ---> fb24b1a35cf0 14:24:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:24:16 Executing busybox-1.33.1-r7.trigger 14:24:16 OK: 8 MiB in 20 packages 14:24:16 ---> Running in 67141f757d9d 14:24:16 ---> Running in 862d57a0864b 14:24:16 Removing intermediate container 67141f757d9d 14:24:16 ---> f0aa9d720022 14:24:16 Step 18/20 : LABEL arch=x86_64 14:24:16 ---> 5998cf536920 14:24:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:24:16 Removing intermediate container 862d57a0864b 14:24:16 ---> bda2264921ad 14:24:16 Step 13/22 : ENV APP_PORT=59861 14:24:16 ---> 12a5edd8ad6b 14:24:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:24:16 ---> Running in 5f634fc382e9 14:24:16 ---> Running in 95258e7858f8 14:24:16 ---> Running in 0e977f0d036c 14:24:16 ---> Running in 32f7941ef2bd 14:24:16 Removing intermediate container 5f634fc382e9 14:24:16 ---> be695f05359c 14:24:16 Step 19/20 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:17 Removing intermediate container 0e977f0d036c 14:24:17 ---> 0f944e8a6c60 14:24:17 Step 14/22 : EXPOSE $APP_PORT 14:24:17 Removing intermediate container 5ffad146695f 14:24:17 ---> 012b0955a860 14:24:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:17 ---> Running in 7edfbdf648e4 14:24:17 ---> Running in a0073e9d8462 14:24:17 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:24:17 Removing intermediate container 7edfbdf648e4 14:24:17 ---> 8db66fdc6fb3 14:24:17 Step 20/20 : LABEL version=2.2.1-dev.22 14:24:17 ---> Running in 3d96283097e4 14:24:17 Removing intermediate container a0073e9d8462 14:24:17 ---> c43bf9e73e78 14:24:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:17 ---> cb58bbf1a974 14:24:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:24:17 Removing intermediate container 3d96283097e4 14:24:17 ---> 91ef45f3d4c4 14:24:17 14:24:17 Successfully built 91ef45f3d4c4 14:24:17 Successfully tagged security-spiffe-token-provider:latest 14:24:17  Building security-spiffe-token-provider ... done Building core-metadata 14:24:17 Removing intermediate container 32f7941ef2bd 14:24:17 ---> 8939214aed15 14:24:17 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:18 ---> cb23692c98fa 14:24:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:24:19 25b303627fd3: Pull complete 14:24:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:24:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:24:19 prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container 14:24:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@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 14:24:19 ---> 8a7c40d0c38d 14:24:19 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:24:19 ---> e1f6ba99c475 14:24:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:24:19 ---> d11203736542 14:24:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:24:20 ---> f8199d8e918a 14:24:20 Step 19/23 : ENTRYPOINT ["/core-data"] 14:24:20 ---> Running in e12bb101c4c9 14:24:20 ---> 402585d5fee3 14:24:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:24:20 ---> cd8e1181bd38 14:24:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:24:21 ---> Running in 00add2b9a155 14:24:21 Removing intermediate container e12bb101c4c9 14:24:21 ---> 3db53da2f802 14:24:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:21 $ docker top b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 -eo pid,comm 14:24:21 ---> 8b45bbc102e5 14:24:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:24:21 ---> Running in 66eda3c8dc89 14:24:21 Removing intermediate container 00add2b9a155 14:24:21 ---> 31b2fd42d4b1 14:24:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:21 ---> Running in 7e89077f554b [Pipeline] { [Pipeline] sh 14:24:22 Removing intermediate container 66eda3c8dc89 14:24:22 ---> 738282385e18 14:24:22 Step 21/23 : LABEL arch=x86_64 14:24:22 ---> 340872e73f06 14:24:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:24:22 ---> Running in 3b810439fefa 14:24:22 Removing intermediate container 7e89077f554b 14:24:22 ---> e88811439555 14:24:22 Step 20/22 : LABEL arch=x86_64 14:24:22 ---> Running in 24703996dd6a 14:24:22 + docker-compose build --help 14:24:22 + grep parallel 14:24:22 Removing intermediate container 3b810439fefa 14:24:22 ---> 82e2ac7fbea6 14:24:22 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:22 ---> e3e17ad92e06 14:24:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:24:22 Removing intermediate container 24703996dd6a 14:24:22 ---> 93135fd7e436 14:24:22 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:22 ---> Running in e7410c2c9004 14:24:22 ---> Running in 45da1401d07f 14:24:22 ---> Running in 3a2fc7145b6e 14:24:23 Removing intermediate container e7410c2c9004 14:24:23 ---> 0e6162c8fa09 14:24:23 Step 23/23 : LABEL version=2.2.1-dev.22 14:24:23 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:24:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:24:23 ---> 1f2b5af70c91 14:24:23 Step 3/23 : WORKDIR /edgex-go 14:24:23 ---> Using cache 14:24:23 ---> f6120ff6a2e0 14:24:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:23 ---> Using cache 14:24:23 ---> 52924a12dacf 14:24:23 Step 5/23 : RUN apk add --update --no-cache make git 14:24:23 ---> Using cache 14:24:23 ---> 5f8d198b5f30 14:24:23 Step 6/23 : COPY go.mod vendor* ./ 14:24:23 ---> Using cache 14:24:23 ---> dd3d1166fd24 14:24:23 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:24:23 ---> Using cache 14:24:23 ---> 2f58bb9a061f 14:24:23 Step 8/23 : COPY . . 14:24:23 ---> Using cache 14:24:23 ---> a9d69e120f63 14:24:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:24:23 ---> Running in 3b359ab50f66 14:24:23 Removing intermediate container 3a2fc7145b6e 14:24:23 ---> 0c7965c85444 14:24:23 Step 22/22 : LABEL version=2.2.1-dev.22 14:24:23 Removing intermediate container 45da1401d07f 14:24:23 ---> bb205ca99368 14:24:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:24:23 ---> Running in 8055649facec 14:24:23 ---> Running in 33956d469b69 14:24:23 Removing intermediate container 3b359ab50f66 14:24:23 ---> bf14362820b5 14:24:23 14:24:24 Removing intermediate container 33956d469b69 14:24:24 ---> bf4ef16531b5 14:24:24 14:24:24 Successfully built bf14362820b5 14:24:24 Successfully tagged core-data:latest 14:24:24  Building core-data ... done Building security-secretstore-setup 14:24:24 Successfully built bf4ef16531b5 14:24:24 Successfully tagged support-scheduler:latest 14:24:24  Building support-scheduler ... done Building core-command 14:24:24 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:24:24 ---> fe511c6ca98a 14:24:24 Step 26/31 : RUN chmod +x /entrypoint.sh 14:24:25 --parallel Build images in parallel. [Pipeline] } 14:24:26 $ docker stop --time=1 b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 14:24:27 $ docker rm -f b4d83b3c987cfb58993483e7f370c89d444405bf03662c5fc781d7188b63b807 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:24:28 prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container 14:24:29 $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:24:30 ---> Running in 71bf3bba1ece 14:24:30 $ docker top c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:31 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:24:31 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:24:31 ---> 1f2b5af70c91 14:24:31 Step 3/25 : WORKDIR /edgex-go 14:24:31 ---> Using cache 14:24:31 ---> f6120ff6a2e0 14:24:31 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:31 ---> Using cache 14:24:31 ---> 52924a12dacf 14:24:31 Step 5/25 : RUN apk add --update --no-cache make git 14:24:31 ---> Using cache 14:24:31 ---> 5f8d198b5f30 14:24:31 Step 6/25 : COPY go.mod vendor* ./ 14:24:31 ---> Using cache 14:24:31 ---> dd3d1166fd24 14:24:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:24:31 ---> Using cache 14:24:31 ---> 2f58bb9a061f 14:24:31 Step 8/25 : COPY . . 14:24:31 ---> Using cache 14:24:31 ---> a9d69e120f63 14:24:31 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:24:31 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:24:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:24:31 ---> 1f2b5af70c91 14:24:31 Step 3/23 : WORKDIR /edgex-go 14:24:31 ---> Using cache 14:24:31 ---> f6120ff6a2e0 14:24:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:24:31 ---> Using cache 14:24:31 ---> 52924a12dacf 14:24:31 Step 5/23 : RUN apk add --update --no-cache make git 14:24:31 ---> Using cache 14:24:31 ---> 5f8d198b5f30 14:24:31 Step 6/23 : COPY go.mod vendor* ./ 14:24:31 ---> Using cache 14:24:31 ---> dd3d1166fd24 14:24:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:24:31 ---> Using cache 14:24:31 ---> 2f58bb9a061f 14:24:31 Step 8/23 : COPY . . 14:24:31 ---> Using cache 14:24:31 ---> a9d69e120f63 14:24:31 Step 9/23 : RUN make cmd/core-command/core-command 14:24:31 + docker-compose -f ./docker-compose-build.yml build --parallel 14:24:32 ---> Running in f137851c26cd 14:24:32 ---> Running in 259153a50491 14:24:32 Removing intermediate container 71bf3bba1ece 14:24:32 ---> dafc4edf8608 14:24:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:24:32 ---> Running in f73f2fb2e181 14:24:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:24:33 Removing intermediate container f73f2fb2e181 14:24:33 ---> c159323b6972 14:24:33 Step 28/31 : CMD ["gate"] 14:24:33 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:24:33 ---> Running in 52ed5760dc7a 14:24:33 Removing intermediate container 52ed5760dc7a 14:24:33 ---> 44b9acf515c7 14:24:33 Step 29/31 : LABEL arch=x86_64 14:24:33 ---> Running in 925a983b1ac8 14:24:34 Removing intermediate container 925a983b1ac8 14:24:34 ---> 7931e6fe2c46 14:24:34 Step 30/31 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:34 ---> Running in 835b5be788ff 14:24:34 Removing intermediate container 835b5be788ff 14:24:34 ---> 4d259214ae91 14:24:34 Step 31/31 : LABEL version=2.2.1-dev.22 14:24:34 ---> Running in 1f512f62ffbc 14:24:35 Removing intermediate container 1f512f62ffbc 14:24:35 ---> 9dbba5528c70 14:24:35 14:24:35 Successfully built 9dbba5528c70 14:24:35 Successfully tagged security-bootstrapper:latest 14:24:35 Building core-command ... 14:24:35 Building core-data ... 14:24:35 Building core-metadata ... 14:24:35 Building security-bootstrapper ... 14:24:35 Building security-proxy-setup ... 14:24:35 Building security-secretstore-setup ... 14:24:35 Building security-spiffe-token-provider ... 14:24:35 Building security-spire-agent ... 14:24:35 Building security-spire-config ... 14:24:35 Building security-spire-server ... 14:24:35 Building support-notifications ... 14:24:35 Building support-scheduler ... 14:24:35 Building sys-mgmt-agent ... 14:24:35 Building security-secretstore-setup 14:24:35 Building security-spire-server 14:24:35 Building support-scheduler 14:24:35 Building core-command 14:24:35 Building security-spire-config 14:24:39  Building security-bootstrapper ... done Removing intermediate container 95258e7858f8 14:24:39 ---> ce351bf95281 14:24:39 14:24:39 Step 10/22 : FROM alpine:3.14 14:24:39 ---> e04c818066af 14:24:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:24:39 ---> Running in eb72f8e46691 14:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:24:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:24:39 (1/2) Installing ca-certificates (20211220-r0) 14:24:39 (2/2) Installing dumb-init (1.2.5-r1) 14:24:39 Executing busybox-1.33.1-r7.trigger 14:24:39 Executing ca-certificates-20211220-r0.trigger 14:24:39 OK: 6 MiB in 16 packages 14:24:41 Removing intermediate container eb72f8e46691 14:24:41 ---> 5ae64a0d09a8 14:24:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:24:42 ---> Running in de8bc548c2ac 14:24:43 Removing intermediate container de8bc548c2ac 14:24:43 ---> 56a3651a1217 14:24:43 Step 13/22 : ENV APP_PORT=59860 14:24:43 ---> Running in f45fe227286e 14:24:43 Removing intermediate container 8055649facec 14:24:43 ---> 810576d52198 14:24:43 14:24:43 Step 10/23 : FROM alpine:3.14 14:24:43 ---> e04c818066af 14:24:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:24:43 ---> Using cache 14:24:43 ---> ebe08eabe3fc 14:24:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:24:43 ---> Using cache 14:24:43 ---> bda2264921ad 14:24:43 Step 13/23 : ENV APP_PORT=59881 14:24:43 ---> Running in 4fcb0e3f4bff 14:24:43 Removing intermediate container f45fe227286e 14:24:43 ---> 64a6b585f50c 14:24:43 Step 14/22 : EXPOSE $APP_PORT 14:24:43 ---> Running in dd5529c6e3df 14:24:43 Removing intermediate container 4fcb0e3f4bff 14:24:43 ---> ca6f0fbec94f 14:24:43 Step 14/23 : EXPOSE $APP_PORT 14:24:43 Removing intermediate container dd5529c6e3df 14:24:43 ---> e1c674bcfa8a 14:24:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:44 ---> Running in 8f1e7da49d1c 14:24:44 Removing intermediate container 8f1e7da49d1c 14:24:44 ---> 06f802052688 14:24:44 Step 15/23 : WORKDIR / 14:24:44 ---> Running in f50ee10635da 14:24:44 ---> a49784526690 14:24:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:24:44 Removing intermediate container f50ee10635da 14:24:44 ---> 2d6020237a20 14:24:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:44 ---> c5710c7fea07 14:24:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:24:44 ---> df7a08bee8b3 14:24:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:24:45 ---> 0ebded85ca93 14:24:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:24:45 ---> 43ccf0f648e1 14:24:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:24:45 ---> Running in 80e7fd634091 14:24:45 Removing intermediate container 80e7fd634091 14:24:45 ---> cf3e8aed672f 14:24:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:45 ---> 33499216352b 14:24:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:24:45 ---> Running in 6e6ca293fcb3 14:24:45 ---> Running in 362fc788745d 14:24:46 Removing intermediate container 6e6ca293fcb3 14:24:46 ---> eeb2adffb09b 14:24:46 Step 20/22 : LABEL arch=x86_64 14:24:46 Removing intermediate container 362fc788745d 14:24:46 ---> 1038c892c620 14:24:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:46 ---> Running in 5358936d972d 14:24:46 ---> Running in 67a9535540b3 14:24:46 Removing intermediate container 5358936d972d 14:24:46 ---> 976596d53d1b 14:24:46 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:46 Removing intermediate container 67a9535540b3 14:24:46 ---> 723c9e206b92 14:24:46 Step 21/23 : LABEL arch=x86_64 14:24:46 ---> Running in 45a7aa37dfcf 14:24:46 ---> Running in 6e0cb02b12c5 14:24:47 Removing intermediate container 45a7aa37dfcf 14:24:47 ---> ee06ccc2e863 14:24:47 Step 22/22 : LABEL version=2.2.1-dev.22 14:24:47 Removing intermediate container 6e0cb02b12c5 14:24:47 ---> 5bfef46d4bfa 14:24:47 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:47 ---> Running in 898507d0b24a 14:24:47 ---> Running in 063f3214da18 14:24:47 Removing intermediate container 898507d0b24a 14:24:47 ---> 0e3179f99659 14:24:47 14:24:47 Removing intermediate container 063f3214da18 14:24:47 ---> ca4547f34703 14:24:47 Step 23/23 : LABEL version=2.2.1-dev.22 14:24:47 Successfully built 0e3179f99659 14:24:47 ---> Running in 9076f862658b 14:24:47 Successfully tagged support-notifications:latest 14:24:47  Building support-notifications ... done Removing intermediate container 9076f862658b 14:24:47 ---> 0f16199feb8a 14:24:47 14:24:47 Successfully built 0f16199feb8a 14:24:47 Successfully tagged core-metadata:latest 14:24:47  Building core-metadata ... 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.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:24:50 Removing intermediate container 259153a50491 14:24:50 ---> 1cbfc920b239 14:24:50 14:24:50 Step 10/23 : FROM alpine:3.14 14:24:50 ---> e04c818066af 14:24:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:24:50 ---> Using cache 14:24:50 ---> ebe08eabe3fc 14:24:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:24:50 ---> Using cache 14:24:50 ---> bda2264921ad 14:24:50 Step 13/23 : ENV APP_PORT=59882 14:24:50 ---> Running in bd45a3473941 14:24:50 Removing intermediate container f137851c26cd 14:24:50 ---> 33020efdd18a 14:24:50 14:24:50 Step 10/25 : FROM alpine:3.14 14:24:50 ---> e04c818066af 14:24:50 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 14:24:50 ---> Running in 40d97b37248d 14:24:50 Removing intermediate container bd45a3473941 14:24:50 ---> a4db48a0c162 14:24:50 Step 14/23 : EXPOSE $APP_PORT 14:24:50 ---> Running in aa1236af2602 14:24:50 Removing intermediate container aa1236af2602 14:24:50 ---> 8f5fc8d19a36 14:24:50 Step 15/23 : WORKDIR / 14:24:50 ---> Running in a194aeb9a451 14:24:50 Removing intermediate container a194aeb9a451 14:24:50 ---> c38501450ac0 14:24:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:24:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 14:24:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 14:24:50 ---> 0921a739d9a9 14:24:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:24:51 (1/3) Installing ca-certificates (20211220-r0) 14:24:51 (2/3) Installing dumb-init (1.2.5-r1) 14:24:51 (3/3) Installing su-exec (0.2-r1) 14:24:51 Executing busybox-1.33.1-r7.trigger 14:24:51 Executing ca-certificates-20211220-r0.trigger 14:24:51 OK: 6 MiB in 17 packages 14:24:51 ---> 0582cc6fdac8 14:24:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:24:51 ---> c3a07e734788 14:24:51 Step 19/23 : ENTRYPOINT ["/core-command"] 14:24:51 ---> Running in cf98749e3320 14:24:51 Removing intermediate container 40d97b37248d 14:24:51 ---> 168d12148d3e 14:24:51 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:24:51 Removing intermediate container cf98749e3320 14:24:51 ---> be7e12222b4a 14:24:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:24:51 ---> Running in 8c100f35419e 14:24:51 ---> Running in e07df6c6131f 14:24:51 Removing intermediate container 8c100f35419e 14:24:51 ---> 75530944b701 14:24:51 Step 13/25 : WORKDIR / 14:24:51 ---> Running in 6654e78dd76a 14:24:51 Removing intermediate container e07df6c6131f 14:24:51 ---> 9a2cd23180b9 14:24:51 Step 21/23 : LABEL arch=x86_64 14:24:51 ---> Running in f94710bbb7fe 14:24:51 Removing intermediate container 6654e78dd76a 14:24:51 ---> cf7bd6a001de 14:24:51 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:24:52 Removing intermediate container f94710bbb7fe 14:24:52 ---> ed65baca33f3 14:24:52 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:52 ---> Running in c06797ebebab 14:24:52 ---> 8429bf6ecc11 14:24:52 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:24:52 Removing intermediate container c06797ebebab 14:24:52 ---> bfa17cdd8f16 14:24:52 Step 23/23 : LABEL version=2.2.1-dev.22 14:24:52 ---> Running in 7448b818990a 14:24:52 ---> 6a9f3fb38673 14:24:52 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:24:52 Removing intermediate container 7448b818990a 14:24:52 ---> cdab95bec7a5 14:24:52 14:24:52 Successfully built cdab95bec7a5 14:24:52 ---> dac2e4b2c11d 14:24:52 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 14:24:52 Successfully tagged core-command:latest 14:24:52  Building core-command ... done  ---> 4968cddab822 14:24:52 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:24:52 ---> b1de4322889f 14:24:52 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:24:53 ---> 799ed9ff930b 14:24:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:24:53 ---> eba0a0ece2d1 14:24:53 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/ 14:24:53 ---> Running in 013dc5c19199 14:24:54 Removing intermediate container 013dc5c19199 14:24:54 ---> 4eb81488cd25 14:24:54 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 14:24:54 ---> Running in eb5fc413da01 14:24:54 Removing intermediate container eb5fc413da01 14:24:54 ---> a7ec0a15fdbb 14:24:54 Step 23/25 : LABEL arch=x86_64 14:24:54 ---> Running in 9a9b089de598 14:24:54 Removing intermediate container 9a9b089de598 14:24:54 ---> a2f6bd40292b 14:24:54 Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:54 ---> Running in cf667c1b8e72 14:24:54 Removing intermediate container cf667c1b8e72 14:24:54 ---> 533b22a4689b 14:24:54 Step 25/25 : LABEL version=2.2.1-dev.22 14:24:54 ---> Running in a4bb76c35f60 14:24:54 Removing intermediate container a4bb76c35f60 14:24:54 ---> ad97bce7ba55 14:24:54 14:24:54 Successfully built ad97bce7ba55 14:24:54 Successfully tagged security-secretstore-setup:latest 14:24:54  Building security-secretstore-setup ... done  [Pipeline] } 14:24:54 $ docker stop --time=1 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 14:24:56 $ docker rm -f 82a69a2d9174efa2681a172602541d874108fb9f81e6426ce1034d51453c9c66 [Pipeline] // withDockerContainer [Pipeline] sh 14:24:56 + docker images 14:24:56 REPOSITORY TAG IMAGE ID CREATED SIZE 14:24:56 security-secretstore-setup latest ad97bce7ba55 2 seconds ago 28.5MB 14:24:56 core-command latest cdab95bec7a5 4 seconds ago 16.1MB 14:24:56 1cbfc920b239 7 seconds ago 1.61GB 14:24:56 33020efdd18a 7 seconds ago 1.63GB 14:24:56 core-metadata latest 0f16199feb8a 9 seconds ago 17MB 14:24:56 support-notifications latest 0e3179f99659 9 seconds ago 27MB 14:24:56 810576d52198 13 seconds ago 1.62GB 14:24:56 ce351bf95281 19 seconds ago 1.68GB 14:24:56 security-bootstrapper latest 9dbba5528c70 22 seconds ago 19.1MB 14:24:56 support-scheduler latest bf4ef16531b5 33 seconds ago 26.4MB 14:24:56 core-data latest bf14362820b5 33 seconds ago 22.5MB 14:24:56 security-spiffe-token-provider latest 91ef45f3d4c4 39 seconds ago 29MB 14:24:56 26139f1fe78a 43 seconds ago 1.67GB 14:24:56 c6901bfd8f7d 48 seconds ago 1.67GB 14:24:56 bff24b9b359a 48 seconds ago 1.65GB 14:24:56 584b89726e96 50 seconds ago 1.62GB 14:24:56 sys-mgmt-agent latest b72e31b1f19d About a minute ago 299MB 14:24:56 security-proxy-setup latest f6fa9fd161ab About a minute ago 26.9MB 14:24:56 139406e6b0c4 About a minute ago 1.62GB 14:24:56 security-spire-config latest a884d7e9f7e0 About a minute ago 86.7MB 14:24:56 0694f1a0ed54 About a minute ago 1.62GB 14:24:56 security-spire-agent latest af02a469ce77 About a minute ago 127MB 14:24:56 security-spire-server latest 57f6e74ba38c About a minute ago 87.3MB 14:24:56 96e6109e58b6 About a minute ago 1.52GB 14:24:56 58af42a1a268 About a minute ago 1.52GB 14:24:56 c03796b99971 About a minute ago 1.52GB 14:24:56 ci-base-image-x86_64 latest 1f2b5af70c91 4 minutes ago 1.02GB 14:24:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 4 weeks ago 680MB 14:24:56 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 4 weeks ago 253MB 14:24:56 docker 20.10.14 7417809fdb73 3 months ago 218MB 14:24:56 alpine 3.14 e04c818066af 3 months ago 5.59MB 14:24:56 alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB 14:24:56 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 14:24:56 provisioning config files... 14:24:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config1465168557164117135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:24:56 ---> docker-login.sh 14:24:56 nexus3.edgexfoundry.org:10001 14:24:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:56 Configure a credential helper to remove this warning. See 14:24:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:56 14:24:56 Login Succeeded 14:24:56 nexus3.edgexfoundry.org:10002 14:24:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:57 Configure a credential helper to remove this warning. See 14:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:57 14:24:57 Login Succeeded 14:24:57 nexus3.edgexfoundry.org:10003 14:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:57 Configure a credential helper to remove this warning. See 14:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:57 14:24:57 Login Succeeded 14:24:57 nexus3.edgexfoundry.org:10004 14:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:57 Configure a credential helper to remove this warning. See 14:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:57 14:24:57 Login Succeeded 14:24:57 docker.io 14:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:57 Configure a credential helper to remove this warning. See 14:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:57 14:24:57 Login Succeeded 14:24:57 ---> docker-login.sh ends [Pipeline] } 14:24:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:24:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:24:57 [edgeXDocker.push] Tagging docker image core-command with the following tags: 14:24:57 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:57 latest 14:24:57 2.2.1-dev.22 14:24:57 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:24:57 main 14:24:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:24:58 + docker push nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:24:58 24c1e6439b4c: Preparing 14:24:58 e801eae805dd: Preparing 14:24:58 0b53b8895870: Preparing 14:24:58 cddfaba95b15: Preparing 14:24:58 b541d28bf3b4: Preparing 14:24:58 b541d28bf3b4: Layer already exists 14:24:58 cddfaba95b15: Pushed 14:24:58 0b53b8895870: Pushed 14:24:58 24c1e6439b4c: Pushed 14:24:59 e801eae805dd: Pushed 14:24:59 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:00 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 14:25:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:25:00 24c1e6439b4c: Preparing 14:25:00 e801eae805dd: Preparing 14:25:00 0b53b8895870: Preparing 14:25:00 cddfaba95b15: Preparing 14:25:00 b541d28bf3b4: Preparing 14:25:00 b541d28bf3b4: Layer already exists 14:25:00 e801eae805dd: Layer already exists 14:25:00 24c1e6439b4c: Layer already exists 14:25:00 0b53b8895870: Layer already exists 14:25:00 cddfaba95b15: Layer already exists 14:25:00 latest: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:01 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 14:25:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:25:01 24c1e6439b4c: Preparing 14:25:01 e801eae805dd: Preparing 14:25:01 0b53b8895870: Preparing 14:25:01 cddfaba95b15: Preparing 14:25:01 b541d28bf3b4: Preparing 14:25:01 0b53b8895870: Layer already exists 14:25:01 24c1e6439b4c: Layer already exists 14:25:01 cddfaba95b15: Layer already exists 14:25:01 e801eae805dd: Layer already exists 14:25:01 b541d28bf3b4: Layer already exists 14:25:01 2.2.1-dev.22: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:01 + docker push nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:25:01 24c1e6439b4c: Preparing 14:25:01 e801eae805dd: Preparing 14:25:01 0b53b8895870: Preparing 14:25:01 cddfaba95b15: Preparing 14:25:01 b541d28bf3b4: Preparing 14:25:01 e801eae805dd: Layer already exists 14:25:01 0b53b8895870: Layer already exists 14:25:01 b541d28bf3b4: Layer already exists 14:25:01 24c1e6439b4c: Layer already exists 14:25:01 cddfaba95b15: Layer already exists 14:25:01 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:02 + docker push nexus3.edgexfoundry.org:10004/core-command:main 14:25:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 14:25:02 24c1e6439b4c: Preparing 14:25:02 e801eae805dd: Preparing 14:25:02 0b53b8895870: Preparing 14:25:02 cddfaba95b15: Preparing 14:25:02 b541d28bf3b4: Preparing 14:25:02 b541d28bf3b4: Layer already exists 14:25:02 e801eae805dd: Layer already exists 14:25:02 0b53b8895870: Layer already exists 14:25:02 24c1e6439b4c: Layer already exists 14:25:02 cddfaba95b15: Layer already exists 14:25:02 main: digest: sha256:645cf10eb48506dc772d9b13ae48062564cec24adf2d5e95c8eab504114a5ac4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:02 ===================================================== [Pipeline] echo 14:25:02 taggedImages: 14:25:02 - nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:02 - nexus3.edgexfoundry.org:10004/core-command:latest 14:25:02 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.22 14:25:02 - nexus3.edgexfoundry.org:10004/core-command:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:02 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 14:25:02 [edgeXDocker.push] Tagging docker image core-data with the following tags: 14:25:02 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:02 latest 14:25:02 2.2.1-dev.22 14:25:02 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:02 main 14:25:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:03 + docker push nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:25:03 404e21463424: Preparing 14:25:03 b3b5d9323a21: Preparing 14:25:03 0b53b8895870: Preparing 14:25:03 7ac5c827d997: Preparing 14:25:03 412f8ac30844: Preparing 14:25:03 b541d28bf3b4: Preparing 14:25:03 b541d28bf3b4: Waiting 14:25:03 0b53b8895870: Layer already exists 14:25:03 b541d28bf3b4: Layer already exists 14:25:03 412f8ac30844: Pushed 14:25:03 404e21463424: Pushed 14:25:03 7ac5c827d997: Pushed 14:25:04 b3b5d9323a21: Pushed 14:25:04 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:05 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 14:25:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:25:05 404e21463424: Preparing 14:25:05 b3b5d9323a21: Preparing 14:25:05 0b53b8895870: Preparing 14:25:05 7ac5c827d997: Preparing 14:25:05 412f8ac30844: Preparing 14:25:05 b541d28bf3b4: Preparing 14:25:05 b541d28bf3b4: Waiting 14:25:05 b3b5d9323a21: Layer already exists 14:25:05 404e21463424: Layer already exists 14:25:05 412f8ac30844: Layer already exists 14:25:05 0b53b8895870: Layer already exists 14:25:05 7ac5c827d997: Layer already exists 14:25:05 b541d28bf3b4: Layer already exists 14:25:05 latest: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:05 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 14:25:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:25:05 404e21463424: Preparing 14:25:05 b3b5d9323a21: Preparing 14:25:05 0b53b8895870: Preparing 14:25:05 7ac5c827d997: Preparing 14:25:05 412f8ac30844: Preparing 14:25:05 b541d28bf3b4: Preparing 14:25:05 b541d28bf3b4: Waiting 14:25:05 0b53b8895870: Layer already exists 14:25:05 b3b5d9323a21: Layer already exists 14:25:05 7ac5c827d997: Layer already exists 14:25:05 404e21463424: Layer already exists 14:25:05 412f8ac30844: Layer already exists 14:25:05 b541d28bf3b4: Layer already exists 14:25:05 2.2.1-dev.22: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:06 + docker push nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:25:06 404e21463424: Preparing 14:25:06 b3b5d9323a21: Preparing 14:25:06 0b53b8895870: Preparing 14:25:06 7ac5c827d997: Preparing 14:25:06 412f8ac30844: Preparing 14:25:06 b541d28bf3b4: Preparing 14:25:06 b541d28bf3b4: Waiting 14:25:06 0b53b8895870: Layer already exists 14:25:06 b3b5d9323a21: Layer already exists 14:25:06 7ac5c827d997: Layer already exists 14:25:06 412f8ac30844: Layer already exists 14:25:06 404e21463424: Layer already exists 14:25:06 b541d28bf3b4: Layer already exists 14:25:06 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:07 + docker push nexus3.edgexfoundry.org:10004/core-data:main 14:25:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 14:25:07 404e21463424: Preparing 14:25:07 b3b5d9323a21: Preparing 14:25:07 0b53b8895870: Preparing 14:25:07 7ac5c827d997: Preparing 14:25:07 412f8ac30844: Preparing 14:25:07 b541d28bf3b4: Preparing 14:25:07 b541d28bf3b4: Waiting 14:25:07 b3b5d9323a21: Layer already exists 14:25:07 0b53b8895870: Layer already exists 14:25:07 412f8ac30844: Layer already exists 14:25:07 404e21463424: Layer already exists 14:25:07 7ac5c827d997: Layer already exists 14:25:07 b541d28bf3b4: Layer already exists 14:25:07 main: digest: sha256:55cb646a85e1417e4ab6666564eb1131a21d9671729b43bfb9f6ae44aca65367 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:07 ===================================================== [Pipeline] echo 14:25:07 taggedImages: 14:25:07 - nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:07 - nexus3.edgexfoundry.org:10004/core-data:latest 14:25:07 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.22 14:25:07 - nexus3.edgexfoundry.org:10004/core-data:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:07 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 14:25:07 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 14:25:07 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:07 latest 14:25:07 2.2.1-dev.22 14:25:07 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:07 main 14:25:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:25:08 f803d689997a: Preparing 14:25:08 102ad32bbe0a: Preparing 14:25:08 0b53b8895870: Preparing 14:25:08 cddfaba95b15: Preparing 14:25:08 b541d28bf3b4: Preparing 14:25:08 b541d28bf3b4: Layer already exists 14:25:08 0b53b8895870: Layer already exists 14:25:08 cddfaba95b15: Layer already exists 14:25:08 f803d689997a: Pushed 14:25:09 102ad32bbe0a: Pushed 14:25:09 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 14:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:25:10 f803d689997a: Preparing 14:25:10 102ad32bbe0a: Preparing 14:25:10 0b53b8895870: Preparing 14:25:10 cddfaba95b15: Preparing 14:25:10 b541d28bf3b4: Preparing 14:25:10 b541d28bf3b4: Layer already exists 14:25:10 0b53b8895870: Layer already exists 14:25:10 f803d689997a: Layer already exists 14:25:10 cddfaba95b15: Layer already exists 14:25:10 102ad32bbe0a: Layer already exists 14:25:10 latest: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 14:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:25:10 f803d689997a: Preparing 14:25:10 102ad32bbe0a: Preparing 14:25:10 0b53b8895870: Preparing 14:25:10 cddfaba95b15: Preparing 14:25:10 b541d28bf3b4: Preparing 14:25:10 0b53b8895870: Layer already exists 14:25:10 cddfaba95b15: Layer already exists 14:25:10 102ad32bbe0a: Layer already exists 14:25:10 f803d689997a: Layer already exists 14:25:10 b541d28bf3b4: Layer already exists 14:25:10 2.2.1-dev.22: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:25:11 f803d689997a: Preparing 14:25:11 102ad32bbe0a: Preparing 14:25:11 0b53b8895870: Preparing 14:25:11 cddfaba95b15: Preparing 14:25:11 b541d28bf3b4: Preparing 14:25:11 cddfaba95b15: Layer already exists 14:25:11 102ad32bbe0a: Layer already exists 14:25:11 f803d689997a: Layer already exists 14:25:11 b541d28bf3b4: Layer already exists 14:25:11 0b53b8895870: Layer already exists 14:25:11 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 14:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 14:25:12 f803d689997a: Preparing 14:25:12 102ad32bbe0a: Preparing 14:25:12 0b53b8895870: Preparing 14:25:12 cddfaba95b15: Preparing 14:25:12 b541d28bf3b4: Preparing 14:25:12 0b53b8895870: Layer already exists 14:25:12 b541d28bf3b4: Layer already exists 14:25:12 cddfaba95b15: Layer already exists 14:25:12 f803d689997a: Layer already exists 14:25:12 102ad32bbe0a: Layer already exists 14:25:12 main: digest: sha256:950ae260a1b1bbdf8a5bb20318a4c072d11420316ff7a7e4c28d59220fdeab0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:12 ===================================================== [Pipeline] echo 14:25:12 taggedImages: 14:25:12 - nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:12 - nexus3.edgexfoundry.org:10004/core-metadata:latest 14:25:12 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.22 14:25:12 - nexus3.edgexfoundry.org:10004/core-metadata:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:12 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 14:25:12 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 14:25:12 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:12 latest 14:25:12 2.2.1-dev.22 14:25:12 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:12 main 14:25:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:25:12 b5adaf9a86e6: Preparing 14:25:12 b5adaf9a86e6: Preparing 14:25:12 0a9f62279af1: Preparing 14:25:12 2960f47e962a: Preparing 14:25:12 f4da51b061f3: Preparing 14:25:12 8f812780203b: Preparing 14:25:12 0b53b8895870: Preparing 14:25:12 8f5096000276: Preparing 14:25:12 9e94b2da3dc8: Preparing 14:25:12 7013e5bd9d03: Preparing 14:25:12 1057e06e5eb0: Preparing 14:25:12 b541d28bf3b4: Preparing 14:25:12 8f5096000276: Waiting 14:25:12 9e94b2da3dc8: Waiting 14:25:12 7013e5bd9d03: Waiting 14:25:12 b541d28bf3b4: Waiting 14:25:12 1057e06e5eb0: Waiting 14:25:12 0b53b8895870: Waiting 14:25:12 b5adaf9a86e6: Pushed 14:25:12 2960f47e962a: Pushed 14:25:12 f4da51b061f3: Pushed 14:25:12 0a9f62279af1: Pushed 14:25:12 0b53b8895870: Layer already exists 14:25:13 8f5096000276: Pushed 14:25:13 b541d28bf3b4: Layer already exists 14:25:13 1057e06e5eb0: Pushed 14:25:13 7013e5bd9d03: Pushed 14:25:13 9e94b2da3dc8: Pushed 14:25:14 8f812780203b: Pushed 14:25:14 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:25:15 b5adaf9a86e6: Preparing 14:25:15 b5adaf9a86e6: Preparing 14:25:15 0a9f62279af1: Preparing 14:25:15 2960f47e962a: Preparing 14:25:15 f4da51b061f3: Preparing 14:25:15 8f812780203b: Preparing 14:25:15 0b53b8895870: Preparing 14:25:15 8f5096000276: Preparing 14:25:15 9e94b2da3dc8: Preparing 14:25:15 7013e5bd9d03: Preparing 14:25:15 1057e06e5eb0: Preparing 14:25:15 b541d28bf3b4: Preparing 14:25:15 0b53b8895870: Waiting 14:25:15 8f5096000276: Waiting 14:25:15 9e94b2da3dc8: Waiting 14:25:15 7013e5bd9d03: Waiting 14:25:15 b541d28bf3b4: Waiting 14:25:15 1057e06e5eb0: Waiting 14:25:15 b5adaf9a86e6: Layer already exists 14:25:15 2960f47e962a: Layer already exists 14:25:15 8f812780203b: Layer already exists 14:25:15 0a9f62279af1: Layer already exists 14:25:15 f4da51b061f3: Layer already exists 14:25:15 1057e06e5eb0: Layer already exists 14:25:15 7013e5bd9d03: Layer already exists 14:25:15 0b53b8895870: Layer already exists 14:25:15 9e94b2da3dc8: Layer already exists 14:25:15 8f5096000276: Layer already exists 14:25:15 b541d28bf3b4: Layer already exists 14:25:15 latest: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 14:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:25:15 b5adaf9a86e6: Preparing 14:25:15 b5adaf9a86e6: Preparing 14:25:15 0a9f62279af1: Preparing 14:25:15 2960f47e962a: Preparing 14:25:15 f4da51b061f3: Preparing 14:25:15 8f812780203b: Preparing 14:25:15 0b53b8895870: Preparing 14:25:15 8f5096000276: Preparing 14:25:15 9e94b2da3dc8: Preparing 14:25:15 7013e5bd9d03: Preparing 14:25:15 1057e06e5eb0: Preparing 14:25:15 b541d28bf3b4: Preparing 14:25:15 9e94b2da3dc8: Waiting 14:25:15 0b53b8895870: Waiting 14:25:15 8f5096000276: Waiting 14:25:15 7013e5bd9d03: Waiting 14:25:15 b541d28bf3b4: Waiting 14:25:15 1057e06e5eb0: Waiting 14:25:15 2960f47e962a: Layer already exists 14:25:15 b5adaf9a86e6: Layer already exists 14:25:15 8f812780203b: Layer already exists 14:25:15 0a9f62279af1: Layer already exists 14:25:15 f4da51b061f3: Layer already exists 14:25:15 0b53b8895870: Layer already exists 14:25:15 8f5096000276: Layer already exists 14:25:15 9e94b2da3dc8: Layer already exists 14:25:15 7013e5bd9d03: Layer already exists 14:25:15 1057e06e5eb0: Layer already exists 14:25:15 b541d28bf3b4: Layer already exists 14:25:15 2.2.1-dev.22: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:25:16 b5adaf9a86e6: Preparing 14:25:16 b5adaf9a86e6: Preparing 14:25:16 0a9f62279af1: Preparing 14:25:16 2960f47e962a: Preparing 14:25:16 f4da51b061f3: Preparing 14:25:16 8f812780203b: Preparing 14:25:16 0b53b8895870: Preparing 14:25:16 8f5096000276: Preparing 14:25:16 9e94b2da3dc8: Preparing 14:25:16 7013e5bd9d03: Preparing 14:25:16 1057e06e5eb0: Preparing 14:25:16 b541d28bf3b4: Preparing 14:25:16 9e94b2da3dc8: Waiting 14:25:16 7013e5bd9d03: Waiting 14:25:16 1057e06e5eb0: Waiting 14:25:16 0b53b8895870: Waiting 14:25:16 8f5096000276: Waiting 14:25:16 b5adaf9a86e6: Layer already exists 14:25:16 f4da51b061f3: Layer already exists 14:25:16 0a9f62279af1: Layer already exists 14:25:16 8f812780203b: Layer already exists 14:25:16 2960f47e962a: Layer already exists 14:25:16 0b53b8895870: Layer already exists 14:25:16 9e94b2da3dc8: Layer already exists 14:25:16 8f5096000276: Layer already exists 14:25:16 7013e5bd9d03: Layer already exists 14:25:16 1057e06e5eb0: Layer already exists 14:25:16 b541d28bf3b4: Layer already exists 14:25:16 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 14:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 14:25:16 b5adaf9a86e6: Preparing 14:25:16 b5adaf9a86e6: Preparing 14:25:16 0a9f62279af1: Preparing 14:25:16 2960f47e962a: Preparing 14:25:16 f4da51b061f3: Preparing 14:25:16 8f812780203b: Preparing 14:25:16 0b53b8895870: Preparing 14:25:16 8f5096000276: Preparing 14:25:16 9e94b2da3dc8: Preparing 14:25:16 7013e5bd9d03: Preparing 14:25:16 1057e06e5eb0: Preparing 14:25:16 b541d28bf3b4: Preparing 14:25:16 8f5096000276: Waiting 14:25:16 0b53b8895870: Waiting 14:25:16 9e94b2da3dc8: Waiting 14:25:16 7013e5bd9d03: Waiting 14:25:16 1057e06e5eb0: Waiting 14:25:16 b541d28bf3b4: Waiting 14:25:16 b5adaf9a86e6: Layer already exists 14:25:16 8f812780203b: Layer already exists 14:25:16 f4da51b061f3: Layer already exists 14:25:16 2960f47e962a: Layer already exists 14:25:16 0a9f62279af1: Layer already exists 14:25:16 0b53b8895870: Layer already exists 14:25:16 8f5096000276: Layer already exists 14:25:16 1057e06e5eb0: Layer already exists 14:25:16 9e94b2da3dc8: Layer already exists 14:25:16 7013e5bd9d03: Layer already exists 14:25:16 b541d28bf3b4: Layer already exists 14:25:16 main: digest: sha256:23fc6af649f06c19003f4fd630f781aa2f8317a1c3708743391b5a029557ea47 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:16 ===================================================== [Pipeline] echo 14:25:17 taggedImages: 14:25:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 14:25:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.22 14:25:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 14:25:17 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 14:25:17 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:17 latest 14:25:17 2.2.1-dev.22 14:25:17 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:17 main 14:25:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:25:17 0f249af2fecf: Preparing 14:25:17 43961513eca6: Preparing 14:25:17 3455d31fde10: Preparing 14:25:17 9f58c5ba16e2: Preparing 14:25:17 e5fa92dac1bd: Preparing 14:25:17 17d57a7e7550: Preparing 14:25:17 90e0f9bb8b26: Preparing 14:25:17 b541d28bf3b4: Preparing 14:25:17 90e0f9bb8b26: Waiting 14:25:17 b541d28bf3b4: Waiting 14:25:17 17d57a7e7550: Waiting 14:25:17 0f249af2fecf: Pushed 14:25:17 43961513eca6: Pushed 14:25:17 e5fa92dac1bd: Pushed 14:25:17 b541d28bf3b4: Layer already exists 14:25:17 17d57a7e7550: Pushed 14:25:18 90e0f9bb8b26: Pushed 14:25:18 9f58c5ba16e2: Pushed 14:25:18 3455d31fde10: Pushed 14:25:18 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:25:19 0f249af2fecf: Preparing 14:25:19 43961513eca6: Preparing 14:25:19 3455d31fde10: Preparing 14:25:19 9f58c5ba16e2: Preparing 14:25:19 e5fa92dac1bd: Preparing 14:25:19 17d57a7e7550: Preparing 14:25:19 90e0f9bb8b26: Preparing 14:25:19 b541d28bf3b4: Preparing 14:25:19 90e0f9bb8b26: Waiting 14:25:19 17d57a7e7550: Waiting 14:25:19 b541d28bf3b4: Waiting 14:25:19 e5fa92dac1bd: Layer already exists 14:25:19 3455d31fde10: Layer already exists 14:25:19 43961513eca6: Layer already exists 14:25:19 0f249af2fecf: Layer already exists 14:25:19 9f58c5ba16e2: Layer already exists 14:25:19 17d57a7e7550: Layer already exists 14:25:19 90e0f9bb8b26: Layer already exists 14:25:19 b541d28bf3b4: Layer already exists 14:25:19 latest: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 14:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:25:20 0f249af2fecf: Preparing 14:25:20 43961513eca6: Preparing 14:25:20 3455d31fde10: Preparing 14:25:20 9f58c5ba16e2: Preparing 14:25:20 e5fa92dac1bd: Preparing 14:25:20 17d57a7e7550: Preparing 14:25:20 90e0f9bb8b26: Preparing 14:25:20 b541d28bf3b4: Preparing 14:25:20 17d57a7e7550: Waiting 14:25:20 90e0f9bb8b26: Waiting 14:25:20 b541d28bf3b4: Waiting 14:25:20 e5fa92dac1bd: Layer already exists 14:25:20 9f58c5ba16e2: Layer already exists 14:25:20 3455d31fde10: Layer already exists 14:25:20 0f249af2fecf: Layer already exists 14:25:20 43961513eca6: Layer already exists 14:25:20 17d57a7e7550: Layer already exists 14:25:20 90e0f9bb8b26: Layer already exists 14:25:20 b541d28bf3b4: Layer already exists 14:25:20 2.2.1-dev.22: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:25:20 0f249af2fecf: Preparing 14:25:20 43961513eca6: Preparing 14:25:20 3455d31fde10: Preparing 14:25:20 9f58c5ba16e2: Preparing 14:25:20 e5fa92dac1bd: Preparing 14:25:20 17d57a7e7550: Preparing 14:25:20 90e0f9bb8b26: Preparing 14:25:20 b541d28bf3b4: Preparing 14:25:20 17d57a7e7550: Waiting 14:25:20 90e0f9bb8b26: Waiting 14:25:20 b541d28bf3b4: Waiting 14:25:20 3455d31fde10: Layer already exists 14:25:20 e5fa92dac1bd: Layer already exists 14:25:20 43961513eca6: Layer already exists 14:25:20 0f249af2fecf: Layer already exists 14:25:20 9f58c5ba16e2: Layer already exists 14:25:20 17d57a7e7550: Layer already exists 14:25:20 b541d28bf3b4: Layer already exists 14:25:20 90e0f9bb8b26: Layer already exists 14:25:20 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 14:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 14:25:21 0f249af2fecf: Preparing 14:25:21 43961513eca6: Preparing 14:25:21 3455d31fde10: Preparing 14:25:21 9f58c5ba16e2: Preparing 14:25:21 e5fa92dac1bd: Preparing 14:25:21 17d57a7e7550: Preparing 14:25:21 90e0f9bb8b26: Preparing 14:25:21 b541d28bf3b4: Preparing 14:25:21 17d57a7e7550: Waiting 14:25:21 90e0f9bb8b26: Waiting 14:25:21 b541d28bf3b4: Waiting 14:25:21 0f249af2fecf: Layer already exists 14:25:21 3455d31fde10: Layer already exists 14:25:21 9f58c5ba16e2: Layer already exists 14:25:21 43961513eca6: Layer already exists 14:25:21 e5fa92dac1bd: Layer already exists 14:25:21 17d57a7e7550: Layer already exists 14:25:21 b541d28bf3b4: Layer already exists 14:25:21 90e0f9bb8b26: Layer already exists 14:25:21 main: digest: sha256:37a49dd930c8e55b9662b1894f3674b9628ff370fdb40b60daa49bad53220a2b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:21 ===================================================== [Pipeline] echo 14:25:21 taggedImages: 14:25:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 14:25:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.22 14:25:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 14:25:21 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 14:25:21 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:21 latest 14:25:21 2.2.1-dev.22 14:25:21 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:21 main 14:25:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:25:22 64d244df091a: Preparing 14:25:22 e12e54822b82: Preparing 14:25:22 bb34e6e38d6d: Preparing 14:25:22 5ec80145add3: Preparing 14:25:22 89f045d0ef06: Preparing 14:25:22 ee895e853f2a: Preparing 14:25:22 5116e566d0b4: Preparing 14:25:22 bade34f275ce: Preparing 14:25:22 96957d88cfb7: Preparing 14:25:22 b541d28bf3b4: Preparing 14:25:22 5116e566d0b4: Waiting 14:25:22 bade34f275ce: Waiting 14:25:22 96957d88cfb7: Waiting 14:25:22 b541d28bf3b4: Waiting 14:25:22 ee895e853f2a: Waiting 14:25:22 89f045d0ef06: Pushed 14:25:22 e12e54822b82: Pushed 14:25:22 64d244df091a: Pushed 14:25:22 5116e566d0b4: Pushed 14:25:22 ee895e853f2a: Pushed 14:25:22 bade34f275ce: Pushed 14:25:22 b541d28bf3b4: Layer already exists 14:25:22 96957d88cfb7: Pushed 14:25:22 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:25:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:25:22 ---> 449e3314755a 14:25:22 Step 3/25 : WORKDIR /edgex-go 14:25:22 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:25:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:25:22 ---> 449e3314755a 14:25:22 Step 3/25 : WORKDIR /edgex-go 14:25:22 ---> Running in 4ad599502883 14:25:22 ---> Running in 37fe2bf8a2bd 14:25:22 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:25:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:25:22 ---> 449e3314755a 14:25:22 Step 3/22 : WORKDIR /edgex-go 14:25:22 ---> Running in fc57b21d39e7 14:25:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:25:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:25:22 ---> 449e3314755a 14:25:22 Step 3/23 : WORKDIR /edgex-go 14:25:22 ---> Running in b2b66f414abe 14:25:22 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:25:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:25:22 ---> 449e3314755a 14:25:22 Step 3/26 : WORKDIR /edgex-go 14:25:22 ---> Running in 42d1d577e8f9 14:25:22 Removing intermediate container 4ad599502883 14:25:22 ---> 54f4f7b78f7c 14:25:22 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:22 Removing intermediate container 37fe2bf8a2bd 14:25:22 ---> ebe5552174e2 14:25:22 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:22 Removing intermediate container b2b66f414abe 14:25:22 ---> 76bfd2c40f49 14:25:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:22 Removing intermediate container fc57b21d39e7 14:25:22 ---> 8f2528c0398e 14:25:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:22 ---> Running in 2436214df9e9 14:25:22 ---> Running in 61d2f3d1299a 14:25:22 ---> Running in f3c9399cda38 14:25:22 Removing intermediate container 42d1d577e8f9 14:25:22 ---> c054bbe748b3 14:25:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:22 ---> Running in 4e3407b2ec55 14:25:22 ---> Running in 501778a9b45d 14:25:23 5ec80145add3: Pushed 14:25:23 bb34e6e38d6d: Pushed 14:25:23 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:24 Removing intermediate container f3c9399cda38 14:25:24 ---> f479b0cb5a8c 14:25:24 Step 5/25 : RUN apk add --update --no-cache make git 14:25:24 ---> Running in 42344fb7b0d0 14:25:24 Removing intermediate container 2436214df9e9 14:25:24 ---> 23fd52bb1c07 14:25:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 14:25:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:24 ---> Running in b0cad4abc675 14:25:24 Removing intermediate container 61d2f3d1299a 14:25:24 ---> 232c9271c78e 14:25:24 Step 5/22 : RUN apk add --update --no-cache make git 14:25:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:25:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:25:24 64d244df091a: Preparing 14:25:24 e12e54822b82: Preparing 14:25:24 bb34e6e38d6d: Preparing 14:25:24 5ec80145add3: Preparing 14:25:24 89f045d0ef06: Preparing 14:25:24 ee895e853f2a: Preparing 14:25:24 5116e566d0b4: Preparing 14:25:24 bade34f275ce: Preparing 14:25:24 96957d88cfb7: Preparing 14:25:24 b541d28bf3b4: Preparing 14:25:24 5116e566d0b4: Waiting 14:25:24 bade34f275ce: Waiting 14:25:24 96957d88cfb7: Waiting 14:25:24 b541d28bf3b4: Waiting 14:25:24 ee895e853f2a: Waiting 14:25:24 e12e54822b82: Layer already exists 14:25:24 5ec80145add3: Layer already exists 14:25:24 bb34e6e38d6d: Layer already exists 14:25:24 64d244df091a: Layer already exists 14:25:24 89f045d0ef06: Layer already exists 14:25:24 5116e566d0b4: Layer already exists 14:25:24 bade34f275ce: Layer already exists 14:25:24 ee895e853f2a: Layer already exists 14:25:24 96957d88cfb7: Layer already exists 14:25:24 b541d28bf3b4: Layer already exists 14:25:24 latest: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:24 ---> Running in e9ef4b7cea4a 14:25:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:24 Removing intermediate container 4e3407b2ec55 14:25:24 ---> 4a419509e142 14:25:24 Step 5/23 : RUN apk add --update --no-cache make git 14:25:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 14:25:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:25:25 64d244df091a: Preparing 14:25:25 e12e54822b82: Preparing 14:25:25 bb34e6e38d6d: Preparing 14:25:25 5ec80145add3: Preparing 14:25:25 89f045d0ef06: Preparing 14:25:25 ee895e853f2a: Preparing 14:25:25 5116e566d0b4: Preparing 14:25:25 bade34f275ce: Preparing 14:25:25 96957d88cfb7: Preparing 14:25:25 b541d28bf3b4: Preparing 14:25:25 ee895e853f2a: Waiting 14:25:25 5116e566d0b4: Waiting 14:25:25 bade34f275ce: Waiting 14:25:25 96957d88cfb7: Waiting 14:25:25 b541d28bf3b4: Waiting 14:25:25 e12e54822b82: Layer already exists 14:25:25 89f045d0ef06: Layer already exists 14:25:25 5ec80145add3: Layer already exists 14:25:25 bb34e6e38d6d: Layer already exists 14:25:25 64d244df091a: Layer already exists 14:25:25 ee895e853f2a: Layer already exists 14:25:25 bade34f275ce: Layer already exists 14:25:25 b541d28bf3b4: Layer already exists 14:25:25 5116e566d0b4: Layer already exists 14:25:25 96957d88cfb7: Layer already exists 14:25:25 2.2.1-dev.22: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:25 Removing intermediate container 501778a9b45d 14:25:25 ---> 5a99e8ad9bc4 14:25:25 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 14:25:25 ---> Running in 07cee4c24ddf 14:25:25 ---> Running in 75a876044693 14:25:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:25:25 64d244df091a: Preparing 14:25:25 e12e54822b82: Preparing 14:25:25 bb34e6e38d6d: Preparing 14:25:25 5ec80145add3: Preparing 14:25:25 89f045d0ef06: Preparing 14:25:25 ee895e853f2a: Preparing 14:25:25 5116e566d0b4: Preparing 14:25:25 bade34f275ce: Preparing 14:25:25 96957d88cfb7: Preparing 14:25:25 b541d28bf3b4: Preparing 14:25:25 5116e566d0b4: Waiting 14:25:25 96957d88cfb7: Waiting 14:25:25 b541d28bf3b4: Waiting 14:25:25 bade34f275ce: Waiting 14:25:25 e12e54822b82: Layer already exists 14:25:25 bb34e6e38d6d: Layer already exists 14:25:25 89f045d0ef06: Layer already exists 14:25:25 64d244df091a: Layer already exists 14:25:25 5ec80145add3: Layer already exists 14:25:25 ee895e853f2a: Layer already exists 14:25:25 5116e566d0b4: Layer already exists 14:25:25 96957d88cfb7: Layer already exists 14:25:25 b541d28bf3b4: Layer already exists 14:25:25 bade34f275ce: Layer already exists 14:25:25 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 14:25:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 14:25:26 64d244df091a: Preparing 14:25:26 e12e54822b82: Preparing 14:25:26 bb34e6e38d6d: Preparing 14:25:26 5ec80145add3: Preparing 14:25:26 89f045d0ef06: Preparing 14:25:26 ee895e853f2a: Preparing 14:25:26 5116e566d0b4: Preparing 14:25:26 bade34f275ce: Preparing 14:25:26 96957d88cfb7: Preparing 14:25:26 b541d28bf3b4: Preparing 14:25:26 5116e566d0b4: Waiting 14:25:26 bade34f275ce: Waiting 14:25:26 b541d28bf3b4: Waiting 14:25:26 e12e54822b82: Layer already exists 14:25:26 64d244df091a: Layer already exists 14:25:26 bb34e6e38d6d: Layer already exists 14:25:26 5ec80145add3: Layer already exists 14:25:26 89f045d0ef06: Layer already exists 14:25:26 ee895e853f2a: Layer already exists 14:25:26 5116e566d0b4: Layer already exists 14:25:26 bade34f275ce: Layer already exists 14:25:26 b541d28bf3b4: Layer already exists 14:25:26 96957d88cfb7: Layer already exists 14:25:26 main: digest: sha256:e2b77342c29fd066cb236ed6cfc825d6315565ed132d5bb48bce1d41e6480d1d size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:26 ===================================================== [Pipeline] echo 14:25:26 taggedImages: 14:25:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 14:25:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.22 14:25:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 14:25:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 14:25:26 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:26 latest 14:25:26 2.2.1-dev.22 14:25:26 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:26 main 14:25:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:25:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:25:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:25:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:25:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:25:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:25:27 53188b9bf75d: Preparing 14:25:27 45adc3949654: Preparing 14:25:27 0b53b8895870: Preparing 14:25:27 11f879640203: Preparing 14:25:27 5bb4efaf48c7: Preparing 14:25:27 4fc242d58285: Preparing 14:25:27 4fc242d58285: Waiting 14:25:27 0b53b8895870: Layer already exists 14:25:27 4fc242d58285: Layer already exists 14:25:27 53188b9bf75d: Pushed 14:25:27 5bb4efaf48c7: Pushed 14:25:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:25:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:25:27 11f879640203: Pushed 14:25:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:25:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:25:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:25:28 OK: 220 MiB in 52 packages 14:25:28 OK: 220 MiB in 52 packages 14:25:28 45adc3949654: Pushed 14:25:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv 14:25:29 OK: 220 MiB in 52 packages 14:25:29 OK: 220 MiB in 52 packages 14:25:29 OK: 220 MiB in 52 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:25:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:25:29 53188b9bf75d: Preparing 14:25:29 45adc3949654: Preparing 14:25:29 0b53b8895870: Preparing 14:25:29 11f879640203: Preparing 14:25:29 5bb4efaf48c7: Preparing 14:25:29 4fc242d58285: Preparing 14:25:29 4fc242d58285: Waiting 14:25:29 53188b9bf75d: Layer already exists 14:25:29 0b53b8895870: Layer already exists 14:25:29 45adc3949654: Layer already exists 14:25:29 11f879640203: Layer already exists 14:25:29 5bb4efaf48c7: Layer already exists 14:25:29 4fc242d58285: Layer already exists 14:25:29 latest: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 14:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:25:30 53188b9bf75d: Preparing 14:25:30 45adc3949654: Preparing 14:25:30 0b53b8895870: Preparing 14:25:30 11f879640203: Preparing 14:25:30 5bb4efaf48c7: Preparing 14:25:30 4fc242d58285: Preparing 14:25:30 45adc3949654: Layer already exists 14:25:30 11f879640203: Layer already exists 14:25:30 53188b9bf75d: Layer already exists 14:25:30 0b53b8895870: Layer already exists 14:25:30 5bb4efaf48c7: Layer already exists 14:25:30 4fc242d58285: Layer already exists 14:25:30 2.2.1-dev.22: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:30 Removing intermediate container 42344fb7b0d0 14:25:30 ---> 4bbabf95a804 14:25:30 Step 6/25 : COPY go.mod vendor* ./ 14:25:30 Removing intermediate container b0cad4abc675 14:25:30 ---> b917e4369118 14:25:30 Step 6/25 : COPY go.mod vendor* ./ 14:25:30 Removing intermediate container 75a876044693 14:25:30 ---> da64e4c6d11e 14:25:30 Step 6/26 : COPY go.mod vendor* ./ 14:25:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:25:30 53188b9bf75d: Preparing 14:25:30 45adc3949654: Preparing 14:25:30 0b53b8895870: Preparing 14:25:30 11f879640203: Preparing 14:25:30 5bb4efaf48c7: Preparing 14:25:30 4fc242d58285: Preparing 14:25:30 4fc242d58285: Waiting 14:25:30 53188b9bf75d: Layer already exists 14:25:30 11f879640203: Layer already exists 14:25:30 45adc3949654: Layer already exists 14:25:30 5bb4efaf48c7: Layer already exists 14:25:30 0b53b8895870: Layer already exists 14:25:30 4fc242d58285: Layer already exists 14:25:30 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:31 Removing intermediate container 07cee4c24ddf 14:25:31 ---> bf7f1154ce71 14:25:31 Step 6/23 : COPY go.mod vendor* ./ 14:25:31 Removing intermediate container e9ef4b7cea4a 14:25:31 ---> 4a74fd73ae0c 14:25:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:31 Step 6/22 : COPY go.mod vendor* ./ 14:25:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 14:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 14:25:31 53188b9bf75d: Preparing 14:25:31 45adc3949654: Preparing 14:25:31 0b53b8895870: Preparing 14:25:31 11f879640203: Preparing 14:25:31 5bb4efaf48c7: Preparing 14:25:31 4fc242d58285: Preparing 14:25:31 4fc242d58285: Waiting 14:25:31 11f879640203: Layer already exists 14:25:31 0b53b8895870: Layer already exists 14:25:31 5bb4efaf48c7: Layer already exists 14:25:31 53188b9bf75d: Layer already exists 14:25:31 45adc3949654: Layer already exists 14:25:31 4fc242d58285: Layer already exists 14:25:31 main: digest: sha256:9b45bc855fbcc3da23af9374ecef0a8e5ac85e29d18f9452d07289b8cfe49bcb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:31 ===================================================== [Pipeline] echo 14:25:31 taggedImages: 14:25:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 14:25:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.22 14:25:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 14:25:31 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 14:25:31 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:31 latest 14:25:31 2.2.1-dev.22 14:25:31 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:31 main 14:25:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:31 ---> b8e573d9555c 14:25:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:31 ---> Running in 20d92762919d 14:25:31 ---> 4e2ceddc0b30 14:25:31 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:25:32 1662e390be45: Preparing 14:25:32 124017417278: Preparing 14:25:32 227c3a0eb210: Preparing 14:25:32 8096aef7b5b9: Preparing 14:25:32 c57183c0387a: Preparing 14:25:32 d0b367155338: Preparing 14:25:32 5bb4efaf48c7: Preparing 14:25:32 4fc242d58285: Preparing 14:25:32 d0b367155338: Waiting 14:25:32 5bb4efaf48c7: Waiting 14:25:32 4fc242d58285: Waiting 14:25:32 124017417278: Pushed 14:25:32 227c3a0eb210: Pushed 14:25:32 1662e390be45: Pushed 14:25:32 5bb4efaf48c7: Layer already exists 14:25:32 4fc242d58285: Layer already exists 14:25:32 ---> Running in b18fa387493f 14:25:32 ---> a4fc254b7cac 14:25:32 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:32 ---> Running in 6901869c01c1 14:25:32 d0b367155338: Pushed 14:25:32 ---> 2b437d09ac5d 14:25:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:32 ---> 7f95ea1f42ab 14:25:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:25:32 ---> Running in b586ec4ec778 14:25:33 ---> Running in 40866b0faed8 14:25:36 c57183c0387a: Pushed 14:25:37 Removing intermediate container b18fa387493f 14:25:37 ---> f4d4e49b265f 14:25:37 Step 8/25 : COPY . . 14:25:38 Removing intermediate container 20d92762919d 14:25:38 ---> ef6e7ec71db7 14:25:38 Step 8/25 : COPY . . 14:25:38 8096aef7b5b9: Pushed 14:25:38 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 14:25:38 Removing intermediate container 6901869c01c1 14:25:38 ---> fd20699c37e6 14:25:38 Step 8/26 : COPY . . 14:25:38 Removing intermediate container b586ec4ec778 14:25:38 ---> 28c2fc7258ab 14:25:38 Step 8/22 : COPY . . [Pipeline] sh 14:25:38 Removing intermediate container 40866b0faed8 14:25:38 ---> e3f3246702b4 14:25:38 Step 8/23 : COPY . . 14:25:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:25:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:25:39 1662e390be45: Preparing 14:25:39 124017417278: Preparing 14:25:39 227c3a0eb210: Preparing 14:25:39 8096aef7b5b9: Preparing 14:25:39 c57183c0387a: Preparing 14:25:39 d0b367155338: Preparing 14:25:39 5bb4efaf48c7: Preparing 14:25:39 4fc242d58285: Preparing 14:25:39 5bb4efaf48c7: Waiting 14:25:39 4fc242d58285: Waiting 14:25:39 1662e390be45: Layer already exists 14:25:39 c57183c0387a: Layer already exists 14:25:39 124017417278: Layer already exists 14:25:39 8096aef7b5b9: Layer already exists 14:25:39 227c3a0eb210: Layer already exists 14:25:39 d0b367155338: Layer already exists 14:25:39 5bb4efaf48c7: Layer already exists 14:25:39 4fc242d58285: Layer already exists 14:25:39 latest: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 14:25:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:25:39 1662e390be45: Preparing 14:25:39 124017417278: Preparing 14:25:39 227c3a0eb210: Preparing 14:25:39 8096aef7b5b9: Preparing 14:25:39 c57183c0387a: Preparing 14:25:39 d0b367155338: Preparing 14:25:39 5bb4efaf48c7: Preparing 14:25:39 4fc242d58285: Preparing 14:25:39 d0b367155338: Waiting 14:25:39 5bb4efaf48c7: Waiting 14:25:39 4fc242d58285: Waiting 14:25:39 c57183c0387a: Layer already exists 14:25:39 8096aef7b5b9: Layer already exists 14:25:39 227c3a0eb210: Layer already exists 14:25:39 1662e390be45: Layer already exists 14:25:39 124017417278: Layer already exists 14:25:39 5bb4efaf48c7: Layer already exists 14:25:39 4fc242d58285: Layer already exists 14:25:39 d0b367155338: Layer already exists 14:25:39 2.2.1-dev.22: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:25:40 1662e390be45: Preparing 14:25:40 124017417278: Preparing 14:25:40 227c3a0eb210: Preparing 14:25:40 8096aef7b5b9: Preparing 14:25:40 c57183c0387a: Preparing 14:25:40 d0b367155338: Preparing 14:25:40 5bb4efaf48c7: Preparing 14:25:40 4fc242d58285: Preparing 14:25:40 d0b367155338: Waiting 14:25:40 5bb4efaf48c7: Waiting 14:25:40 4fc242d58285: Waiting 14:25:40 124017417278: Layer already exists 14:25:40 227c3a0eb210: Layer already exists 14:25:40 8096aef7b5b9: Layer already exists 14:25:40 1662e390be45: Layer already exists 14:25:40 c57183c0387a: Layer already exists 14:25:40 5bb4efaf48c7: Layer already exists 14:25:40 4fc242d58285: Layer already exists 14:25:40 d0b367155338: Layer already exists 14:25:40 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 14:25:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 14:25:41 1662e390be45: Preparing 14:25:41 124017417278: Preparing 14:25:41 227c3a0eb210: Preparing 14:25:41 8096aef7b5b9: Preparing 14:25:41 c57183c0387a: Preparing 14:25:41 d0b367155338: Preparing 14:25:41 5bb4efaf48c7: Preparing 14:25:41 4fc242d58285: Preparing 14:25:41 d0b367155338: Waiting 14:25:41 4fc242d58285: Waiting 14:25:41 5bb4efaf48c7: Waiting 14:25:41 227c3a0eb210: Layer already exists 14:25:41 c57183c0387a: Layer already exists 14:25:41 124017417278: Layer already exists 14:25:41 8096aef7b5b9: Layer already exists 14:25:41 1662e390be45: Layer already exists 14:25:41 4fc242d58285: Layer already exists 14:25:41 d0b367155338: Layer already exists 14:25:41 5bb4efaf48c7: Layer already exists 14:25:41 main: digest: sha256:44409c33d01027c89316535658c2dd6ec3e225df153c50f6d9953e17e44a4a92 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:41 ===================================================== [Pipeline] echo 14:25:41 taggedImages: 14:25:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 14:25:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.22 14:25:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 14:25:41 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 14:25:41 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:41 latest 14:25:41 2.2.1-dev.22 14:25:41 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:41 main 14:25:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:25:41 4b3633b25e29: Preparing 14:25:41 f44cc5ae6e54: Preparing 14:25:41 834ffa4c5ead: Preparing 14:25:41 51e3c48cb279: Preparing 14:25:41 0a6e47b39b3e: Preparing 14:25:41 5bb4efaf48c7: Preparing 14:25:41 4fc242d58285: Preparing 14:25:41 4fc242d58285: Waiting 14:25:41 5bb4efaf48c7: Waiting 14:25:41 834ffa4c5ead: Pushed 14:25:41 f44cc5ae6e54: Pushed 14:25:41 4b3633b25e29: Pushed 14:25:41 5bb4efaf48c7: Layer already exists 14:25:41 4fc242d58285: Layer already exists 14:25:42 0a6e47b39b3e: Pushed 14:25:48 51e3c48cb279: Pushed 14:25:48 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:25:49 4b3633b25e29: Preparing 14:25:49 f44cc5ae6e54: Preparing 14:25:49 834ffa4c5ead: Preparing 14:25:49 51e3c48cb279: Preparing 14:25:49 0a6e47b39b3e: Preparing 14:25:49 5bb4efaf48c7: Preparing 14:25:49 4fc242d58285: Preparing 14:25:49 5bb4efaf48c7: Waiting 14:25:49 4fc242d58285: Waiting 14:25:49 f44cc5ae6e54: Layer already exists 14:25:49 4b3633b25e29: Layer already exists 14:25:49 0a6e47b39b3e: Layer already exists 14:25:49 834ffa4c5ead: Layer already exists 14:25:49 51e3c48cb279: Layer already exists 14:25:49 5bb4efaf48c7: Layer already exists 14:25:49 4fc242d58285: Layer already exists 14:25:49 latest: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 14:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:25:49 4b3633b25e29: Preparing 14:25:49 f44cc5ae6e54: Preparing 14:25:49 834ffa4c5ead: Preparing 14:25:49 51e3c48cb279: Preparing 14:25:49 0a6e47b39b3e: Preparing 14:25:49 5bb4efaf48c7: Preparing 14:25:49 4fc242d58285: Preparing 14:25:49 5bb4efaf48c7: Waiting 14:25:49 4fc242d58285: Waiting 14:25:49 834ffa4c5ead: Layer already exists 14:25:49 0a6e47b39b3e: Layer already exists 14:25:49 4b3633b25e29: Layer already exists 14:25:49 f44cc5ae6e54: Layer already exists 14:25:49 51e3c48cb279: Layer already exists 14:25:49 4fc242d58285: Layer already exists 14:25:49 5bb4efaf48c7: Layer already exists 14:25:49 2.2.1-dev.22: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:25:50 4b3633b25e29: Preparing 14:25:50 f44cc5ae6e54: Preparing 14:25:50 834ffa4c5ead: Preparing 14:25:50 51e3c48cb279: Preparing 14:25:50 0a6e47b39b3e: Preparing 14:25:50 5bb4efaf48c7: Preparing 14:25:50 4fc242d58285: Preparing 14:25:50 4fc242d58285: Waiting 14:25:50 5bb4efaf48c7: Waiting 14:25:50 4b3633b25e29: Layer already exists 14:25:50 f44cc5ae6e54: Layer already exists 14:25:50 51e3c48cb279: Layer already exists 14:25:50 834ffa4c5ead: Layer already exists 14:25:50 0a6e47b39b3e: Layer already exists 14:25:50 5bb4efaf48c7: Layer already exists 14:25:50 4fc242d58285: Layer already exists 14:25:50 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 14:25:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 14:25:51 4b3633b25e29: Preparing 14:25:51 f44cc5ae6e54: Preparing 14:25:51 834ffa4c5ead: Preparing 14:25:51 51e3c48cb279: Preparing 14:25:51 0a6e47b39b3e: Preparing 14:25:51 5bb4efaf48c7: Preparing 14:25:51 4fc242d58285: Preparing 14:25:51 5bb4efaf48c7: Waiting 14:25:51 4fc242d58285: Waiting 14:25:51 f44cc5ae6e54: Layer already exists 14:25:51 4b3633b25e29: Layer already exists 14:25:51 51e3c48cb279: Layer already exists 14:25:51 0a6e47b39b3e: Layer already exists 14:25:51 834ffa4c5ead: Layer already exists 14:25:51 5bb4efaf48c7: Layer already exists 14:25:51 4fc242d58285: Layer already exists 14:25:51 main: digest: sha256:891c9711cb055a424510683d1aaa6ce2fb73cd0aa2f89aea93fffc8689fd4e6a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:25:51 ===================================================== [Pipeline] echo 14:25:51 taggedImages: 14:25:51 - nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:51 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 14:25:51 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.22 14:25:51 - nexus3.edgexfoundry.org:10004/security-spire-config:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:51 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 14:25:51 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 14:25:51 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:51 latest 14:25:51 2.2.1-dev.22 14:25:51 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:25:51 main 14:25:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:25:52 0a20cc5c5baa: Preparing 14:25:52 22f0e1bedb47: Preparing 14:25:52 35641df47db4: Preparing 14:25:52 7052f9024bcd: Preparing 14:25:52 047a392c6d36: Preparing 14:25:52 5bb4efaf48c7: Preparing 14:25:52 4fc242d58285: Preparing 14:25:52 5bb4efaf48c7: Waiting 14:25:52 4fc242d58285: Waiting 14:25:52 22f0e1bedb47: Pushed 14:25:52 0a20cc5c5baa: Pushed 14:25:52 35641df47db4: Pushed 14:25:52 5bb4efaf48c7: Layer already exists 14:25:52 4fc242d58285: Layer already exists 14:25:52 047a392c6d36: Pushed 14:25:54 ---> 66ea4379f55f 14:25:54 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:25:54 ---> 5e8812bc7da7 14:25:54 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 14:25:54 ---> Running in c777e011a869 14:25:54 ---> f4c180c3a670 14:25:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:25:54 ---> 8a9189a66425 14:25:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 14:25:54 ---> Running in bc41566e6bdb 14:25:54 ---> Running in d5f1597a406d 14:25:54 ---> Running in 34f367372eb9 14:25:54 Removing intermediate container bc41566e6bdb 14:25:54 ---> 23c4b6cdd28e 14:25:54 Step 10/25 : WORKDIR /edgex-go/spire-build 14:25:54 ---> 051eeb76aa13 14:25:54 Step 9/23 : RUN make cmd/core-command/core-command 14:25:55 ---> Running in b0657df537e4 14:25:55 Removing intermediate container 34f367372eb9 14:25:55 ---> Running in 89de0e9d31ac 14:25:55 ---> 18f30e1772f7 14:25:55 Step 10/26 : WORKDIR /edgex-go/spire-build 14:25:55 ---> Running in 150ecf704ae3 14:25: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.22" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:25:56 Removing intermediate container b0657df537e4 14:25:56 ---> 9be09ac50f12 14:25:56 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 14:25:56 ---> Running in a05d2b4a19fb 14:25:56 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:25:56 Removing intermediate container 150ecf704ae3 14:25:56 ---> 0e8dcbf51207 14:25:56 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:25:56 ---> Running in 4c4d20861d46 14:25: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.22" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:25:58 7052f9024bcd: Pushed 14:25:58 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:25:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:25:59 0a20cc5c5baa: Preparing 14:25:59 22f0e1bedb47: Preparing 14:25:59 35641df47db4: Preparing 14:25:59 7052f9024bcd: Preparing 14:25:59 047a392c6d36: Preparing 14:25:59 5bb4efaf48c7: Preparing 14:25:59 4fc242d58285: Preparing 14:25:59 5bb4efaf48c7: Waiting 14:25:59 4fc242d58285: Waiting 14:25:59 22f0e1bedb47: Layer already exists 14:25:59 0a20cc5c5baa: Layer already exists 14:25:59 35641df47db4: Layer already exists 14:25:59 047a392c6d36: Layer already exists 14:25:59 7052f9024bcd: Layer already exists 14:25:59 5bb4efaf48c7: Layer already exists 14:25:59 4fc242d58285: Layer already exists 14:25:59 latest: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:25:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 14:26:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:26:00 0a20cc5c5baa: Preparing 14:26:00 22f0e1bedb47: Preparing 14:26:00 35641df47db4: Preparing 14:26:00 7052f9024bcd: Preparing 14:26:00 047a392c6d36: Preparing 14:26:00 5bb4efaf48c7: Preparing 14:26:00 4fc242d58285: Preparing 14:26:00 4fc242d58285: Waiting 14:26:00 5bb4efaf48c7: Waiting 14:26:00 22f0e1bedb47: Layer already exists 14:26:00 047a392c6d36: Layer already exists 14:26:00 0a20cc5c5baa: Layer already exists 14:26:00 35641df47db4: Layer already exists 14:26:00 7052f9024bcd: Layer already exists 14:26:00 5bb4efaf48c7: Layer already exists 14:26:00 4fc242d58285: Layer already exists 14:26:00 2.2.1-dev.22: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:00 Removing intermediate container a05d2b4a19fb 14:26:00 ---> b167ce255419 14:26:00 Step 12/25 : WORKDIR /edgex-go 14:26:00 ---> Running in 1dff5e006db0 14:26:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:00 Removing intermediate container 4c4d20861d46 14:26:00 ---> ed4628a850d1 14:26:00 Step 12/26 : WORKDIR /edgex-go 14:26:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:26:00 0a20cc5c5baa: Preparing 14:26:00 22f0e1bedb47: Preparing 14:26:00 35641df47db4: Preparing 14:26:00 7052f9024bcd: Preparing 14:26:00 047a392c6d36: Preparing 14:26:00 5bb4efaf48c7: Preparing 14:26:00 4fc242d58285: Preparing 14:26:00 5bb4efaf48c7: Waiting 14:26:00 4fc242d58285: Waiting 14:26:00 0a20cc5c5baa: Layer already exists 14:26:00 047a392c6d36: Layer already exists 14:26:00 7052f9024bcd: Layer already exists 14:26:00 35641df47db4: Layer already exists 14:26:00 22f0e1bedb47: Layer already exists 14:26:00 5bb4efaf48c7: Layer already exists 14:26:00 4fc242d58285: Layer already exists 14:26:00 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:00 ---> Running in 4e410dab5363 14:26:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:01 Removing intermediate container 1dff5e006db0 14:26:01 ---> cf506dce3349 14:26:01 14:26:01 Step 13/25 : FROM alpine:3.15 14:26:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 14:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 14:26:01 0a20cc5c5baa: Preparing 14:26:01 22f0e1bedb47: Preparing 14:26:01 35641df47db4: Preparing 14:26:01 7052f9024bcd: Preparing 14:26:01 047a392c6d36: Preparing 14:26:01 5bb4efaf48c7: Preparing 14:26:01 4fc242d58285: Preparing 14:26:01 5bb4efaf48c7: Waiting 14:26:01 4fc242d58285: Waiting 14:26:01 0a20cc5c5baa: Layer already exists 14:26:01 35641df47db4: Layer already exists 14:26:01 22f0e1bedb47: Layer already exists 14:26:01 7052f9024bcd: Layer already exists 14:26:01 047a392c6d36: Layer already exists 14:26:01 5bb4efaf48c7: Layer already exists 14:26:01 4fc242d58285: Layer already exists 14:26:01 main: digest: sha256:615b76be349c5f34ff0e3376abe60834cdc5ffca564a9af92dc1791058a47136 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:01 ===================================================== [Pipeline] echo 14:26:01 taggedImages: 14:26:01 - nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:01 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 14:26:01 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.22 14:26:01 - nexus3.edgexfoundry.org:10004/security-spire-server:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:01 - nexus3.edgexfoundry.org:10004/security-spire-server:main 14:26:01 3.15: Pulling from library/alpine 14:26:01 Removing intermediate container 4e410dab5363 14:26:01 ---> 1f3ada9ac7f6 14:26:01 14:26:01 Step 13/26 : FROM alpine:3.15 [Pipeline] echo 14:26:01 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 14:26:01 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:01 latest 14:26:01 2.2.1-dev.22 14:26:01 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:01 main 14:26:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:01 3.15: Pulling from library/alpine 14:26:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:26:02 12716236aa9c: Preparing 14:26:02 75216dd3305a: Preparing 14:26:02 0b53b8895870: Preparing 14:26:02 c10d5cac7f9c: Preparing 14:26:02 b541d28bf3b4: Preparing 14:26:02 b541d28bf3b4: Layer already exists 14:26:02 0b53b8895870: Layer already exists 14:26:02 12716236aa9c: Pushed 14:26:02 c10d5cac7f9c: Pushed 14:26:03 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 14:26:03 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 14:26:03 Status: Downloaded newer image for alpine:3.15 14:26:03 Status: Downloaded newer image for alpine:3.15 14:26:03 ---> 3fb3c9af89a9 14:26:03 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:26:03 ---> 3fb3c9af89a9 14:26:03 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:26:03 ---> Running in 73af270268a6 14:26:03 ---> Running in a5f53fed5438 14:26:04 Removing intermediate container a5f53fed5438 14:26:04 ---> d55064259cf5 14:26:04 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:04 Removing intermediate container 73af270268a6 14:26:04 ---> c3e441d55089 14:26:04 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:26:04 ---> Running in a7c0e24a22a1 14:26:04 ---> Running in 7c941e6e56ce 14:26:04 75216dd3305a: Pushed 14:26:04 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 14:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:26:05 12716236aa9c: Preparing 14:26:05 75216dd3305a: Preparing 14:26:05 0b53b8895870: Preparing 14:26:05 c10d5cac7f9c: Preparing 14:26:05 b541d28bf3b4: Preparing 14:26:05 0b53b8895870: Layer already exists 14:26:05 12716236aa9c: Layer already exists 14:26:05 b541d28bf3b4: Layer already exists 14:26:05 c10d5cac7f9c: Layer already exists 14:26:05 75216dd3305a: Layer already exists 14:26:05 latest: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 14:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:26:05 12716236aa9c: Preparing 14:26:05 75216dd3305a: Preparing 14:26:05 0b53b8895870: Preparing 14:26:05 c10d5cac7f9c: Preparing 14:26:05 b541d28bf3b4: Preparing 14:26:05 b541d28bf3b4: Layer already exists 14:26:05 0b53b8895870: Layer already exists 14:26:05 75216dd3305a: Layer already exists 14:26:05 12716236aa9c: Layer already exists 14:26:05 c10d5cac7f9c: Layer already exists 14:26:05 2.2.1-dev.22: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:26:06 12716236aa9c: Preparing 14:26:06 75216dd3305a: Preparing 14:26:06 0b53b8895870: Preparing 14:26:06 c10d5cac7f9c: Preparing 14:26:06 b541d28bf3b4: Preparing 14:26:06 0b53b8895870: Layer already exists 14:26:06 12716236aa9c: Layer already exists 14:26:06 c10d5cac7f9c: Layer already exists 14:26:06 75216dd3305a: Layer already exists 14:26:06 b541d28bf3b4: Layer already exists 14:26:06 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 14:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 14:26:07 12716236aa9c: Preparing 14:26:07 75216dd3305a: Preparing 14:26:07 0b53b8895870: Preparing 14:26:07 c10d5cac7f9c: Preparing 14:26:07 b541d28bf3b4: Preparing 14:26:07 12716236aa9c: Layer already exists 14:26:07 0b53b8895870: Layer already exists 14:26:07 b541d28bf3b4: Layer already exists 14:26:07 75216dd3305a: Layer already exists 14:26:07 c10d5cac7f9c: Layer already exists 14:26:07 main: digest: sha256:b58c410303f080f3a15e930047a2310c88eee35827fe4f76aeddb471a0359aa6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:07 ===================================================== [Pipeline] echo 14:26:07 taggedImages: 14:26:07 - nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:07 - nexus3.edgexfoundry.org:10004/support-notifications:latest 14:26:07 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.22 14:26:07 - nexus3.edgexfoundry.org:10004/support-notifications:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:07 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 14:26:07 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 14:26:07 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:07 latest 14:26:07 2.2.1-dev.22 14:26:07 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:07 main 14:26:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:26:07 d5e851f17c59: Preparing 14:26:07 617163fab318: Preparing 14:26:07 0b53b8895870: Preparing 14:26:07 cddfaba95b15: Preparing 14:26:07 b541d28bf3b4: Preparing 14:26:07 0b53b8895870: Layer already exists 14:26:07 cddfaba95b15: Layer already exists 14:26:07 b541d28bf3b4: Layer already exists 14:26:07 d5e851f17c59: Pushed 14:26:08 Removing intermediate container 7c941e6e56ce 14:26:08 ---> b7c10a6d1f65 14:26:08 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:26:08 ---> Running in d7317c67659d 14:26:08 Removing intermediate container a7c0e24a22a1 14:26:08 ---> 233f77466aec 14:26:08 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 14:26:08 ---> Running in 146cd8c128b0 14:26:10 617163fab318: Pushed 14:26:10 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:26:10 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:26:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:26:11 d5e851f17c59: Preparing 14:26:11 617163fab318: Preparing 14:26:11 0b53b8895870: Preparing 14:26:11 cddfaba95b15: Preparing 14:26:11 b541d28bf3b4: Preparing 14:26:11 617163fab318: Layer already exists 14:26:11 b541d28bf3b4: Layer already exists 14:26:11 d5e851f17c59: Layer already exists 14:26:11 cddfaba95b15: Layer already exists 14:26:11 0b53b8895870: Layer already exists 14:26:11 latest: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:26:11 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:26:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 14:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:26:11 d5e851f17c59: Preparing 14:26:11 617163fab318: Preparing 14:26:11 0b53b8895870: Preparing 14:26:11 cddfaba95b15: Preparing 14:26:11 b541d28bf3b4: Preparing 14:26:11 617163fab318: Layer already exists 14:26:11 0b53b8895870: Layer already exists 14:26:11 d5e851f17c59: Layer already exists 14:26:11 b541d28bf3b4: Layer already exists 14:26:11 cddfaba95b15: Layer already exists 14:26:11 2.2.1-dev.22: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:26:12 d5e851f17c59: Preparing 14:26:12 617163fab318: Preparing 14:26:12 0b53b8895870: Preparing 14:26:12 cddfaba95b15: Preparing 14:26:12 b541d28bf3b4: Preparing 14:26:12 b541d28bf3b4: Layer already exists 14:26:12 0b53b8895870: Layer already exists 14:26:12 d5e851f17c59: Layer already exists 14:26:12 cddfaba95b15: Layer already exists 14:26:12 617163fab318: Layer already exists 14:26:12 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:12 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:26:12 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:26:12 OK: 15736 distinct packages available 14:26:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:12 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:26:12 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:26:12 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:26:12 OK: 15736 distinct packages available 14:26:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 14:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 14:26:12 d5e851f17c59: Preparing 14:26:12 617163fab318: Preparing 14:26:12 0b53b8895870: Preparing 14:26:12 cddfaba95b15: Preparing 14:26:12 b541d28bf3b4: Preparing 14:26:12 0b53b8895870: Layer already exists 14:26:12 cddfaba95b15: Layer already exists 14:26:12 b541d28bf3b4: Layer already exists 14:26:12 d5e851f17c59: Layer already exists 14:26:12 617163fab318: Layer already exists 14:26:12 main: digest: sha256:3fafed5d6c2db7190d5c1cd5ae20ad2e3fa85f717502a29a12672fe20f15b140 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:13 ===================================================== [Pipeline] echo 14:26:13 taggedImages: 14:26:13 - nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:13 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 14:26:13 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.22 14:26:13 - nexus3.edgexfoundry.org:10004/support-scheduler:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:13 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 14:26:13 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 14:26:13 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:13 latest 14:26:13 2.2.1-dev.22 14:26:13 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:13 main 14:26:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:13 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:26:13 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 14:26:13 0aaa5dd3c256: Preparing 14:26:13 86aa3d2961ef: Preparing 14:26:13 8e6072c2a667: Preparing 14:26:13 6c1b0efa1b3b: Preparing 14:26:13 52f44be93a46: Preparing 14:26:13 10d82663b225: Preparing 14:26:13 f7a7a140f1b3: Preparing 14:26:13 31e69d4774c9: Preparing 14:26:13 7750d494dfbd: Preparing 14:26:13 18708474c90b: Preparing 14:26:13 4fc242d58285: Preparing 14:26:13 f7a7a140f1b3: Waiting 14:26:13 31e69d4774c9: Waiting 14:26:13 7750d494dfbd: Waiting 14:26:13 18708474c90b: Waiting 14:26:13 4fc242d58285: Waiting 14:26:13 10d82663b225: Waiting 14:26:13 52f44be93a46: Layer already exists 14:26:13 10d82663b225: Layer already exists 14:26:13 f7a7a140f1b3: Layer already exists 14:26:13 31e69d4774c9: Layer already exists 14:26:13 86aa3d2961ef: Pushed 14:26:13 7750d494dfbd: Layer already exists 14:26:13 18708474c90b: Layer already exists 14:26:13 4fc242d58285: Layer already exists 14:26:14 0aaa5dd3c256: Pushed 14:26:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:26:14 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:26:14 8e6072c2a667: Pushed 14:26:15 (1/5) Installing dumb-init (1.2.5-r1) 14:26:15 (2/5) Installing musl-obstack (1.2.3-r0) 14:26:15 (1/4) Installing dumb-init (1.2.5-r1) 14:26:15 (3/5) Installing libucontext (1.1-r0) 14:26:15 (2/4) Installing musl-obstack (1.2.3-r0) 14:26:15 (4/5) Installing gcompat (1.0.0-r4) 14:26:15 (3/4) Installing libucontext (1.1-r0) 14:26:15 (5/5) Installing openssl (1.1.1p-r0) 14:26:15 (4/4) Installing gcompat (1.0.0-r4) 14:26:15 Executing busybox-1.34.1-r5.trigger 14:26:15 Executing busybox-1.34.1-r5.trigger 14:26:15 OK: 6 MiB in 19 packages 14:26:15 OK: 6 MiB in 18 packages 14:26:17 Removing intermediate container 146cd8c128b0 14:26:17 ---> 470d31f97a22 14:26:17 Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:26:17 Removing intermediate container d7317c67659d 14:26:17 ---> 71efed6f9413 14:26:17 Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:26:21 6c1b0efa1b3b: Pushed 14:26:21 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:21 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:22 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 14:26:22 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 14:26:22 0aaa5dd3c256: Preparing 14:26:22 86aa3d2961ef: Preparing 14:26:22 8e6072c2a667: Preparing 14:26:22 6c1b0efa1b3b: Preparing 14:26:22 52f44be93a46: Preparing 14:26:22 10d82663b225: Preparing 14:26:22 f7a7a140f1b3: Preparing 14:26:22 31e69d4774c9: Preparing 14:26:22 7750d494dfbd: Preparing 14:26:22 18708474c90b: Preparing 14:26:22 4fc242d58285: Preparing 14:26:22 10d82663b225: Waiting 14:26:22 18708474c90b: Waiting 14:26:22 f7a7a140f1b3: Waiting 14:26:22 31e69d4774c9: Waiting 14:26:22 4fc242d58285: Waiting 14:26:22 7750d494dfbd: Waiting 14:26:22 52f44be93a46: Layer already exists 14:26:22 0aaa5dd3c256: Layer already exists 14:26:22 86aa3d2961ef: Layer already exists 14:26:22 6c1b0efa1b3b: Layer already exists 14:26:22 8e6072c2a667: Layer already exists 14:26:22 10d82663b225: Layer already exists 14:26:22 18708474c90b: Layer already exists 14:26:22 7750d494dfbd: Layer already exists 14:26:22 f7a7a140f1b3: Layer already exists 14:26:22 31e69d4774c9: Layer already exists 14:26:22 4fc242d58285: Layer already exists 14:26:22 latest: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:22 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:22 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 14:26:22 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 14:26:22 0aaa5dd3c256: Preparing 14:26:22 86aa3d2961ef: Preparing 14:26:22 8e6072c2a667: Preparing 14:26:22 6c1b0efa1b3b: Preparing 14:26:22 52f44be93a46: Preparing 14:26:22 10d82663b225: Preparing 14:26:22 f7a7a140f1b3: Preparing 14:26:22 31e69d4774c9: Preparing 14:26:22 7750d494dfbd: Preparing 14:26:22 18708474c90b: Preparing 14:26:22 4fc242d58285: Preparing 14:26:22 10d82663b225: Waiting 14:26:22 f7a7a140f1b3: Waiting 14:26:22 7750d494dfbd: Waiting 14:26:22 4fc242d58285: Waiting 14:26:22 18708474c90b: Waiting 14:26:22 52f44be93a46: Layer already exists 14:26:22 0aaa5dd3c256: Layer already exists 14:26:22 8e6072c2a667: Layer already exists 14:26:22 6c1b0efa1b3b: Layer already exists 14:26:22 86aa3d2961ef: Layer already exists 14:26:22 f7a7a140f1b3: Layer already exists 14:26:22 31e69d4774c9: Layer already exists 14:26:22 7750d494dfbd: Layer already exists 14:26:22 10d82663b225: Layer already exists 14:26:22 18708474c90b: Layer already exists 14:26:22 4fc242d58285: Layer already exists 14:26:22 2.2.1-dev.22: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:23 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:23 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:23 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 14:26:23 0aaa5dd3c256: Preparing 14:26:23 86aa3d2961ef: Preparing 14:26:23 8e6072c2a667: Preparing 14:26:23 6c1b0efa1b3b: Preparing 14:26:23 52f44be93a46: Preparing 14:26:23 10d82663b225: Preparing 14:26:23 f7a7a140f1b3: Preparing 14:26:23 31e69d4774c9: Preparing 14:26:23 7750d494dfbd: Preparing 14:26:23 18708474c90b: Preparing 14:26:23 4fc242d58285: Preparing 14:26:23 f7a7a140f1b3: Waiting 14:26:23 10d82663b225: Waiting 14:26:23 31e69d4774c9: Waiting 14:26:23 18708474c90b: Waiting 14:26:23 4fc242d58285: Waiting 14:26:23 7750d494dfbd: Waiting 14:26:23 86aa3d2961ef: Layer already exists 14:26:23 52f44be93a46: Layer already exists 14:26:23 0aaa5dd3c256: Layer already exists 14:26:23 8e6072c2a667: Layer already exists 14:26:23 6c1b0efa1b3b: Layer already exists 14:26:23 10d82663b225: Layer already exists 14:26:23 31e69d4774c9: Layer already exists 14:26:23 18708474c90b: Layer already exists 14:26:23 f7a7a140f1b3: Layer already exists 14:26:23 7750d494dfbd: Layer already exists 14:26:23 4fc242d58285: Layer already exists 14:26:23 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:23 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:26:24 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 14:26:24 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 14:26:24 0aaa5dd3c256: Preparing 14:26:24 86aa3d2961ef: Preparing 14:26:24 8e6072c2a667: Preparing 14:26:24 6c1b0efa1b3b: Preparing 14:26:24 52f44be93a46: Preparing 14:26:24 10d82663b225: Preparing 14:26:24 f7a7a140f1b3: Preparing 14:26:24 31e69d4774c9: Preparing 14:26:24 7750d494dfbd: Preparing 14:26:24 18708474c90b: Preparing 14:26:24 4fc242d58285: Preparing 14:26:24 10d82663b225: Waiting 14:26:24 f7a7a140f1b3: Waiting 14:26:24 31e69d4774c9: Waiting 14:26:24 7750d494dfbd: Waiting 14:26:24 18708474c90b: Waiting 14:26:24 4fc242d58285: Waiting 14:26:24 0aaa5dd3c256: Layer already exists 14:26:24 8e6072c2a667: Layer already exists 14:26:24 52f44be93a46: Layer already exists 14:26:24 86aa3d2961ef: Layer already exists 14:26:24 6c1b0efa1b3b: Layer already exists 14:26:24 10d82663b225: Layer already exists 14:26:24 f7a7a140f1b3: Layer already exists 14:26:24 31e69d4774c9: Layer already exists 14:26:24 18708474c90b: Layer already exists 14:26:24 7750d494dfbd: Layer already exists 14:26:24 4fc242d58285: Layer already exists 14:26:24 main: digest: sha256:f38db42c117f6ecb8e6b54d39ba0d4f8d8f01e58dcb9ac36d400caf6f7e06426 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:26:24 ===================================================== [Pipeline] echo 14:26:24 taggedImages: 14:26:24 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:24 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 14:26:24 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.22 14:26:24 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:26:24 - 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] } 14:26:26 ---> 6f467287e730 14:26:26 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 14:26:26 ---> bbe3a474ca7a 14:26:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 14:26:26 ---> acbb0b241a6d 14:26:26 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 14:26:26 ---> Running in aa52fce38a92 14:26:26 ---> 9f9fac2c6c0d 14:26:26 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 14:26:26 Removing intermediate container aa52fce38a92 14:26:26 ---> ef72845af1f7 14:26:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 14:26:27 ---> b09c01da8d9d 14:26:27 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 14:26:28 ---> 88a532f4e2d9 14:26:28 Step 21/26 : WORKDIR / 14:26:28 ---> Running in a59210b891e2 14:26:28 ---> 1a5a42b54f93 14:26:28 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:26:28 ---> Running in 5d545b8d0095 14:26:28 Removing intermediate container a59210b891e2 14:26:28 ---> 262bbfa00e58 14:26:28 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:26:28 ---> Running in 12d8aad0a866 14:26:29 Removing intermediate container 12d8aad0a866 14:26:29 ---> 4bf31178b89a 14:26:29 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:26:29 Removing intermediate container 5d545b8d0095 14:26:29 ---> 0a3d51af33bd 14:26:29 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:26:29 ---> Running in d6a8d1360355 14:26:29 ---> Running in 615350776ef7 14:26:30 Removing intermediate container 615350776ef7 14:26:30 ---> 8c5cf861eb5a 14:26:30 Step 24/26 : LABEL arch=arm64 14:26:30 Removing intermediate container d6a8d1360355 14:26:30 ---> 2cfb2b0a0b9d 14:26:30 Step 23/25 : LABEL arch=arm64 14:26:30 ---> Running in c8e8b60a4883 14:26:30 ---> Running in 95e5dfff7ff1 14:26:31 Removing intermediate container c8e8b60a4883 14:26:31 ---> fb021aa25b1c 14:26:31 Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:31 ---> Running in 151acfde2b1d 14:26:31 Removing intermediate container 95e5dfff7ff1 14:26:31 ---> 2aec3dc1c98d 14:26:31 Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:26:31 ---> Running in 147c04bfe6d0 14:26:31 Removing intermediate container 151acfde2b1d 14:26:31 ---> 025d81e2a9fa 14:26:31 Step 26/26 : LABEL version=2.2.1-dev.22 14:26:31 ---> Running in bcd7b554b17f 14:26:32 Removing intermediate container 147c04bfe6d0 14:26:32 ---> 6e0a31c11c29 14:26:32 Step 25/25 : LABEL version=2.2.1-dev.22 14:26:32 ---> Running in f2c73985d5fd 14:26:32 Removing intermediate container bcd7b554b17f 14:26:32 ---> 216623b79d5d 14:26:32 14:26:32 Successfully built 216623b79d5d 14:26:32 Removing intermediate container f2c73985d5fd 14:26:32 ---> 0d3f1cc729f0 14:26:32 14:26:32 Successfully tagged security-spire-config-arm64:latest 14:26:32  Building security-spire-config ... done Building core-data 14:26:33 Successfully built 0d3f1cc729f0 14:26:33 Successfully tagged security-spire-server-arm64:latest 14:26:33  Building security-spire-server ... done Building core-metadata 14:27:00 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:27:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:27:00 ---> 449e3314755a 14:27:00 Step 3/23 : WORKDIR /edgex-go 14:27:00 ---> Using cache 14:27:00 ---> c054bbe748b3 14:27:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:00 ---> Using cache 14:27:00 ---> 5a99e8ad9bc4 14:27:00 Step 5/23 : RUN apk add --update --no-cache make git 14:27:00 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:27:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:27:00 ---> 449e3314755a 14:27:00 Step 3/23 : WORKDIR /edgex-go 14:27:00 ---> Using cache 14:27:00 ---> c054bbe748b3 14:27:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:00 ---> Using cache 14:27:00 ---> 5a99e8ad9bc4 14:27:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:27:00 ---> Running in abe154b955ed 14:27:00 ---> Running in 756733acfd5a 14:27:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:27:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:27:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:27:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:27:04 OK: 220 MiB in 52 packages 14:27:04 OK: 220 MiB in 52 packages 14:27:06 Removing intermediate container 756733acfd5a 14:27:06 ---> 5749995041cc 14:27:06 Step 6/23 : COPY go.mod vendor* ./ 14:27:06 Removing intermediate container abe154b955ed 14:27:06 ---> b3abce6ee996 14:27:06 Step 6/23 : COPY go.mod vendor* ./ 14:27:07 ---> 80689e6d5181 14:27:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:27:07 ---> Running in b9680c3b1ad4 14:27:07 ---> a30be83b5e41 14:27:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:27:08 ---> Running in 4fc5b1e366b3 14:27:16 Removing intermediate container 4fc5b1e366b3 14:27:16 ---> 6e2125fbf982 14:27:16 Step 8/23 : COPY . . 14:27:16 Removing intermediate container b9680c3b1ad4 14:27:16 ---> e96c90bffe61 14:27:16 Step 8/23 : COPY . . 14:27:34 ---> 4c8ea960994d 14:27:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:27:34 ---> f33e4a62bfc9 14:27:34 Step 9/23 : RUN make cmd/core-data/core-data 14:27:34 ---> Running in ee12eb73803e 14:27:34 ---> Running in 6ff93e338c09 14:27:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:27:36 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 14:30:28 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:30:28 Removing intermediate container 89de0e9d31ac 14:30:28 ---> d9cd00ffd220 14:30:28 14:30:28 Step 10/23 : FROM alpine:3.14 14:30:28 3.14: Pulling from library/alpine 14:30:28 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 14:30:28 Status: Downloaded newer image for alpine:3.14 14:30:28 ---> ac73e934f311 14:30:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:30:28 ---> Running in b144b840f966 14:30:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:30:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:30:29 (1/1) Installing dumb-init (1.2.5-r1) 14:30:29 Executing busybox-1.33.1-r7.trigger 14:30:29 OK: 5 MiB in 15 packages 14:30:30 Removing intermediate container b144b840f966 14:30:30 ---> df9266d514df 14:30:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:30:30 ---> Running in ccd6e096b042 14:30:31 Removing intermediate container ccd6e096b042 14:30:31 ---> f89bf56393a3 14:30:31 Step 13/23 : ENV APP_PORT=59882 14:30:31 ---> Running in 24d5b14510ed 14:30:32 Removing intermediate container 24d5b14510ed 14:30:32 ---> 1194ef949c45 14:30:32 Step 14/23 : EXPOSE $APP_PORT 14:30:32 ---> Running in f9779c1d738b 14:30:33 Removing intermediate container f9779c1d738b 14:30:33 ---> 0a0cb0508f96 14:30:33 Step 15/23 : WORKDIR / 14:30:33 ---> Running in be4bca2c8560 14:30:33 Removing intermediate container be4bca2c8560 14:30:33 ---> 629db090722a 14:30:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:30:35 ---> 052e798e73bb 14:30:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:30:38 ---> 269cc2f8639c 14:30:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:30:40 ---> 11493e969e61 14:30:40 Step 19/23 : ENTRYPOINT ["/core-command"] 14:30:40 ---> Running in 1f36fb599f66 14:30:41 Removing intermediate container 1f36fb599f66 14:30:41 ---> 9fc514bab930 14:30:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:30:41 ---> Running in 6928a7a02448 14:30:41 Removing intermediate container 6928a7a02448 14:30:41 ---> 6615e77b9472 14:30:41 Step 21/23 : LABEL arch=arm64 14:30:42 Removing intermediate container c777e011a869 14:30:42 ---> bdd917ce0fbb 14:30:42 14:30:42 Step 10/25 : FROM alpine:3.14 14:30:42 ---> ac73e934f311 14:30:42 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 14:30:42 ---> Running in 7564f50a9643 14:30:42 ---> Running in b04c91bd8d50 14:30:43 Removing intermediate container b04c91bd8d50 14:30:43 ---> 5c0057a37636 14:30:43 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:30:43 ---> Running in f9aae60603d7 14:30:44 Removing intermediate container f9aae60603d7 14:30:44 ---> 3190e8b963b0 14:30:44 Step 23/23 : LABEL version=2.2.1-dev.22 14:30:44 ---> Running in 278a4ee5e493 14:30:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:30:45 Removing intermediate container 278a4ee5e493 14:30:45 ---> 3e1d2a92622f 14:30:45 14:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:30:45 Successfully built 3e1d2a92622f 14:30:45 Successfully tagged core-command-arm64:latest 14:30:45  Building core-command ... done Building sys-mgmt-agent 14:30:46 (1/3) Installing ca-certificates (20211220-r0) 14:30:46 (2/3) Installing dumb-init (1.2.5-r1) 14:30:46 (3/3) Installing su-exec (0.2-r1) 14:30:46 Executing busybox-1.33.1-r7.trigger 14:30:46 Executing ca-certificates-20211220-r0.trigger 14:30:46 OK: 6 MiB in 17 packages 14:30:49 Removing intermediate container 7564f50a9643 14:30:49 ---> 1eedb3fdecb2 14:30:49 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:30:49 ---> Running in 432080065a41 14:30:49 Removing intermediate container 432080065a41 14:30:49 ---> a2ab8dd6b8f9 14:30:49 Step 13/25 : WORKDIR / 14:30:49 ---> Running in d210868781ba 14:30:50 Removing intermediate container d210868781ba 14:30:50 ---> 3baf962ea955 14:30:50 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:30:51 ---> 95f540238c9f 14:30:51 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:30:52 ---> 9d58af87f574 14:30:52 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:30:53 ---> eab05e63018e 14:30:53 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 14:30:54 ---> a14c32c6a8dd 14:30:54 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:30:57 ---> a6eb7642884d 14:30:57 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:30:59 ---> c348d6ce165a 14:30:59 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:31:00 ---> 275dbf14d55f 14:31:00 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/ 14:31:00 ---> Running in a6049f2267be 14:31:02 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:31:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:31:02 ---> 449e3314755a 14:31:02 Step 3/23 : WORKDIR /edgex-go 14:31:02 ---> Using cache 14:31:02 ---> c054bbe748b3 14:31:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:02 ---> Using cache 14:31:02 ---> 5a99e8ad9bc4 14:31:02 Step 5/23 : RUN apk add --update --no-cache make bash git 14:31:02 ---> Running in ccfa1ed9ae39 14:31:04 Removing intermediate container a6049f2267be 14:31:04 ---> cdd7e0f184e5 14:31:04 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 14:31:04 ---> Running in 7cffd7b9d1a3 14:31:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:31:04 Removing intermediate container 7cffd7b9d1a3 14:31:04 ---> 165e7236966f 14:31:04 Step 23/25 : LABEL arch=arm64 14:31:05 ---> Running in c77f89b0ce24 14:31:05 Removing intermediate container c77f89b0ce24 14:31:05 ---> d4af3e8c035b 14:31:05 Step 24/25 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:31:05 ---> Running in 9a0bc6cac2b5 14:31:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:31:06 Removing intermediate container 9a0bc6cac2b5 14:31:06 ---> dff987555154 14:31:06 Step 25/25 : LABEL version=2.2.1-dev.22 14:31:06 ---> Running in a3f7ff157e38 14:31:06 Removing intermediate container a3f7ff157e38 14:31:06 ---> 050c12592ec2 14:31:06 14:31:07 Successfully built 050c12592ec2 14:31:07 Successfully tagged security-secretstore-setup-arm64:latest 14:31:07  Building security-secretstore-setup ... done Building security-proxy-setup 14:31:08 OK: 220 MiB in 52 packages 14:31:09 Removing intermediate container ccfa1ed9ae39 14:31:09 ---> 6d217b984b67 14:31:09 Step 6/23 : COPY go.mod vendor* ./ 14:31:11 ---> 5c39349db807 14:31:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:11 ---> Running in 69df933befec 14:31:17 Removing intermediate container 69df933befec 14:31:17 ---> fb27fb75ae37 14:31:17 Step 8/23 : COPY . . 14:31:24 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:31:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:31:24 ---> 449e3314755a 14:31:24 Step 3/22 : WORKDIR /edgex-go 14:31:24 ---> Using cache 14:31:24 ---> c054bbe748b3 14:31:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:24 ---> Using cache 14:31:24 ---> 5a99e8ad9bc4 14:31:24 Step 5/22 : RUN apk add --update --no-cache make git 14:31:24 ---> Using cache 14:31:24 ---> 5749995041cc 14:31:24 Step 6/22 : COPY go.mod vendor* ./ 14:31:24 ---> Using cache 14:31:24 ---> 80689e6d5181 14:31:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:31:24 ---> Using cache 14:31:24 ---> e96c90bffe61 14:31:24 Step 8/22 : COPY . . 14:31:24 ---> Using cache 14:31:24 ---> 4c8ea960994d 14:31:24 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:31:25 ---> Running in 7a51bb3b65cb 14:31:27 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:31:31 ---> e8a21175bc04 14:31:32 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:31:32 ---> Running in 3993d2056858 14:31:34 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:32:42 Removing intermediate container ee12eb73803e 14:32:42 ---> 42fa7a4f0b38 14:32:42 14:32:42 Step 10/23 : FROM alpine:3.14 14:32:42 ---> ac73e934f311 14:32:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:32:42 ---> Using cache 14:32:42 ---> df9266d514df 14:32:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:32:42 ---> Using cache 14:32:42 ---> f89bf56393a3 14:32:42 Step 13/23 : ENV APP_PORT=59881 14:32:42 ---> Running in 9802773868af 14:32:42 Removing intermediate container 9802773868af 14:32:42 ---> f8545819e4f9 14:32:42 Step 14/23 : EXPOSE $APP_PORT 14:32:42 ---> Running in 3928454d72b4 14:32:42 Removing intermediate container 3928454d72b4 14:32:42 ---> c51ad636143a 14:32:42 Step 15/23 : WORKDIR / 14:32:42 ---> Running in d1444d22872a 14:32:42 Removing intermediate container d1444d22872a 14:32:42 ---> 46bbe57926d8 14:32:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:42 ---> e6d75a221a7c 14:32:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:32:42 ---> c3cd04b3ada5 14:32:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:32:42 ---> 4ca04b9fb6d1 14:32:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:32:42 ---> Running in dbb26de9062d 14:32:42 Removing intermediate container dbb26de9062d 14:32:42 ---> 38eb64afa1d6 14:32:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:42 ---> Running in b311b5a73902 14:32:42 Removing intermediate container b311b5a73902 14:32:42 ---> 0243e0c55f03 14:32:42 Step 21/23 : LABEL arch=arm64 14:32:42 ---> Running in e0b6617267cc 14:32:42 Removing intermediate container e0b6617267cc 14:32:42 ---> 4239c13b2470 14:32:42 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:32:42 ---> Running in 5b0abb050c66 14:32:42 Removing intermediate container 5b0abb050c66 14:32:42 ---> 1091f5653945 14:32:42 Step 23/23 : LABEL version=2.2.1-dev.22 14:32:42 ---> Running in 48dfa39c1a55 14:32:43 Removing intermediate container 48dfa39c1a55 14:32:43 ---> f608862a31ca 14:32:43 14:32:43 Successfully built f608862a31ca 14:32:43 Successfully tagged core-metadata-arm64:latest 14:32:43 Building security-spiffe-token-provider 14:33:00  Building core-metadata ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:33:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 14:33:00 ---> 449e3314755a 14:33:00 Step 3/20 : WORKDIR /edgex-go 14:33:00 ---> Using cache 14:33:00 ---> c054bbe748b3 14:33:00 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 14:33:00 ---> Running in aa71d6a7e3e6 14:33:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:33:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:33:06 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] 14:33:06 v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] 14:33:06 OK: 15743 distinct packages available 14:33:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:33:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:33:10 OK: 220 MiB in 52 packages 14:33:12 Removing intermediate container aa71d6a7e3e6 14:33:12 ---> d19cd1ffcacc 14:33:12 Step 5/20 : COPY go.mod vendor* ./ 14:33:14 ---> a27917dac51f 14:33:14 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:33:14 ---> Running in 1d44f8ea8a10 14:33:19 Removing intermediate container d5f1597a406d 14:33:19 ---> 3f4833dd43dd 14:33:19 14:33:19 Step 10/22 : FROM alpine:3.14 14:33:19 ---> ac73e934f311 14:33:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:33:19 ---> Using cache 14:33:19 ---> df9266d514df 14:33:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:19 ---> Using cache 14:33:19 ---> f89bf56393a3 14:33:19 Step 13/22 : ENV APP_PORT=59861 14:33:19 ---> Running in faee64bc9974 14:33:19 Removing intermediate container faee64bc9974 14:33:19 ---> 634ee29f0495 14:33:19 Step 14/22 : EXPOSE $APP_PORT 14:33:19 ---> Running in ff9011d649fb 14:33:20 Removing intermediate container ff9011d649fb 14:33:20 ---> 2b3adb04e7e8 14:33:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:21 Removing intermediate container 1d44f8ea8a10 14:33:21 ---> cdd8cda96b5a 14:33:21 Step 7/20 : COPY . . 14:33:21 ---> 3cbab38a1136 14:33:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:33:25 ---> 170e2d8c20af 14:33:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:33:26 ---> 6b58eb5e972b 14:33:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:33:27 ---> Running in 846fe7097458 14:33:28 Removing intermediate container 846fe7097458 14:33:28 ---> c09f77fd6aab 14:33:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:28 ---> Running in eb1c9a628373 14:33:29 Removing intermediate container eb1c9a628373 14:33:29 ---> 27e76d35a7c1 14:33:29 Step 20/22 : LABEL arch=arm64 14:33:29 ---> Running in 2e373b57b6d7 14:33:31 Removing intermediate container 2e373b57b6d7 14:33:31 ---> 68255013a47f 14:33:31 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:33:31 ---> Running in 9f16d621b749 14:33:32 Removing intermediate container 9f16d621b749 14:33:32 ---> d2504096bac0 14:33:32 Step 22/22 : LABEL version=2.2.1-dev.22 14:33:32 ---> Running in b2a0f06776a0 14:33:33 Removing intermediate container b2a0f06776a0 14:33:33 ---> 3fa3b554564d 14:33:33 14:33:34 Successfully built 3fa3b554564d 14:33:34 Successfully tagged support-scheduler-arm64:latest 14:33:34  Building support-scheduler ... done Building security-bootstrapper 14:33:42 Removing intermediate container 6ff93e338c09 14:33:42 ---> f003a7549438 14:33:42 14:33:42 Step 10/23 : FROM alpine:3.14 14:33:42 ---> ac73e934f311 14:33:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:33:42 ---> Running in 1b2aa8f8bf2d 14:33:43 Removing intermediate container 1b2aa8f8bf2d 14:33:43 ---> 33084ab2667e 14:33:43 Step 12/23 : ENV APP_PORT=59880 14:33:43 ---> Running in b2c2bf3005b6 14:33:44 Removing intermediate container b2c2bf3005b6 14:33:44 ---> 17f2a9c6917e 14:33:44 Step 13/23 : EXPOSE $APP_PORT 14:33:44 ---> Running in 5561aaa79df0 14:33:46 ---> 45a80a31d9b9 14:33:46 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:33:46 ---> Running in b5cc50bcb1cc 14:33:46 Removing intermediate container 5561aaa79df0 14:33:46 ---> 48e5bb24fa79 14:33:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:46 ---> Running in b1e69d12e797 14:33: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.22" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:33:51 Removing intermediate container b1e69d12e797 14:33:51 ---> d734532c6e19 14:33:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:33:51 ---> Running in 6e231ac3290c 14:33:53 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:33:53 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:33:53 ---> 449e3314755a 14:33:53 Step 3/31 : WORKDIR /edgex-go 14:33:53 ---> Using cache 14:33:53 ---> c054bbe748b3 14:33:53 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:53 ---> Using cache 14:33:53 ---> 5a99e8ad9bc4 14:33:53 Step 5/31 : RUN apk add --update --no-cache make git 14:33:53 ---> Using cache 14:33:53 ---> 5749995041cc 14:33:53 Step 6/31 : COPY go.mod vendor* ./ 14:33:53 ---> Using cache 14:33:53 ---> 80689e6d5181 14:33:53 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:33:53 ---> Using cache 14:33:53 ---> e96c90bffe61 14:33:53 Step 8/31 : COPY . . 14:33:53 ---> Using cache 14:33:53 ---> 4c8ea960994d 14:33:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:33:54 ---> Running in b64016051608 14:33:54 fetch https://dl-4.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:33: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.22" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:33:55 fetch https://dl-4.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:34:00 (1/6) Installing dumb-init (1.2.5-r1) 14:34:00 (2/6) Installing libgcc (10.3.1_git20210424-r2) 14:34:00 (3/6) Installing libsodium (1.0.18-r0) 14:34:00 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 14:34:02 (5/6) Installing libzmq (4.3.4-r0) 14:34:03 (6/6) Installing zeromq (4.3.4-r0) 14:34:03 Executing busybox-1.33.1-r7.trigger 14:34:04 OK: 8 MiB in 20 packages 14:34:05 Removing intermediate container 6e231ac3290c 14:34:05 ---> c3616e8804e3 14:34:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:06 ---> a5e5e7434bbd 14:34:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:34:08 ---> 1e8de883572d 14:34:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:34:09 ---> 8140921b8c9a 14:34:09 Step 19/23 : ENTRYPOINT ["/core-data"] 14:34:09 ---> Running in dea582b6752d 14:34:10 Removing intermediate container dea582b6752d 14:34:10 ---> bce7befbf44b 14:34:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:10 ---> Running in fcb687421465 14:34:11 Removing intermediate container fcb687421465 14:34:11 ---> 166f36ca04fe 14:34:11 Step 21/23 : LABEL arch=arm64 14:34:11 ---> Running in e10e6c348727 14:34:11 Removing intermediate container e10e6c348727 14:34:11 ---> 0547ced394c8 14:34:11 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:34:11 ---> Running in cca87f8e2953 14:34:12 Removing intermediate container cca87f8e2953 14:34:12 ---> f89a9448b338 14:34:12 Step 23/23 : LABEL version=2.2.1-dev.22 14:34:12 ---> Running in aef3a6280690 14:34:12 Removing intermediate container aef3a6280690 14:34:12 ---> 6a72313db7e5 14:34:12 14:34:13 Successfully built 6a72313db7e5 14:34:13 Successfully tagged core-data-arm64:latest 14:34:13 Building support-notifications 14:34:30  Building core-data ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:34:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:34:30 ---> 449e3314755a 14:34:30 Step 3/22 : WORKDIR /edgex-go 14:34:30 ---> Using cache 14:34:30 ---> c054bbe748b3 14:34:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:34:30 ---> Using cache 14:34:30 ---> 5a99e8ad9bc4 14:34:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:34:30 ---> Running in 49ea8b9f1d7f 14:34:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:34:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:34:32 OK: 220 MiB in 52 packages 14:34:33 Removing intermediate container 49ea8b9f1d7f 14:34:33 ---> b3ece0b67d71 14:34:33 Step 6/22 : COPY go.mod vendor* ./ 14:34:34 ---> 8ae5b0f1a3cd 14:34:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:34:34 ---> Running in 60518a0ad855 14:34:41 Removing intermediate container 60518a0ad855 14:34:41 ---> b45cda0188f1 14:34:41 Step 8/22 : COPY . . 14:34:53 ---> ebeeb5b280af 14:34:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:34:53 ---> Running in 869ffbfc8640 14:34:55 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:36: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.22" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:36:29 Removing intermediate container 3993d2056858 14:36:29 ---> d20f3f1616da 14:36:29 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:36:29 ---> Running in f19bc9292fca 14:36:31 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.22" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:36:37 Removing intermediate container 7a51bb3b65cb 14:36:37 ---> be5302116256 14:36:37 14:36:37 Step 10/22 : FROM alpine:3.14 14:36:37 ---> ac73e934f311 14:36:37 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 14:36:37 ---> Running in 7397596db440 14:36:38 Removing intermediate container f19bc9292fca 14:36:38 ---> ced1abafecea 14:36:38 14:36:38 Step 11/23 : FROM docker:20.10.14 14:36:38 20.10.14: Pulling from library/docker 14:36:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:36:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:36:42 (1/6) Installing ca-certificates (20211220-r0) 14:36:42 (2/6) Installing brotli-libs (1.0.9-r5) 14:36:42 (3/6) Installing nghttp2-libs (1.43.0-r0) 14:36:42 (4/6) Installing libcurl (7.79.1-r2) 14:36:42 (5/6) Installing curl (7.79.1-r2) 14:36:42 (6/6) Installing dumb-init (1.2.5-r1) 14:36:42 Executing busybox-1.33.1-r7.trigger 14:36:42 Executing ca-certificates-20211220-r0.trigger 14:36:43 OK: 8 MiB in 20 packages 14:36:47 Removing intermediate container 7397596db440 14:36:47 ---> d2c1eb42fd52 14:36:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:36:47 ---> Running in 2756833a57a5 14:36:47 Removing intermediate container 2756833a57a5 14:36:47 ---> 33be8f3ea592 14:36:47 Step 13/22 : WORKDIR /edgex 14:36:48 ---> Running in 4940d26d8edb 14:36:48 Removing intermediate container 4940d26d8edb 14:36:48 ---> c625584a0375 14:36:48 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:36:49 ---> 65b9b56d148c 14:36:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:36:52 ---> a06439c000a8 14:36:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:36:55 ---> 983a64e787f0 14:36:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:36:56 ---> 1f73d66d878c 14:36:56 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:36:56 ---> Running in 559ad655d60d 14:36:59 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 14:36:59 Status: Downloaded newer image for docker:20.10.14 14:36:59 ---> c346e9eafbab 14:36:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:36:59 ---> Running in 323a3e5c0517 14:37:00 Removing intermediate container 323a3e5c0517 14:37:00 ---> b6560b969725 14:37:00 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 14:37:00 ---> Running in 3dff8c19f28a 14:37:00 Removing intermediate container 559ad655d60d 14:37:00 ---> d80706b563fc 14:37:00 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 14:37:00 ---> Running in 29c6d016fcb4 14:37:01 Removing intermediate container 29c6d016fcb4 14:37:01 ---> 44c7ae31860e 14:37:01 Step 20/22 : LABEL arch=arm64 14:37:01 ---> Running in e344a349ac31 14:37:02 Removing intermediate container e344a349ac31 14:37:02 ---> a006855e9f51 14:37:02 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:37:02 ---> Running in 4ebe09ef23e6 14:37:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:37:03 Removing intermediate container 4ebe09ef23e6 14:37:03 ---> 2874c56e3fb9 14:37:03 Step 22/22 : LABEL version=2.2.1-dev.22 14:37:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:37:03 ---> Running in 63811ecff21e 14:37:03 Removing intermediate container 63811ecff21e 14:37:03 ---> 573b1a9b25ce 14:37:03 14:37:04 Successfully built 573b1a9b25ce 14:37:04 Successfully tagged security-proxy-setup-arm64:latest 14:37:04  Building security-proxy-setup ... done Building security-spire-agent 14:37:04 (1/43) Installing readline (8.1.1-r0) 14:37:04 (2/43) Installing bash (5.1.16-r0) 14:37:04 Executing bash-5.1.16-r0.post-install 14:37:04 (3/43) Installing brotli-libs (1.0.9-r5) 14:37:04 (4/43) Installing nghttp2-libs (1.46.0-r0) 14:37:04 (5/43) Installing libcurl (7.80.0-r2) 14:37:04 (6/43) Installing curl (7.80.0-r2) 14:37:04 (7/43) Installing dumb-init (1.2.5-r1) 14:37:04 (8/43) Installing libbz2 (1.0.8-r1) 14:37:04 (9/43) Installing expat (2.4.7-r0) 14:37:04 (10/43) Installing libffi (3.4.2-r1) 14:37:04 (11/43) Installing gdbm (1.22-r0) 14:37:04 (12/43) Installing xz-libs (5.2.5-r1) 14:37:04 (13/43) Installing libgcc (10.3.1_git20211027-r0) 14:37:04 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 14:37:04 (15/43) Installing mpdecimal (2.5.1-r1) 14:37:04 (16/43) Installing sqlite-libs (3.36.0-r0) 14:37:04 (17/43) Installing python3 (3.9.7-r4) 14:37:08 (18/43) Installing py3-appdirs (1.4.4-r2) 14:37:08 (19/43) Installing py3-certifi (2020.12.5-r1) 14:37:08 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 14:37:08 (21/43) Installing py3-idna (3.3-r0) 14:37:08 (22/43) Installing py3-urllib3 (1.26.7-r0) 14:37:08 (23/43) Installing py3-requests (2.26.0-r1) 14:37:08 (24/43) Installing py3-msgpack (1.0.2-r1) 14:37:08 (25/43) Installing py3-lockfile (0.12.2-r4) 14:37:08 (26/43) Installing py3-cachecontrol (0.12.10-r0) 14:37:08 (27/43) Installing py3-colorama (0.4.4-r1) 14:37:08 (28/43) Installing py3-contextlib2 (21.6.0-r1) 14:37:08 (29/43) Installing py3-distlib (0.3.3-r0) 14:37:08 (30/43) Installing py3-distro (1.6.0-r0) 14:37:08 (31/43) Installing py3-six (1.16.0-r0) 14:37:08 (32/43) Installing py3-webencodings (0.5.1-r4) 14:37:08 (33/43) Installing py3-html5lib (1.1-r1) 14:37:08 (34/43) Installing py3-parsing (2.4.7-r2) 14:37:08 (35/43) Installing py3-packaging (20.9-r1) 14:37:08 (36/43) Installing py3-tomli (1.2.2-r0) 14:37:08 (37/43) Installing py3-pep517 (0.12.0-r0) 14:37:08 (38/43) Installing py3-progress (1.6-r0) 14:37:08 (39/43) Installing py3-retrying (1.3.3-r2) 14:37:08 (40/43) Installing py3-ordered-set (4.0.2-r2) 14:37:08 (41/43) Installing py3-setuptools (52.0.0-r4) 14:37:08 (42/43) Installing py3-toml (0.10.2-r2) 14:37:08 (43/43) Installing py3-pip (20.3.4-r1) 14:37:09 Executing busybox-1.34.1-r5.trigger 14:37:09 OK: 82 MiB in 65 packages 14:37:17 Collecting docker-compose==1.23.2 14:37:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:37:17 Collecting docopt<0.7,>=0.6.1 14:37:17 Downloading docopt-0.6.2.tar.gz (25 kB) 14:37:19 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 14:37:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:37:19 ---> 449e3314755a 14:37:19 Step 3/26 : WORKDIR /edgex-go 14:37:19 ---> Using cache 14:37:19 ---> c054bbe748b3 14:37:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:19 ---> Using cache 14:37:19 ---> 5a99e8ad9bc4 14:37:19 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 14:37:19 ---> Using cache 14:37:19 ---> da64e4c6d11e 14:37:19 Step 6/26 : COPY go.mod vendor* ./ 14:37:19 ---> Using cache 14:37:19 ---> a4fc254b7cac 14:37:19 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:37:19 ---> Using cache 14:37:19 ---> fd20699c37e6 14:37:19 Step 8/26 : COPY . . 14:37:19 ---> Using cache 14:37:19 ---> 8a9189a66425 14:37:19 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 14:37:19 ---> Using cache 14:37:19 ---> 18f30e1772f7 14:37:19 Step 10/26 : WORKDIR /edgex-go/spire-build 14:37:19 ---> Using cache 14:37:19 ---> 0e8dcbf51207 14:37:19 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 14:37:19 ---> Using cache 14:37:19 ---> ed4628a850d1 14:37:19 Step 12/26 : WORKDIR /edgex-go 14:37:19 ---> Using cache 14:37:19 ---> 1f3ada9ac7f6 14:37:19 14:37:19 Step 13/26 : FROM alpine:3.15 14:37:19 ---> 3fb3c9af89a9 14:37:19 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:37:19 ---> Using cache 14:37:19 ---> d55064259cf5 14:37:19 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:37:19 ---> Using cache 14:37:19 ---> 233f77466aec 14:37:19 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:37:20 ---> Running in 365fe680b229 14:37:22 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:37:22 Collecting PyYAML<4,>=3.10 14:37:22 Downloading PyYAML-3.13.tar.gz (270 kB) 14:37:23 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:37:24 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:37:24 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:37:24 OK: 15736 distinct packages available 14:37:25 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:37:26 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:37:27 Collecting texttable<0.10,>=0.9.0 14:37:27 Downloading texttable-0.9.1.tar.gz (11 kB) 14:37:27 (1/5) Installing dumb-init (1.2.5-r1) 14:37:27 (2/5) Installing musl-obstack (1.2.3-r0) 14:37:27 (3/5) Installing libucontext (1.1-r0) 14:37:27 (4/5) Installing gcompat (1.0.0-r4) 14:37:27 (5/5) Installing openssl (1.1.1p-r0) 14:37:28 Executing busybox-1.34.1-r5.trigger 14:37:28 OK: 6 MiB in 19 packages 14:37:30 Removing intermediate container 365fe680b229 14:37:30 ---> 5f2de75e78d0 14:37:30 Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:37:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:37:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:37:32 Collecting docker<4.0,>=3.6.0 14:37:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:37:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 14:37:33 Collecting jsonschema<3,>=2.5.1 14:37:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:37:33 ---> 1799661d1d62 14:37:33 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:37:33 Collecting cached-property<2,>=1.2.0 14:37:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:37:34 Collecting websocket-client<1.0,>=0.32.0 14:37:34 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 14:37:34 Collecting dockerpty<0.5,>=0.4.1 14:37:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:37:38 Collecting docker-pycreds>=0.4.0 14:37:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:37:39 ---> f88641629cbf 14:37:39 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:37:39 Collecting chardet<3.1.0,>=3.0.2 14:37:39 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 14:37:40 ---> 6baf7c168bfd 14:37:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:37:40 Collecting urllib3<1.25,>=1.21.1 14:37:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:37:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 14:37:41 Collecting idna<2.8,>=2.5 14:37:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:37:41 ---> 9a18bab46653 14:37:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 14:37:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 14:37:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 14:37:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 14:37:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 14:37:42 ---> 502978ebbf69 14:37:42 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:37:42 ---> Running in e21d12b98ae8 14:37:42 Removing intermediate container e21d12b98ae8 14:37:42 ---> 387b55ff3528 14:37:42 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:37:42 ---> Running in b418e42f9586 14:37:43 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 14:37:43 Attempting uninstall: urllib3 14:37:43 Found existing installation: urllib3 1.26.7 14:37:43 Uninstalling urllib3-1.26.7: 14:37:43 Successfully uninstalled urllib3-1.26.7 14:37:43 Removing intermediate container b418e42f9586 14:37:43 ---> cf14c45a5f2c 14:37:43 Step 24/26 : LABEL arch=arm64 14:37:43 ---> Running in 2fc84a3ea4b6 14:37:44 Removing intermediate container 2fc84a3ea4b6 14:37:44 ---> 43a7301489c8 14:37:44 Step 25/26 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:37:44 ---> Running in 16cdff8e4c3a 14:37:44 Attempting uninstall: idna 14:37:44 Found existing installation: idna 3.3 14:37:44 Uninstalling idna-3.3: 14:37:44 Removing intermediate container 16cdff8e4c3a 14:37:44 ---> ae500165e4cb 14:37:44 Step 26/26 : LABEL version=2.2.1-dev.22 14:37:45 Successfully uninstalled idna-3.3 14:37:45 ---> Running in a12cb1009c03 14:37:45 Removing intermediate container a12cb1009c03 14:37:45 ---> 2606474a6d54 14:37:45 14:37:45 Successfully built 2606474a6d54 14:37:45 Successfully tagged security-spire-agent-arm64:latest 14:37:48  Building security-spire-agent ... done  Attempting uninstall: requests 14:37:48 Found existing installation: requests 2.26.0 14:37:48 Uninstalling requests-2.26.0: 14:37:48 Successfully uninstalled requests-2.26.0 14:37:48 Running setup.py install for texttable: started 14:37:51 Running setup.py install for texttable: finished with status 'done' 14:37:51 Running setup.py install for PyYAML: started 14:37:54 Running setup.py install for PyYAML: finished with status 'done' 14:37:54 Running setup.py install for docopt: started 14:37:58 Running setup.py install for docopt: finished with status 'done' 14:37:58 Running setup.py install for dockerpty: started 14:38:01 Running setup.py install for dockerpty: finished with status 'done' 14:38:03 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 14:38:18 Removing intermediate container 3dff8c19f28a 14:38:18 ---> e4895e6c4ef3 14:38:18 Step 14/23 : ENV APP_PORT=58890 14:38:18 ---> Running in 4b235bab18d2 14:38:18 Removing intermediate container 4b235bab18d2 14:38:18 ---> 7b943fe916f5 14:38:18 Step 15/23 : EXPOSE $APP_PORT 14:38:18 ---> Running in d0bbbce60f76 14:38:19 Removing intermediate container d0bbbce60f76 14:38:19 ---> b521666a9396 14:38:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:38:20 ---> 371869942dc7 14:38:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:38:21 ---> 97576baf3a2d 14:38:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:38:22 ---> 376bf469e5f4 14:38:22 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:38:22 ---> Running in 6cd79600d779 14:38:23 Removing intermediate container 6cd79600d779 14:38:23 ---> 76c7287db92b 14:38:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:38:23 ---> Running in b4959a3991e6 14:38:24 Removing intermediate container b4959a3991e6 14:38:24 ---> 754f9de97f35 14:38:24 Step 21/23 : LABEL arch=arm64 14:38:24 ---> Running in de1fb249c0bb 14:38:25 Removing intermediate container de1fb249c0bb 14:38:25 ---> bc11f5d3096c 14:38:25 Step 22/23 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:38:25 ---> Running in 4ddf35dc0137 14:38:25 Removing intermediate container 4ddf35dc0137 14:38:25 ---> 756d0236263b 14:38:25 Step 23/23 : LABEL version=2.2.1-dev.22 14:38:25 ---> Running in b4d2bd48adf5 14:38:26 Removing intermediate container b4d2bd48adf5 14:38:26 ---> 8ec9603b3c35 14:38:26 14:38:26 Successfully built 8ec9603b3c35 14:38:26 Successfully tagged sys-mgmt-agent-arm64:latest 14:39:05  Building sys-mgmt-agent ... done Removing intermediate container b64016051608 14:39:05 ---> 6ed05d3caf62 14:39:05 14:39:05 Step 10/31 : FROM alpine:3.14 14:39:05 ---> ac73e934f311 14:39:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:39:05 ---> Running in 6f4d62c835a5 14:39:05 Removing intermediate container 6f4d62c835a5 14:39:05 ---> 27deb56f0d84 14:39:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:39:05 ---> Running in c8b2761384a0 14:39:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:39:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:39:05 (1/2) Installing dumb-init (1.2.5-r1) 14:39:05 (2/2) Installing su-exec (0.2-r1) 14:39:05 Executing busybox-1.33.1-r7.trigger 14:39:05 OK: 6 MiB in 16 packages 14:39:05 Removing intermediate container c8b2761384a0 14:39:05 ---> b76f71165b51 14:39:05 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:39:05 ---> Running in c204382773ef 14:39:05 Removing intermediate container c204382773ef 14:39:05 ---> 2f0dfa6f32af 14:39:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:39:05 ---> Running in 8d7d8c468966 14:39:06 Removing intermediate container 8d7d8c468966 14:39:06 ---> 3d936155802a 14:39:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:39:06 ---> Running in 0078ec9a8563 14:39:09 Removing intermediate container 0078ec9a8563 14:39:09 ---> 1c94b97c22bb 14:39:09 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:39:09 ---> Running in d4eb708e30d4 14:39:09 Removing intermediate container d4eb708e30d4 14:39:09 ---> 909b3999bcdb 14:39:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:39:10 ---> 55e36528e15b 14:39:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:39:10 ---> Running in 3f6b320a6e48 14:39:13 Removing intermediate container 3f6b320a6e48 14:39:13 ---> dd4104aec210 14:39:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:39:14 ---> 164178d734f7 14:39:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:39:16 ---> 7fbb22687d9b 14:39:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:39:17 ---> 4b96d920ffe2 14:39:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:39:18 ---> 23c0beb1ad7c 14:39:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:39:19 ---> b5d7a5649f8e 14:39:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:39:19 ---> Running in 7c8fb6d26afe 14:39:19 Removing intermediate container 7c8fb6d26afe 14:39:19 ---> ae79873fccf4 14:39:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:39:20 ---> c945c6c03e57 14:39:20 Step 26/31 : RUN chmod +x /entrypoint.sh 14:39:21 ---> Running in 26ab0a114215 14:39:23 Removing intermediate container 26ab0a114215 14:39:23 ---> 95cd69294f4f 14:39:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:39:24 ---> Running in ae5cf3de88b5 14:39:24 Removing intermediate container ae5cf3de88b5 14:39:24 ---> 554b687cdc2d 14:39:24 Step 28/31 : CMD ["gate"] 14:39:24 ---> Running in ea9ed3e2fe2b 14:39:25 Removing intermediate container ea9ed3e2fe2b 14:39:25 ---> fee072800497 14:39:25 Step 29/31 : LABEL arch=arm64 14:39:25 ---> Running in b1a38280db50 14:39:25 Removing intermediate container b1a38280db50 14:39:25 ---> a8fd5769ec5a 14:39:25 Step 30/31 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:39:26 ---> Running in 4d35322f948a 14:39:26 Removing intermediate container 4d35322f948a 14:39:26 ---> 3cf2fd587efc 14:39:26 Step 31/31 : LABEL version=2.2.1-dev.22 14:39:26 ---> Running in cfbcb6f7e2b0 14:39:27 Removing intermediate container cfbcb6f7e2b0 14:39:27 ---> 4cfb336d3f6e 14:39:27 14:39:27 Successfully built 4cfb336d3f6e 14:39:27 Successfully tagged security-bootstrapper-arm64:latest 14:40:00  Building security-bootstrapper ... done Removing intermediate container b5cc50bcb1cc 14:40:00 ---> c097a5d8c751 14:40:00 14:40:00 Step 9/20 : FROM alpine:3.15 14:40:00 ---> 3fb3c9af89a9 14:40:00 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:40:00 ---> Using cache 14:40:00 ---> d55064259cf5 14:40:00 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 14:40:00 ---> Using cache 14:40:00 ---> 233f77466aec 14:40:00 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 14:40:00 ---> Running in cc7b63d628fa 14:40:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:40:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:40:00 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/main] 14:40:00 v3.15.4-218-g41bbc4ed27 [https://dl-4.alpinelinux.org/alpine/v3.15/community] 14:40:00 OK: 15736 distinct packages available 14:40:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 14:40:00 fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 14:40:00 (1/9) Installing ca-certificates (20211220-r0) 14:40:00 (2/9) Installing brotli-libs (1.0.9-r5) 14:40:00 (3/9) Installing nghttp2-libs (1.46.0-r0) 14:40:00 (4/9) Installing libcurl (7.80.0-r2) 14:40:00 (5/9) Installing curl (7.80.0-r2) 14:40:00 (6/9) Installing dumb-init (1.2.5-r1) 14:40:00 (7/9) Installing musl-obstack (1.2.3-r0) 14:40:01 (8/9) Installing libucontext (1.1-r0) 14:40:01 (9/9) Installing gcompat (1.0.0-r4) 14:40:01 Executing busybox-1.34.1-r5.trigger 14:40:01 Executing ca-certificates-20211220-r0.trigger 14:40:01 OK: 8 MiB in 23 packages 14:40:02 Removing intermediate container cc7b63d628fa 14:40:02 ---> 19b1e00f808b 14:40:02 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:03 ---> 0b0e027e7c2c 14:40:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:40:05 ---> ae9d07fe98c7 14:40:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 14:40:05 ---> cb48ad02a190 14:40:05 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 14:40:05 ---> Running in b75e5762605b 14:40:06 Removing intermediate container b75e5762605b 14:40:06 ---> 181e683e0721 14:40:06 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:40:06 ---> Running in 73d63d95601c 14:40:07 Removing intermediate container 73d63d95601c 14:40:07 ---> 712b16128df2 14:40:07 Step 18/20 : LABEL arch=arm64 14:40:07 ---> Running in 68c34c6d2ec8 14:40:07 Removing intermediate container 68c34c6d2ec8 14:40:07 ---> 1ce62b24d24a 14:40:07 Step 19/20 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:07 ---> Running in f1ef3ddf4935 14:40:07 Removing intermediate container f1ef3ddf4935 14:40:07 ---> 264f009f2604 14:40:07 Step 20/20 : LABEL version=2.2.1-dev.22 14:40:08 ---> Running in 53f06594aca3 14:40:08 Removing intermediate container 53f06594aca3 14:40:08 ---> 35380f891a8c 14:40:08 14:40:08 Successfully built 35380f891a8c 14:40:08 Successfully tagged security-spiffe-token-provider-arm64:latest 14:40:13  Building security-spiffe-token-provider ... done Removing intermediate container 869ffbfc8640 14:40:13 ---> 3905cfefd071 14:40:13 14:40:13 Step 10/22 : FROM alpine:3.14 14:40:13 ---> ac73e934f311 14:40:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:40:13 ---> Running in 5e0ffbcd51b7 14:40:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 14:40:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 14:40:15 (1/2) Installing ca-certificates (20211220-r0) 14:40:15 (2/2) Installing dumb-init (1.2.5-r1) 14:40:15 Executing busybox-1.33.1-r7.trigger 14:40:15 Executing ca-certificates-20211220-r0.trigger 14:40:15 OK: 6 MiB in 16 packages 14:40:16 Removing intermediate container 5e0ffbcd51b7 14:40:16 ---> ee78d52e0492 14:40:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:40:17 ---> Running in fcdfee9e1230 14:40:17 Removing intermediate container fcdfee9e1230 14:40:17 ---> df666069f60d 14:40:17 Step 13/22 : ENV APP_PORT=59860 14:40:17 ---> Running in 8d3afb545838 14:40:17 Removing intermediate container 8d3afb545838 14:40:17 ---> fbc7149b9507 14:40:17 Step 14/22 : EXPOSE $APP_PORT 14:40:17 ---> Running in 8f739422aea2 14:40:18 Removing intermediate container 8f739422aea2 14:40:18 ---> 436adf8cba5e 14:40:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:40:18 ---> cf791946c9ab 14:40:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:40:19 ---> 2be42d3eb594 14:40:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:40:20 ---> a225de3731dd 14:40:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:40:20 ---> Running in c598415cde83 14:40:20 Removing intermediate container c598415cde83 14:40:20 ---> 4a5674f03a72 14:40:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:40:20 ---> Running in 0540d199906f 14:40:21 Removing intermediate container 0540d199906f 14:40:21 ---> 1d7ad646d210 14:40:21 Step 20/22 : LABEL arch=arm64 14:40:21 ---> Running in 1a2ff04d2025 14:40:21 Removing intermediate container 1a2ff04d2025 14:40:21 ---> 37db129c8601 14:40:21 Step 21/22 : LABEL git_sha=11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:21 ---> Running in bad0419fa65d 14:40:22 Removing intermediate container bad0419fa65d 14:40:22 ---> e3a1c8159cd0 14:40:22 Step 22/22 : LABEL version=2.2.1-dev.22 14:40:22 ---> Running in 5ae010c8cce4 14:40:22 Removing intermediate container 5ae010c8cce4 14:40:22 ---> 942c64bb0031 14:40:22 14:40:22 Successfully built 942c64bb0031 14:40:22 Successfully tagged support-notifications-arm64:latest 14:40:22  Building support-notifications ... done  [Pipeline] } 14:40:22 $ docker stop --time=1 c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb 14:40:24 $ docker rm -f c6a2de3718d1ff7e4b286bd34b0ef98f98d7274691283808828f616bbe0446fb [Pipeline] // withDockerContainer [Pipeline] sh 14:40:25 + docker images 14:40:25 REPOSITORY TAG IMAGE ID CREATED SIZE 14:40:25 support-notifications-arm64 latest 942c64bb0031 3 seconds ago 26MB 14:40:25 3905cfefd071 14 seconds ago 1.33GB 14:40:25 security-spiffe-token-provider-arm64 latest 35380f891a8c 17 seconds ago 28.1MB 14:40:25 c097a5d8c751 32 seconds ago 1.32GB 14:40:25 security-bootstrapper-arm64 latest 4cfb336d3f6e 58 seconds ago 18.3MB 14:40:25 6ed05d3caf62 About a minute ago 1.28GB 14:40:25 sys-mgmt-agent-arm64 latest 8ec9603b3c35 About a minute ago 282MB 14:40:25 security-spire-agent-arm64 latest 2606474a6d54 2 minutes ago 126MB 14:40:25 security-proxy-setup-arm64 latest 573b1a9b25ce 3 minutes ago 26.1MB 14:40:25 ced1abafecea 3 minutes ago 1.27GB 14:40:25 be5302116256 3 minutes ago 1.28GB 14:40:25 core-data-arm64 latest 6a72313db7e5 6 minutes ago 21.7MB 14:40:25 f003a7549438 6 minutes ago 1.3GB 14:40:25 support-scheduler-arm64 latest 3fa3b554564d 6 minutes ago 25.4MB 14:40:25 3f4833dd43dd 7 minutes ago 1.33GB 14:40:25 core-metadata-arm64 latest f608862a31ca 7 minutes ago 16.3MB 14:40:25 42fa7a4f0b38 7 minutes ago 1.28GB 14:40:25 security-secretstore-setup-arm64 latest 050c12592ec2 9 minutes ago 27.5MB 14:40:25 core-command-arm64 latest 3e1d2a92622f 9 minutes ago 15.5MB 14:40:25 bdd917ce0fbb 9 minutes ago 1.28GB 14:40:25 d9cd00ffd220 10 minutes ago 1.27GB 14:40:25 security-spire-config-arm64 latest 216623b79d5d 13 minutes ago 85.6MB 14:40:25 security-spire-server-arm64 latest 0d3f1cc729f0 13 minutes ago 86.3MB 14:40:25 1f3ada9ac7f6 14 minutes ago 1.18GB 14:40:25 cf506dce3349 14 minutes ago 1.18GB 14:40:25 ci-base-image-arm64 latest 449e3314755a 16 minutes ago 1.01GB 14:40:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 4 weeks ago 669MB 14:40:25 docker 20.10.14 c346e9eafbab 3 months ago 202MB 14:40:25 alpine 3.14 ac73e934f311 3 months ago 5.34MB 14:40:25 alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB 14:40:25 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 14:40:25 provisioning config files... 14:40:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/253@tmp/config3049335269323847329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:40:25 ---> docker-login.sh 14:40:25 nexus3.edgexfoundry.org:10001 14:40:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:40:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:40:26 Configure a credential helper to remove this warning. See 14:40:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:40:26 14:40:26 Login Succeeded 14:40:26 nexus3.edgexfoundry.org:10002 14:40:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:40:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:40:26 Configure a credential helper to remove this warning. See 14:40:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:40:26 14:40:26 Login Succeeded 14:40:26 nexus3.edgexfoundry.org:10003 14:40:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:40:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:40:27 Configure a credential helper to remove this warning. See 14:40:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:40:27 14:40:27 Login Succeeded 14:40:27 nexus3.edgexfoundry.org:10004 14:40:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:40:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:40:27 Configure a credential helper to remove this warning. See 14:40:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:40:27 14:40:27 Login Succeeded 14:40:27 docker.io 14:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:40:28 Configure a credential helper to remove this warning. See 14:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:40:28 14:40:28 Login Succeeded 14:40:28 ---> docker-login.sh ends [Pipeline] } 14:40:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:40:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:40:28 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 14:40:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:28 latest 14:40:28 2.2.1-dev.22 14:40:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:28 main 14:40:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:40:29 de0ddb54732d: Preparing 14:40:29 d653af04e5cf: Preparing 14:40:29 542aa002da7c: Preparing 14:40:29 76d9ccc28401: Preparing 14:40:29 f73e7dbfee58: Preparing 14:40:29 f73e7dbfee58: Layer already exists 14:40:29 76d9ccc28401: Pushed 14:40:29 de0ddb54732d: Pushed 14:40:29 542aa002da7c: Pushed 14:40:32 d653af04e5cf: Pushed 14:40:32 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:40:33 de0ddb54732d: Preparing 14:40:33 d653af04e5cf: Preparing 14:40:33 542aa002da7c: Preparing 14:40:33 76d9ccc28401: Preparing 14:40:33 f73e7dbfee58: Preparing 14:40:33 76d9ccc28401: Layer already exists 14:40:33 f73e7dbfee58: Layer already exists 14:40:33 de0ddb54732d: Layer already exists 14:40:33 542aa002da7c: Layer already exists 14:40:33 d653af04e5cf: Layer already exists 14:40:33 latest: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:34 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 14:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:40:34 de0ddb54732d: Preparing 14:40:34 d653af04e5cf: Preparing 14:40:34 542aa002da7c: Preparing 14:40:34 76d9ccc28401: Preparing 14:40:34 f73e7dbfee58: Preparing 14:40:34 f73e7dbfee58: Layer already exists 14:40:34 d653af04e5cf: Layer already exists 14:40:34 76d9ccc28401: Layer already exists 14:40:34 de0ddb54732d: Layer already exists 14:40:34 542aa002da7c: Layer already exists 14:40:34 2.2.1-dev.22: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:34 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:40:35 de0ddb54732d: Preparing 14:40:35 d653af04e5cf: Preparing 14:40:35 542aa002da7c: Preparing 14:40:35 76d9ccc28401: Preparing 14:40:35 f73e7dbfee58: Preparing 14:40:35 de0ddb54732d: Layer already exists 14:40:35 d653af04e5cf: Layer already exists 14:40:35 76d9ccc28401: Layer already exists 14:40:35 f73e7dbfee58: Layer already exists 14:40:35 542aa002da7c: Layer already exists 14:40:35 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 14:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 14:40:36 de0ddb54732d: Preparing 14:40:36 d653af04e5cf: Preparing 14:40:36 542aa002da7c: Preparing 14:40:36 76d9ccc28401: Preparing 14:40:36 f73e7dbfee58: Preparing 14:40:36 76d9ccc28401: Layer already exists 14:40:36 f73e7dbfee58: Layer already exists 14:40:36 d653af04e5cf: Layer already exists 14:40:36 de0ddb54732d: Layer already exists 14:40:36 542aa002da7c: Layer already exists 14:40:36 main: digest: sha256:38379a4f2c3b8bbcfe768e0ffa40bce1e3964353fe042edac94f370084211636 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:40:36 ===================================================== [Pipeline] echo 14:40:36 taggedImages: 14:40:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 14:40:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.22 14:40:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:36 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 14:40:36 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 14:40:36 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:36 latest 14:40:36 2.2.1-dev.22 14:40:36 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:36 main 14:40:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:40:37 c5681434f516: Preparing 14:40:37 d67d60331b42: Preparing 14:40:37 542aa002da7c: Preparing 14:40:37 70ef06064943: Preparing 14:40:37 d9d76fec769d: Preparing 14:40:37 f73e7dbfee58: Preparing 14:40:37 f73e7dbfee58: Waiting 14:40:37 542aa002da7c: Layer already exists 14:40:37 f73e7dbfee58: Layer already exists 14:40:37 d9d76fec769d: Pushed 14:40:37 c5681434f516: Pushed 14:40:37 70ef06064943: Pushed 14:40:41 d67d60331b42: Pushed 14:40:41 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:40:42 c5681434f516: Preparing 14:40:42 d67d60331b42: Preparing 14:40:42 542aa002da7c: Preparing 14:40:42 70ef06064943: Preparing 14:40:42 d9d76fec769d: Preparing 14:40:42 f73e7dbfee58: Preparing 14:40:42 f73e7dbfee58: Waiting 14:40:42 542aa002da7c: Layer already exists 14:40:42 70ef06064943: Layer already exists 14:40:42 d67d60331b42: Layer already exists 14:40:42 d9d76fec769d: Layer already exists 14:40:42 c5681434f516: Layer already exists 14:40:42 f73e7dbfee58: Layer already exists 14:40:42 latest: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 14:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:40:43 c5681434f516: Preparing 14:40:43 d67d60331b42: Preparing 14:40:43 542aa002da7c: Preparing 14:40:43 70ef06064943: Preparing 14:40:43 d9d76fec769d: Preparing 14:40:43 f73e7dbfee58: Preparing 14:40:43 f73e7dbfee58: Waiting 14:40:43 542aa002da7c: Layer already exists 14:40:43 d67d60331b42: Layer already exists 14:40:43 d9d76fec769d: Layer already exists 14:40:43 70ef06064943: Layer already exists 14:40:43 c5681434f516: Layer already exists 14:40:43 f73e7dbfee58: Layer already exists 14:40:43 2.2.1-dev.22: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:40:44 c5681434f516: Preparing 14:40:44 d67d60331b42: Preparing 14:40:44 542aa002da7c: Preparing 14:40:44 70ef06064943: Preparing 14:40:44 d9d76fec769d: Preparing 14:40:44 f73e7dbfee58: Preparing 14:40:44 f73e7dbfee58: Waiting 14:40:44 d9d76fec769d: Layer already exists 14:40:44 d67d60331b42: Layer already exists 14:40:44 542aa002da7c: Layer already exists 14:40:44 70ef06064943: Layer already exists 14:40:44 c5681434f516: Layer already exists 14:40:44 f73e7dbfee58: Layer already exists 14:40:44 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 14:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 14:40:45 c5681434f516: Preparing 14:40:45 d67d60331b42: Preparing 14:40:45 542aa002da7c: Preparing 14:40:45 70ef06064943: Preparing 14:40:45 d9d76fec769d: Preparing 14:40:45 f73e7dbfee58: Preparing 14:40:45 f73e7dbfee58: Waiting 14:40:45 542aa002da7c: Layer already exists 14:40:45 d67d60331b42: Layer already exists 14:40:45 d9d76fec769d: Layer already exists 14:40:45 70ef06064943: Layer already exists 14:40:45 c5681434f516: Layer already exists 14:40:45 f73e7dbfee58: Layer already exists 14:40:45 main: digest: sha256:ddad64d335c67d0e68cfe83293422a4479dbd55cd0d3e2760563d6bd53282c44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:40:45 ===================================================== [Pipeline] echo 14:40:45 taggedImages: 14:40:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 14:40:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.22 14:40:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:45 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 14:40:45 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 14:40:45 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:45 latest 14:40:45 2.2.1-dev.22 14:40:45 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:45 main 14:40:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:40:46 c3452ed3dd84: Preparing 14:40:46 d988c92c7eda: Preparing 14:40:46 542aa002da7c: Preparing 14:40:46 76d9ccc28401: Preparing 14:40:46 f73e7dbfee58: Preparing 14:40:46 542aa002da7c: Layer already exists 14:40:46 f73e7dbfee58: Layer already exists 14:40:46 76d9ccc28401: Layer already exists 14:40:46 c3452ed3dd84: Pushed 14:40:49 d988c92c7eda: Pushed 14:40:49 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:40:50 c3452ed3dd84: Preparing 14:40:50 d988c92c7eda: Preparing 14:40:50 542aa002da7c: Preparing 14:40:50 76d9ccc28401: Preparing 14:40:50 f73e7dbfee58: Preparing 14:40:50 d988c92c7eda: Layer already exists 14:40:50 76d9ccc28401: Layer already exists 14:40:50 f73e7dbfee58: Layer already exists 14:40:50 542aa002da7c: Layer already exists 14:40:50 c3452ed3dd84: Layer already exists 14:40:50 latest: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 14:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:40:51 c3452ed3dd84: Preparing 14:40:51 d988c92c7eda: Preparing 14:40:51 542aa002da7c: Preparing 14:40:51 76d9ccc28401: Preparing 14:40:51 f73e7dbfee58: Preparing 14:40:51 d988c92c7eda: Layer already exists 14:40:51 f73e7dbfee58: Layer already exists 14:40:51 76d9ccc28401: Layer already exists 14:40:51 c3452ed3dd84: Layer already exists 14:40:51 542aa002da7c: Layer already exists 14:40:51 2.2.1-dev.22: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:40:51 c3452ed3dd84: Preparing 14:40:51 d988c92c7eda: Preparing 14:40:51 542aa002da7c: Preparing 14:40:51 76d9ccc28401: Preparing 14:40:51 f73e7dbfee58: Preparing 14:40:51 f73e7dbfee58: Layer already exists 14:40:51 d988c92c7eda: Layer already exists 14:40:51 542aa002da7c: Layer already exists 14:40:51 76d9ccc28401: Layer already exists 14:40:51 c3452ed3dd84: Layer already exists 14:40:52 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 14:40:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 14:40:52 c3452ed3dd84: Preparing 14:40:52 d988c92c7eda: Preparing 14:40:52 542aa002da7c: Preparing 14:40:52 76d9ccc28401: Preparing 14:40:52 f73e7dbfee58: Preparing 14:40:52 542aa002da7c: Layer already exists 14:40:52 76d9ccc28401: Layer already exists 14:40:52 c3452ed3dd84: Layer already exists 14:40:52 d988c92c7eda: Layer already exists 14:40:52 f73e7dbfee58: Layer already exists 14:40:53 main: digest: sha256:78f2e302fe8e3879299369db6ec68a0b15603f2b860662ce37cf47c1301a6fcd size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:40:53 ===================================================== [Pipeline] echo 14:40:53 taggedImages: 14:40:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 14:40:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.22 14:40:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:53 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 14:40:53 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 14:40:53 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:53 latest 14:40:53 2.2.1-dev.22 14:40:53 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:40:53 main 14:40:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:40:54 760d8a97ed62: Preparing 14:40:54 760d8a97ed62: Preparing 14:40:54 a4c076400306: Preparing 14:40:54 7b403f03aff7: Preparing 14:40:54 d6893e32cfc7: Preparing 14:40:54 00b09a856c9f: Preparing 14:40:54 542aa002da7c: Preparing 14:40:54 91daece6847a: Preparing 14:40:54 5064c2fa2ca0: Preparing 14:40:54 7b7dc2114d45: Preparing 14:40:54 7795c863c578: Preparing 14:40:54 f73e7dbfee58: Preparing 14:40:54 542aa002da7c: Waiting 14:40:54 91daece6847a: Waiting 14:40:54 7b7dc2114d45: Waiting 14:40:54 5064c2fa2ca0: Waiting 14:40:54 f73e7dbfee58: Waiting 14:40:54 7795c863c578: Waiting 14:40:54 7b403f03aff7: Pushed 14:40:54 a4c076400306: Pushed 14:40:54 760d8a97ed62: Pushed 14:40:54 d6893e32cfc7: Pushed 14:40:54 542aa002da7c: Layer already exists 14:40:54 91daece6847a: Pushed 14:40:54 5064c2fa2ca0: Pushed 14:40:54 7b7dc2114d45: Pushed 14:40:54 f73e7dbfee58: Layer already exists 14:40:54 7795c863c578: Pushed 14:40:57 00b09a856c9f: Pushed 14:40:57 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:40:58 760d8a97ed62: Preparing 14:40:58 760d8a97ed62: Preparing 14:40:58 a4c076400306: Preparing 14:40:58 7b403f03aff7: Preparing 14:40:58 d6893e32cfc7: Preparing 14:40:58 00b09a856c9f: Preparing 14:40:58 542aa002da7c: Preparing 14:40:58 91daece6847a: Preparing 14:40:58 5064c2fa2ca0: Preparing 14:40:58 7b7dc2114d45: Preparing 14:40:58 7795c863c578: Preparing 14:40:58 f73e7dbfee58: Preparing 14:40:58 5064c2fa2ca0: Waiting 14:40:58 7b7dc2114d45: Waiting 14:40:58 542aa002da7c: Waiting 14:40:58 7795c863c578: Waiting 14:40:58 91daece6847a: Waiting 14:40:58 f73e7dbfee58: Waiting 14:40:58 a4c076400306: Layer already exists 14:40:58 d6893e32cfc7: Layer already exists 14:40:58 7b403f03aff7: Layer already exists 14:40:58 00b09a856c9f: Layer already exists 14:40:58 760d8a97ed62: Layer already exists 14:40:58 5064c2fa2ca0: Layer already exists 14:40:58 91daece6847a: Layer already exists 14:40:58 7b7dc2114d45: Layer already exists 14:40:58 542aa002da7c: Layer already exists 14:40:58 7795c863c578: Layer already exists 14:40:58 f73e7dbfee58: Layer already exists 14:40:58 latest: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:40:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 14:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:40:59 760d8a97ed62: Preparing 14:40:59 760d8a97ed62: Preparing 14:40:59 a4c076400306: Preparing 14:40:59 7b403f03aff7: Preparing 14:40:59 d6893e32cfc7: Preparing 14:40:59 00b09a856c9f: Preparing 14:40:59 542aa002da7c: Preparing 14:40:59 91daece6847a: Preparing 14:40:59 5064c2fa2ca0: Preparing 14:40:59 7b7dc2114d45: Preparing 14:40:59 7795c863c578: Preparing 14:40:59 f73e7dbfee58: Preparing 14:40:59 5064c2fa2ca0: Waiting 14:40:59 7b7dc2114d45: Waiting 14:40:59 7795c863c578: Waiting 14:40:59 f73e7dbfee58: Waiting 14:40:59 91daece6847a: Waiting 14:40:59 542aa002da7c: Waiting 14:40:59 d6893e32cfc7: Layer already exists 14:40:59 760d8a97ed62: Layer already exists 14:40:59 7b403f03aff7: Layer already exists 14:40:59 a4c076400306: Layer already exists 14:40:59 00b09a856c9f: Layer already exists 14:40:59 7b7dc2114d45: Layer already exists 14:40:59 91daece6847a: Layer already exists 14:40:59 542aa002da7c: Layer already exists 14:40:59 7795c863c578: Layer already exists 14:40:59 5064c2fa2ca0: Layer already exists 14:40:59 f73e7dbfee58: Layer already exists 14:40:59 2.2.1-dev.22: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:41:00 760d8a97ed62: Preparing 14:41:00 760d8a97ed62: Preparing 14:41:00 a4c076400306: Preparing 14:41:00 7b403f03aff7: Preparing 14:41:00 d6893e32cfc7: Preparing 14:41:00 00b09a856c9f: Preparing 14:41:00 542aa002da7c: Preparing 14:41:00 91daece6847a: Preparing 14:41:00 5064c2fa2ca0: Preparing 14:41:00 7b7dc2114d45: Preparing 14:41:00 7795c863c578: Preparing 14:41:00 f73e7dbfee58: Preparing 14:41:00 542aa002da7c: Waiting 14:41:00 91daece6847a: Waiting 14:41:00 7b7dc2114d45: Waiting 14:41:00 5064c2fa2ca0: Waiting 14:41:00 7795c863c578: Waiting 14:41:00 f73e7dbfee58: Waiting 14:41:00 7b403f03aff7: Layer already exists 14:41:00 d6893e32cfc7: Layer already exists 14:41:00 00b09a856c9f: Layer already exists 14:41:00 760d8a97ed62: Layer already exists 14:41:00 a4c076400306: Layer already exists 14:41:00 91daece6847a: Layer already exists 14:41:00 5064c2fa2ca0: Layer already exists 14:41:00 7795c863c578: Layer already exists 14:41:00 542aa002da7c: Layer already exists 14:41:00 7b7dc2114d45: Layer already exists 14:41:00 f73e7dbfee58: Layer already exists 14:41:00 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 14:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 14:41:01 760d8a97ed62: Preparing 14:41:01 760d8a97ed62: Preparing 14:41:01 a4c076400306: Preparing 14:41:01 7b403f03aff7: Preparing 14:41:01 d6893e32cfc7: Preparing 14:41:01 00b09a856c9f: Preparing 14:41:01 542aa002da7c: Preparing 14:41:01 91daece6847a: Preparing 14:41:01 5064c2fa2ca0: Preparing 14:41:01 7b7dc2114d45: Preparing 14:41:01 7795c863c578: Preparing 14:41:01 f73e7dbfee58: Preparing 14:41:01 5064c2fa2ca0: Waiting 14:41:01 7b7dc2114d45: Waiting 14:41:01 7795c863c578: Waiting 14:41:01 f73e7dbfee58: Waiting 14:41:01 542aa002da7c: Waiting 14:41:01 00b09a856c9f: Layer already exists 14:41:01 760d8a97ed62: Layer already exists 14:41:01 a4c076400306: Layer already exists 14:41:01 d6893e32cfc7: Layer already exists 14:41:01 7b403f03aff7: Layer already exists 14:41:01 5064c2fa2ca0: Layer already exists 14:41:01 542aa002da7c: Layer already exists 14:41:01 7b7dc2114d45: Layer already exists 14:41:01 91daece6847a: Layer already exists 14:41:01 7795c863c578: Layer already exists 14:41:01 f73e7dbfee58: Layer already exists 14:41:01 main: digest: sha256:5461dcb7a179fb3cf5bb7d9c320393779a867d91c2b47885edbcd497cc86caa9 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:41:02 ===================================================== [Pipeline] echo 14:41:02 taggedImages: 14:41:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 14:41:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.22 14:41:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 14:41:02 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 14:41:02 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:02 latest 14:41:02 2.2.1-dev.22 14:41:02 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:02 main 14:41:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:41:02 b1e9c873db45: Preparing 14:41:02 e4cfb10949f9: Preparing 14:41:02 63a29d813a0f: Preparing 14:41:02 3ea8662851ba: Preparing 14:41:02 6d9d74fd1849: Preparing 14:41:02 f5226413c6e5: Preparing 14:41:02 9a18f85f6707: Preparing 14:41:02 f73e7dbfee58: Preparing 14:41:02 f5226413c6e5: Waiting 14:41:02 f73e7dbfee58: Waiting 14:41:02 9a18f85f6707: Waiting 14:41:03 6d9d74fd1849: Pushed 14:41:03 b1e9c873db45: Pushed 14:41:03 e4cfb10949f9: Pushed 14:41:03 f73e7dbfee58: Layer already exists 14:41:03 f5226413c6e5: Pushed 14:41:03 9a18f85f6707: Pushed 14:41:05 3ea8662851ba: Pushed 14:41:05 63a29d813a0f: Pushed 14:41:05 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:06 + 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 14:41:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:41:06 b1e9c873db45: Preparing 14:41:06 e4cfb10949f9: Preparing 14:41:06 63a29d813a0f: Preparing 14:41:06 3ea8662851ba: Preparing 14:41:06 6d9d74fd1849: Preparing 14:41:06 f5226413c6e5: Preparing 14:41:06 9a18f85f6707: Preparing 14:41:06 f73e7dbfee58: Preparing 14:41:06 f5226413c6e5: Waiting 14:41:06 f73e7dbfee58: Waiting 14:41:06 9a18f85f6707: Waiting 14:41:06 b1e9c873db45: Layer already exists 14:41:06 63a29d813a0f: Layer already exists 14:41:06 6d9d74fd1849: Layer already exists 14:41:06 3ea8662851ba: Layer already exists 14:41:06 e4cfb10949f9: Layer already exists 14:41:06 f73e7dbfee58: Layer already exists 14:41:06 9a18f85f6707: Layer already exists 14:41:06 f5226413c6e5: Layer already exists 14:41:06 latest: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:07 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 14:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:41:07 b1e9c873db45: Preparing 14:41:07 e4cfb10949f9: Preparing 14:41:07 63a29d813a0f: Preparing 14:41:07 3ea8662851ba: Preparing 14:41:07 6d9d74fd1849: Preparing 14:41:07 f5226413c6e5: Preparing 14:41:07 9a18f85f6707: Preparing 14:41:07 f73e7dbfee58: Preparing 14:41:07 9a18f85f6707: Waiting 14:41:07 f73e7dbfee58: Waiting 14:41:07 f5226413c6e5: Waiting 14:41:07 6d9d74fd1849: Layer already exists 14:41:07 e4cfb10949f9: Layer already exists 14:41:07 3ea8662851ba: Layer already exists 14:41:07 b1e9c873db45: Layer already exists 14:41:07 63a29d813a0f: Layer already exists 14:41:07 f5226413c6e5: Layer already exists 14:41:07 f73e7dbfee58: Layer already exists 14:41:07 9a18f85f6707: Layer already exists 14:41:07 2.2.1-dev.22: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:08 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:41:08 b1e9c873db45: Preparing 14:41:08 e4cfb10949f9: Preparing 14:41:08 63a29d813a0f: Preparing 14:41:08 3ea8662851ba: Preparing 14:41:08 6d9d74fd1849: Preparing 14:41:08 f5226413c6e5: Preparing 14:41:08 9a18f85f6707: Preparing 14:41:08 f73e7dbfee58: Preparing 14:41:08 f5226413c6e5: Waiting 14:41:08 9a18f85f6707: Waiting 14:41:08 f73e7dbfee58: Waiting 14:41:08 63a29d813a0f: Layer already exists 14:41:08 6d9d74fd1849: Layer already exists 14:41:08 b1e9c873db45: Layer already exists 14:41:08 e4cfb10949f9: Layer already exists 14:41:08 3ea8662851ba: Layer already exists 14:41:08 9a18f85f6707: Layer already exists 14:41:08 f73e7dbfee58: Layer already exists 14:41:08 f5226413c6e5: Layer already exists 14:41:08 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:09 + 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 14:41:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 14:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 14:41:09 b1e9c873db45: Preparing 14:41:09 e4cfb10949f9: Preparing 14:41:09 63a29d813a0f: Preparing 14:41:09 3ea8662851ba: Preparing 14:41:09 6d9d74fd1849: Preparing 14:41:09 f5226413c6e5: Preparing 14:41:09 9a18f85f6707: Preparing 14:41:09 f73e7dbfee58: Preparing 14:41:09 9a18f85f6707: Waiting 14:41:09 f5226413c6e5: Waiting 14:41:09 f73e7dbfee58: Waiting 14:41:09 3ea8662851ba: Layer already exists 14:41:09 b1e9c873db45: Layer already exists 14:41:09 e4cfb10949f9: Layer already exists 14:41:09 63a29d813a0f: Layer already exists 14:41:09 6d9d74fd1849: Layer already exists 14:41:09 f5226413c6e5: Layer already exists 14:41:09 f73e7dbfee58: Layer already exists 14:41:09 9a18f85f6707: Layer already exists 14:41:09 main: digest: sha256:1ccb9a625283555cc2bdebd3bf1015771aa91cea97f03d6dde70809ff9a18063 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:41:09 ===================================================== [Pipeline] echo 14:41:09 taggedImages: 14:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 14:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.22 14:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 14:41:09 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 14:41:09 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:09 latest 14:41:09 2.2.1-dev.22 14:41:09 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:09 main 14:41:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:41:10 2c4b540535bd: Preparing 14:41:10 6814ce34adc5: Preparing 14:41:10 5cd0759a374f: Preparing 14:41:10 dac268dd31db: Preparing 14:41:10 aa121a55454a: Preparing 14:41:10 7cec47b1c4ea: Preparing 14:41:10 2b441568bfd6: Preparing 14:41:10 e3f3377abc29: Preparing 14:41:10 951f540a10f8: Preparing 14:41:10 f73e7dbfee58: Preparing 14:41:10 7cec47b1c4ea: Waiting 14:41:10 2b441568bfd6: Waiting 14:41:10 e3f3377abc29: Waiting 14:41:10 951f540a10f8: Waiting 14:41:10 f73e7dbfee58: Waiting 14:41:10 6814ce34adc5: Pushed 14:41:10 aa121a55454a: Pushed 14:41:10 2c4b540535bd: Pushed 14:41:11 7cec47b1c4ea: Pushed 14:41:11 e3f3377abc29: Pushed 14:41:11 2b441568bfd6: Pushed 14:41:11 f73e7dbfee58: Layer already exists 14:41:11 951f540a10f8: Pushed 14:41:13 dac268dd31db: Pushed 14:41:13 5cd0759a374f: Pushed 14:41:14 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:14 + 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 14:41:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:41:14 2c4b540535bd: Preparing 14:41:14 6814ce34adc5: Preparing 14:41:14 5cd0759a374f: Preparing 14:41:14 dac268dd31db: Preparing 14:41:14 aa121a55454a: Preparing 14:41:14 7cec47b1c4ea: Preparing 14:41:14 2b441568bfd6: Preparing 14:41:14 e3f3377abc29: Preparing 14:41:14 951f540a10f8: Preparing 14:41:14 f73e7dbfee58: Preparing 14:41:14 7cec47b1c4ea: Waiting 14:41:14 2b441568bfd6: Waiting 14:41:14 e3f3377abc29: Waiting 14:41:14 951f540a10f8: Waiting 14:41:14 f73e7dbfee58: Waiting 14:41:14 2c4b540535bd: Layer already exists 14:41:14 dac268dd31db: Layer already exists 14:41:14 5cd0759a374f: Layer already exists 14:41:14 aa121a55454a: Layer already exists 14:41:14 6814ce34adc5: Layer already exists 14:41:15 951f540a10f8: Layer already exists 14:41:15 e3f3377abc29: Layer already exists 14:41:15 f73e7dbfee58: Layer already exists 14:41:15 7cec47b1c4ea: Layer already exists 14:41:15 2b441568bfd6: Layer already exists 14:41:15 latest: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 14:41:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:41:15 2c4b540535bd: Preparing 14:41:15 6814ce34adc5: Preparing 14:41:15 5cd0759a374f: Preparing 14:41:15 dac268dd31db: Preparing 14:41:15 aa121a55454a: Preparing 14:41:15 7cec47b1c4ea: Preparing 14:41:15 2b441568bfd6: Preparing 14:41:15 e3f3377abc29: Preparing 14:41:15 951f540a10f8: Preparing 14:41:15 f73e7dbfee58: Preparing 14:41:15 e3f3377abc29: Waiting 14:41:15 7cec47b1c4ea: Waiting 14:41:15 951f540a10f8: Waiting 14:41:15 2b441568bfd6: Waiting 14:41:15 f73e7dbfee58: Waiting 14:41:15 5cd0759a374f: Layer already exists 14:41:15 6814ce34adc5: Layer already exists 14:41:15 2c4b540535bd: Layer already exists 14:41:15 dac268dd31db: Layer already exists 14:41:15 aa121a55454a: Layer already exists 14:41:15 7cec47b1c4ea: Layer already exists 14:41:15 2b441568bfd6: Layer already exists 14:41:15 e3f3377abc29: Layer already exists 14:41:15 951f540a10f8: Layer already exists 14:41:15 f73e7dbfee58: Layer already exists 14:41:16 2.2.1-dev.22: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:41:16 2c4b540535bd: Preparing 14:41:16 6814ce34adc5: Preparing 14:41:16 5cd0759a374f: Preparing 14:41:16 dac268dd31db: Preparing 14:41:16 aa121a55454a: Preparing 14:41:16 7cec47b1c4ea: Preparing 14:41:16 2b441568bfd6: Preparing 14:41:16 e3f3377abc29: Preparing 14:41:16 951f540a10f8: Preparing 14:41:16 f73e7dbfee58: Preparing 14:41:16 7cec47b1c4ea: Waiting 14:41:16 e3f3377abc29: Waiting 14:41:16 2b441568bfd6: Waiting 14:41:16 951f540a10f8: Waiting 14:41:16 f73e7dbfee58: Waiting 14:41:16 5cd0759a374f: Layer already exists 14:41:16 6814ce34adc5: Layer already exists 14:41:16 aa121a55454a: Layer already exists 14:41:16 2c4b540535bd: Layer already exists 14:41:16 dac268dd31db: Layer already exists 14:41:16 7cec47b1c4ea: Layer already exists 14:41:16 e3f3377abc29: Layer already exists 14:41:16 2b441568bfd6: Layer already exists 14:41:16 f73e7dbfee58: Layer already exists 14:41:16 951f540a10f8: Layer already exists 14:41:17 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:17 + 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 14:41:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 14:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 14:41:17 2c4b540535bd: Preparing 14:41:17 6814ce34adc5: Preparing 14:41:17 5cd0759a374f: Preparing 14:41:17 dac268dd31db: Preparing 14:41:17 aa121a55454a: Preparing 14:41:17 7cec47b1c4ea: Preparing 14:41:17 2b441568bfd6: Preparing 14:41:17 e3f3377abc29: Preparing 14:41:17 951f540a10f8: Preparing 14:41:17 f73e7dbfee58: Preparing 14:41:17 7cec47b1c4ea: Waiting 14:41:17 2b441568bfd6: Waiting 14:41:17 e3f3377abc29: Waiting 14:41:17 951f540a10f8: Waiting 14:41:17 f73e7dbfee58: Waiting 14:41:17 aa121a55454a: Layer already exists 14:41:17 6814ce34adc5: Layer already exists 14:41:17 dac268dd31db: Layer already exists 14:41:17 2c4b540535bd: Layer already exists 14:41:17 5cd0759a374f: Layer already exists 14:41:18 e3f3377abc29: Layer already exists 14:41:18 7cec47b1c4ea: Layer already exists 14:41:18 2b441568bfd6: Layer already exists 14:41:18 f73e7dbfee58: Layer already exists 14:41:18 951f540a10f8: Layer already exists 14:41:18 main: digest: sha256:fb030ef163e947486837b7368f24f54cc4bc5673b956ccd466be7641c1b24d7b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:41:18 ===================================================== [Pipeline] echo 14:41:18 taggedImages: 14:41:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 14:41:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.22 14:41:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 14:41:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 14:41:18 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:18 latest 14:41:18 2.2.1-dev.22 14:41:18 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:18 main 14:41:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:41:18 b7a18078bd0f: Preparing 14:41:18 7d0994360230: Preparing 14:41:18 542aa002da7c: Preparing 14:41:18 d7fcfa5e47db: Preparing 14:41:18 207eeceb17ad: Preparing 14:41:18 4f4ce317c6bb: Preparing 14:41:18 4f4ce317c6bb: Waiting 14:41:18 542aa002da7c: Layer already exists 14:41:19 4f4ce317c6bb: Layer already exists 14:41:19 207eeceb17ad: Pushed 14:41:19 b7a18078bd0f: Pushed 14:41:20 d7fcfa5e47db: Pushed 14:41:24 7d0994360230: Pushed 14:41:24 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:24 + 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 14:41:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:41:24 b7a18078bd0f: Preparing 14:41:24 7d0994360230: Preparing 14:41:24 542aa002da7c: Preparing 14:41:24 d7fcfa5e47db: Preparing 14:41:24 207eeceb17ad: Preparing 14:41:24 4f4ce317c6bb: Preparing 14:41:24 d7fcfa5e47db: Layer already exists 14:41:24 542aa002da7c: Layer already exists 14:41:24 207eeceb17ad: Layer already exists 14:41:24 7d0994360230: Layer already exists 14:41:24 b7a18078bd0f: Layer already exists 14:41:24 4f4ce317c6bb: Layer already exists 14:41:25 latest: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 14:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:41:25 b7a18078bd0f: Preparing 14:41:25 7d0994360230: Preparing 14:41:25 542aa002da7c: Preparing 14:41:25 d7fcfa5e47db: Preparing 14:41:25 207eeceb17ad: Preparing 14:41:25 4f4ce317c6bb: Preparing 14:41:25 4f4ce317c6bb: Waiting 14:41:25 d7fcfa5e47db: Layer already exists 14:41:25 b7a18078bd0f: Layer already exists 14:41:25 542aa002da7c: Layer already exists 14:41:25 207eeceb17ad: Layer already exists 14:41:25 7d0994360230: Layer already exists 14:41:26 4f4ce317c6bb: Layer already exists 14:41:26 2.2.1-dev.22: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:41:26 b7a18078bd0f: Preparing 14:41:26 7d0994360230: Preparing 14:41:26 542aa002da7c: Preparing 14:41:26 d7fcfa5e47db: Preparing 14:41:26 207eeceb17ad: Preparing 14:41:26 4f4ce317c6bb: Preparing 14:41:26 4f4ce317c6bb: Waiting 14:41:26 542aa002da7c: Layer already exists 14:41:26 207eeceb17ad: Layer already exists 14:41:26 7d0994360230: Layer already exists 14:41:26 d7fcfa5e47db: Layer already exists 14:41:26 b7a18078bd0f: Layer already exists 14:41:26 4f4ce317c6bb: Layer already exists 14:41:27 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:27 + 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 14:41:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 14:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 14:41:27 b7a18078bd0f: Preparing 14:41:27 7d0994360230: Preparing 14:41:27 542aa002da7c: Preparing 14:41:27 d7fcfa5e47db: Preparing 14:41:27 207eeceb17ad: Preparing 14:41:27 4f4ce317c6bb: Preparing 14:41:27 4f4ce317c6bb: Waiting 14:41:27 b7a18078bd0f: Layer already exists 14:41:27 207eeceb17ad: Layer already exists 14:41:27 542aa002da7c: Layer already exists 14:41:27 d7fcfa5e47db: Layer already exists 14:41:27 7d0994360230: Layer already exists 14:41:27 4f4ce317c6bb: Layer already exists 14:41:28 main: digest: sha256:3b8ec39cdf60e5c6e6b28396d7ebdc5b936ee98b8a94e8f0e9f09f4b5cca45b9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:41:28 ===================================================== [Pipeline] echo 14:41:28 taggedImages: 14:41:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 14:41:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.22 14:41:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 14:41:28 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 14:41:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:28 latest 14:41:28 2.2.1-dev.22 14:41:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:28 main 14:41:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:41:28 d9fc6b1920ae: Preparing 14:41:28 0674903d8220: Preparing 14:41:28 06f86c6ea126: Preparing 14:41:28 b6ce27dfaf22: Preparing 14:41:28 a552d944c2a4: Preparing 14:41:28 42621222e3c3: Preparing 14:41:28 207eeceb17ad: Preparing 14:41:28 4f4ce317c6bb: Preparing 14:41:28 42621222e3c3: Waiting 14:41:28 4f4ce317c6bb: Waiting 14:41:28 207eeceb17ad: Waiting 14:41:29 06f86c6ea126: Pushed 14:41:29 0674903d8220: Pushed 14:41:29 d9fc6b1920ae: Pushed 14:41:29 207eeceb17ad: Layer already exists 14:41:29 4f4ce317c6bb: Layer already exists 14:41:30 42621222e3c3: Pushed 14:41:38 a552d944c2a4: Pushed 14:41:45 b6ce27dfaf22: Pushed 14:41:45 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:45 + 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 14:41:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:41:45 d9fc6b1920ae: Preparing 14:41:45 0674903d8220: Preparing 14:41:45 06f86c6ea126: Preparing 14:41:45 b6ce27dfaf22: Preparing 14:41:45 a552d944c2a4: Preparing 14:41:45 42621222e3c3: Preparing 14:41:45 207eeceb17ad: Preparing 14:41:45 4f4ce317c6bb: Preparing 14:41:45 42621222e3c3: Waiting 14:41:45 207eeceb17ad: Waiting 14:41:45 4f4ce317c6bb: Waiting 14:41:45 b6ce27dfaf22: Layer already exists 14:41:45 d9fc6b1920ae: Layer already exists 14:41:45 a552d944c2a4: Layer already exists 14:41:45 0674903d8220: Layer already exists 14:41:45 06f86c6ea126: Layer already exists 14:41:45 207eeceb17ad: Layer already exists 14:41:45 4f4ce317c6bb: Layer already exists 14:41:45 42621222e3c3: Layer already exists 14:41:46 latest: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 14:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:41:46 d9fc6b1920ae: Preparing 14:41:46 0674903d8220: Preparing 14:41:46 06f86c6ea126: Preparing 14:41:46 b6ce27dfaf22: Preparing 14:41:46 a552d944c2a4: Preparing 14:41:46 42621222e3c3: Preparing 14:41:46 207eeceb17ad: Preparing 14:41:46 4f4ce317c6bb: Preparing 14:41:46 42621222e3c3: Waiting 14:41:46 207eeceb17ad: Waiting 14:41:46 4f4ce317c6bb: Waiting 14:41:46 0674903d8220: Layer already exists 14:41:46 06f86c6ea126: Layer already exists 14:41:46 d9fc6b1920ae: Layer already exists 14:41:46 b6ce27dfaf22: Layer already exists 14:41:46 a552d944c2a4: Layer already exists 14:41:46 42621222e3c3: Layer already exists 14:41:46 207eeceb17ad: Layer already exists 14:41:46 4f4ce317c6bb: Layer already exists 14:41:47 2.2.1-dev.22: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:41:47 d9fc6b1920ae: Preparing 14:41:47 0674903d8220: Preparing 14:41:47 06f86c6ea126: Preparing 14:41:47 b6ce27dfaf22: Preparing 14:41:47 a552d944c2a4: Preparing 14:41:47 42621222e3c3: Preparing 14:41:47 207eeceb17ad: Preparing 14:41:47 4f4ce317c6bb: Preparing 14:41:47 42621222e3c3: Waiting 14:41:47 207eeceb17ad: Waiting 14:41:47 4f4ce317c6bb: Waiting 14:41:47 b6ce27dfaf22: Layer already exists 14:41:47 06f86c6ea126: Layer already exists 14:41:47 a552d944c2a4: Layer already exists 14:41:47 0674903d8220: Layer already exists 14:41:47 d9fc6b1920ae: Layer already exists 14:41:48 4f4ce317c6bb: Layer already exists 14:41:48 207eeceb17ad: Layer already exists 14:41:48 42621222e3c3: Layer already exists 14:41:48 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:48 + 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 14:41:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 14:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 14:41:48 d9fc6b1920ae: Preparing 14:41:48 0674903d8220: Preparing 14:41:48 06f86c6ea126: Preparing 14:41:48 b6ce27dfaf22: Preparing 14:41:48 a552d944c2a4: Preparing 14:41:48 42621222e3c3: Preparing 14:41:48 207eeceb17ad: Preparing 14:41:48 4f4ce317c6bb: Preparing 14:41:48 42621222e3c3: Waiting 14:41:48 207eeceb17ad: Waiting 14:41:48 4f4ce317c6bb: Waiting 14:41:48 06f86c6ea126: Layer already exists 14:41:48 b6ce27dfaf22: Layer already exists 14:41:48 0674903d8220: Layer already exists 14:41:48 a552d944c2a4: Layer already exists 14:41:48 d9fc6b1920ae: Layer already exists 14:41:48 207eeceb17ad: Layer already exists 14:41:48 42621222e3c3: Layer already exists 14:41:48 4f4ce317c6bb: Layer already exists 14:41:48 main: digest: sha256:e3e3f8e8d6cbd337cab7338d3bc3735e199c57138cbd27683b56dd27fdadbc52 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:41:49 ===================================================== [Pipeline] echo 14:41:49 taggedImages: 14:41:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 14:41:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.22 14:41:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 14:41:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 14:41:49 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:49 latest 14:41:49 2.2.1-dev.22 14:41:49 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:41:49 main 14:41:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:41:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:41:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:41:49 444d9045a071: Preparing 14:41:49 81d7e18e8b54: Preparing 14:41:49 f363569a0ae8: Preparing 14:41:49 72f65d1e7d2d: Preparing 14:41:49 945855e639da: Preparing 14:41:49 207eeceb17ad: Preparing 14:41:49 4f4ce317c6bb: Preparing 14:41:49 207eeceb17ad: Waiting 14:41:49 4f4ce317c6bb: Waiting 14:41:50 f363569a0ae8: Pushed 14:41:50 444d9045a071: Pushed 14:41:50 81d7e18e8b54: Pushed 14:41:50 207eeceb17ad: Layer already exists 14:41:50 4f4ce317c6bb: Layer already exists 14:41:50 945855e639da: Pushed 14:42:08 72f65d1e7d2d: Pushed 14:42:08 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:09 + 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 14:42:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:42:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:42:09 444d9045a071: Preparing 14:42:09 81d7e18e8b54: Preparing 14:42:09 f363569a0ae8: Preparing 14:42:09 72f65d1e7d2d: Preparing 14:42:09 945855e639da: Preparing 14:42:09 207eeceb17ad: Preparing 14:42:09 4f4ce317c6bb: Preparing 14:42:09 207eeceb17ad: Waiting 14:42:09 4f4ce317c6bb: Waiting 14:42:09 444d9045a071: Layer already exists 14:42:09 945855e639da: Layer already exists 14:42:09 72f65d1e7d2d: Layer already exists 14:42:09 f363569a0ae8: Layer already exists 14:42:09 81d7e18e8b54: Layer already exists 14:42:09 4f4ce317c6bb: Layer already exists 14:42:09 207eeceb17ad: Layer already exists 14:42:09 latest: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 14:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:42:10 444d9045a071: Preparing 14:42:10 81d7e18e8b54: Preparing 14:42:10 f363569a0ae8: Preparing 14:42:10 72f65d1e7d2d: Preparing 14:42:10 945855e639da: Preparing 14:42:10 207eeceb17ad: Preparing 14:42:10 4f4ce317c6bb: Preparing 14:42:10 4f4ce317c6bb: Waiting 14:42:10 207eeceb17ad: Waiting 14:42:10 f363569a0ae8: Layer already exists 14:42:10 945855e639da: Layer already exists 14:42:10 444d9045a071: Layer already exists 14:42:10 72f65d1e7d2d: Layer already exists 14:42:10 81d7e18e8b54: Layer already exists 14:42:10 207eeceb17ad: Layer already exists 14:42:10 4f4ce317c6bb: Layer already exists 14:42:10 2.2.1-dev.22: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:42:11 444d9045a071: Preparing 14:42:11 81d7e18e8b54: Preparing 14:42:11 f363569a0ae8: Preparing 14:42:11 72f65d1e7d2d: Preparing 14:42:11 945855e639da: Preparing 14:42:11 207eeceb17ad: Preparing 14:42:11 4f4ce317c6bb: Preparing 14:42:11 207eeceb17ad: Waiting 14:42:11 4f4ce317c6bb: Waiting 14:42:11 72f65d1e7d2d: Layer already exists 14:42:11 81d7e18e8b54: Layer already exists 14:42:11 945855e639da: Layer already exists 14:42:11 444d9045a071: Layer already exists 14:42:11 f363569a0ae8: Layer already exists 14:42:11 207eeceb17ad: Layer already exists 14:42:11 4f4ce317c6bb: Layer already exists 14:42:11 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:12 + 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 14:42:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 14:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 14:42:12 444d9045a071: Preparing 14:42:12 81d7e18e8b54: Preparing 14:42:12 f363569a0ae8: Preparing 14:42:12 72f65d1e7d2d: Preparing 14:42:12 945855e639da: Preparing 14:42:12 207eeceb17ad: Preparing 14:42:12 4f4ce317c6bb: Preparing 14:42:12 207eeceb17ad: Waiting 14:42:12 4f4ce317c6bb: Waiting 14:42:12 f363569a0ae8: Layer already exists 14:42:12 81d7e18e8b54: Layer already exists 14:42:12 945855e639da: Layer already exists 14:42:12 72f65d1e7d2d: Layer already exists 14:42:12 444d9045a071: Layer already exists 14:42:12 207eeceb17ad: Layer already exists 14:42:12 4f4ce317c6bb: Layer already exists 14:42:12 main: digest: sha256:ada95d4c31a20d6ff2215dabc1c864ecb285841234526864ba256339710481d2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:42:12 ===================================================== [Pipeline] echo 14:42:12 taggedImages: 14:42:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 14:42:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.22 14:42:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 14:42:13 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 14:42:13 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:13 latest 14:42:13 2.2.1-dev.22 14:42:13 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:13 main 14:42:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:42:13 70ee6f815d3b: Preparing 14:42:13 9d2f1efe10b5: Preparing 14:42:13 fddf0d75da0b: Preparing 14:42:13 72f65d1e7d2d: Preparing 14:42:13 1840734c4850: Preparing 14:42:13 207eeceb17ad: Preparing 14:42:13 4f4ce317c6bb: Preparing 14:42:13 207eeceb17ad: Waiting 14:42:13 4f4ce317c6bb: Waiting 14:42:14 72f65d1e7d2d: Layer already exists 14:42:14 207eeceb17ad: Layer already exists 14:42:14 4f4ce317c6bb: Layer already exists 14:42:14 fddf0d75da0b: Pushed 14:42:14 9d2f1efe10b5: Pushed 14:42:14 70ee6f815d3b: Pushed 14:42:14 1840734c4850: Pushed 14:42:14 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:15 + 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 14:42:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:42:15 70ee6f815d3b: Preparing 14:42:15 9d2f1efe10b5: Preparing 14:42:15 fddf0d75da0b: Preparing 14:42:15 72f65d1e7d2d: Preparing 14:42:15 1840734c4850: Preparing 14:42:15 207eeceb17ad: Preparing 14:42:15 4f4ce317c6bb: Preparing 14:42:15 207eeceb17ad: Waiting 14:42:15 4f4ce317c6bb: Waiting 14:42:15 fddf0d75da0b: Layer already exists 14:42:15 9d2f1efe10b5: Layer already exists 14:42:15 1840734c4850: Layer already exists 14:42:15 72f65d1e7d2d: Layer already exists 14:42:15 70ee6f815d3b: Layer already exists 14:42:15 4f4ce317c6bb: Layer already exists 14:42:15 207eeceb17ad: Layer already exists 14:42:15 latest: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 14:42:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:42:16 70ee6f815d3b: Preparing 14:42:16 9d2f1efe10b5: Preparing 14:42:16 fddf0d75da0b: Preparing 14:42:16 72f65d1e7d2d: Preparing 14:42:16 1840734c4850: Preparing 14:42:16 207eeceb17ad: Preparing 14:42:16 4f4ce317c6bb: Preparing 14:42:16 207eeceb17ad: Waiting 14:42:16 4f4ce317c6bb: Waiting 14:42:16 fddf0d75da0b: Layer already exists 14:42:16 1840734c4850: Layer already exists 14:42:16 70ee6f815d3b: Layer already exists 14:42:16 72f65d1e7d2d: Layer already exists 14:42:16 9d2f1efe10b5: Layer already exists 14:42:16 207eeceb17ad: Layer already exists 14:42:16 4f4ce317c6bb: Layer already exists 14:42:16 2.2.1-dev.22: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:42:17 70ee6f815d3b: Preparing 14:42:17 9d2f1efe10b5: Preparing 14:42:17 fddf0d75da0b: Preparing 14:42:17 72f65d1e7d2d: Preparing 14:42:17 1840734c4850: Preparing 14:42:17 207eeceb17ad: Preparing 14:42:17 4f4ce317c6bb: Preparing 14:42:17 207eeceb17ad: Waiting 14:42:17 4f4ce317c6bb: Waiting 14:42:17 9d2f1efe10b5: Layer already exists 14:42:17 72f65d1e7d2d: Layer already exists 14:42:17 fddf0d75da0b: Layer already exists 14:42:17 1840734c4850: Layer already exists 14:42:17 70ee6f815d3b: Layer already exists 14:42:17 4f4ce317c6bb: Layer already exists 14:42:17 207eeceb17ad: Layer already exists 14:42:17 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:18 + 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 14:42:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 14:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 14:42:18 70ee6f815d3b: Preparing 14:42:18 9d2f1efe10b5: Preparing 14:42:18 fddf0d75da0b: Preparing 14:42:18 72f65d1e7d2d: Preparing 14:42:18 1840734c4850: Preparing 14:42:18 207eeceb17ad: Preparing 14:42:18 4f4ce317c6bb: Preparing 14:42:18 207eeceb17ad: Waiting 14:42:18 4f4ce317c6bb: Waiting 14:42:18 9d2f1efe10b5: Layer already exists 14:42:18 fddf0d75da0b: Layer already exists 14:42:18 70ee6f815d3b: Layer already exists 14:42:18 72f65d1e7d2d: Layer already exists 14:42:18 1840734c4850: Layer already exists 14:42:18 4f4ce317c6bb: Layer already exists 14:42:18 207eeceb17ad: Layer already exists 14:42:18 main: digest: sha256:43730369be5877ebf4ac92204f409007dd5c8f7d0340ef03d13d81ba6ea7757a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:42:18 ===================================================== [Pipeline] echo 14:42:18 taggedImages: 14:42:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 14:42:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.22 14:42:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 14:42:18 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 14:42:18 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:18 latest 14:42:18 2.2.1-dev.22 14:42:18 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:18 main 14:42:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:42:19 1a5b48f4f788: Preparing 14:42:19 973e5dd8fb24: Preparing 14:42:19 542aa002da7c: Preparing 14:42:19 3c95981d3752: Preparing 14:42:19 f73e7dbfee58: Preparing 14:42:19 f73e7dbfee58: Layer already exists 14:42:19 542aa002da7c: Layer already exists 14:42:19 1a5b48f4f788: Pushed 14:42:20 3c95981d3752: Pushed 14:42:25 973e5dd8fb24: Pushed 14:42:25 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:42:26 1a5b48f4f788: Preparing 14:42:26 973e5dd8fb24: Preparing 14:42:26 542aa002da7c: Preparing 14:42:26 3c95981d3752: Preparing 14:42:26 f73e7dbfee58: Preparing 14:42:26 542aa002da7c: Layer already exists 14:42:26 973e5dd8fb24: Layer already exists 14:42:26 1a5b48f4f788: Layer already exists 14:42:26 3c95981d3752: Layer already exists 14:42:26 f73e7dbfee58: Layer already exists 14:42:26 latest: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 14:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:42:27 1a5b48f4f788: Preparing 14:42:27 973e5dd8fb24: Preparing 14:42:27 542aa002da7c: Preparing 14:42:27 3c95981d3752: Preparing 14:42:27 f73e7dbfee58: Preparing 14:42:27 973e5dd8fb24: Layer already exists 14:42:27 3c95981d3752: Layer already exists 14:42:27 f73e7dbfee58: Layer already exists 14:42:27 542aa002da7c: Layer already exists 14:42:27 1a5b48f4f788: Layer already exists 14:42:27 2.2.1-dev.22: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:42:28 1a5b48f4f788: Preparing 14:42:28 973e5dd8fb24: Preparing 14:42:28 542aa002da7c: Preparing 14:42:28 3c95981d3752: Preparing 14:42:28 f73e7dbfee58: Preparing 14:42:28 1a5b48f4f788: Layer already exists 14:42:28 542aa002da7c: Layer already exists 14:42:28 973e5dd8fb24: Layer already exists 14:42:28 f73e7dbfee58: Layer already exists 14:42:28 3c95981d3752: Layer already exists 14:42:28 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 14:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 14:42:29 1a5b48f4f788: Preparing 14:42:29 973e5dd8fb24: Preparing 14:42:29 542aa002da7c: Preparing 14:42:29 3c95981d3752: Preparing 14:42:29 f73e7dbfee58: Preparing 14:42:29 542aa002da7c: Layer already exists 14:42:29 3c95981d3752: Layer already exists 14:42:29 f73e7dbfee58: Layer already exists 14:42:29 1a5b48f4f788: Layer already exists 14:42:29 973e5dd8fb24: Layer already exists 14:42:29 main: digest: sha256:3c6873048d194c25a3503395a35b958b005c299711c5aea71887a73f8e47479d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:42:29 ===================================================== [Pipeline] echo 14:42:29 taggedImages: 14:42:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 14:42:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.22 14:42:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 14:42:29 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 14:42:29 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:29 latest 14:42:29 2.2.1-dev.22 14:42:29 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:29 main 14:42:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:42:30 5ca4928b0957: Preparing 14:42:30 b13f4487a995: Preparing 14:42:30 542aa002da7c: Preparing 14:42:30 76d9ccc28401: Preparing 14:42:30 f73e7dbfee58: Preparing 14:42:30 f73e7dbfee58: Layer already exists 14:42:30 542aa002da7c: Layer already exists 14:42:30 76d9ccc28401: Layer already exists 14:42:30 5ca4928b0957: Pushed 14:42:36 b13f4487a995: Pushed 14:42:36 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:42:36 5ca4928b0957: Preparing 14:42:36 b13f4487a995: Preparing 14:42:36 542aa002da7c: Preparing 14:42:36 76d9ccc28401: Preparing 14:42:36 f73e7dbfee58: Preparing 14:42:36 542aa002da7c: Layer already exists 14:42:36 76d9ccc28401: Layer already exists 14:42:36 5ca4928b0957: Layer already exists 14:42:36 b13f4487a995: Layer already exists 14:42:36 f73e7dbfee58: Layer already exists 14:42:37 latest: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 14:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:42:37 5ca4928b0957: Preparing 14:42:37 b13f4487a995: Preparing 14:42:37 542aa002da7c: Preparing 14:42:37 76d9ccc28401: Preparing 14:42:37 f73e7dbfee58: Preparing 14:42:37 f73e7dbfee58: Layer already exists 14:42:37 542aa002da7c: Layer already exists 14:42:37 5ca4928b0957: Layer already exists 14:42:37 76d9ccc28401: Layer already exists 14:42:37 b13f4487a995: Layer already exists 14:42:38 2.2.1-dev.22: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:42:38 5ca4928b0957: Preparing 14:42:38 b13f4487a995: Preparing 14:42:38 542aa002da7c: Preparing 14:42:38 76d9ccc28401: Preparing 14:42:38 f73e7dbfee58: Preparing 14:42:38 f73e7dbfee58: Layer already exists 14:42:38 5ca4928b0957: Layer already exists 14:42:38 b13f4487a995: Layer already exists 14:42:38 542aa002da7c: Layer already exists 14:42:38 76d9ccc28401: Layer already exists 14:42:38 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 14:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 14:42:39 5ca4928b0957: Preparing 14:42:39 b13f4487a995: Preparing 14:42:39 542aa002da7c: Preparing 14:42:39 76d9ccc28401: Preparing 14:42:39 f73e7dbfee58: Preparing 14:42:39 f73e7dbfee58: Layer already exists 14:42:39 76d9ccc28401: Layer already exists 14:42:39 5ca4928b0957: Layer already exists 14:42:39 542aa002da7c: Layer already exists 14:42:39 b13f4487a995: Layer already exists 14:42:39 main: digest: sha256:cc4ece9fafe7af35e2077bb8adfd82a57cadb483a91b65e9aa21d990f7916289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:42:40 ===================================================== [Pipeline] echo 14:42:40 taggedImages: 14:42:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 14:42:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.22 14:42:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 14:42:40 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 14:42:40 11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:40 latest 14:42:40 2.2.1-dev.22 14:42:40 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:42:40 main 14:42:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:40 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:40 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 14:42:40 c9caf9c54261: Preparing 14:42:40 35c58a4bb227: Preparing 14:42:40 1988a06bdaf6: Preparing 14:42:40 5151b3378f4c: Preparing 14:42:40 f0e5a4d6c014: Preparing 14:42:40 3b19d27f08f7: Preparing 14:42:40 73bb99a6e169: Preparing 14:42:40 ec06c3102977: Preparing 14:42:40 6a3c62e080c7: Preparing 14:42:40 340cb19ca677: Preparing 14:42:40 4f4ce317c6bb: Preparing 14:42:40 ec06c3102977: Waiting 14:42:40 6a3c62e080c7: Waiting 14:42:40 340cb19ca677: Waiting 14:42:40 4f4ce317c6bb: Waiting 14:42:40 3b19d27f08f7: Waiting 14:42:40 73bb99a6e169: Waiting 14:42:41 f0e5a4d6c014: Layer already exists 14:42:41 3b19d27f08f7: Layer already exists 14:42:41 73bb99a6e169: Layer already exists 14:42:41 ec06c3102977: Layer already exists 14:42:41 35c58a4bb227: Pushed 14:42:41 6a3c62e080c7: Layer already exists 14:42:41 340cb19ca677: Layer already exists 14:42:41 4f4ce317c6bb: Layer already exists 14:42:41 c9caf9c54261: Pushed 14:42:43 1988a06bdaf6: Pushed 14:42:58 5151b3378f4c: Pushed 14:42:58 11a51fe418205844bd5d22f7d6ff9ca8936a0e25: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:42:59 + 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 14:42:59 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 14:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 14:42:59 c9caf9c54261: Preparing 14:42:59 35c58a4bb227: Preparing 14:42:59 1988a06bdaf6: Preparing 14:42:59 5151b3378f4c: Preparing 14:42:59 f0e5a4d6c014: Preparing 14:42:59 3b19d27f08f7: Preparing 14:42:59 73bb99a6e169: Preparing 14:42:59 ec06c3102977: Preparing 14:42:59 6a3c62e080c7: Preparing 14:42:59 340cb19ca677: Preparing 14:42:59 4f4ce317c6bb: Preparing 14:42:59 ec06c3102977: Waiting 14:42:59 6a3c62e080c7: Waiting 14:42:59 340cb19ca677: Waiting 14:42:59 4f4ce317c6bb: Waiting 14:42:59 3b19d27f08f7: Waiting 14:42:59 73bb99a6e169: Waiting 14:42:59 f0e5a4d6c014: Layer already exists 14:42:59 35c58a4bb227: Layer already exists 14:42:59 c9caf9c54261: Layer already exists 14:42:59 5151b3378f4c: Layer already exists 14:42:59 1988a06bdaf6: Layer already exists 14:42:59 6a3c62e080c7: Layer already exists 14:42:59 ec06c3102977: Layer already exists 14:42:59 73bb99a6e169: Layer already exists 14:42:59 3b19d27f08f7: Layer already exists 14:42:59 340cb19ca677: Layer already exists 14:42:59 4f4ce317c6bb: Layer already exists 14:42:59 latest: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:00 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:00 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 14:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 14:43:00 c9caf9c54261: Preparing 14:43:00 35c58a4bb227: Preparing 14:43:00 1988a06bdaf6: Preparing 14:43:00 5151b3378f4c: Preparing 14:43:00 f0e5a4d6c014: Preparing 14:43:00 3b19d27f08f7: Preparing 14:43:00 73bb99a6e169: Preparing 14:43:00 ec06c3102977: Preparing 14:43:00 6a3c62e080c7: Preparing 14:43:00 340cb19ca677: Preparing 14:43:00 4f4ce317c6bb: Preparing 14:43:00 ec06c3102977: Waiting 14:43:00 340cb19ca677: Waiting 14:43:00 4f4ce317c6bb: Waiting 14:43:00 3b19d27f08f7: Waiting 14:43:00 73bb99a6e169: Waiting 14:43:00 6a3c62e080c7: Waiting 14:43:00 f0e5a4d6c014: Layer already exists 14:43:00 35c58a4bb227: Layer already exists 14:43:00 5151b3378f4c: Layer already exists 14:43:00 c9caf9c54261: Layer already exists 14:43:00 1988a06bdaf6: Layer already exists 14:43:00 73bb99a6e169: Layer already exists 14:43:00 3b19d27f08f7: Layer already exists 14:43:00 340cb19ca677: Layer already exists 14:43:00 ec06c3102977: Layer already exists 14:43:00 6a3c62e080c7: Layer already exists 14:43:00 4f4ce317c6bb: Layer already exists 14:43:00 2.2.1-dev.22: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:00 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:01 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 14:43:01 c9caf9c54261: Preparing 14:43:01 35c58a4bb227: Preparing 14:43:01 1988a06bdaf6: Preparing 14:43:01 5151b3378f4c: Preparing 14:43:01 f0e5a4d6c014: Preparing 14:43:01 3b19d27f08f7: Preparing 14:43:01 73bb99a6e169: Preparing 14:43:01 ec06c3102977: Preparing 14:43:01 6a3c62e080c7: Preparing 14:43:01 340cb19ca677: Preparing 14:43:01 4f4ce317c6bb: Preparing 14:43:01 3b19d27f08f7: Waiting 14:43:01 6a3c62e080c7: Waiting 14:43:01 73bb99a6e169: Waiting 14:43:01 ec06c3102977: Waiting 14:43:01 340cb19ca677: Waiting 14:43:01 4f4ce317c6bb: Waiting 14:43:01 f0e5a4d6c014: Layer already exists 14:43:01 c9caf9c54261: Layer already exists 14:43:01 35c58a4bb227: Layer already exists 14:43:01 5151b3378f4c: Layer already exists 14:43:01 1988a06bdaf6: Layer already exists 14:43:01 3b19d27f08f7: Layer already exists 14:43:01 ec06c3102977: Layer already exists 14:43:01 73bb99a6e169: Layer already exists 14:43:01 6a3c62e080c7: Layer already exists 14:43:01 340cb19ca677: Layer already exists 14:43:01 4f4ce317c6bb: Layer already exists 14:43:01 11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:01 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:02 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 14:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 14:43:02 c9caf9c54261: Preparing 14:43:02 35c58a4bb227: Preparing 14:43:02 1988a06bdaf6: Preparing 14:43:02 5151b3378f4c: Preparing 14:43:02 f0e5a4d6c014: Preparing 14:43:02 3b19d27f08f7: Preparing 14:43:02 73bb99a6e169: Preparing 14:43:02 ec06c3102977: Preparing 14:43:02 6a3c62e080c7: Preparing 14:43:02 340cb19ca677: Preparing 14:43:02 4f4ce317c6bb: Preparing 14:43:02 ec06c3102977: Waiting 14:43:02 6a3c62e080c7: Waiting 14:43:02 3b19d27f08f7: Waiting 14:43:02 73bb99a6e169: Waiting 14:43:02 340cb19ca677: Waiting 14:43:02 4f4ce317c6bb: Waiting 14:43:02 c9caf9c54261: Layer already exists 14:43:02 f0e5a4d6c014: Layer already exists 14:43:02 1988a06bdaf6: Layer already exists 14:43:02 5151b3378f4c: Layer already exists 14:43:02 35c58a4bb227: Layer already exists 14:43:02 ec06c3102977: Layer already exists 14:43:02 3b19d27f08f7: Layer already exists 14:43:02 73bb99a6e169: Layer already exists 14:43:02 340cb19ca677: Layer already exists 14:43:02 6a3c62e080c7: Layer already exists 14:43:02 4f4ce317c6bb: Layer already exists 14:43:02 main: digest: sha256:54c2122c2aaac139f5dae184aa3151a117c874f532ebec64593562213378f447 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 14:43:02 ===================================================== [Pipeline] echo 14:43:02 taggedImages: 14:43:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25 14:43:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 14:43:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.22 14:43:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:11a51fe418205844bd5d22f7d6ff9ca8936a0e25-2.2.1-dev.22 14:43:02 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:43:03 14:43:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:43:03 arm64: Pulling from edgex-lftools-log-publisher 14:43:03 8998bd30e6a1: Pulling fs layer 14:43:03 04944245beec: Pulling fs layer 14:43:03 699f458cf7ca: Pulling fs layer 14:43:03 765212b225bb: Pulling fs layer 14:43:03 f23df028b6ca: Pulling fs layer 14:43:03 d65c8cfc05b1: Pulling fs layer 14:43:03 2437ff75d9bd: Pulling fs layer 14:43:03 765212b225bb: Waiting 14:43:03 f23df028b6ca: Waiting 14:43:03 d65c8cfc05b1: Waiting 14:43:03 2437ff75d9bd: Waiting 14:43:03 04944245beec: Verifying Checksum 14:43:03 04944245beec: Download complete 14:43:03 765212b225bb: Verifying Checksum 14:43:03 765212b225bb: Download complete 14:43:03 f23df028b6ca: Download complete 14:43:03 d65c8cfc05b1: Download complete 14:43:03 699f458cf7ca: Verifying Checksum 14:43:03 699f458cf7ca: Download complete 14:43:04 8998bd30e6a1: Verifying Checksum 14:43:04 8998bd30e6a1: Download complete 14:43:06 2437ff75d9bd: Verifying Checksum 14:43:08 8998bd30e6a1: Pull complete 14:43:08 04944245beec: Pull complete 14:43:10 699f458cf7ca: Pull complete 14:43:10 765212b225bb: Pull complete 14:43:11 f23df028b6ca: Pull complete 14:43:11 d65c8cfc05b1: Pull complete 14:43:26 2437ff75d9bd: Pull complete 14:43:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:43:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:43:26 prd-ubuntu20.04-docker-arm64-4c-16g-16853 does not seem to be running inside a container 14:43:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:43:29 $ docker top 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:43:30 ---> job-cost.sh 14:43:30 lf-activate-venv: SKIPPING 14:43:30 INFO: No Stack... 14:43:31 INFO: Retrieving Pricing Info for: v3-standard-4 14:43:31 INFO: Archiving Costs [Pipeline] sh 14:43:32 + cut -d, -f6 14:43:32 + cat /w/workspace/edgex-go/253/archives/cost.csv [Pipeline] lock 14:43:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] 14:43:32 Resource [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] did not exist. Created. 14:43:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:43:33 + echo total: 0.10999999940395355 [Pipeline] stash 14:43:33 Stashed 1 file(s) [Pipeline] } 14:43:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-253-stack-cost] [Pipeline] // lock [Pipeline] } 14:43:33 $ docker stop --time=1 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 14:43:35 $ docker rm -f 2c598d8c80e3c80eef808cf778637e9c33edb6349eb1683fe1956be2d247d9d1 [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 14:43:35 provisioning config files... 14:43:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/253@tmp/config3601547127547446609tmp [Pipeline] { [Pipeline] sh 14:43:36 + set +x 14:43:36 + curl -s https://codecov.io/bash 14:43:36 + bash -s -- 14:43:36 14:43:36 _____ _ 14:43:36 / ____| | | 14:43:36 | | ___ __| | ___ ___ _____ __ 14:43:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:43:36 | |___| (_) | (_| | __/ (_| (_) \ V / 14:43:36 \_____\___/ \__,_|\___|\___\___/ \_/ 14:43:36 Bash-1.0.6 14:43:36 14:43:36 14:43:36 ==> git version 2.25.1 found 14:43:36 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 14:43:36 Release-Date: 2020-01-08 14:43:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:43:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:43:36 ==> Jenkins CI detected. 14:43:36 current dir:  /w/workspace/edgex-go/253 14:43:36 project root: . 14:43:36 --> token set from env 14:43:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:43:36 ==> Running gcov in . (disable via -X gcov) 14:43:36 ==> Python coveragepy not found 14:43:36 ==> Searching for coverage reports in: 14:43:36 + . 14:43:36 -> Found 1 reports 14:43:36 ==> Detecting git/mercurial file structure 14:43:36 ==> Reading reports 14:43:36 + ./coverage.out bytes=435593 14:43:36 ==> Appending adjustments 14:43:36 https://docs.codecov.io/docs/fixing-reports 14:43:37 + Found adjustments 14:43:37 ==> Gzipping contents 14:43:37 60K /tmp/codecov.1UPIcj.gz 14:43:37 ==> Uploading reports 14:43:37 url: https://codecov.io 14:43:37 query: branch=main&commit=11a51fe418205844bd5d22f7d6ff9ca8936a0e25&build=253&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F253%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:43:37 -> Pinging Codecov 14:43:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=11a51fe418205844bd5d22f7d6ff9ca8936a0e25&build=253&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F253%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 14:43:37 -> Uploading to 14:43:37 https://storage.googleapis.com/codecov/v4/raw/2022-07-04/00271124DB129430A58F1EEE437C3FCB/11a51fe418205844bd5d22f7d6ff9ca8936a0e25/8ccc5895-e3e0-42c2-a982-08650c544ccd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220704%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220704T144337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771beb2123680fe901bf47ec163a379a905120195d16127e9160fcab991a1c81 14:43:37 % Total % Received % Xferd Average Speed Time Time Time Current 14:43:37 Dload Upload Total Spent Left Speed 14:43:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59881 0 0 100 59881 0 255k --:--:-- --:--:-- --:--:-- 255k 14:43:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/11a51fe418205844bd5d22f7d6ff9ca8936a0e25 [Pipeline] } 14:43:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:43:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:43:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:43:38 14:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:43:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:43:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:43:38 df9b9388f04a: Already exists 14:43:38 52dc419b0ee2: Pulling fs layer 14:43:38 25bc292e5bac: Pulling fs layer 14:43:38 114826534d7a: Pulling fs layer 14:43:38 4657fd5d0bcf: Pulling fs layer 14:43:38 6ad1cebc031e: Pulling fs layer 14:43:38 8a3aa393b2d8: Pulling fs layer 14:43:38 4657fd5d0bcf: Waiting 14:43:38 6ad1cebc031e: Waiting 14:43:38 8a3aa393b2d8: Waiting 14:43:38 25bc292e5bac: Verifying Checksum 14:43:38 25bc292e5bac: Download complete 14:43:38 52dc419b0ee2: Verifying Checksum 14:43:38 52dc419b0ee2: Download complete 14:43:38 4657fd5d0bcf: Verifying Checksum 14:43:38 4657fd5d0bcf: Download complete 14:43:38 52dc419b0ee2: Pull complete 14:43:38 6ad1cebc031e: Verifying Checksum 14:43:38 6ad1cebc031e: Download complete 14:43:38 25bc292e5bac: Pull complete 14:43:39 114826534d7a: Verifying Checksum 14:43:39 114826534d7a: Download complete 14:43:39 8a3aa393b2d8: Verifying Checksum 14:43:39 8a3aa393b2d8: Download complete 14:43:43 114826534d7a: Pull complete 14:43:43 4657fd5d0bcf: Pull complete 14:43:43 6ad1cebc031e: Pull complete 14:43:46 8a3aa393b2d8: Pull complete 14:43:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 14:43:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:43:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:43:46 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:43:46 $ 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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:43:48 $ docker top 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab -eo pid,comm [Pipeline] { [Pipeline] echo 14:43:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 14:43:49 + set -o pipefail 14:43:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 14:43:54 14:43:54 Monitoring /w/workspace/edgex-go/253 (github.com/edgexfoundry/edgex-go)... 14:43:54 14:43:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/976670fa-99aa-4496-8044-15f8af1392ed 14:43:54 14:43:54 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 14:43:54 14:43:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:43:54 14:43:54 14:43:54 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 14:43:54 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:43:54 $ docker stop --time=1 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab 14:43:56 $ docker rm -f 175b1d7a65f506b93b37110331862f5b252366b215b1ebba42c92ec8f08c5aab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 14:43:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:43:57 provisioning config files... 14:43:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/253@tmp/config8724703288359439339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:43:57 --> edgex-publish-swagger.sh 14:43:57 === Publish openapi/v2 API === 14:43:57 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 14:43:57 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/253/openapi/v2/core-command.yaml] 14:43:57 % Total % Received % Xferd Average Speed Time Time Time Current 14:43:57 Dload Upload Total Spent Left Speed 14:43:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 34381 --:--:-- --:--:-- --:--:-- 34381 14:43:58 14:43:58 14:43:58 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/253/openapi/v2/core-data.yaml] 14:43:58 % Total % Received % Xferd Average Speed Time Time Time Current 14:43:58 Dload Upload Total Spent Left Speed 14:43:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 77076 --:--:-- --:--:-- --:--:-- 77076 14:43:59 14:43:59 14:43:59 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/253/openapi/v2/core-metadata.yaml] 14:43:59 % Total % Received % Xferd Average Speed Time Time Time Current 14:43:59 Dload Upload Total Spent Left Speed 14:44:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 143k --:--:-- --:--:-- --:--:-- 143k 14:44:00 14:44:00 14:44:00 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/253/openapi/v2/support-notifications.yaml] 14:44:00 % Total % Received % Xferd Average Speed Time Time Time Current 14:44:00 Dload Upload Total Spent Left Speed 14:44:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 90494 --:--:-- --:--:-- --:--:-- 90494 14:44:01 14:44:01 14:44:01 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/253/openapi/v2/support-scheduler.yaml] 14:44:01 % Total % Received % Xferd Average Speed Time Time Time Current 14:44:01 Dload Upload Total Spent Left Speed 14:44:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 38933 0:00:01 0:00:01 --:--:-- 38933 14:44:02 14:44:02 14:44:02 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/253/openapi/v2/system-agent.yaml] 14:44:02 % Total % Received % Xferd Average Speed Time Time Time Current 14:44:02 Dload Upload Total Spent Left Speed 14:44:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 22053 --:--:-- --:--:-- --:--:-- 22029 14:44:03 14:44:03 [Pipeline] } 14:44:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 14:44:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:44:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:44:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:44:03 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:44:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:44:04 $ docker top 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:44:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:04 [ssh-agent] Looking for ssh-agent implementation... 14:44:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:04 $ docker exec 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 ssh-agent 14:44:04 SSH_AUTH_SOCK=/tmp/ssh-bJCMANnGq2In/agent.33 14:44:04 SSH_AGENT_PID=39 14:44:04 Running ssh-add (command line suppressed) 14:44:04 Identity added: /w/workspace/edgex-go/253@tmp/private_key_3831403207523595640.key (/w/workspace/edgex-go/253@tmp/private_key_3831403207523595640.key) 14:44:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:05 + git semver tag 14:44:05 2022-07-04 14:44:05,426 [run_tag] DEBUG tag force:False 14:44:05 2022-07-04 14:44:05,427 [check_head_tag] DEBUG check head tag 14:44:05 2022-07-04 14:44:05,427 [execute] INFO git cat-file --batch-check 14:44:05 2022-07-04 14:44:05,428 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=) 14:44:05 2022-07-04 14:44:05,431 [execute] INFO git cat-file --batch 14:44:05 2022-07-04 14:44:05,431 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=) 14:44:05 2022-07-04 14:44:05,450 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:05 2022-07-04 14:44:05,450 [execute] INFO git tag -a v2.2.1-dev.22 -m v2.2.1-dev.22 14:44:05 2022-07-04 14:44:05,450 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.22', '-m', 'v2.2.1-dev.22'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) 14:44:05 2022-07-04 14:44:05,455 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:05 2.2.1-dev.22 [Pipeline] } 14:44:05 $ docker exec --env ******** --env ******** 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 ssh-agent -k 14:44:05 unset SSH_AUTH_SOCK; 14:44:05 unset SSH_AGENT_PID; 14:44:05 echo Agent pid 39 killed; 14:44:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:44:05 + git semver [Pipeline] } 14:44:06 $ docker stop --time=1 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 14:44:07 $ docker rm -f 0156d6f294b7ef1a9b325499db6af73867b11b9a849d1ade904892a624d8d561 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:44:07 14:44:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:44:08 0.23.1-centos7: Pulling from edgex-lftools 14:44:08 ab5ef0e58194: Pulling fs layer 14:44:08 9712f1f96733: Pulling fs layer 14:44:08 63f879dbbcfc: Pulling fs layer 14:44:08 0d9ebad4ef96: Pulling fs layer 14:44:08 e9a5061849ea: Pulling fs layer 14:44:08 d747dcd14b5f: Pulling fs layer 14:44:08 2de7ff778b66: Pulling fs layer 14:44:08 e9a5061849ea: Waiting 14:44:08 d747dcd14b5f: Waiting 14:44:08 2de7ff778b66: Waiting 14:44:08 0d9ebad4ef96: Waiting 14:44:08 9712f1f96733: Verifying Checksum 14:44:08 9712f1f96733: Download complete 14:44:08 63f879dbbcfc: Verifying Checksum 14:44:08 63f879dbbcfc: Download complete 14:44:08 e9a5061849ea: Verifying Checksum 14:44:08 e9a5061849ea: Download complete 14:44:08 d747dcd14b5f: Download complete 14:44:08 ab5ef0e58194: Verifying Checksum 14:44:08 ab5ef0e58194: Download complete 14:44:08 0d9ebad4ef96: Verifying Checksum 14:44:08 0d9ebad4ef96: Download complete 14:44:08 2de7ff778b66: Verifying Checksum 14:44:08 2de7ff778b66: Download complete 14:44:12 ab5ef0e58194: Pull complete 14:44:12 9712f1f96733: Pull complete 14:44:12 63f879dbbcfc: Pull complete 14:44:16 0d9ebad4ef96: Pull complete 14:44:16 e9a5061849ea: Pull complete 14:44:16 d747dcd14b5f: Pull complete 14:44:17 2de7ff778b66: Pull complete 14:44:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:44:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:44:17 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:44:19 $ docker top 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:44:19 provisioning config files... 14:44:19 copy managed file [sigul-config] to file:/w/workspace/edgex-go/253@tmp/config4946218052847179714tmp 14:44:19 copy managed file [sigul-password] to file:/w/workspace/edgex-go/253@tmp/config1759724716969471152tmp 14:44:19 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/253@tmp/config4665287445811528546tmp [Pipeline] { [Pipeline] echo 14:44:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:44:20 ---> sigul-configuration.sh 14:44:20 gpg: directory `/root/.gnupg' created 14:44:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:44:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:44:20 gpg: keyring `/root/.gnupg/secring.gpg' created 14:44:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:44:20 gpg: CAST5 encrypted data 14:44:20 gpg: encrypted with 1 passphrase 14:44:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:44:20 + mkdir /home/jenkins 14:44:20 + mkdir /home/jenkins/sigul [Pipeline] sh 14:44:20 + 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 14:44:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:44:21 ---> sigul-install.sh 14:44:21 Sigul already installed; skipping installation. [Pipeline] sh 14:44:21 + git tag --list 14:44:21 0.6.0 14:44:21 0.6.1 14:44:21 0.7.0 14:44:21 0.7.1 14:44:21 v1.0.0 14:44:21 v1.0.1 14:44:21 v1.1.0 14:44:21 v1.2.0 14:44:21 v1.2.1 14:44:21 v1.3.0 14:44:21 v1.3.1 14:44:21 v2.0.0 14:44:21 v2.1.0 14:44:21 v2.1.1 14:44:21 v2.1.1-dev.1 14:44:21 v2.1.1-dev.2 14:44:21 v2.1.1-dev.3 14:44:21 v2.1.1-dev.4 14:44:21 v2.1.1-dev.5 14:44:21 v2.1.1-dev.6 14:44:21 v2.1.1-dev.7 14:44:21 v2.1.1-dev.8 14:44:21 v2.2.0 14:44:21 v2.2.1-dev.1 14:44:21 v2.2.1-dev.10 14:44:21 v2.2.1-dev.11 14:44:21 v2.2.1-dev.12 14:44:21 v2.2.1-dev.13 14:44:21 v2.2.1-dev.14 14:44:21 v2.2.1-dev.15 14:44:21 v2.2.1-dev.16 14:44:21 v2.2.1-dev.17 14:44:21 v2.2.1-dev.18 14:44:21 v2.2.1-dev.19 14:44:21 v2.2.1-dev.2 14:44:21 v2.2.1-dev.20 14:44:21 v2.2.1-dev.21 14:44:21 v2.2.1-dev.22 14:44:21 v2.2.1-dev.3 14:44:21 v2.2.1-dev.4 14:44:21 v2.2.1-dev.5 14:44:21 v2.2.1-dev.6 14:44:21 v2.2.1-dev.7 14:44:21 v2.2.1-dev.8 14:44:21 v2.2.1-dev.9 [Pipeline] sh 14:44:21 + lftools sign git-tag v2.2.1-dev.22 14:44:22 Signing Git tag with Sigul... 14:44:22 Signing v2.2.1-dev.22 [Pipeline] echo 14:44:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:44:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:44:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:44:22 $ docker stop --time=1 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 14:44:24 $ docker rm -f 7f26cd8927cfa62046caf937dc1dc3ecb83a8ca11f42738b7b2a0c6411552559 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:44:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:44:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:44:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:44:24 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:44:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:44:25 $ docker top 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:44:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:25 [ssh-agent] Looking for ssh-agent implementation... 14:44:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:25 $ docker exec 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 ssh-agent 14:44:25 SSH_AUTH_SOCK=/tmp/ssh-I6M3YNlKZn5e/agent.34 14:44:25 SSH_AGENT_PID=40 14:44:25 Running ssh-add (command line suppressed) 14:44:25 Identity added: /w/workspace/edgex-go/253@tmp/private_key_8853452404837456489.key (/w/workspace/edgex-go/253@tmp/private_key_8853452404837456489.key) 14:44:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:26 + git semver bump pre 14:44:26 2022-07-04 14:44:26,405 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:26 2022-07-04 14:44:26,405 [bump_version] DEBUG bumping version:2.2.1-dev.22 on axis:pre with prefix:dev 14:44:26 2022-07-04 14:44:26,405 [bump_version] DEBUG bumped version:2.2.1-dev.23 14:44:26 2022-07-04 14:44:26,405 [write_version] DEBUG write version:2.2.1-dev.23 to path:/w/workspace/edgex-go/253/.semver/main with force:True 14:44:26 2022-07-04 14:44:26,406 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:26 2022-07-04 14:44:26,406 [write_file] DEBUG write to file:/w/workspace/edgex-go/253/.semver/main 14:44:26 2022-07-04 14:44:26,408 [execute] INFO git cat-file --batch-check 14:44:26 2022-07-04 14:44:26,408 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) 14:44:26 2022-07-04 14:44:26,414 [execute] INFO git cat-file --batch 14:44:26 2022-07-04 14:44:26,415 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) 14:44:26 2022-07-04 14:44:26,420 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:26 2.2.1-dev.23 [Pipeline] } 14:44:26 $ docker exec --env ******** --env ******** 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 ssh-agent -k 14:44:26 unset SSH_AUTH_SOCK; 14:44:26 unset SSH_AGENT_PID; 14:44:26 echo Agent pid 40 killed; 14:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:44:26 + git semver [Pipeline] } 14:44:27 $ docker stop --time=1 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 14:44:28 $ docker rm -f 342d6444c91d244e47e28d8aae0e31278f982a8e38dbf68bee7e4617b1d48f00 [Pipeline] // withDockerContainer [Pipeline] sh 14:44:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:44:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:44:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:44:29 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:44:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:44:29 $ docker top 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae -eo pid,comm 14:44:29 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). 14:44:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:44:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:29 [ssh-agent] Looking for ssh-agent implementation... 14:44:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:29 $ docker exec 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae ssh-agent 14:44:30 SSH_AUTH_SOCK=/tmp/ssh-00B5Mvc615Cn/agent.32 14:44:30 SSH_AGENT_PID=38 14:44:30 Running ssh-add (command line suppressed) 14:44:30 Identity added: /w/workspace/edgex-go/253@tmp/private_key_9077679277565346104.key (/w/workspace/edgex-go/253@tmp/private_key_9077679277565346104.key) 14:44:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:30 + git semver push 14:44:30 2022-07-04 14:44:30,620 [run_push] DEBUG push 14:44:30 2022-07-04 14:44:30,621 [execute] INFO git cat-file --batch-check 14:44:30 2022-07-04 14:44:30,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=) 14:44:30 2022-07-04 14:44:30,624 [execute] INFO git rev-list 11d2c4a0d8221d9022203dcac89e1cdb7a994444 -- 14:44:30 2022-07-04 14:44:30,624 [execute] DEBUG Popen(['git', 'rev-list', '11d2c4a0d8221d9022203dcac89e1cdb7a994444', '--'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=None) 14:44:30 2022-07-04 14:44:30,638 [execute] INFO git fetch -v origin 14:44:30 2022-07-04 14:44:30,638 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=True, shell=None, istream=None) 14:44:31 2022-07-04 14:44:31,120 [run_push] DEBUG no remote changes detected 14:44:31 2022-07-04 14:44:31,121 [execute] INFO git push origin semver 14:44:31 2022-07-04 14:44:31,121 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/253/.semver, universal_newlines=False, shell=None, istream=None) 14:44:32 2022-07-04 14:44:31,905 [run_push] DEBUG push all version tags 14:44:32 2022-07-04 14:44:31,905 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:44:32 2022-07-04 14:44:31,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/253, universal_newlines=False, shell=None, istream=None) 14:44:32 2022-07-04 14:44:32,572 [read_version] DEBUG read version from /w/workspace/edgex-go/253/.semver/main 14:44:32 2.2.1-dev.23 [Pipeline] } 14:44:32 $ docker exec --env ******** --env ******** 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae ssh-agent -k 14:44:32 unset SSH_AUTH_SOCK; 14:44:32 unset SSH_AGENT_PID; 14:44:32 echo Agent pid 38 killed; 14:44:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:44:33 + git semver [Pipeline] } 14:44:33 $ docker stop --time=1 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae 14:44:34 $ docker rm -f 9654f36c2a3d043b42de4ed0815a4add235e502ecfab93729d856b58ccf490ae [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 14:44:35 + [ -d /w/workspace/edgex-go/253/archives ] [Pipeline] libraryResource [Pipeline] sh 14:44:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:44:36 ---> package-listing.sh 14:44:36 ++ facter osfamily 14:44:36 ++ tr '[:upper:]' '[:lower:]' 14:44:36 + OS_FAMILY=debian 14:44:36 + workspace=/w/workspace/edgex-go/253 14:44:36 + START_PACKAGES=/tmp/packages_start.txt 14:44:36 + END_PACKAGES=/tmp/packages_end.txt 14:44:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:44:36 + PACKAGES=/tmp/packages_start.txt 14:44:36 + '[' /w/workspace/edgex-go/253 ']' 14:44:36 + PACKAGES=/tmp/packages_end.txt 14:44:36 + case "${OS_FAMILY}" in 14:44:36 + dpkg -l 14:44:36 + grep '^ii' 14:44:36 + '[' -f /tmp/packages_start.txt ']' 14:44:36 + '[' -f /tmp/packages_end.txt ']' 14:44:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:44:36 + '[' /w/workspace/edgex-go/253 ']' 14:44:36 + mkdir -p /w/workspace/edgex-go/253/archives/ 14:44:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/253/archives/ [Pipeline] echo 14:44:36 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/253/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:44:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:44:37 14:44:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:44:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:44:37 latest: Pulling from edgex-lftools-log-publisher 14:44:37 5eb5b503b376: Pulling fs layer 14:44:37 5c69ac0246d0: Pulling fs layer 14:44:37 ec43610c2a17: Pulling fs layer 14:44:37 3a2ae6a8a46f: Pulling fs layer 14:44:37 33b1e0a273af: Pulling fs layer 14:44:37 5d3b04190fa2: Pulling fs layer 14:44:37 2f39f015ded8: Pulling fs layer 14:44:37 3a2ae6a8a46f: Waiting 14:44:37 33b1e0a273af: Waiting 14:44:37 5d3b04190fa2: Waiting 14:44:37 2f39f015ded8: Waiting 14:44:37 5c69ac0246d0: Verifying Checksum 14:44:37 5c69ac0246d0: Download complete 14:44:37 3a2ae6a8a46f: Verifying Checksum 14:44:37 3a2ae6a8a46f: Download complete 14:44:37 33b1e0a273af: Verifying Checksum 14:44:37 33b1e0a273af: Download complete 14:44:37 5d3b04190fa2: Verifying Checksum 14:44:37 5d3b04190fa2: Download complete 14:44:38 ec43610c2a17: Verifying Checksum 14:44:38 ec43610c2a17: Download complete 14:44:38 5eb5b503b376: Verifying Checksum 14:44:38 5eb5b503b376: Download complete 14:44:38 2f39f015ded8: Verifying Checksum 14:44:38 2f39f015ded8: Download complete 14:44:39 5eb5b503b376: Pull complete 14:44:39 5c69ac0246d0: Pull complete 14:44:39 ec43610c2a17: Pull complete 14:44:40 3a2ae6a8a46f: Pull complete 14:44:40 33b1e0a273af: Pull complete 14:44:40 5d3b04190fa2: Pull complete 14:44:44 2f39f015ded8: Pull complete 14:44:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:44:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:44:44 prd-ubuntu20.04-docker-8c-8g-16849 does not seem to be running inside a container 14:44:44 $ 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/253/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/253 -v /w/workspace/edgex-go/253:/w/workspace/edgex-go/253:rw,z -v /w/workspace/edgex-go/253@tmp:/w/workspace/edgex-go/253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:44:46 $ docker top 5cbf2e0389833875830c066559d625ed8afe9403f7bbffc179fa0db25e62385a -eo pid,comm [Pipeline] { [Pipeline] sh 14:44:46 + touch /tmp/pre-build-complete [Pipeline] sh 14:44:47 + mkdir -p /var/log/sysstat [Pipeline] sh 14:44:47 + ls /var/log/sa-host 14:44:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:44:47 provisioning config files... 14:44:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/253@tmp/config2732165823276617952tmp [Pipeline] { [Pipeline] echo 14:44:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:44:47 ---> create-netrc.sh [Pipeline] } 14:44:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:44:48 ---> python-tools-install.sh [Pipeline] echo 14:44:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:44:48 ---> sudo-logs.sh 14:44:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:44:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:44:48 ---> job-cost.sh 14:44:48 lf-activate-venv: SKIPPING 14:44:48 DEBUG: total: 0.10999999940395355 14:44:48 INFO: Retrieving Stack Cost... 14:44:49 INFO: Retrieving Pricing Info for: v3-standard-8 14:44:49 INFO: Archiving Costs [Pipeline] echo 14:44:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:44:49 ---> logs-deploy.sh 14:44:49 lf-activate-venv: SKIPPING 14:44:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/253 14:44:49 INFO: archiving workspace using pattern(s): 14:44:50 Archives upload complete. 14:44:50 INFO: archiving logs to Nexus 14:44:51 ---> uname -a: 14:44:51 Linux prd-ubuntu20-04-docker-8c-8g-16849 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 14:44:51 14:44:51 14:44:51 ---> lscpu: 14:44:51 Architecture: x86_64 14:44:51 CPU op-mode(s): 32-bit, 64-bit 14:44:51 Byte Order: Little Endian 14:44:51 Address sizes: 40 bits physical, 48 bits virtual 14:44:51 CPU(s): 8 14:44:51 On-line CPU(s) list: 0-7 14:44:51 Thread(s) per core: 1 14:44:51 Core(s) per socket: 1 14:44:51 Socket(s): 8 14:44:51 NUMA node(s): 1 14:44:51 Vendor ID: AuthenticAMD 14:44:51 CPU family: 23 14:44:51 Model: 49 14:44:51 Model name: AMD EPYC-Rome Processor 14:44:51 Stepping: 0 14:44:51 CPU MHz: 2799.996 14:44:51 BogoMIPS: 5599.99 14:44:51 Virtualization: AMD-V 14:44:51 Hypervisor vendor: KVM 14:44:51 Virtualization type: full 14:44:51 L1d cache: 256 KiB 14:44:51 L1i cache: 256 KiB 14:44:51 L2 cache: 4 MiB 14:44:51 L3 cache: 128 MiB 14:44:51 NUMA node0 CPU(s): 0-7 14:44:51 Vulnerability Itlb multihit: Not affected 14:44:51 Vulnerability L1tf: Not affected 14:44:51 Vulnerability Mds: Not affected 14:44:51 Vulnerability Meltdown: Not affected 14:44:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:44:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:44:51 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 14:44:51 Vulnerability Srbds: Not affected 14:44:51 Vulnerability Tsx async abort: Not affected 14:44:51 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 14:44:51 14:44:51 14:44:51 ---> nproc: 14:44:51 8 14:44:51 14:44:51 14:44:51 ---> df -h: 14:44:51 Filesystem Size Used Avail Use% Mounted on 14:44:51 overlay 155G 19G 137G 13% / 14:44:51 tmpfs 64M 0 64M 0% /dev 14:44:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 14:44:51 shm 64M 0 64M 0% /dev/shm 14:44:51 /dev/vda1 155G 19G 137G 13% /facter-os 14:44:51 14:44:51 14:44:51 ---> sar -b -r -n DEV: 14:44:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16849) 07/04/22 _x86_64_ (8 CPU) 14:44:51 14:44:51 14:18:42 LINUX RESTART (8 CPU) 14:44:51 14:44:51 14:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:44:51 14:20:02 332.36 55.60 276.76 0.00 7379.67 185227.19 0.00 14:44:51 14:21:01 111.90 1.03 110.86 0.00 9.90 51207.86 0.00 14:44:51 14:22:01 51.09 0.18 50.91 0.00 2.13 18969.79 0.00 14:44:51 14:23:01 425.86 0.10 425.76 0.00 14.80 346954.17 0.00 14:44:51 14:24:01 850.07 0.32 849.75 0.00 5.20 328693.50 0.00 14:44:51 14:25:01 1149.48 0.12 1149.36 0.00 1.33 260278.89 0.00 14:44:51 14:26:01 24.93 0.07 24.86 0.00 8.80 741.75 0.00 14:44:51 14:27:01 11.86 0.00 11.86 0.00 0.00 295.42 0.00 14:44:51 14:28:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 14:44:51 14:29:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 14:44:51 14:30:01 1.25 0.00 1.25 0.00 0.00 18.67 0.00 14:44:51 14:31:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 14:44:51 14:32:01 1.22 0.00 1.22 0.00 0.00 12.66 0.00 14:44:51 14:33:01 1.05 0.00 1.05 0.00 0.00 13.73 0.00 14:44:51 14:34:01 1.32 0.02 1.30 0.00 0.13 15.33 0.00 14:44:51 14:35:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 14:44:51 14:36:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 14:44:51 14:37:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 14:44:51 14:38:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 14:44:51 14:39:01 1.47 0.00 1.47 0.00 0.00 18.26 0.00 14:44:51 14:40:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 14:44:51 14:41:01 1.12 0.00 1.12 0.00 0.00 14.40 0.00 14:44:51 14:42:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 14:44:51 14:43:01 1.03 0.00 1.03 0.00 0.00 13.20 0.00 14:44:51 14:44:01 78.14 0.32 77.82 0.00 12.00 36426.12 0.00 14:44:51 Average: 122.18 2.31 119.87 0.00 297.58 49159.94 0.00 14:44:51 14:44:51 14:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:44:51 14:20:02 28222800 31778800 522928 1.59 118380 3692096 1949900 5.75 1204324 3062648 514348 14:44:51 14:21:01 27539912 31711268 577944 1.76 161380 4175856 2016936 5.94 1618692 3224716 491380 14:44:51 14:22:01 27303020 31744268 542780 1.65 165852 4413164 1969944 5.81 1457476 3596428 321276 14:44:51 14:23:01 22319280 31579404 692512 2.11 178476 9071868 3738560 11.02 1923676 7943828 4720 14:44:51 14:24:01 18298264 31093152 1169900 3.56 215636 12424084 3781528 11.14 2822356 10909532 670620 14:44:51 14:25:01 20876716 31769128 510252 1.55 245500 10550900 1822948 5.37 2123004 9112548 952 14:44:51 14:26:01 20861140 31755304 524512 1.60 246676 10551788 2030416 5.98 2140656 9112932 488 14:44:51 14:27:01 20879108 31773656 505884 1.54 247148 10551996 1826908 5.38 2119520 9113040 52 14:44:51 14:28:01 20879060 31773716 505852 1.54 247180 10552000 1826908 5.38 2118920 9113044 180 14:44:51 14:29:01 20884868 31779544 500100 1.52 247212 10551992 1826908 5.38 2113412 9113044 176 14:44:51 14:30:01 20885960 31780664 499360 1.52 247244 10551980 1826908 5.38 2113148 9113024 12 14:44:51 14:31:01 20888432 31783300 496748 1.51 247260 10551984 1826908 5.38 2110476 9113164 260 14:44:51 14:32:01 20888132 31783000 497040 1.51 247272 10551984 1826908 5.38 2110168 9113164 20 14:44:51 14:33:01 20888900 31784248 496276 1.51 247280 10552120 1826908 5.38 2109712 9113624 172 14:44:51 14:34:01 20883744 31779188 501060 1.52 247304 10552124 1844228 5.44 2117256 9113640 212 14:44:51 14:35:01 20887164 31782616 497604 1.51 247316 10552120 1844228 5.44 2109912 9113640 140 14:44:51 14:36:01 20887440 31782912 497240 1.51 247332 10552128 1844228 5.44 2109916 9113644 12 14:44:51 14:37:01 20887564 31783068 497040 1.51 247356 10552128 1844228 5.44 2109556 9113644 144 14:44:51 14:38:01 20888060 31783580 496452 1.51 247368 10552132 1844228 5.44 2109512 9113648 20 14:44:51 14:39:01 20887688 31783240 496644 1.51 247388 10552136 1844228 5.44 2109924 9113652 108 14:44:51 14:40:01 20887468 31783024 496832 1.51 247404 10552136 1844228 5.44 2109888 9113652 12 14:44:51 14:41:01 20887320 31782920 497044 1.51 247432 10552144 1844228 5.44 2110148 9113656 276 14:44:51 14:42:01 20887320 31782928 497008 1.51 247444 10552148 1844228 5.44 2109964 9113660 180 14:44:51 14:43:01 20887264 31782888 496996 1.51 247448 10552152 1844228 5.44 2109960 9113664 280 14:44:51 14:44:01 20095656 31762548 515480 1.57 273792 11250368 1859220 5.48 2192156 9775004 96 14:44:51 Average: 21623291 31739135 541260 1.65 232403 9820621 2016004 5.94 2055349 8466650 80245 14:44:51 14:44:51 14:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:44:51 14:20:02 docker0 465.36 378.31 34.91 2712.39 0.00 0.00 0.00 0.00 14:44:51 14:20:02 lo 5.66 5.66 0.54 0.54 0.00 0.00 0.00 0.00 14:44:51 14:20:02 ens3 1559.78 1421.39 12706.57 187.44 0.00 0.00 0.00 0.00 14:44:51 14:21:01 docker0 98.25 122.05 8.13 1018.04 0.00 0.00 0.00 0.00 14:44:51 14:21:01 vethff440b1 0.58 0.80 0.04 0.07 0.00 0.00 0.00 0.00 14:44:51 14:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:21:01 ens3 181.29 154.19 1052.66 75.91 0.00 0.00 0.00 0.00 14:44:51 14:22:01 docker0 0.87 0.87 0.06 0.07 0.00 0.00 0.00 0.00 14:44:51 14:22:01 vethff440b1 0.87 0.88 0.07 0.07 0.00 0.00 0.00 0.00 14:44:51 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:22:01 ens3 23.76 13.60 19.98 10.67 0.00 0.00 0.00 0.00 14:44:51 14:23:01 docker0 40.58 52.96 2.32 190.73 0.00 0.00 0.00 0.00 14:44:51 14:23:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 14:44:51 14:23:01 vethd273317 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 vethe8cb088 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth14890e0 0.00 0.82 0.00 0.05 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth69bf5e9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth8d1f432 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth77bc409 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth06809c0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 veth121776d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:23:01 ens3 196.03 150.87 1895.14 85.96 0.00 0.00 0.00 0.00 14:44:51 14:24:01 veth7d31238 0.03 0.17 0.00 0.01 0.00 0.00 0.00 0.00 14:44:51 14:24:01 docker0 84.42 116.93 5.31 850.80 0.00 0.00 0.00 0.00 14:44:51 14:24:01 lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 14:44:51 14:24:01 veth14890e0 0.00 0.52 0.00 0.03 0.00 0.00 0.00 0.00 14:44:51 14:24:01 veth8988cce 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 14:44:51 14:24:01 veth0e2527b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:44:51 14:24:01 ens3 258.45 187.30 2080.17 94.85 0.00 0.00 0.00 0.00 14:44:51 14:25:01 docker0 36.11 52.37 2.16 330.91 0.00 0.00 0.00 0.00 14:44:51 14:25:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 14:44:51 14:25:01 ens3 161.87 120.66 405.35 176.81 0.00 0.00 0.00 0.00 14:44:51 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:26:01 lo 45.92 45.92 4.53 4.53 0.00 0.00 0.00 0.00 14:44:51 14:26:01 ens3 470.81 493.47 227.53 2490.90 0.00 0.00 0.00 0.00 14:44:51 14:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:27:01 lo 13.60 13.60 1.33 1.33 0.00 0.00 0.00 0.00 14:44:51 14:27:01 ens3 160.56 164.94 72.53 888.68 0.00 0.00 0.00 0.00 14:44:51 14:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:28:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:29:01 ens3 5.63 2.92 11.68 0.45 0.00 0.00 0.00 0.00 14:44:51 14:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:30:01 ens3 0.62 0.55 0.34 0.28 0.00 0.00 0.00 0.00 14:44:51 14:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:31:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:32:01 ens3 0.42 0.00 0.03 0.00 0.00 0.00 0.00 0.00 14:44:51 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:33:01 ens3 0.48 0.27 0.12 0.08 0.00 0.00 0.00 0.00 14:44:51 14:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:34:01 ens3 0.63 0.32 0.32 0.20 0.00 0.00 0.00 0.00 14:44:51 14:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:35:01 ens3 0.87 0.27 0.22 0.14 0.00 0.00 0.00 0.00 14:44:51 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:36:01 ens3 0.50 0.28 0.32 0.20 0.00 0.00 0.00 0.00 14:44:51 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:37:01 ens3 0.22 0.15 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:38:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:39:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:40:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 14:44:51 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:41:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 14:44:51 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:42:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:51 14:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:43:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 14:44:51 14:44:01 docker0 42.75 54.55 3.58 692.36 0.00 0.00 0.00 0.00 14:44:51 14:44:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 14:44:51 14:44:01 ens3 240.64 150.95 4630.91 59.37 0.00 0.00 0.00 0.00 14:44:51 Average: docker0 30.69 31.06 2.25 231.30 0.00 0.00 0.00 0.00 14:44:51 Average: lo 3.05 3.05 0.30 0.30 0.00 0.00 0.00 0.00 14:44:51 Average: ens3 130.52 114.49 924.15 162.95 0.00 0.00 0.00 0.00 14:44:51 14:44:51 14:44:51 ---> sar -P ALL: 14:44:51 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16849) 07/04/22 _x86_64_ (8 CPU) 14:44:51 14:44:51 14:18:42 LINUX RESTART (8 CPU) 14:44:51 14:44:51 14:19:01 CPU %user %nice %system %iowait %steal %idle 14:44:51 14:20:02 all 13.01 0.00 5.43 3.23 0.09 78.24 14:44:51 14:20:02 0 11.39 0.00 4.07 1.06 0.07 83.41 14:44:51 14:20:02 1 14.96 0.00 5.52 1.40 0.07 78.05 14:44:51 14:20:02 2 11.61 0.00 3.98 3.17 0.07 81.17 14:44:51 14:20:02 3 12.06 0.00 4.83 5.52 0.10 77.50 14:44:51 14:20:02 4 13.34 0.00 5.95 0.93 0.08 79.69 14:44:51 14:20:02 5 16.00 0.00 6.43 6.62 0.07 70.88 14:44:51 14:20:02 6 13.69 0.00 7.33 4.91 0.10 73.97 14:44:51 14:20:02 7 11.04 0.00 5.37 2.22 0.14 81.23 14:44:51 14:21:01 all 31.18 0.00 6.52 1.64 0.10 60.55 14:44:51 14:21:01 0 31.25 0.00 6.55 0.36 0.12 61.72 14:44:51 14:21:01 1 32.20 0.00 5.87 0.19 0.10 61.64 14:44:51 14:21:01 2 32.34 0.00 5.76 0.22 0.09 61.59 14:44:51 14:21:01 3 30.51 0.00 6.49 3.70 0.10 59.20 14:44:51 14:21:01 4 31.33 0.00 5.75 0.53 0.10 62.29 14:44:51 14:21:01 5 31.78 0.00 7.29 6.99 0.10 53.84 14:44:51 14:21:01 6 30.23 0.00 6.42 0.36 0.09 62.90 14:44:51 14:21:01 7 29.80 0.00 8.07 0.78 0.12 61.24 14:44:51 14:22:01 all 47.51 0.00 6.06 0.27 0.12 46.04 14:44:51 14:22:01 0 48.59 0.00 6.42 0.02 0.12 44.86 14:44:51 14:22:01 1 48.73 0.00 5.78 0.00 0.12 45.37 14:44:51 14:22:01 2 46.57 0.00 5.72 0.00 0.12 47.59 14:44:51 14:22:01 3 46.39 0.00 5.87 0.00 0.12 47.62 14:44:51 14:22:01 4 46.92 0.00 6.32 0.56 0.12 46.08 14:44:51 14:22:01 5 47.29 0.00 5.99 1.56 0.10 45.07 14:44:51 14:22:01 6 47.94 0.00 5.97 0.00 0.12 45.97 14:44:51 14:22:01 7 47.67 0.00 6.41 0.00 0.12 45.80 14:44:51 14:23:01 all 16.46 0.00 11.22 7.07 0.12 65.14 14:44:51 14:23:01 0 14.89 0.00 9.99 14.19 0.10 60.83 14:44:51 14:23:01 1 18.30 0.00 11.15 2.58 0.10 67.86 14:44:51 14:23:01 2 17.78 0.00 11.57 2.21 0.12 68.32 14:44:51 14:23:01 3 16.53 0.00 12.69 1.62 0.15 69.01 14:44:51 14:23:01 4 15.83 0.00 12.52 14.68 0.12 56.84 14:44:51 14:23:01 5 17.07 0.00 10.41 14.12 0.12 58.28 14:44:51 14:23:01 6 16.76 0.00 9.38 3.28 0.12 70.46 14:44:51 14:23:01 7 14.49 0.00 12.08 3.91 0.12 69.40 14:44:51 14:24:01 all 54.06 0.00 13.32 9.92 0.15 22.55 14:44:51 14:24:01 0 54.27 0.00 12.91 3.05 0.13 29.63 14:44:51 14:24:01 1 53.26 0.00 14.25 13.59 0.17 18.73 14:44:51 14:24:01 2 53.10 0.00 12.97 16.51 0.17 17.25 14:44:51 14:24:01 3 54.40 0.00 11.52 4.48 0.15 29.45 14:44:51 14:24:01 4 56.29 0.00 11.72 9.40 0.14 22.45 14:44:51 14:24:01 5 53.65 0.00 13.98 18.37 0.14 13.86 14:44:51 14:24:01 6 53.81 0.00 13.97 7.21 0.13 24.87 14:44:51 14:24:01 7 53.67 0.00 15.24 6.81 0.15 24.13 14:44:51 14:25:01 all 50.90 0.00 12.44 5.56 0.16 30.94 14:44:51 14:25:01 0 50.86 0.00 12.56 4.28 0.15 32.14 14:44:51 14:25:01 1 52.15 0.00 11.13 1.87 0.15 34.70 14:44:51 14:25:01 2 52.64 0.00 11.96 2.82 0.14 32.44 14:44:51 14:25:01 3 50.81 0.00 12.09 7.81 0.15 29.14 14:44:51 14:25:01 4 49.29 0.00 14.29 9.93 0.17 26.32 14:44:51 14:25:01 5 49.70 0.00 12.48 5.58 0.15 32.09 14:44:51 14:25:01 6 51.09 0.00 11.80 6.65 0.17 30.30 14:44:51 14:25:01 7 50.69 0.00 13.26 5.49 0.17 30.40 14:44:51 14:26:01 all 9.22 0.00 1.32 0.14 0.06 89.27 14:44:51 14:26:01 0 10.95 0.00 1.49 0.03 0.07 87.47 14:44:51 14:26:01 1 4.16 0.00 1.23 0.02 0.03 94.55 14:44:51 14:26:01 2 11.11 0.00 1.17 0.02 0.05 87.65 14:44:51 14:26:01 3 11.78 0.00 1.35 0.52 0.10 86.26 14:44:51 14:26:01 4 8.11 0.00 1.04 0.00 0.05 90.80 14:44:51 14:26:01 5 10.67 0.00 1.27 0.18 0.07 87.80 14:44:51 14:26:01 6 9.61 0.00 1.24 0.27 0.07 88.82 14:44:51 14:26:01 7 7.33 0.00 1.77 0.05 0.07 90.79 14:44:51 14:27:01 all 3.18 0.00 0.53 0.06 0.02 96.20 14:44:51 14:27:01 0 4.93 0.00 0.65 0.00 0.02 94.41 14:44:51 14:27:01 1 2.64 0.00 0.43 0.00 0.02 96.91 14:44:51 14:27:01 2 1.86 0.00 0.32 0.00 0.02 97.81 14:44:51 14:27:01 3 0.90 0.00 0.32 0.37 0.02 98.40 14:44:51 14:27:01 4 5.04 0.00 0.82 0.02 0.03 94.09 14:44:51 14:27:01 5 3.46 0.00 0.50 0.00 0.03 96.01 14:44:51 14:27:01 6 3.29 0.00 0.40 0.12 0.02 96.17 14:44:51 14:27:01 7 3.33 0.00 0.84 0.00 0.03 95.80 14:44:51 14:28:01 all 0.02 0.00 0.02 0.00 0.01 99.95 14:44:51 14:28:01 0 0.02 0.00 0.00 0.00 0.02 99.97 14:44:51 14:28:01 1 0.08 0.00 0.05 0.00 0.02 99.85 14:44:51 14:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 14:44:51 14:28:01 3 0.02 0.00 0.02 0.03 0.02 99.92 14:44:51 14:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 14:44:51 14:28:01 5 0.03 0.00 0.03 0.00 0.00 99.93 14:44:51 14:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:29:01 all 0.04 0.00 0.03 0.01 0.00 99.92 14:44:51 14:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:29:01 1 0.03 0.00 0.07 0.00 0.00 99.90 14:44:51 14:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:29:01 3 0.07 0.00 0.02 0.02 0.00 99.90 14:44:51 14:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:29:01 5 0.07 0.00 0.03 0.00 0.00 99.90 14:44:51 14:29:01 6 0.05 0.00 0.03 0.03 0.00 99.88 14:44:51 14:29:01 7 0.07 0.00 0.03 0.00 0.00 99.90 14:44:51 14:30:01 all 0.01 0.00 0.01 0.01 0.00 99.97 14:44:51 14:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:30:01 1 0.07 0.00 0.03 0.00 0.02 99.88 14:44:51 14:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:30:01 3 0.00 0.00 0.00 0.05 0.00 99.95 14:44:51 14:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:30:01 7 0.02 0.00 0.00 0.02 0.00 99.97 14:44:51 14:44:51 14:30:01 CPU %user %nice %system %iowait %steal %idle 14:44:51 14:31:01 all 0.05 0.00 0.02 0.00 0.00 99.92 14:44:51 14:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:31:01 1 0.05 0.00 0.03 0.00 0.00 99.92 14:44:51 14:31:01 2 0.25 0.00 0.03 0.00 0.00 99.72 14:44:51 14:31:01 3 0.02 0.00 0.03 0.03 0.00 99.92 14:44:51 14:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:31:01 5 0.03 0.00 0.03 0.00 0.02 99.92 14:44:51 14:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:32:01 all 0.10 0.00 0.01 0.01 0.00 99.88 14:44:51 14:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:32:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:44:51 14:32:01 2 0.75 0.00 0.00 0.00 0.00 99.25 14:44:51 14:32:01 3 0.00 0.00 0.00 0.05 0.00 99.95 14:44:51 14:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:32:01 6 0.00 0.00 0.00 0.00 0.02 99.98 14:44:51 14:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:33:01 all 0.03 0.00 0.01 0.00 0.00 99.95 14:44:51 14:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:33:01 1 0.05 0.00 0.05 0.00 0.02 99.88 14:44:51 14:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:33:01 3 0.00 0.00 0.02 0.02 0.00 99.97 14:44:51 14:33:01 4 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:33:01 5 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:33:01 6 0.05 0.00 0.00 0.02 0.00 99.93 14:44:51 14:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:34:01 all 0.02 0.00 0.03 0.01 0.00 99.95 14:44:51 14:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:34:01 1 0.07 0.00 0.07 0.00 0.02 99.85 14:44:51 14:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:34:01 3 0.02 0.00 0.02 0.07 0.00 99.90 14:44:51 14:34:01 4 0.00 0.00 0.03 0.00 0.00 99.97 14:44:51 14:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:34:01 6 0.02 0.00 0.03 0.00 0.00 99.95 14:44:51 14:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:35:01 all 0.03 0.00 0.01 0.01 0.00 99.96 14:44:51 14:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:35:01 1 0.07 0.00 0.03 0.00 0.00 99.90 14:44:51 14:35:01 2 0.03 0.00 0.03 0.00 0.02 99.92 14:44:51 14:35:01 3 0.02 0.00 0.00 0.05 0.00 99.93 14:44:51 14:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:36:01 all 0.03 0.00 0.02 0.00 0.00 99.94 14:44:51 14:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:44:51 14:36:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:44:51 14:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:36:01 3 0.07 0.00 0.00 0.03 0.02 99.88 14:44:51 14:36:01 4 0.03 0.00 0.05 0.00 0.00 99.92 14:44:51 14:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:37:01 all 0.23 0.00 0.01 0.01 0.00 99.75 14:44:51 14:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 14:44:51 14:37:01 1 0.07 0.00 0.05 0.00 0.02 99.87 14:44:51 14:37:01 2 1.61 0.00 0.03 0.00 0.00 98.35 14:44:51 14:37:01 3 0.02 0.00 0.02 0.07 0.00 99.90 14:44:51 14:37:01 4 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:37:01 5 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:38:01 all 0.26 0.00 0.01 0.00 0.00 99.73 14:44:51 14:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:44:51 14:38:01 2 1.95 0.00 0.00 0.00 0.00 98.05 14:44:51 14:38:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:44:51 14:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:38:01 6 0.02 0.00 0.00 0.02 0.00 99.97 14:44:51 14:38:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:39:01 all 0.26 0.00 0.01 0.01 0.00 99.72 14:44:51 14:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:39:01 1 0.07 0.00 0.05 0.00 0.02 99.87 14:44:51 14:39:01 2 1.94 0.00 0.02 0.00 0.00 98.05 14:44:51 14:39:01 3 0.00 0.00 0.02 0.03 0.00 99.95 14:44:51 14:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:39:01 6 0.00 0.00 0.02 0.02 0.00 99.97 14:44:51 14:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:40:01 all 0.03 0.00 0.01 0.00 0.00 99.96 14:44:51 14:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:44:51 14:40:01 1 0.07 0.00 0.03 0.00 0.00 99.90 14:44:51 14:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 14:44:51 14:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:40:01 6 0.02 0.00 0.00 0.02 0.00 99.97 14:44:51 14:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 14:44:51 14:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:41:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:44:51 14:41:01 3 0.02 0.00 0.02 0.03 0.00 99.93 14:44:51 14:41:01 4 0.05 0.00 0.00 0.00 0.00 99.95 14:44:51 14:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:41:01 6 0.00 0.00 0.00 0.02 0.00 99.98 14:44:51 14:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:44:51 14:41:01 CPU %user %nice %system %iowait %steal %idle 14:44:51 14:42:01 all 0.03 0.00 0.01 0.00 0.00 99.95 14:44:51 14:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:42:01 1 0.07 0.00 0.03 0.00 0.02 99.88 14:44:51 14:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:42:01 3 0.02 0.00 0.02 0.03 0.00 99.93 14:44:51 14:42:01 4 0.03 0.00 0.05 0.00 0.00 99.92 14:44:51 14:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 14:44:51 14:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 14:44:51 14:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:44:51 14:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 14:44:51 14:43:01 3 0.00 0.00 0.00 0.03 0.00 99.97 14:44:51 14:43:01 4 0.03 0.00 0.02 0.00 0.00 99.95 14:44:51 14:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 14:44:51 14:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 14:44:51 14:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 14:44:51 14:44:01 all 4.82 0.00 1.96 0.61 0.03 92.57 14:44:51 14:44:01 0 4.01 0.00 1.54 0.02 0.03 94.39 14:44:51 14:44:01 1 3.98 0.00 2.48 0.27 0.03 93.24 14:44:51 14:44:01 2 5.88 0.00 1.97 0.37 0.05 91.74 14:44:51 14:44:01 3 4.96 0.00 2.30 2.92 0.03 89.78 14:44:51 14:44:01 4 4.71 0.00 2.08 1.24 0.03 91.93 14:44:51 14:44:01 5 4.27 0.00 1.98 0.02 0.03 93.70 14:44:51 14:44:01 6 5.09 0.00 1.66 0.03 0.02 93.20 14:44:51 14:44:01 7 5.66 0.00 1.70 0.03 0.03 92.58 14:44:51 Average: all 9.16 0.00 2.33 1.13 0.04 87.34 14:44:51 Average: 0 9.17 0.00 2.23 0.91 0.03 87.66 14:44:51 Average: 1 9.16 0.00 2.32 0.79 0.04 87.70 14:44:51 Average: 2 9.49 0.00 2.20 1.00 0.03 87.28 14:44:51 Average: 3 9.04 0.00 2.27 1.09 0.04 87.56 14:44:51 Average: 4 9.15 0.00 2.40 1.47 0.03 86.95 14:44:51 Average: 5 9.26 0.00 2.39 2.10 0.03 86.22 14:44:51 Average: 6 9.18 0.00 2.31 0.91 0.03 87.57 14:44:51 Average: 7 8.84 0.00 2.55 0.76 0.04 87.81 14:44:51 14:44:51 14:44:51