Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 475d506e1f7a543c9891e772a4b06d1eb0ad955d 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-ssh15043182702647678518.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3984335106535835573.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11610679731188548883.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16245084116389136345.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11294433500451403623.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-9 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/361 [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/361 # 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 > 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 Avoid second fetch Checking out Revision 475d506e1f7a543c9891e772a4b06d1eb0ad955d (main) Commit message: "fix: go mod configuration to v3 in attribution.txt (#4254)" > git config core.sparsecheckout # timeout=10 > git checkout -f 475d506e1f7a543c9891e772a4b06d1eb0ad955d # timeout=10 > git rev-list --no-walk a888bda4c94fc8aa9b229b149b5303c88f9921c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:59:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:59:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:59:08 ========================================================= 18:59:08 EdgeX Global Pipelines Version Info 18:59:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:59:09 ------------------- 18:59:09 stable info: 18:59:09 ------------------- 18:59:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:59:09 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:59:09 Message: update stable to v1.0.244 18:59:09 ------------------- 18:59:09 experimental info: 18:59:09 ------------------- 18:59:09 Commited By: **** collab-it+edgex@linuxfoundation.org 18:59:09 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:59:09 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:59:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 475d506 [Pipeline] echo 18:59:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:59:10 provisioning config files... 18:59:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config8718275101924225050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:59:10 ---> docker-login.sh 18:59:10 nexus3.edgexfoundry.org:10001 18:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:10 Configure a credential helper to remove this warning. See 18:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:10 18:59:10 Login Succeeded 18:59:10 nexus3.edgexfoundry.org:10002 18:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:10 Configure a credential helper to remove this warning. See 18:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:10 18:59:10 Login Succeeded 18:59:10 nexus3.edgexfoundry.org:10003 18:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:10 Configure a credential helper to remove this warning. See 18:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:10 18:59:10 Login Succeeded 18:59:10 nexus3.edgexfoundry.org:10004 18:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:11 Configure a credential helper to remove this warning. See 18:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:11 18:59:11 Login Succeeded 18:59:11 docker.io 18:59:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:59:11 Configure a credential helper to remove this warning. See 18:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:59:11 18:59:11 Login Succeeded 18:59:11 ---> docker-login.sh ends [Pipeline] } 18:59:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:11 + 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 18:59:11 + dirname cmd/core-command/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo core-command,cmd/core-command/Dockerfile 18:59:11 + + dirname cmd/core-data/Dockerfile 18:59:11 cut -d/ -f2 18:59:11 + echo core-data,cmd/core-data/Dockerfile 18:59:11 + + cut -d/ -f2 18:59:11 dirname cmd/core-metadata/Dockerfile 18:59:11 + echo core-metadata,cmd/core-metadata/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + dirname cmd/security-bootstrapper/Dockerfile 18:59:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:59:11 + dirname cmd/security-proxy-setup/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:59:11 + dirname cmd/security-secretstore-setup/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:59:11 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:59:11 + dirname cmd/security-spire-agent/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:59:11 + dirname cmd/security-spire-config/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:59:11 + dirname cmd/security-spire-server/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:59:11 + dirname cmd/support-notifications/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo support-notifications,cmd/support-notifications/Dockerfile 18:59:11 + dirname cmd/support-scheduler/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:59:11 + dirname cmd/sys-mgmt-agent/Dockerfile 18:59:11 + cut -d/ -f2 18:59:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:59:11 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 18:59:12 + git rev-list -1 --merges 475d506e1f7a543c9891e772a4b06d1eb0ad955d~1..475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo 18:59:12 -----------> git rev-list -1 --merges 475d506e1f7a543c9891e772a4b06d1eb0ad955d~1..475d506e1f7a543c9891e772a4b06d1eb0ad955d 475d506e1f7a543c9891e772a4b06d1eb0ad955d [false] [Pipeline] sh 18:59:12 + git log --format=format:%s -1 475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] echo 18:59:12 ========================================================= 18:59:12 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:59:12 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:59:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:59:12 + grep -v github /etc/ssh/ssh_known_hosts 18:59:12 + [ -e /tmp/ssh_known_hosts ] 18:59:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:59:12 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:59:12 + sudo tee -a /etc/ssh/ssh_known_hosts 18:59:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:59:13 18:59:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:59:13 0.1.4: Pulling from edgex-devops/py-git-semver 18:59:13 b85a868b505f: Pulling fs layer 18:59:13 e2be974225ed: Pulling fs layer 18:59:13 339a4e72a1f5: Pulling fs layer 18:59:13 988bab9f4d93: Pulling fs layer 18:59:13 1469e6f7b9e6: Pulling fs layer 18:59:13 eaf3925da568: Pulling fs layer 18:59:13 bab4dde63d76: Pulling fs layer 18:59:13 bde34c3a00c8: Pulling fs layer 18:59:13 b352a97aabf1: Pulling fs layer 18:59:13 4872d77fe225: Pulling fs layer 18:59:13 5851b861e8e6: Pulling fs layer 18:59:13 b352a97aabf1: Waiting 18:59:13 bab4dde63d76: Waiting 18:59:13 4872d77fe225: Waiting 18:59:13 5851b861e8e6: Waiting 18:59:13 bde34c3a00c8: Waiting 18:59:13 1469e6f7b9e6: Waiting 18:59:13 eaf3925da568: Waiting 18:59:13 e2be974225ed: Verifying Checksum 18:59:13 e2be974225ed: Download complete 18:59:13 988bab9f4d93: Verifying Checksum 18:59:13 988bab9f4d93: Download complete 18:59:13 339a4e72a1f5: Verifying Checksum 18:59:13 339a4e72a1f5: Download complete 18:59:13 1469e6f7b9e6: Verifying Checksum 18:59:13 1469e6f7b9e6: Download complete 18:59:13 eaf3925da568: Download complete 18:59:13 bde34c3a00c8: Download complete 18:59:13 b352a97aabf1: Download complete 18:59:13 4872d77fe225: Download complete 18:59:13 5851b861e8e6: Verifying Checksum 18:59:13 5851b861e8e6: Download complete 18:59:14 b85a868b505f: Verifying Checksum 18:59:14 b85a868b505f: Download complete 18:59:14 bab4dde63d76: Verifying Checksum 18:59:14 bab4dde63d76: Download complete 18:59:15 b85a868b505f: Pull complete 18:59:15 e2be974225ed: Pull complete 18:59:15 339a4e72a1f5: Pull complete 18:59:15 988bab9f4d93: Pull complete 18:59:16 1469e6f7b9e6: Pull complete 18:59:16 eaf3925da568: Pull complete 18:59:18 bab4dde63d76: Pull complete 18:59:18 bde34c3a00c8: Pull complete 18:59:18 b352a97aabf1: Pull complete 18:59:18 4872d77fe225: Pull complete 18:59:18 5851b861e8e6: Pull complete 18:59:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:59:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:59:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:18 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 18:59:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 18:59:20 $ docker top 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c -eo pid,comm 18:59:20 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). 18:59:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:20 [ssh-agent] Looking for ssh-agent implementation... 18:59:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:20 $ docker exec 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent 18:59:20 SSH_AUTH_SOCK=/tmp/ssh-PN6u68F35Wzi/agent.33 18:59:20 SSH_AGENT_PID=39 18:59:20 Running ssh-add (command line suppressed) 18:59:20 Identity added: /w/workspace/edgex-go/361@tmp/private_key_7304477371977694357.key (/w/workspace/edgex-go/361@tmp/private_key_7304477371977694357.key) 18:59:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:20 + git tag --points-at HEAD [Pipeline] } 18:59:20 $ docker exec --env ******** --env ******** 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent -k 18:59:20 unset SSH_AUTH_SOCK; 18:59:20 unset SSH_AGENT_PID; 18:59:20 echo Agent pid 39 killed; 18:59:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:20 [ssh-agent] Looking for ssh-agent implementation... 18:59:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:21 $ docker exec 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent 18:59:21 SSH_AUTH_SOCK=/tmp/ssh-8xXxdDfHnLOa/agent.71 18:59:21 SSH_AGENT_PID=77 18:59:21 Running ssh-add (command line suppressed) 18:59:21 Identity added: /w/workspace/edgex-go/361@tmp/private_key_7789244742693461412.key (/w/workspace/edgex-go/361@tmp/private_key_7789244742693461412.key) 18:59:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:21 + git semver init 18:59:21 2022-12-16 18:59:21,802 [run_init] DEBUG init version:0.0.0 force:False 18:59:21 2022-12-16 18:59:21,802 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/361/.semver 18:59:21 2022-12-16 18:59:21,803 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/361/.semver 18:59:21 2022-12-16 18:59:21,803 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/361/.semver'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) 18:59:26 2022-12-16 18:59:25,797 [append_file] DEBUG append to file:/w/workspace/edgex-go/361/.git/info/exclude 18:59:26 2022-12-16 18:59:25,797 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/361/.semver/main with force:False 18:59:26 2022-12-16 18:59:25,797 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 18:59:26 2022-12-16 18:59:25,797 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 18:59:26 3.0.0-dev.7 [Pipeline] } 18:59:26 $ docker exec --env ******** --env ******** 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c ssh-agent -k 18:59:26 unset SSH_AUTH_SOCK; 18:59:26 unset SSH_AGENT_PID; 18:59:26 echo Agent pid 77 killed; 18:59:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:26 + git semver [Pipeline] } 18:59:26 $ docker stop --time=1 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c 18:59:28 $ docker rm -f --volumes 5d937f6f857fb6e2b0477a5fe46c13939b62d557a216ecf70ffcfc4fa287398c [Pipeline] // withDockerContainer [Pipeline] sh 18:59:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:59:28 Stashed 1 file(s) [Pipeline] echo 18:59:28 [edgeXSemver]: initialized semver on version 3.0.0-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:59:29 + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] echo 18:59:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:59:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:59:29 ========================================================= 18:59:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:59:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:59:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:59:29 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:59:29 213ec9aee27d: Pulling fs layer 18:59:29 4583459ba037: Pulling fs layer 18:59:29 93c1e223e6f2: Pulling fs layer 18:59:29 53926ce57604: Pulling fs layer 18:59:29 21b2b0c7a3f4: Pulling fs layer 18:59:29 22ff95d597cd: Pulling fs layer 18:59:29 12d6caf4c0d1: Pulling fs layer 18:59:29 96b7cbca73a9: Pulling fs layer 18:59:29 a7acece74701: Pulling fs layer 18:59:29 53926ce57604: Waiting 18:59:29 96b7cbca73a9: Waiting 18:59:29 a7acece74701: Waiting 18:59:29 21b2b0c7a3f4: Waiting 18:59:29 22ff95d597cd: Waiting 18:59:29 12d6caf4c0d1: Waiting 18:59:29 93c1e223e6f2: Verifying Checksum 18:59:29 93c1e223e6f2: Download complete 18:59:29 4583459ba037: Verifying Checksum 18:59:29 21b2b0c7a3f4: Verifying Checksum 18:59:29 21b2b0c7a3f4: Download complete 18:59:29 22ff95d597cd: Verifying Checksum 18:59:29 22ff95d597cd: Download complete 18:59:29 213ec9aee27d: Verifying Checksum 18:59:29 12d6caf4c0d1: Download complete 18:59:29 213ec9aee27d: Pull complete 18:59:29 4583459ba037: Pull complete 18:59:29 93c1e223e6f2: Pull complete 18:59:29 a7acece74701: Verifying Checksum 18:59:29 a7acece74701: Download complete 18:59:30 53926ce57604: Verifying Checksum 18:59:30 53926ce57604: Download complete 18:59:30 96b7cbca73a9: Verifying Checksum 18:59:30 96b7cbca73a9: Download complete 18:59:34 53926ce57604: Pull complete 18:59:34 21b2b0c7a3f4: Pull complete 18:59:34 22ff95d597cd: Pull complete 18:59:34 12d6caf4c0d1: Pull complete 18:59:36 96b7cbca73a9: Pull complete 18:59:37 a7acece74701: Pull complete 18:59:37 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:59:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:59:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:59:37 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:59:37 WORKDIR /edgex 18:59:37 COPY go.mod . 18:59:37 RUN go mod download -t 18:59:37 ci-base-image-x86_64 -f - . 18:59:37 Sending build context to Docker daemon 170.2MB 18:59:37 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:59:37 ---> db6d94c90886 18:59:37 Step 2/4 : WORKDIR /edgex 18:59:39 ---> Running in 959bbeb28093 18:59:40 Removing intermediate container 959bbeb28093 18:59:40 ---> 9eafb5353a65 18:59:40 Step 3/4 : COPY go.mod . 18:59:40 ---> 123e9377e700 18:59:40 Step 4/4 : RUN go mod download 18:59:40 ---> Running in 44bbf4d9ffe1 18:59:43 Still waiting to schedule task 18:59:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:59:52 Removing intermediate container 44bbf4d9ffe1 18:59:52 ---> f7a6f83471ce 18:59:52 Successfully built f7a6f83471ce 18:59:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:52 + docker inspect -f . ci-base-image-x86_64 18:59:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:52 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 18:59:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 18:59:53 $ docker top 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:53 + go version 18:59:53 go version go1.18.7 linux/amd64 [Pipeline] } 18:59:53 $ docker stop --time=1 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 18:59:55 $ docker rm -f --volumes 71ce812911c276e21d5cce0ca98c50974c2b10a5219217649fae0c985b14b611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:55 + docker inspect -f . ci-base-image-x86_64 18:59:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:55 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 18:59:55 $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 18:59:55 $ docker top 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad -eo pid,comm [Pipeline] { [Pipeline] echo 18:59:55 ========================================================= 18:59:55 [edgeXBuildGoParallel] Running Tests and Build... 18:59:55 ========================================================= [Pipeline] sh 18:59:56 + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] fileExists [Pipeline] sh 18:59:56 + make test 18:59:56 go test -race -coverprofile=coverage.out ./... 19:00:03 ? github.com/edgexfoundry/edgex-go [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:00:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements 19:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:00:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.150s coverage: 98.5% of statements 19:00:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.151s coverage: 43.0% of statements 19:00:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:00:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:00:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.147s coverage: 54.2% of statements 19:00:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:00:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.459s coverage: 89.2% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.111s coverage: 2.2% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.533s coverage: 95.6% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/io 0.098s coverage: 72.2% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.081s coverage: 60.0% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.100s coverage: 0.9% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements 19:00:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 19:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 19:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements 19:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 19:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements 19:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 65.1% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.080s coverage: 86.9% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.2% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.7% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.8% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 41.8% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.073s coverage: 63.2% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.075s coverage: 28.9% of statements 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:00:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:00:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 19:00:42 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:01:00 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 19:01:00 go vet ./... 19:01:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:01:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:01:03 ./bin/test-attribution-txt.sh [Pipeline] echo 19:01:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:01:04 + ls -al . 19:01:04 total 772 19:01:04 drwxrwxr-x 11 1001 1001 4096 Dec 16 18:59 . 19:01:04 drwxr-xr-x 4 root root 4096 Dec 16 18:59 .. 19:01:04 drwxrwxr-x 2 1001 1001 4096 Dec 16 18:59 .blubracket 19:01:04 -rw-rw-r-- 1 1001 1001 16 Dec 16 18:59 .dockerignore 19:01:04 drwxrwxr-x 8 1001 1001 4096 Dec 16 19:00 .git 19:01:04 drwxrwxr-x 3 1001 1001 4096 Dec 16 18:59 .github 19:01:04 -rw-rw-r-- 1 1001 1001 1030 Dec 16 18:59 .gitignore 19:01:04 -rw-rw-r-- 1 1001 1001 42 Dec 16 18:59 .golangci.yml 19:01:04 -rw-rw-r-- 1 1001 1001 87 Dec 16 18:59 .hadolint.yml 19:01:04 drwxr-xr-x 3 1001 1001 4096 Dec 16 18:59 .semver 19:01:04 -rw-rw-r-- 1 1001 1001 166 Dec 16 18:59 .sonarcloud.properties 19:01:04 -rw-rw-r-- 1 1001 1001 1171 Dec 16 18:59 ADOPTERS.md 19:01:04 -rw-rw-r-- 1 1001 1001 10618 Dec 16 18:59 Attribution.txt 19:01:04 -rw-rw-r-- 1 1001 1001 73765 Dec 16 18:59 CHANGELOG.md 19:01:04 -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:59 CONTRIBUTING.md 19:01:04 -rw-rw-r-- 1 1001 1001 677 Dec 16 18:59 GOVERNANCE.md 19:01:04 -rw-rw-r-- 1 1001 1001 850 Dec 16 18:59 Jenkinsfile 19:01:04 -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:59 LICENSE 19:01:04 -rw-rw-r-- 1 1001 1001 13289 Dec 16 18:59 Makefile 19:01:04 -rw-rw-r-- 1 1001 1001 582 Dec 16 18:59 OWNERS.md 19:01:04 -rw-rw-r-- 1 1001 1001 9403 Dec 16 18:59 README.md 19:01:04 -rw-rw-r-- 1 1001 1001 6912 Dec 16 18:59 SECURITY.md 19:01:04 -rw-rw-r-- 1 1001 1001 11 Dec 16 18:59 VERSION 19:01:04 drwxrwxr-x 2 1001 1001 4096 Dec 16 18:59 bin 19:01:04 drwxrwxr-x 18 1001 1001 4096 Dec 16 18:59 cmd 19:01:04 -rw-r--r-- 1 root root 501826 Dec 16 19:00 coverage.out 19:01:04 -rw-rw-r-- 1 1001 1001 3400 Dec 16 18:59 go.mod 19:01:04 -rw-rw-r-- 1 1001 1001 45110 Dec 16 18:59 go.sum 19:01:04 drwxrwxr-x 8 1001 1001 4096 Dec 16 18:59 internal 19:01:04 drwxrwxr-x 3 1001 1001 4096 Dec 16 18:59 openapi 19:01:04 drwxrwxr-x 4 1001 1001 4096 Dec 16 18:59 snap 19:01:04 -rw-rw-r-- 1 1001 1001 204 Dec 16 18:59 version.go [Pipeline] sh 19:01:04 + '[' -e coverage.out ] 19:01:04 + chown 1001:1001 coverage.out [Pipeline] stash 19:01:04 Stashed 1 file(s) [Pipeline] sh 19:01:05 + make build 19:01:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:01:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 19:01:10 Running in /w/workspace/edgex-go/361 [Pipeline] { [Pipeline] checkout 19:01:10 The recommended git tool is: git 19:01:16 using credential edgex-jenkins-ssh 19:01:16 Cloning the remote Git repository 19:01:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:01:16 > git init /w/workspace/edgex-go/361 # timeout=10 19:01:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:01:16 > git --version # timeout=10 19:01:16 > git --version # 'git version 2.25.1' 19:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 19:01:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:01:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:01:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:01:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:01:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:01:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:01:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:01:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:01:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:01:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:01:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:01:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:01:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:01:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:01:33 Avoid second fetch 19:01:33 Checking out Revision 475d506e1f7a543c9891e772a4b06d1eb0ad955d (main) 19:01:33 Commit message: "fix: go mod configuration to v3 in attribution.txt (#4254)" 19:01:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:01:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:01:34 % Total % Received % Xferd Average Speed Time Time Time Current 19:01:34 Dload Upload Total Spent Left Speed 19:01:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 19:01:33 > git config core.sparsecheckout # timeout=10 19:01:33 > git checkout -f 475d506e1f7a543c9891e772a4b06d1eb0ad955d # timeout=10 [Pipeline] } 19:01:35 $ docker stop --time=1 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad 19:01:37 $ docker rm -f --volumes 612c2b03604b667a2020ab51462c542270e8e9098d4cf2b75900310059d902ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:01:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:01:38 19:01:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:38 + sudo tee /etc/docker/daemon.new 19:01:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:01:38 { 19:01:38 "registry-mirrors": [ 19:01:38 "https://nexus3.edgexfoundry.org:10001" 19:01:38 ], 19:01:38 "bip": "10.250.0.254/24", 19:01:38 "hosts": [ 19:01:38 "tcp://0.0.0.0:5555", 19:01:38 "unix:///var/run/docker.sock" 19:01:38 ], 19:01:38 "mtu": 1458, 19:01:38 "selinux-enabled": true, 19:01:38 "seccomp-profile": "/etc/docker/seccomp.json" 19:01:38 } [Pipeline] sh 19:01:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:01:38 latest: Pulling from edgex-devops/edgex-compose 19:01:38 cbdbe7a5bc2a: Pulling fs layer 19:01:38 ca9280d653b3: Pulling fs layer 19:01:38 7e9c9ca2126c: Pulling fs layer 19:01:38 cbdbe7a5bc2a: Download complete 19:01:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:01:39 cbdbe7a5bc2a: Pull complete 19:01:39 ca9280d653b3: Verifying Checksum 19:01:39 ca9280d653b3: Download complete 19:01:39 + sudo service docker restart 19:01:39 7e9c9ca2126c: Verifying Checksum 19:01:39 ca9280d653b3: Pull complete 19:01:42 7e9c9ca2126c: Pull complete 19:01:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:01:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:01:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:01:42 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:01:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:01:44 $ docker top f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f -eo pid,comm [Pipeline] { [Pipeline] sh 19:01:44 + + docker-composegrep build parallel --help 19:01:44 19:01:45 --parallel Build images in parallel. [Pipeline] } 19:01:45 $ docker stop --time=1 f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f 19:01:46 $ docker rm -f --volumes f086e6052efa689ea08c7d99e8a832653656d1e8ca696ad695bc20ad4f19de0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:01:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:01:46 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:01:46 $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:01:47 $ docker top 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:01:47 + docker-compose -f ./docker-compose-build.yml build --parallel 19:01:48 Building core-command ... 19:01:48 Building core-data ... 19:01:48 Building core-metadata ... 19:01:48 Building security-bootstrapper ... 19:01:48 Building security-proxy-setup ... 19:01:48 Building security-secretstore-setup ... 19:01:48 Building security-spiffe-token-provider ... 19:01:48 Building security-spire-agent ... 19:01:48 Building security-spire-config ... 19:01:48 Building security-spire-server ... 19:01:48 Building support-notifications ... 19:01:48 Building support-scheduler ... 19:01:48 Building sys-mgmt-agent ... 19:01:48 Building security-spire-server 19:01:48 Building support-scheduler 19:01:48 Building support-notifications 19:01:48 Building security-bootstrapper 19:01:48 Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:01:57 provisioning config files... 19:01:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config787916795967146492tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:01:57 ---> docker-login.sh 19:01:57 nexus3.edgexfoundry.org:10001 19:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:58 Configure a credential helper to remove this warning. See 19:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:58 19:01:58 Login Succeeded 19:01:58 nexus3.edgexfoundry.org:10002 19:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:58 Configure a credential helper to remove this warning. See 19:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:58 19:01:58 Login Succeeded 19:01:58 nexus3.edgexfoundry.org:10003 19:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:59 Configure a credential helper to remove this warning. See 19:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:59 19:01:59 Login Succeeded 19:01:59 nexus3.edgexfoundry.org:10004 19:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:59 Configure a credential helper to remove this warning. See 19:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:59 19:01:59 Login Succeeded 19:01:59 docker.io 19:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:02:00 Configure a credential helper to remove this warning. See 19:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:02:00 19:02:00 Login Succeeded 19:02:00 ---> docker-login.sh ends [Pipeline] } 19:02:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:02:00 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:02:00 ---> f7a6f83471ce 19:02:00 Step 3/23 : WORKDIR /edgex-go 19:02:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:02:00 ---> f7a6f83471ce 19:02:00 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:02:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:02:00 ---> f7a6f83471ce 19:02:00 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:02:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:02:00 ---> f7a6f83471ce 19:02:00 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:02:00 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:00 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:02:00 ---> f7a6f83471ce 19:02:00 Step 3/32 : WORKDIR /edgex-go 19:02:00 + git config --global --add safe.directory /w/workspace/edgex-go/361 [Pipeline] echo 19:02:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:02:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:02:00 ========================================================= 19:02:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:02:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:02:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:02:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:02:00 9b18e9b68314: Pulling fs layer 19:02:00 35d82f9e3411: Pulling fs layer 19:02:00 e16973657156: Pulling fs layer 19:02:00 fc693d55d65f: Pulling fs layer 19:02:00 7e9fc2657dce: Pulling fs layer 19:02:00 dda99020689f: Pulling fs layer 19:02:00 db1c61fa0a46: Pulling fs layer 19:02:00 891c053d2c06: Pulling fs layer 19:02:00 dda99020689f: Waiting 19:02:00 db1c61fa0a46: Waiting 19:02:00 891c053d2c06: Waiting 19:02:00 fc693d55d65f: Waiting 19:02:00 7e9fc2657dce: Waiting 19:02:01 e16973657156: Verifying Checksum 19:02:01 e16973657156: Download complete 19:02:01 7e9fc2657dce: Download complete 19:02:01 dda99020689f: Verifying Checksum 19:02:01 dda99020689f: Download complete 19:02:01 9b18e9b68314: Verifying Checksum 19:02:01 9b18e9b68314: Download complete 19:02:02 9b18e9b68314: Pull complete 19:02:02 891c053d2c06: Verifying Checksum 19:02:02 891c053d2c06: Download complete 19:02:02 35d82f9e3411: Pull complete 19:02:02 e16973657156: Pull complete 19:02:02 ---> Running in d952e7363472 19:02:02 ---> Running in 84e0b6350f17 19:02:02 ---> Running in d3b5f06c8564 19:02:02 ---> Running in b0276b2476ae 19:02:02 ---> Running in a38aa8021bd6 19:02:02 Removing intermediate container 84e0b6350f17 19:02:02 ---> 545710ef63e9 19:02:02 Step 4/22 : WORKDIR /edgex-go 19:02:02 Removing intermediate container b0276b2476ae 19:02:02 ---> 5249c7e97b5e 19:02:02 Step 4/22 : WORKDIR /edgex-go 19:02:03 ---> Running in 1b89321ccef0 19:02:03 Removing intermediate container d952e7363472 19:02:03 ---> a644f2fa4317 19:02:03 Step 4/32 : RUN apk add --update --no-cache make git 19:02:03 Removing intermediate container a38aa8021bd6 19:02:03 ---> da47e4c21543 19:02:03 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:02:03 ---> Running in d6d7fdde4a16 19:02:03 Removing intermediate container d3b5f06c8564 19:02:03 ---> 8450696667f2 19:02:03 Step 4/24 : WORKDIR /edgex-go 19:02:03 ---> Running in 132530ff5ce9 19:02:03 ---> Running in 6e5b22ccaf1c 19:02:03 ---> Running in f8958924ea3d 19:02:03 Removing intermediate container 1b89321ccef0 19:02:03 ---> 4b92d4bd3aec 19:02:03 Step 5/22 : RUN apk add --update --no-cache make git 19:02:03 ---> Running in 4f97228bb83b 19:02:03 Removing intermediate container d6d7fdde4a16 19:02:03 ---> d5d649f8777b 19:02:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:02:03 db1c61fa0a46: Verifying Checksum 19:02:03 db1c61fa0a46: Download complete 19:02:03 ---> Running in 79bf0cce3331 19:02:03 Removing intermediate container 132530ff5ce9 19:02:03 ---> 4f1664ea1723 19:02:03 Step 5/24 : RUN apk add --update --no-cache make git 19:02:03 ---> Running in 6674abb5c216 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:04 OK: 211 MiB in 51 packages 19:02:04 OK: 211 MiB in 51 packages 19:02:04 OK: 211 MiB in 51 packages 19:02:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:04 OK: 211 MiB in 51 packages 19:02:04 OK: 211 MiB in 51 packages 19:02:04 Removing intermediate container 6e5b22ccaf1c 19:02:04 ---> 37814afffa33 19:02:04 Step 5/23 : COPY go.mod vendor* ./ 19:02:04 Removing intermediate container f8958924ea3d 19:02:04 ---> e2582aef87d0 19:02:04 Step 5/32 : COPY go.mod vendor* ./ 19:02:04 Removing intermediate container 4f97228bb83b 19:02:04 ---> 2008ee2ec429 19:02:04 Step 6/22 : COPY go.mod vendor* ./ 19:02:04 ---> 7d7c2c363ee3 19:02:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:04 ---> Running in bd6234f14ea6 19:02:04 ---> 1a5a1b3fe42a 19:02:04 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:04 Removing intermediate container 79bf0cce3331 19:02:04 ---> 2caf06d579af 19:02:04 Step 6/22 : COPY go.mod vendor* ./ 19:02:04 ---> 61e77a67dba2 19:02:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:04 Removing intermediate container 6674abb5c216 19:02:04 ---> 6cf0e442631d 19:02:04 Step 6/24 : COPY go.mod vendor* ./ 19:02:04 ---> Running in 6356746b1243 19:02:04 ---> Running in bc11fa7e1ef6 19:02:05 ---> 5aedd592c075 19:02:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:05 ---> b679032c6f27 19:02:05 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:05 ---> Running in 1102c41fa6aa 19:02:05 ---> Running in bbaabe912318 19:02:06 fc693d55d65f: Verifying Checksum 19:02:06 fc693d55d65f: Download complete 19:02:16 fc693d55d65f: Pull complete 19:02:16 7e9fc2657dce: Pull complete 19:02:16 dda99020689f: Pull complete 19:02:22 db1c61fa0a46: Pull complete 19:02:23 891c053d2c06: Pull complete 19:02:23 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 19:02:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:02:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:02:24 + docker build -t ci-base-image-arm64 -f - . 19:02:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:02:24 WORKDIR /edgex 19:02:24 COPY go.mod . 19:02:24 RUN go mod download 19:02:24 Sending build context to Docker daemon 3.266MB 19:02:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:02:24 ---> f96f9c87975a 19:02:24 Step 2/4 : WORKDIR /edgex 19:02:26 ---> Running in cc0b5e75bb06 19:02:26 Removing intermediate container cc0b5e75bb06 19:02:26 ---> 5d4d8035b888 19:02:26 Step 3/4 : COPY go.mod . 19:02:27 Removing intermediate container bbaabe912318 19:02:27 ---> a8d399677b9e 19:02:27 Step 8/24 : COPY . . 19:02:27 Removing intermediate container 1102c41fa6aa 19:02:27 ---> 503e97b9b9e9 19:02:27 Step 8/22 : COPY . . 19:02:27 Removing intermediate container 6356746b1243 19:02:27 ---> 880edecfe6bc 19:02:27 Step 8/22 : COPY . . 19:02:27 Removing intermediate container bc11fa7e1ef6 19:02:27 ---> d2e25cd44d53 19:02:27 Step 7/32 : COPY . . 19:02:27 Removing intermediate container bd6234f14ea6 19:02:27 ---> 80eda1d1f3b3 19:02:27 Step 7/23 : COPY . . 19:02:27 ---> 13648d1decd0 19:02:27 Step 4/4 : RUN go mod download 19:02:27 ---> Running in 4b933eae138d 19:02:32 ---> a21254174f66 19:02:32 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:02:32 ---> ce5f7c860dd3 19:02:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:02:32 ---> cb5c74b65ec5 19:02:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:02:32 ---> e7249c3f6db2 19:02:32 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:02:32 ---> Running in 5498dcf748bd 19:02:32 ---> Running in f22519db20b2 19:02:32 ---> Running in a272b3add337 19:02:32 ---> be3260d54eb5 19:02:32 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:02:32 ---> Running in 79bb57f4dc72 19:02:32 ---> Running in ac951ab661f2 19:02:32 Removing intermediate container ac951ab661f2 19:02:32 ---> 8e77bf110623 19:02:32 Step 9/23 : WORKDIR /edgex-go/spire-build 19:02:32 ---> Running in d44d2543a3e0 19:02:32 Removing intermediate container d44d2543a3e0 19:02:32 ---> 2a16fb4005a4 19:02:32 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:02:32 ---> Running in 0886745bca69 19:02:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:02:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:02:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:02:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:02:33 Removing intermediate container 0886745bca69 19:02:33 ---> 24fa8f682e4e 19:02:33 Step 11/23 : WORKDIR /edgex-go 19:02:34 ---> Running in 694fa607ce3e 19:02:34 Removing intermediate container 694fa607ce3e 19:02:34 ---> 0cefe18585ea 19:02:34 19:02:34 Step 12/23 : FROM alpine:3.15 19:02:34 3.15: Pulling from library/alpine 19:02:34 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 19:02:34 Status: Downloaded newer image for alpine:3.15 19:02:34 ---> c4fc93816858 19:02:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:02:34 ---> Running in 0e21ad16b5c1 19:02:34 Removing intermediate container 0e21ad16b5c1 19:02:34 ---> b4e6c527a185 19:02:34 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:02:34 ---> Running in 2c31529e8759 19:02:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:02:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:02:35 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:02:35 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:02:35 OK: 15859 distinct packages available 19:02:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:02:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:02:35 (1/5) Installing dumb-init (1.2.5-r1) 19:02:35 (2/5) Installing musl-obstack (1.2.3-r0) 19:02:35 (3/5) Installing libucontext (1.1-r0) 19:02:35 (4/5) Installing gcompat (1.0.0-r4) 19:02:35 (5/5) Installing openssl (1.1.1s-r1) 19:02:35 Executing busybox-1.34.1-r7.trigger 19:02:35 OK: 7 MiB in 19 packages 19:02:37 Removing intermediate container 2c31529e8759 19:02:37 ---> 6072b0e55e03 19:02:37 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:02:39 ---> ba8bd02de8c8 19:02:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:02:40 ---> 31d2cde2981b 19:02:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:02:40 ---> 7020431181d8 19:02:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:02:41 ---> 49e6dcc36947 19:02:41 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:02:41 ---> Running in bbde99f4b1db 19:02:42 Removing intermediate container bbde99f4b1db 19:02:42 ---> 3776824ad2b9 19:02:42 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:02:42 ---> Running in 1a713dc65fb8 19:02:42 Removing intermediate container 1a713dc65fb8 19:02:42 ---> 3b6cbf1ed967 19:02:42 Step 21/23 : LABEL arch=x86_64 19:02:42 ---> Running in c729874d521f 19:02:43 Removing intermediate container c729874d521f 19:02:43 ---> 9ed034f14067 19:02:43 Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:02:43 ---> Running in 2faba254abfd 19:02:43 Removing intermediate container 2faba254abfd 19:02:43 ---> 54ec75b23aa2 19:02:43 Step 23/23 : LABEL version=3.0.0-dev.7 19:02:43 ---> Running in 13ee70452db3 19:02:44 Removing intermediate container 13ee70452db3 19:02:44 ---> 7b79b4cac459 19:02:44 19:02:44 Successfully built 7b79b4cac459 19:02:44 Successfully tagged security-spire-server:latest 19:02:44  Building security-spire-server ... done Building security-secretstore-setup 19:02:48 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:02:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:02:48 ---> f7a6f83471ce 19:02:48 Step 3/24 : WORKDIR /edgex-go 19:02:48 ---> Using cache 19:02:48 ---> da47e4c21543 19:02:48 Step 4/24 : RUN apk add --update --no-cache make git 19:02:50 ---> Running in fb63db980659 19:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:02:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:02:51 OK: 211 MiB in 51 packages 19:02:52 Removing intermediate container fb63db980659 19:02:52 ---> b505e6dc2e2a 19:02:52 Step 5/24 : COPY go.mod vendor* ./ 19:02:52 ---> 08c1f3740c31 19:02:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:52 ---> Running in 3d0c3a1339cf 19:02:59 Removing intermediate container 4b933eae138d 19:02:59 ---> 5df745739d7a 19:02:59 Successfully built 5df745739d7a 19:02:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:02:59 + docker inspect -f . ci-base-image-arm64 19:02:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:02:59 prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container 19:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:03:01 $ docker top 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf -eo pid,comm [Pipeline] { [Pipeline] sh 19:03:01 + go version 19:03:01 go version go1.18.7 linux/arm64 [Pipeline] } 19:03:01 $ docker stop --time=1 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf 19:03:03 $ docker rm -f --volumes 20259dd1b063527b801224aaa461b326d70f02a1380746d07760b613e8239cdf [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 19:03:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:04 19:03:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:03:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:04 latest: Pulling from edgex-devops/edgex-compose-arm64 19:03:04 29e5d40040c1: Pulling fs layer 19:03:04 1ce36da41761: Pulling fs layer 19:03:04 25b303627fd3: Pulling fs layer 19:03:04 29e5d40040c1: Verifying Checksum 19:03:04 29e5d40040c1: Download complete 19:03:05 1ce36da41761: Verifying Checksum 19:03:05 1ce36da41761: Download complete 19:03:05 29e5d40040c1: Pull complete 19:03:06 25b303627fd3: Verifying Checksum 19:03:06 25b303627fd3: Download complete 19:03:06 1ce36da41761: Pull complete 19:03:07 Removing intermediate container 5498dcf748bd 19:03:07 ---> 99a3db11f1ac 19:03:07 19:03:07 Step 9/32 : FROM alpine:3.16 19:03:07 3.16: Pulling from library/alpine 19:03:07 Removing intermediate container 3d0c3a1339cf 19:03:07 ---> 317a66ef33c7 19:03:07 Step 7/24 : COPY . . 19:03:07 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:03:07 Status: Downloaded newer image for alpine:3.16 19:03:07 ---> bfe296a52501 19:03:07 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:03:09 ---> Running in ff265277887c 19:03:09 Removing intermediate container 79bb57f4dc72 19:03:09 ---> 96c0a6363112 19:03:09 19:03:09 Step 10/24 : FROM alpine:3.16 19:03:09 ---> bfe296a52501 19:03:09 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:03:10 ---> Running in 3c280e8b7b3c 19:03:10 Removing intermediate container ff265277887c 19:03:10 ---> 35efe3299dbb 19:03:10 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:03:10 ---> Running in 2b4222650dd1 19:03:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:10 (1/1) Installing dumb-init (1.2.5-r1) 19:03:10 Executing busybox-1.35.0-r17.trigger 19:03:11 OK: 6 MiB in 15 packages 19:03:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:11 (1/2) Installing dumb-init (1.2.5-r1) 19:03:11 (2/2) Installing su-exec (0.2-r1) 19:03:11 Executing busybox-1.35.0-r17.trigger 19:03:11 OK: 6 MiB in 16 packages 19:03:13 Removing intermediate container 3c280e8b7b3c 19:03:13 ---> 5f1fda23df26 19:03:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:13 ---> 3ffc6b6063c4 19:03:13 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:03:13 Removing intermediate container 2b4222650dd1 19:03:13 ---> 1e4b02d5015c 19:03:13 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:03:13 ---> Running in 2a3c34244921 19:03:13 ---> Running in 1d5a67a9c5ff 19:03:13 ---> Running in 8a07a16e10c0 19:03:13 Removing intermediate container 1d5a67a9c5ff 19:03:13 ---> e9e6f912f13b 19:03:13 Step 13/24 : ENV APP_PORT=59881 19:03:13 ---> Running in 27f69a55d31e 19:03:13 Removing intermediate container 8a07a16e10c0 19:03:13 ---> 3bb85f3ee3cd 19:03:13 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:03:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:03:13 ---> Running in 39cc218d24c5 19:03:13 Removing intermediate container 27f69a55d31e 19:03:13 ---> 22c4322770bf 19:03:13 Step 14/24 : EXPOSE $APP_PORT 19:03:14 Removing intermediate container a272b3add337 19:03:14 Removing intermediate container f22519db20b2 19:03:14 ---> de2adc2287f4 19:03:14 ---> 67757eae7ed4 19:03:14 19:03:14 19:03:14 Step 10/22 : FROM alpine:3.16Step 10/22 : FROM alpine:3.16 19:03:14 19:03:14 ---> bfe296a52501 19:03:14 Step 11/22 : RUN apk add --update --no-cache dumb-init ---> bfe296a52501 19:03:14 19:03:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:03:14 ---> Using cache 19:03:14 ---> 5f1fda23df26 19:03:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:14 ---> Using cache 19:03:14 ---> e9e6f912f13b 19:03:14 Step 13/22 : ENV APP_PORT=59861 19:03:14 ---> Running in 3846b8d489ff 19:03:14 Removing intermediate container 39cc218d24c5 19:03:14 ---> 1b2429448d14 19:03:14 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:03:14 ---> Running in d3b22c14efbb 19:03:14 ---> Running in 3f89eebd7575 19:03:14 ---> Running in 767decaa6785 19:03:14 Removing intermediate container 3846b8d489ff 19:03:14 ---> b4b24f665c8b 19:03:14 Step 15/24 : WORKDIR / 19:03:14 Removing intermediate container 767decaa6785 19:03:14 ---> 984bec7c87d0 19:03:14 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:03:14 Removing intermediate container d3b22c14efbb 19:03:14 ---> d3590d49d069 19:03:14 Step 14/22 : EXPOSE $APP_PORT 19:03:14 ---> Running in ed15c19618c0 19:03:14 ---> Running in e4179b45afeb 19:03:14 ---> Running in 5c0c623266a3 19:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:14 Removing intermediate container e4179b45afeb 19:03:14 ---> 447f1472cde1 19:03:14 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:03:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:14 Removing intermediate container ed15c19618c0 19:03:14 ---> d0374e2a0b85 19:03:14 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:14 ---> Running in 2f46bfc23230 19:03:14 Removing intermediate container 5c0c623266a3 19:03:14 ---> c68d97f0d85c 19:03:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:14 (1/2) Installing ca-certificates (20220614-r0) 19:03:14 (2/2) Installing dumb-init (1.2.5-r1) 19:03:14 Executing busybox-1.35.0-r17.trigger 19:03:14 Executing ca-certificates-20220614-r0.trigger 19:03:14 ---> f4ec53f39ec8 19:03:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:03:14 ---> 4736eda79e7b 19:03:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:03:14 OK: 6 MiB in 16 packages 19:03:15 ---> 815ea633c68d 19:03:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:03:15 ---> 0318845dc871 19:03:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:03:15 Removing intermediate container 2f46bfc23230 19:03:15 ---> 0629b85359b1 19:03:15 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:03:15 ---> Running in 4e418a6eff1d 19:03:16 ---> 5dee131339ff 19:03:16 ---> 8456c8b44566 19:03:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:03:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:03:16 Removing intermediate container 3f89eebd7575 19:03:16 ---> 14521face014 19:03:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:03:16 ---> Running in ac53c443c10f 19:03:16 Removing intermediate container 4e418a6eff1d 19:03:16 ---> 936abfe4114b 19:03:16 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:03:16 ---> Running in 2aa39598ff3a 19:03:16 Removing intermediate container ac53c443c10f 19:03:16 ---> 2b3c585d61c7 19:03:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:16 ---> 44058ce92968 19:03:16 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:03:16 ---> Running in 231127623b02 19:03:16 Removing intermediate container 2aa39598ff3a 19:03:16 ---> 9069f6378c09 19:03:16 Step 13/22 : ENV APP_PORT=59860 19:03:16 ---> Running in 516d5c2ef9fb 19:03:16 ---> e3188e8c4441 19:03:16 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:03:16 ---> Running in 59b987c7e329 19:03:16 ---> Running in 3957544f1b93 19:03:16 Removing intermediate container 231127623b02 19:03:16 ---> cf9907da5420 19:03:16 Step 20/22 : LABEL arch=x86_64 19:03:16 Removing intermediate container 516d5c2ef9fb 19:03:16 ---> 4f54334d2755 19:03:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:16 ---> Running in b8edf12ae553 19:03:16 Removing intermediate container 59b987c7e329 19:03:16 ---> 0e2dc5c088f6 19:03:16 Step 14/22 : EXPOSE $APP_PORT 19:03:16 ---> Running in 8934ecc53303 19:03:16 ---> Running in 52c347210267 19:03:16 25b303627fd3: Pull complete 19:03:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:03:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:03:16 Removing intermediate container b8edf12ae553 19:03:16 ---> 2562a556d5eb 19:03:16 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:16 Removing intermediate container 8934ecc53303 19:03:16 ---> 77007de7e421 19:03:16 Step 22/24 : LABEL arch=x86_64 19:03:16 ---> Running in 8ba857c48b83 19:03:16 Removing intermediate container 52c347210267 19:03:16 ---> 4448c47fda13 19:03:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:16 ---> Running in d225ce9276f6 19:03:16 prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container 19:03:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:03:17 Removing intermediate container 8ba857c48b83 19:03:17 ---> f4537a4d31d2 19:03:17 Step 22/22 : LABEL version=3.0.0-dev.7 19:03:17 ---> Running in 7df003f8ccf4 19:03:17 ---> 2eda844b989f 19:03:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:03:17 Removing intermediate container d225ce9276f6 19:03:17 ---> 6d0adea658c6 19:03:17 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:17 ---> Running in 954242fcd13e 19:03:17 Removing intermediate container 7df003f8ccf4 19:03:17 ---> 8ecd291d7c24 19:03:17 19:03:17 Successfully built 8ecd291d7c24 19:03:17 Successfully tagged support-scheduler:latest 19:03:17 Building security-spire-config 19:03:17  Building support-scheduler ... done Removing intermediate container 3957544f1b93 19:03:17 ---> 6da4882e42f2 19:03:17 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:19 $ docker top 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:03:19 Removing intermediate container 954242fcd13e 19:03:19 ---> 3c024890f066 19:03:19 Step 24/24 : LABEL version=3.0.0-dev.7 19:03:19 ---> 53425782b015 19:03:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:03:19 ---> 87ec02fae743 19:03:19 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:03:19 ---> Running in 4164cb8100f6 19:03:19 + docker-compose build --help 19:03:19 + grep parallel 19:03:20 Removing intermediate container 4164cb8100f6 19:03:20 ---> 2d69e2a8a9f4 19:03:20 19:03:20 Successfully built 2d69e2a8a9f4 19:03:20 Successfully tagged core-metadata:latest 19:03:20  Building core-metadata ... done Building sys-mgmt-agent 19:03:20 ---> 192ffefde7b5 19:03:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:03:20 ---> Running in 29f4ee7e3c8b 19:03:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:03:21 ---> f7a6f83471ce 19:03:21 Step 3/24 : WORKDIR /edgex-go 19:03:21 ---> Using cache 19:03:21 ---> da47e4c21543 19:03:21 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:03:21 ---> Using cache 19:03:21 ---> 37814afffa33 19:03:21 Step 5/24 : COPY go.mod vendor* ./ 19:03:21 ---> Using cache 19:03:21 ---> 7d7c2c363ee3 19:03:21 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:21 ---> Using cache 19:03:21 ---> 80eda1d1f3b3 19:03:21 Step 7/24 : COPY . . 19:03:21 ---> Using cache 19:03:21 ---> be3260d54eb5 19:03:21 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:03:21 ---> Using cache 19:03:21 ---> 8e77bf110623 19:03:21 Step 9/24 : WORKDIR /edgex-go/spire-build 19:03:21 ---> Using cache 19:03:21 ---> 2a16fb4005a4 19:03:21 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:03:22 ---> 541dceeca8a1 19:03:22 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:03:22 ---> Running in 05291eeac2db 19:03:22 Removing intermediate container 29f4ee7e3c8b 19:03:22 ---> 353be53ff805 19:03:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:22 ---> fdfcf2e3b3cb 19:03:22 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:03:22 ---> Running in 2b134b66abe5 19:03:22 Removing intermediate container 2b134b66abe5 19:03:22 ---> 9801e86157c7 19:03:22 Step 20/22 : LABEL arch=x86_64 19:03:22 ---> dfd48e153d9e 19:03:22 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:03:22 ---> Running in 40d98f8a0e3a 19:03:23 Removing intermediate container 40d98f8a0e3a 19:03:23 ---> f2523b5a5759 19:03:23 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:23 ---> bce33e899243 19:03:23 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:03:23 ---> Running in 789407ed05d3 19:03:23 --parallel Build images in parallel. 19:03:23 Removing intermediate container 05291eeac2db 19:03:23 ---> 1ade6ea55347 19:03:23 Step 11/24 : WORKDIR /edgex-go [Pipeline] } 19:03:23 $ docker stop --time=1 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 19:03:23 ---> 2791d622fcd6 19:03:23 Removing intermediate container 789407ed05d3 19:03:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / ---> cd3bcbd37f73 19:03:23 19:03:23 Step 22/22 : LABEL version=3.0.0-dev.7 19:03:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:23 ---> f7a6f83471ce 19:03:23 Step 3/22 : WORKDIR /edgex-go 19:03:23 ---> Using cache 19:03:23 ---> da47e4c21543 19:03:23 Step 4/22 : RUN apk add --update --no-cache make bash git 19:03:23 ---> Running in f85248111b25 19:03:23 ---> Running in 9eb73ac49df8 19:03:23 ---> Running in c8bc22f5d324 19:03:24 Removing intermediate container f85248111b25 19:03:24 ---> c1f00bc49c09 19:03:24 19:03:24 Step 12/24 : FROM alpine:3.15 19:03:24 Removing intermediate container c8bc22f5d324 19:03:24 ---> c8f737a6d336 19:03:24 19:03:24 ---> c4fc93816858 19:03:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:03:24 ---> Using cache 19:03:24 ---> b4e6c527a185 19:03:24 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:03:24 ---> 7416548effa2 19:03:24 Step 27/32 : RUN chmod +x /entrypoint.sh 19:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:24 ---> Running in 5f7b88781b5e 19:03:24 Successfully built c8f737a6d336 19:03:24 Successfully tagged support-notifications:latest 19:03:24 Building security-proxy-setup 19:03:24  Building support-notifications ... done  ---> Running in 1d2c2b35eb1b 19:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:03:24 OK: 211 MiB in 51 packages 19:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:03:25 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:03:25 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:03:25 OK: 15859 distinct packages available 19:03:25 $ docker rm -f --volumes 5fdbde93d09a7a0f59ea69542f243f62f13f8a8c3d402b659ebc6599fe2b49e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:03:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:03:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:03:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:25 . 19:03:25 (1/4) Installing dumb-init (1.2.5-r1) 19:03:25 (2/4) Installing musl-obstack (1.2.3-r0) 19:03:25 (3/4) Installing libucontext (1.1-r0) 19:03:25 (4/4) Installing gcompat (1.0.0-r4) 19:03:25 Executing busybox-1.34.1-r7.trigger 19:03:25 OK: 6 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:03:25 prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container 19:03:25 $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:03:26 $ docker top 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa -eo pid,comm 19:03:26 Removing intermediate container 9eb73ac49df8 19:03:26 ---> 3663c301b3ac 19:03:26 Step 5/22 : COPY go.mod vendor* ./ 19:03:26 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:03:26 ---> f7a6f83471ce 19:03:26 Step 3/21 : WORKDIR /edgex-go 19:03:26 ---> Using cache 19:03:26 ---> da47e4c21543 19:03:26 Step 4/21 : RUN apk add --update --no-cache make git 19:03:26 ---> Using cache 19:03:26 ---> b505e6dc2e2a 19:03:26 Step 5/21 : COPY go.mod vendor* ./ 19:03:26 ---> Using cache 19:03:26 ---> 08c1f3740c31 19:03:26 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:26 ---> Using cache 19:03:26 ---> 317a66ef33c7 19:03:26 Step 7/21 : COPY . . 19:03:26 ---> Using cache 19:03:26 ---> 3ffc6b6063c4 19:03:26 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:03:26 Removing intermediate container 1d2c2b35eb1b 19:03:26 ---> 400b4c664fc2 19:03:26 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:03:26 ---> Running in 78803a28d5dd [Pipeline] { [Pipeline] sh 19:03:27 ---> Running in 64b0df39a257 19:03:27 Removing intermediate container 5f7b88781b5e 19:03:27 ---> f4f056ef15a9 19:03:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:03:27 + docker-compose -f ./docker-compose-build.yml build --parallel 19:03:27 ---> 1583f1c525b0 19:03:27 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:27 Removing intermediate container 64b0df39a257 19:03:27 ---> 1a06a67e96fd 19:03:27 Step 29/32 : CMD ["gate"] 19:03:27 ---> Running in 4ce4227b8583 19:03:27 ---> Running in 7af92a92d144 19:03:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:03:27 Removing intermediate container 7af92a92d144 19:03:27 ---> 278c7089b60e 19:03:27 Step 30/32 : LABEL arch=x86_64 19:03:27 ---> Running in 0bed81134989 19:03:28 Removing intermediate container 0bed81134989 19:03:28 ---> d051c99b0d24 19:03:28 Step 31/32 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:28 ---> Running in 3ac13b419ce2 19:03:28 ---> 803dbab50bfb 19:03:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:03:28 Removing intermediate container 3ac13b419ce2 19:03:28 ---> 044469333105 19:03:28 Step 32/32 : LABEL version=3.0.0-dev.7 19:03:28 ---> Running in 791db0fa3cb0 19:03:28 Removing intermediate container 791db0fa3cb0 19:03:28 ---> 5fec6469a2ff 19:03:28 19:03:28 ---> fdc002e2c335 19:03:28 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:03:28 ---> Running in b3c7b9e645b0 19:03:28 Successfully built 5fec6469a2ff 19:03:28 Successfully tagged security-bootstrapper:latest 19:03:28  Building security-bootstrapper ... done Building core-command 19:03:29 Removing intermediate container b3c7b9e645b0 19:03:29 ---> 636aa7cfb30b 19:03:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:03:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:03:30 ---> 954275eedef8 19:03:30 Step 19/24 : WORKDIR / 19:03:31 Building core-command ... 19:03:31 Building core-data ... 19:03:31 Building core-metadata ... 19:03:31 Building security-bootstrapper ... 19:03:31 Building security-proxy-setup ... 19:03:31 Building security-secretstore-setup ... 19:03:31 Building security-spiffe-token-provider ... 19:03:31 Building security-spire-agent ... 19:03:31 Building security-spire-config ... 19:03:31 Building security-spire-server ... 19:03:31 Building support-notifications ... 19:03:31 Building support-scheduler ... 19:03:31 Building sys-mgmt-agent ... 19:03:31 Building security-spiffe-token-provider 19:03:31 Building security-spire-server 19:03:31 Building security-spire-config 19:03:31 Building support-scheduler 19:03:31 Building support-notifications 19:03:31 ---> Running in 269723b3ad4a 19:03:31 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:31 ---> f7a6f83471ce 19:03:31 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:03:31 ---> Using cache 19:03:31 ---> 8450696667f2 19:03:31 Step 4/23 : WORKDIR /edgex-go 19:03:31 ---> Using cache 19:03:31 ---> 4f1664ea1723 19:03:31 Step 5/23 : RUN apk add --update --no-cache make git 19:03:31 ---> Using cache 19:03:31 ---> 6cf0e442631d 19:03:31 Step 6/23 : COPY go.mod vendor* ./ 19:03:31 ---> Using cache 19:03:31 ---> b679032c6f27 19:03:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:31 ---> Using cache 19:03:31 ---> a8d399677b9e 19:03:31 Step 8/23 : COPY . . 19:03:31 ---> Using cache 19:03:31 ---> e7249c3f6db2 19:03:31 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:03:31 ---> Running in adca72e1b52c 19:03:31 Removing intermediate container 269723b3ad4a 19:03:31 ---> 720e38750378 19:03:31 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:03:32 ---> Running in a77f258b7cf3 19:03:32 Removing intermediate container a77f258b7cf3 19:03:32 ---> cdc3392b228d 19:03:32 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:03:32 ---> Running in cdb7f00feda8 19:03:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:03:32 Removing intermediate container cdb7f00feda8 19:03:32 ---> 25f069e3e3e7 19:03:32 Step 22/24 : LABEL arch=x86_64 19:03:32 ---> Running in bf05bf8e6ac5 19:03:33 Removing intermediate container bf05bf8e6ac5 19:03:33 ---> 948feaf75f2d 19:03:33 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:33 ---> Running in 80b3d7c86f3c 19:03:34 Removing intermediate container 80b3d7c86f3c 19:03:34 ---> 0b6b9fc14581 19:03:34 Step 24/24 : LABEL version=3.0.0-dev.7 19:03:34 ---> Running in 24d11081d731 19:03:34 Removing intermediate container 2a3c34244921 19:03:34 ---> 8651fee02e9c 19:03:34 19:03:34 Step 9/24 : FROM alpine:3.16 19:03:34 ---> bfe296a52501 19:03:34 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:03:34 Removing intermediate container 24d11081d731 19:03:34 ---> 87b10e0001d6 19:03:34 19:03:35 ---> Running in 93c54171f0f4 19:03:35 Successfully built 87b10e0001d6 19:03:35 Successfully tagged security-spire-config:latest 19:03:35  Building security-spire-config ... done Building security-spire-agent 19:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:36 (1/3) Installing ca-certificates (20220614-r0) 19:03:36 (2/3) Installing dumb-init (1.2.5-r1) 19:03:36 (3/3) Installing su-exec (0.2-r1) 19:03:36 Executing busybox-1.35.0-r17.trigger 19:03:36 Executing ca-certificates-20220614-r0.trigger 19:03:36 OK: 6 MiB in 17 packages 19:03:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:03:40 ---> f7a6f83471ce 19:03:40 Step 3/24 : WORKDIR /edgex-go 19:03:40 ---> Using cache 19:03:40 ---> da47e4c21543 19:03:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:03:40 ---> Using cache 19:03:40 ---> 37814afffa33 19:03:40 Step 5/24 : COPY go.mod vendor* ./ 19:03:40 ---> Using cache 19:03:40 ---> 7d7c2c363ee3 19:03:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:40 ---> Using cache 19:03:40 ---> 80eda1d1f3b3 19:03:40 Step 7/24 : COPY . . 19:03:40 ---> Using cache 19:03:40 ---> be3260d54eb5 19:03:40 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:03:40 ---> Using cache 19:03:40 ---> 8e77bf110623 19:03:40 Step 9/24 : WORKDIR /edgex-go/spire-build 19:03:40 ---> Using cache 19:03:40 ---> 2a16fb4005a4 19:03:40 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:03:40 ---> Using cache 19:03:40 ---> 1ade6ea55347 19:03:40 Step 11/24 : WORKDIR /edgex-go 19:03:40 ---> Using cache 19:03:40 ---> c1f00bc49c09 19:03:40 19:03:40 Step 12/24 : FROM alpine:3.15 19:03:40 ---> c4fc93816858 19:03:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:03:40 ---> Using cache 19:03:40 ---> b4e6c527a185 19:03:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:03:40 ---> Using cache 19:03:40 ---> 6072b0e55e03 19:03:40 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:03:40 Removing intermediate container 93c54171f0f4 19:03:40 ---> 879a8c9e0874 19:03:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:03:40 ---> Running in 34f1fce6d661 19:03:40 Removing intermediate container 4ce4227b8583 19:03:40 ---> d36978a96450 19:03:40 Step 7/22 : COPY . . 19:03:41 Removing intermediate container 34f1fce6d661 19:03:41 ---> 9476c62965f6 19:03:41 Step 12/24 : WORKDIR / 19:03:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:41 ---> 5df745739d7a 19:03:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:03:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:41 ---> 5df745739d7a 19:03:41 Step 3/23 : WORKDIR /edgex-go 19:03:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:03:41 ---> 5df745739d7a 19:03:41 Step 3/24 : WORKDIR /edgex-go 19:03:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:41 ---> 5df745739d7a 19:03:41 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:03:41 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:41 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:03:41 ---> 5df745739d7a 19:03:41 Step 3/19 : WORKDIR /edgex-go 19:03:41 ---> Running in 997d1bbe8729 19:03:41 ---> Running in 645c7c5bac58 19:03:41 ---> Running in 6587ac125438 19:03:41 ---> Running in 898d7ae203aa 19:03:41 ---> Running in 71d31d08d1c4 19:03:41 Removing intermediate container 997d1bbe8729 19:03:41 ---> 9e38aab0ef62 19:03:41 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 19:03:42 ---> c946546fb605 19:03:42 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:03:42 ---> Running in d877bd4b4345 19:03:42 Removing intermediate container 898d7ae203aa 19:03:42 ---> c38aebbc6206 19:03:42 Step 4/22 : WORKDIR /edgex-go 19:03:42 Removing intermediate container 71d31d08d1c4 19:03:42 ---> 2b4a78fe910c 19:03:42 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:03:42 Removing intermediate container 6587ac125438 19:03:42 ---> cb21f08f784c 19:03:42 Step 4/22 : WORKDIR /edgex-go 19:03:42 Removing intermediate container 645c7c5bac58 19:03:42 ---> 087e38ec51c3 19:03:42 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:03:42 ---> Running in c34d2667da2d 19:03:42 ---> Running in ff3a157ab1de 19:03:42 ---> Running in dbf577ab7587 19:03:42 ---> Running in 08a418638398 19:03:42 ---> Running in dee196202978 19:03:42 Removing intermediate container d877bd4b4345 19:03:42 ---> 40016a61feef 19:03:42 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:03:43 ---> f64e2b0dd62b 19:03:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:03:44 ---> 2e5915e8ea88 19:03:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:03:44 ---> 173d5b32a4c0 19:03:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:03:45 ---> b64f650fd21e 19:03:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:03:45 ---> 86cab67d235a 19:03:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:03:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:03:45 ---> 81af897ffcf5 19:03:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:03:45 Removing intermediate container ff3a157ab1de 19:03:45 ---> b5b11fc8a415 19:03:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesRemoving intermediate container 08a418638398 19:03:45 ---> 2813815f3574 19:03:45 Step 5/22 : RUN apk add --update --no-cache make git 19:03:45 19:03:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:45 ---> Running in 8d0ecdf37584 19:03:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:45 ---> Running in 0b218ae36a83 19:03:45 ---> 1c5f66171834 19:03:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:03:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:46 ---> 678d795aaa5e 19:03:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:03:46 ---> Running in 4a1a2ab9b796 19:03:46 ---> f9ada5978fb1 19:03:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:03:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:46 Removing intermediate container 4a1a2ab9b796 19:03:46 ---> 8f70f6daa0bf 19:03:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:03:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:46 ---> Running in a36a9013d32c 19:03:47 Removing intermediate container a36a9013d32c 19:03:47 ---> e8746f6d0341 19:03:47 Step 22/24 : LABEL arch=x86_64 19:03:47 ---> 148043e2931e 19:03:47 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:03:47 ---> 7c1747da5a84 19:03:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:03:47 ---> Running in 5dba8453bcb1 19:03:47 ---> Running in 63977bcb309f 19:03:47 OK: 221 MiB in 51 packages 19:03:47 v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:03:47 v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:03:47 OK: 16895 distinct packages available 19:03:47 Removing intermediate container 5dba8453bcb1 19:03:47 ---> b898f6976663 19:03:47 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:47 ---> 73c9579302fe 19:03:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:03:47 ---> Running in c311f0621433 19:03:47 ---> Running in cd81e9defa32 19:03:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:03:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:03:48 Removing intermediate container c311f0621433 19:03:48 ---> d7f4353fcb28 19:03:48 Step 24/24 : LABEL version=3.0.0-dev.7 19:03:48 ---> Running in 69bba2ee776a 19:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:48 Removing intermediate container 69bba2ee776a 19:03:48 ---> 540fb6dca3fa 19:03:48 19:03:48 OK: 221 MiB in 51 packages 19:03:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:03:48 Successfully built 540fb6dca3fa 19:03:48 Successfully tagged security-spire-agent:latest 19:03:48 Building security-spiffe-token-provider 19:03:48 Removing intermediate container c34d2667da2d 19:03:48 ---> 0bc187ec3e56 19:03:48 Step 5/23 : COPY go.mod vendor* ./ 19:03:49 OK: 221 MiB in 51 packages 19:03:49 OK: 221 MiB in 51 packages 19:03:50 OK: 221 MiB in 51 packages 19:03:50  Building security-spire-agent ... done Removing intermediate container cd81e9defa32 19:03:50 ---> 69834e2c9ba4 19:03:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:03:50 ---> c47e3ae0fc0f 19:03:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:50 Removing intermediate container dee196202978 19:03:50 ---> e47c075f9762 19:03:50 Step 5/24 : COPY go.mod vendor* ./ 19:03:50 ---> Running in b3d0cf79ca0c 19:03:51 ---> Running in 9ec8ab4af881 19:03:51 Removing intermediate container 78803a28d5dd 19:03:51 ---> a2d3d6722ddc 19:03:51 19:03:51 Step 9/21 : FROM alpine:3.16 19:03:51 ---> bfe296a52501 19:03:51 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:03:51 ---> Running in dd80c8fd22ca 19:03:51 Removing intermediate container 9ec8ab4af881 19:03:51 ---> cc12bb1d2a1f 19:03:51 Step 22/24 : LABEL arch=x86_64 19:03:51 ---> Running in 7cb0c899b4be 19:03:51 Removing intermediate container 0b218ae36a83 19:03:51 ---> 73cf93c3f09e 19:03:51 Step 6/22 : COPY go.mod vendor* ./ 19:03:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:51 Removing intermediate container 7cb0c899b4be 19:03:51 ---> 1154b276ce20 19:03:51 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:03:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:51 ---> Running in 09098d8a1ece 19:03:51 Removing intermediate container 8d0ecdf37584 19:03:51 Removing intermediate container dbf577ab7587 19:03:51 ---> 5de043dc9876 19:03:51 Step 6/22 : COPY go.mod vendor* ./ 19:03:51 ---> 450f37cb2f6c 19:03:51 Step 5/19 : COPY go.mod vendor* ./ 19:03:51 ---> c0aa1cc9f1ad 19:03:51 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:52 (1/6) Installing ca-certificates (20220614-r0) 19:03:52 (2/6) Installing brotli-libs (1.0.9-r6) 19:03:52 Removing intermediate container 09098d8a1ece 19:03:52 ---> 2060d0162f1b 19:03:52 Step 24/24 : LABEL version=3.0.0-dev.7 19:03:52 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:03:52 (4/6) Installing libcurl (7.83.1-r4) 19:03:52 (5/6) Installing curl (7.83.1-r4) 19:03:52 (6/6) Installing dumb-init (1.2.5-r1) 19:03:52 ---> Running in 3fa6efcf4fef 19:03:52 Executing busybox-1.35.0-r17.trigger 19:03:52 Executing ca-certificates-20220614-r0.trigger 19:03:52 ---> Running in 1c69ccf9c3b7 19:03:52 OK: 8 MiB in 20 packages 19:03:52 ---> c273dc02b303 19:03:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:52 ---> Running in 5d03feeb559e 19:03:52 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:52 Step 2/19 : FROM ${BUILDER_BASE} AS builder 19:03:52 ---> f7a6f83471ce 19:03:52 Step 3/19 : WORKDIR /edgex-go 19:03:52 ---> Using cache 19:03:52 ---> da47e4c21543 19:03:52 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 19:03:53 Removing intermediate container 1c69ccf9c3b7 19:03:53 ---> d8033fed34ab 19:03:53 19:03:53 ---> Running in fc1ad6f0936f 19:03:53 Successfully built d8033fed34ab 19:03:53 Successfully tagged security-secretstore-setup:latest 19:03:53 Building core-data 19:03:53 ---> b1d7c550b558 19:03:53 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:53 ---> 8b91bf9224bb 19:03:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:53 ---> Running in 13b0bf073032 19:03:53 ---> Running in d3525b1af1fe 19:03:53  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:54 v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 19:03:54 v3.16.3-69-g4880acfeb4 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 19:03:54 OK: 17038 distinct packages available 19:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:03:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:03:54 OK: 211 MiB in 51 packages 19:03:54 Removing intermediate container dd80c8fd22ca 19:03:54 ---> b9e80928c750 19:03:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:03:55 ---> Running in 0f16dbdd4d7f 19:03:55 Removing intermediate container adca72e1b52c 19:03:55 ---> 71cc44245f27 19:03:55 19:03:55 Step 10/23 : FROM alpine:3.16 19:03:55 ---> bfe296a52501 19:03:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:03:55 ---> Using cache 19:03:55 ---> 5f1fda23df26 19:03:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:55 ---> Using cache 19:03:55 ---> e9e6f912f13b 19:03:55 Step 13/23 : ENV APP_PORT=59882 19:03:56 ---> Running in bcc3b741e94e 19:03:56 Removing intermediate container 0f16dbdd4d7f 19:03:56 ---> 09da880e0b6b 19:03:56 Step 12/21 : WORKDIR /edgex 19:03:56 Removing intermediate container fc1ad6f0936f 19:03:56 ---> a43608a7835a 19:03:56 Step 5/19 : COPY go.mod vendor* ./ 19:03:56 ---> Running in 247e6a4151d2 19:03:56 Removing intermediate container bcc3b741e94e 19:03:56 ---> 62a8ab84582e 19:03:56 Step 14/23 : EXPOSE $APP_PORT 19:03:56 ---> Running in 5297adf6152f 19:03:56 Removing intermediate container 247e6a4151d2 19:03:56 ---> f22ad725dc33 19:03:56 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:03:56 ---> a84092538830 19:03:56 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:56 ---> Running in dc729a0cefe5 19:03:56 Removing intermediate container 5297adf6152f 19:03:56 ---> c7d68df0d76e 19:03:56 Step 15/23 : WORKDIR / 19:03:57 ---> Running in aefbdf4f4fd9 19:03:57 ---> 79b47f9f7fc0 19:03:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:03:57 Removing intermediate container aefbdf4f4fd9 19:03:57 ---> fdb03362e31b 19:03:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:03:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:58 ---> f7a6f83471ce 19:03:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:03:58 ---> Using cache 19:03:58 ---> 8450696667f2 19:03:58 Step 4/22 : WORKDIR /edgex-go 19:03:58 ---> Using cache 19:03:58 ---> 4f1664ea1723 19:03:58 Step 5/22 : RUN apk add --update --no-cache make git 19:03:58 ---> Using cache 19:03:58 ---> 6cf0e442631d 19:03:58 Step 6/22 : COPY go.mod vendor* ./ 19:03:58 ---> Using cache 19:03:58 ---> b679032c6f27 19:03:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:03:58 ---> Using cache 19:03:58 ---> a8d399677b9e 19:03:58 Step 8/22 : COPY . . 19:03:58 ---> Using cache 19:03:58 ---> e7249c3f6db2 19:03:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:03:58 ---> 2934f381bdd0 19:03:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:03:58 ---> Running in fc42cddb1ef0 19:03:58 ---> 46c42fc9c430 19:03:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:03:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:03:59 ---> 6bb15e873a0a 19:03:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:03:59 ---> 3165f05dae2e 19:03:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:04:00 ---> 23eca81e1a30 19:04:00 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:04:00 ---> 1ac6f99749cb 19:04:00 Step 19/23 : ENTRYPOINT ["/core-command"] 19:04:00 ---> Running in 63235cafc2db 19:04:00 ---> Running in b9503263e6b5 19:04:00 Removing intermediate container b9503263e6b5 19:04:00 ---> b23ad5a76836 19:04:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:00 ---> Running in 00ee280e60bd 19:04:01 Removing intermediate container 00ee280e60bd 19:04:01 ---> 26e5ab2a5625 19:04:01 Step 21/23 : LABEL arch=x86_64 19:04:01 ---> Running in 30b830757b4b 19:04:01 Removing intermediate container 30b830757b4b 19:04:01 ---> b5ca18b108a6 19:04:01 Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:02 ---> Running in a7bdf5ae43ab 19:04:02 Removing intermediate container 63235cafc2db 19:04:02 ---> 5365fcfe2dc1 19:04:02 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:04:02 ---> Running in deb122a1468f 19:04:02 Removing intermediate container a7bdf5ae43ab 19:04:02 ---> df4213e79f88 19:04:02 Step 23/23 : LABEL version=3.0.0-dev.7 19:04:03 ---> Running in 213e05ed8ac7 19:04:03 Removing intermediate container deb122a1468f 19:04:03 ---> 37103a58b546 19:04:03 Step 19/21 : LABEL arch=x86_64 19:04:03 Removing intermediate container 213e05ed8ac7 19:04:03 ---> ef80238bf3da 19:04:03 19:04:03 ---> Running in 15625bad3390 19:04:03 Successfully built ef80238bf3da 19:04:03 Successfully tagged core-command:latest 19:04:03  Building core-command ... done Removing intermediate container 15625bad3390 19:04:03 ---> 5c2b96a68565 19:04:03 Step 20/21 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:04 ---> Running in 412a99d7b0b6 19:04:04 Removing intermediate container 412a99d7b0b6 19:04:04 ---> a1f8797009aa 19:04:04 Step 21/21 : LABEL version=3.0.0-dev.7 19:04:04 ---> Running in 2bc6865ed462 19:04:04 Removing intermediate container 2bc6865ed462 19:04:04 ---> 8ca0e8dea91b 19:04:04 19:04:05 Successfully built 8ca0e8dea91b 19:04:05 Successfully tagged security-proxy-setup:latest 19:04:09  Building security-proxy-setup ... done Removing intermediate container dc729a0cefe5 19:04:09 ---> 2691c6e103e8 19:04:09 Step 7/19 : COPY . . 19:04:09 Removing intermediate container 63977bcb309f 19:04:09 ---> 517e2b0180f9 19:04:09 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:04:10 ---> Running in 8b1eb2207da5 19:04:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:04:13 Removing intermediate container 8b1eb2207da5 19:04:13 ---> 2d5c8d6e15d2 19:04:13 19:04:13 Step 10/22 : FROM alpine:3.16 19:04:13 ---> bfe296a52501 19:04:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:04:13 ---> Running in 9420465f0278 19:04:13 ---> f66fa477e497 19:04:13 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:04:13 ---> Running in f5b53310c006 19:04:13 Removing intermediate container 9420465f0278 19:04:13 ---> 118628fb2fef 19:04:13 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:04:13 ---> Running in 5007f4afe0df 19:04:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:04:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:04:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:04:14 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:04:14 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:04:14 (3/33) Installing readline (8.1.2-r0) 19:04:14 (4/33) Installing bash (5.1.16-r2) 19:04:14 Executing bash-5.1.16-r2.post-install 19:04:14 (5/33) Installing ca-certificates (20220614-r0) 19:04:14 (6/33) Installing brotli-libs (1.0.9-r6) 19:04:14 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:04:14 (8/33) Installing libcurl (7.83.1-r4) 19:04:14 (9/33) Installing curl (7.83.1-r4) 19:04:14 (10/33) Installing docker-cli (20.10.20-r0) 19:04:14 (11/33) Installing dumb-init (1.2.5-r1) 19:04:14 (12/33) Installing libbz2 (1.0.8-r1) 19:04:14 (13/33) Installing expat (2.5.0-r0) 19:04:14 (14/33) Installing libffi (3.4.2-r1) 19:04:14 (15/33) Installing gdbm (1.23-r0) 19:04:14 (16/33) Installing xz-libs (5.2.5-r1) 19:04:14 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:04:14 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:04:14 (19/33) Installing mpdecimal (2.5.1-r1) 19:04:14 (20/33) Installing sqlite-libs (3.38.5-r0) 19:04:14 (21/33) Installing python3 (3.10.9-r0) 19:04:15 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:04:15 (23/33) Installing py3-tomli (2.0.1-r1) 19:04:15 (24/33) Installing py3-pep517 (0.12.0-r2) 19:04:15 (25/33) Installing py3-six (1.16.0-r1) 19:04:15 (26/33) Installing py3-retrying (1.3.3-r3) 19:04:15 (27/33) Installing py3-appdirs (1.4.4-r3) 19:04:15 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:04:15 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:04:15 (30/33) Installing py3-parsing (2.4.7-r3) 19:04:15 (31/33) Installing py3-packaging (21.3-r0) 19:04:15 (32/33) Installing py3-setuptools (59.4.0-r0) 19:04:15 (33/33) Installing py3-pip (22.1.1-r0) 19:04:15 Executing busybox-1.35.0-r17.trigger 19:04:15 Executing ca-certificates-20220614-r0.trigger 19:04:15 OK: 123 MiB in 47 packages 19:04:18 Collecting docker-compose==1.23.2 19:04:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:04:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 18.9 MB/s eta 0:00:00 19:04:18 Collecting PyYAML<4,>=3.10 19:04:18 Downloading PyYAML-3.13.tar.gz (270 kB) 19:04:18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 60.4 MB/s eta 0:00:00 19:04:18 Preparing metadata (setup.py): started 19:04:18 Preparing metadata (setup.py): finished with status 'done' 19:04:19 Collecting texttable<0.10,>=0.9.0 19:04:19 Downloading texttable-0.9.1.tar.gz (11 kB) 19:04:19 Preparing metadata (setup.py): started 19:04:19 Removing intermediate container fc42cddb1ef0 19:04:19 ---> cb7e40f3d76f 19:04:19 19:04:19 Step 10/22 : FROM alpine:3.16 19:04:19 ---> bfe296a52501 19:04:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:04:19 ---> Running in 67be35d32ab3 19:04:19 Preparing metadata (setup.py): finished with status 'done' 19:04:19 Collecting jsonschema<3,>=2.5.1 19:04:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:04:19 Removing intermediate container 67be35d32ab3 19:04:19 ---> 19eff076ccf1 19:04:19 Step 12/22 : ENV APP_PORT=59880 19:04:19 Collecting docker<4.0,>=3.6.0 19:04:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:04:19 ---> Running in adeb144f299c 19:04:19 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 153.7 MB/s eta 0:00:00 19:04:19 Collecting dockerpty<0.5,>=0.4.1 19:04:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:04:19 Preparing metadata (setup.py): started 19:04:19 Removing intermediate container adeb144f299c 19:04:19 ---> ddf323e9a310 19:04:19 Step 13/22 : EXPOSE $APP_PORT 19:04:19 ---> Running in 82db74fc3ae5 19:04:19 Preparing metadata (setup.py): finished with status 'done' 19:04:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:04:19 Collecting docopt<0.7,>=0.6.1 19:04:19 Downloading docopt-0.6.2.tar.gz (25 kB) 19:04:19 Preparing metadata (setup.py): started 19:04:19 Removing intermediate container 82db74fc3ae5 19:04:19 ---> 9ac5b0c1120e 19:04:19 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:04:19 ---> Running in 82822670bdf3 19:04:20 Preparing metadata (setup.py): finished with status 'done' 19:04:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:04:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 170.9 MB/s eta 0:00:00 19:04:20 Collecting cached-property<2,>=1.2.0 19:04:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:04:20 Collecting websocket-client<1.0,>=0.32.0 19:04:20 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 68.4 MB/s eta 0:00:00 19:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:04:20 Collecting docker-pycreds>=0.4.0 19:04:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:04:20 Collecting idna<2.8,>=2.5 19:04:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 61.1 MB/s eta 0:00:00 19:04:20 Collecting urllib3<1.25,>=1.21.1 19:04:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 35.5 MB/s eta 0:00:00 19:04:20 Collecting certifi>=2017.4.17 19:04:20 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 55.7 MB/s eta 0:00:00 19:04:20 (1/1) Installing dumb-init (1.2.5-r1) 19:04:20 Executing busybox-1.35.0-r17.trigger 19:04:20 OK: 6 MiB in 15 packages 19:04:20 Collecting chardet<3.1.0,>=3.0.2 19:04:20 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:04:20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 45.7 MB/s eta 0:00:00 19:04:20 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:04:20 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:04:20 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:04:20 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:04:21 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:04:21 Running setup.py install for texttable: started 19:04:21 Running setup.py install for texttable: finished with status 'done' 19:04:21 Running setup.py install for PyYAML: started 19:04:21 Removing intermediate container 82822670bdf3 19:04:21 ---> 7ba4f878ef69 19:04:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:21 Running setup.py install for PyYAML: finished with status 'done' 19:04:21 ---> 6076af323049 19:04:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:04:22 Running setup.py install for docopt: started 19:04:22 Running setup.py install for docopt: finished with status 'done' 19:04:22 ---> 8204af73b018 19:04:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:04:22 ---> 4249f459f23f 19:04:22 Step 18/22 : ENTRYPOINT ["/core-data"] 19:04:22 ---> Running in 86f544e5ae60 19:04:22 Removing intermediate container 86f544e5ae60 19:04:22 ---> 62708deb9479 19:04:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:22 Running setup.py install for dockerpty: started 19:04:23 ---> Running in fcc484e875f6 19:04:23 Removing intermediate container fcc484e875f6 19:04:23 ---> f4d7bbcad388 19:04:23 Step 20/22 : LABEL arch=x86_64 19:04:23 ---> Running in 237db4ee4332 19:04:23 Running setup.py install for dockerpty: finished with status 'done' 19:04:23 Removing intermediate container 237db4ee4332 19:04:23 ---> 138ac834feb2 19:04:23 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:23 ---> Running in 2d83b8b06a21 19:04:23 Removing intermediate container 2d83b8b06a21 19:04:23 ---> c7eaee869a9c 19:04:23 Step 22/22 : LABEL version=3.0.0-dev.7 19:04:23 ---> Running in 69e85437325c 19:04:23 Removing intermediate container 69e85437325c 19:04:23 ---> 5386d604967c 19:04:23 19:04:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:04:23 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:04:23 Successfully built 5386d604967c 19:04:23 Successfully tagged core-data:latest 19:04:27  Building core-data ... done Removing intermediate container 5007f4afe0df 19:04:27 ---> c8c8047fb775 19:04:27 Step 13/22 : ENV APP_PORT=58890 19:04:27 ---> Running in aa311b190104 19:04:27 Removing intermediate container aa311b190104 19:04:27 ---> 676847af9f14 19:04:27 Step 14/22 : EXPOSE $APP_PORT 19:04:27 ---> Running in c1c8d70e214a 19:04:27 Removing intermediate container c1c8d70e214a 19:04:27 ---> 5e628d9fe1c5 19:04:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:04:28 ---> 85a80463d306 19:04:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:04:28 ---> 1a5938b6fead 19:04:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:04:28 ---> 9d156e9a9c2c 19:04:28 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:04:28 ---> Running in 5d55d696bafa 19:04:28 Removing intermediate container 5d55d696bafa 19:04:28 ---> 9eac7235d012 19:04:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:28 ---> Running in adc843062dd4 19:04:29 Removing intermediate container adc843062dd4 19:04:29 ---> e375e23dd891 19:04:29 Step 20/22 : LABEL arch=x86_64 19:04:29 ---> Running in 820fc34fcaa8 19:04:29 Removing intermediate container 820fc34fcaa8 19:04:29 ---> e5f6f1646f85 19:04:29 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:29 ---> Running in 6da8ddfa05f2 19:04:29 Removing intermediate container 6da8ddfa05f2 19:04:29 ---> 063107ee6e8e 19:04:29 Step 22/22 : LABEL version=3.0.0-dev.7 19:04:29 ---> Running in 2786e9dd7564 19:04:29 Removing intermediate container 2786e9dd7564 19:04:29 ---> 26155bf4fd26 19:04:29 19:04:29 Successfully built 26155bf4fd26 19:04:29 Successfully tagged sys-mgmt-agent:latest 19:04:33  Building sys-mgmt-agent ... done Removing intermediate container f5b53310c006 19:04:33 ---> 81f9296a132f 19:04:33 19:04:33 Step 9/19 : FROM alpine:3.15 19:04:33 ---> c4fc93816858 19:04:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:04:33 ---> Using cache 19:04:33 ---> b4e6c527a185 19:04:33 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:04:33 ---> Running in 14eb59f5cb69 19:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:04:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:04:33 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:04:33 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:04:33 OK: 15859 distinct packages available 19:04:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:04:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:04:34 (1/9) Installing ca-certificates (20220614-r0) 19:04:34 (2/9) Installing brotli-libs (1.0.9-r5) 19:04:34 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:04:34 (4/9) Installing libcurl (7.80.0-r4) 19:04:34 (5/9) Installing curl (7.80.0-r4) 19:04:34 (6/9) Installing dumb-init (1.2.5-r1) 19:04:34 (7/9) Installing musl-obstack (1.2.3-r0) 19:04:34 (8/9) Installing libucontext (1.1-r0) 19:04:34 (9/9) Installing gcompat (1.0.0-r4) 19:04:34 Executing busybox-1.34.1-r7.trigger 19:04:34 Executing ca-certificates-20220614-r0.trigger 19:04:34 OK: 8 MiB in 23 packages 19:04:34 Removing intermediate container 14eb59f5cb69 19:04:34 ---> d6f5ec57ae39 19:04:34 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:34 ---> 207ad167f663 19:04:34 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:04:35 ---> bef260e8511b 19:04:35 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:04:35 ---> 6e5c08cacd0f 19:04:35 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:04:35 ---> Running in e5090e93bd47 19:04:35 Removing intermediate container e5090e93bd47 19:04:35 ---> a96fbc04fd47 19:04:35 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:35 ---> Running in 87050bc2446c 19:04:36 Removing intermediate container 87050bc2446c 19:04:36 ---> 51cfb400b22a 19:04:36 Step 17/19 : LABEL arch=x86_64 19:04:36 ---> Running in f1e2e2148ba5 19:04:36 Removing intermediate container f1e2e2148ba5 19:04:36 ---> 39deadf8b182 19:04:36 Step 18/19 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:36 ---> Running in 7a7e1cb37bf5 19:04:36 Removing intermediate container 7a7e1cb37bf5 19:04:36 ---> ef0175779432 19:04:36 Step 19/19 : LABEL version=3.0.0-dev.7 19:04:36 ---> Running in 7fa9e05e4d85 19:04:36 Removing intermediate container 7fa9e05e4d85 19:04:36 ---> d2c45f274ef9 19:04:36 19:04:36 Successfully built d2c45f274ef9 19:04:36 Successfully tagged security-spiffe-token-provider:latest 19:04:36  Building security-spiffe-token-provider ... done  [Pipeline] } 19:04:36 $ docker stop --time=1 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 19:04:37 $ docker rm -f --volumes 58d5e7bd8e6e63428edae538b914dad8e0bb37e7e695ba79260972e2d1260ad8 [Pipeline] // withDockerContainer [Pipeline] sh 19:04:38 + docker images 19:04:38 REPOSITORY TAG IMAGE ID CREATED SIZE 19:04:38 security-spiffe-token-provider latest d2c45f274ef9 2 seconds ago 29.7MB 19:04:38 81f9296a132f 6 seconds ago 1.65GB 19:04:38 sys-mgmt-agent latest 26155bf4fd26 9 seconds ago 136MB 19:04:38 core-data latest 5386d604967c 15 seconds ago 17.9MB 19:04:38 cb7e40f3d76f 20 seconds ago 1.62GB 19:04:38 2d5c8d6e15d2 26 seconds ago 1.6GB 19:04:38 security-proxy-setup latest 8ca0e8dea91b 34 seconds ago 27.7MB 19:04:38 core-command latest ef80238bf3da 35 seconds ago 17.7MB 19:04:38 71cc44245f27 43 seconds ago 1.61GB 19:04:38 security-secretstore-setup latest d8033fed34ab 46 seconds ago 29.9MB 19:04:38 a2d3d6722ddc 48 seconds ago 1.6GB 19:04:38 security-spire-agent latest 540fb6dca3fa 50 seconds ago 125MB 19:04:38 8651fee02e9c About a minute ago 1.61GB 19:04:38 security-spire-config latest 87b10e0001d6 About a minute ago 85.8MB 19:04:38 security-bootstrapper latest 5fec6469a2ff About a minute ago 20.3MB 19:04:38 support-notifications latest c8f737a6d336 About a minute ago 30.5MB 19:04:38 c1f00bc49c09 About a minute ago 1.49GB 19:04:38 core-metadata latest 2d69e2a8a9f4 About a minute ago 18.5MB 19:04:38 support-scheduler latest 8ecd291d7c24 About a minute ago 29.9MB 19:04:38 67757eae7ed4 About a minute ago 1.68GB 19:04:38 de2adc2287f4 About a minute ago 1.68GB 19:04:38 96c0a6363112 About a minute ago 1.62GB 19:04:38 99a3db11f1ac About a minute ago 1.6GB 19:04:38 security-spire-server latest 7b79b4cac459 About a minute ago 86.5MB 19:04:38 0cefe18585ea 2 minutes ago 1.49GB 19:04:38 ci-base-image-x86_64 latest f7a6f83471ce 4 minutes ago 947MB 19:04:38 alpine 3.16 bfe296a52501 4 weeks ago 5.54MB 19:04:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 6 weeks ago 683MB 19:04:38 alpine 3.15 c4fc93816858 4 months ago 5.59MB 19:04:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 months ago 253MB 19:04:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:04:38 provisioning config files... 19:04:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config996661246082416123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:38 ---> docker-login.sh 19:04:38 nexus3.edgexfoundry.org:10001 19:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:38 Configure a credential helper to remove this warning. See 19:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:38 19:04:38 Login Succeeded 19:04:38 nexus3.edgexfoundry.org:10002 19:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:38 Configure a credential helper to remove this warning. See 19:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:38 19:04:38 Login Succeeded 19:04:38 nexus3.edgexfoundry.org:10003 19:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:38 Configure a credential helper to remove this warning. See 19:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:38 19:04:38 Login Succeeded 19:04:38 nexus3.edgexfoundry.org:10004 19:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:39 Configure a credential helper to remove this warning. See 19:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:39 19:04:39 Login Succeeded 19:04:39 docker.io 19:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:04:39 Configure a credential helper to remove this warning. See 19:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:04:39 19:04:39 Login Succeeded 19:04:39 ---> docker-login.sh ends [Pipeline] } 19:04:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:04:39 [edgeXDocker.push] Tagging docker image core-command with the following tags: 19:04:39 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:39 latest 19:04:39 3.0.0-dev.7 19:04:39 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:39 main 19:04:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:40 + docker push nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:04:40 3bd13baa1893: Preparing 19:04:40 b54e3285630f: Preparing 19:04:40 3d8fbae8aae4: Preparing 19:04:40 d0d8c8ff009a: Preparing 19:04:40 e5e13b0c77cb: Preparing 19:04:40 e5e13b0c77cb: Layer already exists 19:04:40 d0d8c8ff009a: Pushed 19:04:40 3d8fbae8aae4: Pushed 19:04:40 3bd13baa1893: Pushed 19:04:41 b54e3285630f: Pushed 19:04:41 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:42 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 19:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:04:42 3bd13baa1893: Preparing 19:04:42 b54e3285630f: Preparing 19:04:42 3d8fbae8aae4: Preparing 19:04:42 d0d8c8ff009a: Preparing 19:04:42 e5e13b0c77cb: Preparing 19:04:42 3d8fbae8aae4: Layer already exists 19:04:42 b54e3285630f: Layer already exists 19:04:42 e5e13b0c77cb: Layer already exists 19:04:42 d0d8c8ff009a: Layer already exists 19:04:42 3bd13baa1893: Layer already exists 19:04:42 latest: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:43 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 19:04:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:04:43 3bd13baa1893: Preparing 19:04:43 b54e3285630f: Preparing 19:04:43 3d8fbae8aae4: Preparing 19:04:43 d0d8c8ff009a: Preparing 19:04:43 e5e13b0c77cb: Preparing 19:04:43 b54e3285630f: Layer already exists 19:04:43 3d8fbae8aae4: Layer already exists 19:04:43 d0d8c8ff009a: Layer already exists 19:04:43 3bd13baa1893: Layer already exists 19:04:43 e5e13b0c77cb: Layer already exists 19:04:43 3.0.0-dev.7: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:43 + docker push nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:04:43 3bd13baa1893: Preparing 19:04:43 b54e3285630f: Preparing 19:04:43 3d8fbae8aae4: Preparing 19:04:43 d0d8c8ff009a: Preparing 19:04:43 e5e13b0c77cb: Preparing 19:04:43 b54e3285630f: Layer already exists 19:04:43 e5e13b0c77cb: Layer already exists 19:04:43 3d8fbae8aae4: Layer already exists 19:04:43 d0d8c8ff009a: Layer already exists 19:04:43 3bd13baa1893: Layer already exists 19:04:43 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:44 + docker push nexus3.edgexfoundry.org:10004/core-command:main 19:04:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 19:04:44 3bd13baa1893: Preparing 19:04:44 b54e3285630f: Preparing 19:04:44 3d8fbae8aae4: Preparing 19:04:44 d0d8c8ff009a: Preparing 19:04:44 e5e13b0c77cb: Preparing 19:04:44 e5e13b0c77cb: Layer already exists 19:04:44 d0d8c8ff009a: Layer already exists 19:04:44 3bd13baa1893: Layer already exists 19:04:44 b54e3285630f: Layer already exists 19:04:44 3d8fbae8aae4: Layer already exists 19:04:44 main: digest: sha256:f605a107229374166479753108c254e410065ce963c709f550d82dff4e9a578b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:44 ===================================================== [Pipeline] echo 19:04:44 taggedImages: 19:04:44 - nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:44 - nexus3.edgexfoundry.org:10004/core-command:latest 19:04:44 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.7 19:04:44 - nexus3.edgexfoundry.org:10004/core-command:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:44 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 19:04:44 [edgeXDocker.push] Tagging docker image core-data with the following tags: 19:04:44 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:44 latest 19:04:44 3.0.0-dev.7 19:04:44 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:44 main 19:04:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:45 + docker push nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:04:45 c98f3490b469: Preparing 19:04:45 a3d95bf265c0: Preparing 19:04:45 3d8fbae8aae4: Preparing 19:04:45 fb0cab9d0371: Preparing 19:04:45 e5e13b0c77cb: Preparing 19:04:45 e5e13b0c77cb: Layer already exists 19:04:45 3d8fbae8aae4: Layer already exists 19:04:45 c98f3490b469: Pushed 19:04:45 fb0cab9d0371: Pushed 19:04:46 a3d95bf265c0: Pushed 19:04:46 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:47 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 19:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:04:47 c98f3490b469: Preparing 19:04:47 a3d95bf265c0: Preparing 19:04:47 3d8fbae8aae4: Preparing 19:04:47 fb0cab9d0371: Preparing 19:04:47 e5e13b0c77cb: Preparing 19:04:47 e5e13b0c77cb: Layer already exists 19:04:47 c98f3490b469: Layer already exists 19:04:47 fb0cab9d0371: Layer already exists 19:04:47 3d8fbae8aae4: Layer already exists 19:04:47 a3d95bf265c0: Layer already exists 19:04:47 latest: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:48 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 19:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:04:48 c98f3490b469: Preparing 19:04:48 a3d95bf265c0: Preparing 19:04:48 3d8fbae8aae4: Preparing 19:04:48 fb0cab9d0371: Preparing 19:04:48 e5e13b0c77cb: Preparing 19:04:48 c98f3490b469: Layer already exists 19:04:48 3d8fbae8aae4: Layer already exists 19:04:48 a3d95bf265c0: Layer already exists 19:04:48 e5e13b0c77cb: Layer already exists 19:04:48 fb0cab9d0371: Layer already exists 19:04:48 3.0.0-dev.7: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:48 + docker push nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:04:48 c98f3490b469: Preparing 19:04:48 a3d95bf265c0: Preparing 19:04:48 3d8fbae8aae4: Preparing 19:04:48 fb0cab9d0371: Preparing 19:04:48 e5e13b0c77cb: Preparing 19:04:48 a3d95bf265c0: Layer already exists 19:04:48 c98f3490b469: Layer already exists 19:04:48 3d8fbae8aae4: Layer already exists 19:04:48 fb0cab9d0371: Layer already exists 19:04:48 e5e13b0c77cb: Layer already exists 19:04:48 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:49 + docker push nexus3.edgexfoundry.org:10004/core-data:main 19:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 19:04:49 c98f3490b469: Preparing 19:04:49 a3d95bf265c0: Preparing 19:04:49 3d8fbae8aae4: Preparing 19:04:49 fb0cab9d0371: Preparing 19:04:49 e5e13b0c77cb: Preparing 19:04:49 c98f3490b469: Layer already exists 19:04:49 e5e13b0c77cb: Layer already exists 19:04:49 a3d95bf265c0: Layer already exists 19:04:49 fb0cab9d0371: Layer already exists 19:04:49 3d8fbae8aae4: Layer already exists 19:04:49 main: digest: sha256:a3e90ada68976d5e1f2b7959ea9515a4d222d78aefcfa2f437e20e3e142ed489 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:49 ===================================================== [Pipeline] echo 19:04:49 taggedImages: 19:04:49 - nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:49 - nexus3.edgexfoundry.org:10004/core-data:latest 19:04:49 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.7 19:04:49 - nexus3.edgexfoundry.org:10004/core-data:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:49 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 19:04:49 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 19:04:49 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:49 latest 19:04:49 3.0.0-dev.7 19:04:49 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:49 main 19:04:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:04:50 cab9657f8df7: Preparing 19:04:50 efa55ccb3137: Preparing 19:04:50 9e4d9c707eab: Preparing 19:04:50 3d8fbae8aae4: Preparing 19:04:50 d0d8c8ff009a: Preparing 19:04:50 e5e13b0c77cb: Preparing 19:04:50 e5e13b0c77cb: Waiting 19:04:50 3d8fbae8aae4: Layer already exists 19:04:50 d0d8c8ff009a: Layer already exists 19:04:50 e5e13b0c77cb: Layer already exists 19:04:50 cab9657f8df7: Pushed 19:04:50 efa55ccb3137: Pushed 19:04:51 9e4d9c707eab: Pushed 19:04:52 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 19:04:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:04:52 cab9657f8df7: Preparing 19:04:52 efa55ccb3137: Preparing 19:04:52 9e4d9c707eab: Preparing 19:04:52 3d8fbae8aae4: Preparing 19:04:52 d0d8c8ff009a: Preparing 19:04:52 e5e13b0c77cb: Preparing 19:04:52 e5e13b0c77cb: Waiting 19:04:52 efa55ccb3137: Layer already exists 19:04:52 3d8fbae8aae4: Layer already exists 19:04:52 cab9657f8df7: Layer already exists 19:04:52 9e4d9c707eab: Layer already exists 19:04:52 d0d8c8ff009a: Layer already exists 19:04:52 e5e13b0c77cb: Layer already exists 19:04:52 latest: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 19:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:04:53 cab9657f8df7: Preparing 19:04:53 efa55ccb3137: Preparing 19:04:53 9e4d9c707eab: Preparing 19:04:53 3d8fbae8aae4: Preparing 19:04:53 d0d8c8ff009a: Preparing 19:04:53 e5e13b0c77cb: Preparing 19:04:53 e5e13b0c77cb: Waiting 19:04:53 efa55ccb3137: Layer already exists 19:04:53 9e4d9c707eab: Layer already exists 19:04:53 d0d8c8ff009a: Layer already exists 19:04:53 3d8fbae8aae4: Layer already exists 19:04:53 cab9657f8df7: Layer already exists 19:04:53 e5e13b0c77cb: Layer already exists 19:04:53 3.0.0-dev.7: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:04:53 cab9657f8df7: Preparing 19:04:53 efa55ccb3137: Preparing 19:04:53 9e4d9c707eab: Preparing 19:04:53 3d8fbae8aae4: Preparing 19:04:53 d0d8c8ff009a: Preparing 19:04:53 e5e13b0c77cb: Preparing 19:04:53 e5e13b0c77cb: Waiting 19:04:53 cab9657f8df7: Layer already exists 19:04:53 9e4d9c707eab: Layer already exists 19:04:53 efa55ccb3137: Layer already exists 19:04:53 d0d8c8ff009a: Layer already exists 19:04:53 3d8fbae8aae4: Layer already exists 19:04:53 e5e13b0c77cb: Layer already exists 19:04:53 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 19:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 19:04:54 cab9657f8df7: Preparing 19:04:54 efa55ccb3137: Preparing 19:04:54 9e4d9c707eab: Preparing 19:04:54 3d8fbae8aae4: Preparing 19:04:54 d0d8c8ff009a: Preparing 19:04:54 e5e13b0c77cb: Preparing 19:04:54 e5e13b0c77cb: Waiting 19:04:54 cab9657f8df7: Layer already exists 19:04:54 3d8fbae8aae4: Layer already exists 19:04:54 efa55ccb3137: Layer already exists 19:04:54 9e4d9c707eab: Layer already exists 19:04:54 d0d8c8ff009a: Layer already exists 19:04:54 e5e13b0c77cb: Layer already exists 19:04:54 main: digest: sha256:00645ef0cf8030f69936b626edad7d3f0faa3e94875e0665bb70e6145a87d0e2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:54 ===================================================== [Pipeline] echo 19:04:54 taggedImages: 19:04:54 - nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:54 - nexus3.edgexfoundry.org:10004/core-metadata:latest 19:04:54 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.7 19:04:54 - nexus3.edgexfoundry.org:10004/core-metadata:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:54 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 19:04:54 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 19:04:54 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:54 latest 19:04:54 3.0.0-dev.7 19:04:54 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:54 main 19:04:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:04:55 59f71e1d9393: Preparing 19:04:55 59f71e1d9393: Preparing 19:04:55 deee6cfc3e7a: Preparing 19:04:55 655756ccba48: Preparing 19:04:55 802a3c07363f: Preparing 19:04:55 3e8a1727ceb9: Preparing 19:04:55 cba88d4cf648: Preparing 19:04:55 3d8fbae8aae4: Preparing 19:04:55 cb690cf3f08d: Preparing 19:04:55 14897d5b2b84: Preparing 19:04:55 42cc644cee2e: Preparing 19:04:55 3499613b6766: Preparing 19:04:55 e5e13b0c77cb: Preparing 19:04:55 14897d5b2b84: Waiting 19:04:55 3499613b6766: Waiting 19:04:55 42cc644cee2e: Waiting 19:04:55 e5e13b0c77cb: Waiting 19:04:55 3d8fbae8aae4: Waiting 19:04:55 cba88d4cf648: Waiting 19:04:55 cb690cf3f08d: Waiting 19:04:55 59f71e1d9393: Pushed 19:04:55 deee6cfc3e7a: Pushed 19:04:55 655756ccba48: Pushed 19:04:55 802a3c07363f: Pushed 19:04:55 3d8fbae8aae4: Layer already exists 19:04:55 3e8a1727ceb9: Pushed 19:04:55 42cc644cee2e: Pushed 19:04:55 cb690cf3f08d: Pushed 19:04:55 3499613b6766: Pushed 19:04:55 14897d5b2b84: Pushed 19:04:55 e5e13b0c77cb: Layer already exists 19:04:56 cba88d4cf648: Pushed 19:04:56 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:04:57 59f71e1d9393: Preparing 19:04:57 59f71e1d9393: Preparing 19:04:57 deee6cfc3e7a: Preparing 19:04:57 655756ccba48: Preparing 19:04:57 802a3c07363f: Preparing 19:04:57 3e8a1727ceb9: Preparing 19:04:57 cba88d4cf648: Preparing 19:04:57 3d8fbae8aae4: Preparing 19:04:57 cb690cf3f08d: Preparing 19:04:57 14897d5b2b84: Preparing 19:04:57 42cc644cee2e: Preparing 19:04:57 3499613b6766: Preparing 19:04:57 e5e13b0c77cb: Preparing 19:04:57 42cc644cee2e: Waiting 19:04:57 14897d5b2b84: Waiting 19:04:57 cb690cf3f08d: Waiting 19:04:57 cba88d4cf648: Waiting 19:04:57 3d8fbae8aae4: Waiting 19:04:57 3499613b6766: Waiting 19:04:57 3e8a1727ceb9: Layer already exists 19:04:57 deee6cfc3e7a: Layer already exists 19:04:57 802a3c07363f: Layer already exists 19:04:57 655756ccba48: Layer already exists 19:04:57 59f71e1d9393: Layer already exists 19:04:57 cba88d4cf648: Layer already exists 19:04:57 3d8fbae8aae4: Layer already exists 19:04:57 14897d5b2b84: Layer already exists 19:04:57 42cc644cee2e: Layer already exists 19:04:57 cb690cf3f08d: Layer already exists 19:04:57 3499613b6766: Layer already exists 19:04:57 e5e13b0c77cb: Layer already exists 19:04:57 latest: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 19:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:04:58 59f71e1d9393: Preparing 19:04:58 59f71e1d9393: Preparing 19:04:58 deee6cfc3e7a: Preparing 19:04:58 655756ccba48: Preparing 19:04:58 802a3c07363f: Preparing 19:04:58 3e8a1727ceb9: Preparing 19:04:58 cba88d4cf648: Preparing 19:04:58 3d8fbae8aae4: Preparing 19:04:58 cb690cf3f08d: Preparing 19:04:58 14897d5b2b84: Preparing 19:04:58 42cc644cee2e: Preparing 19:04:58 3499613b6766: Preparing 19:04:58 e5e13b0c77cb: Preparing 19:04:58 42cc644cee2e: Waiting 19:04:58 cba88d4cf648: Waiting 19:04:58 3499613b6766: Waiting 19:04:58 e5e13b0c77cb: Waiting 19:04:58 3d8fbae8aae4: Waiting 19:04:58 cb690cf3f08d: Waiting 19:04:58 14897d5b2b84: Waiting 19:04:58 deee6cfc3e7a: Layer already exists 19:04:58 802a3c07363f: Layer already exists 19:04:58 3e8a1727ceb9: Layer already exists 19:04:58 655756ccba48: Layer already exists 19:04:58 59f71e1d9393: Layer already exists 19:04:58 cba88d4cf648: Layer already exists 19:04:58 3d8fbae8aae4: Layer already exists 19:04:58 42cc644cee2e: Layer already exists 19:04:58 14897d5b2b84: Layer already exists 19:04:58 cb690cf3f08d: Layer already exists 19:04:58 e5e13b0c77cb: Layer already exists 19:04:58 3499613b6766: Layer already exists 19:04:58 3.0.0-dev.7: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:04:58 59f71e1d9393: Preparing 19:04:58 59f71e1d9393: Preparing 19:04:58 deee6cfc3e7a: Preparing 19:04:58 655756ccba48: Preparing 19:04:58 802a3c07363f: Preparing 19:04:58 3e8a1727ceb9: Preparing 19:04:58 cba88d4cf648: Preparing 19:04:58 3d8fbae8aae4: Preparing 19:04:58 cb690cf3f08d: Preparing 19:04:58 14897d5b2b84: Preparing 19:04:58 42cc644cee2e: Preparing 19:04:58 3499613b6766: Preparing 19:04:58 e5e13b0c77cb: Preparing 19:04:58 cba88d4cf648: Waiting 19:04:58 14897d5b2b84: Waiting 19:04:58 3d8fbae8aae4: Waiting 19:04:58 42cc644cee2e: Waiting 19:04:58 cb690cf3f08d: Waiting 19:04:58 3499613b6766: Waiting 19:04:58 e5e13b0c77cb: Waiting 19:04:58 655756ccba48: Layer already exists 19:04:58 802a3c07363f: Layer already exists 19:04:58 deee6cfc3e7a: Layer already exists 19:04:58 59f71e1d9393: Layer already exists 19:04:58 3e8a1727ceb9: Layer already exists 19:04:58 3d8fbae8aae4: Layer already exists 19:04:58 cba88d4cf648: Layer already exists 19:04:58 cb690cf3f08d: Layer already exists 19:04:58 14897d5b2b84: Layer already exists 19:04:58 42cc644cee2e: Layer already exists 19:04:58 e5e13b0c77cb: Layer already exists 19:04:58 3499613b6766: Layer already exists 19:04:58 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 19:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 19:04:59 59f71e1d9393: Preparing 19:04:59 59f71e1d9393: Preparing 19:04:59 deee6cfc3e7a: Preparing 19:04:59 655756ccba48: Preparing 19:04:59 802a3c07363f: Preparing 19:04:59 3e8a1727ceb9: Preparing 19:04:59 cba88d4cf648: Preparing 19:04:59 3d8fbae8aae4: Preparing 19:04:59 cb690cf3f08d: Preparing 19:04:59 14897d5b2b84: Preparing 19:04:59 42cc644cee2e: Preparing 19:04:59 3499613b6766: Preparing 19:04:59 e5e13b0c77cb: Preparing 19:04:59 cb690cf3f08d: Waiting 19:04:59 42cc644cee2e: Waiting 19:04:59 14897d5b2b84: Waiting 19:04:59 cba88d4cf648: Waiting 19:04:59 3d8fbae8aae4: Waiting 19:04:59 3499613b6766: Waiting 19:04:59 3e8a1727ceb9: Layer already exists 19:04:59 802a3c07363f: Layer already exists 19:04:59 deee6cfc3e7a: Layer already exists 19:04:59 655756ccba48: Layer already exists 19:04:59 59f71e1d9393: Layer already exists 19:04:59 cba88d4cf648: Layer already exists 19:04:59 14897d5b2b84: Layer already exists 19:04:59 3d8fbae8aae4: Layer already exists 19:04:59 cb690cf3f08d: Layer already exists 19:04:59 42cc644cee2e: Layer already exists 19:04:59 3499613b6766: Layer already exists 19:04:59 e5e13b0c77cb: Layer already exists 19:04:59 main: digest: sha256:919256cae0079b9fa83b71f834375dc2f62a0ba1df93b50e0d1e15e33e592463 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:04:59 ===================================================== [Pipeline] echo 19:04:59 taggedImages: 19:04:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 19:04:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.7 19:04:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 19:04:59 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 19:04:59 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:59 latest 19:04:59 3.0.0-dev.7 19:04:59 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:04:59 main 19:04:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:04:59 5b5c2081a723: Preparing 19:04:59 468408d47e22: Preparing 19:04:59 5ec762905c89: Preparing 19:04:59 f0ef01fe4410: Preparing 19:04:59 b442867fcac2: Preparing 19:04:59 4c8c5bb1e9b6: Preparing 19:04:59 d262a29181c6: Preparing 19:04:59 e5e13b0c77cb: Preparing 19:04:59 4c8c5bb1e9b6: Waiting 19:04:59 d262a29181c6: Waiting 19:04:59 e5e13b0c77cb: Waiting 19:04:59 468408d47e22: Pushed 19:04:59 b442867fcac2: Pushed 19:04:59 5b5c2081a723: Pushed 19:04:59 e5e13b0c77cb: Layer already exists 19:04:59 4c8c5bb1e9b6: Pushed 19:05:00 d262a29181c6: Pushed 19:05:01 5ec762905c89: Pushed 19:05:01 f0ef01fe4410: Pushed 19:05:01 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:05:01 5b5c2081a723: Preparing 19:05:01 468408d47e22: Preparing 19:05:01 5ec762905c89: Preparing 19:05:01 f0ef01fe4410: Preparing 19:05:01 b442867fcac2: Preparing 19:05:01 4c8c5bb1e9b6: Preparing 19:05:01 d262a29181c6: Preparing 19:05:01 e5e13b0c77cb: Preparing 19:05:01 d262a29181c6: Waiting 19:05:01 e5e13b0c77cb: Waiting 19:05:01 4c8c5bb1e9b6: Waiting 19:05:01 b442867fcac2: Layer already exists 19:05:01 5b5c2081a723: Layer already exists 19:05:01 f0ef01fe4410: Layer already exists 19:05:01 5ec762905c89: Layer already exists 19:05:01 468408d47e22: Layer already exists 19:05:01 4c8c5bb1e9b6: Layer already exists 19:05:01 e5e13b0c77cb: Layer already exists 19:05:01 d262a29181c6: Layer already exists 19:05:01 latest: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 19:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:05:02 5b5c2081a723: Preparing 19:05:02 468408d47e22: Preparing 19:05:02 5ec762905c89: Preparing 19:05:02 f0ef01fe4410: Preparing 19:05:02 b442867fcac2: Preparing 19:05:02 4c8c5bb1e9b6: Preparing 19:05:02 d262a29181c6: Preparing 19:05:02 e5e13b0c77cb: Preparing 19:05:02 4c8c5bb1e9b6: Waiting 19:05:02 d262a29181c6: Waiting 19:05:02 e5e13b0c77cb: Waiting 19:05:02 b442867fcac2: Layer already exists 19:05:02 5b5c2081a723: Layer already exists 19:05:02 5ec762905c89: Layer already exists 19:05:02 f0ef01fe4410: Layer already exists 19:05:02 468408d47e22: Layer already exists 19:05:02 4c8c5bb1e9b6: Layer already exists 19:05:02 d262a29181c6: Layer already exists 19:05:02 e5e13b0c77cb: Layer already exists 19:05:02 3.0.0-dev.7: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:05:03 5b5c2081a723: Preparing 19:05:03 468408d47e22: Preparing 19:05:03 5ec762905c89: Preparing 19:05:03 f0ef01fe4410: Preparing 19:05:03 b442867fcac2: Preparing 19:05:03 4c8c5bb1e9b6: Preparing 19:05:03 d262a29181c6: Preparing 19:05:03 4c8c5bb1e9b6: Waiting 19:05:03 e5e13b0c77cb: Preparing 19:05:03 d262a29181c6: Waiting 19:05:03 e5e13b0c77cb: Waiting 19:05:03 b442867fcac2: Layer already exists 19:05:03 5ec762905c89: Layer already exists 19:05:03 468408d47e22: Layer already exists 19:05:03 f0ef01fe4410: Layer already exists 19:05:03 5b5c2081a723: Layer already exists 19:05:03 d262a29181c6: Layer already exists 19:05:03 e5e13b0c77cb: Layer already exists 19:05:03 4c8c5bb1e9b6: Layer already exists 19:05:03 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 19:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 19:05:03 5b5c2081a723: Preparing 19:05:03 468408d47e22: Preparing 19:05:03 5ec762905c89: Preparing 19:05:03 f0ef01fe4410: Preparing 19:05:03 b442867fcac2: Preparing 19:05:03 4c8c5bb1e9b6: Preparing 19:05:03 d262a29181c6: Preparing 19:05:03 e5e13b0c77cb: Preparing 19:05:03 d262a29181c6: Waiting 19:05:03 e5e13b0c77cb: Waiting 19:05:03 4c8c5bb1e9b6: Waiting 19:05:03 5b5c2081a723: Layer already exists 19:05:03 b442867fcac2: Layer already exists 19:05:03 f0ef01fe4410: Layer already exists 19:05:03 468408d47e22: Layer already exists 19:05:03 5ec762905c89: Layer already exists 19:05:03 4c8c5bb1e9b6: Layer already exists 19:05:03 e5e13b0c77cb: Layer already exists 19:05:03 d262a29181c6: Layer already exists 19:05:03 main: digest: sha256:54ac86873d9fdf9f00debd44f2ec4b98eace464f57406efcc1cdd6b791f79e39 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:03 ===================================================== [Pipeline] echo 19:05:03 taggedImages: 19:05:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 19:05:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.7 19:05:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 19:05:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 19:05:03 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:03 latest 19:05:03 3.0.0-dev.7 19:05:03 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:03 main 19:05:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:05:04 5d7b97384836: Preparing 19:05:04 6a6efab01225: Preparing 19:05:04 17164689d87e: Preparing 19:05:04 5a00f9ac3d65: Preparing 19:05:04 abc2148a152e: Preparing 19:05:04 f49c8fc972de: Preparing 19:05:04 4c2208d48eb3: Preparing 19:05:04 6f7d02b21a87: Preparing 19:05:04 5913dd78b905: Preparing 19:05:04 e5e13b0c77cb: Preparing 19:05:04 4c2208d48eb3: Waiting 19:05:04 5913dd78b905: Waiting 19:05:04 6f7d02b21a87: Waiting 19:05:04 e5e13b0c77cb: Waiting 19:05:04 f49c8fc972de: Waiting 19:05:04 6a6efab01225: Pushed 19:05:04 5d7b97384836: Pushed 19:05:04 abc2148a152e: Pushed 19:05:04 6f7d02b21a87: Pushed 19:05:04 4c2208d48eb3: Pushed 19:05:04 f49c8fc972de: Pushed 19:05:04 e5e13b0c77cb: Layer already exists 19:05:04 5913dd78b905: Pushed 19:05:05 5a00f9ac3d65: Pushed 19:05:05 17164689d87e: Pushed 19:05:06 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:06 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:05:06 5d7b97384836: Preparing 19:05:06 6a6efab01225: Preparing 19:05:06 17164689d87e: Preparing 19:05:06 5a00f9ac3d65: Preparing 19:05:06 abc2148a152e: Preparing 19:05:06 f49c8fc972de: Preparing 19:05:06 4c2208d48eb3: Preparing 19:05:06 6f7d02b21a87: Preparing 19:05:06 5913dd78b905: Preparing 19:05:06 e5e13b0c77cb: Preparing 19:05:06 6f7d02b21a87: Waiting 19:05:06 5913dd78b905: Waiting 19:05:06 e5e13b0c77cb: Waiting 19:05:06 4c2208d48eb3: Waiting 19:05:06 f49c8fc972de: Waiting 19:05:06 5d7b97384836: Layer already exists 19:05:06 abc2148a152e: Layer already exists 19:05:06 5a00f9ac3d65: Layer already exists 19:05:06 6a6efab01225: Layer already exists 19:05:06 17164689d87e: Layer already exists 19:05:06 f49c8fc972de: Layer already exists 19:05:06 4c2208d48eb3: Layer already exists 19:05:06 6f7d02b21a87: Layer already exists 19:05:06 e5e13b0c77cb: Layer already exists 19:05:06 5913dd78b905: Layer already exists 19:05:06 latest: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 19:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:05:07 5d7b97384836: Preparing 19:05:07 6a6efab01225: Preparing 19:05:07 17164689d87e: Preparing 19:05:07 5a00f9ac3d65: Preparing 19:05:07 abc2148a152e: Preparing 19:05:07 f49c8fc972de: Preparing 19:05:07 4c2208d48eb3: Preparing 19:05:07 6f7d02b21a87: Preparing 19:05:07 5913dd78b905: Preparing 19:05:07 e5e13b0c77cb: Preparing 19:05:07 5913dd78b905: Waiting 19:05:07 e5e13b0c77cb: Waiting 19:05:07 f49c8fc972de: Waiting 19:05:07 4c2208d48eb3: Waiting 19:05:07 6f7d02b21a87: Waiting 19:05:07 abc2148a152e: Layer already exists 19:05:07 5d7b97384836: Layer already exists 19:05:07 6a6efab01225: Layer already exists 19:05:07 17164689d87e: Layer already exists 19:05:07 5a00f9ac3d65: Layer already exists 19:05:07 f49c8fc972de: Layer already exists 19:05:07 4c2208d48eb3: Layer already exists 19:05:07 6f7d02b21a87: Layer already exists 19:05:07 e5e13b0c77cb: Layer already exists 19:05:07 5913dd78b905: Layer already exists 19:05:07 3.0.0-dev.7: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:05:08 5d7b97384836: Preparing 19:05:08 6a6efab01225: Preparing 19:05:08 17164689d87e: Preparing 19:05:08 5a00f9ac3d65: Preparing 19:05:08 abc2148a152e: Preparing 19:05:08 f49c8fc972de: Preparing 19:05:08 4c2208d48eb3: Preparing 19:05:08 6f7d02b21a87: Preparing 19:05:08 5913dd78b905: Preparing 19:05:08 e5e13b0c77cb: Preparing 19:05:08 4c2208d48eb3: Waiting 19:05:08 6f7d02b21a87: Waiting 19:05:08 5913dd78b905: Waiting 19:05:08 e5e13b0c77cb: Waiting 19:05:08 f49c8fc972de: Waiting 19:05:08 abc2148a152e: Layer already exists 19:05:08 5a00f9ac3d65: Layer already exists 19:05:08 5d7b97384836: Layer already exists 19:05:08 17164689d87e: Layer already exists 19:05:08 6a6efab01225: Layer already exists 19:05:08 4c2208d48eb3: Layer already exists 19:05:08 f49c8fc972de: Layer already exists 19:05:08 6f7d02b21a87: Layer already exists 19:05:08 5913dd78b905: Layer already exists 19:05:08 e5e13b0c77cb: Layer already exists 19:05:08 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 19:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 19:05:08 5d7b97384836: Preparing 19:05:08 6a6efab01225: Preparing 19:05:08 17164689d87e: Preparing 19:05:08 5a00f9ac3d65: Preparing 19:05:08 abc2148a152e: Preparing 19:05:08 f49c8fc972de: Preparing 19:05:08 4c2208d48eb3: Preparing 19:05:08 6f7d02b21a87: Preparing 19:05:08 5913dd78b905: Preparing 19:05:08 e5e13b0c77cb: Preparing 19:05:08 4c2208d48eb3: Waiting 19:05:08 f49c8fc972de: Waiting 19:05:08 6f7d02b21a87: Waiting 19:05:08 5913dd78b905: Waiting 19:05:08 6a6efab01225: Layer already exists 19:05:08 5a00f9ac3d65: Layer already exists 19:05:08 5d7b97384836: Layer already exists 19:05:08 17164689d87e: Layer already exists 19:05:08 abc2148a152e: Layer already exists 19:05:08 f49c8fc972de: Layer already exists 19:05:08 e5e13b0c77cb: Layer already exists 19:05:08 6f7d02b21a87: Layer already exists 19:05:08 4c2208d48eb3: Layer already exists 19:05:08 5913dd78b905: Layer already exists 19:05:08 main: digest: sha256:ace79593995ad3e2e732738e1589342c1d07be0a81bc98669cea536a0f30ec2a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:08 ===================================================== [Pipeline] echo 19:05:08 taggedImages: 19:05:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 19:05:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.7 19:05:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 19:05:08 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 19:05:08 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:08 latest 19:05:08 3.0.0-dev.7 19:05:08 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:08 main 19:05:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:08 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:05:09 f1330fa08f1b: Preparing 19:05:09 b2d1704e3358: Preparing 19:05:09 3d8fbae8aae4: Preparing 19:05:09 ed03f96acd82: Preparing 19:05:09 34d5ebaa5410: Preparing 19:05:09 34d5ebaa5410: Layer already exists 19:05:09 3d8fbae8aae4: Layer already exists 19:05:09 f1330fa08f1b: Pushed 19:05:09 ed03f96acd82: Pushed 19:05:11 b2d1704e3358: Pushed 19:05:11 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:12 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:05:12 f1330fa08f1b: Preparing 19:05:12 b2d1704e3358: Preparing 19:05:12 3d8fbae8aae4: Preparing 19:05:12 ed03f96acd82: Preparing 19:05:12 34d5ebaa5410: Preparing 19:05:12 34d5ebaa5410: Layer already exists 19:05:12 ed03f96acd82: Layer already exists 19:05:12 f1330fa08f1b: Layer already exists 19:05:12 3d8fbae8aae4: Layer already exists 19:05:12 b2d1704e3358: Layer already exists 19:05:12 latest: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:12 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 19:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:05:12 f1330fa08f1b: Preparing 19:05:12 b2d1704e3358: Preparing 19:05:12 3d8fbae8aae4: Preparing 19:05:12 ed03f96acd82: Preparing 19:05:12 34d5ebaa5410: Preparing 19:05:12 34d5ebaa5410: Layer already exists 19:05:12 3d8fbae8aae4: Layer already exists 19:05:12 b2d1704e3358: Layer already exists 19:05:12 f1330fa08f1b: Layer already exists 19:05:12 ed03f96acd82: Layer already exists 19:05:12 3.0.0-dev.7: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:13 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:05:13 f1330fa08f1b: Preparing 19:05:13 b2d1704e3358: Preparing 19:05:13 3d8fbae8aae4: Preparing 19:05:13 ed03f96acd82: Preparing 19:05:13 34d5ebaa5410: Preparing 19:05:13 b2d1704e3358: Layer already exists 19:05:13 ed03f96acd82: Layer already exists 19:05:13 f1330fa08f1b: Layer already exists 19:05:13 3d8fbae8aae4: Layer already exists 19:05:13 34d5ebaa5410: Layer already exists 19:05:13 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:13 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 19:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 19:05:14 f1330fa08f1b: Preparing 19:05:14 b2d1704e3358: Preparing 19:05:14 3d8fbae8aae4: Preparing 19:05:14 ed03f96acd82: Preparing 19:05:14 34d5ebaa5410: Preparing 19:05:14 34d5ebaa5410: Layer already exists 19:05:14 f1330fa08f1b: Layer already exists 19:05:14 ed03f96acd82: Layer already exists 19:05:14 3d8fbae8aae4: Layer already exists 19:05:14 b2d1704e3358: Layer already exists 19:05:14 main: digest: sha256:8b36fe4e02553aaf4fea891ef1cca23fc67b8b713a9593fc27d747f609d7c466 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:14 ===================================================== [Pipeline] echo 19:05:14 taggedImages: 19:05:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 19:05:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.7 19:05:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 19:05:14 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 19:05:14 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:14 latest 19:05:14 3.0.0-dev.7 19:05:14 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:14 main 19:05:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:05:14 bb7e64952ce0: Preparing 19:05:14 663c234b6572: Preparing 19:05:14 6edaa8c7d067: Preparing 19:05:14 033e5623287c: Preparing 19:05:14 3c092fe3d9b1: Preparing 19:05:14 8ac5360abeaf: Preparing 19:05:14 34d5ebaa5410: Preparing 19:05:14 34d5ebaa5410: Waiting 19:05:14 8ac5360abeaf: Waiting 19:05:14 bb7e64952ce0: Pushed 19:05:14 6edaa8c7d067: Pushed 19:05:14 663c234b6572: Pushed 19:05:14 34d5ebaa5410: Layer already exists 19:05:15 Removing intermediate container 5d03feeb559e 19:05:15 ---> 3f517f33fe48 19:05:15 Step 8/22 : COPY . . 19:05:15 Removing intermediate container b3d0cf79ca0c 19:05:15 ---> 3396a73d92ef 19:05:15 Step 7/23 : COPY . . 19:05:15 Removing intermediate container 3fa6efcf4fef 19:05:15 ---> d07bceeed954 19:05:15 Step 7/24 : COPY . . 19:05:15 Removing intermediate container d3525b1af1fe 19:05:15 ---> 383ff88551a9 19:05:15 Step 7/19 : COPY . . 19:05:15 Removing intermediate container 13b0bf073032 19:05:15 ---> aa408f4ce0f5 19:05:15 Step 8/22 : COPY . . 19:05:15 8ac5360abeaf: Pushed 19:05:18 3c092fe3d9b1: Pushed 19:05:19 ---> c8e2ee61f7ec 19:05:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:05:19 ---> 45a61f9cb434 19:05:19 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 19:05:19 ---> Running in 9cc0e9eeaf85 19:05:19 ---> Running in 2e6cca257b8f 19:05:19 ---> 0e332ffea297 19:05:19 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:05:19 ---> d5e5b87e8e84 19:05:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:05:19 ---> Running in 65b5eaaa5496 19:05:20 ---> Running in b320a036b057 19:05:20 ---> 8d0dfd2de0e8 19:05:20 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:05:20 ---> Running in 283a9cffc30c 19:05:20 Removing intermediate container 2e6cca257b8f 19:05:20 ---> aab5a85fdbee 19:05:20 Step 9/23 : WORKDIR /edgex-go/spire-build 19:05:21 ---> Running in 87efa4def5cc 19:05:21 Removing intermediate container 283a9cffc30c 19:05:21 ---> 227cb4be4bb2 19:05:21 Step 9/24 : WORKDIR /edgex-go/spire-build 19:05:21 ---> Running in 34b56d29d3b4 19:05:22 033e5623287c: Pushed 19:05:22 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:05:22 Removing intermediate container 87efa4def5cc 19:05:22 ---> 0ac1af0a207e 19:05:22 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:05:22 ---> Running in 6c20ca3e8ab3 19:05:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:22 Removing intermediate container 34b56d29d3b4 19:05:22 ---> 99308559a778 19:05:22 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:05:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:05:22 bb7e64952ce0: Preparing 19:05:22 663c234b6572: Preparing 19:05:22 6edaa8c7d067: Preparing 19:05:22 033e5623287c: Preparing 19:05:22 3c092fe3d9b1: Preparing 19:05:22 8ac5360abeaf: Preparing 19:05:22 34d5ebaa5410: Preparing 19:05:22 8ac5360abeaf: Waiting 19:05:22 34d5ebaa5410: Waiting 19:05:22 3c092fe3d9b1: Layer already exists 19:05:22 6edaa8c7d067: Layer already exists 19:05:22 033e5623287c: Layer already exists 19:05:22 bb7e64952ce0: Layer already exists 19:05:22 663c234b6572: Layer already exists 19:05:22 8ac5360abeaf: Layer already exists 19:05:22 34d5ebaa5410: Layer already exists 19:05:22 latest: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:05:22 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:05:22 ---> Running in ef2ea2073085 19:05:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 19:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:05:23 bb7e64952ce0: Preparing 19:05:23 663c234b6572: Preparing 19:05:23 6edaa8c7d067: Preparing 19:05:23 033e5623287c: Preparing 19:05:23 3c092fe3d9b1: Preparing 19:05:23 8ac5360abeaf: Preparing 19:05:23 34d5ebaa5410: Preparing 19:05:23 8ac5360abeaf: Waiting 19:05:23 34d5ebaa5410: Waiting 19:05:23 033e5623287c: Layer already exists 19:05:23 6edaa8c7d067: Layer already exists 19:05:23 bb7e64952ce0: Layer already exists 19:05:23 3c092fe3d9b1: Layer already exists 19:05:23 663c234b6572: Layer already exists 19:05:23 8ac5360abeaf: Layer already exists 19:05:23 34d5ebaa5410: Layer already exists 19:05:23 3.0.0-dev.7: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:05:23 bb7e64952ce0: Preparing 19:05:23 663c234b6572: Preparing 19:05:23 6edaa8c7d067: Preparing 19:05:23 033e5623287c: Preparing 19:05:23 3c092fe3d9b1: Preparing 19:05:23 8ac5360abeaf: Preparing 19:05:23 34d5ebaa5410: Preparing 19:05:23 8ac5360abeaf: Waiting 19:05:23 34d5ebaa5410: Waiting 19:05:23 033e5623287c: Layer already exists 19:05:23 6edaa8c7d067: Layer already exists 19:05:23 bb7e64952ce0: Layer already exists 19:05:23 3c092fe3d9b1: Layer already exists 19:05:23 663c234b6572: Layer already exists 19:05:23 8ac5360abeaf: Layer already exists 19:05:23 34d5ebaa5410: Layer already exists 19:05:23 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 19:05:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 19:05:24 bb7e64952ce0: Preparing 19:05:24 663c234b6572: Preparing 19:05:24 6edaa8c7d067: Preparing 19:05:24 033e5623287c: Preparing 19:05:24 3c092fe3d9b1: Preparing 19:05:24 8ac5360abeaf: Preparing 19:05:24 34d5ebaa5410: Preparing 19:05:24 8ac5360abeaf: Waiting 19:05:24 34d5ebaa5410: Waiting 19:05:24 3c092fe3d9b1: Layer already exists 19:05:24 033e5623287c: Layer already exists 19:05:24 663c234b6572: Layer already exists 19:05:24 bb7e64952ce0: Layer already exists 19:05:24 6edaa8c7d067: Layer already exists 19:05:24 8ac5360abeaf: Layer already exists 19:05:24 34d5ebaa5410: Layer already exists 19:05:24 main: digest: sha256:95610c6f3322cd7018bd9d9ddd364f99a048d8df15a630ebdbabdd5facfd6fdc size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:24 ===================================================== [Pipeline] echo 19:05:24 taggedImages: 19:05:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 19:05:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.7 19:05:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 19:05:24 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 19:05:24 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:24 latest 19:05:24 3.0.0-dev.7 19:05:24 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:24 main 19:05:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:05:25 592ab19d5e6b: Preparing 19:05:25 b904617e47ed: Preparing 19:05:25 10aab6dbf439: Preparing 19:05:25 78160a5c2e03: Preparing 19:05:25 28b37be6c839: Preparing 19:05:25 34d5ebaa5410: Preparing 19:05:25 592ab19d5e6b: Pushed 19:05:25 b904617e47ed: Pushed 19:05:25 10aab6dbf439: Pushed 19:05:25 34d5ebaa5410: Layer already exists 19:05:25 28b37be6c839: Pushed 19:05:27 Removing intermediate container 6c20ca3e8ab3 19:05:27 ---> 87974b5660a4 19:05:27 Step 11/23 : WORKDIR /edgex-go 19:05:27 Removing intermediate container ef2ea2073085 19:05:27 ---> a9e6150330c0 19:05:27 Step 11/24 : WORKDIR /edgex-go 19:05:27 ---> Running in 9771a9ac4201 19:05:27 ---> Running in 9547888a4b45 19:05:27 Removing intermediate container 9771a9ac4201 19:05:27 ---> 65628f95cc5c 19:05:27 19:05:27 Step 12/24 : FROM alpine:3.15 19:05:27 Removing intermediate container 9547888a4b45 19:05:27 ---> ed84c85e157e 19:05:27 19:05:27 Step 12/23 : FROM alpine:3.15 19:05:27 3.15: Pulling from library/alpine 19:05:27 3.15: Pulling from library/alpine 19:05:29 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 19:05:29 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 19:05:29 Status: Downloaded newer image for alpine:3.15 19:05:29 Status: Downloaded newer image for alpine:3.15 19:05:29 ---> 8aa73fd46299 19:05:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:05:29 ---> 8aa73fd46299 19:05:29 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:05:29 ---> Running in 00a9fa8bb05d 19:05:29 ---> Running in 068d438eab57 19:05:30 Removing intermediate container 00a9fa8bb05d 19:05:30 ---> 3f95ba08f649 19:05:30 Removing intermediate container 068d438eab57 19:05:30 ---> c0185a1475ed 19:05:30 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:05:30 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 19:05:30 ---> Running in f2d1bead81da 19:05:30 ---> Running in 7bb734a94d61 19:05:32 78160a5c2e03: Pushed 19:05:32 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:05:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:05:32 592ab19d5e6b: Preparing 19:05:32 b904617e47ed: Preparing 19:05:32 10aab6dbf439: Preparing 19:05:32 78160a5c2e03: Preparing 19:05:32 28b37be6c839: Preparing 19:05:32 34d5ebaa5410: Preparing 19:05:32 34d5ebaa5410: Waiting 19:05:32 28b37be6c839: Layer already exists 19:05:32 10aab6dbf439: Layer already exists 19:05:32 592ab19d5e6b: Layer already exists 19:05:32 b904617e47ed: Layer already exists 19:05:32 78160a5c2e03: Layer already exists 19:05:32 34d5ebaa5410: Layer already exists 19:05:32 latest: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 19:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:05:33 592ab19d5e6b: Preparing 19:05:33 b904617e47ed: Preparing 19:05:33 10aab6dbf439: Preparing 19:05:33 78160a5c2e03: Preparing 19:05:33 28b37be6c839: Preparing 19:05:33 34d5ebaa5410: Preparing 19:05:33 34d5ebaa5410: Waiting 19:05:33 28b37be6c839: Layer already exists 19:05:33 78160a5c2e03: Layer already exists 19:05:33 592ab19d5e6b: Layer already exists 19:05:33 10aab6dbf439: Layer already exists 19:05:33 b904617e47ed: Layer already exists 19:05:33 34d5ebaa5410: Layer already exists 19:05:33 3.0.0-dev.7: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:05:33 592ab19d5e6b: Preparing 19:05:33 b904617e47ed: Preparing 19:05:33 10aab6dbf439: Preparing 19:05:33 78160a5c2e03: Preparing 19:05:33 28b37be6c839: Preparing 19:05:33 34d5ebaa5410: Preparing 19:05:33 34d5ebaa5410: Waiting 19:05:33 592ab19d5e6b: Layer already exists 19:05:33 28b37be6c839: Layer already exists 19:05:33 78160a5c2e03: Layer already exists 19:05:33 10aab6dbf439: Layer already exists 19:05:33 b904617e47ed: Layer already exists 19:05:33 34d5ebaa5410: Layer already exists 19:05:33 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 19:05:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 19:05:34 592ab19d5e6b: Preparing 19:05:34 b904617e47ed: Preparing 19:05:34 10aab6dbf439: Preparing 19:05:34 78160a5c2e03: Preparing 19:05:34 28b37be6c839: Preparing 19:05:34 34d5ebaa5410: Preparing 19:05:34 34d5ebaa5410: Waiting 19:05:34 10aab6dbf439: Layer already exists 19:05:34 b904617e47ed: Layer already exists 19:05:34 78160a5c2e03: Layer already exists 19:05:34 28b37be6c839: Layer already exists 19:05:34 592ab19d5e6b: Layer already exists 19:05:34 34d5ebaa5410: Layer already exists 19:05:34 main: digest: sha256:5e4dc1384eeeff6771158a2d519f0baedd5d5b98ec3bbb002c2a550485b66b8b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:34 ===================================================== [Pipeline] echo 19:05:34 taggedImages: 19:05:34 - nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:34 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 19:05:34 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.7 19:05:34 - nexus3.edgexfoundry.org:10004/security-spire-config:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:34 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 19:05:34 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 19:05:34 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:34 latest 19:05:34 3.0.0-dev.7 19:05:34 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:34 main 19:05:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:05:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:05:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:05:35 1a210598af19: Preparing 19:05:35 e805795cef7d: Preparing 19:05:35 47eaf734cc9d: Preparing 19:05:35 fa316b18ea85: Preparing 19:05:35 8ac5360abeaf: Preparing 19:05:35 34d5ebaa5410: Preparing 19:05:35 34d5ebaa5410: Waiting 19:05:35 8ac5360abeaf: Layer already exists 19:05:35 34d5ebaa5410: Layer already exists 19:05:35 e805795cef7d: Pushed 19:05:35 47eaf734cc9d: Pushed 19:05:35 1a210598af19: Pushed 19:05:36 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:05:36 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:05:36 OK: 15736 distinct packages available 19:05:36 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:05:36 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:05:36 OK: 15736 distinct packages available 19:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:05:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:05:39 (1/4) Installing dumb-init (1.2.5-r1) 19:05:39 (2/4) Installing musl-obstack (1.2.3-r0) 19:05:39 (3/4) Installing libucontext (1.1-r0) 19:05:39 (4/4) Installing gcompat (1.0.0-r4) 19:05:39 Executing busybox-1.34.1-r7.trigger 19:05:39 OK: 6 MiB in 18 packages 19:05:39 (1/5) Installing dumb-init (1.2.5-r1) 19:05:39 (2/5) Installing musl-obstack (1.2.3-r0) 19:05:39 (3/5) Installing libucontext (1.1-r0) 19:05:40 (4/5) Installing gcompat (1.0.0-r4) 19:05:40 (5/5) Installing openssl (1.1.1s-r1) 19:05:40 Executing busybox-1.34.1-r7.trigger 19:05:40 OK: 6 MiB in 19 packages 19:05:41 fa316b18ea85: Pushed 19:05:41 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:05:42 1a210598af19: Preparing 19:05:42 e805795cef7d: Preparing 19:05:42 47eaf734cc9d: Preparing 19:05:42 fa316b18ea85: Preparing 19:05:42 8ac5360abeaf: Preparing 19:05:42 34d5ebaa5410: Preparing 19:05:42 34d5ebaa5410: Waiting 19:05:42 8ac5360abeaf: Layer already exists 19:05:42 47eaf734cc9d: Layer already exists 19:05:42 1a210598af19: Layer already exists 19:05:42 fa316b18ea85: Layer already exists 19:05:42 e805795cef7d: Layer already exists 19:05:42 34d5ebaa5410: Layer already exists 19:05:42 latest: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 19:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:05:42 1a210598af19: Preparing 19:05:42 e805795cef7d: Preparing 19:05:42 47eaf734cc9d: Preparing 19:05:42 fa316b18ea85: Preparing 19:05:42 8ac5360abeaf: Preparing 19:05:42 34d5ebaa5410: Preparing 19:05:42 34d5ebaa5410: Waiting 19:05:42 8ac5360abeaf: Layer already exists 19:05:42 1a210598af19: Layer already exists 19:05:42 fa316b18ea85: Layer already exists 19:05:42 47eaf734cc9d: Layer already exists 19:05:42 e805795cef7d: Layer already exists 19:05:42 34d5ebaa5410: Layer already exists 19:05:42 3.0.0-dev.7: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:05:43 1a210598af19: Preparing 19:05:43 e805795cef7d: Preparing 19:05:43 47eaf734cc9d: Preparing 19:05:43 fa316b18ea85: Preparing 19:05:43 8ac5360abeaf: Preparing 19:05:43 34d5ebaa5410: Preparing 19:05:43 34d5ebaa5410: Waiting 19:05:43 fa316b18ea85: Layer already exists 19:05:43 47eaf734cc9d: Layer already exists 19:05:43 8ac5360abeaf: Layer already exists 19:05:43 e805795cef7d: Layer already exists 19:05:43 1a210598af19: Layer already exists 19:05:43 34d5ebaa5410: Layer already exists 19:05:43 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 19:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 19:05:44 1a210598af19: Preparing 19:05:44 e805795cef7d: Preparing 19:05:44 47eaf734cc9d: Preparing 19:05:44 fa316b18ea85: Preparing 19:05:44 8ac5360abeaf: Preparing 19:05:44 34d5ebaa5410: Preparing 19:05:44 34d5ebaa5410: Waiting 19:05:44 8ac5360abeaf: Layer already exists 19:05:44 e805795cef7d: Layer already exists 19:05:44 47eaf734cc9d: Layer already exists 19:05:44 1a210598af19: Layer already exists 19:05:44 fa316b18ea85: Layer already exists 19:05:44 34d5ebaa5410: Layer already exists 19:05:44 main: digest: sha256:e6fe3ac21906cbda0665fd38dfb4fcefce779c48a7f1cbb3080346024ccf945e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:44 ===================================================== [Pipeline] echo 19:05:44 taggedImages: 19:05:44 - nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:44 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 19:05:44 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.7 19:05:44 - nexus3.edgexfoundry.org:10004/security-spire-server:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:44 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 19:05:44 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 19:05:44 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:44 latest 19:05:44 3.0.0-dev.7 19:05:44 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:44 main 19:05:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:05:44 1d72d0881d22: Preparing 19:05:44 f51b4eb5b26e: Preparing 19:05:44 3d8fbae8aae4: Preparing 19:05:44 31da4c68390a: Preparing 19:05:44 e5e13b0c77cb: Preparing 19:05:44 e5e13b0c77cb: Layer already exists 19:05:44 3d8fbae8aae4: Layer already exists 19:05:44 1d72d0881d22: Pushed 19:05:44 31da4c68390a: Pushed 19:05:45 Removing intermediate container 7bb734a94d61 19:05:45 ---> 83c121df2595 19:05:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:05:45 Removing intermediate container f2d1bead81da 19:05:45 ---> 53f11ff26248 19:05:45 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:05:47 f51b4eb5b26e: Pushed 19:05:47 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 19:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:05:48 1d72d0881d22: Preparing 19:05:48 f51b4eb5b26e: Preparing 19:05:48 3d8fbae8aae4: Preparing 19:05:48 31da4c68390a: Preparing 19:05:48 e5e13b0c77cb: Preparing 19:05:48 e5e13b0c77cb: Layer already exists 19:05:48 31da4c68390a: Layer already exists 19:05:48 f51b4eb5b26e: Layer already exists 19:05:48 3d8fbae8aae4: Layer already exists 19:05:48 1d72d0881d22: Layer already exists 19:05:48 latest: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 19:05:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:05:48 1d72d0881d22: Preparing 19:05:48 f51b4eb5b26e: Preparing 19:05:48 3d8fbae8aae4: Preparing 19:05:48 31da4c68390a: Preparing 19:05:48 e5e13b0c77cb: Preparing 19:05:48 1d72d0881d22: Layer already exists 19:05:48 f51b4eb5b26e: Layer already exists 19:05:48 e5e13b0c77cb: Layer already exists 19:05:48 31da4c68390a: Layer already exists 19:05:48 3d8fbae8aae4: Layer already exists 19:05:48 3.0.0-dev.7: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:05:49 1d72d0881d22: Preparing 19:05:49 f51b4eb5b26e: Preparing 19:05:49 3d8fbae8aae4: Preparing 19:05:49 31da4c68390a: Preparing 19:05:49 e5e13b0c77cb: Preparing 19:05:49 e5e13b0c77cb: Layer already exists 19:05:49 3d8fbae8aae4: Layer already exists 19:05:49 f51b4eb5b26e: Layer already exists 19:05:49 31da4c68390a: Layer already exists 19:05:49 1d72d0881d22: Layer already exists 19:05:49 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 19:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 19:05:49 1d72d0881d22: Preparing 19:05:49 f51b4eb5b26e: Preparing 19:05:49 3d8fbae8aae4: Preparing 19:05:49 31da4c68390a: Preparing 19:05:49 e5e13b0c77cb: Preparing 19:05:49 1d72d0881d22: Layer already exists 19:05:49 e5e13b0c77cb: Layer already exists 19:05:49 31da4c68390a: Layer already exists 19:05:49 3d8fbae8aae4: Layer already exists 19:05:49 f51b4eb5b26e: Layer already exists 19:05:49 main: digest: sha256:27b6d8bca54a29c79640aeb2d5dad532d25811bedbf3b7b8c1e8ae3a2a3dc981 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:49 ===================================================== [Pipeline] echo 19:05:49 taggedImages: 19:05:49 - nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:49 - nexus3.edgexfoundry.org:10004/support-notifications:latest 19:05:49 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.7 19:05:49 - nexus3.edgexfoundry.org:10004/support-notifications:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:49 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 19:05:49 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 19:05:49 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:49 latest 19:05:49 3.0.0-dev.7 19:05:49 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:49 main 19:05:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:05:50 ecee149e16f3: Preparing 19:05:50 ee8731239b0a: Preparing 19:05:50 3d8fbae8aae4: Preparing 19:05:50 d0d8c8ff009a: Preparing 19:05:50 e5e13b0c77cb: Preparing 19:05:50 d0d8c8ff009a: Layer already exists 19:05:50 e5e13b0c77cb: Layer already exists 19:05:50 3d8fbae8aae4: Layer already exists 19:05:50 ecee149e16f3: Pushed 19:05:53 ee8731239b0a: Pushed 19:05:53 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:05:53 ecee149e16f3: Preparing 19:05:53 ee8731239b0a: Preparing 19:05:53 3d8fbae8aae4: Preparing 19:05:53 d0d8c8ff009a: Preparing 19:05:53 e5e13b0c77cb: Preparing 19:05:53 ecee149e16f3: Layer already exists 19:05:53 3d8fbae8aae4: Layer already exists 19:05:53 d0d8c8ff009a: Layer already exists 19:05:53 e5e13b0c77cb: Layer already exists 19:05:53 ee8731239b0a: Layer already exists 19:05:53 latest: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 19:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:05:54 ecee149e16f3: Preparing 19:05:54 ee8731239b0a: Preparing 19:05:54 3d8fbae8aae4: Preparing 19:05:54 d0d8c8ff009a: Preparing 19:05:54 e5e13b0c77cb: Preparing 19:05:54 d0d8c8ff009a: Layer already exists 19:05:54 ee8731239b0a: Layer already exists 19:05:54 ecee149e16f3: Layer already exists 19:05:54 3d8fbae8aae4: Layer already exists 19:05:54 e5e13b0c77cb: Layer already exists 19:05:54 3.0.0-dev.7: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:05:55 ecee149e16f3: Preparing 19:05:55 ee8731239b0a: Preparing 19:05:55 3d8fbae8aae4: Preparing 19:05:55 d0d8c8ff009a: Preparing 19:05:55 e5e13b0c77cb: Preparing 19:05:55 e5e13b0c77cb: Layer already exists 19:05:55 3d8fbae8aae4: Layer already exists 19:05:55 d0d8c8ff009a: Layer already exists 19:05:55 ecee149e16f3: Layer already exists 19:05:55 ee8731239b0a: Layer already exists 19:05:55 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 19:05:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 19:05:55 ecee149e16f3: Preparing 19:05:55 ee8731239b0a: Preparing 19:05:55 3d8fbae8aae4: Preparing 19:05:55 d0d8c8ff009a: Preparing 19:05:55 e5e13b0c77cb: Preparing 19:05:55 ecee149e16f3: Layer already exists 19:05:55 d0d8c8ff009a: Layer already exists 19:05:55 e5e13b0c77cb: Layer already exists 19:05:55 3d8fbae8aae4: Layer already exists 19:05:55 ee8731239b0a: Layer already exists 19:05:55 main: digest: sha256:fbf8958e2bbee8425f82511ec490f1ffb24d19ab911485dc5fc7457976ba8c8d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:05:55 ===================================================== [Pipeline] echo 19:05:55 taggedImages: 19:05:55 - nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 19:05:55 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.7 19:05:55 - nexus3.edgexfoundry.org:10004/support-scheduler:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 19:05:55 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 19:05:55 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:55 latest 19:05:55 3.0.0-dev.7 19:05:55 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:05:55 main 19:05:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:56 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:56 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:05:56 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:05:56 83ea99528188: Preparing 19:05:56 77e374e6a2a5: Preparing 19:05:56 99639ea92101: Preparing 19:05:56 aa34db5bd1de: Preparing 19:05:56 e5e13b0c77cb: Preparing 19:05:56 e5e13b0c77cb: Layer already exists 19:05:56 77e374e6a2a5: Pushed 19:05:56 83ea99528188: Pushed 19:05:57 99639ea92101: Pushed 19:06:03 ---> b425c76e2363 19:06:03 ---> c9043c8b2caf 19:06:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:06:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:06:03 ---> c3039b66d17e 19:06:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:06:03 ---> b3b048a46a83 19:06:03 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 19:06:04 ---> Running in 98e37e92e9a4 19:06:05 Removing intermediate container 98e37e92e9a4 19:06:05 ---> 62332def7c64 19:06:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:06:06 ---> ec11e4e481ed 19:06:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:06:08 ---> 20e08532a411 19:06:08 Step 19/24 : WORKDIR / 19:06:08 ---> Running in 0e93359f6a00 19:06:08 ---> 5236b6fe75e8 19:06:08 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:06:08 ---> Running in e37720e53e2e 19:06:09 aa34db5bd1de: Pushed 19:06:09 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:09 Removing intermediate container 0e93359f6a00 19:06:09 ---> 8a5e507ebaa6 19:06:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:06:09 ---> Running in 3dac7380f736 19:06:10 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:10 Removing intermediate container e37720e53e2e 19:06:10 ---> ab07d7f22ec7 19:06:10 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:06:10 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 19:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:06:10 83ea99528188: Preparing 19:06:10 77e374e6a2a5: Preparing 19:06:10 99639ea92101: Preparing 19:06:10 aa34db5bd1de: Preparing 19:06:10 e5e13b0c77cb: Preparing 19:06:10 aa34db5bd1de: Layer already exists 19:06:10 83ea99528188: Layer already exists 19:06:10 e5e13b0c77cb: Layer already exists 19:06:10 99639ea92101: Layer already exists 19:06:10 77e374e6a2a5: Layer already exists 19:06:10 latest: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:10 ---> Running in 0d27bdd60035 19:06:10 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:10 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 19:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:06:10 83ea99528188: Preparing 19:06:10 77e374e6a2a5: Preparing 19:06:10 99639ea92101: Preparing 19:06:10 aa34db5bd1de: Preparing 19:06:10 e5e13b0c77cb: Preparing 19:06:10 e5e13b0c77cb: Layer already exists 19:06:10 aa34db5bd1de: Layer already exists 19:06:10 77e374e6a2a5: Layer already exists 19:06:10 83ea99528188: Layer already exists 19:06:10 99639ea92101: Layer already exists 19:06:10 3.0.0-dev.7: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:11 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:11 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:06:11 83ea99528188: Preparing 19:06:11 77e374e6a2a5: Preparing 19:06:11 99639ea92101: Preparing 19:06:11 aa34db5bd1de: Preparing 19:06:11 e5e13b0c77cb: Preparing 19:06:11 e5e13b0c77cb: Layer already exists 19:06:11 aa34db5bd1de: Layer already exists 19:06:11 99639ea92101: Layer already exists 19:06:11 83ea99528188: Layer already exists 19:06:11 77e374e6a2a5: Layer already exists 19:06:11 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:11 Removing intermediate container 3dac7380f736 19:06:11 ---> 2662aa26674e 19:06:11 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:06:11 Removing intermediate container 0d27bdd60035 19:06:11 ---> a52210fa0e11 19:06:11 Step 21/23 : LABEL arch=arm64 19:06:11 ---> Running in 99e7da04b8ec 19:06:11 ---> Running in 4f282df437d1 19:06:11 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:06:12 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 19:06:12 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 19:06:12 83ea99528188: Preparing 19:06:12 77e374e6a2a5: Preparing 19:06:12 99639ea92101: Preparing 19:06:12 aa34db5bd1de: Preparing 19:06:12 e5e13b0c77cb: Preparing 19:06:12 77e374e6a2a5: Layer already exists 19:06:12 83ea99528188: Layer already exists 19:06:12 99639ea92101: Layer already exists 19:06:12 aa34db5bd1de: Layer already exists 19:06:12 e5e13b0c77cb: Layer already exists 19:06:12 main: digest: sha256:3a3203ae020fb1563b62f8013d53b152c8b670fad606b6a74ed359e83e5e9531 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:06:12 ===================================================== [Pipeline] echo 19:06:12 taggedImages: 19:06:12 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:06:12 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 19:06:12 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.7 19:06:12 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:06:12 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:06:13 Removing intermediate container 4f282df437d1 19:06:13 ---> a3f9b0871687 19:06:13 Step 22/24 : LABEL arch=arm64 19:06:13 Removing intermediate container 99e7da04b8ec 19:06:13 ---> 7e3fdad8ee40 19:06:13 Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:06:13 ---> Running in b741ee73eb26 19:06:13 ---> Running in f414eca7296a 19:06:14 Removing intermediate container b741ee73eb26 19:06:14 ---> 1316ec0e941a 19:06:14 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:06:14 Removing intermediate container f414eca7296a 19:06:14 ---> f501d2114b68 19:06:14 Step 23/23 : LABEL version=3.0.0-dev.7 19:06:14 ---> Running in 0cae9235513e 19:06:15 ---> Running in 6e41d3e306ab 19:06:15 Removing intermediate container 0cae9235513e 19:06:15 ---> c4289ab2ecd9 19:06:15 Step 24/24 : LABEL version=3.0.0-dev.7 19:06:15 ---> Running in e55781e710c5 19:06:16 Removing intermediate container 6e41d3e306ab 19:06:16 ---> 0b4672935e9a 19:06:16 19:06:16 Successfully built 0b4672935e9a 19:06:16 Successfully tagged security-spire-server-arm64:latest 19:06:16  Building security-spire-server ... done Building core-data 19:06:16 Removing intermediate container e55781e710c5 19:06:16 ---> 666b6c42183d 19:06:16 19:06:17 Successfully built 666b6c42183d 19:06:17 Successfully tagged security-spire-config-arm64:latest 19:06:17 Building security-bootstrapper 19:06:27  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:06:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:06:27 ---> 5df745739d7a 19:06:27 Step 3/22 : ARG ADD_BUILD_TAGS="" 19:06:27 ---> Using cache 19:06:27 ---> cb21f08f784c 19:06:27 Step 4/22 : WORKDIR /edgex-go 19:06:27 ---> Using cache 19:06:27 ---> 2813815f3574 19:06:27 Step 5/22 : RUN apk add --update --no-cache make git 19:06:27 ---> Using cache 19:06:27 ---> 5de043dc9876 19:06:27 Step 6/22 : COPY go.mod vendor* ./ 19:06:27 ---> Using cache 19:06:27 ---> 8b91bf9224bb 19:06:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:06:27 ---> Using cache 19:06:27 ---> aa408f4ce0f5 19:06:27 Step 8/22 : COPY . . 19:06:27 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:06:27 Step 2/32 : FROM ${BUILDER_BASE} AS builder 19:06:27 ---> 5df745739d7a 19:06:27 Step 3/32 : WORKDIR /edgex-go 19:06:27 ---> Using cache 19:06:27 ---> 087e38ec51c3 19:06:27 Step 4/32 : RUN apk add --update --no-cache make git 19:06:27 ---> Using cache 19:06:27 ---> d5e5b87e8e84 19:06:27 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 19:06:27 ---> Running in 7f4276900751 19:06:27 ---> Running in a00349908e10 19:06:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:06:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:06:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:06:33 OK: 221 MiB in 51 packages 19:06:35 Removing intermediate container a00349908e10 19:06:35 ---> 89c6f436b267 19:06:35 Step 5/32 : COPY go.mod vendor* ./ 19:06:36 ---> 673809db588a 19:06:36 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:06:36 ---> Running in 5e77512a674a 19:08:13 Removing intermediate container 5e77512a674a 19:08:13 ---> 1b4fa7f602a5 19:08:13 Step 7/32 : COPY . . 19:08:13 ---> 1364276781d7 19:08:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:08:13 ---> Running in 6a326c0a2e2c 19:08:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:14:50 Removing intermediate container 7f4276900751 19:14:50 ---> e633c76e4e4c 19:14:50 19:14:50 Step 10/22 : FROM alpine:3.16 19:14:50 3.16: Pulling from library/alpine 19:14:50 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:14:50 Status: Downloaded newer image for alpine:3.16 19:14:50 ---> 2b4661558fb8 19:14:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:14:50 ---> Running in d0d69b1070a0 19:14:50 Removing intermediate container d0d69b1070a0 19:14:50 ---> 61a5c0d43d02 19:14:50 Step 12/22 : ENV APP_PORT=59880 19:14:50 ---> Running in 8a6076f94d9b 19:14:50 Removing intermediate container 8a6076f94d9b 19:14:50 ---> 28b2602e172f 19:14:50 Step 13/22 : EXPOSE $APP_PORT 19:14:50 ---> Running in b95d9fe556e2 19:14:50 Removing intermediate container b95d9fe556e2 19:14:50 ---> 00125f7ec150 19:14:50 Step 14/22 : RUN apk add --update --no-cache dumb-init 19:14:50 ---> Running in e8ffa9acc67e 19:14:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:14:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:14:50 (1/1) Installing dumb-init (1.2.5-r1) 19:14:50 Executing busybox-1.35.0-r17.trigger 19:14:50 OK: 5 MiB in 15 packages 19:14:50 Removing intermediate container e8ffa9acc67e 19:14:50 ---> b14fc6ffd340 19:14:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:14:50 ---> d9bfd2d8dc9a 19:14:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:14:50 ---> af61f8ab3d15 19:14:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:14:50 ---> 82c117952ba1 19:14:50 Step 18/22 : ENTRYPOINT ["/core-data"] 19:14:50 ---> Running in 1ead2a4bb73e 19:14:50 Removing intermediate container 1ead2a4bb73e 19:14:50 ---> 42773283aba4 19:14:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:14:50 ---> Running in 6aef653b19ef 19:14:50 Removing intermediate container 6aef653b19ef 19:14:50 ---> a49ae108ac8a 19:14:50 Step 20/22 : LABEL arch=arm64 19:14:50 ---> Running in 8a1a12f6d87f 19:14:50 Removing intermediate container 8a1a12f6d87f 19:14:50 ---> 90a09e5a2277 19:14:50 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:14:50 ---> Running in 68fc95fbed3b 19:14:50 Removing intermediate container 68fc95fbed3b 19:14:50 ---> 8cd8d774cc24 19:14:50 Step 22/22 : LABEL version=3.0.0-dev.7 19:14:51 ---> Running in 50974abf1973 19:14:51 Removing intermediate container 50974abf1973 19:14:51 ---> cff42e3a8c3f 19:14:51 19:14:51 Successfully built cff42e3a8c3f 19:14:51 Successfully tagged core-data-arm64:latest 19:14:51  Building core-data ... done Building security-spire-agent 19:14:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:14:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:14:55 ---> 5df745739d7a 19:14:55 Step 3/24 : WORKDIR /edgex-go 19:14:55 ---> Using cache 19:14:55 ---> 087e38ec51c3 19:14:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 19:14:55 ---> Using cache 19:14:55 ---> e47c075f9762 19:14:55 Step 5/24 : COPY go.mod vendor* ./ 19:14:55 ---> Using cache 19:14:55 ---> c0aa1cc9f1ad 19:14:55 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:14:55 ---> Using cache 19:14:55 ---> d07bceeed954 19:14:55 Step 7/24 : COPY . . 19:14:55 ---> Using cache 19:14:55 ---> 8d0dfd2de0e8 19:14:55 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 19:14:55 ---> Using cache 19:14:55 ---> 227cb4be4bb2 19:14:55 Step 9/24 : WORKDIR /edgex-go/spire-build 19:14:55 ---> Using cache 19:14:55 ---> 99308559a778 19:14:55 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:14:55 ---> Using cache 19:14:55 ---> a9e6150330c0 19:14:55 Step 11/24 : WORKDIR /edgex-go 19:14:55 ---> Using cache 19:14:55 ---> 65628f95cc5c 19:14:55 19:14:55 Step 12/24 : FROM alpine:3.15 19:14:55 ---> 8aa73fd46299 19:14:55 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:14:55 ---> Using cache 19:14:55 ---> 3f95ba08f649 19:14:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:14:55 ---> Running in 123c4c460cdb 19:14:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:14:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:14:59 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:14:59 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:14:59 OK: 15736 distinct packages available 19:14:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:01 (1/5) Installing dumb-init (1.2.5-r1) 19:15:01 (2/5) Installing musl-obstack (1.2.3-r0) 19:15:01 (3/5) Installing libucontext (1.1-r0) 19:15:01 (4/5) Installing gcompat (1.0.0-r4) 19:15:01 (5/5) Installing openssl (1.1.1s-r1) 19:15:01 Executing busybox-1.34.1-r7.trigger 19:15:01 OK: 6 MiB in 19 packages 19:15:04 Removing intermediate container 123c4c460cdb 19:15:04 ---> 67e0a59c559e 19:15:04 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:15:14 ---> e1d5fe1928f7 19:15:14 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:15:14 Removing intermediate container 6a326c0a2e2c 19:15:14 ---> 836e6775297e 19:15:14 19:15:14 Step 9/32 : FROM alpine:3.16 19:15:14 ---> 2b4661558fb8 19:15:14 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:14 ---> Running in c95e7e9fc954 19:15:14 Removing intermediate container 65b5eaaa5496 19:15:14 ---> 767b401ba4c9 19:15:14 19:15:14 Step 9/19 : FROM alpine:3.15 19:15:14 ---> 8aa73fd46299 19:15:14 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 19:15:14 ---> Using cache 19:15:14 ---> 3f95ba08f649 19:15:14 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:15:14 ---> Running in b710604d34f8 19:15:15 Removing intermediate container c95e7e9fc954 19:15:15 ---> de52c5981a87 19:15:15 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 19:15:15 ---> Running in 61d87dd2c57c 19:15:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:15:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:15:19 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 19:15:19 v3.15.6-213-gc642bef683 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 19:15:19 OK: 15736 distinct packages available 19:15:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:15:20 (1/2) Installing dumb-init (1.2.5-r1) 19:15:20 (2/2) Installing su-exec (0.2-r1) 19:15:20 Executing busybox-1.35.0-r17.trigger 19:15:20 OK: 5 MiB in 16 packages 19:15:21 ---> e4dc9e935d8e 19:15:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:15:21 (1/9) Installing ca-certificates (20220614-r0) 19:15:21 (2/9) Installing brotli-libs (1.0.9-r5) 19:15:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 19:15:21 (4/9) Installing libcurl (7.80.0-r4) 19:15:21 (5/9) Installing curl (7.80.0-r4) 19:15:21 (6/9) Installing dumb-init (1.2.5-r1) 19:15:21 (7/9) Installing musl-obstack (1.2.3-r0) 19:15:21 (8/9) Installing libucontext (1.1-r0) 19:15:21 (9/9) Installing gcompat (1.0.0-r4) 19:15:21 Executing busybox-1.34.1-r7.trigger 19:15:21 Executing ca-certificates-20220614-r0.trigger 19:15:22 Removing intermediate container 61d87dd2c57c 19:15:22 ---> 5945e1a71a9e 19:15:22 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 19:15:22 ---> Running in 454c24a84a88 19:15:22 OK: 8 MiB in 23 packages 19:15:22 ---> f3dcbc8b82af 19:15:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:15:25 Removing intermediate container 454c24a84a88 19:15:25 ---> 03092dfdd079 19:15:25 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 19:15:25 ---> Running in 96f3fcbb36fb 19:15:25 ---> 80f5188a7b26 19:15:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:15:26 Removing intermediate container 96f3fcbb36fb 19:15:26 ---> b4b7cce62533 19:15:26 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 19:15:26 ---> Running in db4890bc8722 19:15:27 ---> 782d1d67f167 19:15:27 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 19:15:27 ---> Running in e58d63bf8de9 19:15:27 Removing intermediate container db4890bc8722 19:15:27 ---> 062bd43ea77c 19:15:27 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 19:15:27 ---> Running in 3dae483a008f 19:15:27 Removing intermediate container b710604d34f8 19:15:27 ---> c3b4f62194af 19:15:27 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:28 Removing intermediate container e58d63bf8de9 19:15:28 ---> 8832dc2b0e98 19:15:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 19:15:28 ---> Running in 27494200deba 19:15:28 Removing intermediate container 3dae483a008f 19:15:28 ---> 5a1cabf6a616 19:15:28 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 19:15:28 ---> Running in 0370486a065f 19:15:29 Removing intermediate container 27494200deba 19:15:29 ---> b40bcfda6486 19:15:29 Step 22/24 : LABEL arch=arm64 19:15:29 ---> Running in ef436fb8cde8 19:15:29 ---> 302b5d1d2a30 19:15:29 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:15:30 Removing intermediate container ef436fb8cde8 19:15:30 ---> 1c24d6efcbe6 19:15:30 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:15:30 ---> Running in 27f2404af39d 19:15:31 Removing intermediate container 27f2404af39d 19:15:31 ---> 5b7a98733db1 19:15:31 Step 24/24 : LABEL version=3.0.0-dev.7 19:15:31 ---> Running in c9d04f2b5745 19:15:31 Removing intermediate container 0370486a065f 19:15:32 ---> fe7e9778b53d 19:15:32 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 19:15:32 ---> Running in 6f2f7935b78e 19:15:32 Removing intermediate container c9d04f2b5745 19:15:32 ---> d5e08b547777 19:15:32 19:15:32 Successfully built d5e08b547777 19:15:32 Successfully tagged security-spire-agent-arm64:latest 19:15:32  Building security-spire-agent ... done Building security-secretstore-setup 19:15:32 Removing intermediate container 6f2f7935b78e 19:15:32 ---> 7b29530b1bb0 19:15:32 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 19:15:33 ---> 822a0657c014 19:15:33 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 19:15:33 ---> 33e44eaa17db 19:15:33 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 19:15:34 ---> Running in daa61616c123 19:15:34 ---> e2bb08808060 19:15:34 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 19:15:34 ---> Running in 65a79206a857 19:15:35 Removing intermediate container 65a79206a857 19:15:35 ---> 127a5f0a57c6 19:15:35 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:35 ---> Running in 930f7f8808ef 19:15:36 Removing intermediate container 930f7f8808ef 19:15:36 ---> 068b5787a26f 19:15:36 Step 17/19 : LABEL arch=arm64 19:15:36 ---> Running in 0f9843b9e3de 19:15:37 Removing intermediate container 0f9843b9e3de 19:15:37 ---> 5d9e933e609e 19:15:37 Step 18/19 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:15:37 ---> Running in f5120ba88a08 19:15:37 Removing intermediate container daa61616c123 19:15:37 ---> c94cf0144659 19:15:37 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:15:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:15:38 ---> 5df745739d7a 19:15:38 Step 3/24 : WORKDIR /edgex-go 19:15:38 ---> Using cache 19:15:38 ---> 087e38ec51c3 19:15:38 Step 4/24 : RUN apk add --update --no-cache make git 19:15:38 ---> Using cache 19:15:38 ---> 89c6f436b267 19:15:38 Step 5/24 : COPY go.mod vendor* ./ 19:15:38 Removing intermediate container f5120ba88a08 19:15:38 ---> da53064eefa4 19:15:38 Step 19/19 : LABEL version=3.0.0-dev.7 19:15:38 ---> Using cache 19:15:38 ---> 673809db588a 19:15:38 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:38 ---> Using cache 19:15:38 ---> 1b4fa7f602a5 19:15:38 Step 7/24 : COPY . . 19:15:38 ---> Running in 176b87d87cea 19:15:38 ---> Using cache 19:15:38 ---> 1364276781d7 19:15:38 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:15:39 ---> Running in 408e1dfe3b7d 19:15:39 ---> 6aed27120c73 19:15:39 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:15:39 Removing intermediate container 176b87d87cea 19:15:39 ---> 7e8d972a5f21 19:15:39 19:15:40 Successfully built 7e8d972a5f21 19:15:40 Successfully tagged security-spiffe-token-provider-arm64:latest 19:15:40  Building security-spiffe-token-provider ... done Building security-proxy-setup 19:15:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:15:42 ---> 3db5fcc65a99 19:15:42 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:15:42 ---> 342c804ba800 19:15:42 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:15:44 ---> 051a16148498 19:15:44 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 19:15:44 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:15:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:15:44 ---> 5df745739d7a 19:15:44 Step 3/21 : WORKDIR /edgex-go 19:15:44 ---> Using cache 19:15:44 ---> 087e38ec51c3 19:15:44 Step 4/21 : RUN apk add --update --no-cache make git 19:15:44 ---> Using cache 19:15:44 ---> 89c6f436b267 19:15:44 Step 5/21 : COPY go.mod vendor* ./ 19:15:44 ---> Using cache 19:15:44 ---> 673809db588a 19:15:44 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:15:44 ---> Using cache 19:15:44 ---> 1b4fa7f602a5 19:15:44 Step 7/21 : COPY . . 19:15:44 ---> Using cache 19:15:44 ---> 1364276781d7 19:15:44 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:15:44 ---> Running in e8808eabe1cb 19:15:45 ---> c8a8398ed9ca 19:15:45 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 19:15:46 ---> a811d3e44297 19:15:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:15:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:15:47 ---> bd77b7acf4fb 19:15:47 Step 27/32 : RUN chmod +x /entrypoint.sh 19:15:47 ---> Running in 35c30eefada9 19:15:50 Removing intermediate container 35c30eefada9 19:15:50 ---> f32f7aa5b550 19:15:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 19:15:50 ---> Running in f7ace84972e2 19:15:51 Removing intermediate container f7ace84972e2 19:15:51 ---> 51223f08efef 19:15:51 Step 29/32 : CMD ["gate"] 19:15:51 ---> Running in 3a1be18526aa 19:15:52 Removing intermediate container 3a1be18526aa 19:15:52 ---> 1283b0866947 19:15:52 Step 30/32 : LABEL arch=arm64 19:15:52 ---> Running in 724f41a401dd 19:15:52 Removing intermediate container 724f41a401dd 19:15:52 ---> e0149d4e510d 19:15:52 Step 31/32 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:15:52 ---> Running in e786790610cb 19:15:53 Removing intermediate container e786790610cb 19:15:53 ---> 01c0ebf8f790 19:15:53 Step 32/32 : LABEL version=3.0.0-dev.7 19:15:53 ---> Running in af52696425ed 19:15:54 Removing intermediate container af52696425ed 19:15:54 ---> 8290a3867af3 19:15:54 19:15:54 Successfully built 8290a3867af3 19:15:54 Successfully tagged security-bootstrapper-arm64:latest 19:15:54 Building core-command 19:16:01  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:16:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:16:01 ---> 5df745739d7a 19:16:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 19:16:01 ---> Using cache 19:16:01 ---> cb21f08f784c 19:16:01 Step 4/23 : WORKDIR /edgex-go 19:16:01 ---> Using cache 19:16:01 ---> 2813815f3574 19:16:01 Step 5/23 : RUN apk add --update --no-cache make git 19:16:01 ---> Using cache 19:16:01 ---> 5de043dc9876 19:16:01 Step 6/23 : COPY go.mod vendor* ./ 19:16:01 ---> Using cache 19:16:01 ---> 8b91bf9224bb 19:16:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:01 ---> Using cache 19:16:01 ---> aa408f4ce0f5 19:16:01 Step 8/23 : COPY . . 19:16:01 ---> Using cache 19:16:01 ---> d5e5b87e8e84 19:16:01 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 19:16:03 ---> Running in 24eba5debe1b 19:16:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:16:10 Removing intermediate container b320a036b057 19:16:10 ---> d86ad2366c0c 19:16:10 19:16:10 Step 10/22 : FROM alpine:3.16 19:16:10 ---> 2b4661558fb8 19:16:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:16:11 ---> Running in 4d4a838b9305 19:16:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:16:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:16:15 Removing intermediate container 9cc0e9eeaf85 19:16:15 ---> 63c799816496 19:16:15 19:16:15 Step 10/22 : FROM alpine:3.16 19:16:15 ---> 2b4661558fb8 19:16:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:16:15 ---> Running in 918ef78f40cf 19:16:17 (1/1) Installing dumb-init (1.2.5-r1) 19:16:17 Executing busybox-1.35.0-r17.trigger 19:16:17 OK: 5 MiB in 15 packages 19:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:16:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:16:18 Removing intermediate container 4d4a838b9305 19:16:18 ---> 61f35bce9f13 19:16:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:16:19 ---> Running in 0847c222d574 19:16:19 (1/2) Installing ca-certificates (20220614-r0) 19:16:19 Removing intermediate container 0847c222d574 19:16:19 ---> 0263497fe92f 19:16:19 Step 13/22 : ENV APP_PORT=59861 19:16:19 (2/2) Installing dumb-init (1.2.5-r1) 19:16:19 Executing busybox-1.35.0-r17.trigger 19:16:19 ---> Running in b0d76f3dd294 19:16:19 Executing ca-certificates-20220614-r0.trigger 19:16:20 Removing intermediate container b0d76f3dd294 19:16:20 ---> 1d63d5b764c9 19:16:20 Step 14/22 : EXPOSE $APP_PORT 19:16:20 OK: 6 MiB in 16 packages 19:16:20 ---> Running in 70123594c8f4 19:16:21 Removing intermediate container 70123594c8f4 19:16:21 ---> aa501c8c2ede 19:16:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:16:22 ---> 614ad50b5738 19:16:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:16:22 Removing intermediate container 918ef78f40cf 19:16:22 ---> adf6b6fb44bf 19:16:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:16:22 ---> Running in 6c17c94a5d9c 19:16:23 Removing intermediate container 6c17c94a5d9c 19:16:23 ---> d891d515ddaf 19:16:23 Step 13/22 : ENV APP_PORT=59860 19:16:23 ---> Running in f327e92efdda 19:16:24 Removing intermediate container f327e92efdda 19:16:24 ---> 97745c7b62ea 19:16:24 Step 14/22 : EXPOSE $APP_PORT 19:16:24 ---> Running in baa551ef2815 19:16:25 Removing intermediate container baa551ef2815 19:16:25 ---> 1f4f2d1b5418 19:16:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:16:28 ---> 3b311943a207 19:16:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:16:28 ---> 6c54cd3449ae 19:16:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:16:28 ---> 67bc226ccad4 19:16:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:16:29 ---> Running in 772a2742191b 19:16:29 Removing intermediate container 772a2742191b 19:16:29 ---> e90d11b711b6 19:16:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:30 ---> Running in 4e85f00e9d0e 19:16:30 Removing intermediate container 4e85f00e9d0e 19:16:30 ---> c1250cff2c87 19:16:30 Step 20/22 : LABEL arch=arm64 19:16:30 ---> Running in 77cb5c7a770a 19:16:31 Removing intermediate container 77cb5c7a770a 19:16:31 ---> 0ed3a777fc0d 19:16:31 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:16:31 ---> Running in 74825b4da780 19:16:32 ---> 707c3804f37c 19:16:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:16:32 Removing intermediate container 74825b4da780 19:16:32 ---> 92aac663f0bb 19:16:32 Step 22/22 : LABEL version=3.0.0-dev.7 19:16:32 ---> Running in 336e3f9a7c9b 19:16:33 ---> 6b0bacb20b77 19:16:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:16:33 ---> Running in 2b5cb0fb2a92 19:16:33 Removing intermediate container 336e3f9a7c9b 19:16:33 ---> 9450e66cc63c 19:16:33 19:16:33 Successfully built 9450e66cc63c 19:16:33 Successfully tagged support-scheduler-arm64:latest 19:16:33  Building support-scheduler ... done Building core-metadata 19:16:34 Removing intermediate container 2b5cb0fb2a92 19:16:34 ---> 286295601c87 19:16:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:16:34 ---> Running in ec3656401e0c 19:16:34 Removing intermediate container ec3656401e0c 19:16:34 ---> dc54f1ae71a4 19:16:34 Step 20/22 : LABEL arch=arm64 19:16:34 ---> Running in 7f70c3f1fe54 19:16:35 Removing intermediate container 7f70c3f1fe54 19:16:35 ---> ed0a3a24c558 19:16:35 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:16:35 ---> Running in ef7744cec41b 19:16:35 Removing intermediate container ef7744cec41b 19:16:35 ---> de42c1c8278e 19:16:35 Step 22/22 : LABEL version=3.0.0-dev.7 19:16:35 ---> Running in 947b408c5e4b 19:16:36 Removing intermediate container 947b408c5e4b 19:16:36 ---> e15790c630c3 19:16:36 19:16:36 Successfully built e15790c630c3 19:16:36 Successfully tagged support-notifications-arm64:latest 19:16:36  Building support-notifications ... done Building sys-mgmt-agent 19:16:39 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:16:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:16:39 ---> 5df745739d7a 19:16:39 Step 3/24 : ARG ADD_BUILD_TAGS="" 19:16:39 ---> Using cache 19:16:39 ---> cb21f08f784c 19:16:39 Step 4/24 : WORKDIR /edgex-go 19:16:39 ---> Using cache 19:16:39 ---> 2813815f3574 19:16:39 Step 5/24 : RUN apk add --update --no-cache make git 19:16:39 ---> Using cache 19:16:39 ---> 5de043dc9876 19:16:39 Step 6/24 : COPY go.mod vendor* ./ 19:16:39 ---> Using cache 19:16:39 ---> 8b91bf9224bb 19:16:39 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:39 ---> Using cache 19:16:39 ---> aa408f4ce0f5 19:16:39 Step 8/24 : COPY . . 19:16:39 ---> Using cache 19:16:39 ---> d5e5b87e8e84 19:16:39 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 19:16:41 ---> Running in d21c4fc46fd6 19:16:41 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 19:16:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:16:41 ---> 5df745739d7a 19:16:41 Step 3/22 : WORKDIR /edgex-go 19:16:41 ---> Using cache 19:16:41 ---> 087e38ec51c3 19:16:41 Step 4/22 : RUN apk add --update --no-cache make bash git 19:16:41 ---> Running in 56850a9920e5 19:16:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:16:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:16:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:16:45 OK: 221 MiB in 51 packages 19:16:47 Removing intermediate container 56850a9920e5 19:16:47 ---> 4c0595800cd2 19:16:47 Step 5/22 : COPY go.mod vendor* ./ 19:16:47 ---> bc95f6e834a4 19:16:47 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:47 ---> Running in f21f7d41d20f 19:18:09 Removing intermediate container f21f7d41d20f 19:18:09 ---> ae63d698d2d5 19:18:09 Step 7/22 : COPY . . 19:18:09 ---> 297b417a2fd4 19:18:09 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:18:09 ---> Running in 9c237b823343 19:18:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:21:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:21:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:22:10 Removing intermediate container e8808eabe1cb 19:22:10 ---> 5bdbdea03572 19:22:10 19:22:10 Step 9/21 : FROM alpine:3.16 19:22:10 ---> 2b4661558fb8 19:22:10 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 19:22:10 ---> Running in f8629e6b5ad4 19:22:10 Removing intermediate container 408e1dfe3b7d 19:22:10 ---> 0ccdbc3387c9 19:22:10 19:22:10 Step 9/24 : FROM alpine:3.16 19:22:10 ---> 2b4661558fb8 19:22:10 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:22:10 ---> Running in 504560e27790 19:22:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:22:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:22:13 (1/6) Installing ca-certificates (20220614-r0) 19:22:13 (1/3) Installing ca-certificates (20220614-r0) 19:22:13 (2/6) Installing brotli-libs (1.0.9-r6) 19:22:13 (3/6) Installing nghttp2-libs (1.47.0-r0) 19:22:13 (4/6) Installing libcurl (7.83.1-r4) 19:22:13 (5/6) Installing curl (7.83.1-r4) 19:22:13 (6/6) Installing dumb-init (1.2.5-r1) 19:22:13 Executing busybox-1.35.0-r17.trigger 19:22:13 (2/3) Installing dumb-init (1.2.5-r1) 19:22:13 (3/3) Installing su-exec (0.2-r1) 19:22:13 Executing ca-certificates-20220614-r0.trigger 19:22:13 Executing busybox-1.35.0-r17.trigger 19:22:13 Executing ca-certificates-20220614-r0.trigger 19:22:14 OK: 8 MiB in 20 packages 19:22:14 OK: 6 MiB in 17 packages 19:22:17 Removing intermediate container 504560e27790 19:22:17 Removing intermediate container f8629e6b5ad4 19:22:17 ---> 9a047c1f6e4a 19:22:17 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:22:17 ---> 34163bbd1abc 19:22:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:22:18 ---> Running in 69e9e13f968c 19:22:18 ---> Running in b385b9c0172c 19:22:18 Removing intermediate container b385b9c0172c 19:22:18 ---> 755cc41e04de 19:22:18 Step 12/24 : WORKDIR / 19:22:18 ---> Running in b52d139810c3 19:22:18 Removing intermediate container 69e9e13f968c 19:22:18 ---> 2e2492473736 19:22:18 Step 12/21 : WORKDIR /edgex 19:22:19 ---> Running in 1c59de38f137 19:22:19 Removing intermediate container b52d139810c3 19:22:19 ---> 47e43b5b7677 19:22:19 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:22:19 Removing intermediate container 1c59de38f137 19:22:19 ---> 603844425460 19:22:19 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:22:21 ---> 47a3aa4f2a52 19:22:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:22:21 ---> 086bbdbef2a5 19:22:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:22:22 ---> 99d11d6e6661 19:22:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:22:23 ---> 9fffccdb5cc4 19:22:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:22:23 ---> 1c0d10851918 19:22:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:22:25 ---> 7e65f877bf26 19:22:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:22:25 ---> 344353311500 19:22:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:22:26 ---> a58f93bce863 19:22:26 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:22:26 ---> Running in 7155b498e43f 19:22:28 ---> 96e0b6ab4812 19:22:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:22:30 Removing intermediate container 7155b498e43f 19:22:30 ---> 146060a86b6b 19:22:30 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 19:22:30 ---> Running in bfb5ece45d8f 19:22:31 Removing intermediate container bfb5ece45d8f 19:22:31 ---> 53665aceb293 19:22:31 Step 19/21 : LABEL arch=arm64 19:22:31 ---> 4f8a432b4ecc 19:22:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:22:31 ---> Running in e34c64493fa0 19:22:32 Removing intermediate container e34c64493fa0 19:22:32 ---> 1d948d5cb0f8 19:22:32 Step 20/21 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:22:32 ---> e9d74f0218b7 19:22:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:22:32 ---> Running in 66fb4e46d9a3 19:22:32 ---> Running in 569a39539507 19:22:33 Removing intermediate container 66fb4e46d9a3 19:22:33 ---> 57cdcf250d46 19:22:33 Step 21/21 : LABEL version=3.0.0-dev.7 19:22:33 ---> Running in 9f4b602e7663 19:22:33 Removing intermediate container 9f4b602e7663 19:22:33 ---> e8ef5c403a1c 19:22:33 19:22:33 Successfully built e8ef5c403a1c 19:22:33 Successfully tagged security-proxy-setup-arm64:latest 19:22:35  Building security-proxy-setup ... done Removing intermediate container 569a39539507 19:22:35 ---> 2e89f28f05b8 19:22:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:22:35 ---> Running in 150dff2e748e 19:22:36 Removing intermediate container 150dff2e748e 19:22:36 ---> b21163f31646 19:22:36 Step 22/24 : LABEL arch=arm64 19:22:36 ---> Running in 7a454c8101ae 19:22:36 Removing intermediate container 7a454c8101ae 19:22:36 ---> 64318e2ceaa3 19:22:36 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:22:36 ---> Running in a655ec7dd863 19:22:37 Removing intermediate container a655ec7dd863 19:22:37 ---> 38829d3c2818 19:22:37 Step 24/24 : LABEL version=3.0.0-dev.7 19:22:37 ---> Running in 011ec579453b 19:22:37 Removing intermediate container 011ec579453b 19:22:38 ---> 534ad837a7e4 19:22:38 19:22:38 Successfully built 534ad837a7e4 19:22:38 Successfully tagged security-secretstore-setup-arm64:latest 19:22:56  Building security-secretstore-setup ... done Removing intermediate container 24eba5debe1b 19:22:56 ---> e2b9f09128c7 19:22:56 19:22:56 Step 10/23 : FROM alpine:3.16 19:22:56 ---> 2b4661558fb8 19:22:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:22:56 ---> Using cache 19:22:56 ---> 61f35bce9f13 19:22:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:22:56 ---> Using cache 19:22:56 ---> 0263497fe92f 19:22:56 Step 13/23 : ENV APP_PORT=59882 19:22:56 ---> Running in 41a4f7dadea5 19:22:56 Removing intermediate container 41a4f7dadea5 19:22:57 ---> b86c5bfda9de 19:22:57 Step 14/23 : EXPOSE $APP_PORT 19:22:57 ---> Running in d967b41aab81 19:22:57 Removing intermediate container d967b41aab81 19:22:57 ---> 8b0a90d8e736 19:22:57 Step 15/23 : WORKDIR / 19:22:57 ---> Running in d896c2771817 19:22:58 Removing intermediate container d896c2771817 19:22:58 ---> e39a6898118f 19:22:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:22:59 ---> c804f788814d 19:22:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:23:01 ---> 92eeb8b11740 19:23:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:23:02 ---> 9239f9d1ea7b 19:23:02 Step 19/23 : ENTRYPOINT ["/core-command"] 19:23:02 ---> Running in 173448efbf27 19:23:02 Removing intermediate container 173448efbf27 19:23:02 ---> 1d531ec1b466 19:23:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:02 ---> Running in 67f5015ad5a9 19:23:03 Removing intermediate container 67f5015ad5a9 19:23:03 ---> dafd2f9712a7 19:23:03 Step 21/23 : LABEL arch=arm64 19:23:03 ---> Running in 9c6cd4851230 19:23:03 Removing intermediate container 9c6cd4851230 19:23:03 ---> ed0b978bbf2d 19:23:03 Step 22/23 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:23:03 ---> Running in 68f9b045b7c2 19:23:04 Removing intermediate container 68f9b045b7c2 19:23:04 ---> 58c06b0d51cf 19:23:04 Step 23/23 : LABEL version=3.0.0-dev.7 19:23:04 ---> Running in e4f6e64669b1 19:23:05 Removing intermediate container e4f6e64669b1 19:23:05 ---> d9c4743536a9 19:23:05 19:23:05 Successfully built d9c4743536a9 19:23:05 Successfully tagged core-command-arm64:latest 19:23:23  Building core-command ... done Removing intermediate container d21c4fc46fd6 19:23:23 ---> 2ecfec404dd8 19:23:23 19:23:23 Step 10/24 : FROM alpine:3.16 19:23:23 ---> 2b4661558fb8 19:23:23 Step 11/24 : RUN apk add --update --no-cache dumb-init 19:23:23 ---> Using cache 19:23:23 ---> 61f35bce9f13 19:23:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:23:23 ---> Using cache 19:23:23 ---> 0263497fe92f 19:23:23 Step 13/24 : ENV APP_PORT=59881 19:23:23 ---> Running in 795da030ba1c 19:23:23 Removing intermediate container 795da030ba1c 19:23:23 ---> 96feef73e0ef 19:23:23 Step 14/24 : EXPOSE $APP_PORT 19:23:23 ---> Running in a4b703bf45cd 19:23:23 Removing intermediate container a4b703bf45cd 19:23:23 ---> ee4fa332fa5a 19:23:23 Step 15/24 : WORKDIR / 19:23:23 ---> Running in 248239fe1a53 19:23:23 Removing intermediate container 248239fe1a53 19:23:23 ---> a9a81129ce89 19:23:23 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:23:23 Removing intermediate container 9c237b823343 19:23:23 ---> 968f1016f991 19:23:23 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:23:23 ---> Running in 7f3c18e71486 19:23:24 ---> af1c396bcac3 19:23:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:23:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:23:25 ---> a6f72e131283 19:23:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:23:25 ---> 11f3e03953a0 19:23:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 19:23:26 ---> 3e59ab8646eb 19:23:26 Step 20/24 : ENTRYPOINT ["/core-metadata"] 19:23:26 ---> Running in f042c1f034a8 19:23:26 Removing intermediate container f042c1f034a8 19:23:26 ---> c373fe3b73ff 19:23:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:23:26 ---> Running in 104ca2d6a501 19:23:27 Removing intermediate container 104ca2d6a501 19:23:27 ---> aef524e5cf8e 19:23:27 Step 22/24 : LABEL arch=arm64 19:23:27 ---> Running in c518e87384f9 19:23:27 Removing intermediate container 7f3c18e71486 19:23:27 ---> 184f9a2c38d7 19:23:27 19:23:27 Step 10/22 : FROM alpine:3.16 19:23:27 ---> 2b4661558fb8 19:23:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:23:27 Removing intermediate container c518e87384f9 19:23:27 ---> d7ae793b915c 19:23:27 Step 23/24 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:23:27 ---> Running in 44f254bca255 19:23:27 ---> Running in a7594aa20e63 19:23:28 Removing intermediate container 44f254bca255 19:23:28 ---> f159360628f1 19:23:28 Step 24/24 : LABEL version=3.0.0-dev.7 19:23:28 Removing intermediate container a7594aa20e63 19:23:28 ---> 935781f6895c 19:23:28 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 19:23:28 ---> Running in 990eae8e57b8 19:23:28 ---> Running in 88f9a6e763ef 19:23:28 Removing intermediate container 990eae8e57b8 19:23:28 ---> 62e389e3ba15 19:23:28 19:23:28 Successfully built 62e389e3ba15 19:23:28 Successfully tagged core-metadata-arm64:latest 19:23:29  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:23:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:23:31 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 19:23:31 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 19:23:31 (3/33) Installing readline (8.1.2-r0) 19:23:31 (4/33) Installing bash (5.1.16-r2) 19:23:31 Executing bash-5.1.16-r2.post-install 19:23:31 (5/33) Installing ca-certificates (20220614-r0) 19:23:31 (6/33) Installing brotli-libs (1.0.9-r6) 19:23:31 (7/33) Installing nghttp2-libs (1.47.0-r0) 19:23:31 (8/33) Installing libcurl (7.83.1-r4) 19:23:31 (9/33) Installing curl (7.83.1-r4) 19:23:31 (10/33) Installing docker-cli (20.10.20-r0) 19:23:31 (11/33) Installing dumb-init (1.2.5-r1) 19:23:31 (12/33) Installing libbz2 (1.0.8-r1) 19:23:31 (13/33) Installing expat (2.5.0-r0) 19:23:31 (14/33) Installing libffi (3.4.2-r1) 19:23:31 (15/33) Installing gdbm (1.23-r0) 19:23:31 (16/33) Installing xz-libs (5.2.5-r1) 19:23:31 (17/33) Installing libgcc (11.2.1_git20220219-r2) 19:23:31 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 19:23:31 (19/33) Installing mpdecimal (2.5.1-r1) 19:23:31 (20/33) Installing sqlite-libs (3.38.5-r0) 19:23:31 (21/33) Installing python3 (3.10.9-r0) 19:23:34 (22/33) Installing py3-contextlib2 (21.6.0-r2) 19:23:34 (23/33) Installing py3-tomli (2.0.1-r1) 19:23:34 (24/33) Installing py3-pep517 (0.12.0-r2) 19:23:34 (25/33) Installing py3-six (1.16.0-r1) 19:23:34 (26/33) Installing py3-retrying (1.3.3-r3) 19:23:34 (27/33) Installing py3-appdirs (1.4.4-r3) 19:23:34 (28/33) Installing py3-more-itertools (8.13.0-r0) 19:23:34 (29/33) Installing py3-ordered-set (4.0.2-r3) 19:23:34 (30/33) Installing py3-parsing (2.4.7-r3) 19:23:34 (31/33) Installing py3-packaging (21.3-r0) 19:23:34 (32/33) Installing py3-setuptools (59.4.0-r0) 19:23:34 (33/33) Installing py3-pip (22.1.1-r0) 19:23:35 Executing busybox-1.35.0-r17.trigger 19:23:35 Executing ca-certificates-20220614-r0.trigger 19:23:35 OK: 121 MiB in 47 packages 19:23:50 Collecting docker-compose==1.23.2 19:23:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:23:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 12.1 MB/s eta 0:00:00 19:23:50 Collecting websocket-client<1.0,>=0.32.0 19:23:50 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:23:50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.1 MB/s eta 0:00:00 19:23:50 Collecting docopt<0.7,>=0.6.1 19:23:50 Downloading docopt-0.6.2.tar.gz (25 kB) 19:23:50 Preparing metadata (setup.py): started 19:23:51 Preparing metadata (setup.py): finished with status 'done' 19:23:51 Collecting texttable<0.10,>=0.9.0 19:23:51 Downloading texttable-0.9.1.tar.gz (11 kB) 19:23:51 Preparing metadata (setup.py): started 19:23:53 Preparing metadata (setup.py): finished with status 'done' 19:23:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 19:23:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:23:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:23:54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.4 MB/s eta 0:00:00 19:23:54 Collecting cached-property<2,>=1.2.0 19:23:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:23:55 Collecting jsonschema<3,>=2.5.1 19:23:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:23:55 Collecting PyYAML<4,>=3.10 19:23:55 Downloading PyYAML-3.13.tar.gz (270 kB) 19:23:55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 14.2 MB/s eta 0:00:00 19:23:57 Preparing metadata (setup.py): started 19:23:59 Preparing metadata (setup.py): finished with status 'done' 19:23:59 Collecting dockerpty<0.5,>=0.4.1 19:23:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:23:59 Preparing metadata (setup.py): started 19:24:00 Preparing metadata (setup.py): finished with status 'done' 19:24:01 Collecting docker<4.0,>=3.6.0 19:24:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:24:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.6 MB/s eta 0:00:00 19:24:01 Collecting docker-pycreds>=0.4.0 19:24:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:24:02 Collecting urllib3<1.25,>=1.21.1 19:24:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:24:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 20.8 MB/s eta 0:00:00 19:24:02 Collecting idna<2.8,>=2.5 19:24:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:24:02 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.4 MB/s eta 0:00:00 19:24:03 Collecting certifi>=2017.4.17 19:24:03 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 19:24:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 20.6 MB/s eta 0:00:00 19:24:03 Collecting chardet<3.1.0,>=3.0.2 19:24:03 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:24:03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 19.3 MB/s eta 0:00:00 19:24:03 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:24:03 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:24:03 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:24:03 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:24:04 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 19:24:04 Running setup.py install for texttable: started 19:24:06 Running setup.py install for texttable: finished with status 'done' 19:24:06 Running setup.py install for PyYAML: started 19:24:09 Running setup.py install for PyYAML: finished with status 'done' 19:24:10 Running setup.py install for docopt: started 19:24:12 Running setup.py install for docopt: finished with status 'done' 19:24:15 Running setup.py install for dockerpty: started 19:24:17 Running setup.py install for dockerpty: finished with status 'done' 19:24:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.12.7 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 19:24:21 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 19:24:29 Removing intermediate container 88f9a6e763ef 19:24:29 ---> ba07e1e95e08 19:24:29 Step 13/22 : ENV APP_PORT=58890 19:24:29 ---> Running in 14995946e661 19:24:29 Removing intermediate container 14995946e661 19:24:29 ---> eb12c20a2d74 19:24:29 Step 14/22 : EXPOSE $APP_PORT 19:24:29 ---> Running in 7a3fd61016a4 19:24:29 Removing intermediate container 7a3fd61016a4 19:24:29 ---> 43132c199ec2 19:24:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:24:30 ---> 31ec75bb66dd 19:24:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:24:30 ---> ea1e01faefd6 19:24:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:24:31 ---> 1d2cd9c99bbb 19:24:31 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:24:31 ---> Running in 6c03a3039326 19:24:31 Removing intermediate container 6c03a3039326 19:24:31 ---> fd6ade15632b 19:24:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:31 ---> Running in 3a47c07a6f71 19:24:31 Removing intermediate container 3a47c07a6f71 19:24:31 ---> 88013f2358a6 19:24:31 Step 20/22 : LABEL arch=arm64 19:24:32 ---> Running in f6ab0f519ff3 19:24:32 Removing intermediate container f6ab0f519ff3 19:24:32 ---> b08e55a5db8a 19:24:32 Step 21/22 : LABEL git_sha=475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:32 ---> Running in 715fef5b13f3 19:24:32 Removing intermediate container 715fef5b13f3 19:24:32 ---> e5c18f216601 19:24:32 Step 22/22 : LABEL version=3.0.0-dev.7 19:24:32 ---> Running in 01af4e2bfb8c 19:24:32 Removing intermediate container 01af4e2bfb8c 19:24:32 ---> cb95f4914e54 19:24:32 19:24:33 Successfully built cb95f4914e54 19:24:33 Successfully tagged sys-mgmt-agent-arm64:latest 19:24:33  Building sys-mgmt-agent ... done  [Pipeline] } 19:24:33 $ docker stop --time=1 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa 19:24:35 $ docker rm -f --volumes 0971d541c31a4ad9d173f5e6f61e0494c1ffae5f1317586638f514991d73aefa [Pipeline] // withDockerContainer [Pipeline] sh 19:24:35 + docker images 19:24:35 REPOSITORY TAG IMAGE ID CREATED SIZE 19:24:35 sys-mgmt-agent-arm64 latest cb95f4914e54 3 seconds ago 134MB 19:24:35 core-metadata-arm64 latest 62e389e3ba15 About a minute ago 17.8MB 19:24:35 184f9a2c38d7 About a minute ago 1.25GB 19:24:35 2ecfec404dd8 About a minute ago 1.28GB 19:24:35 core-command-arm64 latest d9c4743536a9 About a minute ago 17MB 19:24:35 e2b9f09128c7 About a minute ago 1.27GB 19:24:35 security-secretstore-setup-arm64 latest 534ad837a7e4 About a minute ago 28.7MB 19:24:35 security-proxy-setup-arm64 latest e8ef5c403a1c 2 minutes ago 26.8MB 19:24:35 0ccdbc3387c9 2 minutes ago 1.26GB 19:24:35 5bdbdea03572 2 minutes ago 1.26GB 19:24:35 support-notifications-arm64 latest e15790c630c3 7 minutes ago 29.5MB 19:24:35 support-scheduler-arm64 latest 9450e66cc63c 8 minutes ago 29MB 19:24:35 63c799816496 8 minutes ago 1.33GB 19:24:35 d86ad2366c0c 8 minutes ago 1.33GB 19:24:35 security-bootstrapper-arm64 latest 8290a3867af3 8 minutes ago 19.5MB 19:24:35 security-spiffe-token-provider-arm64 latest 7e8d972a5f21 8 minutes ago 28.9MB 19:24:35 security-spire-agent-arm64 latest d5e08b547777 9 minutes ago 122MB 19:24:35 767b401ba4c9 9 minutes ago 1.3GB 19:24:35 836e6775297e 9 minutes ago 1.26GB 19:24:35 core-data-arm64 latest cff42e3a8c3f 9 minutes ago 17.2MB 19:24:35 e633c76e4e4c 9 minutes ago 1.28GB 19:24:35 security-spire-config-arm64 latest 666b6c42183d 18 minutes ago 83.6MB 19:24:35 security-spire-server-arm64 latest 0b4672935e9a 18 minutes ago 84.3MB 19:24:35 ed84c85e157e 19 minutes ago 1.14GB 19:24:35 65628f95cc5c 19 minutes ago 1.14GB 19:24:35 ci-base-image-arm64 latest 5df745739d7a 21 minutes ago 948MB 19:24:35 alpine 3.16 2b4661558fb8 4 weeks ago 5.29MB 19:24:35 alpine 3.15 8aa73fd46299 5 weeks ago 5.33MB 19:24:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 6 weeks ago 685MB 19:24:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:24:35 provisioning config files... 19:24:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/361@tmp/config17737110285925774347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:24:36 ---> docker-login.sh 19:24:36 nexus3.edgexfoundry.org:10001 19:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:24:36 Configure a credential helper to remove this warning. See 19:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:24:36 19:24:36 Login Succeeded 19:24:36 nexus3.edgexfoundry.org:10002 19:24:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:24:36 Configure a credential helper to remove this warning. See 19:24:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:24:36 19:24:36 Login Succeeded 19:24:36 nexus3.edgexfoundry.org:10003 19:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:24:37 Configure a credential helper to remove this warning. See 19:24:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:24:37 19:24:37 Login Succeeded 19:24:37 nexus3.edgexfoundry.org:10004 19:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:24:37 Configure a credential helper to remove this warning. See 19:24:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:24:37 19:24:37 Login Succeeded 19:24:37 docker.io 19:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:24:38 Configure a credential helper to remove this warning. See 19:24:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:24:38 19:24:38 Login Succeeded 19:24:38 ---> docker-login.sh ends [Pipeline] } 19:24:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:24:38 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 19:24:38 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:38 latest 19:24:38 3.0.0-dev.7 19:24:38 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:38 main 19:24:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:24:38 9916714bd406: Preparing 19:24:38 bbbd88b17d72: Preparing 19:24:38 976a7b946443: Preparing 19:24:38 f2a9d0ad6ae4: Preparing 19:24:38 17bec77d7fdc: Preparing 19:24:38 17bec77d7fdc: Layer already exists 19:24:39 976a7b946443: Pushed 19:24:39 f2a9d0ad6ae4: Pushed 19:24:39 9916714bd406: Pushed 19:24:42 bbbd88b17d72: Pushed 19:24:42 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:24:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:24:43 9916714bd406: Preparing 19:24:43 bbbd88b17d72: Preparing 19:24:43 976a7b946443: Preparing 19:24:43 f2a9d0ad6ae4: Preparing 19:24:43 17bec77d7fdc: Preparing 19:24:43 f2a9d0ad6ae4: Layer already exists 19:24:43 976a7b946443: Layer already exists 19:24:43 17bec77d7fdc: Layer already exists 19:24:43 bbbd88b17d72: Layer already exists 19:24:43 9916714bd406: Layer already exists 19:24:43 latest: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 19:24:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:24:44 9916714bd406: Preparing 19:24:44 bbbd88b17d72: Preparing 19:24:44 976a7b946443: Preparing 19:24:44 f2a9d0ad6ae4: Preparing 19:24:44 17bec77d7fdc: Preparing 19:24:44 17bec77d7fdc: Layer already exists 19:24:44 976a7b946443: Layer already exists 19:24:44 bbbd88b17d72: Layer already exists 19:24:44 9916714bd406: Layer already exists 19:24:44 f2a9d0ad6ae4: Layer already exists 19:24:44 3.0.0-dev.7: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:24:44 9916714bd406: Preparing 19:24:44 bbbd88b17d72: Preparing 19:24:44 976a7b946443: Preparing 19:24:44 f2a9d0ad6ae4: Preparing 19:24:44 17bec77d7fdc: Preparing 19:24:44 976a7b946443: Layer already exists 19:24:44 9916714bd406: Layer already exists 19:24:44 17bec77d7fdc: Layer already exists 19:24:44 f2a9d0ad6ae4: Layer already exists 19:24:44 bbbd88b17d72: Layer already exists 19:24:44 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 19:24:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 19:24:45 9916714bd406: Preparing 19:24:45 bbbd88b17d72: Preparing 19:24:45 976a7b946443: Preparing 19:24:45 f2a9d0ad6ae4: Preparing 19:24:45 17bec77d7fdc: Preparing 19:24:45 17bec77d7fdc: Layer already exists 19:24:45 9916714bd406: Layer already exists 19:24:45 bbbd88b17d72: Layer already exists 19:24:45 976a7b946443: Layer already exists 19:24:45 f2a9d0ad6ae4: Layer already exists 19:24:45 main: digest: sha256:50b6173b1fd2cdd16951f9d8fbc8e143841cb9564fa5aae533781b2295d646d0 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:45 ===================================================== [Pipeline] echo 19:24:45 taggedImages: 19:24:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 19:24:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.7 19:24:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 19:24:45 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 19:24:45 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:45 latest 19:24:45 3.0.0-dev.7 19:24:45 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:45 main 19:24:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:24:46 1160aaf65650: Preparing 19:24:46 d251ff7db193: Preparing 19:24:46 976a7b946443: Preparing 19:24:46 dedd2cae78af: Preparing 19:24:46 17bec77d7fdc: Preparing 19:24:46 976a7b946443: Layer already exists 19:24:46 17bec77d7fdc: Layer already exists 19:24:46 1160aaf65650: Pushed 19:24:46 dedd2cae78af: Pushed 19:24:50 d251ff7db193: Pushed 19:24:50 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:24:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:24:50 1160aaf65650: Preparing 19:24:50 d251ff7db193: Preparing 19:24:50 976a7b946443: Preparing 19:24:50 dedd2cae78af: Preparing 19:24:50 17bec77d7fdc: Preparing 19:24:50 17bec77d7fdc: Layer already exists 19:24:50 976a7b946443: Layer already exists 19:24:50 1160aaf65650: Layer already exists 19:24:50 dedd2cae78af: Layer already exists 19:24:50 d251ff7db193: Layer already exists 19:24:51 latest: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 19:24:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:24:51 1160aaf65650: Preparing 19:24:51 d251ff7db193: Preparing 19:24:51 976a7b946443: Preparing 19:24:51 dedd2cae78af: Preparing 19:24:51 17bec77d7fdc: Preparing 19:24:51 1160aaf65650: Layer already exists 19:24:51 d251ff7db193: Layer already exists 19:24:51 dedd2cae78af: Layer already exists 19:24:51 17bec77d7fdc: Layer already exists 19:24:51 976a7b946443: Layer already exists 19:24:51 3.0.0-dev.7: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:52 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:24:52 1160aaf65650: Preparing 19:24:52 d251ff7db193: Preparing 19:24:52 976a7b946443: Preparing 19:24:52 dedd2cae78af: Preparing 19:24:52 17bec77d7fdc: Preparing 19:24:52 17bec77d7fdc: Layer already exists 19:24:52 976a7b946443: Layer already exists 19:24:52 1160aaf65650: Layer already exists 19:24:52 d251ff7db193: Layer already exists 19:24:52 dedd2cae78af: Layer already exists 19:24:52 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 19:24:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 19:24:53 1160aaf65650: Preparing 19:24:53 d251ff7db193: Preparing 19:24:53 976a7b946443: Preparing 19:24:53 dedd2cae78af: Preparing 19:24:53 17bec77d7fdc: Preparing 19:24:53 976a7b946443: Layer already exists 19:24:53 dedd2cae78af: Layer already exists 19:24:53 1160aaf65650: Layer already exists 19:24:53 17bec77d7fdc: Layer already exists 19:24:53 d251ff7db193: Layer already exists 19:24:53 main: digest: sha256:9639eeb23ab109133c054950085fa2188bfbe28cd19b080a8adf0329004c0257 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:24:53 ===================================================== [Pipeline] echo 19:24:53 taggedImages: 19:24:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 19:24:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.7 19:24:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:53 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 19:24:53 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 19:24:53 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:53 latest 19:24:53 3.0.0-dev.7 19:24:53 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:24:53 main 19:24:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:24:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:24:54 b91c0ea5e9ad: Preparing 19:24:54 86faf08dc5d7: Preparing 19:24:54 5be976d8a20e: Preparing 19:24:54 976a7b946443: Preparing 19:24:54 f2a9d0ad6ae4: Preparing 19:24:54 17bec77d7fdc: Preparing 19:24:54 17bec77d7fdc: Waiting 19:24:54 f2a9d0ad6ae4: Layer already exists 19:24:54 976a7b946443: Layer already exists 19:24:54 17bec77d7fdc: Layer already exists 19:24:54 b91c0ea5e9ad: Pushed 19:24:54 86faf08dc5d7: Pushed 19:24:57 5be976d8a20e: Pushed 19:24:57 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:24:58 b91c0ea5e9ad: Preparing 19:24:58 86faf08dc5d7: Preparing 19:24:58 5be976d8a20e: Preparing 19:24:58 976a7b946443: Preparing 19:24:58 f2a9d0ad6ae4: Preparing 19:24:58 17bec77d7fdc: Preparing 19:24:58 17bec77d7fdc: Waiting 19:24:58 5be976d8a20e: Layer already exists 19:24:58 f2a9d0ad6ae4: Layer already exists 19:24:58 b91c0ea5e9ad: Layer already exists 19:24:58 86faf08dc5d7: Layer already exists 19:24:58 976a7b946443: Layer already exists 19:24:58 17bec77d7fdc: Layer already exists 19:24:58 latest: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 19:24:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:24:59 b91c0ea5e9ad: Preparing 19:24:59 86faf08dc5d7: Preparing 19:24:59 5be976d8a20e: Preparing 19:24:59 976a7b946443: Preparing 19:24:59 f2a9d0ad6ae4: Preparing 19:24:59 17bec77d7fdc: Preparing 19:24:59 17bec77d7fdc: Waiting 19:24:59 f2a9d0ad6ae4: Layer already exists 19:24:59 976a7b946443: Layer already exists 19:24:59 86faf08dc5d7: Layer already exists 19:24:59 5be976d8a20e: Layer already exists 19:24:59 b91c0ea5e9ad: Layer already exists 19:24:59 17bec77d7fdc: Layer already exists 19:24:59 3.0.0-dev.7: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:25:00 b91c0ea5e9ad: Preparing 19:25:00 86faf08dc5d7: Preparing 19:25:00 5be976d8a20e: Preparing 19:25:00 976a7b946443: Preparing 19:25:00 f2a9d0ad6ae4: Preparing 19:25:00 17bec77d7fdc: Preparing 19:25:00 17bec77d7fdc: Waiting 19:25:00 86faf08dc5d7: Layer already exists 19:25:00 976a7b946443: Layer already exists 19:25:00 b91c0ea5e9ad: Layer already exists 19:25:00 f2a9d0ad6ae4: Layer already exists 19:25:00 5be976d8a20e: Layer already exists 19:25:00 17bec77d7fdc: Layer already exists 19:25:00 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 19:25:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 19:25:01 b91c0ea5e9ad: Preparing 19:25:01 86faf08dc5d7: Preparing 19:25:01 5be976d8a20e: Preparing 19:25:01 976a7b946443: Preparing 19:25:01 f2a9d0ad6ae4: Preparing 19:25:01 17bec77d7fdc: Preparing 19:25:01 17bec77d7fdc: Waiting 19:25:01 86faf08dc5d7: Layer already exists 19:25:01 5be976d8a20e: Layer already exists 19:25:01 b91c0ea5e9ad: Layer already exists 19:25:01 976a7b946443: Layer already exists 19:25:01 f2a9d0ad6ae4: Layer already exists 19:25:01 17bec77d7fdc: Layer already exists 19:25:01 main: digest: sha256:36bebc7885109907b9946db47192c18a02abc9b639896f0c82637f6b6ab214cb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:01 ===================================================== [Pipeline] echo 19:25:01 taggedImages: 19:25:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 19:25:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.7 19:25:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 19:25:01 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 19:25:01 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:01 latest 19:25:01 3.0.0-dev.7 19:25:01 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:01 main 19:25:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:25:02 66a1cd7941e9: Preparing 19:25:02 66a1cd7941e9: Preparing 19:25:02 f3c21f7840d2: Preparing 19:25:02 dd5be24dad5c: Preparing 19:25:02 0e17de8af3e5: Preparing 19:25:02 620cc5a85544: Preparing 19:25:02 d69e85e87db9: Preparing 19:25:02 976a7b946443: Preparing 19:25:02 19b0996e7ba6: Preparing 19:25:02 5fd9980d2cdc: Preparing 19:25:02 c493c0feb7c6: Preparing 19:25:02 3663a489ebde: Preparing 19:25:02 17bec77d7fdc: Preparing 19:25:02 17bec77d7fdc: Waiting 19:25:02 3663a489ebde: Waiting 19:25:02 5fd9980d2cdc: Waiting 19:25:02 c493c0feb7c6: Waiting 19:25:02 d69e85e87db9: Waiting 19:25:02 19b0996e7ba6: Waiting 19:25:02 976a7b946443: Waiting 19:25:02 0e17de8af3e5: Pushed 19:25:02 dd5be24dad5c: Pushed 19:25:02 620cc5a85544: Pushed 19:25:02 f3c21f7840d2: Pushed 19:25:02 66a1cd7941e9: Pushed 19:25:02 976a7b946443: Layer already exists 19:25:02 19b0996e7ba6: Pushed 19:25:02 c493c0feb7c6: Pushed 19:25:02 5fd9980d2cdc: Pushed 19:25:02 17bec77d7fdc: Layer already exists 19:25:02 3663a489ebde: Pushed 19:25:06 d69e85e87db9: Pushed 19:25:06 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:25:06 66a1cd7941e9: Preparing 19:25:06 66a1cd7941e9: Preparing 19:25:06 f3c21f7840d2: Preparing 19:25:06 dd5be24dad5c: Preparing 19:25:06 0e17de8af3e5: Preparing 19:25:06 620cc5a85544: Preparing 19:25:06 d69e85e87db9: Preparing 19:25:06 976a7b946443: Preparing 19:25:06 19b0996e7ba6: Preparing 19:25:06 5fd9980d2cdc: Preparing 19:25:06 c493c0feb7c6: Preparing 19:25:06 3663a489ebde: Preparing 19:25:06 17bec77d7fdc: Preparing 19:25:06 5fd9980d2cdc: Waiting 19:25:06 c493c0feb7c6: Waiting 19:25:06 3663a489ebde: Waiting 19:25:06 d69e85e87db9: Waiting 19:25:06 17bec77d7fdc: Waiting 19:25:06 19b0996e7ba6: Waiting 19:25:06 976a7b946443: Waiting 19:25:06 f3c21f7840d2: Layer already exists 19:25:06 620cc5a85544: Layer already exists 19:25:06 66a1cd7941e9: Layer already exists 19:25:06 0e17de8af3e5: Layer already exists 19:25:06 dd5be24dad5c: Layer already exists 19:25:06 976a7b946443: Layer already exists 19:25:06 d69e85e87db9: Layer already exists 19:25:06 19b0996e7ba6: Layer already exists 19:25:06 5fd9980d2cdc: Layer already exists 19:25:06 c493c0feb7c6: Layer already exists 19:25:06 3663a489ebde: Layer already exists 19:25:06 17bec77d7fdc: Layer already exists 19:25:07 latest: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 19:25:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:25:07 66a1cd7941e9: Preparing 19:25:07 66a1cd7941e9: Preparing 19:25:07 f3c21f7840d2: Preparing 19:25:07 dd5be24dad5c: Preparing 19:25:07 0e17de8af3e5: Preparing 19:25:07 620cc5a85544: Preparing 19:25:07 d69e85e87db9: Preparing 19:25:07 976a7b946443: Preparing 19:25:07 19b0996e7ba6: Preparing 19:25:07 5fd9980d2cdc: Preparing 19:25:07 c493c0feb7c6: Preparing 19:25:07 3663a489ebde: Preparing 19:25:07 17bec77d7fdc: Preparing 19:25:07 d69e85e87db9: Waiting 19:25:07 976a7b946443: Waiting 19:25:07 19b0996e7ba6: Waiting 19:25:07 5fd9980d2cdc: Waiting 19:25:07 17bec77d7fdc: Waiting 19:25:07 c493c0feb7c6: Waiting 19:25:07 3663a489ebde: Waiting 19:25:07 0e17de8af3e5: Layer already exists 19:25:07 620cc5a85544: Layer already exists 19:25:07 dd5be24dad5c: Layer already exists 19:25:07 66a1cd7941e9: Layer already exists 19:25:07 f3c21f7840d2: Layer already exists 19:25:07 976a7b946443: Layer already exists 19:25:07 5fd9980d2cdc: Layer already exists 19:25:07 d69e85e87db9: Layer already exists 19:25:07 c493c0feb7c6: Layer already exists 19:25:07 19b0996e7ba6: Layer already exists 19:25:07 17bec77d7fdc: Layer already exists 19:25:07 3663a489ebde: Layer already exists 19:25:08 3.0.0-dev.7: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:25:08 66a1cd7941e9: Preparing 19:25:08 66a1cd7941e9: Preparing 19:25:08 f3c21f7840d2: Preparing 19:25:08 dd5be24dad5c: Preparing 19:25:08 0e17de8af3e5: Preparing 19:25:08 620cc5a85544: Preparing 19:25:08 d69e85e87db9: Preparing 19:25:08 976a7b946443: Preparing 19:25:08 19b0996e7ba6: Preparing 19:25:08 5fd9980d2cdc: Preparing 19:25:08 c493c0feb7c6: Preparing 19:25:08 3663a489ebde: Preparing 19:25:08 17bec77d7fdc: Preparing 19:25:08 c493c0feb7c6: Waiting 19:25:08 976a7b946443: Waiting 19:25:08 3663a489ebde: Waiting 19:25:08 17bec77d7fdc: Waiting 19:25:08 19b0996e7ba6: Waiting 19:25:08 d69e85e87db9: Waiting 19:25:08 5fd9980d2cdc: Waiting 19:25:08 620cc5a85544: Layer already exists 19:25:08 dd5be24dad5c: Layer already exists 19:25:08 f3c21f7840d2: Layer already exists 19:25:08 66a1cd7941e9: Layer already exists 19:25:08 0e17de8af3e5: Layer already exists 19:25:08 976a7b946443: Layer already exists 19:25:08 19b0996e7ba6: Layer already exists 19:25:08 d69e85e87db9: Layer already exists 19:25:08 5fd9980d2cdc: Layer already exists 19:25:08 c493c0feb7c6: Layer already exists 19:25:08 3663a489ebde: Layer already exists 19:25:08 17bec77d7fdc: Layer already exists 19:25:09 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 19:25:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 19:25:09 66a1cd7941e9: Preparing 19:25:09 66a1cd7941e9: Preparing 19:25:09 f3c21f7840d2: Preparing 19:25:09 dd5be24dad5c: Preparing 19:25:09 0e17de8af3e5: Preparing 19:25:09 620cc5a85544: Preparing 19:25:09 d69e85e87db9: Preparing 19:25:09 976a7b946443: Preparing 19:25:09 19b0996e7ba6: Preparing 19:25:09 5fd9980d2cdc: Preparing 19:25:09 c493c0feb7c6: Preparing 19:25:09 3663a489ebde: Preparing 19:25:09 17bec77d7fdc: Preparing 19:25:09 5fd9980d2cdc: Waiting 19:25:09 3663a489ebde: Waiting 19:25:09 17bec77d7fdc: Waiting 19:25:09 d69e85e87db9: Waiting 19:25:09 976a7b946443: Waiting 19:25:09 19b0996e7ba6: Waiting 19:25:09 c493c0feb7c6: Waiting 19:25:09 f3c21f7840d2: Layer already exists 19:25:09 0e17de8af3e5: Layer already exists 19:25:09 66a1cd7941e9: Layer already exists 19:25:09 620cc5a85544: Layer already exists 19:25:09 dd5be24dad5c: Layer already exists 19:25:09 c493c0feb7c6: Layer already exists 19:25:09 d69e85e87db9: Layer already exists 19:25:09 19b0996e7ba6: Layer already exists 19:25:09 976a7b946443: Layer already exists 19:25:09 5fd9980d2cdc: Layer already exists 19:25:09 3663a489ebde: Layer already exists 19:25:09 17bec77d7fdc: Layer already exists 19:25:09 main: digest: sha256:54b2472477ff79e7ced5a64d08c3950f5630868a6b66a572c13d4825d15a926c size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:10 ===================================================== [Pipeline] echo 19:25:10 taggedImages: 19:25:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 19:25:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.7 19:25:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 19:25:10 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 19:25:10 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:10 latest 19:25:10 3.0.0-dev.7 19:25:10 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:10 main 19:25:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:25:10 366b484591b3: Preparing 19:25:10 14528c2a1d64: Preparing 19:25:10 4de0bed2066c: Preparing 19:25:10 4bc2ed69ce15: Preparing 19:25:10 84a88ee9a8a0: Preparing 19:25:10 206845c6bcf5: Preparing 19:25:10 1601217971d0: Preparing 19:25:10 17bec77d7fdc: Preparing 19:25:10 206845c6bcf5: Waiting 19:25:10 1601217971d0: Waiting 19:25:10 17bec77d7fdc: Waiting 19:25:10 84a88ee9a8a0: Pushed 19:25:10 366b484591b3: Pushed 19:25:10 14528c2a1d64: Pushed 19:25:10 17bec77d7fdc: Layer already exists 19:25:11 206845c6bcf5: Pushed 19:25:11 1601217971d0: Pushed 19:25:13 4bc2ed69ce15: Pushed 19:25:13 4de0bed2066c: Pushed 19:25:13 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:25:13 366b484591b3: Preparing 19:25:13 14528c2a1d64: Preparing 19:25:13 4de0bed2066c: Preparing 19:25:13 4bc2ed69ce15: Preparing 19:25:13 84a88ee9a8a0: Preparing 19:25:13 206845c6bcf5: Preparing 19:25:13 1601217971d0: Preparing 19:25:13 17bec77d7fdc: Preparing 19:25:13 206845c6bcf5: Waiting 19:25:13 1601217971d0: Waiting 19:25:13 17bec77d7fdc: Waiting 19:25:13 4bc2ed69ce15: Layer already exists 19:25:13 14528c2a1d64: Layer already exists 19:25:13 84a88ee9a8a0: Layer already exists 19:25:13 4de0bed2066c: Layer already exists 19:25:13 366b484591b3: Layer already exists 19:25:13 206845c6bcf5: Layer already exists 19:25:13 17bec77d7fdc: Layer already exists 19:25:13 1601217971d0: Layer already exists 19:25:14 latest: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 19:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:25:14 366b484591b3: Preparing 19:25:14 14528c2a1d64: Preparing 19:25:14 4de0bed2066c: Preparing 19:25:14 4bc2ed69ce15: Preparing 19:25:14 84a88ee9a8a0: Preparing 19:25:14 206845c6bcf5: Preparing 19:25:14 1601217971d0: Preparing 19:25:14 17bec77d7fdc: Preparing 19:25:14 206845c6bcf5: Waiting 19:25:14 1601217971d0: Waiting 19:25:14 17bec77d7fdc: Waiting 19:25:14 4bc2ed69ce15: Layer already exists 19:25:14 14528c2a1d64: Layer already exists 19:25:14 366b484591b3: Layer already exists 19:25:14 4de0bed2066c: Layer already exists 19:25:14 84a88ee9a8a0: Layer already exists 19:25:14 1601217971d0: Layer already exists 19:25:14 206845c6bcf5: Layer already exists 19:25:14 17bec77d7fdc: Layer already exists 19:25:14 3.0.0-dev.7: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:25:15 366b484591b3: Preparing 19:25:15 14528c2a1d64: Preparing 19:25:15 4de0bed2066c: Preparing 19:25:15 4bc2ed69ce15: Preparing 19:25:15 84a88ee9a8a0: Preparing 19:25:15 206845c6bcf5: Preparing 19:25:15 1601217971d0: Preparing 19:25:15 17bec77d7fdc: Preparing 19:25:15 206845c6bcf5: Waiting 19:25:15 1601217971d0: Waiting 19:25:15 17bec77d7fdc: Waiting 19:25:15 84a88ee9a8a0: Layer already exists 19:25:15 14528c2a1d64: Layer already exists 19:25:15 366b484591b3: Layer already exists 19:25:15 4bc2ed69ce15: Layer already exists 19:25:15 4de0bed2066c: Layer already exists 19:25:15 17bec77d7fdc: Layer already exists 19:25:15 1601217971d0: Layer already exists 19:25:15 206845c6bcf5: Layer already exists 19:25:15 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 19:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 19:25:16 366b484591b3: Preparing 19:25:16 14528c2a1d64: Preparing 19:25:16 4de0bed2066c: Preparing 19:25:16 4bc2ed69ce15: Preparing 19:25:16 84a88ee9a8a0: Preparing 19:25:16 206845c6bcf5: Preparing 19:25:16 1601217971d0: Preparing 19:25:16 17bec77d7fdc: Preparing 19:25:16 1601217971d0: Waiting 19:25:16 17bec77d7fdc: Waiting 19:25:16 206845c6bcf5: Waiting 19:25:16 4de0bed2066c: Layer already exists 19:25:16 366b484591b3: Layer already exists 19:25:16 14528c2a1d64: Layer already exists 19:25:16 4bc2ed69ce15: Layer already exists 19:25:16 84a88ee9a8a0: Layer already exists 19:25:16 206845c6bcf5: Layer already exists 19:25:16 1601217971d0: Layer already exists 19:25:16 17bec77d7fdc: Layer already exists 19:25:16 main: digest: sha256:27625466829193ffb9214ab927f3c55dc33afbc25bd2aee309d1d32374beab8e size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:17 ===================================================== [Pipeline] echo 19:25:17 taggedImages: 19:25:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 19:25:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.7 19:25:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 19:25:17 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 19:25:17 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:17 latest 19:25:17 3.0.0-dev.7 19:25:17 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:17 main 19:25:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:25:17 221daa7442e9: Preparing 19:25:17 9b35cdf4428d: Preparing 19:25:17 241e8ae8fbe2: Preparing 19:25:17 f0d03f01631d: Preparing 19:25:17 b0e4ff83e788: Preparing 19:25:17 e7fcfd32ca74: Preparing 19:25:17 f78d22731470: Preparing 19:25:17 15f6c9d580df: Preparing 19:25:17 a1d15e5acebb: Preparing 19:25:17 17bec77d7fdc: Preparing 19:25:17 15f6c9d580df: Waiting 19:25:17 17bec77d7fdc: Waiting 19:25:17 a1d15e5acebb: Waiting 19:25:17 e7fcfd32ca74: Waiting 19:25:17 f78d22731470: Waiting 19:25:17 221daa7442e9: Pushed 19:25:17 b0e4ff83e788: Pushed 19:25:17 9b35cdf4428d: Pushed 19:25:18 f78d22731470: Pushed 19:25:18 e7fcfd32ca74: Pushed 19:25:18 15f6c9d580df: Pushed 19:25:18 17bec77d7fdc: Layer already exists 19:25:18 a1d15e5acebb: Pushed 19:25:20 f0d03f01631d: Pushed 19:25:21 241e8ae8fbe2: Pushed 19:25:21 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:21 + 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 19:25:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:25:21 221daa7442e9: Preparing 19:25:21 9b35cdf4428d: Preparing 19:25:21 241e8ae8fbe2: Preparing 19:25:21 f0d03f01631d: Preparing 19:25:21 b0e4ff83e788: Preparing 19:25:21 e7fcfd32ca74: Preparing 19:25:21 f78d22731470: Preparing 19:25:21 15f6c9d580df: Preparing 19:25:21 a1d15e5acebb: Preparing 19:25:21 17bec77d7fdc: Preparing 19:25:21 f78d22731470: Waiting 19:25:21 15f6c9d580df: Waiting 19:25:21 e7fcfd32ca74: Waiting 19:25:21 a1d15e5acebb: Waiting 19:25:21 9b35cdf4428d: Layer already exists 19:25:21 221daa7442e9: Layer already exists 19:25:21 241e8ae8fbe2: Layer already exists 19:25:21 b0e4ff83e788: Layer already exists 19:25:21 f0d03f01631d: Layer already exists 19:25:21 a1d15e5acebb: Layer already exists 19:25:21 f78d22731470: Layer already exists 19:25:21 e7fcfd32ca74: Layer already exists 19:25:21 15f6c9d580df: Layer already exists 19:25:21 17bec77d7fdc: Layer already exists 19:25:22 latest: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:22 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 19:25:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:25:22 221daa7442e9: Preparing 19:25:22 9b35cdf4428d: Preparing 19:25:22 241e8ae8fbe2: Preparing 19:25:22 f0d03f01631d: Preparing 19:25:22 b0e4ff83e788: Preparing 19:25:22 e7fcfd32ca74: Preparing 19:25:22 f78d22731470: Preparing 19:25:22 15f6c9d580df: Preparing 19:25:22 a1d15e5acebb: Preparing 19:25:22 17bec77d7fdc: Preparing 19:25:22 e7fcfd32ca74: Waiting 19:25:22 15f6c9d580df: Waiting 19:25:22 a1d15e5acebb: Waiting 19:25:22 17bec77d7fdc: Waiting 19:25:22 f78d22731470: Waiting 19:25:22 221daa7442e9: Layer already exists 19:25:22 f0d03f01631d: Layer already exists 19:25:22 241e8ae8fbe2: Layer already exists 19:25:22 b0e4ff83e788: Layer already exists 19:25:22 9b35cdf4428d: Layer already exists 19:25:22 e7fcfd32ca74: Layer already exists 19:25:22 a1d15e5acebb: Layer already exists 19:25:22 15f6c9d580df: Layer already exists 19:25:22 f78d22731470: Layer already exists 19:25:22 17bec77d7fdc: Layer already exists 19:25:23 3.0.0-dev.7: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:25:23 221daa7442e9: Preparing 19:25:23 9b35cdf4428d: Preparing 19:25:23 241e8ae8fbe2: Preparing 19:25:23 f0d03f01631d: Preparing 19:25:23 b0e4ff83e788: Preparing 19:25:23 e7fcfd32ca74: Preparing 19:25:23 f78d22731470: Preparing 19:25:23 15f6c9d580df: Preparing 19:25:23 a1d15e5acebb: Preparing 19:25:23 17bec77d7fdc: Preparing 19:25:23 e7fcfd32ca74: Waiting 19:25:23 f78d22731470: Waiting 19:25:23 17bec77d7fdc: Waiting 19:25:23 15f6c9d580df: Waiting 19:25:23 a1d15e5acebb: Waiting 19:25:23 221daa7442e9: Layer already exists 19:25:23 241e8ae8fbe2: Layer already exists 19:25:23 f0d03f01631d: Layer already exists 19:25:23 9b35cdf4428d: Layer already exists 19:25:23 b0e4ff83e788: Layer already exists 19:25:23 e7fcfd32ca74: Layer already exists 19:25:23 f78d22731470: Layer already exists 19:25:23 a1d15e5acebb: Layer already exists 19:25:23 15f6c9d580df: Layer already exists 19:25:23 17bec77d7fdc: Layer already exists 19:25:24 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:24 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 19:25:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 19:25:24 221daa7442e9: Preparing 19:25:24 9b35cdf4428d: Preparing 19:25:24 241e8ae8fbe2: Preparing 19:25:24 f0d03f01631d: Preparing 19:25:24 b0e4ff83e788: Preparing 19:25:24 e7fcfd32ca74: Preparing 19:25:24 f78d22731470: Preparing 19:25:24 15f6c9d580df: Preparing 19:25:24 a1d15e5acebb: Preparing 19:25:24 17bec77d7fdc: Preparing 19:25:24 15f6c9d580df: Waiting 19:25:24 a1d15e5acebb: Waiting 19:25:24 f78d22731470: Waiting 19:25:24 e7fcfd32ca74: Waiting 19:25:24 17bec77d7fdc: Waiting 19:25:24 9b35cdf4428d: Layer already exists 19:25:24 241e8ae8fbe2: Layer already exists 19:25:24 f0d03f01631d: Layer already exists 19:25:24 221daa7442e9: Layer already exists 19:25:24 b0e4ff83e788: Layer already exists 19:25:24 e7fcfd32ca74: Layer already exists 19:25:24 17bec77d7fdc: Layer already exists 19:25:24 f78d22731470: Layer already exists 19:25:24 15f6c9d580df: Layer already exists 19:25:24 a1d15e5acebb: Layer already exists 19:25:25 main: digest: sha256:dfb616ae4fbc33ee0ca2cf2120decc1013d0b064303347b3a4b05c64110637e5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:25 ===================================================== [Pipeline] echo 19:25:25 taggedImages: 19:25:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 19:25:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.7 19:25:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:25 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 19:25:25 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 19:25:25 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:25 latest 19:25:25 3.0.0-dev.7 19:25:25 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:25 main 19:25:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:25 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:25:25 79e4820c0d5d: Preparing 19:25:25 b8c3212030f1: Preparing 19:25:25 976a7b946443: Preparing 19:25:25 736c1a5ec3d7: Preparing 19:25:25 9833f26c6bda: Preparing 19:25:25 976a7b946443: Layer already exists 19:25:25 9833f26c6bda: Layer already exists 19:25:26 79e4820c0d5d: Pushed 19:25:27 736c1a5ec3d7: Pushed 19:25:30 b8c3212030f1: Pushed 19:25:30 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:30 + 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 19:25:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:25:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:25:31 79e4820c0d5d: Preparing 19:25:31 b8c3212030f1: Preparing 19:25:31 976a7b946443: Preparing 19:25:31 736c1a5ec3d7: Preparing 19:25:31 9833f26c6bda: Preparing 19:25:31 b8c3212030f1: Layer already exists 19:25:31 9833f26c6bda: Layer already exists 19:25:31 976a7b946443: Layer already exists 19:25:31 736c1a5ec3d7: Layer already exists 19:25:31 79e4820c0d5d: Layer already exists 19:25:31 latest: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 19:25:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:25:32 79e4820c0d5d: Preparing 19:25:32 b8c3212030f1: Preparing 19:25:32 976a7b946443: Preparing 19:25:32 736c1a5ec3d7: Preparing 19:25:32 9833f26c6bda: Preparing 19:25:32 9833f26c6bda: Layer already exists 19:25:32 b8c3212030f1: Layer already exists 19:25:32 736c1a5ec3d7: Layer already exists 19:25:32 79e4820c0d5d: Layer already exists 19:25:32 976a7b946443: Layer already exists 19:25:32 3.0.0-dev.7: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:25:33 79e4820c0d5d: Preparing 19:25:33 b8c3212030f1: Preparing 19:25:33 976a7b946443: Preparing 19:25:33 736c1a5ec3d7: Preparing 19:25:33 9833f26c6bda: Preparing 19:25:33 9833f26c6bda: Layer already exists 19:25:33 736c1a5ec3d7: Layer already exists 19:25:33 b8c3212030f1: Layer already exists 19:25:33 79e4820c0d5d: Layer already exists 19:25:33 976a7b946443: Layer already exists 19:25:33 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 19:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 19:25:34 79e4820c0d5d: Preparing 19:25:34 b8c3212030f1: Preparing 19:25:34 976a7b946443: Preparing 19:25:34 736c1a5ec3d7: Preparing 19:25:34 9833f26c6bda: Preparing 19:25:34 9833f26c6bda: Layer already exists 19:25:34 79e4820c0d5d: Layer already exists 19:25:34 976a7b946443: Layer already exists 19:25:34 736c1a5ec3d7: Layer already exists 19:25:34 b8c3212030f1: Layer already exists 19:25:34 main: digest: sha256:31f505ec38fce5f1b6d5b05482f36155621b4914c214ce197a3e330731b6ad29 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:34 ===================================================== [Pipeline] echo 19:25:34 taggedImages: 19:25:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 19:25:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.7 19:25:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 19:25:34 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 19:25:34 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:34 latest 19:25:34 3.0.0-dev.7 19:25:34 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:34 main 19:25:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:25:35 fcb4943f0fb8: Preparing 19:25:35 b487b232dd41: Preparing 19:25:35 d924f5109b45: Preparing 19:25:35 a643c5c033c5: Preparing 19:25:35 2ce0b992fd36: Preparing 19:25:35 c296d0dc2815: Preparing 19:25:35 9833f26c6bda: Preparing 19:25:35 c296d0dc2815: Waiting 19:25:35 9833f26c6bda: Waiting 19:25:35 fcb4943f0fb8: Pushed 19:25:35 b487b232dd41: Pushed 19:25:35 d924f5109b45: Pushed 19:25:35 9833f26c6bda: Layer already exists 19:25:36 c296d0dc2815: Pushed 19:25:44 2ce0b992fd36: Pushed 19:25:51 a643c5c033c5: Pushed 19:25:51 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:25:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:25:51 fcb4943f0fb8: Preparing 19:25:51 b487b232dd41: Preparing 19:25:51 d924f5109b45: Preparing 19:25:51 a643c5c033c5: Preparing 19:25:51 2ce0b992fd36: Preparing 19:25:51 c296d0dc2815: Preparing 19:25:51 9833f26c6bda: Preparing 19:25:51 c296d0dc2815: Waiting 19:25:51 9833f26c6bda: Waiting 19:25:51 a643c5c033c5: Layer already exists 19:25:51 d924f5109b45: Layer already exists 19:25:51 fcb4943f0fb8: Layer already exists 19:25:51 2ce0b992fd36: Layer already exists 19:25:51 b487b232dd41: Layer already exists 19:25:51 c296d0dc2815: Layer already exists 19:25:51 9833f26c6bda: Layer already exists 19:25:52 latest: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 19:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:25:52 fcb4943f0fb8: Preparing 19:25:52 b487b232dd41: Preparing 19:25:52 d924f5109b45: Preparing 19:25:52 a643c5c033c5: Preparing 19:25:52 2ce0b992fd36: Preparing 19:25:52 c296d0dc2815: Preparing 19:25:52 9833f26c6bda: Preparing 19:25:52 c296d0dc2815: Waiting 19:25:52 b487b232dd41: Layer already exists 19:25:52 2ce0b992fd36: Layer already exists 19:25:52 d924f5109b45: Layer already exists 19:25:52 fcb4943f0fb8: Layer already exists 19:25:52 a643c5c033c5: Layer already exists 19:25:52 c296d0dc2815: Layer already exists 19:25:52 9833f26c6bda: Layer already exists 19:25:53 3.0.0-dev.7: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:53 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:25:53 fcb4943f0fb8: Preparing 19:25:53 b487b232dd41: Preparing 19:25:53 d924f5109b45: Preparing 19:25:53 a643c5c033c5: Preparing 19:25:53 2ce0b992fd36: Preparing 19:25:53 c296d0dc2815: Preparing 19:25:53 9833f26c6bda: Preparing 19:25:53 c296d0dc2815: Waiting 19:25:53 9833f26c6bda: Waiting 19:25:53 d924f5109b45: Layer already exists 19:25:53 2ce0b992fd36: Layer already exists 19:25:53 a643c5c033c5: Layer already exists 19:25:53 fcb4943f0fb8: Layer already exists 19:25:53 b487b232dd41: Layer already exists 19:25:53 c296d0dc2815: Layer already exists 19:25:53 9833f26c6bda: Layer already exists 19:25:53 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 19:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 19:25:54 fcb4943f0fb8: Preparing 19:25:54 b487b232dd41: Preparing 19:25:54 d924f5109b45: Preparing 19:25:54 a643c5c033c5: Preparing 19:25:54 2ce0b992fd36: Preparing 19:25:54 c296d0dc2815: Preparing 19:25:54 9833f26c6bda: Preparing 19:25:54 c296d0dc2815: Waiting 19:25:54 9833f26c6bda: Waiting 19:25:54 d924f5109b45: Layer already exists 19:25:54 2ce0b992fd36: Layer already exists 19:25:54 b487b232dd41: Layer already exists 19:25:54 a643c5c033c5: Layer already exists 19:25:54 fcb4943f0fb8: Layer already exists 19:25:54 9833f26c6bda: Layer already exists 19:25:54 c296d0dc2815: Layer already exists 19:25:54 main: digest: sha256:e313519fe595c445e85546bfd51f9aefa58425d9b9b55b5661dc04d29f8586b3 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:25:54 ===================================================== [Pipeline] echo 19:25:54 taggedImages: 19:25:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 19:25:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.7 19:25:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:54 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 19:25:54 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 19:25:54 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:54 latest 19:25:54 3.0.0-dev.7 19:25:54 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:25:54 main 19:25:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:25:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:25:55 dae1e4992993: Preparing 19:25:55 ba182c41f85d: Preparing 19:25:55 53b282e9b605: Preparing 19:25:55 2b2febd848f3: Preparing 19:25:55 2cb1ab91e0c3: Preparing 19:25:55 9833f26c6bda: Preparing 19:25:55 9833f26c6bda: Waiting 19:25:55 dae1e4992993: Pushed 19:25:55 ba182c41f85d: Pushed 19:25:55 53b282e9b605: Pushed 19:25:55 9833f26c6bda: Layer already exists 19:25:56 2cb1ab91e0c3: Pushed 19:26:11 2b2febd848f3: Pushed 19:26:11 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:26:12 dae1e4992993: Preparing 19:26:12 ba182c41f85d: Preparing 19:26:12 53b282e9b605: Preparing 19:26:12 2b2febd848f3: Preparing 19:26:12 2cb1ab91e0c3: Preparing 19:26:12 9833f26c6bda: Preparing 19:26:12 9833f26c6bda: Waiting 19:26:12 2b2febd848f3: Layer already exists 19:26:12 2cb1ab91e0c3: Layer already exists 19:26:12 53b282e9b605: Layer already exists 19:26:12 ba182c41f85d: Layer already exists 19:26:12 dae1e4992993: Layer already exists 19:26:12 9833f26c6bda: Layer already exists 19:26:12 latest: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:12 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 19:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:26:13 dae1e4992993: Preparing 19:26:13 ba182c41f85d: Preparing 19:26:13 53b282e9b605: Preparing 19:26:13 2b2febd848f3: Preparing 19:26:13 2cb1ab91e0c3: Preparing 19:26:13 9833f26c6bda: Preparing 19:26:13 9833f26c6bda: Waiting 19:26:13 dae1e4992993: Layer already exists 19:26:13 ba182c41f85d: Layer already exists 19:26:13 2b2febd848f3: Layer already exists 19:26:13 2cb1ab91e0c3: Layer already exists 19:26:13 53b282e9b605: Layer already exists 19:26:13 9833f26c6bda: Layer already exists 19:26:13 3.0.0-dev.7: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:26:14 dae1e4992993: Preparing 19:26:14 ba182c41f85d: Preparing 19:26:14 53b282e9b605: Preparing 19:26:14 2b2febd848f3: Preparing 19:26:14 2cb1ab91e0c3: Preparing 19:26:14 9833f26c6bda: Preparing 19:26:14 9833f26c6bda: Waiting 19:26:14 53b282e9b605: Layer already exists 19:26:14 ba182c41f85d: Layer already exists 19:26:14 dae1e4992993: Layer already exists 19:26:14 2cb1ab91e0c3: Layer already exists 19:26:14 2b2febd848f3: Layer already exists 19:26:14 9833f26c6bda: Layer already exists 19:26:14 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:14 + 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 19:26:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 19:26:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 19:26:15 dae1e4992993: Preparing 19:26:15 ba182c41f85d: Preparing 19:26:15 53b282e9b605: Preparing 19:26:15 2b2febd848f3: Preparing 19:26:15 2cb1ab91e0c3: Preparing 19:26:15 9833f26c6bda: Preparing 19:26:15 9833f26c6bda: Waiting 19:26:15 dae1e4992993: Layer already exists 19:26:15 2cb1ab91e0c3: Layer already exists 19:26:15 ba182c41f85d: Layer already exists 19:26:15 2b2febd848f3: Layer already exists 19:26:15 53b282e9b605: Layer already exists 19:26:15 9833f26c6bda: Layer already exists 19:26:15 main: digest: sha256:d5ed745ce2d099705412da7736638dce9f1802d42ba8908d507de4bf26777287 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:26:15 ===================================================== [Pipeline] echo 19:26:15 taggedImages: 19:26:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 19:26:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.7 19:26:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:15 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 19:26:15 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 19:26:15 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:15 latest 19:26:15 3.0.0-dev.7 19:26:15 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:15 main 19:26:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:15 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:26:16 acfab125e9c1: Preparing 19:26:16 84d6e9037117: Preparing 19:26:16 8f1c8ba833c3: Preparing 19:26:16 6dc1736810c8: Preparing 19:26:16 7b5a44cf47dd: Preparing 19:26:16 9833f26c6bda: Preparing 19:26:16 9833f26c6bda: Waiting 19:26:16 8f1c8ba833c3: Pushed 19:26:16 84d6e9037117: Pushed 19:26:16 acfab125e9c1: Pushed 19:26:16 9833f26c6bda: Layer already exists 19:26:16 7b5a44cf47dd: Pushed 19:26:31 6dc1736810c8: Pushed 19:26:32 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:26:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:26:32 acfab125e9c1: Preparing 19:26:32 84d6e9037117: Preparing 19:26:32 8f1c8ba833c3: Preparing 19:26:32 6dc1736810c8: Preparing 19:26:32 7b5a44cf47dd: Preparing 19:26:32 9833f26c6bda: Preparing 19:26:32 9833f26c6bda: Waiting 19:26:32 8f1c8ba833c3: Layer already exists 19:26:32 6dc1736810c8: Layer already exists 19:26:32 acfab125e9c1: Layer already exists 19:26:32 7b5a44cf47dd: Layer already exists 19:26:32 84d6e9037117: Layer already exists 19:26:32 9833f26c6bda: Layer already exists 19:26:33 latest: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 19:26:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:26:33 acfab125e9c1: Preparing 19:26:33 84d6e9037117: Preparing 19:26:33 8f1c8ba833c3: Preparing 19:26:33 6dc1736810c8: Preparing 19:26:33 7b5a44cf47dd: Preparing 19:26:33 9833f26c6bda: Preparing 19:26:33 9833f26c6bda: Waiting 19:26:33 8f1c8ba833c3: Layer already exists 19:26:33 7b5a44cf47dd: Layer already exists 19:26:33 6dc1736810c8: Layer already exists 19:26:33 84d6e9037117: Layer already exists 19:26:33 acfab125e9c1: Layer already exists 19:26:33 9833f26c6bda: Layer already exists 19:26:34 3.0.0-dev.7: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:26:34 acfab125e9c1: Preparing 19:26:34 84d6e9037117: Preparing 19:26:34 8f1c8ba833c3: Preparing 19:26:34 6dc1736810c8: Preparing 19:26:34 7b5a44cf47dd: Preparing 19:26:34 9833f26c6bda: Preparing 19:26:34 9833f26c6bda: Waiting 19:26:34 84d6e9037117: Layer already exists 19:26:34 acfab125e9c1: Layer already exists 19:26:34 8f1c8ba833c3: Layer already exists 19:26:34 7b5a44cf47dd: Layer already exists 19:26:34 6dc1736810c8: Layer already exists 19:26:34 9833f26c6bda: Layer already exists 19:26:35 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 19:26:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 19:26:35 acfab125e9c1: Preparing 19:26:35 84d6e9037117: Preparing 19:26:35 8f1c8ba833c3: Preparing 19:26:35 6dc1736810c8: Preparing 19:26:35 7b5a44cf47dd: Preparing 19:26:35 9833f26c6bda: Preparing 19:26:35 9833f26c6bda: Waiting 19:26:35 acfab125e9c1: Layer already exists 19:26:35 6dc1736810c8: Layer already exists 19:26:35 84d6e9037117: Layer already exists 19:26:35 7b5a44cf47dd: Layer already exists 19:26:35 8f1c8ba833c3: Layer already exists 19:26:35 9833f26c6bda: Layer already exists 19:26:35 main: digest: sha256:f444333a7ab7fb21bd002452e65a5c13c6305372b18463fe604b4dc9adc77520 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:26:36 ===================================================== [Pipeline] echo 19:26:36 taggedImages: 19:26:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 19:26:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.7 19:26:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:36 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 19:26:36 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 19:26:36 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:36 latest 19:26:36 3.0.0-dev.7 19:26:36 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:36 main 19:26:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:26:36 0a225f0a49d2: Preparing 19:26:36 792e7d37889c: Preparing 19:26:36 976a7b946443: Preparing 19:26:36 6c15cd8115ef: Preparing 19:26:36 17bec77d7fdc: Preparing 19:26:36 976a7b946443: Layer already exists 19:26:37 17bec77d7fdc: Layer already exists 19:26:37 0a225f0a49d2: Pushed 19:26:37 6c15cd8115ef: Pushed 19:26:43 792e7d37889c: Pushed 19:26:43 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:26:44 0a225f0a49d2: Preparing 19:26:44 792e7d37889c: Preparing 19:26:44 976a7b946443: Preparing 19:26:44 6c15cd8115ef: Preparing 19:26:44 17bec77d7fdc: Preparing 19:26:44 0a225f0a49d2: Layer already exists 19:26:44 792e7d37889c: Layer already exists 19:26:44 6c15cd8115ef: Layer already exists 19:26:44 17bec77d7fdc: Layer already exists 19:26:44 976a7b946443: Layer already exists 19:26:44 latest: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 19:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:26:45 0a225f0a49d2: Preparing 19:26:45 792e7d37889c: Preparing 19:26:45 976a7b946443: Preparing 19:26:45 6c15cd8115ef: Preparing 19:26:45 17bec77d7fdc: Preparing 19:26:45 17bec77d7fdc: Layer already exists 19:26:45 976a7b946443: Layer already exists 19:26:45 792e7d37889c: Layer already exists 19:26:45 0a225f0a49d2: Layer already exists 19:26:45 6c15cd8115ef: Layer already exists 19:26:45 3.0.0-dev.7: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:26:46 0a225f0a49d2: Preparing 19:26:46 792e7d37889c: Preparing 19:26:46 976a7b946443: Preparing 19:26:46 6c15cd8115ef: Preparing 19:26:46 17bec77d7fdc: Preparing 19:26:46 17bec77d7fdc: Layer already exists 19:26:46 6c15cd8115ef: Layer already exists 19:26:46 0a225f0a49d2: Layer already exists 19:26:46 792e7d37889c: Layer already exists 19:26:46 976a7b946443: Layer already exists 19:26:46 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 19:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 19:26:47 0a225f0a49d2: Preparing 19:26:47 792e7d37889c: Preparing 19:26:47 976a7b946443: Preparing 19:26:47 6c15cd8115ef: Preparing 19:26:47 17bec77d7fdc: Preparing 19:26:47 792e7d37889c: Layer already exists 19:26:47 17bec77d7fdc: Layer already exists 19:26:47 6c15cd8115ef: Layer already exists 19:26:47 0a225f0a49d2: Layer already exists 19:26:47 976a7b946443: Layer already exists 19:26:47 main: digest: sha256:27e2faa2336837f359fe94e257c09b20cfb42cca78d4de959df225492ba6163d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:26:47 ===================================================== [Pipeline] echo 19:26:47 taggedImages: 19:26:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 19:26:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.7 19:26:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 19:26:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 19:26:47 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:47 latest 19:26:47 3.0.0-dev.7 19:26:47 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:47 main 19:26:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:26:48 abec7a85cc38: Preparing 19:26:48 6c78494d4451: Preparing 19:26:48 976a7b946443: Preparing 19:26:48 f2a9d0ad6ae4: Preparing 19:26:48 17bec77d7fdc: Preparing 19:26:48 f2a9d0ad6ae4: Layer already exists 19:26:48 976a7b946443: Layer already exists 19:26:48 17bec77d7fdc: Layer already exists 19:26:48 abec7a85cc38: Pushed 19:26:55 6c78494d4451: Pushed 19:26:55 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:26:56 abec7a85cc38: Preparing 19:26:56 6c78494d4451: Preparing 19:26:56 976a7b946443: Preparing 19:26:56 f2a9d0ad6ae4: Preparing 19:26:56 17bec77d7fdc: Preparing 19:26:56 17bec77d7fdc: Layer already exists 19:26:56 6c78494d4451: Layer already exists 19:26:56 abec7a85cc38: Layer already exists 19:26:56 976a7b946443: Layer already exists 19:26:56 f2a9d0ad6ae4: Layer already exists 19:26:56 latest: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 19:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:26:57 abec7a85cc38: Preparing 19:26:57 6c78494d4451: Preparing 19:26:57 976a7b946443: Preparing 19:26:57 f2a9d0ad6ae4: Preparing 19:26:57 17bec77d7fdc: Preparing 19:26:57 f2a9d0ad6ae4: Layer already exists 19:26:57 abec7a85cc38: Layer already exists 19:26:57 6c78494d4451: Layer already exists 19:26:57 17bec77d7fdc: Layer already exists 19:26:57 976a7b946443: Layer already exists 19:26:57 3.0.0-dev.7: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:26:57 abec7a85cc38: Preparing 19:26:57 6c78494d4451: Preparing 19:26:57 976a7b946443: Preparing 19:26:57 f2a9d0ad6ae4: Preparing 19:26:57 17bec77d7fdc: Preparing 19:26:57 17bec77d7fdc: Layer already exists 19:26:57 976a7b946443: Layer already exists 19:26:57 6c78494d4451: Layer already exists 19:26:57 f2a9d0ad6ae4: Layer already exists 19:26:57 abec7a85cc38: Layer already exists 19:26:57 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 19:26:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 19:26:58 abec7a85cc38: Preparing 19:26:58 6c78494d4451: Preparing 19:26:58 976a7b946443: Preparing 19:26:58 f2a9d0ad6ae4: Preparing 19:26:58 17bec77d7fdc: Preparing 19:26:58 abec7a85cc38: Layer already exists 19:26:58 6c78494d4451: Layer already exists 19:26:58 976a7b946443: Layer already exists 19:26:58 f2a9d0ad6ae4: Layer already exists 19:26:58 17bec77d7fdc: Layer already exists 19:26:59 main: digest: sha256:8ae7c6e859bc51af2aceeef9153c5392a0060cd3c26301656c3898ee664bfd47 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:26:59 ===================================================== [Pipeline] echo 19:26:59 taggedImages: 19:26:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 19:26:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.7 19:26:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 19:26:59 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 19:26:59 475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:59 latest 19:26:59 3.0.0-dev.7 19:26:59 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:26:59 main 19:26:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:59 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:59 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 19:26:59 4083109ccc66: Preparing 19:26:59 91a6549f37fb: Preparing 19:26:59 483195115ffe: Preparing 19:26:59 0cdf2daf7c9c: Preparing 19:26:59 17bec77d7fdc: Preparing 19:27:00 17bec77d7fdc: Layer already exists 19:27:00 91a6549f37fb: Pushed 19:27:00 4083109ccc66: Pushed 19:27:02 483195115ffe: Pushed 19:27:29 0cdf2daf7c9c: Pushed 19:27:29 475d506e1f7a543c9891e772a4b06d1eb0ad955d: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:29 + 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 19:27:30 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 19:27:30 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 19:27:30 4083109ccc66: Preparing 19:27:30 91a6549f37fb: Preparing 19:27:30 483195115ffe: Preparing 19:27:30 0cdf2daf7c9c: Preparing 19:27:30 17bec77d7fdc: Preparing 19:27:30 91a6549f37fb: Layer already exists 19:27:30 4083109ccc66: Layer already exists 19:27:30 17bec77d7fdc: Layer already exists 19:27:30 0cdf2daf7c9c: Layer already exists 19:27:30 483195115ffe: Layer already exists 19:27:30 latest: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:30 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:31 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 19:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 19:27:31 4083109ccc66: Preparing 19:27:31 91a6549f37fb: Preparing 19:27:31 483195115ffe: Preparing 19:27:31 0cdf2daf7c9c: Preparing 19:27:31 17bec77d7fdc: Preparing 19:27:31 91a6549f37fb: Layer already exists 19:27:31 17bec77d7fdc: Layer already exists 19:27:31 483195115ffe: Layer already exists 19:27:31 4083109ccc66: Layer already exists 19:27:31 0cdf2daf7c9c: Layer already exists 19:27:31 3.0.0-dev.7: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:31 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:31 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:27:31 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 19:27:31 4083109ccc66: Preparing 19:27:31 91a6549f37fb: Preparing 19:27:31 483195115ffe: Preparing 19:27:31 0cdf2daf7c9c: Preparing 19:27:31 17bec77d7fdc: Preparing 19:27:31 483195115ffe: Layer already exists 19:27:31 0cdf2daf7c9c: Layer already exists 19:27:31 17bec77d7fdc: Layer already exists 19:27:31 91a6549f37fb: Layer already exists 19:27:31 4083109ccc66: Layer already exists 19:27:31 475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:32 + 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 19:27:32 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 19:27:32 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 19:27:32 4083109ccc66: Preparing 19:27:32 91a6549f37fb: Preparing 19:27:32 483195115ffe: Preparing 19:27:32 0cdf2daf7c9c: Preparing 19:27:32 17bec77d7fdc: Preparing 19:27:32 17bec77d7fdc: Layer already exists 19:27:32 4083109ccc66: Layer already exists 19:27:32 0cdf2daf7c9c: Layer already exists 19:27:32 91a6549f37fb: Layer already exists 19:27:32 483195115ffe: Layer already exists 19:27:32 main: digest: sha256:f4e831289b4d6ff159a3da84f9b97f3cd53d91c1a258878cbd96639955f4bdd9 size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:27:32 ===================================================== [Pipeline] echo 19:27:32 taggedImages: 19:27:32 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d 19:27:32 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 19:27:32 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.7 19:27:32 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:475d506e1f7a543c9891e772a4b06d1eb0ad955d-3.0.0-dev.7 19:27:32 - 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 19:27:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:27:33 19:27:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:27:33 arm64: Pulling from edgex-lftools-log-publisher 19:27:33 8998bd30e6a1: Pulling fs layer 19:27:33 04944245beec: Pulling fs layer 19:27:33 699f458cf7ca: Pulling fs layer 19:27:33 765212b225bb: Pulling fs layer 19:27:33 f23df028b6ca: Pulling fs layer 19:27:33 d65c8cfc05b1: Pulling fs layer 19:27:33 2437ff75d9bd: Pulling fs layer 19:27:33 765212b225bb: Waiting 19:27:33 f23df028b6ca: Waiting 19:27:33 d65c8cfc05b1: Waiting 19:27:33 2437ff75d9bd: Waiting 19:27:33 04944245beec: Download complete 19:27:33 765212b225bb: Verifying Checksum 19:27:33 765212b225bb: Download complete 19:27:33 f23df028b6ca: Verifying Checksum 19:27:33 f23df028b6ca: Download complete 19:27:33 d65c8cfc05b1: Verifying Checksum 19:27:33 d65c8cfc05b1: Download complete 19:27:34 699f458cf7ca: Verifying Checksum 19:27:34 699f458cf7ca: Download complete 19:27:34 8998bd30e6a1: Verifying Checksum 19:27:34 8998bd30e6a1: Download complete 19:27:37 2437ff75d9bd: Download complete 19:27:38 8998bd30e6a1: Pull complete 19:27:39 04944245beec: Pull complete 19:27:40 699f458cf7ca: Pull complete 19:27:40 765212b225bb: Pull complete 19:27:41 f23df028b6ca: Pull complete 19:27:41 d65c8cfc05b1: Pull complete 19:27:56 2437ff75d9bd: Pull complete 19:27:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:27:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:27:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:56 prd-ubuntu20.04-docker-arm64-4c-16g-10 does not seem to be running inside a container 19:27:56 $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:27:59 $ docker top 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:00 ---> job-cost.sh 19:28:00 lf-activate-venv: SKIPPING 19:28:00 INFO: No Stack... 19:28:01 INFO: Retrieving Pricing Info for: v3-standard-4 19:28:01 INFO: Archiving Costs [Pipeline] sh 19:28:02 + cat /w/workspace/edgex-go/361/archives/cost.csv 19:28:02 + cut -d, -f6 [Pipeline] lock 19:28:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] 19:28:02 Resource [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] did not exist. Created. 19:28:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:28:02 + echo total: 0.10999999940395355 [Pipeline] stash 19:28:03 Stashed 1 file(s) [Pipeline] } 19:28:03 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-361-stack-cost] [Pipeline] // lock [Pipeline] } 19:28:03 $ docker stop --time=1 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 19:28:05 $ docker rm -f --volumes 880122bf1d3487924fd42df1eac782d13da218972646878b15c927a702c5cb43 [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 19:28:06 provisioning config files... 19:28:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/361@tmp/config15777244358443892561tmp [Pipeline] { [Pipeline] sh 19:28:06 + set +x 19:28:06 + bash -s -- 19:28:06 + curl -s https://codecov.io/bash 19:28:06 19:28:06 _____ _ 19:28:06 / ____| | | 19:28:06 | | ___ __| | ___ ___ _____ __ 19:28:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:28:06 | |___| (_) | (_| | __/ (_| (_) \ V / 19:28:06 \_____\___/ \__,_|\___|\___\___/ \_/ 19:28:06 Bash-1.0.6 19:28:06 19:28:06 19:28:06 ==> git version 2.25.1 found 19:28:06 ==> 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 19:28:06 Release-Date: 2020-01-08 19:28:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:28:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:28:06 ==> Jenkins CI detected. 19:28:06 current dir:  /w/workspace/edgex-go/361 19:28:06 project root: . 19:28:06 --> token set from env 19:28:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:28:06 ==> Running gcov in . (disable via -X gcov) 19:28:06 ==> Python coveragepy not found 19:28:06 ==> Searching for coverage reports in: 19:28:06 + . 19:28:06 -> Found 1 reports 19:28:06 ==> Detecting git/mercurial file structure 19:28:06 ==> Reading reports 19:28:06 + ./coverage.out bytes=501826 19:28:06 ==> Appending adjustments 19:28:06 https://docs.codecov.io/docs/fixing-reports 19:28:08 + Found adjustments 19:28:08 ==> Gzipping contents 19:28:08 64K /tmp/codecov.54OHf0.gz 19:28:08 ==> Uploading reports 19:28:08 url: https://codecov.io 19:28:08 query: branch=main&commit=475d506e1f7a543c9891e772a4b06d1eb0ad955d&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:28:08 -> Pinging Codecov 19:28:08 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=475d506e1f7a543c9891e772a4b06d1eb0ad955d&build=361&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F361%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:28:08 -> Uploading to 19:28:08 https://storage.googleapis.com/codecov/v4/raw/2022-12-16/00271124DB129430A58F1EEE437C3FCB/475d506e1f7a543c9891e772a4b06d1eb0ad955d/15932630-8040-46e9-9b6a-5db98fd15888.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221216T192808Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7ea90e52421f8a1e80465d33946a784919395edcae127bfb13454cefac83b48 19:28:08 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:08 Dload Upload Total Spent Left Speed 19:28:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65375 0 0 100 65375 0 270k --:--:-- --:--:-- --:--:-- 270k 19:28:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/475d506e1f7a543c9891e772a4b06d1eb0ad955d [Pipeline] } 19:28:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 19:28:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:28:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:28:09 19:28:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:28:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:28:09 df9b9388f04a: Pulling fs layer 19:28:09 52dc419b0ee2: Pulling fs layer 19:28:09 25bc292e5bac: Pulling fs layer 19:28:09 114826534d7a: Pulling fs layer 19:28:09 4657fd5d0bcf: Pulling fs layer 19:28:09 6ad1cebc031e: Pulling fs layer 19:28:09 8a3aa393b2d8: Pulling fs layer 19:28:09 114826534d7a: Waiting 19:28:09 4657fd5d0bcf: Waiting 19:28:09 6ad1cebc031e: Waiting 19:28:09 8a3aa393b2d8: Waiting 19:28:09 25bc292e5bac: Verifying Checksum 19:28:09 25bc292e5bac: Download complete 19:28:09 52dc419b0ee2: Download complete 19:28:09 4657fd5d0bcf: Download complete 19:28:09 df9b9388f04a: Verifying Checksum 19:28:09 df9b9388f04a: Download complete 19:28:09 df9b9388f04a: Pull complete 19:28:09 6ad1cebc031e: Verifying Checksum 19:28:09 6ad1cebc031e: Download complete 19:28:09 52dc419b0ee2: Pull complete 19:28:10 25bc292e5bac: Pull complete 19:28:10 114826534d7a: Verifying Checksum 19:28:10 114826534d7a: Download complete 19:28:10 8a3aa393b2d8: Verifying Checksum 19:28:10 8a3aa393b2d8: Download complete 19:28:13 114826534d7a: Pull complete 19:28:13 4657fd5d0bcf: Pull complete 19:28:13 6ad1cebc031e: Pull complete 19:28:16 8a3aa393b2d8: Pull complete 19:28:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:28:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:28:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:16 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:28:16 $ 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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:28:18 $ docker top c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 -eo pid,comm [Pipeline] { [Pipeline] echo 19:28:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 19:28:18 + set -o pipefail 19:28:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 19:28:24 19:28:24 Monitoring /w/workspace/edgex-go/361 (github.com/edgexfoundry/edgex-go)... 19:28:24 19:28:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/2b04c27d-fa13-4e3d-8503-969644ac19c6 19:28:24 19:28:24 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:28:24 19:28:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:28:24 19:28:24 19:28:24 A medium severity vulnerability was found in the Snyk CLI versions you are using. 19:28:24 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 19:28:24 More details here: https://snyk.co/ue1NS [Pipeline] } 19:28:24 $ docker stop --time=1 c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 19:28:26 $ docker rm -f --volumes c99395c1e5eecf01df73673d053953e6a31ad4c0c4782be3b75a21a196511751 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 19:28:26 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:26 provisioning config files... 19:28:26 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/361@tmp/config15713487076996318545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:26 --> edgex-publish-swagger.sh 19:28:26 === Publish openapi/v2 API === 19:28:26 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 19:28:26 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/361/openapi/v2/core-command.yaml] 19:28:26 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:26 Dload Upload Total Spent Left Speed 19:28:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 40 36289 --:--:-- --:--:-- --:--:-- 36291 100 33860 100 38 100 33822 40 36289 --:--:-- --:--:-- --:--:-- 36291 19:28:27 {"code":403,"message":"Access Denied"} 19:28:27 19:28:27 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/361/openapi/v2/core-data.yaml] 19:28:27 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:27 Dload Upload Total Spent Left Speed 19:28:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 40 77222 --:--:-- --:--:-- --:--:-- 77179 100 71623 100 38 100 71585 40 77222 --:--:-- --:--:-- --:--:-- 77179 19:28:28 {"code":403,"message":"Access Denied"} 19:28:28 19:28:28 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/361/openapi/v2/core-metadata.yaml] 19:28:28 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:28 Dload Upload Total Spent Left Speed 19:28:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 41 159k --:--:-- --:--:-- --:--:-- 159k 100 144k 100 38 100 144k 41 159k --:--:-- --:--:-- --:--:-- 159k 19:28:29 {"code":403,"message":"Access Denied"} 19:28:29 19:28:29 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/361/openapi/v2/support-notifications.yaml] 19:28:29 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:29 Dload Upload Total Spent Left Speed 19:28:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 100 89347 100 38 100 89309 44 102k --:--:-- --:--:-- --:--:-- 102k 19:28:30 {"code":403,"message":"Access Denied"} 19:28:30 19:28:30 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/361/openapi/v2/support-scheduler.yaml] 19:28:30 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:30 Dload Upload Total Spent Left Speed 19:28:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 50 52241 --:--:-- --:--:-- --:--:-- 52291 19:28:31 {"code":403,"message":"Access Denied"} 19:28:31 19:28:31 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/361/openapi/v2/system-agent.yaml] 19:28:31 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:31 Dload Upload Total Spent Left Speed 19:28:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20121 100 38 100 20083 50 26777 --:--:-- --:--:-- --:--:-- 26828 19:28:32 {"code":403,"message":"Access Denied"} 19:28:32 [Pipeline] } 19:28:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 19:28:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:28:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:32 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:28:33 $ docker top a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 -eo pid,comm 19:28:33 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:28:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:33 [ssh-agent] Looking for ssh-agent implementation... 19:28:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:33 $ docker exec a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 ssh-agent 19:28:33 SSH_AUTH_SOCK=/tmp/ssh-NbydUyDOcAKM/agent.31 19:28:33 SSH_AGENT_PID=37 19:28:33 Running ssh-add (command line suppressed) 19:28:33 Identity added: /w/workspace/edgex-go/361@tmp/private_key_2613237459689656052.key (/w/workspace/edgex-go/361@tmp/private_key_2613237459689656052.key) 19:28:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:34 + git semver tag 19:28:34 2022-12-16 19:28:34,269 [run_tag] DEBUG tag force:False 19:28:34 2022-12-16 19:28:34,269 [check_head_tag] DEBUG check head tag 19:28:34 2022-12-16 19:28:34,271 [execute] INFO git cat-file --batch-check 19:28:34 2022-12-16 19:28:34,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=) 19:28:34 2022-12-16 19:28:34,274 [execute] INFO git cat-file --batch 19:28:34 2022-12-16 19:28:34,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=) 19:28:34 2022-12-16 19:28:34,325 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:28:34 2022-12-16 19:28:34,326 [execute] INFO git tag -a v3.0.0-dev.7 -m v3.0.0-dev.7 19:28:34 2022-12-16 19:28:34,326 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.7', '-m', 'v3.0.0-dev.7'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) 19:28:34 2022-12-16 19:28:34,331 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:28:34 3.0.0-dev.7 [Pipeline] } 19:28:34 $ docker exec --env ******** --env ******** a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 ssh-agent -k 19:28:34 unset SSH_AUTH_SOCK; 19:28:34 unset SSH_AGENT_PID; 19:28:34 echo Agent pid 37 killed; 19:28:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:35 + git semver [Pipeline] } 19:28:35 $ docker stop --time=1 a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 19:28:36 $ docker rm -f --volumes a815be8b93e2dad72279f77424c5bc2a4a85798267ebd010604558921b6927c6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:28:36 19:28:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:28:37 0.23.1-centos7: Pulling from edgex-lftools 19:28:37 ab5ef0e58194: Pulling fs layer 19:28:37 9712f1f96733: Pulling fs layer 19:28:37 63f879dbbcfc: Pulling fs layer 19:28:37 0d9ebad4ef96: Pulling fs layer 19:28:37 e9a5061849ea: Pulling fs layer 19:28:37 d747dcd14b5f: Pulling fs layer 19:28:37 2de7ff778b66: Pulling fs layer 19:28:37 0d9ebad4ef96: Waiting 19:28:37 e9a5061849ea: Waiting 19:28:37 d747dcd14b5f: Waiting 19:28:37 2de7ff778b66: Waiting 19:28:37 9712f1f96733: Download complete 19:28:37 63f879dbbcfc: Verifying Checksum 19:28:37 63f879dbbcfc: Download complete 19:28:37 e9a5061849ea: Verifying Checksum 19:28:37 e9a5061849ea: Download complete 19:28:37 d747dcd14b5f: Download complete 19:28:37 ab5ef0e58194: Verifying Checksum 19:28:37 ab5ef0e58194: Download complete 19:28:37 0d9ebad4ef96: Verifying Checksum 19:28:37 0d9ebad4ef96: Download complete 19:28:38 2de7ff778b66: Verifying Checksum 19:28:38 2de7ff778b66: Download complete 19:28:40 ab5ef0e58194: Pull complete 19:28:40 9712f1f96733: Pull complete 19:28:41 63f879dbbcfc: Pull complete 19:28:44 0d9ebad4ef96: Pull complete 19:28:44 e9a5061849ea: Pull complete 19:28:44 d747dcd14b5f: Pull complete 19:28:45 2de7ff778b66: Pull complete 19:28:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:28:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:28:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:45 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:28:47 $ docker top 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:28:47 provisioning config files... 19:28:47 copy managed file [sigul-config] to file:/w/workspace/edgex-go/361@tmp/config6987830188216978277tmp 19:28:47 copy managed file [sigul-password] to file:/w/workspace/edgex-go/361@tmp/config5077314721994647910tmp 19:28:47 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/361@tmp/config14669227251058693tmp [Pipeline] { [Pipeline] echo 19:28:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:28:48 ---> sigul-configuration.sh 19:28:48 gpg: directory `/root/.gnupg' created 19:28:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:28:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:28:48 gpg: keyring `/root/.gnupg/secring.gpg' created 19:28:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:28:48 gpg: CAST5 encrypted data 19:28:48 gpg: encrypted with 1 passphrase 19:28:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:28:48 + mkdir /home/jenkins 19:28:48 + mkdir /home/jenkins/sigul [Pipeline] sh 19:28:48 + 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 19:28:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:28:49 ---> sigul-install.sh 19:28:49 Sigul already installed; skipping installation. [Pipeline] sh 19:28:49 + git tag --list 19:28:49 0.6.0 19:28:49 0.6.1 19:28:49 0.7.0 19:28:49 0.7.1 19:28:49 v1.0.0 19:28:49 v1.0.1 19:28:49 v1.1.0 19:28:49 v1.2.0 19:28:49 v1.2.1 19:28:49 v1.3.0 19:28:49 v1.3.1 19:28:49 v2.0.0 19:28:49 v2.1.0 19:28:49 v2.1.1 19:28:49 v2.1.1-dev.1 19:28:49 v2.1.1-dev.2 19:28:49 v2.1.1-dev.3 19:28:49 v2.1.1-dev.4 19:28:49 v2.1.1-dev.5 19:28:49 v2.1.1-dev.6 19:28:49 v2.1.1-dev.7 19:28:49 v2.1.1-dev.8 19:28:49 v2.1.2-dev.1 19:28:49 v2.2.0 19:28:49 v2.2.1-dev.1 19:28:49 v2.2.1-dev.10 19:28:49 v2.2.1-dev.11 19:28:49 v2.2.1-dev.12 19:28:49 v2.2.1-dev.13 19:28:49 v2.2.1-dev.14 19:28:49 v2.2.1-dev.15 19:28:49 v2.2.1-dev.16 19:28:49 v2.2.1-dev.17 19:28:49 v2.2.1-dev.18 19:28:49 v2.2.1-dev.19 19:28:49 v2.2.1-dev.2 19:28:49 v2.2.1-dev.20 19:28:49 v2.2.1-dev.21 19:28:49 v2.2.1-dev.22 19:28:49 v2.2.1-dev.23 19:28:49 v2.2.1-dev.24 19:28:49 v2.2.1-dev.25 19:28:49 v2.2.1-dev.26 19:28:49 v2.2.1-dev.27 19:28:49 v2.2.1-dev.28 19:28:49 v2.2.1-dev.29 19:28:49 v2.2.1-dev.3 19:28:49 v2.2.1-dev.4 19:28:49 v2.2.1-dev.5 19:28:49 v2.2.1-dev.6 19:28:49 v2.2.1-dev.7 19:28:49 v2.2.1-dev.8 19:28:49 v2.2.1-dev.9 19:28:49 v2.3.0 19:28:49 v2.3.0-dev.100 19:28:49 v2.3.0-dev.101 19:28:49 v2.3.0-dev.102 19:28:49 v2.3.0-dev.103 19:28:49 v2.3.0-dev.104 19:28:49 v2.3.0-dev.105 19:28:49 v2.3.0-dev.106 19:28:49 v2.3.0-dev.29 19:28:49 v2.3.0-dev.30 19:28:49 v2.3.0-dev.31 19:28:49 v2.3.0-dev.32 19:28:49 v2.3.0-dev.33 19:28:49 v2.3.0-dev.34 19:28:49 v2.3.0-dev.35 19:28:49 v2.3.0-dev.36 19:28:49 v2.3.0-dev.37 19:28:49 v2.3.0-dev.38 19:28:49 v2.3.0-dev.39 19:28:49 v2.3.0-dev.40 19:28:49 v2.3.0-dev.41 19:28:49 v2.3.0-dev.42 19:28:49 v2.3.0-dev.43 19:28:49 v2.3.0-dev.44 19:28:49 v2.3.0-dev.45 19:28:49 v2.3.0-dev.46 19:28:49 v2.3.0-dev.47 19:28:49 v2.3.0-dev.48 19:28:49 v2.3.0-dev.49 19:28:49 v2.3.0-dev.50 19:28:49 v2.3.0-dev.51 19:28:49 v2.3.0-dev.52 19:28:49 v2.3.0-dev.53 19:28:49 v2.3.0-dev.54 19:28:49 v2.3.0-dev.55 19:28:49 v2.3.0-dev.56 19:28:49 v2.3.0-dev.57 19:28:49 v2.3.0-dev.58 19:28:49 v2.3.0-dev.59 19:28:49 v2.3.0-dev.60 19:28:49 v2.3.0-dev.61 19:28:49 v2.3.0-dev.62 19:28:49 v2.3.0-dev.63 19:28:49 v2.3.0-dev.64 19:28:49 v2.3.0-dev.65 19:28:49 v2.3.0-dev.66 19:28:49 v2.3.0-dev.67 19:28:49 v2.3.0-dev.68 19:28:49 v2.3.0-dev.69 19:28:49 v2.3.0-dev.70 19:28:49 v2.3.0-dev.71 19:28:49 v2.3.0-dev.72 19:28:49 v2.3.0-dev.73 19:28:49 v2.3.0-dev.74 19:28:49 v2.3.0-dev.75 19:28:49 v2.3.0-dev.76 19:28:49 v2.3.0-dev.77 19:28:49 v2.3.0-dev.78 19:28:49 v2.3.0-dev.79 19:28:49 v2.3.0-dev.80 19:28:49 v2.3.0-dev.81 19:28:49 v2.3.0-dev.82 19:28:49 v2.3.0-dev.83 19:28:49 v2.3.0-dev.84 19:28:49 v2.3.0-dev.85 19:28:49 v2.3.0-dev.86 19:28:49 v2.3.0-dev.87 19:28:49 v2.3.0-dev.88 19:28:49 v2.3.0-dev.89 19:28:49 v2.3.0-dev.90 19:28:49 v2.3.0-dev.91 19:28:49 v2.3.0-dev.92 19:28:49 v2.3.0-dev.93 19:28:49 v2.3.0-dev.94 19:28:49 v2.3.0-dev.95 19:28:49 v2.3.0-dev.96 19:28:49 v2.3.0-dev.97 19:28:49 v2.3.0-dev.98 19:28:49 v2.3.0-dev.99 19:28:49 v2.3.1-dev.1 19:28:49 v2.3.1-dev.2 19:28:49 v2.3.1-dev.3 19:28:49 v2.3.1-dev.4 19:28:49 v2.3.1-dev.5 19:28:49 v3.0.0-dev.1 19:28:49 v3.0.0-dev.2 19:28:49 v3.0.0-dev.3 19:28:49 v3.0.0-dev.4 19:28:49 v3.0.0-dev.5 19:28:49 v3.0.0-dev.6 19:28:49 v3.0.0-dev.7 [Pipeline] sh 19:28:49 + lftools sign git-tag v3.0.0-dev.7 19:28:50 Signing Git tag with Sigul... 19:28:50 Signing v3.0.0-dev.7 [Pipeline] echo 19:28:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:28:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:28:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:28:50 $ docker stop --time=1 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 19:28:52 $ docker rm -f --volumes 5dc195a9c21dcd1e32a6f690b152378a0f79ba0b1c94ae88c34b82762605e7f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:28:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:28:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:52 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:28:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:28:53 $ docker top 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:53 [ssh-agent] Looking for ssh-agent implementation... 19:28:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:53 $ docker exec 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf ssh-agent 19:28:53 SSH_AUTH_SOCK=/tmp/ssh-utkvJgviARop/agent.32 19:28:53 SSH_AGENT_PID=38 19:28:53 Running ssh-add (command line suppressed) 19:28:53 Identity added: /w/workspace/edgex-go/361@tmp/private_key_9924761896569053815.key (/w/workspace/edgex-go/361@tmp/private_key_9924761896569053815.key) 19:28:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:54 + git semver bump pre 19:28:54 2022-12-16 19:28:54,213 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:28:54 2022-12-16 19:28:54,213 [bump_version] DEBUG bumping version:3.0.0-dev.7 on axis:pre with prefix:dev 19:28:54 2022-12-16 19:28:54,213 [bump_version] DEBUG bumped version:3.0.0-dev.8 19:28:54 2022-12-16 19:28:54,213 [write_version] DEBUG write version:3.0.0-dev.8 to path:/w/workspace/edgex-go/361/.semver/main with force:True 19:28:54 2022-12-16 19:28:54,213 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:28:54 2022-12-16 19:28:54,213 [write_file] DEBUG write to file:/w/workspace/edgex-go/361/.semver/main 19:28:54 2022-12-16 19:28:54,215 [execute] INFO git cat-file --batch-check 19:28:54 2022-12-16 19:28:54,215 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) 19:28:54 2022-12-16 19:28:54,221 [execute] INFO git cat-file --batch 19:28:54 2022-12-16 19:28:54,221 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) 19:28:54 2022-12-16 19:28:54,227 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:28:54 3.0.0-dev.8 [Pipeline] } 19:28:54 $ docker exec --env ******** --env ******** 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf ssh-agent -k 19:28:54 unset SSH_AUTH_SOCK; 19:28:54 unset SSH_AGENT_PID; 19:28:54 echo Agent pid 38 killed; 19:28:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:54 + git semver [Pipeline] } 19:28:54 $ docker stop --time=1 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf 19:28:56 $ docker rm -f --volumes 9dcb739eafedae303f5a70735400f2b9956c4d27753bd264f807e447bc3dc2cf [Pipeline] // withDockerContainer [Pipeline] sh 19:28:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:28:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:57 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:28:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:28:57 $ docker top 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 -eo pid,comm 19:28:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:28:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:57 [ssh-agent] Looking for ssh-agent implementation... 19:28:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:57 $ docker exec 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 ssh-agent 19:28:57 SSH_AUTH_SOCK=/tmp/ssh-n2iUOv1qNimx/agent.31 19:28:57 SSH_AGENT_PID=37 19:28:57 Running ssh-add (command line suppressed) 19:28:57 Identity added: /w/workspace/edgex-go/361@tmp/private_key_16382181170528562876.key (/w/workspace/edgex-go/361@tmp/private_key_16382181170528562876.key) 19:28:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:58 + git semver push 19:28:58 2022-12-16 19:28:58,288 [run_push] DEBUG push 19:28:58 2022-12-16 19:28:58,289 [execute] INFO git cat-file --batch-check 19:28:58 2022-12-16 19:28:58,289 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=) 19:28:58 2022-12-16 19:28:58,292 [execute] INFO git rev-list 4dabb0354da2c99357eff34c4c345f05da5ed750 -- 19:28:58 2022-12-16 19:28:58,293 [execute] DEBUG Popen(['git', 'rev-list', '4dabb0354da2c99357eff34c4c345f05da5ed750', '--'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=None) 19:28:58 2022-12-16 19:28:58,307 [execute] INFO git fetch -v origin 19:28:58 2022-12-16 19:28:58,308 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=True, shell=None, istream=None) 19:28:58 2022-12-16 19:28:58,756 [run_push] DEBUG no remote changes detected 19:28:58 2022-12-16 19:28:58,756 [execute] INFO git push origin semver 19:28:58 2022-12-16 19:28:58,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/361/.semver, universal_newlines=False, shell=None, istream=None) 19:28:59 2022-12-16 19:28:59,684 [run_push] DEBUG push all version tags 19:28:59 2022-12-16 19:28:59,685 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:28:59 2022-12-16 19:28:59,685 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/361, universal_newlines=False, shell=None, istream=None) 19:29:00 2022-12-16 19:29:00,483 [read_version] DEBUG read version from /w/workspace/edgex-go/361/.semver/main 19:29:00 3.0.0-dev.8 [Pipeline] } 19:29:00 $ docker exec --env ******** --env ******** 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 ssh-agent -k 19:29:00 unset SSH_AUTH_SOCK; 19:29:00 unset SSH_AGENT_PID; 19:29:00 echo Agent pid 37 killed; 19:29:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:29:01 + git semver [Pipeline] } 19:29:01 $ docker stop --time=1 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 19:29:02 $ docker rm -f --volumes 408433e54a9e83952d520584e124a579ff68bbc7057ce877db98348c8b051090 [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 19:29:03 + [ -d /w/workspace/edgex-go/361/archives ] [Pipeline] libraryResource [Pipeline] sh 19:29:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:29:04 ---> package-listing.sh 19:29:04 ++ facter osfamily 19:29:04 ++ tr '[:upper:]' '[:lower:]' 19:29:04 + OS_FAMILY=debian 19:29:04 + workspace=/w/workspace/edgex-go/361 19:29:04 + START_PACKAGES=/tmp/packages_start.txt 19:29:04 + END_PACKAGES=/tmp/packages_end.txt 19:29:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:29:04 + PACKAGES=/tmp/packages_start.txt 19:29:04 + '[' /w/workspace/edgex-go/361 ']' 19:29:04 + PACKAGES=/tmp/packages_end.txt 19:29:04 + case "${OS_FAMILY}" in 19:29:04 + dpkg -l 19:29:04 + grep '^ii' 19:29:04 + '[' -f /tmp/packages_start.txt ']' 19:29:04 + '[' -f /tmp/packages_end.txt ']' 19:29:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:29:04 + '[' /w/workspace/edgex-go/361 ']' 19:29:04 + mkdir -p /w/workspace/edgex-go/361/archives/ 19:29:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/361/archives/ [Pipeline] echo 19:29:04 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/361/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:29:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:05 19:29:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:05 latest: Pulling from edgex-lftools-log-publisher 19:29:05 5eb5b503b376: Pulling fs layer 19:29:05 5c69ac0246d0: Pulling fs layer 19:29:05 ec43610c2a17: Pulling fs layer 19:29:05 3a2ae6a8a46f: Pulling fs layer 19:29:05 33b1e0a273af: Pulling fs layer 19:29:05 5d3b04190fa2: Pulling fs layer 19:29:05 2f39f015ded8: Pulling fs layer 19:29:05 5d3b04190fa2: Waiting 19:29:05 3a2ae6a8a46f: Waiting 19:29:05 33b1e0a273af: Waiting 19:29:05 2f39f015ded8: Waiting 19:29:05 5c69ac0246d0: Verifying Checksum 19:29:05 5c69ac0246d0: Download complete 19:29:05 3a2ae6a8a46f: Verifying Checksum 19:29:05 3a2ae6a8a46f: Download complete 19:29:06 33b1e0a273af: Verifying Checksum 19:29:06 33b1e0a273af: Download complete 19:29:06 5d3b04190fa2: Download complete 19:29:06 ec43610c2a17: Verifying Checksum 19:29:06 ec43610c2a17: Download complete 19:29:06 5eb5b503b376: Verifying Checksum 19:29:06 5eb5b503b376: Download complete 19:29:06 2f39f015ded8: Verifying Checksum 19:29:06 2f39f015ded8: Download complete 19:29:07 5eb5b503b376: Pull complete 19:29:07 5c69ac0246d0: Pull complete 19:29:07 ec43610c2a17: Pull complete 19:29:07 3a2ae6a8a46f: Pull complete 19:29:08 33b1e0a273af: Pull complete 19:29:08 5d3b04190fa2: Pull complete 19:29:12 2f39f015ded8: Pull complete 19:29:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:29:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:29:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:12 prd-ubuntu20.04-docker-8c-8g-9 does not seem to be running inside a container 19:29:12 $ 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/361/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/361 -v /w/workspace/edgex-go/361:/w/workspace/edgex-go/361:rw,z -v /w/workspace/edgex-go/361@tmp:/w/workspace/edgex-go/361@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 19:29:13 $ docker top 9ccdfe14bc8212b785a054f4d3f176a7d60164d9ebe8bd1bdadb3b5fb35c4687 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:14 + touch /tmp/pre-build-complete [Pipeline] sh 19:29:14 + mkdir -p /var/log/sysstat [Pipeline] sh 19:29:14 + ls /var/log/sa-host 19:29:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:15 provisioning config files... 19:29:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/361@tmp/config1146538960728131714tmp [Pipeline] { [Pipeline] echo 19:29:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:15 ---> create-netrc.sh [Pipeline] } 19:29:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:29:15 ---> python-tools-install.sh [Pipeline] echo 19:29:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:29:16 ---> sudo-logs.sh 19:29:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:29:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:29:16 ---> job-cost.sh 19:29:16 lf-activate-venv: SKIPPING 19:29:16 DEBUG: total: 0.10999999940395355 19:29:16 INFO: Retrieving Stack Cost... 19:29:16 INFO: Retrieving Pricing Info for: v3-standard-8 19:29:17 INFO: Archiving Costs [Pipeline] echo 19:29:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:17 ---> logs-deploy.sh 19:29:17 lf-activate-venv: SKIPPING 19:29:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/361 19:29:17 INFO: archiving workspace using pattern(s): 19:29:18 Archives upload complete. 19:29:18 INFO: archiving logs to Nexus 19:29:19 ---> uname -a: 19:29:19 Linux prd-ubuntu20-04-docker-8c-8g-9 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:29:19 19:29:19 19:29:19 ---> lscpu: 19:29:19 Architecture: x86_64 19:29:19 CPU op-mode(s): 32-bit, 64-bit 19:29:19 Byte Order: Little Endian 19:29:19 Address sizes: 40 bits physical, 48 bits virtual 19:29:19 CPU(s): 8 19:29:19 On-line CPU(s) list: 0-7 19:29:19 Thread(s) per core: 1 19:29:19 Core(s) per socket: 1 19:29:19 Socket(s): 8 19:29:19 NUMA node(s): 1 19:29:19 Vendor ID: AuthenticAMD 19:29:19 CPU family: 23 19:29:19 Model: 49 19:29:19 Model name: AMD EPYC-Rome Processor 19:29:19 Stepping: 0 19:29:19 CPU MHz: 2799.998 19:29:19 BogoMIPS: 5599.99 19:29:19 Virtualization: AMD-V 19:29:19 Hypervisor vendor: KVM 19:29:19 Virtualization type: full 19:29:19 L1d cache: 256 KiB 19:29:19 L1i cache: 256 KiB 19:29:19 L2 cache: 4 MiB 19:29:19 L3 cache: 128 MiB 19:29:19 NUMA node0 CPU(s): 0-7 19:29:19 Vulnerability Itlb multihit: Not affected 19:29:19 Vulnerability L1tf: Not affected 19:29:19 Vulnerability Mds: Not affected 19:29:19 Vulnerability Meltdown: Not affected 19:29:19 Vulnerability Mmio stale data: Not affected 19:29:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:29:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:29:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:29:19 Vulnerability Srbds: Not affected 19:29:19 Vulnerability Tsx async abort: Not affected 19:29:19 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 19:29:19 19:29:19 19:29:19 ---> nproc: 19:29:19 8 19:29:19 19:29:19 19:29:19 ---> df -h: 19:29:19 Filesystem Size Used Avail Use% Mounted on 19:29:19 overlay 155G 20G 136G 13% / 19:29:19 tmpfs 64M 0 64M 0% /dev 19:29:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:29:19 shm 64M 0 64M 0% /dev/shm 19:29:19 /dev/vda1 155G 20G 136G 13% /facter-os 19:29:19 19:29:19 19:29:19 ---> sar -b -r -n DEV: 19:29:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9) 12/16/22 _x86_64_ (8 CPU) 19:29:19 19:29:19 18:58:31 LINUX RESTART (8 CPU) 19:29:19 19:29:19 18:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:29:19 19:00:01 166.58 11.05 155.53 0.00 1782.48 75735.50 0.00 19:29:19 19:01:01 31.08 0.03 31.04 0.00 0.27 13332.73 0.00 19:29:19 19:02:01 97.78 0.25 97.53 0.00 19.60 89659.46 0.00 19:29:19 19:03:01 726.67 8.21 718.46 0.00 87.84 286449.98 0.00 19:29:19 19:04:01 1404.77 10.98 1393.79 0.00 2920.63 366977.01 0.00 19:29:19 19:05:01 521.63 1.73 519.90 0.00 2283.89 91690.05 0.00 19:29:19 19:06:01 28.30 0.08 28.21 0.00 6.80 759.34 0.00 19:29:19 19:07:01 2.88 0.00 2.88 0.00 0.00 63.72 0.00 19:29:19 19:08:01 1.30 0.00 1.30 0.00 0.00 13.73 0.00 19:29:19 19:09:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 19:29:19 19:10:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 19:29:19 19:11:01 1.32 0.00 1.32 0.00 0.00 14.40 0.00 19:29:19 19:12:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 19:29:19 19:13:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 19:29:19 19:14:01 1.53 0.02 1.52 0.00 0.13 20.66 0.00 19:29:19 19:15:01 2.05 0.00 2.05 0.00 0.00 23.99 0.00 19:29:19 19:16:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 19:29:19 19:17:01 1.22 0.02 1.20 0.00 0.13 14.93 0.00 19:29:19 19:18:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 19:29:19 19:19:01 1.77 0.00 1.77 0.00 0.00 19.19 0.00 19:29:19 19:20:01 1.05 0.00 1.05 0.00 0.00 11.47 0.00 19:29:19 19:21:01 1.78 0.00 1.78 0.00 0.00 20.53 0.00 19:29:19 19:22:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 19:29:19 19:23:01 1.53 0.00 1.53 0.00 0.00 17.33 0.00 19:29:19 19:24:01 1.53 0.00 1.53 0.00 0.00 16.66 0.00 19:29:19 19:25:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 19:29:19 19:26:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 19:29:19 19:27:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 19:29:19 19:28:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 19:29:19 19:29:01 142.60 0.40 142.20 0.00 24.13 58704.03 0.00 19:29:19 Average: 104.99 1.09 103.90 0.00 236.68 32768.53 0.00 19:29:19 19:29:19 18:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:29:19 19:00:01 28375980 31516124 789092 2.40 106700 3259884 2037012 6.00 1238384 2847744 52628 19:29:19 19:01:01 27998168 31572788 728672 2.22 109904 3648468 1897904 5.59 1201860 3215876 179152 19:29:19 19:02:01 26165916 31552312 748116 2.28 113184 5413692 1827188 5.38 1523900 4681396 689396 19:29:19 19:03:01 20782756 30637920 1632552 4.96 285724 9388096 3781200 11.14 3135692 8091024 120348 19:29:19 19:04:01 19048120 31098788 1159900 3.53 365604 11401972 2839272 8.37 2712108 10134812 18128 19:29:19 19:05:01 20233032 31539992 727888 2.21 415300 10628108 1844076 5.43 2414464 9283968 1976 19:29:19 19:06:01 20229764 31533108 734340 2.23 414664 10625364 1963720 5.79 2422068 9280712 8 19:29:19 19:07:01 20239632 31542592 724740 2.20 414740 10625392 1842076 5.43 2410304 9280708 172 19:29:19 19:08:01 20239992 31543076 724156 2.20 414756 10625396 1842076 5.43 2410156 9280724 8 19:29:19 19:09:01 20246272 31549408 718096 2.18 414792 10625396 1842076 5.43 2403820 9280724 144 19:29:19 19:10:01 20246784 31549972 717552 2.18 414812 10625400 1842076 5.43 2404588 9280728 180 19:29:19 19:11:01 20248256 31551960 716064 2.18 414828 10625400 1842076 5.43 2401316 9281236 8 19:29:19 19:12:01 20248200 31551916 716024 2.18 414852 10625404 1842076 5.43 2401296 9281248 164 19:29:19 19:13:01 20248360 31552140 715980 2.18 414876 10625412 1842076 5.43 2401352 9281256 196 19:29:19 19:14:01 20247436 31551332 716888 2.18 414916 10625388 1891368 5.57 2401464 9281224 256 19:29:19 19:15:01 20247932 31551832 716296 2.18 414948 10625392 1891368 5.57 2401388 9281228 16 19:29:19 19:16:01 20247844 31551804 716300 2.18 414972 10625392 1891368 5.57 2401616 9281232 8 19:29:19 19:17:01 20247196 31551164 716868 2.18 414988 10625392 1891368 5.57 2401496 9281236 136 19:29:19 19:18:01 20247652 31551660 716272 2.18 415008 10625400 1891368 5.57 2401560 9281236 28 19:29:19 19:19:01 20247636 31551660 716224 2.18 415028 10625396 1891368 5.57 2401640 9281236 24 19:29:19 19:20:01 20247840 31551868 715940 2.18 415040 10625404 1891368 5.57 2401580 9281240 12 19:29:19 19:21:01 20247756 31551852 716148 2.18 415060 10625412 1891368 5.57 2401692 9281248 8 19:29:19 19:22:01 20247764 31551864 716080 2.18 415084 10625412 1891368 5.57 2401824 9281252 4 19:29:19 19:23:01 20247612 31551716 716152 2.18 415100 10625416 1891368 5.57 2401644 9281256 44 19:29:19 19:24:01 20247596 31551760 716052 2.18 415144 10625420 1891368 5.57 2401868 9281260 16 19:29:19 19:25:01 20247572 31551784 716088 2.18 415164 10625424 1891368 5.57 2401748 9281260 48 19:29:19 19:26:01 20247524 31551744 716060 2.18 415180 10625428 1891368 5.57 2401772 9281264 12 19:29:19 19:27:01 20247444 31551664 716068 2.18 415200 10625428 1891368 5.57 2401868 9281264 48 19:29:19 19:28:01 20247644 31551928 716004 2.18 415216 10625432 1874712 5.52 2401804 9281272 12 19:29:19 19:29:01 18705260 31495040 765816 2.33 461820 11934252 2112744 6.23 2559380 10528708 320 19:29:19 Average: 20899031 31502092 768748 2.34 380087 10001959 1985050 5.85 2335522 8741652 35450 19:29:19 19:29:19 18:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:29:19 19:00:01 veth7f9f494 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:00:01 lo 4.81 4.81 0.47 0.47 0.00 0.00 0.00 0.00 19:29:19 19:00:01 ens3 970.73 926.13 12185.69 111.84 0.00 0.00 0.00 0.00 19:29:19 19:00:01 docker0 419.18 418.51 33.25 3542.78 0.00 0.00 0.00 0.00 19:29:19 19:01:01 veth7f9f494 1.50 1.55 0.12 0.12 0.00 0.00 0.00 0.00 19:29:19 19:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:01:01 ens3 20.28 13.45 15.32 8.73 0.00 0.00 0.00 0.00 19:29:19 19:01:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 19:29:19 19:02:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:29:19 19:02:01 veth56fa453 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:02:01 ens3 125.48 97.85 1715.15 119.49 0.00 0.00 0.00 0.00 19:29:19 19:02:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 19:29:19 19:03:01 veth56fa453 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 ens3 717.11 556.88 6146.16 59.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 veth60c8e87 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 docker0 535.35 683.02 37.79 6074.58 0.00 0.00 0.00 0.00 19:29:19 19:03:01 veth9818f47 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 vethb32d919 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:03:01 veth59060ff 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 19:29:19 19:04:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 19:29:19 19:04:01 veth7d33be7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:04:01 veth56fa453 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:04:01 ens3 346.07 200.93 4436.05 38.62 0.00 0.00 0.00 0.00 19:29:19 19:04:01 docker0 117.38 190.44 9.74 2337.43 0.00 0.00 0.00 0.00 19:29:19 19:04:01 vetha52b534 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:29:19 19:05:01 lo 23.46 23.46 2.30 2.30 0.00 0.00 0.00 0.00 19:29:19 19:05:01 ens3 315.23 291.02 1661.74 885.42 0.00 0.00 0.00 0.00 19:29:19 19:05:01 docker0 18.85 41.48 1.50 791.70 0.00 0.00 0.00 0.00 19:29:19 19:06:01 lo 35.19 35.19 3.47 3.47 0.00 0.00 0.00 0.00 19:29:19 19:06:01 ens3 469.56 475.37 206.51 2842.65 0.00 0.00 0.00 0.00 19:29:19 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:07:01 lo 3.13 3.13 0.30 0.30 0.00 0.00 0.00 0.00 19:29:19 19:07:01 ens3 46.93 44.98 18.54 322.53 0.00 0.00 0.00 0.00 19:29:19 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:09:01 ens3 0.37 0.20 0.09 0.07 0.00 0.00 0.00 0.00 19:29:19 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:10:01 ens3 0.90 0.53 0.39 0.28 0.00 0.00 0.00 0.00 19:29:19 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:11:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:14:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 19:29:19 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:15:01 ens3 0.62 0.13 0.06 0.01 0.00 0.00 0.00 0.00 19:29:19 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:16:01 ens3 1.18 0.93 3.21 0.31 0.00 0.00 0.00 0.00 19:29:19 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:19:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:29:19 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:21:01 ens3 0.45 0.10 0.05 0.01 0.00 0.00 0.00 0.00 19:29:19 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:22:01 ens3 0.60 0.42 0.35 0.28 0.00 0.00 0.00 0.00 19:29:19 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:24:01 ens3 0.13 0.10 0.07 0.07 0.00 0.00 0.00 0.00 19:29:19 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:25:01 ens3 0.25 0.23 0.13 0.02 0.00 0.00 0.00 0.00 19:29:19 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:26:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:19 19:27:01 ens3 0.50 0.48 0.26 0.22 0.00 0.00 0.00 0.00 19:29:19 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:28:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:29:19 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:19 19:29:01 vethd7caba2 2.07 1.85 0.31 1.11 0.00 0.00 0.00 0.00 19:29:19 19:29:01 lo 2.60 2.60 0.26 0.26 0.00 0.00 0.00 0.00 19:29:19 19:29:01 ens3 402.62 247.43 7925.08 59.95 0.00 0.00 0.00 0.00 19:29:19 19:29:01 docker0 40.99 63.76 3.77 696.17 0.00 0.00 0.00 0.00 19:29:19 Average: vethd7caba2 0.07 0.06 0.01 0.04 0.00 0.00 0.00 0.00 19:29:19 Average: lo 2.45 2.45 0.24 0.24 0.00 0.00 0.00 0.00 19:29:19 Average: ens3 113.53 94.80 1137.76 148.34 0.00 0.00 0.00 0.00 19:29:19 Average: docker0 37.57 46.42 2.85 446.41 0.00 0.00 0.00 0.00 19:29:19 19:29:19 19:29:19 ---> sar -P ALL: 19:29:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9) 12/16/22 _x86_64_ (8 CPU) 19:29:19 19:29:19 18:58:31 LINUX RESTART (8 CPU) 19:29:19 19:29:19 18:59:02 CPU %user %nice %system %iowait %steal %idle 19:29:19 19:00:01 all 12.79 0.00 4.85 1.42 0.06 80.88 19:29:19 19:00:01 0 17.04 0.00 4.68 0.75 0.05 77.48 19:29:19 19:00:01 1 13.82 0.00 5.42 0.52 0.05 80.19 19:29:19 19:00:01 2 13.81 0.00 4.08 1.18 0.07 80.86 19:29:19 19:00:01 3 13.15 0.00 4.83 3.36 0.09 78.57 19:29:19 19:00:01 4 10.26 0.00 4.52 1.36 0.03 83.83 19:29:19 19:00:01 5 13.68 0.00 5.60 3.74 0.07 76.92 19:29:19 19:00:01 6 10.53 0.00 4.71 0.10 0.05 84.61 19:29:19 19:00:01 7 9.97 0.00 4.99 0.31 0.07 84.66 19:29:19 19:01:01 all 49.79 0.00 6.64 0.20 0.08 43.29 19:29:19 19:01:01 0 49.54 0.00 6.50 1.18 0.08 42.70 19:29:19 19:01:01 1 47.94 0.00 7.02 0.03 0.08 44.92 19:29:19 19:01:01 2 49.74 0.00 7.03 0.20 0.07 42.96 19:29:19 19:01:01 3 51.03 0.00 6.21 0.05 0.08 42.63 19:29:19 19:01:01 4 49.12 0.00 6.47 0.05 0.10 44.25 19:29:19 19:01:01 5 50.55 0.00 7.54 0.02 0.08 41.81 19:29:19 19:01:01 6 49.67 0.00 5.93 0.03 0.08 44.28 19:29:19 19:01:01 7 50.71 0.00 6.42 0.05 0.08 42.73 19:29:19 19:02:01 all 28.68 0.00 8.25 0.93 0.08 62.06 19:29:19 19:02:01 0 29.64 0.00 7.47 2.74 0.07 60.08 19:29:19 19:02:01 1 29.32 0.00 8.73 3.45 0.09 58.41 19:29:19 19:02:01 2 28.60 0.00 8.12 0.63 0.08 62.57 19:29:19 19:02:01 3 28.08 0.00 9.29 0.29 0.09 62.26 19:29:19 19:02:01 4 28.14 0.00 7.50 0.00 0.07 64.29 19:29:19 19:02:01 5 27.31 0.00 8.78 0.27 0.07 63.57 19:29:19 19:02:01 6 28.65 0.00 6.90 0.02 0.07 64.36 19:29:19 19:02:01 7 29.73 0.00 9.20 0.05 0.09 60.93 19:29:19 19:03:01 all 50.88 0.00 12.71 6.46 0.11 29.84 19:29:19 19:03:01 0 50.79 0.00 12.56 4.30 0.12 32.23 19:29:19 19:03:01 1 48.58 0.00 16.64 12.48 0.10 22.19 19:29:19 19:03:01 2 52.29 0.00 11.35 10.54 0.12 25.70 19:29:19 19:03:01 3 51.38 0.00 11.79 3.46 0.12 33.25 19:29:19 19:03:01 4 50.87 0.00 13.18 11.32 0.10 24.53 19:29:19 19:03:01 5 49.54 0.00 13.18 2.68 0.10 34.51 19:29:19 19:03:01 6 52.16 0.00 10.82 3.00 0.10 33.92 19:29:19 19:03:01 7 51.43 0.00 12.15 3.93 0.12 32.37 19:29:19 19:04:01 all 62.73 0.00 17.28 5.95 0.14 13.89 19:29:19 19:04:01 0 64.63 0.00 16.62 5.11 0.17 13.47 19:29:19 19:04:01 1 59.91 0.00 15.74 8.80 0.14 15.41 19:29:19 19:04:01 2 63.81 0.00 17.39 4.94 0.14 13.72 19:29:19 19:04:01 3 61.80 0.00 19.82 5.74 0.12 12.53 19:29:19 19:04:01 4 64.93 0.00 15.71 6.39 0.14 12.83 19:29:19 19:04:01 5 61.40 0.00 17.18 7.16 0.17 14.09 19:29:19 19:04:01 6 61.80 0.00 18.65 5.37 0.14 14.04 19:29:19 19:04:01 7 63.53 0.00 17.10 4.16 0.15 15.06 19:29:19 19:05:01 all 34.23 0.00 7.84 2.14 0.09 55.70 19:29:19 19:05:01 0 33.66 0.00 7.59 1.86 0.10 56.79 19:29:19 19:05:01 1 31.69 0.00 6.38 1.47 0.10 60.36 19:29:19 19:05:01 2 33.84 0.00 8.60 2.07 0.08 55.41 19:29:19 19:05:01 3 35.03 0.00 8.65 1.18 0.08 55.05 19:29:19 19:05:01 4 34.97 0.00 7.18 1.86 0.08 55.90 19:29:19 19:05:01 5 34.69 0.00 7.61 2.54 0.08 55.07 19:29:19 19:05:01 6 35.36 0.00 8.43 3.76 0.08 52.37 19:29:19 19:05:01 7 34.58 0.00 8.27 2.39 0.08 54.68 19:29:19 19:06:01 all 9.87 0.00 1.04 0.10 0.05 88.94 19:29:19 19:06:01 0 8.39 0.00 1.24 0.02 0.03 90.32 19:29:19 19:06:01 1 8.95 0.00 0.85 0.02 0.03 90.15 19:29:19 19:06:01 2 8.43 0.00 0.73 0.10 0.02 90.73 19:29:19 19:06:01 3 12.32 0.00 1.24 0.44 0.08 85.92 19:29:19 19:06:01 4 12.16 0.00 0.85 0.03 0.05 86.91 19:29:19 19:06:01 5 13.73 0.00 1.00 0.02 0.07 85.18 19:29:19 19:06:01 6 9.17 0.00 0.95 0.02 0.03 89.83 19:29:19 19:06:01 7 5.81 0.00 1.46 0.18 0.05 92.49 19:29:19 19:07:01 all 1.75 0.00 0.16 0.01 0.01 98.07 19:29:19 19:07:01 0 2.04 0.00 0.11 0.00 0.02 97.83 19:29:19 19:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:29:19 19:07:01 2 2.11 0.00 0.22 0.03 0.02 97.63 19:29:19 19:07:01 3 2.15 0.00 0.22 0.05 0.02 97.56 19:29:19 19:07:01 4 2.65 0.00 0.25 0.00 0.02 97.08 19:29:19 19:07:01 5 2.80 0.00 0.17 0.00 0.02 97.02 19:29:19 19:07:01 6 1.20 0.00 0.12 0.00 0.02 98.67 19:29:19 19:07:01 7 0.99 0.00 0.15 0.00 0.02 98.85 19:29:19 19:08:01 all 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:08:01 0 0.17 0.00 0.05 0.00 0.02 99.77 19:29:19 19:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 19:29:19 19:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:08:01 5 0.02 0.00 0.03 0.00 0.00 99.95 19:29:19 19:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:08:01 7 0.00 0.00 0.02 0.02 0.00 99.97 19:29:19 19:09:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:29:19 19:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:09:01 3 0.02 0.00 0.03 0.03 0.02 99.90 19:29:19 19:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:09:01 5 0.03 0.00 0.03 0.03 0.00 99.90 19:29:19 19:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:10:01 all 0.01 0.00 0.00 0.01 0.00 99.97 19:29:19 19:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:10:01 2 0.02 0.00 0.00 0.03 0.02 99.93 19:29:19 19:10:01 3 0.02 0.00 0.02 0.03 0.00 99.93 19:29:19 19:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:29:19 19:29:19 19:10:01 CPU %user %nice %system %iowait %steal %idle 19:29:19 19:11:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:29:19 19:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:29:19 19:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 19:29:19 19:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:29:19 19:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:11:01 5 0.05 0.00 0.03 0.00 0.00 99.92 19:29:19 19:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:29:19 19:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:12:01 2 0.00 0.00 0.00 0.03 0.00 99.97 19:29:19 19:12:01 3 0.00 0.00 0.03 0.03 0.00 99.93 19:29:19 19:12:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:29:19 19:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:29:19 19:13:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:29:19 19:13:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 19:29:19 19:13:01 3 0.05 0.00 0.02 0.02 0.02 99.90 19:29:19 19:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:14:01 all 0.02 0.00 0.03 0.01 0.00 99.94 19:29:19 19:14:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:29:19 19:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:29:19 19:14:01 2 0.00 0.00 0.05 0.02 0.00 99.93 19:29:19 19:14:01 3 0.02 0.00 0.02 0.03 0.00 99.93 19:29:19 19:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 19:29:19 19:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:15:01 all 0.01 0.00 0.01 0.01 0.00 99.97 19:29:19 19:15:01 0 0.00 0.00 0.00 0.02 0.00 99.98 19:29:19 19:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:15:01 2 0.00 0.00 0.02 0.02 0.00 99.97 19:29:19 19:15:01 3 0.02 0.00 0.00 0.02 0.02 99.95 19:29:19 19:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:29:19 19:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:29:19 19:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:16:01 3 0.03 0.00 0.02 0.02 0.00 99.93 19:29:19 19:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 19:29:19 19:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 19:29:19 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:17:01 all 0.02 0.00 0.01 0.00 0.00 99.97 19:29:19 19:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:17:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:29:19 19:17:01 4 0.02 0.00 0.00 0.02 0.00 99.97 19:29:19 19:17:01 5 0.00 0.00 0.03 0.00 0.00 99.97 19:29:19 19:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:18:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:29:19 19:18:01 0 0.03 0.00 0.02 0.03 0.00 99.92 19:29:19 19:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 19:29:19 19:18:01 3 0.02 0.00 0.03 0.02 0.02 99.92 19:29:19 19:18:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:19:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:29:19 19:19:01 0 0.03 0.00 0.00 0.03 0.00 99.93 19:29:19 19:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:29:19 19:19:01 2 0.00 0.00 0.03 0.00 0.00 99.97 19:29:19 19:19:01 3 0.03 0.00 0.00 0.03 0.00 99.93 19:29:19 19:19:01 4 0.02 0.00 0.00 0.02 0.00 99.97 19:29:19 19:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:20:01 all 0.01 0.00 0.01 0.00 0.00 99.97 19:29:19 19:20:01 0 0.00 0.00 0.00 0.02 0.02 99.97 19:29:19 19:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:20:01 3 0.03 0.00 0.03 0.02 0.02 99.90 19:29:19 19:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 19:29:19 19:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:21:01 3 0.05 0.00 0.02 0.03 0.00 99.90 19:29:19 19:21:01 4 0.02 0.00 0.00 0.03 0.00 99.95 19:29:19 19:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 19:29:19 19:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 19:29:19 19:29:19 19:21:01 CPU %user %nice %system %iowait %steal %idle 19:29:19 19:22:01 all 0.02 0.00 0.02 0.00 0.00 99.95 19:29:19 19:22:01 0 0.08 0.00 0.02 0.00 0.00 99.90 19:29:19 19:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:22:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:29:19 19:22:01 4 0.02 0.00 0.02 0.02 0.02 99.93 19:29:19 19:22:01 5 0.05 0.00 0.02 0.00 0.00 99.93 19:29:19 19:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:23:01 all 0.21 0.00 0.00 0.01 0.00 99.78 19:29:19 19:23:01 0 1.52 0.00 0.00 0.00 0.00 98.48 19:29:19 19:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:23:01 3 0.02 0.00 0.00 0.02 0.00 99.97 19:29:19 19:23:01 4 0.02 0.00 0.02 0.03 0.00 99.93 19:29:19 19:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:24:01 all 0.08 0.00 0.01 0.01 0.00 99.90 19:29:19 19:24:01 0 0.47 0.00 0.02 0.00 0.02 99.50 19:29:19 19:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:24:01 3 0.02 0.00 0.02 0.03 0.02 99.92 19:29:19 19:24:01 4 0.05 0.00 0.00 0.03 0.00 99.92 19:29:19 19:24:01 5 0.02 0.00 0.03 0.00 0.00 99.95 19:29:19 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:25:01 all 0.04 0.00 0.01 0.01 0.00 99.95 19:29:19 19:25:01 0 0.18 0.00 0.00 0.00 0.00 99.82 19:29:19 19:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:25:01 3 0.03 0.00 0.03 0.02 0.02 99.90 19:29:19 19:25:01 4 0.02 0.00 0.00 0.03 0.00 99.95 19:29:19 19:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:26:01 all 0.09 0.00 0.01 0.00 0.00 99.90 19:29:19 19:26:01 0 0.58 0.00 0.02 0.00 0.00 99.40 19:29:19 19:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:26:01 3 0.02 0.00 0.02 0.02 0.00 99.95 19:29:19 19:26:01 4 0.02 0.00 0.00 0.02 0.02 99.95 19:29:19 19:26:01 5 0.02 0.00 0.03 0.00 0.00 99.95 19:29:19 19:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:27:01 all 0.09 0.00 0.01 0.01 0.00 99.90 19:29:19 19:27:01 0 0.63 0.00 0.00 0.00 0.00 99.37 19:29:19 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:27:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:29:19 19:27:01 4 0.00 0.00 0.02 0.03 0.00 99.95 19:29:19 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:19 19:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:28:01 all 0.09 0.00 0.02 0.00 0.00 99.89 19:29:19 19:28:01 0 0.65 0.00 0.05 0.00 0.00 99.30 19:29:19 19:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:28:01 2 0.00 0.00 0.00 0.00 0.00 100.00 19:29:19 19:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:29:19 19:28:01 4 0.02 0.00 0.02 0.02 0.00 99.95 19:29:19 19:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:19 19:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 19:29:19 19:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:29:19 19:29:01 all 9.08 0.00 3.92 1.03 0.06 85.91 19:29:19 19:29:01 0 8.07 0.00 4.18 0.08 0.07 87.60 19:29:19 19:29:01 1 9.00 0.00 4.12 0.35 0.05 86.47 19:29:19 19:29:01 2 9.52 0.00 4.25 2.39 0.05 83.79 19:29:19 19:29:01 3 10.08 0.00 3.28 0.41 0.05 86.18 19:29:19 19:29:01 4 10.52 0.00 4.64 3.71 0.05 81.08 19:29:19 19:29:01 5 7.27 0.00 3.83 0.12 0.05 88.74 19:29:19 19:29:01 6 9.23 0.00 3.54 0.67 0.07 86.49 19:29:19 19:29:01 7 8.94 0.00 3.53 0.53 0.07 86.93 19:29:19 Average: all 8.60 0.00 2.07 0.61 0.02 88.70 19:29:19 Average: 0 8.86 0.00 2.02 0.53 0.03 88.55 19:29:19 Average: 1 8.21 0.00 2.14 0.89 0.02 88.73 19:29:19 Average: 2 8.65 0.00 2.04 0.73 0.02 88.55 19:29:19 Average: 3 8.77 0.00 2.17 0.51 0.03 88.52 19:29:19 Average: 4 8.71 0.00 1.99 0.82 0.02 88.45 19:29:19 Average: 5 8.62 0.00 2.15 0.54 0.02 88.67 19:29:19 Average: 6 8.52 0.00 1.98 0.43 0.02 89.05 19:29:19 Average: 7 8.43 0.00 2.09 0.38 0.03 89.07 19:29:19 19:29:19 19:29:19