Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3451b7e6c986f3e69473b278945a55ce4856eec7 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-ssh6030158668047436071.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh5528828522041834311.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh13754246214223050087.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh18244411207368307244.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-ssh6127377064680590044.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/v3], 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.20 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3571’ Running on prd-ubuntu20.04-docker-8c-8g-3574 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/558 [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/558 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3451b7e6c986f3e69473b278945a55ce4856eec7 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4633)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3451b7e6c986f3e69473b278945a55ce4856eec7 # timeout=10 > git rev-list --no-walk 23265dfad13dfa2cb5de380f133a81b406e62be8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:44:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:44:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:44:24 ========================================================= 21:44:24 EdgeX Global Pipelines Version Info 21:44:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:44:25 ------------------- 21:44:25 stable info: 21:44:25 ------------------- 21:44:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:44:25 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 21:44:25 Message: update stable to v1.0.253 21:44:25 ------------------- 21:44:25 experimental info: 21:44:25 ------------------- 21:44:25 Commited By: **** collab-it+edgex@linuxfoundation.org 21:44:25 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 21:44:25 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3451b7e [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:44:26 provisioning config files... 21:44:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config11483064096559062334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:44:26 ---> docker-login.sh 21:44:26 nexus3.edgexfoundry.org:10001 21:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:26 Configure a credential helper to remove this warning. See 21:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:26 21:44:26 Login Succeeded 21:44:26 nexus3.edgexfoundry.org:10002 21:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:26 Configure a credential helper to remove this warning. See 21:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:26 21:44:26 Login Succeeded 21:44:26 nexus3.edgexfoundry.org:10003 21:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:26 Configure a credential helper to remove this warning. See 21:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:26 21:44:26 Login Succeeded 21:44:26 nexus3.edgexfoundry.org:10004 21:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:26 Configure a credential helper to remove this warning. See 21:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:26 21:44:26 Login Succeeded 21:44:26 docker.io 21:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:27 Configure a credential helper to remove this warning. See 21:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:27 21:44:27 Login Succeeded 21:44:27 ---> docker-login.sh ends [Pipeline] } 21:44:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:27 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 21:44:27 + dirname cmd/core-command/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo core-command,cmd/core-command/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:44:27 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:44:27 + + cut -d/ -f2 21:44:27 dirname cmd/core-data/Dockerfile 21:44:27 + echo core-data,cmd/core-data/Dockerfile 21:44:27 + dirname cmd/core-metadata/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo core-metadata,cmd/core-metadata/Dockerfile 21:44:27 + dirname cmd/security-bootstrapper/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:44:27 + dirname cmd/security-proxy-auth/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:44:27 + dirname cmd/security-proxy-setup/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:44:27 + dirname cmd/security-secretstore-setup/Dockerfile+ 21:44:27 cut -d/ -f2 21:44:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:44:27 + dirname cmd/security-spiffe-token-provider/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:44:27 + dirname cmd/security-spire-agent/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:44:27 + dirname cmd/security-spire-config/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:44:27 + dirname cmd/security-spire-server/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:44:27 + dirname cmd/support-notifications/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo support-notifications,cmd/support-notifications/Dockerfile 21:44:27 + dirname cmd/support-scheduler/Dockerfile 21:44:27 + cut -d/ -f2 21:44:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:44:27 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:44:27 + git rev-list -1 --merges 3451b7e6c986f3e69473b278945a55ce4856eec7~1..3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo 21:44:28 -----------> git rev-list -1 --merges 3451b7e6c986f3e69473b278945a55ce4856eec7~1..3451b7e6c986f3e69473b278945a55ce4856eec7 3451b7e6c986f3e69473b278945a55ce4856eec7 [false] [Pipeline] sh 21:44:28 + git log --format=format:%s -1 3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] echo 21:44:28 ========================================================= 21:44:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:44:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:44:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:44:28 + grep -v github /etc/ssh/ssh_known_hosts 21:44:28 + [ -e /tmp/ssh_known_hosts ] 21:44:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:44:28 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:44:28 + sudo tee -a /etc/ssh/ssh_known_hosts 21:44:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:44:29 21:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:44:29 0.1.4: Pulling from edgex-devops/py-git-semver 21:44:29 b85a868b505f: Pulling fs layer 21:44:29 e2be974225ed: Pulling fs layer 21:44:29 339a4e72a1f5: Pulling fs layer 21:44:29 988bab9f4d93: Pulling fs layer 21:44:29 1469e6f7b9e6: Pulling fs layer 21:44:29 eaf3925da568: Pulling fs layer 21:44:29 bab4dde63d76: Pulling fs layer 21:44:29 bde34c3a00c8: Pulling fs layer 21:44:29 b352a97aabf1: Pulling fs layer 21:44:29 4872d77fe225: Pulling fs layer 21:44:29 5851b861e8e6: Pulling fs layer 21:44:29 988bab9f4d93: Waiting 21:44:29 1469e6f7b9e6: Waiting 21:44:29 bde34c3a00c8: Waiting 21:44:29 eaf3925da568: Waiting 21:44:29 bab4dde63d76: Waiting 21:44:29 b352a97aabf1: Waiting 21:44:29 4872d77fe225: Waiting 21:44:29 5851b861e8e6: Waiting 21:44:29 e2be974225ed: Download complete 21:44:29 988bab9f4d93: Verifying Checksum 21:44:29 988bab9f4d93: Download complete 21:44:29 1469e6f7b9e6: Verifying Checksum 21:44:29 1469e6f7b9e6: Download complete 21:44:29 339a4e72a1f5: Verifying Checksum 21:44:29 339a4e72a1f5: Download complete 21:44:29 eaf3925da568: Download complete 21:44:29 bde34c3a00c8: Download complete 21:44:29 b352a97aabf1: Download complete 21:44:29 4872d77fe225: Download complete 21:44:29 5851b861e8e6: Verifying Checksum 21:44:29 5851b861e8e6: Download complete 21:44:29 b85a868b505f: Verifying Checksum 21:44:29 b85a868b505f: Download complete 21:44:29 bab4dde63d76: Verifying Checksum 21:44:29 bab4dde63d76: Download complete 21:44:30 b85a868b505f: Pull complete 21:44:31 e2be974225ed: Pull complete 21:44:31 339a4e72a1f5: Pull complete 21:44:31 988bab9f4d93: Pull complete 21:44:31 1469e6f7b9e6: Pull complete 21:44:31 eaf3925da568: Pull complete 21:44:33 bab4dde63d76: Pull complete 21:44:33 bde34c3a00c8: Pull complete 21:44:33 b352a97aabf1: Pull complete 21:44:33 4872d77fe225: Pull complete 21:44:33 5851b861e8e6: Pull complete 21:44:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:44:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:44:33 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 21:44:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:44:38 $ docker top fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b -eo pid,comm 21:44:38 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). 21:44:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:38 [ssh-agent] Looking for ssh-agent implementation... 21:44:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:38 $ docker exec fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent 21:44:38 SSH_AUTH_SOCK=/tmp/ssh-bnKvCMMgKmL7/agent.33 21:44:38 SSH_AGENT_PID=39 21:44:38 Running ssh-add (command line suppressed) 21:44:38 Identity added: /w/workspace/edgex-go/558@tmp/private_key_11738104645910045321.key (/w/workspace/edgex-go/558@tmp/private_key_11738104645910045321.key) 21:44:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:38 + git tag --points-at HEAD [Pipeline] } 21:44:38 $ docker exec --env ******** --env ******** fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent -k 21:44:39 unset SSH_AUTH_SOCK; 21:44:39 unset SSH_AGENT_PID; 21:44:39 echo Agent pid 39 killed; 21:44:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:44:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:39 [ssh-agent] Looking for ssh-agent implementation... 21:44:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:39 $ docker exec fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent 21:44:39 SSH_AUTH_SOCK=/tmp/ssh-MUcyU40PUxVS/agent.71 21:44:39 SSH_AGENT_PID=77 21:44:39 Running ssh-add (command line suppressed) 21:44:39 Identity added: /w/workspace/edgex-go/558@tmp/private_key_4779238501417356136.key (/w/workspace/edgex-go/558@tmp/private_key_4779238501417356136.key) 21:44:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:39 + git semver init 21:44:40 2023-08-14 21:44:40,003 [run_init] DEBUG init version:0.0.0 force:False 21:44:40 2023-08-14 21:44:40,004 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/558/.semver 21:44:40 2023-08-14 21:44:40,004 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/558/.semver 21:44:40 2023-08-14 21:44:40,004 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/558/.semver'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) 21:44:45 2023-08-14 21:44:44,982 [append_file] DEBUG append to file:/w/workspace/edgex-go/558/.git/info/exclude 21:44:45 2023-08-14 21:44:44,983 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/558/.semver/main with force:False 21:44:45 2023-08-14 21:44:44,983 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 21:44:45 2023-08-14 21:44:44,983 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 21:44:45 3.1.0-dev.24 [Pipeline] } 21:44:45 $ docker exec --env ******** --env ******** fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b ssh-agent -k 21:44:45 unset SSH_AUTH_SOCK; 21:44:45 unset SSH_AGENT_PID; 21:44:45 echo Agent pid 77 killed; 21:44:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:45 + git semver [Pipeline] } 21:44:45 $ docker stop --time=1 fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b 21:44:47 $ docker rm -f --volumes fdc22cea023faec2bae895caa4a28be5541b9115449aa418ea704dde2392bb7b [Pipeline] // withDockerContainer [Pipeline] sh 21:44:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:44:47 Stashed 1 file(s) [Pipeline] echo 21:44:47 [edgeXSemver]: initialized semver on version 3.1.0-dev.24 [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 21:44:48 + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] echo 21:44:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:44:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:44:48 ========================================================= 21:44:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:44:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:44:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:44:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:44:48 4db1b89c0bd1: Pulling fs layer 21:44:48 6911f1a30b25: Pulling fs layer 21:44:48 e194b8c5c2a9: Pulling fs layer 21:44:48 6863d3e3a2b1: Pulling fs layer 21:44:48 ec0bb842ea78: Pulling fs layer 21:44:48 40a00589a448: Pulling fs layer 21:44:48 6c08303d61cc: Pulling fs layer 21:44:48 798269fcf238: Pulling fs layer 21:44:48 6863d3e3a2b1: Waiting 21:44:48 ec0bb842ea78: Waiting 21:44:48 40a00589a448: Waiting 21:44:48 6c08303d61cc: Waiting 21:44:48 798269fcf238: Waiting 21:44:48 6911f1a30b25: Download complete 21:44:48 6863d3e3a2b1: Verifying Checksum 21:44:48 6863d3e3a2b1: Download complete 21:44:48 ec0bb842ea78: Download complete 21:44:48 4db1b89c0bd1: Download complete 21:44:48 40a00589a448: Verifying Checksum 21:44:48 40a00589a448: Download complete 21:44:48 4db1b89c0bd1: Pull complete 21:44:49 6911f1a30b25: Pull complete 21:44:49 798269fcf238: Verifying Checksum 21:44:49 798269fcf238: Download complete 21:44:49 e194b8c5c2a9: Verifying Checksum 21:44:49 e194b8c5c2a9: Download complete 21:44:49 6c08303d61cc: Verifying Checksum 21:44:49 6c08303d61cc: Download complete 21:44:53 e194b8c5c2a9: Pull complete 21:44:53 6863d3e3a2b1: Pull complete 21:44:53 ec0bb842ea78: Pull complete 21:44:53 40a00589a448: Pull complete 21:44:55 6c08303d61cc: Pull complete 21:44:56 798269fcf238: Pull complete 21:44:56 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 21:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:44:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:44:56 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:44:56 WORKDIR /edgex 21:44:56 COPY go.mod . 21:44:56 RUN go mod download 21:44:56 + docker build -t ci-base-image-x86_64 -f - . 21:44:56 Sending build context to Docker daemon 170.8MB 21:44:56 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:44:56 ---> ec979cd7f677 21:44:56 Step 2/4 : WORKDIR /edgex 21:45:02 Still waiting to schedule task 21:45:02 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3572’ 21:45:05 ---> Running in 145bfa052f78 21:45:05 Removing intermediate container 145bfa052f78 21:45:05 ---> c28192db6c1c 21:45:05 Step 3/4 : COPY go.mod . 21:45:05 ---> 4510308d8503 21:45:05 Step 4/4 : RUN go mod download 21:45:05 ---> Running in 276d30c138e4 21:45:27 Removing intermediate container 276d30c138e4 21:45:27 ---> 27f57bfcce35 21:45:27 Successfully built 27f57bfcce35 21:45:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:27 + docker inspect -f . ci-base-image-x86_64 21:45:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:27 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 21:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:45:27 $ docker top acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:28 + go version 21:45:28 go version go1.20.6 linux/amd64 [Pipeline] } 21:45:28 $ docker stop --time=1 acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b 21:45:29 $ docker rm -f --volumes acdc63fbd3d577a9b573e5c264e975547e38975ba44c984fa4b8b588450a444b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:29 + docker inspect -f . ci-base-image-x86_64 21:45:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:29 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 21:45:29 $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:45:30 $ docker top a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a -eo pid,comm [Pipeline] { [Pipeline] echo 21:45:30 ========================================================= 21:45:30 [edgeXBuildGoParallel] Running Tests and Build... 21:45:30 ========================================================= [Pipeline] sh 21:45:30 + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] fileExists [Pipeline] sh 21:45:30 + make test 21:45:30 go test -race -coverprofile=coverage.out ./... 21:45:37 ? github.com/edgexfoundry/edgex-go [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:45:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:45:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:45:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 21:45:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.071s coverage: 97.0% of statements 21:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:45:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.094s coverage: 71.5% of statements 21:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements 21:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:45:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.951s coverage: 93.4% of statements 21:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 3.8% of statements 21:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.372s coverage: 97.6% of statements 21:45:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 72.2% of statements 21:45:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:45:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements 21:45:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 32.2% of statements 21:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 42.9% of statements 21:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.059s coverage: 82.9% of statements 21:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 21:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 21:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 21:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:46:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 21:46:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:46:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:46:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:46:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:46:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:46:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:46:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:46:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements 21:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.416s coverage: 79.9% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.067s coverage: 92.9% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 62.3% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.165s coverage: 100.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.8% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 82.1% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 86.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 89.4% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 38.4% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.139s coverage: 95.7% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 61.8% of statements 21:46:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 98.9% of statements 21:46:24 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 21:46:24 running golangci-lint 21:46:24 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 21:46:24 go version go1.20.6 linux/amd64 21:46:24 level=info msg="[config_reader] Used config file .golangci.yml" 21:46:24 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 21:46:39 level=info msg="[loader] Go packages loading at mode 575 (files|imports|types_sizes|deps|exports_file|name|compiled_files) took 14.402232236s" 21:46:39 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.576264ms" 21:46:46 level=info msg="[linters_context/goanalysis] analyzers took 1m2.16007088s with top 10 stages: buildir: 29.987336635s, ctrlflow: 1.373801929s, inspect: 1.248904293s, printf: 1.238068032s, S1038: 1.197547881s, gosec: 1.150561597s, fact_deprecated: 1.032701095s, nilness: 818.250524ms, fact_purity: 743.722036ms, SA1012: 525.165578ms" 21:46:46 level=info msg="[runner] Issues before processing: 200, after processing: 0" 21:46:46 level=info msg="[runner] Processors filtering stat (out/in): exclude: 200/200, identifier_marker: 200/200, nolint: 0/21, skip_dirs: 200/200, autogenerated_exclude: 200/200, exclude-rules: 21/200, filename_unadjuster: 200/200, path_prettifier: 200/200, cgo: 200/200, skip_files: 200/200" 21:46:46 level=info msg="[runner] processing took 19.724253ms with stages: nolint: 10.675831ms, identifier_marker: 4.803234ms, exclude-rules: 1.522887ms, path_prettifier: 1.373545ms, autogenerated_exclude: 904.311µs, skip_dirs: 396.004µs, cgo: 26.49µs, filename_unadjuster: 14.441µs, max_same_issues: 2.19µs, uniq_by_line: 840ns, skip_files: 690ns, max_from_linter: 550ns, source_code: 520ns, diff: 500ns, path_shortener: 470ns, severity-rules: 440ns, sort_results: 430ns, exclude: 370ns, max_per_file_from_linter: 260ns, path_prefixer: 250ns" 21:46:46 level=info msg="[runner] linters took 7.060787485s with stages: goanalysis_metalinter: 7.04088576s" 21:46:46 level=info msg="File cache stats: 0 entries of total size 0B" 21:46:46 level=info msg="Memory: 217 samples, avg is 188.2MB, max is 761.6MB" 21:46:46 level=info msg="Execution took 21.507187151s" 21:46:46 go vet ./... 21:46:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:46:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:46:50 ./bin/test-attribution-txt.sh 21:46:50 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 21:46:50 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 21:46:50 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 21:46:50 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 21:46:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:46:50 + ls -al . 21:46:50 total 724 21:46:50 drwxrwxr-x 11 1001 1001 4096 Aug 14 21:45 . 21:46:50 drwxr-xr-x 4 root root 4096 Aug 14 21:45 .. 21:46:50 drwxrwxr-x 2 1001 1001 4096 Aug 14 21:44 .blubracket 21:46:50 -rw-rw-r-- 1 1001 1001 16 Aug 14 21:44 .dockerignore 21:46:50 drwxrwxr-x 8 1001 1001 4096 Aug 14 21:44 .git 21:46:50 drwxrwxr-x 3 1001 1001 4096 Aug 14 21:44 .github 21:46:50 -rw-rw-r-- 1 1001 1001 1133 Aug 14 21:44 .gitignore 21:46:50 -rw-rw-r-- 1 1001 1001 42 Aug 14 21:44 .golangci.yml 21:46:50 -rw-rw-r-- 1 1001 1001 87 Aug 14 21:44 .hadolint.yml 21:46:50 drwxr-xr-x 3 1001 1001 4096 Aug 14 21:44 .semver 21:46:50 -rw-rw-r-- 1 1001 1001 166 Aug 14 21:44 .sonarcloud.properties 21:46:50 -rw-rw-r-- 1 1001 1001 1171 Aug 14 21:44 ADOPTERS.md 21:46:50 -rw-rw-r-- 1 1001 1001 11152 Aug 14 21:44 Attribution.txt 21:46:50 -rw-rw-r-- 1 1001 1001 93407 Aug 14 21:44 CHANGELOG.md 21:46:50 -rw-rw-r-- 1 1001 1001 3804 Aug 14 21:44 CONTRIBUTING.md 21:46:50 -rw-rw-r-- 1 1001 1001 677 Aug 14 21:44 GOVERNANCE.md 21:46:50 -rw-rw-r-- 1 1001 1001 883 Aug 14 21:44 Jenkinsfile 21:46:50 -rw-rw-r-- 1 1001 1001 10775 Aug 14 21:44 LICENSE 21:46:50 -rw-rw-r-- 1 1001 1001 14368 Aug 14 21:44 Makefile 21:46:50 -rw-rw-r-- 1 1001 1001 582 Aug 14 21:44 OWNERS.md 21:46:50 -rw-rw-r-- 1 1001 1001 9923 Aug 14 21:44 README.md 21:46:50 -rw-rw-r-- 1 1001 1001 789 Aug 14 21:44 SECURITY.md 21:46:50 -rw-rw-r-- 1 1001 1001 12 Aug 14 21:44 VERSION 21:46:50 drwxrwxr-x 2 1001 1001 4096 Aug 14 21:44 bin 21:46:50 drwxrwxr-x 18 1001 1001 4096 Aug 14 21:44 cmd 21:46:50 -rw-r--r-- 1 root root 446997 Aug 14 21:46 coverage.out 21:46:50 -rw-rw-r-- 1 1001 1001 3687 Aug 14 21:44 go.mod 21:46:50 -rw-rw-r-- 1 1001 1001 33714 Aug 14 21:44 go.sum 21:46:50 drwxrwxr-x 7 1001 1001 4096 Aug 14 21:44 internal 21:46:50 drwxrwxr-x 3 1001 1001 4096 Aug 14 21:44 openapi 21:46:50 -rw-rw-r-- 1 1001 1001 594 Aug 14 21:44 security.txt 21:46:50 drwxrwxr-x 4 1001 1001 4096 Aug 14 21:44 snap 21:46:50 -rw-rw-r-- 1 1001 1001 204 Aug 14 21:44 version.go [Pipeline] sh 21:46:51 + '[' -e coverage.out ] 21:46:51 + chown 1001:1001 coverage.out [Pipeline] stash 21:46:51 Stashed 1 file(s) [Pipeline] sh 21:46:51 + make build 21:46:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:47:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:47:04 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:47:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:47:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:47:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:47:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:47:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:47:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:47:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:47:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:47:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:47:20 $ docker stop --time=1 a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a 21:47:26 $ docker rm -f --volumes a5dd0887147f133b3102e15d244de774fe7853fbd6a0f294af100d69bd6add3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:47:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:47:27 21:47:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:47:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:47:28 latest: Pulling from edgex-devops/edgex-compose 21:47:28 91d30c5bc195: Pulling fs layer 21:47:28 2e9b0aa3be6d: Pulling fs layer 21:47:28 9c61dcf015f6: Pulling fs layer 21:47:28 4698f68db338: Pulling fs layer 21:47:28 2a2f49069b9e: Pulling fs layer 21:47:28 e0025b399a48: Pulling fs layer 21:47:28 2a2f49069b9e: Waiting 21:47:28 4698f68db338: Waiting 21:47:28 91d30c5bc195: Verifying Checksum 21:47:28 91d30c5bc195: Download complete 21:47:28 4698f68db338: Verifying Checksum 21:47:28 4698f68db338: Download complete 21:47:28 91d30c5bc195: Pull complete 21:47:28 2e9b0aa3be6d: Verifying Checksum 21:47:28 2e9b0aa3be6d: Download complete 21:47:28 e0025b399a48: Verifying Checksum 21:47:28 e0025b399a48: Download complete 21:47:28 2a2f49069b9e: Verifying Checksum 21:47:28 2a2f49069b9e: Download complete 21:47:28 2e9b0aa3be6d: Pull complete 21:47:28 9c61dcf015f6: Verifying Checksum 21:47:28 9c61dcf015f6: Download complete 21:47:31 9c61dcf015f6: Pull complete 21:47:31 4698f68db338: Pull complete 21:47:31 2a2f49069b9e: Pull complete 21:47:31 e0025b399a48: Pull complete 21:47:31 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 21:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:47:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:47:31 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 21:47:31 $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:47:34 $ docker top 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:35 + docker compose -f ./docker-compose-build.yml build --parallel 21:47:37 #1 [support-notifications internal] load build definition from Dockerfile 21:47:37 #1 transferring dockerfile: 1.84kB done 21:47:37 #1 DONE 0.0s 21:47:37 21:47:37 #2 [core-data internal] load build definition from Dockerfile 21:47:37 #2 transferring dockerfile: 1.90kB done 21:47:37 #2 DONE 0.0s 21:47:37 21:47:37 #3 [core-command internal] load build definition from Dockerfile 21:47:37 #3 transferring dockerfile: 1.82kB done 21:47:37 #3 DONE 0.0s 21:47:37 21:47:37 #4 [security-proxy-auth internal] load build definition from Dockerfile 21:47:37 #4 transferring dockerfile: 2.04kB done 21:47:37 #4 DONE 0.0s 21:47:37 21:47:37 #5 [security-proxy-setup internal] load build definition from Dockerfile 21:47:37 #5 transferring dockerfile: 2.06kB done 21:47:37 #5 DONE 0.0s 21:47:37 21:47:37 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 21:47:37 #6 transferring dockerfile: 2.12kB done 21:47:37 #6 DONE 0.0s 21:47:37 21:47:37 #7 [support-scheduler internal] load build definition from Dockerfile 21:47:37 #7 transferring dockerfile: 1.82kB done 21:47:37 #7 DONE 0.0s 21:47:37 21:47:37 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 21:47:37 #8 transferring dockerfile: 1.78kB done 21:47:37 #8 DONE 0.0s 21:47:37 21:47:37 #9 [support-notifications internal] load .dockerignore 21:47:37 #9 transferring context: 56B done 21:47:37 #9 DONE 0.0s 21:47:37 21:47:37 #10 [core-metadata internal] load build definition from Dockerfile 21:47:37 #10 transferring dockerfile: 1.96kB done 21:47:37 #10 DONE 0.0s 21:47:37 21:47:37 #11 [security-secretstore-setup internal] load build definition from Dockerfile 21:47:37 #11 transferring dockerfile: 2.38kB done 21:47:37 #11 DONE 0.0s 21:47:37 21:47:37 #12 [security-bootstrapper internal] load build definition from Dockerfile 21:47:37 #12 transferring dockerfile: 2.82kB done 21:47:37 #12 DONE 0.0s 21:47:37 21:47:37 #13 [security-spire-config internal] load build definition from Dockerfile 21:47:37 #13 transferring dockerfile: 2.58kB done 21:47:37 #13 DONE 0.0s 21:47:37 21:47:37 #14 [security-spire-agent internal] load build definition from Dockerfile 21:47:37 #14 transferring dockerfile: 2.68kB done 21:47:37 #14 DONE 0.0s 21:47:37 21:47:37 #15 [security-spire-server internal] load build definition from Dockerfile 21:47:37 #15 transferring dockerfile: 2.63kB done 21:47:37 #15 DONE 0.0s 21:47:37 21:47:37 #16 [core-data internal] load .dockerignore 21:47:37 #16 transferring context: 56B done 21:47:37 #16 DONE 0.0s 21:47:37 21:47:37 #17 [core-command internal] load .dockerignore 21:47:37 #17 transferring context: 56B done 21:47:37 #17 DONE 0.0s 21:47:37 21:47:37 #18 [security-proxy-auth internal] load .dockerignore 21:47:37 #18 transferring context: 56B done 21:47:37 #18 DONE 0.0s 21:47:37 21:47:37 #19 [security-proxy-setup internal] load .dockerignore 21:47:37 #19 transferring context: 56B done 21:47:37 #19 DONE 0.0s 21:47:37 21:47:37 #20 [security-spiffe-token-provider internal] load .dockerignore 21:47:37 #20 transferring context: 56B done 21:47:37 #20 DONE 0.0s 21:47:37 21:47:37 #21 [support-scheduler internal] load .dockerignore 21:47:37 #21 transferring context: 56B done 21:47:37 #21 DONE 0.0s 21:47:37 21:47:37 #22 [core-common-config-bootstrapper internal] load .dockerignore 21:47:37 #22 transferring context: 56B done 21:47:37 #22 DONE 0.0s 21:47:37 21:47:37 #23 [security-secretstore-setup internal] load .dockerignore 21:47:37 #23 transferring context: 56B done 21:47:37 #23 DONE 0.0s 21:47:37 21:47:37 #24 [core-metadata internal] load .dockerignore 21:47:37 #24 transferring context: 56B done 21:47:37 #24 DONE 0.0s 21:47:37 21:47:37 #25 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:37 #25 DONE 0.0s 21:47:37 21:47:37 #26 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 21:47:37 #26 DONE 0.1s 21:47:37 21:47:37 #27 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:37 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:37 #27 ... 21:47:37 21:47:37 #28 [security-bootstrapper internal] load .dockerignore 21:47:37 #28 transferring context: 56B done 21:47:37 #28 DONE 0.1s 21:47:37 21:47:37 #27 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:37 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:37 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 2.10MB / 3.38MB 0.1s 21:47:37 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:37 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:37 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:37 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.2s 21:47:38 #27 ... 21:47:38 21:47:38 #25 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #26 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 21:47:38 #26 DONE 0.2s 21:47:38 21:47:38 #27 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 21:47:38 #27 ... 21:47:38 21:47:38 #29 [security-spire-server internal] load .dockerignore 21:47:38 #29 transferring context: 56B done 21:47:38 #29 DONE 0.3s 21:47:38 21:47:38 #30 [security-spire-config internal] load .dockerignore 21:47:38 #30 transferring context: 56B done 21:47:38 #30 DONE 0.4s 21:47:38 21:47:38 #31 [security-spire-agent internal] load .dockerignore 21:47:38 #31 transferring context: 56B done 21:47:38 #31 DONE 0.4s 21:47:38 21:47:38 #25 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #26 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 21:47:38 #26 DONE 0.3s 21:47:38 21:47:38 #27 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 ... 21:47:38 21:47:38 #25 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #27 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 21:47:38 #27 ... 21:47:38 21:47:38 #25 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #27 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 21:47:38 #27 ... 21:47:38 21:47:38 #25 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #26 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 21:47:38 #26 DONE 0.5s 21:47:38 21:47:38 #27 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 21:47:38 #27 ... 21:47:38 21:47:38 #25 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 21:47:38 #32 DONE 0.9s 21:47:38 21:47:38 #27 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:38 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:38 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:38 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:38 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:38 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:38 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 21:47:38 #27 ... 21:47:38 21:47:38 #25 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #25 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 21:47:38 #25 DONE 0.0s 21:47:38 21:47:38 #33 [support-scheduler builder 2/7] WORKDIR /edgex-go 21:47:43 #33 ... 21:47:43 21:47:43 #27 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:43 #27 DONE 5.9s 21:47:43 21:47:43 #34 [security-proxy-auth internal] load build context 21:47:43 #34 transferring context: 260.05MB 5.4s 21:47:44 #34 ... 21:47:44 21:47:44 #35 [security-bootstrapper internal] load build context 21:47:44 #35 transferring context: 365.13MB 6.4s done 21:47:45 #35 ... 21:47:45 21:47:45 #34 [security-proxy-auth internal] load build context 21:47:45 #34 transferring context: 365.13MB 7.6s done 21:47:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3579 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 21:47:47 Running in /w/workspace/edgex-go/558 [Pipeline] { [Pipeline] checkout 21:47:47 The recommended git tool is: git 21:47:48 #34 ... 21:47:48 21:47:48 #36 [support-notifications internal] load build context 21:47:48 #36 transferring context: 365.13MB 8.2s done 21:47:48 #36 ... 21:47:48 21:47:48 #37 [core-metadata internal] load build context 21:47:48 #37 transferring context: 365.13MB 7.8s done 21:47:48 #37 ... 21:47:48 21:47:48 #38 [support-scheduler internal] load build context 21:47:48 #38 transferring context: 365.13MB 7.7s done 21:47:48 #38 ... 21:47:48 21:47:48 #39 [security-secretstore-setup internal] load build context 21:47:48 #39 transferring context: 365.13MB 7.7s done 21:47:48 #39 ... 21:47:48 21:47:48 #40 [core-command internal] load build context 21:47:48 #40 transferring context: 365.13MB 7.8s done 21:47:48 #40 ... 21:47:48 21:47:48 #26 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.17 21:47:49 #26 ... 21:47:49 21:47:49 #41 [security-proxy-setup internal] load build context 21:47:49 #41 transferring context: 365.13MB 7.9s done 21:47:49 #41 ... 21:47:49 21:47:49 #42 [core-common-config-bootstrapper internal] load build context 21:47:49 #42 transferring context: 365.13MB 8.0s done 21:47:49 #42 ... 21:47:49 21:47:49 #43 [core-data internal] load build context 21:47:49 #43 transferring context: 365.13MB 7.7s done 21:47:49 #43 ... 21:47:49 21:47:49 #44 [security-spiffe-token-provider internal] load build context 21:47:49 #44 transferring context: 365.13MB 7.9s done 21:47:53 using credential edgex-jenkins-ssh 21:47:53 Cloning the remote Git repository 21:47:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:47:53 > git init /w/workspace/edgex-go/558 # timeout=10 21:47:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:47:53 > git --version # timeout=10 21:47:53 > git --version # 'git version 2.25.1' 21:47:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:59 #44 ... 21:47:59 21:47:59 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-x86_64 21:47:59 #32 DONE 0.9s 21:47:59 21:47:59 #27 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:47:59 #27 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:47:59 #27 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.3s done 21:47:59 #27 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:47:59 #27 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 21:47:59 #27 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 21:47:59 #27 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 21:47:59 #27 DONE 5.9s 21:47:59 21:47:59 #26 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 21:47:59 #26 DONE 21.1s 21:47:59 21:47:59 #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:47:59 #45 ... 21:47:59 21:47:59 #34 [security-proxy-auth internal] load build context 21:47:59 #34 DONE 21.2s 21:47:59 21:47:59 #35 [security-bootstrapper internal] load build context 21:47:59 #35 DONE 20.7s 21:47:59 21:47:59 #43 [core-data internal] load build context 21:47:59 #43 DONE 21.2s 21:47:59 21:47:59 #38 [support-scheduler internal] load build context 21:47:59 #38 DONE 21.1s 21:47:59 21:47:59 #33 [core-metadata builder 2/7] WORKDIR /edgex-go 21:47:59 #33 DONE 20.8s 21:47:59 21:47:59 #39 [security-secretstore-setup internal] load build context 21:47:59 #39 DONE 21.0s 21:47:59 21:47:59 #37 [core-metadata internal] load build context 21:47:59 #37 DONE 20.9s 21:47:59 21:47:59 #40 [core-command internal] load build context 21:47:59 #40 DONE 21.3s 21:47:59 21:47:59 #41 [security-proxy-setup internal] load build context 21:47:59 #41 DONE 21.2s 21:47:59 21:47:59 #42 [core-common-config-bootstrapper internal] load build context 21:47:59 #42 DONE 21.1s 21:47:59 21:47:59 #44 [security-spiffe-token-provider internal] load build context 21:47:59 #44 DONE 21.2s 21:47:59 21:47:59 #36 [support-notifications internal] load build context 21:47:59 #36 DONE 21.6s 21:47:59 21:47:59 #46 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 21:48:00 #46 1.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:00 #46 1.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:00 #46 1.526 OK: 265 MiB in 53 packages 21:48:04 #46 ... 21:48:04 21:48:04 #47 [security-spire-config internal] load build context 21:48:04 #47 transferring context: 365.13MB 3.5s done 21:48:08 #47 ... 21:48:08 21:48:08 #48 [security-spire-server internal] load build context 21:48:08 #48 transferring context: 365.13MB 3.3s done 21:48:08 #48 DONE 9.1s 21:48:08 21:48:08 #49 [security-spire-agent internal] load build context 21:48:08 #49 transferring context: 365.13MB 3.5s done 21:48:08 #49 DONE 9.1s 21:48:08 21:48:08 #50 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 21:48:08 #0 0.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 0.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.069 (1/2) Installing dumb-init (1.2.5-r2) 21:48:08 #0 1.073 (2/2) Installing su-exec (0.2-r2) 21:48:08 #0 1.077 Executing busybox-1.35.0-r29.trigger 21:48:08 #0 1.083 OK: 7 MiB in 17 packages 21:48:08 #50 DONE 9.1s 21:48:08 21:48:08 #47 [security-spire-config internal] load build context 21:48:08 #47 DONE 9.1s 21:48:08 21:48:08 #51 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 21:48:08 #0 0.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 0.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.246 (1/2) Installing dumb-init (1.2.5-r2) 21:48:08 #0 1.246 (2/2) Installing openssl (3.0.10-r0) 21:48:08 #0 1.246 Executing busybox-1.35.0-r29.trigger 21:48:08 #0 1.251 OK: 8 MiB in 17 packages 21:48:08 #51 DONE 9.1s 21:48:08 21:48:08 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:48:08 #0 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.373 (1/4) Installing ca-certificates (20230506-r0) 21:48:08 #0 1.402 (2/4) Installing dumb-init (1.2.5-r2) 21:48:08 #0 1.402 (3/4) Installing su-exec (0.2-r2) 21:48:08 #0 1.405 (4/4) Installing yq (4.30.4-r4) 21:48:08 #0 1.466 Executing busybox-1.35.0-r29.trigger 21:48:08 #0 1.473 Executing ca-certificates-20230506-r0.trigger 21:48:08 #0 1.541 OK: 17 MiB in 19 packages 21:48:08 #52 DONE 9.2s 21:48:08 21:48:08 #46 [core-command builder 3/7] RUN apk add --update --no-cache make git 21:48:08 #46 DONE 9.1s 21:48:08 21:48:08 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 21:48:08 #0 0.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.237 OK: 265 MiB in 53 packages 21:48:08 #53 DONE 9.2s 21:48:08 21:48:08 #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:48:08 #0 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 3.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 3.632 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:48:08 #0 3.632 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:48:08 #0 3.632 OK: 17823 distinct packages available 21:48:08 #0 3.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 3.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 3.984 OK: 265 MiB in 53 packages 21:48:08 #54 DONE 9.1s 21:48:08 21:48:08 #55 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 21:48:08 #0 4.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 4.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 4.742 (1/1) Installing dumb-init (1.2.5-r2) 21:48:08 #0 4.746 Executing busybox-1.35.0-r29.trigger 21:48:08 #0 4.766 OK: 7 MiB in 16 packages 21:48:08 #55 DONE 9.2s 21:48:08 21:48:08 #56 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 21:48:08 #56 DONE 0.1s 21:48:08 21:48:08 #57 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 21:48:08 #0 5.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 5.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 5.996 OK: 265 MiB in 53 packages 21:48:08 #57 DONE 9.2s 21:48:08 21:48:08 #58 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:48:08 #0 0.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 0.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.134 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:48:08 #0 1.134 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:48:08 #0 1.134 OK: 17818 distinct packages available 21:48:08 #0 1.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:08 #0 1.542 (1/9) Installing ca-certificates (20230506-r0) 21:48:08 #0 1.557 (2/9) Installing brotli-libs (1.0.9-r9) 21:48:08 #0 1.567 (3/9) Installing nghttp2-libs (1.51.0-r1) 21:48:08 #0 1.574 (4/9) Installing libcurl (8.2.1-r0) 21:48:08 #0 1.589 (5/9) Installing curl (8.2.1-r0) 21:48:08 #0 1.599 (6/9) Installing dumb-init (1.2.5-r2) 21:48:08 #0 1.604 (7/9) Installing musl-obstack (1.2.3-r0) 21:48:08 #0 1.604 (8/9) Installing libucontext (1.2-r0) 21:48:08 #0 1.608 (9/9) Installing gcompat (1.1.0-r0) 21:48:08 #0 1.612 Executing busybox-1.35.0-r29.trigger 21:48:08 #0 1.620 Executing ca-certificates-20230506-r0.trigger 21:48:08 #0 1.688 OK: 10 MiB in 24 packages 21:48:08 #58 DONE 9.2s 21:48:08 21:48:08 #59 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 21:48:08 #59 DONE 0.1s 21:48:08 21:48:08 #60 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 21:48:08 #60 DONE 0.1s 21:48:08 21:48:08 #61 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:08 #61 ... 21:48:08 21:48:08 #62 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 21:48:08 #62 DONE 0.1s 21:48:08 21:48:08 #63 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 21:48:08 #63 DONE 0.1s 21:48:08 21:48:08 #64 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:09 #64 ... 21:48:09 21:48:09 #65 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 21:48:09 #65 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:09 #65 ... 21:48:09 21:48:09 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:48:09 #66 ... 21:48:09 21:48:09 #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:48:09 #0 9.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:09 #0 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:09 #67 ... 21:48:09 21:48:09 #45 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:48:09 #45 9.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:09 #45 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:09 #45 10.07 (1/2) Installing ca-certificates (20230506-r0) 21:48:09 #45 10.08 (2/2) Installing dumb-init (1.2.5-r2) 21:48:09 #45 10.08 Executing busybox-1.35.0-r29.trigger 21:48:09 #45 10.09 Executing ca-certificates-20230506-r0.trigger 21:48:09 #45 10.17 OK: 8 MiB in 17 packages 21:48:09 #45 DONE 10.3s 21:48:09 21:48:09 #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:48:09 #67 10.33 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:48:09 #67 10.33 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:48:09 #67 10.33 OK: 17818 distinct packages available 21:48:09 #67 ... 21:48:09 21:48:09 #68 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:48:09 #68 ... 21:48:09 21:48:09 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 21:48:09 #65 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:09 #65 10.37 (1/1) Installing dumb-init (1.2.5-r2) 21:48:09 #65 10.38 Executing busybox-1.35.0-r29.trigger 21:48:09 #65 10.38 OK: 7 MiB in 16 packages 21:48:09 #65 DONE 10.5s 21:48:09 21:48:09 #67 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:48:09 #67 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:09 #67 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:09 #67 10.70 (1/5) Installing dumb-init (1.2.5-r2) 21:48:09 #67 10.70 (2/5) Installing musl-obstack (1.2.3-r0) 21:48:09 #67 10.70 (3/5) Installing libucontext (1.2-r0) 21:48:09 #67 10.71 (4/5) Installing gcompat (1.1.0-r0) 21:48:09 #67 10.71 (5/5) Installing openssl (3.0.10-r0) 21:48:09 #67 10.72 Executing busybox-1.35.0-r29.trigger 21:48:09 #67 10.73 OK: 8 MiB in 20 packages 21:48:10 #67 DONE 10.8s 21:48:10 21:48:10 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:48:10 #66 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:10 #66 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:10 #66 10.98 OK: 265 MiB in 53 packages 21:48:10 #66 DONE 11.1s 21:48:10 21:48:10 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 21:48:10 #69 DONE 0.0s 21:48:10 21:48:10 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:10 #70 ... 21:48:10 21:48:10 #71 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 21:48:10 #71 DONE 2.5s 21:48:10 21:48:10 #72 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 21:48:10 #72 DONE 0.1s 21:48:10 21:48:10 #68 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:48:10 #68 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:10 #68 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:10 #68 11.20 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:48:10 #68 11.20 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:48:10 #68 11.20 OK: 17818 distinct packages available 21:48:10 #68 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:48:10 #68 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:48:10 #68 11.59 (1/4) Installing dumb-init (1.2.5-r2) 21:48:10 #68 11.60 (2/4) Installing musl-obstack (1.2.3-r0) 21:48:10 #68 11.60 (3/4) Installing libucontext (1.2-r0) 21:48:10 #68 11.60 (4/4) Installing gcompat (1.1.0-r0) 21:48:10 #68 11.61 Executing busybox-1.35.0-r29.trigger 21:48:10 #68 11.61 OK: 7 MiB in 19 packages 21:48:10 #68 DONE 11.7s 21:48:10 21:48:10 #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:13 Avoid second fetch 21:48:13 Checking out Revision 3451b7e6c986f3e69473b278945a55ce4856eec7 (main) 21:48:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4633)" 21:48:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:48:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:13 > git config core.sparsecheckout # timeout=10 21:48:13 > git checkout -f 3451b7e6c986f3e69473b278945a55ce4856eec7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:48:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:48:15 Dload Upload Total Spent Left Speed 21:48:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 191k 0 --:--:-- --:--:-- --:--:-- 194k [Pipeline] sh 21:48:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:48:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:48:16 + sudo tee /etc/docker/daemon.new 21:48:16 { 21:48:16 "registry-mirrors": [ 21:48:16 "https://nexus3.edgexfoundry.org:10001" 21:48:16 ], 21:48:16 "bip": "10.250.0.254/24", 21:48:16 "hosts": [ 21:48:16 "tcp://0.0.0.0:5555", 21:48:16 "unix:///var/run/docker.sock" 21:48:16 ], 21:48:16 "mtu": 1458, 21:48:16 "selinux-enabled": true, 21:48:16 "seccomp-profile": "/etc/docker/seccomp.json" 21:48:16 } [Pipeline] sh 21:48:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:48:16 + sudo service docker restart 21:48:19 #73 ... 21:48:19 21:48:19 #74 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:37 #74 DONE 26.9s 21:48:37 21:48:37 #64 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:37 #64 DONE 26.9s 21:48:37 21:48:37 #61 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:37 #61 DONE 26.9s 21:48:37 21:48:37 #73 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:37 #73 DONE 26.9s 21:48:37 21:48:37 #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:37 #70 DONE 25.0s 21:48:37 21:48:37 #75 [security-proxy-auth builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:48:38 provisioning config files... 21:48:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config5999529651934846745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:39 ---> docker-login.sh 21:48:39 nexus3.edgexfoundry.org:10001 21:48:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:39 Configure a credential helper to remove this warning. See 21:48:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:39 21:48:39 Login Succeeded 21:48:39 nexus3.edgexfoundry.org:10002 21:48:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:40 Configure a credential helper to remove this warning. See 21:48:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:40 21:48:40 Login Succeeded 21:48:40 nexus3.edgexfoundry.org:10003 21:48:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:40 Configure a credential helper to remove this warning. See 21:48:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:40 21:48:40 Login Succeeded 21:48:40 nexus3.edgexfoundry.org:10004 21:48:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:41 Configure a credential helper to remove this warning. See 21:48:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:41 21:48:41 Login Succeeded 21:48:41 docker.io 21:48:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:41 Configure a credential helper to remove this warning. See 21:48:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:41 21:48:41 Login Succeeded 21:48:41 ---> docker-login.sh ends [Pipeline] } 21:48:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:48:42 + git config --global --add safe.directory /w/workspace/edgex-go/558 [Pipeline] echo 21:48:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:48:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:48:42 ========================================================= 21:48:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 21:48:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:48:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:48:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:48:43 edb6bdbacee9: Pulling fs layer 21:48:43 5f9638ab2659: Pulling fs layer 21:48:43 8d51d6327a98: Pulling fs layer 21:48:43 8b374f2dd631: Pulling fs layer 21:48:43 ec14aa9079de: Pulling fs layer 21:48:43 2f466654f4bb: Pulling fs layer 21:48:43 554e91adad29: Pulling fs layer 21:48:43 8b374f2dd631: Waiting 21:48:43 ec14aa9079de: Waiting 21:48:43 554e91adad29: Waiting 21:48:43 2f466654f4bb: Waiting 21:48:43 5f9638ab2659: Verifying Checksum 21:48:43 5f9638ab2659: Download complete 21:48:43 8b374f2dd631: Verifying Checksum 21:48:43 8b374f2dd631: Download complete 21:48:43 ec14aa9079de: Verifying Checksum 21:48:43 ec14aa9079de: Download complete 21:48:43 edb6bdbacee9: Verifying Checksum 21:48:43 edb6bdbacee9: Download complete 21:48:44 #75 ... 21:48:44 21:48:44 #76 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #76 CACHED 21:48:44 21:48:44 #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 21:48:44 #77 CACHED 21:48:44 21:48:44 #78 [security-secretstore-setup builder 6/7] COPY . . 21:48:44 #78 CACHED 21:48:44 21:48:44 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:48:44 #79 CACHED 21:48:44 21:48:44 #80 [security-bootstrapper builder 6/7] COPY . . 21:48:44 #80 CACHED 21:48:44 21:48:44 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #81 CACHED 21:48:44 21:48:44 #82 [security-proxy-setup builder 6/7] COPY . . 21:48:44 #82 DONE 8.2s 21:48:44 21:48:44 #83 [security-spire-server builder 6/9] COPY . . 21:48:44 #83 DONE 8.2s 21:48:44 21:48:44 #84 [security-spiffe-token-provider builder 6/7] COPY . . 21:48:44 #84 DONE 8.2s 21:48:44 21:48:44 #85 [support-notifications builder 6/7] COPY . . 21:48:44 #85 DONE 8.2s 21:48:44 21:48:44 #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:48:44 #86 ... 21:48:44 21:48:44 #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ 21:48:44 #87 CACHED 21:48:44 21:48:44 #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #88 CACHED 21:48:44 21:48:44 #89 [core-metadata builder 6/7] COPY . . 21:48:44 #89 CACHED 21:48:44 21:48:44 #90 [core-common-config-bootstrapper builder 6/7] COPY . . 21:48:44 #90 CACHED 21:48:44 21:48:44 #91 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #91 CACHED 21:48:44 21:48:44 #92 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:48:44 #92 CACHED 21:48:44 21:48:44 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #93 CACHED 21:48:44 21:48:44 #94 [support-scheduler builder 6/7] COPY . . 21:48:44 #94 CACHED 21:48:44 21:48:44 #95 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 21:48:44 #95 CACHED 21:48:44 21:48:44 #96 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #96 CACHED 21:48:44 21:48:44 #97 [core-data builder 4/7] COPY go.mod vendor* ./ 21:48:44 #97 CACHED 21:48:44 21:48:44 #98 [core-data builder 6/7] COPY . . 21:48:44 #98 CACHED 21:48:44 21:48:44 #75 [security-proxy-auth builder 6/7] COPY . . 21:48:44 #75 DONE 8.2s 21:48:44 21:48:44 #99 [core-command builder 4/7] COPY go.mod vendor* ./ 21:48:44 #99 CACHED 21:48:44 21:48:44 #100 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #100 CACHED 21:48:44 21:48:44 #101 [core-command builder 6/7] COPY . . 21:48:44 #101 CACHED 21:48:44 21:48:44 #102 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 21:48:44 #102 DONE 0.1s 21:48:44 21:48:44 #103 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 21:48:44 #103 CACHED 21:48:44 21:48:44 #104 [security-spire-config builder 6/9] COPY . . 21:48:44 #104 CACHED 21:48:44 21:48:44 #105 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:44 #105 CACHED 21:48:44 21:48:44 #106 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 21:48:44 #106 CACHED 21:48:44 21:48:44 #107 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:48:44 edb6bdbacee9: Pull complete 21:48:44 554e91adad29: Verifying Checksum 21:48:44 554e91adad29: Download complete 21:48:44 5f9638ab2659: Pull complete 21:48:46 8d51d6327a98: Verifying Checksum 21:48:46 8d51d6327a98: Download complete 21:48:46 2f466654f4bb: Verifying Checksum 21:48:46 2f466654f4bb: Download complete 21:48:46 #107 DONE 2.9s 21:48:46 21:48:46 #108 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:48:46 #0 0.886 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:48:46 #108 ... 21:48:46 21:48:46 #109 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:48:46 #109 DONE 2.9s 21:48:46 21:48:46 #110 [security-spire-config builder 9/9] WORKDIR /edgex-go 21:48:49 #110 ... 21:48:49 21:48:49 #111 [security-spire-server builder 9/9] WORKDIR /edgex-go 21:48:49 #111 DONE 2.5s 21:48:49 21:48:49 #110 [security-spire-config builder 9/9] WORKDIR /edgex-go 21:48:49 #110 DONE 2.4s 21:48:49 21:48:49 #112 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:48:49 #0 1.160 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:48:49 #112 ... 21:48:49 21:48:49 #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:48:49 #113 DONE 0.2s 21:48:49 21:48:49 #114 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 21:48:49 #114 DONE 0.2s 21:48:49 21:48:49 #115 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 21:48:49 #115 DONE 0.1s 21:48:49 21:48:49 #116 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 21:48:49 #116 DONE 0.2s 21:48:49 21:48:49 #117 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:48:49 #117 CACHED 21:48:49 21:48:49 #118 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 21:48:49 #118 CACHED 21:48:49 21:48:49 #119 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 21:48:49 #119 CACHED 21:48:49 21:48:49 #120 [security-spire-agent builder 6/9] COPY . . 21:48:49 #120 CACHED 21:48:49 21:48:49 #121 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 21:48:49 #121 CACHED 21:48:49 21:48:49 #122 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:48:49 #122 CACHED 21:48:49 21:48:49 #123 [security-spire-agent builder 9/9] WORKDIR /edgex-go 21:48:49 #123 CACHED 21:48:49 21:48:49 #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 21:48:49 #124 CACHED 21:48:49 21:48:49 #125 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:48:51 #125 DONE 2.0s 21:48:51 21:48:51 #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:48:51 #126 DONE 2.0s 21:48:51 21:48:51 #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:48:52 #127 ... 21:48:52 21:48:52 #128 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:48:52 #128 DONE 2.1s 21:48:52 21:48:52 #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:48:53 #129 ... 21:48:53 21:48:53 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:48:53 #0 0.631 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:48:53 #130 ... 21:48:53 21:48:53 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:48:53 #0 1.049 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:48:54 #131 ... 21:48:54 21:48:54 #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:48:54 #0 0.938 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:48:54 #132 ... 21:48:54 21:48:54 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:48:54 #0 0.661 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:48:54 #133 ... 21:48:54 21:48:54 #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 21:48:54 #0 0.536 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:48:54 #134 ... 21:48:54 21:48:54 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:48:54 #0 0.764 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:48:54 #135 ... 21:48:54 21:48:54 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:48:54 #0 0.761 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:48:55 #136 ... 21:48:55 21:48:55 #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:48:55 #86 1.375 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:48:55 #86 ... 21:48:55 21:48:55 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 21:48:55 #0 0.739 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:48:55 #137 ... 21:48:55 21:48:55 #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:48:56 #138 ... 21:48:56 21:48:56 #127 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:48:56 #127 DONE 4.3s 21:48:56 21:48:56 #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 21:48:58 8d51d6327a98: Pull complete 21:48:58 8b374f2dd631: Pull complete 21:48:58 ec14aa9079de: Pull complete 21:48:59 #139 ... 21:48:59 21:48:59 #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:48:59 #129 DONE 7.4s 21:48:59 21:48:59 #138 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:48:59 #138 DONE 7.4s 21:48:59 21:48:59 #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:49:02 #140 ... 21:49:02 21:49:02 #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 21:49:02 #139 DONE 6.1s 21:49:02 21:49:02 #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:49:05 2f466654f4bb: Pull complete 21:49:06 554e91adad29: Pull complete 21:49:06 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 21:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:49:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 21:49:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:49:06 WORKDIR /edgex 21:49:06 COPY go.mod . 21:49:06 RUN go mod download 21:49:06 + docker build -t ci-base-image-arm64 -f - . 21:49:07 Sending build context to Docker daemon 2.938MB 21:49:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 21:49:07 ---> 1e15ea492957 21:49:07 Step 2/4 : WORKDIR /edgex 21:49:09 ---> Running in 5c3489587cb2 21:49:09 Removing intermediate container 5c3489587cb2 21:49:09 ---> 027c87a9415c 21:49:09 Step 3/4 : COPY go.mod . 21:49:10 ---> f8a7e4cbbdfb 21:49:10 Step 4/4 : RUN go mod download 21:49:10 ---> Running in 1a048cacbf51 21:49:10 #141 ... 21:49:10 21:49:10 #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:49:29 #142 ... 21:49:29 21:49:29 #140 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:49:29 #140 DONE 26.9s 21:49:29 21:49:29 #143 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:49:44 #143 ... 21:49:44 21:49:44 #142 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:49:44 #142 DONE 42.9s 21:49:44 21:49:44 #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:49:45 #132 ... 21:49:45 21:49:45 #144 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:49:49 Removing intermediate container 1a048cacbf51 21:49:49 ---> 88173b147d8b 21:49:49 Successfully built 88173b147d8b 21:49:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:49 + docker inspect -f . ci-base-image-arm64 21:49:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:49:49 prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container 21:49:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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 21:49:53 #144 ... 21:49:53 21:49:53 #141 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:49:53 #141 DONE 50.4s 21:49:53 21:49:53 #145 [security-spire-config] exporting to image 21:49:53 #145 exporting layers 21:49:53 #145 ... 21:49:53 21:49:53 #143 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:49:53 #143 DONE 26.1s 21:49:53 21:49:53 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:49:53 $ docker top c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:54 + go version 21:49:54 go version go1.20.6 linux/arm64 [Pipeline] } 21:49:54 $ docker stop --time=1 c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 21:49:55 $ docker rm -f --volumes c813e492fe19e84c06592c566fbb6bb8d5e18818e56e7aaefe221adce5bbf6b8 [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] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:49:56 21:49:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:49:56 latest: Pulling from edgex-devops/edgex-compose-arm64 21:49:56 547446be3368: Pulling fs layer 21:49:56 d125d8839a47: Pulling fs layer 21:49:56 3e85d5ac6304: Pulling fs layer 21:49:56 c3105a71a48b: Pulling fs layer 21:49:56 0f093f025ec4: Pulling fs layer 21:49:56 c3106fc0e877: Pulling fs layer 21:49:56 c3106fc0e877: Waiting 21:49:56 0f093f025ec4: Waiting 21:49:56 c3105a71a48b: Waiting 21:49:57 547446be3368: Verifying Checksum 21:49:57 547446be3368: Download complete 21:49:57 c3105a71a48b: Verifying Checksum 21:49:57 c3105a71a48b: Download complete 21:49:57 d125d8839a47: Verifying Checksum 21:49:57 d125d8839a47: Download complete 21:49:57 c3106fc0e877: Verifying Checksum 21:49:57 c3106fc0e877: Download complete 21:49:57 0f093f025ec4: Verifying Checksum 21:49:57 0f093f025ec4: Download complete 21:49:57 547446be3368: Pull complete 21:49:58 d125d8839a47: Pull complete 21:49:59 3e85d5ac6304: Verifying Checksum 21:49:59 3e85d5ac6304: Download complete 21:50:05 #146 ... 21:50:05 21:50:05 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:50:05 #130 80.24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:50:07 3e85d5ac6304: Pull complete 21:50:07 c3105a71a48b: Pull complete 21:50:08 0f093f025ec4: Pull complete 21:50:08 c3106fc0e877: Pull complete 21:50:08 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 21:50:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:50:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:50:09 prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container 21:50:09 $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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 21:50:11 $ docker top 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:12 + docker compose -f ./docker-compose-build.yml build --parallel 21:50:17 #130 ... 21:50:17 21:50:17 #144 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:50:17 #144 DONE 31.2s 21:50:17 21:50:17 #145 [security-spire-server] exporting to image 21:50:17 #145 exporting layers 21:50:17 #145 ... 21:50:17 21:50:17 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:50:17 #146 DONE 23.2s 21:50:17 21:50:17 #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:50:17 #133 DONE 92.6s 21:50:17 21:50:17 #130 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:50:17 #130 DONE 92.7s 21:50:17 21:50:17 #112 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:50:17 #112 DONE 92.7s 21:50:17 21:50:17 #108 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:50:17 #108 DONE 92.7s 21:50:17 21:50:17 #145 [security-spire-agent] exporting to image 21:50:17 #145 exporting layers 23.3s done 21:50:17 #145 ... 21:50:17 21:50:17 #86 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:50:17 #86 DONE 92.8s 21:50:17 21:50:17 #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:50:17 #136 DONE 92.8s 21:50:17 21:50:17 #132 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:50:17 #132 DONE 93.0s 21:50:17 21:50:17 #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #147 ... 21:50:17 21:50:17 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:50:17 #131 DONE 93.1s 21:50:17 21:50:17 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:50:17 #135 DONE 93.2s 21:50:17 21:50:17 #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 21:50:17 #137 DONE 93.2s 21:50:17 21:50:17 #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 21:50:17 #134 DONE 93.4s 21:50:17 21:50:17 #148 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #148 DONE 0.6s 21:50:17 21:50:17 #145 [security-spire-server] exporting to image 21:50:17 #145 exporting layers 0.8s done 21:50:17 #145 writing image sha256:6f3c165a6c850c053aceefc81f953906e84c8c13029021c325e99b974afae86b 0.0s done 21:50:17 #145 naming to docker.io/library/security-spire-config done 21:50:17 #145 writing image sha256:648941115224914a31c1262c93bfed1095805365e86b1612474ddacb485c7b2a done 21:50:17 #145 naming to docker.io/library/security-spire-agent 0.0s done 21:50:17 #145 writing image sha256:911d5bb6e4c02aba2b6d1194659f9bb5282d59da989cf5970aa2ee6774c55532 0.0s done 21:50:17 #145 naming to docker.io/library/security-spire-server 0.0s done 21:50:17 #145 DONE 24.4s 21:50:17 21:50:17 #147 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #147 DONE 0.8s 21:50:17 21:50:17 #149 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #149 DONE 0.9s 21:50:17 21:50:17 #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #150 DONE 1.1s 21:50:17 21:50:17 #151 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #151 DONE 0.9s 21:50:17 21:50:17 #152 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #152 DONE 0.9s 21:50:17 21:50:17 #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 21:50:17 #153 ... 21:50:17 21:50:17 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 21:50:17 #154 DONE 0.4s 21:50:17 21:50:17 #155 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #155 CACHED 21:50:17 21:50:17 #156 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 21:50:17 #156 CACHED 21:50:17 21:50:17 #157 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #157 CACHED 21:50:17 21:50:17 #158 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 21:50:17 #158 CACHED 21:50:17 21:50:17 #159 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 21:50:17 #159 DONE 0.3s 21:50:17 21:50:17 #160 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 21:50:17 #160 CACHED 21:50:17 21:50:17 #161 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #161 CACHED 21:50:17 21:50:17 #162 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 21:50:17 #162 CACHED 21:50:17 21:50:17 #163 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 21:50:17 #163 CACHED 21:50:17 21:50:17 #164 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 21:50:17 #164 DONE 0.4s 21:50:17 21:50:17 #165 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:50:17 #165 ... 21:50:17 21:50:17 #166 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 21:50:17 #166 DONE 0.4s 21:50:17 21:50:17 #167 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 21:50:17 #167 DONE 0.4s 21:50:17 21:50:17 #168 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 21:50:17 #168 DONE 0.3s 21:50:17 21:50:17 #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 21:50:17 #153 DONE 0.4s 21:50:18 21:50:18 #169 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:50:20 #1 [security-spire-config internal] load build definition from Dockerfile 21:50:20 #1 transferring dockerfile: 2.58kB done 21:50:20 #1 DONE 0.1s 21:50:20 21:50:20 #2 [security-bootstrapper internal] load build definition from Dockerfile 21:50:20 #2 transferring dockerfile: 2.82kB 0.0s done 21:50:20 #2 DONE 0.1s 21:50:20 #169 ... 21:50:20 21:50:20 #165 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:50:20 #165 DONE 2.5s 21:50:20 21:50:20 #170 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:50:20 #170 DONE 2.6s 21:50:20 21:50:20 #171 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:50:20 #171 DONE 2.6s 21:50:20 21:50:20 #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:50:20 #172 DONE 2.6s 21:50:20 21:50:20 #173 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:50:20 #173 DONE 2.5s 21:50:20 21:50:20 #174 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 21:50:20 #174 DONE 2.7s 21:50:20 21:50:20 #175 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:50:20 #175 DONE 2.5s 21:50:20 21:50:20 #176 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:50:20 #176 DONE 2.6s 21:50:20 21:50:20 #177 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:50:20 #177 DONE 2.5s 21:50:20 21:50:20 #178 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 21:50:20 #178 ... 21:50:20 21:50:20 #179 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:50:20 #179 DONE 2.5s 21:50:20 21:50:20 #169 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 21:50:20 #169 DONE 2.6s 21:50:20 21:50:20 #180 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 21:50:20 #180 DONE 0.4s 21:50:20 21:50:20 #181 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:50:20 #181 ... 21:50:20 21:50:20 #182 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 21:50:20 #182 DONE 0.4s 21:50:20 21:50:20 #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:50:20 #183 DONE 0.4s 21:50:20 21:50:20 #184 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 21:50:20 #184 DONE 0.5s 21:50:20 21:50:20 #3 [security-proxy-auth internal] load build definition from Dockerfile 21:50:20 #3 transferring dockerfile: 2.04kB done 21:50:20 #3 DONE 0.0s 21:50:20 21:50:20 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 21:50:20 #4 transferring dockerfile: 2.12kB done 21:50:20 #4 DONE 0.0s 21:50:20 21:50:20 #5 [core-metadata internal] load build definition from Dockerfile 21:50:20 #5 transferring dockerfile: 1.96kB done 21:50:20 #5 DONE 0.0s 21:50:20 21:50:20 #6 [security-secretstore-setup internal] load build definition from Dockerfile 21:50:21 21:50:21 #185 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 21:50:21 #185 DONE 0.5s 21:50:21 21:50:21 #186 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 21:50:21 #186 DONE 0.4s 21:50:21 21:50:21 #145 [core-data] exporting to image 21:50:21 #145 ... 21:50:21 21:50:21 #187 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 21:50:21 #187 DONE 0.6s 21:50:21 21:50:21 #178 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 21:50:21 #178 DONE 0.6s 21:50:21 21:50:21 #188 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 21:50:21 #188 DONE 0.6s 21:50:21 21:50:21 #145 [security-spiffe-token-provider] exporting to image 21:50:21 #145 ... 21:50:21 21:50:21 #181 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:50:21 #181 DONE 0.6s 21:50:21 21:50:21 #189 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 21:50:21 #189 DONE 0.6s 21:50:21 21:50:21 #145 [support-notifications] exporting to image 21:50:21 #145 exporting layers 0.2s done 21:50:21 #6 transferring dockerfile: 2.38kB done 21:50:21 #6 DONE 0.1s 21:50:21 21:50:21 #7 [core-command internal] load build definition from Dockerfile 21:50:21 #7 transferring dockerfile: 1.82kB 0.0s done 21:50:21 #7 DONE 0.1s 21:50:21 21:50:21 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 21:50:21 #8 transferring dockerfile: 1.78kB done 21:50:21 #8 DONE 0.1s 21:50:21 21:50:21 #9 [core-data internal] load build definition from Dockerfile 21:50:21 #145 ... 21:50:21 21:50:21 #190 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:50:21 #190 DONE 0.5s 21:50:21 21:50:21 #191 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 21:50:21 #191 DONE 0.5s 21:50:21 21:50:21 #192 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:50:21 #192 DONE 0.6s 21:50:21 21:50:21 #145 [core-metadata] exporting to image 21:50:21 #145 ... 21:50:21 21:50:21 #193 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 21:50:21 #193 DONE 0.3s 21:50:21 21:50:21 #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 21:50:21 #194 DONE 0.3s 21:50:21 21:50:21 #195 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:50:21 #195 DONE 0.3s 21:50:21 21:50:21 #145 [core-metadata] exporting to image 21:50:21 #145 exporting layers 0.3s done 21:50:21 #145 writing image sha256:00c325d96551b8dc9263edafac737f6de243b5a564c9e0f600eacbaf5428f40c 21:50:21 #9 transferring dockerfile: 1.90kB 0.0s done 21:50:21 #9 DONE 0.1s 21:50:21 21:50:21 #10 [support-notifications internal] load build definition from Dockerfile 21:50:21 #10 transferring dockerfile: 1.84kB done 21:50:21 #10 DONE 0.1s 21:50:21 21:50:21 #11 [security-spire-agent internal] load build definition from Dockerfile 21:50:21 #11 transferring dockerfile: 2.68kB done 21:50:21 #11 DONE 0.1s 21:50:21 21:50:21 #12 [support-scheduler internal] load build definition from Dockerfile 21:50:21 #12 transferring dockerfile: 1.82kB done 21:50:21 #12 DONE 0.1s 21:50:21 21:50:21 #13 [security-proxy-setup internal] load build definition from Dockerfile 21:50:21 #145 writing image sha256:00c325d96551b8dc9263edafac737f6de243b5a564c9e0f600eacbaf5428f40c done 21:50:21 #145 writing image sha256:eff4494004a38264eeacb1ead3d3f08ca6448cd4b4a5b098352e1c1db3a77d02 done 21:50:21 #145 writing image sha256:80d8c1f1ba9c8ae4afa25dd804723bc75889e25cf443558bfc8f141293113eab 21:50:21 #145 writing image sha256:72d014860b7c0da68b05af17907db0b6784b786c25b33dab576ac9af911f4076 21:50:21 #145 writing image sha256:76bf344515871b36520ee45d9df8b64777973f4e56c7a4d88eb4829f0eeb4e73 done 21:50:21 #145 naming to docker.io/library/support-notifications done 21:50:21 #145 naming to docker.io/library/support-scheduler done 21:50:21 #145 naming to docker.io/library/core-data done 21:50:21 #13 transferring dockerfile: 2.06kB 0.0s done 21:50:21 #13 DONE 0.1s 21:50:21 21:50:21 #14 [security-spire-server internal] load build definition from Dockerfile 21:50:21 #14 transferring dockerfile: 2.63kB done 21:50:21 #14 DONE 0.1s 21:50:21 21:50:21 #15 [security-spire-config internal] load .dockerignore 21:50:21 #15 transferring context: 56B done 21:50:21 #15 DONE 0.0s 21:50:22 #145 ... 21:50:22 21:50:22 #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:50:22 #196 DONE 0.8s 21:50:22 21:50:22 #145 [core-command] exporting to image 21:50:22 #145 exporting layers 0.8s done 21:50:22 #145 writing image sha256:80d8c1f1ba9c8ae4afa25dd804723bc75889e25cf443558bfc8f141293113eab 0.7s done 21:50:22 #145 writing image sha256:72d014860b7c0da68b05af17907db0b6784b786c25b33dab576ac9af911f4076 0.7s done 21:50:22 #145 naming to docker.io/library/security-spiffe-token-provider done 21:50:22 #145 naming to docker.io/library/core-command done 21:50:22 #145 writing image sha256:f5b627be0af87e7d5afb4f17e95c5287cb6458112be5a146f0a4e287d4c84918 done 21:50:22 #145 naming to docker.io/library/core-metadata done 21:50:22 #145 DONE 25.8s 21:50:22 21:50:22 #197 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:50:22 #197 DONE 0.8s 21:50:22 21:50:22 #198 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 21:50:22 21:50:22 #16 [security-bootstrapper internal] load .dockerignore 21:50:22 #16 transferring context: 56B done 21:50:22 #16 DONE 0.0s 21:50:22 #198 DONE 0.3s 21:50:22 21:50:22 #199 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:50:22 #199 DONE 0.4s 21:50:22 21:50:22 #200 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:50:22 #200 DONE 1.3s 21:50:22 21:50:22 #201 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:50:22 #201 DONE 0.1s 21:50:22 21:50:22 #202 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 21:50:22 #202 DONE 0.1s 21:50:22 21:50:22 #203 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 21:50:22 #203 DONE 0.0s 21:50:22 21:50:22 #204 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 21:50:22 #204 DONE 0.1s 21:50:22 21:50:22 #145 [core-common-config-bootstrapper] exporting to image 21:50:22 #145 exporting layers 0.2s done 21:50:22 #145 writing image sha256:2ae789cda45031bbf878376663f02b564ab0aee0595e2065e2a388257b666e2e done 21:50:22 #145 naming to docker.io/library/core-common-config-bootstrapper done 21:50:22 #145 DONE 26.0s 21:50:22 21:50:22 #205 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:50:22 #205 DONE 0.1s 21:50:22 21:50:22 #206 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 21:50:22 21:50:22 #17 [security-proxy-auth internal] load .dockerignore 21:50:22 #17 transferring context: 56B 0.0s done 21:50:22 #17 DONE 0.1s 21:50:22 21:50:22 #18 [core-common-config-bootstrapper internal] load .dockerignore 21:50:22 #18 transferring context: 56B 0.0s done 21:50:22 #18 DONE 0.1s 21:50:22 21:50:22 #19 [core-metadata internal] load .dockerignore 21:50:22 #19 transferring context: 56B 0.0s done 21:50:22 #19 DONE 0.1s 21:50:22 21:50:22 #20 [security-secretstore-setup internal] load .dockerignore 21:50:22 #20 transferring context: 56B 0.0s done 21:50:22 #206 ... 21:50:22 21:50:22 #207 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:50:22 #207 DONE 1.5s 21:50:22 21:50:22 #208 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:50:22 #208 DONE 1.7s 21:50:22 #20 DONE 0.1s 21:50:22 21:50:22 #21 [core-command internal] load .dockerignore 21:50:22 #21 transferring context: 56B 0.0s done 21:50:22 #21 DONE 0.1s 21:50:22 21:50:22 #22 [security-spiffe-token-provider internal] load .dockerignore 21:50:22 #22 transferring context: 56B 0.0s done 21:50:22 #22 DONE 0.1s 21:50:22 21:50:22 #23 [core-data internal] load .dockerignore 21:50:22 #23 transferring context: 56B done 21:50:22 #23 DONE 0.1s 21:50:22 21:50:22 #24 [support-notifications internal] load .dockerignore 21:50:23 21:50:23 #145 [security-proxy-auth] exporting to image 21:50:23 #145 exporting layers 0.1s done 21:50:23 #145 writing image sha256:3eaed86381fdda1294887e779d4c3ede3a06be7995526cc3a92256a573be8fa5 done 21:50:23 #145 naming to docker.io/library/security-proxy-setup done 21:50:23 #145 writing image sha256:4d858c7bb58fb81fc04e901cabab266d5152cdb8c7e080d6b8e9bf0a72e66c7e done 21:50:23 #145 naming to docker.io/library/security-proxy-auth done 21:50:23 #145 DONE 26.2s 21:50:23 21:50:23 #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:50:23 #24 transferring context: 56B 0.0s done 21:50:23 #24 DONE 0.1s 21:50:23 21:50:23 #25 [security-spire-agent internal] load .dockerignore 21:50:23 #25 transferring context: 56B done 21:50:23 #25 DONE 0.1s 21:50:23 21:50:23 #26 [support-scheduler internal] load .dockerignore 21:50:23 #26 transferring context: 56B 0.0s done 21:50:23 #26 DONE 0.1s 21:50:23 21:50:23 #27 [security-proxy-setup internal] load .dockerignore 21:50:23 #27 transferring context: 56B done 21:50:23 #27 DONE 0.1s 21:50:23 21:50:23 #28 [security-spire-server internal] load .dockerignore 21:50:23 #209 DONE 0.8s 21:50:23 21:50:23 #145 [security-secretstore-setup] exporting to image 21:50:23 #145 ... 21:50:23 21:50:23 #206 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 21:50:23 #206 DONE 0.7s 21:50:23 21:50:23 #145 [security-bootstrapper] exporting to image 21:50:23 #28 transferring context: 56B done 21:50:23 #28 DONE 0.1s 21:50:23 21:50:23 #29 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:23 #29 DONE 0.0s 21:50:23 21:50:23 #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 21:50:23 #30 DONE 0.1s 21:50:23 21:50:23 #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:23 #145 exporting layers 0.3s done 21:50:23 #145 exporting layers 0.3s done 21:50:23 #145 writing image sha256:1c55492864306ac1407968264cc559f32a9c0af39479dcd666474a93483b0207 done 21:50:23 #145 naming to docker.io/library/security-secretstore-setup done 21:50:23 #145 writing image sha256:cbc55f0d3e971c4ac3c2b8f74537d25d691d52af2e207a7f02ba5a747593e67a done 21:50:23 #145 naming to docker.io/library/security-bootstrapper done 21:50:23 #145 DONE 26.6s 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 21:50:23 time="2023-08-14T21:47:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 21:50:23 $ docker stop --time=1 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 21:50:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s 21:50:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:23 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 21:50:24 #31 ... 21:50:24 21:50:24 #32 [security-spire-config internal] load build context 21:50:24 #32 transferring context: 2.56MB 0.5s done 21:50:24 #32 DONE 0.7s 21:50:24 21:50:24 #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:24 #31 ... 21:50:24 21:50:24 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:24 #29 DONE 0.0s 21:50:24 21:50:24 #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:24 #31 ... 21:50:24 21:50:24 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:24 #29 DONE 0.0s 21:50:24 21:50:24 #33 [security-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:24 #33 DONE 1.5s 21:50:24 21:50:24 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:24 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:24 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:24 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:24 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:24 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:24 #31 ... 21:50:24 21:50:24 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:24 #29 DONE 0.0s 21:50:24 21:50:24 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:24 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:24 #31 ... 21:50:24 21:50:24 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 21:50:24 #30 DONE 0.3s 21:50:24 21:50:24 #33 [core-common-config-bootstrapper builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:24 #33 DONE 1.6s 21:50:24 21:50:24 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:24 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:24 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:24 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:24 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:24 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:24 #31 ... 21:50:24 21:50:24 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:24 #29 DONE 0.0s 21:50:24 21:50:24 #34 [security-spire-config builder 2/9] WORKDIR /edgex-go 21:50:24 #34 DONE 0.6s 21:50:24 21:50:24 #35 [security-bootstrapper internal] load build context 21:50:24 $ docker rm -f --volumes 1b40305d66e22294cc0a85a511148b54c319a384b1916a5deb946e77f5090868 [Pipeline] // withDockerContainer [Pipeline] sh 21:50:25 #35 ... 21:50:25 21:50:25 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:25 #29 DONE 0.0s 21:50:25 21:50:25 #33 [core-metadata builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:25 #33 DONE 1.6s 21:50:25 21:50:25 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 21:50:25 #30 DONE 0.7s 21:50:25 21:50:25 #34 [core-metadata builder 2/9] WORKDIR /edgex-go 21:50:25 #34 DONE 0.7s 21:50:25 21:50:25 #35 [security-bootstrapper internal] load build context 21:50:25 + docker images 21:50:25 REPOSITORY TAG IMAGE ID CREATED SIZE 21:50:25 security-bootstrapper latest cbc55f0d3e97 2 seconds ago 23MB 21:50:25 security-secretstore-setup latest 1c5549286430 2 seconds ago 44.1MB 21:50:25 core-common-config-bootstrapper latest 2ae789cda450 3 seconds ago 18MB 21:50:25 security-proxy-setup latest 3eaed86381fd 3 seconds ago 19.6MB 21:50:25 security-proxy-auth latest 4d858c7bb58f 3 seconds ago 19.4MB 21:50:25 core-metadata latest f5b627be0af8 4 seconds ago 21.6MB 21:50:25 support-scheduler latest 00c325d96551 5 seconds ago 33.7MB 21:50:25 core-data latest eff4494004a3 5 seconds ago 21.2MB 21:50:25 support-notifications latest 76bf34451587 5 seconds ago 34.3MB 21:50:25 core-command latest 72d014860b7c 5 seconds ago 21MB 21:50:25 security-spiffe-token-provider latest 80d8c1f1ba9c 5 seconds ago 33.5MB 21:50:25 security-spire-agent latest 648941115224 9 seconds ago 161MB 21:50:25 security-spire-server latest 911d5bb6e4c0 11 seconds ago 103MB 21:50:25 security-spire-config latest 6f3c165a6c85 36 seconds ago 102MB 21:50:25 ci-base-image-x86_64 latest 27f57bfcce35 5 minutes ago 1.07GB 21:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 4 weeks ago 696MB 21:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 21:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:50:25 provisioning config files... 21:50:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config4481529718888301631tmp 21:50:25 #35 ... 21:50:25 21:50:25 #33 [security-secretstore-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:25 #33 DONE 1.6s 21:50:25 21:50:25 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:25 #29 DONE 0.0s 21:50:25 21:50:25 #34 [security-secretstore-setup builder 2/9] WORKDIR /edgex-go 21:50:25 #34 DONE 0.7s 21:50:25 21:50:25 #35 [security-bootstrapper internal] load build context 21:50:25 #35 ... 21:50:25 21:50:25 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 21:50:25 #30 DONE 0.9s 21:50:25 21:50:25 #35 [security-bootstrapper internal] load build context 21:50:25 #35 ... 21:50:25 21:50:25 #33 [core-command builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:25 #33 DONE 1.7s 21:50:25 21:50:25 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:25 #29 DONE 0.0s 21:50:25 21:50:25 #34 [core-command builder 2/9] WORKDIR /edgex-go 21:50:25 #34 DONE 0.7s 21:50:25 21:50:25 #35 [security-bootstrapper internal] load build context [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:50:25 #35 transferring context: 2.56MB 1.1s done 21:50:25 #35 ... 21:50:25 21:50:25 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:25 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:25 #31 DONE 2.9s 21:50:25 ---> docker-login.sh 21:50:25 nexus3.edgexfoundry.org:10001 21:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:25 Configure a credential helper to remove this warning. See 21:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:25 21:50:25 Login Succeeded 21:50:25 nexus3.edgexfoundry.org:10002 21:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:25 Configure a credential helper to remove this warning. See 21:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:25 21:50:25 Login Succeeded 21:50:25 nexus3.edgexfoundry.org:10003 21:50:25 21:50:25 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:25 #29 DONE 0.0s 21:50:25 21:50:25 #35 [security-bootstrapper internal] load build context 21:50:25 #35 DONE 1.3s 21:50:25 21:50:25 #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:50:25 #36 ... 21:50:25 21:50:25 #37 [security-proxy-auth internal] load build context 21:50:25 #37 transferring context: 2.56MB 1.2s done 21:50:25 #37 DONE 1.4s 21:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:25 Configure a credential helper to remove this warning. See 21:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:25 21:50:25 Login Succeeded 21:50:25 nexus3.edgexfoundry.org:10004 21:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:25 Configure a credential helper to remove this warning. See 21:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:25 21:50:25 Login Succeeded 21:50:25 docker.io 21:50:26 21:50:26 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:26 #29 DONE 0.0s 21:50:26 21:50:26 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 21:50:26 #30 DONE 1.6s 21:50:26 21:50:26 #38 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 21:50:26 #38 ... 21:50:26 21:50:26 #33 [security-spiffe-token-provider builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:26 #33 DONE 1.8s 21:50:26 21:50:26 #34 [security-spiffe-token-provider builder 2/9] WORKDIR /edgex-go 21:50:26 #34 DONE 0.8s 21:50:26 21:50:26 #29 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:26 #29 DONE 0.0s 21:50:26 21:50:26 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:26 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:26 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:26 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:26 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:26 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:26 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:26 #31 DONE 3.0s 21:50:26 21:50:26 #38 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 21:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:50:26 Configure a credential helper to remove this warning. See 21:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:50:26 21:50:26 Login Succeeded 21:50:26 ---> docker-login.sh ends [Pipeline] } 21:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:50:26 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:50:26 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:26 latest 21:50:26 3.1.0-dev.24 21:50:26 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:26 main 21:50:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:26 #38 ... 21:50:26 21:50:26 #39 [core-common-config-bootstrapper internal] load build context 21:50:26 #39 transferring context: 2.56MB 1.3s done 21:50:26 #39 DONE 1.7s 21:50:26 21:50:26 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:26 #29 DONE 0.0s 21:50:26 21:50:26 #40 [core-command internal] load build context 21:50:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:26 #40 ... 21:50:26 21:50:26 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:26 #29 DONE 0.0s 21:50:26 21:50:26 #40 [core-command internal] load build context 21:50:26 #40 ... 21:50:26 21:50:26 #29 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 21:50:26 #29 DONE 0.0s 21:50:26 21:50:26 #41 [core-metadata internal] load build context 21:50:26 #41 transferring context: 2.56MB 1.1s done 21:50:26 #41 DONE 1.6s 21:50:26 21:50:26 #40 [core-command internal] load build context 21:50:26 #40 transferring context: 2.56MB 1.0s done 21:50:26 + docker push nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:50:26 4097818e5c42: Preparing 21:50:26 209e7e1c0880: Preparing 21:50:26 c09573c205f3: Preparing 21:50:26 37758cb6852c: Preparing 21:50:26 acfa142be7b8: Preparing 21:50:26 36b50b131297: Preparing 21:50:26 36b50b131297: Waiting 21:50:26 37758cb6852c: Pushed 21:50:26 c09573c205f3: Pushed 21:50:26 acfa142be7b8: Pushed 21:50:27 #40 ... 21:50:27 21:50:27 #33 [security-proxy-setup builder 1/9] FROM docker.io/library/ci-base-image-arm64 21:50:27 #33 DONE 1.8s 21:50:27 21:50:27 #34 [security-proxy-setup builder 2/9] WORKDIR /edgex-go 21:50:27 #34 DONE 0.9s 21:50:27 21:50:27 #31 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 21:50:27 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 21:50:27 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 21:50:27 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 21:50:27 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 21:50:27 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 21:50:27 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 21:50:27 #31 DONE 3.0s 21:50:27 21:50:27 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 21:50:27 #30 DONE 2.5s 21:50:27 21:50:27 #42 [security-spire-agent internal] load build context 21:50:27 #42 DONE 0.0s 21:50:27 21:50:27 #43 [security-spire-server internal] load build context 21:50:27 #43 ... 21:50:27 21:50:27 #44 [support-scheduler internal] load build context 21:50:27 #44 DONE 0.0s 21:50:27 21:50:27 #45 [security-proxy-setup internal] load build context 21:50:27 #45 DONE 0.0s 21:50:27 21:50:27 #46 [security-secretstore-setup internal] load build context 21:50:27 #46 transferring context: 2.56MB 1.2s done 21:50:27 #46 DONE 2.2s 21:50:27 21:50:27 #43 [security-spire-server internal] load build context 21:50:27 #43 DONE 0.1s 21:50:27 21:50:27 #44 [support-scheduler internal] load build context 21:50:27 36b50b131297: Layer already exists 21:50:27 4097818e5c42: Pushed 21:50:27 #44 ... 21:50:27 21:50:27 #40 [core-command internal] load build context 21:50:27 #40 DONE 2.4s 21:50:28 21:50:28 #47 [core-data internal] load build context 21:50:28 209e7e1c0880: Pushed 21:50:28 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:50:29 4097818e5c42: Preparing 21:50:29 209e7e1c0880: Preparing 21:50:29 c09573c205f3: Preparing 21:50:29 37758cb6852c: Preparing 21:50:29 acfa142be7b8: Preparing 21:50:29 36b50b131297: Preparing 21:50:29 36b50b131297: Waiting 21:50:29 acfa142be7b8: Layer already exists 21:50:29 209e7e1c0880: Layer already exists 21:50:29 c09573c205f3: Layer already exists 21:50:29 37758cb6852c: Layer already exists 21:50:29 4097818e5c42: Layer already exists 21:50:29 36b50b131297: Layer already exists 21:50:29 latest: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 #47 transferring context: 2.56MB 2.4s done 21:50:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker push nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 21:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:50:29 4097818e5c42: Preparing 21:50:29 209e7e1c0880: Preparing 21:50:29 c09573c205f3: Preparing 21:50:29 37758cb6852c: Preparing 21:50:29 acfa142be7b8: Preparing 21:50:29 36b50b131297: Preparing 21:50:29 36b50b131297: Waiting 21:50:29 acfa142be7b8: Layer already exists 21:50:29 37758cb6852c: Layer already exists 21:50:29 4097818e5c42: Layer already exists 21:50:29 c09573c205f3: Layer already exists 21:50:29 209e7e1c0880: Layer already exists 21:50:29 36b50b131297: Layer already exists 21:50:29 3.1.0-dev.24: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:30 #47 DONE 3.8s 21:50:30 21:50:30 #44 [support-scheduler internal] load build context 21:50:30 + docker push nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:50:30 4097818e5c42: Preparing 21:50:30 209e7e1c0880: Preparing 21:50:30 c09573c205f3: Preparing 21:50:30 37758cb6852c: Preparing 21:50:30 acfa142be7b8: Preparing 21:50:30 36b50b131297: Preparing 21:50:30 36b50b131297: Waiting 21:50:30 37758cb6852c: Layer already exists 21:50:30 4097818e5c42: Layer already exists 21:50:30 209e7e1c0880: Layer already exists 21:50:30 acfa142be7b8: Layer already exists 21:50:30 36b50b131297: Layer already exists 21:50:30 c09573c205f3: Layer already exists 21:50:30 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:30 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:50:30 4097818e5c42: Preparing 21:50:30 209e7e1c0880: Preparing 21:50:30 c09573c205f3: Preparing 21:50:30 37758cb6852c: Preparing 21:50:30 acfa142be7b8: Preparing 21:50:30 36b50b131297: Preparing 21:50:30 36b50b131297: Waiting 21:50:30 37758cb6852c: Layer already exists 21:50:30 4097818e5c42: Layer already exists 21:50:30 c09573c205f3: Layer already exists 21:50:30 acfa142be7b8: Layer already exists 21:50:30 209e7e1c0880: Layer already exists 21:50:30 36b50b131297: Layer already exists 21:50:30 main: digest: sha256:78e6936527c7b53364a88d78087862bdb1a107d5cabd9991c4f3bed2f39cb461 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:30 ===================================================== [Pipeline] echo 21:50:30 taggedImages: 21:50:30 - nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:30 - nexus3.edgexfoundry.org:10004/core-command:latest 21:50:30 - nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.24 21:50:30 - nexus3.edgexfoundry.org:10004/core-command:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:30 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:50:30 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:50:30 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:30 latest 21:50:30 3.1.0-dev.24 21:50:30 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:30 main 21:50:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:50:31 87b3c38dafdd: Preparing 21:50:31 f412114c6156: Preparing 21:50:31 5d9f8f8e7215: Preparing 21:50:31 0523cf9158b3: Preparing 21:50:31 c09573c205f3: Preparing 21:50:31 37758cb6852c: Preparing 21:50:31 acfa142be7b8: Preparing 21:50:31 36b50b131297: Preparing 21:50:31 37758cb6852c: Waiting 21:50:31 acfa142be7b8: Waiting 21:50:31 36b50b131297: Waiting 21:50:31 5d9f8f8e7215: Pushed 21:50:31 f412114c6156: Pushed 21:50:32 #44 ... 21:50:32 21:50:32 #48 [support-notifications internal] load build context 21:50:32 #48 transferring context: 2.56MB 4.2s done 21:50:32 #48 DONE 5.7s 21:50:32 21:50:32 #44 [support-scheduler internal] load build context 21:50:32 c09573c205f3: Layer already exists 21:50:32 0523cf9158b3: Pushed 21:50:32 37758cb6852c: Layer already exists 21:50:32 acfa142be7b8: Layer already exists 21:50:32 36b50b131297: Layer already exists 21:50:32 87b3c38dafdd: Pushed 21:50:33 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:33 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:50:33 87b3c38dafdd: Preparing 21:50:33 f412114c6156: Preparing 21:50:33 5d9f8f8e7215: Preparing 21:50:33 0523cf9158b3: Preparing 21:50:33 c09573c205f3: Preparing 21:50:33 37758cb6852c: Preparing 21:50:33 acfa142be7b8: Preparing 21:50:33 36b50b131297: Preparing 21:50:33 acfa142be7b8: Waiting 21:50:33 36b50b131297: Waiting 21:50:33 37758cb6852c: Waiting 21:50:33 5d9f8f8e7215: Layer already exists 21:50:33 c09573c205f3: Layer already exists 21:50:33 87b3c38dafdd: Layer already exists 21:50:33 f412114c6156: Layer already exists 21:50:33 0523cf9158b3: Layer already exists 21:50:33 36b50b131297: Layer already exists 21:50:33 37758cb6852c: Layer already exists 21:50:33 acfa142be7b8: Layer already exists 21:50:33 latest: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:34 #44 ... 21:50:34 21:50:34 #49 [security-spiffe-token-provider internal] load build context 21:50:34 #49 transferring context: 2.56MB 5.9s done 21:50:34 #49 DONE 7.7s 21:50:34 21:50:34 #44 [support-scheduler internal] load build context 21:50:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:34 #44 ... 21:50:34 21:50:34 #45 [security-proxy-setup internal] load build context 21:50:34 #45 transferring context: 2.56MB 5.0s done 21:50:34 #45 DONE 6.6s 21:50:34 21:50:34 #44 [support-scheduler internal] load build context 21:50:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 21:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:50:34 87b3c38dafdd: Preparing 21:50:34 f412114c6156: Preparing 21:50:34 5d9f8f8e7215: Preparing 21:50:34 0523cf9158b3: Preparing 21:50:34 c09573c205f3: Preparing 21:50:34 37758cb6852c: Preparing 21:50:34 acfa142be7b8: Preparing 21:50:34 36b50b131297: Preparing 21:50:34 36b50b131297: Waiting 21:50:34 37758cb6852c: Waiting 21:50:34 acfa142be7b8: Waiting 21:50:34 0523cf9158b3: Layer already exists 21:50:34 c09573c205f3: Layer already exists 21:50:34 87b3c38dafdd: Layer already exists 21:50:34 5d9f8f8e7215: Layer already exists 21:50:34 f412114c6156: Layer already exists 21:50:34 36b50b131297: Layer already exists 21:50:34 37758cb6852c: Layer already exists 21:50:34 acfa142be7b8: Layer already exists 21:50:34 3.1.0-dev.24: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:34 #44 transferring context: 2.56MB 5.7s done 21:50:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:34 #44 DONE 7.0s 21:50:34 21:50:34 #42 [security-spire-agent internal] load build context 21:50:34 #42 transferring context: 2.56MB 5.8s done 21:50:34 #42 DONE 7.2s 21:50:34 21:50:34 #43 [security-spire-server internal] load build context 21:50:34 #43 ... 21:50:34 21:50:34 #50 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 21:50:34 #0 5.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:34 #0 7.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:34 #0 10.08 OK: 263 MiB in 53 packages 21:50:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:50:35 87b3c38dafdd: Preparing 21:50:35 f412114c6156: Preparing 21:50:35 5d9f8f8e7215: Preparing 21:50:35 0523cf9158b3: Preparing 21:50:35 c09573c205f3: Preparing 21:50:35 37758cb6852c: Preparing 21:50:35 acfa142be7b8: Preparing 21:50:35 36b50b131297: Preparing 21:50:35 37758cb6852c: Waiting 21:50:35 36b50b131297: Waiting 21:50:35 acfa142be7b8: Waiting 21:50:35 f412114c6156: Layer already exists 21:50:35 87b3c38dafdd: Layer already exists 21:50:35 5d9f8f8e7215: Layer already exists 21:50:35 c09573c205f3: Layer already exists 21:50:35 0523cf9158b3: Layer already exists 21:50:35 37758cb6852c: Layer already exists 21:50:35 36b50b131297: Layer already exists 21:50:35 acfa142be7b8: Layer already exists 21:50:35 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:35 #50 ... 21:50:35 21:50:35 #51 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 21:50:35 #0 8.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:35 #51 ... 21:50:35 21:50:35 #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 21:50:35 #0 5.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:35 #0 7.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:35 #0 10.28 OK: 263 MiB in 53 packages 21:50:35 #52 ... 21:50:35 21:50:35 #43 [security-spire-server internal] load build context 21:50:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:50:35 87b3c38dafdd: Preparing 21:50:35 f412114c6156: Preparing 21:50:35 5d9f8f8e7215: Preparing 21:50:35 0523cf9158b3: Preparing 21:50:35 c09573c205f3: Preparing 21:50:35 37758cb6852c: Preparing 21:50:35 acfa142be7b8: Preparing 21:50:35 36b50b131297: Preparing 21:50:35 acfa142be7b8: Waiting 21:50:35 37758cb6852c: Waiting 21:50:35 36b50b131297: Waiting 21:50:35 87b3c38dafdd: Layer already exists 21:50:35 f412114c6156: Layer already exists 21:50:35 c09573c205f3: Layer already exists 21:50:35 5d9f8f8e7215: Layer already exists 21:50:35 0523cf9158b3: Layer already exists 21:50:35 37758cb6852c: Layer already exists 21:50:35 acfa142be7b8: Layer already exists 21:50:35 36b50b131297: Layer already exists 21:50:35 main: digest: sha256:4df6a8b1dc7af4e1c325e6de3b92943b7fb96f39048db085ef3902077c4c3d06 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:35 ===================================================== 21:50:35 #43 transferring context: 2.56MB 7.1s done [Pipeline] echo 21:50:35 taggedImages: 21:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.24 21:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:50:35 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:50:35 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:35 latest 21:50:35 3.1.0-dev.24 21:50:35 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:35 main 21:50:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:35 #43 ... 21:50:35 21:50:35 #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:50:35 #0 8.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:36 #53 ... 21:50:36 21:50:36 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:50:36 #0 9.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:36 + docker push nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:50:36 a2370895ed1c: Preparing 21:50:36 161b61fd4058: Preparing 21:50:36 c09573c205f3: Preparing 21:50:36 37758cb6852c: Preparing 21:50:36 f7b2109c1876: Preparing 21:50:36 36b50b131297: Preparing 21:50:36 36b50b131297: Waiting 21:50:36 37758cb6852c: Layer already exists 21:50:36 c09573c205f3: Layer already exists 21:50:36 36b50b131297: Layer already exists 21:50:36 a2370895ed1c: Pushed 21:50:36 f7b2109c1876: Pushed 21:50:36 #54 ... 21:50:36 21:50:36 #43 [security-spire-server internal] load build context 21:50:36 #43 DONE 8.7s 21:50:36 21:50:36 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:50:36 #0 6.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:36 #0 8.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:36 #55 ... 21:50:36 21:50:36 #50 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 21:50:36 #50 DONE 12.0s 21:50:36 21:50:36 #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 21:50:36 #56 ... 21:50:36 21:50:36 #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 21:50:36 #52 DONE 12.1s 21:50:36 21:50:36 #57 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:50:36 #57 ... 21:50:36 21:50:36 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:50:37 #58 ... 21:50:37 21:50:37 #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 21:50:37 #59 ... 21:50:37 21:50:37 #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:50:37 #60 ... 21:50:37 21:50:37 #61 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 21:50:37 #61 ... 21:50:37 21:50:37 #38 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init 21:50:37 #38 ... 21:50:37 21:50:37 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:50:37 #54 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:37 #54 ... 21:50:37 21:50:37 #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:50:37 161b61fd4058: Pushed 21:50:37 #62 ... 21:50:37 21:50:37 #57 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:50:37 #57 DONE 1.2s 21:50:37 21:50:37 #63 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 21:50:37 #63 ... 21:50:37 21:50:37 #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:50:37 #36 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:37 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:38 #36 ... 21:50:38 21:50:38 #61 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 21:50:38 #61 DONE 1.7s 21:50:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:38 21:50:38 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:50:38 #55 12.06 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:50:38 #55 12.06 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:50:38 #55 12.06 OK: 17694 distinct packages available 21:50:38 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:50:38 a2370895ed1c: Preparing 21:50:38 161b61fd4058: Preparing 21:50:38 c09573c205f3: Preparing 21:50:38 37758cb6852c: Preparing 21:50:38 f7b2109c1876: Preparing 21:50:38 36b50b131297: Preparing 21:50:38 36b50b131297: Waiting 21:50:38 37758cb6852c: Layer already exists 21:50:38 f7b2109c1876: Layer already exists 21:50:38 a2370895ed1c: Layer already exists 21:50:38 c09573c205f3: Layer already exists 21:50:38 161b61fd4058: Layer already exists 21:50:38 36b50b131297: Layer already exists 21:50:38 latest: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:39 + docker push nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 21:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:50:39 a2370895ed1c: Preparing 21:50:39 161b61fd4058: Preparing 21:50:39 c09573c205f3: Preparing 21:50:39 37758cb6852c: Preparing 21:50:39 f7b2109c1876: Preparing 21:50:39 36b50b131297: Preparing 21:50:39 36b50b131297: Waiting 21:50:39 37758cb6852c: Layer already exists 21:50:39 f7b2109c1876: Layer already exists 21:50:39 c09573c205f3: Layer already exists 21:50:39 161b61fd4058: Layer already exists 21:50:39 a2370895ed1c: Layer already exists 21:50:39 36b50b131297: Layer already exists 21:50:39 3.1.0-dev.24: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:39 #55 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:39 + docker push nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:50:39 a2370895ed1c: Preparing 21:50:39 161b61fd4058: Preparing 21:50:39 c09573c205f3: Preparing 21:50:39 37758cb6852c: Preparing 21:50:39 f7b2109c1876: Preparing 21:50:39 36b50b131297: Preparing 21:50:39 36b50b131297: Waiting 21:50:39 37758cb6852c: Layer already exists 21:50:39 c09573c205f3: Layer already exists 21:50:39 161b61fd4058: Layer already exists 21:50:39 a2370895ed1c: Layer already exists 21:50:39 f7b2109c1876: Layer already exists 21:50:39 36b50b131297: Layer already exists 21:50:39 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:39 #55 ... 21:50:39 21:50:39 #51 [security-spire-agent builder 3/9] RUN apk add --update --no-cache make git build-base curl 21:50:39 #51 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:39 #51 14.32 OK: 263 MiB in 53 packages 21:50:39 #51 DONE 16.1s 21:50:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:40 21:50:40 #64 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 21:50:40 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:50:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:50:40 a2370895ed1c: Preparing 21:50:40 161b61fd4058: Preparing 21:50:40 c09573c205f3: Preparing 21:50:40 37758cb6852c: Preparing 21:50:40 f7b2109c1876: Preparing 21:50:40 36b50b131297: Preparing 21:50:40 36b50b131297: Waiting 21:50:40 37758cb6852c: Layer already exists 21:50:40 c09573c205f3: Layer already exists 21:50:40 f7b2109c1876: Layer already exists 21:50:40 a2370895ed1c: Layer already exists 21:50:40 161b61fd4058: Layer already exists 21:50:40 36b50b131297: Layer already exists 21:50:40 main: digest: sha256:159f4df93d4a522c72e39849ebfb82454bddb43aa7ca1d65027ba7e8a4da419a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:40 ===================================================== [Pipeline] echo 21:50:40 taggedImages: 21:50:40 - nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:40 - nexus3.edgexfoundry.org:10004/core-data:latest 21:50:40 - nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.24 21:50:40 - nexus3.edgexfoundry.org:10004/core-data:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:40 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:50:40 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:50:40 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:40 latest 21:50:40 3.1.0-dev.24 21:50:40 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:40 main 21:50:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:50:41 910e6bb330dc: Preparing 21:50:41 136836264f5e: Preparing 21:50:41 4360d78b017c: Preparing 21:50:41 c09573c205f3: Preparing 21:50:41 37758cb6852c: Preparing 21:50:41 acfa142be7b8: Preparing 21:50:41 36b50b131297: Preparing 21:50:41 acfa142be7b8: Waiting 21:50:41 36b50b131297: Waiting 21:50:41 c09573c205f3: Layer already exists 21:50:41 37758cb6852c: Layer already exists 21:50:41 acfa142be7b8: Layer already exists 21:50:41 36b50b131297: Layer already exists 21:50:41 910e6bb330dc: Pushed 21:50:41 136836264f5e: Pushed 21:50:41 #64 DONE 1.0s 21:50:41 21:50:41 #65 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:43 4360d78b017c: Pushed 21:50:43 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:43 #65 ... 21:50:43 21:50:43 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 21:50:43 #54 15.63 OK: 263 MiB in 53 packages 21:50:43 #54 DONE 16.8s 21:50:43 21:50:43 #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ 21:50:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:50:43 910e6bb330dc: Preparing 21:50:43 136836264f5e: Preparing 21:50:43 4360d78b017c: Preparing 21:50:43 c09573c205f3: Preparing 21:50:43 37758cb6852c: Preparing 21:50:43 acfa142be7b8: Preparing 21:50:43 36b50b131297: Preparing 21:50:43 acfa142be7b8: Waiting 21:50:43 c09573c205f3: Layer already exists 21:50:43 4360d78b017c: Layer already exists 21:50:43 37758cb6852c: Layer already exists 21:50:43 136836264f5e: Layer already exists 21:50:43 910e6bb330dc: Layer already exists 21:50:43 acfa142be7b8: Layer already exists 21:50:43 36b50b131297: Layer already exists 21:50:43 latest: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:43 #66 DONE 0.6s 21:50:43 21:50:43 #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 21:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:50:44 910e6bb330dc: Preparing 21:50:44 136836264f5e: Preparing 21:50:44 4360d78b017c: Preparing 21:50:44 c09573c205f3: Preparing 21:50:44 37758cb6852c: Preparing 21:50:44 acfa142be7b8: Preparing 21:50:44 36b50b131297: Preparing 21:50:44 acfa142be7b8: Waiting 21:50:44 36b50b131297: Waiting 21:50:44 136836264f5e: Layer already exists 21:50:44 4360d78b017c: Layer already exists 21:50:44 37758cb6852c: Layer already exists 21:50:44 910e6bb330dc: Layer already exists 21:50:44 c09573c205f3: Layer already exists 21:50:44 acfa142be7b8: Layer already exists 21:50:44 36b50b131297: Layer already exists 21:50:44 3.1.0-dev.24: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:44 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:50:44 910e6bb330dc: Preparing 21:50:44 136836264f5e: Preparing 21:50:44 4360d78b017c: Preparing 21:50:44 c09573c205f3: Preparing 21:50:44 37758cb6852c: Preparing 21:50:44 acfa142be7b8: Preparing 21:50:44 36b50b131297: Preparing 21:50:44 36b50b131297: Waiting 21:50:44 acfa142be7b8: Waiting 21:50:44 c09573c205f3: Layer already exists 21:50:44 910e6bb330dc: Layer already exists 21:50:44 37758cb6852c: Layer already exists 21:50:44 136836264f5e: Layer already exists 21:50:44 4360d78b017c: Layer already exists 21:50:44 acfa142be7b8: Layer already exists 21:50:44 36b50b131297: Layer already exists 21:50:44 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:50:45 910e6bb330dc: Preparing 21:50:45 136836264f5e: Preparing 21:50:45 4360d78b017c: Preparing 21:50:45 c09573c205f3: Preparing 21:50:45 37758cb6852c: Preparing 21:50:45 acfa142be7b8: Preparing 21:50:45 36b50b131297: Preparing 21:50:45 acfa142be7b8: Waiting 21:50:45 36b50b131297: Waiting 21:50:45 136836264f5e: Layer already exists 21:50:45 37758cb6852c: Layer already exists 21:50:45 910e6bb330dc: Layer already exists 21:50:45 4360d78b017c: Layer already exists 21:50:45 c09573c205f3: Layer already exists 21:50:45 acfa142be7b8: Layer already exists 21:50:45 36b50b131297: Layer already exists 21:50:45 main: digest: sha256:9b96d2c60b7d1ca7b16a93e4c705ad58ee048ec0c4aed17712b4b835ef08ef0a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:45 ===================================================== [Pipeline] echo 21:50:45 taggedImages: 21:50:45 - nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:45 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:50:45 - nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.24 21:50:45 - nexus3.edgexfoundry.org:10004/core-metadata:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:45 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:50:45 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:50:45 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:45 latest 21:50:45 3.1.0-dev.24 21:50:45 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:45 main 21:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:50:46 d18c415ac9e7: Preparing 21:50:46 477ffbe61a05: Preparing 21:50:46 4b91cc26bf72: Preparing 21:50:46 816b031a2f0c: Preparing 21:50:46 18536dbf9c90: Preparing 21:50:46 f02c33c83bfc: Preparing 21:50:46 de275664f8eb: Preparing 21:50:46 c09573c205f3: Preparing 21:50:46 37758cb6852c: Preparing 21:50:46 59faf5297e5e: Preparing 21:50:46 1d42744f85d7: Preparing 21:50:46 5f70bf18a086: Preparing 21:50:46 a29671c21424: Preparing 21:50:46 014f56a37d13: Preparing 21:50:46 36b50b131297: Preparing 21:50:46 de275664f8eb: Waiting 21:50:46 5f70bf18a086: Waiting 21:50:46 c09573c205f3: Waiting 21:50:46 a29671c21424: Waiting 21:50:46 37758cb6852c: Waiting 21:50:46 014f56a37d13: Waiting 21:50:46 59faf5297e5e: Waiting 21:50:46 36b50b131297: Waiting 21:50:46 f02c33c83bfc: Waiting 21:50:46 1d42744f85d7: Waiting 21:50:46 d18c415ac9e7: Pushed 21:50:46 816b031a2f0c: Pushed 21:50:46 477ffbe61a05: Pushed 21:50:46 18536dbf9c90: Pushed 21:50:46 4b91cc26bf72: Pushed 21:50:46 c09573c205f3: Layer already exists 21:50:46 37758cb6852c: Layer already exists 21:50:46 f02c33c83bfc: Pushed 21:50:46 #67 ... 21:50:46 21:50:46 #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:50:46 #53 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:46 #53 14.80 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:50:46 #53 14.80 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:50:46 #53 14.80 OK: 17689 distinct packages available 21:50:46 #53 15.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:46 #53 18.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:46 #53 ... 21:50:46 21:50:46 #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:50:46 #36 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:46 #36 18.90 (1/4) Installing ca-certificates (20230506-r0) 21:50:46 #36 19.36 (2/4) Installing dumb-init (1.2.5-r2) 21:50:46 #36 19.40 (3/4) Installing su-exec (0.2-r2) 21:50:46 #36 19.42 (4/4) Installing yq (4.30.4-r4) 21:50:46 #36 20.38 Executing busybox-1.35.0-r29.trigger 21:50:46 #36 20.46 Executing ca-certificates-20230506-r0.trigger 21:50:46 5f70bf18a086: Pushed 21:50:46 1d42744f85d7: Pushed 21:50:46 59faf5297e5e: Pushed 21:50:46 36b50b131297: Layer already exists 21:50:46 a29671c21424: Pushed 21:50:46 014f56a37d13: Pushed 21:50:47 #36 ... 21:50:47 21:50:47 #38 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 21:50:47 #38 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:47 #38 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:47 #38 20.16 (1/1) Installing dumb-init (1.2.5-r2) 21:50:47 #38 20.19 Executing busybox-1.35.0-r29.trigger 21:50:47 #38 20.28 OK: 8 MiB in 16 packages 21:50:47 #38 DONE 21.7s 21:50:47 21:50:47 #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 21:50:47 #56 13.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:47 #56 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:47 #56 21.26 (1/2) Installing dumb-init (1.2.5-r2) 21:50:47 #56 21.31 (2/2) Installing su-exec (0.2-r2) 21:50:47 #56 21.32 Executing busybox-1.35.0-r29.trigger 21:50:47 #56 21.49 OK: 8 MiB in 17 packages 21:50:47 #56 ... 21:50:47 21:50:47 #68 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:48 #68 ... 21:50:48 21:50:48 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:50:48 #58 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:48 #58 18.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:48 #58 ... 21:50:48 21:50:48 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 21:50:48 #55 15.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:48 #55 20.86 OK: 263 MiB in 53 packages 21:50:48 #55 DONE 21.9s 21:50:48 21:50:48 #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:48 #69 ... 21:50:48 21:50:48 #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 21:50:48 de275664f8eb: Pushed 21:50:48 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 21:50:48 #70 DONE 0.5s 21:50:48 21:50:48 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 21:50:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:50:49 d18c415ac9e7: Preparing 21:50:49 477ffbe61a05: Preparing 21:50:49 4b91cc26bf72: Preparing 21:50:49 816b031a2f0c: Preparing 21:50:49 18536dbf9c90: Preparing 21:50:49 f02c33c83bfc: Preparing 21:50:49 de275664f8eb: Preparing 21:50:49 c09573c205f3: Preparing 21:50:49 37758cb6852c: Preparing 21:50:49 59faf5297e5e: Preparing 21:50:49 1d42744f85d7: Preparing 21:50:49 5f70bf18a086: Preparing 21:50:49 a29671c21424: Preparing 21:50:49 014f56a37d13: Preparing 21:50:49 36b50b131297: Preparing 21:50:49 37758cb6852c: Waiting 21:50:49 59faf5297e5e: Waiting 21:50:49 1d42744f85d7: Waiting 21:50:49 5f70bf18a086: Waiting 21:50:49 a29671c21424: Waiting 21:50:49 014f56a37d13: Waiting 21:50:49 36b50b131297: Waiting 21:50:49 f02c33c83bfc: Waiting 21:50:49 de275664f8eb: Waiting 21:50:49 c09573c205f3: Waiting 21:50:49 18536dbf9c90: Layer already exists 21:50:49 816b031a2f0c: Layer already exists 21:50:49 4b91cc26bf72: Layer already exists 21:50:49 477ffbe61a05: Layer already exists 21:50:49 d18c415ac9e7: Layer already exists 21:50:49 de275664f8eb: Layer already exists 21:50:49 f02c33c83bfc: Layer already exists 21:50:49 c09573c205f3: Layer already exists 21:50:49 59faf5297e5e: Layer already exists 21:50:49 37758cb6852c: Layer already exists 21:50:49 1d42744f85d7: Layer already exists 21:50:49 5f70bf18a086: Layer already exists 21:50:49 36b50b131297: Layer already exists 21:50:49 014f56a37d13: Layer already exists 21:50:49 a29671c21424: Layer already exists 21:50:49 latest: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 21:50:49 #71 ... 21:50:49 21:50:49 #56 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 21:50:49 #56 DONE 23.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:49 21:50:49 #72 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 21:50:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 21:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:50:49 d18c415ac9e7: Preparing 21:50:49 477ffbe61a05: Preparing 21:50:49 4b91cc26bf72: Preparing 21:50:49 816b031a2f0c: Preparing 21:50:49 18536dbf9c90: Preparing 21:50:49 f02c33c83bfc: Preparing 21:50:49 de275664f8eb: Preparing 21:50:49 c09573c205f3: Preparing 21:50:49 37758cb6852c: Preparing 21:50:49 59faf5297e5e: Preparing 21:50:49 1d42744f85d7: Preparing 21:50:49 5f70bf18a086: Preparing 21:50:49 a29671c21424: Preparing 21:50:49 014f56a37d13: Preparing 21:50:49 36b50b131297: Preparing 21:50:49 de275664f8eb: Waiting 21:50:49 c09573c205f3: Waiting 21:50:49 37758cb6852c: Waiting 21:50:49 59faf5297e5e: Waiting 21:50:49 1d42744f85d7: Waiting 21:50:49 5f70bf18a086: Waiting 21:50:49 a29671c21424: Waiting 21:50:49 014f56a37d13: Waiting 21:50:49 36b50b131297: Waiting 21:50:49 f02c33c83bfc: Waiting 21:50:49 d18c415ac9e7: Layer already exists 21:50:49 18536dbf9c90: Layer already exists 21:50:49 4b91cc26bf72: Layer already exists 21:50:49 816b031a2f0c: Layer already exists 21:50:49 477ffbe61a05: Layer already exists 21:50:49 f02c33c83bfc: Layer already exists 21:50:49 c09573c205f3: Layer already exists 21:50:49 59faf5297e5e: Layer already exists 21:50:49 de275664f8eb: Layer already exists 21:50:49 37758cb6852c: Layer already exists 21:50:49 1d42744f85d7: Layer already exists 21:50:49 5f70bf18a086: Layer already exists 21:50:49 014f56a37d13: Layer already exists 21:50:49 36b50b131297: Layer already exists 21:50:49 a29671c21424: Layer already exists 21:50:49 3.1.0-dev.24: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:50 #72 ... 21:50:50 21:50:50 #36 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 21:50:50 #36 22.82 OK: 17 MiB in 19 packages 21:50:50 #36 DONE 24.1s 21:50:50 21:50:50 #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:50:50 #62 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:50 #62 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:50 #62 22.36 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:50:50 #62 22.36 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:50:50 #62 22.36 OK: 17689 distinct packages available 21:50:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:50 #62 ... 21:50:50 21:50:50 #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:50:50 #60 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:50 #60 16.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:50 #60 22.26 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 21:50:50 #60 22.26 v3.17.5-26-g14c59668238 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 21:50:50 #60 22.26 OK: 17689 distinct packages available 21:50:50 #60 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:50:50 d18c415ac9e7: Preparing 21:50:50 477ffbe61a05: Preparing 21:50:50 4b91cc26bf72: Preparing 21:50:50 816b031a2f0c: Preparing 21:50:50 18536dbf9c90: Preparing 21:50:50 f02c33c83bfc: Preparing 21:50:50 de275664f8eb: Preparing 21:50:50 c09573c205f3: Preparing 21:50:50 37758cb6852c: Preparing 21:50:50 59faf5297e5e: Preparing 21:50:50 1d42744f85d7: Preparing 21:50:50 5f70bf18a086: Preparing 21:50:50 a29671c21424: Preparing 21:50:50 014f56a37d13: Preparing 21:50:50 36b50b131297: Preparing 21:50:50 f02c33c83bfc: Waiting 21:50:50 1d42744f85d7: Waiting 21:50:50 de275664f8eb: Waiting 21:50:50 5f70bf18a086: Waiting 21:50:50 37758cb6852c: Waiting 21:50:50 59faf5297e5e: Waiting 21:50:50 c09573c205f3: Waiting 21:50:50 a29671c21424: Waiting 21:50:50 014f56a37d13: Waiting 21:50:50 816b031a2f0c: Layer already exists 21:50:50 18536dbf9c90: Layer already exists 21:50:50 4b91cc26bf72: Layer already exists 21:50:50 d18c415ac9e7: Layer already exists 21:50:50 477ffbe61a05: Layer already exists 21:50:50 de275664f8eb: Layer already exists 21:50:50 c09573c205f3: Layer already exists 21:50:50 f02c33c83bfc: Layer already exists 21:50:50 37758cb6852c: Layer already exists 21:50:50 59faf5297e5e: Layer already exists 21:50:50 014f56a37d13: Layer already exists 21:50:50 a29671c21424: Layer already exists 21:50:50 5f70bf18a086: Layer already exists 21:50:50 1d42744f85d7: Layer already exists 21:50:50 36b50b131297: Layer already exists 21:50:50 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:50 #60 ... 21:50:50 21:50:50 #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 21:50:50 #59 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:50 #59 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:50 #59 23.78 (1/1) Installing dumb-init (1.2.5-r2) 21:50:50 #59 23.81 Executing busybox-1.35.0-r29.trigger 21:50:50 #59 23.89 OK: 8 MiB in 16 packages 21:50:50 #59 ... 21:50:50 21:50:50 #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:50:50 #53 24.62 (1/4) Installing dumb-init (1.2.5-r2) 21:50:50 #53 24.66 (2/4) Installing musl-obstack (1.2.3-r0) 21:50:50 #53 24.67 (3/4) Installing libucontext (1.2-r0) 21:50:50 #53 24.69 (4/4) Installing gcompat (1.1.0-r0) 21:50:50 #53 24.70 Executing busybox-1.35.0-r29.trigger 21:50:50 #53 24.82 OK: 8 MiB in 19 packages 21:50:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:50:51 d18c415ac9e7: Preparing 21:50:51 477ffbe61a05: Preparing 21:50:51 4b91cc26bf72: Preparing 21:50:51 816b031a2f0c: Preparing 21:50:51 18536dbf9c90: Preparing 21:50:51 f02c33c83bfc: Preparing 21:50:51 de275664f8eb: Preparing 21:50:51 c09573c205f3: Preparing 21:50:51 37758cb6852c: Preparing 21:50:51 59faf5297e5e: Preparing 21:50:51 1d42744f85d7: Preparing 21:50:51 5f70bf18a086: Preparing 21:50:51 a29671c21424: Preparing 21:50:51 014f56a37d13: Preparing 21:50:51 36b50b131297: Preparing 21:50:51 37758cb6852c: Waiting 21:50:51 59faf5297e5e: Waiting 21:50:51 1d42744f85d7: Waiting 21:50:51 5f70bf18a086: Waiting 21:50:51 a29671c21424: Waiting 21:50:51 014f56a37d13: Waiting 21:50:51 36b50b131297: Waiting 21:50:51 f02c33c83bfc: Waiting 21:50:51 c09573c205f3: Waiting 21:50:51 de275664f8eb: Waiting 21:50:51 18536dbf9c90: Layer already exists 21:50:51 d18c415ac9e7: Layer already exists 21:50:51 4b91cc26bf72: Layer already exists 21:50:51 477ffbe61a05: Layer already exists 21:50:51 816b031a2f0c: Layer already exists 21:50:51 de275664f8eb: Layer already exists 21:50:51 f02c33c83bfc: Layer already exists 21:50:51 c09573c205f3: Layer already exists 21:50:51 59faf5297e5e: Layer already exists 21:50:51 37758cb6852c: Layer already exists 21:50:51 5f70bf18a086: Layer already exists 21:50:51 36b50b131297: Layer already exists 21:50:51 a29671c21424: Layer already exists 21:50:51 1d42744f85d7: Layer already exists 21:50:51 014f56a37d13: Layer already exists 21:50:51 main: digest: sha256:e70ae96fab86891e0ae6adead69ed0383ee67e0cf67942817d1d3248b59a6efd size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:51 ===================================================== [Pipeline] echo 21:50:51 taggedImages: 21:50:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:50:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.24 21:50:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:50:51 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:50:51 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:51 latest 21:50:51 3.1.0-dev.24 21:50:51 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:51 main 21:50:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 #53 ... 21:50:51 21:50:51 #59 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 21:50:51 #59 DONE 24.8s 21:50:51 21:50:51 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:50:51 #58 24.22 (1/2) Installing ca-certificates (20230506-r0) 21:50:51 #58 24.52 (2/2) Installing dumb-init (1.2.5-r2) 21:50:51 #58 24.57 Executing busybox-1.35.0-r29.trigger 21:50:51 #58 24.81 Executing ca-certificates-20230506-r0.trigger 21:50:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:50:51 87b3c38dafdd: Preparing 21:50:51 f412114c6156: Preparing 21:50:51 ae3fb314a7f0: Preparing 21:50:51 c65bc9955a08: Preparing 21:50:51 c09573c205f3: Preparing 21:50:51 37758cb6852c: Preparing 21:50:51 acfa142be7b8: Preparing 21:50:51 36b50b131297: Preparing 21:50:51 37758cb6852c: Waiting 21:50:51 acfa142be7b8: Waiting 21:50:51 36b50b131297: Waiting 21:50:51 c09573c205f3: Layer already exists 21:50:51 f412114c6156: Layer already exists 21:50:51 87b3c38dafdd: Layer already exists 21:50:51 37758cb6852c: Layer already exists 21:50:51 acfa142be7b8: Layer already exists 21:50:51 36b50b131297: Layer already exists 21:50:51 ae3fb314a7f0: Pushed 21:50:52 #58 ... 21:50:52 21:50:52 #53 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 21:50:52 #53 DONE 26.1s 21:50:52 21:50:52 #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:50:52 #62 23.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:52 #62 ... 21:50:52 21:50:52 #63 [security-proxy-setup stage-1 2/9] RUN apk add --update --no-cache dumb-init openssl 21:50:52 #63 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:50:52 #63 17.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:52 #63 23.37 (1/2) Installing dumb-init (1.2.5-r2) 21:50:52 #63 23.38 (2/2) Installing openssl (3.0.10-r0) 21:50:52 #63 23.46 Executing busybox-1.35.0-r29.trigger 21:50:52 #63 23.68 OK: 8 MiB in 17 packages 21:50:52 #63 DONE 24.7s 21:50:52 21:50:52 #72 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 21:50:52 #72 DONE 3.4s 21:50:52 21:50:52 #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 21:50:52 #73 ... 21:50:52 21:50:52 #74 [security-proxy-setup stage-1 3/9] WORKDIR /edgex 21:50:52 #74 DONE 0.4s 21:50:52 21:50:52 #73 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 21:50:52 #73 DONE 0.3s 21:50:52 21:50:52 #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:53 c65bc9955a08: Pushed 21:50:53 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:53 #67 ... 21:50:53 21:50:53 #58 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 21:50:53 #58 26.49 OK: 8 MiB in 17 packages 21:50:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:50:53 87b3c38dafdd: Preparing 21:50:53 f412114c6156: Preparing 21:50:53 ae3fb314a7f0: Preparing 21:50:53 c65bc9955a08: Preparing 21:50:53 c09573c205f3: Preparing 21:50:53 37758cb6852c: Preparing 21:50:53 acfa142be7b8: Preparing 21:50:53 36b50b131297: Preparing 21:50:53 acfa142be7b8: Waiting 21:50:53 36b50b131297: Waiting 21:50:53 f412114c6156: Layer already exists 21:50:53 c65bc9955a08: Layer already exists 21:50:53 87b3c38dafdd: Layer already exists 21:50:53 c09573c205f3: Layer already exists 21:50:53 ae3fb314a7f0: Layer already exists 21:50:53 37758cb6852c: Layer already exists 21:50:53 acfa142be7b8: Layer already exists 21:50:53 36b50b131297: Layer already exists 21:50:53 latest: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:53 #58 DONE 27.1s 21:50:53 21:50:53 #62 [security-spire-agent stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:50:53 #62 25.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 21:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:50:54 87b3c38dafdd: Preparing 21:50:54 f412114c6156: Preparing 21:50:54 ae3fb314a7f0: Preparing 21:50:54 c65bc9955a08: Preparing 21:50:54 c09573c205f3: Preparing 21:50:54 37758cb6852c: Preparing 21:50:54 acfa142be7b8: Preparing 21:50:54 36b50b131297: Preparing 21:50:54 37758cb6852c: Waiting 21:50:54 acfa142be7b8: Waiting 21:50:54 36b50b131297: Waiting 21:50:54 c65bc9955a08: Layer already exists 21:50:54 87b3c38dafdd: Layer already exists 21:50:54 c09573c205f3: Layer already exists 21:50:54 f412114c6156: Layer already exists 21:50:54 ae3fb314a7f0: Layer already exists 21:50:54 37758cb6852c: Layer already exists 21:50:54 acfa142be7b8: Layer already exists 21:50:54 36b50b131297: Layer already exists 21:50:54 3.1.0-dev.24: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:50:55 87b3c38dafdd: Preparing 21:50:55 f412114c6156: Preparing 21:50:55 ae3fb314a7f0: Preparing 21:50:55 c65bc9955a08: Preparing 21:50:55 c09573c205f3: Preparing 21:50:55 37758cb6852c: Preparing 21:50:55 acfa142be7b8: Preparing 21:50:55 36b50b131297: Preparing 21:50:55 37758cb6852c: Waiting 21:50:55 acfa142be7b8: Waiting 21:50:55 36b50b131297: Waiting 21:50:55 f412114c6156: Layer already exists 21:50:55 87b3c38dafdd: Layer already exists 21:50:55 c65bc9955a08: Layer already exists 21:50:55 ae3fb314a7f0: Layer already exists 21:50:55 c09573c205f3: Layer already exists 21:50:55 acfa142be7b8: Layer already exists 21:50:55 37758cb6852c: Layer already exists 21:50:55 36b50b131297: Layer already exists 21:50:55 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:55 #62 27.51 (1/5) Installing dumb-init (1.2.5-r2) 21:50:55 #62 27.52 (2/5) Installing musl-obstack (1.2.3-r0) 21:50:55 #62 27.54 (3/5) Installing libucontext (1.2-r0) 21:50:55 #62 27.55 (4/5) Installing gcompat (1.1.0-r0) 21:50:55 #62 27.56 (5/5) Installing openssl (3.0.10-r0) 21:50:55 #62 27.59 Executing busybox-1.35.0-r29.trigger 21:50:55 #62 27.63 OK: 9 MiB in 20 packages 21:50:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:50:55 87b3c38dafdd: Preparing 21:50:55 f412114c6156: Preparing 21:50:55 ae3fb314a7f0: Preparing 21:50:55 c65bc9955a08: Preparing 21:50:55 c09573c205f3: Preparing 21:50:55 37758cb6852c: Preparing 21:50:55 acfa142be7b8: Preparing 21:50:55 36b50b131297: Preparing 21:50:55 acfa142be7b8: Waiting 21:50:55 37758cb6852c: Waiting 21:50:55 36b50b131297: Waiting 21:50:55 c09573c205f3: Layer already exists 21:50:55 f412114c6156: Layer already exists 21:50:55 c65bc9955a08: Layer already exists 21:50:55 87b3c38dafdd: Layer already exists 21:50:55 ae3fb314a7f0: Layer already exists 21:50:55 37758cb6852c: Layer already exists 21:50:55 acfa142be7b8: Layer already exists 21:50:55 36b50b131297: Layer already exists 21:50:55 main: digest: sha256:e380987eff4cdf12b288b54dd07210a8e29c004049e98e512025a310c8cc02e7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:55 ===================================================== [Pipeline] echo 21:50:55 taggedImages: 21:50:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:50:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.24 21:50:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:50:55 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:50:55 3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:55 latest 21:50:55 3.1.0-dev.24 21:50:55 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:55 main 21:50:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:55 #62 DONE 28.1s 21:50:55 21:50:55 #60 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:50:55 #60 26.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:50:55 #60 28.32 (1/9) Installing ca-certificates (20230506-r0) 21:50:55 #60 28.44 (2/9) Installing brotli-libs (1.0.9-r9) 21:50:55 #60 28.49 (3/9) Installing nghttp2-libs (1.51.0-r1) 21:50:55 #60 28.52 (4/9) Installing libcurl (8.2.1-r0) 21:50:55 #60 28.58 (5/9) Installing curl (8.2.1-r0) 21:50:55 #60 28.60 (6/9) Installing dumb-init (1.2.5-r2) 21:50:55 #60 28.60 (7/9) Installing musl-obstack (1.2.3-r0) 21:50:55 #60 28.61 (8/9) Installing libucontext (1.2-r0) 21:50:55 #60 28.62 (9/9) Installing gcompat (1.1.0-r0) 21:50:55 #60 28.63 Executing busybox-1.35.0-r29.trigger 21:50:55 #60 28.68 Executing ca-certificates-20230506-r0.trigger 21:50:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:56 #60 29.38 OK: 11 MiB in 24 packages 21:50:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 21:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:50:56 c7e66561eb22: Preparing 21:50:56 c11c32230b6d: Preparing 21:50:56 b8a8e299ef41: Preparing 21:50:56 df53aa734909: Preparing 21:50:56 c09573c205f3: Preparing 21:50:56 37758cb6852c: Preparing 21:50:56 e9670bd04d91: Preparing 21:50:56 20ac13cd296a: Preparing 21:50:56 36b50b131297: Preparing 21:50:56 e9670bd04d91: Waiting 21:50:56 37758cb6852c: Waiting 21:50:56 20ac13cd296a: Waiting 21:50:56 36b50b131297: Waiting 21:50:56 c09573c205f3: Layer already exists 21:50:56 37758cb6852c: Layer already exists 21:50:56 c11c32230b6d: Pushed 21:50:56 df53aa734909: Pushed 21:50:56 c7e66561eb22: Pushed 21:50:56 e9670bd04d91: Pushed 21:50:56 36b50b131297: Layer already exists 21:50:56 20ac13cd296a: Pushed 21:50:56 #60 DONE 29.7s 21:50:56 21:50:56 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:57 b8a8e299ef41: Pushed 21:50:57 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:50:58 c7e66561eb22: Preparing 21:50:58 c11c32230b6d: Preparing 21:50:58 b8a8e299ef41: Preparing 21:50:58 df53aa734909: Preparing 21:50:58 c09573c205f3: Preparing 21:50:58 37758cb6852c: Preparing 21:50:58 e9670bd04d91: Preparing 21:50:58 20ac13cd296a: Preparing 21:50:58 36b50b131297: Preparing 21:50:58 37758cb6852c: Waiting 21:50:58 20ac13cd296a: Waiting 21:50:58 36b50b131297: Waiting 21:50:58 c11c32230b6d: Layer already exists 21:50:58 c7e66561eb22: Layer already exists 21:50:58 b8a8e299ef41: Layer already exists 21:50:58 df53aa734909: Layer already exists 21:50:58 c09573c205f3: Layer already exists 21:50:58 37758cb6852c: Layer already exists 21:50:58 e9670bd04d91: Layer already exists 21:50:58 20ac13cd296a: Layer already exists 21:50:58 36b50b131297: Layer already exists 21:50:58 latest: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 21:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:50:58 c7e66561eb22: Preparing 21:50:58 c11c32230b6d: Preparing 21:50:58 b8a8e299ef41: Preparing 21:50:58 df53aa734909: Preparing 21:50:58 c09573c205f3: Preparing 21:50:58 37758cb6852c: Preparing 21:50:58 e9670bd04d91: Preparing 21:50:58 20ac13cd296a: Preparing 21:50:58 36b50b131297: Preparing 21:50:58 37758cb6852c: Waiting 21:50:58 e9670bd04d91: Waiting 21:50:58 20ac13cd296a: Waiting 21:50:58 c7e66561eb22: Layer already exists 21:50:58 c09573c205f3: Layer already exists 21:50:58 c11c32230b6d: Layer already exists 21:50:58 df53aa734909: Layer already exists 21:50:58 b8a8e299ef41: Layer already exists 21:50:58 37758cb6852c: Layer already exists 21:50:58 e9670bd04d91: Layer already exists 21:50:58 36b50b131297: Layer already exists 21:50:58 20ac13cd296a: Layer already exists 21:50:58 3.1.0-dev.24: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:50:59 c7e66561eb22: Preparing 21:50:59 c11c32230b6d: Preparing 21:50:59 b8a8e299ef41: Preparing 21:50:59 df53aa734909: Preparing 21:50:59 c09573c205f3: Preparing 21:50:59 37758cb6852c: Preparing 21:50:59 e9670bd04d91: Preparing 21:50:59 20ac13cd296a: Preparing 21:50:59 36b50b131297: Preparing 21:50:59 37758cb6852c: Waiting 21:50:59 36b50b131297: Waiting 21:50:59 20ac13cd296a: Waiting 21:50:59 b8a8e299ef41: Layer already exists 21:50:59 c09573c205f3: Layer already exists 21:50:59 c11c32230b6d: Layer already exists 21:50:59 df53aa734909: Layer already exists 21:50:59 c7e66561eb22: Layer already exists 21:50:59 e9670bd04d91: Layer already exists 21:50:59 36b50b131297: Layer already exists 21:50:59 37758cb6852c: Layer already exists 21:50:59 20ac13cd296a: Layer already exists 21:50:59 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:50:59 c7e66561eb22: Preparing 21:50:59 c11c32230b6d: Preparing 21:50:59 b8a8e299ef41: Preparing 21:50:59 df53aa734909: Preparing 21:50:59 c09573c205f3: Preparing 21:50:59 37758cb6852c: Preparing 21:50:59 e9670bd04d91: Preparing 21:50:59 20ac13cd296a: Preparing 21:50:59 36b50b131297: Preparing 21:50:59 e9670bd04d91: Waiting 21:50:59 20ac13cd296a: Waiting 21:50:59 36b50b131297: Waiting 21:50:59 37758cb6852c: Waiting 21:50:59 c11c32230b6d: Layer already exists 21:50:59 c7e66561eb22: Layer already exists 21:50:59 b8a8e299ef41: Layer already exists 21:50:59 c09573c205f3: Layer already exists 21:50:59 df53aa734909: Layer already exists 21:50:59 37758cb6852c: Layer already exists 21:50:59 e9670bd04d91: Layer already exists 21:50:59 20ac13cd296a: Layer already exists 21:50:59 36b50b131297: Layer already exists 21:50:59 main: digest: sha256:469ac1ddcc43514bc2b79f971a43869f14b32afc5375fa462bd8c0f094754422 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:00 ===================================================== [Pipeline] echo 21:51:00 taggedImages: 21:51:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:51:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.24 21:51:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:00 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:51:00 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:51:00 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:00 latest 21:51:00 3.1.0-dev.24 21:51:00 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:00 main 21:51:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:51:00 8594d6627433: Preparing 21:51:00 dca429ea130a: Preparing 21:51:00 eb10f72f4421: Preparing 21:51:00 3e1a4e3565b8: Preparing 21:51:00 3a6a7a43565b: Preparing 21:51:00 eb00e9dfdc20: Preparing 21:51:00 8ab71ef92e9f: Preparing 21:51:00 c09573c205f3: Preparing 21:51:00 37758cb6852c: Preparing 21:51:00 0afa8f15e195: Preparing 21:51:00 36b50b131297: Preparing 21:51:00 8ab71ef92e9f: Waiting 21:51:00 c09573c205f3: Waiting 21:51:00 36b50b131297: Waiting 21:51:00 37758cb6852c: Waiting 21:51:00 0afa8f15e195: Waiting 21:51:00 eb00e9dfdc20: Waiting 21:51:00 dca429ea130a: Pushed 21:51:00 3a6a7a43565b: Pushed 21:51:00 8594d6627433: Pushed 21:51:00 c09573c205f3: Layer already exists 21:51:00 37758cb6852c: Layer already exists 21:51:00 eb00e9dfdc20: Pushed 21:51:00 8ab71ef92e9f: Pushed 21:51:00 36b50b131297: Layer already exists 21:51:01 3e1a4e3565b8: Pushed 21:51:01 0afa8f15e195: Pushed 21:51:02 eb10f72f4421: Pushed 21:51:02 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:51:03 8594d6627433: Preparing 21:51:03 dca429ea130a: Preparing 21:51:03 eb10f72f4421: Preparing 21:51:03 3e1a4e3565b8: Preparing 21:51:03 3a6a7a43565b: Preparing 21:51:03 eb00e9dfdc20: Preparing 21:51:03 8ab71ef92e9f: Preparing 21:51:03 c09573c205f3: Preparing 21:51:03 37758cb6852c: Preparing 21:51:03 0afa8f15e195: Preparing 21:51:03 36b50b131297: Preparing 21:51:03 37758cb6852c: Waiting 21:51:03 eb00e9dfdc20: Waiting 21:51:03 8ab71ef92e9f: Waiting 21:51:03 c09573c205f3: Waiting 21:51:03 0afa8f15e195: Waiting 21:51:03 36b50b131297: Waiting 21:51:03 eb10f72f4421: Layer already exists 21:51:03 8594d6627433: Layer already exists 21:51:03 3a6a7a43565b: Layer already exists 21:51:03 3e1a4e3565b8: Layer already exists 21:51:03 dca429ea130a: Layer already exists 21:51:03 eb00e9dfdc20: Layer already exists 21:51:03 c09573c205f3: Layer already exists 21:51:03 8ab71ef92e9f: Layer already exists 21:51:03 37758cb6852c: Layer already exists 21:51:03 0afa8f15e195: Layer already exists 21:51:03 36b50b131297: Layer already exists 21:51:03 latest: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 21:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:51:03 8594d6627433: Preparing 21:51:03 dca429ea130a: Preparing 21:51:03 eb10f72f4421: Preparing 21:51:03 3e1a4e3565b8: Preparing 21:51:03 3a6a7a43565b: Preparing 21:51:03 eb00e9dfdc20: Preparing 21:51:03 8ab71ef92e9f: Preparing 21:51:03 c09573c205f3: Preparing 21:51:03 37758cb6852c: Preparing 21:51:03 0afa8f15e195: Preparing 21:51:03 36b50b131297: Preparing 21:51:03 c09573c205f3: Waiting 21:51:03 0afa8f15e195: Waiting 21:51:03 37758cb6852c: Waiting 21:51:03 eb00e9dfdc20: Waiting 21:51:03 8ab71ef92e9f: Waiting 21:51:03 36b50b131297: Waiting 21:51:03 3e1a4e3565b8: Layer already exists 21:51:03 dca429ea130a: Layer already exists 21:51:03 8594d6627433: Layer already exists 21:51:03 3a6a7a43565b: Layer already exists 21:51:03 eb10f72f4421: Layer already exists 21:51:03 8ab71ef92e9f: Layer already exists 21:51:03 0afa8f15e195: Layer already exists 21:51:03 eb00e9dfdc20: Layer already exists 21:51:03 37758cb6852c: Layer already exists 21:51:03 c09573c205f3: Layer already exists 21:51:03 36b50b131297: Layer already exists 21:51:03 3.1.0-dev.24: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:51:04 8594d6627433: Preparing 21:51:04 dca429ea130a: Preparing 21:51:04 eb10f72f4421: Preparing 21:51:04 3e1a4e3565b8: Preparing 21:51:04 3a6a7a43565b: Preparing 21:51:04 eb00e9dfdc20: Preparing 21:51:04 8ab71ef92e9f: Preparing 21:51:04 c09573c205f3: Preparing 21:51:04 37758cb6852c: Preparing 21:51:04 0afa8f15e195: Preparing 21:51:04 36b50b131297: Preparing 21:51:04 eb00e9dfdc20: Waiting 21:51:04 37758cb6852c: Waiting 21:51:04 0afa8f15e195: Waiting 21:51:04 8ab71ef92e9f: Waiting 21:51:04 8594d6627433: Layer already exists 21:51:04 3e1a4e3565b8: Layer already exists 21:51:04 eb10f72f4421: Layer already exists 21:51:04 dca429ea130a: Layer already exists 21:51:04 3a6a7a43565b: Layer already exists 21:51:04 8ab71ef92e9f: Layer already exists 21:51:04 eb00e9dfdc20: Layer already exists 21:51:04 c09573c205f3: Layer already exists 21:51:04 37758cb6852c: Layer already exists 21:51:04 0afa8f15e195: Layer already exists 21:51:04 36b50b131297: Layer already exists 21:51:04 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:51:04 8594d6627433: Preparing 21:51:04 dca429ea130a: Preparing 21:51:04 eb10f72f4421: Preparing 21:51:04 3e1a4e3565b8: Preparing 21:51:04 3a6a7a43565b: Preparing 21:51:04 eb00e9dfdc20: Preparing 21:51:04 8ab71ef92e9f: Preparing 21:51:04 c09573c205f3: Preparing 21:51:04 37758cb6852c: Preparing 21:51:04 0afa8f15e195: Preparing 21:51:04 36b50b131297: Preparing 21:51:04 eb00e9dfdc20: Waiting 21:51:04 37758cb6852c: Waiting 21:51:04 0afa8f15e195: Waiting 21:51:04 8ab71ef92e9f: Waiting 21:51:04 36b50b131297: Waiting 21:51:04 c09573c205f3: Waiting 21:51:04 dca429ea130a: Layer already exists 21:51:04 3a6a7a43565b: Layer already exists 21:51:04 3e1a4e3565b8: Layer already exists 21:51:04 eb10f72f4421: Layer already exists 21:51:04 8594d6627433: Layer already exists 21:51:04 eb00e9dfdc20: Layer already exists 21:51:04 8ab71ef92e9f: Layer already exists 21:51:04 c09573c205f3: Layer already exists 21:51:04 0afa8f15e195: Layer already exists 21:51:04 37758cb6852c: Layer already exists 21:51:04 36b50b131297: Layer already exists 21:51:04 main: digest: sha256:65172635283272d79c7f42840752201f4c135d5e27506893802778dad3032484 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:04 ===================================================== [Pipeline] echo 21:51:04 taggedImages: 21:51:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:51:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.24 21:51:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:51:04 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:51:04 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:04 latest 21:51:04 3.1.0-dev.24 21:51:04 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:04 main 21:51:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:51:05 8f8efd5d8c66: Preparing 21:51:05 088d90aed43b: Preparing 21:51:05 c09573c205f3: Preparing 21:51:05 37758cb6852c: Preparing 21:51:05 54df283496ac: Preparing 21:51:05 36b50b131297: Preparing 21:51:05 36b50b131297: Waiting 21:51:05 37758cb6852c: Layer already exists 21:51:05 c09573c205f3: Layer already exists 21:51:05 36b50b131297: Layer already exists 21:51:05 8f8efd5d8c66: Pushed 21:51:06 54df283496ac: Pushed 21:51:07 088d90aed43b: Pushed 21:51:07 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:08 + 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 21:51:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:51:08 8f8efd5d8c66: Preparing 21:51:08 088d90aed43b: Preparing 21:51:08 c09573c205f3: Preparing 21:51:08 37758cb6852c: Preparing 21:51:08 54df283496ac: Preparing 21:51:08 36b50b131297: Preparing 21:51:08 36b50b131297: Waiting 21:51:08 54df283496ac: Layer already exists 21:51:08 8f8efd5d8c66: Layer already exists 21:51:08 c09573c205f3: Layer already exists 21:51:08 088d90aed43b: Layer already exists 21:51:08 37758cb6852c: Layer already exists 21:51:08 36b50b131297: Layer already exists 21:51:08 latest: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:08 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 21:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:51:09 8f8efd5d8c66: Preparing 21:51:09 088d90aed43b: Preparing 21:51:09 c09573c205f3: Preparing 21:51:09 37758cb6852c: Preparing 21:51:09 54df283496ac: Preparing 21:51:09 36b50b131297: Preparing 21:51:09 36b50b131297: Waiting 21:51:09 37758cb6852c: Layer already exists 21:51:09 c09573c205f3: Layer already exists 21:51:09 54df283496ac: Layer already exists 21:51:09 8f8efd5d8c66: Layer already exists 21:51:09 088d90aed43b: Layer already exists 21:51:09 36b50b131297: Layer already exists 21:51:09 3.1.0-dev.24: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:51:09 8f8efd5d8c66: Preparing 21:51:09 088d90aed43b: Preparing 21:51:09 c09573c205f3: Preparing 21:51:09 37758cb6852c: Preparing 21:51:09 54df283496ac: Preparing 21:51:09 36b50b131297: Preparing 21:51:09 36b50b131297: Waiting 21:51:09 54df283496ac: Layer already exists 21:51:09 8f8efd5d8c66: Layer already exists 21:51:09 c09573c205f3: Layer already exists 21:51:09 088d90aed43b: Layer already exists 21:51:09 37758cb6852c: Layer already exists 21:51:09 36b50b131297: Layer already exists 21:51:09 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:10 + 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 21:51:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:51:10 8f8efd5d8c66: Preparing 21:51:10 088d90aed43b: Preparing 21:51:10 c09573c205f3: Preparing 21:51:10 37758cb6852c: Preparing 21:51:10 54df283496ac: Preparing 21:51:10 36b50b131297: Preparing 21:51:10 36b50b131297: Waiting 21:51:10 8f8efd5d8c66: Layer already exists 21:51:10 37758cb6852c: Layer already exists 21:51:10 088d90aed43b: Layer already exists 21:51:10 c09573c205f3: Layer already exists 21:51:10 54df283496ac: Layer already exists 21:51:10 36b50b131297: Layer already exists 21:51:10 main: digest: sha256:1b88e6e91f13c5b1001029bb92e6148f1841cd396728cba76cece3566d655d6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:10 ===================================================== [Pipeline] echo 21:51:10 taggedImages: 21:51:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:51:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.24 21:51:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:10 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:51:10 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:51:10 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:10 latest 21:51:10 3.1.0-dev.24 21:51:10 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:10 main 21:51:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:51:11 a19684ecca2e: Preparing 21:51:11 c77008176eb7: Preparing 21:51:11 6311872272f9: Preparing 21:51:11 044c3aecc912: Preparing 21:51:11 3fa2ab60ca3a: Preparing 21:51:11 c09573c205f3: Preparing 21:51:11 37758cb6852c: Preparing 21:51:11 18efb3e2f4aa: Preparing 21:51:11 36b50b131297: Preparing 21:51:11 c09573c205f3: Waiting 21:51:11 18efb3e2f4aa: Waiting 21:51:11 a19684ecca2e: Pushed 21:51:11 c77008176eb7: Pushed 21:51:11 6311872272f9: Pushed 21:51:11 c09573c205f3: Layer already exists 21:51:11 37758cb6852c: Layer already exists 21:51:11 36b50b131297: Layer already exists 21:51:11 18efb3e2f4aa: Pushed 21:51:17 3fa2ab60ca3a: Pushed 21:51:18 044c3aecc912: Pushed 21:51:18 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:51:19 a19684ecca2e: Preparing 21:51:19 c77008176eb7: Preparing 21:51:19 6311872272f9: Preparing 21:51:19 044c3aecc912: Preparing 21:51:19 3fa2ab60ca3a: Preparing 21:51:19 c09573c205f3: Preparing 21:51:19 37758cb6852c: Preparing 21:51:19 18efb3e2f4aa: Preparing 21:51:19 37758cb6852c: Waiting 21:51:19 c09573c205f3: Waiting 21:51:19 36b50b131297: Preparing 21:51:19 18efb3e2f4aa: Waiting 21:51:19 36b50b131297: Waiting 21:51:19 3fa2ab60ca3a: Layer already exists 21:51:19 a19684ecca2e: Layer already exists 21:51:19 044c3aecc912: Layer already exists 21:51:19 6311872272f9: Layer already exists 21:51:19 c77008176eb7: Layer already exists 21:51:19 c09573c205f3: Layer already exists 21:51:19 36b50b131297: Layer already exists 21:51:19 18efb3e2f4aa: Layer already exists 21:51:19 37758cb6852c: Layer already exists 21:51:19 latest: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 21:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:51:20 a19684ecca2e: Preparing 21:51:20 c77008176eb7: Preparing 21:51:20 6311872272f9: Preparing 21:51:20 044c3aecc912: Preparing 21:51:20 3fa2ab60ca3a: Preparing 21:51:20 c09573c205f3: Preparing 21:51:20 37758cb6852c: Preparing 21:51:20 18efb3e2f4aa: Preparing 21:51:20 36b50b131297: Preparing 21:51:20 c09573c205f3: Waiting 21:51:20 37758cb6852c: Waiting 21:51:20 18efb3e2f4aa: Waiting 21:51:20 36b50b131297: Waiting 21:51:20 a19684ecca2e: Layer already exists 21:51:20 6311872272f9: Layer already exists 21:51:20 044c3aecc912: Layer already exists 21:51:20 3fa2ab60ca3a: Layer already exists 21:51:20 c77008176eb7: Layer already exists 21:51:20 c09573c205f3: Layer already exists 21:51:20 37758cb6852c: Layer already exists 21:51:20 18efb3e2f4aa: Layer already exists 21:51:20 36b50b131297: Layer already exists 21:51:20 3.1.0-dev.24: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:51:20 a19684ecca2e: Preparing 21:51:20 c77008176eb7: Preparing 21:51:20 6311872272f9: Preparing 21:51:20 044c3aecc912: Preparing 21:51:20 3fa2ab60ca3a: Preparing 21:51:20 c09573c205f3: Preparing 21:51:20 37758cb6852c: Preparing 21:51:20 18efb3e2f4aa: Preparing 21:51:20 36b50b131297: Preparing 21:51:20 c09573c205f3: Waiting 21:51:20 37758cb6852c: Waiting 21:51:20 36b50b131297: Waiting 21:51:20 18efb3e2f4aa: Waiting 21:51:20 044c3aecc912: Layer already exists 21:51:20 3fa2ab60ca3a: Layer already exists 21:51:20 6311872272f9: Layer already exists 21:51:20 c77008176eb7: Layer already exists 21:51:20 a19684ecca2e: Layer already exists 21:51:20 c09573c205f3: Layer already exists 21:51:20 37758cb6852c: Layer already exists 21:51:20 18efb3e2f4aa: Layer already exists 21:51:20 36b50b131297: Layer already exists 21:51:20 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:51:21 a19684ecca2e: Preparing 21:51:21 c77008176eb7: Preparing 21:51:21 6311872272f9: Preparing 21:51:21 044c3aecc912: Preparing 21:51:21 3fa2ab60ca3a: Preparing 21:51:21 c09573c205f3: Preparing 21:51:21 37758cb6852c: Preparing 21:51:21 18efb3e2f4aa: Preparing 21:51:21 36b50b131297: Preparing 21:51:21 37758cb6852c: Waiting 21:51:21 18efb3e2f4aa: Waiting 21:51:21 36b50b131297: Waiting 21:51:21 c09573c205f3: Waiting 21:51:21 3fa2ab60ca3a: Layer already exists 21:51:21 6311872272f9: Layer already exists 21:51:21 044c3aecc912: Layer already exists 21:51:21 c77008176eb7: Layer already exists 21:51:21 a19684ecca2e: Layer already exists 21:51:21 c09573c205f3: Layer already exists 21:51:21 36b50b131297: Layer already exists 21:51:21 37758cb6852c: Layer already exists 21:51:21 18efb3e2f4aa: Layer already exists 21:51:21 main: digest: sha256:0f4cf9b9e9217e71a73eede4da8ee4084e149d7274f370f0cfabe9e5c3961fd6 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:21 ===================================================== [Pipeline] echo 21:51:21 taggedImages: 21:51:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:51:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.24 21:51:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:51:21 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:51:21 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:21 latest 21:51:21 3.1.0-dev.24 21:51:21 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:21 main 21:51:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:51:22 943f4f61dea9: Preparing 21:51:22 10465a9e8a9d: Preparing 21:51:22 7783ab257104: Preparing 21:51:22 ee1a703e3264: Preparing 21:51:22 c09573c205f3: Preparing 21:51:22 37758cb6852c: Preparing 21:51:22 d847fe2bcaeb: Preparing 21:51:22 36b50b131297: Preparing 21:51:22 37758cb6852c: Waiting 21:51:22 d847fe2bcaeb: Waiting 21:51:22 36b50b131297: Waiting 21:51:22 c09573c205f3: Layer already exists 21:51:22 37758cb6852c: Layer already exists 21:51:22 7783ab257104: Pushed 21:51:22 943f4f61dea9: Pushed 21:51:22 10465a9e8a9d: Pushed 21:51:22 36b50b131297: Layer already exists 21:51:22 d847fe2bcaeb: Pushed 21:51:30 ee1a703e3264: Pushed 21:51:30 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:30 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:51:31 943f4f61dea9: Preparing 21:51:31 10465a9e8a9d: Preparing 21:51:31 7783ab257104: Preparing 21:51:31 ee1a703e3264: Preparing 21:51:31 c09573c205f3: Preparing 21:51:31 37758cb6852c: Preparing 21:51:31 d847fe2bcaeb: Preparing 21:51:31 36b50b131297: Preparing 21:51:31 37758cb6852c: Waiting 21:51:31 36b50b131297: Waiting 21:51:31 d847fe2bcaeb: Waiting 21:51:31 c09573c205f3: Layer already exists 21:51:31 7783ab257104: Layer already exists 21:51:31 10465a9e8a9d: Layer already exists 21:51:31 943f4f61dea9: Layer already exists 21:51:31 ee1a703e3264: Layer already exists 21:51:31 37758cb6852c: Layer already exists 21:51:31 36b50b131297: Layer already exists 21:51:31 d847fe2bcaeb: Layer already exists 21:51:31 latest: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:31 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 21:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:51:31 943f4f61dea9: Preparing 21:51:31 10465a9e8a9d: Preparing 21:51:31 7783ab257104: Preparing 21:51:31 ee1a703e3264: Preparing 21:51:31 c09573c205f3: Preparing 21:51:31 37758cb6852c: Preparing 21:51:31 d847fe2bcaeb: Preparing 21:51:31 36b50b131297: Preparing 21:51:31 37758cb6852c: Waiting 21:51:31 d847fe2bcaeb: Waiting 21:51:31 36b50b131297: Waiting 21:51:31 ee1a703e3264: Layer already exists 21:51:31 c09573c205f3: Layer already exists 21:51:31 943f4f61dea9: Layer already exists 21:51:31 7783ab257104: Layer already exists 21:51:31 10465a9e8a9d: Layer already exists 21:51:31 36b50b131297: Layer already exists 21:51:31 d847fe2bcaeb: Layer already exists 21:51:31 37758cb6852c: Layer already exists 21:51:31 3.1.0-dev.24: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:51:32 943f4f61dea9: Preparing 21:51:32 10465a9e8a9d: Preparing 21:51:32 7783ab257104: Preparing 21:51:32 ee1a703e3264: Preparing 21:51:32 c09573c205f3: Preparing 21:51:32 37758cb6852c: Preparing 21:51:32 d847fe2bcaeb: Preparing 21:51:32 36b50b131297: Preparing 21:51:32 37758cb6852c: Waiting 21:51:32 d847fe2bcaeb: Waiting 21:51:32 36b50b131297: Waiting 21:51:32 c09573c205f3: Layer already exists 21:51:32 943f4f61dea9: Layer already exists 21:51:32 7783ab257104: Layer already exists 21:51:32 10465a9e8a9d: Layer already exists 21:51:32 ee1a703e3264: Layer already exists 21:51:32 37758cb6852c: Layer already exists 21:51:32 d847fe2bcaeb: Layer already exists 21:51:32 36b50b131297: Layer already exists 21:51:32 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:51:32 943f4f61dea9: Preparing 21:51:32 10465a9e8a9d: Preparing 21:51:32 7783ab257104: Preparing 21:51:32 ee1a703e3264: Preparing 21:51:32 c09573c205f3: Preparing 21:51:32 37758cb6852c: Preparing 21:51:32 d847fe2bcaeb: Preparing 21:51:32 36b50b131297: Preparing 21:51:32 d847fe2bcaeb: Waiting 21:51:32 36b50b131297: Waiting 21:51:32 37758cb6852c: Waiting 21:51:32 c09573c205f3: Layer already exists 21:51:32 7783ab257104: Layer already exists 21:51:32 ee1a703e3264: Layer already exists 21:51:32 943f4f61dea9: Layer already exists 21:51:32 10465a9e8a9d: Layer already exists 21:51:32 37758cb6852c: Layer already exists 21:51:32 d847fe2bcaeb: Layer already exists 21:51:32 36b50b131297: Layer already exists 21:51:32 main: digest: sha256:ad2136d471ddbcdfb73e1d7090f08ed786fb1b3050c06f6cfc4ffbc2cad982dd size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:33 ===================================================== [Pipeline] echo 21:51:33 taggedImages: 21:51:33 - nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:33 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:51:33 - nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.24 21:51:33 - nexus3.edgexfoundry.org:10004/security-spire-config:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:33 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:51:33 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:51:33 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:33 latest 21:51:33 3.1.0-dev.24 21:51:33 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:33 main 21:51:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:51:33 e726266783de: Preparing 21:51:33 2a06938843d2: Preparing 21:51:33 0d57c35178ab: Preparing 21:51:33 ee1a703e3264: Preparing 21:51:33 c09573c205f3: Preparing 21:51:33 37758cb6852c: Preparing 21:51:33 18efb3e2f4aa: Preparing 21:51:33 36b50b131297: Preparing 21:51:33 37758cb6852c: Waiting 21:51:33 18efb3e2f4aa: Waiting 21:51:33 c09573c205f3: Layer already exists 21:51:33 ee1a703e3264: Layer already exists 21:51:33 18efb3e2f4aa: Layer already exists 21:51:33 37758cb6852c: Layer already exists 21:51:33 36b50b131297: Layer already exists 21:51:33 2a06938843d2: Pushed 21:51:33 0d57c35178ab: Pushed 21:51:33 e726266783de: Pushed 21:51:33 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:51:34 e726266783de: Preparing 21:51:34 2a06938843d2: Preparing 21:51:34 0d57c35178ab: Preparing 21:51:34 ee1a703e3264: Preparing 21:51:34 c09573c205f3: Preparing 21:51:34 37758cb6852c: Preparing 21:51:34 18efb3e2f4aa: Preparing 21:51:34 36b50b131297: Preparing 21:51:34 37758cb6852c: Waiting 21:51:34 18efb3e2f4aa: Waiting 21:51:34 36b50b131297: Waiting 21:51:34 2a06938843d2: Layer already exists 21:51:34 0d57c35178ab: Layer already exists 21:51:34 c09573c205f3: Layer already exists 21:51:34 ee1a703e3264: Layer already exists 21:51:34 e726266783de: Layer already exists 21:51:34 37758cb6852c: Layer already exists 21:51:34 36b50b131297: Layer already exists 21:51:34 18efb3e2f4aa: Layer already exists 21:51:34 latest: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 21:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:51:35 e726266783de: Preparing 21:51:35 2a06938843d2: Preparing 21:51:35 0d57c35178ab: Preparing 21:51:35 ee1a703e3264: Preparing 21:51:35 c09573c205f3: Preparing 21:51:35 37758cb6852c: Preparing 21:51:35 18efb3e2f4aa: Preparing 21:51:35 36b50b131297: Preparing 21:51:35 18efb3e2f4aa: Waiting 21:51:35 36b50b131297: Waiting 21:51:35 37758cb6852c: Waiting 21:51:35 2a06938843d2: Layer already exists 21:51:35 c09573c205f3: Layer already exists 21:51:35 e726266783de: Layer already exists 21:51:35 0d57c35178ab: Layer already exists 21:51:35 ee1a703e3264: Layer already exists 21:51:35 37758cb6852c: Layer already exists 21:51:35 18efb3e2f4aa: Layer already exists 21:51:35 36b50b131297: Layer already exists 21:51:35 3.1.0-dev.24: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:51:35 e726266783de: Preparing 21:51:35 2a06938843d2: Preparing 21:51:35 0d57c35178ab: Preparing 21:51:35 ee1a703e3264: Preparing 21:51:35 c09573c205f3: Preparing 21:51:35 37758cb6852c: Preparing 21:51:35 18efb3e2f4aa: Preparing 21:51:35 36b50b131297: Preparing 21:51:35 37758cb6852c: Waiting 21:51:35 18efb3e2f4aa: Waiting 21:51:35 36b50b131297: Waiting 21:51:35 e726266783de: Layer already exists 21:51:35 2a06938843d2: Layer already exists 21:51:35 0d57c35178ab: Layer already exists 21:51:35 ee1a703e3264: Layer already exists 21:51:35 c09573c205f3: Layer already exists 21:51:35 37758cb6852c: Layer already exists 21:51:35 36b50b131297: Layer already exists 21:51:35 18efb3e2f4aa: Layer already exists 21:51:35 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:51:36 e726266783de: Preparing 21:51:36 2a06938843d2: Preparing 21:51:36 0d57c35178ab: Preparing 21:51:36 ee1a703e3264: Preparing 21:51:36 c09573c205f3: Preparing 21:51:36 37758cb6852c: Preparing 21:51:36 18efb3e2f4aa: Preparing 21:51:36 36b50b131297: Preparing 21:51:36 37758cb6852c: Waiting 21:51:36 18efb3e2f4aa: Waiting 21:51:36 36b50b131297: Waiting 21:51:36 e726266783de: Layer already exists 21:51:36 0d57c35178ab: Layer already exists 21:51:36 ee1a703e3264: Layer already exists 21:51:36 c09573c205f3: Layer already exists 21:51:36 2a06938843d2: Layer already exists 21:51:36 37758cb6852c: Layer already exists 21:51:36 18efb3e2f4aa: Layer already exists 21:51:36 36b50b131297: Layer already exists 21:51:36 main: digest: sha256:a6a36b955b4997c8c806e4fa5a4ec8d73f3e419df7bf5db059b6f3c2fb75d7e6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:36 ===================================================== [Pipeline] echo 21:51:36 taggedImages: 21:51:36 - nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:51:36 - nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.24 21:51:36 - nexus3.edgexfoundry.org:10004/security-spire-server:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:51:36 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:51:36 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:36 latest 21:51:36 3.1.0-dev.24 21:51:36 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:36 main 21:51:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:51:37 717bcaeb9e4e: Preparing 21:51:37 c7397dce0587: Preparing 21:51:37 c09573c205f3: Preparing 21:51:37 37758cb6852c: Preparing 21:51:37 ac71a4dbc4b3: Preparing 21:51:37 36b50b131297: Preparing 21:51:37 36b50b131297: Waiting 21:51:37 c09573c205f3: Layer already exists 21:51:37 37758cb6852c: Layer already exists 21:51:37 36b50b131297: Layer already exists 21:51:37 717bcaeb9e4e: Pushed 21:51:37 ac71a4dbc4b3: Pushed 21:51:40 c7397dce0587: Pushed 21:51:40 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:51:40 717bcaeb9e4e: Preparing 21:51:40 c7397dce0587: Preparing 21:51:40 c09573c205f3: Preparing 21:51:40 37758cb6852c: Preparing 21:51:40 ac71a4dbc4b3: Preparing 21:51:40 36b50b131297: Preparing 21:51:40 36b50b131297: Waiting 21:51:40 37758cb6852c: Layer already exists 21:51:40 c7397dce0587: Layer already exists 21:51:40 ac71a4dbc4b3: Layer already exists 21:51:40 c09573c205f3: Layer already exists 21:51:40 717bcaeb9e4e: Layer already exists 21:51:40 36b50b131297: Layer already exists 21:51:40 latest: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 21:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:51:41 717bcaeb9e4e: Preparing 21:51:41 c7397dce0587: Preparing 21:51:41 c09573c205f3: Preparing 21:51:41 37758cb6852c: Preparing 21:51:41 ac71a4dbc4b3: Preparing 21:51:41 36b50b131297: Preparing 21:51:41 36b50b131297: Waiting 21:51:41 717bcaeb9e4e: Layer already exists 21:51:41 c7397dce0587: Layer already exists 21:51:41 37758cb6852c: Layer already exists 21:51:41 c09573c205f3: Layer already exists 21:51:41 ac71a4dbc4b3: Layer already exists 21:51:41 36b50b131297: Layer already exists 21:51:41 3.1.0-dev.24: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:51:42 717bcaeb9e4e: Preparing 21:51:42 c7397dce0587: Preparing 21:51:42 c09573c205f3: Preparing 21:51:42 37758cb6852c: Preparing 21:51:42 ac71a4dbc4b3: Preparing 21:51:42 36b50b131297: Preparing 21:51:42 36b50b131297: Waiting 21:51:42 37758cb6852c: Layer already exists 21:51:42 ac71a4dbc4b3: Layer already exists 21:51:42 717bcaeb9e4e: Layer already exists 21:51:42 c09573c205f3: Layer already exists 21:51:42 c7397dce0587: Layer already exists 21:51:42 36b50b131297: Layer already exists 21:51:42 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:51:42 717bcaeb9e4e: Preparing 21:51:42 c7397dce0587: Preparing 21:51:42 c09573c205f3: Preparing 21:51:42 37758cb6852c: Preparing 21:51:42 ac71a4dbc4b3: Preparing 21:51:42 36b50b131297: Preparing 21:51:42 36b50b131297: Waiting 21:51:42 c7397dce0587: Layer already exists 21:51:42 c09573c205f3: Layer already exists 21:51:42 37758cb6852c: Layer already exists 21:51:42 ac71a4dbc4b3: Layer already exists 21:51:42 717bcaeb9e4e: Layer already exists 21:51:42 36b50b131297: Layer already exists 21:51:42 main: digest: sha256:969e8743beccbf2d871dba922f23db5f606c9b8634689c078b626fa1509bf886 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:42 ===================================================== [Pipeline] echo 21:51:42 taggedImages: 21:51:42 - nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:42 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:51:42 - nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.24 21:51:42 - nexus3.edgexfoundry.org:10004/support-notifications:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:42 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:51:42 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:51:42 3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:42 latest 21:51:42 3.1.0-dev.24 21:51:42 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:42 main 21:51:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:51:43 288e6dd91b27: Preparing 21:51:43 f40f51490f46: Preparing 21:51:43 c09573c205f3: Preparing 21:51:43 37758cb6852c: Preparing 21:51:43 acfa142be7b8: Preparing 21:51:43 36b50b131297: Preparing 21:51:43 36b50b131297: Waiting 21:51:43 c09573c205f3: Layer already exists 21:51:43 37758cb6852c: Layer already exists 21:51:43 acfa142be7b8: Layer already exists 21:51:43 36b50b131297: Layer already exists 21:51:43 288e6dd91b27: Pushed 21:51:43 #71 ... 21:51:43 21:51:43 #67 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #67 DONE 57.5s 21:51:43 21:51:43 #68 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #68 DONE 63.3s 21:51:43 21:51:43 #65 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #65 DONE 60.2s 21:51:43 21:51:43 #75 [security-spire-config builder 6/9] COPY . . 21:51:43 #75 ... 21:51:43 21:51:43 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #71 DONE 52.5s 21:51:43 21:51:43 #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #69 DONE 63.0s 21:51:43 21:51:43 #76 [security-proxy-auth builder 6/7] COPY . . 21:51:43 #76 ... 21:51:43 21:51:43 #77 [support-notifications builder 6/7] COPY . . 21:51:43 #77 DONE 1.4s 21:51:43 21:51:43 #78 [support-scheduler builder 6/7] COPY . . 21:51:43 #78 CACHED 21:51:43 21:51:43 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 21:51:43 #79 CACHED 21:51:43 21:51:43 #80 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #80 CACHED 21:51:43 21:51:43 #81 [core-data builder 4/7] COPY go.mod vendor* ./ 21:51:43 #81 CACHED 21:51:43 21:51:43 #82 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #82 CACHED 21:51:43 21:51:43 #83 [core-data builder 6/7] COPY . . 21:51:43 #83 CACHED 21:51:43 21:51:43 #84 [security-spiffe-token-provider builder 6/7] COPY . . 21:51:43 #84 DONE 1.4s 21:51:43 21:51:43 #85 [core-command builder 4/7] COPY go.mod vendor* ./ 21:51:43 #85 CACHED 21:51:43 21:51:43 #86 [core-command builder 6/7] COPY . . 21:51:43 #86 CACHED 21:51:43 21:51:43 #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #87 CACHED 21:51:43 21:51:43 #88 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #88 CACHED 21:51:43 21:51:43 #89 [core-metadata builder 6/7] COPY . . 21:51:43 #89 CACHED 21:51:43 21:51:43 #90 [core-metadata builder 4/7] COPY go.mod vendor* ./ 21:51:43 #90 CACHED 21:51:43 21:51:43 #76 [security-proxy-auth builder 6/7] COPY . . 21:51:43 #76 DONE 1.3s 21:51:43 21:51:43 #91 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 21:51:43 #91 CACHED 21:51:43 21:51:43 #92 [core-common-config-bootstrapper builder 6/7] COPY . . 21:51:43 #92 CACHED 21:51:43 21:51:43 #93 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #93 CACHED 21:51:43 21:51:43 #94 [security-bootstrapper builder 6/7] COPY . . 21:51:43 #94 DONE 1.5s 21:51:43 21:51:43 #75 [security-spire-config builder 6/9] COPY . . 21:51:43 #75 DONE 1.4s 21:51:43 21:51:43 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:51:43 #95 ... 21:51:43 21:51:43 #96 [security-proxy-setup builder 6/7] COPY . . 21:51:43 #96 CACHED 21:51:43 21:51:43 #97 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #97 CACHED 21:51:43 21:51:43 #98 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 21:51:43 #98 CACHED 21:51:43 21:51:43 #99 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #99 CACHED 21:51:43 21:51:43 #100 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 21:51:43 #100 CACHED 21:51:43 21:51:43 #101 [security-secretstore-setup builder 6/7] COPY . . 21:51:43 #101 CACHED 21:51:43 21:51:43 #102 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:51:43 #102 ... 21:51:43 21:51:43 #103 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 21:51:43 #103 DONE 0.5s 21:51:43 21:51:43 #104 [security-spire-server builder 6/9] COPY . . 21:51:43 #104 CACHED 21:51:43 21:51:43 #105 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 21:51:43 #105 CACHED 21:51:43 21:51:43 #106 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 21:51:43 #106 CACHED 21:51:43 21:51:43 #107 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:43 #107 CACHED 21:51:43 21:51:43 #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:51:46 f40f51490f46: Pushed 21:51:46 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:51:46 288e6dd91b27: Preparing 21:51:46 f40f51490f46: Preparing 21:51:46 c09573c205f3: Preparing 21:51:46 37758cb6852c: Preparing 21:51:46 acfa142be7b8: Preparing 21:51:46 36b50b131297: Preparing 21:51:46 36b50b131297: Waiting 21:51:46 acfa142be7b8: Layer already exists 21:51:46 37758cb6852c: Layer already exists 21:51:46 c09573c205f3: Layer already exists 21:51:46 288e6dd91b27: Layer already exists 21:51:46 f40f51490f46: Layer already exists 21:51:46 36b50b131297: Layer already exists 21:51:46 latest: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 21:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:51:47 288e6dd91b27: Preparing 21:51:47 f40f51490f46: Preparing 21:51:47 c09573c205f3: Preparing 21:51:47 37758cb6852c: Preparing 21:51:47 acfa142be7b8: Preparing 21:51:47 36b50b131297: Preparing 21:51:47 36b50b131297: Waiting 21:51:47 37758cb6852c: Layer already exists 21:51:47 288e6dd91b27: Layer already exists 21:51:47 f40f51490f46: Layer already exists 21:51:47 acfa142be7b8: Layer already exists 21:51:47 c09573c205f3: Layer already exists 21:51:47 36b50b131297: Layer already exists 21:51:47 3.1.0-dev.24: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:51:48 288e6dd91b27: Preparing 21:51:48 f40f51490f46: Preparing 21:51:48 c09573c205f3: Preparing 21:51:48 37758cb6852c: Preparing 21:51:48 acfa142be7b8: Preparing 21:51:48 36b50b131297: Preparing 21:51:48 36b50b131297: Waiting 21:51:48 acfa142be7b8: Layer already exists 21:51:48 c09573c205f3: Layer already exists 21:51:48 f40f51490f46: Layer already exists 21:51:48 288e6dd91b27: Layer already exists 21:51:48 37758cb6852c: Layer already exists 21:51:48 36b50b131297: Layer already exists 21:51:48 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:51:48 288e6dd91b27: Preparing 21:51:48 f40f51490f46: Preparing 21:51:48 c09573c205f3: Preparing 21:51:48 37758cb6852c: Preparing 21:51:48 acfa142be7b8: Preparing 21:51:48 36b50b131297: Preparing 21:51:48 36b50b131297: Waiting 21:51:48 f40f51490f46: Layer already exists 21:51:48 acfa142be7b8: Layer already exists 21:51:48 37758cb6852c: Layer already exists 21:51:48 c09573c205f3: Layer already exists 21:51:48 288e6dd91b27: Layer already exists 21:51:48 36b50b131297: Layer already exists 21:51:48 main: digest: sha256:af8d831135f362d5a29cdb264a9ffef21f750176bc554434fdf9002e5f0e5164 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:48 ===================================================== [Pipeline] echo 21:51:48 taggedImages: 21:51:48 - nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7 21:51:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:51:48 - nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.24 21:51:48 - nexus3.edgexfoundry.org:10004/support-scheduler:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 21:51:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } 21:51:48 #108 ... 21:51:48 21:51:48 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:51:48 #95 5.100 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:51:48 #95 ... 21:51:48 21:51:48 #109 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:51:48 #109 DONE 6.0s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:51:49 21:51:49 #102 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:51:49 #102 6.477 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:51:49 #102 ... 21:51:49 21:51:49 #110 [security-spire-config builder 9/9] WORKDIR /edgex-go 21:51:49 #110 DONE 0.4s 21:51:49 21:51:49 #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:51:49 #108 DONE 6.4s 21:51:49 21:51:49 #111 [security-spire-server builder 9/9] WORKDIR /edgex-go 21:51:49 #111 DONE 0.3s 21:51:49 21:51:49 #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 21:51:49 #0 6.752 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:51:51 #112 ... 21:51:51 21:51:51 #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 21:51:52 #113 DONE 0.4s 21:51:52 21:51:52 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 21:51:52 #0 6.385 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:51:52 #114 ... 21:51:52 21:51:52 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 21:51:52 #0 5.009 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:51:52 #115 ... 21:51:52 21:51:52 #116 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:51:52 #0 6.298 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:51:52 #116 ... 21:51:52 21:51:52 #117 [security-spire-agent builder 6/9] COPY . . 21:51:52 #117 CACHED 21:51:52 21:51:52 #118 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:51:52 #118 CACHED 21:51:52 21:51:52 #119 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 21:51:52 #119 CACHED 21:51:52 21:51:52 #120 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:52 #120 CACHED 21:51:52 21:51:52 #121 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 21:51:52 #121 CACHED 21:51:52 21:51:52 #122 [security-spire-agent builder 9/9] WORKDIR /edgex-go 21:51:52 #122 CACHED 21:51:52 21:51:52 #123 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 21:51:52 #123 CACHED 21:51:52 21:51:52 #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 21:51:52 #0 5.450 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:51:52 #124 ... 21:51:52 21:51:52 #125 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 21:51:52 #125 DONE 0.3s 21:51:52 21:51:52 #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 21:51:52 #0 4.996 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:51:52 #126 ... 21:51:52 21:51:52 #127 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 21:51:52 #127 CACHED 21:51:52 21:51:52 #128 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 21:51:52 #128 DONE 0.3s 21:51:52 21:51:52 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 21:51:52 #0 6.420 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:51:53 #129 ... 21:51:53 21:51:53 #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 21:51:53 #0 6.789 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:51:53 #130 ... 21:51:53 21:51:53 #131 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 21:51:53 #131 DONE 0.3s 21:51:53 21:51:53 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 21:51:53 #0 5.627 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:51:53 #132 ... 21:51:53 21:51:53 #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:51:54 #133 ... 21:51:54 21:51:54 #134 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:51:54 #134 DONE 1.0s 21:51:54 21:51:54 #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:51:54 #135 ... 21:51:54 21:51:54 #136 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:51:54 #136 DONE 1.7s 21:51:54 21:51:54 #137 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:51:55 #137 DONE 0.4s 21:51:55 21:51:55 #138 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:51:55 #138 DONE 0.4s 21:51:55 21:51:55 #133 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:51:55 #133 DONE 2.2s 21:51:55 21:51:55 #139 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:51:55 #139 DONE 0.2s 21:51:55 21:51:55 #140 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:51:55 #140 DONE 0.3s 21:51:55 21:51:55 #135 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:51:55 #135 DONE 1.8s 21:51:55 21:51:55 #141 [security-spire-server] exporting to image 21:51:55 #141 exporting layers 21:51:56 #141 ... 21:51:56 21:51:56 #142 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 21:51:56 #142 DONE 0.4s 21:51:56 21:51:56 #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:51:56 #143 ... 21:51:56 21:51:56 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:51:56 #144 DONE 0.8s 21:51:56 21:51:56 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:51:57 #145 ... 21:51:57 21:51:57 #143 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:51:57 #143 DONE 0.8s 21:51:57 21:51:57 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:51:57 #145 DONE 0.5s 21:51:57 21:51:57 #141 [security-spire-config] exporting to image 21:51:57 #141 ... 21:51:57 21:51:57 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:51:57 #146 DONE 0.7s 21:51:57 21:51:57 #141 [security-spire-agent] exporting to image 21:51:59 #141 exporting layers 4.3s done 21:51:59 #141 writing image sha256:3106e64086b91177af673d2a907389f534fb4514e620559e83277cede955f56b 21:52:00 #141 exporting layers 3.1s done 21:52:00 #141 writing image sha256:3106e64086b91177af673d2a907389f534fb4514e620559e83277cede955f56b 0.0s done 21:52:00 #141 naming to docker.io/library/security-spire-server-arm64 done 21:52:00 #141 writing image sha256:fc0777e55366ce72e16272f1768d32f3a56908308bbd02f8d6c04aa8e3c92aff 21:52:00 #141 writing image sha256:fc0777e55366ce72e16272f1768d32f3a56908308bbd02f8d6c04aa8e3c92aff done 21:52:00 #141 naming to docker.io/library/security-spire-config-arm64 done 21:52:00 #141 exporting layers 3.1s done 21:52:00 #141 writing image sha256:ae10cb2ec624edeb85370281afaf5b7f28cf6d7d97e35d1ccf9782a82e3d6f75 21:52:01 #141 writing image sha256:ae10cb2ec624edeb85370281afaf5b7f28cf6d7d97e35d1ccf9782a82e3d6f75 done 21:52:01 #141 naming to docker.io/library/security-spire-agent-arm64 done 21:52:01 #141 DONE 5.4s 21:52:01 21:52:01 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:08:09 #95 ... 22:08:09 22:08:09 #112 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 22:08:09 #112 DONE 982.3s 22:08:09 22:08:09 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:09 #115 ... 22:08:09 22:08:09 #147 [security-proxy-setup stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 22:08:09 #147 DONE 0.3s 22:08:09 22:08:09 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:09 #132 ... 22:08:09 22:08:09 #148 [security-proxy-setup stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 22:08:09 #148 DONE 0.4s 22:08:09 22:08:09 #149 [security-proxy-setup stage-1 6/9] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 22:08:09 #149 DONE 0.2s 22:08:09 22:08:09 #150 [security-proxy-setup stage-1 7/9] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:08:09 #150 DONE 0.4s 22:08:09 22:08:09 #151 [security-proxy-setup stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 22:08:09 #151 DONE 0.2s 22:08:09 22:08:09 #102 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:08:09 #102 983.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.24" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:08:09 #102 ... 22:08:09 22:08:09 #152 [security-proxy-setup stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:08:09 #152 DONE 2.2s 22:08:09 22:08:09 #141 [security-proxy-setup] exporting to image 22:08:09 #141 exporting layers 22:08:09 #141 exporting layers 0.8s done 22:08:09 #141 writing image sha256:411d4986e402fbad407c35c8d531e344abeaff5a65ae08a391144dcf069c8c73 done 22:08:09 #141 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 22:08:09 #141 DONE 6.2s 22:08:09 22:08:09 #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 22:08:14 #124 ... 22:08:14 22:08:14 #114 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 22:08:14 #114 DONE 991.3s 22:08:14 22:08:14 #153 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 22:08:14 #153 DONE 0.5s 22:08:14 22:08:14 #154 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 22:08:17 #154 DONE 2.5s 22:08:17 22:08:17 #155 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 22:08:17 #155 DONE 0.2s 22:08:17 22:08:17 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:17 #115 ... 22:08:17 22:08:17 #156 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 22:08:17 #156 DONE 0.2s 22:08:17 22:08:17 #157 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:08:17 #157 DONE 0.3s 22:08:17 22:08:17 #158 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 22:08:17 #158 DONE 0.1s 22:08:17 22:08:17 #159 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 22:08:18 #159 DONE 0.2s 22:08:18 22:08:18 #160 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 22:08:18 #160 DONE 0.2s 22:08:18 22:08:18 #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 22:08:18 #126 ... 22:08:18 22:08:18 #161 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 22:08:18 #161 DONE 0.1s 22:08:18 22:08:18 #162 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:08:18 #162 DONE 0.1s 22:08:18 22:08:18 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:18 #132 ... 22:08:18 22:08:18 #163 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 22:08:20 #163 DONE 2.1s 22:08:20 22:08:20 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:20 #132 ... 22:08:20 22:08:20 #141 [security-bootstrapper] exporting to image 22:08:20 #141 exporting layers 22:08:21 #141 exporting layers 0.9s done 22:08:21 #141 writing image sha256:0c724650bcf93ed4c2d13608e133fac14eaa6394d50f451f41d4209e0c9492f8 done 22:08:21 #141 naming to docker.io/library/security-bootstrapper-arm64 done 22:08:21 #141 DONE 7.1s 22:08:21 22:08:21 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:29 #132 ... 22:08:29 22:08:29 #102 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:08:29 #102 DONE 1006.5s 22:08:29 22:08:29 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:29 #115 ... 22:08:29 22:08:29 #164 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 22:08:30 #164 DONE 0.2s 22:08:30 22:08:30 #165 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 22:08:30 #165 DONE 0.4s 22:08:30 22:08:30 #166 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:08:30 #166 DONE 0.2s 22:08:30 22:08:30 #167 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 22:08:30 #167 DONE 0.2s 22:08:30 22:08:30 #168 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 22:08:30 #168 DONE 0.1s 22:08:30 22:08:30 #169 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:08:31 #169 DONE 0.3s 22:08:31 22:08:31 #170 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:08:31 #170 DONE 0.3s 22:08:31 22:08:31 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:31 #115 ... 22:08:31 22:08:31 #171 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:08:32 #171 DONE 0.2s 22:08:32 22:08:32 #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:08:34 #172 DONE 2.1s 22:08:34 22:08:34 #141 [security-secretstore-setup] exporting to image 22:08:34 #141 exporting layers 22:08:35 #141 exporting layers 1.2s done 22:08:35 #141 writing image sha256:469649f30c45c4a3661ef215a4b9e5cd279f190b5ca727c33dbd56785544ca2b done 22:08:35 #141 naming to docker.io/library/security-secretstore-setup-arm64 done 22:08:35 #141 DONE 8.3s 22:08:35 22:08:35 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:36 #115 ... 22:08:36 22:08:36 #126 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 22:08:36 #126 DONE 1013.5s 22:08:36 22:08:36 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:08:36 #95 ... 22:08:36 22:08:36 #173 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 22:08:36 #173 DONE 0.2s 22:08:36 22:08:36 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:36 #115 ... 22:08:36 22:08:36 #174 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 22:08:36 #174 DONE 0.1s 22:08:36 22:08:36 #175 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 22:08:36 #175 DONE 0.2s 22:08:36 22:08:36 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:08:37 #115 ... 22:08:37 22:08:37 #176 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 22:08:37 #176 DONE 0.1s 22:08:37 22:08:37 #177 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 22:08:37 #177 DONE 0.1s 22:08:37 22:08:37 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:08:37 #95 ... 22:08:37 22:08:37 #178 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:08:39 #178 DONE 2.1s 22:08:39 22:08:39 #141 [security-proxy-auth] exporting to image 22:08:39 #141 exporting layers 0.5s done 22:08:39 #141 writing image sha256:7853d56c3e1567b9283e4409ac2be6ddafc68f932e414d34242271e40010ac7c done 22:08:39 #141 naming to docker.io/library/security-proxy-auth-arm64 done 22:08:39 #141 DONE 8.8s 22:08:39 22:08:39 #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 22:08:54 #124 ... 22:08:54 22:08:54 #116 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 22:08:54 #116 DONE 1030.0s 22:08:54 22:08:54 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:54 #132 ... 22:08:54 22:08:54 #179 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 22:08:54 #179 DONE 0.2s 22:08:54 22:08:54 #180 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 22:08:54 #180 DONE 0.2s 22:08:54 22:08:54 #181 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 22:08:54 #181 DONE 0.4s 22:08:54 22:08:54 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:08:54 #132 ... 22:08:54 22:08:54 #182 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 22:08:54 #182 DONE 0.2s 22:08:54 22:08:54 #183 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 22:08:54 #183 DONE 0.1s 22:08:54 22:08:54 #184 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:08:57 #184 DONE 3.1s 22:08:57 22:08:57 #141 [core-common-config-bootstrapper] exporting to image 22:08:57 #141 exporting layers 22:08:57 #141 exporting layers 0.6s done 22:08:57 #141 writing image sha256:7dec78797f05a6125721cbbb20b7fa7a5d35461e0f7eb7e656419011dc7af810 done 22:08:57 #141 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 22:08:57 #141 DONE 9.4s 22:08:57 22:08:57 #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 22:09:36 #130 DONE 1070.5s 22:09:36 22:09:36 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:36 #115 ... 22:09:36 22:09:36 #185 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 22:09:36 #185 DONE 0.1s 22:09:36 22:09:36 #186 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 22:09:36 #186 DONE 0.2s 22:09:36 22:09:36 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:36 #115 ... 22:09:36 22:09:36 #187 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:09:36 #187 DONE 0.3s 22:09:36 22:09:36 #188 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 22:09:36 #188 DONE 0.1s 22:09:36 22:09:36 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:36 #115 ... 22:09:36 22:09:36 #141 [core-command] exporting to image 22:09:36 #141 exporting layers 22:09:36 #141 exporting layers 0.2s done 22:09:36 #141 writing image sha256:335edd9f7988c1234e6b0df8260ecc97c7843b21465d1c3715c53f5c6ba5a564 done 22:09:36 #141 naming to docker.io/library/core-command-arm64 done 22:09:36 #141 DONE 9.6s 22:09:36 22:09:36 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:09:44 #132 ... 22:09:44 22:09:44 #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 22:09:44 #124 DONE 1080.7s 22:09:44 22:09:44 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:44 #115 ... 22:09:44 22:09:44 #189 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 22:09:44 #189 DONE 0.2s 22:09:44 22:09:44 #190 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 22:09:44 #190 DONE 0.2s 22:09:44 22:09:44 #191 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:09:44 #191 DONE 0.4s 22:09:44 22:09:44 #192 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 22:09:44 #192 DONE 0.1s 22:09:44 22:09:44 #141 [core-data] exporting to image 22:09:44 #141 exporting layers 22:09:45 #141 exporting layers 0.3s done 22:09:45 #141 writing image sha256:c156b25a1c27c84627080e118c66ce04c35ac18ed85d39935bafbbda2a4ab85e done 22:09:45 #141 naming to docker.io/library/core-data-arm64 done 22:09:45 #141 DONE 9.9s 22:09:45 22:09:45 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:53 #115 ... 22:09:53 22:09:53 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 22:09:53 #132 DONE 1090.0s 22:09:53 22:09:53 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:53 #115 ... 22:09:53 22:09:53 #193 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 22:09:53 #193 DONE 0.1s 22:09:53 22:09:53 #194 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 22:09:53 #194 DONE 0.1s 22:09:53 22:09:53 #195 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:09:53 #195 DONE 0.3s 22:09:53 22:09:53 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:53 #115 ... 22:09:53 22:09:53 #196 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 22:09:53 #196 DONE 0.1s 22:09:53 22:09:53 #197 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 22:09:53 #197 DONE 0.1s 22:09:53 22:09:53 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:09:53 #115 ... 22:09:53 22:09:53 #141 [core-metadata] exporting to image 22:09:53 #141 exporting layers 22:09:54 #141 exporting layers 0.6s done 22:09:54 #141 writing image sha256:5ab3a5e64ab3cb2da2f343d2dc825ddea2590ba82d12dd2384b2f1f6d9fe16d8 done 22:09:54 #141 naming to docker.io/library/core-metadata-arm64 done 22:09:54 #141 DONE 10.5s 22:09:54 22:09:54 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 22:10:16 #129 ... 22:10:16 22:10:16 #95 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 22:10:16 #95 DONE 1113.1s 22:10:16 22:10:16 #198 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 22:10:16 #198 DONE 0.3s 22:10:16 22:10:16 #199 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 22:10:16 #199 DONE 0.2s 22:10:16 22:10:16 #200 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 22:10:16 #200 DONE 0.4s 22:10:16 22:10:16 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:10:16 #115 ... 22:10:16 22:10:16 #201 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 22:10:16 #201 DONE 0.1s 22:10:17 22:10:17 #141 [security-spiffe-token-provider] exporting to image 22:10:17 #141 exporting layers 22:10:18 #141 exporting layers 1.8s done 22:10:18 #141 writing image sha256:0b82e1090084772176634cad360646cc40d35372cb0aa4a10db342d63842af5a done 22:10:18 #141 naming to docker.io/library/security-spiffe-token-provider-arm64 done 22:10:18 #141 DONE 12.3s 22:10:18 22:10:18 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:10:45 #115 ... 22:10:45 22:10:45 #129 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 22:10:45 #129 DONE 1143.2s 22:10:45 22:10:45 #115 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 22:10:45 #115 DONE 1143.2s 22:10:45 22:10:45 #202 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 22:10:46 #202 DONE 0.1s 22:10:46 22:10:46 #203 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 22:10:46 #203 ... 22:10:46 22:10:46 #204 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 22:10:46 #204 DONE 0.2s 22:10:46 22:10:46 #203 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 22:10:46 #203 DONE 0.2s 22:10:46 22:10:46 #205 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 22:10:46 #205 DONE 0.2s 22:10:46 22:10:46 #206 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:10:46 #206 ... 22:10:46 22:10:46 #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:10:46 #207 DONE 0.4s 22:10:46 22:10:46 #206 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:10:46 #206 DONE 0.3s 22:10:46 22:10:46 #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 22:10:46 #208 DONE 0.1s 22:10:46 22:10:46 #209 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 22:10:46 #209 DONE 0.1s 22:10:46 22:10:46 #141 [support-notifications] exporting to image 22:10:46 #141 exporting layers 22:10:47 #141 exporting layers 0.4s done 22:10:47 #141 writing image sha256:6e7fb8a602e018b8875062a72aab7c23ab9ea5fffe148ef4eecb600b367fbc6f 0.0s done 22:10:47 #141 naming to docker.io/library/support-scheduler-arm64 done 22:10:47 #141 writing image sha256:d459d3bf7c51b78ed4d296ed8719be4762dceb30030b13a1932754f6826ddded done 22:10:47 #141 naming to docker.io/library/support-notifications-arm64 done 22:10:47 #141 DONE 12.8s 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 22:10:47 time="2023-08-14T21:50:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 22:10:47 $ docker stop --time=1 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 22:10:48 $ docker rm -f --volumes 01ef28ee7888240bdc75c58e62c4d5ed4dde11c0f5511b6a2b79b190f8a40b93 [Pipeline] // withDockerContainer [Pipeline] sh 22:10:49 + docker images 22:10:49 REPOSITORY TAG IMAGE ID CREATED SIZE 22:10:49 support-scheduler-arm64 latest 6e7fb8a602e0 3 seconds ago 32.9MB 22:10:49 support-notifications-arm64 latest d459d3bf7c51 3 seconds ago 33.7MB 22:10:49 security-spiffe-token-provider-arm64 latest 0b82e1090084 33 seconds ago 33.3MB 22:10:49 core-metadata-arm64 latest 5ab3a5e64ab3 56 seconds ago 21.2MB 22:10:49 core-data-arm64 latest c156b25a1c27 About a minute ago 20.9MB 22:10:49 core-command-arm64 latest 335edd9f7988 About a minute ago 20.8MB 22:10:49 core-common-config-bootstrapper-arm64 latest 7dec78797f05 About a minute ago 18MB 22:10:49 security-proxy-auth-arm64 latest 7853d56c3e15 2 minutes ago 19.3MB 22:10:49 security-secretstore-setup-arm64 latest 469649f30c45 2 minutes ago 43MB 22:10:49 security-bootstrapper-arm64 latest 0c724650bcf9 2 minutes ago 22.6MB 22:10:49 security-proxy-setup-arm64 latest 411d4986e402 2 minutes ago 19.5MB 22:10:49 security-spire-agent-arm64 latest ae10cb2ec624 18 minutes ago 152MB 22:10:49 security-spire-config-arm64 latest fc0777e55366 18 minutes ago 96.1MB 22:10:49 security-spire-server-arm64 latest 3106e64086b9 18 minutes ago 96.9MB 22:10:49 ci-base-image-arm64 latest 88173b147d8b 21 minutes ago 1.05GB 22:10:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 4 weeks ago 677MB 22:10:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:10:49 provisioning config files... 22:10:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/558@tmp/config9721379536673227848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:49 ---> docker-login.sh 22:10:49 nexus3.edgexfoundry.org:10001 22:10:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:50 Configure a credential helper to remove this warning. See 22:10:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:50 22:10:50 Login Succeeded 22:10:50 nexus3.edgexfoundry.org:10002 22:10:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:50 Configure a credential helper to remove this warning. See 22:10:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:50 22:10:50 Login Succeeded 22:10:50 nexus3.edgexfoundry.org:10003 22:10:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:50 Configure a credential helper to remove this warning. See 22:10:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:50 22:10:50 Login Succeeded 22:10:50 nexus3.edgexfoundry.org:10004 22:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:51 Configure a credential helper to remove this warning. See 22:10:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:51 22:10:51 Login Succeeded 22:10:51 docker.io 22:10:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:51 Configure a credential helper to remove this warning. See 22:10:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:51 22:10:51 Login Succeeded 22:10:51 ---> docker-login.sh ends [Pipeline] } 22:10:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:10:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:10:51 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 22:10:51 3451b7e6c986f3e69473b278945a55ce4856eec7 22:10:51 latest 22:10:51 3.1.0-dev.24 22:10:51 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:10:51 main 22:10:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:10:52 869f089cd2fd: Preparing 22:10:52 908e03b261d3: Preparing 22:10:52 7a0813598204: Preparing 22:10:52 456a1372b1d0: Preparing 22:10:52 de58f038bdd0: Preparing 22:10:52 d2d9d24a8c2a: Preparing 22:10:52 d2d9d24a8c2a: Waiting 22:10:52 456a1372b1d0: Pushed 22:10:52 7a0813598204: Pushed 22:10:52 de58f038bdd0: Pushed 22:10:52 869f089cd2fd: Pushed 22:10:52 d2d9d24a8c2a: Layer already exists 22:10:55 908e03b261d3: Pushed 22:10:55 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:10:56 869f089cd2fd: Preparing 22:10:56 908e03b261d3: Preparing 22:10:56 7a0813598204: Preparing 22:10:56 456a1372b1d0: Preparing 22:10:56 de58f038bdd0: Preparing 22:10:56 d2d9d24a8c2a: Preparing 22:10:56 d2d9d24a8c2a: Waiting 22:10:56 869f089cd2fd: Layer already exists 22:10:56 7a0813598204: Layer already exists 22:10:56 de58f038bdd0: Layer already exists 22:10:56 908e03b261d3: Layer already exists 22:10:56 456a1372b1d0: Layer already exists 22:10:56 d2d9d24a8c2a: Layer already exists 22:10:56 latest: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 22:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:10:57 869f089cd2fd: Preparing 22:10:57 908e03b261d3: Preparing 22:10:57 7a0813598204: Preparing 22:10:57 456a1372b1d0: Preparing 22:10:57 de58f038bdd0: Preparing 22:10:57 d2d9d24a8c2a: Preparing 22:10:57 d2d9d24a8c2a: Waiting 22:10:57 456a1372b1d0: Layer already exists 22:10:57 908e03b261d3: Layer already exists 22:10:57 869f089cd2fd: Layer already exists 22:10:57 de58f038bdd0: Layer already exists 22:10:57 7a0813598204: Layer already exists 22:10:57 d2d9d24a8c2a: Layer already exists 22:10:57 3.1.0-dev.24: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:10:58 869f089cd2fd: Preparing 22:10:58 908e03b261d3: Preparing 22:10:58 7a0813598204: Preparing 22:10:58 456a1372b1d0: Preparing 22:10:58 de58f038bdd0: Preparing 22:10:58 d2d9d24a8c2a: Preparing 22:10:58 d2d9d24a8c2a: Waiting 22:10:58 456a1372b1d0: Layer already exists 22:10:58 7a0813598204: Layer already exists 22:10:58 de58f038bdd0: Layer already exists 22:10:58 869f089cd2fd: Layer already exists 22:10:58 908e03b261d3: Layer already exists 22:10:58 d2d9d24a8c2a: Layer already exists 22:10:58 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:10:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 22:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 22:10:59 869f089cd2fd: Preparing 22:10:59 908e03b261d3: Preparing 22:10:59 7a0813598204: Preparing 22:10:59 456a1372b1d0: Preparing 22:10:59 de58f038bdd0: Preparing 22:10:59 d2d9d24a8c2a: Preparing 22:10:59 d2d9d24a8c2a: Waiting 22:10:59 869f089cd2fd: Layer already exists 22:10:59 456a1372b1d0: Layer already exists 22:10:59 908e03b261d3: Layer already exists 22:10:59 7a0813598204: Layer already exists 22:10:59 de58f038bdd0: Layer already exists 22:10:59 d2d9d24a8c2a: Layer already exists 22:10:59 main: digest: sha256:94ec015fc26d45c75faca25efd95db93673b576bacc15a0db7e9fb0610d37b4a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:00 ===================================================== [Pipeline] echo 22:11:00 taggedImages: 22:11:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 22:11:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.24 22:11:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 22:11:00 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 22:11:00 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:00 latest 22:11:00 3.1.0-dev.24 22:11:00 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:00 main 22:11:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:11:00 42b0b819e4ca: Preparing 22:11:00 26a7284a4368: Preparing 22:11:00 f872becb01a0: Preparing 22:11:00 50839cdc8b3c: Preparing 22:11:00 7a0813598204: Preparing 22:11:00 456a1372b1d0: Preparing 22:11:00 de58f038bdd0: Preparing 22:11:00 d2d9d24a8c2a: Preparing 22:11:00 456a1372b1d0: Waiting 22:11:00 de58f038bdd0: Waiting 22:11:00 d2d9d24a8c2a: Waiting 22:11:00 7a0813598204: Layer already exists 22:11:00 456a1372b1d0: Layer already exists 22:11:01 de58f038bdd0: Layer already exists 22:11:01 d2d9d24a8c2a: Layer already exists 22:11:01 26a7284a4368: Pushed 22:11:01 f872becb01a0: Pushed 22:11:01 42b0b819e4ca: Pushed 22:11:03 50839cdc8b3c: Pushed 22:11:03 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:11:04 42b0b819e4ca: Preparing 22:11:04 26a7284a4368: Preparing 22:11:04 f872becb01a0: Preparing 22:11:04 50839cdc8b3c: Preparing 22:11:04 7a0813598204: Preparing 22:11:04 456a1372b1d0: Preparing 22:11:04 de58f038bdd0: Preparing 22:11:04 d2d9d24a8c2a: Preparing 22:11:04 de58f038bdd0: Waiting 22:11:04 d2d9d24a8c2a: Waiting 22:11:04 456a1372b1d0: Waiting 22:11:04 42b0b819e4ca: Layer already exists 22:11:04 26a7284a4368: Layer already exists 22:11:04 f872becb01a0: Layer already exists 22:11:04 50839cdc8b3c: Layer already exists 22:11:04 7a0813598204: Layer already exists 22:11:04 456a1372b1d0: Layer already exists 22:11:04 d2d9d24a8c2a: Layer already exists 22:11:04 de58f038bdd0: Layer already exists 22:11:04 latest: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 22:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:11:05 42b0b819e4ca: Preparing 22:11:05 26a7284a4368: Preparing 22:11:05 f872becb01a0: Preparing 22:11:05 50839cdc8b3c: Preparing 22:11:05 7a0813598204: Preparing 22:11:05 456a1372b1d0: Preparing 22:11:05 de58f038bdd0: Preparing 22:11:05 d2d9d24a8c2a: Preparing 22:11:05 de58f038bdd0: Waiting 22:11:05 d2d9d24a8c2a: Waiting 22:11:05 456a1372b1d0: Waiting 22:11:05 7a0813598204: Layer already exists 22:11:05 26a7284a4368: Layer already exists 22:11:05 50839cdc8b3c: Layer already exists 22:11:05 42b0b819e4ca: Layer already exists 22:11:05 f872becb01a0: Layer already exists 22:11:05 456a1372b1d0: Layer already exists 22:11:05 d2d9d24a8c2a: Layer already exists 22:11:05 de58f038bdd0: Layer already exists 22:11:05 3.1.0-dev.24: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:11:06 42b0b819e4ca: Preparing 22:11:06 26a7284a4368: Preparing 22:11:06 f872becb01a0: Preparing 22:11:06 50839cdc8b3c: Preparing 22:11:06 7a0813598204: Preparing 22:11:06 456a1372b1d0: Preparing 22:11:06 de58f038bdd0: Preparing 22:11:06 d2d9d24a8c2a: Preparing 22:11:06 456a1372b1d0: Waiting 22:11:06 d2d9d24a8c2a: Waiting 22:11:06 de58f038bdd0: Waiting 22:11:06 42b0b819e4ca: Layer already exists 22:11:06 26a7284a4368: Layer already exists 22:11:06 50839cdc8b3c: Layer already exists 22:11:06 f872becb01a0: Layer already exists 22:11:06 7a0813598204: Layer already exists 22:11:06 456a1372b1d0: Layer already exists 22:11:06 de58f038bdd0: Layer already exists 22:11:06 d2d9d24a8c2a: Layer already exists 22:11:06 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:06 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 22:11:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 22:11:06 42b0b819e4ca: Preparing 22:11:06 26a7284a4368: Preparing 22:11:06 f872becb01a0: Preparing 22:11:06 50839cdc8b3c: Preparing 22:11:06 7a0813598204: Preparing 22:11:06 456a1372b1d0: Preparing 22:11:06 de58f038bdd0: Preparing 22:11:06 d2d9d24a8c2a: Preparing 22:11:06 de58f038bdd0: Waiting 22:11:06 d2d9d24a8c2a: Waiting 22:11:06 456a1372b1d0: Waiting 22:11:06 7a0813598204: Layer already exists 22:11:06 50839cdc8b3c: Layer already exists 22:11:06 42b0b819e4ca: Layer already exists 22:11:06 f872becb01a0: Layer already exists 22:11:06 26a7284a4368: Layer already exists 22:11:06 d2d9d24a8c2a: Layer already exists 22:11:06 456a1372b1d0: Layer already exists 22:11:06 de58f038bdd0: Layer already exists 22:11:06 main: digest: sha256:9e4c06f037a067435b620a3d81f1e6e592b8d8e42324682b662dea372fe0b5d3 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:07 ===================================================== [Pipeline] echo 22:11:07 taggedImages: 22:11:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 22:11:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.24 22:11:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 22:11:07 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 22:11:07 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:07 latest 22:11:07 3.1.0-dev.24 22:11:07 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:07 main 22:11:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:11:08 184d5f008a80: Preparing 22:11:08 aff74022a3c4: Preparing 22:11:08 7a0813598204: Preparing 22:11:08 456a1372b1d0: Preparing 22:11:08 4e6e15f2fbfc: Preparing 22:11:08 d2d9d24a8c2a: Preparing 22:11:08 d2d9d24a8c2a: Waiting 22:11:08 7a0813598204: Layer already exists 22:11:08 456a1372b1d0: Layer already exists 22:11:08 d2d9d24a8c2a: Layer already exists 22:11:08 184d5f008a80: Pushed 22:11:08 4e6e15f2fbfc: Pushed 22:11:11 aff74022a3c4: Pushed 22:11:11 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:11:12 184d5f008a80: Preparing 22:11:12 aff74022a3c4: Preparing 22:11:12 7a0813598204: Preparing 22:11:12 456a1372b1d0: Preparing 22:11:12 4e6e15f2fbfc: Preparing 22:11:12 d2d9d24a8c2a: Preparing 22:11:12 d2d9d24a8c2a: Waiting 22:11:12 184d5f008a80: Layer already exists 22:11:12 456a1372b1d0: Layer already exists 22:11:12 aff74022a3c4: Layer already exists 22:11:12 7a0813598204: Layer already exists 22:11:12 4e6e15f2fbfc: Layer already exists 22:11:12 d2d9d24a8c2a: Layer already exists 22:11:12 latest: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 22:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:11:13 184d5f008a80: Preparing 22:11:13 aff74022a3c4: Preparing 22:11:13 7a0813598204: Preparing 22:11:13 456a1372b1d0: Preparing 22:11:13 4e6e15f2fbfc: Preparing 22:11:13 d2d9d24a8c2a: Preparing 22:11:13 d2d9d24a8c2a: Waiting 22:11:13 184d5f008a80: Layer already exists 22:11:13 aff74022a3c4: Layer already exists 22:11:13 7a0813598204: Layer already exists 22:11:13 456a1372b1d0: Layer already exists 22:11:13 4e6e15f2fbfc: Layer already exists 22:11:13 d2d9d24a8c2a: Layer already exists 22:11:13 3.1.0-dev.24: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:11:14 184d5f008a80: Preparing 22:11:14 aff74022a3c4: Preparing 22:11:14 7a0813598204: Preparing 22:11:14 456a1372b1d0: Preparing 22:11:14 4e6e15f2fbfc: Preparing 22:11:14 d2d9d24a8c2a: Preparing 22:11:14 d2d9d24a8c2a: Waiting 22:11:14 4e6e15f2fbfc: Layer already exists 22:11:14 184d5f008a80: Layer already exists 22:11:14 7a0813598204: Layer already exists 22:11:14 aff74022a3c4: Layer already exists 22:11:14 456a1372b1d0: Layer already exists 22:11:14 d2d9d24a8c2a: Layer already exists 22:11:14 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 22:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 22:11:14 184d5f008a80: Preparing 22:11:14 aff74022a3c4: Preparing 22:11:14 7a0813598204: Preparing 22:11:14 456a1372b1d0: Preparing 22:11:14 4e6e15f2fbfc: Preparing 22:11:14 d2d9d24a8c2a: Preparing 22:11:14 d2d9d24a8c2a: Waiting 22:11:14 456a1372b1d0: Layer already exists 22:11:14 4e6e15f2fbfc: Layer already exists 22:11:14 7a0813598204: Layer already exists 22:11:14 aff74022a3c4: Layer already exists 22:11:14 184d5f008a80: Layer already exists 22:11:14 d2d9d24a8c2a: Layer already exists 22:11:15 main: digest: sha256:3820a6043e9f570b73bf28f53e57026fae9f5dbbd5dfb31dcc89a69f2345eb76 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:15 ===================================================== [Pipeline] echo 22:11:15 taggedImages: 22:11:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 22:11:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.24 22:11:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 22:11:15 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 22:11:15 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:15 latest 22:11:15 3.1.0-dev.24 22:11:15 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:15 main 22:11:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:11:15 9d2f5d348ac1: Preparing 22:11:15 da664a5c9151: Preparing 22:11:15 25b78dc71bb6: Preparing 22:11:15 7a0813598204: Preparing 22:11:15 456a1372b1d0: Preparing 22:11:15 de58f038bdd0: Preparing 22:11:15 d2d9d24a8c2a: Preparing 22:11:15 de58f038bdd0: Waiting 22:11:15 d2d9d24a8c2a: Waiting 22:11:15 7a0813598204: Layer already exists 22:11:15 456a1372b1d0: Layer already exists 22:11:15 de58f038bdd0: Layer already exists 22:11:15 d2d9d24a8c2a: Layer already exists 22:11:16 9d2f5d348ac1: Pushed 22:11:16 da664a5c9151: Pushed 22:11:19 25b78dc71bb6: Pushed 22:11:19 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:11:20 9d2f5d348ac1: Preparing 22:11:20 da664a5c9151: Preparing 22:11:20 25b78dc71bb6: Preparing 22:11:20 7a0813598204: Preparing 22:11:20 456a1372b1d0: Preparing 22:11:20 de58f038bdd0: Preparing 22:11:20 d2d9d24a8c2a: Preparing 22:11:20 de58f038bdd0: Waiting 22:11:20 d2d9d24a8c2a: Waiting 22:11:20 da664a5c9151: Layer already exists 22:11:20 9d2f5d348ac1: Layer already exists 22:11:20 25b78dc71bb6: Layer already exists 22:11:20 456a1372b1d0: Layer already exists 22:11:20 7a0813598204: Layer already exists 22:11:20 d2d9d24a8c2a: Layer already exists 22:11:20 de58f038bdd0: Layer already exists 22:11:20 latest: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 22:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:11:21 9d2f5d348ac1: Preparing 22:11:21 da664a5c9151: Preparing 22:11:21 25b78dc71bb6: Preparing 22:11:21 7a0813598204: Preparing 22:11:21 456a1372b1d0: Preparing 22:11:21 de58f038bdd0: Preparing 22:11:21 d2d9d24a8c2a: Preparing 22:11:21 de58f038bdd0: Waiting 22:11:21 456a1372b1d0: Layer already exists 22:11:21 da664a5c9151: Layer already exists 22:11:21 9d2f5d348ac1: Layer already exists 22:11:21 25b78dc71bb6: Layer already exists 22:11:21 7a0813598204: Layer already exists 22:11:21 de58f038bdd0: Layer already exists 22:11:21 d2d9d24a8c2a: Layer already exists 22:11:21 3.1.0-dev.24: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:11:21 9d2f5d348ac1: Preparing 22:11:21 da664a5c9151: Preparing 22:11:21 25b78dc71bb6: Preparing 22:11:21 7a0813598204: Preparing 22:11:21 456a1372b1d0: Preparing 22:11:21 de58f038bdd0: Preparing 22:11:21 d2d9d24a8c2a: Preparing 22:11:21 de58f038bdd0: Waiting 22:11:21 d2d9d24a8c2a: Waiting 22:11:21 25b78dc71bb6: Layer already exists 22:11:21 456a1372b1d0: Layer already exists 22:11:21 7a0813598204: Layer already exists 22:11:21 9d2f5d348ac1: Layer already exists 22:11:21 da664a5c9151: Layer already exists 22:11:21 d2d9d24a8c2a: Layer already exists 22:11:21 de58f038bdd0: Layer already exists 22:11:21 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 22:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 22:11:22 9d2f5d348ac1: Preparing 22:11:22 da664a5c9151: Preparing 22:11:22 25b78dc71bb6: Preparing 22:11:22 7a0813598204: Preparing 22:11:22 456a1372b1d0: Preparing 22:11:22 de58f038bdd0: Preparing 22:11:22 d2d9d24a8c2a: Preparing 22:11:22 de58f038bdd0: Waiting 22:11:22 d2d9d24a8c2a: Waiting 22:11:22 9d2f5d348ac1: Layer already exists 22:11:22 25b78dc71bb6: Layer already exists 22:11:22 7a0813598204: Layer already exists 22:11:22 da664a5c9151: Layer already exists 22:11:22 456a1372b1d0: Layer already exists 22:11:22 d2d9d24a8c2a: Layer already exists 22:11:22 de58f038bdd0: Layer already exists 22:11:22 main: digest: sha256:070a3dff8c7c8add639dd7879c6f0934c34b019c99f4fdcd1931bcb437f92580 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:22 ===================================================== [Pipeline] echo 22:11:22 taggedImages: 22:11:22 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:22 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 22:11:22 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.24 22:11:22 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:22 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 22:11:22 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 22:11:22 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:22 latest 22:11:22 3.1.0-dev.24 22:11:22 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:22 main 22:11:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:11:23 352b20b88b94: Preparing 22:11:23 5395b71168d1: Preparing 22:11:23 0838c19dfbd9: Preparing 22:11:23 1d58c9e1c53b: Preparing 22:11:23 d18092dd8ee4: Preparing 22:11:23 2f26d928a0fe: Preparing 22:11:23 08e9bb57827a: Preparing 22:11:23 7a0813598204: Preparing 22:11:23 456a1372b1d0: Preparing 22:11:23 d58b3e50d30e: Preparing 22:11:23 3a676f03bf9a: Preparing 22:11:23 2f26d928a0fe: Waiting 22:11:23 08e9bb57827a: Waiting 22:11:23 d58b3e50d30e: Waiting 22:11:23 3a676f03bf9a: Waiting 22:11:23 5f70bf18a086: Preparing 22:11:23 7a0813598204: Waiting 22:11:23 456a1372b1d0: Waiting 22:11:23 5f3ddc4e09f1: Preparing 22:11:23 a85458f52d4a: Preparing 22:11:23 5f70bf18a086: Waiting 22:11:23 d2d9d24a8c2a: Preparing 22:11:23 5f3ddc4e09f1: Waiting 22:11:23 d2d9d24a8c2a: Waiting 22:11:23 a85458f52d4a: Waiting 22:11:23 5395b71168d1: Pushed 22:11:23 1d58c9e1c53b: Pushed 22:11:23 0838c19dfbd9: Pushed 22:11:23 d18092dd8ee4: Pushed 22:11:23 352b20b88b94: Pushed 22:11:24 2f26d928a0fe: Pushed 22:11:25 7a0813598204: Layer already exists 22:11:25 456a1372b1d0: Layer already exists 22:11:25 5f70bf18a086: Pushed 22:11:25 3a676f03bf9a: Pushed 22:11:25 5f3ddc4e09f1: Pushed 22:11:25 d58b3e50d30e: Pushed 22:11:25 d2d9d24a8c2a: Layer already exists 22:11:25 a85458f52d4a: Pushed 22:11:27 08e9bb57827a: Pushed 22:11:27 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:11:28 352b20b88b94: Preparing 22:11:28 5395b71168d1: Preparing 22:11:28 0838c19dfbd9: Preparing 22:11:28 1d58c9e1c53b: Preparing 22:11:28 d18092dd8ee4: Preparing 22:11:28 2f26d928a0fe: Preparing 22:11:28 08e9bb57827a: Preparing 22:11:28 7a0813598204: Preparing 22:11:28 456a1372b1d0: Preparing 22:11:28 d58b3e50d30e: Preparing 22:11:28 3a676f03bf9a: Preparing 22:11:28 5f70bf18a086: Preparing 22:11:28 5f3ddc4e09f1: Preparing 22:11:28 a85458f52d4a: Preparing 22:11:28 d2d9d24a8c2a: Preparing 22:11:28 d58b3e50d30e: Waiting 22:11:28 7a0813598204: Waiting 22:11:28 3a676f03bf9a: Waiting 22:11:28 2f26d928a0fe: Waiting 22:11:28 5f70bf18a086: Waiting 22:11:28 08e9bb57827a: Waiting 22:11:28 5f3ddc4e09f1: Waiting 22:11:28 456a1372b1d0: Waiting 22:11:28 a85458f52d4a: Waiting 22:11:28 d2d9d24a8c2a: Waiting 22:11:28 5395b71168d1: Layer already exists 22:11:28 d18092dd8ee4: Layer already exists 22:11:28 352b20b88b94: Layer already exists 22:11:28 1d58c9e1c53b: Layer already exists 22:11:28 0838c19dfbd9: Layer already exists 22:11:28 7a0813598204: Layer already exists 22:11:28 08e9bb57827a: Layer already exists 22:11:28 2f26d928a0fe: Layer already exists 22:11:28 456a1372b1d0: Layer already exists 22:11:28 d58b3e50d30e: Layer already exists 22:11:28 5f3ddc4e09f1: Layer already exists 22:11:28 5f70bf18a086: Layer already exists 22:11:28 a85458f52d4a: Layer already exists 22:11:28 3a676f03bf9a: Layer already exists 22:11:28 d2d9d24a8c2a: Layer already exists 22:11:28 latest: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 22:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:11:29 352b20b88b94: Preparing 22:11:29 5395b71168d1: Preparing 22:11:29 0838c19dfbd9: Preparing 22:11:29 1d58c9e1c53b: Preparing 22:11:29 d18092dd8ee4: Preparing 22:11:29 2f26d928a0fe: Preparing 22:11:29 08e9bb57827a: Preparing 22:11:29 7a0813598204: Preparing 22:11:29 456a1372b1d0: Preparing 22:11:29 d58b3e50d30e: Preparing 22:11:29 3a676f03bf9a: Preparing 22:11:29 5f70bf18a086: Preparing 22:11:29 5f3ddc4e09f1: Preparing 22:11:29 a85458f52d4a: Preparing 22:11:29 d2d9d24a8c2a: Preparing 22:11:29 d58b3e50d30e: Waiting 22:11:29 2f26d928a0fe: Waiting 22:11:29 3a676f03bf9a: Waiting 22:11:29 5f70bf18a086: Waiting 22:11:29 a85458f52d4a: Waiting 22:11:29 08e9bb57827a: Waiting 22:11:29 d2d9d24a8c2a: Waiting 22:11:29 7a0813598204: Waiting 22:11:29 5f3ddc4e09f1: Waiting 22:11:29 352b20b88b94: Layer already exists 22:11:29 1d58c9e1c53b: Layer already exists 22:11:29 0838c19dfbd9: Layer already exists 22:11:29 d18092dd8ee4: Layer already exists 22:11:29 5395b71168d1: Layer already exists 22:11:29 08e9bb57827a: Layer already exists 22:11:29 d58b3e50d30e: Layer already exists 22:11:29 2f26d928a0fe: Layer already exists 22:11:29 456a1372b1d0: Layer already exists 22:11:29 7a0813598204: Layer already exists 22:11:29 3a676f03bf9a: Layer already exists 22:11:29 a85458f52d4a: Layer already exists 22:11:29 5f3ddc4e09f1: Layer already exists 22:11:29 d2d9d24a8c2a: Layer already exists 22:11:29 5f70bf18a086: Layer already exists 22:11:29 3.1.0-dev.24: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:11:30 352b20b88b94: Preparing 22:11:30 5395b71168d1: Preparing 22:11:30 0838c19dfbd9: Preparing 22:11:30 1d58c9e1c53b: Preparing 22:11:30 d18092dd8ee4: Preparing 22:11:30 2f26d928a0fe: Preparing 22:11:30 08e9bb57827a: Preparing 22:11:30 7a0813598204: Preparing 22:11:30 456a1372b1d0: Preparing 22:11:30 d58b3e50d30e: Preparing 22:11:30 3a676f03bf9a: Preparing 22:11:30 5f70bf18a086: Preparing 22:11:30 5f3ddc4e09f1: Preparing 22:11:30 a85458f52d4a: Preparing 22:11:30 d2d9d24a8c2a: Preparing 22:11:30 456a1372b1d0: Waiting 22:11:30 d58b3e50d30e: Waiting 22:11:30 3a676f03bf9a: Waiting 22:11:30 5f70bf18a086: Waiting 22:11:30 5f3ddc4e09f1: Waiting 22:11:30 a85458f52d4a: Waiting 22:11:30 d2d9d24a8c2a: Waiting 22:11:30 2f26d928a0fe: Waiting 22:11:30 08e9bb57827a: Waiting 22:11:30 7a0813598204: Waiting 22:11:30 d18092dd8ee4: Layer already exists 22:11:30 352b20b88b94: Layer already exists 22:11:30 5395b71168d1: Layer already exists 22:11:30 1d58c9e1c53b: Layer already exists 22:11:30 0838c19dfbd9: Layer already exists 22:11:30 7a0813598204: Layer already exists 22:11:30 2f26d928a0fe: Layer already exists 22:11:30 08e9bb57827a: Layer already exists 22:11:30 456a1372b1d0: Layer already exists 22:11:30 d58b3e50d30e: Layer already exists 22:11:30 3a676f03bf9a: Layer already exists 22:11:30 a85458f52d4a: Layer already exists 22:11:30 d2d9d24a8c2a: Layer already exists 22:11:30 5f3ddc4e09f1: Layer already exists 22:11:30 5f70bf18a086: Layer already exists 22:11:30 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 22:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 22:11:31 352b20b88b94: Preparing 22:11:31 5395b71168d1: Preparing 22:11:31 0838c19dfbd9: Preparing 22:11:31 1d58c9e1c53b: Preparing 22:11:31 d18092dd8ee4: Preparing 22:11:31 2f26d928a0fe: Preparing 22:11:31 08e9bb57827a: Preparing 22:11:31 7a0813598204: Preparing 22:11:31 456a1372b1d0: Preparing 22:11:31 d58b3e50d30e: Preparing 22:11:31 3a676f03bf9a: Preparing 22:11:31 5f70bf18a086: Preparing 22:11:31 5f3ddc4e09f1: Preparing 22:11:31 a85458f52d4a: Preparing 22:11:31 d2d9d24a8c2a: Preparing 22:11:31 d58b3e50d30e: Waiting 22:11:31 a85458f52d4a: Waiting 22:11:31 3a676f03bf9a: Waiting 22:11:31 5f70bf18a086: Waiting 22:11:31 5f3ddc4e09f1: Waiting 22:11:31 2f26d928a0fe: Waiting 22:11:31 08e9bb57827a: Waiting 22:11:31 d2d9d24a8c2a: Waiting 22:11:31 456a1372b1d0: Waiting 22:11:31 7a0813598204: Waiting 22:11:31 0838c19dfbd9: Layer already exists 22:11:31 d18092dd8ee4: Layer already exists 22:11:31 1d58c9e1c53b: Layer already exists 22:11:31 5395b71168d1: Layer already exists 22:11:31 352b20b88b94: Layer already exists 22:11:31 7a0813598204: Layer already exists 22:11:31 08e9bb57827a: Layer already exists 22:11:31 2f26d928a0fe: Layer already exists 22:11:31 d58b3e50d30e: Layer already exists 22:11:31 456a1372b1d0: Layer already exists 22:11:31 3a676f03bf9a: Layer already exists 22:11:31 a85458f52d4a: Layer already exists 22:11:31 5f70bf18a086: Layer already exists 22:11:31 5f3ddc4e09f1: Layer already exists 22:11:31 d2d9d24a8c2a: Layer already exists 22:11:31 main: digest: sha256:3e1a19c8a0ec1e78af325b8fc9eb0f4c4489fd077310551ee013091b8c453c52 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:31 ===================================================== [Pipeline] echo 22:11:31 taggedImages: 22:11:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 22:11:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.24 22:11:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 22:11:31 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 22:11:31 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:31 latest 22:11:31 3.1.0-dev.24 22:11:31 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:31 main 22:11:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:31 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:11:32 e48e5a965525: Preparing 22:11:32 44f69ebd9f49: Preparing 22:11:32 f39609d14747: Preparing 22:11:32 88c20c4d46c8: Preparing 22:11:32 7a0813598204: Preparing 22:11:32 456a1372b1d0: Preparing 22:11:32 de58f038bdd0: Preparing 22:11:32 d2d9d24a8c2a: Preparing 22:11:32 456a1372b1d0: Waiting 22:11:32 de58f038bdd0: Waiting 22:11:32 d2d9d24a8c2a: Waiting 22:11:32 7a0813598204: Layer already exists 22:11:32 456a1372b1d0: Layer already exists 22:11:32 de58f038bdd0: Layer already exists 22:11:32 44f69ebd9f49: Pushed 22:11:32 f39609d14747: Pushed 22:11:32 d2d9d24a8c2a: Layer already exists 22:11:32 e48e5a965525: Pushed 22:11:35 88c20c4d46c8: Pushed 22:11:35 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:11:36 e48e5a965525: Preparing 22:11:36 44f69ebd9f49: Preparing 22:11:36 f39609d14747: Preparing 22:11:36 88c20c4d46c8: Preparing 22:11:36 7a0813598204: Preparing 22:11:36 456a1372b1d0: Preparing 22:11:36 de58f038bdd0: Preparing 22:11:36 d2d9d24a8c2a: Preparing 22:11:36 de58f038bdd0: Waiting 22:11:36 d2d9d24a8c2a: Waiting 22:11:36 456a1372b1d0: Waiting 22:11:36 f39609d14747: Layer already exists 22:11:36 e48e5a965525: Layer already exists 22:11:36 88c20c4d46c8: Layer already exists 22:11:36 7a0813598204: Layer already exists 22:11:36 44f69ebd9f49: Layer already exists 22:11:36 456a1372b1d0: Layer already exists 22:11:36 de58f038bdd0: Layer already exists 22:11:36 d2d9d24a8c2a: Layer already exists 22:11:36 latest: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 22:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:11:37 e48e5a965525: Preparing 22:11:37 44f69ebd9f49: Preparing 22:11:37 f39609d14747: Preparing 22:11:37 88c20c4d46c8: Preparing 22:11:37 7a0813598204: Preparing 22:11:37 456a1372b1d0: Preparing 22:11:37 de58f038bdd0: Preparing 22:11:37 d2d9d24a8c2a: Preparing 22:11:37 456a1372b1d0: Waiting 22:11:37 de58f038bdd0: Waiting 22:11:37 d2d9d24a8c2a: Waiting 22:11:37 f39609d14747: Layer already exists 22:11:37 7a0813598204: Layer already exists 22:11:37 e48e5a965525: Layer already exists 22:11:37 88c20c4d46c8: Layer already exists 22:11:37 44f69ebd9f49: Layer already exists 22:11:37 de58f038bdd0: Layer already exists 22:11:37 456a1372b1d0: Layer already exists 22:11:37 d2d9d24a8c2a: Layer already exists 22:11:37 3.1.0-dev.24: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:11:38 e48e5a965525: Preparing 22:11:38 44f69ebd9f49: Preparing 22:11:38 f39609d14747: Preparing 22:11:38 88c20c4d46c8: Preparing 22:11:38 7a0813598204: Preparing 22:11:38 456a1372b1d0: Preparing 22:11:38 de58f038bdd0: Preparing 22:11:38 d2d9d24a8c2a: Preparing 22:11:38 456a1372b1d0: Waiting 22:11:38 de58f038bdd0: Waiting 22:11:38 d2d9d24a8c2a: Waiting 22:11:38 e48e5a965525: Layer already exists 22:11:38 88c20c4d46c8: Layer already exists 22:11:38 f39609d14747: Layer already exists 22:11:38 7a0813598204: Layer already exists 22:11:38 44f69ebd9f49: Layer already exists 22:11:38 d2d9d24a8c2a: Layer already exists 22:11:38 456a1372b1d0: Layer already exists 22:11:38 de58f038bdd0: Layer already exists 22:11:38 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:38 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 22:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 22:11:39 e48e5a965525: Preparing 22:11:39 44f69ebd9f49: Preparing 22:11:39 f39609d14747: Preparing 22:11:39 88c20c4d46c8: Preparing 22:11:39 7a0813598204: Preparing 22:11:39 456a1372b1d0: Preparing 22:11:39 de58f038bdd0: Preparing 22:11:39 d2d9d24a8c2a: Preparing 22:11:39 de58f038bdd0: Waiting 22:11:39 d2d9d24a8c2a: Waiting 22:11:39 456a1372b1d0: Waiting 22:11:39 f39609d14747: Layer already exists 22:11:39 88c20c4d46c8: Layer already exists 22:11:39 44f69ebd9f49: Layer already exists 22:11:39 7a0813598204: Layer already exists 22:11:39 e48e5a965525: Layer already exists 22:11:39 456a1372b1d0: Layer already exists 22:11:39 de58f038bdd0: Layer already exists 22:11:39 d2d9d24a8c2a: Layer already exists 22:11:39 main: digest: sha256:c5467711c658337658f50267bb3e0476abe1eae113a0593e44d4709199f30ec3 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:39 ===================================================== [Pipeline] echo 22:11:39 taggedImages: 22:11:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 22:11:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.24 22:11:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 22:11:39 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 22:11:39 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:39 latest 22:11:39 3.1.0-dev.24 22:11:39 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:39 main 22:11:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:11:39 0199c9867e2d: Preparing 22:11:39 be483927ec06: Preparing 22:11:39 e521a8790c34: Preparing 22:11:39 9942f24ba991: Preparing 22:11:39 7a0813598204: Preparing 22:11:39 456a1372b1d0: Preparing 22:11:39 9644bf65f670: Preparing 22:11:39 327c0a83e30b: Preparing 22:11:39 d2d9d24a8c2a: Preparing 22:11:39 456a1372b1d0: Waiting 22:11:39 9644bf65f670: Waiting 22:11:39 327c0a83e30b: Waiting 22:11:39 7a0813598204: Layer already exists 22:11:39 456a1372b1d0: Layer already exists 22:11:40 9942f24ba991: Pushed 22:11:40 0199c9867e2d: Pushed 22:11:40 be483927ec06: Pushed 22:11:40 9644bf65f670: Pushed 22:11:40 d2d9d24a8c2a: Layer already exists 22:11:40 327c0a83e30b: Pushed 22:11:43 e521a8790c34: Pushed 22:11:43 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:43 + 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 22:11:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:11:43 0199c9867e2d: Preparing 22:11:43 be483927ec06: Preparing 22:11:43 e521a8790c34: Preparing 22:11:43 9942f24ba991: Preparing 22:11:43 7a0813598204: Preparing 22:11:43 456a1372b1d0: Preparing 22:11:43 9644bf65f670: Preparing 22:11:43 327c0a83e30b: Preparing 22:11:43 d2d9d24a8c2a: Preparing 22:11:43 456a1372b1d0: Waiting 22:11:43 9644bf65f670: Waiting 22:11:43 327c0a83e30b: Waiting 22:11:43 d2d9d24a8c2a: Waiting 22:11:43 e521a8790c34: Layer already exists 22:11:43 be483927ec06: Layer already exists 22:11:43 0199c9867e2d: Layer already exists 22:11:43 7a0813598204: Layer already exists 22:11:43 9942f24ba991: Layer already exists 22:11:43 456a1372b1d0: Layer already exists 22:11:43 9644bf65f670: Layer already exists 22:11:43 327c0a83e30b: Layer already exists 22:11:43 d2d9d24a8c2a: Layer already exists 22:11:43 latest: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:44 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 22:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:11:44 0199c9867e2d: Preparing 22:11:44 be483927ec06: Preparing 22:11:44 e521a8790c34: Preparing 22:11:44 9942f24ba991: Preparing 22:11:44 7a0813598204: Preparing 22:11:44 456a1372b1d0: Preparing 22:11:44 9644bf65f670: Preparing 22:11:44 327c0a83e30b: Preparing 22:11:44 d2d9d24a8c2a: Preparing 22:11:44 9644bf65f670: Waiting 22:11:44 327c0a83e30b: Waiting 22:11:44 456a1372b1d0: Waiting 22:11:44 d2d9d24a8c2a: Waiting 22:11:44 be483927ec06: Layer already exists 22:11:44 e521a8790c34: Layer already exists 22:11:44 7a0813598204: Layer already exists 22:11:44 9942f24ba991: Layer already exists 22:11:44 0199c9867e2d: Layer already exists 22:11:44 456a1372b1d0: Layer already exists 22:11:44 d2d9d24a8c2a: Layer already exists 22:11:44 9644bf65f670: Layer already exists 22:11:44 327c0a83e30b: Layer already exists 22:11:44 3.1.0-dev.24: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:45 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:11:45 0199c9867e2d: Preparing 22:11:45 be483927ec06: Preparing 22:11:45 e521a8790c34: Preparing 22:11:45 9942f24ba991: Preparing 22:11:45 7a0813598204: Preparing 22:11:45 456a1372b1d0: Preparing 22:11:45 9644bf65f670: Preparing 22:11:45 327c0a83e30b: Preparing 22:11:45 d2d9d24a8c2a: Preparing 22:11:45 9644bf65f670: Waiting 22:11:45 327c0a83e30b: Waiting 22:11:45 d2d9d24a8c2a: Waiting 22:11:45 456a1372b1d0: Waiting 22:11:45 e521a8790c34: Layer already exists 22:11:45 0199c9867e2d: Layer already exists 22:11:45 be483927ec06: Layer already exists 22:11:45 9942f24ba991: Layer already exists 22:11:45 7a0813598204: Layer already exists 22:11:45 327c0a83e30b: Layer already exists 22:11:45 9644bf65f670: Layer already exists 22:11:45 456a1372b1d0: Layer already exists 22:11:45 d2d9d24a8c2a: Layer already exists 22:11:45 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:46 + 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 22:11:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 22:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 22:11:46 0199c9867e2d: Preparing 22:11:46 be483927ec06: Preparing 22:11:46 e521a8790c34: Preparing 22:11:46 9942f24ba991: Preparing 22:11:46 7a0813598204: Preparing 22:11:46 456a1372b1d0: Preparing 22:11:46 9644bf65f670: Preparing 22:11:46 327c0a83e30b: Preparing 22:11:46 d2d9d24a8c2a: Preparing 22:11:46 456a1372b1d0: Waiting 22:11:46 9644bf65f670: Waiting 22:11:46 327c0a83e30b: Waiting 22:11:46 e521a8790c34: Layer already exists 22:11:46 9942f24ba991: Layer already exists 22:11:46 0199c9867e2d: Layer already exists 22:11:46 be483927ec06: Layer already exists 22:11:46 7a0813598204: Layer already exists 22:11:46 456a1372b1d0: Layer already exists 22:11:46 9644bf65f670: Layer already exists 22:11:46 d2d9d24a8c2a: Layer already exists 22:11:46 327c0a83e30b: Layer already exists 22:11:46 main: digest: sha256:533ef91f8744522a4c330dec612ac5714cb11b8eaf13ec8956fcf65c9dd21d1c size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:46 ===================================================== [Pipeline] echo 22:11:46 taggedImages: 22:11:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 22:11:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.24 22:11:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 22:11:46 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 22:11:46 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:46 latest 22:11:46 3.1.0-dev.24 22:11:46 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:46 main 22:11:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:47 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:11:47 d6fd178c575d: Preparing 22:11:47 f8a0604e6aab: Preparing 22:11:47 0835114277c9: Preparing 22:11:47 9b0341522dba: Preparing 22:11:47 17b200e117fa: Preparing 22:11:47 c75202914cc7: Preparing 22:11:47 b3d46d382411: Preparing 22:11:47 7a0813598204: Preparing 22:11:47 456a1372b1d0: Preparing 22:11:47 de07f2ae7185: Preparing 22:11:47 d2d9d24a8c2a: Preparing 22:11:47 7a0813598204: Waiting 22:11:47 456a1372b1d0: Waiting 22:11:47 de07f2ae7185: Waiting 22:11:47 d2d9d24a8c2a: Waiting 22:11:47 c75202914cc7: Waiting 22:11:47 b3d46d382411: Waiting 22:11:47 f8a0604e6aab: Pushed 22:11:47 17b200e117fa: Pushed 22:11:47 d6fd178c575d: Pushed 22:11:47 7a0813598204: Layer already exists 22:11:47 456a1372b1d0: Layer already exists 22:11:47 b3d46d382411: Pushed 22:11:47 c75202914cc7: Pushed 22:11:47 d2d9d24a8c2a: Layer already exists 22:11:50 9b0341522dba: Pushed 22:11:50 de07f2ae7185: Pushed 22:11:51 0835114277c9: Pushed 22:11:51 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:51 + 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 22:11:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:11:53 d6fd178c575d: Preparing 22:11:53 f8a0604e6aab: Preparing 22:11:53 0835114277c9: Preparing 22:11:53 9b0341522dba: Preparing 22:11:53 17b200e117fa: Preparing 22:11:53 c75202914cc7: Preparing 22:11:53 b3d46d382411: Preparing 22:11:53 7a0813598204: Preparing 22:11:53 456a1372b1d0: Preparing 22:11:53 de07f2ae7185: Preparing 22:11:53 d2d9d24a8c2a: Preparing 22:11:53 b3d46d382411: Waiting 22:11:53 7a0813598204: Waiting 22:11:53 456a1372b1d0: Waiting 22:11:53 de07f2ae7185: Waiting 22:11:53 d2d9d24a8c2a: Waiting 22:11:53 c75202914cc7: Waiting 22:11:53 f8a0604e6aab: Layer already exists 22:11:53 17b200e117fa: Layer already exists 22:11:53 0835114277c9: Layer already exists 22:11:53 d6fd178c575d: Layer already exists 22:11:53 9b0341522dba: Layer already exists 22:11:53 b3d46d382411: Layer already exists 22:11:53 c75202914cc7: Layer already exists 22:11:53 de07f2ae7185: Layer already exists 22:11:53 7a0813598204: Layer already exists 22:11:53 456a1372b1d0: Layer already exists 22:11:53 d2d9d24a8c2a: Layer already exists 22:11:53 latest: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:53 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 22:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:11:53 d6fd178c575d: Preparing 22:11:53 f8a0604e6aab: Preparing 22:11:53 0835114277c9: Preparing 22:11:53 9b0341522dba: Preparing 22:11:53 17b200e117fa: Preparing 22:11:53 c75202914cc7: Preparing 22:11:53 b3d46d382411: Preparing 22:11:53 7a0813598204: Preparing 22:11:53 456a1372b1d0: Preparing 22:11:53 de07f2ae7185: Preparing 22:11:53 d2d9d24a8c2a: Preparing 22:11:53 c75202914cc7: Waiting 22:11:53 b3d46d382411: Waiting 22:11:53 7a0813598204: Waiting 22:11:53 456a1372b1d0: Waiting 22:11:53 d2d9d24a8c2a: Waiting 22:11:53 de07f2ae7185: Waiting 22:11:53 f8a0604e6aab: Layer already exists 22:11:53 9b0341522dba: Layer already exists 22:11:53 d6fd178c575d: Layer already exists 22:11:53 0835114277c9: Layer already exists 22:11:53 17b200e117fa: Layer already exists 22:11:53 c75202914cc7: Layer already exists 22:11:53 b3d46d382411: Layer already exists 22:11:53 7a0813598204: Layer already exists 22:11:53 de07f2ae7185: Layer already exists 22:11:53 456a1372b1d0: Layer already exists 22:11:53 d2d9d24a8c2a: Layer already exists 22:11:54 3.1.0-dev.24: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:11:54 d6fd178c575d: Preparing 22:11:54 f8a0604e6aab: Preparing 22:11:54 0835114277c9: Preparing 22:11:54 9b0341522dba: Preparing 22:11:54 17b200e117fa: Preparing 22:11:54 c75202914cc7: Preparing 22:11:54 b3d46d382411: Preparing 22:11:54 7a0813598204: Preparing 22:11:54 456a1372b1d0: Preparing 22:11:54 de07f2ae7185: Preparing 22:11:54 d2d9d24a8c2a: Preparing 22:11:54 c75202914cc7: Waiting 22:11:54 456a1372b1d0: Waiting 22:11:54 de07f2ae7185: Waiting 22:11:54 b3d46d382411: Waiting 22:11:54 d2d9d24a8c2a: Waiting 22:11:54 7a0813598204: Waiting 22:11:54 f8a0604e6aab: Layer already exists 22:11:54 0835114277c9: Layer already exists 22:11:54 17b200e117fa: Layer already exists 22:11:54 d6fd178c575d: Layer already exists 22:11:54 9b0341522dba: Layer already exists 22:11:54 7a0813598204: Layer already exists 22:11:54 c75202914cc7: Layer already exists 22:11:54 b3d46d382411: Layer already exists 22:11:54 456a1372b1d0: Layer already exists 22:11:54 de07f2ae7185: Layer already exists 22:11:54 d2d9d24a8c2a: Layer already exists 22:11:54 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:55 + 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 22:11:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 22:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 22:11:55 d6fd178c575d: Preparing 22:11:55 f8a0604e6aab: Preparing 22:11:55 0835114277c9: Preparing 22:11:55 9b0341522dba: Preparing 22:11:55 17b200e117fa: Preparing 22:11:55 c75202914cc7: Preparing 22:11:55 b3d46d382411: Preparing 22:11:55 7a0813598204: Preparing 22:11:55 456a1372b1d0: Preparing 22:11:55 de07f2ae7185: Preparing 22:11:55 d2d9d24a8c2a: Preparing 22:11:55 b3d46d382411: Waiting 22:11:55 7a0813598204: Waiting 22:11:55 456a1372b1d0: Waiting 22:11:55 de07f2ae7185: Waiting 22:11:55 d2d9d24a8c2a: Waiting 22:11:55 c75202914cc7: Waiting 22:11:55 17b200e117fa: Layer already exists 22:11:55 d6fd178c575d: Layer already exists 22:11:55 0835114277c9: Layer already exists 22:11:55 9b0341522dba: Layer already exists 22:11:55 f8a0604e6aab: Layer already exists 22:11:55 c75202914cc7: Layer already exists 22:11:55 b3d46d382411: Layer already exists 22:11:55 de07f2ae7185: Layer already exists 22:11:55 456a1372b1d0: Layer already exists 22:11:55 7a0813598204: Layer already exists 22:11:55 d2d9d24a8c2a: Layer already exists 22:11:56 main: digest: sha256:ee89f294de73a01c6bc0cdc09182024be2939e1ca1ab4a2b54c8fdc46d46d77c size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:56 ===================================================== [Pipeline] echo 22:11:56 taggedImages: 22:11:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 22:11:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.24 22:11:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 22:11:56 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 22:11:56 3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:56 latest 22:11:56 3.1.0-dev.24 22:11:56 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:11:56 main 22:11:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:11:56 54bca9ea7bc9: Preparing 22:11:56 81edbd1791ad: Preparing 22:11:56 7a0813598204: Preparing 22:11:56 456a1372b1d0: Preparing 22:11:56 5d57e2df8989: Preparing 22:11:56 d2d9d24a8c2a: Preparing 22:11:56 d2d9d24a8c2a: Waiting 22:11:56 7a0813598204: Layer already exists 22:11:56 456a1372b1d0: Layer already exists 22:11:56 d2d9d24a8c2a: Layer already exists 22:11:57 54bca9ea7bc9: Pushed 22:11:58 5d57e2df8989: Pushed 22:12:01 81edbd1791ad: Pushed 22:12:01 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:02 + 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 22:12:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:12:02 54bca9ea7bc9: Preparing 22:12:02 81edbd1791ad: Preparing 22:12:02 7a0813598204: Preparing 22:12:02 456a1372b1d0: Preparing 22:12:02 5d57e2df8989: Preparing 22:12:02 d2d9d24a8c2a: Preparing 22:12:02 d2d9d24a8c2a: Waiting 22:12:02 5d57e2df8989: Layer already exists 22:12:02 7a0813598204: Layer already exists 22:12:02 456a1372b1d0: Layer already exists 22:12:02 54bca9ea7bc9: Layer already exists 22:12:02 81edbd1791ad: Layer already exists 22:12:02 d2d9d24a8c2a: Layer already exists 22:12:02 latest: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 22:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:12:03 54bca9ea7bc9: Preparing 22:12:03 81edbd1791ad: Preparing 22:12:03 7a0813598204: Preparing 22:12:03 456a1372b1d0: Preparing 22:12:03 5d57e2df8989: Preparing 22:12:03 d2d9d24a8c2a: Preparing 22:12:03 d2d9d24a8c2a: Waiting 22:12:03 456a1372b1d0: Layer already exists 22:12:03 54bca9ea7bc9: Layer already exists 22:12:03 7a0813598204: Layer already exists 22:12:03 5d57e2df8989: Layer already exists 22:12:03 81edbd1791ad: Layer already exists 22:12:03 d2d9d24a8c2a: Layer already exists 22:12:03 3.1.0-dev.24: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:12:04 54bca9ea7bc9: Preparing 22:12:04 81edbd1791ad: Preparing 22:12:04 7a0813598204: Preparing 22:12:04 456a1372b1d0: Preparing 22:12:04 5d57e2df8989: Preparing 22:12:04 d2d9d24a8c2a: Preparing 22:12:04 d2d9d24a8c2a: Waiting 22:12:04 5d57e2df8989: Layer already exists 22:12:04 81edbd1791ad: Layer already exists 22:12:04 7a0813598204: Layer already exists 22:12:04 456a1372b1d0: Layer already exists 22:12:04 54bca9ea7bc9: Layer already exists 22:12:04 d2d9d24a8c2a: Layer already exists 22:12:04 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:04 + 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 22:12:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 22:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 22:12:07 54bca9ea7bc9: Preparing 22:12:07 81edbd1791ad: Preparing 22:12:07 7a0813598204: Preparing 22:12:07 456a1372b1d0: Preparing 22:12:07 5d57e2df8989: Preparing 22:12:07 d2d9d24a8c2a: Preparing 22:12:07 d2d9d24a8c2a: Waiting 22:12:07 5d57e2df8989: Layer already exists 22:12:07 456a1372b1d0: Layer already exists 22:12:07 7a0813598204: Layer already exists 22:12:07 81edbd1791ad: Layer already exists 22:12:07 54bca9ea7bc9: Layer already exists 22:12:07 d2d9d24a8c2a: Layer already exists 22:12:07 main: digest: sha256:e11344aefc53ee11745833e58f199891f8e5537a4c8072d684701ae34d791990 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:12:07 ===================================================== [Pipeline] echo 22:12:07 taggedImages: 22:12:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 22:12:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.24 22:12:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 22:12:07 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 22:12:07 3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:07 latest 22:12:07 3.1.0-dev.24 22:12:07 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:07 main 22:12:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:12:08 0684eddd7d0e: Preparing 22:12:08 ebf860508234: Preparing 22:12:08 9f8a1052ec37: Preparing 22:12:08 9935b04401fb: Preparing 22:12:08 9f036a0e7a5e: Preparing 22:12:08 7a0813598204: Preparing 22:12:08 456a1372b1d0: Preparing 22:12:08 9aa12b6b2ccc: Preparing 22:12:08 d2d9d24a8c2a: Preparing 22:12:08 7a0813598204: Waiting 22:12:08 456a1372b1d0: Waiting 22:12:08 d2d9d24a8c2a: Waiting 22:12:08 9aa12b6b2ccc: Waiting 22:12:08 ebf860508234: Pushed 22:12:08 0684eddd7d0e: Pushed 22:12:08 9f8a1052ec37: Pushed 22:12:08 7a0813598204: Layer already exists 22:12:08 456a1372b1d0: Layer already exists 22:12:08 d2d9d24a8c2a: Layer already exists 22:12:09 9aa12b6b2ccc: Pushed 22:12:21 9f036a0e7a5e: Pushed 22:12:25 9935b04401fb: Pushed 22:12:25 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:26 + 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 22:12:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:12:26 0684eddd7d0e: Preparing 22:12:26 ebf860508234: Preparing 22:12:26 9f8a1052ec37: Preparing 22:12:26 9935b04401fb: Preparing 22:12:26 9f036a0e7a5e: Preparing 22:12:26 7a0813598204: Preparing 22:12:26 456a1372b1d0: Preparing 22:12:26 9aa12b6b2ccc: Preparing 22:12:26 d2d9d24a8c2a: Preparing 22:12:26 456a1372b1d0: Waiting 22:12:26 d2d9d24a8c2a: Waiting 22:12:26 7a0813598204: Waiting 22:12:26 9aa12b6b2ccc: Waiting 22:12:26 0684eddd7d0e: Layer already exists 22:12:26 ebf860508234: Layer already exists 22:12:26 9f036a0e7a5e: Layer already exists 22:12:26 9935b04401fb: Layer already exists 22:12:26 9f8a1052ec37: Layer already exists 22:12:26 7a0813598204: Layer already exists 22:12:26 9aa12b6b2ccc: Layer already exists 22:12:26 d2d9d24a8c2a: Layer already exists 22:12:26 456a1372b1d0: Layer already exists 22:12:26 latest: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 22:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:12:27 0684eddd7d0e: Preparing 22:12:27 ebf860508234: Preparing 22:12:27 9f8a1052ec37: Preparing 22:12:27 9935b04401fb: Preparing 22:12:27 9f036a0e7a5e: Preparing 22:12:27 7a0813598204: Preparing 22:12:27 456a1372b1d0: Preparing 22:12:27 9aa12b6b2ccc: Preparing 22:12:27 d2d9d24a8c2a: Preparing 22:12:27 7a0813598204: Waiting 22:12:27 456a1372b1d0: Waiting 22:12:27 d2d9d24a8c2a: Waiting 22:12:27 ebf860508234: Layer already exists 22:12:27 9f8a1052ec37: Layer already exists 22:12:27 0684eddd7d0e: Layer already exists 22:12:27 9f036a0e7a5e: Layer already exists 22:12:27 9935b04401fb: Layer already exists 22:12:27 9aa12b6b2ccc: Layer already exists 22:12:27 456a1372b1d0: Layer already exists 22:12:27 7a0813598204: Layer already exists 22:12:27 d2d9d24a8c2a: Layer already exists 22:12:27 3.1.0-dev.24: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:12:28 0684eddd7d0e: Preparing 22:12:28 ebf860508234: Preparing 22:12:28 9f8a1052ec37: Preparing 22:12:28 9935b04401fb: Preparing 22:12:28 9f036a0e7a5e: Preparing 22:12:28 7a0813598204: Preparing 22:12:28 456a1372b1d0: Preparing 22:12:28 9aa12b6b2ccc: Preparing 22:12:28 d2d9d24a8c2a: Preparing 22:12:28 7a0813598204: Waiting 22:12:28 d2d9d24a8c2a: Waiting 22:12:28 456a1372b1d0: Waiting 22:12:28 9aa12b6b2ccc: Waiting 22:12:28 0684eddd7d0e: Layer already exists 22:12:28 9f8a1052ec37: Layer already exists 22:12:28 9935b04401fb: Layer already exists 22:12:28 7a0813598204: Layer already exists 22:12:28 ebf860508234: Layer already exists 22:12:28 9f036a0e7a5e: Layer already exists 22:12:28 456a1372b1d0: Layer already exists 22:12:28 d2d9d24a8c2a: Layer already exists 22:12:28 9aa12b6b2ccc: Layer already exists 22:12:28 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:28 + 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 22:12:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 22:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 22:12:29 0684eddd7d0e: Preparing 22:12:29 ebf860508234: Preparing 22:12:29 9f8a1052ec37: Preparing 22:12:29 9935b04401fb: Preparing 22:12:29 9f036a0e7a5e: Preparing 22:12:29 7a0813598204: Preparing 22:12:29 456a1372b1d0: Preparing 22:12:29 9aa12b6b2ccc: Preparing 22:12:29 d2d9d24a8c2a: Preparing 22:12:29 7a0813598204: Waiting 22:12:29 456a1372b1d0: Waiting 22:12:29 9aa12b6b2ccc: Waiting 22:12:29 d2d9d24a8c2a: Waiting 22:12:29 ebf860508234: Layer already exists 22:12:29 0684eddd7d0e: Layer already exists 22:12:29 9f8a1052ec37: Layer already exists 22:12:29 9935b04401fb: Layer already exists 22:12:29 9f036a0e7a5e: Layer already exists 22:12:29 7a0813598204: Layer already exists 22:12:29 9aa12b6b2ccc: Layer already exists 22:12:29 d2d9d24a8c2a: Layer already exists 22:12:29 456a1372b1d0: Layer already exists 22:12:29 main: digest: sha256:9db7c571900b1c9d273767edaa73fb0e589857ff3e65023ea89c58aa95b084ea size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:12:29 ===================================================== [Pipeline] echo 22:12:29 taggedImages: 22:12:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 22:12:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.24 22:12:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 22:12:29 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 22:12:29 3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:29 latest 22:12:29 3.1.0-dev.24 22:12:29 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:29 main 22:12:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:12:30 fc401158161b: Preparing 22:12:30 3117b2e90e79: Preparing 22:12:30 7e6667e8b105: Preparing 22:12:30 9935b04401fb: Preparing 22:12:30 7a0813598204: Preparing 22:12:30 456a1372b1d0: Preparing 22:12:30 cfaa668ce69a: Preparing 22:12:30 d2d9d24a8c2a: Preparing 22:12:30 456a1372b1d0: Waiting 22:12:30 cfaa668ce69a: Waiting 22:12:30 d2d9d24a8c2a: Waiting 22:12:30 9935b04401fb: Layer already exists 22:12:30 7a0813598204: Layer already exists 22:12:30 456a1372b1d0: Layer already exists 22:12:30 d2d9d24a8c2a: Layer already exists 22:12:30 3117b2e90e79: Pushed 22:12:30 7e6667e8b105: Pushed 22:12:30 fc401158161b: Pushed 22:12:31 cfaa668ce69a: Pushed 22:12:33 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:33 + 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 22:12:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:12:33 fc401158161b: Preparing 22:12:33 3117b2e90e79: Preparing 22:12:33 7e6667e8b105: Preparing 22:12:33 9935b04401fb: Preparing 22:12:33 7a0813598204: Preparing 22:12:33 456a1372b1d0: Preparing 22:12:33 cfaa668ce69a: Preparing 22:12:33 d2d9d24a8c2a: Preparing 22:12:33 456a1372b1d0: Waiting 22:12:33 cfaa668ce69a: Waiting 22:12:33 d2d9d24a8c2a: Waiting 22:12:33 fc401158161b: Layer already exists 22:12:33 9935b04401fb: Layer already exists 22:12:33 7a0813598204: Layer already exists 22:12:33 7e6667e8b105: Layer already exists 22:12:33 3117b2e90e79: Layer already exists 22:12:33 cfaa668ce69a: Layer already exists 22:12:33 456a1372b1d0: Layer already exists 22:12:33 d2d9d24a8c2a: Layer already exists 22:12:33 latest: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 22:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:12:34 fc401158161b: Preparing 22:12:34 3117b2e90e79: Preparing 22:12:34 7e6667e8b105: Preparing 22:12:34 9935b04401fb: Preparing 22:12:34 7a0813598204: Preparing 22:12:34 456a1372b1d0: Preparing 22:12:34 cfaa668ce69a: Preparing 22:12:34 d2d9d24a8c2a: Preparing 22:12:34 cfaa668ce69a: Waiting 22:12:34 d2d9d24a8c2a: Waiting 22:12:34 456a1372b1d0: Waiting 22:12:34 7e6667e8b105: Layer already exists 22:12:34 9935b04401fb: Layer already exists 22:12:34 fc401158161b: Layer already exists 22:12:34 3117b2e90e79: Layer already exists 22:12:34 7a0813598204: Layer already exists 22:12:34 456a1372b1d0: Layer already exists 22:12:34 cfaa668ce69a: Layer already exists 22:12:34 d2d9d24a8c2a: Layer already exists 22:12:34 3.1.0-dev.24: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:12:35 fc401158161b: Preparing 22:12:35 3117b2e90e79: Preparing 22:12:35 7e6667e8b105: Preparing 22:12:35 9935b04401fb: Preparing 22:12:35 7a0813598204: Preparing 22:12:35 456a1372b1d0: Preparing 22:12:35 cfaa668ce69a: Preparing 22:12:35 d2d9d24a8c2a: Preparing 22:12:35 cfaa668ce69a: Waiting 22:12:35 d2d9d24a8c2a: Waiting 22:12:35 456a1372b1d0: Waiting 22:12:35 7a0813598204: Layer already exists 22:12:35 3117b2e90e79: Layer already exists 22:12:35 fc401158161b: Layer already exists 22:12:35 9935b04401fb: Layer already exists 22:12:35 7e6667e8b105: Layer already exists 22:12:35 d2d9d24a8c2a: Layer already exists 22:12:35 cfaa668ce69a: Layer already exists 22:12:35 456a1372b1d0: Layer already exists 22:12:35 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:35 + 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 22:12:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 22:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 22:12:36 fc401158161b: Preparing 22:12:36 3117b2e90e79: Preparing 22:12:36 7e6667e8b105: Preparing 22:12:36 9935b04401fb: Preparing 22:12:36 7a0813598204: Preparing 22:12:36 456a1372b1d0: Preparing 22:12:36 cfaa668ce69a: Preparing 22:12:36 d2d9d24a8c2a: Preparing 22:12:36 cfaa668ce69a: Waiting 22:12:36 d2d9d24a8c2a: Waiting 22:12:36 456a1372b1d0: Waiting 22:12:36 9935b04401fb: Layer already exists 22:12:36 7e6667e8b105: Layer already exists 22:12:36 fc401158161b: Layer already exists 22:12:36 3117b2e90e79: Layer already exists 22:12:36 7a0813598204: Layer already exists 22:12:36 cfaa668ce69a: Layer already exists 22:12:36 456a1372b1d0: Layer already exists 22:12:36 d2d9d24a8c2a: Layer already exists 22:12:36 main: digest: sha256:de31d6abec1b6b284eea60fbde8e114a0439d0f5027dcefe81c99b005907c4fc size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:12:36 ===================================================== [Pipeline] echo 22:12:36 taggedImages: 22:12:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 22:12:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.24 22:12:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:36 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 22:12:36 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 22:12:36 3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:36 latest 22:12:36 3.1.0-dev.24 22:12:36 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:36 main 22:12:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:12:37 037fa769b0c3: Preparing 22:12:37 e67c8d6be474: Preparing 22:12:37 b13543a5590e: Preparing 22:12:37 f9b3b9411271: Preparing 22:12:37 7a0813598204: Preparing 22:12:37 456a1372b1d0: Preparing 22:12:37 9aa12b6b2ccc: Preparing 22:12:37 d2d9d24a8c2a: Preparing 22:12:37 456a1372b1d0: Waiting 22:12:37 9aa12b6b2ccc: Waiting 22:12:37 d2d9d24a8c2a: Waiting 22:12:37 7a0813598204: Layer already exists 22:12:37 456a1372b1d0: Layer already exists 22:12:37 9aa12b6b2ccc: Layer already exists 22:12:37 d2d9d24a8c2a: Layer already exists 22:12:37 b13543a5590e: Pushed 22:12:37 e67c8d6be474: Pushed 22:12:37 037fa769b0c3: Pushed 22:12:55 f9b3b9411271: Pushed 22:12:55 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:56 + 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 22:12:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:12:56 037fa769b0c3: Preparing 22:12:56 e67c8d6be474: Preparing 22:12:56 b13543a5590e: Preparing 22:12:56 f9b3b9411271: Preparing 22:12:56 7a0813598204: Preparing 22:12:56 456a1372b1d0: Preparing 22:12:56 9aa12b6b2ccc: Preparing 22:12:56 d2d9d24a8c2a: Preparing 22:12:56 456a1372b1d0: Waiting 22:12:56 9aa12b6b2ccc: Waiting 22:12:56 d2d9d24a8c2a: Waiting 22:12:56 b13543a5590e: Layer already exists 22:12:56 e67c8d6be474: Layer already exists 22:12:56 7a0813598204: Layer already exists 22:12:56 f9b3b9411271: Layer already exists 22:12:56 037fa769b0c3: Layer already exists 22:12:56 9aa12b6b2ccc: Layer already exists 22:12:56 456a1372b1d0: Layer already exists 22:12:56 d2d9d24a8c2a: Layer already exists 22:12:56 latest: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 22:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:12:57 037fa769b0c3: Preparing 22:12:57 e67c8d6be474: Preparing 22:12:57 b13543a5590e: Preparing 22:12:57 f9b3b9411271: Preparing 22:12:57 7a0813598204: Preparing 22:12:57 456a1372b1d0: Preparing 22:12:57 9aa12b6b2ccc: Preparing 22:12:57 d2d9d24a8c2a: Preparing 22:12:57 456a1372b1d0: Waiting 22:12:57 9aa12b6b2ccc: Waiting 22:12:57 d2d9d24a8c2a: Waiting 22:12:57 7a0813598204: Layer already exists 22:12:57 f9b3b9411271: Layer already exists 22:12:57 b13543a5590e: Layer already exists 22:12:57 e67c8d6be474: Layer already exists 22:12:57 037fa769b0c3: Layer already exists 22:12:57 9aa12b6b2ccc: Layer already exists 22:12:57 456a1372b1d0: Layer already exists 22:12:57 d2d9d24a8c2a: Layer already exists 22:12:57 3.1.0-dev.24: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:12:59 037fa769b0c3: Preparing 22:12:59 e67c8d6be474: Preparing 22:12:59 b13543a5590e: Preparing 22:12:59 f9b3b9411271: Preparing 22:12:59 7a0813598204: Preparing 22:12:59 456a1372b1d0: Preparing 22:12:59 9aa12b6b2ccc: Preparing 22:12:59 d2d9d24a8c2a: Preparing 22:12:59 9aa12b6b2ccc: Waiting 22:12:59 d2d9d24a8c2a: Waiting 22:12:59 456a1372b1d0: Waiting 22:12:59 7a0813598204: Layer already exists 22:12:59 b13543a5590e: Layer already exists 22:12:59 f9b3b9411271: Layer already exists 22:12:59 037fa769b0c3: Layer already exists 22:12:59 e67c8d6be474: Layer already exists 22:12:59 9aa12b6b2ccc: Layer already exists 22:12:59 d2d9d24a8c2a: Layer already exists 22:12:59 456a1372b1d0: Layer already exists 22:12:59 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:00 + 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 22:13:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 22:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 22:13:00 037fa769b0c3: Preparing 22:13:00 e67c8d6be474: Preparing 22:13:00 b13543a5590e: Preparing 22:13:00 f9b3b9411271: Preparing 22:13:00 7a0813598204: Preparing 22:13:00 456a1372b1d0: Preparing 22:13:00 9aa12b6b2ccc: Preparing 22:13:00 d2d9d24a8c2a: Preparing 22:13:00 9aa12b6b2ccc: Waiting 22:13:00 d2d9d24a8c2a: Waiting 22:13:00 456a1372b1d0: Waiting 22:13:00 7a0813598204: Layer already exists 22:13:00 b13543a5590e: Layer already exists 22:13:00 e67c8d6be474: Layer already exists 22:13:00 037fa769b0c3: Layer already exists 22:13:00 f9b3b9411271: Layer already exists 22:13:00 9aa12b6b2ccc: Layer already exists 22:13:00 456a1372b1d0: Layer already exists 22:13:00 d2d9d24a8c2a: Layer already exists 22:13:00 main: digest: sha256:20f9ed082e075fc420adb03225c9a1f203960e1604cd86515cd76f82140d5424 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:00 ===================================================== [Pipeline] echo 22:13:00 taggedImages: 22:13:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 22:13:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.24 22:13:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:00 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 22:13:00 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 22:13:00 3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:00 latest 22:13:00 3.1.0-dev.24 22:13:00 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:00 main 22:13:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:13:01 6a188b15f0ec: Preparing 22:13:01 96d25c0ab642: Preparing 22:13:01 7a0813598204: Preparing 22:13:01 456a1372b1d0: Preparing 22:13:01 d1c245b43dca: Preparing 22:13:01 d2d9d24a8c2a: Preparing 22:13:01 d2d9d24a8c2a: Waiting 22:13:01 456a1372b1d0: Layer already exists 22:13:01 7a0813598204: Layer already exists 22:13:01 d2d9d24a8c2a: Layer already exists 22:13:01 6a188b15f0ec: Pushed 22:13:01 d1c245b43dca: Pushed 22:13:07 96d25c0ab642: Pushed 22:13:07 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:13:07 6a188b15f0ec: Preparing 22:13:07 96d25c0ab642: Preparing 22:13:07 7a0813598204: Preparing 22:13:07 456a1372b1d0: Preparing 22:13:07 d1c245b43dca: Preparing 22:13:07 d2d9d24a8c2a: Preparing 22:13:07 d2d9d24a8c2a: Waiting 22:13:07 6a188b15f0ec: Layer already exists 22:13:07 7a0813598204: Layer already exists 22:13:07 96d25c0ab642: Layer already exists 22:13:07 456a1372b1d0: Layer already exists 22:13:07 d1c245b43dca: Layer already exists 22:13:07 d2d9d24a8c2a: Layer already exists 22:13:07 latest: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 22:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:13:08 6a188b15f0ec: Preparing 22:13:08 96d25c0ab642: Preparing 22:13:08 7a0813598204: Preparing 22:13:08 456a1372b1d0: Preparing 22:13:08 d1c245b43dca: Preparing 22:13:08 d2d9d24a8c2a: Preparing 22:13:08 d2d9d24a8c2a: Waiting 22:13:08 d1c245b43dca: Layer already exists 22:13:08 96d25c0ab642: Layer already exists 22:13:08 7a0813598204: Layer already exists 22:13:08 456a1372b1d0: Layer already exists 22:13:08 6a188b15f0ec: Layer already exists 22:13:08 d2d9d24a8c2a: Layer already exists 22:13:08 3.1.0-dev.24: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:09 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:13:09 6a188b15f0ec: Preparing 22:13:09 96d25c0ab642: Preparing 22:13:09 7a0813598204: Preparing 22:13:09 456a1372b1d0: Preparing 22:13:09 d1c245b43dca: Preparing 22:13:09 d2d9d24a8c2a: Preparing 22:13:09 d2d9d24a8c2a: Waiting 22:13:09 96d25c0ab642: Layer already exists 22:13:09 7a0813598204: Layer already exists 22:13:09 d1c245b43dca: Layer already exists 22:13:09 456a1372b1d0: Layer already exists 22:13:09 6a188b15f0ec: Layer already exists 22:13:09 d2d9d24a8c2a: Layer already exists 22:13:09 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:09 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 22:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 22:13:10 6a188b15f0ec: Preparing 22:13:10 96d25c0ab642: Preparing 22:13:10 7a0813598204: Preparing 22:13:10 456a1372b1d0: Preparing 22:13:10 d1c245b43dca: Preparing 22:13:10 d2d9d24a8c2a: Preparing 22:13:10 d2d9d24a8c2a: Waiting 22:13:10 96d25c0ab642: Layer already exists 22:13:10 456a1372b1d0: Layer already exists 22:13:10 7a0813598204: Layer already exists 22:13:10 6a188b15f0ec: Layer already exists 22:13:10 d1c245b43dca: Layer already exists 22:13:10 d2d9d24a8c2a: Layer already exists 22:13:10 main: digest: sha256:81e45ae42fd9d93b3f466803384d95ecfdd83d114db7f9a1f5a6082bf6685be2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:10 ===================================================== [Pipeline] echo 22:13:10 taggedImages: 22:13:10 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:10 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 22:13:10 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.24 22:13:10 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:10 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 22:13:10 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 22:13:10 3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:10 latest 22:13:10 3.1.0-dev.24 22:13:10 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:10 main 22:13:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:13:11 12d8bdbe7cbd: Preparing 22:13:11 38230772cce5: Preparing 22:13:11 7a0813598204: Preparing 22:13:11 456a1372b1d0: Preparing 22:13:11 de58f038bdd0: Preparing 22:13:11 d2d9d24a8c2a: Preparing 22:13:11 d2d9d24a8c2a: Waiting 22:13:11 de58f038bdd0: Layer already exists 22:13:11 456a1372b1d0: Layer already exists 22:13:11 7a0813598204: Layer already exists 22:13:11 d2d9d24a8c2a: Layer already exists 22:13:11 12d8bdbe7cbd: Pushed 22:13:18 38230772cce5: Pushed 22:13:18 3451b7e6c986f3e69473b278945a55ce4856eec7: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:13:18 12d8bdbe7cbd: Preparing 22:13:18 38230772cce5: Preparing 22:13:18 7a0813598204: Preparing 22:13:18 456a1372b1d0: Preparing 22:13:18 de58f038bdd0: Preparing 22:13:18 d2d9d24a8c2a: Preparing 22:13:18 d2d9d24a8c2a: Waiting 22:13:18 7a0813598204: Layer already exists 22:13:18 38230772cce5: Layer already exists 22:13:18 12d8bdbe7cbd: Layer already exists 22:13:18 456a1372b1d0: Layer already exists 22:13:18 de58f038bdd0: Layer already exists 22:13:18 d2d9d24a8c2a: Layer already exists 22:13:18 latest: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 22:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:13:19 12d8bdbe7cbd: Preparing 22:13:19 38230772cce5: Preparing 22:13:19 7a0813598204: Preparing 22:13:19 456a1372b1d0: Preparing 22:13:19 de58f038bdd0: Preparing 22:13:19 d2d9d24a8c2a: Preparing 22:13:19 d2d9d24a8c2a: Waiting 22:13:19 38230772cce5: Layer already exists 22:13:19 7a0813598204: Layer already exists 22:13:19 456a1372b1d0: Layer already exists 22:13:19 12d8bdbe7cbd: Layer already exists 22:13:19 de58f038bdd0: Layer already exists 22:13:19 d2d9d24a8c2a: Layer already exists 22:13:19 3.1.0-dev.24: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:13:20 12d8bdbe7cbd: Preparing 22:13:20 38230772cce5: Preparing 22:13:20 7a0813598204: Preparing 22:13:20 456a1372b1d0: Preparing 22:13:20 de58f038bdd0: Preparing 22:13:20 d2d9d24a8c2a: Preparing 22:13:20 d2d9d24a8c2a: Waiting 22:13:20 12d8bdbe7cbd: Layer already exists 22:13:20 38230772cce5: Layer already exists 22:13:20 7a0813598204: Layer already exists 22:13:20 de58f038bdd0: Layer already exists 22:13:20 456a1372b1d0: Layer already exists 22:13:20 d2d9d24a8c2a: Layer already exists 22:13:20 3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 22:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 22:13:21 12d8bdbe7cbd: Preparing 22:13:21 38230772cce5: Preparing 22:13:21 7a0813598204: Preparing 22:13:21 456a1372b1d0: Preparing 22:13:21 de58f038bdd0: Preparing 22:13:21 d2d9d24a8c2a: Preparing 22:13:21 12d8bdbe7cbd: Layer already exists 22:13:21 38230772cce5: Layer already exists 22:13:21 7a0813598204: Layer already exists 22:13:21 456a1372b1d0: Layer already exists 22:13:21 de58f038bdd0: Layer already exists 22:13:21 d2d9d24a8c2a: Layer already exists 22:13:21 main: digest: sha256:93dd80db396e688fe9dc03919ba0c72da7de4ee42b6b317af1732d412c732451 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:13:21 ===================================================== [Pipeline] echo 22:13:21 taggedImages: 22:13:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7 22:13:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 22:13:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.24 22:13:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3451b7e6c986f3e69473b278945a55ce4856eec7-3.1.0-dev.24 22:13:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:13:22 22:13:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:13:22 arm64: Pulling from edgex-lftools-log-publisher 22:13:22 8998bd30e6a1: Pulling fs layer 22:13:22 04944245beec: Pulling fs layer 22:13:22 699f458cf7ca: Pulling fs layer 22:13:22 765212b225bb: Pulling fs layer 22:13:22 f23df028b6ca: Pulling fs layer 22:13:22 d65c8cfc05b1: Pulling fs layer 22:13:22 2437ff75d9bd: Pulling fs layer 22:13:22 765212b225bb: Waiting 22:13:22 f23df028b6ca: Waiting 22:13:22 d65c8cfc05b1: Waiting 22:13:22 2437ff75d9bd: Waiting 22:13:22 04944245beec: Verifying Checksum 22:13:22 04944245beec: Download complete 22:13:22 765212b225bb: Verifying Checksum 22:13:22 765212b225bb: Download complete 22:13:22 f23df028b6ca: Verifying Checksum 22:13:22 f23df028b6ca: Download complete 22:13:22 d65c8cfc05b1: Verifying Checksum 22:13:22 d65c8cfc05b1: Download complete 22:13:22 699f458cf7ca: Verifying Checksum 22:13:22 699f458cf7ca: Download complete 22:13:23 8998bd30e6a1: Verifying Checksum 22:13:23 8998bd30e6a1: Download complete 22:13:25 2437ff75d9bd: Verifying Checksum 22:13:25 2437ff75d9bd: Download complete 22:13:27 8998bd30e6a1: Pull complete 22:13:27 04944245beec: Pull complete 22:13:28 699f458cf7ca: Pull complete 22:13:29 765212b225bb: Pull complete 22:13:29 f23df028b6ca: Pull complete 22:13:29 d65c8cfc05b1: Pull complete 22:13:44 2437ff75d9bd: Pull complete 22:13:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:13:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:13:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:13:45 prd-ubuntu20.04-docker-arm64-4c-16g-3579 does not seem to be running inside a container 22:13:45 $ 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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@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 22:13:47 $ docker top 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:48 ---> job-cost.sh 22:13:48 lf-activate-venv: SKIPPING 22:13:48 INFO: No Stack... 22:13:49 INFO: Retrieving Pricing Info for: v3-standard-4 22:13:49 INFO: Archiving Costs [Pipeline] sh 22:13:50 + cat /w/workspace/edgex-go/558/archives/cost.csv 22:13:50 + cut -d, -f6 [Pipeline] lock 22:13:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] 22:13:50 Resource [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] did not exist. Created. 22:13:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:13:50 + echo total: 0.10999999940395355 [Pipeline] stash 22:13:51 Stashed 1 file(s) [Pipeline] } 22:13:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-558-stack-cost] [Pipeline] // lock [Pipeline] } 22:13:51 $ docker stop --time=1 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 22:13:52 $ docker rm -f --volumes 1ad2d869ad62947db8976405b14773b2a58e3fbdfb1f33b854ec19ab1ea8f601 [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 22:13:53 provisioning config files... 22:13:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/558@tmp/config5790639707137739982tmp [Pipeline] { [Pipeline] sh 22:13:53 + set +x 22:13:53 + curl -s https://codecov.io/bash 22:13:53 + bash -s -- 22:13:53 22:13:53 _____ _ 22:13:53 / ____| | | 22:13:53 | | ___ __| | ___ ___ _____ __ 22:13:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:13:53 | |___| (_) | (_| | __/ (_| (_) \ V / 22:13:53 \_____\___/ \__,_|\___|\___\___/ \_/ 22:13:53 Bash-1.0.6 22:13:53 22:13:53 22:13:53 ==> git version 2.25.1 found 22:13: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 22:13:53 Release-Date: 2020-01-08 22:13: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 22:13:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:13:53 ==> Jenkins CI detected. 22:13:53 current dir:  /w/workspace/edgex-go/558 22:13:53 project root: . 22:13:53 --> token set from env 22:13:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:13:53 ==> Running gcov in . (disable via -X gcov) 22:13:53 ==> Python coveragepy not found 22:13:53 ==> Searching for coverage reports in: 22:13:53 + . 22:13:53 -> Found 1 reports 22:13:53 ==> Detecting git/mercurial file structure 22:13:53 ==> Reading reports 22:13:53 + ./coverage.out bytes=446997 22:13:53 ==> Appending adjustments 22:13:53 https://docs.codecov.io/docs/fixing-reports 22:13:54 + Found adjustments 22:13:54 ==> Gzipping contents 22:13:54 60K /tmp/codecov.KiBye5.gz 22:13:54 ==> Uploading reports 22:13:54 url: https://codecov.io 22:13:54 query: branch=main&commit=3451b7e6c986f3e69473b278945a55ce4856eec7&build=558&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F558%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:13:54 -> Pinging Codecov 22:13:54 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=3451b7e6c986f3e69473b278945a55ce4856eec7&build=558&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F558%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:13:55 -> Uploading to 22:13:55 https://storage.googleapis.com/codecov/v4/raw/2023-08-14/00271124DB129430A58F1EEE437C3FCB/3451b7e6c986f3e69473b278945a55ce4856eec7/3faf9d16-616c-4434-b991-4ac626d6a28a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T221354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0cfae47c05197b716d33c1115ee7aa481cc25e2fd5daec7703a782e6aae1d82c 22:13:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:13:55 Dload Upload Total Spent Left Speed 22:13:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57375 0 0 100 57375 0 274k --:--:-- --:--:-- --:--:-- 274k 22:13:55 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3451b7e6c986f3e69473b278945a55ce4856eec7 [Pipeline] } 22:13:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:13:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:13:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:13:55 22:13:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:13:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:13:56 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:13:56 df9b9388f04a: Pulling fs layer 22:13:56 52dc419b0ee2: Pulling fs layer 22:13:56 25bc292e5bac: Pulling fs layer 22:13:56 114826534d7a: Pulling fs layer 22:13:56 4657fd5d0bcf: Pulling fs layer 22:13:56 6ad1cebc031e: Pulling fs layer 22:13:56 8a3aa393b2d8: Pulling fs layer 22:13:56 4657fd5d0bcf: Waiting 22:13:56 6ad1cebc031e: Waiting 22:13:56 8a3aa393b2d8: Waiting 22:13:56 25bc292e5bac: Verifying Checksum 22:13:56 25bc292e5bac: Download complete 22:13:56 52dc419b0ee2: Verifying Checksum 22:13:56 52dc419b0ee2: Download complete 22:13:56 4657fd5d0bcf: Download complete 22:13:56 df9b9388f04a: Download complete 22:13:56 6ad1cebc031e: Verifying Checksum 22:13:56 6ad1cebc031e: Download complete 22:13:56 df9b9388f04a: Pull complete 22:13:56 52dc419b0ee2: Pull complete 22:13:56 25bc292e5bac: Pull complete 22:13:56 114826534d7a: Verifying Checksum 22:13:56 114826534d7a: Download complete 22:13:57 8a3aa393b2d8: Verifying Checksum 22:13:57 8a3aa393b2d8: Download complete 22:14:00 114826534d7a: Pull complete 22:14:00 4657fd5d0bcf: Pull complete 22:14:00 6ad1cebc031e: Pull complete 22:14:03 8a3aa393b2d8: Pull complete 22:14:03 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:14:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:14:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:14:03 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:14: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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:14:10 $ docker top 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 -eo pid,comm [Pipeline] { [Pipeline] echo 22:14:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 22:14:11 + set -o pipefail 22:14:11 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 22:14:17 22:14:17 Monitoring /w/workspace/edgex-go/558 (github.com/edgexfoundry/edgex-go)... 22:14:17 22:14:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/a619e3ec-47d6-4df3-bd66-bd42f0cae21f 22:14:17 22:14:17 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:14:17 22:14:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:14:17 22:14:17 22:14:17 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:14:17 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:14:17 More details here: https://snyk.co/ue1NS 22:14:17 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 22:14:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:14:17 $ docker stop --time=1 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 22:14:23 $ docker rm -f --volumes 0c422ddbbbb566a73ce08531c2500e0acbdaf2fab2f3260964fa30a73f4c9659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:14:24 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:14:24 provisioning config files... 22:14:24 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/558@tmp/config11694549127116998916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:14:24 --> edgex-publish-swagger.sh 22:14:24 === Publish openapi/v3 API === 22:14:24 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 22:14:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/558/openapi/v3/core-command.yaml] 22:14:24 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:24 Dload Upload Total Spent Left Speed 22:14:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29572 0 0 100 29572 0 68932 --:--:-- --:--:-- --:--:-- 68772 22:14:24 22:14:24 22:14:24 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/558/openapi/v3/core-data.yaml] 22:14:24 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:24 Dload Upload Total Spent Left Speed 22:14:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 156k --:--:-- --:--:-- --:--:-- 156k 22:14:25 22:14:25 22:14:25 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/558/openapi/v3/core-metadata.yaml] 22:14:25 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:25 Dload Upload Total Spent Left Speed 22:14:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 702k --:--:-- --:--:-- --:--:-- 698k 100 141k 0 0 100 141k 0 284k --:--:-- --:--:-- --:--:-- 284k 22:14:25 22:14:25 22:14:25 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/558/openapi/v3/support-notifications.yaml] 22:14:25 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:25 Dload Upload Total Spent Left Speed 22:14:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 151k --:--:-- --:--:-- --:--:-- 151k 22:14:26 22:14:26 22:14:26 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/558/openapi/v3/support-scheduler.yaml] 22:14:26 % Total % Received % Xferd Average Speed Time Time Time Current 22:14:26 Dload Upload Total Spent Left Speed 22:14:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 165k --:--:-- --:--:-- --:--:-- 164k 100 34356 0 0 100 34356 0 84205 --:--:-- --:--:-- --:--:-- 84000 22:14:26 22:14:26 [Pipeline] } 22:14:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 22:14:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:14:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:14:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:14:27 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:14:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:14:27 $ docker top 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:14:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:14:28 [ssh-agent] Looking for ssh-agent implementation... 22:14:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:14:28 $ docker exec 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 ssh-agent 22:14:28 SSH_AUTH_SOCK=/tmp/ssh-sG3EC4gq5mhG/agent.34 22:14:28 SSH_AGENT_PID=40 22:14:28 Running ssh-add (command line suppressed) 22:14:28 Identity added: /w/workspace/edgex-go/558@tmp/private_key_15002243870308342998.key (/w/workspace/edgex-go/558@tmp/private_key_15002243870308342998.key) 22:14:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:14:28 + git semver tag 22:14:28 2023-08-14 22:14:28,842 [run_tag] DEBUG tag force:False 22:14:28 2023-08-14 22:14:28,842 [check_head_tag] DEBUG check head tag 22:14:28 2023-08-14 22:14:28,843 [execute] INFO git cat-file --batch-check 22:14:28 2023-08-14 22:14:28,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=) 22:14:28 2023-08-14 22:14:28,845 [execute] INFO git cat-file --batch 22:14:28 2023-08-14 22:14:28,845 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=) 22:14:28 2023-08-14 22:14:28,859 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:28 2023-08-14 22:14:28,859 [execute] INFO git tag -a v3.1.0-dev.24 -m v3.1.0-dev.24 22:14:28 2023-08-14 22:14:28,859 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.24', '-m', 'v3.1.0-dev.24'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) 22:14:28 2023-08-14 22:14:28,864 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:28 3.1.0-dev.24 [Pipeline] } 22:14:28 $ docker exec --env ******** --env ******** 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 ssh-agent -k 22:14:29 unset SSH_AUTH_SOCK; 22:14:29 unset SSH_AGENT_PID; 22:14:29 echo Agent pid 40 killed; 22:14:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:29 + git semver [Pipeline] } 22:14:29 $ docker stop --time=1 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 22:14:30 $ docker rm -f --volumes 1cc57e4d4e306da077882c1e3f3da6a003b2dd8e7d0b2f79e0d71ffbd37bbfa8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:14:31 22:14:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:14:31 0.23.1-centos7: Pulling from edgex-lftools 22:14:31 ab5ef0e58194: Pulling fs layer 22:14:31 9712f1f96733: Pulling fs layer 22:14:31 63f879dbbcfc: Pulling fs layer 22:14:31 0d9ebad4ef96: Pulling fs layer 22:14:31 e9a5061849ea: Pulling fs layer 22:14:31 d747dcd14b5f: Pulling fs layer 22:14:31 2de7ff778b66: Pulling fs layer 22:14:31 d747dcd14b5f: Waiting 22:14:31 0d9ebad4ef96: Waiting 22:14:31 e9a5061849ea: Waiting 22:14:31 2de7ff778b66: Waiting 22:14:31 9712f1f96733: Verifying Checksum 22:14:31 9712f1f96733: Download complete 22:14:31 63f879dbbcfc: Verifying Checksum 22:14:31 63f879dbbcfc: Download complete 22:14:32 0d9ebad4ef96: Verifying Checksum 22:14:32 0d9ebad4ef96: Download complete 22:14:32 d747dcd14b5f: Download complete 22:14:32 e9a5061849ea: Verifying Checksum 22:14:32 e9a5061849ea: Download complete 22:14:32 ab5ef0e58194: Verifying Checksum 22:14:32 ab5ef0e58194: Download complete 22:14:32 2de7ff778b66: Verifying Checksum 22:14:32 2de7ff778b66: Download complete 22:14:34 ab5ef0e58194: Pull complete 22:14:34 9712f1f96733: Pull complete 22:14:35 63f879dbbcfc: Pull complete 22:14:39 0d9ebad4ef96: Pull complete 22:14:39 e9a5061849ea: Pull complete 22:14:39 d747dcd14b5f: Pull complete 22:14:41 2de7ff778b66: Pull complete 22:14:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:14:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:14:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:14:41 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:14:46 $ docker top fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:14:46 provisioning config files... 22:14:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/558@tmp/config8902451285438407113tmp 22:14:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/558@tmp/config9906336445527017757tmp 22:14:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/558@tmp/config7920615127236939566tmp [Pipeline] { [Pipeline] echo 22:14:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:14:46 ---> sigul-configuration.sh 22:14:46 gpg: directory `/root/.gnupg' created 22:14:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:14:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:14:46 gpg: keyring `/root/.gnupg/secring.gpg' created 22:14:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:14:46 gpg: CAST5 encrypted data 22:14:46 gpg: encrypted with 1 passphrase 22:14:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:14:46 + mkdir /home/jenkins 22:14:46 + mkdir /home/jenkins/sigul [Pipeline] sh 22:14:47 + 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 22:14:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:14:47 ---> sigul-install.sh 22:14:47 Sigul already installed; skipping installation. [Pipeline] sh 22:14:47 + git tag --list 22:14:47 0.6.0 22:14:47 0.6.1 22:14:47 0.7.0 22:14:47 0.7.1 22:14:47 v1.0.0 22:14:47 v1.0.1 22:14:47 v1.1.0 22:14:47 v1.2.0 22:14:47 v1.2.1 22:14:47 v1.3.0 22:14:47 v1.3.1 22:14:47 v2.0.0 22:14:47 v2.1.0 22:14:47 v2.1.1 22:14:47 v2.2.0 22:14:47 v2.3.0 22:14:47 v3.0 22:14:47 v3.0.0 22:14:47 v3.1.0-dev.1 22:14:47 v3.1.0-dev.10 22:14:47 v3.1.0-dev.11 22:14:47 v3.1.0-dev.12 22:14:47 v3.1.0-dev.13 22:14:47 v3.1.0-dev.14 22:14:47 v3.1.0-dev.15 22:14:47 v3.1.0-dev.16 22:14:47 v3.1.0-dev.17 22:14:47 v3.1.0-dev.18 22:14:47 v3.1.0-dev.19 22:14:47 v3.1.0-dev.2 22:14:47 v3.1.0-dev.20 22:14:47 v3.1.0-dev.21 22:14:47 v3.1.0-dev.22 22:14:47 v3.1.0-dev.23 22:14:47 v3.1.0-dev.24 22:14:47 v3.1.0-dev.3 22:14:47 v3.1.0-dev.4 22:14:47 v3.1.0-dev.5 22:14:47 v3.1.0-dev.6 22:14:47 v3.1.0-dev.7 22:14:47 v3.1.0-dev.8 22:14:47 v3.1.0-dev.9 [Pipeline] sh 22:14:48 + lftools sign git-tag v3.1.0-dev.24 22:14:48 Signing Git tag with Sigul... 22:14:48 Signing v3.1.0-dev.24 [Pipeline] echo 22:14:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:14:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:14:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:14:49 $ docker stop --time=1 fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce 22:14:50 $ docker rm -f --volumes fe07f836ef7546e786dba5ae5e8439a3453205bce36966581fbc3298e45c57ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:14:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:14:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:14:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:14:51 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:14:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:14:51 $ docker top 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff -eo pid,comm 22:14:51 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). 22:14:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:14:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:14:51 [ssh-agent] Looking for ssh-agent implementation... 22:14:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:14:51 $ docker exec 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff ssh-agent 22:14:52 SSH_AUTH_SOCK=/tmp/ssh-TTGxLCVzETo1/agent.32 22:14:52 SSH_AGENT_PID=38 22:14:52 Running ssh-add (command line suppressed) 22:14:52 Identity added: /w/workspace/edgex-go/558@tmp/private_key_7657155554488076677.key (/w/workspace/edgex-go/558@tmp/private_key_7657155554488076677.key) 22:14:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:14:52 + git semver bump pre 22:14:52 2023-08-14 22:14:52,608 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:52 2023-08-14 22:14:52,609 [bump_version] DEBUG bumping version:3.1.0-dev.24 on axis:pre with prefix:dev 22:14:52 2023-08-14 22:14:52,609 [bump_version] DEBUG bumped version:3.1.0-dev.25 22:14:52 2023-08-14 22:14:52,609 [write_version] DEBUG write version:3.1.0-dev.25 to path:/w/workspace/edgex-go/558/.semver/main with force:True 22:14:52 2023-08-14 22:14:52,609 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:52 2023-08-14 22:14:52,609 [write_file] DEBUG write to file:/w/workspace/edgex-go/558/.semver/main 22:14:52 2023-08-14 22:14:52,610 [execute] INFO git cat-file --batch-check 22:14:52 2023-08-14 22:14:52,611 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) 22:14:52 2023-08-14 22:14:52,616 [execute] INFO git cat-file --batch 22:14:52 2023-08-14 22:14:52,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) 22:14:52 2023-08-14 22:14:52,621 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:52 3.1.0-dev.25 [Pipeline] } 22:14:52 $ docker exec --env ******** --env ******** 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff ssh-agent -k 22:14:52 unset SSH_AUTH_SOCK; 22:14:52 unset SSH_AGENT_PID; 22:14:52 echo Agent pid 38 killed; 22:14:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:53 + git semver [Pipeline] } 22:14:53 $ docker stop --time=1 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff 22:14:54 $ docker rm -f --volumes 947db4e6eb5795cbdabb2e1e4c4f87bde7b2f16a07c0e6346e7c0e8e2cea4dff [Pipeline] // withDockerContainer [Pipeline] sh 22:14:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:14:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:14:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:14:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:14:55 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:14:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:14:55 $ docker top 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:14:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:14:55 [ssh-agent] Looking for ssh-agent implementation... 22:14:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:14:55 $ docker exec 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 ssh-agent 22:14:56 SSH_AUTH_SOCK=/tmp/ssh-Khn24pLJd1gm/agent.32 22:14:56 SSH_AGENT_PID=38 22:14:56 Running ssh-add (command line suppressed) 22:14:56 Identity added: /w/workspace/edgex-go/558@tmp/private_key_16339303578890250413.key (/w/workspace/edgex-go/558@tmp/private_key_16339303578890250413.key) 22:14:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:14:56 + git semver push 22:14:56 2023-08-14 22:14:56,609 [run_push] DEBUG push 22:14:56 2023-08-14 22:14:56,609 [execute] INFO git cat-file --batch-check 22:14:56 2023-08-14 22:14:56,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=) 22:14:56 2023-08-14 22:14:56,613 [execute] INFO git rev-list 4bae6b2dc33dcde143af13a5ac0135c9b45a490f -- 22:14:56 2023-08-14 22:14:56,613 [execute] DEBUG Popen(['git', 'rev-list', '4bae6b2dc33dcde143af13a5ac0135c9b45a490f', '--'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=None) 22:14:56 2023-08-14 22:14:56,631 [execute] INFO git fetch -v origin 22:14:56 2023-08-14 22:14:56,631 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=True, shell=None, istream=None) 22:14:57 2023-08-14 22:14:57,101 [run_push] DEBUG no remote changes detected 22:14:57 2023-08-14 22:14:57,101 [execute] INFO git push origin semver 22:14:57 2023-08-14 22:14:57,101 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/558/.semver, universal_newlines=False, shell=None, istream=None) 22:14:58 2023-08-14 22:14:57,866 [run_push] DEBUG push all version tags 22:14:58 2023-08-14 22:14:57,867 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:14:58 2023-08-14 22:14:57,867 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/558, universal_newlines=False, shell=None, istream=None) 22:14:58 2023-08-14 22:14:58,634 [read_version] DEBUG read version from /w/workspace/edgex-go/558/.semver/main 22:14:58 3.1.0-dev.25 [Pipeline] } 22:14:58 $ docker exec --env ******** --env ******** 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 ssh-agent -k 22:14:58 unset SSH_AUTH_SOCK; 22:14:58 unset SSH_AGENT_PID; 22:14:58 echo Agent pid 38 killed; 22:14:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:59 + git semver [Pipeline] } 22:14:59 $ docker stop --time=1 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 22:15:00 $ docker rm -f --volumes 0e213bef728699f70b6bc8551060003f30358a8dfd323c85017d042b26549cd3 [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 22:15:01 + [ -d /w/workspace/edgex-go/558/archives ] [Pipeline] libraryResource [Pipeline] sh 22:15:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:15:02 ---> package-listing.sh 22:15:02 ++ facter osfamily 22:15:02 ++ tr '[:upper:]' '[:lower:]' 22:15:02 + OS_FAMILY=debian 22:15:02 + workspace=/w/workspace/edgex-go/558 22:15:02 + START_PACKAGES=/tmp/packages_start.txt 22:15:02 + END_PACKAGES=/tmp/packages_end.txt 22:15:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:15:02 + PACKAGES=/tmp/packages_start.txt 22:15:02 + '[' /w/workspace/edgex-go/558 ']' 22:15:02 + PACKAGES=/tmp/packages_end.txt 22:15:02 + case "${OS_FAMILY}" in 22:15:02 + dpkg -l 22:15:02 + grep '^ii' 22:15:02 + '[' -f /tmp/packages_start.txt ']' 22:15:02 + '[' -f /tmp/packages_end.txt ']' 22:15:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:15:02 + '[' /w/workspace/edgex-go/558 ']' 22:15:02 + mkdir -p /w/workspace/edgex-go/558/archives/ 22:15:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/558/archives/ [Pipeline] echo 22:15:02 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/558/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:15:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:03 22:15:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:15:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:03 latest: Pulling from edgex-lftools-log-publisher 22:15:03 5eb5b503b376: Pulling fs layer 22:15:03 5c69ac0246d0: Pulling fs layer 22:15:03 ec43610c2a17: Pulling fs layer 22:15:03 3a2ae6a8a46f: Pulling fs layer 22:15:03 33b1e0a273af: Pulling fs layer 22:15:03 5d3b04190fa2: Pulling fs layer 22:15:03 2f39f015ded8: Pulling fs layer 22:15:03 3a2ae6a8a46f: Waiting 22:15:03 33b1e0a273af: Waiting 22:15:03 5d3b04190fa2: Waiting 22:15:03 2f39f015ded8: Waiting 22:15:03 5c69ac0246d0: Download complete 22:15:03 3a2ae6a8a46f: Verifying Checksum 22:15:03 3a2ae6a8a46f: Download complete 22:15:03 33b1e0a273af: Verifying Checksum 22:15:03 33b1e0a273af: Download complete 22:15:03 5d3b04190fa2: Download complete 22:15:03 ec43610c2a17: Verifying Checksum 22:15:03 ec43610c2a17: Download complete 22:15:04 5eb5b503b376: Verifying Checksum 22:15:04 5eb5b503b376: Download complete 22:15:04 2f39f015ded8: Download complete 22:15:05 5eb5b503b376: Pull complete 22:15:05 5c69ac0246d0: Pull complete 22:15:06 ec43610c2a17: Pull complete 22:15:06 3a2ae6a8a46f: Pull complete 22:15:06 33b1e0a273af: Pull complete 22:15:06 5d3b04190fa2: Pull complete 22:15:10 2f39f015ded8: Pull complete 22:15:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:15:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:15:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:15:10 prd-ubuntu20.04-docker-8c-8g-3574 does not seem to be running inside a container 22:15:10 $ 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/558/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/558 -v /w/workspace/edgex-go/558:/w/workspace/edgex-go/558:rw,z -v /w/workspace/edgex-go/558@tmp:/w/workspace/edgex-go/558@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:15:16 $ docker top 841653abef34be8d15d859c2751ef07d5fb0b09d9a9e96815ef9596a7d54fde6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:16 + touch /tmp/pre-build-complete [Pipeline] sh 22:15:16 + mkdir -p /var/log/sysstat [Pipeline] sh 22:15:17 + ls /var/log/sa-host 22:15:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:15:17 provisioning config files... 22:15:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/558@tmp/config1466215311068583261tmp [Pipeline] { [Pipeline] echo 22:15:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:15:17 ---> create-netrc.sh [Pipeline] } 22:15:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:15:17 ---> python-tools-install.sh [Pipeline] echo 22:15:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:15:18 ---> sudo-logs.sh 22:15:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:15:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:15:18 ---> job-cost.sh 22:15:18 lf-activate-venv: SKIPPING 22:15:18 DEBUG: total: 0.10999999940395355 22:15:18 INFO: Retrieving Stack Cost... 22:15:19 INFO: Retrieving Pricing Info for: v3-standard-8 22:15:19 INFO: Archiving Costs [Pipeline] echo 22:15:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:15:19 ---> logs-deploy.sh 22:15:19 lf-activate-venv: SKIPPING 22:15:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/558 22:15:19 INFO: archiving workspace using pattern(s): 22:15:20 Archives upload complete. 22:15:20 INFO: archiving logs to Nexus 22:15:21 ---> uname -a: 22:15:21 Linux prd-ubuntu20-04-docker-8c-8g-3574 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:15:21 22:15:21 22:15:21 ---> lscpu: 22:15:21 Architecture: x86_64 22:15:21 CPU op-mode(s): 32-bit, 64-bit 22:15:21 Byte Order: Little Endian 22:15:21 Address sizes: 40 bits physical, 48 bits virtual 22:15:21 CPU(s): 8 22:15:21 On-line CPU(s) list: 0-7 22:15:21 Thread(s) per core: 1 22:15:21 Core(s) per socket: 1 22:15:21 Socket(s): 8 22:15:21 NUMA node(s): 1 22:15:21 Vendor ID: AuthenticAMD 22:15:21 CPU family: 23 22:15:21 Model: 49 22:15:21 Model name: AMD EPYC-Rome Processor 22:15:21 Stepping: 0 22:15:21 CPU MHz: 2799.998 22:15:21 BogoMIPS: 5599.99 22:15:21 Virtualization: AMD-V 22:15:21 Hypervisor vendor: KVM 22:15:21 Virtualization type: full 22:15:21 L1d cache: 256 KiB 22:15:21 L1i cache: 256 KiB 22:15:21 L2 cache: 4 MiB 22:15:21 L3 cache: 128 MiB 22:15:21 NUMA node0 CPU(s): 0-7 22:15:21 Vulnerability Itlb multihit: Not affected 22:15:21 Vulnerability L1tf: Not affected 22:15:21 Vulnerability Mds: Not affected 22:15:21 Vulnerability Meltdown: Not affected 22:15:21 Vulnerability Mmio stale data: Not affected 22:15:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:15:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:15:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:15:21 Vulnerability Srbds: Not affected 22:15:21 Vulnerability Tsx async abort: Not affected 22:15:21 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 22:15:21 22:15:21 22:15:21 ---> nproc: 22:15:21 8 22:15:21 22:15:21 22:15:21 ---> df -h: 22:15:21 Filesystem Size Used Avail Use% Mounted on 22:15:21 overlay 155G 24G 132G 16% / 22:15:21 tmpfs 64M 0 64M 0% /dev 22:15:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:15:21 shm 64M 0 64M 0% /dev/shm 22:15:21 /dev/vda1 155G 24G 132G 16% /facter-os 22:15:21 22:15:21 22:15:21 ---> sar -b -r -n DEV: 22:15:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3574) 08/14/23 _x86_64_ (8 CPU) 22:15:21 22:15:21 21:43:42 LINUX RESTART (8 CPU) 22:15:21 22:15:21 21:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:15:21 21:45:02 124.55 42.21 82.34 0.00 4726.84 73796.17 0.00 22:15:21 21:46:01 90.98 0.61 90.37 0.00 12.74 47621.89 0.00 22:15:21 21:47:01 37.31 0.13 37.18 0.00 2.27 21441.38 0.00 22:15:21 21:48:01 242.53 0.45 242.08 0.00 48.39 164565.37 0.00 22:15:21 21:49:01 577.14 5.78 571.36 0.00 119.69 183569.08 0.00 22:15:21 21:50:01 288.64 0.23 288.40 0.00 11.33 81647.05 0.00 22:15:21 21:51:01 559.11 12.45 546.66 0.00 5086.49 47077.89 0.00 22:15:21 21:52:01 26.75 0.07 26.68 0.00 8.53 707.88 0.00 22:15:21 21:53:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 22:15:21 21:54:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 22:15:21 21:55:01 1.30 0.00 1.30 0.00 0.00 14.00 0.00 22:15:21 21:56:01 1.72 0.00 1.72 0.00 0.00 17.99 0.00 22:15:21 21:57:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 22:15:21 21:58:01 1.08 0.07 1.02 0.00 0.67 12.00 0.00 22:15:21 21:59:01 2.20 0.02 2.18 0.00 0.13 25.33 0.00 22:15:21 22:00:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 22:15:21 22:01:01 1.63 0.00 1.63 0.00 0.00 21.33 0.00 22:15:21 22:02:01 1.63 0.00 1.63 0.00 0.00 17.86 0.00 22:15:21 22:03:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 22:15:21 22:04:01 1.62 0.00 1.62 0.00 0.00 19.19 0.00 22:15:21 22:05:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 22:15:21 22:06:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 22:15:21 22:07:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 22:15:21 22:08:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 22:15:21 22:09:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 22:15:21 22:10:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 22:15:21 22:11:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 22:15:21 22:12:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 22:15:21 22:13:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 22:15:21 22:14:01 4.48 0.10 4.38 0.00 10.26 473.92 0.00 22:15:21 22:15:01 135.01 0.25 134.76 0.00 2.00 58782.01 0.00 22:15:21 Average: 68.16 2.01 66.14 0.00 323.73 21923.07 0.00 22:15:21 22:15:21 21:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:15:21 21:45:02 28701556 31617704 701012 2.13 73368 3108768 1837536 5.42 1025492 2792348 409444 22:15:21 21:46:01 27440408 31336196 966676 2.94 115716 3956028 2426104 7.15 1755636 3211252 614284 22:15:21 21:47:01 27232600 31383936 915648 2.78 119632 4182652 2140572 6.31 1579684 3568364 507976 22:15:21 21:48:01 22926252 31311064 978524 2.98 131828 8300336 3562408 10.50 1796300 7535316 574464 22:15:21 21:49:01 15927060 29438328 2790116 8.48 242468 12875804 8368608 24.66 4295476 11508144 57024 22:15:21 21:50:01 13556192 29706968 2518768 7.66 257848 15377480 7480552 22.05 5264776 12797228 283836 22:15:21 21:51:01 15933240 31473164 790216 2.40 298128 14872452 2228616 6.57 2792236 13095280 608 22:15:21 21:52:01 15952512 31489452 774216 2.35 297932 14869716 2058860 6.07 3100472 12766864 20 22:15:21 21:53:01 15952424 31489440 774096 2.35 297960 14869720 2058860 6.07 3100268 12766868 28 22:15:21 21:54:01 15954016 31491196 772500 2.35 298008 14869720 2058860 6.07 3097980 12766952 164 22:15:21 21:55:01 15954368 31491552 772524 2.35 298040 14869724 2058860 6.07 3098024 12766956 8 22:15:21 21:56:01 15967204 31504468 759652 2.31 298088 14869728 2058860 6.07 3084484 12766968 16 22:15:21 21:57:01 15967380 31504660 759608 2.31 298112 14869728 2058860 6.07 3084488 12766968 12 22:15:21 21:58:01 15967364 31504684 759572 2.31 298140 14869724 2058860 6.07 3084524 12766972 164 22:15:21 21:59:01 15966192 31503732 760152 2.31 298184 14869756 2093520 6.17 3084608 12766984 24 22:15:21 22:00:01 15965732 31503296 760528 2.31 298204 14869756 2093520 6.17 3084672 12766984 164 22:15:21 22:01:01 15965944 31503516 760244 2.31 298236 14869732 2093520 6.17 3084640 12766960 12 22:15:21 22:02:01 15965928 31503520 760192 2.31 298244 14869732 2093520 6.17 3084720 12766960 4 22:15:21 22:03:01 15965880 31503480 760156 2.31 298260 14869736 2093520 6.17 3084672 12766964 12 22:15:21 22:04:01 15965676 31503380 760172 2.31 298296 14869740 2093520 6.17 3086000 12766988 64 22:15:21 22:05:01 15966032 31503756 759976 2.31 298312 14869740 2093520 6.17 3085776 12766988 180 22:15:21 22:06:01 15966056 31503812 759896 2.31 298340 14869748 2093520 6.17 3085560 12766992 264 22:15:21 22:07:01 15966000 31503788 759856 2.31 298364 14869752 2093520 6.17 3085568 12767000 168 22:15:21 22:08:01 15965448 31503384 760188 2.31 298388 14869884 2093520 6.17 3085608 12767120 280 22:15:21 22:09:01 15965408 31503360 760260 2.31 298404 14869880 2093520 6.17 3085612 12767136 12 22:15:21 22:10:01 15965384 31503380 760196 2.31 298428 14869888 2093520 6.17 3085736 12767136 208 22:15:21 22:11:01 15965600 31503604 760168 2.31 298440 14869892 2093520 6.17 3085596 12767140 8 22:15:21 22:12:01 15965536 31503572 760144 2.31 298452 14869896 2093520 6.17 3085800 12767144 264 22:15:21 22:13:01 15965592 31503636 760064 2.31 298468 14869896 2093520 6.17 3085388 12767144 8 22:15:21 22:14:01 15262424 31449420 814000 2.48 301160 15478940 2419420 7.13 3141860 13376056 617496 22:15:21 22:15:01 14452752 31465468 795656 2.42 336044 16178032 2159948 6.37 3224368 14011408 104 22:15:21 Average: 17181747 31361642 904677 2.75 272177 13595664 2530277 7.46 2993743 11702245 98946 22:15:21 22:15:21 21:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:15:21 21:45:02 docker0 521.57 472.01 37.02 2748.15 0.00 0.00 0.00 0.00 22:15:21 21:45:02 ens3 1554.31 1404.93 12111.73 172.58 0.00 0.00 0.00 0.00 22:15:21 21:45:02 lo 5.13 5.13 0.49 0.49 0.00 0.00 0.00 0.00 22:15:21 21:46:01 veth264c225 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 22:15:21 21:46:01 docker0 130.40 204.17 10.32 1788.45 0.00 0.00 0.00 0.00 22:15:21 21:46:01 ens3 244.79 157.97 1824.01 28.42 0.00 0.00 0.00 0.00 22:15:21 21:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:47:01 veth264c225 0.88 0.90 0.08 0.08 0.00 0.00 0.00 0.00 22:15:21 21:47:01 docker0 0.88 0.88 0.07 0.08 0.00 0.00 0.00 0.00 22:15:21 21:47:01 ens3 52.42 56.27 26.30 99.38 0.00 0.00 0.00 0.00 22:15:21 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vethedeb85a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vethee1fee4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth7f3a5a0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth178be9f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vethe543a99 2.07 4.57 0.15 43.14 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth9e9fca7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vetha6e4c14 1.52 3.43 0.11 42.50 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth62be3b3 3.03 8.07 0.22 106.56 0.00 0.00 0.00 0.01 22:15:21 21:48:01 veth402d7b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth3705f1d 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vethff0aa42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth023ab54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth68c3e88 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth28b3815 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vetha1e1857 1.77 3.20 0.13 42.50 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vetha404711 1.67 3.90 0.13 48.60 0.00 0.00 0.00 0.00 22:15:21 21:48:01 docker0 15.75 32.63 0.95 386.04 0.00 0.00 0.00 0.00 22:15:21 21:48:01 veth69804fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:48:01 ens3 141.66 84.82 2669.15 21.74 0.00 0.00 0.00 0.00 22:15:21 21:48:01 vethdfc362b 5.70 10.01 0.43 102.77 0.00 0.00 0.00 0.01 22:15:21 21:48:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth30b4488 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 vethd3279e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth55bcd71 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth8026b07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth1013edb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth83f3f78 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth3705f1d 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 22:15:21 21:49:01 vethbbb9681 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 vethaeba3c0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 vethbb3c310 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 docker0 328.89 594.72 26.88 3412.09 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth40cfba0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 ens3 670.48 369.36 4289.87 46.30 0.00 0.00 0.00 0.00 22:15:21 21:49:01 veth49a47a9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:15:21 21:49:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth30b4488 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 vethd3279e2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth55bcd71 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth8026b07 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth1013edb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth83f3f78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth3705f1d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 vethbbb9681 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 vethaeba3c0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 vethbb3c310 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth40cfba0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 ens3 28.91 14.78 75.73 8.42 0.00 0.00 0.00 0.00 22:15:21 21:50:01 veth49a47a9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:50:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 22:15:21 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:51:01 ens3 422.35 364.19 2192.59 1179.29 0.00 0.00 0.00 0.00 22:15:21 21:51:01 lo 39.79 39.79 3.92 3.92 0.00 0.00 0.00 0.00 22:15:21 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:52:01 ens3 372.94 386.32 175.70 2258.88 0.00 0.00 0.00 0.00 22:15:21 21:52:01 lo 32.33 32.33 3.18 3.18 0.00 0.00 0.00 0.00 22:15:21 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:53:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 22:15:21 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:54:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:55:01 ens3 0.73 2.10 0.11 6.67 0.00 0.00 0.00 0.00 22:15:21 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:56:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:58:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 21:59:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 22:15:21 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:00:01 ens3 5.15 8.08 5.17 7.47 0.00 0.00 0.00 0.00 22:15:21 22:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:01:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:02:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:04:01 ens3 4.50 7.28 0.54 7.47 0.00 0.00 0.00 0.00 22:15:21 22:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:05:01 ens3 1.70 2.97 0.18 7.04 0.00 0.00 0.00 0.00 22:15:21 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:10:01 ens3 4.37 7.70 0.35 7.39 0.00 0.00 0.00 0.00 22:15:21 22:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:15:21 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:13:01 ens3 0.17 0.05 0.12 0.00 0.00 0.00 0.00 0.00 22:15:21 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:15:21 22:14:01 ens3 126.18 78.00 3966.87 24.24 0.00 0.00 0.00 0.00 22:15:21 22:14:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 22:15:21 22:15:01 docker0 71.04 124.12 5.64 1026.38 0.00 0.00 0.00 0.00 22:15:21 22:15:01 ens3 295.17 179.25 4287.86 50.17 0.00 0.00 0.00 0.00 22:15:21 22:15:01 lo 1.20 1.20 0.13 0.13 0.00 0.00 0.00 0.00 22:15:21 Average: docker0 34.42 46.00 2.61 301.22 0.00 0.00 0.00 0.00 22:15:21 Average: ens3 126.63 100.79 1019.94 126.68 0.00 0.00 0.00 0.00 22:15:21 Average: lo 2.70 2.70 0.26 0.26 0.00 0.00 0.00 0.00 22:15:21 22:15:21 22:15:21 ---> sar -P ALL: 22:15:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3574) 08/14/23 _x86_64_ (8 CPU) 22:15:21 22:15:21 21:43:42 LINUX RESTART (8 CPU) 22:15:21 22:15:21 21:44:01 CPU %user %nice %system %iowait %steal %idle 22:15:21 21:45:02 all 10.39 0.00 3.64 4.02 0.06 81.88 22:15:21 21:45:02 0 10.73 0.00 3.32 9.33 0.07 76.56 22:15:21 21:45:02 1 11.77 0.00 4.22 4.67 0.05 79.29 22:15:21 21:45:02 2 14.83 0.00 3.53 6.20 0.07 75.38 22:15:21 21:45:02 3 7.94 0.00 1.88 0.30 0.05 89.83 22:15:21 21:45:02 4 8.16 0.00 3.65 2.57 0.05 85.56 22:15:21 21:45:02 5 11.79 0.00 2.86 0.25 0.05 85.05 22:15:21 21:45:02 6 7.81 0.00 4.27 8.30 0.05 79.56 22:15:21 21:45:02 7 10.09 0.00 5.42 0.51 0.10 83.87 22:15:21 21:46:01 all 26.60 0.00 5.03 3.58 0.08 64.71 22:15:21 21:46:01 0 26.95 0.00 4.53 0.61 0.09 67.82 22:15:21 21:46:01 1 25.91 0.00 6.04 0.48 0.07 67.51 22:15:21 21:46:01 2 24.14 0.00 5.10 5.44 0.07 65.25 22:15:21 21:46:01 3 24.44 0.00 4.36 0.22 0.09 70.89 22:15:21 21:46:01 4 27.88 0.00 4.64 0.49 0.07 66.92 22:15:21 21:46:01 5 28.59 0.00 4.38 0.36 0.09 66.59 22:15:21 21:46:01 6 28.29 0.00 5.74 0.15 0.07 65.76 22:15:21 21:46:01 7 26.61 0.00 5.46 20.95 0.09 46.89 22:15:21 21:47:01 all 42.05 0.00 5.64 1.53 0.11 50.66 22:15:21 21:47:01 0 43.40 0.00 6.08 0.07 0.10 50.35 22:15:21 21:47:01 1 38.48 0.00 5.07 1.56 0.15 54.74 22:15:21 21:47:01 2 43.61 0.00 5.94 0.91 0.08 49.46 22:15:21 21:47:01 3 40.20 0.00 5.47 0.71 0.10 53.52 22:15:21 21:47:01 4 42.42 0.00 5.96 7.00 0.10 44.53 22:15:21 21:47:01 5 43.13 0.00 5.90 0.82 0.17 49.97 22:15:21 21:47:01 6 44.47 0.00 5.84 0.74 0.08 48.86 22:15:21 21:47:01 7 40.69 0.00 4.90 0.49 0.10 53.82 22:15:21 21:48:01 all 18.95 0.00 5.87 11.33 0.09 63.76 22:15:21 21:48:01 0 20.12 0.00 6.63 12.68 0.07 60.50 22:15:21 21:48:01 1 15.39 0.00 5.79 26.01 0.10 52.71 22:15:21 21:48:01 2 20.33 0.00 5.81 15.32 0.07 58.47 22:15:21 21:48:01 3 18.50 0.00 5.69 5.13 0.10 70.58 22:15:21 21:48:01 4 19.71 0.00 5.64 1.57 0.07 73.01 22:15:21 21:48:01 5 19.43 0.00 6.30 3.07 0.08 71.12 22:15:21 21:48:01 6 18.99 0.00 6.04 17.98 0.12 56.88 22:15:21 21:48:01 7 19.12 0.00 5.06 8.94 0.08 66.79 22:15:21 21:49:01 all 27.61 0.00 8.08 17.51 0.11 46.69 22:15:21 21:49:01 0 28.44 0.00 9.41 33.89 0.12 28.13 22:15:21 21:49:01 1 26.64 0.00 7.58 8.66 0.08 57.04 22:15:21 21:49:01 2 27.50 0.00 6.73 15.28 0.10 50.40 22:15:21 21:49:01 3 28.30 0.00 8.43 19.86 0.10 43.31 22:15:21 21:49:01 4 28.54 0.00 8.30 20.62 0.17 42.37 22:15:21 21:49:01 5 28.16 0.00 8.31 8.40 0.09 55.04 22:15:21 21:49:01 6 25.21 0.00 7.87 21.19 0.09 45.64 22:15:21 21:49:01 7 28.08 0.00 8.03 12.35 0.12 51.42 22:15:21 21:50:01 all 83.50 0.00 12.12 3.64 0.19 0.55 22:15:21 21:50:01 0 82.78 0.00 12.93 3.68 0.24 0.36 22:15:21 21:50:01 1 83.10 0.00 12.56 4.17 0.17 0.00 22:15:21 21:50:01 2 84.22 0.00 11.52 3.30 0.19 0.77 22:15:21 21:50:01 3 84.09 0.00 11.87 3.32 0.15 0.57 22:15:21 21:50:01 4 83.30 0.00 12.54 3.11 0.23 0.83 22:15:21 21:50:01 5 83.46 0.00 11.83 4.04 0.19 0.49 22:15:21 21:50:01 6 83.26 0.00 11.81 3.62 0.17 1.14 22:15:21 21:50:01 7 83.80 0.00 11.95 3.86 0.15 0.24 22:15:21 21:51:01 all 17.01 0.00 4.97 9.67 0.09 68.26 22:15:21 21:51:01 0 17.21 0.00 5.57 11.03 0.12 66.07 22:15:21 21:51:01 1 16.16 0.00 4.01 16.61 0.08 63.13 22:15:21 21:51:01 2 16.46 0.00 4.37 6.87 0.08 72.22 22:15:21 21:51:01 3 17.30 0.00 4.39 9.26 0.08 68.96 22:15:21 21:51:01 4 16.10 0.00 4.20 4.20 0.07 75.44 22:15:21 21:51:01 5 18.70 0.00 4.87 8.96 0.07 67.41 22:15:21 21:51:01 6 15.44 0.00 5.76 11.30 0.08 67.42 22:15:21 21:51:01 7 18.69 0.00 6.64 9.12 0.14 65.41 22:15:21 21:52:01 all 7.42 0.00 0.85 0.07 0.06 91.60 22:15:21 21:52:01 0 7.45 0.00 0.92 0.05 0.05 91.53 22:15:21 21:52:01 1 7.18 0.00 0.68 0.02 0.05 92.07 22:15:21 21:52:01 2 7.35 0.00 0.68 0.02 0.05 91.90 22:15:21 21:52:01 3 3.99 0.00 0.90 0.02 0.07 95.02 22:15:21 21:52:01 4 7.12 0.00 0.65 0.02 0.03 92.18 22:15:21 21:52:01 5 11.01 0.00 0.77 0.17 0.07 87.98 22:15:21 21:52:01 6 7.54 0.00 0.74 0.25 0.05 91.42 22:15:21 21:52:01 7 7.72 0.00 1.46 0.03 0.08 90.71 22:15:21 21:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 21:53:01 0 0.03 0.00 0.02 0.02 0.02 99.92 22:15:21 21:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:53:01 2 0.05 0.00 0.02 0.00 0.02 99.92 22:15:21 21:53:01 3 0.03 0.00 0.00 0.00 0.02 99.95 22:15:21 21:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 21:53:01 6 0.05 0.00 0.03 0.02 0.00 99.90 22:15:21 21:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 21:54:01 0 0.03 0.00 0.02 0.00 0.03 99.92 22:15:21 21:54:01 1 0.02 0.00 0.02 0.02 0.02 99.93 22:15:21 21:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:54:01 3 0.07 0.00 0.02 0.00 0.00 99.92 22:15:21 21:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:54:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:15:21 21:54:01 7 0.05 0.00 0.00 0.00 0.02 99.93 22:15:21 21:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 22:15:21 21:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:15:21 21:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 22:15:21 21:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 21:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:55:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:15:21 21:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:15:21 21:55:01 CPU %user %nice %system %iowait %steal %idle 22:15:21 21:56:01 all 0.03 0.00 0.01 0.06 0.01 99.89 22:15:21 21:56:01 0 0.05 0.00 0.03 0.48 0.03 99.40 22:15:21 21:56:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 21:56:01 2 0.03 0.00 0.00 0.00 0.02 99.95 22:15:21 21:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 21:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:56:01 5 0.03 0.00 0.03 0.00 0.00 99.93 22:15:21 21:56:01 6 0.03 0.00 0.02 0.02 0.02 99.92 22:15:21 21:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 22:15:21 21:57:01 0 0.02 0.00 0.00 0.02 0.02 99.95 22:15:21 21:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:57:01 5 0.03 0.00 0.02 0.00 0.02 99.93 22:15:21 21:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 21:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 21:58:01 all 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 21:58:01 0 0.05 0.00 0.05 0.00 0.02 99.88 22:15:21 21:58:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 21:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 21:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 21:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 21:58:01 6 0.05 0.00 0.02 0.02 0.00 99.92 22:15:21 21:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:59:01 all 0.02 0.00 0.02 0.00 0.01 99.94 22:15:21 21:59:01 0 0.05 0.00 0.03 0.02 0.03 99.87 22:15:21 21:59:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 21:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:59:01 3 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 21:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 21:59:01 5 0.02 0.00 0.03 0.00 0.00 99.95 22:15:21 21:59:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:15:21 21:59:01 7 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 22:00:01 all 0.01 0.00 0.01 0.02 0.00 99.95 22:15:21 22:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:15:21 22:00:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:15:21 22:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:00:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:00:01 6 0.00 0.00 0.02 0.12 0.00 99.87 22:15:21 22:00:01 7 0.02 0.00 0.00 0.02 0.00 99.97 22:15:21 22:01:01 all 0.04 0.00 0.01 0.01 0.01 99.94 22:15:21 22:01:01 0 0.05 0.00 0.03 0.02 0.02 99.88 22:15:21 22:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 22:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 22:01:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:15:21 22:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:01:01 6 0.08 0.00 0.00 0.07 0.00 99.85 22:15:21 22:01:01 7 0.03 0.00 0.00 0.00 0.02 99.95 22:15:21 22:02:01 all 0.01 0.00 0.00 0.00 0.01 99.97 22:15:21 22:02:01 0 0.00 0.00 0.00 0.02 0.02 99.97 22:15:21 22:02:01 1 0.02 0.00 0.00 0.02 0.02 99.95 22:15:21 22:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:02:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:02:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:02:01 6 0.05 0.00 0.00 0.00 0.02 99.93 22:15:21 22:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 22:03:01 0 0.05 0.00 0.00 0.02 0.02 99.92 22:15:21 22:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:03:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:03:01 3 0.05 0.00 0.00 0.00 0.02 99.93 22:15:21 22:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:03:01 5 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 22:03:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:15:21 22:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:04:01 all 0.04 0.00 0.01 0.00 0.01 99.94 22:15:21 22:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 22:04:01 1 0.02 0.00 0.02 0.02 0.02 99.93 22:15:21 22:04:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 22:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 22:04:01 5 0.07 0.00 0.02 0.00 0.03 99.88 22:15:21 22:04:01 6 0.02 0.00 0.00 0.02 0.00 99.97 22:15:21 22:04:01 7 0.08 0.00 0.03 0.00 0.00 99.88 22:15:21 22:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 22:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:05:01 1 0.02 0.00 0.05 0.02 0.02 99.90 22:15:21 22:05:01 2 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 22:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:05:01 5 0.12 0.00 0.02 0.00 0.02 99.85 22:15:21 22:05:01 6 0.05 0.00 0.00 0.00 0.00 99.95 22:15:21 22:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:06:01 all 0.02 0.00 0.01 0.01 0.00 99.95 22:15:21 22:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:06:01 5 0.02 0.00 0.02 0.00 0.02 99.95 22:15:21 22:06:01 6 0.02 0.00 0.02 0.12 0.02 99.83 22:15:21 22:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 22:15:21 22:06:01 CPU %user %nice %system %iowait %steal %idle 22:15:21 22:07:01 all 0.03 0.00 0.00 0.00 0.01 99.96 22:15:21 22:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 22:07:01 1 0.00 0.00 0.00 0.02 0.02 99.97 22:15:21 22:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:07:01 5 0.08 0.00 0.02 0.00 0.03 99.87 22:15:21 22:07:01 6 0.05 0.00 0.00 0.02 0.00 99.93 22:15:21 22:07:01 7 0.05 0.00 0.00 0.00 0.00 99.95 22:15:21 22:08:01 all 0.02 0.00 0.02 0.00 0.00 99.95 22:15:21 22:08:01 0 0.00 0.00 0.02 0.02 0.00 99.97 22:15:21 22:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:08:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:08:01 5 0.15 0.00 0.05 0.00 0.02 99.78 22:15:21 22:08:01 6 0.02 0.00 0.03 0.02 0.00 99.93 22:15:21 22:08:01 7 0.00 0.00 0.00 0.00 0.02 99.98 22:15:21 22:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 22:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:15:21 22:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 22:09:01 2 0.03 0.00 0.00 0.00 0.02 99.95 22:15:21 22:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:09:01 5 0.07 0.00 0.03 0.00 0.02 99.88 22:15:21 22:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 22:15:21 22:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:10:01 all 0.02 0.00 0.01 0.01 0.01 99.96 22:15:21 22:10:01 0 0.05 0.00 0.03 0.02 0.00 99.90 22:15:21 22:10:01 1 0.00 0.00 0.00 0.02 0.02 99.97 22:15:21 22:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 22:15:21 22:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:15:21 22:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 22:15:21 22:10:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:15:21 22:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:15:21 22:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:11:01 1 0.05 0.00 0.03 0.02 0.00 99.90 22:15:21 22:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:11:01 5 0.05 0.00 0.02 0.00 0.03 99.90 22:15:21 22:11:01 6 0.02 0.00 0.00 0.02 0.02 99.95 22:15:21 22:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:12:01 all 0.01 0.00 0.01 0.00 0.01 99.97 22:15:21 22:12:01 0 0.05 0.00 0.05 0.00 0.03 99.87 22:15:21 22:12:01 1 0.00 0.00 0.00 0.00 0.02 99.98 22:15:21 22:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:15:21 22:13:01 all 0.02 0.00 0.00 0.00 0.01 99.96 22:15:21 22:13:01 0 0.03 0.00 0.02 0.00 0.03 99.92 22:15:21 22:13:01 1 0.00 0.00 0.00 0.02 0.02 99.97 22:15:21 22:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 22:15:21 22:13:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:15:21 22:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:15:21 22:13:01 6 0.03 0.00 0.00 0.02 0.00 99.95 22:15:21 22:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 22:15:21 22:14:01 all 2.11 0.00 0.90 0.05 0.02 96.92 22:15:21 22:14:01 0 1.91 0.00 1.24 0.00 0.03 96.82 22:15:21 22:14:01 1 1.64 0.00 0.72 0.02 0.03 97.59 22:15:21 22:14:01 2 2.64 0.00 0.65 0.02 0.02 96.67 22:15:21 22:14:01 3 2.72 0.00 0.99 0.00 0.02 96.27 22:15:21 22:14:01 4 1.74 0.00 1.02 0.05 0.02 97.17 22:15:21 22:14:01 5 2.57 0.00 0.72 0.00 0.02 96.69 22:15:21 22:14:01 6 1.86 0.00 0.97 0.33 0.02 96.82 22:15:21 22:14:01 7 1.78 0.00 0.89 0.02 0.02 97.30 22:15:21 22:15:01 all 7.21 0.00 3.05 4.35 0.06 85.33 22:15:21 22:15:01 0 9.01 0.00 3.93 18.35 0.05 68.66 22:15:21 22:15:01 1 6.84 0.00 2.61 0.07 0.05 90.44 22:15:21 22:15:01 2 6.31 0.00 3.07 1.06 0.05 89.50 22:15:21 22:15:01 3 7.23 0.00 3.15 1.33 0.07 88.22 22:15:21 22:15:01 4 7.49 0.00 2.63 0.07 0.05 89.76 22:15:21 22:15:01 5 6.66 0.00 2.69 0.54 0.05 90.06 22:15:21 22:15:01 6 6.23 0.00 3.43 13.42 0.07 76.86 22:15:21 22:15:01 7 7.88 0.00 2.89 0.07 0.08 89.08 22:15:21 Average: all 7.72 0.00 1.60 1.78 0.03 88.86 22:15:21 Average: 0 7.88 0.00 1.75 2.88 0.04 87.45 22:15:21 Average: 1 7.44 0.00 1.58 1.99 0.03 88.95 22:15:21 Average: 2 7.90 0.00 1.52 1.74 0.03 88.82 22:15:21 Average: 3 7.52 0.00 1.51 1.28 0.03 89.67 22:15:21 Average: 4 7.64 0.00 1.56 1.26 0.03 89.52 22:15:21 Average: 5 8.05 0.00 1.55 0.85 0.03 89.51 22:15:21 Average: 6 7.59 0.00 1.67 2.47 0.03 88.25 22:15:21 Average: 7 7.78 0.00 1.68 1.79 0.03 88.72 22:15:21 22:15:21 22:15:21