Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a888bda4c94fc8aa9b229b149b5303c88f9921c7 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-ssh12993661106929396120.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-ssh8710678587732248261.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-ssh17555417311853786304.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-ssh16711002127468423202.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-ssh12827093743318086338.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-121345 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/360 [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/360 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a888bda4c94fc8aa9b229b149b5303c88f9921c7 (main) Commit message: "Merge pull request #4253 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.4" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a888bda4c94fc8aa9b229b149b5303c88f9921c7 # timeout=10 > git rev-list --no-walk c06f5ea463beb75557a6507ee42ec03376c15ad1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:19:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:19:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:19:55 ========================================================= 07:19:55 EdgeX Global Pipelines Version Info 07:19:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:19:56 ------------------- 07:19:56 stable info: 07:19:56 ------------------- 07:19:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:19:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:19:56 Message: update stable to v1.0.244 07:19:57 ------------------- 07:19:57 experimental info: 07:19:57 ------------------- 07:19:57 Commited By: **** collab-it+edgex@linuxfoundation.org 07:19:57 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 07:19:57 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a888bda [Pipeline] echo 07:19:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:19:57 provisioning config files... 07:19:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/360@tmp/config2673044151722543271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:19:58 ---> docker-login.sh 07:19:58 nexus3.edgexfoundry.org:10001 07:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:19:58 Configure a credential helper to remove this warning. See 07:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:19:58 07:19:58 Login Succeeded 07:19:58 nexus3.edgexfoundry.org:10002 07:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:19:58 Configure a credential helper to remove this warning. See 07:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:19:58 07:19:58 Login Succeeded 07:19:58 nexus3.edgexfoundry.org:10003 07:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:19:58 Configure a credential helper to remove this warning. See 07:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:19:58 07:19:58 Login Succeeded 07:19:58 nexus3.edgexfoundry.org:10004 07:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:19:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:19:58 Configure a credential helper to remove this warning. See 07:19:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:19:58 07:19:58 Login Succeeded 07:19:58 docker.io 07:19:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:19:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:19:59 Configure a credential helper to remove this warning. See 07:19:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:19:59 07:19:59 Login Succeeded 07:19:59 ---> docker-login.sh ends [Pipeline] } 07:19:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:19:59 + 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 07:19:59 + dirname cmd/core-command/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo core-command,cmd/core-command/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + dirname cmd/core-data/Dockerfile 07:19:59 + echo core-data,cmd/core-data/Dockerfile 07:19:59 + dirname cmd/core-metadata/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo core-metadata,cmd/core-metadata/Dockerfile 07:19:59 + dirname cmd/security-bootstrapper/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:19:59 + dirname cmd/security-proxy-setup/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:19:59 + dirname cmd/security-secretstore-setup/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:19:59 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:19:59 + dirname cmd/security-spire-agent/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:19:59 + + dirname cmd/security-spire-config/Dockerfile 07:19:59 cut -d/ -f2 07:19:59 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:19:59 + dirname cmd/security-spire-server/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:19:59 + dirname cmd/support-notifications/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo support-notifications,cmd/support-notifications/Dockerfile 07:19:59 + dirname cmd/support-scheduler/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:19:59 + dirname cmd/sys-mgmt-agent/Dockerfile 07:19:59 + cut -d/ -f2 07:19:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:19:59 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 07:19:59 + git rev-list -1 --merges a888bda4c94fc8aa9b229b149b5303c88f9921c7~1..a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] echo 07:19:59 -----------> git rev-list -1 --merges a888bda4c94fc8aa9b229b149b5303c88f9921c7~1..a888bda4c94fc8aa9b229b149b5303c88f9921c7 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:19:59 a888bda4c94fc8aa9b229b149b5303c88f9921c7 [false] [Pipeline] sh 07:20:00 + git log --format=format:%s -1 a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] echo 07:20:00 ========================================================= 07:20:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:20:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:20:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:20:00 + grep -v github /etc/ssh/ssh_known_hosts 07:20:00 + [ -e /tmp/ssh_known_hosts ] 07:20:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:20:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:20:00 + sudo tee -a /etc/ssh/ssh_known_hosts 07:20:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:20:00 07:20:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:20:01 0.1.4: Pulling from edgex-devops/py-git-semver 07:20:01 b85a868b505f: Pulling fs layer 07:20:01 e2be974225ed: Pulling fs layer 07:20:01 339a4e72a1f5: Pulling fs layer 07:20:01 988bab9f4d93: Pulling fs layer 07:20:01 1469e6f7b9e6: Pulling fs layer 07:20:01 eaf3925da568: Pulling fs layer 07:20:01 bab4dde63d76: Pulling fs layer 07:20:01 bde34c3a00c8: Pulling fs layer 07:20:01 b352a97aabf1: Pulling fs layer 07:20:01 4872d77fe225: Pulling fs layer 07:20:01 5851b861e8e6: Pulling fs layer 07:20:01 988bab9f4d93: Waiting 07:20:01 eaf3925da568: Waiting 07:20:01 1469e6f7b9e6: Waiting 07:20:01 bab4dde63d76: Waiting 07:20:01 b352a97aabf1: Waiting 07:20:01 4872d77fe225: Waiting 07:20:01 e2be974225ed: Verifying Checksum 07:20:01 e2be974225ed: Download complete 07:20:01 988bab9f4d93: Download complete 07:20:01 339a4e72a1f5: Verifying Checksum 07:20:01 339a4e72a1f5: Download complete 07:20:01 1469e6f7b9e6: Verifying Checksum 07:20:01 1469e6f7b9e6: Download complete 07:20:01 eaf3925da568: Download complete 07:20:01 bde34c3a00c8: Verifying Checksum 07:20:01 bde34c3a00c8: Download complete 07:20:01 b352a97aabf1: Download complete 07:20:01 4872d77fe225: Verifying Checksum 07:20:01 4872d77fe225: Download complete 07:20:01 5851b861e8e6: Verifying Checksum 07:20:01 5851b861e8e6: Download complete 07:20:01 b85a868b505f: Verifying Checksum 07:20:01 b85a868b505f: Download complete 07:20:02 bab4dde63d76: Verifying Checksum 07:20:02 bab4dde63d76: Download complete 07:20:03 b85a868b505f: Pull complete 07:20:03 e2be974225ed: Pull complete 07:20:04 339a4e72a1f5: Pull complete 07:20:04 988bab9f4d93: Pull complete 07:20:04 1469e6f7b9e6: Pull complete 07:20:04 eaf3925da568: Pull complete 07:20:06 bab4dde63d76: Pull complete 07:20:06 bde34c3a00c8: Pull complete 07:20:06 b352a97aabf1: Pull complete 07:20:06 4872d77fe225: Pull complete 07:20:06 5851b861e8e6: Pull complete 07:20:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:20:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:20:07 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:20:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:20:08 $ docker top 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 -eo pid,comm 07:20:08 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). 07:20:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:20:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:08 [ssh-agent] Looking for ssh-agent implementation... 07:20:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:08 $ docker exec 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 ssh-agent 07:20:09 SSH_AUTH_SOCK=/tmp/ssh-R8TUywFAVswu/agent.33 07:20:09 SSH_AGENT_PID=40 07:20:09 Running ssh-add (command line suppressed) 07:20:09 Identity added: /w/workspace/edgex-go/360@tmp/private_key_3064302666534824597.key (/w/workspace/edgex-go/360@tmp/private_key_3064302666534824597.key) 07:20:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:09 + git tag --points-at HEAD [Pipeline] } 07:20:09 $ docker exec --env ******** --env ******** 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 ssh-agent -k 07:20:09 unset SSH_AUTH_SOCK; 07:20:09 unset SSH_AGENT_PID; 07:20:09 echo Agent pid 40 killed; 07:20:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:20:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:09 [ssh-agent] Looking for ssh-agent implementation... 07:20:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:09 $ docker exec 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 ssh-agent 07:20:09 SSH_AUTH_SOCK=/tmp/ssh-hl2WUFhqqxVd/agent.72 07:20:09 SSH_AGENT_PID=78 07:20:09 Running ssh-add (command line suppressed) 07:20:09 Identity added: /w/workspace/edgex-go/360@tmp/private_key_6380145402250150291.key (/w/workspace/edgex-go/360@tmp/private_key_6380145402250150291.key) 07:20:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:10 + git semver init 07:20:10 2022-12-15 07:20:10,461 [run_init] DEBUG init version:0.0.0 force:False 07:20:10 2022-12-15 07:20:10,462 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/360/.semver 07:20:10 2022-12-15 07:20:10,462 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/360/.semver 07:20:10 2022-12-15 07:20:10,463 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/360/.semver'], cwd=/w/workspace/edgex-go/360, universal_newlines=False, shell=None, istream=None) 07:20:14 2022-12-15 07:20:14,703 [append_file] DEBUG append to file:/w/workspace/edgex-go/360/.git/info/exclude 07:20:14 2022-12-15 07:20:14,704 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/360/.semver/main with force:False 07:20:14 2022-12-15 07:20:14,704 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:20:14 2022-12-15 07:20:14,704 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:20:14 3.0.0-dev.6 [Pipeline] } 07:20:14 $ docker exec --env ******** --env ******** 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 ssh-agent -k 07:20:14 unset SSH_AUTH_SOCK; 07:20:14 unset SSH_AGENT_PID; 07:20:14 echo Agent pid 78 killed; 07:20:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:20:15 + git semver [Pipeline] } 07:20:15 $ docker stop --time=1 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 07:20:16 $ docker rm -f 5b538d1cd47f70b52d4fd0b9c6b322d815106cbad71324f7084581afbb90a766 [Pipeline] // withDockerContainer [Pipeline] sh 07:20:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:20:17 Stashed 1 file(s) [Pipeline] echo 07:20:17 [edgeXSemver]: initialized semver on version 3.0.0-dev.6 [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 07:20:17 + git config --global --add safe.directory /w/workspace/edgex-go/360 [Pipeline] echo 07:20:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:20:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:20:17 ========================================================= 07:20:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 07:20:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:20:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:20:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 07:20:18 213ec9aee27d: Pulling fs layer 07:20:18 4583459ba037: Pulling fs layer 07:20:18 93c1e223e6f2: Pulling fs layer 07:20:18 53926ce57604: Pulling fs layer 07:20:18 21b2b0c7a3f4: Pulling fs layer 07:20:18 22ff95d597cd: Pulling fs layer 07:20:18 12d6caf4c0d1: Pulling fs layer 07:20:18 96b7cbca73a9: Pulling fs layer 07:20:18 a7acece74701: Pulling fs layer 07:20:18 21b2b0c7a3f4: Waiting 07:20:18 22ff95d597cd: Waiting 07:20:18 12d6caf4c0d1: Waiting 07:20:18 96b7cbca73a9: Waiting 07:20:18 a7acece74701: Waiting 07:20:18 53926ce57604: Waiting 07:20:18 93c1e223e6f2: Download complete 07:20:18 4583459ba037: Verifying Checksum 07:20:18 4583459ba037: Download complete 07:20:18 21b2b0c7a3f4: Download complete 07:20:18 22ff95d597cd: Download complete 07:20:18 213ec9aee27d: Download complete 07:20:18 12d6caf4c0d1: Verifying Checksum 07:20:18 12d6caf4c0d1: Download complete 07:20:18 213ec9aee27d: Pull complete 07:20:18 4583459ba037: Pull complete 07:20:18 93c1e223e6f2: Pull complete 07:20:18 a7acece74701: Verifying Checksum 07:20:18 a7acece74701: Download complete 07:20:19 53926ce57604: Verifying Checksum 07:20:19 53926ce57604: Download complete 07:20:19 96b7cbca73a9: Verifying Checksum 07:20:19 96b7cbca73a9: Download complete 07:20:23 53926ce57604: Pull complete 07:20:23 21b2b0c7a3f4: Pull complete 07:20:23 22ff95d597cd: Pull complete 07:20:23 12d6caf4c0d1: Pull complete 07:20:25 96b7cbca73a9: Pull complete 07:20:26 a7acece74701: Pull complete 07:20:26 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 07:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:20:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:20:26 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:20:26 WORKDIR /edgex 07:20:26 COPY go.mod . 07:20:26 RUN go mod download 07:20:26 docker build -t ci-base-image-x86_64 -f - . 07:20:26 Sending build context to Docker daemon 170.2MB 07:20:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 07:20:26 ---> db6d94c90886 07:20:26 Step 2/4 : WORKDIR /edgex 07:20:29 ---> Running in c1148518f8e7 07:20:29 Removing intermediate container c1148518f8e7 07:20:29 ---> 9fc0e7b46c0f 07:20:29 Step 3/4 : COPY go.mod . 07:20:29 ---> b77903fd46e3 07:20:29 Step 4/4 : RUN go mod download 07:20:29 ---> Running in d518dede1312 07:20:32 Still waiting to schedule task 07:20:32 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:20:41 Removing intermediate container d518dede1312 07:20:41 ---> 1dcffa79831d 07:20:41 Successfully built 1dcffa79831d 07:20:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:42 + docker inspect -f . ci-base-image-x86_64 07:20:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:20:42 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:20:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:20:42 $ docker top db6a3f0e657d9a14d99f7b0774a299a897286a30d09e879cd9fe2c567d9e4e4d -eo pid,comm [Pipeline] { [Pipeline] sh 07:20:42 + go version 07:20:42 go version go1.18.7 linux/amd64 [Pipeline] } 07:20:42 $ docker stop --time=1 db6a3f0e657d9a14d99f7b0774a299a897286a30d09e879cd9fe2c567d9e4e4d 07:20:44 $ docker rm -f db6a3f0e657d9a14d99f7b0774a299a897286a30d09e879cd9fe2c567d9e4e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:44 + docker inspect -f . ci-base-image-x86_64 07:20:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:20:44 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:20:44 $ 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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:20:44 $ docker top 60670d80d858fa2558113026ea127f7d9004799d7441a71ef54de59b85dca01a -eo pid,comm [Pipeline] { [Pipeline] echo 07:20:45 ========================================================= 07:20:45 [edgeXBuildGoParallel] Running Tests and Build... 07:20:45 ========================================================= [Pipeline] sh 07:20:45 + git config --global --add safe.directory /w/workspace/edgex-go/360 [Pipeline] fileExists [Pipeline] sh 07:20:45 + make test 07:20:45 go test -race -coverprofile=coverage.out ./... 07:20:52 ? github.com/edgexfoundry/edgex-go [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:21:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.070s coverage: 28.7% of statements 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:21:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.091s coverage: 98.5% of statements 07:21:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.121s coverage: 43.0% of statements 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:21:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.080s coverage: 54.2% of statements 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:21:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.203s coverage: 89.2% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.057s coverage: 2.2% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.512s coverage: 95.6% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.073s coverage: 60.0% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.087s coverage: 0.9% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.089s coverage: 29.6% of statements 07:21:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.100s coverage: 79.5% of statements 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 07:21:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 07:21:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 07:21:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 07:21:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 79.9% of statements 07:21:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 65.1% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.088s coverage: 85.4% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.2% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 65.8% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 41.8% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.076s coverage: 89.5% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.065s coverage: 28.9% of statements 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 07:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 07:21:31 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 07:21:50 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." 07:21:50 go vet ./... 07:21:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:21:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:21:51 ./bin/test-attribution-txt.sh 07:21:51 An attribution for github.com/edgexfoundry/go-mod-configuration/v3 is missing from Attribution.txt, please add [Pipeline] echo 07:21:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 07:21:51 + ls -al . 07:21:51 total 772 07:21:51 drwxrwxr-x 11 1001 1001 4096 Dec 15 07:20 . 07:21:51 drwxr-xr-x 4 root root 4096 Dec 15 07:20 .. 07:21:51 drwxrwxr-x 2 1001 1001 4096 Dec 15 07:19 .blubracket 07:21:51 -rw-rw-r-- 1 1001 1001 16 Dec 15 07:19 .dockerignore 07:21:51 drwxrwxr-x 8 1001 1001 4096 Dec 15 07:21 .git 07:21:51 drwxrwxr-x 3 1001 1001 4096 Dec 15 07:19 .github 07:21:51 -rw-rw-r-- 1 1001 1001 1030 Dec 15 07:19 .gitignore 07:21:51 -rw-rw-r-- 1 1001 1001 42 Dec 15 07:19 .golangci.yml 07:21:51 -rw-rw-r-- 1 1001 1001 87 Dec 15 07:19 .hadolint.yml 07:21:51 drwxr-xr-x 3 1001 1001 4096 Dec 15 07:20 .semver 07:21:51 -rw-rw-r-- 1 1001 1001 166 Dec 15 07:19 .sonarcloud.properties 07:21:51 -rw-rw-r-- 1 1001 1001 1171 Dec 15 07:19 ADOPTERS.md 07:21:51 -rw-rw-r-- 1 1001 1001 10618 Dec 15 07:19 Attribution.txt 07:21:51 -rw-rw-r-- 1 1001 1001 73765 Dec 15 07:19 CHANGELOG.md 07:21:51 -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:19 CONTRIBUTING.md 07:21:51 -rw-rw-r-- 1 1001 1001 677 Dec 15 07:19 GOVERNANCE.md 07:21:51 -rw-rw-r-- 1 1001 1001 850 Dec 15 07:19 Jenkinsfile 07:21:51 -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:19 LICENSE 07:21:51 -rw-rw-r-- 1 1001 1001 13289 Dec 15 07:19 Makefile 07:21:51 -rw-rw-r-- 1 1001 1001 582 Dec 15 07:19 OWNERS.md 07:21:51 -rw-rw-r-- 1 1001 1001 9403 Dec 15 07:19 README.md 07:21:51 -rw-rw-r-- 1 1001 1001 6912 Dec 15 07:19 SECURITY.md 07:21:51 -rw-rw-r-- 1 1001 1001 11 Dec 15 07:20 VERSION 07:21:51 drwxrwxr-x 2 1001 1001 4096 Dec 15 07:19 bin 07:21:51 drwxrwxr-x 18 1001 1001 4096 Dec 15 07:19 cmd 07:21:51 -rw-r--r-- 1 root root 501826 Dec 15 07:21 coverage.out 07:21:51 -rw-rw-r-- 1 1001 1001 3400 Dec 15 07:19 go.mod 07:21:51 -rw-rw-r-- 1 1001 1001 45110 Dec 15 07:19 go.sum 07:21:51 drwxrwxr-x 8 1001 1001 4096 Dec 15 07:19 internal 07:21:51 drwxrwxr-x 3 1001 1001 4096 Dec 15 07:19 openapi 07:21:51 drwxrwxr-x 4 1001 1001 4096 Dec 15 07:19 snap 07:21:51 -rw-rw-r-- 1 1001 1001 204 Dec 15 07:19 version.go [Pipeline] sh 07:21:52 + '[' -e coverage.out ] 07:21:52 + chown 1001:1001 coverage.out [Pipeline] stash 07:21:52 Stashed 1 file(s) [Pipeline] sh 07:21:52 + make build 07:21:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:22:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:22:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:22:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121346 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:22:05 Running in /w/workspace/edgex-go/360 [Pipeline] { [Pipeline] checkout 07:22:05 The recommended git tool is: git 07:22:05 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:22:10 using credential edgex-jenkins-ssh 07:22:10 Cloning the remote Git repository 07:22:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:22:10 > git init /w/workspace/edgex-go/360 # timeout=10 07:22:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:22:10 > git --version # timeout=10 07:22:10 > git --version # 'git version 2.25.1' 07:22:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:22:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:22:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:22:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:22:14 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:22:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:22:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:22:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:22:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:22:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:22:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:22:23 $ docker stop --time=1 60670d80d858fa2558113026ea127f7d9004799d7441a71ef54de59b85dca01a 07:22:25 $ docker rm -f 60670d80d858fa2558113026ea127f7d9004799d7441a71ef54de59b85dca01a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:22:26 07:22:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:22:26 latest: Pulling from edgex-devops/edgex-compose 07:22:26 cbdbe7a5bc2a: Pulling fs layer 07:22:26 ca9280d653b3: Pulling fs layer 07:22:26 7e9c9ca2126c: Pulling fs layer 07:22:26 cbdbe7a5bc2a: Verifying Checksum 07:22:26 cbdbe7a5bc2a: Download complete 07:22:26 ca9280d653b3: Verifying Checksum 07:22:26 ca9280d653b3: Download complete 07:22:26 cbdbe7a5bc2a: Pull complete 07:22:27 7e9c9ca2126c: Verifying Checksum 07:22:27 7e9c9ca2126c: Download complete 07:22:27 ca9280d653b3: Pull complete 07:22:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:22:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:22:29 Avoid second fetch 07:22:29 Checking out Revision a888bda4c94fc8aa9b229b149b5303c88f9921c7 (main) 07:22:30 7e9c9ca2126c: Pull complete 07:22:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:22:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:22:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:30 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:22:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:22:30 Commit message: "Merge pull request #4253 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.4" 07:22:31 $ docker top 188236838cf72113ba3a1c45c36be1edb42a7269ed227bce3b58be0b0a3d771a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:22:29 > git config core.sparsecheckout # timeout=10 07:22:29 > git checkout -f a888bda4c94fc8aa9b229b149b5303c88f9921c7 # timeout=10 07:22:31 + docker-compose build --help 07:22:31 + grep parallel 07:22:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:22:32 % Total % Received % Xferd Average Speed Time Time Time Current 07:22:32 Dload Upload Total Spent Left Speed 07:22:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh 07:22:32 --parallel Build images in parallel. [Pipeline] } 07:22:32 $ docker stop --time=1 188236838cf72113ba3a1c45c36be1edb42a7269ed227bce3b58be0b0a3d771a 07:22:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 07:22:33 $ docker rm -f 188236838cf72113ba3a1c45c36be1edb42a7269ed227bce3b58be0b0a3d771a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:22:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:22:34 + sudo tee /etc/docker/daemon.new 07:22:34 { 07:22:34 "registry-mirrors": [ 07:22:34 "https://nexus3.edgexfoundry.org:10001" 07:22:34 ], 07:22:34 "bip": "10.250.0.254/24", 07:22:34 "hosts": [ 07:22:34 "tcp://0.0.0.0:5555", 07:22:34 "unix:///var/run/docker.sock" 07:22:34 ], 07:22:34 "mtu": 1458, 07:22:34 "selinux-enabled": true, 07:22:34 "seccomp-profile": "/etc/docker/seccomp.json" 07:22:34 } [Pipeline] sh 07:22:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:22:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:22:34 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:22:34 $ 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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@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 07:22:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 07:22:34 $ docker top bf529f98f2bd67605636104d13b85356c8eebb2a33e2d5f4009ecbf6cd94a4fd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 07:22:34 + sudo service docker restart 07:22:35 + docker-compose -f ./docker-compose-build.yml build --parallel 07:22:35 Building core-command ... 07:22:35 Building core-data ... 07:22:35 Building core-metadata ... 07:22:35 Building security-bootstrapper ... 07:22:35 Building security-proxy-setup ... 07:22:35 Building security-secretstore-setup ... 07:22:35 Building security-spiffe-token-provider ... 07:22:35 Building security-spire-agent ... 07:22:35 Building security-spire-config ... 07:22:35 Building security-spire-server ... 07:22:35 Building support-notifications ... 07:22:35 Building support-scheduler ... 07:22:35 Building sys-mgmt-agent ... 07:22:35 Building core-data 07:22:35 Building support-scheduler 07:22:35 Building support-notifications 07:22:35 Building security-bootstrapper 07:22:35 Building security-spiffe-token-provider 07:22:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:22:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:22:45 ---> 1dcffa79831d 07:22:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:22:45 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:22:45 Step 2/19 : FROM ${BUILDER_BASE} AS builder 07:22:45 ---> 1dcffa79831d 07:22:45 Step 3/19 : WORKDIR /edgex-go 07:22:45 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:22:45 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:22:45 ---> 1dcffa79831d 07:22:45 Step 3/32 : WORKDIR /edgex-go 07:22:45 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:22:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:22:45 ---> 1dcffa79831d 07:22:45 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:22:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:22:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:22:46 ---> 1dcffa79831d 07:22:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:22:49 ---> Running in 35f8f83b7515 07:22:49 ---> Running in 6e90f9987ab8 07:22:49 ---> Running in b35e79276592 07:22:49 ---> Running in 9c4cfce94bef 07:22:49 ---> Running in 47b5b9bf665f 07:22:49 Removing intermediate container 35f8f83b7515 07:22:49 ---> a2e075d1af10 07:22:49 Step 4/22 : WORKDIR /edgex-go 07:22:49 Removing intermediate container b35e79276592 07:22:49 ---> 38fac823f39a 07:22:49 Step 4/22 : WORKDIR /edgex-go 07:22:49 Removing intermediate container 6e90f9987ab8 07:22:49 ---> d434761610da 07:22:49 Step 4/19 : RUN apk update && apk --no-cache --update add build-baseRemoving intermediate container 9c4cfce94bef 07:22:49 07:22:49 ---> 5e4f4201464e 07:22:49 Step 4/22 : WORKDIR /edgex-go 07:22:49 Removing intermediate container 47b5b9bf665f 07:22:49 ---> eb4ca83a52ab 07:22:49 Step 4/32 : RUN apk add --update --no-cache make git 07:22:49 ---> Running in edf5657e3580 07:22:49 ---> Running in beff2ef6470d 07:22:49 ---> Running in f48882a7cda6 07:22:49 ---> Running in d1b6a4a80128 07:22:49 ---> Running in d23cfd442eeb 07:22:49 Removing intermediate container beff2ef6470d 07:22:49 ---> 6f761cf1961e 07:22:49 Step 5/22 : RUN apk add --update --no-cache make git 07:22:49 Removing intermediate container edf5657e3580 07:22:49 ---> 44cf8c431da2 07:22:49 Step 5/22 : RUN apk add --update --no-cache make git 07:22:49 Removing intermediate container d1b6a4a80128 07:22:49 ---> 642ccc0ac7f3 07:22:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:22:49 ---> Running in 2c4a971afec2 07:22:49 ---> Running in fdae05be786d 07:22:49 ---> Running in c365f17932bf 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 v3.16.3-56-g7487575a35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:22:50 v3.16.3-60-g995afdf2ba [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:22:50 OK: 17038 distinct packages available 07:22:50 OK: 211 MiB in 51 packages 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 OK: 211 MiB in 51 packages 07:22:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:22:50 OK: 211 MiB in 51 packages 07:22:50 OK: 211 MiB in 51 packages 07:22:50 OK: 211 MiB in 51 packages 07:22:50 Removing intermediate container d23cfd442eeb 07:22:50 ---> afacd904fab9 07:22:50 Step 5/32 : COPY go.mod vendor* ./ 07:22:51 Removing intermediate container 2c4a971afec2 07:22:51 ---> df18a37aa374 07:22:51 Step 6/22 : COPY go.mod vendor* ./ 07:22:51 Removing intermediate container fdae05be786d 07:22:51 ---> 044c3d3688b3 07:22:51 Step 6/22 : COPY go.mod vendor* ./ 07:22:51 ---> 45d99e63e185 07:22:51 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:22:51 ---> Running in 8e66ecc08364 07:22:51 ---> 9fbfeb4fdcd2 07:22:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:22:51 ---> Running in e85f807b9531 07:22:51 ---> da4cd14734d5 07:22:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:22:51 Removing intermediate container f48882a7cda6 07:22:51 ---> 0b518dd68edb 07:22:51 Step 5/19 : COPY go.mod vendor* ./ 07:22:51 ---> Running in 111ebd648ff3 07:22:51 Removing intermediate container c365f17932bf 07:22:51 ---> 433eb522db14 07:22:51 Step 6/22 : COPY go.mod vendor* ./ 07:22:51 ---> 9bb4b949097c 07:22:51 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:22:51 ---> 3a2561c3934f 07:22:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:22:51 ---> Running in b86fd8b21186 07:22:51 ---> Running in 2d86fa407fdf [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:53 provisioning config files... 07:22:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/360@tmp/config17586309917310955075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:53 ---> docker-login.sh 07:22:53 nexus3.edgexfoundry.org:10001 07:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:54 Configure a credential helper to remove this warning. See 07:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:54 07:22:54 Login Succeeded 07:22:54 nexus3.edgexfoundry.org:10002 07:22:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:54 Configure a credential helper to remove this warning. See 07:22:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:54 07:22:54 Login Succeeded 07:22:54 nexus3.edgexfoundry.org:10003 07:22:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:55 Configure a credential helper to remove this warning. See 07:22:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:55 07:22:55 Login Succeeded 07:22:55 nexus3.edgexfoundry.org:10004 07:22:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:55 Configure a credential helper to remove this warning. See 07:22:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:55 07:22:55 Login Succeeded 07:22:55 docker.io 07:22:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:56 Configure a credential helper to remove this warning. See 07:22:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:56 07:22:56 Login Succeeded 07:22:56 ---> docker-login.sh ends [Pipeline] } 07:22:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:22:56 + git config --global --add safe.directory /w/workspace/edgex-go/360 [Pipeline] echo 07:22:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:22:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:22:56 ========================================================= 07:22:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 07:22:56 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:22:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:22:56 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:22:56 9b18e9b68314: Pulling fs layer 07:22:56 35d82f9e3411: Pulling fs layer 07:22:56 e16973657156: Pulling fs layer 07:22:56 fc693d55d65f: Pulling fs layer 07:22:56 7e9fc2657dce: Pulling fs layer 07:22:56 dda99020689f: Pulling fs layer 07:22:56 db1c61fa0a46: Pulling fs layer 07:22:56 891c053d2c06: Pulling fs layer 07:22:56 dda99020689f: Waiting 07:22:56 fc693d55d65f: Waiting 07:22:56 7e9fc2657dce: Waiting 07:22:56 db1c61fa0a46: Waiting 07:22:56 891c053d2c06: Waiting 07:22:57 e16973657156: Verifying Checksum 07:22:57 e16973657156: Download complete 07:22:57 35d82f9e3411: Verifying Checksum 07:22:57 35d82f9e3411: Download complete 07:22:57 7e9fc2657dce: Verifying Checksum 07:22:57 7e9fc2657dce: Download complete 07:22:57 dda99020689f: Verifying Checksum 07:22:57 dda99020689f: Download complete 07:22:57 9b18e9b68314: Verifying Checksum 07:22:57 9b18e9b68314: Download complete 07:22:58 9b18e9b68314: Pull complete 07:22:58 891c053d2c06: Verifying Checksum 07:22:58 891c053d2c06: Download complete 07:22:58 35d82f9e3411: Pull complete 07:22:59 e16973657156: Pull complete 07:22:59 db1c61fa0a46: Download complete 07:23:00 fc693d55d65f: Verifying Checksum 07:23:00 fc693d55d65f: Download complete 07:23:09 Removing intermediate container 111ebd648ff3 07:23:09 ---> 83aa012faea2 07:23:09 Step 8/22 : COPY . . 07:23:09 Removing intermediate container b86fd8b21186 07:23:09 ---> ec850b06c760 07:23:09 Step 7/19 : COPY . . 07:23:09 Removing intermediate container e85f807b9531 07:23:09 ---> e735406babe8 07:23:09 Step 8/22 : COPY . . 07:23:09 Removing intermediate container 8e66ecc08364 07:23:09 ---> a5d254d00a0d 07:23:09 Step 7/32 : COPY . . 07:23:09 Removing intermediate container 2d86fa407fdf 07:23:09 ---> cadaf4225e14 07:23:09 Step 8/22 : COPY . . 07:23:12 fc693d55d65f: Pull complete 07:23:12 7e9fc2657dce: Pull complete 07:23:12 dda99020689f: Pull complete 07:23:18 db1c61fa0a46: Pull complete 07:23:18 ---> a71feebacdf3 07:23:18 ---> 79d32e75781e 07:23:18 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:23:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:23:18 ---> 04fbd8f9ee25 07:23:18 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:23:18 ---> 954ec9907b76 07:23:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:23:18 ---> 8274f4772011 07:23:18 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:23:18 ---> Running in 98e48b3fbd7a 07:23:18 ---> Running in f75ebf8dfe50 07:23:18 ---> Running in 7dbf69596eda 07:23:18 ---> Running in 648375e9beb7 07:23:18 ---> Running in d475fbc24844 07:23:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:23:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:23:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:23:18 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:23:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:23:20 891c053d2c06: Pull complete 07:23:20 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 07:23:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:23:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 07:23:20 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:23:20 WORKDIR /edgex 07:23:20 COPY go.mod . 07:23:20 RUN go mod download 07:23:20 + docker build -t ci-base-image-arm64 -f - . 07:23:21 Sending build context to Docker daemon 3.266MB 07:23:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 07:23:21 ---> f96f9c87975a 07:23:21 Step 2/4 : WORKDIR /edgex 07:23:23 ---> Running in 79ed3f05d7e5 07:23:23 Removing intermediate container 79ed3f05d7e5 07:23:23 ---> 428a48e3d529 07:23:23 Step 3/4 : COPY go.mod . 07:23:24 ---> 7146c3c96d19 07:23:24 Step 4/4 : RUN go mod download 07:23:24 ---> Running in d30c01844fc5 07:23:56 Removing intermediate container d30c01844fc5 07:23:56 ---> 2898c2676e7a 07:23:56 Successfully built 2898c2676e7a 07:23:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:23:57 + docker inspect -f . ci-base-image-arm64 07:23:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:23:57 prd-ubuntu20.04-docker-arm64-4c-16g-121346 does not seem to be running inside a container 07:23:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@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 07:23:58 $ docker top 3895c5a3d3c41f6f2d7ae02e15c012a86364ed87e17ff2e17a18e516b9571dde -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:59 + go version 07:23:59 go version go1.18.7 linux/arm64 [Pipeline] } 07:23:59 $ docker stop --time=1 3895c5a3d3c41f6f2d7ae02e15c012a86364ed87e17ff2e17a18e516b9571dde 07:24:00 $ docker rm -f 3895c5a3d3c41f6f2d7ae02e15c012a86364ed87e17ff2e17a18e516b9571dde [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 07:24:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:01 07:24:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:01 latest: Pulling from edgex-devops/edgex-compose-arm64 07:24:01 29e5d40040c1: Pulling fs layer 07:24:01 1ce36da41761: Pulling fs layer 07:24:01 25b303627fd3: Pulling fs layer 07:24:01 29e5d40040c1: Verifying Checksum 07:24:01 29e5d40040c1: Download complete 07:24:02 1ce36da41761: Verifying Checksum 07:24:02 1ce36da41761: Download complete 07:24:02 29e5d40040c1: Pull complete 07:24:03 1ce36da41761: Pull complete 07:24:03 25b303627fd3: Download complete 07:24:05 Removing intermediate container 7dbf69596eda 07:24:05 ---> bd82d6adc798 07:24:05 07:24:05 Step 9/32 : FROM alpine:3.16 07:24:05 Removing intermediate container f75ebf8dfe50 07:24:05 ---> 17721ba21c21 07:24:05 07:24:05 Step 10/22 : FROM alpine:3.16 07:24:05 Removing intermediate container d475fbc24844 07:24:05 ---> 6adaee691ace 07:24:05 07:24:05 Step 9/19 : FROM alpine:3.15 07:24:05 3.16: Pulling from library/alpine 07:24:05 3.16: Pulling from library/alpine 07:24:05 3.15: Pulling from library/alpine 07:24:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 07:24:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 07:24:05 Status: Downloaded newer image for alpine:3.16 07:24:05 Status: Downloaded newer image for alpine:3.16 07:24:05 ---> bfe296a52501 07:24:05 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:24:05 ---> bfe296a52501 07:24:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:24:05 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 07:24:05 Status: Downloaded newer image for alpine:3.15 07:24:05 ---> c4fc93816858 07:24:05 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:24:05 ---> Running in 1cc06230adc5 07:24:05 ---> Running in 5ca64d846b76 07:24:05 ---> Running in 95fe150dcd4a 07:24:05 Removing intermediate container 5ca64d846b76 07:24:05 ---> 21d966f382c1 07:24:05 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 07:24:05 Removing intermediate container 1cc06230adc5 07:24:05 ---> 4ba5ac9ecbcf 07:24:05 Step 12/22 : ENV APP_PORT=59880 07:24:05 Removing intermediate container 95fe150dcd4a 07:24:05 ---> f8fd25ef0243 07:24:05 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:24:05 ---> Running in fe56a6e906af 07:24:05 ---> Running in 70a62a76ada7 07:24:05 Removing intermediate container 648375e9beb7 07:24:05 ---> 890250d7f3bb 07:24:05 07:24:05 Step 10/22 : FROM alpine:3.16 07:24:05 ---> bfe296a52501 07:24:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:24:05 ---> Running in 8b55b8c3f68c 07:24:05 Removing intermediate container 98e48b3fbd7a 07:24:05 ---> d3c368ce3fa6 07:24:05 07:24:05 Step 10/22 : FROM alpine:3.16 07:24:05 ---> bfe296a52501 07:24:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:24:05 ---> Running in 6bd334a341ef 07:24:05 Removing intermediate container 70a62a76ada7 07:24:05 ---> dd527e28b124 07:24:05 Step 13/22 : EXPOSE $APP_PORT 07:24:05 ---> Running in ce609b60f200 07:24:05 ---> Running in 156ce8aab518 07:24:05 Removing intermediate container 156ce8aab518 07:24:05 ---> 9713f1b90e28 07:24:05 Step 14/22 : RUN apk add --update --no-cache dumb-init 07:24:05 ---> Running in fda3e9009988 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:05 (1/2) Installing dumb-init (1.2.5-r1) 07:24:05 (2/2) Installing su-exec (0.2-r1) 07:24:05 (1/2) Installing ca-certificates (20220614-r0) 07:24:05 Executing busybox-1.35.0-r17.trigger 07:24:05 OK: 6 MiB in 16 packages 07:24:05 (1/1) Installing dumb-init (1.2.5-r1) 07:24:05 (2/2) Installing dumb-init (1.2.5-r1) 07:24:05 Executing busybox-1.35.0-r17.trigger 07:24:05 Executing busybox-1.35.0-r17.trigger 07:24:05 OK: 6 MiB in 15 packages 07:24:05 Executing ca-certificates-20220614-r0.trigger 07:24:05 OK: 6 MiB in 16 packages 07:24:05 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:24:05 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:24:05 OK: 15859 distinct packages available 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:24:05 (1/1) Installing dumb-init (1.2.5-r1) 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:24:05 Executing busybox-1.35.0-r17.trigger 07:24:05 OK: 6 MiB in 15 packages 07:24:05 (1/9) Installing ca-certificates (20220614-r0) 07:24:05 (2/9) Installing brotli-libs (1.0.9-r5) 07:24:05 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:24:05 (4/9) Installing libcurl (7.80.0-r4) 07:24:05 (5/9) Installing curl (7.80.0-r4) 07:24:05 (6/9) Installing dumb-init (1.2.5-r1) 07:24:05 (7/9) Installing musl-obstack (1.2.3-r0) 07:24:05 (8/9) Installing libucontext (1.1-r0) 07:24:05 (9/9) Installing gcompat (1.0.0-r4) 07:24:05 Executing busybox-1.34.1-r7.trigger 07:24:05 Executing ca-certificates-20220614-r0.trigger 07:24:05 Removing intermediate container fe56a6e906af 07:24:05 ---> 05d8c6f507c5 07:24:05 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 07:24:05 Removing intermediate container 6bd334a341ef 07:24:05 ---> 6644e53dccc4 07:24:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:24:05 OK: 8 MiB in 23 packages 07:24:05 ---> Running in 8e053ffa3f84 07:24:05 ---> Running in 358702daef8c 07:24:05 Removing intermediate container fda3e9009988 07:24:05 ---> ac4881566340 07:24:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:24:05 Removing intermediate container ce609b60f200 07:24:05 ---> f3868fd25c2c 07:24:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:24:05 Removing intermediate container 8e053ffa3f84 07:24:05 ---> 8f571b20c0b1 07:24:05 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:24:05 ---> Running in 95950a1815fb 07:24:05 Removing intermediate container 358702daef8c 07:24:05 ---> b5e07e9d1628 07:24:05 Step 13/22 : ENV APP_PORT=59861 07:24:05 ---> Running in ea0291b681ba 07:24:05 ---> Running in 9e59c373ed8e 07:24:05 ---> e87374656058 07:24:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:24:05 Removing intermediate container 95950a1815fb 07:24:05 ---> b7aef003fbcc 07:24:05 Step 13/22 : ENV APP_PORT=59860 07:24:05 ---> Running in 8eeb5f98de43 07:24:05 Removing intermediate container 9e59c373ed8e 07:24:05 ---> e8c2562f5868 07:24:05 Step 14/22 : EXPOSE $APP_PORT 07:24:05 Removing intermediate container ea0291b681ba 07:24:05 ---> df79d2fe4e51 07:24:05 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:24:05 ---> Running in 00d6f7cd0420 07:24:05 ---> Running in 14a521b69908 07:24:05 Removing intermediate container 8b55b8c3f68c 07:24:05 ---> 63a59a5a7141 07:24:05 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 07:24:05 Removing intermediate container 8eeb5f98de43 07:24:05 ---> 978f160daa2c 07:24:05 Step 14/22 : EXPOSE $APP_PORT 07:24:05 ---> Running in 464ec2cd4885 07:24:05 Removing intermediate container 00d6f7cd0420 07:24:05 ---> 2d5fcd57726c 07:24:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:24:05 ---> d8958c1af89e 07:24:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:24:05 Removing intermediate container 14a521b69908 07:24:05 ---> 72a07ea0c6cf 07:24:05 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:24:05 ---> ea694fd34817 07:24:05 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:24:05 ---> Running in 3c91e0090a11 07:24:05 Removing intermediate container 464ec2cd4885 07:24:05 ---> 7d895d60006a 07:24:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:24:06 ---> 94d7733c943c 07:24:06 Step 18/22 : ENTRYPOINT ["/core-data"] 07:24:06 ---> 45ea72ce8c82 07:24:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:24:06 Removing intermediate container 3c91e0090a11 07:24:06 ---> f862fa6fbd55 07:24:06 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:24:06 ---> Running in 4ac800fd51f8 07:24:06 ---> Running in ac901f562704 07:24:06 ---> 7f488a87d504 07:24:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:24:06 Removing intermediate container ac901f562704 07:24:06 ---> a1ffa77f83dc 07:24:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:24:06 ---> e4a5c4e9008d 07:24:06 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:24:06 ---> Running in 949f406cb428 07:24:07 Removing intermediate container 949f406cb428 07:24:07 ---> fd8ea5b0cd3f 07:24:07 Step 20/22 : LABEL arch=x86_64 07:24:07 ---> 942883ddab5c 07:24:07 ---> e54c74ce1b22 07:24:07 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:24:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:24:07 ---> Running in a282920ac970 07:24:07 ---> 561c82919717 07:24:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:24:07 ---> Running in 7ada35137782 07:24:07 Removing intermediate container a282920ac970 07:24:07 ---> a8dfb78e190b 07:24:07 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:07 ---> Running in da953fbace17 07:24:07 ---> febe023a669d 07:24:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:24:07 Removing intermediate container 4ac800fd51f8 07:24:07 ---> bdde09cc7614 07:24:07 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 07:24:07 Removing intermediate container 7ada35137782 07:24:07 ---> 790326bc6a96 07:24:07 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:24:07 ---> e67de45e4bf1 07:24:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:24:07 ---> Running in 8dbc8e4396ac 07:24:07 ---> Running in ff0d53cd8f00 07:24:07 ---> Running in a506d9bbf3d1 07:24:07 Removing intermediate container da953fbace17 07:24:07 ---> 63ce9b71d9b8 07:24:07 Step 22/22 : LABEL version=3.0.0-dev.6 07:24:07 ---> Running in 38bbe4874c15 07:24:07 ---> Running in 4e9be771a632 07:24:07 Removing intermediate container 8dbc8e4396ac 07:24:07 ---> c4d9230ce2a8 07:24:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:24:07 Removing intermediate container ff0d53cd8f00 07:24:07 ---> ab9326c24de6 07:24:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:24:07 ---> Running in 1016839ab9f0 07:24:07 Removing intermediate container a506d9bbf3d1 07:24:07 ---> b23353a20bd9 07:24:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:24:07 Removing intermediate container 38bbe4874c15 07:24:07 ---> d411c6c30dcc 07:24:07 Step 17/19 : LABEL arch=x86_64 07:24:07 Removing intermediate container 4e9be771a632 07:24:07 ---> 974777609607 07:24:07 07:24:07 ---> Running in d2204c85e65c 07:24:07 ---> Running in 08c291b5a4d9 07:24:07 Removing intermediate container 1016839ab9f0 07:24:07 ---> 6d91cfb4ef4d 07:24:07 Step 20/22 : LABEL arch=x86_64 07:24:07 Successfully built 974777609607 07:24:07 ---> e94c4e6baf7f 07:24:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:24:07 ---> Running in 838493b3aba0 07:24:07 Successfully tagged core-data:latest 07:24:07  Building core-data ... done Building security-spire-agent 07:24:07 Removing intermediate container d2204c85e65c 07:24:07 ---> 057ba729a1a4 07:24:07 Step 20/22 : LABEL arch=x86_64 07:24:07 Removing intermediate container 08c291b5a4d9 07:24:07 ---> 2c13d84b5df9 07:24:07 Step 18/19 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:07 ---> Running in 85f94661e562 07:24:08 ---> Running in 919524d58cad 07:24:08 Removing intermediate container 838493b3aba0 07:24:08 ---> 465935f7734b 07:24:08 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:08 ---> Running in 9c9599e1b926 07:24:08 ---> Running in 8dab94204d4f 07:24:08 Removing intermediate container 9c9599e1b926 07:24:08 ---> acb8dab32920 07:24:08 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:08 Removing intermediate container 919524d58cad 07:24:08 ---> 632e0271f2d9 07:24:08 Step 19/19 : LABEL version=3.0.0-dev.6 07:24:08 ---> Running in e1fa24f1b948 07:24:08 ---> Running in b6ed2724664e 07:24:08 Removing intermediate container 8dab94204d4f 07:24:08 ---> c352f34fbeac 07:24:08 Step 22/22 : LABEL version=3.0.0-dev.6 07:24:09 Removing intermediate container e1fa24f1b948 07:24:09 Removing intermediate container b6ed2724664e 07:24:09 ---> da3b54fa668e 07:24:09 ---> a44b123d8a02 07:24:09 07:24:09 Step 22/22 : LABEL version=3.0.0-dev.6 07:24:09 ---> Running in 7d3b1eb68f07 07:24:09 Successfully built da3b54fa668e 07:24:09 Successfully tagged security-spiffe-token-provider:latest 07:24:09  Building security-spiffe-token-provider ... done Building security-proxy-setup 07:24:09 ---> Running in 9dbe46b0f4be 07:24:09 Removing intermediate container 7d3b1eb68f07 07:24:09 ---> bf324dae9cb0 07:24:09 07:24:09 Removing intermediate container 9dbe46b0f4be 07:24:09 ---> d2e101869b9d 07:24:09 07:24:09 Removing intermediate container 85f94661e562 07:24:09 ---> 8893c501a2ea 07:24:09 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:24:09 Successfully built bf324dae9cb0 07:24:09 Successfully tagged support-scheduler:latest 07:24:09  Building support-scheduler ... done Building core-command 07:24:09 Successfully built d2e101869b9d 07:24:09 Successfully tagged support-notifications:latest 07:24:09 Building core-metadata 07:24:09  Building support-notifications ... done  ---> 8cd3a079597a 07:24:09 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:24:13 ---> 30cb78dfdd6b 07:24:13 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:24:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:24:13 ---> 1dcffa79831d 07:24:13 Step 3/24 : WORKDIR /edgex-go 07:24:13 ---> Using cache 07:24:13 ---> eb4ca83a52ab 07:24:13 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:24:13 ---> Running in 0a72e306253a 07:24:13 ---> a4e804563ab3 07:24:13 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:24:13 25b303627fd3: Pull complete 07:24:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:24:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:24:13 prd-ubuntu20.04-docker-arm64-4c-16g-121346 does not seem to be running inside a container 07:24:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@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 07:24:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:13 ---> 8e45389971b3 07:24:13 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:24:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:14 OK: 211 MiB in 51 packages 07:24:14 ---> 97e7a6d54194 07:24:14 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:24:14 ---> 1ed23792c47d 07:24:14 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:24:14 Removing intermediate container 0a72e306253a 07:24:14 ---> d2a3fc530b9c 07:24:14 Step 5/24 : COPY go.mod vendor* ./ 07:24:15 ---> bfda28bc479d 07:24:15 Step 27/32 : RUN chmod +x /entrypoint.sh 07:24:15 ---> a90e5206759b 07:24:15 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:15 ---> Running in 285650dbfdfd 07:24:15 ---> Running in a6cb6c3f71fd 07:24:15 $ docker top a537eaa271db9af89d866bca4daabae2a1848a6f9bc5c376250d65bfe427e4f7 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:16 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:24:16 ---> 1dcffa79831d 07:24:16 Step 3/21 : WORKDIR /edgex-go 07:24:16 ---> Using cache 07:24:16 ---> eb4ca83a52ab 07:24:16 Step 4/21 : RUN apk add --update --no-cache make git 07:24:16 ---> Using cache 07:24:16 ---> afacd904fab9 07:24:16 Step 5/21 : COPY go.mod vendor* ./ 07:24:16 ---> Using cache 07:24:16 ---> 45d99e63e185 07:24:16 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:16 ---> Using cache 07:24:16 ---> a5d254d00a0d 07:24:16 Step 7/21 : COPY . . 07:24:16 ---> Using cache 07:24:16 ---> 04fbd8f9ee25 07:24:16 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:24:16 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:24:16 ---> 1dcffa79831d 07:24:16 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:24:16 ---> Using cache 07:24:16 ---> 5e4f4201464e 07:24:16 Step 4/24 : WORKDIR /edgex-go 07:24:16 ---> Using cache 07:24:16 ---> 642ccc0ac7f3 07:24:16 Step 5/24 : RUN apk add --update --no-cache make git 07:24:16 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:24:16 ---> 1dcffa79831d 07:24:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:24:16 ---> Using cache 07:24:16 ---> 5e4f4201464e 07:24:16 Step 4/23 : WORKDIR /edgex-go 07:24:16 ---> Using cache 07:24:16 ---> 642ccc0ac7f3 07:24:16 Step 5/23 : RUN apk add --update --no-cache make git 07:24:16 ---> Running in 279accff13e0 07:24:16 ---> Running in 36b0bdfa9376 07:24:16 ---> Running in 2378ba5bf3a1 07:24:16 + grep parallel 07:24:16 + docker-compose build --help 07:24:16 Removing intermediate container 285650dbfdfd 07:24:16 ---> 9549ef93041a 07:24:16 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:24:16 ---> Running in a9ba84c910ad 07:24:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:24:17 Removing intermediate container a9ba84c910ad 07:24:17 ---> a5399605cc9b 07:24:17 Step 29/32 : CMD ["gate"] 07:24:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:17 ---> Running in 140a3a22e66d 07:24:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:17 OK: 211 MiB in 51 packages 07:24:17 Removing intermediate container 140a3a22e66d 07:24:17 ---> bf5b3a7f3c8e 07:24:17 Step 30/32 : LABEL arch=x86_64 07:24:17 OK: 211 MiB in 51 packages 07:24:18 ---> Running in 9c463ca8a4c3 07:24:18 Removing intermediate container 9c463ca8a4c3 07:24:18 ---> b39413c28dc4 07:24:18 Step 31/32 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:18 ---> Running in 39fc336c1e17 07:24:18 Removing intermediate container 2378ba5bf3a1 07:24:18 ---> 489c7997af2e 07:24:18 Step 6/23 : COPY go.mod vendor* ./ 07:24:18 Removing intermediate container 279accff13e0 07:24:18 ---> 15200833472e 07:24:18 Step 6/24 : COPY go.mod vendor* ./ 07:24:18 Removing intermediate container 39fc336c1e17 07:24:18 ---> b280e04f80d9 07:24:18 Step 32/32 : LABEL version=3.0.0-dev.6 07:24:18 ---> 1965e81766b0 07:24:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:18 ---> f839bbdcb9c8 07:24:18 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:18 ---> Running in 2ccb141eacd1 07:24:18 ---> Running in ce78d5c93c43 07:24:18 ---> Running in d7ef0d1442c7 07:24:19 Removing intermediate container 2ccb141eacd1 07:24:19 ---> 02c751f5908b 07:24:19 07:24:19 Successfully built 02c751f5908b 07:24:19 Successfully tagged security-bootstrapper:latest 07:24:19  Building security-bootstrapper ... done Building sys-mgmt-agent 07:24:20 --parallel Build images in parallel. [Pipeline] } 07:24:20 $ docker stop --time=1 a537eaa271db9af89d866bca4daabae2a1848a6f9bc5c376250d65bfe427e4f7 07:24:22 $ docker rm -f a537eaa271db9af89d866bca4daabae2a1848a6f9bc5c376250d65bfe427e4f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:24:23 prd-ubuntu20.04-docker-arm64-4c-16g-121346 does not seem to be running inside a container 07:24:23 $ 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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@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 07:24:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:24:24 ---> 1dcffa79831d 07:24:24 Step 3/22 : WORKDIR /edgex-go 07:24:24 ---> Using cache 07:24:24 ---> eb4ca83a52ab 07:24:24 Step 4/22 : RUN apk add --update --no-cache make bash git 07:24:24 $ docker top 6e87e4f8f5df62493275f95c174ef01f234308224670321383a00b49dd23a27c -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:25 + docker-compose -f ./docker-compose-build.yml build --parallel 07:24:28 ---> Running in 2aa54741f2a4 07:24:28 Removing intermediate container a6cb6c3f71fd 07:24:28 ---> ffe0e34f234d 07:24:28 Step 7/24 : COPY . . 07:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:28 OK: 211 MiB in 51 packages 07:24:29 Building core-command ... 07:24:29 Building core-data ... 07:24:29 Building core-metadata ... 07:24:29 Building security-bootstrapper ... 07:24:29 Building security-proxy-setup ... 07:24:29 Building security-secretstore-setup ... 07:24:29 Building security-spiffe-token-provider ... 07:24:29 Building security-spire-agent ... 07:24:29 Building security-spire-config ... 07:24:29 Building security-spire-server ... 07:24:29 Building support-notifications ... 07:24:29 Building support-scheduler ... 07:24:29 Building sys-mgmt-agent ... 07:24:29 Building security-bootstrapper 07:24:29 Building security-secretstore-setup 07:24:29 Building core-data 07:24:29 Building security-spire-agent 07:24:29 Building support-scheduler 07:24:34 Removing intermediate container 2aa54741f2a4 07:24:34 ---> 886ba2a84c13 07:24:34 Step 5/22 : COPY go.mod vendor* ./ 07:24:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:24:34 ---> 95b9c86c54e9 07:24:34 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:34 ---> Running in aa31e855c38f 07:24:34 ---> db0bfe277225 07:24:34 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:24:34 ---> Running in d7cf10d54300 07:24:34 Removing intermediate container d7cf10d54300 07:24:34 ---> a22c4c7905ea 07:24:34 Step 9/24 : WORKDIR /edgex-go/spire-build 07:24:34 ---> Running in 757c56d746c2 07:24:34 Removing intermediate container 757c56d746c2 07:24:34 ---> c329b002f9e1 07:24:34 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 07:24:34 Removing intermediate container ce78d5c93c43 07:24:34 ---> 74d8b83d5e16 07:24:34 Step 8/24 : COPY . . 07:24:34 ---> Running in ac1a15cd59ef 07:24:34 Removing intermediate container d7ef0d1442c7 07:24:34 ---> bc1d92036304 07:24:34 Step 8/23 : COPY . . 07:24:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:24:39 ---> 2898c2676e7a 07:24:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:24:39 ---> Running in b8eb2e8627b2 07:24:40 Removing intermediate container ac1a15cd59ef 07:24:40 ---> a1804957d16a 07:24:40 Step 11/24 : WORKDIR /edgex-go 07:24:40 ---> Running in 9c06b914dabe 07:24:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:24:40 ---> 2898c2676e7a 07:24:40 Step 3/24 : WORKDIR /edgex-go 07:24:40 ---> Running in 38d5f0179830 07:24:40 ---> 5cb993eeddd0 07:24:40 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:24:40 ---> 84f9a2cf9837 07:24:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:24:40 Removing intermediate container 36b0bdfa9376 07:24:40 ---> 9517ff53e659 07:24:40 07:24:40 Step 9/21 : FROM alpine:3.16 07:24:40 ---> bfe296a52501 07:24:40 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 07:24:40 ---> Running in 3dffb3f74931 07:24:40 ---> Running in 4487107b60be 07:24:40 ---> Running in 641ecb5f00ea 07:24:40 Removing intermediate container 9c06b914dabe 07:24:40 ---> 9cf12e99a284 07:24:40 07:24:40 Removing intermediate container b8eb2e8627b2 07:24:40 ---> 7d78c5e59de8 07:24:40 Step 4/22 : WORKDIR /edgex-go 07:24:40 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:40 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:24:40 ---> 2898c2676e7a 07:24:40 Step 3/32 : WORKDIR /edgex-go 07:24:40 Step 12/24 : FROM alpine:3.15 07:24:40 ---> c4fc93816858 07:24:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:24:40 ---> Using cache 07:24:40 ---> f8fd25ef0243 07:24:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:24:40 ---> Running in 41ac26447a11 07:24:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:24:40 ---> 2898c2676e7a 07:24:40 Step 3/24 : WORKDIR /edgex-go 07:24:40 ---> Running in 66565143c689 07:24:40 ---> Running in 67f0a9c3825d 07:24:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:24:40 ---> Running in 64dfe8f7991a 07:24:40 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:24:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:24:40 ---> 2898c2676e7a 07:24:40 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:24:40 ---> Using cache 07:24:40 ---> 7d78c5e59de8 07:24:40 Step 4/22 : WORKDIR /edgex-go 07:24:40 Removing intermediate container 38d5f0179830 07:24:40 ---> 3d201c2ed794 07:24:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:24:40 ---> Running in e4d2409533a2 07:24:40 ---> Running in 2dd02d6376f9 07:24:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:24:41 Removing intermediate container 67f0a9c3825d 07:24:41 ---> 67cd9ab73fc1 07:24:41 Step 4/32 : RUN apk add --update --no-cache make git 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:24:41 ---> Running in ab5cbbb0763d 07:24:41 Removing intermediate container 66565143c689 07:24:41 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:24:41 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:24:41 OK: 15859 distinct packages available 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:24:41 ---> e8aff76deb1f 07:24:41 Step 5/22 : RUN apk add --update --no-cache make git 07:24:41 Removing intermediate container 64dfe8f7991a 07:24:41 ---> 9a9d2c654a37 07:24:41 Step 4/24 : RUN apk add --update --no-cache make git 07:24:41 ---> Running in 0c0a7faab2e5 07:24:41 (1/6) Installing ca-certificates (20220614-r0) 07:24:41 (2/6) Installing brotli-libs (1.0.9-r6) 07:24:41 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:24:41 (4/6) Installing libcurl (7.83.1-r4) 07:24:41 (5/6) Installing curl (7.83.1-r4) 07:24:41 (6/6) Installing dumb-init (1.2.5-r1) 07:24:41 Executing busybox-1.35.0-r17.trigger 07:24:41 Executing ca-certificates-20220614-r0.trigger 07:24:41 OK: 8 MiB in 20 packages 07:24:41 (1/5) Installing dumb-init (1.2.5-r1) 07:24:41 (2/5) Installing musl-obstack (1.2.3-r0) 07:24:41 (3/5) Installing libucontext (1.1-r0) 07:24:41 (4/5) Installing gcompat (1.0.0-r4) 07:24:41 (5/5) Installing openssl (1.1.1s-r1) 07:24:41 Executing busybox-1.34.1-r7.trigger 07:24:41 OK: 7 MiB in 19 packages 07:24:42 ---> Running in bf7e7bf242af 07:24:42 Removing intermediate container e4d2409533a2 07:24:42 ---> a4da86afc9b6 07:24:42 Step 5/22 : RUN apk add --update --no-cache make git 07:24:42 ---> Running in 6151caf71b9f 07:24:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:24:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:24:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:24:43 Removing intermediate container 41ac26447a11 07:24:43 ---> ac2ba2948260 07:24:43 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:24:43 Removing intermediate container 641ecb5f00ea 07:24:43 ---> 830bcce88aa4 07:24:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:24:43 ---> Running in 9a059086fd9f 07:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:24:44 OK: 221 MiB in 51 packages 07:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:24:44 Removing intermediate container 9a059086fd9f 07:24:44 ---> 8e21662deda0 07:24:44 Step 12/21 : WORKDIR /edgex 07:24:44 ---> 19fbcd7ff4bf 07:24:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:24:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:24:44 OK: 221 MiB in 51 packages 07:24:45 ---> Running in bf5670860afa 07:24:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:24:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:24:45 Removing intermediate container bf5670860afa 07:24:45 ---> 5598e91ed42d 07:24:45 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:24:45 Removing intermediate container aa31e855c38f 07:24:45 ---> 7fbcd65c5043 07:24:45 Step 7/22 : COPY . . 07:24:46 ---> 4266170946eb 07:24:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:24:46 Removing intermediate container 2dd02d6376f9 07:24:46 ---> ba77fe8de3fc 07:24:46 Step 5/24 : COPY go.mod vendor* ./ 07:24:46 OK: 221 MiB in 51 packages 07:24:46 OK: 221 MiB in 51 packages 07:24:46 OK: 221 MiB in 51 packages 07:24:46 Removing intermediate container ab5cbbb0763d 07:24:46 ---> 6c5a65fb8678 07:24:46 Step 5/32 : COPY go.mod vendor* ./ 07:24:47 ---> 7d0ad7e8381c 07:24:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:48 ---> Running in 913da328e448 07:24:48 ---> 9988e83fd6e8 07:24:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:48 Removing intermediate container 6151caf71b9f 07:24:48 ---> 98e2eb91a1c7 07:24:48 Step 6/22 : COPY go.mod vendor* ./ 07:24:48 ---> Running in 28f69c74735a 07:24:48 Removing intermediate container bf7e7bf242af 07:24:48 ---> ba7fd24289ed 07:24:48 Step 5/24 : COPY go.mod vendor* ./ 07:24:48 Removing intermediate container 0c0a7faab2e5 07:24:48 ---> 127b01abacff 07:24:48 Step 6/22 : COPY go.mod vendor* ./ 07:24:48 ---> 512198445c5a 07:24:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:24:48 ---> 0afb09724ca1 07:24:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:24:49 ---> daba6a610dc8 07:24:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:49 ---> 1b65e9b918fd 07:24:49 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:49 ---> 784278c507b9 07:24:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:24:49 ---> 62c54cdbc255 07:24:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:24:49 ---> 91a78a5d0ae5 07:24:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:24:49 ---> Running in 2843523eb20f 07:24:49 ---> Running in 71bbbfef5708 07:24:50 ---> Running in e1e4c441c2cb 07:24:50 ---> 712d61dc7241 07:24:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:24:50 ---> 6104cd8f3622 07:24:50 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:24:50 ---> Running in effe6b1d9e02 07:24:50 ---> 01b400ce76b5 07:24:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:24:50 ---> Running in fdd401ba770e 07:24:51 Removing intermediate container fdd401ba770e 07:24:51 ---> 25ef76e6f970 07:24:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:24:51 ---> Running in 33dbc14eee50 07:24:52 Removing intermediate container 33dbc14eee50 07:24:52 ---> d7433d0ed67a 07:24:52 Step 22/24 : LABEL arch=x86_64 07:24:52 ---> Running in 5f9524536940 07:24:52 Removing intermediate container 5f9524536940 07:24:52 ---> 5bcb5ca448c4 07:24:52 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:52 Removing intermediate container effe6b1d9e02 07:24:52 ---> ed08ef41ad66 07:24:52 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 07:24:52 ---> Running in 9ab764168351 07:24:52 ---> Running in 5f35b597d271 07:24:52 Removing intermediate container 9ab764168351 07:24:52 ---> 1e5030ddd3be 07:24:52 Step 24/24 : LABEL version=3.0.0-dev.6 07:24:52 Removing intermediate container 5f35b597d271 07:24:52 ---> 47621c388fba 07:24:52 Step 19/21 : LABEL arch=x86_64 07:24:52 ---> d43ca2d6ec5b 07:24:52 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:24:53 ---> Running in 6d0e25c0c277 07:24:53 ---> Running in ee47641ca1f1 07:24:53 ---> Running in 861ed954f2fc 07:24:53 Removing intermediate container ee47641ca1f1 07:24:53 ---> a3d9d1a7dd1a 07:24:53 07:24:53 Removing intermediate container 6d0e25c0c277 07:24:53 ---> 169a4efb804f 07:24:53 Step 20/21 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:24:53 Successfully built a3d9d1a7dd1a 07:24:53 Successfully tagged security-spire-agent:latest 07:24:53 Building security-secretstore-setup 07:24:53 ---> Running in 045c745ed750 07:24:54  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:24:55 Removing intermediate container 045c745ed750 07:24:55 ---> f83b59fe9b0a 07:24:55 Step 21/21 : LABEL version=3.0.0-dev.6 07:24:55 ---> Running in 577f1506ef1b 07:24:55 Removing intermediate container 577f1506ef1b 07:24:55 ---> 8b51845b928f 07:24:55 07:24:55 Successfully built 8b51845b928f 07:24:55 Successfully tagged security-proxy-setup:latest 07:24:55 Building security-spire-server 07:25:00  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:00 ---> 1dcffa79831d 07:25:00 Step 3/24 : WORKDIR /edgex-go 07:25:00 ---> Using cache 07:25:00 ---> eb4ca83a52ab 07:25:00 Step 4/24 : RUN apk add --update --no-cache make git 07:25:00 ---> Using cache 07:25:00 ---> afacd904fab9 07:25:00 Step 5/24 : COPY go.mod vendor* ./ 07:25:00 ---> Using cache 07:25:00 ---> 45d99e63e185 07:25:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:00 ---> Using cache 07:25:00 ---> a5d254d00a0d 07:25:00 Step 7/24 : COPY . . 07:25:00 ---> Using cache 07:25:00 ---> 04fbd8f9ee25 07:25:00 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:25:02 ---> Running in 3c0f97c9aed0 07:25:02 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:25:02 ---> 1dcffa79831d 07:25:02 Step 3/23 : WORKDIR /edgex-go 07:25:02 ---> Using cache 07:25:02 ---> eb4ca83a52ab 07:25:02 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 07:25:02 ---> Using cache 07:25:02 ---> d2a3fc530b9c 07:25:02 Step 5/23 : COPY go.mod vendor* ./ 07:25:02 ---> Using cache 07:25:02 ---> a90e5206759b 07:25:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:02 ---> Using cache 07:25:02 ---> ffe0e34f234d 07:25:02 Step 7/23 : COPY . . 07:25:02 ---> Using cache 07:25:02 ---> db0bfe277225 07:25:02 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 07:25:02 ---> Using cache 07:25:02 ---> a22c4c7905ea 07:25:02 Step 9/23 : WORKDIR /edgex-go/spire-build 07:25:02 ---> Using cache 07:25:02 ---> c329b002f9e1 07:25:02 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 07:25:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:25:02 ---> Running in 99833784194a 07:25:03 Removing intermediate container 99833784194a 07:25:03 ---> 37b5009fbac2 07:25:03 Step 11/23 : WORKDIR /edgex-go 07:25:03 ---> Running in c7f0ab77dc12 07:25:03 Removing intermediate container c7f0ab77dc12 07:25:03 ---> 102d7fec28f9 07:25:03 07:25:03 Step 12/23 : FROM alpine:3.15 07:25:03 ---> c4fc93816858 07:25:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:25:03 ---> Using cache 07:25:03 ---> f8fd25ef0243 07:25:03 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:25:03 ---> Using cache 07:25:03 ---> ac2ba2948260 07:25:03 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:25:05 ---> 8ca1f324ea63 07:25:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:25:06 ---> 615edbe0db7d 07:25:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:25:07 ---> a0129aa7605d 07:25:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:25:07 ---> ff641018a89c 07:25:07 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:25:08 ---> Running in 22f47b8707a1 07:25:08 Removing intermediate container 3dffb3f74931 07:25:08 ---> f938994a3ad9 07:25:08 07:25:08 Step 10/24 : FROM alpine:3.16 07:25:08 ---> bfe296a52501 07:25:08 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:25:08 ---> Using cache 07:25:08 ---> 6644e53dccc4 07:25:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:25:08 ---> Using cache 07:25:08 ---> b5e07e9d1628 07:25:08 Step 13/24 : ENV APP_PORT=59881 07:25:08 Removing intermediate container 22f47b8707a1 07:25:08 ---> 0d97b0e8f5db 07:25:08 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:25:08 ---> Running in 9bbcab774e4f 07:25:08 Removing intermediate container 4487107b60be 07:25:08 ---> defd8a7e19ef 07:25:08 07:25:08 Step 10/23 : FROM alpine:3.16 07:25:08 ---> bfe296a52501 07:25:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:25:08 ---> Using cache 07:25:08 ---> 6644e53dccc4 07:25:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:25:08 ---> Using cache 07:25:08 ---> b5e07e9d1628 07:25:08 Step 13/23 : ENV APP_PORT=59882 07:25:08 ---> Running in 93f66f08bba9 07:25:08 ---> Running in c7059c84c285 07:25:08 Removing intermediate container 9bbcab774e4f 07:25:08 ---> 2e82a8bc03e5 07:25:08 Step 14/24 : EXPOSE $APP_PORT 07:25:09 ---> Running in 6c2ff676d950 07:25:09 Removing intermediate container 93f66f08bba9 07:25:09 ---> 90cb37bf1e0e 07:25:09 Step 21/23 : LABEL arch=x86_64 07:25:09 Removing intermediate container c7059c84c285 07:25:09 ---> 10f534433fcd 07:25:09 Step 14/23 : EXPOSE $APP_PORT 07:25:09 ---> Running in b8a9a0575ba1 07:25:09 Removing intermediate container 6c2ff676d950 07:25:09 ---> 4644d629ab26 07:25:09 Step 15/24 : WORKDIR / 07:25:09 ---> Running in 7694a1f39c6d 07:25:09 ---> Running in 73bbffecf517 07:25:09 Removing intermediate container b8a9a0575ba1 07:25:09 ---> 3814faf8bc05 07:25:09 Step 22/23 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:09 Removing intermediate container 7694a1f39c6d 07:25:09 ---> 80978adce59e 07:25:09 Step 15/23 : WORKDIR / 07:25:09 ---> Running in 886add7a7bce 07:25:09 Removing intermediate container 73bbffecf517 07:25:09 ---> 9931e188010e 07:25:09 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:25:09 ---> Running in dadc98bd9d67 07:25:09 Removing intermediate container 886add7a7bce 07:25:09 ---> de84830374dd 07:25:09 Step 23/23 : LABEL version=3.0.0-dev.6 07:25:09 ---> Running in 491b6ee72a7b 07:25:09 ---> 085543b6f726 07:25:09 Removing intermediate container dadc98bd9d67 07:25:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> c3b806dbfa69 07:25:09 07:25:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:25:10 Removing intermediate container 491b6ee72a7b 07:25:10 ---> 295b9964d866 07:25:10 07:25:10 Successfully built 295b9964d866 07:25:10 ---> a9c7b9a30184 07:25:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:25:10 Successfully tagged security-spire-server:latest 07:25:10  Building security-spire-server ... done Building security-spire-config 07:25:12 ---> d406328d9440 07:25:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:25:12 ---> f9f5005b1860 07:25:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:25:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:25:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:25:13 ---> 1dcffa79831d 07:25:13 Step 3/24 : WORKDIR /edgex-go 07:25:13 ---> Using cache 07:25:13 ---> eb4ca83a52ab 07:25:13 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:25:13 ---> Using cache 07:25:13 ---> d2a3fc530b9c 07:25:13 Step 5/24 : COPY go.mod vendor* ./ 07:25:13 ---> Using cache 07:25:13 ---> a90e5206759b 07:25:13 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:25:13 ---> Using cache 07:25:13 ---> ffe0e34f234d 07:25:13 Step 7/24 : COPY . . 07:25:13 ---> Using cache 07:25:13 ---> db0bfe277225 07:25:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:25:13 ---> Using cache 07:25:13 ---> a22c4c7905ea 07:25:13 Step 9/24 : WORKDIR /edgex-go/spire-build 07:25:13 ---> Using cache 07:25:13 ---> c329b002f9e1 07:25:13 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 07:25:13 ---> Using cache 07:25:13 ---> a1804957d16a 07:25:13 Step 11/24 : WORKDIR /edgex-go 07:25:13 ---> Using cache 07:25:13 ---> 9cf12e99a284 07:25:13 07:25:13 Step 12/24 : FROM alpine:3.15 07:25:13 ---> c4fc93816858 07:25:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:25:13 ---> Using cache 07:25:13 ---> f8fd25ef0243 07:25:13 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:25:13 ---> e427afaeb393 07:25:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:25:13 ---> Running in 09826eb787fa 07:25:13 ---> 0442cddb2d5a 07:25:13 Step 19/23 : ENTRYPOINT ["/core-command"] 07:25:13 ---> Running in 8d6b738fa42d 07:25:13 ---> 2cc4f8920988 07:25:13 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:25:13 ---> Running in ca5a2d3d93e4 07:25:13 Removing intermediate container 8d6b738fa42d 07:25:13 ---> c21ab83e0e6a 07:25:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:25:13 ---> Running in 0156ec199321 07:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:25:13 Removing intermediate container ca5a2d3d93e4 07:25:13 ---> 3e000128bd36 07:25:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:25:13 ---> Running in 94138746d71b 07:25:13 Removing intermediate container 0156ec199321 07:25:13 ---> 3ed7a5dbfc45 07:25:13 Step 21/23 : LABEL arch=x86_64 07:25:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:25:13 ---> Running in 68950cedddf8 07:25:13 Removing intermediate container 94138746d71b 07:25:13 ---> 7a8063230271 07:25:13 Step 22/24 : LABEL arch=x86_64 07:25:13 ---> Running in 4fa5d0d31462 07:25:13 Removing intermediate container 68950cedddf8 07:25:13 ---> c8fb3f748a40 07:25:13 Step 22/23 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:14 ---> Running in 1eb2565c3757 07:25:14 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:25:14 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:25:14 OK: 15859 distinct packages available 07:25:14 Removing intermediate container 4fa5d0d31462 07:25:14 ---> a8fb5b85da28 07:25:14 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:25:14 ---> Running in 7e9f8366e37c 07:25:14 Removing intermediate container 1eb2565c3757 07:25:14 ---> e970ca486f7e 07:25:14 Step 23/23 : LABEL version=3.0.0-dev.6 07:25:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:25:14 ---> Running in 7994ec35aef1 07:25:14 Removing intermediate container 7e9f8366e37c 07:25:14 ---> d12cd7844f5f 07:25:14 Step 24/24 : LABEL version=3.0.0-dev.6 07:25:14 ---> Running in aa4910c8b51c 07:25:14 Removing intermediate container 7994ec35aef1 07:25:14 ---> 1c2bf2ea1527 07:25:14 07:25:14 (1/4) Installing dumb-init (1.2.5-r1) 07:25:14 (2/4) Installing musl-obstack (1.2.3-r0) 07:25:14 (3/4) Installing libucontext (1.1-r0) 07:25:14 (4/4) Installing gcompat (1.0.0-r4) 07:25:14 Executing busybox-1.34.1-r7.trigger 07:25:14 OK: 6 MiB in 18 packages 07:25:14 Successfully built 1c2bf2ea1527 07:25:14 Successfully tagged core-command:latest 07:25:14  Building core-command ... done Removing intermediate container aa4910c8b51c 07:25:14 ---> d67b67f3b0b8 07:25:14 07:25:14 Successfully built d67b67f3b0b8 07:25:14 Successfully tagged core-metadata:latest 07:25:14  Building core-metadata ... done Removing intermediate container 09826eb787fa 07:25:14 ---> c460764efcbf 07:25:14 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:25:16 ---> 80ef0109daf2 07:25:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:25:16 ---> bc8da15bbf32 07:25:16 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:25:16 ---> Running in ae8263adf3f5 07:25:17 Removing intermediate container ae8263adf3f5 07:25:17 ---> 47390c587a3b 07:25:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:25:17 ---> 0a47d8f07eb4 07:25:17 Step 19/24 : WORKDIR / 07:25:17 ---> Running in 604746342ca7 07:25:17 Removing intermediate container 604746342ca7 07:25:17 ---> 53b54fac488e 07:25:17 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:25:17 ---> Running in b1945ed62382 07:25:18 Removing intermediate container 861ed954f2fc 07:25:18 ---> c78948c6b894 07:25:18 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:25:18 ---> Running in 151aa7ac7405 07:25:18 Removing intermediate container b1945ed62382 07:25:18 ---> 7eb7787023c2 07:25:18 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:25:18 ---> Running in d7df7ddfa244 07:25:18 Removing intermediate container d7df7ddfa244 07:25:18 ---> 82e12f4709fa 07:25:18 Step 22/24 : LABEL arch=x86_64 07:25:18 ---> Running in 5b9c649aec89 07:25:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:25:18 Removing intermediate container 5b9c649aec89 07:25:18 ---> 21400bdad3ac 07:25:18 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:18 ---> Running in 7579ba39d115 07:25:18 Removing intermediate container 7579ba39d115 07:25:18 ---> 35d48891695e 07:25:18 Step 24/24 : LABEL version=3.0.0-dev.6 07:25:18 ---> Running in 8455e5b43cf5 07:25:19 Removing intermediate container 8455e5b43cf5 07:25:19 ---> ee8620ba44a5 07:25:19 07:25:19 Successfully built ee8620ba44a5 07:25:19 Successfully tagged security-spire-config:latest 07:25:19  Building security-spire-config ... done Removing intermediate container 151aa7ac7405 07:25:19 ---> 94e331ec5880 07:25:19 07:25:19 Step 10/22 : FROM alpine:3.16 07:25:19 ---> bfe296a52501 07:25:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:25:19 ---> Running in abc08a8abb3e 07:25:19 Removing intermediate container abc08a8abb3e 07:25:19 ---> e5c332412377 07:25:19 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 07:25:19 ---> Running in 4a21bf6a9086 07:25:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:25:20 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 07:25:20 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 07:25:20 (3/33) Installing readline (8.1.2-r0) 07:25:20 (4/33) Installing bash (5.1.16-r2) 07:25:20 Executing bash-5.1.16-r2.post-install 07:25:20 (5/33) Installing ca-certificates (20220614-r0) 07:25:20 (6/33) Installing brotli-libs (1.0.9-r6) 07:25:20 (7/33) Installing nghttp2-libs (1.47.0-r0) 07:25:20 (8/33) Installing libcurl (7.83.1-r4) 07:25:20 (9/33) Installing curl (7.83.1-r4) 07:25:20 (10/33) Installing docker-cli (20.10.20-r0) 07:25:20 (11/33) Installing dumb-init (1.2.5-r1) 07:25:20 (12/33) Installing libbz2 (1.0.8-r1) 07:25:20 (13/33) Installing expat (2.5.0-r0) 07:25:20 (14/33) Installing libffi (3.4.2-r1) 07:25:20 (15/33) Installing gdbm (1.23-r0) 07:25:20 (16/33) Installing xz-libs (5.2.5-r1) 07:25:20 (17/33) Installing libgcc (11.2.1_git20220219-r2) 07:25:20 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 07:25:20 (19/33) Installing mpdecimal (2.5.1-r1) 07:25:20 (20/33) Installing sqlite-libs (3.38.5-r0) 07:25:20 (21/33) Installing python3 (3.10.9-r0) 07:25:21 (22/33) Installing py3-contextlib2 (21.6.0-r2) 07:25:21 (23/33) Installing py3-tomli (2.0.1-r1) 07:25:21 (24/33) Installing py3-pep517 (0.12.0-r2) 07:25:21 (25/33) Installing py3-six (1.16.0-r1) 07:25:21 (26/33) Installing py3-retrying (1.3.3-r3) 07:25:21 (27/33) Installing py3-appdirs (1.4.4-r3) 07:25:21 (28/33) Installing py3-more-itertools (8.13.0-r0) 07:25:21 (29/33) Installing py3-ordered-set (4.0.2-r3) 07:25:21 (30/33) Installing py3-parsing (2.4.7-r3) 07:25:21 (31/33) Installing py3-packaging (21.3-r0) 07:25:21 (32/33) Installing py3-setuptools (59.4.0-r0) 07:25:21 (33/33) Installing py3-pip (22.1.1-r0) 07:25:21 Executing busybox-1.35.0-r17.trigger 07:25:21 Executing ca-certificates-20220614-r0.trigger 07:25:21 OK: 123 MiB in 47 packages 07:25:23 Removing intermediate container 3c0f97c9aed0 07:25:23 ---> 7c5a458078ad 07:25:23 07:25:23 Step 9/24 : FROM alpine:3.16 07:25:23 ---> bfe296a52501 07:25:23 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:25:23 ---> Running in 99e4cd01ddcf 07:25:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 07:25:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 07:25:23 (1/3) Installing ca-certificates (20220614-r0) 07:25:23 Collecting docker-compose==1.23.2 07:25:23 (2/3) Installing dumb-init (1.2.5-r1) 07:25:23 (3/3) Installing su-exec (0.2-r1) 07:25:23 Executing busybox-1.35.0-r17.trigger 07:25:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:25:23 Executing ca-certificates-20220614-r0.trigger 07:25:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.1 MB/s eta 0:00:00 07:25:23 OK: 6 MiB in 17 packages 07:25:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:25:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:25:23 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 153.6 MB/s eta 0:00:00 07:25:23 Collecting docopt<0.7,>=0.6.1 07:25:23 Downloading docopt-0.6.2.tar.gz (25 kB) 07:25:23 Preparing metadata (setup.py): started 07:25:24 Preparing metadata (setup.py): finished with status 'done' 07:25:24 Collecting websocket-client<1.0,>=0.32.0 07:25:24 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:25:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 158.9 MB/s eta 0:00:00 07:25:24 Removing intermediate container 99e4cd01ddcf 07:25:24 ---> e5a414a1d276 07:25:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:25:24 ---> Running in a3a73a185f62 07:25:24 Collecting docker<4.0,>=3.6.0 07:25:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:25:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 161.7 MB/s eta 0:00:00 07:25:24 Collecting dockerpty<0.5,>=0.4.1 07:25:24 Removing intermediate container a3a73a185f62 07:25:24 ---> d6b687d1f75d 07:25:24 Step 12/24 : WORKDIR / 07:25:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:25:24 Preparing metadata (setup.py): started 07:25:24 ---> Running in 56c34b3ac762 07:25:24 Removing intermediate container 56c34b3ac762 07:25:24 ---> da0bb77c8b7f 07:25:24 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:25:24 Preparing metadata (setup.py): finished with status 'done' 07:25:24 ---> f1b786baec9e 07:25:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:25:24 Collecting PyYAML<4,>=3.10 07:25:24 Downloading PyYAML-3.13.tar.gz (270 kB) 07:25:24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 144.8 MB/s eta 0:00:00 07:25:24 ---> 6b56e91c08f1 07:25:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:25:25 ---> 9874f9ab3b9f 07:25:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:25:25 Preparing metadata (setup.py): started 07:25:25 ---> cdcd794680e0 07:25:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:25:25 Preparing metadata (setup.py): finished with status 'done' 07:25:25 Collecting texttable<0.10,>=0.9.0 07:25:25 Downloading texttable-0.9.1.tar.gz (11 kB) 07:25:25 Preparing metadata (setup.py): started 07:25:25 ---> 7e946d6c2a0f 07:25:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:25:25 Preparing metadata (setup.py): finished with status 'done' 07:25:25 Collecting jsonschema<3,>=2.5.1 07:25:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:25:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 07:25:25 Collecting cached-property<2,>=1.2.0 07:25:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:25:25 Collecting docker-pycreds>=0.4.0 07:25:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:25:25 ---> d83ca6aba138 07:25:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:25:25 Collecting urllib3<1.25,>=1.21.1 07:25:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:25:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 210.5 MB/s eta 0:00:00 07:25:25 Collecting idna<2.8,>=2.5 07:25:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:25:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 145.4 MB/s eta 0:00:00 07:25:25 Collecting certifi>=2017.4.17 07:25:25 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 07:25:25 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 158.8 MB/s eta 0:00:00 07:25:25 ---> 5ec3e7c2307a 07:25:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:25:26 Collecting chardet<3.1.0,>=3.0.2 07:25:26 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 07:25:26 ---> Running in 8f7095b94b0d 07:25:26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 86.3 MB/s eta 0:00:00 07:25:26 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 07:25:26 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 07:25:26 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 07:25:26 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 07:25:26 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 07:25:26 Running setup.py install for texttable: started 07:25:26 Running setup.py install for texttable: finished with status 'done' 07:25:26 Running setup.py install for PyYAML: started 07:25:26 Removing intermediate container 8f7095b94b0d 07:25:26 ---> acd5b6842c77 07:25:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:25:26 ---> Running in b0101c4f65c9 07:25:26 Removing intermediate container b0101c4f65c9 07:25:26 ---> 29e60d55ed9f 07:25:26 Step 22/24 : LABEL arch=x86_64 07:25:27 ---> Running in 62048438cec1 07:25:27 Removing intermediate container 62048438cec1 07:25:27 ---> 85856ed91049 07:25:27 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:27 ---> Running in 2c8e4c065288 07:25:27 Running setup.py install for PyYAML: finished with status 'done' 07:25:27 Removing intermediate container 2c8e4c065288 07:25:27 ---> 9f4203cd58ee 07:25:27 Step 24/24 : LABEL version=3.0.0-dev.6 07:25:27 ---> Running in 889378b44b8a 07:25:27 Removing intermediate container 889378b44b8a 07:25:27 ---> e460ccac4526 07:25:27 07:25:27 Running setup.py install for docopt: started 07:25:27 Successfully built e460ccac4526 07:25:27 Successfully tagged security-secretstore-setup:latest 07:25:27  Building security-secretstore-setup ... done  Running setup.py install for docopt: finished with status 'done' 07:25:28 Running setup.py install for dockerpty: started 07:25:28 Running setup.py install for dockerpty: finished with status 'done' 07:25:28 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 07:25:28 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 07:25:31 Removing intermediate container 4a21bf6a9086 07:25:31 ---> a3ea7e95187f 07:25:31 Step 13/22 : ENV APP_PORT=58890 07:25:31 ---> Running in e9a39e1fae43 07:25:31 Removing intermediate container e9a39e1fae43 07:25:31 ---> c5bf3e54e968 07:25:31 Step 14/22 : EXPOSE $APP_PORT 07:25:31 ---> Running in 105b588c16a7 07:25:31 Removing intermediate container 105b588c16a7 07:25:31 ---> 3c2b910133c6 07:25:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:25:31 ---> 96ea10101fb9 07:25:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:25:31 ---> 347b0485c853 07:25:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:25:31 ---> feeaf168e412 07:25:31 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 07:25:32 ---> Running in f995fe33c41f 07:25:32 Removing intermediate container f995fe33c41f 07:25:32 ---> 7fefd38de014 07:25:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:25:32 ---> Running in 26db9abcbdde 07:25:32 Removing intermediate container 26db9abcbdde 07:25:32 ---> 49bddbbd9701 07:25:32 Step 20/22 : LABEL arch=x86_64 07:25:32 ---> Running in 3c579ffa4b3e 07:25:32 Removing intermediate container 3c579ffa4b3e 07:25:32 ---> 9ef4f1a54626 07:25:32 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:32 ---> Running in 749e64afab7b 07:25:32 Removing intermediate container 749e64afab7b 07:25:32 ---> 182de5966a98 07:25:32 Step 22/22 : LABEL version=3.0.0-dev.6 07:25:32 ---> Running in 74e0370d2673 07:25:32 Removing intermediate container 74e0370d2673 07:25:32 ---> 4462dccb3645 07:25:32 07:25:32 Successfully built 4462dccb3645 07:25:32 Successfully tagged sys-mgmt-agent:latest 07:25:32  Building sys-mgmt-agent ... done  [Pipeline] } 07:25:32 $ docker stop --time=1 bf529f98f2bd67605636104d13b85356c8eebb2a33e2d5f4009ecbf6cd94a4fd 07:25:34 $ docker rm -f bf529f98f2bd67605636104d13b85356c8eebb2a33e2d5f4009ecbf6cd94a4fd [Pipeline] // withDockerContainer [Pipeline] sh 07:25:34 + docker images 07:25:34 REPOSITORY TAG IMAGE ID CREATED SIZE 07:25:34 sys-mgmt-agent latest 4462dccb3645 2 seconds ago 136MB 07:25:34 security-secretstore-setup latest e460ccac4526 7 seconds ago 29.9MB 07:25:34 7c5a458078ad 12 seconds ago 1.61GB 07:25:34 94e331ec5880 15 seconds ago 1.6GB 07:25:34 security-spire-config latest ee8620ba44a5 16 seconds ago 85.8MB 07:25:34 core-metadata latest d67b67f3b0b8 20 seconds ago 18.5MB 07:25:34 core-command latest 1c2bf2ea1527 20 seconds ago 17.7MB 07:25:34 security-spire-server latest 295b9964d866 25 seconds ago 86.5MB 07:25:34 f938994a3ad9 26 seconds ago 1.62GB 07:25:34 defd8a7e19ef 26 seconds ago 1.61GB 07:25:34 102d7fec28f9 31 seconds ago 1.49GB 07:25:34 security-proxy-setup latest 8b51845b928f 39 seconds ago 27.7MB 07:25:34 security-spire-agent latest a3d9d1a7dd1a 41 seconds ago 125MB 07:25:34 9cf12e99a284 54 seconds ago 1.49GB 07:25:34 9517ff53e659 56 seconds ago 1.6GB 07:25:34 security-bootstrapper latest 02c751f5908b About a minute ago 20.3MB 07:25:34 support-notifications latest d2e101869b9d About a minute ago 30.5MB 07:25:34 support-scheduler latest bf324dae9cb0 About a minute ago 29.9MB 07:25:34 security-spiffe-token-provider latest da3b54fa668e About a minute ago 29.7MB 07:25:34 core-data latest 974777609607 About a minute ago 17.9MB 07:25:34 890250d7f3bb About a minute ago 1.68GB 07:25:34 d3c368ce3fa6 About a minute ago 1.68GB 07:25:34 6adaee691ace About a minute ago 1.65GB 07:25:34 bd82d6adc798 About a minute ago 1.6GB 07:25:34 17721ba21c21 About a minute ago 1.62GB 07:25:34 ci-base-image-x86_64 latest 1dcffa79831d 4 minutes ago 947MB 07:25:34 alpine 3.16 bfe296a52501 4 weeks ago 5.54MB 07:25:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 6 weeks ago 683MB 07:25:34 alpine 3.15 c4fc93816858 4 months ago 5.59MB 07:25:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 months ago 253MB 07:25:34 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 07:25:34 provisioning config files... 07:25:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/360@tmp/config18333923706782324192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:34 ---> docker-login.sh 07:25:34 nexus3.edgexfoundry.org:10001 07:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:34 Configure a credential helper to remove this warning. See 07:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:34 07:25:34 Login Succeeded 07:25:34 nexus3.edgexfoundry.org:10002 07:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:34 Configure a credential helper to remove this warning. See 07:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:34 07:25:34 Login Succeeded 07:25:34 nexus3.edgexfoundry.org:10003 07:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:34 Configure a credential helper to remove this warning. See 07:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:34 07:25:34 Login Succeeded 07:25:34 nexus3.edgexfoundry.org:10004 07:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:35 Configure a credential helper to remove this warning. See 07:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:35 07:25:35 Login Succeeded 07:25:35 docker.io 07:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:35 Configure a credential helper to remove this warning. See 07:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:35 07:25:35 Login Succeeded 07:25:35 ---> docker-login.sh ends [Pipeline] } 07:25:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:25:35 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:25:35 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:35 latest 07:25:35 3.0.0-dev.6 07:25:35 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:35 main 07:25:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:36 + docker push nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:25:36 a693596e1126: Preparing 07:25:36 a278133374c4: Preparing 07:25:36 04ba454b260c: Preparing 07:25:36 806f4bdedb9f: Preparing 07:25:36 e5e13b0c77cb: Preparing 07:25:36 e5e13b0c77cb: Layer already exists 07:25:36 806f4bdedb9f: Pushed 07:25:36 04ba454b260c: Pushed 07:25:36 a693596e1126: Pushed 07:25:37 a278133374c4: Pushed 07:25:37 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:16c586bef8f8e3ddb8f5d2ce3ee890fd3fdfc7732bb50082f54203e032bf5c4f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:38 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:25:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:25:38 a693596e1126: Preparing 07:25:38 a278133374c4: Preparing 07:25:38 04ba454b260c: Preparing 07:25:38 806f4bdedb9f: Preparing 07:25:38 e5e13b0c77cb: Preparing 07:25:38 e5e13b0c77cb: Layer already exists 07:25:38 806f4bdedb9f: Layer already exists 07:25:38 04ba454b260c: Layer already exists 07:25:38 a278133374c4: Layer already exists 07:25:38 a693596e1126: Layer already exists 07:25:38 latest: digest: sha256:16c586bef8f8e3ddb8f5d2ce3ee890fd3fdfc7732bb50082f54203e032bf5c4f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:38 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.6 07:25:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:25:38 a693596e1126: Preparing 07:25:38 a278133374c4: Preparing 07:25:38 04ba454b260c: Preparing 07:25:38 806f4bdedb9f: Preparing 07:25:38 e5e13b0c77cb: Preparing 07:25:38 e5e13b0c77cb: Layer already exists 07:25:38 806f4bdedb9f: Layer already exists 07:25:38 a278133374c4: Layer already exists 07:25:38 04ba454b260c: Layer already exists 07:25:38 a693596e1126: Layer already exists 07:25:38 3.0.0-dev.6: digest: sha256:16c586bef8f8e3ddb8f5d2ce3ee890fd3fdfc7732bb50082f54203e032bf5c4f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:39 + docker push nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:25:39 a693596e1126: Preparing 07:25:39 a278133374c4: Preparing 07:25:39 04ba454b260c: Preparing 07:25:39 806f4bdedb9f: Preparing 07:25:39 e5e13b0c77cb: Preparing 07:25:39 e5e13b0c77cb: Layer already exists 07:25:39 a693596e1126: Layer already exists 07:25:39 04ba454b260c: Layer already exists 07:25:39 a278133374c4: Layer already exists 07:25:39 806f4bdedb9f: Layer already exists 07:25:39 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:16c586bef8f8e3ddb8f5d2ce3ee890fd3fdfc7732bb50082f54203e032bf5c4f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:39 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:25:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:25:39 a693596e1126: Preparing 07:25:39 a278133374c4: Preparing 07:25:39 04ba454b260c: Preparing 07:25:39 806f4bdedb9f: Preparing 07:25:39 e5e13b0c77cb: Preparing 07:25:39 a278133374c4: Layer already exists 07:25:39 e5e13b0c77cb: Layer already exists 07:25:39 04ba454b260c: Layer already exists 07:25:39 806f4bdedb9f: Layer already exists 07:25:39 a693596e1126: Layer already exists 07:25:39 main: digest: sha256:16c586bef8f8e3ddb8f5d2ce3ee890fd3fdfc7732bb50082f54203e032bf5c4f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:40 ===================================================== [Pipeline] echo 07:25:40 taggedImages: 07:25:40 - nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:40 - nexus3.edgexfoundry.org:10004/core-command:latest 07:25:40 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.6 07:25:40 - nexus3.edgexfoundry.org:10004/core-command:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:40 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:25:40 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:25:40 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:40 latest 07:25:40 3.0.0-dev.6 07:25:40 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:40 main 07:25:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:40 + docker push nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:25:40 5a489c5cf557: Preparing 07:25:40 3943cece186c: Preparing 07:25:40 04ba454b260c: Preparing 07:25:40 806f4bdedb9f: Preparing 07:25:40 e5e13b0c77cb: Preparing 07:25:40 806f4bdedb9f: Layer already exists 07:25:40 04ba454b260c: Layer already exists 07:25:40 e5e13b0c77cb: Layer already exists 07:25:40 5a489c5cf557: Pushed 07:25:42 3943cece186c: Pushed 07:25:42 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:b36cea0570604ad8f43c065ed24ad1063a7111a19e18e5b9c6a7eff62b440f84 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:42 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:42 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:25:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:25:42 5a489c5cf557: Preparing 07:25:42 3943cece186c: Preparing 07:25:42 04ba454b260c: Preparing 07:25:42 806f4bdedb9f: Preparing 07:25:42 e5e13b0c77cb: Preparing 07:25:42 04ba454b260c: Layer already exists 07:25:42 e5e13b0c77cb: Layer already exists 07:25:42 806f4bdedb9f: Layer already exists 07:25:42 3943cece186c: Layer already exists 07:25:42 5a489c5cf557: Layer already exists 07:25:42 latest: digest: sha256:b36cea0570604ad8f43c065ed24ad1063a7111a19e18e5b9c6a7eff62b440f84 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:43 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.6 07:25:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:25:43 5a489c5cf557: Preparing 07:25:43 3943cece186c: Preparing 07:25:43 04ba454b260c: Preparing 07:25:43 806f4bdedb9f: Preparing 07:25:43 e5e13b0c77cb: Preparing 07:25:43 04ba454b260c: Layer already exists 07:25:43 e5e13b0c77cb: Layer already exists 07:25:43 3943cece186c: Layer already exists 07:25:43 806f4bdedb9f: Layer already exists 07:25:43 5a489c5cf557: Layer already exists 07:25:43 3.0.0-dev.6: digest: sha256:b36cea0570604ad8f43c065ed24ad1063a7111a19e18e5b9c6a7eff62b440f84 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:44 + docker push nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:25:44 5a489c5cf557: Preparing 07:25:44 3943cece186c: Preparing 07:25:44 04ba454b260c: Preparing 07:25:44 806f4bdedb9f: Preparing 07:25:44 e5e13b0c77cb: Preparing 07:25:44 806f4bdedb9f: Layer already exists 07:25:44 5a489c5cf557: Layer already exists 07:25:44 e5e13b0c77cb: Layer already exists 07:25:44 3943cece186c: Layer already exists 07:25:44 04ba454b260c: Layer already exists 07:25:44 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:b36cea0570604ad8f43c065ed24ad1063a7111a19e18e5b9c6a7eff62b440f84 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:44 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:25:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:25:44 5a489c5cf557: Preparing 07:25:44 3943cece186c: Preparing 07:25:44 04ba454b260c: Preparing 07:25:44 806f4bdedb9f: Preparing 07:25:44 e5e13b0c77cb: Preparing 07:25:44 e5e13b0c77cb: Layer already exists 07:25:44 5a489c5cf557: Layer already exists 07:25:44 04ba454b260c: Layer already exists 07:25:44 3943cece186c: Layer already exists 07:25:44 806f4bdedb9f: Layer already exists 07:25:44 main: digest: sha256:b36cea0570604ad8f43c065ed24ad1063a7111a19e18e5b9c6a7eff62b440f84 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:44 ===================================================== [Pipeline] echo 07:25:44 taggedImages: 07:25:44 - nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:44 - nexus3.edgexfoundry.org:10004/core-data:latest 07:25:44 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.6 07:25:44 - nexus3.edgexfoundry.org:10004/core-data:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:44 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:25:44 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:25:44 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:44 latest 07:25:44 3.0.0-dev.6 07:25:44 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:44 main 07:25:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:25:45 5150ae6942a0: Preparing 07:25:45 2981c17d06c0: Preparing 07:25:45 5d308fe7ec92: Preparing 07:25:45 04ba454b260c: Preparing 07:25:45 806f4bdedb9f: Preparing 07:25:45 e5e13b0c77cb: Preparing 07:25:45 806f4bdedb9f: Layer already exists 07:25:45 04ba454b260c: Layer already exists 07:25:45 e5e13b0c77cb: Layer already exists 07:25:45 2981c17d06c0: Pushed 07:25:45 5150ae6942a0: Pushed 07:25:46 5d308fe7ec92: Pushed 07:25:46 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:096cfaee5c71ce2db3771c38079da3c17414dd4d3e86187bd7176c0f1765e04b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:47 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:25:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:25:47 5150ae6942a0: Preparing 07:25:47 2981c17d06c0: Preparing 07:25:47 5d308fe7ec92: Preparing 07:25:47 04ba454b260c: Preparing 07:25:47 806f4bdedb9f: Preparing 07:25:47 e5e13b0c77cb: Preparing 07:25:47 e5e13b0c77cb: Waiting 07:25:47 5150ae6942a0: Layer already exists 07:25:47 04ba454b260c: Layer already exists 07:25:47 5d308fe7ec92: Layer already exists 07:25:47 806f4bdedb9f: Layer already exists 07:25:47 2981c17d06c0: Layer already exists 07:25:47 e5e13b0c77cb: Layer already exists 07:25:47 latest: digest: sha256:096cfaee5c71ce2db3771c38079da3c17414dd4d3e86187bd7176c0f1765e04b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:47 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.6 07:25:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:25:47 5150ae6942a0: Preparing 07:25:47 2981c17d06c0: Preparing 07:25:47 5d308fe7ec92: Preparing 07:25:47 04ba454b260c: Preparing 07:25:47 806f4bdedb9f: Preparing 07:25:47 e5e13b0c77cb: Preparing 07:25:47 e5e13b0c77cb: Waiting 07:25:47 04ba454b260c: Layer already exists 07:25:47 5150ae6942a0: Layer already exists 07:25:47 806f4bdedb9f: Layer already exists 07:25:47 5d308fe7ec92: Layer already exists 07:25:47 2981c17d06c0: Layer already exists 07:25:47 e5e13b0c77cb: Layer already exists 07:25:47 3.0.0-dev.6: digest: sha256:096cfaee5c71ce2db3771c38079da3c17414dd4d3e86187bd7176c0f1765e04b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:25:48 5150ae6942a0: Preparing 07:25:48 2981c17d06c0: Preparing 07:25:48 5d308fe7ec92: Preparing 07:25:48 04ba454b260c: Preparing 07:25:48 806f4bdedb9f: Preparing 07:25:48 e5e13b0c77cb: Preparing 07:25:48 e5e13b0c77cb: Waiting 07:25:48 806f4bdedb9f: Layer already exists 07:25:48 2981c17d06c0: Layer already exists 07:25:48 5150ae6942a0: Layer already exists 07:25:48 5d308fe7ec92: Layer already exists 07:25:48 04ba454b260c: Layer already exists 07:25:48 e5e13b0c77cb: Layer already exists 07:25:48 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:096cfaee5c71ce2db3771c38079da3c17414dd4d3e86187bd7176c0f1765e04b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:25:49 5150ae6942a0: Preparing 07:25:49 2981c17d06c0: Preparing 07:25:49 5d308fe7ec92: Preparing 07:25:49 04ba454b260c: Preparing 07:25:49 806f4bdedb9f: Preparing 07:25:49 e5e13b0c77cb: Preparing 07:25:49 e5e13b0c77cb: Waiting 07:25:49 5d308fe7ec92: Layer already exists 07:25:49 5150ae6942a0: Layer already exists 07:25:49 806f4bdedb9f: Layer already exists 07:25:49 04ba454b260c: Layer already exists 07:25:49 2981c17d06c0: Layer already exists 07:25:49 e5e13b0c77cb: Layer already exists 07:25:49 main: digest: sha256:096cfaee5c71ce2db3771c38079da3c17414dd4d3e86187bd7176c0f1765e04b size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:49 ===================================================== [Pipeline] echo 07:25:49 taggedImages: 07:25:49 - nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:49 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:25:49 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.6 07:25:49 - nexus3.edgexfoundry.org:10004/core-metadata:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:49 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:25:49 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:25:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:49 latest 07:25:49 3.0.0-dev.6 07:25:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:49 main 07:25:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:25:49 87b0d95e65a4: Preparing 07:25:49 87b0d95e65a4: Preparing 07:25:49 b85ea9d8f1d5: Preparing 07:25:49 6509eea1277c: Preparing 07:25:49 17aa2f32f167: Preparing 07:25:49 4e3649d93777: Preparing 07:25:49 6d25ecd94826: Preparing 07:25:49 04ba454b260c: Preparing 07:25:49 7032988e6c01: Preparing 07:25:49 9449a5f9446b: Preparing 07:25:49 b5f7954ab135: Preparing 07:25:49 0122591ed40e: Preparing 07:25:49 e5e13b0c77cb: Preparing 07:25:49 04ba454b260c: Waiting 07:25:49 b5f7954ab135: Waiting 07:25:49 7032988e6c01: Waiting 07:25:49 0122591ed40e: Waiting 07:25:49 9449a5f9446b: Waiting 07:25:49 e5e13b0c77cb: Waiting 07:25:49 4e3649d93777: Pushed 07:25:49 6509eea1277c: Pushed 07:25:49 87b0d95e65a4: Pushed 07:25:49 17aa2f32f167: Pushed 07:25:49 b85ea9d8f1d5: Pushed 07:25:49 04ba454b260c: Layer already exists 07:25:50 7032988e6c01: Pushed 07:25:50 e5e13b0c77cb: Layer already exists 07:25:50 0122591ed40e: Pushed 07:25:50 9449a5f9446b: Pushed 07:25:50 b5f7954ab135: Pushed 07:25:51 6d25ecd94826: Pushed 07:25:51 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:426eb5800886504dfba5952a5f12ad1e23090e0a8bc0715fb44a989c61c0c875 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:25:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:25:52 87b0d95e65a4: Preparing 07:25:52 87b0d95e65a4: Preparing 07:25:52 b85ea9d8f1d5: Preparing 07:25:52 6509eea1277c: Preparing 07:25:52 17aa2f32f167: Preparing 07:25:52 4e3649d93777: Preparing 07:25:52 6d25ecd94826: Preparing 07:25:52 04ba454b260c: Preparing 07:25:52 7032988e6c01: Preparing 07:25:52 9449a5f9446b: Preparing 07:25:52 b5f7954ab135: Preparing 07:25:52 0122591ed40e: Preparing 07:25:52 e5e13b0c77cb: Preparing 07:25:52 0122591ed40e: Waiting 07:25:52 9449a5f9446b: Waiting 07:25:52 6d25ecd94826: Waiting 07:25:52 04ba454b260c: Waiting 07:25:52 b5f7954ab135: Waiting 07:25:52 7032988e6c01: Waiting 07:25:52 e5e13b0c77cb: Waiting 07:25:52 87b0d95e65a4: Layer already exists 07:25:52 4e3649d93777: Layer already exists 07:25:52 6509eea1277c: Layer already exists 07:25:52 b85ea9d8f1d5: Layer already exists 07:25:52 17aa2f32f167: Layer already exists 07:25:52 6d25ecd94826: Layer already exists 07:25:52 b5f7954ab135: Layer already exists 07:25:52 7032988e6c01: Layer already exists 07:25:52 9449a5f9446b: Layer already exists 07:25:52 04ba454b260c: Layer already exists 07:25:52 0122591ed40e: Layer already exists 07:25:52 e5e13b0c77cb: Layer already exists 07:25:52 latest: digest: sha256:426eb5800886504dfba5952a5f12ad1e23090e0a8bc0715fb44a989c61c0c875 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.6 07:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:25:53 87b0d95e65a4: Preparing 07:25:53 87b0d95e65a4: Preparing 07:25:53 b85ea9d8f1d5: Preparing 07:25:53 6509eea1277c: Preparing 07:25:53 17aa2f32f167: Preparing 07:25:53 4e3649d93777: Preparing 07:25:53 6d25ecd94826: Preparing 07:25:53 04ba454b260c: Preparing 07:25:53 7032988e6c01: Preparing 07:25:53 9449a5f9446b: Preparing 07:25:53 b5f7954ab135: Preparing 07:25:53 0122591ed40e: Preparing 07:25:53 e5e13b0c77cb: Preparing 07:25:53 7032988e6c01: Waiting 07:25:53 9449a5f9446b: Waiting 07:25:53 e5e13b0c77cb: Waiting 07:25:53 6d25ecd94826: Waiting 07:25:53 b5f7954ab135: Waiting 07:25:53 0122591ed40e: Waiting 07:25:53 04ba454b260c: Waiting 07:25:53 6509eea1277c: Layer already exists 07:25:53 b85ea9d8f1d5: Layer already exists 07:25:53 87b0d95e65a4: Layer already exists 07:25:53 17aa2f32f167: Layer already exists 07:25:53 4e3649d93777: Layer already exists 07:25:53 04ba454b260c: Layer already exists 07:25:53 9449a5f9446b: Layer already exists 07:25:53 b5f7954ab135: Layer already exists 07:25:53 6d25ecd94826: Layer already exists 07:25:53 7032988e6c01: Layer already exists 07:25:53 0122591ed40e: Layer already exists 07:25:53 e5e13b0c77cb: Layer already exists 07:25:53 3.0.0-dev.6: digest: sha256:426eb5800886504dfba5952a5f12ad1e23090e0a8bc0715fb44a989c61c0c875 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:53 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:25:53 87b0d95e65a4: Preparing 07:25:53 87b0d95e65a4: Preparing 07:25:53 b85ea9d8f1d5: Preparing 07:25:53 6509eea1277c: Preparing 07:25:53 17aa2f32f167: Preparing 07:25:53 4e3649d93777: Preparing 07:25:53 6d25ecd94826: Preparing 07:25:53 04ba454b260c: Preparing 07:25:53 7032988e6c01: Preparing 07:25:53 9449a5f9446b: Preparing 07:25:53 b5f7954ab135: Preparing 07:25:53 0122591ed40e: Preparing 07:25:53 e5e13b0c77cb: Preparing 07:25:53 7032988e6c01: Waiting 07:25:53 9449a5f9446b: Waiting 07:25:53 b5f7954ab135: Waiting 07:25:53 e5e13b0c77cb: Waiting 07:25:53 6d25ecd94826: Waiting 07:25:53 0122591ed40e: Waiting 07:25:53 04ba454b260c: Waiting 07:25:53 6509eea1277c: Layer already exists 07:25:53 4e3649d93777: Layer already exists 07:25:53 17aa2f32f167: Layer already exists 07:25:53 87b0d95e65a4: Layer already exists 07:25:53 b85ea9d8f1d5: Layer already exists 07:25:53 6d25ecd94826: Layer already exists 07:25:53 9449a5f9446b: Layer already exists 07:25:53 04ba454b260c: Layer already exists 07:25:53 7032988e6c01: Layer already exists 07:25:53 b5f7954ab135: Layer already exists 07:25:53 0122591ed40e: Layer already exists 07:25:53 e5e13b0c77cb: Layer already exists 07:25:53 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:426eb5800886504dfba5952a5f12ad1e23090e0a8bc0715fb44a989c61c0c875 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:25:54 87b0d95e65a4: Preparing 07:25:54 87b0d95e65a4: Preparing 07:25:54 b85ea9d8f1d5: Preparing 07:25:54 6509eea1277c: Preparing 07:25:54 17aa2f32f167: Preparing 07:25:54 4e3649d93777: Preparing 07:25:54 6d25ecd94826: Preparing 07:25:54 04ba454b260c: Preparing 07:25:54 7032988e6c01: Preparing 07:25:54 9449a5f9446b: Preparing 07:25:54 b5f7954ab135: Preparing 07:25:54 0122591ed40e: Preparing 07:25:54 e5e13b0c77cb: Preparing 07:25:54 6d25ecd94826: Waiting 07:25:54 04ba454b260c: Waiting 07:25:54 7032988e6c01: Waiting 07:25:54 9449a5f9446b: Waiting 07:25:54 e5e13b0c77cb: Waiting 07:25:54 0122591ed40e: Waiting 07:25:54 17aa2f32f167: Layer already exists 07:25:54 4e3649d93777: Layer already exists 07:25:54 6509eea1277c: Layer already exists 07:25:54 87b0d95e65a4: Layer already exists 07:25:54 b85ea9d8f1d5: Layer already exists 07:25:54 6d25ecd94826: Layer already exists 07:25:54 04ba454b260c: Layer already exists 07:25:54 7032988e6c01: Layer already exists 07:25:54 b5f7954ab135: Layer already exists 07:25:54 9449a5f9446b: Layer already exists 07:25:54 0122591ed40e: Layer already exists 07:25:54 e5e13b0c77cb: Layer already exists 07:25:54 main: digest: sha256:426eb5800886504dfba5952a5f12ad1e23090e0a8bc0715fb44a989c61c0c875 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:54 ===================================================== [Pipeline] echo 07:25:54 taggedImages: 07:25:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:25:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.6 07:25:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:25:54 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:25:54 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:54 latest 07:25:54 3.0.0-dev.6 07:25:54 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:54 main 07:25:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:25:55 d4b791e4ebcb: Preparing 07:25:55 3aa6a94040f8: Preparing 07:25:55 2dc31ba862bc: Preparing 07:25:55 8b8daab8ad2d: Preparing 07:25:55 8c29da47ca1a: Preparing 07:25:55 41c706a403a1: Preparing 07:25:55 4bb6cd138f34: Preparing 07:25:55 e5e13b0c77cb: Preparing 07:25:55 41c706a403a1: Waiting 07:25:55 4bb6cd138f34: Waiting 07:25:55 e5e13b0c77cb: Waiting 07:25:55 3aa6a94040f8: Pushed 07:25:55 d4b791e4ebcb: Pushed 07:25:55 8c29da47ca1a: Pushed 07:25:55 e5e13b0c77cb: Layer already exists 07:25:55 41c706a403a1: Pushed 07:25:55 4bb6cd138f34: Pushed 07:25:56 8b8daab8ad2d: Pushed 07:25:56 2dc31ba862bc: Pushed 07:25:56 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:4c8d115632ffcdfd7c93e669c30de6aad8cbeb73d8996a0adcf7caf6201f8805 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:25:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:25:57 d4b791e4ebcb: Preparing 07:25:57 3aa6a94040f8: Preparing 07:25:57 2dc31ba862bc: Preparing 07:25:57 8b8daab8ad2d: Preparing 07:25:57 8c29da47ca1a: Preparing 07:25:57 41c706a403a1: Preparing 07:25:57 4bb6cd138f34: Preparing 07:25:57 e5e13b0c77cb: Preparing 07:25:57 4bb6cd138f34: Waiting 07:25:57 41c706a403a1: Waiting 07:25:57 e5e13b0c77cb: Waiting 07:25:57 3aa6a94040f8: Layer already exists 07:25:57 d4b791e4ebcb: Layer already exists 07:25:57 8b8daab8ad2d: Layer already exists 07:25:57 2dc31ba862bc: Layer already exists 07:25:57 8c29da47ca1a: Layer already exists 07:25:57 41c706a403a1: Layer already exists 07:25:57 4bb6cd138f34: Layer already exists 07:25:57 e5e13b0c77cb: Layer already exists 07:25:57 latest: digest: sha256:4c8d115632ffcdfd7c93e669c30de6aad8cbeb73d8996a0adcf7caf6201f8805 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.6 07:25:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:25:57 d4b791e4ebcb: Preparing 07:25:57 3aa6a94040f8: Preparing 07:25:57 2dc31ba862bc: Preparing 07:25:57 8b8daab8ad2d: Preparing 07:25:57 8c29da47ca1a: Preparing 07:25:57 41c706a403a1: Preparing 07:25:57 4bb6cd138f34: Preparing 07:25:57 e5e13b0c77cb: Preparing 07:25:57 41c706a403a1: Waiting 07:25:57 e5e13b0c77cb: Waiting 07:25:57 4bb6cd138f34: Waiting 07:25:57 3aa6a94040f8: Layer already exists 07:25:57 8b8daab8ad2d: Layer already exists 07:25:57 2dc31ba862bc: Layer already exists 07:25:57 8c29da47ca1a: Layer already exists 07:25:57 d4b791e4ebcb: Layer already exists 07:25:57 4bb6cd138f34: Layer already exists 07:25:57 41c706a403a1: Layer already exists 07:25:57 e5e13b0c77cb: Layer already exists 07:25:57 3.0.0-dev.6: digest: sha256:4c8d115632ffcdfd7c93e669c30de6aad8cbeb73d8996a0adcf7caf6201f8805 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:25:58 d4b791e4ebcb: Preparing 07:25:58 3aa6a94040f8: Preparing 07:25:58 2dc31ba862bc: Preparing 07:25:58 8b8daab8ad2d: Preparing 07:25:58 8c29da47ca1a: Preparing 07:25:58 41c706a403a1: Preparing 07:25:58 4bb6cd138f34: Preparing 07:25:58 e5e13b0c77cb: Preparing 07:25:58 41c706a403a1: Waiting 07:25:58 4bb6cd138f34: Waiting 07:25:58 e5e13b0c77cb: Waiting 07:25:58 8c29da47ca1a: Layer already exists 07:25:58 3aa6a94040f8: Layer already exists 07:25:58 2dc31ba862bc: Layer already exists 07:25:58 8b8daab8ad2d: Layer already exists 07:25:58 d4b791e4ebcb: Layer already exists 07:25:58 41c706a403a1: Layer already exists 07:25:58 4bb6cd138f34: Layer already exists 07:25:58 e5e13b0c77cb: Layer already exists 07:25:58 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:4c8d115632ffcdfd7c93e669c30de6aad8cbeb73d8996a0adcf7caf6201f8805 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:25:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:25:58 d4b791e4ebcb: Preparing 07:25:58 3aa6a94040f8: Preparing 07:25:58 2dc31ba862bc: Preparing 07:25:58 8b8daab8ad2d: Preparing 07:25:58 8c29da47ca1a: Preparing 07:25:58 41c706a403a1: Preparing 07:25:58 4bb6cd138f34: Preparing 07:25:58 e5e13b0c77cb: Preparing 07:25:58 4bb6cd138f34: Waiting 07:25:58 41c706a403a1: Waiting 07:25:58 e5e13b0c77cb: Waiting 07:25:58 3aa6a94040f8: Layer already exists 07:25:58 8b8daab8ad2d: Layer already exists 07:25:58 2dc31ba862bc: Layer already exists 07:25:58 d4b791e4ebcb: Layer already exists 07:25:58 8c29da47ca1a: Layer already exists 07:25:58 41c706a403a1: Layer already exists 07:25:58 4bb6cd138f34: Layer already exists 07:25:58 e5e13b0c77cb: Layer already exists 07:25:58 main: digest: sha256:4c8d115632ffcdfd7c93e669c30de6aad8cbeb73d8996a0adcf7caf6201f8805 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:25:58 ===================================================== [Pipeline] echo 07:25:58 taggedImages: 07:25:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:25:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.6 07:25:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:25:59 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:25:59 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:59 latest 07:25:59 3.0.0-dev.6 07:25:59 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:25:59 main 07:25:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:25:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:25:59 e3b1648e9986: Preparing 07:25:59 b88e7517cbd7: Preparing 07:25:59 09afce5659bd: Preparing 07:25:59 0d1a1b1d84c2: Preparing 07:25:59 db24cd86acff: Preparing 07:25:59 7a273e584dc0: Preparing 07:25:59 88d79bfd2800: Preparing 07:25:59 e3450622e76f: Preparing 07:25:59 7a89ce08e1f4: Preparing 07:25:59 e5e13b0c77cb: Preparing 07:25:59 88d79bfd2800: Waiting 07:25:59 7a273e584dc0: Waiting 07:25:59 e3450622e76f: Waiting 07:25:59 7a89ce08e1f4: Waiting 07:25:59 e5e13b0c77cb: Waiting 07:25:59 b88e7517cbd7: Pushed 07:25:59 db24cd86acff: Pushed 07:25:59 e3b1648e9986: Pushed 07:25:59 88d79bfd2800: Pushed 07:25:59 e3450622e76f: Pushed 07:25:59 7a273e584dc0: Pushed 07:25:59 e5e13b0c77cb: Layer already exists 07:25:59 7a89ce08e1f4: Pushed 07:26:00 0d1a1b1d84c2: Pushed 07:26:01 09afce5659bd: Pushed 07:26:01 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:8173110775b0164355758ee9af04d9e1067ec4be43ba12bc4893d6dc05680965 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:26:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:26:01 e3b1648e9986: Preparing 07:26:01 b88e7517cbd7: Preparing 07:26:01 09afce5659bd: Preparing 07:26:01 0d1a1b1d84c2: Preparing 07:26:01 db24cd86acff: Preparing 07:26:01 7a273e584dc0: Preparing 07:26:01 88d79bfd2800: Preparing 07:26:01 e3450622e76f: Preparing 07:26:01 7a89ce08e1f4: Preparing 07:26:01 e5e13b0c77cb: Preparing 07:26:01 88d79bfd2800: Waiting 07:26:01 e3450622e76f: Waiting 07:26:01 7a89ce08e1f4: Waiting 07:26:01 e5e13b0c77cb: Waiting 07:26:01 7a273e584dc0: Waiting 07:26:01 db24cd86acff: Layer already exists 07:26:01 e3b1648e9986: Layer already exists 07:26:01 b88e7517cbd7: Layer already exists 07:26:01 0d1a1b1d84c2: Layer already exists 07:26:01 09afce5659bd: Layer already exists 07:26:01 7a273e584dc0: Layer already exists 07:26:01 7a89ce08e1f4: Layer already exists 07:26:01 88d79bfd2800: Layer already exists 07:26:01 e3450622e76f: Layer already exists 07:26:01 e5e13b0c77cb: Layer already exists 07:26:01 latest: digest: sha256:8173110775b0164355758ee9af04d9e1067ec4be43ba12bc4893d6dc05680965 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.6 07:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:26:02 e3b1648e9986: Preparing 07:26:02 b88e7517cbd7: Preparing 07:26:02 09afce5659bd: Preparing 07:26:02 0d1a1b1d84c2: Preparing 07:26:02 db24cd86acff: Preparing 07:26:02 7a273e584dc0: Preparing 07:26:02 88d79bfd2800: Preparing 07:26:02 e3450622e76f: Preparing 07:26:02 7a89ce08e1f4: Preparing 07:26:02 e5e13b0c77cb: Preparing 07:26:02 7a273e584dc0: Waiting 07:26:02 7a89ce08e1f4: Waiting 07:26:02 e5e13b0c77cb: Waiting 07:26:02 88d79bfd2800: Waiting 07:26:02 e3450622e76f: Waiting 07:26:02 0d1a1b1d84c2: Layer already exists 07:26:02 b88e7517cbd7: Layer already exists 07:26:02 db24cd86acff: Layer already exists 07:26:02 e3b1648e9986: Layer already exists 07:26:02 09afce5659bd: Layer already exists 07:26:02 7a273e584dc0: Layer already exists 07:26:02 e5e13b0c77cb: Layer already exists 07:26:02 7a89ce08e1f4: Layer already exists 07:26:02 88d79bfd2800: Layer already exists 07:26:02 e3450622e76f: Layer already exists 07:26:02 3.0.0-dev.6: digest: sha256:8173110775b0164355758ee9af04d9e1067ec4be43ba12bc4893d6dc05680965 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:26:02 e3b1648e9986: Preparing 07:26:02 b88e7517cbd7: Preparing 07:26:02 09afce5659bd: Preparing 07:26:02 0d1a1b1d84c2: Preparing 07:26:02 db24cd86acff: Preparing 07:26:02 7a273e584dc0: Preparing 07:26:02 88d79bfd2800: Preparing 07:26:02 e3450622e76f: Preparing 07:26:02 7a89ce08e1f4: Preparing 07:26:02 e5e13b0c77cb: Preparing 07:26:02 7a89ce08e1f4: Waiting 07:26:02 e5e13b0c77cb: Waiting 07:26:02 7a273e584dc0: Waiting 07:26:02 88d79bfd2800: Waiting 07:26:02 e3450622e76f: Waiting 07:26:02 0d1a1b1d84c2: Layer already exists 07:26:02 e3b1648e9986: Layer already exists 07:26:02 db24cd86acff: Layer already exists 07:26:02 b88e7517cbd7: Layer already exists 07:26:02 09afce5659bd: Layer already exists 07:26:02 7a273e584dc0: Layer already exists 07:26:02 88d79bfd2800: Layer already exists 07:26:02 e3450622e76f: Layer already exists 07:26:02 e5e13b0c77cb: Layer already exists 07:26:02 7a89ce08e1f4: Layer already exists 07:26:02 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:8173110775b0164355758ee9af04d9e1067ec4be43ba12bc4893d6dc05680965 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:26:03 e3b1648e9986: Preparing 07:26:03 b88e7517cbd7: Preparing 07:26:03 09afce5659bd: Preparing 07:26:03 0d1a1b1d84c2: Preparing 07:26:03 db24cd86acff: Preparing 07:26:03 7a273e584dc0: Preparing 07:26:03 88d79bfd2800: Preparing 07:26:03 e3450622e76f: Preparing 07:26:03 7a89ce08e1f4: Preparing 07:26:03 e5e13b0c77cb: Preparing 07:26:03 88d79bfd2800: Waiting 07:26:03 e3450622e76f: Waiting 07:26:03 7a273e584dc0: Waiting 07:26:03 7a89ce08e1f4: Waiting 07:26:03 e5e13b0c77cb: Waiting 07:26:03 db24cd86acff: Layer already exists 07:26:03 09afce5659bd: Layer already exists 07:26:03 e3b1648e9986: Layer already exists 07:26:03 b88e7517cbd7: Layer already exists 07:26:03 0d1a1b1d84c2: Layer already exists 07:26:03 7a273e584dc0: Layer already exists 07:26:03 88d79bfd2800: Layer already exists 07:26:03 e5e13b0c77cb: Layer already exists 07:26:03 7a89ce08e1f4: Layer already exists 07:26:03 e3450622e76f: Layer already exists 07:26:03 main: digest: sha256:8173110775b0164355758ee9af04d9e1067ec4be43ba12bc4893d6dc05680965 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:03 ===================================================== [Pipeline] echo 07:26:03 taggedImages: 07:26:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:26:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.6 07:26:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:26:03 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:26:03 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:03 latest 07:26:03 3.0.0-dev.6 07:26:03 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:03 main 07:26:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:26:04 74b6496ba78a: Preparing 07:26:04 cd7ebfd1c39c: Preparing 07:26:04 04ba454b260c: Preparing 07:26:04 68366c1aaa7d: Preparing 07:26:04 34d5ebaa5410: Preparing 07:26:04 34d5ebaa5410: Layer already exists 07:26:04 04ba454b260c: Layer already exists 07:26:04 74b6496ba78a: Pushed 07:26:04 68366c1aaa7d: Pushed 07:26:06 cd7ebfd1c39c: Pushed 07:26:06 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:4a4cb127225b8d0495cc842f3e455d324e7e670e4eac2db3e67da6f16541ab21 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:06 + 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 07:26:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:26:07 74b6496ba78a: Preparing 07:26:07 cd7ebfd1c39c: Preparing 07:26:07 04ba454b260c: Preparing 07:26:07 68366c1aaa7d: Preparing 07:26:07 34d5ebaa5410: Preparing 07:26:07 68366c1aaa7d: Layer already exists 07:26:07 34d5ebaa5410: Layer already exists 07:26:07 04ba454b260c: Layer already exists 07:26:07 74b6496ba78a: Layer already exists 07:26:07 cd7ebfd1c39c: Layer already exists 07:26:07 latest: digest: sha256:4a4cb127225b8d0495cc842f3e455d324e7e670e4eac2db3e67da6f16541ab21 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.6 07:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:26:07 74b6496ba78a: Preparing 07:26:07 cd7ebfd1c39c: Preparing 07:26:07 04ba454b260c: Preparing 07:26:07 68366c1aaa7d: Preparing 07:26:07 34d5ebaa5410: Preparing 07:26:07 cd7ebfd1c39c: Layer already exists 07:26:07 04ba454b260c: Layer already exists 07:26:07 74b6496ba78a: Layer already exists 07:26:07 68366c1aaa7d: Layer already exists 07:26:07 34d5ebaa5410: Layer already exists 07:26:07 3.0.0-dev.6: digest: sha256:4a4cb127225b8d0495cc842f3e455d324e7e670e4eac2db3e67da6f16541ab21 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:26:08 74b6496ba78a: Preparing 07:26:08 cd7ebfd1c39c: Preparing 07:26:08 04ba454b260c: Preparing 07:26:08 68366c1aaa7d: Preparing 07:26:08 34d5ebaa5410: Preparing 07:26:08 74b6496ba78a: Layer already exists 07:26:08 68366c1aaa7d: Layer already exists 07:26:08 34d5ebaa5410: Layer already exists 07:26:08 cd7ebfd1c39c: Layer already exists 07:26:08 04ba454b260c: Layer already exists 07:26:08 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:4a4cb127225b8d0495cc842f3e455d324e7e670e4eac2db3e67da6f16541ab21 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:08 + 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 07:26:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:26:08 74b6496ba78a: Preparing 07:26:08 cd7ebfd1c39c: Preparing 07:26:08 04ba454b260c: Preparing 07:26:08 68366c1aaa7d: Preparing 07:26:08 34d5ebaa5410: Preparing 07:26:08 04ba454b260c: Layer already exists 07:26:08 68366c1aaa7d: Layer already exists 07:26:08 34d5ebaa5410: Layer already exists 07:26:08 cd7ebfd1c39c: Layer already exists 07:26:08 74b6496ba78a: Layer already exists 07:26:08 main: digest: sha256:4a4cb127225b8d0495cc842f3e455d324e7e670e4eac2db3e67da6f16541ab21 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:08 ===================================================== [Pipeline] echo 07:26:08 taggedImages: 07:26:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:26:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.6 07:26:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:26:08 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:26:08 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:08 latest 07:26:08 3.0.0-dev.6 07:26:08 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:08 main 07:26:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:09 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:26:09 ad6660baad43: Preparing 07:26:09 c0c4827098b7: Preparing 07:26:09 aabe328ecd85: Preparing 07:26:09 94b6663f1c4c: Preparing 07:26:09 836363985655: Preparing 07:26:09 3ac0ffcf435d: Preparing 07:26:09 34d5ebaa5410: Preparing 07:26:09 34d5ebaa5410: Waiting 07:26:09 3ac0ffcf435d: Waiting 07:26:09 c0c4827098b7: Pushed 07:26:09 ad6660baad43: Pushed 07:26:09 aabe328ecd85: Pushed 07:26:09 34d5ebaa5410: Layer already exists 07:26:10 3ac0ffcf435d: Pushed 07:26:11 Removing intermediate container 28f69c74735a 07:26:11 ---> 19208264e211 07:26:11 Step 7/32 : COPY . . 07:26:11 Removing intermediate container 913da328e448 07:26:11 ---> 071b4ffe03f8 07:26:11 Step 7/24 : COPY . . 07:26:11 Removing intermediate container 71bbbfef5708 07:26:11 ---> 1005f956adf5 07:26:11 Step 7/24 : COPY . . 07:26:11 Removing intermediate container 2843523eb20f 07:26:11 ---> f4e86f16f7e0 07:26:11 Step 8/22 : COPY . . 07:26:11 Removing intermediate container e1e4c441c2cb 07:26:11 ---> eff30fb53672 07:26:11 Step 8/22 : COPY . . 07:26:13 836363985655: Pushed 07:26:13 ---> 3894a830fdd8 07:26:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:26:13 ---> Running in 1265052f739d 07:26:13 ---> 0bf1b645a2a3 07:26:13 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:26:13 ---> 3f5abaf41a8e 07:26:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:26:13 ---> 8ddea52c5dc6 07:26:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:26:13 ---> 73d1bb0fdc15 07:26:13 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:26:13 ---> Running in f7cdfd806ac0 07:26:13 ---> Running in b9c7d5ce1d59 07:26:13 ---> Running in bd8a3c75d793 07:26:13 ---> Running in f7a8664834f2 07:26:14 Removing intermediate container f7a8664834f2 07:26:14 ---> 91be9c534292 07:26:14 Step 9/24 : WORKDIR /edgex-go/spire-build 07:26:14 ---> Running in 5f346b123a61 07:26:15 Removing intermediate container 5f346b123a61 07:26:15 ---> e3a219978ed3 07:26:15 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 07:26:15 ---> Running in f5a628f8c4bf 07:26:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:26:15 94b6663f1c4c: Pushed 07:26:15 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:cfdad53febf30133f3eb2866cbdc0f26dc29a06575f6e132f06f6368261be3fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:26:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:26:16 ad6660baad43: Preparing 07:26:16 c0c4827098b7: Preparing 07:26:16 aabe328ecd85: Preparing 07:26:16 94b6663f1c4c: Preparing 07:26:16 836363985655: Preparing 07:26:16 3ac0ffcf435d: Preparing 07:26:16 34d5ebaa5410: Preparing 07:26:16 3ac0ffcf435d: Waiting 07:26:16 34d5ebaa5410: Waiting 07:26:16 ad6660baad43: Layer already exists 07:26:16 94b6663f1c4c: Layer already exists 07:26:16 aabe328ecd85: Layer already exists 07:26:16 836363985655: Layer already exists 07:26:16 c0c4827098b7: Layer already exists 07:26:16 3ac0ffcf435d: Layer already exists 07:26:16 34d5ebaa5410: Layer already exists 07:26:16 latest: digest: sha256:cfdad53febf30133f3eb2866cbdc0f26dc29a06575f6e132f06f6368261be3fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:26:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:26:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.6 07:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:26:17 ad6660baad43: Preparing 07:26:17 c0c4827098b7: Preparing 07:26:17 aabe328ecd85: Preparing 07:26:17 94b6663f1c4c: Preparing 07:26:17 836363985655: Preparing 07:26:17 3ac0ffcf435d: Preparing 07:26:17 34d5ebaa5410: Preparing 07:26:17 34d5ebaa5410: Waiting 07:26:17 3ac0ffcf435d: Waiting 07:26:17 c0c4827098b7: Layer already exists 07:26:17 ad6660baad43: Layer already exists 07:26:17 94b6663f1c4c: Layer already exists 07:26:17 836363985655: Layer already exists 07:26:17 aabe328ecd85: Layer already exists 07:26:17 3ac0ffcf435d: Layer already exists 07:26:17 34d5ebaa5410: Layer already exists 07:26:17 3.0.0-dev.6: digest: sha256:cfdad53febf30133f3eb2866cbdc0f26dc29a06575f6e132f06f6368261be3fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:26:17 ad6660baad43: Preparing 07:26:17 c0c4827098b7: Preparing 07:26:17 aabe328ecd85: Preparing 07:26:17 94b6663f1c4c: Preparing 07:26:17 836363985655: Preparing 07:26:17 3ac0ffcf435d: Preparing 07:26:17 34d5ebaa5410: Preparing 07:26:17 3ac0ffcf435d: Waiting 07:26:17 34d5ebaa5410: Waiting 07:26:17 836363985655: Layer already exists 07:26:17 aabe328ecd85: Layer already exists 07:26:17 ad6660baad43: Layer already exists 07:26:17 c0c4827098b7: Layer already exists 07:26:17 94b6663f1c4c: Layer already exists 07:26:17 3ac0ffcf435d: Layer already exists 07:26:17 34d5ebaa5410: Layer already exists 07:26:17 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:cfdad53febf30133f3eb2866cbdc0f26dc29a06575f6e132f06f6368261be3fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:26:18 ad6660baad43: Preparing 07:26:18 c0c4827098b7: Preparing 07:26:18 aabe328ecd85: Preparing 07:26:18 94b6663f1c4c: Preparing 07:26:18 836363985655: Preparing 07:26:18 3ac0ffcf435d: Preparing 07:26:18 34d5ebaa5410: Preparing 07:26:18 3ac0ffcf435d: Waiting 07:26:18 34d5ebaa5410: Waiting 07:26:18 836363985655: Layer already exists 07:26:18 aabe328ecd85: Layer already exists 07:26:18 94b6663f1c4c: Layer already exists 07:26:18 c0c4827098b7: Layer already exists 07:26:18 ad6660baad43: Layer already exists 07:26:18 3ac0ffcf435d: Layer already exists 07:26:18 34d5ebaa5410: Layer already exists 07:26:18 main: digest: sha256:cfdad53febf30133f3eb2866cbdc0f26dc29a06575f6e132f06f6368261be3fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:18 ===================================================== [Pipeline] echo 07:26:18 taggedImages: 07:26:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:26:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.6 07:26:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:26:18 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:26:18 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:18 latest 07:26:18 3.0.0-dev.6 07:26:18 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:18 main 07:26:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:18 Removing intermediate container f5a628f8c4bf 07:26:18 ---> 5ec7026a2d99 07:26:18 Step 11/24 : WORKDIR /edgex-go 07:26:18 ---> Running in 9245c9537cb8 07:26:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:26:18 7527ddd6a18a: Preparing 07:26:18 ee27656438d6: Preparing 07:26:18 d7a59d1defd9: Preparing 07:26:18 a539cac198ee: Preparing 07:26:18 4a2ad8eb2ad1: Preparing 07:26:18 34d5ebaa5410: Preparing 07:26:18 34d5ebaa5410: Waiting 07:26:18 d7a59d1defd9: Pushed 07:26:18 ee27656438d6: Pushed 07:26:18 7527ddd6a18a: Pushed 07:26:18 34d5ebaa5410: Layer already exists 07:26:19 Removing intermediate container 9245c9537cb8 07:26:19 ---> 3b6b809ffb2a 07:26:19 07:26:19 Step 12/24 : FROM alpine:3.15 07:26:19 4a2ad8eb2ad1: Pushed 07:26:19 3.15: Pulling from library/alpine 07:26:20 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 07:26:20 Status: Downloaded newer image for alpine:3.15 07:26:20 ---> 8aa73fd46299 07:26:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:26:20 ---> Running in cfa716136eb6 07:26:21 Removing intermediate container cfa716136eb6 07:26:21 ---> c58b0c0850bb 07:26:21 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:26:21 ---> Running in f3071d461a0a 07:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:26:25 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:26:25 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:26:25 OK: 15736 distinct packages available 07:26:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:26:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:26:25 a539cac198ee: Pushed 07:26:25 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:9c9db7ae8f352a77b924d8134e75bff956bc54cba1628789d53f02db6349b3f5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:26:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:26:26 7527ddd6a18a: Preparing 07:26:26 ee27656438d6: Preparing 07:26:26 d7a59d1defd9: Preparing 07:26:26 a539cac198ee: Preparing 07:26:26 4a2ad8eb2ad1: Preparing 07:26:26 34d5ebaa5410: Preparing 07:26:26 34d5ebaa5410: Waiting 07:26:26 ee27656438d6: Layer already exists 07:26:26 7527ddd6a18a: Layer already exists 07:26:26 a539cac198ee: Layer already exists 07:26:26 4a2ad8eb2ad1: Layer already exists 07:26:26 d7a59d1defd9: Layer already exists 07:26:26 34d5ebaa5410: Layer already exists 07:26:26 latest: digest: sha256:9c9db7ae8f352a77b924d8134e75bff956bc54cba1628789d53f02db6349b3f5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.6 07:26:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:26:27 7527ddd6a18a: Preparing 07:26:27 ee27656438d6: Preparing 07:26:27 d7a59d1defd9: Preparing 07:26:27 a539cac198ee: Preparing 07:26:27 4a2ad8eb2ad1: Preparing 07:26:27 34d5ebaa5410: Preparing 07:26:27 34d5ebaa5410: Waiting 07:26:27 d7a59d1defd9: Layer already exists 07:26:27 a539cac198ee: Layer already exists 07:26:27 ee27656438d6: Layer already exists 07:26:27 7527ddd6a18a: Layer already exists 07:26:27 4a2ad8eb2ad1: Layer already exists 07:26:27 34d5ebaa5410: Layer already exists 07:26:27 3.0.0-dev.6: digest: sha256:9c9db7ae8f352a77b924d8134e75bff956bc54cba1628789d53f02db6349b3f5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:26:27 7527ddd6a18a: Preparing 07:26:27 ee27656438d6: Preparing 07:26:27 d7a59d1defd9: Preparing 07:26:27 a539cac198ee: Preparing 07:26:27 4a2ad8eb2ad1: Preparing 07:26:27 34d5ebaa5410: Preparing 07:26:27 34d5ebaa5410: Waiting 07:26:27 a539cac198ee: Layer already exists 07:26:27 d7a59d1defd9: Layer already exists 07:26:27 ee27656438d6: Layer already exists 07:26:27 4a2ad8eb2ad1: Layer already exists 07:26:27 7527ddd6a18a: Layer already exists 07:26:27 34d5ebaa5410: Layer already exists 07:26:27 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:9c9db7ae8f352a77b924d8134e75bff956bc54cba1628789d53f02db6349b3f5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:27 (1/5) Installing dumb-init (1.2.5-r1) 07:26:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:28 (2/5) Installing musl-obstack (1.2.3-r0) 07:26:28 (3/5) Installing libucontext (1.1-r0) 07:26:28 (4/5) Installing gcompat (1.0.0-r4) 07:26:28 (5/5) Installing openssl (1.1.1s-r1) 07:26:28 Executing busybox-1.34.1-r7.trigger 07:26:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:26:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:26:28 7527ddd6a18a: Preparing 07:26:28 ee27656438d6: Preparing 07:26:28 d7a59d1defd9: Preparing 07:26:28 a539cac198ee: Preparing 07:26:28 4a2ad8eb2ad1: Preparing 07:26:28 34d5ebaa5410: Preparing 07:26:28 34d5ebaa5410: Waiting 07:26:28 4a2ad8eb2ad1: Layer already exists 07:26:28 ee27656438d6: Layer already exists 07:26:28 d7a59d1defd9: Layer already exists 07:26:28 7527ddd6a18a: Layer already exists 07:26:28 a539cac198ee: Layer already exists 07:26:28 34d5ebaa5410: Layer already exists 07:26:28 main: digest: sha256:9c9db7ae8f352a77b924d8134e75bff956bc54cba1628789d53f02db6349b3f5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:28 ===================================================== 07:26:28 OK: 6 MiB in 19 packages [Pipeline] echo 07:26:28 taggedImages: 07:26:28 - nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:28 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:26:28 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.6 07:26:28 - nexus3.edgexfoundry.org:10004/security-spire-config:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:28 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:26:28 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:26:28 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:28 latest 07:26:28 3.0.0-dev.6 07:26:28 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:28 main 07:26:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:26:28 bc76e6eb969c: Preparing 07:26:28 52ef61de56c5: Preparing 07:26:28 9578d74e6149: Preparing 07:26:28 d83687b5e9a0: Preparing 07:26:28 3ac0ffcf435d: Preparing 07:26:28 34d5ebaa5410: Preparing 07:26:28 34d5ebaa5410: Waiting 07:26:28 3ac0ffcf435d: Layer already exists 07:26:28 34d5ebaa5410: Layer already exists 07:26:28 52ef61de56c5: Pushed 07:26:28 bc76e6eb969c: Pushed 07:26:28 9578d74e6149: Pushed 07:26:30 Removing intermediate container f3071d461a0a 07:26:30 ---> 81ffb438bd4e 07:26:30 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:26:35 d83687b5e9a0: Pushed 07:26:35 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:44300024309245e8c401d55e841540a5182450d80c7a22325e1263ae94861e47 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:26:36 bc76e6eb969c: Preparing 07:26:36 52ef61de56c5: Preparing 07:26:36 9578d74e6149: Preparing 07:26:36 d83687b5e9a0: Preparing 07:26:36 3ac0ffcf435d: Preparing 07:26:36 34d5ebaa5410: Preparing 07:26:36 34d5ebaa5410: Waiting 07:26:36 bc76e6eb969c: Layer already exists 07:26:36 3ac0ffcf435d: Layer already exists 07:26:36 d83687b5e9a0: Layer already exists 07:26:36 52ef61de56c5: Layer already exists 07:26:36 9578d74e6149: Layer already exists 07:26:36 34d5ebaa5410: Layer already exists 07:26:36 latest: digest: sha256:44300024309245e8c401d55e841540a5182450d80c7a22325e1263ae94861e47 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:36 ---> 2b966b32584c 07:26:36 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:26:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.6 07:26:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:26:36 bc76e6eb969c: Preparing 07:26:36 52ef61de56c5: Preparing 07:26:36 9578d74e6149: Preparing 07:26:36 d83687b5e9a0: Preparing 07:26:36 3ac0ffcf435d: Preparing 07:26:36 34d5ebaa5410: Preparing 07:26:36 34d5ebaa5410: Waiting 07:26:36 d83687b5e9a0: Layer already exists 07:26:36 bc76e6eb969c: Layer already exists 07:26:36 52ef61de56c5: Layer already exists 07:26:36 3ac0ffcf435d: Layer already exists 07:26:36 9578d74e6149: Layer already exists 07:26:36 34d5ebaa5410: Layer already exists 07:26:36 3.0.0-dev.6: digest: sha256:44300024309245e8c401d55e841540a5182450d80c7a22325e1263ae94861e47 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:26:37 bc76e6eb969c: Preparing 07:26:37 52ef61de56c5: Preparing 07:26:37 9578d74e6149: Preparing 07:26:37 d83687b5e9a0: Preparing 07:26:37 3ac0ffcf435d: Preparing 07:26:37 34d5ebaa5410: Preparing 07:26:37 34d5ebaa5410: Waiting 07:26:37 d83687b5e9a0: Layer already exists 07:26:37 3ac0ffcf435d: Layer already exists 07:26:37 bc76e6eb969c: Layer already exists 07:26:37 9578d74e6149: Layer already exists 07:26:37 52ef61de56c5: Layer already exists 07:26:37 34d5ebaa5410: Layer already exists 07:26:37 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:44300024309245e8c401d55e841540a5182450d80c7a22325e1263ae94861e47 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:26:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:26:37 bc76e6eb969c: Preparing 07:26:37 52ef61de56c5: Preparing 07:26:37 9578d74e6149: Preparing 07:26:37 d83687b5e9a0: Preparing 07:26:37 3ac0ffcf435d: Preparing 07:26:37 34d5ebaa5410: Preparing 07:26:37 34d5ebaa5410: Waiting 07:26:37 bc76e6eb969c: Layer already exists 07:26:37 9578d74e6149: Layer already exists 07:26:37 3ac0ffcf435d: Layer already exists 07:26:37 d83687b5e9a0: Layer already exists 07:26:37 52ef61de56c5: Layer already exists 07:26:37 34d5ebaa5410: Layer already exists 07:26:37 main: digest: sha256:44300024309245e8c401d55e841540a5182450d80c7a22325e1263ae94861e47 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:38 ===================================================== [Pipeline] echo 07:26:38 taggedImages: 07:26:38 - nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:38 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:26:38 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.6 07:26:38 - nexus3.edgexfoundry.org:10004/security-spire-server:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:38 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:26:38 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:26:38 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:38 latest 07:26:38 3.0.0-dev.6 07:26:38 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:38 main 07:26:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:26:38 3764bb5d3565: Preparing 07:26:38 d4e658244005: Preparing 07:26:38 04ba454b260c: Preparing 07:26:38 236312abe1e6: Preparing 07:26:38 e5e13b0c77cb: Preparing 07:26:38 04ba454b260c: Layer already exists 07:26:38 e5e13b0c77cb: Layer already exists 07:26:38 3764bb5d3565: Pushed 07:26:38 236312abe1e6: Pushed 07:26:41 d4e658244005: Pushed 07:26:41 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:ba11407ace97167822d97f5103bdf6e3275916fb039e2783a3a3059f611f344d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:26:41 3764bb5d3565: Preparing 07:26:41 d4e658244005: Preparing 07:26:41 04ba454b260c: Preparing 07:26:41 236312abe1e6: Preparing 07:26:41 e5e13b0c77cb: Preparing 07:26:41 04ba454b260c: Layer already exists 07:26:41 d4e658244005: Layer already exists 07:26:41 236312abe1e6: Layer already exists 07:26:41 3764bb5d3565: Layer already exists 07:26:41 e5e13b0c77cb: Layer already exists 07:26:41 latest: digest: sha256:ba11407ace97167822d97f5103bdf6e3275916fb039e2783a3a3059f611f344d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.6 07:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:26:42 3764bb5d3565: Preparing 07:26:42 d4e658244005: Preparing 07:26:42 04ba454b260c: Preparing 07:26:42 236312abe1e6: Preparing 07:26:42 e5e13b0c77cb: Preparing 07:26:42 e5e13b0c77cb: Layer already exists 07:26:42 3764bb5d3565: Layer already exists 07:26:42 d4e658244005: Layer already exists 07:26:42 04ba454b260c: Layer already exists 07:26:42 236312abe1e6: Layer already exists 07:26:42 3.0.0-dev.6: digest: sha256:ba11407ace97167822d97f5103bdf6e3275916fb039e2783a3a3059f611f344d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:26:43 3764bb5d3565: Preparing 07:26:43 d4e658244005: Preparing 07:26:43 04ba454b260c: Preparing 07:26:43 236312abe1e6: Preparing 07:26:43 e5e13b0c77cb: Preparing 07:26:43 d4e658244005: Layer already exists 07:26:43 e5e13b0c77cb: Layer already exists 07:26:43 3764bb5d3565: Layer already exists 07:26:43 04ba454b260c: Layer already exists 07:26:43 236312abe1e6: Layer already exists 07:26:43 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:ba11407ace97167822d97f5103bdf6e3275916fb039e2783a3a3059f611f344d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:26:43 3764bb5d3565: Preparing 07:26:43 d4e658244005: Preparing 07:26:43 04ba454b260c: Preparing 07:26:43 236312abe1e6: Preparing 07:26:43 e5e13b0c77cb: Preparing 07:26:43 3764bb5d3565: Layer already exists 07:26:43 236312abe1e6: Layer already exists 07:26:43 e5e13b0c77cb: Layer already exists 07:26:43 d4e658244005: Layer already exists 07:26:43 04ba454b260c: Layer already exists 07:26:43 main: digest: sha256:ba11407ace97167822d97f5103bdf6e3275916fb039e2783a3a3059f611f344d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:43 ===================================================== [Pipeline] echo 07:26:43 taggedImages: 07:26:43 - nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:43 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:26:43 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.6 07:26:43 - nexus3.edgexfoundry.org:10004/support-notifications:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:43 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:26:43 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:26:43 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:43 latest 07:26:43 3.0.0-dev.6 07:26:43 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:43 main 07:26:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:26:44 f46c01462ae1: Preparing 07:26:44 3a96f0618f9e: Preparing 07:26:44 04ba454b260c: Preparing 07:26:44 806f4bdedb9f: Preparing 07:26:44 e5e13b0c77cb: Preparing 07:26:44 806f4bdedb9f: Layer already exists 07:26:44 e5e13b0c77cb: Layer already exists 07:26:44 04ba454b260c: Layer already exists 07:26:44 f46c01462ae1: Pushed 07:26:44 ---> 30396d60e1b3 07:26:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:26:45 ---> a23a968306ed 07:26:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:26:46 3a96f0618f9e: Pushed 07:26:46 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:ab356ae59b1623896430f526ab65f83e7ed68b132d587f9c017dafa0b4eeb1a5 size: 1365 [Pipeline] } [Pipeline] // withEnv 07:26:46 ---> 6ad55b0de35f 07:26:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:26:47 f46c01462ae1: Preparing 07:26:47 3a96f0618f9e: Preparing 07:26:47 04ba454b260c: Preparing 07:26:47 806f4bdedb9f: Preparing 07:26:47 e5e13b0c77cb: Preparing 07:26:47 e5e13b0c77cb: Layer already exists 07:26:47 f46c01462ae1: Layer already exists 07:26:47 04ba454b260c: Layer already exists 07:26:47 3a96f0618f9e: Layer already exists 07:26:47 806f4bdedb9f: Layer already exists 07:26:47 latest: digest: sha256:ab356ae59b1623896430f526ab65f83e7ed68b132d587f9c017dafa0b4eeb1a5 size: 1365 [Pipeline] } 07:26:47 ---> a8147c0e1100 07:26:47 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:47 ---> Running in 9527eab6102d 07:26:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.6 07:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:26:48 f46c01462ae1: Preparing 07:26:48 3a96f0618f9e: Preparing 07:26:48 04ba454b260c: Preparing 07:26:48 806f4bdedb9f: Preparing 07:26:48 e5e13b0c77cb: Preparing 07:26:48 3a96f0618f9e: Layer already exists 07:26:48 f46c01462ae1: Layer already exists 07:26:48 04ba454b260c: Layer already exists 07:26:48 e5e13b0c77cb: Layer already exists 07:26:48 806f4bdedb9f: Layer already exists 07:26:48 3.0.0-dev.6: digest: sha256:ab356ae59b1623896430f526ab65f83e7ed68b132d587f9c017dafa0b4eeb1a5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:26:48 f46c01462ae1: Preparing 07:26:48 3a96f0618f9e: Preparing 07:26:48 04ba454b260c: Preparing 07:26:48 806f4bdedb9f: Preparing 07:26:48 e5e13b0c77cb: Preparing 07:26:48 f46c01462ae1: Layer already exists 07:26:48 806f4bdedb9f: Layer already exists 07:26:48 04ba454b260c: Layer already exists 07:26:48 3a96f0618f9e: Layer already exists 07:26:48 e5e13b0c77cb: Layer already exists 07:26:48 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:ab356ae59b1623896430f526ab65f83e7ed68b132d587f9c017dafa0b4eeb1a5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:26:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:26:49 f46c01462ae1: Preparing 07:26:49 3a96f0618f9e: Preparing 07:26:49 04ba454b260c: Preparing 07:26:49 806f4bdedb9f: Preparing 07:26:49 e5e13b0c77cb: Preparing 07:26:49 04ba454b260c: Layer already exists 07:26:49 e5e13b0c77cb: Layer already exists 07:26:49 f46c01462ae1: Layer already exists 07:26:49 806f4bdedb9f: Layer already exists 07:26:49 3a96f0618f9e: Layer already exists 07:26:49 main: digest: sha256:ab356ae59b1623896430f526ab65f83e7ed68b132d587f9c017dafa0b4eeb1a5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:26:49 ===================================================== [Pipeline] echo 07:26:49 taggedImages: 07:26:49 - nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:49 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:26:49 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.6 07:26:49 - nexus3.edgexfoundry.org:10004/support-scheduler:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:49 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:26:49 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 07:26:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:49 latest 07:26:49 3.0.0-dev.6 07:26:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:26:49 main 07:26:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:49 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:50 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:50 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 07:26:50 4808d9f7c03c: Preparing 07:26:50 965f1939b2fe: Preparing 07:26:50 f1fa011937b1: Preparing 07:26:50 4ca7980c690b: Preparing 07:26:50 e5e13b0c77cb: Preparing 07:26:50 e5e13b0c77cb: Layer already exists 07:26:50 965f1939b2fe: Pushed 07:26:50 4808d9f7c03c: Pushed 07:26:51 Removing intermediate container 9527eab6102d 07:26:51 ---> 1c2315e662f7 07:26:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:26:51 ---> Running in 3943e739292e 07:26:51 Removing intermediate container 3943e739292e 07:26:51 ---> b39ef40dd2c7 07:26:51 Step 22/24 : LABEL arch=arm64 07:26:51 f1fa011937b1: Pushed 07:26:51 ---> Running in 1747051b9411 07:26:51 Removing intermediate container 1747051b9411 07:26:51 ---> 0d44c942b575 07:26:51 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:26:51 ---> Running in 99350ab747af 07:26:52 Removing intermediate container 99350ab747af 07:26:52 ---> 5cc33fdf0e5e 07:26:52 Step 24/24 : LABEL version=3.0.0-dev.6 07:26:53 ---> Running in 8d984543e8d1 07:26:53 Removing intermediate container 8d984543e8d1 07:26:53 ---> f80df41a5a39 07:26:53 07:26:53 Successfully built f80df41a5a39 07:26:53 Successfully tagged security-spire-agent-arm64:latest 07:26:53  Building security-spire-agent ... done Building core-command 07:26:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:26:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:26:59 ---> 2898c2676e7a 07:26:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:26:59 ---> Using cache 07:26:59 ---> 7d78c5e59de8 07:26:59 Step 4/23 : WORKDIR /edgex-go 07:26:59 ---> Using cache 07:26:59 ---> a4da86afc9b6 07:26:59 Step 5/23 : RUN apk add --update --no-cache make git 07:26:59 ---> Using cache 07:26:59 ---> 98e2eb91a1c7 07:26:59 Step 6/23 : COPY go.mod vendor* ./ 07:26:59 ---> Using cache 07:26:59 ---> daba6a610dc8 07:26:59 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:26:59 ---> Using cache 07:26:59 ---> f4e86f16f7e0 07:26:59 Step 8/23 : COPY . . 07:26:59 ---> Using cache 07:26:59 ---> 3f5abaf41a8e 07:26:59 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:26:59 ---> Running in 36d700c58a0b 07:27:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:27:03 4ca7980c690b: Pushed 07:27:03 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:bc6609ebdb95e05f0cd8967ea592bfc2e09b7a652c40634d123d228b98f8d4ab size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:03 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:04 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 07:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 07:27:04 4808d9f7c03c: Preparing 07:27:04 965f1939b2fe: Preparing 07:27:04 f1fa011937b1: Preparing 07:27:04 4ca7980c690b: Preparing 07:27:04 e5e13b0c77cb: Preparing 07:27:04 e5e13b0c77cb: Layer already exists 07:27:04 4ca7980c690b: Layer already exists 07:27:04 f1fa011937b1: Layer already exists 07:27:04 965f1939b2fe: Layer already exists 07:27:04 4808d9f7c03c: Layer already exists 07:27:04 latest: digest: sha256:bc6609ebdb95e05f0cd8967ea592bfc2e09b7a652c40634d123d228b98f8d4ab size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:04 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:04 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.6 07:27:04 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 07:27:04 4808d9f7c03c: Preparing 07:27:04 965f1939b2fe: Preparing 07:27:04 f1fa011937b1: Preparing 07:27:04 4ca7980c690b: Preparing 07:27:04 e5e13b0c77cb: Preparing 07:27:04 965f1939b2fe: Layer already exists 07:27:04 4ca7980c690b: Layer already exists 07:27:04 e5e13b0c77cb: Layer already exists 07:27:04 f1fa011937b1: Layer already exists 07:27:04 4808d9f7c03c: Layer already exists 07:27:04 3.0.0-dev.6: digest: sha256:bc6609ebdb95e05f0cd8967ea592bfc2e09b7a652c40634d123d228b98f8d4ab size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:05 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:05 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 07:27:05 4808d9f7c03c: Preparing 07:27:05 965f1939b2fe: Preparing 07:27:05 f1fa011937b1: Preparing 07:27:05 4ca7980c690b: Preparing 07:27:05 e5e13b0c77cb: Preparing 07:27:05 f1fa011937b1: Layer already exists 07:27:05 4808d9f7c03c: Layer already exists 07:27:05 4ca7980c690b: Layer already exists 07:27:05 965f1939b2fe: Layer already exists 07:27:05 e5e13b0c77cb: Layer already exists 07:27:05 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:bc6609ebdb95e05f0cd8967ea592bfc2e09b7a652c40634d123d228b98f8d4ab size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:05 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:27:06 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 07:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 07:27:06 4808d9f7c03c: Preparing 07:27:06 965f1939b2fe: Preparing 07:27:06 f1fa011937b1: Preparing 07:27:06 4ca7980c690b: Preparing 07:27:06 e5e13b0c77cb: Preparing 07:27:06 e5e13b0c77cb: Layer already exists 07:27:06 4808d9f7c03c: Layer already exists 07:27:06 965f1939b2fe: Layer already exists 07:27:06 f1fa011937b1: Layer already exists 07:27:06 4ca7980c690b: Layer already exists 07:27:06 main: digest: sha256:bc6609ebdb95e05f0cd8967ea592bfc2e09b7a652c40634d123d228b98f8d4ab size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:27:06 ===================================================== [Pipeline] echo 07:27:06 taggedImages: 07:27:06 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:27:06 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 07:27:06 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:3.0.0-dev.6 07:27:06 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:27:06 - 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] } 07:32:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:32:39 Removing intermediate container f7cdfd806ac0 07:32:39 ---> 4d611f326143 07:32:39 07:32:39 Step 9/24 : FROM alpine:3.16 07:32:39 3.16: Pulling from library/alpine 07:32:39 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 07:32:39 Status: Downloaded newer image for alpine:3.16 07:32:39 ---> 2b4661558fb8 07:32:39 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 07:32:39 ---> Running in 62b2c8128d7d 07:32:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:32:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:32:42 (1/3) Installing ca-certificates (20220614-r0) 07:32:42 (2/3) Installing dumb-init (1.2.5-r1) 07:32:42 (3/3) Installing su-exec (0.2-r1) 07:32:42 Executing busybox-1.35.0-r17.trigger 07:32:42 Executing ca-certificates-20220614-r0.trigger 07:32:43 OK: 6 MiB in 17 packages 07:32:46 Removing intermediate container 62b2c8128d7d 07:32:46 ---> 366e4db19f52 07:32:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:32:47 ---> Running in 610f55505598 07:32:48 Removing intermediate container 610f55505598 07:32:48 ---> 34ba97df8edc 07:32:48 Step 12/24 : WORKDIR / 07:32:48 ---> Running in 4bcb629d37ae 07:32:49 Removing intermediate container 4bcb629d37ae 07:32:49 ---> 7f58f55eac01 07:32:49 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:32:51 ---> d36e60ba73e0 07:32:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:32:51 Removing intermediate container 1265052f739d 07:32:51 ---> 0e3370540db6 07:32:51 07:32:51 Step 9/32 : FROM alpine:3.16 07:32:51 ---> 2b4661558fb8 07:32:51 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:32:51 ---> Running in 87e2ae51db88 07:32:52 Removing intermediate container 87e2ae51db88 07:32:52 ---> a04450a34248 07:32:52 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 07:32:52 ---> Running in fc024483ca4a 07:32:52 ---> 27c1857b94d6 07:32:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:32:54 ---> c2511294adde 07:32:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:32:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:32:55 ---> f6e61cd7d0b6 07:32:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:32:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:32:56 ---> 208f8b3b582d 07:32:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:32:57 (1/2) Installing dumb-init (1.2.5-r1) 07:32:57 (2/2) Installing su-exec (0.2-r1) 07:32:57 Executing busybox-1.35.0-r17.trigger 07:32:57 OK: 5 MiB in 16 packages 07:33:00 ---> 71d9a8e99f6e 07:33:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:33:00 Removing intermediate container fc024483ca4a 07:33:00 ---> 509236f43b85 07:33:00 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 07:33:00 ---> Running in 70a45334016f 07:33:01 Removing intermediate container 70a45334016f 07:33:01 ---> dcd40e285443 07:33:01 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 07:33:01 ---> Running in a64559113297 07:33:01 ---> edd7a587601d 07:33:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:33:02 ---> Running in b7d80b1ed5d4 07:33:02 Removing intermediate container a64559113297 07:33:02 ---> c04bcb385b1f 07:33:02 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 07:33:02 ---> Running in c6662662fe74 07:33:03 Removing intermediate container c6662662fe74 07:33:03 ---> 499b27d69f9e 07:33:03 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 07:33:03 ---> Running in a9d66e8ee863 07:33:04 Removing intermediate container a9d66e8ee863 07:33:04 ---> 87682c10a2d8 07:33:04 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 07:33:04 ---> Running in c66bfe7d2ae1 07:33:06 Removing intermediate container b7d80b1ed5d4 07:33:06 ---> 1087fe99510d 07:33:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:33:06 ---> Running in 204463283b64 07:33:06 Removing intermediate container 204463283b64 07:33:06 ---> 3dca49d805b7 07:33:06 Step 22/24 : LABEL arch=arm64 07:33:07 ---> Running in 0ac0e3676392 07:33:08 Removing intermediate container 0ac0e3676392 07:33:08 ---> acf357055bca 07:33:08 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:33:08 Removing intermediate container c66bfe7d2ae1 07:33:08 ---> c1214ea7fe05 07:33:08 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 07:33:08 ---> Running in 5bfef71833b7 07:33:08 ---> Running in 744705ea1a00 07:33:09 Removing intermediate container 5bfef71833b7 07:33:09 ---> 62379a48ceca 07:33:09 Step 24/24 : LABEL version=3.0.0-dev.6 07:33:09 Removing intermediate container 744705ea1a00 07:33:09 ---> a44bfa7b271d 07:33:09 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 07:33:09 ---> Running in 8e657749c6ea 07:33:09 Removing intermediate container 8e657749c6ea 07:33:09 ---> feb362b93fff 07:33:09 07:33:10 Successfully built feb362b93fff 07:33:10 Successfully tagged security-secretstore-setup-arm64:latest 07:33:10  Building security-secretstore-setup ... done Building support-notifications 07:33:10 ---> 10cedb8818f5 07:33:10 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 07:33:10 ---> Running in 3a3f61c9390e 07:33:13 Removing intermediate container 3a3f61c9390e 07:33:13 ---> 036c2f095438 07:33:13 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:14 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:33:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:33:14 ---> 2898c2676e7a 07:33:14 Step 3/22 : ARG ADD_BUILD_TAGS="" 07:33:14 ---> Using cache 07:33:14 ---> 7d78c5e59de8 07:33:14 Step 4/22 : WORKDIR /edgex-go 07:33:14 ---> Using cache 07:33:14 ---> a4da86afc9b6 07:33:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:33:14 ---> 95ef6d8bc77c 07:33:14 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:33:14 ---> Running in a3655866158c 07:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:17 ---> e3ba5793ea50 07:33:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:33:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:18 ---> 907c96898617 07:33:18 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:33:19 OK: 221 MiB in 51 packages 07:33:19 ---> ca488990bd3e 07:33:19 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 07:33:21 ---> 8012d404b9eb 07:33:21 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 07:33:21 Removing intermediate container a3655866158c 07:33:21 ---> 9371e078ca92 07:33:21 Step 6/22 : COPY go.mod vendor* ./ 07:33:22 ---> 584cb7d8f2f0 07:33:22 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:33:22 ---> e9f369454be7 07:33:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:22 ---> Running in 9e5f190a1a49 07:33:24 ---> 4a793d930af4 07:33:24 Step 27/32 : RUN chmod +x /entrypoint.sh 07:33:24 ---> Running in 626d1b51a048 07:33:28 Removing intermediate container 626d1b51a048 07:33:28 ---> 3c85805dd22c 07:33:28 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:33:29 ---> Running in 2130722bcf97 07:33:30 Removing intermediate container 2130722bcf97 07:33:30 ---> 13eed572d0b3 07:33:30 Step 29/32 : CMD ["gate"] 07:33:30 ---> Running in 6872f7fd4809 07:33:31 Removing intermediate container 6872f7fd4809 07:33:31 ---> a614f11ddf60 07:33:31 Step 30/32 : LABEL arch=arm64 07:33:31 ---> Running in 05605468c411 07:33:31 Removing intermediate container 05605468c411 07:33:31 ---> 08a4e991b95c 07:33:31 Step 31/32 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:33:31 ---> Running in c0b4ab4eab90 07:33:32 Removing intermediate container c0b4ab4eab90 07:33:32 ---> 8eb5e5b90516 07:33:32 Step 32/32 : LABEL version=3.0.0-dev.6 07:33:33 ---> Running in 61bc0ae58ccb 07:33:34 Removing intermediate container 61bc0ae58ccb 07:33:34 ---> df2f52c389c5 07:33:34 07:33:34 Successfully built df2f52c389c5 07:33:34 Successfully tagged security-bootstrapper-arm64:latest 07:33:34  Building security-bootstrapper ... done Building security-spire-config 07:33:35 Removing intermediate container bd8a3c75d793 07:33:35 ---> c20dec64a420 07:33:35 07:33:35 Step 10/22 : FROM alpine:3.16 07:33:35 ---> 2b4661558fb8 07:33:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:33:37 ---> Running in 6624de2ee90b 07:33:38 Removing intermediate container 6624de2ee90b 07:33:38 ---> a2f9dd013c52 07:33:38 Step 12/22 : ENV APP_PORT=59880 07:33:38 ---> Running in 80236bb5d684 07:33:39 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:33:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:33:39 ---> 2898c2676e7a 07:33:39 Step 3/24 : WORKDIR /edgex-go 07:33:39 ---> Using cache 07:33:39 ---> 9a9d2c654a37 07:33:39 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 07:33:40 ---> Running in 9c583be1933c 07:33:40 Removing intermediate container 80236bb5d684 07:33:40 ---> 022b8567b1ec 07:33:40 Step 13/22 : EXPOSE $APP_PORT 07:33:40 ---> Running in d4a47af3c708 07:33:41 Removing intermediate container d4a47af3c708 07:33:41 ---> c34d396994f5 07:33:41 Step 14/22 : RUN apk add --update --no-cache dumb-init 07:33:41 ---> Running in 3d4ffa31ad29 07:33:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:43 Removing intermediate container 36d700c58a0b 07:33:43 ---> 31be930fcfe0 07:33:43 07:33:43 Step 10/23 : FROM alpine:3.16 07:33:43 ---> 2b4661558fb8 07:33:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:44 ---> Running in 237d4b7cffb5 07:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:44 OK: 221 MiB in 51 packages 07:33:45 (1/1) Installing dumb-init (1.2.5-r1) 07:33:45 Executing busybox-1.35.0-r17.trigger 07:33:45 OK: 5 MiB in 15 packages 07:33:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:33:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:33:47 Removing intermediate container 9c583be1933c 07:33:47 ---> 642455b59aa4 07:33:47 Step 5/24 : COPY go.mod vendor* ./ 07:33:47 Removing intermediate container 3d4ffa31ad29 07:33:47 ---> 93f504f8f3c0 07:33:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:48 (1/1) Installing dumb-init (1.2.5-r1) 07:33:48 Executing busybox-1.35.0-r17.trigger 07:33:48 ---> 32cce2bc3057 07:33:48 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:33:48 OK: 5 MiB in 15 packages 07:33:48 ---> Running in d79d65b1ed68 07:33:49 ---> 28add8d9f316 07:33:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:33:50 Removing intermediate container 237d4b7cffb5 07:33:50 ---> b795d5e7cd27 07:33:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:33:50 ---> Running in 75808877afc3 07:33:51 Removing intermediate container 75808877afc3 07:33:51 ---> a9163240301c 07:33:51 Step 13/23 : ENV APP_PORT=59882 07:33:51 ---> Running in 1c5a63c80ce9 07:33:52 Removing intermediate container 1c5a63c80ce9 07:33:52 ---> 9cd4cf988cd4 07:33:52 Step 14/23 : EXPOSE $APP_PORT 07:33:52 ---> 8fd7999b124a 07:33:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:33:52 ---> Running in e886d34c1b64 07:33:52 Removing intermediate container e886d34c1b64 07:33:52 ---> d570ec10f749 07:33:52 Step 15/23 : WORKDIR / 07:33:53 ---> Running in cd95c56298e9 07:33:53 ---> a0ead1ca36b0 07:33:53 Step 18/22 : ENTRYPOINT ["/core-data"] 07:33:53 ---> Running in a76bba6518e8 07:33:54 Removing intermediate container cd95c56298e9 07:33:54 ---> fb3718fd7a2a 07:33:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:33:54 Removing intermediate container a76bba6518e8 07:33:54 ---> 366cc7afb6ed 07:33:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:54 ---> Running in c89574d39751 07:33:55 ---> 1db6bcc3e0c3 07:33:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:33:55 Removing intermediate container c89574d39751 07:33:55 ---> 6e49604c51b2 07:33:55 Step 20/22 : LABEL arch=arm64 07:33:55 ---> Running in 370d8413b865 07:33:55 Removing intermediate container 370d8413b865 07:33:55 ---> 64c9cf08722a 07:33:56 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:33:56 ---> Running in 96f1bd551d0a 07:33:57 Removing intermediate container 96f1bd551d0a 07:33:57 ---> 8552a59033cf 07:33:57 Step 22/22 : LABEL version=3.0.0-dev.6 07:33:57 ---> Running in cbc6fcc0e95d 07:33:58 ---> 5ee53fd42283 07:33:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:33:58 Removing intermediate container cbc6fcc0e95d 07:33:58 ---> 4cd00c3ade14 07:33:58 07:33:58 Successfully built 4cd00c3ade14 07:33:58 Successfully tagged core-data-arm64:latest 07:33:58 Building security-proxy-setup 07:34:00  Building core-data ... done  ---> eee0ecb5fac3 07:34:00 Step 19/23 : ENTRYPOINT ["/core-command"] 07:34:00 ---> Running in 51cefe7971b8 07:34:02 Removing intermediate container 51cefe7971b8 07:34:02 ---> 7a9fb3e79120 07:34:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:34:02 ---> Running in a969a7ce18f3 07:34:03 Removing intermediate container a969a7ce18f3 07:34:03 ---> a7ddd0d41353 07:34:03 Step 21/23 : LABEL arch=arm64 07:34:03 ---> Running in 1e24dbe895c1 07:34:04 Removing intermediate container 1e24dbe895c1 07:34:04 ---> 6580b3d438e6 07:34:04 Step 22/23 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:34:05 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:34:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:34:05 ---> 2898c2676e7a 07:34:05 Step 3/21 : WORKDIR /edgex-go 07:34:05 ---> Using cache 07:34:05 ---> 9a9d2c654a37 07:34:05 Step 4/21 : RUN apk add --update --no-cache make git 07:34:05 ---> Using cache 07:34:05 ---> ba7fd24289ed 07:34:05 Step 5/21 : COPY go.mod vendor* ./ 07:34:05 ---> Using cache 07:34:05 ---> 1b65e9b918fd 07:34:05 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:34:05 ---> Using cache 07:34:05 ---> 1005f956adf5 07:34:05 Step 7/21 : COPY . . 07:34:05 ---> Running in 95fa7ee73beb 07:34:05 ---> Using cache 07:34:05 ---> 0bf1b645a2a3 07:34:05 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:34:06 ---> Running in 77213aafd293 07:34:06 Removing intermediate container 95fa7ee73beb 07:34:06 ---> 57c18a2a91e0 07:34:06 Step 23/23 : LABEL version=3.0.0-dev.6 07:34:06 ---> Running in f44d46266b07 07:34:08 Removing intermediate container f44d46266b07 07:34:08 ---> 482bd2279a47 07:34:08 07:34:08 Successfully built 482bd2279a47 07:34:08 Successfully tagged core-command-arm64:latest 07:34:08 Building core-metadata 07:34:08  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:34:14 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:34:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:34:14 ---> 2898c2676e7a 07:34:14 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:34:14 ---> Using cache 07:34:14 ---> 7d78c5e59de8 07:34:14 Step 4/24 : WORKDIR /edgex-go 07:34:14 ---> Using cache 07:34:14 ---> a4da86afc9b6 07:34:14 Step 5/24 : RUN apk add --update --no-cache make git 07:34:14 ---> Using cache 07:34:14 ---> 98e2eb91a1c7 07:34:14 Step 6/24 : COPY go.mod vendor* ./ 07:34:14 ---> Using cache 07:34:14 ---> daba6a610dc8 07:34:14 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:34:14 ---> Using cache 07:34:14 ---> f4e86f16f7e0 07:34:14 Step 8/24 : COPY . . 07:34:14 ---> Using cache 07:34:14 ---> 3f5abaf41a8e 07:34:14 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 07:34:14 ---> Running in db9d4da15f2c 07:34:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:34:35 Removing intermediate container 9e5f190a1a49 07:34:35 ---> 41c971ed7d9b 07:34:35 Step 8/22 : COPY . . 07:34:40 ---> 3f93d1a6795c 07:34:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:34:40 ---> Running in dd9f634e5c86 07:34:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:34:57 Removing intermediate container d79d65b1ed68 07:34:57 ---> 281388f5a788 07:34:57 Step 7/24 : COPY . . 07:34:59 ---> 7468165d95ed 07:34:59 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 07:34:59 ---> Running in 6fb68bbbb9e7 07:34:59 Removing intermediate container 6fb68bbbb9e7 07:34:59 ---> c63e915fbca6 07:34:59 Step 9/24 : WORKDIR /edgex-go/spire-build 07:34:59 ---> Running in f390a5402323 07:35:00 Removing intermediate container f390a5402323 07:35:00 ---> 431ea220113e 07:35:00 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 07:35:00 ---> Running in 0ba4cc9bc05a 07:35:04 Removing intermediate container 0ba4cc9bc05a 07:35:04 ---> f1713f36d3e3 07:35:04 Step 11/24 : WORKDIR /edgex-go 07:35:04 ---> Running in 2b5452875c7b 07:35:04 Removing intermediate container 2b5452875c7b 07:35:04 ---> e2b59376410b 07:35:04 07:35:04 Step 12/24 : FROM alpine:3.15 07:35:04 ---> 8aa73fd46299 07:35:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:35:04 ---> Using cache 07:35:04 ---> c58b0c0850bb 07:35:04 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:35:04 ---> Running in 735d3d5aea7a 07:35:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:35:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:35:08 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:35:08 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:35:08 OK: 15736 distinct packages available 07:35:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:35:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:35:10 (1/4) Installing dumb-init (1.2.5-r1) 07:35:10 (2/4) Installing musl-obstack (1.2.3-r0) 07:35:10 (3/4) Installing libucontext (1.1-r0) 07:35:10 (4/4) Installing gcompat (1.0.0-r4) 07:35:10 Executing busybox-1.34.1-r7.trigger 07:35:10 OK: 6 MiB in 18 packages 07:35:12 Removing intermediate container 735d3d5aea7a 07:35:12 ---> 8c1fd6b38fa7 07:35:12 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:35:18 ---> 42e67cfacea6 07:35:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:35:18 ---> 5e59edf33ea7 07:35:18 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:35:18 ---> Running in 4eaa5c880417 07:35:19 Removing intermediate container 4eaa5c880417 07:35:19 ---> 91094d9f24e5 07:35:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:35:19 ---> b756757324c6 07:35:19 Step 19/24 : WORKDIR / 07:35:20 ---> Running in 28cfd474fb7f 07:35:20 Removing intermediate container 28cfd474fb7f 07:35:20 ---> ede12c209625 07:35:20 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:35:20 ---> Running in 75cd10db44ea 07:35:21 Removing intermediate container 75cd10db44ea 07:35:21 ---> 9c99437057d7 07:35:21 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:35:21 ---> Running in 6ea6e708a6af 07:35:21 Removing intermediate container 6ea6e708a6af 07:35:21 ---> 7f01f90cdbf2 07:35:21 Step 22/24 : LABEL arch=arm64 07:35:21 ---> Running in e1c944fea4ff 07:35:22 Removing intermediate container e1c944fea4ff 07:35:22 ---> 1e23cc4b22b7 07:35:22 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:35:22 ---> Running in fd283c1e893b 07:35:23 Removing intermediate container fd283c1e893b 07:35:23 ---> 1b18143ee153 07:35:23 Step 24/24 : LABEL version=3.0.0-dev.6 07:35:23 ---> Running in f69bc391fbea 07:35:23 Removing intermediate container f69bc391fbea 07:35:23 ---> 8f97c0e5e5c2 07:35:23 07:35:23 Successfully built 8f97c0e5e5c2 07:35:23 Successfully tagged security-spire-config-arm64:latest 07:35:23  Building security-spire-config ... done Building sys-mgmt-agent 07:35:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:35:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:35:27 ---> 2898c2676e7a 07:35:27 Step 3/22 : WORKDIR /edgex-go 07:35:27 ---> Using cache 07:35:27 ---> 9a9d2c654a37 07:35:27 Step 4/22 : RUN apk add --update --no-cache make bash git 07:35:27 ---> Running in f2d90a441e10 07:35:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:35:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:35:31 OK: 221 MiB in 51 packages 07:35:32 Removing intermediate container f2d90a441e10 07:35:32 ---> d023f764f7dd 07:35:32 Step 5/22 : COPY go.mod vendor* ./ 07:35:33 ---> c22b26b43282 07:35:33 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:35:33 ---> Running in b2d01551d17e 07:35:55 Removing intermediate container b9c7d5ce1d59 07:35:55 ---> 46132fae263a 07:35:55 07:35:55 Step 10/22 : FROM alpine:3.16 07:35:55 ---> 2b4661558fb8 07:35:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:35:55 ---> Using cache 07:35:55 ---> b795d5e7cd27 07:35:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:35:55 ---> Using cache 07:35:55 ---> a9163240301c 07:35:55 Step 13/22 : ENV APP_PORT=59861 07:35:55 ---> Running in eda74384df6d 07:35:55 Removing intermediate container eda74384df6d 07:35:55 ---> a468d917b04d 07:35:55 Step 14/22 : EXPOSE $APP_PORT 07:35:55 ---> Running in 3a1fd47f5485 07:35:55 Removing intermediate container 3a1fd47f5485 07:35:55 ---> 172422649750 07:35:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:35:55 ---> 6cbae1fba78e 07:35:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:35:57 ---> 5421605074d6 07:35:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:35:58 ---> 12aec34d31c7 07:35:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:35:58 ---> Running in 076f5c5951be 07:35:59 Removing intermediate container 076f5c5951be 07:35:59 ---> 9b818fba4960 07:35:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:59 ---> Running in 93e74b13a966 07:35:59 Removing intermediate container 93e74b13a966 07:35:59 ---> a2b7d4f207de 07:35:59 Step 20/22 : LABEL arch=arm64 07:35:59 ---> Running in 58f8a53f8882 07:36:00 Removing intermediate container 58f8a53f8882 07:36:00 ---> 5eb22b4577bf 07:36:00 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:36:00 ---> Running in 67df2ad5ccdf 07:36:00 Removing intermediate container 67df2ad5ccdf 07:36:00 ---> fd8ceb097294 07:36:00 Step 22/22 : LABEL version=3.0.0-dev.6 07:36:01 ---> Running in b9c998315c78 07:36:01 Removing intermediate container b9c998315c78 07:36:01 ---> 7f8e46c434fd 07:36:01 07:36:01 Successfully built 7f8e46c434fd 07:36:01 Successfully tagged support-scheduler-arm64:latest 07:36:01 Building security-spire-server 07:36:05  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:36:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:05 ---> 2898c2676e7a 07:36:05 Step 3/23 : WORKDIR /edgex-go 07:36:05 ---> Using cache 07:36:05 ---> 9a9d2c654a37 07:36:05 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 07:36:05 ---> Using cache 07:36:05 ---> 642455b59aa4 07:36:05 Step 5/23 : COPY go.mod vendor* ./ 07:36:05 ---> Using cache 07:36:05 ---> 32cce2bc3057 07:36:05 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:36:05 ---> Using cache 07:36:05 ---> 281388f5a788 07:36:05 Step 7/23 : COPY . . 07:36:05 ---> Using cache 07:36:05 ---> 7468165d95ed 07:36:05 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 07:36:05 ---> Using cache 07:36:05 ---> c63e915fbca6 07:36:05 Step 9/23 : WORKDIR /edgex-go/spire-build 07:36:05 ---> Using cache 07:36:05 ---> 431ea220113e 07:36:05 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 07:36:05 ---> Running in 63abbfe9c1ba 07:36:09 Removing intermediate container 63abbfe9c1ba 07:36:09 ---> f0b3864f1ee1 07:36:09 Step 11/23 : WORKDIR /edgex-go 07:36:09 ---> Running in 08165023fcbf 07:36:09 Removing intermediate container 08165023fcbf 07:36:09 ---> 58e40134c1a3 07:36:09 07:36:09 Step 12/23 : FROM alpine:3.15 07:36:09 ---> 8aa73fd46299 07:36:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:36:09 ---> Using cache 07:36:09 ---> c58b0c0850bb 07:36:09 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:36:09 ---> Using cache 07:36:09 ---> 81ffb438bd4e 07:36:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:36:14 ---> 555a98ee8bfb 07:36:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:36:16 ---> 8cb60ef510a7 07:36:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:36:17 ---> 54b64538c93d 07:36:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:36:20 ---> 6e457eac9224 07:36:20 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:36:20 ---> Running in ff67a345c082 07:36:20 Removing intermediate container ff67a345c082 07:36:20 ---> e708bc345775 07:36:20 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:36:21 ---> Running in b3dd92dc181a 07:36:22 Removing intermediate container b3dd92dc181a 07:36:22 ---> 3537781341c4 07:36:22 Step 21/23 : LABEL arch=arm64 07:36:22 ---> Running in 29ef3a3ad1ef 07:36:23 Removing intermediate container 29ef3a3ad1ef 07:36:23 ---> f845c94db908 07:36:23 Step 22/23 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:36:23 ---> Running in 8484e9d759a1 07:36:24 Removing intermediate container 8484e9d759a1 07:36:24 ---> b9566f958a0b 07:36:24 Step 23/23 : LABEL version=3.0.0-dev.6 07:36:24 ---> Running in fcad5640ae05 07:36:25 Removing intermediate container fcad5640ae05 07:36:25 ---> 44b1eac644d4 07:36:25 07:36:25 Successfully built 44b1eac644d4 07:36:25 Successfully tagged security-spire-server-arm64:latest 07:36:25  Building security-spire-server ... done Building security-spiffe-token-provider 07:36:32 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 07:36:32 Step 2/19 : FROM ${BUILDER_BASE} AS builder 07:36:32 ---> 2898c2676e7a 07:36:32 Step 3/19 : WORKDIR /edgex-go 07:36:32 ---> Using cache 07:36:32 ---> 9a9d2c654a37 07:36:32 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 07:36:32 ---> Running in f93b9d9683a6 07:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:36:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:36:37 v3.16.3-56-g7487575a35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 07:36:37 v3.16.3-60-g995afdf2ba [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 07:36:37 OK: 16895 distinct packages available 07:36:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:36:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:36:39 OK: 221 MiB in 51 packages 07:36:42 Removing intermediate container f93b9d9683a6 07:36:42 ---> e2f17fc24b24 07:36:42 Step 5/19 : COPY go.mod vendor* ./ 07:36:43 ---> 763956a17887 07:36:43 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:36:43 ---> Running in ce15a79f5897 07:36:50 Removing intermediate container b2d01551d17e 07:36:50 ---> da0bd84cb198 07:36:50 Step 7/22 : COPY . . 07:36:52 ---> e6399debeed8 07:36:52 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:36:52 ---> Running in d90bf0553288 07:36:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:38:02 Removing intermediate container ce15a79f5897 07:38:02 ---> 8ef6f46ca670 07:38:02 Step 7/19 : COPY . . 07:38:02 ---> 706a799c8e41 07:38:02 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:38:02 ---> Running in f4f45ed36aab 07:38:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:39:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:40:12 Removing intermediate container 77213aafd293 07:40:12 ---> 034dbd370119 07:40:12 07:40:12 Step 9/21 : FROM alpine:3.16 07:40:12 ---> 2b4661558fb8 07:40:12 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 07:40:12 ---> Running in 26a1297ad54c 07:40:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:40:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:40:14 (1/6) Installing ca-certificates (20220614-r0) 07:40:14 (2/6) Installing brotli-libs (1.0.9-r6) 07:40:14 (3/6) Installing nghttp2-libs (1.47.0-r0) 07:40:14 (4/6) Installing libcurl (7.83.1-r4) 07:40:14 (5/6) Installing curl (7.83.1-r4) 07:40:14 (6/6) Installing dumb-init (1.2.5-r1) 07:40:14 Executing busybox-1.35.0-r17.trigger 07:40:14 Executing ca-certificates-20220614-r0.trigger 07:40:14 OK: 8 MiB in 20 packages 07:40:16 Removing intermediate container 26a1297ad54c 07:40:16 ---> 1a12ae3241be 07:40:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:40:16 ---> Running in 83360d1bd71e 07:40:17 Removing intermediate container 83360d1bd71e 07:40:17 ---> 7c5f427fbdb7 07:40:17 Step 12/21 : WORKDIR /edgex 07:40:17 ---> Running in 40fbfdba1619 07:40:18 Removing intermediate container 40fbfdba1619 07:40:18 ---> 0e272a07c69f 07:40:18 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:40:19 ---> 701f021cea01 07:40:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:40:20 ---> 0243a01ce49f 07:40:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:40:22 ---> c6f3b952502b 07:40:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:40:23 ---> c503983fc3c1 07:40:23 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:40:23 ---> Running in 4b7d7898ae4a 07:40:26 Removing intermediate container 4b7d7898ae4a 07:40:26 ---> d5b2abe6e7a6 07:40:26 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 07:40:26 ---> Running in 0ae1fa436eea 07:40:26 Removing intermediate container 0ae1fa436eea 07:40:26 ---> 4ec6a7d7cf16 07:40:26 Step 19/21 : LABEL arch=arm64 07:40:26 ---> Running in c281cc0f4b47 07:40:27 Removing intermediate container c281cc0f4b47 07:40:27 ---> f4308edb209c 07:40:27 Step 20/21 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:40:27 ---> Running in d5ce4cf91702 07:40:28 Removing intermediate container d5ce4cf91702 07:40:28 ---> 6dd7d3ccf91c 07:40:28 Step 21/21 : LABEL version=3.0.0-dev.6 07:40:28 ---> Running in 6eaa534cbc2e 07:40:28 Removing intermediate container 6eaa534cbc2e 07:40:28 ---> 2f4eac4d2b4d 07:40:28 07:40:28 Successfully built 2f4eac4d2b4d 07:40:28 Successfully tagged security-proxy-setup-arm64:latest 07:41:07  Building security-proxy-setup ... done Removing intermediate container db9d4da15f2c 07:41:07 ---> 5b97f3c0aa23 07:41:07 07:41:07 Step 10/24 : FROM alpine:3.16 07:41:07 ---> 2b4661558fb8 07:41:07 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:41:07 ---> Using cache 07:41:07 ---> b795d5e7cd27 07:41:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:41:07 ---> Using cache 07:41:07 ---> a9163240301c 07:41:07 Step 13/24 : ENV APP_PORT=59881 07:41:07 ---> Running in 1e8da0f15d35 07:41:07 Removing intermediate container 1e8da0f15d35 07:41:07 ---> 1e6e6dcc2487 07:41:07 Step 14/24 : EXPOSE $APP_PORT 07:41:07 ---> Running in 8d9fece82496 07:41:07 Removing intermediate container 8d9fece82496 07:41:07 ---> 5e9bbb4bbbcf 07:41:07 Step 15/24 : WORKDIR / 07:41:07 ---> Running in f0da0ec09121 07:41:08 Removing intermediate container f0da0ec09121 07:41:08 ---> bf60e48fd880 07:41:08 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:41:09 ---> db808264b81a 07:41:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:41:10 ---> e623282b393d 07:41:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:41:11 ---> 9e3e1dcd0692 07:41:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 07:41:12 ---> 4269eef676a1 07:41:12 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:41:12 ---> Running in 8f6eb097cbb8 07:41:12 Removing intermediate container 8f6eb097cbb8 07:41:12 ---> 2bb6790ae28b 07:41:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:41:13 ---> Running in 30f1e2ab9eb8 07:41:13 Removing intermediate container 30f1e2ab9eb8 07:41:13 ---> 6499d86e38cc 07:41:13 Step 22/24 : LABEL arch=arm64 07:41:13 ---> Running in 28cd12ae484b 07:41:14 Removing intermediate container 28cd12ae484b 07:41:14 ---> 624fa48008e9 07:41:14 Step 23/24 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:41:14 ---> Running in 8c3efba6fa98 07:41:16 Removing intermediate container 8c3efba6fa98 07:41:16 ---> d9cf8cad14bb 07:41:16 Step 24/24 : LABEL version=3.0.0-dev.6 07:41:16 ---> Running in 275da116fb49 07:41:16 Removing intermediate container 275da116fb49 07:41:16 ---> 13cd5f6453d6 07:41:16 07:41:17 Successfully built 13cd5f6453d6 07:41:17 Successfully tagged core-metadata-arm64:latest 07:42:04  Building core-metadata ... done Removing intermediate container d90bf0553288 07:42:04 ---> 751f514ec8ac 07:42:04 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:42:04 ---> Running in 663e329515b0 07:42:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:42:07 Removing intermediate container 663e329515b0 07:42:07 ---> 4b28aa03b079 07:42:07 07:42:07 Step 10/22 : FROM alpine:3.16 07:42:07 ---> 2b4661558fb8 07:42:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:42:07 ---> Running in 2bad184e83af 07:42:07 Removing intermediate container 2bad184e83af 07:42:07 ---> 1f942d145c4e 07:42:07 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 07:42:07 ---> Running in 86c4ec8e4b1f 07:42:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:42:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:42:10 (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) 07:42:10 (2/33) Installing ncurses-libs (6.3_p20220521-r0) 07:42:10 (3/33) Installing readline (8.1.2-r0) 07:42:10 (4/33) Installing bash (5.1.16-r2) 07:42:10 Executing bash-5.1.16-r2.post-install 07:42:10 (5/33) Installing ca-certificates (20220614-r0) 07:42:10 (6/33) Installing brotli-libs (1.0.9-r6) 07:42:10 (7/33) Installing nghttp2-libs (1.47.0-r0) 07:42:11 (8/33) Installing libcurl (7.83.1-r4) 07:42:11 (9/33) Installing curl (7.83.1-r4) 07:42:11 (10/33) Installing docker-cli (20.10.20-r0) 07:42:12 (11/33) Installing dumb-init (1.2.5-r1) 07:42:12 (12/33) Installing libbz2 (1.0.8-r1) 07:42:12 (13/33) Installing expat (2.5.0-r0) 07:42:12 (14/33) Installing libffi (3.4.2-r1) 07:42:12 (15/33) Installing gdbm (1.23-r0) 07:42:12 (16/33) Installing xz-libs (5.2.5-r1) 07:42:12 (17/33) Installing libgcc (11.2.1_git20220219-r2) 07:42:12 (18/33) Installing libstdc++ (11.2.1_git20220219-r2) 07:42:12 (19/33) Installing mpdecimal (2.5.1-r1) 07:42:12 (20/33) Installing sqlite-libs (3.38.5-r0) 07:42:12 (21/33) Installing python3 (3.10.9-r0) 07:42:14 (22/33) Installing py3-contextlib2 (21.6.0-r2) 07:42:14 (23/33) Installing py3-tomli (2.0.1-r1) 07:42:14 (24/33) Installing py3-pep517 (0.12.0-r2) 07:42:14 (25/33) Installing py3-six (1.16.0-r1) 07:42:14 (26/33) Installing py3-retrying (1.3.3-r3) 07:42:14 (27/33) Installing py3-appdirs (1.4.4-r3) 07:42:14 (28/33) Installing py3-more-itertools (8.13.0-r0) 07:42:14 (29/33) Installing py3-ordered-set (4.0.2-r3) 07:42:14 (30/33) Installing py3-parsing (2.4.7-r3) 07:42:14 (31/33) Installing py3-packaging (21.3-r0) 07:42:14 (32/33) Installing py3-setuptools (59.4.0-r0) 07:42:14 (33/33) Installing py3-pip (22.1.1-r0) 07:42:15 Executing busybox-1.35.0-r17.trigger 07:42:15 Executing ca-certificates-20220614-r0.trigger 07:42:15 OK: 121 MiB in 47 packages 07:42:30 Collecting docker-compose==1.23.2 07:42:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:42:30 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.7 MB/s eta 0:00:00 07:42:30 Collecting texttable<0.10,>=0.9.0 07:42:30 Downloading texttable-0.9.1.tar.gz (11 kB) 07:42:30 Preparing metadata (setup.py): started 07:42:31 Preparing metadata (setup.py): finished with status 'done' 07:42:31 Collecting docker<4.0,>=3.6.0 07:42:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:42:31 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.0 MB/s eta 0:00:00 07:42:32 Collecting PyYAML<4,>=3.10 07:42:32 Downloading PyYAML-3.13.tar.gz (270 kB) 07:42:32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 14.8 MB/s eta 0:00:00 07:42:34 Preparing metadata (setup.py): started 07:42:35 Preparing metadata (setup.py): finished with status 'done' 07:42:36 Collecting websocket-client<1.0,>=0.32.0 07:42:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:42:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.7 MB/s eta 0:00:00 07:42:36 Collecting docopt<0.7,>=0.6.1 07:42:36 Downloading docopt-0.6.2.tar.gz (25 kB) 07:42:36 Preparing metadata (setup.py): started 07:42:38 Preparing metadata (setup.py): finished with status 'done' 07:42:38 Collecting dockerpty<0.5,>=0.4.1 07:42:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:42:38 Preparing metadata (setup.py): started 07:42:40 Preparing metadata (setup.py): finished with status 'done' 07:42:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) 07:42:40 Collecting jsonschema<3,>=2.5.1 07:42:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:42:40 Collecting cached-property<2,>=1.2.0 07:42:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:42:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:42:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:42:41 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.0 MB/s eta 0:00:00 07:42:42 Collecting docker-pycreds>=0.4.0 07:42:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:42:44 Collecting urllib3<1.25,>=1.21.1 07:42:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 19.6 MB/s eta 0:00:00 07:42:44 Collecting certifi>=2017.4.17 07:42:44 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) 07:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 18.5 MB/s eta 0:00:00 07:42:44 Collecting chardet<3.1.0,>=3.0.2 07:42:44 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 07:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.7 MB/s eta 0:00:00 07:42:44 Collecting idna<2.8,>=2.5 07:42:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:42:44 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 17.5 MB/s eta 0:00:00 07:42:45 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 07:42:45 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 07:42:45 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 07:42:45 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 07:42:46 Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose 07:42:46 Running setup.py install for texttable: started 07:42:48 Running setup.py install for texttable: finished with status 'done' 07:42:48 Running setup.py install for PyYAML: started 07:42:51 Running setup.py install for PyYAML: finished with status 'done' 07:42:53 Running setup.py install for docopt: started 07:42:54 Removing intermediate container dd9f634e5c86 07:42:54 ---> 94c8e4cbd8b3 07:42:54 07:42:54 Step 10/22 : FROM alpine:3.16 07:42:54 ---> 2b4661558fb8 07:42:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:42:54 ---> Running in bb47f98127df 07:42:55 Running setup.py install for docopt: finished with status 'done' 07:42:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 07:42:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 07:42:57 (1/2) Installing ca-certificates (20220614-r0) 07:42:57 (2/2) Installing dumb-init (1.2.5-r1) 07:42:57 Executing busybox-1.35.0-r17.trigger 07:42:57 Executing ca-certificates-20220614-r0.trigger 07:42:57 OK: 6 MiB in 16 packages 07:42:58 Running setup.py install for dockerpty: started 07:42:59 Removing intermediate container bb47f98127df 07:42:59 ---> 9838c0b46e83 07:42:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:42:59 ---> Running in 53ba3e399265 07:43:00 Removing intermediate container 53ba3e399265 07:43:00 ---> a7013c08628e 07:43:00 Step 13/22 : ENV APP_PORT=59860 07:43:00 ---> Running in 64a01808979f 07:43:00 Removing intermediate container 64a01808979f 07:43:00 ---> 6f722190c3a9 07:43:00 Step 14/22 : EXPOSE $APP_PORT 07:43:00 Running setup.py install for dockerpty: finished with status 'done' 07:43:00 ---> Running in 023a5a9fe871 07:43:01 Removing intermediate container 023a5a9fe871 07:43:01 ---> 9b4abae2b3b6 07:43:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:01 ---> 4139e075ef2f 07:43:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:43:03 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 07:43:03 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 07:43:03  ---> 2e312d23c342 07:43:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:43:06 ---> 4f7ed7756fa6 07:43:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:43:06 ---> Running in f3a0de8cb4f7 07:43:06 Removing intermediate container f3a0de8cb4f7 07:43:06 ---> fc52afa1eb2b 07:43:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:06 ---> Running in 45fe15dbf65f 07:43:06 Removing intermediate container 45fe15dbf65f 07:43:06 ---> 1a307c0b42b2 07:43:06 Step 20/22 : LABEL arch=arm64 07:43:07 ---> Running in 126cb5d17779 07:43:07 Removing intermediate container 126cb5d17779 07:43:07 ---> 090100400a03 07:43:07 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:07 ---> Running in 468354e75a60 07:43:08 Removing intermediate container 468354e75a60 07:43:08 ---> 07530758a985 07:43:08 Step 22/22 : LABEL version=3.0.0-dev.6 07:43:08 ---> Running in 1b466e22e145 07:43:08 Removing intermediate container 1b466e22e145 07:43:08 ---> e233b9b91e55 07:43:08 07:43:09 Successfully built e233b9b91e55 07:43:09 Successfully tagged support-notifications-arm64:latest 07:43:15  Building support-notifications ... done Removing intermediate container 86c4ec8e4b1f 07:43:15 ---> dc727894e1fd 07:43:15 Step 13/22 : ENV APP_PORT=58890 07:43:15 ---> Running in 0759dd851f27 07:43:16 Removing intermediate container 0759dd851f27 07:43:16 ---> 8a944a5f5c91 07:43:16 Step 14/22 : EXPOSE $APP_PORT 07:43:16 ---> Running in 3399dd61ae5f 07:43:16 Removing intermediate container 3399dd61ae5f 07:43:16 ---> 8878859459fc 07:43:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:43:19 ---> d7dff3d92397 07:43:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:43:19 ---> 517f0c5ba035 07:43:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:43:20 ---> b5420ad1dcba 07:43:20 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 07:43:20 ---> Running in 8c2d99edc4e8 07:43:20 Removing intermediate container 8c2d99edc4e8 07:43:20 ---> ad363bd91fb3 07:43:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:21 ---> Running in b51adf49a980 07:43:21 Removing intermediate container f4f45ed36aab 07:43:21 ---> 4d2f6064d1ff 07:43:21 07:43:21 Step 9/19 : FROM alpine:3.15 07:43:21 ---> 8aa73fd46299 07:43:21 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:43:21 ---> Using cache 07:43:21 ---> c58b0c0850bb 07:43:21 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:43:21 Removing intermediate container b51adf49a980 07:43:21 ---> bb59229f3c26 07:43:21 Step 20/22 : LABEL arch=arm64 07:43:21 ---> Running in 60208db8e9df 07:43:21 ---> Running in 75b278fe2e0b 07:43:21 Removing intermediate container 75b278fe2e0b 07:43:21 ---> 3b6d4110915a 07:43:21 Step 21/22 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:21 ---> Running in f592ad81c828 07:43:22 Removing intermediate container f592ad81c828 07:43:22 ---> 8268020965e1 07:43:22 Step 22/22 : LABEL version=3.0.0-dev.6 07:43:22 ---> Running in 01fce23d2aaf 07:43:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:43:22 Removing intermediate container 01fce23d2aaf 07:43:22 ---> d8f30792b90a 07:43:22 07:43:22 Successfully built d8f30792b90a 07:43:22 Successfully tagged sys-mgmt-agent-arm64:latest 07:43:22  Building sys-mgmt-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:43:23 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 07:43:23 v3.15.6-205-g6d41da625c [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 07:43:23 OK: 15736 distinct packages available 07:43:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:43:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:43:24 (1/9) Installing ca-certificates (20220614-r0) 07:43:25 (2/9) Installing brotli-libs (1.0.9-r5) 07:43:25 (3/9) Installing nghttp2-libs (1.46.0-r0) 07:43:25 (4/9) Installing libcurl (7.80.0-r4) 07:43:25 (5/9) Installing curl (7.80.0-r4) 07:43:25 (6/9) Installing dumb-init (1.2.5-r1) 07:43:25 (7/9) Installing musl-obstack (1.2.3-r0) 07:43:25 (8/9) Installing libucontext (1.1-r0) 07:43:25 (9/9) Installing gcompat (1.0.0-r4) 07:43:25 Executing busybox-1.34.1-r7.trigger 07:43:25 Executing ca-certificates-20220614-r0.trigger 07:43:25 OK: 8 MiB in 23 packages 07:43:26 Removing intermediate container 60208db8e9df 07:43:26 ---> 5263e9d691f9 07:43:26 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:26 ---> 30e75450b8f1 07:43:26 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:43:28 ---> e1bf443cd7f1 07:43:28 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 07:43:28 ---> 5429e3294fd5 07:43:28 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:43:28 ---> Running in d0af702b65f6 07:43:29 Removing intermediate container d0af702b65f6 07:43:29 ---> 1489f6669d81 07:43:29 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:29 ---> Running in 7a58c2e87097 07:43:29 Removing intermediate container 7a58c2e87097 07:43:29 ---> 2fa5161adc3b 07:43:29 Step 17/19 : LABEL arch=arm64 07:43:29 ---> Running in 929f0b0a056d 07:43:29 Removing intermediate container 929f0b0a056d 07:43:29 ---> 603e17f9d4b4 07:43:29 Step 18/19 : LABEL git_sha=a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:29 ---> Running in 82f0a9ba2864 07:43:30 Removing intermediate container 82f0a9ba2864 07:43:30 ---> 8e2d28571979 07:43:30 Step 19/19 : LABEL version=3.0.0-dev.6 07:43:30 ---> Running in c642ce940b34 07:43:30 Removing intermediate container c642ce940b34 07:43:30 ---> be738b6d6b86 07:43:30 07:43:30 Successfully built be738b6d6b86 07:43:30 Successfully tagged security-spiffe-token-provider-arm64:latest 07:43:30  Building security-spiffe-token-provider ... done  [Pipeline] } 07:43:30 $ docker stop --time=1 6e87e4f8f5df62493275f95c174ef01f234308224670321383a00b49dd23a27c 07:43:32 $ docker rm -f 6e87e4f8f5df62493275f95c174ef01f234308224670321383a00b49dd23a27c [Pipeline] // withDockerContainer [Pipeline] sh 07:43:32 + docker images 07:43:33 REPOSITORY TAG IMAGE ID CREATED SIZE 07:43:33 security-spiffe-token-provider-arm64 latest be738b6d6b86 2 seconds ago 28.9MB 07:43:33 sys-mgmt-agent-arm64 latest d8f30792b90a 10 seconds ago 134MB 07:43:33 4d2f6064d1ff 12 seconds ago 1.3GB 07:43:33 support-notifications-arm64 latest e233b9b91e55 24 seconds ago 29.5MB 07:43:33 94c8e4cbd8b3 40 seconds ago 1.33GB 07:43:33 4b28aa03b079 About a minute ago 1.25GB 07:43:33 core-metadata-arm64 latest 13cd5f6453d6 2 minutes ago 17.8MB 07:43:33 5b97f3c0aa23 2 minutes ago 1.28GB 07:43:33 security-proxy-setup-arm64 latest 2f4eac4d2b4d 3 minutes ago 26.8MB 07:43:33 034dbd370119 3 minutes ago 1.26GB 07:43:33 security-spire-server-arm64 latest 44b1eac644d4 7 minutes ago 84.3MB 07:43:33 58e40134c1a3 7 minutes ago 1.14GB 07:43:33 support-scheduler-arm64 latest 7f8e46c434fd 7 minutes ago 29MB 07:43:33 46132fae263a 7 minutes ago 1.33GB 07:43:33 security-spire-config-arm64 latest 8f97c0e5e5c2 8 minutes ago 83.6MB 07:43:33 e2b59376410b 8 minutes ago 1.14GB 07:43:33 core-command-arm64 latest 482bd2279a47 9 minutes ago 17MB 07:43:33 core-data-arm64 latest 4cd00c3ade14 9 minutes ago 17.2MB 07:43:33 31be930fcfe0 9 minutes ago 1.27GB 07:43:33 c20dec64a420 9 minutes ago 1.28GB 07:43:33 security-bootstrapper-arm64 latest df2f52c389c5 9 minutes ago 19.5MB 07:43:33 security-secretstore-setup-arm64 latest feb362b93fff 10 minutes ago 28.7MB 07:43:33 0e3370540db6 10 minutes ago 1.26GB 07:43:33 4d611f326143 10 minutes ago 1.26GB 07:43:33 security-spire-agent-arm64 latest f80df41a5a39 16 minutes ago 122MB 07:43:33 3b6b809ffb2a 17 minutes ago 1.14GB 07:43:33 ci-base-image-arm64 latest 2898c2676e7a 19 minutes ago 948MB 07:43:33 alpine 3.16 2b4661558fb8 4 weeks ago 5.29MB 07:43:33 alpine 3.15 8aa73fd46299 4 weeks ago 5.33MB 07:43:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 6 weeks ago 685MB 07:43:33 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 07:43:33 provisioning config files... 07:43:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/360@tmp/config7067344079199426784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:33 ---> docker-login.sh 07:43:33 nexus3.edgexfoundry.org:10001 07:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:34 Configure a credential helper to remove this warning. See 07:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:34 07:43:34 Login Succeeded 07:43:34 nexus3.edgexfoundry.org:10002 07:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:34 Configure a credential helper to remove this warning. See 07:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:34 07:43:34 Login Succeeded 07:43:34 nexus3.edgexfoundry.org:10003 07:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:34 Configure a credential helper to remove this warning. See 07:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:34 07:43:34 Login Succeeded 07:43:34 nexus3.edgexfoundry.org:10004 07:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:34 Configure a credential helper to remove this warning. See 07:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:34 07:43:34 Login Succeeded 07:43:34 docker.io 07:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:35 Configure a credential helper to remove this warning. See 07:43:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:35 07:43:35 Login Succeeded 07:43:35 ---> docker-login.sh ends [Pipeline] } 07:43:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:43:35 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 07:43:35 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:35 latest 07:43:35 3.0.0-dev.6 07:43:35 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:35 main 07:43:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:36 4ae51127369d: Preparing 07:43:36 7168b066c0ae: Preparing 07:43:36 03539e34c6d5: Preparing 07:43:36 a0220d6d8307: Preparing 07:43:36 17bec77d7fdc: Preparing 07:43:36 17bec77d7fdc: Layer already exists 07:43:36 4ae51127369d: Pushed 07:43:36 03539e34c6d5: Pushed 07:43:36 a0220d6d8307: Pushed 07:43:39 7168b066c0ae: Pushed 07:43:39 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:cd25a4d8b4522e233503d8824ab1a3307e8a4c4459cb00e33413232a93a5d7d2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:39 4ae51127369d: Preparing 07:43:39 7168b066c0ae: Preparing 07:43:39 03539e34c6d5: Preparing 07:43:39 a0220d6d8307: Preparing 07:43:39 17bec77d7fdc: Preparing 07:43:39 03539e34c6d5: Layer already exists 07:43:39 7168b066c0ae: Layer already exists 07:43:39 a0220d6d8307: Layer already exists 07:43:39 17bec77d7fdc: Layer already exists 07:43:39 4ae51127369d: Layer already exists 07:43:39 latest: digest: sha256:cd25a4d8b4522e233503d8824ab1a3307e8a4c4459cb00e33413232a93a5d7d2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.6 07:43:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:40 4ae51127369d: Preparing 07:43:40 7168b066c0ae: Preparing 07:43:40 03539e34c6d5: Preparing 07:43:40 a0220d6d8307: Preparing 07:43:40 17bec77d7fdc: Preparing 07:43:40 a0220d6d8307: Layer already exists 07:43:40 4ae51127369d: Layer already exists 07:43:40 17bec77d7fdc: Layer already exists 07:43:40 7168b066c0ae: Layer already exists 07:43:40 03539e34c6d5: Layer already exists 07:43:40 3.0.0-dev.6: digest: sha256:cd25a4d8b4522e233503d8824ab1a3307e8a4c4459cb00e33413232a93a5d7d2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:41 4ae51127369d: Preparing 07:43:41 7168b066c0ae: Preparing 07:43:41 03539e34c6d5: Preparing 07:43:41 a0220d6d8307: Preparing 07:43:41 17bec77d7fdc: Preparing 07:43:41 a0220d6d8307: Layer already exists 07:43:41 17bec77d7fdc: Layer already exists 07:43:41 03539e34c6d5: Layer already exists 07:43:41 7168b066c0ae: Layer already exists 07:43:41 4ae51127369d: Layer already exists 07:43:41 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:cd25a4d8b4522e233503d8824ab1a3307e8a4c4459cb00e33413232a93a5d7d2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 07:43:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:41 4ae51127369d: Preparing 07:43:41 7168b066c0ae: Preparing 07:43:41 03539e34c6d5: Preparing 07:43:41 a0220d6d8307: Preparing 07:43:41 17bec77d7fdc: Preparing 07:43:41 03539e34c6d5: Layer already exists 07:43:41 4ae51127369d: Layer already exists 07:43:41 17bec77d7fdc: Layer already exists 07:43:41 7168b066c0ae: Layer already exists 07:43:41 a0220d6d8307: Layer already exists 07:43:41 main: digest: sha256:cd25a4d8b4522e233503d8824ab1a3307e8a4c4459cb00e33413232a93a5d7d2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:41 ===================================================== [Pipeline] echo 07:43:41 taggedImages: 07:43:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:43:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.6 07:43:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:43:42 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 07:43:42 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:42 latest 07:43:42 3.0.0-dev.6 07:43:42 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:42 main 07:43:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:42 f203cb5450f2: Preparing 07:43:42 8cc2eed31c26: Preparing 07:43:42 03539e34c6d5: Preparing 07:43:42 78cc48baa791: Preparing 07:43:42 17bec77d7fdc: Preparing 07:43:42 17bec77d7fdc: Layer already exists 07:43:42 03539e34c6d5: Layer already exists 07:43:42 78cc48baa791: Pushed 07:43:42 f203cb5450f2: Pushed 07:43:46 8cc2eed31c26: Pushed 07:43:46 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:e6b446313ec765cb6d7a58ed2f62bfc60074b93283a459cff604f44263272c67 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:46 f203cb5450f2: Preparing 07:43:46 8cc2eed31c26: Preparing 07:43:46 03539e34c6d5: Preparing 07:43:46 78cc48baa791: Preparing 07:43:46 17bec77d7fdc: Preparing 07:43:46 17bec77d7fdc: Layer already exists 07:43:46 f203cb5450f2: Layer already exists 07:43:46 8cc2eed31c26: Layer already exists 07:43:46 03539e34c6d5: Layer already exists 07:43:46 78cc48baa791: Layer already exists 07:43:46 latest: digest: sha256:e6b446313ec765cb6d7a58ed2f62bfc60074b93283a459cff604f44263272c67 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.6 07:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:47 f203cb5450f2: Preparing 07:43:47 8cc2eed31c26: Preparing 07:43:47 03539e34c6d5: Preparing 07:43:47 78cc48baa791: Preparing 07:43:47 17bec77d7fdc: Preparing 07:43:47 f203cb5450f2: Layer already exists 07:43:47 8cc2eed31c26: Layer already exists 07:43:47 17bec77d7fdc: Layer already exists 07:43:47 03539e34c6d5: Layer already exists 07:43:47 78cc48baa791: Layer already exists 07:43:47 3.0.0-dev.6: digest: sha256:e6b446313ec765cb6d7a58ed2f62bfc60074b93283a459cff604f44263272c67 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:48 f203cb5450f2: Preparing 07:43:48 8cc2eed31c26: Preparing 07:43:48 03539e34c6d5: Preparing 07:43:48 78cc48baa791: Preparing 07:43:48 17bec77d7fdc: Preparing 07:43:48 17bec77d7fdc: Layer already exists 07:43:48 8cc2eed31c26: Layer already exists 07:43:48 03539e34c6d5: Layer already exists 07:43:48 f203cb5450f2: Layer already exists 07:43:48 78cc48baa791: Layer already exists 07:43:48 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:e6b446313ec765cb6d7a58ed2f62bfc60074b93283a459cff604f44263272c67 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 07:43:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:49 f203cb5450f2: Preparing 07:43:49 8cc2eed31c26: Preparing 07:43:49 03539e34c6d5: Preparing 07:43:49 78cc48baa791: Preparing 07:43:49 17bec77d7fdc: Preparing 07:43:49 8cc2eed31c26: Layer already exists 07:43:49 78cc48baa791: Layer already exists 07:43:49 03539e34c6d5: Layer already exists 07:43:49 f203cb5450f2: Layer already exists 07:43:49 17bec77d7fdc: Layer already exists 07:43:49 main: digest: sha256:e6b446313ec765cb6d7a58ed2f62bfc60074b93283a459cff604f44263272c67 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:49 ===================================================== [Pipeline] echo 07:43:49 taggedImages: 07:43:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:43:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.6 07:43:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:43:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 07:43:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:49 latest 07:43:49 3.0.0-dev.6 07:43:49 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:49 main 07:43:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:49 4a38352a232d: Preparing 07:43:49 c12399a715e0: Preparing 07:43:49 2eb0695acd78: Preparing 07:43:49 03539e34c6d5: Preparing 07:43:49 a0220d6d8307: Preparing 07:43:49 17bec77d7fdc: Preparing 07:43:49 17bec77d7fdc: Waiting 07:43:49 03539e34c6d5: Layer already exists 07:43:49 a0220d6d8307: Layer already exists 07:43:49 17bec77d7fdc: Layer already exists 07:43:50 c12399a715e0: Pushed 07:43:50 4a38352a232d: Pushed 07:43:53 2eb0695acd78: Pushed 07:43:53 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:2f1f702cf75a41f41fcb8903d3d4a81140274616a5ef38becde8d2902670010f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:43:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:54 4a38352a232d: Preparing 07:43:54 c12399a715e0: Preparing 07:43:54 2eb0695acd78: Preparing 07:43:54 03539e34c6d5: Preparing 07:43:54 a0220d6d8307: Preparing 07:43:54 17bec77d7fdc: Preparing 07:43:54 17bec77d7fdc: Waiting 07:43:54 c12399a715e0: Layer already exists 07:43:54 4a38352a232d: Layer already exists 07:43:54 a0220d6d8307: Layer already exists 07:43:54 2eb0695acd78: Layer already exists 07:43:54 03539e34c6d5: Layer already exists 07:43:54 17bec77d7fdc: Layer already exists 07:43:54 latest: digest: sha256:2f1f702cf75a41f41fcb8903d3d4a81140274616a5ef38becde8d2902670010f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.6 07:43:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:55 4a38352a232d: Preparing 07:43:55 c12399a715e0: Preparing 07:43:55 2eb0695acd78: Preparing 07:43:55 03539e34c6d5: Preparing 07:43:55 a0220d6d8307: Preparing 07:43:55 17bec77d7fdc: Preparing 07:43:55 17bec77d7fdc: Waiting 07:43:55 4a38352a232d: Layer already exists 07:43:55 a0220d6d8307: Layer already exists 07:43:55 2eb0695acd78: Layer already exists 07:43:55 c12399a715e0: Layer already exists 07:43:55 03539e34c6d5: Layer already exists 07:43:55 17bec77d7fdc: Layer already exists 07:43:55 3.0.0-dev.6: digest: sha256:2f1f702cf75a41f41fcb8903d3d4a81140274616a5ef38becde8d2902670010f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:56 4a38352a232d: Preparing 07:43:56 c12399a715e0: Preparing 07:43:56 2eb0695acd78: Preparing 07:43:56 03539e34c6d5: Preparing 07:43:56 a0220d6d8307: Preparing 07:43:56 17bec77d7fdc: Preparing 07:43:56 17bec77d7fdc: Waiting 07:43:56 c12399a715e0: Layer already exists 07:43:56 a0220d6d8307: Layer already exists 07:43:56 2eb0695acd78: Layer already exists 07:43:56 03539e34c6d5: Layer already exists 07:43:56 4a38352a232d: Layer already exists 07:43:56 17bec77d7fdc: Layer already exists 07:43:56 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:2f1f702cf75a41f41fcb8903d3d4a81140274616a5ef38becde8d2902670010f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 07:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:57 4a38352a232d: Preparing 07:43:57 c12399a715e0: Preparing 07:43:57 2eb0695acd78: Preparing 07:43:57 03539e34c6d5: Preparing 07:43:57 a0220d6d8307: Preparing 07:43:57 17bec77d7fdc: Preparing 07:43:57 17bec77d7fdc: Waiting 07:43:57 2eb0695acd78: Layer already exists 07:43:57 4a38352a232d: Layer already exists 07:43:57 03539e34c6d5: Layer already exists 07:43:57 c12399a715e0: Layer already exists 07:43:57 a0220d6d8307: Layer already exists 07:43:57 17bec77d7fdc: Layer already exists 07:43:57 main: digest: sha256:2f1f702cf75a41f41fcb8903d3d4a81140274616a5ef38becde8d2902670010f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:57 ===================================================== [Pipeline] echo 07:43:57 taggedImages: 07:43:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:43:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.6 07:43:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:43:57 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 07:43:57 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:57 latest 07:43:57 3.0.0-dev.6 07:43:57 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:43:57 main 07:43:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:43:58 4824ea2d25e4: Preparing 07:43:58 4824ea2d25e4: Preparing 07:43:58 b305f8e95caf: Preparing 07:43:58 a694001a3e0f: Preparing 07:43:58 3cff12f871cf: Preparing 07:43:58 a854ae52e593: Preparing 07:43:58 75cc39e8fa12: Preparing 07:43:58 03539e34c6d5: Preparing 07:43:58 52b88e57cfe8: Preparing 07:43:58 28dda024df77: Preparing 07:43:58 dbe3057f1e34: Preparing 07:43:58 cf7e4c729400: Preparing 07:43:58 17bec77d7fdc: Preparing 07:43:58 28dda024df77: Waiting 07:43:58 dbe3057f1e34: Waiting 07:43:58 cf7e4c729400: Waiting 07:43:58 75cc39e8fa12: Waiting 07:43:58 03539e34c6d5: Waiting 07:43:58 52b88e57cfe8: Waiting 07:43:58 17bec77d7fdc: Waiting 07:43:58 a694001a3e0f: Pushed 07:43:58 3cff12f871cf: Pushed 07:43:58 a854ae52e593: Pushed 07:43:58 b305f8e95caf: Pushed 07:43:58 4824ea2d25e4: Pushed 07:43:58 03539e34c6d5: Layer already exists 07:43:58 52b88e57cfe8: Pushed 07:43:58 dbe3057f1e34: Pushed 07:43:58 cf7e4c729400: Pushed 07:43:58 28dda024df77: Pushed 07:43:58 17bec77d7fdc: Layer already exists 07:44:01 75cc39e8fa12: Pushed 07:44:01 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:0b13c500c64105aa30fe914bf7e22dcd867b840efe23fa4e2a24ccd0977737c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:02 4824ea2d25e4: Preparing 07:44:02 4824ea2d25e4: Preparing 07:44:02 b305f8e95caf: Preparing 07:44:02 a694001a3e0f: Preparing 07:44:02 3cff12f871cf: Preparing 07:44:02 a854ae52e593: Preparing 07:44:02 75cc39e8fa12: Preparing 07:44:02 03539e34c6d5: Preparing 07:44:02 52b88e57cfe8: Preparing 07:44:02 28dda024df77: Preparing 07:44:02 dbe3057f1e34: Preparing 07:44:02 cf7e4c729400: Preparing 07:44:02 17bec77d7fdc: Preparing 07:44:02 28dda024df77: Waiting 07:44:02 dbe3057f1e34: Waiting 07:44:02 75cc39e8fa12: Waiting 07:44:02 03539e34c6d5: Waiting 07:44:02 cf7e4c729400: Waiting 07:44:02 52b88e57cfe8: Waiting 07:44:02 17bec77d7fdc: Waiting 07:44:02 a694001a3e0f: Layer already exists 07:44:02 4824ea2d25e4: Layer already exists 07:44:02 a854ae52e593: Layer already exists 07:44:02 3cff12f871cf: Layer already exists 07:44:02 b305f8e95caf: Layer already exists 07:44:02 52b88e57cfe8: Layer already exists 07:44:02 03539e34c6d5: Layer already exists 07:44:02 75cc39e8fa12: Layer already exists 07:44:02 28dda024df77: Layer already exists 07:44:02 dbe3057f1e34: Layer already exists 07:44:02 17bec77d7fdc: Layer already exists 07:44:02 cf7e4c729400: Layer already exists 07:44:02 latest: digest: sha256:0b13c500c64105aa30fe914bf7e22dcd867b840efe23fa4e2a24ccd0977737c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.6 07:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:03 4824ea2d25e4: Preparing 07:44:03 4824ea2d25e4: Preparing 07:44:03 b305f8e95caf: Preparing 07:44:03 a694001a3e0f: Preparing 07:44:03 3cff12f871cf: Preparing 07:44:03 a854ae52e593: Preparing 07:44:03 75cc39e8fa12: Preparing 07:44:03 03539e34c6d5: Preparing 07:44:03 52b88e57cfe8: Preparing 07:44:03 28dda024df77: Preparing 07:44:03 dbe3057f1e34: Preparing 07:44:03 cf7e4c729400: Preparing 07:44:03 17bec77d7fdc: Preparing 07:44:03 75cc39e8fa12: Waiting 07:44:03 03539e34c6d5: Waiting 07:44:03 52b88e57cfe8: Waiting 07:44:03 28dda024df77: Waiting 07:44:03 dbe3057f1e34: Waiting 07:44:03 cf7e4c729400: Waiting 07:44:03 17bec77d7fdc: Waiting 07:44:03 a854ae52e593: Layer already exists 07:44:03 b305f8e95caf: Layer already exists 07:44:03 4824ea2d25e4: Layer already exists 07:44:03 3cff12f871cf: Layer already exists 07:44:03 a694001a3e0f: Layer already exists 07:44:03 52b88e57cfe8: Layer already exists 07:44:03 75cc39e8fa12: Layer already exists 07:44:03 03539e34c6d5: Layer already exists 07:44:03 28dda024df77: Layer already exists 07:44:03 dbe3057f1e34: Layer already exists 07:44:03 cf7e4c729400: Layer already exists 07:44:03 17bec77d7fdc: Layer already exists 07:44:03 3.0.0-dev.6: digest: sha256:0b13c500c64105aa30fe914bf7e22dcd867b840efe23fa4e2a24ccd0977737c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:04 4824ea2d25e4: Preparing 07:44:04 4824ea2d25e4: Preparing 07:44:04 b305f8e95caf: Preparing 07:44:04 a694001a3e0f: Preparing 07:44:04 3cff12f871cf: Preparing 07:44:04 a854ae52e593: Preparing 07:44:04 75cc39e8fa12: Preparing 07:44:04 03539e34c6d5: Preparing 07:44:04 52b88e57cfe8: Preparing 07:44:04 28dda024df77: Preparing 07:44:04 dbe3057f1e34: Preparing 07:44:04 cf7e4c729400: Preparing 07:44:04 17bec77d7fdc: Preparing 07:44:04 75cc39e8fa12: Waiting 07:44:04 03539e34c6d5: Waiting 07:44:04 52b88e57cfe8: Waiting 07:44:04 28dda024df77: Waiting 07:44:04 dbe3057f1e34: Waiting 07:44:04 cf7e4c729400: Waiting 07:44:04 17bec77d7fdc: Waiting 07:44:04 4824ea2d25e4: Layer already exists 07:44:04 b305f8e95caf: Layer already exists 07:44:04 a854ae52e593: Layer already exists 07:44:04 a694001a3e0f: Layer already exists 07:44:04 3cff12f871cf: Layer already exists 07:44:04 03539e34c6d5: Layer already exists 07:44:04 75cc39e8fa12: Layer already exists 07:44:04 28dda024df77: Layer already exists 07:44:04 52b88e57cfe8: Layer already exists 07:44:04 dbe3057f1e34: Layer already exists 07:44:04 17bec77d7fdc: Layer already exists 07:44:04 cf7e4c729400: Layer already exists 07:44:04 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:0b13c500c64105aa30fe914bf7e22dcd867b840efe23fa4e2a24ccd0977737c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 07:44:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:05 4824ea2d25e4: Preparing 07:44:05 4824ea2d25e4: Preparing 07:44:05 b305f8e95caf: Preparing 07:44:05 a694001a3e0f: Preparing 07:44:05 3cff12f871cf: Preparing 07:44:05 a854ae52e593: Preparing 07:44:05 75cc39e8fa12: Preparing 07:44:05 03539e34c6d5: Preparing 07:44:05 52b88e57cfe8: Preparing 07:44:05 28dda024df77: Preparing 07:44:05 dbe3057f1e34: Preparing 07:44:05 cf7e4c729400: Preparing 07:44:05 17bec77d7fdc: Preparing 07:44:05 52b88e57cfe8: Waiting 07:44:05 28dda024df77: Waiting 07:44:05 dbe3057f1e34: Waiting 07:44:05 cf7e4c729400: Waiting 07:44:05 17bec77d7fdc: Waiting 07:44:05 75cc39e8fa12: Waiting 07:44:05 03539e34c6d5: Waiting 07:44:05 a854ae52e593: Layer already exists 07:44:05 4824ea2d25e4: Layer already exists 07:44:05 3cff12f871cf: Layer already exists 07:44:05 a694001a3e0f: Layer already exists 07:44:05 b305f8e95caf: Layer already exists 07:44:05 28dda024df77: Layer already exists 07:44:05 dbe3057f1e34: Layer already exists 07:44:05 03539e34c6d5: Layer already exists 07:44:05 75cc39e8fa12: Layer already exists 07:44:05 52b88e57cfe8: Layer already exists 07:44:05 17bec77d7fdc: Layer already exists 07:44:05 cf7e4c729400: Layer already exists 07:44:05 main: digest: sha256:0b13c500c64105aa30fe914bf7e22dcd867b840efe23fa4e2a24ccd0977737c6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:05 ===================================================== [Pipeline] echo 07:44:05 taggedImages: 07:44:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:44:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.6 07:44:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:44:05 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 07:44:05 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:05 latest 07:44:05 3.0.0-dev.6 07:44:05 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:05 main 07:44:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:06 f1d799335679: Preparing 07:44:06 274b4d0b9bfd: Preparing 07:44:06 a79a9bebfe5e: Preparing 07:44:06 7a3d4489161f: Preparing 07:44:06 bf211a43a2c6: Preparing 07:44:06 952520687c14: Preparing 07:44:06 e70d766b177f: Preparing 07:44:06 17bec77d7fdc: Preparing 07:44:06 952520687c14: Waiting 07:44:06 e70d766b177f: Waiting 07:44:06 17bec77d7fdc: Waiting 07:44:06 274b4d0b9bfd: Pushed 07:44:06 f1d799335679: Pushed 07:44:06 bf211a43a2c6: Pushed 07:44:06 17bec77d7fdc: Layer already exists 07:44:06 952520687c14: Pushed 07:44:07 e70d766b177f: Pushed 07:44:09 a79a9bebfe5e: Pushed 07:44:09 7a3d4489161f: Pushed 07:44:09 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:c9e64cc4b245a8c35bcddb51cb94c48b0d70c16af208d94cece064b9c717c534 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:09 + 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 07:44:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:09 f1d799335679: Preparing 07:44:09 274b4d0b9bfd: Preparing 07:44:09 a79a9bebfe5e: Preparing 07:44:09 7a3d4489161f: Preparing 07:44:09 bf211a43a2c6: Preparing 07:44:09 952520687c14: Preparing 07:44:09 e70d766b177f: Preparing 07:44:09 17bec77d7fdc: Preparing 07:44:09 e70d766b177f: Waiting 07:44:09 17bec77d7fdc: Waiting 07:44:09 952520687c14: Waiting 07:44:09 a79a9bebfe5e: Layer already exists 07:44:09 7a3d4489161f: Layer already exists 07:44:09 f1d799335679: Layer already exists 07:44:09 274b4d0b9bfd: Layer already exists 07:44:09 bf211a43a2c6: Layer already exists 07:44:09 17bec77d7fdc: Layer already exists 07:44:09 e70d766b177f: Layer already exists 07:44:09 952520687c14: Layer already exists 07:44:09 latest: digest: sha256:c9e64cc4b245a8c35bcddb51cb94c48b0d70c16af208d94cece064b9c717c534 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.6 07:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:10 f1d799335679: Preparing 07:44:10 274b4d0b9bfd: Preparing 07:44:10 a79a9bebfe5e: Preparing 07:44:10 7a3d4489161f: Preparing 07:44:10 bf211a43a2c6: Preparing 07:44:10 952520687c14: Preparing 07:44:10 e70d766b177f: Preparing 07:44:10 17bec77d7fdc: Preparing 07:44:10 e70d766b177f: Waiting 07:44:10 17bec77d7fdc: Waiting 07:44:10 952520687c14: Waiting 07:44:10 7a3d4489161f: Layer already exists 07:44:10 bf211a43a2c6: Layer already exists 07:44:10 f1d799335679: Layer already exists 07:44:10 a79a9bebfe5e: Layer already exists 07:44:10 274b4d0b9bfd: Layer already exists 07:44:10 e70d766b177f: Layer already exists 07:44:10 17bec77d7fdc: Layer already exists 07:44:10 952520687c14: Layer already exists 07:44:11 3.0.0-dev.6: digest: sha256:c9e64cc4b245a8c35bcddb51cb94c48b0d70c16af208d94cece064b9c717c534 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:11 f1d799335679: Preparing 07:44:11 274b4d0b9bfd: Preparing 07:44:11 a79a9bebfe5e: Preparing 07:44:11 7a3d4489161f: Preparing 07:44:11 bf211a43a2c6: Preparing 07:44:11 952520687c14: Preparing 07:44:11 e70d766b177f: Preparing 07:44:11 17bec77d7fdc: Preparing 07:44:11 952520687c14: Waiting 07:44:11 e70d766b177f: Waiting 07:44:11 a79a9bebfe5e: Layer already exists 07:44:11 274b4d0b9bfd: Layer already exists 07:44:11 7a3d4489161f: Layer already exists 07:44:11 f1d799335679: Layer already exists 07:44:11 bf211a43a2c6: Layer already exists 07:44:11 952520687c14: Layer already exists 07:44:11 17bec77d7fdc: Layer already exists 07:44:11 e70d766b177f: Layer already exists 07:44:12 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:c9e64cc4b245a8c35bcddb51cb94c48b0d70c16af208d94cece064b9c717c534 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:12 + 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 07:44:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 07:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:12 f1d799335679: Preparing 07:44:12 274b4d0b9bfd: Preparing 07:44:12 a79a9bebfe5e: Preparing 07:44:12 7a3d4489161f: Preparing 07:44:12 bf211a43a2c6: Preparing 07:44:12 952520687c14: Preparing 07:44:12 e70d766b177f: Preparing 07:44:12 17bec77d7fdc: Preparing 07:44:12 952520687c14: Waiting 07:44:12 17bec77d7fdc: Waiting 07:44:12 e70d766b177f: Waiting 07:44:12 bf211a43a2c6: Layer already exists 07:44:12 7a3d4489161f: Layer already exists 07:44:12 f1d799335679: Layer already exists 07:44:12 274b4d0b9bfd: Layer already exists 07:44:12 a79a9bebfe5e: Layer already exists 07:44:12 952520687c14: Layer already exists 07:44:12 17bec77d7fdc: Layer already exists 07:44:12 e70d766b177f: Layer already exists 07:44:12 main: digest: sha256:c9e64cc4b245a8c35bcddb51cb94c48b0d70c16af208d94cece064b9c717c534 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:12 ===================================================== [Pipeline] echo 07:44:12 taggedImages: 07:44:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:44:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.6 07:44:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:44:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 07:44:12 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:12 latest 07:44:12 3.0.0-dev.6 07:44:12 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:12 main 07:44:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:13 56c80ecd21b9: Preparing 07:44:13 7ed4d54f1bd5: Preparing 07:44:13 28be42feeadf: Preparing 07:44:13 a7c209a14e86: Preparing 07:44:13 1b753d0a4d22: Preparing 07:44:13 9cfa640f6ac2: Preparing 07:44:13 7af17d6e9ef3: Preparing 07:44:13 464617abbc8a: Preparing 07:44:13 49ab2af2b5fc: Preparing 07:44:13 17bec77d7fdc: Preparing 07:44:13 9cfa640f6ac2: Waiting 07:44:13 464617abbc8a: Waiting 07:44:13 49ab2af2b5fc: Waiting 07:44:13 7af17d6e9ef3: Waiting 07:44:13 17bec77d7fdc: Waiting 07:44:13 7ed4d54f1bd5: Pushed 07:44:13 1b753d0a4d22: Pushed 07:44:13 56c80ecd21b9: Pushed 07:44:14 7af17d6e9ef3: Pushed 07:44:14 9cfa640f6ac2: Pushed 07:44:14 464617abbc8a: Pushed 07:44:14 17bec77d7fdc: Layer already exists 07:44:14 49ab2af2b5fc: Pushed 07:44:16 a7c209a14e86: Pushed 07:44:16 28be42feeadf: Pushed 07:44:17 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:1569151af98775b0872332942f546a2ae348a398c66ba0f9e795d74e6424f05c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:17 + 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 07:44:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:44:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:17 56c80ecd21b9: Preparing 07:44:17 7ed4d54f1bd5: Preparing 07:44:17 28be42feeadf: Preparing 07:44:17 a7c209a14e86: Preparing 07:44:17 1b753d0a4d22: Preparing 07:44:17 9cfa640f6ac2: Preparing 07:44:17 7af17d6e9ef3: Preparing 07:44:17 464617abbc8a: Preparing 07:44:17 49ab2af2b5fc: Preparing 07:44:17 17bec77d7fdc: Preparing 07:44:17 7af17d6e9ef3: Waiting 07:44:17 464617abbc8a: Waiting 07:44:17 49ab2af2b5fc: Waiting 07:44:17 17bec77d7fdc: Waiting 07:44:17 9cfa640f6ac2: Waiting 07:44:17 28be42feeadf: Layer already exists 07:44:17 7ed4d54f1bd5: Layer already exists 07:44:17 a7c209a14e86: Layer already exists 07:44:17 1b753d0a4d22: Layer already exists 07:44:17 56c80ecd21b9: Layer already exists 07:44:17 9cfa640f6ac2: Layer already exists 07:44:17 49ab2af2b5fc: Layer already exists 07:44:17 7af17d6e9ef3: Layer already exists 07:44:17 17bec77d7fdc: Layer already exists 07:44:17 464617abbc8a: Layer already exists 07:44:18 latest: digest: sha256:1569151af98775b0872332942f546a2ae348a398c66ba0f9e795d74e6424f05c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.6 07:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:18 56c80ecd21b9: Preparing 07:44:18 7ed4d54f1bd5: Preparing 07:44:18 28be42feeadf: Preparing 07:44:18 a7c209a14e86: Preparing 07:44:18 1b753d0a4d22: Preparing 07:44:18 9cfa640f6ac2: Preparing 07:44:18 7af17d6e9ef3: Preparing 07:44:18 464617abbc8a: Preparing 07:44:18 49ab2af2b5fc: Preparing 07:44:18 17bec77d7fdc: Preparing 07:44:18 7af17d6e9ef3: Waiting 07:44:18 49ab2af2b5fc: Waiting 07:44:18 17bec77d7fdc: Waiting 07:44:18 464617abbc8a: Waiting 07:44:18 9cfa640f6ac2: Waiting 07:44:18 1b753d0a4d22: Layer already exists 07:44:18 7ed4d54f1bd5: Layer already exists 07:44:18 28be42feeadf: Layer already exists 07:44:18 56c80ecd21b9: Layer already exists 07:44:18 a7c209a14e86: Layer already exists 07:44:18 464617abbc8a: Layer already exists 07:44:18 49ab2af2b5fc: Layer already exists 07:44:18 9cfa640f6ac2: Layer already exists 07:44:18 7af17d6e9ef3: Layer already exists 07:44:18 17bec77d7fdc: Layer already exists 07:44:18 3.0.0-dev.6: digest: sha256:1569151af98775b0872332942f546a2ae348a398c66ba0f9e795d74e6424f05c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:19 56c80ecd21b9: Preparing 07:44:19 7ed4d54f1bd5: Preparing 07:44:19 28be42feeadf: Preparing 07:44:19 a7c209a14e86: Preparing 07:44:19 1b753d0a4d22: Preparing 07:44:19 9cfa640f6ac2: Preparing 07:44:19 7af17d6e9ef3: Preparing 07:44:19 464617abbc8a: Preparing 07:44:19 49ab2af2b5fc: Preparing 07:44:19 17bec77d7fdc: Preparing 07:44:19 9cfa640f6ac2: Waiting 07:44:19 7af17d6e9ef3: Waiting 07:44:19 464617abbc8a: Waiting 07:44:19 17bec77d7fdc: Waiting 07:44:19 49ab2af2b5fc: Waiting 07:44:19 28be42feeadf: Layer already exists 07:44:19 7ed4d54f1bd5: Layer already exists 07:44:19 1b753d0a4d22: Layer already exists 07:44:19 a7c209a14e86: Layer already exists 07:44:19 56c80ecd21b9: Layer already exists 07:44:19 7af17d6e9ef3: Layer already exists 07:44:19 49ab2af2b5fc: Layer already exists 07:44:19 9cfa640f6ac2: Layer already exists 07:44:19 464617abbc8a: Layer already exists 07:44:19 17bec77d7fdc: Layer already exists 07:44:19 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:1569151af98775b0872332942f546a2ae348a398c66ba0f9e795d74e6424f05c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:20 + 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 07:44:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 07:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:20 56c80ecd21b9: Preparing 07:44:20 7ed4d54f1bd5: Preparing 07:44:20 28be42feeadf: Preparing 07:44:20 a7c209a14e86: Preparing 07:44:20 1b753d0a4d22: Preparing 07:44:20 9cfa640f6ac2: Preparing 07:44:20 7af17d6e9ef3: Preparing 07:44:20 464617abbc8a: Preparing 07:44:20 49ab2af2b5fc: Preparing 07:44:20 17bec77d7fdc: Preparing 07:44:20 7af17d6e9ef3: Waiting 07:44:20 464617abbc8a: Waiting 07:44:20 49ab2af2b5fc: Waiting 07:44:20 17bec77d7fdc: Waiting 07:44:20 9cfa640f6ac2: Waiting 07:44:20 7ed4d54f1bd5: Layer already exists 07:44:20 28be42feeadf: Layer already exists 07:44:20 56c80ecd21b9: Layer already exists 07:44:20 1b753d0a4d22: Layer already exists 07:44:20 a7c209a14e86: Layer already exists 07:44:20 9cfa640f6ac2: Layer already exists 07:44:20 464617abbc8a: Layer already exists 07:44:20 7af17d6e9ef3: Layer already exists 07:44:20 17bec77d7fdc: Layer already exists 07:44:20 49ab2af2b5fc: Layer already exists 07:44:20 main: digest: sha256:1569151af98775b0872332942f546a2ae348a398c66ba0f9e795d74e6424f05c size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:20 ===================================================== [Pipeline] echo 07:44:20 taggedImages: 07:44:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:44:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.6 07:44:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:44:20 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 07:44:20 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:20 latest 07:44:20 3.0.0-dev.6 07:44:20 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:20 main 07:44:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:21 93ca9d444903: Preparing 07:44:21 d5569b3a1db9: Preparing 07:44:21 03539e34c6d5: Preparing 07:44:21 fc54139232d2: Preparing 07:44:21 9833f26c6bda: Preparing 07:44:21 9833f26c6bda: Layer already exists 07:44:21 03539e34c6d5: Layer already exists 07:44:21 93ca9d444903: Pushed 07:44:22 fc54139232d2: Pushed 07:44:26 d5569b3a1db9: Pushed 07:44:26 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:dbb892e6cbc659525e64c0dcca64c2f3404463f87bc6d11d913cd9fa64c353e5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:26 + 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 07:44:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:44:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:26 93ca9d444903: Preparing 07:44:26 d5569b3a1db9: Preparing 07:44:26 03539e34c6d5: Preparing 07:44:26 fc54139232d2: Preparing 07:44:26 9833f26c6bda: Preparing 07:44:26 93ca9d444903: Layer already exists 07:44:26 03539e34c6d5: Layer already exists 07:44:26 d5569b3a1db9: Layer already exists 07:44:26 9833f26c6bda: Layer already exists 07:44:26 fc54139232d2: Layer already exists 07:44:26 latest: digest: sha256:dbb892e6cbc659525e64c0dcca64c2f3404463f87bc6d11d913cd9fa64c353e5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.6 07:44:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:27 93ca9d444903: Preparing 07:44:27 d5569b3a1db9: Preparing 07:44:27 03539e34c6d5: Preparing 07:44:27 fc54139232d2: Preparing 07:44:27 9833f26c6bda: Preparing 07:44:27 93ca9d444903: Layer already exists 07:44:27 03539e34c6d5: Layer already exists 07:44:27 fc54139232d2: Layer already exists 07:44:27 d5569b3a1db9: Layer already exists 07:44:27 9833f26c6bda: Layer already exists 07:44:27 3.0.0-dev.6: digest: sha256:dbb892e6cbc659525e64c0dcca64c2f3404463f87bc6d11d913cd9fa64c353e5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:28 93ca9d444903: Preparing 07:44:28 d5569b3a1db9: Preparing 07:44:28 03539e34c6d5: Preparing 07:44:28 fc54139232d2: Preparing 07:44:28 9833f26c6bda: Preparing 07:44:28 9833f26c6bda: Layer already exists 07:44:28 93ca9d444903: Layer already exists 07:44:28 d5569b3a1db9: Layer already exists 07:44:28 fc54139232d2: Layer already exists 07:44:28 03539e34c6d5: Layer already exists 07:44:28 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:dbb892e6cbc659525e64c0dcca64c2f3404463f87bc6d11d913cd9fa64c353e5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:28 + 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 07:44:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 07:44:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:28 93ca9d444903: Preparing 07:44:28 d5569b3a1db9: Preparing 07:44:28 03539e34c6d5: Preparing 07:44:28 fc54139232d2: Preparing 07:44:28 9833f26c6bda: Preparing 07:44:28 d5569b3a1db9: Layer already exists 07:44:28 03539e34c6d5: Layer already exists 07:44:28 93ca9d444903: Layer already exists 07:44:28 9833f26c6bda: Layer already exists 07:44:28 fc54139232d2: Layer already exists 07:44:28 main: digest: sha256:dbb892e6cbc659525e64c0dcca64c2f3404463f87bc6d11d913cd9fa64c353e5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:28 ===================================================== [Pipeline] echo 07:44:28 taggedImages: 07:44:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:44:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.6 07:44:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:44:28 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 07:44:28 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:28 latest 07:44:28 3.0.0-dev.6 07:44:28 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:28 main 07:44:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:29 68a243162576: Preparing 07:44:29 3d58bb058dbf: Preparing 07:44:29 539e1eff35e5: Preparing 07:44:29 111b25913e01: Preparing 07:44:29 8cf32fcae351: Preparing 07:44:29 ee1fab805b4f: Preparing 07:44:29 9833f26c6bda: Preparing 07:44:29 ee1fab805b4f: Waiting 07:44:29 9833f26c6bda: Waiting 07:44:29 3d58bb058dbf: Pushed 07:44:29 539e1eff35e5: Pushed 07:44:29 68a243162576: Pushed 07:44:29 9833f26c6bda: Layer already exists 07:44:30 ee1fab805b4f: Pushed 07:44:37 8cf32fcae351: Pushed 07:44:43 111b25913e01: Pushed 07:44:43 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:14f6efb8a746a9e0ece17a99b2de31dc62fe0306ceec50ffb103f9189689caea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:44 + 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 07:44:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:44 68a243162576: Preparing 07:44:44 3d58bb058dbf: Preparing 07:44:44 539e1eff35e5: Preparing 07:44:44 111b25913e01: Preparing 07:44:44 8cf32fcae351: Preparing 07:44:44 ee1fab805b4f: Preparing 07:44:44 9833f26c6bda: Preparing 07:44:44 ee1fab805b4f: Waiting 07:44:44 9833f26c6bda: Waiting 07:44:44 3d58bb058dbf: Layer already exists 07:44:44 539e1eff35e5: Layer already exists 07:44:44 8cf32fcae351: Layer already exists 07:44:44 68a243162576: Layer already exists 07:44:44 111b25913e01: Layer already exists 07:44:44 9833f26c6bda: Layer already exists 07:44:44 ee1fab805b4f: Layer already exists 07:44:44 latest: digest: sha256:14f6efb8a746a9e0ece17a99b2de31dc62fe0306ceec50ffb103f9189689caea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.6 07:44:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:45 68a243162576: Preparing 07:44:45 3d58bb058dbf: Preparing 07:44:45 539e1eff35e5: Preparing 07:44:45 111b25913e01: Preparing 07:44:45 8cf32fcae351: Preparing 07:44:45 ee1fab805b4f: Preparing 07:44:45 9833f26c6bda: Preparing 07:44:45 ee1fab805b4f: Waiting 07:44:45 9833f26c6bda: Waiting 07:44:45 68a243162576: Layer already exists 07:44:45 3d58bb058dbf: Layer already exists 07:44:45 539e1eff35e5: Layer already exists 07:44:45 111b25913e01: Layer already exists 07:44:45 8cf32fcae351: Layer already exists 07:44:45 9833f26c6bda: Layer already exists 07:44:45 ee1fab805b4f: Layer already exists 07:44:45 3.0.0-dev.6: digest: sha256:14f6efb8a746a9e0ece17a99b2de31dc62fe0306ceec50ffb103f9189689caea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:46 68a243162576: Preparing 07:44:46 3d58bb058dbf: Preparing 07:44:46 539e1eff35e5: Preparing 07:44:46 111b25913e01: Preparing 07:44:46 8cf32fcae351: Preparing 07:44:46 ee1fab805b4f: Preparing 07:44:46 9833f26c6bda: Preparing 07:44:46 ee1fab805b4f: Waiting 07:44:46 9833f26c6bda: Waiting 07:44:46 8cf32fcae351: Layer already exists 07:44:46 111b25913e01: Layer already exists 07:44:46 68a243162576: Layer already exists 07:44:46 3d58bb058dbf: Layer already exists 07:44:46 539e1eff35e5: Layer already exists 07:44:46 ee1fab805b4f: Layer already exists 07:44:46 9833f26c6bda: Layer already exists 07:44:46 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:14f6efb8a746a9e0ece17a99b2de31dc62fe0306ceec50ffb103f9189689caea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:47 + 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 07:44:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 07:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:47 68a243162576: Preparing 07:44:47 3d58bb058dbf: Preparing 07:44:47 539e1eff35e5: Preparing 07:44:47 111b25913e01: Preparing 07:44:47 8cf32fcae351: Preparing 07:44:47 ee1fab805b4f: Preparing 07:44:47 9833f26c6bda: Preparing 07:44:47 ee1fab805b4f: Waiting 07:44:47 9833f26c6bda: Waiting 07:44:47 8cf32fcae351: Layer already exists 07:44:47 3d58bb058dbf: Layer already exists 07:44:47 539e1eff35e5: Layer already exists 07:44:47 111b25913e01: Layer already exists 07:44:47 68a243162576: Layer already exists 07:44:47 9833f26c6bda: Layer already exists 07:44:47 ee1fab805b4f: Layer already exists 07:44:47 main: digest: sha256:14f6efb8a746a9e0ece17a99b2de31dc62fe0306ceec50ffb103f9189689caea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:47 ===================================================== [Pipeline] echo 07:44:47 taggedImages: 07:44:47 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:47 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:44:47 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.6 07:44:47 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:47 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:44:47 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 07:44:47 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:47 latest 07:44:47 3.0.0-dev.6 07:44:47 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:44:47 main 07:44:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:48 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:44:48 4fa54fb5ff01: Preparing 07:44:48 c850d0026a4d: Preparing 07:44:48 bc32236b9955: Preparing 07:44:48 259056bac64c: Preparing 07:44:48 af340331be4b: Preparing 07:44:48 9833f26c6bda: Preparing 07:44:48 9833f26c6bda: Waiting 07:44:48 4fa54fb5ff01: Pushed 07:44:48 c850d0026a4d: Pushed 07:44:48 bc32236b9955: Pushed 07:44:48 9833f26c6bda: Layer already exists 07:44:49 af340331be4b: Pushed 07:45:04 259056bac64c: Pushed 07:45:04 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:c8c2ab155bca94f6eff4ff52877a98c91640c6862f52a7214289ecb8be3516d2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:04 + 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 07:45:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:04 4fa54fb5ff01: Preparing 07:45:04 c850d0026a4d: Preparing 07:45:04 bc32236b9955: Preparing 07:45:04 259056bac64c: Preparing 07:45:04 af340331be4b: Preparing 07:45:04 9833f26c6bda: Preparing 07:45:04 9833f26c6bda: Waiting 07:45:04 4fa54fb5ff01: Layer already exists 07:45:04 af340331be4b: Layer already exists 07:45:04 259056bac64c: Layer already exists 07:45:04 c850d0026a4d: Layer already exists 07:45:04 bc32236b9955: Layer already exists 07:45:04 9833f26c6bda: Layer already exists 07:45:05 latest: digest: sha256:c8c2ab155bca94f6eff4ff52877a98c91640c6862f52a7214289ecb8be3516d2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.6 07:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:05 4fa54fb5ff01: Preparing 07:45:05 c850d0026a4d: Preparing 07:45:05 bc32236b9955: Preparing 07:45:05 259056bac64c: Preparing 07:45:05 af340331be4b: Preparing 07:45:05 9833f26c6bda: Preparing 07:45:05 9833f26c6bda: Waiting 07:45:05 4fa54fb5ff01: Layer already exists 07:45:05 af340331be4b: Layer already exists 07:45:05 259056bac64c: Layer already exists 07:45:05 bc32236b9955: Layer already exists 07:45:05 c850d0026a4d: Layer already exists 07:45:05 9833f26c6bda: Layer already exists 07:45:05 3.0.0-dev.6: digest: sha256:c8c2ab155bca94f6eff4ff52877a98c91640c6862f52a7214289ecb8be3516d2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:06 4fa54fb5ff01: Preparing 07:45:06 c850d0026a4d: Preparing 07:45:06 bc32236b9955: Preparing 07:45:06 259056bac64c: Preparing 07:45:06 af340331be4b: Preparing 07:45:06 9833f26c6bda: Preparing 07:45:06 9833f26c6bda: Waiting 07:45:06 bc32236b9955: Layer already exists 07:45:06 c850d0026a4d: Layer already exists 07:45:06 af340331be4b: Layer already exists 07:45:06 259056bac64c: Layer already exists 07:45:06 4fa54fb5ff01: Layer already exists 07:45:06 9833f26c6bda: Layer already exists 07:45:07 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:c8c2ab155bca94f6eff4ff52877a98c91640c6862f52a7214289ecb8be3516d2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + 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 07:45:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 07:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:07 4fa54fb5ff01: Preparing 07:45:07 c850d0026a4d: Preparing 07:45:07 bc32236b9955: Preparing 07:45:07 259056bac64c: Preparing 07:45:07 af340331be4b: Preparing 07:45:07 9833f26c6bda: Preparing 07:45:07 9833f26c6bda: Waiting 07:45:07 af340331be4b: Layer already exists 07:45:07 bc32236b9955: Layer already exists 07:45:07 259056bac64c: Layer already exists 07:45:07 c850d0026a4d: Layer already exists 07:45:07 4fa54fb5ff01: Layer already exists 07:45:07 9833f26c6bda: Layer already exists 07:45:07 main: digest: sha256:c8c2ab155bca94f6eff4ff52877a98c91640c6862f52a7214289ecb8be3516d2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:08 ===================================================== [Pipeline] echo 07:45:08 taggedImages: 07:45:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:45:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.6 07:45:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:45:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 07:45:08 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:08 latest 07:45:08 3.0.0-dev.6 07:45:08 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:08 main 07:45:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:08 dbf922016879: Preparing 07:45:08 7dada2101c29: Preparing 07:45:08 30725323b571: Preparing 07:45:08 54cb0f6273ab: Preparing 07:45:08 ee1fab805b4f: Preparing 07:45:08 9833f26c6bda: Preparing 07:45:08 9833f26c6bda: Waiting 07:45:08 ee1fab805b4f: Layer already exists 07:45:08 9833f26c6bda: Layer already exists 07:45:08 7dada2101c29: Pushed 07:45:08 dbf922016879: Pushed 07:45:08 30725323b571: Pushed 07:45:23 54cb0f6273ab: Pushed 07:45:24 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:c1ff22bc4ba214de8d2235dd32b1fb4e6b3e5fc614fe9bbe8e46d23b384bb1c8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:24 + 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 07:45:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:24 dbf922016879: Preparing 07:45:24 7dada2101c29: Preparing 07:45:24 30725323b571: Preparing 07:45:24 54cb0f6273ab: Preparing 07:45:24 ee1fab805b4f: Preparing 07:45:24 9833f26c6bda: Preparing 07:45:24 9833f26c6bda: Waiting 07:45:24 dbf922016879: Layer already exists 07:45:24 7dada2101c29: Layer already exists 07:45:24 ee1fab805b4f: Layer already exists 07:45:24 30725323b571: Layer already exists 07:45:24 54cb0f6273ab: Layer already exists 07:45:24 9833f26c6bda: Layer already exists 07:45:25 latest: digest: sha256:c1ff22bc4ba214de8d2235dd32b1fb4e6b3e5fc614fe9bbe8e46d23b384bb1c8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.6 07:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:25 dbf922016879: Preparing 07:45:25 7dada2101c29: Preparing 07:45:25 30725323b571: Preparing 07:45:25 54cb0f6273ab: Preparing 07:45:25 ee1fab805b4f: Preparing 07:45:25 9833f26c6bda: Preparing 07:45:25 9833f26c6bda: Waiting 07:45:25 dbf922016879: Layer already exists 07:45:25 54cb0f6273ab: Layer already exists 07:45:25 7dada2101c29: Layer already exists 07:45:25 30725323b571: Layer already exists 07:45:25 ee1fab805b4f: Layer already exists 07:45:25 9833f26c6bda: Layer already exists 07:45:25 3.0.0-dev.6: digest: sha256:c1ff22bc4ba214de8d2235dd32b1fb4e6b3e5fc614fe9bbe8e46d23b384bb1c8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:26 dbf922016879: Preparing 07:45:26 7dada2101c29: Preparing 07:45:26 30725323b571: Preparing 07:45:26 54cb0f6273ab: Preparing 07:45:26 ee1fab805b4f: Preparing 07:45:26 9833f26c6bda: Preparing 07:45:26 9833f26c6bda: Waiting 07:45:26 ee1fab805b4f: Layer already exists 07:45:26 7dada2101c29: Layer already exists 07:45:26 54cb0f6273ab: Layer already exists 07:45:26 dbf922016879: Layer already exists 07:45:26 30725323b571: Layer already exists 07:45:26 9833f26c6bda: Layer already exists 07:45:26 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:c1ff22bc4ba214de8d2235dd32b1fb4e6b3e5fc614fe9bbe8e46d23b384bb1c8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:27 + 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 07:45:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 07:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:27 dbf922016879: Preparing 07:45:27 7dada2101c29: Preparing 07:45:27 30725323b571: Preparing 07:45:27 54cb0f6273ab: Preparing 07:45:27 ee1fab805b4f: Preparing 07:45:27 9833f26c6bda: Preparing 07:45:27 9833f26c6bda: Waiting 07:45:27 ee1fab805b4f: Layer already exists 07:45:27 30725323b571: Layer already exists 07:45:27 54cb0f6273ab: Layer already exists 07:45:27 7dada2101c29: Layer already exists 07:45:27 dbf922016879: Layer already exists 07:45:27 9833f26c6bda: Layer already exists 07:45:27 main: digest: sha256:c1ff22bc4ba214de8d2235dd32b1fb4e6b3e5fc614fe9bbe8e46d23b384bb1c8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:27 ===================================================== [Pipeline] echo 07:45:27 taggedImages: 07:45:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:45:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.6 07:45:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:27 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:45:27 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 07:45:27 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:27 latest 07:45:27 3.0.0-dev.6 07:45:27 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:27 main 07:45:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:45:28 3be7899a1b17: Preparing 07:45:28 62277f9bf30a: Preparing 07:45:28 03539e34c6d5: Preparing 07:45:28 00b58be1d59e: Preparing 07:45:28 17bec77d7fdc: Preparing 07:45:28 17bec77d7fdc: Layer already exists 07:45:28 03539e34c6d5: Layer already exists 07:45:28 3be7899a1b17: Pushed 07:45:29 00b58be1d59e: Pushed 07:45:34 62277f9bf30a: Pushed 07:45:34 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:04f10af7c6b02ebccf2dbc0de39eeb155f90693ca879936b407b6c28d92b7ac4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:45:35 3be7899a1b17: Preparing 07:45:35 62277f9bf30a: Preparing 07:45:35 03539e34c6d5: Preparing 07:45:35 00b58be1d59e: Preparing 07:45:35 17bec77d7fdc: Preparing 07:45:35 17bec77d7fdc: Layer already exists 07:45:35 00b58be1d59e: Layer already exists 07:45:35 62277f9bf30a: Layer already exists 07:45:35 3be7899a1b17: Layer already exists 07:45:35 03539e34c6d5: Layer already exists 07:45:35 latest: digest: sha256:04f10af7c6b02ebccf2dbc0de39eeb155f90693ca879936b407b6c28d92b7ac4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.6 07:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:45:36 3be7899a1b17: Preparing 07:45:36 62277f9bf30a: Preparing 07:45:36 03539e34c6d5: Preparing 07:45:36 00b58be1d59e: Preparing 07:45:36 17bec77d7fdc: Preparing 07:45:36 17bec77d7fdc: Layer already exists 07:45:36 3be7899a1b17: Layer already exists 07:45:36 62277f9bf30a: Layer already exists 07:45:36 00b58be1d59e: Layer already exists 07:45:36 03539e34c6d5: Layer already exists 07:45:36 3.0.0-dev.6: digest: sha256:04f10af7c6b02ebccf2dbc0de39eeb155f90693ca879936b407b6c28d92b7ac4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:45:37 3be7899a1b17: Preparing 07:45:37 62277f9bf30a: Preparing 07:45:37 03539e34c6d5: Preparing 07:45:37 00b58be1d59e: Preparing 07:45:37 17bec77d7fdc: Preparing 07:45:37 3be7899a1b17: Layer already exists 07:45:37 17bec77d7fdc: Layer already exists 07:45:37 62277f9bf30a: Layer already exists 07:45:37 00b58be1d59e: Layer already exists 07:45:37 03539e34c6d5: Layer already exists 07:45:37 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:04f10af7c6b02ebccf2dbc0de39eeb155f90693ca879936b407b6c28d92b7ac4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 07:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:45:37 3be7899a1b17: Preparing 07:45:37 62277f9bf30a: Preparing 07:45:37 03539e34c6d5: Preparing 07:45:37 00b58be1d59e: Preparing 07:45:37 17bec77d7fdc: Preparing 07:45:37 03539e34c6d5: Layer already exists 07:45:37 00b58be1d59e: Layer already exists 07:45:37 62277f9bf30a: Layer already exists 07:45:37 3be7899a1b17: Layer already exists 07:45:37 17bec77d7fdc: Layer already exists 07:45:37 main: digest: sha256:04f10af7c6b02ebccf2dbc0de39eeb155f90693ca879936b407b6c28d92b7ac4 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:38 ===================================================== [Pipeline] echo 07:45:38 taggedImages: 07:45:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:45:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.6 07:45:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:38 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:45:38 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 07:45:38 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:38 latest 07:45:38 3.0.0-dev.6 07:45:38 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:38 main 07:45:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:45:38 f0942b367913: Preparing 07:45:38 c851f63721e6: Preparing 07:45:38 03539e34c6d5: Preparing 07:45:38 a0220d6d8307: Preparing 07:45:38 17bec77d7fdc: Preparing 07:45:38 03539e34c6d5: Layer already exists 07:45:38 a0220d6d8307: Layer already exists 07:45:38 17bec77d7fdc: Layer already exists 07:45:39 f0942b367913: Pushed 07:45:44 c851f63721e6: Pushed 07:45:44 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:b145fe7ad9ed1e52a1c0c63ea6ecc5d9cf74f72d78a0c9b8854f9876d683c957 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:45 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:45:45 f0942b367913: Preparing 07:45:45 c851f63721e6: Preparing 07:45:45 03539e34c6d5: Preparing 07:45:45 a0220d6d8307: Preparing 07:45:45 17bec77d7fdc: Preparing 07:45:45 17bec77d7fdc: Layer already exists 07:45:45 a0220d6d8307: Layer already exists 07:45:45 f0942b367913: Layer already exists 07:45:45 03539e34c6d5: Layer already exists 07:45:45 c851f63721e6: Layer already exists 07:45:45 latest: digest: sha256:b145fe7ad9ed1e52a1c0c63ea6ecc5d9cf74f72d78a0c9b8854f9876d683c957 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.6 07:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:45:46 f0942b367913: Preparing 07:45:46 c851f63721e6: Preparing 07:45:46 03539e34c6d5: Preparing 07:45:46 a0220d6d8307: Preparing 07:45:46 17bec77d7fdc: Preparing 07:45:46 a0220d6d8307: Layer already exists 07:45:46 c851f63721e6: Layer already exists 07:45:46 03539e34c6d5: Layer already exists 07:45:46 17bec77d7fdc: Layer already exists 07:45:46 f0942b367913: Layer already exists 07:45:46 3.0.0-dev.6: digest: sha256:b145fe7ad9ed1e52a1c0c63ea6ecc5d9cf74f72d78a0c9b8854f9876d683c957 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:45:47 f0942b367913: Preparing 07:45:47 c851f63721e6: Preparing 07:45:47 03539e34c6d5: Preparing 07:45:47 a0220d6d8307: Preparing 07:45:47 17bec77d7fdc: Preparing 07:45:47 03539e34c6d5: Layer already exists 07:45:47 f0942b367913: Layer already exists 07:45:47 17bec77d7fdc: Layer already exists 07:45:47 c851f63721e6: Layer already exists 07:45:47 a0220d6d8307: Layer already exists 07:45:47 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:b145fe7ad9ed1e52a1c0c63ea6ecc5d9cf74f72d78a0c9b8854f9876d683c957 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 07:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:45:47 f0942b367913: Preparing 07:45:47 c851f63721e6: Preparing 07:45:47 03539e34c6d5: Preparing 07:45:47 a0220d6d8307: Preparing 07:45:47 17bec77d7fdc: Preparing 07:45:47 03539e34c6d5: Layer already exists 07:45:47 17bec77d7fdc: Layer already exists 07:45:47 f0942b367913: Layer already exists 07:45:47 a0220d6d8307: Layer already exists 07:45:47 c851f63721e6: Layer already exists 07:45:47 main: digest: sha256:b145fe7ad9ed1e52a1c0c63ea6ecc5d9cf74f72d78a0c9b8854f9876d683c957 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:48 ===================================================== [Pipeline] echo 07:45:48 taggedImages: 07:45:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:45:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.6 07:45:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:48 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 07:45:48 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 07:45:48 a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:48 latest 07:45:48 3.0.0-dev.6 07:45:48 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:45:48 main 07:45:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:48 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:48 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 07:45:48 79bcbd150d62: Preparing 07:45:48 c364653c9b8c: Preparing 07:45:48 2dd7bcc0743e: Preparing 07:45:48 3595f627d072: Preparing 07:45:48 17bec77d7fdc: Preparing 07:45:48 17bec77d7fdc: Layer already exists 07:45:49 c364653c9b8c: Pushed 07:45:49 79bcbd150d62: Pushed 07:45:51 2dd7bcc0743e: Pushed 07:46:18 3595f627d072: Pushed 07:46:18 a888bda4c94fc8aa9b229b149b5303c88f9921c7: digest: sha256:d2403a2631b1ce6e8ccc0390e447f316dac67b4df3aac088a7cf99773c1596aa size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:18 + 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 07:46:19 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 07:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 07:46:19 79bcbd150d62: Preparing 07:46:19 c364653c9b8c: Preparing 07:46:19 2dd7bcc0743e: Preparing 07:46:19 3595f627d072: Preparing 07:46:19 17bec77d7fdc: Preparing 07:46:19 79bcbd150d62: Layer already exists 07:46:19 c364653c9b8c: Layer already exists 07:46:19 17bec77d7fdc: Layer already exists 07:46:19 3595f627d072: Layer already exists 07:46:19 2dd7bcc0743e: Layer already exists 07:46:19 latest: digest: sha256:d2403a2631b1ce6e8ccc0390e447f316dac67b4df3aac088a7cf99773c1596aa size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:19 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:19 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.6 07:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 07:46:19 79bcbd150d62: Preparing 07:46:19 c364653c9b8c: Preparing 07:46:19 2dd7bcc0743e: Preparing 07:46:19 3595f627d072: Preparing 07:46:19 17bec77d7fdc: Preparing 07:46:19 17bec77d7fdc: Layer already exists 07:46:19 2dd7bcc0743e: Layer already exists 07:46:19 79bcbd150d62: Layer already exists 07:46:19 3595f627d072: Layer already exists 07:46:19 c364653c9b8c: Layer already exists 07:46:19 3.0.0-dev.6: digest: sha256:d2403a2631b1ce6e8ccc0390e447f316dac67b4df3aac088a7cf99773c1596aa size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:20 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:20 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:46:20 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 07:46:20 79bcbd150d62: Preparing 07:46:20 c364653c9b8c: Preparing 07:46:20 2dd7bcc0743e: Preparing 07:46:20 3595f627d072: Preparing 07:46:20 17bec77d7fdc: Preparing 07:46:20 17bec77d7fdc: Layer already exists 07:46:20 3595f627d072: Layer already exists 07:46:20 2dd7bcc0743e: Layer already exists 07:46:20 79bcbd150d62: Layer already exists 07:46:20 c364653c9b8c: Layer already exists 07:46:20 a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6: digest: sha256:d2403a2631b1ce6e8ccc0390e447f316dac67b4df3aac088a7cf99773c1596aa size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:20 + 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 07:46:21 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 07:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 07:46:21 79bcbd150d62: Preparing 07:46:21 c364653c9b8c: Preparing 07:46:21 2dd7bcc0743e: Preparing 07:46:21 3595f627d072: Preparing 07:46:21 17bec77d7fdc: Preparing 07:46:21 2dd7bcc0743e: Layer already exists 07:46:21 17bec77d7fdc: Layer already exists 07:46:21 c364653c9b8c: Layer already exists 07:46:21 79bcbd150d62: Layer already exists 07:46:21 3595f627d072: Layer already exists 07:46:21 main: digest: sha256:d2403a2631b1ce6e8ccc0390e447f316dac67b4df3aac088a7cf99773c1596aa size: 1370 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:21 ===================================================== [Pipeline] echo 07:46:21 taggedImages: 07:46:21 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7 07:46:21 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 07:46:21 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:3.0.0-dev.6 07:46:21 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a888bda4c94fc8aa9b229b149b5303c88f9921c7-3.0.0-dev.6 07:46:21 - 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 07:46:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:21 07:46:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:21 arm64: Pulling from edgex-lftools-log-publisher 07:46:21 8998bd30e6a1: Pulling fs layer 07:46:21 04944245beec: Pulling fs layer 07:46:21 699f458cf7ca: Pulling fs layer 07:46:21 765212b225bb: Pulling fs layer 07:46:21 f23df028b6ca: Pulling fs layer 07:46:21 d65c8cfc05b1: Pulling fs layer 07:46:21 2437ff75d9bd: Pulling fs layer 07:46:21 765212b225bb: Waiting 07:46:21 f23df028b6ca: Waiting 07:46:21 2437ff75d9bd: Waiting 07:46:21 d65c8cfc05b1: Waiting 07:46:22 04944245beec: Verifying Checksum 07:46:22 04944245beec: Download complete 07:46:22 765212b225bb: Verifying Checksum 07:46:22 765212b225bb: Download complete 07:46:22 f23df028b6ca: Verifying Checksum 07:46:22 f23df028b6ca: Download complete 07:46:22 d65c8cfc05b1: Verifying Checksum 07:46:22 d65c8cfc05b1: Download complete 07:46:22 699f458cf7ca: Verifying Checksum 07:46:22 699f458cf7ca: Download complete 07:46:22 8998bd30e6a1: Verifying Checksum 07:46:22 8998bd30e6a1: Download complete 07:46:25 2437ff75d9bd: Verifying Checksum 07:46:25 2437ff75d9bd: Download complete 07:46:26 8998bd30e6a1: Pull complete 07:46:27 04944245beec: Pull complete 07:46:28 699f458cf7ca: Pull complete 07:46:28 765212b225bb: Pull complete 07:46:29 f23df028b6ca: Pull complete 07:46:29 d65c8cfc05b1: Pull complete 07:46:44 2437ff75d9bd: Pull complete 07:46:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:46:44 prd-ubuntu20.04-docker-arm64-4c-16g-121346 does not seem to be running inside a container 07:46:44 $ 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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@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 07:46:47 $ docker top 96631b7ecaeb342c83903bd523fdad75b0e6800048e164df6f174da0ace08151 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:46:48 ---> job-cost.sh 07:46:48 lf-activate-venv: SKIPPING 07:46:48 INFO: No Stack... 07:46:48 INFO: Retrieving Pricing Info for: v3-standard-4 07:46:49 INFO: Archiving Costs [Pipeline] sh 07:46:49 + cat /w/workspace/edgex-go/360/archives/cost.csv 07:46:49 + cut -d, -f6 [Pipeline] lock 07:46:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-360-stack-cost] 07:46:49 Resource [jenkins-edgexfoundry-edgex-go-main-360-stack-cost] did not exist. Created. 07:46:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-360-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:46:50 + echo total: 0.10999999940395355 [Pipeline] stash 07:46:51 Stashed 1 file(s) [Pipeline] } 07:46:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-360-stack-cost] [Pipeline] // lock [Pipeline] } 07:46:51 $ docker stop --time=1 96631b7ecaeb342c83903bd523fdad75b0e6800048e164df6f174da0ace08151 07:46:52 $ docker rm -f 96631b7ecaeb342c83903bd523fdad75b0e6800048e164df6f174da0ace08151 [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 07:46:53 provisioning config files... 07:46:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/360@tmp/config18032734444565055039tmp [Pipeline] { [Pipeline] sh 07:46:53 + set +x 07:46:53 + curl -s https://codecov.io/bash 07:46:53 + bash -s -- 07:46:53 07:46:53 _____ _ 07:46:53 / ____| | | 07:46:53 | | ___ __| | ___ ___ _____ __ 07:46:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:46:53 | |___| (_) | (_| | __/ (_| (_) \ V / 07:46:53 \_____\___/ \__,_|\___|\___\___/ \_/ 07:46:53 Bash-1.0.6 07:46:53 07:46:53 07:46:53 ==> git version 2.25.1 found 07:46:53 ==> 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 07:46:53 Release-Date: 2020-01-08 07:46:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:46:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:46:53 ==> Jenkins CI detected. 07:46:53 current dir:  /w/workspace/edgex-go/360 07:46:53 project root: . 07:46:53 --> token set from env 07:46:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:46:53 ==> Running gcov in . (disable via -X gcov) 07:46:53 ==> Python coveragepy not found 07:46:53 ==> Searching for coverage reports in: 07:46:53 + . 07:46:53 -> Found 1 reports 07:46:53 ==> Detecting git/mercurial file structure 07:46:53 ==> Reading reports 07:46:53 + ./coverage.out bytes=501826 07:46:53 ==> Appending adjustments 07:46:53 https://docs.codecov.io/docs/fixing-reports 07:46:55 + Found adjustments 07:46:55 ==> Gzipping contents 07:46:55 64K /tmp/codecov.sVgWzs.gz 07:46:55 ==> Uploading reports 07:46:55 url: https://codecov.io 07:46:55 query: branch=main&commit=a888bda4c94fc8aa9b229b149b5303c88f9921c7&build=360&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F360%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:46:55 -> Pinging Codecov 07:46:55 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=a888bda4c94fc8aa9b229b149b5303c88f9921c7&build=360&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F360%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:46:55 -> Uploading to 07:46:55 https://storage.googleapis.com/codecov/v4/raw/2022-12-15/00271124DB129430A58F1EEE437C3FCB/a888bda4c94fc8aa9b229b149b5303c88f9921c7/577aa922-9d51-4148-99e0-44af72f9dffa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221215T074654Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e8155eb13ec2fbb99dcc20d88e59a53f7e621c270ab0247cb181b57c09485cc 07:46:55 % Total % Received % Xferd Average Speed Time Time Time Current 07:46:55 Dload Upload Total Spent Left Speed 07:46:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65469 0 0 100 65469 0 262k --:--:-- --:--:-- --:--:-- 262k 07:46:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a888bda4c94fc8aa9b229b149b5303c88f9921c7 [Pipeline] } 07:46:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:46:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:46:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:46:55 07:46:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:46:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:46:56 df9b9388f04a: Pulling fs layer 07:46:56 52dc419b0ee2: Pulling fs layer 07:46:56 25bc292e5bac: Pulling fs layer 07:46:56 114826534d7a: Pulling fs layer 07:46:56 4657fd5d0bcf: Pulling fs layer 07:46:56 6ad1cebc031e: Pulling fs layer 07:46:56 8a3aa393b2d8: Pulling fs layer 07:46:56 114826534d7a: Waiting 07:46:56 4657fd5d0bcf: Waiting 07:46:56 6ad1cebc031e: Waiting 07:46:56 8a3aa393b2d8: Waiting 07:46:56 25bc292e5bac: Verifying Checksum 07:46:56 25bc292e5bac: Download complete 07:46:56 52dc419b0ee2: Verifying Checksum 07:46:56 52dc419b0ee2: Download complete 07:46:56 4657fd5d0bcf: Verifying Checksum 07:46:56 4657fd5d0bcf: Download complete 07:46:56 df9b9388f04a: Download complete 07:46:56 df9b9388f04a: Pull complete 07:46:56 6ad1cebc031e: Verifying Checksum 07:46:56 6ad1cebc031e: Download complete 07:46:56 52dc419b0ee2: Pull complete 07:46:56 25bc292e5bac: Pull complete 07:46:56 114826534d7a: Verifying Checksum 07:46:56 114826534d7a: Download complete 07:46:57 8a3aa393b2d8: Verifying Checksum 07:46:57 8a3aa393b2d8: Download complete 07:47:00 114826534d7a: Pull complete 07:47:00 4657fd5d0bcf: Pull complete 07:47:00 6ad1cebc031e: Pull complete 07:47:03 8a3aa393b2d8: Pull complete 07:47:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 07:47:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:47:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:03 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:47:03 $ 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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 07:47:05 $ docker top cd42ce938bc87a6c14e449873c00a9df547eec5bb3295da6a0dfd985c6dfa13a -eo pid,comm [Pipeline] { [Pipeline] echo 07:47:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 07:47:05 + set -o pipefail 07:47:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 07:47:12 07:47:12 Monitoring /w/workspace/edgex-go/360 (github.com/edgexfoundry/edgex-go)... 07:47:12 07:47:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1220ad57-3eeb-46ac-9c6b-816faaad9dc3 07:47:12 07:47:12 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 07:47:12 07:47:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:47:12 07:47:12 07:47:12 A medium severity vulnerability was found in the Snyk CLI versions you are using. 07:47:12 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 07:47:12 More details here: https://snyk.co/ue1NS [Pipeline] } 07:47:12 $ docker stop --time=1 cd42ce938bc87a6c14e449873c00a9df547eec5bb3295da6a0dfd985c6dfa13a 07:47:14 $ docker rm -f cd42ce938bc87a6c14e449873c00a9df547eec5bb3295da6a0dfd985c6dfa13a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:47:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:15 provisioning config files... 07:47:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/360@tmp/config2089905181080423321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:15 --> edgex-publish-swagger.sh 07:47:15 === Publish openapi/v2 API === 07:47:15 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:47:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/360/openapi/v2/core-command.yaml] 07:47:15 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:15 Dload Upload Total Spent Left Speed 07:47:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33822 0 0 100 33822 0 155k --:--:-- --:--:-- --:--:-- 155k 100 33860 100 38 100 33822 45 40798 --:--:-- --:--:-- --:--:-- 40795 07:47:16 {"code":403,"message":"Access Denied"} 07:47:16 07:47:16 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/360/openapi/v2/core-data.yaml] 07:47:16 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:16 Dload Upload Total Spent Left Speed 07:47:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 43 82281 --:--:-- --:--:-- --:--:-- 82230 100 71623 100 38 100 71585 43 82281 --:--:-- --:--:-- --:--:-- 82230 07:47:17 {"code":403,"message":"Access Denied"} 07:47:17 07:47:17 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/360/openapi/v2/core-metadata.yaml] 07:47:17 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:17 Dload Upload Total Spent Left Speed 07:47:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 38 100 144k 43 165k --:--:-- --:--:-- --:--:-- 164k 100 144k 100 38 100 144k 43 165k --:--:-- --:--:-- --:--:-- 164k 07:47:18 {"code":403,"message":"Access Denied"} 07:47:18 07:47:18 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/360/openapi/v2/support-notifications.yaml] 07:47:18 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:18 Dload Upload Total Spent Left Speed 07:47:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 46 107k --:--:-- --:--:-- --:--:-- 107k 100 89347 100 38 100 89309 46 107k --:--:-- --:--:-- --:--:-- 107k 07:47:18 {"code":403,"message":"Access Denied"} 07:47:18 07:47:18 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/360/openapi/v2/support-scheduler.yaml] 07:47:18 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:18 Dload Upload Total Spent Left Speed 07:47:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 45 47192 --:--:-- --:--:-- --:--:-- 47181 100 39585 100 38 100 39547 45 47192 --:--:-- --:--:-- --:--:-- 47181 07:47:19 {"code":403,"message":"Access Denied"} 07:47:19 07:47:19 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/360/openapi/v2/system-agent.yaml] 07:47:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:19 Dload Upload Total Spent Left Speed 07:47:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20121 100 38 100 20083 43 23244 --:--:-- --:--:-- --:--:-- 23261 100 20121 100 38 100 20083 43 23244 --:--:-- --:--:-- --:--:-- 23261 07:47:20 {"code":403,"message":"Access Denied"} 07:47:20 [Pipeline] } 07:47:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 07:47:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:47:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:47:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:21 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:47:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:47:21 $ docker top da04d199a41364586b3fc04654b4f823f9fd1fda0723c92d02c2b35639a072d2 -eo pid,comm 07:47:21 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). 07:47:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:21 [ssh-agent] Looking for ssh-agent implementation... 07:47:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:22 $ docker exec da04d199a41364586b3fc04654b4f823f9fd1fda0723c92d02c2b35639a072d2 ssh-agent 07:47:22 SSH_AUTH_SOCK=/tmp/ssh-PGdc1Jl0bKrf/agent.32 07:47:22 SSH_AGENT_PID=38 07:47:22 Running ssh-add (command line suppressed) 07:47:22 Identity added: /w/workspace/edgex-go/360@tmp/private_key_13855632865985279940.key (/w/workspace/edgex-go/360@tmp/private_key_13855632865985279940.key) 07:47:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:22 + git semver tag 07:47:22 2022-12-15 07:47:22,729 [run_tag] DEBUG tag force:False 07:47:22 2022-12-15 07:47:22,729 [check_head_tag] DEBUG check head tag 07:47:22 2022-12-15 07:47:22,731 [execute] INFO git cat-file --batch-check 07:47:22 2022-12-15 07:47:22,732 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/360, universal_newlines=False, shell=None, istream=) 07:47:22 2022-12-15 07:47:22,735 [execute] INFO git cat-file --batch 07:47:22 2022-12-15 07:47:22,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/360, universal_newlines=False, shell=None, istream=) 07:47:22 2022-12-15 07:47:22,771 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:22 2022-12-15 07:47:22,772 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 07:47:22 2022-12-15 07:47:22,772 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.6', '-m', 'v3.0.0-dev.6'], cwd=/w/workspace/edgex-go/360, universal_newlines=False, shell=None, istream=None) 07:47:22 2022-12-15 07:47:22,776 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:22 3.0.0-dev.6 [Pipeline] } 07:47:22 $ docker exec --env ******** --env ******** da04d199a41364586b3fc04654b4f823f9fd1fda0723c92d02c2b35639a072d2 ssh-agent -k 07:47:22 unset SSH_AUTH_SOCK; 07:47:22 unset SSH_AGENT_PID; 07:47:22 echo Agent pid 38 killed; 07:47:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:23 + git semver [Pipeline] } 07:47:23 $ docker stop --time=1 da04d199a41364586b3fc04654b4f823f9fd1fda0723c92d02c2b35639a072d2 07:47:24 $ docker rm -f da04d199a41364586b3fc04654b4f823f9fd1fda0723c92d02c2b35639a072d2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:47:25 07:47:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:47:25 0.23.1-centos7: Pulling from edgex-lftools 07:47:25 ab5ef0e58194: Pulling fs layer 07:47:25 9712f1f96733: Pulling fs layer 07:47:25 63f879dbbcfc: Pulling fs layer 07:47:25 0d9ebad4ef96: Pulling fs layer 07:47:25 e9a5061849ea: Pulling fs layer 07:47:25 d747dcd14b5f: Pulling fs layer 07:47:25 2de7ff778b66: Pulling fs layer 07:47:25 d747dcd14b5f: Waiting 07:47:25 2de7ff778b66: Waiting 07:47:25 0d9ebad4ef96: Waiting 07:47:25 e9a5061849ea: Waiting 07:47:25 9712f1f96733: Download complete 07:47:26 63f879dbbcfc: Verifying Checksum 07:47:26 63f879dbbcfc: Download complete 07:47:26 e9a5061849ea: Verifying Checksum 07:47:26 e9a5061849ea: Download complete 07:47:26 d747dcd14b5f: Verifying Checksum 07:47:26 d747dcd14b5f: Download complete 07:47:26 ab5ef0e58194: Verifying Checksum 07:47:26 ab5ef0e58194: Download complete 07:47:26 2de7ff778b66: Verifying Checksum 07:47:26 2de7ff778b66: Download complete 07:47:26 0d9ebad4ef96: Verifying Checksum 07:47:26 0d9ebad4ef96: Download complete 07:47:28 ab5ef0e58194: Pull complete 07:47:28 9712f1f96733: Pull complete 07:47:29 63f879dbbcfc: Pull complete 07:47:32 0d9ebad4ef96: Pull complete 07:47:32 e9a5061849ea: Pull complete 07:47:32 d747dcd14b5f: Pull complete 07:47:33 2de7ff778b66: Pull complete 07:47:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:47:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:33 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:47:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:47:36 $ docker top 72de1ab5d49a6eb0154f8683eb45b066336ba03078bf13096c26c313eba8199c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:47:36 provisioning config files... 07:47:36 copy managed file [sigul-config] to file:/w/workspace/edgex-go/360@tmp/config12259615440699506180tmp 07:47:36 copy managed file [sigul-password] to file:/w/workspace/edgex-go/360@tmp/config16938651917623388711tmp 07:47:36 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/360@tmp/config7473530228599593807tmp [Pipeline] { [Pipeline] echo 07:47:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:47:36 ---> sigul-configuration.sh 07:47:36 gpg: directory `/root/.gnupg' created 07:47:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:47:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:47:36 gpg: keyring `/root/.gnupg/secring.gpg' created 07:47:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:47:36 gpg: CAST5 encrypted data 07:47:36 gpg: encrypted with 1 passphrase 07:47:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:47:36 + mkdir /home/jenkins 07:47:36 + mkdir /home/jenkins/sigul [Pipeline] sh 07:47:37 + 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 07:47:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:47:37 ---> sigul-install.sh 07:47:37 Sigul already installed; skipping installation. [Pipeline] sh 07:47:37 + git tag --list 07:47:37 0.6.0 07:47:37 0.6.1 07:47:37 0.7.0 07:47:37 0.7.1 07:47:37 v1.0.0 07:47:37 v1.0.1 07:47:37 v1.1.0 07:47:37 v1.2.0 07:47:37 v1.2.1 07:47:37 v1.3.0 07:47:37 v1.3.1 07:47:37 v2.0.0 07:47:37 v2.1.0 07:47:37 v2.1.1 07:47:37 v2.1.1-dev.1 07:47:37 v2.1.1-dev.2 07:47:37 v2.1.1-dev.3 07:47:37 v2.1.1-dev.4 07:47:37 v2.1.1-dev.5 07:47:37 v2.1.1-dev.6 07:47:37 v2.1.1-dev.7 07:47:37 v2.1.1-dev.8 07:47:37 v2.1.2-dev.1 07:47:37 v2.2.0 07:47:37 v2.2.1-dev.1 07:47:37 v2.2.1-dev.10 07:47:37 v2.2.1-dev.11 07:47:37 v2.2.1-dev.12 07:47:37 v2.2.1-dev.13 07:47:37 v2.2.1-dev.14 07:47:37 v2.2.1-dev.15 07:47:37 v2.2.1-dev.16 07:47:37 v2.2.1-dev.17 07:47:37 v2.2.1-dev.18 07:47:37 v2.2.1-dev.19 07:47:37 v2.2.1-dev.2 07:47:37 v2.2.1-dev.20 07:47:37 v2.2.1-dev.21 07:47:37 v2.2.1-dev.22 07:47:37 v2.2.1-dev.23 07:47:37 v2.2.1-dev.24 07:47:37 v2.2.1-dev.25 07:47:37 v2.2.1-dev.26 07:47:37 v2.2.1-dev.27 07:47:37 v2.2.1-dev.28 07:47:37 v2.2.1-dev.29 07:47:37 v2.2.1-dev.3 07:47:37 v2.2.1-dev.4 07:47:37 v2.2.1-dev.5 07:47:37 v2.2.1-dev.6 07:47:37 v2.2.1-dev.7 07:47:37 v2.2.1-dev.8 07:47:37 v2.2.1-dev.9 07:47:37 v2.3.0 07:47:37 v2.3.0-dev.100 07:47:37 v2.3.0-dev.101 07:47:37 v2.3.0-dev.102 07:47:37 v2.3.0-dev.103 07:47:37 v2.3.0-dev.104 07:47:37 v2.3.0-dev.105 07:47:37 v2.3.0-dev.106 07:47:37 v2.3.0-dev.29 07:47:37 v2.3.0-dev.30 07:47:37 v2.3.0-dev.31 07:47:37 v2.3.0-dev.32 07:47:37 v2.3.0-dev.33 07:47:37 v2.3.0-dev.34 07:47:37 v2.3.0-dev.35 07:47:37 v2.3.0-dev.36 07:47:37 v2.3.0-dev.37 07:47:37 v2.3.0-dev.38 07:47:37 v2.3.0-dev.39 07:47:37 v2.3.0-dev.40 07:47:37 v2.3.0-dev.41 07:47:37 v2.3.0-dev.42 07:47:37 v2.3.0-dev.43 07:47:37 v2.3.0-dev.44 07:47:37 v2.3.0-dev.45 07:47:37 v2.3.0-dev.46 07:47:37 v2.3.0-dev.47 07:47:37 v2.3.0-dev.48 07:47:37 v2.3.0-dev.49 07:47:37 v2.3.0-dev.50 07:47:37 v2.3.0-dev.51 07:47:37 v2.3.0-dev.52 07:47:37 v2.3.0-dev.53 07:47:37 v2.3.0-dev.54 07:47:37 v2.3.0-dev.55 07:47:37 v2.3.0-dev.56 07:47:37 v2.3.0-dev.57 07:47:37 v2.3.0-dev.58 07:47:37 v2.3.0-dev.59 07:47:37 v2.3.0-dev.60 07:47:37 v2.3.0-dev.61 07:47:37 v2.3.0-dev.62 07:47:37 v2.3.0-dev.63 07:47:37 v2.3.0-dev.64 07:47:37 v2.3.0-dev.65 07:47:37 v2.3.0-dev.66 07:47:37 v2.3.0-dev.67 07:47:37 v2.3.0-dev.68 07:47:37 v2.3.0-dev.69 07:47:37 v2.3.0-dev.70 07:47:37 v2.3.0-dev.71 07:47:37 v2.3.0-dev.72 07:47:37 v2.3.0-dev.73 07:47:37 v2.3.0-dev.74 07:47:37 v2.3.0-dev.75 07:47:37 v2.3.0-dev.76 07:47:37 v2.3.0-dev.77 07:47:37 v2.3.0-dev.78 07:47:37 v2.3.0-dev.79 07:47:37 v2.3.0-dev.80 07:47:37 v2.3.0-dev.81 07:47:37 v2.3.0-dev.82 07:47:37 v2.3.0-dev.83 07:47:37 v2.3.0-dev.84 07:47:37 v2.3.0-dev.85 07:47:37 v2.3.0-dev.86 07:47:37 v2.3.0-dev.87 07:47:37 v2.3.0-dev.88 07:47:37 v2.3.0-dev.89 07:47:37 v2.3.0-dev.90 07:47:37 v2.3.0-dev.91 07:47:37 v2.3.0-dev.92 07:47:37 v2.3.0-dev.93 07:47:37 v2.3.0-dev.94 07:47:37 v2.3.0-dev.95 07:47:37 v2.3.0-dev.96 07:47:37 v2.3.0-dev.97 07:47:37 v2.3.0-dev.98 07:47:37 v2.3.0-dev.99 07:47:37 v2.3.1-dev.1 07:47:37 v2.3.1-dev.2 07:47:37 v2.3.1-dev.3 07:47:37 v2.3.1-dev.4 07:47:37 v2.3.1-dev.5 07:47:37 v3.0.0-dev.1 07:47:37 v3.0.0-dev.2 07:47:37 v3.0.0-dev.3 07:47:37 v3.0.0-dev.4 07:47:37 v3.0.0-dev.5 07:47:37 v3.0.0-dev.6 [Pipeline] sh 07:47:38 + lftools sign git-tag v3.0.0-dev.6 07:47:38 Signing Git tag with Sigul... 07:47:38 Signing v3.0.0-dev.6 [Pipeline] echo 07:47:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:47:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:47:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:47:39 $ docker stop --time=1 72de1ab5d49a6eb0154f8683eb45b066336ba03078bf13096c26c313eba8199c 07:47:40 $ docker rm -f 72de1ab5d49a6eb0154f8683eb45b066336ba03078bf13096c26c313eba8199c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:47:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:47:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:47:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:41 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:47:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:47:41 $ docker top d2dd8bfb9ee803446096fe9881ce9f2ac63721d6eb96cffa42102100e39e07b5 -eo pid,comm 07:47:41 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). 07:47:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:41 [ssh-agent] Looking for ssh-agent implementation... 07:47:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:41 $ docker exec d2dd8bfb9ee803446096fe9881ce9f2ac63721d6eb96cffa42102100e39e07b5 ssh-agent 07:47:42 SSH_AUTH_SOCK=/tmp/ssh-zSwoTNgRj34W/agent.32 07:47:42 SSH_AGENT_PID=38 07:47:42 Running ssh-add (command line suppressed) 07:47:42 Identity added: /w/workspace/edgex-go/360@tmp/private_key_12136323239803715727.key (/w/workspace/edgex-go/360@tmp/private_key_12136323239803715727.key) 07:47:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:42 + git semver bump pre 07:47:42 2022-12-15 07:47:42,591 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:42 2022-12-15 07:47:42,591 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev 07:47:42 2022-12-15 07:47:42,591 [bump_version] DEBUG bumped version:3.0.0-dev.7 07:47:42 2022-12-15 07:47:42,591 [write_version] DEBUG write version:3.0.0-dev.7 to path:/w/workspace/edgex-go/360/.semver/main with force:True 07:47:42 2022-12-15 07:47:42,591 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:42 2022-12-15 07:47:42,591 [write_file] DEBUG write to file:/w/workspace/edgex-go/360/.semver/main 07:47:42 2022-12-15 07:47:42,593 [execute] INFO git cat-file --batch-check 07:47:42 2022-12-15 07:47:42,593 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=False, shell=None, istream=) 07:47:42 2022-12-15 07:47:42,597 [execute] INFO git cat-file --batch 07:47:42 2022-12-15 07:47:42,598 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=False, shell=None, istream=) 07:47:42 2022-12-15 07:47:42,602 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:42 3.0.0-dev.7 [Pipeline] } 07:47:42 $ docker exec --env ******** --env ******** d2dd8bfb9ee803446096fe9881ce9f2ac63721d6eb96cffa42102100e39e07b5 ssh-agent -k 07:47:42 unset SSH_AUTH_SOCK; 07:47:42 unset SSH_AGENT_PID; 07:47:42 echo Agent pid 38 killed; 07:47:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:43 + git semver [Pipeline] } 07:47:43 $ docker stop --time=1 d2dd8bfb9ee803446096fe9881ce9f2ac63721d6eb96cffa42102100e39e07b5 07:47:44 $ docker rm -f d2dd8bfb9ee803446096fe9881ce9f2ac63721d6eb96cffa42102100e39e07b5 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:47:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:47:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:45 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:47:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:47:45 $ docker top 878140a2e3c4d76b016f498488b70d1c18b5133375053dbf5fa0b75e1b719fa6 -eo pid,comm 07:47:45 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). 07:47:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:45 [ssh-agent] Looking for ssh-agent implementation... 07:47:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:45 $ docker exec 878140a2e3c4d76b016f498488b70d1c18b5133375053dbf5fa0b75e1b719fa6 ssh-agent 07:47:46 SSH_AUTH_SOCK=/tmp/ssh-IVyxSwRS8uIq/agent.33 07:47:46 SSH_AGENT_PID=39 07:47:46 Running ssh-add (command line suppressed) 07:47:46 Identity added: /w/workspace/edgex-go/360@tmp/private_key_14102563981679597492.key (/w/workspace/edgex-go/360@tmp/private_key_14102563981679597492.key) 07:47:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:46 + git semver push 07:47:46 2022-12-15 07:47:46,671 [run_push] DEBUG push 07:47:46 2022-12-15 07:47:46,672 [execute] INFO git cat-file --batch-check 07:47:46 2022-12-15 07:47:46,672 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=False, shell=None, istream=) 07:47:46 2022-12-15 07:47:46,676 [execute] INFO git rev-list 14cf62a17f3c4a2b65963acd33d1621fb71a529f -- 07:47:46 2022-12-15 07:47:46,677 [execute] DEBUG Popen(['git', 'rev-list', '14cf62a17f3c4a2b65963acd33d1621fb71a529f', '--'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=False, shell=None, istream=None) 07:47:46 2022-12-15 07:47:46,692 [execute] INFO git fetch -v origin 07:47:46 2022-12-15 07:47:46,693 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=True, shell=None, istream=None) 07:47:47 2022-12-15 07:47:47,172 [run_push] DEBUG no remote changes detected 07:47:47 2022-12-15 07:47:47,173 [execute] INFO git push origin semver 07:47:47 2022-12-15 07:47:47,173 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/360/.semver, universal_newlines=False, shell=None, istream=None) 07:47:48 2022-12-15 07:47:48,049 [run_push] DEBUG push all version tags 07:47:48 2022-12-15 07:47:48,049 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:47:48 2022-12-15 07:47:48,050 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/360, universal_newlines=False, shell=None, istream=None) 07:47:49 2022-12-15 07:47:48,829 [read_version] DEBUG read version from /w/workspace/edgex-go/360/.semver/main 07:47:49 3.0.0-dev.7 [Pipeline] } 07:47:49 $ docker exec --env ******** --env ******** 878140a2e3c4d76b016f498488b70d1c18b5133375053dbf5fa0b75e1b719fa6 ssh-agent -k 07:47:49 unset SSH_AUTH_SOCK; 07:47:49 unset SSH_AGENT_PID; 07:47:49 echo Agent pid 39 killed; 07:47:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:49 + git semver [Pipeline] } 07:47:49 $ docker stop --time=1 878140a2e3c4d76b016f498488b70d1c18b5133375053dbf5fa0b75e1b719fa6 07:47:51 $ docker rm -f 878140a2e3c4d76b016f498488b70d1c18b5133375053dbf5fa0b75e1b719fa6 [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 07:47:51 + [ -d /w/workspace/edgex-go/360/archives ] [Pipeline] libraryResource [Pipeline] sh 07:47:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:47:52 ---> package-listing.sh 07:47:52 ++ facter osfamily 07:47:52 ++ tr '[:upper:]' '[:lower:]' 07:47:53 + OS_FAMILY=debian 07:47:53 + workspace=/w/workspace/edgex-go/360 07:47:53 + START_PACKAGES=/tmp/packages_start.txt 07:47:53 + END_PACKAGES=/tmp/packages_end.txt 07:47:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:47:53 + PACKAGES=/tmp/packages_start.txt 07:47:53 + '[' /w/workspace/edgex-go/360 ']' 07:47:53 + PACKAGES=/tmp/packages_end.txt 07:47:53 + case "${OS_FAMILY}" in 07:47:53 + dpkg -l 07:47:53 + grep '^ii' 07:47:53 + '[' -f /tmp/packages_start.txt ']' 07:47:53 + '[' -f /tmp/packages_end.txt ']' 07:47:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:47:53 + '[' /w/workspace/edgex-go/360 ']' 07:47:53 + mkdir -p /w/workspace/edgex-go/360/archives/ 07:47:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/360/archives/ [Pipeline] echo 07:47:53 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/360/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:47:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:47:53 07:47:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:47:54 latest: Pulling from edgex-lftools-log-publisher 07:47:54 5eb5b503b376: Pulling fs layer 07:47:54 5c69ac0246d0: Pulling fs layer 07:47:54 ec43610c2a17: Pulling fs layer 07:47:54 3a2ae6a8a46f: Pulling fs layer 07:47:54 33b1e0a273af: Pulling fs layer 07:47:54 5d3b04190fa2: Pulling fs layer 07:47:54 2f39f015ded8: Pulling fs layer 07:47:54 3a2ae6a8a46f: Waiting 07:47:54 33b1e0a273af: Waiting 07:47:54 5d3b04190fa2: Waiting 07:47:54 2f39f015ded8: Waiting 07:47:54 5c69ac0246d0: Verifying Checksum 07:47:54 5c69ac0246d0: Download complete 07:47:54 3a2ae6a8a46f: Verifying Checksum 07:47:54 3a2ae6a8a46f: Download complete 07:47:54 33b1e0a273af: Verifying Checksum 07:47:54 33b1e0a273af: Download complete 07:47:54 5d3b04190fa2: Verifying Checksum 07:47:54 5d3b04190fa2: Download complete 07:47:54 ec43610c2a17: Verifying Checksum 07:47:54 ec43610c2a17: Download complete 07:47:54 5eb5b503b376: Verifying Checksum 07:47:54 5eb5b503b376: Download complete 07:47:55 2f39f015ded8: Download complete 07:47:55 5eb5b503b376: Pull complete 07:47:55 5c69ac0246d0: Pull complete 07:47:56 ec43610c2a17: Pull complete 07:47:56 3a2ae6a8a46f: Pull complete 07:47:56 33b1e0a273af: Pull complete 07:47:56 5d3b04190fa2: Pull complete 07:48:00 2f39f015ded8: Pull complete 07:48:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:48:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:00 prd-ubuntu20.04-docker-8c-8g-121345 does not seem to be running inside a container 07:48:00 $ 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/360/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/360 -v /w/workspace/edgex-go/360:/w/workspace/edgex-go/360:rw,z -v /w/workspace/edgex-go/360@tmp:/w/workspace/edgex-go/360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:48:02 $ docker top 7ab0be34f0616adc682a0738b3e39900db356acfa3c75ca5b02dbbdac892859c -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:02 + touch /tmp/pre-build-complete [Pipeline] sh 07:48:03 + mkdir -p /var/log/sysstat [Pipeline] sh 07:48:03 + ls /var/log/sa-host 07:48:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:48:03 provisioning config files... 07:48:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/360@tmp/config16949289045950997223tmp [Pipeline] { [Pipeline] echo 07:48:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:48:03 ---> create-netrc.sh [Pipeline] } 07:48:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:48:04 ---> python-tools-install.sh [Pipeline] echo 07:48:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:48:04 ---> sudo-logs.sh 07:48:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:48:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:48:04 ---> job-cost.sh 07:48:04 lf-activate-venv: SKIPPING 07:48:04 DEBUG: total: 0.10999999940395355 07:48:04 INFO: Retrieving Stack Cost... 07:48:06 INFO: Retrieving Pricing Info for: v3-standard-8 07:48:06 INFO: Archiving Costs [Pipeline] echo 07:48:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:48:06 ---> logs-deploy.sh 07:48:06 lf-activate-venv: SKIPPING 07:48:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/360 07:48:06 INFO: archiving workspace using pattern(s): 07:48:07 Archives upload complete. 07:48:08 INFO: archiving logs to Nexus 07:48:08 ---> uname -a: 07:48:08 Linux prd-ubuntu20-04-docker-8c-8g-121345 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:48:08 07:48:08 07:48:08 ---> lscpu: 07:48:08 Architecture: x86_64 07:48:08 CPU op-mode(s): 32-bit, 64-bit 07:48:08 Byte Order: Little Endian 07:48:08 Address sizes: 40 bits physical, 48 bits virtual 07:48:08 CPU(s): 8 07:48:08 On-line CPU(s) list: 0-7 07:48:08 Thread(s) per core: 1 07:48:08 Core(s) per socket: 1 07:48:08 Socket(s): 8 07:48:08 NUMA node(s): 1 07:48:08 Vendor ID: AuthenticAMD 07:48:08 CPU family: 23 07:48:08 Model: 49 07:48:08 Model name: AMD EPYC-Rome Processor 07:48:08 Stepping: 0 07:48:08 CPU MHz: 2799.976 07:48:08 BogoMIPS: 5599.95 07:48:08 Virtualization: AMD-V 07:48:08 Hypervisor vendor: KVM 07:48:08 Virtualization type: full 07:48:08 L1d cache: 256 KiB 07:48:08 L1i cache: 256 KiB 07:48:08 L2 cache: 4 MiB 07:48:08 L3 cache: 128 MiB 07:48:08 NUMA node0 CPU(s): 0-7 07:48:08 Vulnerability Itlb multihit: Not affected 07:48:08 Vulnerability L1tf: Not affected 07:48:08 Vulnerability Mds: Not affected 07:48:08 Vulnerability Meltdown: Not affected 07:48:08 Vulnerability Mmio stale data: Not affected 07:48:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:48:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:48:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:48:08 Vulnerability Srbds: Not affected 07:48:08 Vulnerability Tsx async abort: Not affected 07:48:08 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 07:48:08 07:48:08 07:48:08 ---> nproc: 07:48:08 8 07:48:08 07:48:08 07:48:08 ---> df -h: 07:48:08 Filesystem Size Used Avail Use% Mounted on 07:48:08 overlay 155G 20G 136G 13% / 07:48:08 tmpfs 64M 0 64M 0% /dev 07:48:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:48:08 shm 64M 0 64M 0% /dev/shm 07:48:08 /dev/vda1 155G 20G 136G 13% /facter-os 07:48:08 07:48:08 07:48:08 ---> sar -b -r -n DEV: 07:48:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-121345) 12/15/22 _x86_64_ (8 CPU) 07:48:08 07:48:08 07:19:15 LINUX RESTART (8 CPU) 07:48:08 07:48:08 07:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:48:08 07:21:01 152.19 3.63 148.57 0.00 448.87 70199.36 0.00 07:48:08 07:22:01 33.44 0.30 33.14 0.00 3.60 13188.75 0.00 07:48:08 07:23:01 344.59 5.85 338.74 0.00 64.66 156098.12 0.00 07:48:08 07:24:01 370.78 2.48 368.30 0.00 23.72 222407.73 0.00 07:48:08 07:25:01 1320.14 13.65 1306.50 0.00 5185.07 405608.66 0.00 07:48:08 07:26:01 660.19 0.17 660.02 0.00 12.93 91284.39 0.00 07:48:08 07:27:01 29.32 0.10 29.22 0.00 17.19 723.09 0.00 07:48:08 07:28:01 2.58 0.00 2.58 0.00 0.00 50.26 0.00 07:48:08 07:29:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 07:48:08 07:30:01 1.78 0.00 1.78 0.00 0.00 20.40 0.00 07:48:08 07:31:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 07:48:08 07:32:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 07:48:08 07:33:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 07:48:08 07:34:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 07:48:08 07:35:01 1.97 0.02 1.95 0.00 0.13 24.93 0.00 07:48:08 07:36:01 1.50 0.00 1.50 0.00 0.00 18.39 0.00 07:48:08 07:37:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 07:48:08 07:38:01 1.57 0.00 1.57 0.00 0.00 18.80 0.00 07:48:08 07:39:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 07:48:08 07:40:01 1.87 0.00 1.87 0.00 0.00 21.46 0.00 07:48:08 07:41:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 07:48:08 07:42:01 1.27 0.00 1.27 0.00 0.00 15.73 0.00 07:48:08 07:43:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:48:08 07:44:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 07:48:08 07:45:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 07:48:08 07:46:01 1.43 0.00 1.43 0.00 0.00 17.59 0.00 07:48:08 07:47:01 3.93 0.10 3.83 0.00 10.26 449.66 0.00 07:48:08 07:48:01 149.28 0.37 148.91 0.00 18.00 69731.98 0.00 07:48:08 Average: 110.35 0.95 109.40 0.00 206.46 36769.73 0.00 07:48:08 07:48:08 07:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:48:08 07:21:01 27955720 31393536 903732 2.75 107052 3548884 2222060 6.55 1506072 2982672 345424 07:48:08 07:22:01 27617316 31410960 882516 2.68 110344 3866568 2103216 6.20 1482524 3310396 402736 07:48:08 07:23:01 24009556 31337596 944048 2.87 232020 7038344 2812420 8.29 2136120 5999288 599816 07:48:08 07:24:01 21696940 31488800 791828 2.41 280660 9383216 1952276 5.75 1809816 8573444 300544 07:48:08 07:25:01 17412796 31022308 1223148 3.72 422784 12831760 3199460 9.43 3035900 11359644 15804 07:48:08 07:26:01 19588476 31517532 745684 2.27 449356 11179064 1874084 5.52 2467084 9833740 2260 07:48:08 07:27:01 19595228 31520448 743004 2.26 448636 11176576 1862984 5.49 2465860 9830952 136 07:48:08 07:28:01 19597244 31522672 740844 2.25 448700 11176572 1882476 5.55 2461140 9830900 164 07:48:08 07:29:01 19597460 31522940 740800 2.25 448724 11176576 1882476 5.55 2460576 9830940 20 07:48:08 07:30:01 19604548 31530076 733712 2.23 448748 11176580 1882476 5.55 2454644 9830944 8 07:48:08 07:31:01 19605016 31530552 733508 2.23 448756 11176584 1882476 5.55 2454300 9830948 12 07:48:08 07:32:01 19608740 31534588 729720 2.22 448776 11176584 1882476 5.55 2450088 9831252 12 07:48:08 07:33:01 19608900 31534780 729700 2.22 448780 11176588 1882476 5.55 2450100 9831264 8 07:48:08 07:34:01 19608884 31534772 729660 2.22 448804 11176592 1882476 5.55 2450116 9831268 8 07:48:08 07:35:01 19607092 31533048 731084 2.22 448844 11176568 1897780 5.59 2450280 9831236 12 07:48:08 07:36:01 19606768 31532744 731344 2.22 448860 11176572 1897780 5.59 2450220 9831240 16 07:48:08 07:37:01 19607012 31533008 731032 2.22 448864 11176572 1897780 5.59 2450236 9831240 8 07:48:08 07:38:01 19607184 31533192 730784 2.22 448880 11176580 1897780 5.59 2450240 9831248 8 07:48:08 07:39:01 19607344 31533376 730748 2.22 448900 11176584 1897780 5.59 2450264 9831252 8 07:48:08 07:40:01 19607108 31533160 730920 2.22 448936 11176580 1897780 5.59 2450352 9831252 4 07:48:08 07:41:01 19607556 31533652 730432 2.22 448948 11176588 1897780 5.59 2450324 9831256 12 07:48:08 07:42:01 19607580 31533692 730324 2.22 448968 11176592 1897780 5.59 2450636 9831260 4 07:48:08 07:43:01 19607460 31533592 730356 2.22 448996 11176592 1897780 5.59 2450660 9831260 12 07:48:08 07:44:01 19607200 31533368 730532 2.22 449012 11176600 1897780 5.59 2450424 9831268 16 07:48:08 07:45:01 19607656 31533848 730044 2.22 449032 11176588 1897780 5.59 2450500 9831268 20 07:48:08 07:46:01 19607168 31533500 730344 2.22 449056 11176732 1897780 5.59 2450468 9831380 12 07:48:08 07:47:01 18800740 31481780 780428 2.37 460644 11879068 2181084 6.43 2512696 10533636 710160 07:48:08 07:48:01 17566828 31497864 753336 2.29 515196 12937776 2011716 5.93 2603080 11530648 126628 07:48:08 Average: 20241483 31492192 774058 2.35 412688 10578446 2006071 5.91 2378740 9312396 89424 07:48:08 07:48:08 07:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:48:08 07:21:01 docker0 442.38 442.52 34.53 3544.33 0.00 0.00 0.00 0.00 07:48:08 07:21:01 vethf73e297 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:48:08 07:21:01 ens3 644.64 586.66 7663.99 73.19 0.00 0.00 0.00 0.00 07:48:08 07:21:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 07:48:08 07:22:01 docker0 1.50 1.50 0.10 0.13 0.00 0.00 0.00 0.00 07:48:08 07:22:01 vethf73e297 1.50 1.53 0.12 0.13 0.00 0.00 0.00 0.00 07:48:08 07:22:01 ens3 36.69 23.63 31.24 36.22 0.00 0.00 0.00 0.00 07:48:08 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:23:01 veth9b24e20 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 07:48:08 07:23:01 docker0 350.17 442.84 26.65 5029.19 0.00 0.00 0.00 0.00 07:48:08 07:23:01 ens3 556.12 437.13 6730.89 121.38 0.00 0.00 0.00 0.00 07:48:08 07:23:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 07:48:08 07:24:01 veth9b24e20 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:24:01 ens3 16.44 12.74 56.30 5.31 0.00 0.00 0.00 0.00 07:48:08 07:24:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 07:48:08 07:25:01 veth97e98fd 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 07:48:08 07:25:01 vethdd4c3ba 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:25:01 vethdab8abb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:48:08 07:25:01 veth05cf9f5 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 07:48:08 07:25:01 veth9b24e20 0.00 0.68 0.00 0.03 0.00 0.00 0.00 0.00 07:48:08 07:25:01 docker0 196.38 348.10 17.29 4381.70 0.00 0.00 0.00 0.00 07:48:08 07:25:01 vethbe31a6a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:25:01 ens3 533.79 291.89 7209.15 44.31 0.00 0.00 0.00 0.00 07:48:08 07:25:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 07:48:08 07:26:01 docker0 17.81 41.11 1.44 779.33 0.00 0.00 0.00 0.00 07:48:08 07:26:01 ens3 337.49 325.80 939.31 1108.36 0.00 0.00 0.00 0.00 07:48:08 07:26:01 lo 29.53 29.53 2.90 2.90 0.00 0.00 0.00 0.00 07:48:08 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:27:01 ens3 407.86 400.77 178.17 2817.24 0.00 0.00 0.00 0.00 07:48:08 07:27:01 lo 29.52 29.52 2.91 2.91 0.00 0.00 0.00 0.00 07:48:08 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:28:01 ens3 53.14 63.59 20.26 118.99 0.00 0.00 0.00 0.00 07:48:08 07:28:01 lo 2.60 2.60 0.25 0.25 0.00 0.00 0.00 0.00 07:48:08 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:30:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:48:08 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:34:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:35:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:48:08 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:36:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:37:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:40:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:48:08 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:43:01 ens3 1.28 0.63 0.71 0.41 0.00 0.00 0.00 0.00 07:48:08 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:45:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 07:48:08 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:46:01 ens3 0.47 0.07 0.05 0.01 0.00 0.00 0.00 0.00 07:48:08 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:48:08 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:48:08 07:47:01 ens3 141.56 99.43 3968.31 11.83 0.00 0.00 0.00 0.00 07:48:08 07:47:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 07:48:08 07:48:01 docker0 44.63 66.12 4.04 696.73 0.00 0.00 0.00 0.00 07:48:08 07:48:01 ens3 376.40 246.84 6475.30 60.14 0.00 0.00 0.00 0.00 07:48:08 07:48:01 lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 07:48:08 Average: docker0 37.36 47.70 2.98 513.60 0.00 0.00 0.00 0.00 07:48:08 Average: ens3 110.66 88.65 1184.49 157.12 0.00 0.00 0.00 0.00 07:48:08 Average: lo 2.54 2.54 0.25 0.25 0.00 0.00 0.00 0.00 07:48:08 07:48:08 07:48:08 ---> sar -P ALL: 07:48:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-121345) 12/15/22 _x86_64_ (8 CPU) 07:48:08 07:48:08 07:19:15 LINUX RESTART (8 CPU) 07:48:08 07:48:08 07:20:02 CPU %user %nice %system %iowait %steal %idle 07:48:08 07:21:01 all 25.26 0.00 6.06 1.38 0.08 67.22 07:48:08 07:21:01 0 25.63 0.00 6.56 3.50 0.09 64.22 07:48:08 07:21:01 1 25.57 0.00 5.30 0.09 0.09 68.96 07:48:08 07:21:01 2 25.12 0.00 6.05 4.42 0.09 64.33 07:48:08 07:21:01 3 23.26 0.00 5.07 0.50 0.07 71.09 07:48:08 07:21:01 4 24.57 0.00 5.21 0.45 0.07 69.69 07:48:08 07:21:01 5 24.34 0.00 5.29 0.53 0.09 69.75 07:48:08 07:21:01 6 24.90 0.00 6.84 0.94 0.09 67.24 07:48:08 07:21:01 7 28.66 0.00 8.13 0.64 0.09 62.48 07:48:08 07:22:01 all 44.74 0.00 6.62 0.21 0.08 48.35 07:48:08 07:22:01 0 44.70 0.00 6.60 0.05 0.10 48.55 07:48:08 07:22:01 1 46.15 0.00 6.01 0.05 0.08 47.70 07:48:08 07:22:01 2 45.47 0.00 6.54 0.25 0.08 47.66 07:48:08 07:22:01 3 43.76 0.00 6.85 1.02 0.08 48.30 07:48:08 07:22:01 4 43.27 0.00 5.60 0.30 0.07 50.76 07:48:08 07:22:01 5 44.71 0.00 6.46 0.02 0.08 48.72 07:48:08 07:22:01 6 44.68 0.00 8.58 0.00 0.08 46.65 07:48:08 07:22:01 7 45.19 0.00 6.28 0.00 0.08 48.45 07:48:08 07:23:01 all 21.94 0.00 9.36 3.30 0.08 65.32 07:48:08 07:23:01 0 22.48 0.00 9.55 7.07 0.07 60.83 07:48:08 07:23:01 1 23.11 0.00 9.37 1.71 0.08 65.72 07:48:08 07:23:01 2 21.08 0.00 9.71 7.81 0.07 61.33 07:48:08 07:23:01 3 22.76 0.00 8.77 1.36 0.09 67.02 07:48:08 07:23:01 4 22.08 0.00 9.83 1.79 0.08 66.22 07:48:08 07:23:01 5 20.23 0.00 9.00 2.50 0.08 68.18 07:48:08 07:23:01 6 21.83 0.00 8.70 1.88 0.07 67.52 07:48:08 07:23:01 7 21.93 0.00 9.98 2.29 0.09 65.71 07:48:08 07:24:01 all 62.83 0.00 11.18 4.94 0.10 20.95 07:48:08 07:24:01 0 62.92 0.00 11.28 3.55 0.10 22.15 07:48:08 07:24:01 1 63.37 0.00 10.50 2.26 0.10 23.77 07:48:08 07:24:01 2 63.39 0.00 10.61 2.72 0.10 23.18 07:48:08 07:24:01 3 61.69 0.00 12.42 2.10 0.10 23.69 07:48:08 07:24:01 4 63.20 0.00 10.19 3.01 0.10 23.50 07:48:08 07:24:01 5 63.15 0.00 10.63 9.52 0.10 16.60 07:48:08 07:24:01 6 62.08 0.00 12.69 13.94 0.12 11.18 07:48:08 07:24:01 7 62.88 0.00 11.08 2.47 0.08 23.48 07:48:08 07:25:01 all 48.77 0.00 16.77 9.62 0.12 24.72 07:48:08 07:25:01 0 47.83 0.00 15.51 6.61 0.12 29.92 07:48:08 07:25:01 1 47.98 0.00 17.26 9.34 0.12 25.31 07:48:08 07:25:01 2 49.00 0.00 17.97 11.15 0.12 21.75 07:48:08 07:25:01 3 50.51 0.00 15.96 7.91 0.14 25.48 07:48:08 07:25:01 4 50.27 0.00 17.30 9.32 0.12 23.00 07:48:08 07:25:01 5 50.03 0.00 17.05 13.07 0.12 19.73 07:48:08 07:25:01 6 46.98 0.00 14.46 4.07 0.12 34.37 07:48:08 07:25:01 7 47.52 0.00 18.61 15.52 0.14 18.21 07:48:08 07:26:01 all 26.77 0.00 6.40 1.78 0.07 64.97 07:48:08 07:26:01 0 26.63 0.00 6.46 1.25 0.08 65.57 07:48:08 07:26:01 1 27.81 0.00 6.94 0.99 0.07 64.19 07:48:08 07:26:01 2 25.69 0.00 7.10 3.55 0.07 63.59 07:48:08 07:26:01 3 25.84 0.00 6.74 2.87 0.08 64.47 07:48:08 07:26:01 4 26.14 0.00 6.46 1.13 0.07 66.20 07:48:08 07:26:01 5 29.75 0.00 5.70 0.79 0.07 63.70 07:48:08 07:26:01 6 25.16 0.00 5.46 1.84 0.07 67.47 07:48:08 07:26:01 7 27.17 0.00 6.36 1.83 0.07 64.58 07:48:08 07:27:01 all 9.63 0.00 0.90 0.10 0.05 89.32 07:48:08 07:27:01 0 8.14 0.00 0.94 0.40 0.05 90.47 07:48:08 07:27:01 1 11.95 0.00 0.97 0.02 0.07 87.00 07:48:08 07:27:01 2 8.52 0.00 0.69 0.02 0.03 90.74 07:48:08 07:27:01 3 10.66 0.00 1.00 0.25 0.07 88.02 07:48:08 07:27:01 4 10.37 0.00 0.83 0.00 0.05 88.75 07:48:08 07:27:01 5 11.18 0.00 0.81 0.02 0.07 87.93 07:48:08 07:27:01 6 9.86 0.00 0.97 0.02 0.05 89.10 07:48:08 07:27:01 7 6.32 0.00 1.01 0.10 0.05 92.52 07:48:08 07:28:01 all 0.28 0.00 0.09 0.01 0.01 99.61 07:48:08 07:28:01 0 0.18 0.00 0.15 0.00 0.02 99.65 07:48:08 07:28:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:48:08 07:28:01 2 0.10 0.00 0.03 0.00 0.02 99.85 07:48:08 07:28:01 3 0.17 0.00 0.10 0.03 0.02 99.68 07:48:08 07:28:01 4 1.37 0.00 0.20 0.02 0.00 98.42 07:48:08 07:28:01 5 0.08 0.00 0.07 0.00 0.00 99.85 07:48:08 07:28:01 6 0.07 0.00 0.05 0.00 0.00 99.88 07:48:08 07:28:01 7 0.15 0.00 0.08 0.03 0.00 99.73 07:48:08 07:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 07:48:08 07:29:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:48:08 07:29:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:48:08 07:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:48:08 07:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:29:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:48:08 07:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:29:01 7 0.02 0.00 0.03 0.02 0.02 99.92 07:48:08 07:30:01 all 0.02 0.00 0.00 0.01 0.00 99.96 07:48:08 07:30:01 0 0.05 0.00 0.03 0.00 0.03 99.88 07:48:08 07:30:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:48:08 07:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:30:01 3 0.02 0.00 0.00 0.03 0.00 99.95 07:48:08 07:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:30:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:48:08 07:30:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:48:08 07:31:01 all 0.01 0.00 0.00 0.00 0.00 99.98 07:48:08 07:31:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:48:08 07:31:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:48:08 07:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:31:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:48:08 07:48:08 07:31:01 CPU %user %nice %system %iowait %steal %idle 07:48:08 07:32:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:48:08 07:32:01 0 0.02 0.00 0.05 0.00 0.02 99.92 07:48:08 07:32:01 1 0.00 0.00 0.02 0.03 0.00 99.95 07:48:08 07:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:32:01 3 0.00 0.00 0.00 0.02 0.02 99.97 07:48:08 07:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:48:08 07:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:32:01 7 0.02 0.00 0.00 0.03 0.00 99.95 07:48:08 07:33:01 all 0.01 0.00 0.02 0.00 0.01 99.96 07:48:08 07:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:48:08 07:33:01 1 0.02 0.00 0.02 0.03 0.00 99.93 07:48:08 07:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:48:08 07:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:33:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:48:08 07:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:33:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:48:08 07:34:01 all 0.02 0.00 0.01 0.01 0.01 99.96 07:48:08 07:34:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:48:08 07:34:01 1 0.00 0.00 0.00 0.05 0.02 99.93 07:48:08 07:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:48:08 07:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:34:01 7 0.00 0.00 0.00 0.02 0.02 99.97 07:48:08 07:35:01 all 0.01 0.00 0.02 0.01 0.01 99.95 07:48:08 07:35:01 0 0.00 0.00 0.03 0.05 0.02 99.90 07:48:08 07:35:01 1 0.02 0.00 0.03 0.02 0.00 99.93 07:48:08 07:35:01 2 0.00 0.00 0.03 0.00 0.00 99.97 07:48:08 07:35:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:48:08 07:35:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:35:01 7 0.00 0.00 0.03 0.03 0.00 99.93 07:48:08 07:36:01 all 0.02 0.00 0.01 0.01 0.00 99.96 07:48:08 07:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:36:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:48:08 07:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:36:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:48:08 07:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:36:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:48:08 07:37:01 all 0.01 0.00 0.01 0.00 0.01 99.98 07:48:08 07:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:37:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:48:08 07:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:48:08 07:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:37:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:48:08 07:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 07:48:08 07:38:01 all 0.01 0.00 0.00 0.00 0.01 99.97 07:48:08 07:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:48:08 07:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:48:08 07:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:38:01 3 0.02 0.00 0.02 0.03 0.02 99.92 07:48:08 07:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:39:01 all 0.01 0.00 0.01 0.01 0.01 99.97 07:48:08 07:39:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:48:08 07:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:39:01 3 0.02 0.00 0.03 0.02 0.03 99.90 07:48:08 07:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:39:01 7 0.02 0.00 0.02 0.03 0.00 99.93 07:48:08 07:40:01 all 0.03 0.00 0.01 0.01 0.01 99.95 07:48:08 07:40:01 0 0.03 0.00 0.00 0.02 0.00 99.95 07:48:08 07:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 07:48:08 07:40:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:48:08 07:40:01 3 0.03 0.00 0.03 0.02 0.02 99.90 07:48:08 07:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 07:48:08 07:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:40:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:48:08 07:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:48:08 07:41:01 0 0.03 0.00 0.02 0.02 0.02 99.92 07:48:08 07:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:41:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:48:08 07:41:01 3 0.00 0.00 0.03 0.00 0.02 99.95 07:48:08 07:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:41:01 7 0.02 0.00 0.00 0.02 0.02 99.95 07:48:08 07:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 07:48:08 07:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:42:01 3 0.03 0.00 0.00 0.07 0.02 99.88 07:48:08 07:42:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:48:08 07:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:42:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:48:08 07:48:08 07:42:01 CPU %user %nice %system %iowait %steal %idle 07:48:08 07:43:01 all 0.12 0.00 0.00 0.01 0.01 99.86 07:48:08 07:43:01 0 0.02 0.00 0.02 0.02 0.02 99.93 07:48:08 07:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:48:08 07:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:43:01 3 0.00 0.00 0.00 0.02 0.03 99.95 07:48:08 07:43:01 4 0.91 0.00 0.00 0.00 0.00 99.09 07:48:08 07:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:43:01 7 0.00 0.00 0.00 0.03 0.00 99.97 07:48:08 07:44:01 all 0.26 0.00 0.01 0.01 0.00 99.72 07:48:08 07:44:01 0 0.02 0.00 0.03 0.02 0.00 99.93 07:48:08 07:44:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:48:08 07:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:48:08 07:44:01 3 0.03 0.00 0.02 0.02 0.02 99.92 07:48:08 07:44:01 4 1.97 0.00 0.00 0.00 0.00 98.03 07:48:08 07:44:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:48:08 07:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:44:01 7 0.02 0.00 0.00 0.02 0.00 99.97 07:48:08 07:45:01 all 0.27 0.00 0.01 0.00 0.01 99.72 07:48:08 07:45:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:48:08 07:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:45:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:48:08 07:45:01 4 1.99 0.00 0.00 0.00 0.02 98.00 07:48:08 07:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:48:08 07:45:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:48:08 07:46:01 all 0.26 0.00 0.01 0.01 0.00 99.72 07:48:08 07:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:48:08 07:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:48:08 07:46:01 4 1.94 0.00 0.00 0.00 0.00 98.06 07:48:08 07:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:48:08 07:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:48:08 07:46:01 7 0.02 0.00 0.02 0.02 0.00 99.95 07:48:08 07:47:01 all 2.66 0.00 1.00 0.03 0.02 96.29 07:48:08 07:47:01 0 2.38 0.00 1.02 0.00 0.02 96.58 07:48:08 07:47:01 1 2.89 0.00 0.94 0.00 0.02 96.15 07:48:08 07:47:01 2 3.30 0.00 0.70 0.00 0.02 95.98 07:48:08 07:47:01 3 2.56 0.00 1.07 0.05 0.02 96.30 07:48:08 07:47:01 4 3.21 0.00 0.64 0.00 0.02 96.13 07:48:08 07:47:01 5 2.66 0.00 0.92 0.02 0.02 96.39 07:48:08 07:47:01 6 1.76 0.00 1.47 0.00 0.02 96.76 07:48:08 07:47:01 7 2.56 0.00 1.25 0.17 0.02 96.00 07:48:08 07:48:01 all 9.20 0.00 3.93 1.43 0.05 85.40 07:48:08 07:48:01 0 7.45 0.00 4.78 2.63 0.03 85.10 07:48:08 07:48:01 1 9.54 0.00 3.46 0.64 0.05 86.31 07:48:08 07:48:01 2 8.88 0.00 3.59 0.12 0.05 87.36 07:48:08 07:48:01 3 9.14 0.00 4.28 0.19 0.05 86.34 07:48:08 07:48:01 4 10.34 0.00 3.31 1.55 0.05 84.75 07:48:08 07:48:01 5 10.64 0.00 4.50 5.72 0.05 79.10 07:48:08 07:48:01 6 8.43 0.00 3.41 0.15 0.03 87.98 07:48:08 07:48:01 7 9.20 0.00 4.08 0.42 0.07 86.23 07:48:08 Average: all 8.95 0.00 2.20 0.81 0.03 88.01 07:48:08 Average: 0 8.81 0.00 2.23 0.89 0.03 88.03 07:48:08 Average: 1 9.15 0.00 2.15 0.54 0.03 88.13 07:48:08 Average: 2 8.87 0.00 2.23 1.06 0.02 87.82 07:48:08 Average: 3 8.86 0.00 2.21 0.58 0.03 88.32 07:48:08 Average: 4 9.25 0.00 2.10 0.62 0.03 88.01 07:48:08 Average: 5 9.09 0.00 2.14 1.14 0.03 87.61 07:48:08 Average: 6 8.67 0.00 2.21 0.81 0.02 88.30 07:48:08 Average: 7 8.88 0.00 2.36 0.83 0.03 87.90 07:48:08 07:48:08 07:48:08